01M0K3FE9TGW9DKMDFE2X006AA: 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: 01M0K3G2C61TMSJTVJQV72KATJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-21T21:27:41.922Zjob assigned to worker 01M0K3G84WBVD5A8AC1GVNZR4M [factory aws, i-0d0630d6d52ab38c0] (queued for 1 m 0 s)
 
22026-08-21T21:27:48.978Zstarting task 0: "setup"
32026-08-21T21:27:48.986Z++ uname -s
42026-08-21T21:27:48.989Z+ kern=SunOS
52026-08-21T21:27:48.989Z+ build_user=build
62026-08-21T21:27:48.989Z+ build_uid=12345
72026-08-21T21:27:48.989Z+ work_dir=/work
82026-08-21T21:27:48.989Z+ input_dir=/input
92026-08-21T21:27:48.989Z+ [[ 0 == 12345 ]]
102026-08-21T21:27:48.990Z+ case "$kern" in
112026-08-21T21:27:48.990Z+ groupadd -g 12345 build
122026-08-21T21:27:48.993Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-21T21:27:51.000Z+ zfs create -o mountpoint=/work rpool/work
142026-08-21T21:27:51.082Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-21T21:27:51.085Z+ home_fs=zfs
162026-08-21T21:27:51.085Z+ [[ zfs == autofs ]]
172026-08-21T21:27:51.085Z+ mkdir -p /home/build
182026-08-21T21:27:51.089Z+ chown build:build /home/build /work
192026-08-21T21:27:53.088Z+ chmod 0700 /home/build /work
202026-08-21T21:27:53.091Zprocess exited: duration 4116 ms, exit code 0
 
212026-08-21T21:27:53.097Zstarting task 1: "rust-toolchain"
222026-08-21T21:27:53.102Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-21T21:27:53.102Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-21T21:27:53.102Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-21T21:27:53.102Z * rust toolchain channel = "1.97.1"
262026-08-21T21:27:53.102Z * rust toolchain profile = "default"
272026-08-21T21:27:53.102Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-21T21:27:53.105Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-21T21:27:53.105Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-21T21:27:53.213Zinfo: downloading installer
312026-08-21T21:27:54.660Zwarn: It looks like you have an existing rustup settings file at:
322026-08-21T21:27:54.660Zwarn: /home/build/.rustup/settings.toml
332026-08-21T21:27:54.660Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-21T21:27:54.660Zwarn: instead of the one inferred from the default host triple.
352026-08-21T21:27:54.672Zinfo: profile set to default
362026-08-21T21:27:54.672Zinfo: default host triple is x86_64-unknown-illumos
372026-08-21T21:27:54.675Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-21T21:27:54.833Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-21T21:27:54.844Zinfo: downloading 6 components
402026-08-21T21:28:11.048Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-21T21:28:11.048Z
422026-08-21T21:28:11.072Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-21T21:28:11.072Z
442026-08-21T21:28:11.072Z
452026-08-21T21:28:11.072ZRust is installed now. Great!
462026-08-21T21:28:11.072Z
472026-08-21T21:28:11.072ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-21T21:28:11.072Zenvironment variable. This has not been done automatically.
492026-08-21T21:28:11.072Z
502026-08-21T21:28:11.072ZTo configure your current shell, you need to source
512026-08-21T21:28:11.072Zthe corresponding env file under $HOME/.cargo.
522026-08-21T21:28:11.072Z
532026-08-21T21:28:11.072ZThis is usually done by running one of the following (note the leading DOT):
542026-08-21T21:28:11.072Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-21T21:28:11.072Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-21T21:28:11.072Zsource "~/.cargo/env.nu" # For nushell
572026-08-21T21:28:11.072Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-21T21:28:11.072Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-21T21:28:11.073Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-21T21:28:11.077Zwarn: no default linker (`cc`) was found in your PATH
612026-08-21T21:28:11.077Zwarn: many Rust crates require a system C toolchain to build
622026-08-21T21:28:11.168Z+ rustup --version
632026-08-21T21:28:11.174Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-21T21:28:11.176Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-21T21:28:11.195Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-21T21:28:11.198Z+ cargo --version
672026-08-21T21:28:11.206Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-21T21:28:11.209Z+ rustc --version
692026-08-21T21:28:11.228Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-21T21:28:11.232Zprocess exited: duration 18133 ms, exit code 0
 
712026-08-21T21:28:11.238Zstarting task 2: "authentication"
722026-08-21T21:28:11.256Zprocess exited: duration 17 ms, exit code 0
 
732026-08-21T21:28:11.265Zstarting task 3: "clone repository"
742026-08-21T21:28:11.268Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-21T21:28:11.271Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-21T21:28:11.307ZCloning into '/work/oxidecomputer/omicron'...
772026-08-21T21:28:22.591Z+ cd /work/oxidecomputer/omicron
782026-08-21T21:28:22.591Z+ git fetch origin dabd5e5f0ababb3e75cf8d370cd8fc730020e892
792026-08-21T21:28:22.894ZFrom https://github.com/oxidecomputer/omicron
802026-08-21T21:28:22.894Z * branch dabd5e5f0ababb3e75cf8d370cd8fc730020e892 -> FETCH_HEAD
812026-08-21T21:28:22.910Z+ [[ -n greedy-local-storage-allocation ]]
822026-08-21T21:28:22.919Z++ git branch --show-current
832026-08-21T21:28:22.919Z+ current=main
842026-08-21T21:28:22.919Z+ [[ main != greedy-local-storage-allocation ]]
852026-08-21T21:28:22.919Z+ git branch -f greedy-local-storage-allocation dabd5e5f0ababb3e75cf8d370cd8fc730020e892
862026-08-21T21:28:22.922Z+ git checkout -f greedy-local-storage-allocation
872026-08-21T21:28:23.124ZSwitched to branch 'greedy-local-storage-allocation'
882026-08-21T21:28:23.133Z+ git reset --hard dabd5e5f0ababb3e75cf8d370cd8fc730020e892
892026-08-21T21:28:23.347ZHEAD is now at dabd5e5f0 Derive workload test request sizes from the real overhead computation
902026-08-21T21:28:23.353Zprocess exited: duration 12086 ms, exit code 0
 
912026-08-21T21:28:23.367Zstarting task 4: "build"
922026-08-21T21:28:23.380Z+ source .github/buildomat/ci-env.sh
932026-08-21T21:28:23.380Z++ export CARGO_TERM_COLOR=always
942026-08-21T21:28:23.380Z++ CARGO_TERM_COLOR=always
952026-08-21T21:28:23.380Z+++ uname -s
962026-08-21T21:28:23.380Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-21T21:28:23.380Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-21T21:28:23.450Z+ cargo --version
992026-08-21T21:28:23.450Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-21T21:28:23.450Z+ rustc --version
1012026-08-21T21:28:23.450Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-21T21:28:23.451Z+ cargo tree --locked
1032026-08-21T21:28:23.595Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-21T21:28:23.925Z Updating crates.io index
1052026-08-21T21:28:23.932Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-21T21:28:24.263Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-21T21:28:24.607Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-08-21T21:28:25.665Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-08-21T21:28:26.125Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-08-21T21:28:28.096Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-08-21T21:28:28.897Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-08-21T21:28:29.189Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-08-21T21:28:29.554Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-08-21T21:28:30.842Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-08-21T21:28:31.129Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-08-21T21:28:31.468Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1172026-08-21T21:28:31.799Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1182026-08-21T21:28:32.301Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1192026-08-21T21:28:32.842Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1202026-08-21T21:28:33.403Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-08-21T21:28:33.660Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-08-21T21:28:33.959Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1232026-08-21T21:28:34.295Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1242026-08-21T21:28:34.569Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1252026-08-21T21:28:34.861Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1262026-08-21T21:28:35.159Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1272026-08-21T21:28:35.660Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1282026-08-21T21:28:36.030Z Updating git repository `https://github.com/oxidecomputer/erebor`
1292026-08-21T21:28:36.307Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1302026-08-21T21:28:36.726Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1312026-08-21T21:28:36.989Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1322026-08-21T21:28:37.444Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1332026-08-21T21:28:37.803Z Updating git repository `https://github.com/oxidecomputer/ispf`
1342026-08-21T21:28:38.103Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1352026-08-21T21:28:38.423Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362026-08-21T21:28:38.872Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1372026-08-21T21:28:39.341Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1382026-08-21T21:28:39.632Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1392026-08-21T21:28:39.920Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1402026-08-21T21:28:40.241Z Updating git repository `https://github.com/oxidecomputer/tough`
1412026-08-21T21:28:40.808Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1422026-08-21T21:28:41.135Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1432026-08-21T21:28:41.433Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-08-21T21:28:41.734Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-08-21T21:28:42.078Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-08-21T21:28:42.389Z Updating git repository `https://github.com/illumos/smf-rs`
1472026-08-21T21:28:45.156Z Downloading crates ...
1482026-08-21T21:28:45.224Z Downloaded clap_lex v1.0.0
1492026-08-21T21:28:45.231Z Downloaded cobs v0.3.0
1502026-08-21T21:28:45.236Z Downloaded hex v0.4.3
1512026-08-21T21:28:45.241Z Downloaded git-stub-vcs v0.1.0
1522026-08-21T21:28:45.246Z Downloaded derive_more v0.99.20
1532026-08-21T21:28:45.249Z Downloaded compression-core v0.4.31
1542026-08-21T21:28:45.249Z Downloaded crypto-common v0.2.2
1552026-08-21T21:28:45.253Z Downloaded ciborium-ll v0.2.2
1562026-08-21T21:28:45.253Z Downloaded inout v0.2.2
1572026-08-21T21:28:45.253Z Downloaded git-stub v1.0.0
1582026-08-21T21:28:45.256Z Downloaded convert_case v0.4.0
1592026-08-21T21:28:45.256Z Downloaded ciborium-io v0.2.2
1602026-08-21T21:28:45.256Z Downloaded hyper-staticfile v0.10.1
1612026-08-21T21:28:45.260Z Downloaded hash32 v0.3.1
1622026-08-21T21:28:45.260Z Downloaded heck v0.4.1
1632026-08-21T21:28:45.263Z Downloaded colorchoice v1.0.4
1642026-08-21T21:28:45.264Z Downloaded constant_time_eq v0.3.1
1652026-08-21T21:28:45.264Z Downloaded cipher v0.4.4
1662026-08-21T21:28:45.267Z Downloaded cmov v0.5.4
1672026-08-21T21:28:45.267Z Downloaded const_format_proc_macros v0.2.34
1682026-08-21T21:28:45.267Z Downloaded headers-core v0.3.0
1692026-08-21T21:28:45.267Z Downloaded hostname v0.4.2
1702026-08-21T21:28:45.267Z Downloaded heck v0.5.0
1712026-08-21T21:28:45.273Z Downloaded globwalk v0.9.1
1722026-08-21T21:28:45.276Z Downloaded guppy-workspace-hack v0.1.0
1732026-08-21T21:28:45.276Z Downloaded hex-literal v1.1.0
1742026-08-21T21:28:45.276Z Downloaded home v0.5.12
1752026-08-21T21:28:45.276Z Downloaded defmt v1.0.1
1762026-08-21T21:28:45.279Z Downloaded ctr v0.10.1
1772026-08-21T21:28:45.279Z Downloaded cipher v0.5.2
1782026-08-21T21:28:45.279Z Downloaded constant_time_eq v0.4.2
1792026-08-21T21:28:45.282Z Downloaded convert_case v0.10.0
1802026-08-21T21:28:45.287Z Downloaded compression-codecs v0.4.37
1812026-08-21T21:28:45.287Z Downloaded globset v0.4.18
1822026-08-21T21:28:45.290Z Downloaded hash32 v0.2.1
1832026-08-21T21:28:45.290Z Downloaded addr2line v0.25.1
1842026-08-21T21:28:45.293Z Downloaded crucible-workspace-hack v0.1.0
1852026-08-21T21:28:45.293Z Downloaded concurrent-queue v2.5.0
1862026-08-21T21:28:45.293Z Downloaded hostname v0.3.1
1872026-08-21T21:28:45.293Z Downloaded http-body v1.0.1
1882026-08-21T21:28:45.296Z Downloaded group v0.14.0
1892026-08-21T21:28:45.299Z Downloaded daft v0.1.7
1902026-08-21T21:28:45.299Z Downloaded group v0.13.0
1912026-08-21T21:28:45.299Z Downloaded darling_macro v0.20.11
1922026-08-21T21:28:45.299Z Downloaded darling_macro v0.21.3
1932026-08-21T21:28:45.338Z Downloaded http-body-util v0.1.3
1942026-08-21T21:28:45.338Z Downloaded hubpack_derive v0.1.1
1952026-08-21T21:28:45.338Z Downloaded idna_adapter v1.2.1
1962026-08-21T21:28:45.338Z Downloaded hex-literal v0.4.1
1972026-08-21T21:28:45.338Z Downloaded cpufeatures v0.3.0
1982026-08-21T21:28:45.338Z Downloaded crc8 v0.1.1
1992026-08-21T21:28:45.338Z Downloaded defmt v0.3.100
2002026-08-21T21:28:45.338Z Downloaded defmt-parser v1.0.0
2012026-08-21T21:28:45.339Z Downloaded debug-ignore v1.0.5
2022026-08-21T21:28:45.339Z Downloaded derive_builder_macro v0.20.2
2032026-08-21T21:28:45.339Z Downloaded crossbeam-utils v0.8.21
2042026-08-21T21:28:45.339Z Downloaded internet-checksum v0.2.1
2052026-08-21T21:28:45.339Z Downloaded clap_derive v4.6.1
2062026-08-21T21:28:45.339Z Downloaded cmake v0.1.57
2072026-08-21T21:28:45.339Z Downloaded colored v2.2.0
2082026-08-21T21:28:45.339Z Downloaded console v0.15.11
2092026-08-21T21:28:45.340Z Downloaded http-range v0.1.5
2102026-08-21T21:28:45.340Z Downloaded instant v0.1.13
2112026-08-21T21:28:45.340Z Downloaded clap v4.6.1
2122026-08-21T21:28:45.340Z Downloaded cpubits v0.1.1
2132026-08-21T21:28:45.340Z Downloaded crc v3.4.0
2142026-08-21T21:28:45.340Z Downloaded crunchy v0.2.4
2152026-08-21T21:28:45.340Z Downloaded darling_macro v0.23.0
2162026-08-21T21:28:45.340Z Downloaded darling_macro v0.13.4
2172026-08-21T21:28:45.340Z Downloaded hubpack v0.1.2
2182026-08-21T21:28:45.340Z Downloaded cpufeatures v0.2.17
2192026-08-21T21:28:45.340Z Downloaded crypto-common v0.1.7
2202026-08-21T21:28:45.340Z Downloaded is-terminal v0.4.17
2212026-08-21T21:28:45.340Z Downloaded curve25519-dalek-derive v0.1.1
2222026-08-21T21:28:45.343Z Downloaded inout v0.1.4
2232026-08-21T21:28:45.343Z Downloaded illumos-nvpair-sys v0.2.0
2242026-08-21T21:28:45.343Z Downloaded indoc v1.0.9
2252026-08-21T21:28:45.343Z Downloaded ident_case v1.0.1
2262026-08-21T21:28:45.346Z Downloaded approx v0.5.1
2272026-08-21T21:28:45.346Z Downloaded adler2 v2.0.1
2282026-08-21T21:28:45.349Z Downloaded instability v0.3.11
2292026-08-21T21:28:45.349Z Downloaded hyper-tls v0.6.0
2302026-08-21T21:28:45.352Z Downloaded httpdate v1.0.3
2312026-08-21T21:28:45.352Z Downloaded console v0.16.2
2322026-08-21T21:28:45.355Z Downloaded der_derive v0.7.3
2332026-08-21T21:28:45.356Z Downloaded indent_write v2.2.0
2342026-08-21T21:28:45.356Z Downloaded illumos-nvpair v0.3.0
2352026-08-21T21:28:45.356Z Downloaded data-encoding v2.10.0
2362026-08-21T21:28:45.359Z Downloaded critical-section v1.2.0
2372026-08-21T21:28:45.359Z Downloaded corncobs v0.1.4
2382026-08-21T21:28:45.362Z Downloaded crc-catalog v2.4.0
2392026-08-21T21:28:45.362Z Downloaded darling v0.13.4
2402026-08-21T21:28:45.365Z Downloaded async-object-pool v0.2.0
2412026-08-21T21:28:45.365Z Downloaded atomic-waker v1.1.2
2422026-08-21T21:28:45.365Z Downloaded bit-set v0.8.0
2432026-08-21T21:28:45.368Z Downloaded glob v0.3.3
2442026-08-21T21:28:45.368Z Downloaded humantime v2.3.0
2452026-08-21T21:28:45.368Z Downloaded opaque-debug v0.3.1
2462026-08-21T21:28:45.374Z Downloaded impl-trait-for-tuples v0.2.3
2472026-08-21T21:28:45.378Z Downloaded ciborium v0.2.2
2482026-08-21T21:28:45.378Z Downloaded colored v3.1.1
2492026-08-21T21:28:45.381Z Downloaded const-oid v0.9.6
2502026-08-21T21:28:45.381Z Downloaded bcrypt-pbkdf v0.11.0
2512026-08-21T21:28:45.381Z Downloaded clang-sys v1.8.1
2522026-08-21T21:28:45.381Z Downloaded const-oid v0.10.2
2532026-08-21T21:28:45.387Z Downloaded half v1.8.3
2542026-08-21T21:28:45.387Z Downloaded openssl-macros v0.1.1
2552026-08-21T21:28:45.388Z Downloaded oso-derive v0.27.3
2562026-08-21T21:28:45.391Z Downloaded predicates-tree v1.0.13
2572026-08-21T21:28:45.391Z Downloaded cstr-argument v0.1.2
2582026-08-21T21:28:45.392Z Downloaded delegate v0.13.5
2592026-08-21T21:28:45.392Z Downloaded cargo-platform v0.3.2
2602026-08-21T21:28:45.392Z Downloaded criterion-plot v0.6.0
2612026-08-21T21:28:45.397Z Downloaded deranged v0.5.8
2622026-08-21T21:28:45.397Z Downloaded daft-derive v0.1.7
2632026-08-21T21:28:45.397Z Downloaded defmt-macros v1.0.1
2642026-08-21T21:28:45.403Z Downloaded derive-ex v0.1.8
2652026-08-21T21:28:45.403Z Downloaded packed_struct_codegen v0.10.1
2662026-08-21T21:28:45.403Z Downloaded argon2 v0.5.3
2672026-08-21T21:28:45.403Z Downloaded arrayvec v0.7.6
2682026-08-21T21:28:45.403Z Downloaded powerfmt v0.2.0
2692026-08-21T21:28:45.407Z Downloaded progenitor-macro v0.14.0
2702026-08-21T21:28:45.414Z Downloaded recursive-proc-macro-impl v0.1.1
2712026-08-21T21:28:45.418Z Downloaded crossbeam-deque v0.8.6
2722026-08-21T21:28:45.418Z Downloaded darling v0.20.11
2732026-08-21T21:28:45.421Z Downloaded cookie v0.18.1
2742026-08-21T21:28:45.421Z Downloaded ingot v0.2.1
2752026-08-21T21:28:45.421Z Downloaded indoc v2.0.7
2762026-08-21T21:28:45.424Z Downloaded crc32fast v1.5.0
2772026-08-21T21:28:45.424Z Downloaded ipnet v2.11.0
2782026-08-21T21:28:45.424Z Downloaded ipnetwork v0.21.1
2792026-08-21T21:28:45.427Z Downloaded ingot-types v0.2.0
2802026-08-21T21:28:45.431Z Downloaded ctutils v0.4.2
2812026-08-21T21:28:45.431Z Downloaded bit-vec v0.6.3
2822026-08-21T21:28:45.431Z Downloaded highway v1.3.0
2832026-08-21T21:28:45.440Z Downloaded anes v0.1.6
2842026-08-21T21:28:45.447Z Downloaded anstyle-parse v0.2.7
2852026-08-21T21:28:45.447Z Downloaded cookie_store v0.22.1
2862026-08-21T21:28:45.448Z Downloaded datatest-stable v0.3.3
2872026-08-21T21:28:45.448Z Downloaded httparse v1.10.1
2882026-08-21T21:28:45.448Z Downloaded chumsky v0.9.3
2892026-08-21T21:28:45.456Z Downloaded rustc-hash v2.1.1
2902026-08-21T21:28:45.456Z Downloaded oxide-update-engine v0.1.2
2912026-08-21T21:28:45.456Z Downloaded packed_struct v0.10.1
2922026-08-21T21:28:45.456Z Downloaded pbkdf2 v0.13.0
2932026-08-21T21:28:45.457Z Downloaded partial-io v0.5.4
2942026-08-21T21:28:45.457Z Downloaded secrecy v0.8.0
2952026-08-21T21:28:45.457Z Downloaded serde_spanned v0.6.9
2962026-08-21T21:28:45.457Z Downloaded rustc_version v0.1.7
2972026-08-21T21:28:45.457Z Downloaded signature v3.0.0
2982026-08-21T21:28:45.460Z Downloaded serde_repr v0.1.20
2992026-08-21T21:28:45.460Z Downloaded signal-hook-tokio v0.3.1
3002026-08-21T21:28:45.460Z Downloaded sapling-renderdag v0.1.0
3012026-08-21T21:28:45.460Z Downloaded derive_builder_core v0.20.2
3022026-08-21T21:28:45.460Z Downloaded paste v1.0.15
3032026-08-21T21:28:45.460Z Downloaded phf v0.12.1
3042026-08-21T21:28:45.465Z Downloaded byte-wrapper v0.1.0
3052026-08-21T21:28:45.465Z Downloaded crossbeam-epoch v0.9.18
3062026-08-21T21:28:45.468Z Downloaded darling v0.21.3
3072026-08-21T21:28:45.468Z Downloaded derive_builder v0.20.2
3082026-08-21T21:28:45.471Z Downloaded cargo_metadata v0.23.1
3092026-08-21T21:28:45.471Z Downloaded chacha20 v0.9.1
3102026-08-21T21:28:45.471Z Downloaded peg-macros v0.8.5
3112026-08-21T21:28:45.474Z Downloaded primefield v0.14.0
3122026-08-21T21:28:45.474Z Downloaded progenitor v0.14.0
3132026-08-21T21:28:45.474Z Downloaded progenitor-extras v0.2.0
3142026-08-21T21:28:45.478Z Downloaded cassowary v0.3.0
3152026-08-21T21:28:45.478Z Downloaded peg v0.8.5
3162026-08-21T21:28:45.478Z Downloaded smawk v0.3.2
3172026-08-21T21:28:45.481Z Downloaded tabled_derive v0.11.0
3182026-08-21T21:28:45.481Z Downloaded target-triple v1.0.0
3192026-08-21T21:28:45.482Z Downloaded terminal_size v0.1.17
3202026-08-21T21:28:45.482Z Downloaded sha1 v0.10.6
3212026-08-21T21:28:45.485Z Downloaded quote v1.0.45
3222026-08-21T21:28:45.486Z Downloaded r2d2 v0.8.10
3232026-08-21T21:28:45.486Z Downloaded darling_core v0.13.4
3242026-08-21T21:28:45.490Z Downloaded derive-where v1.6.0
3252026-08-21T21:28:45.490Z Downloaded polyval v0.7.1
3262026-08-21T21:28:45.493Z Downloaded csv-core v0.1.13
3272026-08-21T21:28:45.493Z Downloaded darling v0.23.0
3282026-08-21T21:28:45.493Z Downloaded postgres-protocol v0.6.10
3292026-08-21T21:28:45.493Z Downloaded ingot-macros v0.2.0
3302026-08-21T21:28:45.496Z Downloaded blake2 v0.10.6
3312026-08-21T21:28:45.496Z Downloaded blake2 v0.11.0-rc.6
3322026-08-21T21:28:45.496Z Downloaded resolv-conf v0.7.6
3332026-08-21T21:28:45.499Z Downloaded iana-time-zone v0.1.65
3342026-08-21T21:28:45.500Z Downloaded subtle v2.6.1
3352026-08-21T21:28:45.500Z Downloaded time-core v0.1.8
3362026-08-21T21:28:45.500Z Downloaded httptest v0.16.4
3372026-08-21T21:28:45.507Z Downloaded hickory-client v0.25.2
3382026-08-21T21:28:45.511Z Downloaded compact_str v0.8.1
3392026-08-21T21:28:45.515Z Downloaded const_format v0.2.35
3402026-08-21T21:28:45.515Z Downloaded rustc-demangle v0.1.27
3412026-08-21T21:28:45.520Z Downloaded oxide-tokio-rt v0.1.4
3422026-08-21T21:28:45.520Z Downloaded signature v2.2.0
3432026-08-21T21:28:45.520Z Downloaded toml_write v0.1.2
3442026-08-21T21:28:45.524Z Downloaded try-lock v0.2.5
3452026-08-21T21:28:45.527Z Downloaded half v2.7.1
3462026-08-21T21:28:45.536Z Downloaded pkcs1 v0.7.5
3472026-08-21T21:28:45.541Z Downloaded pkcs1 v0.8.0-rc.4
3482026-08-21T21:28:45.542Z Downloaded scroll v0.13.0
3492026-08-21T21:28:45.542Z Downloaded crc-any v2.5.0
3502026-08-21T21:28:45.542Z Downloaded unicode-linebreak v0.1.5
3512026-08-21T21:28:45.544Z Downloaded primeorder v0.13.6
3522026-08-21T21:28:45.549Z Downloaded slog-stdlog v4.1.1
3532026-08-21T21:28:45.549Z Downloaded static_assertions v1.1.0
3542026-08-21T21:28:45.549Z Downloaded string_cache v0.8.9
3552026-08-21T21:28:45.549Z Downloaded heapless v0.8.0
3562026-08-21T21:28:45.549Z Downloaded backon v1.6.0
3572026-08-21T21:28:45.549Z Downloaded void v1.0.2
3582026-08-21T21:28:45.549Z Downloaded xattr v1.6.1
3592026-08-21T21:28:45.549Z Downloaded quinn-udp v0.5.14
3602026-08-21T21:28:45.555Z Downloaded parking_lot_core v0.9.12
3612026-08-21T21:28:45.555Z Downloaded darling_core v0.20.11
3622026-08-21T21:28:45.555Z Downloaded darling_core v0.23.0
3632026-08-21T21:28:45.559Z Downloaded snafu-derive v0.8.9
3642026-08-21T21:28:45.563Z Downloaded strum_macros v0.24.3
3652026-08-21T21:28:45.563Z Downloaded utf-8 v0.7.6
3662026-08-21T21:28:45.563Z Downloaded utf8_iter v1.0.4
3672026-08-21T21:28:45.567Z Downloaded waitgroup v0.1.2
3682026-08-21T21:28:45.567Z Downloaded hickory-server v0.25.2
3692026-08-21T21:28:45.567Z Downloaded hmac v0.12.1
3702026-08-21T21:28:45.572Z Downloaded dirs-sys-next v0.1.2
3712026-08-21T21:28:45.572Z Downloaded document-features v0.2.12
3722026-08-21T21:28:45.572Z Downloaded hmac v0.13.0
3732026-08-21T21:28:45.572Z Downloaded ssh-encoding v0.3.0
3742026-08-21T21:28:45.572Z Downloaded dof v0.3.0
3752026-08-21T21:28:45.576Z Downloaded dyn-clone v1.0.20
3762026-08-21T21:28:45.576Z Downloaded thiserror v1.0.69
3772026-08-21T21:28:45.576Z Downloaded thread_local v1.1.9
3782026-08-21T21:28:45.576Z Downloaded hyper-rustls v0.27.7
3792026-08-21T21:28:45.579Z Downloaded icu_provider v2.1.1
3802026-08-21T21:28:45.579Z Downloaded indexmap v1.9.3
3812026-08-21T21:28:45.579Z Downloaded rustls-pki-types v1.14.0
3822026-08-21T21:28:45.584Z Downloaded thiserror-impl-no-std v2.0.2
3832026-08-21T21:28:45.584Z Downloaded foreign-types-shared v0.1.1
3842026-08-21T21:28:45.584Z Downloaded hybrid-array v0.4.13
3852026-08-21T21:28:45.587Z Downloaded dsl_auto_type v0.2.0
3862026-08-21T21:28:45.587Z Downloaded flagset v0.4.7
3872026-08-21T21:28:45.587Z Downloaded tokio-tungstenite v0.21.0
3882026-08-21T21:28:45.591Z Downloaded rand_seeder v0.4.0
3892026-08-21T21:28:45.595Z Downloaded async-bb8-diesel v0.2.1
3902026-08-21T21:28:45.595Z Downloaded tokio-dtrace v0.1.1
3912026-08-21T21:28:45.598Z Downloaded fxhash v0.2.1
3922026-08-21T21:28:45.601Z Downloaded generic-array v0.14.7
3932026-08-21T21:28:45.601Z Downloaded futures-macro v0.3.32
3942026-08-21T21:28:45.602Z Downloaded itoa v1.0.17
3952026-08-21T21:28:45.606Z Downloaded lazy_static v1.5.0
3962026-08-21T21:28:45.606Z Downloaded lalrpop-util v0.19.12
3972026-08-21T21:28:45.606Z Downloaded heapless v0.7.17
3982026-08-21T21:28:45.609Z Downloaded icu_normalizer_data v2.1.1
3992026-08-21T21:28:45.613Z Downloaded vergen-gitcl v1.0.8
4002026-08-21T21:28:45.616Z Downloaded unicode-truncate v1.1.0
4012026-08-21T21:28:45.620Z Downloaded keccak v0.1.6
4022026-08-21T21:28:45.620Z Downloaded md5 v0.8.0
4032026-08-21T21:28:45.623Z Downloaded lru-slab v0.1.2
4042026-08-21T21:28:45.623Z Downloaded maplit v1.0.2
4052026-08-21T21:28:45.623Z Downloaded memoffset v0.9.1
4062026-08-21T21:28:45.623Z Downloaded multimap v0.10.1
4072026-08-21T21:28:45.627Z Downloaded new_debug_unreachable v1.0.6
4082026-08-21T21:28:45.627Z Downloaded synstructure v0.13.2
4092026-08-21T21:28:45.627Z Downloaded whoami v1.6.1
4102026-08-21T21:28:45.630Z Downloaded usdt-impl v0.5.0
4112026-08-21T21:28:45.630Z Downloaded camino v1.2.2
4122026-08-21T21:28:45.630Z Downloaded pkcs5 v0.8.1
4132026-08-21T21:28:45.635Z Downloaded serde_with_macros v3.21.0
4142026-08-21T21:28:45.638Z Downloaded slog-dtrace v0.3.0
4152026-08-21T21:28:45.638Z Downloaded digest v0.10.7
4162026-08-21T21:28:45.638Z Downloaded xshell v0.2.7
4172026-08-21T21:28:45.644Z Downloaded newline-converter v0.3.0
4182026-08-21T21:28:45.654Z Downloaded zstd v0.13.3
4192026-08-21T21:28:45.654Z Downloaded icu_normalizer v2.1.1
4202026-08-21T21:28:45.654Z Downloaded ed25519 v3.0.0
4212026-08-21T21:28:45.658Z Downloaded indicatif v0.18.4
4222026-08-21T21:28:45.658Z Downloaded ignore v0.4.25
4232026-08-21T21:28:45.658Z Downloaded icu_properties v2.1.2
4242026-08-21T21:28:45.658Z Downloaded num-derive v0.4.2
4252026-08-21T21:28:45.658Z Downloaded num-iter v0.1.45
4262026-08-21T21:28:45.658Z Downloaded anstyle-query v1.1.5
4272026-08-21T21:28:45.663Z Downloaded base16ct v0.2.0
4282026-08-21T21:28:45.663Z Downloaded bb8 v0.8.6
4292026-08-21T21:28:45.663Z Downloaded hickory-resolver v0.24.4
4302026-08-21T21:28:45.666Z Downloaded block-buffer v0.10.4
4312026-08-21T21:28:45.666Z Downloaded ena v0.14.4
4322026-08-21T21:28:45.666Z Downloaded foldhash v0.2.0
4332026-08-21T21:28:45.669Z Downloaded erased-serde v0.3.31
4342026-08-21T21:28:45.672Z Downloaded fixedbitset v0.5.7
4352026-08-21T21:28:45.672Z Downloaded tokio-rustls v0.26.4
4362026-08-21T21:28:45.675Z Downloaded event-listener-strategy v0.5.4
4372026-08-21T21:28:45.675Z Downloaded fallible-iterator v0.2.0
4382026-08-21T21:28:45.675Z Downloaded cfg_aliases v0.2.1
4392026-08-21T21:28:45.675Z Downloaded fs-err v3.3.0
4402026-08-21T21:28:45.678Z Downloaded hickory-resolver v0.25.2
4412026-08-21T21:28:45.681Z Downloaded headers v0.4.1
4422026-08-21T21:28:45.685Z Downloaded peg-runtime v0.8.5
4432026-08-21T21:28:45.689Z Downloaded salsa20 v0.11.0
4442026-08-21T21:28:45.689Z Downloaded crypto-bigint v0.5.5
4452026-08-21T21:28:45.694Z Downloaded signal-hook v0.3.18
4462026-08-21T21:28:45.694Z Downloaded prettyplease v0.2.37
4472026-08-21T21:28:45.694Z Downloaded libscf-sys v1.2.0
4482026-08-21T21:28:45.697Z Downloaded lock_api v0.4.14
4492026-08-21T21:28:45.697Z Downloaded mime_guess v2.0.5
4502026-08-21T21:28:45.697Z Downloaded pathdiff v0.2.3
4512026-08-21T21:28:45.697Z Downloaded plotters-backend v0.3.7
4522026-08-21T21:28:45.697Z Downloaded plotters-svg v0.3.7
4532026-08-21T21:28:45.701Z Downloaded icu_locale_core v2.1.1
4542026-08-21T21:28:45.704Z Downloaded pin-project v1.1.11
4552026-08-21T21:28:45.707Z Downloaded serde_cbor v0.11.2
4562026-08-21T21:28:45.711Z Downloaded zmij v1.0.21
4572026-08-21T21:28:45.714Z Downloaded psl-types v2.0.11
4582026-08-21T21:28:45.714Z Downloaded des v0.9.0
4592026-08-21T21:28:45.721Z Downloaded num-rational v0.4.2
4602026-08-21T21:28:45.724Z Downloaded aead v0.6.1
4612026-08-21T21:28:45.724Z Downloaded nonempty v0.12.0
4622026-08-21T21:28:45.724Z Downloaded der v0.7.10
4632026-08-21T21:28:45.726Z Downloaded anstream v0.6.21
4642026-08-21T21:28:45.729Z Downloaded num-integer v0.1.46
4652026-08-21T21:28:45.732Z Downloaded scopeguard v1.2.0
4662026-08-21T21:28:45.735Z Downloaded secrecy v0.10.3
4672026-08-21T21:28:45.735Z Downloaded scuffle v0.1.0
4682026-08-21T21:28:45.739Z Downloaded scheduled-thread-pool v0.2.7
4692026-08-21T21:28:45.739Z Downloaded http v1.4.2
4702026-08-21T21:28:45.743Z Downloaded bitflags v1.3.2
4712026-08-21T21:28:45.743Z Downloaded ucd-trie v0.1.7
4722026-08-21T21:28:45.743Z Downloaded unsafe-libyaml v0.2.11
4732026-08-21T21:28:45.743Z Downloaded futures-channel v0.3.32
4742026-08-21T21:28:45.746Z Downloaded test-strategy v0.4.5
4752026-08-21T21:28:45.746Z Downloaded toml v1.1.2+spec-1.1.0
4762026-08-21T21:28:45.749Z Downloaded bs58 v0.5.1
4772026-08-21T21:28:45.749Z Downloaded jobserver v0.1.34
4782026-08-21T21:28:45.752Z Downloaded byteorder v1.5.0
4792026-08-21T21:28:45.752Z Downloaded semver v0.1.20
4802026-08-21T21:28:45.752Z Downloaded serde_spanned v1.1.1
4812026-08-21T21:28:45.752Z Downloaded similar-asserts v1.7.0
4822026-08-21T21:28:45.754Z Downloaded sha1 v0.11.0
4832026-08-21T21:28:45.755Z Downloaded sponge-cursor v0.1.0
4842026-08-21T21:28:45.755Z Downloaded darling_core v0.21.3
4852026-08-21T21:28:45.757Z Downloaded parking_lot_core v0.8.6
4862026-08-21T21:28:45.761Z Downloaded tungstenite v0.23.0
4872026-08-21T21:28:45.764Z Downloaded password-hash v0.5.0
4882026-08-21T21:28:45.768Z Downloaded slog-envlogger v2.2.0
4892026-08-21T21:28:45.768Z Downloaded phf v0.13.1
4902026-08-21T21:28:45.771Z Downloaded strsim v0.11.1
4912026-08-21T21:28:45.771Z Downloaded supports-color v2.1.0
4922026-08-21T21:28:45.771Z Downloaded supports-unicode v2.1.0
4932026-08-21T21:28:45.771Z Downloaded swrite v0.1.0
4942026-08-21T21:28:45.771Z Downloaded tagptr v0.2.0
4952026-08-21T21:28:45.771Z Downloaded base64 v0.21.7
4962026-08-21T21:28:45.774Z Downloaded proc-macro-error v1.0.4
4972026-08-21T21:28:45.774Z Downloaded tar v0.4.46
4982026-08-21T21:28:45.778Z Downloaded phc v0.6.1
4992026-08-21T21:28:45.781Z Downloaded bumpalo v3.20.2
5002026-08-21T21:28:45.781Z Downloaded subprocess v0.2.15
5012026-08-21T21:28:45.784Z Downloaded predicates v3.1.4
5022026-08-21T21:28:45.784Z Downloaded snafu v0.8.9
5032026-08-21T21:28:45.787Z Downloaded strum v0.26.3
5042026-08-21T21:28:45.790Z Downloaded testing_table v0.3.0
5052026-08-21T21:28:45.790Z Downloaded crossbeam-channel v0.5.15
5062026-08-21T21:28:45.793Z Downloaded rand_chacha v0.9.0
5072026-08-21T21:28:45.793Z Downloaded thread-id v4.2.2
5082026-08-21T21:28:45.799Z Downloaded tower-layer v0.3.3
5092026-08-21T21:28:45.800Z Downloaded untrusted v0.9.0
5102026-08-21T21:28:45.800Z Downloaded anyhow v1.0.102
5112026-08-21T21:28:45.809Z Downloaded hyper-util v0.1.20
5122026-08-21T21:28:45.809Z Downloaded internal-russh-num-bigint v0.5.0
5132026-08-21T21:28:45.809Z Downloaded rust-argon2 v2.1.0
5142026-08-21T21:28:45.813Z Downloaded icu_collections v2.1.1
5152026-08-21T21:28:45.813Z Downloaded unit-prefix v0.5.2
5162026-08-21T21:28:45.813Z Downloaded async-lock v3.4.2
5172026-08-21T21:28:45.813Z Downloaded async-trait v0.1.89
5182026-08-21T21:28:45.813Z Downloaded bit-vec v0.8.0
5192026-08-21T21:28:45.817Z Downloaded utf8parse v0.2.2
5202026-08-21T21:28:45.819Z Downloaded hashbrown v0.12.3
5212026-08-21T21:28:45.822Z Downloaded serde_derive_internals v0.29.1
5222026-08-21T21:28:45.826Z Downloaded scrypt v0.12.0
5232026-08-21T21:28:45.826Z Downloaded bzip2 v0.4.4
5242026-08-21T21:28:45.827Z Downloaded bzip2 v0.6.1
5252026-08-21T21:28:45.827Z Downloaded chacha20 v0.10.0
5262026-08-21T21:28:45.830Z Downloaded usdt-attr-macro v0.6.0
5272026-08-21T21:28:45.830Z Downloaded der v0.8.0
5282026-08-21T21:28:45.830Z Downloaded steno v0.4.1
5292026-08-21T21:28:45.833Z Downloaded signal-hook-registry v1.4.8
5302026-08-21T21:28:45.833Z Downloaded schemars v0.9.0
5312026-08-21T21:28:45.839Z Downloaded digest-io v0.1.0
5322026-08-21T21:28:45.842Z Downloaded dof v0.4.0
5332026-08-21T21:28:45.842Z Downloaded ssh-cipher v0.3.0
5342026-08-21T21:28:45.842Z Downloaded equivalent v1.0.2
5352026-08-21T21:28:45.842Z Downloaded foreign-types v0.5.0
5362026-08-21T21:28:45.848Z Downloaded pkcs8 v0.11.0
5372026-08-21T21:28:45.850Z Downloaded errno v0.3.14
5382026-08-21T21:28:45.850Z Downloaded futures-task v0.3.32
5392026-08-21T21:28:45.854Z Downloaded hashbrown v0.14.5
5402026-08-21T21:28:45.854Z Downloaded stringmetrics v2.2.2
5412026-08-21T21:28:45.855Z Downloaded termcolor v1.4.1
5422026-08-21T21:28:45.855Z Downloaded serde v1.0.228
5432026-08-21T21:28:45.855Z Downloaded zerotrie v0.2.3
5442026-08-21T21:28:45.858Z Downloaded tokio-native-tls v0.3.1
5452026-08-21T21:28:45.861Z Downloaded thiserror-impl v1.0.69
5462026-08-21T21:28:45.863Z Downloaded fixedbitset v0.4.2
5472026-08-21T21:28:45.863Z Downloaded futures-core v0.3.32
5482026-08-21T21:28:45.866Z Downloaded is_ci v1.2.0
5492026-08-21T21:28:45.866Z Downloaded jiff-static v0.2.34
5502026-08-21T21:28:45.869Z Downloaded hashbrown v0.13.2
5512026-08-21T21:28:45.869Z Downloaded indexmap v2.14.0
5522026-08-21T21:28:45.873Z Downloaded walkdir v2.5.0
5532026-08-21T21:28:45.875Z Downloaded match_cfg v0.1.0
5542026-08-21T21:28:45.878Z Downloaded newtype_derive v0.1.6
5552026-08-21T21:28:45.878Z Downloaded nodrop v0.1.14
5562026-08-21T21:28:45.878Z Downloaded num_enum_derive v0.5.11
5572026-08-21T21:28:45.883Z Downloaded qorb v0.4.1
5582026-08-21T21:28:45.883Z Downloaded tinytemplate v1.2.1
5592026-08-21T21:28:45.886Z Downloaded wyz v0.5.1
5602026-08-21T21:28:45.886Z Downloaded lru-cache v0.1.2
5612026-08-21T21:28:45.886Z Downloaded olpc-cjson v0.1.4
5622026-08-21T21:28:45.889Z Downloaded num-conv v0.2.0
5632026-08-21T21:28:45.889Z Downloaded bitfield-macros v0.19.4
5642026-08-21T21:28:45.889Z Downloaded bitfield-struct v0.6.2
5652026-08-21T21:28:45.892Z Downloaded yoke v0.8.1
5662026-08-21T21:28:45.900Z Downloaded unicode_categories v0.1.1
5672026-08-21T21:28:45.903Z Downloaded pest_generator v2.8.6
5682026-08-21T21:28:45.903Z Downloaded smallvec v1.15.1
5692026-08-21T21:28:45.903Z Downloaded enum-as-inner v0.6.1
5702026-08-21T21:28:45.903Z Downloaded base16ct v1.0.0
5712026-08-21T21:28:45.906Z Downloaded backtrace-ext v0.2.1
5722026-08-21T21:28:45.909Z Downloaded assert-json-diff v2.0.2
5732026-08-21T21:28:45.909Z Downloaded atty v0.2.14
5742026-08-21T21:28:45.909Z Downloaded url v2.5.8
5752026-08-21T21:28:45.912Z Downloaded iddqd v0.4.2
5762026-08-21T21:28:45.917Z Downloaded postgres-types v0.2.12
5772026-08-21T21:28:45.920Z Downloaded criterion v0.7.0
5782026-08-21T21:28:45.923Z Downloaded crossterm v0.28.1
5792026-08-21T21:28:45.925Z Downloaded zeroize v1.9.0
5802026-08-21T21:28:45.928Z Downloaded dropshot-api-manager-types v0.7.2
5812026-08-21T21:28:45.928Z Downloaded openssl-probe v0.2.1
5822026-08-21T21:28:45.928Z Downloaded proc-macro2 v1.0.106
5832026-08-21T21:28:45.931Z Downloaded toml_parser v1.1.2+spec-1.1.0
5842026-08-21T21:28:45.931Z Downloaded fs-err v2.11.0
5852026-08-21T21:28:45.943Z Downloaded target-spec v3.5.7
5862026-08-21T21:28:45.947Z Downloaded tls_codec_derive v0.4.2
5872026-08-21T21:28:45.947Z Downloaded ed25519 v2.2.3
5882026-08-21T21:28:45.947Z Downloaded ff v0.13.1
5892026-08-21T21:28:45.947Z Downloaded password-hash v0.6.1
5902026-08-21T21:28:45.948Z Downloaded linear-map v1.2.0
5912026-08-21T21:28:45.952Z Downloaded phf_shared v0.11.3
5922026-08-21T21:28:45.952Z Downloaded precomputed-hash v0.1.1
5932026-08-21T21:28:45.952Z Downloaded proc-macro-error-attr v1.0.4
5942026-08-21T21:28:45.956Z Downloaded anstyle v1.0.14
5952026-08-21T21:28:45.956Z Downloaded papergrid v0.11.0
5962026-08-21T21:28:45.959Z Downloaded anstream v1.0.0
5972026-08-21T21:28:45.959Z Downloaded ref-cast v1.0.25
5982026-08-21T21:28:45.959Z Downloaded russh-cryptovec v0.62.0
5992026-08-21T21:28:45.959Z Downloaded ron v0.8.1
6002026-08-21T21:28:45.962Z Downloaded rsa v0.10.0-rc.18
6012026-08-21T21:28:45.965Z Downloaded zerocopy-derive v0.7.35
6022026-08-21T21:28:45.968Z Downloaded memmap v0.7.0
6032026-08-21T21:28:45.970Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6042026-08-21T21:28:45.970Z Downloaded module-lattice v0.2.3
6052026-08-21T21:28:45.970Z Downloaded hashbrown v0.16.1
6062026-08-21T21:28:45.974Z Downloaded typenum v1.20.1
6072026-08-21T21:28:45.977Z Downloaded bytes v1.11.1
6082026-08-21T21:28:45.980Z Downloaded camino-tempfile v1.4.1
6092026-08-21T21:28:45.980Z Downloaded toml_edit v0.19.15
6102026-08-21T21:28:45.989Z Downloaded oxnet v0.1.6
6112026-08-21T21:28:45.992Z Downloaded shell-words v1.1.1
6122026-08-21T21:28:45.992Z Downloaded vergen v9.1.0
6132026-08-21T21:28:45.992Z Downloaded nu-ansi-term v0.50.3
6142026-08-21T21:28:45.992Z Downloaded structmeta-derive v0.3.0
6152026-08-21T21:28:45.992Z Downloaded serde-big-array v0.5.1
6162026-08-21T21:28:45.995Z Downloaded thread-id v5.1.0
6172026-08-21T21:28:45.995Z Downloaded slog v2.8.2
6182026-08-21T21:28:45.995Z Downloaded oorandom v11.1.5
6192026-08-21T21:28:45.998Z Downloaded pem-rfc7468 v0.7.0
6202026-08-21T21:28:45.998Z Downloaded pkg-config v0.3.32
6212026-08-21T21:28:45.998Z Downloaded assert_cmd v2.1.2
6222026-08-21T21:28:46.002Z Downloaded crossterm v0.29.0
6232026-08-21T21:28:46.003Z Downloaded pretty_assertions v1.4.1
6242026-08-21T21:28:46.008Z Downloaded progenitor-impl v0.13.0
6252026-08-21T21:28:46.008Z Downloaded supports-hyperlinks v2.1.0
6262026-08-21T21:28:46.008Z Downloaded knuffel-derive v3.2.0
6272026-08-21T21:28:46.009Z Downloaded pin-project-lite v0.2.17
6282026-08-21T21:28:46.019Z Downloaded strum v0.27.2
6292026-08-21T21:28:46.019Z Downloaded terminal_size v0.4.3
6302026-08-21T21:28:46.020Z Downloaded clap_builder v4.6.0
6312026-08-21T21:28:46.020Z Downloaded tokio-macros v2.7.0
6322026-08-21T21:28:46.020Z Downloaded unarray v0.1.4
6332026-08-21T21:28:46.020Z Downloaded rstest_macros v0.25.0
6342026-08-21T21:28:46.020Z Downloaded hashbrown v0.15.5
6352026-08-21T21:28:46.025Z Downloaded progenitor-client v0.13.0
6362026-08-21T21:28:46.025Z Downloaded x509-cert v0.2.5
6372026-08-21T21:28:46.025Z Downloaded getrandom v0.2.17
6382026-08-21T21:28:46.029Z Downloaded ppv-lite86 v0.2.21
6392026-08-21T21:28:46.029Z Downloaded usdt v0.6.0
6402026-08-21T21:28:46.029Z Downloaded wait-timeout v0.2.1
6412026-08-21T21:28:46.029Z Downloaded ed25519-dalek v2.2.0
6422026-08-21T21:28:46.032Z Downloaded guppy v0.17.25
6432026-08-21T21:28:46.035Z Downloaded idna v1.1.0
6442026-08-21T21:28:46.039Z Downloaded rand_core v0.10.0
6452026-08-21T21:28:46.039Z Downloaded ar_archive_writer v0.5.1
6462026-08-21T21:28:46.042Z Downloaded rustversion v1.0.22
6472026-08-21T21:28:46.042Z Downloaded schemars_derive v0.8.22
6482026-08-21T21:28:46.042Z Downloaded unicode-bidi v0.3.18
6492026-08-21T21:28:46.042Z Downloaded litemap v0.8.1
6502026-08-21T21:28:46.045Z Downloaded memmap2 v0.9.10
6512026-08-21T21:28:46.046Z Downloaded usdt-macro v0.6.0
6522026-08-21T21:28:46.046Z Downloaded xshell-macros v0.2.7
6532026-08-21T21:28:46.046Z Downloaded dunce v1.0.5
6542026-08-21T21:28:46.049Z Downloaded tracing-core v0.1.36
6552026-08-21T21:28:46.052Z Downloaded unicode-properties v0.1.4
6562026-08-21T21:28:46.052Z Downloaded slab v0.4.12
6572026-08-21T21:28:46.052Z Downloaded elliptic-curve v0.14.1
6582026-08-21T21:28:46.055Z Downloaded camino-tempfile-ext v0.3.3
6592026-08-21T21:28:46.055Z Downloaded sec1 v0.7.3
6602026-08-21T21:28:46.055Z Downloaded spki v0.7.3
6612026-08-21T21:28:46.058Z Downloaded tower v0.5.3
6622026-08-21T21:28:46.061Z Downloaded expectorate v1.2.0
6632026-08-21T21:28:46.063Z Downloaded sqlformat v0.3.5
6642026-08-21T21:28:46.064Z Downloaded diesel_table_macro_syntax v0.3.0
6652026-08-21T21:28:46.064Z Downloaded display-error-chain v0.2.2
6662026-08-21T21:28:46.066Z Downloaded foreign-types-macros v0.2.3
6672026-08-21T21:28:46.066Z Downloaded foreign-types-shared v0.3.1
6682026-08-21T21:28:46.066Z Downloaded dirs-next v2.0.0
6692026-08-21T21:28:46.066Z Downloaded dtrace-parser v0.3.0
6702026-08-21T21:28:46.066Z Downloaded float-ord v0.3.2
6712026-08-21T21:28:46.066Z Downloaded pkcs8 v0.10.2
6722026-08-21T21:28:46.069Z Downloaded spki v0.8.0
6732026-08-21T21:28:46.069Z Downloaded embedded-io v0.6.1
6742026-08-21T21:28:46.069Z Downloaded fastrand v2.3.0
6752026-08-21T21:28:46.072Z Downloaded aes v0.9.1
6762026-08-21T21:28:46.072Z Downloaded hkdf v0.13.0
6772026-08-21T21:28:46.076Z Downloaded minimal-lexical v0.2.1
6782026-08-21T21:28:46.076Z Downloaded rand_distr v0.5.1
6792026-08-21T21:28:46.079Z Downloaded socket2 v0.6.3
6802026-08-21T21:28:46.079Z Downloaded openssl-sys v0.9.117
6812026-08-21T21:28:46.082Z Downloaded cfg-expr v0.20.6
6822026-08-21T21:28:46.086Z Downloaded futures-sink v0.3.32
6832026-08-21T21:28:46.086Z Downloaded gimli v0.32.3
6842026-08-21T21:28:46.089Z Downloaded mime v0.3.17
6852026-08-21T21:28:46.092Z Downloaded linked-hash-map v0.5.6
6862026-08-21T21:28:46.092Z Downloaded macaddr v1.0.1
6872026-08-21T21:28:46.092Z Downloaded tungstenite v0.21.0
6882026-08-21T21:28:46.092Z Downloaded iri-string v0.7.10
6892026-08-21T21:28:46.095Z Downloaded hashbrown v0.17.0
6902026-08-21T21:28:46.098Z Downloaded derive_more-impl v2.1.1
6912026-08-21T21:28:46.101Z Downloaded newtype-uuid-macros v0.1.0
6922026-08-21T21:28:46.101Z Downloaded tokio-tungstenite v0.23.1
6932026-08-21T21:28:46.105Z Downloaded rand v0.8.6
6942026-08-21T21:28:46.105Z Downloaded assert_matches v1.5.0
6952026-08-21T21:28:46.109Z Downloaded tui-tree-widget v0.23.1
6962026-08-21T21:28:46.109Z Downloaded zstd-safe v7.2.4
6972026-08-21T21:28:46.109Z Downloaded async-stream-impl v0.3.6
6982026-08-21T21:28:46.109Z Downloaded bit-set v0.5.3
6992026-08-21T21:28:46.109Z Downloaded path-slash v0.1.5
7002026-08-21T21:28:46.112Z Downloaded rustls-webpki v0.103.13
7012026-08-21T21:28:46.118Z Downloaded zip v0.6.6
7022026-08-21T21:28:46.124Z Downloaded h2 v0.4.15
7032026-08-21T21:28:46.126Z Downloaded hyper v1.10.1
7042026-08-21T21:28:46.129Z Downloaded zerofrom-derive v0.1.6
7052026-08-21T21:28:46.129Z Downloaded oxide-update-engine-types v0.1.2
7062026-08-21T21:28:46.129Z Downloaded oso v0.27.3
7072026-08-21T21:28:46.132Z Downloaded smf v0.2.3
7082026-08-21T21:28:46.132Z Downloaded env_logger v0.11.9
7092026-08-21T21:28:46.135Z Downloaded futures-timer v3.0.3
7102026-08-21T21:28:46.135Z Downloaded plain v0.2.3
7112026-08-21T21:28:46.138Z Downloaded progenitor-client v0.14.0
7122026-08-21T21:28:46.138Z Downloaded flume v0.11.1
7132026-08-21T21:28:46.138Z Downloaded rfc6979 v0.6.0
7142026-08-21T21:28:46.142Z Downloaded num-bigint v0.4.6
7152026-08-21T21:28:46.142Z Downloaded serde_tokenstream v0.2.3
7162026-08-21T21:28:46.182Z Downloaded time-macros v0.2.27
7172026-08-21T21:28:46.182Z Downloaded serde_bytes v0.11.19
7182026-08-21T21:28:46.182Z Downloaded slog-bunyan v2.5.0
7192026-08-21T21:28:46.183Z Downloaded target-lexicon v0.13.3
7202026-08-21T21:28:46.183Z Downloaded keccak v0.2.0
7212026-08-21T21:28:46.183Z Downloaded sync_wrapper v1.0.2
7222026-08-21T21:28:46.183Z Downloaded tabled_derive v0.7.0
7232026-08-21T21:28:46.183Z Downloaded icu_properties_data v2.1.2
7242026-08-21T21:28:46.183Z Downloaded signal-hook-mio v0.2.5
7252026-08-21T21:28:46.183Z Downloaded sigpipe v0.1.3
7262026-08-21T21:28:46.183Z Downloaded strip-ansi-escapes v0.2.1
7272026-08-21T21:28:46.183Z Downloaded strsim v0.10.0
7282026-08-21T21:28:46.183Z Downloaded toml v0.8.23
7292026-08-21T21:28:46.183Z Downloaded tower-service v0.3.3
7302026-08-21T21:28:46.183Z Downloaded tracing-attributes v0.1.31
7312026-08-21T21:28:46.183Z Downloaded hkdf v0.12.4
7322026-08-21T21:28:46.183Z Downloaded rustls-platform-verifier v0.6.2
7332026-08-21T21:28:46.183Z Downloaded bitfield v0.19.4
7342026-08-21T21:28:46.186Z Downloaded path-tree v0.8.3
7352026-08-21T21:28:46.186Z Downloaded pem v3.0.6
7362026-08-21T21:28:46.186Z Downloaded usdt v0.5.0
7372026-08-21T21:28:46.186Z Downloaded zerofrom v0.1.6
7382026-08-21T21:28:46.186Z Downloaded fnv v1.0.7
7392026-08-21T21:28:46.189Z Downloaded regex v1.12.3
7402026-08-21T21:28:46.192Z Downloaded serde_derive v1.0.228
7412026-08-21T21:28:46.192Z Downloaded proc-macro-error2 v2.0.1
7422026-08-21T21:28:46.197Z Downloaded zerocopy v0.6.6
7432026-08-21T21:28:46.200Z Downloaded port-file v0.1.0
7442026-08-21T21:28:46.203Z Downloaded primeorder v0.14.0
7452026-08-21T21:28:46.203Z Downloaded float-cmp v0.10.0
7462026-08-21T21:28:46.203Z Downloaded kem v0.3.0
7472026-08-21T21:28:46.203Z Downloaded usdt-attr-macro v0.5.0
7482026-08-21T21:28:46.203Z Downloaded fd-lock v4.0.4
7492026-08-21T21:28:46.207Z Downloaded env_filter v1.0.0
7502026-08-21T21:28:46.207Z Downloaded gethostname v0.5.0
7512026-08-21T21:28:46.207Z Downloaded md-5 v0.10.6
7522026-08-21T21:28:46.207Z Downloaded serde_json v1.0.151
7532026-08-21T21:28:46.211Z Downloaded maybe-uninit v2.0.0
7542026-08-21T21:28:46.214Z Downloaded tough v0.22.0
7552026-08-21T21:28:46.217Z Downloaded serde_yaml v0.9.34+deprecated
7562026-08-21T21:28:46.221Z Downloaded radium v0.7.0
7572026-08-21T21:28:46.222Z Downloaded p256 v0.14.0
7582026-08-21T21:28:46.225Z Downloaded rand_core v0.6.4
7592026-08-21T21:28:46.225Z Downloaded rustls-pemfile v2.2.0
7602026-08-21T21:28:46.225Z Downloaded nanorand v0.7.0
7612026-08-21T21:28:46.225Z Downloaded rand_core v0.9.5
7622026-08-21T21:28:46.225Z Downloaded rpassword v7.5.4
7632026-08-21T21:28:46.228Z Downloaded aead v0.5.2
7642026-08-21T21:28:46.228Z Downloaded num v0.4.3
7652026-08-21T21:28:46.228Z Downloaded sec1 v0.8.1
7662026-08-21T21:28:46.231Z Downloaded block-buffer v0.12.1
7672026-08-21T21:28:46.231Z Downloaded toml v0.7.8
7682026-08-21T21:28:46.231Z Downloaded derive_more v2.1.1
7692026-08-21T21:28:46.237Z Downloaded textwrap v0.16.2
7702026-08-21T21:28:46.240Z Downloaded crypto-primes v0.7.2
7712026-08-21T21:28:46.243Z Downloaded libtest-mimic v0.8.1
7722026-08-21T21:28:46.243Z Downloaded serdect v0.4.3
7732026-08-21T21:28:46.246Z Downloaded goblin v0.8.2
7742026-08-21T21:28:46.252Z Downloaded termios v0.3.3
7752026-08-21T21:28:46.252Z Downloaded num-complex v0.4.6
7762026-08-21T21:28:46.252Z Downloaded block-padding v0.4.2
7772026-08-21T21:28:46.255Z Downloaded cancel-safe-futures v0.1.5
7782026-08-21T21:28:46.255Z Downloaded tinystr v0.8.2
7792026-08-21T21:28:46.255Z Downloaded parking_lot v0.12.5
7802026-08-21T21:28:46.256Z Downloaded difflib v0.4.0
7812026-08-21T21:28:46.256Z Downloaded proc-macro-error-attr2 v2.0.0
7822026-08-21T21:28:46.259Z Downloaded ecdsa v0.16.9
7832026-08-21T21:28:46.259Z Downloaded parse-display v0.10.0
7842026-08-21T21:28:46.259Z Downloaded russh-util v0.52.0
7852026-08-21T21:28:46.262Z Downloaded scroll_derive v0.13.1
7862026-08-21T21:28:46.265Z Downloaded libsw-core v0.3.2
7872026-08-21T21:28:46.273Z Downloaded poly1305 v0.9.0
7882026-08-21T21:28:46.276Z Downloaded rustyline v14.0.0
7892026-08-21T21:28:46.281Z Downloaded structmeta v0.3.0
7902026-08-21T21:28:46.284Z Downloaded rtoolbox v0.0.3
7912026-08-21T21:28:46.284Z Downloaded rustls-native-certs v0.8.3
7922026-08-21T21:28:46.284Z Downloaded git2 v0.20.4
7932026-08-21T21:28:46.288Z Downloaded itertools v0.12.1
7942026-08-21T21:28:46.293Z Downloaded trait-variant v0.1.2
7952026-08-21T21:28:46.298Z Downloaded native-tls v0.2.18
7962026-08-21T21:28:46.307Z Downloaded toml_datetime v0.6.11
7972026-08-21T21:28:46.307Z Downloaded version_check v0.9.5
7982026-08-21T21:28:46.307Z Downloaded num-traits v0.2.19
7992026-08-21T21:28:46.307Z Downloaded num_enum v0.5.11
8002026-08-21T21:28:46.312Z Downloaded spin v0.9.8
8012026-08-21T21:28:46.312Z Downloaded autocfg v1.5.0
8022026-08-21T21:28:46.312Z Downloaded usdt-macro v0.5.0
8032026-08-21T21:28:46.312Z Downloaded term v1.2.1
8042026-08-21T21:28:46.315Z Downloaded bcs v0.1.6
8052026-08-21T21:28:46.321Z Downloaded wnaf v0.14.0
8062026-08-21T21:28:46.322Z Downloaded downcast-rs v2.0.2
8072026-08-21T21:28:46.322Z Downloaded libxml v0.3.3
8082026-08-21T21:28:46.322Z Downloaded futures-io v0.3.32
8092026-08-21T21:28:46.322Z Downloaded kstat-rs v0.2.5
8102026-08-21T21:28:46.322Z Downloaded parse-display-derive v0.10.0
8112026-08-21T21:28:46.322Z Downloaded uuid v1.23.4
8122026-08-21T21:28:46.328Z Downloaded twox-hash v2.1.2
8132026-08-21T21:28:46.328Z Downloaded oxide-update-engine-display v0.1.2
8142026-08-21T21:28:46.332Z Downloaded pin-project-internal v1.1.11
8152026-08-21T21:28:46.332Z Downloaded yoke-derive v0.8.1
8162026-08-21T21:28:46.332Z Downloaded form_urlencoded v1.2.2
8172026-08-21T21:28:46.333Z Downloaded nibble_vec v0.1.0
8182026-08-21T21:28:46.333Z Downloaded progenitor v0.13.0
8192026-08-21T21:28:46.336Z Downloaded scroll_derive v0.12.1
8202026-08-21T21:28:46.340Z Downloaded array-init v0.0.4
8212026-08-21T21:28:46.340Z Downloaded parse-size v1.1.0
8222026-08-21T21:28:46.343Z Downloaded cfg-if v1.0.4
8232026-08-21T21:28:46.343Z Downloaded shlex v1.3.0
8242026-08-21T21:28:46.343Z Downloaded slog-term v2.9.2
8252026-08-21T21:28:46.347Z Downloaded term v0.7.0
8262026-08-21T21:28:46.347Z Downloaded rayon v1.11.0
8272026-08-21T21:28:46.350Z Downloaded quinn v0.11.11
8282026-08-21T21:28:46.354Z Downloaded zip v4.6.1
8292026-08-21T21:28:46.357Z Downloaded rayon-core v1.13.0
8302026-08-21T21:28:46.358Z Downloaded vergen-lib v0.1.6
8312026-08-21T21:28:46.358Z Downloaded rand_chacha v0.3.1
8322026-08-21T21:28:46.361Z Downloaded stringprep v0.1.5
8332026-08-21T21:28:46.368Z Downloaded same-file v1.0.6
8342026-08-21T21:28:46.372Z Downloaded smallvec v0.6.14
8352026-08-21T21:28:46.372Z Downloaded ahash v0.8.12
8362026-08-21T21:28:46.372Z Downloaded serde_core v1.0.228
8372026-08-21T21:28:46.375Z Downloaded thiserror-impl v2.0.18
8382026-08-21T21:28:46.375Z Downloaded tokio-test v0.4.5
8392026-08-21T21:28:46.376Z Downloaded supports-color v3.0.2
8402026-08-21T21:28:46.381Z Downloaded tls_codec v0.4.2
8412026-08-21T21:28:46.381Z Downloaded fatfs v0.3.6
8422026-08-21T21:28:46.381Z Downloaded socket2 v0.5.10
8432026-08-21T21:28:46.386Z Downloaded termtree v0.5.1
8442026-08-21T21:28:46.386Z Downloaded typify-macro v0.6.2
8452026-08-21T21:28:46.386Z Downloaded want v0.3.1
8462026-08-21T21:28:46.389Z Downloaded typify v0.6.2
8472026-08-21T21:28:46.389Z Downloaded displaydoc v0.2.5
8482026-08-21T21:28:46.389Z Downloaded cbc v0.2.1
8492026-08-21T21:28:46.395Z Downloaded zerocopy v0.7.35
8502026-08-21T21:28:46.399Z Downloaded diesel-dtrace v0.5.0
8512026-08-21T21:28:46.402Z Downloaded topological-sort v0.2.2
8522026-08-21T21:28:46.402Z Downloaded universal-hash v0.5.1
8532026-08-21T21:28:46.402Z Downloaded parking_lot v0.11.2
8542026-08-21T21:28:46.405Z Downloaded chacha20poly1305 v0.10.1
8552026-08-21T21:28:46.410Z Downloaded num_enum v0.7.6
8562026-08-21T21:28:46.410Z Downloaded chrono v0.4.45
8572026-08-21T21:28:46.413Z Downloaded num_enum_derive v0.7.6
8582026-08-21T21:28:46.416Z Downloaded endian-type v0.1.2
8592026-08-21T21:28:46.416Z Downloaded proc-macro-crate v1.3.1
8602026-08-21T21:28:46.419Z Downloaded zone v0.3.1
8612026-08-21T21:28:46.419Z Downloaded ghash v0.6.0
8622026-08-21T21:28:46.419Z Downloaded owo-colors v3.5.0
8632026-08-21T21:28:46.422Z Downloaded semver v1.0.28
8642026-08-21T21:28:46.422Z Downloaded vte v0.14.1
8652026-08-21T21:28:46.422Z Downloaded elliptic-curve v0.13.8
8662026-08-21T21:28:46.430Z Downloaded psm v0.1.30
8672026-08-21T21:28:46.433Z Downloaded drift v0.2.0
8682026-08-21T21:28:46.436Z Downloaded lru v0.12.5
8692026-08-21T21:28:46.436Z Downloaded sha2 v0.11.0
8702026-08-21T21:28:46.439Z Downloaded strum_macros v0.26.4
8712026-08-21T21:28:46.442Z Downloaded futures-util v0.3.32
8722026-08-21T21:28:46.447Z Downloaded getrandom v0.3.4
8732026-08-21T21:28:46.450Z Downloaded log v0.4.29
8742026-08-21T21:28:46.450Z Downloaded reedline v0.40.0
8752026-08-21T21:28:46.455Z Downloaded num_threads v0.1.7
8762026-08-21T21:28:46.455Z Downloaded tokio-util v0.7.18
8772026-08-21T21:28:46.460Z Downloaded percent-encoding v2.3.2
8782026-08-21T21:28:46.461Z Downloaded rand_pcg v0.10.2
8792026-08-21T21:28:46.461Z Downloaded phf_shared v0.12.1
8802026-08-21T21:28:46.461Z Downloaded ref-cast-impl v1.0.25
8812026-08-21T21:28:46.467Z Downloaded serde_plain v1.0.2
8822026-08-21T21:28:46.467Z Downloaded reqwest v0.13.2
8832026-08-21T21:28:46.468Z Downloaded slog-scope v4.4.1
8842026-08-21T21:28:46.477Z Downloaded toml_edit v0.23.10+spec-1.0.0
8852026-08-21T21:28:46.477Z Downloaded winnow v1.0.3
8862026-08-21T21:28:46.477Z Downloaded siphasher v1.0.2
8872026-08-21T21:28:46.482Z Downloaded support-bundle-viewer v0.1.2
8882026-08-21T21:28:46.482Z Downloaded tinyvec_macros v0.1.1
8892026-08-21T21:28:46.482Z Downloaded universal-hash v0.6.1
8902026-08-21T21:28:46.482Z Downloaded untrusted v0.7.1
8912026-08-21T21:28:46.483Z Downloaded postcard v1.1.3
8922026-08-21T21:28:46.483Z Downloaded tiny-keccak v2.0.2
8932026-08-21T21:28:46.483Z Downloaded event-listener v5.4.1
8942026-08-21T21:28:46.484Z Downloaded litrs v1.0.0
8952026-08-21T21:28:46.484Z Downloaded ml-kem v0.3.2
8962026-08-21T21:28:46.488Z Downloaded blake2b_simd v1.0.4
8972026-08-21T21:28:46.488Z Downloaded usdt-impl v0.6.0
8982026-08-21T21:28:46.488Z Downloaded backtrace v0.3.76
8992026-08-21T21:28:46.488Z Downloaded cc v1.2.56
9002026-08-21T21:28:46.493Z Downloaded digest v0.11.3
9012026-08-21T21:28:46.493Z Downloaded tinyvec v1.10.0
9022026-08-21T21:28:46.494Z Downloaded dtrace-parser v0.2.0
9032026-08-21T21:28:46.494Z Downloaded libloading v0.8.9
9042026-08-21T21:28:46.494Z Downloaded argon2 v0.6.0-rc.8
9052026-08-21T21:28:46.499Z Downloaded fs_extra v1.3.0
9062026-08-21T21:28:46.499Z Downloaded managed v0.8.0
9072026-08-21T21:28:46.502Z Downloaded knuffel v3.2.0
9082026-08-21T21:28:46.502Z Downloaded rand v0.10.1
9092026-08-21T21:28:46.507Z Downloaded libefi-sys v0.1.0
9102026-08-21T21:28:46.507Z Downloaded pretty-hex v0.4.1
9112026-08-21T21:28:46.507Z Downloaded quick-error v1.2.3
9122026-08-21T21:28:46.507Z Downloaded rstest v0.25.0
9132026-08-21T21:28:46.512Z Downloaded async-recursion v1.1.1
9142026-08-21T21:28:46.515Z Downloaded anstyle-parse v1.0.0
9152026-08-21T21:28:46.515Z Downloaded ascii-canvas v3.0.0
9162026-08-21T21:28:46.515Z Downloaded openssl-probe v0.1.6
9172026-08-21T21:28:46.520Z Downloaded base64ct v1.8.3
9182026-08-21T21:28:46.520Z Downloaded memchr v2.8.0
9192026-08-21T21:28:46.526Z Downloaded pest v2.8.6
9202026-08-21T21:28:46.530Z Downloaded unicode-xid v0.2.6
9212026-08-21T21:28:46.530Z Downloaded cexpr v0.6.0
9222026-08-21T21:28:46.530Z Downloaded unicode-ident v1.0.24
9232026-08-21T21:28:46.530Z Downloaded escape8259 v0.5.3
9242026-08-21T21:28:46.533Z Downloaded winnow v0.6.26
9252026-08-21T21:28:46.537Z Downloaded sync-ptr v0.1.4
9262026-08-21T21:28:46.540Z Downloaded zerovec-derive v0.11.2
9272026-08-21T21:28:46.540Z Downloaded tap v1.0.1
9282026-08-21T21:28:46.540Z Downloaded simd-adler32 v0.3.8
9292026-08-21T21:28:46.540Z Downloaded generic-array v1.4.3
9302026-08-21T21:28:46.543Z Downloaded lzss v0.8.2
9312026-08-21T21:28:46.543Z Downloaded arc-swap v1.8.2
9322026-08-21T21:28:46.547Z Downloaded sha2 v0.10.9
9332026-08-21T21:28:46.547Z Downloaded embedded-io v0.4.0
9342026-08-21T21:28:46.552Z Downloaded linkme-impl v0.3.35
9352026-08-21T21:28:46.553Z Downloaded aws-lc-rs v1.16.3
9362026-08-21T21:28:46.556Z Downloaded diff v0.1.13
9372026-08-21T21:28:46.556Z Downloaded enum_dispatch v0.3.13
9382026-08-21T21:28:46.559Z Downloaded dropshot-api-manager v0.7.2
9392026-08-21T21:28:46.562Z Downloaded tabwriter v1.4.1
9402026-08-21T21:28:46.564Z Downloaded flate2 v1.1.9
9412026-08-21T21:28:46.568Z Downloaded either v1.15.0
9422026-08-21T21:28:46.569Z Downloaded yasna v0.5.2
9432026-08-21T21:28:46.569Z Downloaded bytecount v0.6.9
9442026-08-21T21:28:46.575Z Downloaded atomicwrites v0.4.4
9452026-08-21T21:28:46.575Z Downloaded cast v0.3.0
9462026-08-21T21:28:46.575Z Downloaded rustc_version v0.4.1
9472026-08-21T21:28:46.578Z Downloaded funty v2.0.0
9482026-08-21T21:28:46.584Z Downloaded newtype-uuid v1.3.2
9492026-08-21T21:28:46.588Z Downloaded schemars v0.8.22
9502026-08-21T21:28:46.593Z Downloaded tempfile v3.25.0
9512026-08-21T21:28:46.596Z Downloaded phf_shared v0.13.1
9522026-08-21T21:28:46.596Z Downloaded bitflags v2.11.0
9532026-08-21T21:28:46.600Z Downloaded serde_path_to_error v0.1.20
9542026-08-21T21:28:46.600Z Downloaded zerocopy-derive v0.8.40
9552026-08-21T21:28:46.604Z Downloaded recursive v0.1.1
9562026-08-21T21:28:46.604Z Downloaded rfc6979 v0.4.0
9572026-08-21T21:28:46.608Z Downloaded ryu v1.0.23
9582026-08-21T21:28:46.609Z Downloaded slog-async v2.8.0
9592026-08-21T21:28:46.609Z Downloaded parking v2.2.1
9602026-08-21T21:28:46.609Z Downloaded sqlparser_derive v0.5.0
9612026-08-21T21:28:46.631Z Downloaded predicates-core v1.0.10
9622026-08-21T21:28:46.632Z Downloaded serde_urlencoded v0.7.1
9632026-08-21T21:28:46.632Z Downloaded similar v2.7.0
9642026-08-21T21:28:46.649Z Downloaded async-stream v0.3.6
9652026-08-21T21:28:46.649Z Downloaded unicase v2.9.0
9662026-08-21T21:28:46.649Z Downloaded rand_xorshift v0.4.0
9672026-08-21T21:28:46.649Z Downloaded tokio-stream v0.1.18
9682026-08-21T21:28:46.649Z Downloaded goblin v0.10.5
9692026-08-21T21:28:46.649Z Downloaded bitvec v1.0.1
9702026-08-21T21:28:46.656Z Downloaded serde-hex v0.1.0
9712026-08-21T21:28:46.656Z Downloaded russh v0.62.4
9722026-08-21T21:28:46.656Z Downloaded stacker v0.1.23
9732026-08-21T21:28:46.656Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9742026-08-21T21:28:46.656Z Downloaded quinn-proto v0.11.16
9752026-08-21T21:28:46.656Z Downloaded zeroize_derive v1.5.0
9762026-08-21T21:28:46.656Z Downloaded itertools v0.10.5
9772026-08-21T21:28:46.660Z Downloaded writeable v0.6.2
9782026-08-21T21:28:46.660Z Downloaded allocator-api2 v0.2.21
9792026-08-21T21:28:46.661Z Downloaded itertools v0.14.0
9802026-08-21T21:28:46.664Z Downloaded stable_deref_trait v1.2.1
9812026-08-21T21:28:46.664Z Downloaded libsw v3.5.0
9822026-08-21T21:28:46.665Z Downloaded linkme v0.3.35
9832026-08-21T21:28:46.665Z Downloaded miette-derive v5.10.0
9842026-08-21T21:28:46.665Z Downloaded buf-list v1.1.2
9852026-08-21T21:28:46.668Z Downloaded zone_cfg_derive v0.3.1
9862026-08-21T21:28:46.670Z Downloaded serde_regex v1.1.0
9872026-08-21T21:28:46.670Z Downloaded relative-path v1.9.3
9882026-08-21T21:28:46.670Z Downloaded backoff v0.4.0
9892026-08-21T21:28:46.670Z Downloaded slog-json v2.6.1
9902026-08-21T21:28:46.670Z Downloaded unicode-segmentation v1.12.0
9912026-08-21T21:28:46.673Z Downloaded filetime v0.2.27
9922026-08-21T21:28:46.673Z Downloaded schemars v1.2.1
9932026-08-21T21:28:46.678Z Downloaded libm v0.2.16
9942026-08-21T21:28:46.683Z Downloaded pest_meta v2.8.6
9952026-08-21T21:28:46.686Z Downloaded cfg_aliases v0.1.1
9962026-08-21T21:28:46.686Z Downloaded normalize-line-endings v0.3.0
9972026-08-21T21:28:46.686Z Downloaded proc-macro-crate v3.4.0
9982026-08-21T21:28:46.686Z Downloaded async-compression v0.4.41
9992026-08-21T21:28:46.689Z Downloaded getrandom v0.4.1
10002026-08-21T21:28:46.692Z Downloaded take_mut v0.2.2
10012026-08-21T21:28:46.692Z Downloaded vsss-rs v3.3.4
10022026-08-21T21:28:46.696Z Downloaded ff v0.14.0
10032026-08-21T21:28:46.696Z Downloaded owo-colors v4.3.0
10042026-08-21T21:28:46.696Z Downloaded rusty-fork v0.3.1
10052026-08-21T21:28:46.696Z Downloaded serde_with_macros v1.5.2
10062026-08-21T21:28:46.701Z Downloaded progenitor-impl v0.14.0
10072026-08-21T21:28:46.701Z Downloaded castaway v0.2.4
10082026-08-21T21:28:46.701Z Downloaded pest_derive v2.8.6
10092026-08-21T21:28:46.703Z Downloaded seq-macro v0.3.6
10102026-08-21T21:28:46.704Z Downloaded p521 v0.14.0
10112026-08-21T21:28:46.704Z Downloaded nested v0.1.1
10122026-08-21T21:28:46.704Z Downloaded progenitor-macro v0.13.0
10132026-08-21T21:28:46.707Z Downloaded pem-rfc7468 v1.0.0
10142026-08-21T21:28:46.707Z Downloaded poly1305 v0.8.0
10152026-08-21T21:28:46.707Z Downloaded thiserror-no-std v2.0.2
10162026-08-21T21:28:46.711Z Downloaded vergen-lib v9.1.0
10172026-08-21T21:28:46.711Z Downloaded futures-executor v0.3.32
10182026-08-21T21:28:46.711Z Downloaded multer v3.1.0
10192026-08-21T21:28:46.716Z Downloaded foreign-types v0.3.2
10202026-08-21T21:28:46.716Z Downloaded base64 v0.22.1
10212026-08-21T21:28:46.716Z Downloaded potential_utf v0.1.4
10222026-08-21T21:28:46.716Z Downloaded ecdsa v0.17.0
10232026-08-21T21:28:46.716Z Downloaded toml_writer v1.1.1+spec-1.1.0
10242026-08-21T21:28:46.720Z Downloaded arrayref v0.3.9
10252026-08-21T21:28:46.720Z Downloaded p384 v0.13.1
10262026-08-21T21:28:46.720Z Downloaded trybuild v1.0.116
10272026-08-21T21:28:46.723Z Downloaded miniz_oxide v0.8.9
10282026-08-21T21:28:46.723Z Downloaded fancy-regex v0.14.0
10292026-08-21T21:28:46.728Z Downloaded nom v7.1.3
10302026-08-21T21:28:46.730Z Downloaded quick-xml v0.37.5
10312026-08-21T21:28:46.730Z Downloaded rand v0.9.2
10322026-08-21T21:28:46.734Z Downloaded rsa v0.9.10
10332026-08-21T21:28:46.737Z Downloaded uzers v0.12.2
10342026-08-21T21:28:46.737Z Downloaded whoami v2.1.0
10352026-08-21T21:28:46.737Z Downloaded vergen-git2 v9.1.0
10362026-08-21T21:28:46.740Z Downloaded textwrap v0.15.2
10372026-08-21T21:28:46.740Z Downloaded scroll v0.12.0
10382026-08-21T21:28:46.740Z Downloaded time v0.3.47
10392026-08-21T21:28:46.748Z Downloaded thiserror v2.0.18
10402026-08-21T21:28:46.754Z Downloaded crypto-bigint v0.7.5
10412026-08-21T21:28:46.761Z Downloaded serde_with v3.21.0
10422026-08-21T21:28:46.772Z Downloaded blowfish v0.10.0
10432026-08-21T21:28:46.777Z Downloaded strum_macros v0.27.2
10442026-08-21T21:28:46.777Z Downloaded find-msvc-tools v0.1.9
10452026-08-21T21:28:46.777Z Downloaded omicron-zone-package v0.12.3
10462026-08-21T21:28:46.777Z Downloaded curve25519-dalek v4.1.3
10472026-08-21T21:28:46.777Z Downloaded libbz2-rs-sys v0.2.2
10482026-08-21T21:28:46.781Z Downloaded is_terminal_polyfill v1.70.2
10492026-08-21T21:28:46.782Z Downloaded miette v5.10.0
10502026-08-21T21:28:46.782Z Downloaded foldhash v0.1.5
10512026-08-21T21:28:46.782Z Downloaded num-bigint-dig v0.8.6
10522026-08-21T21:28:46.785Z Downloaded futures v0.3.32
10532026-08-21T21:28:46.786Z Downloaded prefix-trie v0.7.0
10542026-08-21T21:28:46.789Z Downloaded reqwest v0.12.28
10552026-08-21T21:28:46.792Z Downloaded typed-path v0.9.3
10562026-08-21T21:28:46.796Z Downloaded zopfli v0.8.3
10572026-08-21T21:28:46.796Z Downloaded aes-gcm v0.11.0
10582026-08-21T21:28:46.799Z Downloaded p384 v0.14.0
10592026-08-21T21:28:46.802Z Downloaded jiff-core v0.1.0
10602026-08-21T21:28:46.806Z Downloaded samael v0.0.19
10612026-08-21T21:28:46.806Z Downloaded toml_edit v0.22.27
10622026-08-21T21:28:46.810Z Downloaded yansi v1.0.1
10632026-08-21T21:28:46.819Z Downloaded mio v1.2.0
10642026-08-21T21:28:46.823Z Downloaded once_cell v1.21.3
10652026-08-21T21:28:46.823Z Downloaded serde_with v1.14.0
10662026-08-21T21:28:46.826Z Downloaded dropshot_endpoint v0.17.1
10672026-08-21T21:28:46.826Z Downloaded unicode-normalization v0.1.25
10682026-08-21T21:28:46.832Z Downloaded winnow v0.5.40
10692026-08-21T21:28:46.838Z Downloaded publicsuffix v2.3.0
10702026-08-21T21:28:46.841Z Downloaded zerocopy v0.8.40
10712026-08-21T21:28:46.845Z Downloaded sha3 v0.12.0
10722026-08-21T21:28:46.847Z Downloaded curve25519-dalek v5.0.0
10732026-08-21T21:28:46.852Z Downloaded rcgen v0.12.1
10742026-08-21T21:28:46.857Z Downloaded papergrid v0.17.0
10752026-08-21T21:28:46.866Z Downloaded vcpkg v0.2.15
10762026-08-21T21:28:46.890Z Downloaded aho-corasick v1.1.4
10772026-08-21T21:28:46.894Z Downloaded regex-syntax v0.6.29
10782026-08-21T21:28:46.897Z Downloaded hickory-proto v0.24.4
10792026-08-21T21:28:46.907Z Downloaded tokio-postgres v0.7.16
10802026-08-21T21:28:46.912Z Downloaded proptest v1.11.0
10812026-08-21T21:28:46.924Z Downloaded object v0.37.3
10822026-08-21T21:28:46.929Z Downloaded rawzip v0.4.4
10832026-08-21T21:28:46.929Z Downloaded winnow v0.7.14
10842026-08-21T21:28:46.929Z Downloaded syn v1.0.109
10852026-08-21T21:28:46.933Z Downloaded ed25519-dalek v3.0.0
10862026-08-21T21:28:46.937Z Downloaded syn v2.0.117
10872026-08-21T21:28:46.942Z Downloaded moka v0.12.13
10882026-08-21T21:28:46.946Z Downloaded portable-atomic v1.13.1
10892026-08-21T21:28:46.950Z Downloaded smoltcp v0.11.0
10902026-08-21T21:28:46.960Z Downloaded zlib-rs v0.6.2
10912026-08-21T21:28:46.964Z Downloaded ssh-key v0.7.0-rc.11
10922026-08-21T21:28:46.971Z Downloaded diesel_derives v2.3.7
10932026-08-21T21:28:46.977Z Downloaded plotters v0.3.7
10942026-08-21T21:28:46.981Z Downloaded tower-http v0.6.8
10952026-08-21T21:28:46.991Z Downloaded bindgen v0.71.1
10962026-08-21T21:28:46.994Z Downloaded itertools v0.13.0
10972026-08-21T21:28:46.998Z Downloaded zerovec v0.11.5
10982026-08-21T21:28:47.001Z Downloaded itertools v0.15.0
10992026-08-21T21:28:47.005Z Downloaded nom v8.0.0
11002026-08-21T21:28:47.013Z Downloaded unicode-width v0.1.14
11012026-08-21T21:28:47.017Z Downloaded hickory-proto v0.25.2
11022026-08-21T21:28:47.026Z Downloaded salty v0.3.0
11032026-08-21T21:28:47.039Z Downloaded nix v0.31.2
11042026-08-21T21:28:47.058Z Downloaded petname v2.0.2
11052026-08-21T21:28:47.067Z Downloaded regex-syntax v0.8.10
11062026-08-21T21:28:47.071Z Downloaded tabled v0.15.0
11072026-08-21T21:28:47.086Z Downloaded radix_trie v0.2.1
11082026-08-21T21:28:47.090Z Downloaded nix v0.27.1
11092026-08-21T21:28:47.095Z Downloaded rustls v0.23.41
11102026-08-21T21:28:47.105Z Downloaded lalrpop v0.19.12
11112026-08-21T21:28:47.111Z Downloaded smoltcp v0.9.1
11122026-08-21T21:28:47.119Z Downloaded bstr v1.12.1
11132026-08-21T21:28:47.123Z Downloaded blake3 v1.8.5
11142026-08-21T21:28:47.144Z Downloaded tabled v0.20.0
11152026-08-21T21:28:47.157Z Downloaded unicode-width v0.2.0
11162026-08-21T21:28:47.159Z Downloaded openssl v0.10.80
11172026-08-21T21:28:47.174Z Downloaded regress v0.10.5
11182026-08-21T21:28:47.190Z Downloaded polar-core v0.27.3
11192026-08-21T21:28:47.190Z Downloaded object v0.30.4
11202026-08-21T21:28:47.193Z Downloaded rustix v1.1.3
11212026-08-21T21:28:47.200Z Downloaded nix v0.28.0
11222026-08-21T21:28:47.206Z Downloaded openapiv3 v2.2.0
11232026-08-21T21:28:47.212Z Downloaded dropshot v0.17.1
11242026-08-21T21:28:47.225Z Downloaded typify-impl v0.6.2
11252026-08-21T21:28:47.234Z Downloaded regress v0.11.1
11262026-08-21T21:28:47.239Z Downloaded diesel v2.3.7
11272026-08-21T21:28:47.250Z Downloaded sha3 v0.11.0
11282026-08-21T21:28:47.253Z Downloaded rustix v0.38.44
11292026-08-21T21:28:47.267Z Downloaded ratatui v0.29.0
11302026-08-21T21:28:47.277Z Downloaded sled v0.34.7
11312026-08-21T21:28:47.283Z Downloaded regex-automata v0.4.14
11322026-08-21T21:28:47.292Z Downloaded sqlparser v0.61.0
11332026-08-21T21:28:47.318Z Downloaded tracing v0.1.44
11342026-08-21T21:28:47.343Z Downloaded petgraph v0.8.3
11352026-08-21T21:28:47.356Z Downloaded zerocopy-derive v0.6.6
11362026-08-21T21:28:47.362Z Downloaded chrono-tz v0.10.4
11372026-08-21T21:28:47.378Z Downloaded jiff v0.2.34
11382026-08-21T21:28:47.389Z Downloaded sha3 v0.10.8
11392026-08-21T21:28:47.393Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11402026-08-21T21:28:47.433Z Downloaded petgraph v0.6.5
11412026-08-21T21:28:47.440Z Downloaded bzip2-sys v0.1.13+1.0.8
11422026-08-21T21:28:47.447Z Downloaded libc v0.2.185
11432026-08-21T21:28:47.466Z Downloaded csv v1.4.0
11442026-08-21T21:28:47.478Z Downloaded libz-sys v1.1.24
11452026-08-21T21:28:47.491Z Downloaded tokio v1.52.1
11462026-08-21T21:28:47.514Z Downloaded encoding_rs v0.8.35
11472026-08-21T21:28:47.561Z Downloaded httpmock v0.8.3
11482026-08-21T21:28:47.569Z Downloaded libgit2-sys v0.18.3+1.9.2
11492026-08-21T21:28:47.581Z Downloaded ring v0.17.14
11502026-08-21T21:28:48.069Z Downloaded aws-lc-sys v0.40.0
11512026-08-21T21:28:48.510Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11522026-08-21T21:28:52.781Z Startup: Refreshing catalog 'helios' ... Done
11532026-08-21T21:28:53.125Z Startup: Caching catalogs ... Done
11542026-08-21T21:28:55.005ZPlanning: Solver setup ... Done (1.769s)
11552026-08-21T21:28:55.060ZPlanning: Running solver ... Done (0.056s)
11562026-08-21T21:28:55.104ZPlanning: Finding local manifests ... Done (0.004s)
11572026-08-21T21:28:55.115ZPlanning: Fetching manifests: 0/2 0% complete
11582026-08-21T21:28:55.135ZPlanning: Fetching manifests: 2/2 100% complete
11592026-08-21T21:28:55.149ZPlanning: Package planning ... Done (0.014s)
11602026-08-21T21:28:55.152ZPlanning: Merging actions ... Done (0.001s)
11612026-08-21T21:28:55.351ZPlanning: Checking for conflicting actions ... Done (0.162s)
11622026-08-21T21:28:55.361ZPlanning: Consolidating action changes ... Done (0.001s)
11632026-08-21T21:28:56.241ZPlanning: Evaluating mediators ... Done (0.927s)
11642026-08-21T21:28:56.246ZPlanning: Planning completed in 3.08 seconds
11652026-08-21T21:28:56.252Z Packages to install: 2
11662026-08-21T21:28:56.252Z Estimated space available: 155.73 GB
11672026-08-21T21:28:56.252ZEstimated space to be consumed: 73.56 MB
11682026-08-21T21:28:56.252Z Create boot environment: No
11692026-08-21T21:28:56.252ZCreate backup boot environment: No
11702026-08-21T21:28:56.252Z Rebuild boot archive: No
11712026-08-21T21:28:56.257Z
11722026-08-21T21:28:56.257ZChanged packages:
11732026-08-21T21:28:56.257Zhelios
11742026-08-21T21:28:56.257Z developer/build-essential
11752026-08-21T21:28:56.257Z None -> 11-3.0
11762026-08-21T21:28:56.257Z library/libxmlsec1
11772026-08-21T21:28:56.257Z None -> 1.2.35-3.0
11782026-08-21T21:28:56.279Z
11792026-08-21T21:28:56.279ZDownload: 0/214 items 0.0/1.3MB 0% complete
11802026-08-21T21:28:56.356ZDownload: Completed 1.28 MB in 0.08 seconds (16.6M/s)
11812026-08-21T21:28:56.447Z Actions: 1/268 actions (Installing new actions)
11822026-08-21T21:28:56.486Z Actions: Completed 268 actions in 0.04 seconds.
11832026-08-21T21:28:56.519ZFinalize: Updating package state database ... Done (0.033s)
11842026-08-21T21:28:56.523ZFinalize: Updating package cache ... Done (0.000s)
11852026-08-21T21:28:56.601ZFinalize: Updating image state ... Done (0.082s)
11862026-08-21T21:28:59.227ZFinalize: Creating fast lookup database ... Done (2.574s)
11872026-08-21T21:28:59.299ZFinalize: Reading search index ... Done (0.012s)
11882026-08-21T21:28:59.303ZFinalize: Updating search index ... Done (0.000s)
11892026-08-21T21:28:59.389ZFinalize: Updating package cache ... Done (0.000s)
11902026-08-21T21:28:59.746ZPlanning: Evaluating mediator changes ... Done
11912026-08-21T21:28:59.847ZPlanning: Checking for conflicting actions ... Done
11922026-08-21T21:28:59.851ZPlanning: Consolidating action changes ... Done
11932026-08-21T21:29:00.005ZPlanning: Evaluating mediators ... Done
11942026-08-21T21:29:00.008ZPlanning: Planning completed in 0.26 seconds
11952026-08-21T21:29:00.028Z Mediators to change: 2
11962026-08-21T21:29:00.029Z Create boot environment: No
11972026-08-21T21:29:00.029ZCreate backup boot environment: No
11982026-08-21T21:29:00.078ZFinalize: Updating package state database ... Done
11992026-08-21T21:29:00.080ZFinalize: Updating package cache ... Done
12002026-08-21T21:29:00.131ZFinalize: Updating image state ... Done
12012026-08-21T21:29:02.055ZFinalize: Creating fast lookup database ... Done
12022026-08-21T21:29:02.117ZFinalize: Reading search index ... Done
12032026-08-21T21:29:02.120ZFinalize: Updating search index ... Done
12042026-08-21T21:29:02.197ZFinalize: Updating package cache ... Done
12052026-08-21T21:29:02.481ZPlanning: Evaluating mediator changes ... Done
12062026-08-21T21:29:02.586ZPlanning: Checking for conflicting actions ... Done
12072026-08-21T21:29:02.590ZPlanning: Consolidating action changes ... Done
12082026-08-21T21:29:02.740ZPlanning: Evaluating mediators ... Done
12092026-08-21T21:29:02.748ZPlanning: Planning completed in 0.26 seconds
12102026-08-21T21:29:02.761Z Mediators to change: 1
12112026-08-21T21:29:02.762Z Create boot environment: No
12122026-08-21T21:29:02.764ZCreate backup boot environment: No
12132026-08-21T21:29:02.830ZFinalize: Updating package state database ... Done
12142026-08-21T21:29:02.830ZFinalize: Updating package cache ... Done
12152026-08-21T21:29:02.879ZFinalize: Updating image state ... Done
12162026-08-21T21:29:04.795ZFinalize: Creating fast lookup database ... Done
12172026-08-21T21:29:04.865ZFinalize: Reading search index ... Done
12182026-08-21T21:29:04.877ZFinalize: Updating search index ... Done
12192026-08-21T21:29:04.944ZFinalize: Updating package cache ... Done
12202026-08-21T21:29:05.243ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12212026-08-21T21:29:05.243Zapache system 2.4 system
12222026-08-21T21:29:05.244Zclang system 15 system
12232026-08-21T21:29:05.244Zcsh system system illumos
12242026-08-21T21:29:05.244Zctags system system illumos
12252026-08-21T21:29:05.244Zfile vendor vendor darwinsys
12262026-08-21T21:29:05.244Zfile system system illumos
12272026-08-21T21:29:05.244Zgcc vendor 14 vendor
12282026-08-21T21:29:05.244Zgcc system 13 system
12292026-08-21T21:29:05.244Zgcc system 10 system
12302026-08-21T21:29:05.244Zgo system 1.25 system
12312026-08-21T21:29:05.244Zllvm system 15 system
12322026-08-21T21:29:05.244Zmariadb system 11.4 system
12332026-08-21T21:29:05.244Zmta vendor vendor dma
12342026-08-21T21:29:05.244Zopenjdk system 17 system
12352026-08-21T21:29:05.244Zopenjdk system 11 system
12362026-08-21T21:29:05.244Zopenssl vendor 3 vendor
12372026-08-21T21:29:05.245Zperl system 5.40 system
12382026-08-21T21:29:05.245Zpostgresql system 18 system
12392026-08-21T21:29:05.245Zpostgresql system 17 system
12402026-08-21T21:29:05.245Zpython vendor 3 vendor
12412026-08-21T21:29:05.245Zpython system 2 system
12422026-08-21T21:29:05.245Zpython3 vendor 3.13 vendor
12432026-08-21T21:29:05.245Zruby system 3.4 system
12442026-08-21T21:29:05.245Zruby system 3.0 system
12452026-08-21T21:29:05.245Zwords vendor vendor american-english
12462026-08-21T21:29:05.245Zwords system system australian-english
12472026-08-21T21:29:05.245Zwords system system british-english
12482026-08-21T21:29:05.245Zwords system system canadian-english
12492026-08-21T21:29:05.245Zwords system system french
12502026-08-21T21:29:05.245Zwords system system italian
12512026-08-21T21:29:05.245Zwords system system ngerman
12522026-08-21T21:29:05.245Zwords system system ogerman
12532026-08-21T21:29:05.245Zwords system system spanish
12542026-08-21T21:29:05.492ZPUBLISHER TYPE STATUS P LOCATION
12552026-08-21T21:29:05.492Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12562026-08-21T21:29:05.948ZFMRI IFO
12572026-08-21T21:29:05.948Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12582026-08-21T21:29:05.948Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12592026-08-21T21:29:05.948Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12602026-08-21T21:29:05.949Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12612026-08-21T21:29:05.949Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12622026-08-21T21:29:05.949Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12632026-08-21T21:29:05.949Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12642026-08-21T21:29:05.950Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12652026-08-21T21:29:05.950Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12662026-08-21T21:29:06.561Z Downloading crates ...
12672026-08-21T21:29:06.609Z Downloaded cargo_toml v0.21.0
12682026-08-21T21:29:06.650Z Compiling proc-macro2 v1.0.106
12692026-08-21T21:29:06.656Z Compiling quote v1.0.45
12702026-08-21T21:29:06.656Z Compiling unicode-ident v1.0.24
12712026-08-21T21:29:06.656Z Compiling serde_core v1.0.228
12722026-08-21T21:29:06.656Z Compiling libc v0.2.185
12732026-08-21T21:29:06.656Z Compiling version_check v0.9.5
12742026-08-21T21:29:06.657Z Compiling memchr v2.8.0
12752026-08-21T21:29:06.726Z Compiling serde v1.0.228
12762026-08-21T21:29:06.751Z Compiling zmij v1.0.21
12772026-08-21T21:29:06.758Z Compiling itoa v1.0.17
12782026-08-21T21:29:06.761Z Compiling thiserror v1.0.69
12792026-08-21T21:29:06.761Z Compiling ucd-trie v0.1.7
12802026-08-21T21:29:06.770Z Compiling byteorder v1.5.0
12812026-08-21T21:29:06.773Z Compiling rustix v1.1.3
12822026-08-21T21:29:06.880Z Compiling serde_json v1.0.151
12832026-08-21T21:29:07.041Z Compiling bitflags v2.11.0
12842026-08-21T21:29:07.195Z Compiling proc-macro-error-attr v1.0.4
12852026-08-21T21:29:07.222Z Compiling pest v2.8.6
12862026-08-21T21:29:07.322Z Compiling usdt-impl v0.5.0
12872026-08-21T21:29:07.369Z Compiling syn v1.0.109
12882026-08-21T21:29:07.374Z Compiling camino v1.2.2
12892026-08-21T21:29:07.391Z Compiling proc-macro-error v1.0.4
12902026-08-21T21:29:07.422Z Compiling equivalent v1.0.2
12912026-08-21T21:29:07.531Z Compiling getrandom v0.4.1
12922026-08-21T21:29:07.542Z Compiling log v0.4.29
12932026-08-21T21:29:07.542Z Compiling utf8parse v0.2.2
12942026-08-21T21:29:07.542Z Compiling hashbrown v0.17.0
12952026-08-21T21:29:07.561Z Compiling plain v0.2.3
12962026-08-21T21:29:07.632Z Compiling anstyle-parse v1.0.0
12972026-08-21T21:29:07.635Z Compiling toml_write v0.1.2
12982026-08-21T21:29:07.675Z Compiling thiserror v2.0.18
12992026-08-21T21:29:07.693Z Compiling cfg-if v1.0.4
13002026-08-21T21:29:07.717Z Compiling anstyle v1.0.14
13012026-08-21T21:29:07.726Z Compiling is_terminal_polyfill v1.70.2
13022026-08-21T21:29:07.753Z Compiling winnow v0.7.14
13032026-08-21T21:29:07.779Z Compiling errno v0.3.14
13042026-08-21T21:29:07.794Z Compiling thread-id v4.2.2
13052026-08-21T21:29:07.834Z Compiling pretty-hex v0.4.1
13062026-08-21T21:29:07.846Z Compiling autocfg v1.5.0
13072026-08-21T21:29:07.853Z Compiling colorchoice v1.0.4
13082026-08-21T21:29:07.866Z Compiling anstyle-query v1.1.5
13092026-08-21T21:29:07.950Z Compiling anstream v1.0.0
13102026-08-21T21:29:07.960Z Compiling once_cell v1.21.3
13112026-08-21T21:29:07.978Z Compiling bytecount v0.6.9
13122026-08-21T21:29:07.978Z Compiling unicode-width v0.1.14
13132026-08-21T21:29:08.007Z Compiling heck v0.5.0
13142026-08-21T21:29:08.013Z Compiling fastrand v2.3.0
13152026-08-21T21:29:08.103Z Compiling indexmap v2.14.0
13162026-08-21T21:29:08.128Z Compiling fnv v1.0.7
13172026-08-21T21:29:08.187Z Compiling heck v0.4.1
13182026-08-21T21:29:08.235Z Compiling syn v2.0.117
13192026-08-21T21:29:08.265Z Compiling anyhow v1.0.102
13202026-08-21T21:29:08.291Z Compiling clap_lex v1.0.0
13212026-08-21T21:29:08.296Z Compiling strsim v0.11.1
13222026-08-21T21:29:08.301Z Compiling fs-err v3.3.0
13232026-08-21T21:29:08.313Z Compiling pest_meta v2.8.6
13242026-08-21T21:29:08.332Z Compiling papergrid v0.11.0
13252026-08-21T21:29:08.431Z Compiling memmap v0.7.0
13262026-08-21T21:29:08.542Z Compiling unicode-width v0.2.0
13272026-08-21T21:29:08.557Z Compiling smawk v0.3.2
13282026-08-21T21:29:08.629Z Compiling unicode-linebreak v0.1.5
13292026-08-21T21:29:08.673Z Compiling swrite v0.1.0
13302026-08-21T21:29:08.746Z Compiling terminal_size v0.4.3
13312026-08-21T21:29:08.755Z Compiling tempfile v3.25.0
13322026-08-21T21:29:08.849Z Compiling clap_builder v4.6.0
13332026-08-21T21:29:08.849Z Compiling textwrap v0.16.2
13342026-08-21T21:29:09.187Z Compiling cargo-platform v0.3.2
13352026-08-21T21:29:09.227Z Compiling semver v1.0.28
13362026-08-21T21:29:09.423Z Compiling camino-tempfile v1.4.1
13372026-08-21T21:29:09.661Z Compiling tabled_derive v0.7.0
13382026-08-21T21:29:10.360Z Compiling tabled v0.15.0
13392026-08-21T21:29:10.375Z Compiling pest_generator v2.8.6
13402026-08-21T21:29:10.870Z Compiling serde_derive v1.0.228
13412026-08-21T21:29:10.871Z Compiling thiserror-impl v1.0.69
13422026-08-21T21:29:10.871Z Compiling zerocopy-derive v0.7.35
13432026-08-21T21:29:10.874Z Compiling scroll_derive v0.12.1
13442026-08-21T21:29:10.874Z Compiling thiserror-impl v2.0.18
13452026-08-21T21:29:10.874Z Compiling clap_derive v4.6.1
13462026-08-21T21:29:10.903Z Compiling pest_derive v2.8.6
13472026-08-21T21:29:11.446Z Compiling scroll v0.12.0
13482026-08-21T21:29:11.525Z Compiling zerocopy v0.7.35
13492026-08-21T21:29:11.646Z Compiling goblin v0.8.2
13502026-08-21T21:29:11.890Z Compiling dtrace-parser v0.2.0
13512026-08-21T21:29:12.166Z Compiling clap v4.6.1
13522026-08-21T21:29:13.211Z Compiling dof v0.3.0
13532026-08-21T21:29:13.211Z Compiling serde_tokenstream v0.2.3
13542026-08-21T21:29:13.218Z Compiling serde_spanned v0.6.9
13552026-08-21T21:29:13.221Z Compiling toml_datetime v0.6.11
13562026-08-21T21:29:13.221Z Compiling macaddr v1.0.1
13572026-08-21T21:29:13.221Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13582026-08-21T21:29:13.221Z Compiling cargo_metadata v0.23.1
13592026-08-21T21:29:13.407Z Compiling toml_edit v0.22.27
13602026-08-21T21:29:13.879Z Compiling usdt-attr-macro v0.5.0
13612026-08-21T21:29:13.879Z Compiling usdt-macro v0.5.0
13622026-08-21T21:29:14.473Z Compiling usdt v0.5.0
13632026-08-21T21:29:14.652Z Compiling toml v0.8.23
13642026-08-21T21:29:14.969Z Compiling cargo_toml v0.21.0
13652026-08-21T21:29:16.246Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13662026-08-21T21:29:18.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.17s
13672026-08-21T21:29:18.322Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13682026-08-21T21:29:19.078Z Compiling libc v0.2.185
13692026-08-21T21:29:19.078Z Compiling serde_core v1.0.228
13702026-08-21T21:29:19.081Z Compiling serde v1.0.228
13712026-08-21T21:29:19.081Z Compiling log v0.4.29
13722026-08-21T21:29:19.082Z Compiling smallvec v1.15.1
13732026-08-21T21:29:19.082Z Compiling find-msvc-tools v0.1.9
13742026-08-21T21:29:19.082Z Compiling shlex v1.3.0
13752026-08-21T21:29:19.082Z Compiling subtle v2.6.1
13762026-08-21T21:29:19.222Z Compiling scopeguard v1.2.0
13772026-08-21T21:29:19.233Z Compiling stable_deref_trait v1.2.1
13782026-08-21T21:29:19.236Z Compiling typenum v1.20.1
13792026-08-21T21:29:19.236Z Compiling zerocopy v0.8.40
13802026-08-21T21:29:19.236Z Compiling portable-atomic v1.13.1
13812026-08-21T21:29:19.273Z Compiling serde_json v1.0.151
13822026-08-21T21:29:19.283Z Compiling syn v2.0.117
13832026-08-21T21:29:19.297Z Compiling critical-section v1.2.0
13842026-08-21T21:29:19.396Z Compiling libm v0.2.16
13852026-08-21T21:29:19.401Z Compiling lock_api v0.4.14
13862026-08-21T21:29:19.401Z Compiling num-traits v0.2.19
13872026-08-21T21:29:19.424Z Compiling pkg-config v0.3.32
13882026-08-21T21:29:19.443Z Compiling generic-array v0.14.7
13892026-08-21T21:29:19.457Z Compiling parking_lot_core v0.9.12
13902026-08-21T21:29:19.477Z Compiling const-oid v0.9.6
13912026-08-21T21:29:19.491Z Compiling getrandom v0.4.1
13922026-08-21T21:29:19.621Z Compiling pin-project-lite v0.2.17
13932026-08-21T21:29:19.654Z Compiling rand_core v0.10.0
13942026-08-21T21:29:19.660Z Compiling writeable v0.6.2
13952026-08-21T21:29:19.739Z Compiling litemap v0.8.1
13962026-08-21T21:29:19.753Z Compiling futures-core v0.3.32
13972026-08-21T21:29:19.791Z Compiling percent-encoding v2.3.2
13982026-08-21T21:29:19.818Z Compiling icu_normalizer_data v2.1.1
13992026-08-21T21:29:19.831Z Compiling icu_properties_data v2.1.2
14002026-08-21T21:29:19.845Z Compiling getrandom v0.3.4
14012026-08-21T21:29:19.888Z Compiling futures-sink v0.3.32
14022026-08-21T21:29:19.923Z Compiling futures-io v0.3.32
14032026-08-21T21:29:19.944Z Compiling futures-task v0.3.32
14042026-08-21T21:29:19.966Z Compiling slab v0.4.12
14052026-08-21T21:29:20.012Z Compiling futures-channel v0.3.32
14062026-08-21T21:29:20.027Z Compiling jobserver v0.1.34
14072026-08-21T21:29:20.040Z Compiling errno v0.3.14
14082026-08-21T21:29:20.043Z Compiling getrandom v0.2.17
14092026-08-21T21:29:20.113Z Compiling mio v1.2.0
14102026-08-21T21:29:20.165Z Compiling signal-hook-registry v1.4.8
14112026-08-21T21:29:20.180Z Compiling rand_core v0.6.4
14122026-08-21T21:29:20.252Z Compiling cc v1.2.56
14132026-08-21T21:29:20.273Z Compiling socket2 v0.6.3
14142026-08-21T21:29:20.288Z Compiling parking_lot v0.12.5
14152026-08-21T21:29:20.291Z Compiling rustix v1.1.3
14162026-08-21T21:29:20.318Z Compiling once_cell v1.21.3
14172026-08-21T21:29:20.381Z Compiling utf8_iter v1.0.4
14182026-08-21T21:29:20.393Z Compiling form_urlencoded v1.2.2
14192026-08-21T21:29:20.417Z Compiling rustversion v1.0.22
14202026-08-21T21:29:20.434Z Compiling iana-time-zone v0.1.65
14212026-08-21T21:29:20.462Z Compiling base64ct v1.8.3
14222026-08-21T21:29:20.480Z Compiling dunce v1.0.5
14232026-08-21T21:29:20.570Z Compiling flagset v0.4.7
14242026-08-21T21:29:20.589Z Compiling fs_extra v1.3.0
14252026-08-21T21:29:20.603Z Compiling regex-syntax v0.8.10
14262026-08-21T21:29:20.617Z Compiling ident_case v1.0.1
14272026-08-21T21:29:20.705Z Compiling base64 v0.22.1
14282026-08-21T21:29:20.736Z Compiling pem-rfc7468 v0.7.0
14292026-08-21T21:29:20.739Z Compiling rand_core v0.9.5
14302026-08-21T21:29:20.765Z Compiling syn v1.0.109
14312026-08-21T21:29:20.787Z Compiling vcpkg v0.2.15
14322026-08-21T21:29:20.809Z Compiling tracing-core v0.1.36
14332026-08-21T21:29:20.823Z Compiling schemars v0.8.22
14342026-08-21T21:29:20.910Z Compiling cpufeatures v0.2.17
14352026-08-21T21:29:20.913Z Compiling dyn-clone v1.0.20
14362026-08-21T21:29:20.949Z Compiling aws-lc-rs v1.16.3
14372026-08-21T21:29:21.022Z Compiling spin v0.9.8
14382026-08-21T21:29:21.050Z Compiling cmake v0.1.57
14392026-08-21T21:29:21.077Z Compiling crc32fast v1.5.0
14402026-08-21T21:29:21.082Z Compiling tinyvec_macros v0.1.1
14412026-08-21T21:29:21.082Z Compiling cmov v0.5.4
14422026-08-21T21:29:21.137Z Compiling openssl-probe v0.2.1
14432026-08-21T21:29:21.192Z Compiling httparse v1.10.1
14442026-08-21T21:29:21.214Z Compiling tinyvec v1.10.0
14452026-08-21T21:29:21.236Z Compiling aho-corasick v1.1.4
14462026-08-21T21:29:21.252Z Compiling try-lock v0.2.5
14472026-08-21T21:29:21.319Z Compiling ctutils v0.4.2
14482026-08-21T21:29:21.332Z Compiling tower-service v0.3.3
14492026-08-21T21:29:21.380Z Compiling radium v0.7.0
14502026-08-21T21:29:21.400Z Compiling tower-layer v0.3.3
14512026-08-21T21:29:21.420Z Compiling atomic-waker v1.1.2
14522026-08-21T21:29:21.437Z Compiling untrusted v0.7.1
14532026-08-21T21:29:21.459Z Compiling bitflags v2.11.0
14542026-08-21T21:29:21.529Z Compiling semver v1.0.28
14552026-08-21T21:29:21.556Z Compiling indexmap v2.14.0
14562026-08-21T21:29:21.571Z Compiling uuid v1.23.4
14572026-08-21T21:29:21.586Z Compiling want v0.3.1
14582026-08-21T21:29:21.628Z Compiling tap v1.0.1
14592026-08-21T21:29:21.693Z Compiling openssl v0.10.80
14602026-08-21T21:29:21.707Z Compiling simd-adler32 v0.3.8
14612026-08-21T21:29:21.751Z Compiling rustc_version v0.4.1
14622026-08-21T21:29:21.777Z Compiling foreign-types-shared v0.1.1
14632026-08-21T21:29:21.789Z Compiling httpdate v1.0.3
14642026-08-21T21:29:21.857Z Compiling aws-lc-sys v0.40.0
14652026-08-21T21:29:21.870Z Compiling openssl-sys v0.9.117
14662026-08-21T21:29:21.882Z Compiling untrusted v0.9.0
14672026-08-21T21:29:21.936Z Compiling rustls v0.23.41
14682026-08-21T21:29:21.962Z Compiling maybe-uninit v2.0.0
14692026-08-21T21:29:21.978Z Compiling bzip2-sys v0.1.13+1.0.8
14702026-08-21T21:29:22.006Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-08-21T21:29:22.038Z Compiling foreign-types v0.3.2
14722026-08-21T21:29:22.078Z Compiling regex-automata v0.4.14
14732026-08-21T21:29:22.121Z Compiling wyz v0.5.1
14742026-08-21T21:29:22.218Z Compiling synstructure v0.13.2
14752026-08-21T21:29:22.248Z Compiling serde_derive_internals v0.29.1
14762026-08-21T21:29:22.262Z Compiling pest_generator v2.8.6
14772026-08-21T21:29:22.276Z Compiling darling_core v0.20.11
14782026-08-21T21:29:22.347Z Compiling unicode-normalization v0.1.25
14792026-08-21T21:29:22.381Z Compiling num-integer v0.1.46
14802026-08-21T21:29:22.429Z Compiling wait-timeout v0.2.1
14812026-08-21T21:29:22.619Z Compiling tempfile v3.25.0
14822026-08-21T21:29:22.713Z Compiling terminal_size v0.4.3
14832026-08-21T21:29:22.743Z Compiling ahash v0.8.12
14842026-08-21T21:29:22.791Z Compiling adler2 v2.0.1
14852026-08-21T21:29:22.831Z Compiling funty v2.0.0
14862026-08-21T21:29:22.834Z Compiling packed_struct v0.10.1
14872026-08-21T21:29:22.878Z Compiling native-tls v0.2.18
14882026-08-21T21:29:22.935Z Compiling num-conv v0.2.0
14892026-08-21T21:29:22.951Z Compiling num-bigint-dig v0.8.6
14902026-08-21T21:29:22.972Z Compiling time-core v0.1.8
14912026-08-21T21:29:22.989Z Compiling powerfmt v0.2.0
14922026-08-21T21:29:23.001Z Compiling bit-vec v0.8.0
14932026-08-21T21:29:23.020Z Compiling quick-error v1.2.3
14942026-08-21T21:29:23.104Z Compiling clap_builder v4.6.0
14952026-08-21T21:29:23.139Z Compiling deranged v0.5.8
14962026-08-21T21:29:23.142Z Compiling time-macros v0.2.27
14972026-08-21T21:29:23.155Z Compiling rusty-fork v0.3.1
14982026-08-21T21:29:23.170Z Compiling bitvec v1.0.1
14992026-08-21T21:29:23.173Z Compiling miniz_oxide v0.8.9
15002026-08-21T21:29:23.185Z Compiling num-iter v0.1.45
15012026-08-21T21:29:23.239Z Compiling bit-set v0.8.0
15022026-08-21T21:29:23.357Z Compiling lazy_static v1.5.0
15032026-08-21T21:29:23.412Z Compiling rand_xorshift v0.4.0
15042026-08-21T21:29:23.430Z Compiling anstyle-parse v0.2.7
15052026-08-21T21:29:23.458Z Compiling sync_wrapper v1.0.2
15062026-08-21T21:29:23.514Z Compiling indexmap v1.9.3
15072026-08-21T21:29:23.577Z Compiling unarray v0.1.4
15082026-08-21T21:29:23.594Z Compiling siphasher v1.0.2
15092026-08-21T21:29:23.625Z Compiling nodrop v0.1.14
15102026-08-21T21:29:23.695Z Compiling crc-catalog v2.4.0
15112026-08-21T21:29:23.708Z Compiling num_threads v0.1.7
15122026-08-21T21:29:23.728Z Compiling crossbeam-utils v0.8.21
15132026-08-21T21:29:23.848Z Compiling zlib-rs v0.6.2
15142026-08-21T21:29:23.866Z Compiling usdt-impl v0.6.0
15152026-08-21T21:29:23.866Z Compiling paste v1.0.15
15162026-08-21T21:29:23.866Z Compiling crc v3.4.0
15172026-08-21T21:29:23.901Z Compiling serde_derive v1.0.228
15182026-08-21T21:29:24.071Z Compiling zeroize_derive v1.5.0
15192026-08-21T21:29:24.087Z Compiling zerofrom-derive v0.1.6
15202026-08-21T21:29:24.087Z Compiling zerocopy-derive v0.8.40
15212026-08-21T21:29:24.123Z Compiling yoke-derive v0.8.1
15222026-08-21T21:29:24.174Z Compiling zerovec-derive v0.11.2
15232026-08-21T21:29:24.244Z Compiling displaydoc v0.2.5
15242026-08-21T21:29:24.314Z Compiling tokio-macros v2.7.0
15252026-08-21T21:29:24.582Z Compiling futures-macro v0.3.32
15262026-08-21T21:29:24.638Z Compiling thiserror-impl v2.0.18
15272026-08-21T21:29:24.734Z Compiling zeroize v1.9.0
15282026-08-21T21:29:25.094Z Compiling der_derive v0.7.3
15292026-08-21T21:29:25.127Z Compiling tracing-attributes v0.1.31
15302026-08-21T21:29:25.178Z Compiling rustls-pki-types v1.14.0
15312026-08-21T21:29:25.325Z Compiling schemars_derive v0.8.22
15322026-08-21T21:29:25.386Z Compiling hybrid-array v0.4.13
15332026-08-21T21:29:25.507Z Compiling futures-util v0.3.32
15342026-08-21T21:29:25.544Z Compiling zerofrom v0.1.6
15352026-08-21T21:29:25.578Z Compiling crypto-common v0.1.7
15362026-08-21T21:29:25.600Z Compiling block-buffer v0.10.4
15372026-08-21T21:29:25.680Z Compiling yoke v0.8.1
15382026-08-21T21:29:25.740Z Compiling scroll_derive v0.13.1
15392026-08-21T21:29:25.790Z Compiling digest v0.10.7
15402026-08-21T21:29:25.881Z Compiling zerovec v0.11.5
15412026-08-21T21:29:26.054Z Compiling zerotrie v0.2.3
15422026-08-21T21:29:26.069Z Compiling thiserror v2.0.18
15432026-08-21T21:29:26.091Z Compiling der v0.7.10
15442026-08-21T21:29:26.180Z Compiling sha2 v0.10.9
15452026-08-21T21:29:26.193Z Compiling pest_derive v2.8.6
15462026-08-21T21:29:26.197Z Compiling signature v2.2.0
15472026-08-21T21:29:26.221Z Compiling darling_macro v0.20.11
15482026-08-21T21:29:26.373Z Compiling tinystr v0.8.2
15492026-08-21T21:29:26.404Z Compiling potential_utf v0.1.4
15502026-08-21T21:29:26.417Z Compiling openssl-macros v0.1.1
15512026-08-21T21:29:26.461Z Compiling tracing v0.1.44
15522026-08-21T21:29:26.592Z Compiling icu_locale_core v2.1.1
15532026-08-21T21:29:26.606Z Compiling icu_collections v2.1.1
15542026-08-21T21:29:26.613Z Compiling scroll v0.13.0
15552026-08-21T21:29:26.653Z Compiling thiserror-impl v1.0.69
15562026-08-21T21:29:26.682Z Compiling hmac v0.12.1
15572026-08-21T21:29:26.751Z Compiling darling v0.20.11
15582026-08-21T21:29:26.765Z Compiling packed_struct_codegen v0.10.1
15592026-08-21T21:29:26.847Z Compiling bitfield-macros v0.19.4
15602026-08-21T21:29:26.862Z Compiling goblin v0.10.5
15612026-08-21T21:29:26.918Z Compiling zerocopy-derive v0.6.6
15622026-08-21T21:29:27.113Z Compiling spki v0.7.3
15632026-08-21T21:29:27.133Z Compiling clap_derive v4.6.1
15642026-08-21T21:29:27.343Z Compiling icu_provider v2.1.1
15652026-08-21T21:29:27.358Z Compiling pkcs8 v0.10.2
15662026-08-21T21:29:27.478Z Compiling bytes v1.11.1
15672026-08-21T21:29:27.501Z Compiling chrono v0.4.45
15682026-08-21T21:29:27.527Z Compiling ipnet v2.11.0
15692026-08-21T21:29:27.601Z Compiling icu_normalizer v2.1.1
15702026-08-21T21:29:27.646Z Compiling icu_properties v2.1.2
15712026-08-21T21:29:27.665Z Compiling hex v0.4.3
15722026-08-21T21:29:27.801Z Compiling serde_spanned v0.6.9
15732026-08-21T21:29:27.882Z Compiling toml_datetime v0.6.11
15742026-08-21T21:29:27.948Z Compiling zerocopy v0.6.6
15752026-08-21T21:29:27.963Z Compiling tokio v1.52.1
15762026-08-21T21:29:27.963Z Compiling http v1.4.2
15772026-08-21T21:29:28.034Z Compiling thiserror v1.0.69
15782026-08-21T21:29:28.122Z Compiling bitfield v0.19.4
15792026-08-21T21:29:28.145Z Compiling pkcs1 v0.7.5
15802026-08-21T21:29:28.160Z Compiling derive_builder_core v0.20.2
15812026-08-21T21:29:28.165Z Compiling flate2 v1.1.9
15822026-08-21T21:29:28.287Z Compiling dtrace-parser v0.3.0
15832026-08-21T21:29:28.548Z Compiling idna_adapter v1.2.1
15842026-08-21T21:29:28.585Z Compiling ppv-lite86 v0.2.21
15852026-08-21T21:29:28.690Z Compiling idna v1.1.0
15862026-08-21T21:29:28.727Z Compiling http-body v1.0.1
15872026-08-21T21:29:28.761Z Compiling time v0.3.47
15882026-08-21T21:29:28.873Z Compiling http-body-util v0.1.3
15892026-08-21T21:29:28.892Z Compiling rand_chacha v0.9.0
15902026-08-21T21:29:28.930Z Compiling rand_chacha v0.3.1
15912026-08-21T21:29:28.938Z Compiling clap v4.6.1
15922026-08-21T21:29:28.987Z Compiling url v2.5.8
15932026-08-21T21:29:29.092Z Compiling scroll_derive v0.12.1
15942026-08-21T21:29:29.092Z Compiling structmeta-derive v0.3.0
15952026-08-21T21:29:29.092Z Compiling array-init v0.0.4
15962026-08-21T21:29:29.121Z Compiling rand v0.9.2
15972026-08-21T21:29:29.217Z Compiling rand v0.8.6
15982026-08-21T21:29:29.334Z Compiling anstream v0.6.21
15992026-08-21T21:29:29.408Z Compiling smallvec v0.6.14
16002026-08-21T21:29:29.434Z Compiling darling_core v0.23.0
16012026-08-21T21:29:29.618Z Compiling dof v0.4.0
16022026-08-21T21:29:29.662Z Compiling proptest v1.11.0
16032026-08-21T21:29:29.707Z Compiling heapless v0.7.17
16042026-08-21T21:29:29.768Z Compiling slog v2.8.2
16052026-08-21T21:29:29.809Z Compiling thread-id v5.1.0
16062026-08-21T21:29:29.884Z Compiling env_filter v1.0.0
16072026-08-21T21:29:29.899Z Compiling cookie v0.18.1
16082026-08-21T21:29:29.988Z Compiling allocator-api2 v0.2.21
16092026-08-21T21:29:30.008Z Compiling unicode-bidi v0.3.18
16102026-08-21T21:29:30.077Z Compiling signal-hook v0.3.18
16112026-08-21T21:29:30.129Z Compiling hashbrown v0.12.3
16122026-08-21T21:29:30.158Z Compiling winnow v0.5.40
16132026-08-21T21:29:30.220Z Compiling ryu v1.0.23
16142026-08-21T21:29:30.325Z Compiling base64 v0.21.7
16152026-08-21T21:29:30.335Z Compiling zstd-safe v7.2.4
16162026-08-21T21:29:30.335Z Compiling anyhow v1.0.102
16172026-08-21T21:29:30.345Z Compiling unicode-properties v0.1.4
16182026-08-21T21:29:30.418Z Compiling ipnetwork v0.21.1
16192026-08-21T21:29:30.530Z Compiling iri-string v0.7.10
16202026-08-21T21:29:30.587Z Compiling stringprep v0.1.5
16212026-08-21T21:29:30.603Z Compiling ron v0.8.1
16222026-08-21T21:29:30.617Z Compiling serde_urlencoded v0.7.1
16232026-08-21T21:29:30.816Z Compiling oxnet v0.1.6
16242026-08-21T21:29:30.929Z Compiling structmeta v0.3.0
16252026-08-21T21:29:30.953Z Compiling rsa v0.9.10
16262026-08-21T21:29:30.969Z Compiling env_logger v0.11.9
16272026-08-21T21:29:31.065Z Compiling scroll v0.12.0
16282026-08-21T21:29:31.069Z Compiling serde-hex v0.1.0
16292026-08-21T21:29:31.184Z Compiling camino v1.2.2
16302026-08-21T21:29:31.259Z Compiling derive_builder_macro v0.20.2
16312026-08-21T21:29:31.298Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16322026-08-21T21:29:31.473Z Compiling hashbrown v0.13.2
16332026-08-21T21:29:31.587Z Compiling toml_edit v0.19.15
16342026-08-21T21:29:31.602Z Compiling bzip2 v0.4.4
16352026-08-21T21:29:31.653Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16362026-08-21T21:29:31.764Z Compiling serde_tokenstream v0.2.3
16372026-08-21T21:29:31.824Z Compiling tokio-util v0.7.18
16382026-08-21T21:29:31.853Z Compiling tower v0.5.3
16392026-08-21T21:29:31.881Z Compiling tokio-native-tls v0.3.1
16402026-08-21T21:29:31.911Z Compiling erased-serde v0.3.31
16412026-08-21T21:29:31.982Z Compiling x509-cert v0.2.5
16422026-08-21T21:29:32.028Z Compiling darling_macro v0.23.0
16432026-08-21T21:29:32.073Z Compiling block-buffer v0.12.1
16442026-08-21T21:29:32.106Z Compiling block-padding v0.4.2
16452026-08-21T21:29:32.121Z Compiling crypto-common v0.2.2
16462026-08-21T21:29:32.289Z Compiling tower-http v0.6.8
16472026-08-21T21:29:32.302Z Compiling newtype-uuid v1.3.2
16482026-08-21T21:29:32.357Z Compiling md-5 v0.10.6
16492026-08-21T21:29:32.416Z Compiling rustls-native-certs v0.8.3
16502026-08-21T21:29:32.535Z Compiling h2 v0.4.15
16512026-08-21T21:29:32.549Z Compiling bstr v1.12.1
16522026-08-21T21:29:32.649Z Compiling async-trait v0.1.89
16532026-08-21T21:29:32.703Z Compiling daft-derive v0.1.7
16542026-08-21T21:29:32.725Z Compiling zerocopy-derive v0.7.35
16552026-08-21T21:29:32.858Z Compiling pin-project-internal v1.1.11
16562026-08-21T21:29:32.908Z Compiling curve25519-dalek v4.1.3
16572026-08-21T21:29:33.206Z Compiling vergen-lib v9.1.0
16582026-08-21T21:29:33.254Z Compiling hash32 v0.2.1
16592026-08-21T21:29:33.424Z Compiling memoffset v0.9.1
16602026-08-21T21:29:33.453Z Compiling encoding_rs v0.8.35
16612026-08-21T21:29:33.457Z Compiling ref-cast v1.0.25
16622026-08-21T21:29:33.604Z Compiling litrs v1.0.0
16632026-08-21T21:29:33.607Z Compiling cfg_aliases v0.2.1
16642026-08-21T21:29:33.632Z Compiling mime v0.3.17
16652026-08-21T21:29:33.695Z Compiling rustix v0.38.44
16662026-08-21T21:29:33.712Z Compiling crc-any v2.5.0
16672026-08-21T21:29:33.781Z Compiling smoltcp v0.9.1
16682026-08-21T21:29:33.821Z Compiling fallible-iterator v0.2.0
16692026-08-21T21:29:33.868Z Compiling psl-types v2.0.11
16702026-08-21T21:29:33.964Z Compiling nix v0.31.2
16712026-08-21T21:29:34.000Z Compiling pin-project v1.1.11
16722026-08-21T21:29:34.014Z Compiling publicsuffix v2.3.0
16732026-08-21T21:29:34.059Z Compiling zerocopy v0.7.35
16742026-08-21T21:29:34.087Z Compiling daft v0.1.7
16752026-08-21T21:29:34.109Z Compiling postgres-protocol v0.6.10
16762026-08-21T21:29:34.135Z Compiling document-features v0.2.12
16772026-08-21T21:29:34.207Z Compiling toml v0.7.8
16782026-08-21T21:29:34.210Z Compiling darling v0.23.0
16792026-08-21T21:29:34.279Z Compiling inout v0.2.2
16802026-08-21T21:29:34.301Z Compiling object v0.30.4
16812026-08-21T21:29:34.367Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16822026-08-21T21:29:34.391Z Compiling derive_builder v0.20.2
16832026-08-21T21:29:34.474Z Compiling zip v0.6.6
16842026-08-21T21:29:34.533Z Compiling goblin v0.8.2
16852026-08-21T21:29:34.625Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16862026-08-21T21:29:34.673Z Compiling derive-ex v0.1.8
16872026-08-21T21:29:34.839Z Compiling futures-executor v0.3.32
16882026-08-21T21:29:34.896Z Compiling hubpack_derive v0.1.1
16892026-08-21T21:29:35.038Z Compiling regex v1.12.3
16902026-08-21T21:29:35.064Z Compiling ref-cast-impl v1.0.25
16912026-08-21T21:29:35.115Z Compiling snafu-derive v0.8.9
16922026-08-21T21:29:35.139Z Compiling strum_macros v0.27.2
16932026-08-21T21:29:35.153Z Compiling curve25519-dalek-derive v0.1.1
16942026-08-21T21:29:35.297Z Compiling phf_shared v0.13.1
16952026-08-21T21:29:35.396Z Compiling vergen v9.1.0
16962026-08-21T21:29:35.498Z Compiling cargo-platform v0.3.2
16972026-08-21T21:29:35.512Z Compiling ff v0.13.1
16982026-08-21T21:29:35.562Z Compiling fs-err v3.3.0
16992026-08-21T21:29:35.592Z Compiling foldhash v0.1.5
17002026-08-21T21:29:35.647Z Compiling object v0.37.3
17012026-08-21T21:29:35.665Z Compiling bitflags v1.3.2
17022026-08-21T21:29:35.749Z Compiling hyper v1.10.1
17032026-08-21T21:29:35.770Z Compiling base16ct v0.2.0
17042026-08-21T21:29:35.784Z Compiling libbz2-rs-sys v0.2.2
17052026-08-21T21:29:35.801Z Compiling path-slash v0.1.5
17062026-08-21T21:29:35.868Z Compiling same-file v1.0.6
17072026-08-21T21:29:35.951Z Compiling either v1.15.0
17082026-08-21T21:29:35.964Z Compiling foldhash v0.2.0
17092026-08-21T21:29:35.978Z Compiling unicode-segmentation v1.12.0
17102026-08-21T21:29:36.026Z Compiling managed v0.8.0
17112026-08-21T21:29:36.054Z Compiling bumpalo v3.20.2
17122026-08-21T21:29:36.176Z Compiling jiff-core v0.1.0
17132026-08-21T21:29:36.198Z Compiling hashbrown v0.16.1
17142026-08-21T21:29:36.328Z Compiling zopfli v0.8.3
17152026-08-21T21:29:36.392Z Compiling bzip2 v0.6.1
17162026-08-21T21:29:36.447Z Compiling test-strategy v0.4.5
17172026-08-21T21:29:36.486Z Compiling walkdir v2.5.0
17182026-08-21T21:29:36.672Z Compiling sec1 v0.7.3
17192026-08-21T21:29:36.789Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17202026-08-21T21:29:36.831Z Compiling dof v0.3.0
17212026-08-21T21:29:36.971Z Compiling hyper-util v0.1.20
17222026-08-21T21:29:37.014Z Compiling jiff v0.2.34
17232026-08-21T21:29:37.105Z Compiling snafu v0.8.9
17242026-08-21T21:29:37.171Z Compiling strum v0.27.2
17252026-08-21T21:29:37.209Z Compiling hashbrown v0.15.5
17262026-08-21T21:29:37.286Z Compiling cargo_metadata v0.23.1
17272026-08-21T21:29:37.317Z Compiling group v0.13.0
17282026-08-21T21:29:37.423Z Compiling phf v0.13.1
17292026-08-21T21:29:37.445Z Compiling hubpack v0.1.2
17302026-08-21T21:29:37.480Z Compiling cookie_store v0.22.1
17312026-08-21T21:29:37.506Z Compiling futures v0.3.32
17322026-08-21T21:29:37.598Z Compiling signal-hook-mio v0.2.5
17332026-08-21T21:29:37.612Z Compiling zstd v0.13.3
17342026-08-21T21:29:37.685Z Compiling postgres-types v0.2.12
17352026-08-21T21:29:37.738Z Compiling cipher v0.5.2
17362026-08-21T21:29:37.798Z Compiling serde_with_macros v3.21.0
17372026-08-21T21:29:37.965Z Compiling globset v0.4.18
17382026-08-21T21:29:38.046Z Compiling usdt-attr-macro v0.6.0
17392026-08-21T21:29:38.061Z Compiling usdt-macro v0.6.0
17402026-08-21T21:29:38.120Z Compiling byte-wrapper v0.1.0
17412026-08-21T21:29:38.148Z Compiling dtrace-parser v0.2.0
17422026-08-21T21:29:38.232Z Compiling ed25519 v2.2.3
17432026-08-21T21:29:38.255Z Compiling olpc-cjson v0.1.4
17442026-08-21T21:29:38.437Z Compiling hyper-tls v0.6.0
17452026-08-21T21:29:38.477Z Compiling serde_plain v1.0.2
17462026-08-21T21:29:38.648Z Compiling reqwest v0.12.28
17472026-08-21T21:29:38.664Z Compiling serde-big-array v0.5.1
17482026-08-21T21:29:38.695Z Compiling hkdf v0.12.4
17492026-08-21T21:29:38.700Z Compiling crypto-bigint v0.5.5
17502026-08-21T21:29:38.737Z Compiling async-recursion v1.1.1
17512026-08-21T21:29:38.827Z Compiling serde_repr v0.1.20
17522026-08-21T21:29:38.872Z Compiling enum-as-inner v0.6.1
17532026-08-21T21:29:38.886Z Compiling strum_macros v0.26.4
17542026-08-21T21:29:38.903Z Compiling phf_shared v0.11.3
17552026-08-21T21:29:38.928Z Compiling float-cmp v0.10.0
17562026-08-21T21:29:38.968Z Compiling pem v3.0.6
17572026-08-21T21:29:39.035Z Compiling thread-id v4.2.2
17582026-08-21T21:29:39.084Z Compiling memmap2 v0.9.10
17592026-08-21T21:29:39.106Z Compiling keccak v0.1.6
17602026-08-21T21:29:39.124Z Compiling typed-path v0.9.3
17612026-08-21T21:29:39.135Z Compiling static_assertions v1.1.0
17622026-08-21T21:29:39.235Z Compiling const-oid v0.10.2
17632026-08-21T21:29:39.316Z Compiling difflib v0.4.0
17642026-08-21T21:29:39.332Z Compiling new_debug_unreachable v1.0.6
17652026-08-21T21:29:39.397Z Compiling cpufeatures v0.3.0
17662026-08-21T21:29:39.419Z Compiling fixedbitset v0.5.7
17672026-08-21T21:29:39.439Z Compiling predicates-core v1.0.10
17682026-08-21T21:29:39.439Z Compiling winnow v1.0.3
17692026-08-21T21:29:39.439Z Compiling normalize-line-endings v0.3.0
17702026-08-21T21:29:39.488Z Compiling fixedbitset v0.4.2
17712026-08-21T21:29:39.567Z Compiling data-encoding v2.10.0
17722026-08-21T21:29:39.630Z Compiling precomputed-hash v0.1.1
17732026-08-21T21:29:39.720Z Compiling whoami v2.1.0
17742026-08-21T21:29:39.737Z Compiling string_cache v0.8.9
17752026-08-21T21:29:39.746Z Compiling toml_parser v1.1.2+spec-1.1.0
17762026-08-21T21:29:39.811Z Compiling elliptic-curve v0.13.8
17772026-08-21T21:29:39.819Z Compiling petgraph v0.6.5
17782026-08-21T21:29:39.855Z Compiling petgraph v0.8.3
17792026-08-21T21:29:39.888Z Compiling hickory-proto v0.25.2
17802026-08-21T21:29:39.994Z Compiling tokio-postgres v0.7.16
17812026-08-21T21:29:40.130Z Compiling toml_edit v0.22.27
17822026-08-21T21:29:40.271Z Compiling predicates v3.1.4
17832026-08-21T21:29:40.301Z Compiling chacha20 v0.10.0
17842026-08-21T21:29:40.409Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17852026-08-21T21:29:40.449Z Compiling digest v0.11.3
17862026-08-21T21:29:40.599Z Compiling sha3 v0.10.8
17872026-08-21T21:29:40.694Z Compiling usdt v0.6.0
17882026-08-21T21:29:40.710Z Compiling zip v4.6.1
17892026-08-21T21:29:40.761Z Compiling strum v0.26.3
17902026-08-21T21:29:40.864Z Compiling usdt-impl v0.5.0
17912026-08-21T21:29:40.909Z Compiling serde_with v3.21.0
17922026-08-21T21:29:40.935Z Compiling crossterm v0.28.1
17932026-08-21T21:29:40.961Z Compiling ed25519-dalek v2.2.0
17942026-08-21T21:29:40.984Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17952026-08-21T21:29:41.473Z Compiling iddqd v0.4.2
17962026-08-21T21:29:41.674Z Compiling heck v0.4.1
17972026-08-21T21:29:41.867Z Compiling similar v2.7.0
17982026-08-21T21:29:41.951Z Compiling itertools v0.13.0
17992026-08-21T21:29:41.966Z Compiling itertools v0.15.0
18002026-08-21T21:29:42.278Z Compiling tokio-stream v0.1.18
18012026-08-21T21:29:42.336Z Compiling buf-list v1.1.2
18022026-08-21T21:29:42.503Z Compiling crossbeam-epoch v0.9.18
18032026-08-21T21:29:42.560Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18042026-08-21T21:29:42.625Z Compiling openapiv3 v2.2.0
18052026-08-21T21:29:42.736Z Compiling lalrpop-util v0.19.12
18062026-08-21T21:29:42.751Z Compiling peg-runtime v0.8.5
18072026-08-21T21:29:42.777Z Compiling thread_local v1.1.9
18082026-08-21T21:29:42.811Z Compiling slog-async v2.8.0
18092026-08-21T21:29:42.855Z Compiling crossbeam-channel v0.5.15
18102026-08-21T21:29:42.870Z Compiling is-terminal v0.4.17
18112026-08-21T21:29:42.940Z Compiling filetime v0.2.27
18122026-08-21T21:29:42.956Z Compiling take_mut v0.2.2
18132026-08-21T21:29:42.984Z Compiling term v1.2.1
18142026-08-21T21:29:43.056Z Compiling xattr v1.6.1
18152026-08-21T21:29:43.072Z Compiling camino-tempfile v1.4.1
18162026-08-21T21:29:43.236Z Compiling tar v0.4.46
18172026-08-21T21:29:43.289Z Compiling slog-term v2.9.2
18182026-08-21T21:30:00.558Z Compiling rustls-webpki v0.103.13
18192026-08-21T21:30:03.188Z Compiling tokio-rustls v0.26.4
18202026-08-21T21:30:03.189Z Compiling rustls-platform-verifier v0.6.2
18212026-08-21T21:30:03.189Z Compiling tough v0.22.0
18222026-08-21T21:30:03.408Z Compiling hyper-rustls v0.27.7
18232026-08-21T21:30:03.593Z Compiling reqwest v0.13.2
18242026-08-21T21:30:05.715Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18252026-08-21T21:30:05.945Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18262026-08-21T21:30:08.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.46s
18272026-08-21T21:30:08.966Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18282026-08-21T21:30:09.012ZAug 21 21:30:07.630 INFO Starting download, target: Cockroach
18292026-08-21T21:30:09.024ZAug 21 21:30:07.631 INFO Starting download, target: Clickhouse
18302026-08-21T21:30:09.024ZAug 21 21:30:07.631 INFO Starting download, target: DendriteStub
18312026-08-21T21:30:09.024ZAug 21 21:30:07.631 INFO Starting download, target: Console
18322026-08-21T21:30:09.025ZAug 21 21:30:07.631 INFO Starting download, target: MaghemiteMgd
18332026-08-21T21:30:09.025ZAug 21 21:30:07.631 INFO Starting download, target: MaghemiteDdmd
18342026-08-21T21:30:09.025ZAug 21 21:30:07.631 INFO Starting download, target: TransceiverControl
18352026-08-21T21:30:09.025ZAug 21 21:30:07.631 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18362026-08-21T21:30:09.025ZAug 21 21:30:07.632 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18372026-08-21T21:30:09.025ZAug 21 21:30:07.632 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18382026-08-21T21:30:09.025ZAug 21 21:30:07.632 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18392026-08-21T21:30:09.026ZAug 21 21:30:07.632 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18402026-08-21T21:30:09.026ZAug 21 21:30:07.632 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18412026-08-21T21:30:09.026ZAug 21 21:30:07.632 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18422026-08-21T21:30:09.551ZAug 21 21:30:08.151 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18432026-08-21T21:30:09.801ZAug 21 21:30:08.369 INFO Download complete, target: TransceiverControl
18442026-08-21T21:30:10.793ZAug 21 21:30:09.406 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18452026-08-21T21:30:10.864ZAug 21 21:30:09.464 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18462026-08-21T21:30:11.086ZAug 21 21:30:09.668 INFO Download complete, target: Console
18472026-08-21T21:30:11.384ZAug 21 21:30:10.000 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18482026-08-21T21:30:11.565ZAug 21 21:30:10.170 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18492026-08-21T21:30:11.823ZAug 21 21:30:10.443 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18502026-08-21T21:30:11.993ZAug 21 21:30:10.617 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18512026-08-21T21:30:11.993ZAug 21 21:30:10.618 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18522026-08-21T21:30:13.437ZAug 21 21:30:12.061 INFO Download complete, target: MaghemiteDdmd
18532026-08-21T21:30:14.418ZAug 21 21:30:13.043 INFO Download complete, target: MaghemiteMgd
18542026-08-21T21:30:14.600ZAug 21 21:30:13.224 INFO Download complete, target: DendriteStub
18552026-08-21T21:30:16.909ZAug 21 21:30:15.534 INFO Checking that binary works, target: Cockroach
18562026-08-21T21:30:17.052ZAug 21 21:30:15.652 INFO Download complete, target: Cockroach
18572026-08-21T21:30:17.855ZAug 21 21:30:16.479 INFO Checking that binary works, target: Clickhouse
18582026-08-21T21:30:17.940ZAug 21 21:30:16.563 INFO Download complete, target: Clickhouse
18592026-08-21T21:30:17.945ZAll prerequisites installed successfully
18602026-08-21T21:30:17.949Z
18612026-08-21T21:30:17.949Zreal 1:29.431825551
18622026-08-21T21:30:17.949Zuser 7:05.346617499
18632026-08-21T21:30:17.949Zsys 1:41.162491634
18642026-08-21T21:30:17.949Ztrap 0.252277006
18652026-08-21T21:30:17.949Ztflt 0.976270294
18662026-08-21T21:30:17.949Zdflt 1.662566763
18672026-08-21T21:30:17.949Zkflt 0.026720613
18682026-08-21T21:30:17.949Zlock 25:59.731736553
18692026-08-21T21:30:17.949Zslp 19:08.861486741
18702026-08-21T21:30:17.949Zlat 25.805391997
18712026-08-21T21:30:17.949Zstop 2:49.788312145
18722026-08-21T21:30:17.949Z+ source ./tools/include/force-git-over-https.sh
18732026-08-21T21:30:17.949Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18742026-08-21T21:30:17.950Z++ (( i = 0 ))
18752026-08-21T21:30:17.950Z++ (( i < 5 ))
18762026-08-21T21:30:17.950Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18772026-08-21T21:30:17.954Z++ (( i++ ))
18782026-08-21T21:30:17.954Z++ (( i < 5 ))
18792026-08-21T21:30:17.954Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18802026-08-21T21:30:17.954Z++ (( i++ ))
18812026-08-21T21:30:17.954Z++ (( i < 5 ))
18822026-08-21T21:30:17.954Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18832026-08-21T21:30:17.957Z++ (( i++ ))
18842026-08-21T21:30:17.957Z++ (( i < 5 ))
18852026-08-21T21:30:17.957Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18862026-08-21T21:30:17.960Z++ (( i++ ))
18872026-08-21T21:30:17.960Z++ (( i < 5 ))
18882026-08-21T21:30:17.960Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18892026-08-21T21:30:17.963Z++ (( i++ ))
18902026-08-21T21:30:17.963Z++ (( i < 5 ))
18912026-08-21T21:30:17.963Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18922026-08-21T21:30:17.963Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18932026-08-21T21:30:17.963Z+ rc=0
18942026-08-21T21:30:17.963Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18952026-08-21T21:30:26.394Z+ case $rc in
18962026-08-21T21:30:26.394Z+ pfexec zfs create -p rpool/images/build/host
18972026-08-21T21:30:26.655Z+ pfexec zfs create -p rpool/images/build/recovery
18982026-08-21T21:30:26.730Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18992026-08-21T21:30:27.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19002026-08-21T21:30:27.195Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19012026-08-21T21:30:28.045Z Compiling proc-macro2 v1.0.106
19022026-08-21T21:30:28.046Z Compiling quote v1.0.45
19032026-08-21T21:30:28.050Z Compiling unicode-ident v1.0.24
19042026-08-21T21:30:28.050Z Compiling libc v0.2.185
19052026-08-21T21:30:28.050Z Compiling serde_core v1.0.228
19062026-08-21T21:30:28.050Z Compiling serde v1.0.228
19072026-08-21T21:30:28.050Z Compiling cfg-if v1.0.4
19082026-08-21T21:30:28.050Z Compiling version_check v0.9.5
19092026-08-21T21:30:28.050Z Compiling find-msvc-tools v0.1.9
19102026-08-21T21:30:28.050Z Compiling shlex v1.3.0
19112026-08-21T21:30:28.178Z Compiling autocfg v1.5.0
19122026-08-21T21:30:28.181Z Compiling zerocopy v0.8.40
19132026-08-21T21:30:28.181Z Compiling zmij v1.0.21
19142026-08-21T21:30:28.181Z Compiling portable-atomic v1.13.1
19152026-08-21T21:30:28.181Z Compiling serde_json v1.0.151
19162026-08-21T21:30:28.365Z Compiling memchr v2.8.0
19172026-08-21T21:30:28.392Z Compiling getrandom v0.4.1
19182026-08-21T21:30:28.488Z Compiling libm v0.2.16
19192026-08-21T21:30:28.488Z Compiling parking_lot_core v0.9.12
19202026-08-21T21:30:28.618Z Compiling icu_properties_data v2.1.2
19212026-08-21T21:30:28.621Z Compiling icu_normalizer_data v2.1.1
19222026-08-21T21:30:28.686Z Compiling generic-array v0.14.7
19232026-08-21T21:30:28.715Z Compiling num-traits v0.2.19
19242026-08-21T21:30:28.745Z Compiling smallvec v1.15.1
19252026-08-21T21:30:28.759Z Compiling pkg-config v0.3.32
19262026-08-21T21:30:28.763Z Compiling itoa v1.0.17
19272026-08-21T21:30:28.778Z Compiling log v0.4.29
19282026-08-21T21:30:28.841Z Compiling getrandom v0.3.4
19292026-08-21T21:30:28.858Z Compiling rustix v1.1.3
19302026-08-21T21:30:28.931Z Compiling subtle v2.6.1
19312026-08-21T21:30:29.032Z Compiling scopeguard v1.2.0
19322026-08-21T21:30:29.034Z Compiling heck v0.5.0
19332026-08-21T21:30:29.061Z Compiling stable_deref_trait v1.2.1
19342026-08-21T21:30:29.136Z Compiling jobserver v0.1.34
19352026-08-21T21:30:29.156Z Compiling errno v0.3.14
19362026-08-21T21:30:29.159Z Compiling lock_api v0.4.14
19372026-08-21T21:30:29.249Z Compiling critical-section v1.2.0
19382026-08-21T21:30:29.267Z Compiling typenum v1.20.1
19392026-08-21T21:30:29.301Z Compiling thiserror v2.0.18
19402026-08-21T21:30:29.359Z Compiling cc v1.2.56
19412026-08-21T21:30:29.371Z Compiling dunce v1.0.5
19422026-08-21T21:30:29.417Z Compiling syn v2.0.117
19432026-08-21T21:30:29.433Z Compiling rand_core v0.10.0
19442026-08-21T21:30:29.435Z Compiling fs_extra v1.3.0
19452026-08-21T21:30:29.529Z Compiling pin-project-lite v0.2.17
19462026-08-21T21:30:29.650Z Compiling litemap v0.8.1
19472026-08-21T21:30:29.681Z Compiling once_cell v1.21.3
19482026-08-21T21:30:29.698Z Compiling writeable v0.6.2
19492026-08-21T21:30:29.729Z Compiling percent-encoding v2.3.2
19502026-08-21T21:30:29.756Z Compiling rustversion v1.0.22
19512026-08-21T21:30:29.843Z Compiling schemars v0.8.22
19522026-08-21T21:30:29.876Z Compiling getrandom v0.2.17
19532026-08-21T21:30:29.958Z Compiling futures-core v0.3.32
19542026-08-21T21:30:29.962Z Compiling aws-lc-rs v1.16.3
19552026-08-21T21:30:30.039Z Compiling rand_core v0.6.4
19562026-08-21T21:30:30.106Z Compiling cmake v0.1.57
19572026-08-21T21:30:30.139Z Compiling signal-hook-registry v1.4.8
19582026-08-21T21:30:30.223Z Compiling equivalent v1.0.2
19592026-08-21T21:30:30.249Z Compiling crc32fast v1.5.0
19602026-08-21T21:30:30.345Z Compiling parking_lot v0.12.5
19612026-08-21T21:30:30.372Z Compiling mio v1.2.0
19622026-08-21T21:30:30.389Z Compiling semver v1.0.28
19632026-08-21T21:30:30.482Z Compiling bitflags v2.11.0
19642026-08-21T21:30:30.599Z Compiling const-oid v0.9.6
19652026-08-21T21:30:30.654Z Compiling aws-lc-sys v0.40.0
19662026-08-21T21:30:30.716Z Compiling httparse v1.10.1
19672026-08-21T21:30:30.720Z Compiling utf8_iter v1.0.4
19682026-08-21T21:30:30.764Z Compiling form_urlencoded v1.2.2
19692026-08-21T21:30:30.802Z Compiling socket2 v0.6.3
19702026-08-21T21:30:31.069Z Compiling byteorder v1.5.0
19712026-08-21T21:30:31.151Z Compiling syn v1.0.109
19722026-08-21T21:30:31.184Z Compiling strsim v0.11.1
19732026-08-21T21:30:31.229Z Compiling hashbrown v0.17.0
19742026-08-21T21:30:31.296Z Compiling fnv v1.0.7
19752026-08-21T21:30:31.345Z Compiling vcpkg v0.2.15
19762026-08-21T21:30:31.588Z Compiling rustls v0.23.41
19772026-08-21T21:30:31.622Z Compiling futures-sink v0.3.32
19782026-08-21T21:30:31.724Z Compiling slab v0.4.12
19792026-08-21T21:30:31.727Z Compiling futures-task v0.3.32
19802026-08-21T21:30:31.754Z Compiling futures-io v0.3.32
19812026-08-21T21:30:31.774Z Compiling futures-channel v0.3.32
19822026-08-21T21:30:31.791Z Compiling radium v0.7.0
19832026-08-21T21:30:31.919Z Compiling indexmap v2.14.0
19842026-08-21T21:30:31.962Z Compiling openssl-sys v0.9.117
19852026-08-21T21:30:31.994Z Compiling thiserror v1.0.69
19862026-08-21T21:30:32.054Z Compiling base64 v0.22.1
19872026-08-21T21:30:32.072Z Compiling maybe-uninit v2.0.0
19882026-08-21T21:30:32.102Z Compiling iana-time-zone v0.1.65
19892026-08-21T21:30:32.207Z Compiling rustc_version v0.4.1
19902026-08-21T21:30:32.249Z Compiling synstructure v0.13.2
19912026-08-21T21:30:32.270Z Compiling serde_derive_internals v0.29.1
19922026-08-21T21:30:32.369Z Compiling ucd-trie v0.1.7
19932026-08-21T21:30:32.524Z Compiling pest v2.8.6
19942026-08-21T21:30:32.618Z Compiling bzip2-sys v0.1.13+1.0.8
19952026-08-21T21:30:32.644Z Compiling ahash v0.8.12
19962026-08-21T21:30:32.648Z Compiling packed_struct v0.10.1
19972026-08-21T21:30:32.648Z Compiling ident_case v1.0.1
19982026-08-21T21:30:32.693Z Compiling num-bigint-dig v0.8.6
19992026-08-21T21:30:32.697Z Compiling num-conv v0.2.0
20002026-08-21T21:30:32.781Z Compiling time-core v0.1.8
20012026-08-21T21:30:32.806Z Compiling uuid v1.23.4
20022026-08-21T21:30:32.885Z Compiling paste v1.0.15
20032026-08-21T21:30:32.911Z Compiling regex-syntax v0.8.10
20042026-08-21T21:30:32.936Z Compiling openssl v0.10.80
20052026-08-21T21:30:32.951Z Compiling fastrand v2.3.0
20062026-08-21T21:30:32.968Z Compiling time-macros v0.2.27
20072026-08-21T21:30:33.219Z Compiling indexmap v1.9.3
20082026-08-21T21:30:33.222Z Compiling dyn-clone v1.0.20
20092026-08-21T21:30:33.237Z Compiling base64ct v1.8.3
20102026-08-21T21:30:33.344Z Compiling rand_core v0.9.5
20112026-08-21T21:30:33.389Z Compiling slog v2.8.2
20122026-08-21T21:30:33.450Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20132026-08-21T21:30:33.467Z Compiling serde_derive v1.0.228
20142026-08-21T21:30:33.470Z Compiling zeroize_derive v1.5.0
20152026-08-21T21:30:33.584Z Compiling zerofrom-derive v0.1.6
20162026-08-21T21:30:33.590Z Compiling zerocopy-derive v0.8.40
20172026-08-21T21:30:33.608Z Compiling yoke-derive v0.8.1
20182026-08-21T21:30:33.644Z Compiling zerovec-derive v0.11.2
20192026-08-21T21:30:33.773Z Compiling displaydoc v0.2.5
20202026-08-21T21:30:33.789Z Compiling tokio-macros v2.7.0
20212026-08-21T21:30:33.811Z Compiling futures-macro v0.3.32
20222026-08-21T21:30:33.850Z Compiling thiserror-impl v2.0.18
20232026-08-21T21:30:34.023Z Compiling der_derive v0.7.3
20242026-08-21T21:30:34.099Z Compiling zeroize v1.9.0
20252026-08-21T21:30:34.354Z Compiling schemars_derive v0.8.22
20262026-08-21T21:30:34.479Z Compiling tracing-attributes v0.1.31
20272026-08-21T21:30:34.601Z Compiling futures-util v0.3.32
20282026-08-21T21:30:34.628Z Compiling thiserror-impl v1.0.69
20292026-08-21T21:30:34.652Z Compiling zerofrom v0.1.6
20302026-08-21T21:30:34.799Z Compiling yoke v0.8.1
20312026-08-21T21:30:34.985Z Compiling zerovec v0.11.5
20322026-08-21T21:30:35.037Z Compiling zerotrie v0.2.3
20332026-08-21T21:30:35.086Z Compiling block-buffer v0.10.4
20342026-08-21T21:30:35.089Z Compiling crypto-common v0.1.7
20352026-08-21T21:30:35.286Z Compiling digest v0.10.7
20362026-08-21T21:30:35.367Z Compiling pest_meta v2.8.6
20372026-08-21T21:30:35.492Z Compiling clap_derive v4.6.1
20382026-08-21T21:30:35.524Z Compiling tinystr v0.8.2
20392026-08-21T21:30:35.593Z Compiling potential_utf v0.1.4
20402026-08-21T21:30:35.653Z Compiling packed_struct_codegen v0.10.1
20412026-08-21T21:30:35.731Z Compiling icu_collections v2.1.1
20422026-08-21T21:30:35.763Z Compiling icu_locale_core v2.1.1
20432026-08-21T21:30:35.835Z Compiling bitfield-macros v0.19.4
20442026-08-21T21:30:35.854Z Compiling zerocopy-derive v0.6.6
20452026-08-21T21:30:36.525Z Compiling icu_provider v2.1.1
20462026-08-21T21:30:36.666Z Compiling bytes v1.11.1
20472026-08-21T21:30:36.699Z Compiling chrono v0.4.45
20482026-08-21T21:30:36.720Z Compiling pest_generator v2.8.6
20492026-08-21T21:30:36.766Z Compiling pem-rfc7468 v0.7.0
20502026-08-21T21:30:36.967Z Compiling icu_normalizer v2.1.1
20512026-08-21T21:30:36.974Z Compiling icu_properties v2.1.2
20522026-08-21T21:30:37.176Z Compiling scroll_derive v0.13.1
20532026-08-21T21:30:37.347Z Compiling tokio v1.52.1
20542026-08-21T21:30:37.439Z Compiling pest_derive v2.8.6
20552026-08-21T21:30:37.586Z Compiling openssl-macros v0.1.1
20562026-08-21T21:30:37.847Z Compiling idna_adapter v1.2.1
20572026-08-21T21:30:37.976Z Compiling idna v1.1.0
20582026-08-21T21:30:38.003Z Compiling ppv-lite86 v0.2.21
20592026-08-21T21:30:38.022Z Compiling camino v1.2.2
20602026-08-21T21:30:38.106Z Compiling crossbeam-utils v0.8.21
20612026-08-21T21:30:38.138Z Compiling flagset v0.4.7
20622026-08-21T21:30:38.191Z Compiling native-tls v0.2.18
20632026-08-21T21:30:38.298Z Compiling der v0.7.10
20642026-08-21T21:30:38.356Z Compiling url v2.5.8
20652026-08-21T21:30:38.401Z Compiling http v1.4.2
20662026-08-21T21:30:38.471Z Compiling rustls-pki-types v1.14.0
20672026-08-21T21:30:38.498Z Compiling structmeta-derive v0.3.0
20682026-08-21T21:30:38.500Z Compiling daft-derive v0.1.7
20692026-08-21T21:30:38.657Z Compiling tempfile v3.25.0
20702026-08-21T21:30:39.537Z Compiling spki v0.7.3
20712026-08-21T21:30:39.537Z Compiling rand_chacha v0.9.0
20722026-08-21T21:30:39.542Z Compiling structmeta v0.3.0
20732026-08-21T21:30:39.618Z Compiling hex v0.4.3
20742026-08-21T21:30:39.698Z Compiling async-trait v0.1.89
20752026-08-21T21:30:39.866Z Compiling cookie v0.18.1
20762026-08-21T21:30:39.943Z Compiling plain v0.2.3
20772026-08-21T21:30:39.984Z Compiling utf8parse v0.2.2
20782026-08-21T21:30:40.083Z Compiling rand v0.9.2
20792026-08-21T21:30:40.129Z Compiling tracing-core v0.1.36
20802026-08-21T21:30:40.207Z Compiling spin v0.9.8
20812026-08-21T21:30:40.272Z Compiling aho-corasick v1.1.4
20822026-08-21T21:30:40.352Z Compiling simd-adler32 v0.3.8
20832026-08-21T21:30:40.432Z Compiling untrusted v0.7.1
20842026-08-21T21:30:40.495Z Compiling cpufeatures v0.2.17
20852026-08-21T21:30:40.594Z Compiling anstyle v1.0.14
20862026-08-21T21:30:40.719Z Compiling tracing v0.1.44
20872026-08-21T21:30:40.790Z Compiling http-body v1.0.1
20882026-08-21T21:30:40.823Z Compiling pkcs8 v0.10.2
20892026-08-21T21:30:40.946Z Compiling pin-project-internal v1.1.11
20902026-08-21T21:30:41.061Z Compiling is_terminal_polyfill v1.70.2
20912026-08-21T21:30:41.104Z Compiling regex-automata v0.4.14
20922026-08-21T21:30:41.134Z Compiling tinyvec_macros v0.1.1
20932026-08-21T21:30:41.186Z Compiling atomic-waker v1.1.2
20942026-08-21T21:30:41.186Z Compiling cmov v0.5.4
20952026-08-21T21:30:41.216Z Compiling untrusted v0.9.0
20962026-08-21T21:30:41.232Z Compiling anstyle-query v1.1.5
20972026-08-21T21:30:41.271Z Compiling tokio-util v0.7.18
20982026-08-21T21:30:41.318Z Compiling adler2 v2.0.1
20992026-08-21T21:30:41.336Z Compiling openssl-probe v0.2.1
21002026-08-21T21:30:41.366Z Compiling colorchoice v1.0.4
21012026-08-21T21:30:41.369Z Compiling zstd-safe v7.2.4
21022026-08-21T21:30:41.428Z Compiling usdt-impl v0.6.0
21032026-08-21T21:30:41.505Z Compiling pretty-hex v0.4.1
21042026-08-21T21:30:41.552Z Compiling ctutils v0.4.2
21052026-08-21T21:30:41.593Z Compiling miniz_oxide v0.8.9
21062026-08-21T21:30:41.669Z Compiling tinyvec v1.10.0
21072026-08-21T21:30:41.845Z Compiling sha2 v0.10.9
21082026-08-21T21:30:42.091Z Compiling derive-ex v0.1.8
21092026-08-21T21:30:42.239Z Compiling scroll v0.13.0
21102026-08-21T21:30:42.331Z Compiling serde_tokenstream v0.2.3
21112026-08-21T21:30:42.348Z Compiling scroll_derive v0.12.1
21122026-08-21T21:30:42.395Z Compiling heapless v0.7.17
21132026-08-21T21:30:42.671Z Compiling anyhow v1.0.102
21142026-08-21T21:30:42.704Z Compiling tower-service v0.3.3
21152026-08-21T21:30:42.735Z Compiling try-lock v0.2.5
21162026-08-21T21:30:42.825Z Compiling rustix v0.38.44
21172026-08-21T21:30:42.935Z Compiling signal-hook v0.3.18
21182026-08-21T21:30:42.987Z Compiling zlib-rs v0.6.2
21192026-08-21T21:30:43.004Z Compiling litrs v1.0.0
21202026-08-21T21:30:43.033Z Compiling tower-layer v0.3.3
21212026-08-21T21:30:43.101Z Compiling want v0.3.1
21222026-08-21T21:30:43.141Z Compiling h2 v0.4.15
21232026-08-21T21:30:43.346Z Compiling goblin v0.10.5
21242026-08-21T21:30:43.414Z Compiling hybrid-array v0.4.13
21252026-08-21T21:30:43.476Z Compiling document-features v0.2.12
21262026-08-21T21:30:43.566Z Compiling anstyle-parse v1.0.0
21272026-08-21T21:30:43.621Z Compiling test-strategy v0.4.5
21282026-08-21T21:30:43.659Z Compiling ipnet v2.11.0
21292026-08-21T21:30:43.796Z Compiling snafu-derive v0.8.9
21302026-08-21T21:30:43.820Z Compiling strum_macros v0.26.4
21312026-08-21T21:30:43.992Z Compiling darling_core v0.23.0
21322026-08-21T21:30:44.144Z Compiling darling_core v0.20.11
21332026-08-21T21:30:44.252Z Compiling wait-timeout v0.2.1
21342026-08-21T21:30:44.288Z Compiling quick-error v1.2.3
21352026-08-21T21:30:44.593Z Compiling tap v1.0.1
21362026-08-21T21:30:44.677Z Compiling foreign-types-shared v0.1.1
21372026-08-21T21:30:44.722Z Compiling httpdate v1.0.3
21382026-08-21T21:30:44.842Z Compiling powerfmt v0.2.0
21392026-08-21T21:30:44.887Z Compiling bit-vec v0.8.0
21402026-08-21T21:30:44.940Z Compiling foreign-types v0.3.2
21412026-08-21T21:30:44.972Z Compiling wyz v0.5.1
21422026-08-21T21:30:45.023Z Compiling deranged v0.5.8
21432026-08-21T21:30:45.164Z Compiling flate2 v1.1.9
21442026-08-21T21:30:45.191Z Compiling bit-set v0.8.0
21452026-08-21T21:30:45.196Z Compiling rusty-fork v0.3.1
21462026-08-21T21:30:45.425Z Compiling anstream v1.0.0
21472026-08-21T21:30:45.457Z Compiling unicode-normalization v0.1.25
21482026-08-21T21:30:45.750Z Compiling rand_chacha v0.3.1
21492026-08-21T21:30:45.956Z Compiling dtrace-parser v0.3.0
21502026-08-21T21:30:45.968Z Compiling serde_spanned v0.6.9
21512026-08-21T21:30:45.977Z Compiling toml_datetime v0.6.11
21522026-08-21T21:30:46.076Z Compiling darling_macro v0.20.11
21532026-08-21T21:30:46.117Z Compiling darling_macro v0.23.0
21542026-08-21T21:30:46.138Z Compiling dof v0.4.0
21552026-08-21T21:30:46.161Z Compiling signature v2.2.0
21562026-08-21T21:30:46.184Z Compiling terminal_size v0.4.3
21572026-08-21T21:30:46.227Z Compiling hyper v1.10.1
21582026-08-21T21:30:46.329Z Compiling rand_xorshift v0.4.0
21592026-08-21T21:30:46.344Z Compiling zerocopy-derive v0.7.35
21602026-08-21T21:30:46.421Z Compiling curve25519-dalek v4.1.3
21612026-08-21T21:30:46.602Z Compiling num-integer v0.1.46
21622026-08-21T21:30:46.635Z Compiling thread-id v5.1.0
21632026-08-21T21:30:46.738Z Compiling memoffset v0.9.1
21642026-08-21T21:30:46.773Z Compiling num_threads v0.1.7
21652026-08-21T21:30:46.816Z Compiling ref-cast v1.0.25
21662026-08-21T21:30:46.999Z Compiling clap_lex v1.0.0
21672026-08-21T21:30:47.125Z Compiling funty v2.0.0
21682026-08-21T21:30:47.197Z Compiling smoltcp v0.9.1
21692026-08-21T21:30:47.281Z Compiling unarray v0.1.4
21702026-08-21T21:30:47.323Z Compiling time v0.3.47
21712026-08-21T21:30:47.338Z Compiling clap_builder v4.6.0
21722026-08-21T21:30:47.406Z Compiling hyper-util v0.1.20
21732026-08-21T21:30:47.470Z Compiling bitvec v1.0.1
21742026-08-21T21:30:47.548Z Compiling proptest v1.11.0
21752026-08-21T21:30:47.959Z Compiling num-iter v0.1.45
21762026-08-21T21:30:48.233Z Compiling darling v0.23.0
21772026-08-21T21:30:48.338Z Compiling darling v0.20.11
21782026-08-21T21:30:48.481Z Compiling rand v0.8.6
21792026-08-21T21:30:49.216Z Compiling lazy_static v1.5.0
21802026-08-21T21:30:49.275Z Compiling ipnetwork v0.21.1
21812026-08-21T21:30:49.326Z Compiling anstyle-parse v0.2.7
21822026-08-21T21:30:49.767Z Compiling erased-serde v0.3.31
21832026-08-21T21:30:49.868Z Compiling hmac v0.12.1
21842026-08-21T21:30:50.102Z Compiling async-recursion v1.1.1
21852026-08-21T21:30:50.387Z Compiling sync_wrapper v1.0.2
21862026-08-21T21:30:50.633Z Compiling siphasher v1.0.2
21872026-08-21T21:30:50.693Z Compiling crc-catalog v2.4.0
21882026-08-21T21:30:50.798Z Compiling cfg_aliases v0.2.1
21892026-08-21T21:30:50.826Z Compiling nodrop v0.1.14
21902026-08-21T21:30:50.947Z Compiling array-init v0.0.4
21912026-08-21T21:30:51.042Z Compiling nix v0.31.2
21922026-08-21T21:30:51.167Z Compiling crc v3.4.0
21932026-08-21T21:30:51.462Z Compiling tower v0.5.3
21942026-08-21T21:30:51.843Z Compiling newtype-uuid v1.3.2
21952026-08-21T21:30:51.974Z Compiling clap v4.6.1
21962026-08-21T21:30:52.014Z Compiling oxnet v0.1.6
21972026-08-21T21:30:52.074Z Compiling anstream v0.6.21
21982026-08-21T21:30:52.218Z Compiling smallvec v0.6.14
21992026-08-21T21:30:52.373Z Compiling derive_builder_core v0.20.2
22002026-08-21T21:30:52.439Z Compiling serde_with_macros v3.21.0
22012026-08-21T21:30:52.486Z Compiling regex v1.12.3
22022026-08-21T21:30:52.766Z Compiling pkcs1 v0.7.5
22032026-08-21T21:30:52.954Z Compiling http-body-util v0.1.3
22042026-08-21T21:30:53.154Z Compiling zerocopy v0.6.6
22052026-08-21T21:30:53.186Z Compiling bitfield v0.19.4
22062026-08-21T21:30:53.208Z Compiling hubpack_derive v0.1.1
22072026-08-21T21:30:53.268Z Compiling curve25519-dalek-derive v0.1.1
22082026-08-21T21:30:53.298Z Compiling strum_macros v0.27.2
22092026-08-21T21:30:53.313Z Compiling ref-cast-impl v1.0.25
22102026-08-21T21:30:53.538Z Compiling env_filter v1.0.0
22112026-08-21T21:30:53.554Z Compiling fs-err v3.3.0
22122026-08-21T21:30:53.607Z Compiling usdt-impl v0.5.0
22132026-08-21T21:30:53.645Z Compiling encoding_rs v0.8.35
22142026-08-21T21:30:53.667Z Compiling winnow v0.5.40
22152026-08-21T21:30:53.768Z Compiling mime v0.3.17
22162026-08-21T21:30:53.812Z Compiling allocator-api2 v0.2.21
22172026-08-21T21:30:53.846Z Compiling hashbrown v0.12.3
22182026-08-21T21:30:53.967Z Compiling iri-string v0.7.10
22192026-08-21T21:30:54.154Z Compiling unicode-bidi v0.3.18
22202026-08-21T21:30:54.270Z Compiling object v0.37.3
22212026-08-21T21:30:54.324Z Compiling base64 v0.21.7
22222026-08-21T21:30:54.361Z Compiling ryu v1.0.23
22232026-08-21T21:30:54.633Z Compiling unicode-properties v0.1.4
22242026-08-21T21:30:54.671Z Compiling ron v0.8.1
22252026-08-21T21:30:54.798Z Compiling serde_urlencoded v0.7.1
22262026-08-21T21:30:54.856Z Compiling stringprep v0.1.5
22272026-08-21T21:30:55.218Z Compiling toml_edit v0.19.15
22282026-08-21T21:30:55.323Z Compiling tower-http v0.6.8
22292026-08-21T21:30:55.384Z Compiling env_logger v0.11.9
22302026-08-21T21:30:55.767Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22312026-08-21T21:30:55.770Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22322026-08-21T21:30:56.112Z Compiling derive_builder_macro v0.20.2
22332026-08-21T21:30:56.259Z Compiling rsa v0.9.10
22342026-08-21T21:30:56.557Z Compiling serde-hex v0.1.0
22352026-08-21T21:30:56.608Z Compiling daft v0.1.7
22362026-08-21T21:30:56.653Z Compiling hashbrown v0.13.2
22372026-08-21T21:30:56.811Z Compiling tokio-native-tls v0.3.1
22382026-08-21T21:30:56.920Z Compiling bzip2 v0.4.4
22392026-08-21T21:30:56.958Z Compiling usdt-attr-macro v0.6.0
22402026-08-21T21:30:56.996Z Compiling usdt-macro v0.6.0
22412026-08-21T21:30:57.041Z Compiling block-padding v0.4.2
22422026-08-21T21:30:57.143Z Compiling block-buffer v0.12.1
22432026-08-21T21:30:57.198Z Compiling crypto-common v0.2.2
22442026-08-21T21:30:57.341Z Compiling bstr v1.12.1
22452026-08-21T21:30:57.483Z Compiling scroll v0.12.0
22462026-08-21T21:30:57.717Z Compiling rustls-native-certs v0.8.3
22472026-08-21T21:30:57.759Z Compiling x509-cert v0.2.5
22482026-08-21T21:30:57.960Z Compiling md-5 v0.10.6
22492026-08-21T21:30:57.976Z Compiling hash32 v0.2.1
22502026-08-21T21:30:58.015Z Compiling vergen-lib v9.1.0
22512026-08-21T21:30:58.196Z Compiling psl-types v2.0.11
22522026-08-21T21:30:58.211Z Compiling fallible-iterator v0.2.0
22532026-08-21T21:30:58.471Z Compiling crc-any v2.5.0
22542026-08-21T21:30:58.577Z Compiling postgres-protocol v0.6.10
22552026-08-21T21:30:58.720Z Compiling publicsuffix v2.3.0
22562026-08-21T21:30:59.072Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22572026-08-21T21:30:59.599Z Compiling goblin v0.8.2
22582026-08-21T21:30:59.974Z Compiling inout v0.2.2
22592026-08-21T21:30:59.990Z Compiling object v0.30.4
22602026-08-21T21:31:00.015Z Compiling zip v0.6.6
22612026-08-21T21:31:00.147Z Compiling hyper-tls v0.6.0
22622026-08-21T21:31:00.212Z Compiling toml v0.7.8
22632026-08-21T21:31:00.534Z Compiling derive_builder v0.20.2
22642026-08-21T21:31:00.683Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22652026-08-21T21:31:00.698Z Compiling phf_shared v0.13.1
22662026-08-21T21:31:00.986Z Compiling zerocopy v0.7.35
22672026-08-21T21:31:01.153Z Compiling pin-project v1.1.11
22682026-08-21T21:31:01.206Z Compiling futures-executor v0.3.32
22692026-08-21T21:31:01.290Z Compiling serde_repr v0.1.20
22702026-08-21T21:31:01.333Z Compiling enum-as-inner v0.6.1
22712026-08-21T21:31:01.439Z Compiling vergen v9.1.0
22722026-08-21T21:31:01.454Z Compiling ff v0.13.1
22732026-08-21T21:31:01.557Z Compiling cargo-platform v0.3.2
22742026-08-21T21:31:01.649Z Compiling foldhash v0.1.5
22752026-08-21T21:31:01.848Z Compiling either v1.15.0
22762026-08-21T21:31:01.848Z Compiling jiff-core v0.1.0
22772026-08-21T21:31:01.878Z Compiling bumpalo v3.20.2
22782026-08-21T21:31:01.878Z Compiling foldhash v0.2.0
22792026-08-21T21:31:01.981Z Compiling bitflags v1.3.2
22802026-08-21T21:31:02.038Z Compiling unicode-segmentation v1.12.0
22812026-08-21T21:31:02.068Z Compiling same-file v1.0.6
22822026-08-21T21:31:02.118Z Compiling libbz2-rs-sys v0.2.2
22832026-08-21T21:31:02.140Z Compiling managed v0.8.0
22842026-08-21T21:31:02.226Z Compiling cpufeatures v0.3.0
22852026-08-21T21:31:02.242Z Compiling base16ct v0.2.0
22862026-08-21T21:31:02.245Z Compiling path-slash v0.1.5
22872026-08-21T21:31:02.319Z Compiling walkdir v2.5.0
22882026-08-21T21:31:02.377Z Compiling sec1 v0.7.3
22892026-08-21T21:31:02.400Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22902026-08-21T21:31:02.429Z Compiling zopfli v0.8.3
22912026-08-21T21:31:02.616Z Compiling jiff v0.2.34
22922026-08-21T21:31:02.671Z Compiling bzip2 v0.6.1
22932026-08-21T21:31:02.712Z Compiling hashbrown v0.16.1
22942026-08-21T21:31:02.758Z Compiling dof v0.3.0
22952026-08-21T21:31:02.778Z Compiling hashbrown v0.15.5
22962026-08-21T21:31:02.875Z Compiling cargo_metadata v0.23.1
22972026-08-21T21:31:02.912Z Compiling group v0.13.0
22982026-08-21T21:31:03.016Z Compiling futures v0.3.32
22992026-08-21T21:31:03.116Z Compiling snafu v0.8.9
23002026-08-21T21:31:03.578Z Compiling phf v0.13.1
23012026-08-21T21:31:03.925Z Compiling zstd v0.13.3
23022026-08-21T21:31:04.039Z Compiling reqwest v0.12.28
23032026-08-21T21:31:04.105Z Compiling signal-hook-mio v0.2.5
23042026-08-21T21:31:04.190Z Compiling cipher v0.5.2
23052026-08-21T21:31:04.236Z Compiling cookie_store v0.22.1
23062026-08-21T21:31:04.422Z Compiling postgres-types v0.2.12
23072026-08-21T21:31:04.439Z Compiling globset v0.4.18
23082026-08-21T21:31:04.459Z Compiling strum v0.27.2
23092026-08-21T21:31:04.658Z Compiling hubpack v0.1.2
23102026-08-21T21:31:04.748Z Compiling phf_shared v0.11.3
23112026-08-21T21:31:04.848Z Compiling hkdf v0.12.4
23122026-08-21T21:31:04.887Z Compiling dtrace-parser v0.2.0
23132026-08-21T21:31:04.944Z Compiling ed25519 v2.2.3
23142026-08-21T21:31:04.947Z Compiling byte-wrapper v0.1.0
23152026-08-21T21:31:05.018Z Compiling olpc-cjson v0.1.4
23162026-08-21T21:31:05.107Z Compiling pem v3.0.6
23172026-08-21T21:31:05.190Z Compiling serde-big-array v0.5.1
23182026-08-21T21:31:05.190Z Compiling serde_plain v1.0.2
23192026-08-21T21:31:05.353Z Compiling crypto-bigint v0.5.5
23202026-08-21T21:31:05.442Z Compiling float-cmp v0.10.0
23212026-08-21T21:31:05.465Z Compiling thread-id v4.2.2
23222026-08-21T21:31:05.564Z Compiling memmap2 v0.9.10
23232026-08-21T21:31:05.663Z Compiling difflib v0.4.0
23242026-08-21T21:31:05.781Z Compiling toml_write v0.1.2
23252026-08-21T21:31:05.797Z Compiling keccak v0.1.6
23262026-08-21T21:31:05.830Z Compiling data-encoding v2.10.0
23272026-08-21T21:31:05.991Z Compiling const-oid v0.10.2
23282026-08-21T21:31:06.007Z Compiling static_assertions v1.1.0
23292026-08-21T21:31:06.029Z Compiling fixedbitset v0.5.7
23302026-08-21T21:31:06.095Z Compiling normalize-line-endings v0.3.0
23312026-08-21T21:31:06.112Z Compiling whoami v2.1.0
23322026-08-21T21:31:06.207Z Compiling winnow v0.7.14
23332026-08-21T21:31:06.222Z Compiling predicates-core v1.0.10
23342026-08-21T21:31:06.319Z Compiling typed-path v0.9.3
23352026-08-21T21:31:06.355Z Compiling new_debug_unreachable v1.0.6
23362026-08-21T21:31:06.378Z Compiling fixedbitset v0.4.2
23372026-08-21T21:31:06.436Z Compiling precomputed-hash v0.1.1
23382026-08-21T21:31:06.455Z Compiling winnow v1.0.3
23392026-08-21T21:31:06.460Z Compiling predicates v3.1.4
23402026-08-21T21:31:06.469Z Compiling tokio-postgres v0.7.16
23412026-08-21T21:31:06.537Z Compiling petgraph v0.6.5
23422026-08-21T21:31:06.592Z Compiling digest v0.11.3
23432026-08-21T21:31:06.618Z Compiling string_cache v0.8.9
23442026-08-21T21:31:06.830Z Compiling toml_parser v1.1.2+spec-1.1.0
23452026-08-21T21:31:06.864Z Compiling elliptic-curve v0.13.8
23462026-08-21T21:31:07.031Z Compiling petgraph v0.8.3
23472026-08-21T21:31:07.223Z Compiling hickory-proto v0.25.2
23482026-08-21T21:31:07.301Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23492026-08-21T21:31:07.415Z Compiling chacha20 v0.10.0
23502026-08-21T21:31:07.521Z Compiling sha3 v0.10.8
23512026-08-21T21:31:07.707Z Compiling toml_edit v0.22.27
23522026-08-21T21:31:07.759Z Compiling usdt v0.6.0
23532026-08-21T21:31:08.077Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23542026-08-21T21:31:08.160Z Compiling ed25519-dalek v2.2.0
23552026-08-21T21:31:08.473Z Compiling zip v4.6.1
23562026-08-21T21:31:08.982Z Compiling crossterm v0.28.1
23572026-08-21T21:31:09.379Z Compiling iddqd v0.4.2
23582026-08-21T21:31:09.397Z Compiling crossbeam-epoch v0.9.18
23592026-08-21T21:31:09.400Z Compiling heck v0.4.1
23602026-08-21T21:31:09.504Z Compiling similar v2.7.0
23612026-08-21T21:31:09.519Z Compiling itertools v0.15.0
23622026-08-21T21:31:09.640Z Compiling itertools v0.13.0
23632026-08-21T21:31:09.697Z Compiling serde_with v3.21.0
23642026-08-21T21:31:09.712Z Compiling strum v0.26.3
23652026-08-21T21:31:09.857Z Compiling tokio-stream v0.1.18
23662026-08-21T21:31:10.028Z Compiling buf-list v1.1.2
23672026-08-21T21:31:10.088Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23682026-08-21T21:31:10.142Z Compiling openapiv3 v2.2.0
23692026-08-21T21:31:10.213Z Compiling lalrpop-util v0.19.12
23702026-08-21T21:31:10.315Z Compiling peg-runtime v0.8.5
23712026-08-21T21:31:16.516Z Compiling filetime v0.2.27
23722026-08-21T21:31:16.743Z Compiling xattr v1.6.1
23732026-08-21T21:31:17.790Z Compiling tar v0.4.46
23742026-08-21T21:31:24.656Z Compiling rustls-webpki v0.103.13
23752026-08-21T21:31:25.128Z Compiling multer v3.1.0
23762026-08-21T21:31:25.340Z Compiling thread_local v1.1.9
23772026-08-21T21:31:25.697Z Compiling compression-core v0.4.31
23782026-08-21T21:31:25.713Z Compiling match_cfg v0.1.0
23792026-08-21T21:31:25.800Z Compiling slog-async v2.8.0
23802026-08-21T21:31:25.854Z Compiling rayon-core v1.13.0
23812026-08-21T21:31:25.890Z Compiling compression-codecs v0.4.37
23822026-08-21T21:31:26.073Z Compiling hostname v0.3.1
23832026-08-21T21:31:26.143Z Compiling atomicwrites v0.4.4
23842026-08-21T21:31:26.187Z Compiling camino-tempfile v1.4.1
23852026-08-21T21:31:26.204Z Compiling crossbeam-channel v0.5.15
23862026-08-21T21:31:26.252Z Compiling slog-json v2.6.1
23872026-08-21T21:31:26.255Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23882026-08-21T21:31:26.283Z Compiling half v2.7.1
23892026-08-21T21:31:26.303Z Compiling async-stream-impl v0.3.6
23902026-08-21T21:31:26.436Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23912026-08-21T21:31:26.507Z Compiling serde_spanned v1.1.1
23922026-08-21T21:31:26.523Z Compiling toml_datetime v1.1.1+spec-1.1.0
23932026-08-21T21:31:26.588Z Compiling serde_path_to_error v0.1.20
23942026-08-21T21:31:26.651Z Compiling is-terminal v0.4.17
23952026-08-21T21:31:26.680Z Compiling fs-err v2.11.0
23962026-08-21T21:31:26.771Z Compiling dropshot v0.17.1
23972026-08-21T21:31:26.865Z Compiling debug-ignore v1.0.5
23982026-08-21T21:31:26.885Z Compiling ciborium-io v0.2.2
23992026-08-21T21:31:26.913Z Compiling term v1.2.1
24002026-08-21T21:31:26.930Z Compiling toml_writer v1.1.1+spec-1.1.0
24012026-08-21T21:31:26.987Z Compiling take_mut v0.2.2
24022026-08-21T21:31:27.018Z Compiling ciborium-ll v0.2.2
24032026-08-21T21:31:27.033Z Compiling async-stream v0.3.6
24042026-08-21T21:31:27.069Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24052026-08-21T21:31:27.085Z Compiling slog-bunyan v2.5.0
24062026-08-21T21:31:27.124Z Compiling toml v1.1.2+spec-1.1.0
24072026-08-21T21:31:27.141Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24082026-08-21T21:31:27.237Z Compiling slog-term v2.9.2
24092026-08-21T21:31:27.253Z Compiling async-compression v0.4.41
24102026-08-21T21:31:27.267Z Compiling crossbeam-deque v0.8.6
24112026-08-21T21:31:27.283Z Compiling sha1 v0.11.0
24122026-08-21T21:31:27.323Z Compiling parse-display-derive v0.10.0
24132026-08-21T21:31:27.506Z Compiling dropshot_endpoint v0.17.1
24142026-08-21T21:31:27.722Z Compiling newtype-uuid-macros v0.1.0
24152026-08-21T21:31:27.737Z Compiling waitgroup v0.1.2
24162026-08-21T21:31:27.910Z Compiling rustls-pemfile v2.2.0
24172026-08-21T21:31:28.207Z Compiling tokio-rustls v0.26.4
24182026-08-21T21:31:28.306Z Compiling rustls-platform-verifier v0.6.2
24192026-08-21T21:31:28.362Z Compiling tough v0.22.0
24202026-08-21T21:31:28.438Z Compiling hyper-rustls v0.27.7
24212026-08-21T21:31:28.482Z Compiling backon v1.6.0
24222026-08-21T21:31:28.485Z Compiling blake3 v1.8.5
24232026-08-21T21:31:28.524Z Compiling hostname v0.4.2
24242026-08-21T21:31:28.544Z Compiling instant v0.1.13
24252026-08-21T21:31:28.684Z Compiling reqwest v0.13.2
24262026-08-21T21:31:28.729Z Compiling backoff v0.4.0
24272026-08-21T21:31:28.763Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24282026-08-21T21:31:28.766Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24292026-08-21T21:31:28.794Z Compiling parse-display v0.10.0
24302026-08-21T21:31:28.976Z Compiling ciborium v0.2.2
24312026-08-21T21:31:29.093Z Compiling toml v0.8.23
24322026-08-21T21:31:29.490Z Compiling regress v0.10.5
24332026-08-21T21:31:29.496Z Compiling itertools v0.14.0
24342026-08-21T21:31:29.614Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24352026-08-21T21:31:29.779Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24362026-08-21T21:31:29.862Z Compiling macaddr v1.0.1
24372026-08-21T21:31:30.033Z Compiling parse-size v1.1.0
24382026-08-21T21:31:30.158Z Compiling humantime v2.3.0
24392026-08-21T21:31:30.240Z Compiling arrayref v0.3.9
24402026-08-21T21:31:30.287Z Compiling arrayvec v0.7.6
24412026-08-21T21:31:30.330Z Compiling constant_time_eq v0.4.2
24422026-08-21T21:31:30.536Z Compiling indent_write v2.2.0
24432026-08-21T21:31:30.600Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24442026-08-21T21:31:30.659Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24452026-08-21T21:31:30.703Z Compiling sha2 v0.11.0
24462026-08-21T21:31:30.800Z Compiling digest-io v0.1.0
24472026-08-21T21:31:30.955Z Compiling rawzip v0.4.4
24482026-08-21T21:31:30.970Z Compiling display-error-chain v0.2.2
24492026-08-21T21:31:31.004Z Compiling topological-sort v0.2.2
24502026-08-21T21:31:31.136Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24512026-08-21T21:31:31.196Z Compiling shell-words v1.1.1
24522026-08-21T21:31:31.867Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24532026-08-21T21:31:32.177Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24542026-08-21T21:31:38.312Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24552026-08-21T21:31:40.400Z Compiling progenitor-client v0.14.0
24562026-08-21T21:31:40.400Z Compiling omicron-zone-package v0.12.3
24572026-08-21T21:31:40.641Z Compiling progenitor-extras v0.2.0
24582026-08-21T21:31:40.895Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24592026-08-21T21:31:40.942Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24602026-08-21T21:31:41.039Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24612026-08-21T21:31:41.143Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24622026-08-21T21:31:42.158Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24632026-08-21T21:31:46.150Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24642026-08-21T21:31:49.233Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24652026-08-21T21:32:02.947Z Finished `release` profile [optimized] target(s) in 1m 35s
24662026-08-21T21:32:03.089Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24672026-08-21T21:32:03.144ZAug 21 21:32:01.766 DEBG changing working directory to /work/oxidecomputer/omicron
24682026-08-21T21:32:03.237ZAug 21 21:32:01.860 DEBG running: git rev-parse HEAD
24692026-08-21T21:32:03.242ZAug 21 21:32:01.862 DEBG process exited with exit status: 0 (2.4895ms)
24702026-08-21T21:32:03.242ZAug 21 21:32:01.862 INFO version: 22.0.0-0.ci+gitdabd5e5f0ab
24712026-08-21T21:32:03.247ZAug 21 21:32:01.871 INFO cloning helios to /work/oxidecomputer/helios
24722026-08-21T21:32:03.247ZAug 21 21:32:01.871 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24732026-08-21T21:32:03.251ZCloning into '/work/oxidecomputer/helios'...
24742026-08-21T21:32:03.853ZAug 21 21:32:02.476 DEBG process exited with exit status: 0 (605.411439ms)
24752026-08-21T21:32:03.853ZAug 21 21:32:02.476 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24762026-08-21T21:32:03.857ZAug 21 21:32:02.478 DEBG process exited with exit status: 0 (2.48907ms)
24772026-08-21T21:32:03.857ZAug 21 21:32:02.478 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24782026-08-21T21:32:04.222ZAug 21 21:32:02.845 DEBG process exited with exit status: 0 (366.472369ms)
24792026-08-21T21:32:04.222ZAug 21 21:32:02.845 DEBG running: zfs list rpool/images/build/host
24802026-08-21T21:32:04.226ZNAME USED AVAIL REFER MOUNTPOINT
24812026-08-21T21:32:04.226Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24822026-08-21T21:32:04.231ZAug 21 21:32:02.849 DEBG process exited with exit status: 0 (4.66333ms)
24832026-08-21T21:32:04.231ZAug 21 21:32:02.849 DEBG running: zfs list rpool/images/build/recovery
24842026-08-21T21:32:04.231ZNAME USED AVAIL REFER MOUNTPOINT
24852026-08-21T21:32:04.231Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24862026-08-21T21:32:04.235ZAug 21 21:32:02.853 DEBG process exited with exit status: 0 (3.71452ms)
24872026-08-21T21:32:04.235ZAug 21 21:32:02.853 INFO console assets match pinned console commit (398e00c75e352effcfede8d950f99cac7b8e4311)
24882026-08-21T21:32:04.243ZAug 21 21:32:02.866 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026061000.0.0, but the current nexus API version is 2026073100.0.0; the console needs a client regen and tools/console_version needs a bump
24892026-08-21T21:32:04.247ZAug 21 21:32:02.867 INFO [hubris-production] running task
24902026-08-21T21:32:04.248ZAug 21 21:32:02.867 INFO [hubris-staging] running task
24912026-08-21T21:32:04.248ZAug 21 21:32:02.867 INFO [incorp-manifest] running task
24922026-08-21T21:32:04.248ZAug 21 21:32:02.867 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24932026-08-21T21:32:04.248ZAug 21 21:32:02.867 INFO [incorp-create] running: pkgrepo create /work/incorporation
24942026-08-21T21:32:04.248ZAug 21 21:32:02.869 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
24952026-08-21T21:32:04.248ZAug 21 21:32:02.869 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24962026-08-21T21:32:04.273Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24972026-08-21T21:32:04.355Z[ omicron-package] Blocking waiting for file lock on package cache
24982026-08-21T21:32:04.481ZAug 21 21:32:03.104 INFO [incorp-create] process exited with exit status: 0 (236.66458ms)
24992026-08-21T21:32:04.484ZAug 21 21:32:03.104 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
25002026-08-21T21:32:04.696ZAug 21 21:32:03.319 INFO [incorp-publisher] process exited with exit status: 0 (215.10674ms)
25012026-08-21T21:32:05.017Z[ omicron-package] Blocking waiting for file lock on package cache
25022026-08-21T21:32:05.311ZAug 21 21:32:03.933 INFO [hubris-production] task succeeded (1.066298038s)
25032026-08-21T21:32:06.134ZAug 21 21:32:04.757 DEBG process exited with exit status: 0 (1.889628957s)
25042026-08-21T21:32:06.138ZAug 21 21:32:04.757 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25052026-08-21T21:32:06.194Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25062026-08-21T21:32:06.197Z[ omicron-package] Compiling secrecy v0.10.3
25072026-08-21T21:32:06.197Z[ omicron-package] Compiling heapless v0.8.0
25082026-08-21T21:32:06.198Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25092026-08-21T21:32:06.198Z[ omicron-package] Compiling ingot-macros v0.2.0
25102026-08-21T21:32:06.198Z[ omicron-package] Compiling hash32 v0.3.1
25112026-08-21T21:32:06.198Z[ omicron-package] Compiling inout v0.1.4
25122026-08-21T21:32:06.198Z[ omicron-package] Compiling unicode-width v0.2.0
25132026-08-21T21:32:06.198Z[ omicron-package] Compiling smoltcp v0.11.0
25142026-08-21T21:32:06.198Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25152026-08-21T21:32:06.198Z[ omicron-package] Compiling cobs v0.3.0
25162026-08-21T21:32:06.198Z[ omicron-package] Compiling universal-hash v0.5.1
25172026-08-21T21:32:06.205Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25182026-08-21T21:32:06.205Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25192026-08-21T21:32:06.205Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25202026-08-21T21:32:06.206Z[ omicron-package] Compiling opaque-debug v0.3.1
25212026-08-21T21:32:06.700Z[ omicron-package] Compiling convert_case v0.4.0
25222026-08-21T21:32:07.070Z[ omicron-package] Compiling cipher v0.4.4
25232026-08-21T21:32:07.396Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25242026-08-21T21:32:07.476Z[ omicron-package] Compiling poly1305 v0.8.0
25252026-08-21T21:32:07.479Z[ omicron-package] Compiling derive_more v0.99.20
25262026-08-21T21:32:07.479Z[ omicron-package] Compiling postcard v1.1.3
25272026-08-21T21:32:07.479Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25282026-08-21T21:32:07.479Z[ omicron-package] Compiling password-hash v0.5.0
25292026-08-21T21:32:07.618Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25302026-08-21T21:32:07.690Z[ omicron-package] Compiling chacha20 v0.9.1
25312026-08-21T21:32:07.696Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25322026-08-21T21:32:07.894Z[ omicron-package] Compiling blake2 v0.10.6
25332026-08-21T21:32:07.923Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25342026-08-21T21:32:07.929Z[ omicron-package] Compiling aead v0.5.2
25352026-08-21T21:32:07.933Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25362026-08-21T21:32:08.208Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25372026-08-21T21:32:08.213Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25382026-08-21T21:32:08.324Z[ omicron-package] Compiling proc-macro-error v1.0.4
25392026-08-21T21:32:08.380Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25402026-08-21T21:32:08.476Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25412026-08-21T21:32:08.480Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25422026-08-21T21:32:08.591Z[ omicron-package] Compiling argon2 v0.5.3
25432026-08-21T21:32:08.641Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25442026-08-21T21:32:08.658Z[ omicron-package] Compiling vsss-rs v3.3.4
25452026-08-21T21:32:08.714Z[ omicron-package] Compiling num_enum_derive v0.5.11
25462026-08-21T21:32:08.828ZAug 21 21:32:07.451 DEBG process exited with exit status: 0 (2.693679435s)
25472026-08-21T21:32:08.832ZAug 21 21:32:07.453 INFO [incorp-manifest] task succeeded (4.585459852s)
25482026-08-21T21:32:08.832ZAug 21 21:32:07.453 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25492026-08-21T21:32:08.895Z[ omicron-package] Compiling tabwriter v1.4.1
25502026-08-21T21:32:08.927Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25512026-08-21T21:32:08.927Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25522026-08-21T21:32:09.013Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25532026-08-21T21:32:09.057ZAug 21 21:32:07.680 INFO [incorp-fmt] process exited with exit status: 0 (227.754979ms)
25542026-08-21T21:32:09.061ZAug 21 21:32:07.681 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25552026-08-21T21:32:09.157Z[ omicron-package] Compiling foreign-types v0.5.0
25562026-08-21T21:32:09.203Z[ omicron-package] Compiling num_enum_derive v0.7.6
25572026-08-21T21:32:09.263Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
25582026-08-21T21:32:09.264Z[ omicron-package] Compiling cstr-argument v0.1.2
25592026-08-21T21:32:09.324Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25602026-08-21T21:32:09.406Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@22.0.0.0,5.11-3.0:20260821T213207Z
25612026-08-21T21:32:09.406Z[ incorp-pkgsend] PUBLISHED
25622026-08-21T21:32:09.425Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25632026-08-21T21:32:09.467ZAug 21 21:32:08.090 INFO [incorp-pkgsend] process exited with exit status: 0 (409.277729ms)
25642026-08-21T21:32:09.471ZAug 21 21:32:08.090 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25652026-08-21T21:32:09.526Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25662026-08-21T21:32:09.529Z[ omicron-package] Compiling ingot-types v0.2.0
25672026-08-21T21:32:09.596Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25682026-08-21T21:32:09.691Z[ omicron-package] Compiling rayon v1.11.0
25692026-08-21T21:32:09.737Z[ helios-incorp] Retrieving packages for publisher helios ...
25702026-08-21T21:32:09.751Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25712026-08-21T21:32:09.778Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25722026-08-21T21:32:09.778Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25732026-08-21T21:32:09.778Z[ omicron-package] Compiling rand v0.10.1
25742026-08-21T21:32:09.778Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25752026-08-21T21:32:09.813Z[ helios-incorp]
25762026-08-21T21:32:09.813Z[ helios-incorp] Archiving packages ...
25772026-08-21T21:32:09.813Z[ helios-incorp] Packages to add: 1
25782026-08-21T21:32:09.813Z[ helios-incorp] Files to retrieve: 0
25792026-08-21T21:32:09.813Z[ helios-incorp] Estimated transfer size: 0.00 B
25802026-08-21T21:32:09.813Z[ helios-incorp]
25812026-08-21T21:32:09.813Z[ helios-incorp] Packages to archive:
25822026-08-21T21:32:09.813Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@22.0.0.0,5.11-3.0:20260821T213207Z
25832026-08-21T21:32:09.813Z[ helios-incorp]
25842026-08-21T21:32:09.813Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25852026-08-21T21:32:09.813Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25862026-08-21T21:32:09.846ZAug 21 21:32:08.469 INFO [helios-incorp] process exited with exit status: 0 (378.405579ms)
25872026-08-21T21:32:09.858Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25882026-08-21T21:32:09.859Z[ omicron-package] Compiling colored v3.1.1
25892026-08-21T21:32:09.903Z[ omicron-package] Compiling libefi-sys v0.1.0
25902026-08-21T21:32:09.969Z[ omicron-package] Compiling num_enum v0.5.11
25912026-08-21T21:32:10.000Z[ omicron-package] Compiling ingot v0.2.1
25922026-08-21T21:32:10.102Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25932026-08-21T21:32:10.135Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25942026-08-21T21:32:10.135Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25952026-08-21T21:32:10.184Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25962026-08-21T21:32:10.387Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25972026-08-21T21:32:10.454Z[ omicron-package] Compiling num_enum v0.7.6
25982026-08-21T21:32:10.455Z[ omicron-package] Compiling itertools v0.12.1
25992026-08-21T21:32:10.455Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26002026-08-21T21:32:10.455Z[ omicron-package] Compiling usdt-macro v0.5.0
26012026-08-21T21:32:10.498Z[ omicron-package] Compiling bitfield-struct v0.6.2
26022026-08-21T21:32:10.614Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
26032026-08-21T21:32:10.658Z[ omicron-package] Compiling num-derive v0.4.2
26042026-08-21T21:32:10.662Z[ omicron-package] Compiling memmap v0.7.0
26052026-08-21T21:32:10.695Z[ omicron-package] Compiling sigpipe v0.1.3
26062026-08-21T21:32:10.729Z[ omicron-package] Compiling glob v0.3.3
26072026-08-21T21:32:10.944Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26082026-08-21T21:32:11.008Z[ omicron-package] Compiling swrite v0.1.0
26092026-08-21T21:32:11.374Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26102026-08-21T21:32:11.418Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26112026-08-21T21:32:11.477Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26122026-08-21T21:32:11.480Z[ omicron-package] Compiling usdt v0.5.0
26132026-08-21T21:32:11.480Z[ omicron-package] Compiling smf v0.2.3
26142026-08-21T21:32:11.619Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26152026-08-21T21:32:11.655Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26162026-08-21T21:32:11.764Z[ omicron-package] Compiling whoami v1.6.1
26172026-08-21T21:32:11.806Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26182026-08-21T21:32:11.844Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26192026-08-21T21:32:11.880Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26202026-08-21T21:32:11.884Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26212026-08-21T21:32:11.917Z[ omicron-package] Compiling console v0.16.2
26222026-08-21T21:32:12.032Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26232026-08-21T21:32:12.190Z[ omicron-package] Compiling zone v0.3.1
26242026-08-21T21:32:12.272Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26252026-08-21T21:32:12.354Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26262026-08-21T21:32:12.499Z[ omicron-package] Compiling gethostname v0.5.0
26272026-08-21T21:32:12.543Z[ omicron-package] Compiling unit-prefix v0.5.2
26282026-08-21T21:32:12.566Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26292026-08-21T21:32:12.836Z[ omicron-package] Compiling indicatif v0.18.4
26302026-08-21T21:32:14.066Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26312026-08-21T21:32:15.389Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
26322026-08-21T21:32:19.077Z[ helios-setup] Aug 21 21:32:17.699 INFO helios repository root is: /work/oxidecomputer/helios
26332026-08-21T21:32:19.081Z[ helios-setup] Aug 21 21:32:17.701 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
26342026-08-21T21:32:19.081Z[ helios-setup] Aug 21 21:32:17.701 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26352026-08-21T21:32:19.081Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26362026-08-21T21:32:19.298ZAug 21 21:32:17.920 INFO [hubris-staging] task succeeded (15.05341156s)
26372026-08-21T21:32:19.587Z[ helios-setup] Aug 21 21:32:18.209 INFO clone ok!, project: bootserver
26382026-08-21T21:32:19.587Z[ helios-setup] Aug 21 21:32:18.210 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
26392026-08-21T21:32:19.592Z[ helios-setup] Aug 21 21:32:18.210 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26402026-08-21T21:32:19.592Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26412026-08-21T21:32:20.088Z[ helios-setup] Aug 21 21:32:18.710 INFO clone ok!, project: pinprick
26422026-08-21T21:32:20.088Z[ helios-setup] Aug 21 21:32:18.710 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
26432026-08-21T21:32:20.091Z[ helios-setup] Aug 21 21:32:18.710 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
26442026-08-21T21:32:20.091Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26452026-08-21T21:32:20.886Z[ helios-setup] Aug 21 21:32:19.508 INFO clone ok!, project: amd-host-image-builder
26462026-08-21T21:32:20.893Z[ helios-setup] Aug 21 21:32:19.508 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26472026-08-21T21:32:20.893Z[ helios-setup] Aug 21 21:32:19.508 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26482026-08-21T21:32:20.893Z[ helios-setup] Aug 21 21:32:19.509 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
26492026-08-21T21:32:20.893Z[ helios-setup] Aug 21 21:32:19.509 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26502026-08-21T21:32:20.893Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26512026-08-21T21:32:21.229Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26522026-08-21T21:32:21.898Z[ helios-setup] Aug 21 21:32:20.520 INFO clone ok!, project: image-builder
26532026-08-21T21:32:21.901Z[ helios-setup] Aug 21 21:32:20.521 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
26542026-08-21T21:32:21.901Z[ helios-setup] Aug 21 21:32:20.521 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26552026-08-21T21:32:21.901Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26562026-08-21T21:32:22.720Z[ helios-setup] Aug 21 21:32:21.341 INFO clone ok!, project: dmar-report
26572026-08-21T21:32:22.720Z[ helios-setup] Aug 21 21:32:21.341 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26582026-08-21T21:32:22.725Z[ helios-setup] Aug 21 21:32:21.341 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
26592026-08-21T21:32:22.725Z[ helios-setup] Aug 21 21:32:21.341 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26602026-08-21T21:32:22.726Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26612026-08-21T21:32:24.498Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26622026-08-21T21:32:25.541Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26632026-08-21T21:32:29.168Z[ helios-setup] Aug 21 21:32:27.791 INFO clone ok!, project: amd-firmware
26642026-08-21T21:32:29.172Z[ helios-setup] Aug 21 21:32:27.791 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
26652026-08-21T21:32:29.173Z[ helios-setup] Aug 21 21:32:27.791 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26662026-08-21T21:32:29.173Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26672026-08-21T21:32:30.069Z[ helios-setup] Aug 21 21:32:28.690 INFO clone ok!, project: chelsio-t6-roms
26682026-08-21T21:32:30.069Z[ helios-setup] Aug 21 21:32:28.691 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
26692026-08-21T21:32:30.069Z[ helios-setup] Aug 21 21:32:28.691 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26702026-08-21T21:32:30.073Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26712026-08-21T21:32:31.110Z[ helios-setup] Aug 21 21:32:29.733 INFO clone ok!, project: pilot
26722026-08-21T21:32:31.111Z[ helios-setup] Aug 21 21:32:29.733 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
26732026-08-21T21:32:31.111Z[ helios-setup] Aug 21 21:32:29.733 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26742026-08-21T21:32:31.115Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26752026-08-21T21:32:32.179Z[ helios-setup] Aug 21 21:32:30.801 INFO clone ok!, project: phbl
26762026-08-21T21:32:32.184Z[ helios-setup] Aug 21 21:32:30.801 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26772026-08-21T21:32:32.427Z[ helios-setup] Aug 21 21:32:31.049 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26782026-08-21T21:32:32.669Z[ helios-setup] Aug 21 21:32:31.291 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26792026-08-21T21:32:32.669Z[ helios-setup] Aug 21 21:32:31.291 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26802026-08-21T21:32:32.906Z[ helios-setup] Aug 21 21:32:31.528 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26812026-08-21T21:32:33.169Z[ helios-setup] Aug 21 21:32:31.791 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26822026-08-21T21:32:33.169Z[ helios-setup] Aug 21 21:32:31.792 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26832026-08-21T21:32:33.433Z[ helios-setup] Aug 21 21:32:32.056 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26842026-08-21T21:32:33.668Z[ helios-setup] Aug 21 21:32:32.290 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26852026-08-21T21:32:33.672Z[ helios-setup] Aug 21 21:32:32.290 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26862026-08-21T21:32:33.672Z[ helios-setup] Aug 21 21:32:32.291 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26872026-08-21T21:32:33.672Z[ helios-setup] Aug 21 21:32:32.291 INFO ok!
26882026-08-21T21:32:33.672Z[ helios-setup] Aug 21 21:32:32.291 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26892026-08-21T21:32:33.672Z[ helios-setup] Aug 21 21:32:32.291 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26902026-08-21T21:32:33.672Z[ helios-setup] Aug 21 21:32:32.291 INFO ok!
26912026-08-21T21:32:33.672Z[ helios-setup] Aug 21 21:32:32.291 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26922026-08-21T21:32:33.672Z[ helios-setup] Aug 21 21:32:32.291 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26932026-08-21T21:32:33.672Z[ helios-setup] Aug 21 21:32:32.291 INFO ok!
26942026-08-21T21:32:33.672Z[ helios-setup] Aug 21 21:32:32.291 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
26952026-08-21T21:32:33.681Z[ helios-setup] Aug 21 21:32:32.304 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
26962026-08-21T21:32:33.681Z[ helios-setup] Aug 21 21:32:32.304 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
26972026-08-21T21:32:33.685Z[ helios-setup] Aug 21 21:32:32.304 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
26982026-08-21T21:32:33.759Z[ helios-setup] Aug 21 21:32:32.381 INFO E| Downloading crates ...
26992026-08-21T21:32:33.855Z[ helios-setup] Aug 21 21:32:32.424 INFO E| Downloaded sha2 v0.10.5
27002026-08-21T21:32:33.863Z[ helios-setup] Aug 21 21:32:32.427 INFO E| Downloaded unicode-width v0.1.10
27012026-08-21T21:32:33.863Z[ helios-setup] Aug 21 21:32:32.433 INFO E| Downloaded cpufeatures v0.2.5
27022026-08-21T21:32:33.863Z[ helios-setup] Aug 21 21:32:32.436 INFO E| Downloaded bytes v1.2.1
27032026-08-21T21:32:33.863Z[ helios-setup] Aug 21 21:32:32.438 INFO E| Downloaded block-buffer v0.10.3
27042026-08-21T21:32:33.863Z[ helios-setup] Aug 21 21:32:32.440 INFO E| Downloaded digest v0.10.3
27052026-08-21T21:32:33.863Z[ helios-setup] Aug 21 21:32:32.443 INFO E| Downloaded miniz_oxide v0.6.2
27062026-08-21T21:32:33.863Z[ helios-setup] Aug 21 21:32:32.446 INFO E| Downloaded generic-array v0.14.6
27072026-08-21T21:32:33.863Z[ helios-setup] Aug 21 21:32:32.449 INFO E| Downloaded flate2 v1.0.25
27082026-08-21T21:32:33.863Z[ helios-setup] Aug 21 21:32:32.451 INFO E| Downloaded typenum v1.15.0
27092026-08-21T21:32:33.863Z[ helios-setup] Aug 21 21:32:32.452 INFO E| Downloaded anyhow v1.0.62
27102026-08-21T21:32:33.868Z[ helios-setup] Aug 21 21:32:32.482 INFO E| Compiling version_check v0.9.4
27112026-08-21T21:32:33.868Z[ helios-setup] Aug 21 21:32:32.482 INFO E| Compiling typenum v1.15.0
27122026-08-21T21:32:33.868Z[ helios-setup] Aug 21 21:32:32.482 INFO E| Compiling cfg-if v1.0.0
27132026-08-21T21:32:33.868Z[ helios-setup] Aug 21 21:32:32.482 INFO E| Compiling crc32fast v1.3.2
27142026-08-21T21:32:33.868Z[ helios-setup] Aug 21 21:32:32.482 INFO E| Compiling anyhow v1.0.62
27152026-08-21T21:32:33.869Z[ helios-setup] Aug 21 21:32:32.482 INFO E| Compiling adler v1.0.2
27162026-08-21T21:32:33.869Z[ helios-setup] Aug 21 21:32:32.482 INFO E| Compiling cpufeatures v0.2.5
27172026-08-21T21:32:33.869Z[ helios-setup] Aug 21 21:32:32.490 INFO E| Compiling unicode-width v0.1.10
27182026-08-21T21:32:33.873Z[ helios-setup] Aug 21 21:32:32.490 INFO E| Compiling bitflags v1.3.2
27192026-08-21T21:32:33.873Z[ helios-setup] Aug 21 21:32:32.490 INFO E| Compiling bytes v1.2.1
27202026-08-21T21:32:33.944Z[ helios-setup] Aug 21 21:32:32.566 INFO E| Compiling miniz_oxide v0.6.2
27212026-08-21T21:32:33.951Z[ helios-setup] Aug 21 21:32:32.573 INFO E| Compiling getopts v0.2.21
27222026-08-21T21:32:34.082Z[ helios-setup] Aug 21 21:32:32.704 INFO E| Compiling generic-array v0.14.6
27232026-08-21T21:32:34.282Z[ helios-setup] Aug 21 21:32:32.904 INFO E| Compiling flate2 v1.0.25
27242026-08-21T21:32:35.161Z[ omicron-package] Finished `release` profile [optimized] target(s) in 30.90s
27252026-08-21T21:32:35.165Z[ helios-setup] Aug 21 21:32:33.784 INFO E| Compiling block-buffer v0.10.3
27262026-08-21T21:32:35.165Z[ helios-setup] Aug 21 21:32:33.784 INFO E| Compiling crypto-common v0.1.6
27272026-08-21T21:32:35.253Z[ helios-setup] Aug 21 21:32:33.876 INFO E| Compiling digest v0.10.3
27282026-08-21T21:32:35.388Z[ helios-setup] Aug 21 21:32:34.011 INFO E| Compiling sha2 v0.10.5
27292026-08-21T21:32:35.392Z[ omicron-package]
27302026-08-21T21:32:35.392Z[ omicron-package] real 31.081367758
27312026-08-21T21:32:35.392Z[ omicron-package] user 2:54.925606454
27322026-08-21T21:32:35.392Z[ omicron-package] sys 20.726060356
27332026-08-21T21:32:35.392Z[ omicron-package] trap 0.311330607
27342026-08-21T21:32:35.392Z[ omicron-package] tflt 0.358273614
27352026-08-21T21:32:35.392Z[ omicron-package] dflt 2.028699216
27362026-08-21T21:32:35.392Z[ omicron-package] kflt 0.000307844
27372026-08-21T21:32:35.392Z[ omicron-package] lock 7:59.214239294
27382026-08-21T21:32:35.393Z[ omicron-package] slp 4:09.395352160
27392026-08-21T21:32:35.393Z[ omicron-package] lat 34.469024858
27402026-08-21T21:32:35.393Z[ omicron-package] stop 1:23.371746503
27412026-08-21T21:32:35.393ZAug 21 21:32:34.012 INFO [omicron-package] process exited with exit status: 0 (31.142729038s)
27422026-08-21T21:32:35.393ZAug 21 21:32:34.012 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27432026-08-21T21:32:35.393ZAug 21 21:32:34.012 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27442026-08-21T21:32:35.399Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27452026-08-21T21:32:35.399Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27462026-08-21T21:32:35.403Z[ recovery-target] Created new build target 'recovery' and set it as active
27472026-08-21T21:32:35.403Z[ host-target] Created new build target 'host' and set it as active
27482026-08-21T21:32:35.406ZAug 21 21:32:34.026 INFO [recovery-target] process exited with exit status: 0 (13.67425ms)
27492026-08-21T21:32:35.406ZAug 21 21:32:34.026 INFO [host-target] process exited with exit status: 0 (14.29598ms)
27502026-08-21T21:32:35.406ZAug 21 21:32:34.026 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27512026-08-21T21:32:35.410Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27522026-08-21T21:32:35.569Z[ helios-setup] Aug 21 21:32:34.191 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
27532026-08-21T21:32:36.897Z[ host-package] Compiling heck v0.5.0
27542026-08-21T21:32:36.897Z[ host-package] Compiling regress v0.11.1
27552026-08-21T21:32:37.130Z[ host-package] Compiling unsafe-libyaml v0.2.11
27562026-08-21T21:32:37.172Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27572026-08-21T21:32:37.203Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27582026-08-21T21:32:37.216Z[ helios-setup] Aug 21 21:32:35.838 INFO E| Finished `release` profile [optimized] target(s) in 3.52s
27592026-08-21T21:32:37.225Z[ host-package] Compiling derive-where v1.6.0
27602026-08-21T21:32:37.229Z[ host-package] Compiling bytecount v0.6.9
27612026-08-21T21:32:37.229Z[ helios-setup] Aug 21 21:32:35.849 INFO building project "bootserver" ok (3 seconds)
27622026-08-21T21:32:37.229Z[ helios-setup] Aug 21 21:32:35.849 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
27632026-08-21T21:32:37.234Z[ helios-setup] Aug 21 21:32:35.856 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
27642026-08-21T21:32:37.234Z[ helios-setup] Aug 21 21:32:35.856 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
27652026-08-21T21:32:37.234Z[ helios-setup] Aug 21 21:32:35.856 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
27662026-08-21T21:32:37.269Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
27672026-08-21T21:32:37.269Z[ host-package] Compiling atomicwrites v0.4.4
27682026-08-21T21:32:37.273Z[ host-package] Compiling is-terminal v0.4.17
27692026-08-21T21:32:37.273Z[ host-package] Compiling prettyplease v0.2.37
27702026-08-21T21:32:37.273Z[ host-package] Compiling console v0.15.11
27712026-08-21T21:32:37.273Z[ host-package] Compiling newline-converter v0.3.0
27722026-08-21T21:32:37.331Z[ host-package] Compiling slog-dtrace v0.3.0
27732026-08-21T21:32:37.382Z[ helios-setup] Aug 21 21:32:36.004 INFO E| Downloading crates ...
27742026-08-21T21:32:37.397Z[ host-package] Compiling resolv-conf v0.7.6
27752026-08-21T21:32:37.417Z[ host-package] Compiling num-rational v0.4.2
27762026-08-21T21:32:37.431Z[ helios-setup] Aug 21 21:32:36.054 INFO E| Downloaded miniz_oxide v0.8.8
27772026-08-21T21:32:37.434Z[ helios-setup] Aug 21 21:32:36.056 INFO E| Downloaded adler2 v2.0.0
27782026-08-21T21:32:37.466Z[ host-package] Compiling num-complex v0.4.6
27792026-08-21T21:32:37.466Z[ host-package] Compiling thread_local v1.1.9
27802026-08-21T21:32:37.469Z[ helios-setup] Aug 21 21:32:36.090 INFO E| Compiling adler2 v2.0.0
27812026-08-21T21:32:37.490Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27822026-08-21T21:32:37.495Z[ host-package] Compiling cancel-safe-futures v0.1.5
27832026-08-21T21:32:37.552Z[ helios-setup] Aug 21 21:32:36.174 INFO E| Compiling miniz_oxide v0.8.8
27842026-08-21T21:32:37.713Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27852026-08-21T21:32:37.716Z[ host-package] Compiling expectorate v1.2.0
27862026-08-21T21:32:37.736Z[ host-package] Compiling match_cfg v0.1.0
27872026-08-21T21:32:37.837Z[ host-package] Compiling unicode-width v0.1.14
27882026-08-21T21:32:37.883Z[ host-package] Compiling compression-core v0.4.31
27892026-08-21T21:32:37.977Z[ host-package] Compiling hostname v0.3.1
27902026-08-21T21:32:38.051Z[ host-package] Compiling num v0.4.3
27912026-08-21T21:32:38.167Z[ host-package] Compiling multer v3.1.0
27922026-08-21T21:32:38.187Z[ host-package] Compiling slog-async v2.8.0
27932026-08-21T21:32:38.191Z[ host-package] Compiling compression-codecs v0.4.37
27942026-08-21T21:32:38.242Z[ host-package] Compiling crossbeam-channel v0.5.15
27952026-08-21T21:32:38.265Z[ host-package] Compiling slog-json v2.6.1
27962026-08-21T21:32:38.298Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
27972026-08-21T21:32:38.343Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27982026-08-21T21:32:38.347Z[ host-package] Compiling serde_spanned v1.1.1
27992026-08-21T21:32:38.460Z[ host-package] Compiling float-ord v0.3.2
28002026-08-21T21:32:38.463Z[ host-package] Compiling take_mut v0.2.2
28012026-08-21T21:32:38.502Z[ helios-setup] Aug 21 21:32:37.125 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
28022026-08-21T21:32:38.507Z[ host-package] Compiling term v1.2.1
28032026-08-21T21:32:38.512Z[ host-package] Compiling oxide-update-engine-types v0.1.2
28042026-08-21T21:32:38.512Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28052026-08-21T21:32:38.534Z[ host-package] Compiling linked-hash-map v0.5.6
28062026-08-21T21:32:38.602Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28072026-08-21T21:32:38.628Z[ host-package] Compiling slog-bunyan v2.5.0
28082026-08-21T21:32:38.632Z[ host-package] Compiling async-compression v0.4.41
28092026-08-21T21:32:38.699Z[ host-package] Compiling typify-impl v0.6.2
28102026-08-21T21:32:38.793Z[ host-package] Compiling lru-cache v0.1.2
28112026-08-21T21:32:38.848Z[ host-package] Compiling slog-term v2.9.2
28122026-08-21T21:32:38.959Z[ helios-setup] Aug 21 21:32:37.576 INFO E| Finished `release` profile [optimized] target(s) in 1.71s
28132026-08-21T21:32:38.963Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28142026-08-21T21:32:38.966Z[ helios-setup] Aug 21 21:32:37.586 INFO building project "pinprick" ok (1 seconds)
28152026-08-21T21:32:38.967Z[ helios-setup] Aug 21 21:32:37.586 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
28162026-08-21T21:32:39.002Z[ helios-setup] Aug 21 21:32:37.623 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')"
28172026-08-21T21:32:39.006Z[ helios-setup] Aug 21 21:32:37.624 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
28182026-08-21T21:32:39.006Z[ helios-setup] Aug 21 21:32:37.624 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
28192026-08-21T21:32:39.068Z[ host-package] Compiling async-stream v0.3.6
28202026-08-21T21:32:39.096Z[ host-package] Compiling dropshot v0.17.1
28212026-08-21T21:32:39.170Z[ helios-setup] Aug 21 21:32:37.793 INFO E| Updating crates.io index
28222026-08-21T21:32:39.174Z[ helios-setup] Aug 21 21:32:37.793 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
28232026-08-21T21:32:39.188Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28242026-08-21T21:32:39.210Z[ host-package] Compiling sha1 v0.11.0
28252026-08-21T21:32:39.236Z[ host-package] Compiling progenitor-client v0.14.0
28262026-08-21T21:32:39.265Z[ host-package] Compiling waitgroup v0.1.2
28272026-08-21T21:32:39.328Z[ host-package] Compiling rustls-pemfile v2.2.0
28282026-08-21T21:32:39.350Z[ host-package] Compiling backon v1.6.0
28292026-08-21T21:32:39.427Z[ host-package] Compiling hostname v0.4.2
28302026-08-21T21:32:39.449Z[ host-package] Compiling serde_path_to_error v0.1.20
28312026-08-21T21:32:39.488Z[ host-package] Compiling instant v0.1.13
28322026-08-21T21:32:39.550Z[ host-package] Compiling minimal-lexical v0.2.1
28332026-08-21T21:32:39.572Z[ host-package] Compiling debug-ignore v1.0.5
28342026-08-21T21:32:39.595Z[ host-package] Compiling linear-map v1.2.0
28352026-08-21T21:32:39.600Z[ host-package] Compiling backoff v0.4.0
28362026-08-21T21:32:39.645Z[ helios-setup] Aug 21 21:32:38.267 INFO E| From https://github.com/oxidecomputer/amd-apcb
28372026-08-21T21:32:39.645Z[ helios-setup] Aug 21 21:32:38.267 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
28382026-08-21T21:32:39.651Z[ host-package] Compiling progenitor-extras v0.2.0
28392026-08-21T21:32:39.659Z[ helios-setup] Aug 21 21:32:38.281 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
28402026-08-21T21:32:39.719Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28412026-08-21T21:32:39.813Z[ host-package] Compiling oxide-update-engine v0.1.2
28422026-08-21T21:32:39.835Z[ host-package] Compiling nom v7.1.3
28432026-08-21T21:32:39.859Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28442026-08-21T21:32:39.957Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28452026-08-21T21:32:40.002Z[ host-package] Compiling parse-display v0.10.0
28462026-08-21T21:32:40.015Z[ helios-setup] Aug 21 21:32:38.635 INFO E| From https://github.com/oxidecomputer/amd-efs
28472026-08-21T21:32:40.015Z[ helios-setup] Aug 21 21:32:38.635 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
28482026-08-21T21:32:40.065Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28492026-08-21T21:32:40.116Z[ host-package] Compiling hickory-proto v0.24.4
28502026-08-21T21:32:40.170Z[ helios-setup] Aug 21 21:32:38.793 INFO E| Downloading crates ...
28512026-08-21T21:32:40.221Z[ helios-setup] Aug 21 21:32:38.842 INFO E| Downloaded memchr v2.7.4
28522026-08-21T21:32:40.225Z[ helios-setup] Aug 21 21:32:38.846 INFO E| Downloaded unic-char-property v0.9.0
28532026-08-21T21:32:40.225Z[ helios-setup] Aug 21 21:32:38.847 INFO E| Downloaded itoa v1.0.15
28542026-08-21T21:32:40.228Z[ helios-setup] Aug 21 21:32:38.848 INFO E| Downloaded modular-bitfield-impl v0.11.2
28552026-08-21T21:32:40.228Z[ helios-setup] Aug 21 21:32:38.849 INFO E| Downloaded ansi_term v0.12.1
28562026-08-21T21:32:40.255Z[ helios-setup] Aug 21 21:32:38.877 INFO E| Downloaded log v0.4.27
28572026-08-21T21:32:40.258Z[ helios-setup] Aug 21 21:32:38.879 INFO E| Downloaded four-cc v0.4.0
28582026-08-21T21:32:40.259Z[ helios-setup] Aug 21 21:32:38.880 INFO E| Downloaded pest_meta v2.8.0
28592026-08-21T21:32:40.263Z[ helios-setup] Aug 21 21:32:38.881 INFO E| Downloaded unic-ucd-version v0.9.0
28602026-08-21T21:32:40.263Z[ helios-setup] Aug 21 21:32:38.882 INFO E| Downloaded fletcher v1.0.0
28612026-08-21T21:32:40.263Z[ helios-setup] Aug 21 21:32:38.883 INFO E| Downloaded parse_int v0.9.0
28622026-08-21T21:32:40.263Z[ helios-setup] Aug 21 21:32:38.884 INFO E| Downloaded unic-common v0.9.0
28632026-08-21T21:32:40.263Z[ helios-setup] Aug 21 21:32:38.884 INFO E| Downloaded strum v0.27.1
28642026-08-21T21:32:40.285Z[ helios-setup] Aug 21 21:32:38.908 INFO E| Downloaded unic-char-range v0.9.0
28652026-08-21T21:32:40.290Z[ helios-setup] Aug 21 21:32:38.909 INFO E| Downloaded autocfg v1.4.0
28662026-08-21T21:32:40.290Z[ helios-setup] Aug 21 21:32:38.910 INFO E| Downloaded modular-bitfield-impl v0.13.1
28672026-08-21T21:32:40.290Z[ helios-setup] Aug 21 21:32:38.911 INFO E| Downloaded serde_json v1.0.140
28682026-08-21T21:32:40.293Z[ helios-setup] Aug 21 21:32:38.916 INFO E| Downloaded dyn-clone v1.0.19
28692026-08-21T21:32:40.297Z[ helios-setup] Aug 21 21:32:38.917 INFO E| Downloaded unic-ucd-ident v0.9.0
28702026-08-21T21:32:40.297Z[ helios-setup] Aug 21 21:32:38.918 INFO E| Downloaded heck v0.3.3
28712026-08-21T21:32:40.297Z[ helios-setup] Aug 21 21:32:38.918 INFO E| Downloaded textwrap v0.11.0
28722026-08-21T21:32:40.300Z[ helios-setup] Aug 21 21:32:38.919 INFO E| Downloaded thiserror-impl v2.0.12
28732026-08-21T21:32:40.300Z[ helios-setup] Aug 21 21:32:38.920 INFO E| Downloaded strum_macros v0.27.1
28742026-08-21T21:32:40.300Z[ helios-setup] Aug 21 21:32:38.922 INFO E| Downloaded rustversion v1.0.20
28752026-08-21T21:32:40.303Z[ helios-setup] Aug 21 21:32:38.923 INFO E| Downloaded structopt-derive v0.4.18
28762026-08-21T21:32:40.303Z[ helios-setup] Aug 21 21:32:38.924 INFO E| Downloaded quote v1.0.40
28772026-08-21T21:32:40.303Z[ helios-setup] Aug 21 21:32:38.925 INFO E| Downloaded ryu v1.0.20
28782026-08-21T21:32:40.306Z[ helios-setup] Aug 21 21:32:38.927 INFO E| Downloaded strsim v0.8.0
28792026-08-21T21:32:40.306Z[ helios-setup] Aug 21 21:32:38.928 INFO E| Downloaded vec_map v0.8.2
28802026-08-21T21:32:40.307Z[ helios-setup] Aug 21 21:32:38.929 INFO E| Downloaded pest_generator v2.8.0
28812026-08-21T21:32:40.310Z[ helios-setup] Aug 21 21:32:38.930 INFO E| Downloaded modular-bitfield v0.13.1
28822026-08-21T21:32:40.313Z[ helios-setup] Aug 21 21:32:38.935 INFO E| Downloaded bytesize v2.0.1
28832026-08-21T21:32:40.313Z[ helios-setup] Aug 21 21:32:38.936 INFO E| Downloaded proc-macro2 v1.0.95
28842026-08-21T21:32:40.317Z[ helios-setup] Aug 21 21:32:38.937 INFO E| Downloaded structopt v0.3.26
28852026-08-21T21:32:40.320Z[ helios-setup] Aug 21 21:32:38.942 INFO E| Downloaded thiserror v2.0.12
28862026-08-21T21:32:40.324Z[ helios-setup] Aug 21 21:32:38.945 INFO E| Downloaded pest_derive v2.8.0
28872026-08-21T21:32:40.327Z[ helios-setup] Aug 21 21:32:38.946 INFO E| Downloaded typenum v1.18.0
28882026-08-21T21:32:40.327Z[ helios-setup] Aug 21 21:32:38.948 INFO E| Downloaded unicode-ident v1.0.18
28892026-08-21T21:32:40.327Z[ helios-setup] Aug 21 21:32:38.950 INFO E| Downloaded modular-bitfield v0.11.2
28902026-08-21T21:32:40.333Z[ helios-setup] Aug 21 21:32:38.956 INFO E| Downloaded serde_derive v1.0.219
28912026-08-21T21:32:40.337Z[ helios-setup] Aug 21 21:32:38.958 INFO E| Downloaded serde v1.0.219
28922026-08-21T21:32:40.340Z[ helios-setup] Aug 21 21:32:38.960 INFO E| Downloaded zerocopy-derive v0.8.25
28932026-08-21T21:32:40.343Z[ helios-setup] Aug 21 21:32:38.964 INFO E| Downloaded pest v2.8.0
28942026-08-21T21:32:40.346Z[ helios-setup] Aug 21 21:32:38.967 INFO E| Downloaded goblin v0.9.3
28952026-08-21T21:32:40.356Z[ helios-setup] Aug 21 21:32:38.978 INFO E| Downloaded clap v2.34.0
28962026-08-21T21:32:40.360Z[ helios-setup] Aug 21 21:32:38.982 INFO E| Downloaded zerocopy v0.8.25
28972026-08-21T21:32:40.375Z[ helios-setup] Aug 21 21:32:38.997 INFO E| Downloaded syn v2.0.101
28982026-08-21T21:32:40.397Z[ helios-setup] Aug 21 21:32:39.020 INFO E| Downloaded libc v0.2.172
28992026-08-21T21:32:40.442Z[ host-package] Compiling regress v0.10.5
29002026-08-21T21:32:40.488Z[ helios-setup] Aug 21 21:32:39.111 INFO E| Compiling proc-macro2 v1.0.95
29012026-08-21T21:32:40.488Z[ helios-setup] Aug 21 21:32:39.111 INFO E| Compiling unicode-ident v1.0.18
29022026-08-21T21:32:40.488Z[ helios-setup] Aug 21 21:32:39.111 INFO E| Compiling memchr v2.7.4
29032026-08-21T21:32:40.492Z[ helios-setup] Aug 21 21:32:39.111 INFO E| Compiling autocfg v1.4.0
29042026-08-21T21:32:40.492Z[ helios-setup] Aug 21 21:32:39.111 INFO E| Compiling thiserror v2.0.12
29052026-08-21T21:32:40.492Z[ helios-setup] Aug 21 21:32:39.111 INFO E| Compiling syn v1.0.109
29062026-08-21T21:32:40.492Z[ helios-setup] Aug 21 21:32:39.111 INFO E| Compiling serde v1.0.219
29072026-08-21T21:32:40.545Z[ helios-setup] Aug 21 21:32:39.167 INFO E| Compiling version_check v0.9.5
29082026-08-21T21:32:40.545Z[ helios-setup] Aug 21 21:32:39.167 INFO E| Compiling serde_json v1.0.140
29092026-08-21T21:32:40.548Z[ helios-setup] Aug 21 21:32:39.167 INFO E| Compiling itoa v1.0.15
29102026-08-21T21:32:40.548Z[ helios-setup] Aug 21 21:32:39.167 INFO E| Compiling ryu v1.0.20
29112026-08-21T21:32:40.548Z[ helios-setup] Aug 21 21:32:39.167 INFO E| Compiling schemars v0.8.22
29122026-08-21T21:32:40.549Z[ helios-setup] Aug 21 21:32:39.167 INFO E| Compiling ucd-trie v0.1.7
29132026-08-21T21:32:40.549Z[ helios-setup] Aug 21 21:32:39.167 INFO E| Compiling rustversion v1.0.20
29142026-08-21T21:32:40.549Z[ helios-setup] Aug 21 21:32:39.167 INFO E| Compiling paste v1.0.15
29152026-08-21T21:32:40.549Z[ helios-setup] Aug 21 21:32:39.167 INFO E| Compiling libc v0.2.172
29162026-08-21T21:32:40.862Z[ host-package] Compiling itertools v0.14.0
29172026-08-21T21:32:41.034Z[ helios-setup] Aug 21 21:32:39.656 INFO E| Compiling zerocopy v0.8.25
29182026-08-21T21:32:41.149Z[ helios-setup] Aug 21 21:32:39.769 INFO E| Compiling static_assertions v1.1.0
29192026-08-21T21:32:41.175Z[ helios-setup] Aug 21 21:32:39.797 INFO E| Compiling dyn-clone v1.0.19
29202026-08-21T21:32:41.185Z[ helios-setup] Aug 21 21:32:39.804 INFO E| Compiling once_cell v1.21.3
29212026-08-21T21:32:41.236Z[ helios-setup] Aug 21 21:32:39.856 INFO E| Compiling proc-macro-error-attr v1.0.4
29222026-08-21T21:32:41.275Z[ helios-setup] Aug 21 21:32:39.898 INFO E| Compiling proc-macro-error v1.0.4
29232026-08-21T21:32:41.324Z[ host-package] Compiling macaddr v1.0.1
29242026-08-21T21:32:41.442Z[ helios-setup] Aug 21 21:32:40.064 INFO E| Compiling heck v0.5.0
29252026-08-21T21:32:41.447Z[ helios-setup] Aug 21 21:32:40.070 INFO E| Compiling unicode-width v0.1.14
29262026-08-21T21:32:41.467Z[ helios-setup] Aug 21 21:32:40.090 INFO E| Compiling unicode-segmentation v1.12.0
29272026-08-21T21:32:41.524Z[ helios-setup] Aug 21 21:32:40.146 INFO E| Compiling fletcher v1.0.0
29282026-08-21T21:32:41.615Z[ helios-setup] Aug 21 21:32:40.220 INFO E| Compiling num-traits v0.2.19
29292026-08-21T21:32:41.615Z[ helios-setup] Aug 21 21:32:40.220 INFO E| Compiling memoffset v0.9.1
29302026-08-21T21:32:41.640Z[ helios-setup] Aug 21 21:32:40.263 INFO E| Compiling vec_map v0.8.2
29312026-08-21T21:32:41.675Z[ helios-setup] Aug 21 21:32:40.297 INFO E| Compiling unic-common v0.9.0
29322026-08-21T21:32:41.780Z[ helios-setup] Aug 21 21:32:40.402 INFO E| Compiling bitflags v1.3.2
29332026-08-21T21:32:41.785Z[ host-package] Compiling unicode-xid v0.2.6
29342026-08-21T21:32:41.807Z[ helios-setup] Aug 21 21:32:40.430 INFO E| Compiling strsim v0.8.0
29352026-08-21T21:32:41.877Z[ helios-setup] Aug 21 21:32:40.499 INFO E| Compiling textwrap v0.11.0
29362026-08-21T21:32:41.882Z[ helios-setup] Aug 21 21:32:40.504 INFO E| Compiling strum v0.27.1
29372026-08-21T21:32:41.910Z[ helios-setup] Aug 21 21:32:40.533 INFO E| Compiling unic-char-range v0.9.0
29382026-08-21T21:32:41.955Z[ helios-setup] Aug 21 21:32:40.576 INFO E| Compiling ansi_term v0.12.1
29392026-08-21T21:32:41.977Z[ helios-setup] Aug 21 21:32:40.599 INFO E| Compiling byteorder v1.5.0
29402026-08-21T21:32:42.051Z[ helios-setup] Aug 21 21:32:40.673 INFO E| Compiling unic-char-property v0.9.0
29412026-08-21T21:32:42.052Z[ helios-setup] Aug 21 21:32:40.673 INFO E| Compiling unic-ucd-version v0.9.0
29422026-08-21T21:32:42.093Z[ helios-setup] Aug 21 21:32:40.715 INFO E| Compiling plain v0.2.3
29432026-08-21T21:32:42.097Z[ helios-setup] Aug 21 21:32:40.716 INFO E| Compiling lazy_static v1.5.0
29442026-08-21T21:32:42.152Z[ helios-setup] Aug 21 21:32:40.774 INFO E| Compiling heck v0.3.3
29452026-08-21T21:32:42.182Z[ helios-setup] Aug 21 21:32:40.805 INFO E| Compiling log v0.4.27
29462026-08-21T21:32:42.212Z[ helios-setup] Aug 21 21:32:40.833 INFO E| Compiling unic-ucd-ident v0.9.0
29472026-08-21T21:32:42.223Z[ helios-setup] Aug 21 21:32:40.843 INFO E| Compiling atty v0.2.14
29482026-08-21T21:32:42.289Z[ host-package] Compiling humantime v2.3.0
29492026-08-21T21:32:42.315Z[ helios-setup] Aug 21 21:32:40.937 INFO E| Compiling quote v1.0.40
29502026-08-21T21:32:42.324Z[ helios-setup] Aug 21 21:32:40.946 INFO E| Compiling clap v2.34.0
29512026-08-21T21:32:42.340Z[ helios-setup] Aug 21 21:32:40.963 INFO E| Compiling bytesize v2.0.1
29522026-08-21T21:32:42.491Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29532026-08-21T21:32:42.495Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29542026-08-21T21:32:42.598Z[ helios-setup] Aug 21 21:32:41.220 INFO E| Compiling syn v2.0.101
29552026-08-21T21:32:42.727Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29562026-08-21T21:32:42.790Z[ host-package] Compiling convert_case v0.10.0
29572026-08-21T21:32:42.893Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29582026-08-21T21:32:42.917Z[ helios-setup] Aug 21 21:32:41.539 INFO E| Compiling parse_int v0.9.0
29592026-08-21T21:32:43.092Z[ host-package] Compiling typify-macro v0.6.2
29602026-08-21T21:32:43.195Z[ host-package] Compiling owo-colors v4.3.0
29612026-08-21T21:32:43.298Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29622026-08-21T21:32:43.304Z[ host-package] Compiling derive_more-impl v2.1.1
29632026-08-21T21:32:43.471Z[ host-package] Compiling toml v0.8.23
29642026-08-21T21:32:43.769Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
29652026-08-21T21:32:43.922Z[ host-package] Compiling papergrid v0.11.0
29662026-08-21T21:32:43.999Z[ host-package] Compiling tabled_derive v0.7.0
29672026-08-21T21:32:44.119Z[ host-package] Compiling termtree v0.5.1
29682026-08-21T21:32:44.497Z[ host-package] Compiling hickory-resolver v0.24.4
29692026-08-21T21:32:44.589Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29702026-08-21T21:32:44.673Z[ host-package] Compiling derive_more v2.1.1
29712026-08-21T21:32:44.950Z[ host-package] Compiling crossterm v0.29.0
29722026-08-21T21:32:45.117Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29732026-08-21T21:32:45.194Z[ host-package] Compiling tabled v0.15.0
29742026-08-21T21:32:45.232Z[ host-package] Compiling phf_shared v0.12.1
29752026-08-21T21:32:45.323Z[ helios-setup] Aug 21 21:32:43.941 INFO E| Compiling serde_derive_internals v0.29.1
29762026-08-21T21:32:45.331Z[ host-package] Compiling typify v0.6.2
29772026-08-21T21:32:45.797Z[ helios-setup] Aug 21 21:32:44.419 INFO E| Compiling modular-bitfield-impl v0.11.2
29782026-08-21T21:32:45.797Z[ helios-setup] Aug 21 21:32:44.419 INFO E| Compiling structopt-derive v0.4.18
29792026-08-21T21:32:45.835Z[ host-package] Compiling progenitor-impl v0.14.0
29802026-08-21T21:32:46.198Z[ helios-setup] Aug 21 21:32:44.815 INFO E| Compiling thiserror-impl v2.0.12
29812026-08-21T21:32:46.198Z[ helios-setup] Aug 21 21:32:44.815 INFO E| Compiling serde_derive v1.0.219
29822026-08-21T21:32:46.203Z[ helios-setup] Aug 21 21:32:44.815 INFO E| Compiling zerocopy-derive v0.8.25
29832026-08-21T21:32:46.203Z[ helios-setup] Aug 21 21:32:44.815 INFO E| Compiling num-derive v0.4.2
29842026-08-21T21:32:46.203Z[ helios-setup] Aug 21 21:32:44.815 INFO E| Compiling modular-bitfield-impl v0.13.1
29852026-08-21T21:32:46.203Z[ helios-setup] Aug 21 21:32:44.815 INFO E| Compiling strum_macros v0.27.1
29862026-08-21T21:32:46.204Z[ helios-setup] Aug 21 21:32:44.815 INFO E| Compiling scroll_derive v0.12.1
29872026-08-21T21:32:46.268Z[ helios-setup] Aug 21 21:32:44.890 INFO E| Compiling schemars_derive v0.8.22
29882026-08-21T21:32:46.427Z[ host-package] Compiling qorb v0.4.1
29892026-08-21T21:32:47.099Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29902026-08-21T21:32:47.457Z[ helios-setup] Aug 21 21:32:46.079 INFO E| Compiling modular-bitfield v0.11.2
29912026-08-21T21:32:47.569Z[ helios-setup] Aug 21 21:32:46.191 INFO E| Compiling structopt v0.3.26
29922026-08-21T21:32:47.924Z[ helios-setup] Aug 21 21:32:46.546 INFO E| Compiling scroll v0.12.0
29932026-08-21T21:32:48.159Z[ host-package] Compiling csv-core v0.1.13
29942026-08-21T21:32:48.180Z[ helios-setup] Aug 21 21:32:46.802 INFO E| Compiling goblin v0.9.3
29952026-08-21T21:32:48.231Z[ helios-setup] Aug 21 21:32:46.853 INFO E| Compiling pest v2.8.0
29962026-08-21T21:32:48.497Z[ helios-setup] Aug 21 21:32:47.119 INFO E| Compiling modular-bitfield v0.13.1
29972026-08-21T21:32:48.659Z[ host-package] Compiling vte v0.14.1
29982026-08-21T21:32:48.859Z[ host-package] Compiling highway v1.3.0
29992026-08-21T21:32:48.973Z[ host-package] Compiling chrono-tz v0.10.4
30002026-08-21T21:32:49.138Z[ host-package] Compiling progenitor-macro v0.14.0
30012026-08-21T21:32:49.367Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30022026-08-21T21:32:49.370Z[ helios-setup] Aug 21 21:32:47.992 INFO E| Compiling pest_meta v2.8.0
30032026-08-21T21:32:49.716Z[ host-package] Compiling strip-ansi-escapes v0.2.1
30042026-08-21T21:32:50.147Z[ helios-setup] Aug 21 21:32:48.770 INFO E| Compiling pest_generator v2.8.0
30052026-08-21T21:32:50.820Z[ host-package] Compiling csv v1.4.0
30062026-08-21T21:32:50.882Z[ host-package] Compiling phf v0.12.1
30072026-08-21T21:32:50.915Z[ host-package] Compiling const_format_proc_macros v0.2.34
30082026-08-21T21:32:50.939Z[ helios-setup] Aug 21 21:32:49.562 INFO E| Compiling pest_derive v2.8.0
30092026-08-21T21:32:51.363Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30102026-08-21T21:32:51.727Z[ host-package] Compiling fd-lock v4.0.4
30112026-08-21T21:32:51.844Z[ host-package] Compiling peg-macros v0.8.5
30122026-08-21T21:32:51.970Z[ host-package] Compiling nu-ansi-term v0.50.3
30132026-08-21T21:32:52.045Z[ host-package] Compiling const_format v0.2.35
30142026-08-21T21:32:52.418Z[ host-package] Compiling reedline v0.40.0
30152026-08-21T21:32:52.483Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30162026-08-21T21:32:52.595Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
30172026-08-21T21:32:52.858Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30182026-08-21T21:32:53.062Z[ helios-setup] Aug 21 21:32:51.684 INFO E| Compiling json5 v0.4.1
30192026-08-21T21:32:53.861Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30202026-08-21T21:32:54.108Z[ host-package] Compiling progenitor v0.14.0
30212026-08-21T21:32:54.309Z[ host-package] Compiling peg v0.8.5
30222026-08-21T21:32:54.409Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30232026-08-21T21:32:54.648Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30242026-08-21T21:32:54.732Z[ helios-setup] Aug 21 21:32:53.353 INFO E| Compiling four-cc v0.4.0
30252026-08-21T21:32:54.732Z[ helios-setup] Aug 21 21:32:53.353 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
30262026-08-21T21:32:54.766Z[ host-package] Compiling bcs v0.1.6
30272026-08-21T21:32:54.849Z[ helios-setup] Aug 21 21:32:53.471 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
30282026-08-21T21:32:55.378Z[ host-package] Compiling nom v8.0.0
30292026-08-21T21:32:55.420Z[ host-package] Compiling semver v0.1.20
30302026-08-21T21:32:55.613Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
30312026-08-21T21:32:55.858Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30322026-08-21T21:32:55.991Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
30332026-08-21T21:32:56.265Z[ host-package] Compiling rustc_version v0.1.7
30342026-08-21T21:32:56.408Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30352026-08-21T21:32:56.630Z[ host-package] Compiling newtype_derive v0.1.6
30362026-08-21T21:32:56.876Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30372026-08-21T21:32:56.976Z[ host-package] Compiling unicode-linebreak v0.1.5
30382026-08-21T21:32:57.175Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30392026-08-21T21:32:57.375Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30402026-08-21T21:32:57.512Z[ host-package] Compiling smawk v0.3.2
30412026-08-21T21:32:57.770Z[ host-package] Compiling textwrap v0.16.2
30422026-08-21T21:32:58.254Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30432026-08-21T21:32:58.573Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
30442026-08-21T21:32:59.319Z[ host-package] Compiling steno v0.4.1
30452026-08-21T21:32:59.628Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30462026-08-21T21:32:59.657Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
30472026-08-21T21:32:59.888Z[ host-package] Compiling sha1 v0.10.6
30482026-08-21T21:33:00.041Z[ host-package] Compiling tagptr v0.2.0
30492026-08-21T21:33:00.378Z[ host-package] Compiling utf-8 v0.7.6
30502026-08-21T21:33:00.417Z[ host-package] Compiling moka v0.12.13
30512026-08-21T21:33:00.448Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
30522026-08-21T21:33:00.504Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30532026-08-21T21:33:00.630Z[ host-package] Compiling tungstenite v0.21.0
30542026-08-21T21:33:00.814Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30552026-08-21T21:33:00.849Z[ host-package] Compiling darling_core v0.21.3
30562026-08-21T21:33:00.968Z[ host-package] Compiling libscf-sys v1.2.0
30572026-08-21T21:33:01.239Z[ host-package] Compiling vergen-lib v0.1.6
30582026-08-21T21:33:01.555Z[ host-package] Compiling tokio-tungstenite v0.21.0
30592026-08-21T21:33:01.896Z[ host-package] Compiling hickory-resolver v0.25.2
30602026-08-21T21:33:02.136Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30612026-08-21T21:33:02.722Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
30622026-08-21T21:33:03.235Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30632026-08-21T21:33:03.245Z[ host-package] Compiling darling_macro v0.21.3
30642026-08-21T21:33:03.527Z[ host-package] Compiling diesel_derives v2.3.7
30652026-08-21T21:33:03.750Z[ host-package] Compiling proc-macro-error2 v2.0.1
30662026-08-21T21:33:03.780Z[ host-package] Compiling darling v0.21.3
30672026-08-21T21:33:03.900Z[ host-package] Compiling dsl_auto_type v0.2.0
30682026-08-21T21:33:03.936Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30692026-08-21T21:33:03.964Z[ host-package] Compiling vergen-gitcl v1.0.8
30702026-08-21T21:33:04.077Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30712026-08-21T21:33:04.139Z[ host-package] Compiling dirs-sys-next v0.1.2
30722026-08-21T21:33:04.224Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30732026-08-21T21:33:04.402Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30742026-08-21T21:33:04.415Z[ host-package] Compiling glob v0.3.3
30752026-08-21T21:33:04.445Z[ host-package] Compiling crunchy v0.2.4
30762026-08-21T21:33:04.483Z[ host-package] Compiling maplit v1.0.2
30772026-08-21T21:33:04.519Z[ host-package] Compiling dirs-next v2.0.0
30782026-08-21T21:33:04.702Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30792026-08-21T21:33:04.754Z[ host-package] Compiling r2d2 v0.8.10
30802026-08-21T21:33:04.777Z[ host-package] Compiling clang-sys v1.8.1
30812026-08-21T21:33:04.922Z[ host-package] Compiling tabled_derive v0.11.0
30822026-08-21T21:33:05.187Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30832026-08-21T21:33:05.473Z[ host-package] Compiling papergrid v0.17.0
30842026-08-21T21:33:05.903Z[ host-package] Compiling testing_table v0.3.0
30852026-08-21T21:33:06.245Z[ host-package] Compiling tiny-keccak v2.0.2
30862026-08-21T21:33:06.252Z[ host-package] Compiling downcast-rs v2.0.2
30872026-08-21T21:33:06.771Z[ host-package] Compiling tabled v0.20.0
30882026-08-21T21:33:07.015Z[ host-package] Compiling term v0.7.0
30892026-08-21T21:33:07.138Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
30902026-08-21T21:33:07.297Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
30912026-08-21T21:33:07.350Z[ host-package] Compiling bit-vec v0.6.3
30922026-08-21T21:33:07.542Z[ host-package] Compiling ascii-canvas v3.0.0
30932026-08-21T21:33:07.613Z[ host-package] Compiling bit-set v0.5.3
30942026-08-21T21:33:07.654Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30952026-08-21T21:33:07.854Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30962026-08-21T21:33:07.935Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30972026-08-21T21:33:08.084Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30982026-08-21T21:33:08.298Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30992026-08-21T21:33:08.364Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
31002026-08-21T21:33:08.583Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31012026-08-21T21:33:08.774Z[ host-package] Compiling itertools v0.10.5
31022026-08-21T21:33:08.883Z[ host-package] Compiling ena v0.14.4
31032026-08-21T21:33:08.933Z[ host-package] Compiling libloading v0.8.9
31042026-08-21T21:33:09.137Z[ host-package] Compiling xshell-macros v0.2.7
31052026-08-21T21:33:09.237Z[ host-package] Compiling regex-syntax v0.6.29
31062026-08-21T21:33:09.344Z[ host-package] Compiling unicase v2.9.0
31072026-08-21T21:33:09.352Z[ host-package] Compiling diesel v2.3.7
31082026-08-21T21:33:09.441Z[ helios-setup] Aug 21 21:33:08.063 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
31092026-08-21T21:33:09.576Z[ host-package] Compiling bindgen v0.71.1
31102026-08-21T21:33:09.629Z[ host-package] Compiling diff v0.1.13
31112026-08-21T21:33:09.691Z[ host-package] Compiling xshell v0.2.7
31122026-08-21T21:33:10.634Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31132026-08-21T21:33:11.082Z[ host-package] Compiling lalrpop v0.19.12
31142026-08-21T21:33:11.142Z[ host-package] Compiling cexpr v0.6.0
31152026-08-21T21:33:11.280Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31162026-08-21T21:33:11.397Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31172026-08-21T21:33:11.723Z[ host-package] Compiling crc8 v0.1.1
31182026-08-21T21:33:11.787Z[ host-package] Compiling rustc-hash v2.1.1
31192026-08-21T21:33:12.133Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31202026-08-21T21:33:12.714Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31212026-08-21T21:33:12.747Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31222026-08-21T21:33:12.932Z[ host-package] Compiling headers-core v0.3.0
31232026-08-21T21:33:13.117Z[ host-package] Compiling libxml v0.3.3
31242026-08-21T21:33:13.181Z[ helios-setup] Aug 21 21:33:11.802 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31252026-08-21T21:33:13.402Z[ host-package] Compiling headers v0.4.1
31262026-08-21T21:33:13.496Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31272026-08-21T21:33:13.600Z[ host-package] Compiling strum_macros v0.24.3
31282026-08-21T21:33:13.633Z[ host-package] Compiling indoc v1.0.9
31292026-08-21T21:33:13.990Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31302026-08-21T21:33:14.221Z[ host-package] Compiling derive_builder v0.20.2
31312026-08-21T21:33:14.254Z[ host-package] Compiling oso-derive v0.27.3
31322026-08-21T21:33:14.339Z[ host-package] Compiling quick-xml v0.37.5
31332026-08-21T21:33:14.458Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31342026-08-21T21:33:14.854Z[ host-package] Compiling openssl-probe v0.1.6
31352026-08-21T21:33:14.929Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31362026-08-21T21:33:14.976Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31372026-08-21T21:33:15.106Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31382026-08-21T21:33:15.166Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31392026-08-21T21:33:15.199Z[ host-package] Compiling bb8 v0.8.6
31402026-08-21T21:33:15.362Z[ host-package] Compiling trait-variant v0.1.2
31412026-08-21T21:33:15.657Z[ host-package] Compiling half v1.8.3
31422026-08-21T21:33:15.764Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31432026-08-21T21:33:15.809Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31442026-08-21T21:33:15.891Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31452026-08-21T21:33:15.982Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
31462026-08-21T21:33:16.077Z[ host-package] Compiling serde_cbor v0.11.2
31472026-08-21T21:33:16.235Z[ host-package] Compiling progenitor-impl v0.13.0
31482026-08-21T21:33:16.830Z[ host-package] Compiling samael v0.0.19
31492026-08-21T21:33:17.080Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31502026-08-21T21:33:17.144Z[ host-package] Compiling nonempty v0.12.0
31512026-08-21T21:33:17.186Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31522026-08-21T21:33:17.300Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31532026-08-21T21:33:17.565Z[ host-package] Compiling progenitor-client v0.13.0
31542026-08-21T21:33:18.160Z[ host-package] Compiling fxhash v0.2.1
31552026-08-21T21:33:18.324Z[ host-package] Compiling libz-sys v1.1.24
31562026-08-21T21:33:18.355Z[ host-package] Compiling salty v0.3.0
31572026-08-21T21:33:18.662Z[ host-package] Compiling progenitor-macro v0.13.0
31582026-08-21T21:33:19.005Z[ host-package] Compiling polar-core v0.27.3
31592026-08-21T21:33:19.042Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31602026-08-21T21:33:19.143Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31612026-08-21T21:33:19.286Z[ host-package] Compiling kstat-rs v0.2.5
31622026-08-21T21:33:20.161Z[ host-package] Compiling mime_guess v2.0.5
31632026-08-21T21:33:20.767Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31642026-08-21T21:33:21.340Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31652026-08-21T21:33:21.808Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31662026-08-21T21:33:22.618Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31672026-08-21T21:33:22.639Z[ host-package] Compiling rfc6979 v0.4.0
31682026-08-21T21:33:22.738Z[ host-package] Compiling nanorand v0.7.0
31692026-08-21T21:33:22.971Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
31702026-08-21T21:33:23.053Z[ host-package] Compiling parking_lot_core v0.8.6
31712026-08-21T21:33:23.151Z[ host-package] Compiling flume v0.11.1
31722026-08-21T21:33:23.460Z[ host-package] Compiling ecdsa v0.16.9
31732026-08-21T21:33:23.483Z[ host-package] Compiling progenitor v0.13.0
31742026-08-21T21:33:23.581Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31752026-08-21T21:33:24.029Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31762026-08-21T21:33:24.123Z[ host-package] Compiling primeorder v0.13.6
31772026-08-21T21:33:24.468Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31782026-08-21T21:33:24.540Z[ host-package] Compiling git-stub v1.0.0
31792026-08-21T21:33:24.936Z[ host-package] Compiling instability v0.3.11
31802026-08-21T21:33:25.174Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
31812026-08-21T21:33:25.187Z[ helios-setup] Aug 21 21:33:23.804 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.14s
31822026-08-21T21:33:25.220Z[ helios-setup] Aug 21 21:33:23.842 INFO building project "amd-host-image-builder" ok (46 seconds)
31832026-08-21T21:33:25.220Z[ helios-setup] Aug 21 21:33:23.842 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
31842026-08-21T21:33:25.235Z[ helios-setup] Aug 21 21:33:23.850 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
31852026-08-21T21:33:25.235Z[ helios-setup] Aug 21 21:33:23.850 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
31862026-08-21T21:33:25.235Z[ helios-setup] Aug 21 21:33:23.850 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
31872026-08-21T21:33:25.314Z[ host-package] Compiling http-range v0.1.5
31882026-08-21T21:33:25.333Z[ helios-setup] Aug 21 21:33:23.954 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
31892026-08-21T21:33:25.419Z[ host-package] Compiling strsim v0.10.0
31902026-08-21T21:33:25.648Z[ host-package] Compiling darling_core v0.13.4
31912026-08-21T21:33:25.667Z[ helios-setup] Aug 21 21:33:24.268 INFO E| From https://github.com/jclulow/rust-jmclib
31922026-08-21T21:33:25.667Z[ helios-setup] Aug 21 21:33:24.268 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
31932026-08-21T21:33:25.667Z[ helios-setup] Aug 21 21:33:24.279 INFO E| Updating crates.io index
31942026-08-21T21:33:25.728Z[ helios-setup] Aug 21 21:33:24.330 INFO E| Downloading crates ...
31952026-08-21T21:33:25.765Z[ helios-setup] Aug 21 21:33:24.375 INFO E| Downloaded once_cell v1.18.0
31962026-08-21T21:33:25.773Z[ helios-setup] Aug 21 21:33:24.378 INFO E| Downloaded itoa v1.0.9
31972026-08-21T21:33:25.784Z[ helios-setup] Aug 21 21:33:24.386 INFO E| Downloaded proc-macro2 v1.0.66
31982026-08-21T21:33:25.784Z[ helios-setup] Aug 21 21:33:24.388 INFO E| Downloaded md-5 v0.9.1
31992026-08-21T21:33:25.784Z[ helios-setup] Aug 21 21:33:24.389 INFO E| Downloaded cpufeatures v0.2.9
32002026-08-21T21:33:25.784Z[ helios-setup] Aug 21 21:33:24.390 INFO E| Downloaded block-buffer v0.9.0
32012026-08-21T21:33:25.784Z[ helios-setup] Aug 21 21:33:24.391 INFO E| Downloaded fastrand v2.0.0
32022026-08-21T21:33:25.784Z[ helios-setup] Aug 21 21:33:24.392 INFO E| Downloaded digest v0.9.0
32032026-08-21T21:33:25.784Z[ helios-setup] Aug 21 21:33:24.393 INFO E| Downloaded errno v0.3.1
32042026-08-21T21:33:25.784Z[ helios-setup] Aug 21 21:33:24.394 INFO E| Downloaded opaque-debug v0.3.0
32052026-08-21T21:33:25.784Z[ helios-setup] Aug 21 21:33:24.395 INFO E| Downloaded libdevinfo-sys v1.0.0
32062026-08-21T21:33:25.785Z[ helios-setup] Aug 21 21:33:24.404 INFO E| Downloaded sha-1 v0.9.8
32072026-08-21T21:33:25.796Z[ helios-setup] Aug 21 21:33:24.411 INFO E| Downloaded walkdir v2.3.3
32082026-08-21T21:33:25.813Z[ helios-setup] Aug 21 21:33:24.419 INFO E| Downloaded glob v0.3.1
32092026-08-21T21:33:25.813Z[ helios-setup] Aug 21 21:33:24.421 INFO E| Downloaded quote v1.0.31
32102026-08-21T21:33:25.813Z[ helios-setup] Aug 21 21:33:24.424 INFO E| Downloaded tempfile v3.7.0
32112026-08-21T21:33:25.813Z[ helios-setup] Aug 21 21:33:24.425 INFO E| Downloaded typenum v1.16.0
32122026-08-21T21:33:25.813Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32132026-08-21T21:33:25.813Z[ helios-setup] Aug 21 21:33:24.428 INFO E| Downloaded toml v0.5.11
32142026-08-21T21:33:25.822Z[ helios-setup] Aug 21 21:33:24.429 INFO E| Downloaded anyhow v1.0.72
32152026-08-21T21:33:25.822Z[ helios-setup] Aug 21 21:33:24.432 INFO E| Downloaded getrandom v0.2.10
32162026-08-21T21:33:25.822Z[ helios-setup] Aug 21 21:33:24.433 INFO E| Downloaded uuid v0.8.2
32172026-08-21T21:33:25.822Z[ helios-setup] Aug 21 21:33:24.435 INFO E| Downloaded unicode-ident v1.0.11
32182026-08-21T21:33:25.822Z[ helios-setup] Aug 21 21:33:24.437 INFO E| Downloaded bitflags v2.3.3
32192026-08-21T21:33:25.822Z[ helios-setup] Aug 21 21:33:24.439 INFO E| Downloaded ryu v1.0.15
32202026-08-21T21:33:25.822Z[ helios-setup] Aug 21 21:33:24.440 INFO E| Downloaded serde_derive v1.0.193
32212026-08-21T21:33:25.832Z[ helios-setup] Aug 21 21:33:24.447 INFO E| Downloaded serde v1.0.193
32222026-08-21T21:33:25.844Z[ helios-setup] Aug 21 21:33:24.463 INFO E| Downloaded serde_json v1.0.103
32232026-08-21T21:33:25.865Z[ helios-setup] Aug 21 21:33:24.486 INFO E| Downloaded syn v2.0.32
32242026-08-21T21:33:25.878Z[ helios-setup] Aug 21 21:33:24.497 INFO E| Downloaded rustix v0.38.4
32252026-08-21T21:33:25.897Z[ helios-setup] Aug 21 21:33:24.516 INFO E| Downloaded libc v0.2.147
32262026-08-21T21:33:25.957Z[ helios-setup] Aug 21 21:33:24.579 INFO E| Compiling libc v0.2.147
32272026-08-21T21:33:25.957Z[ helios-setup] Aug 21 21:33:24.579 INFO E| Compiling proc-macro2 v1.0.66
32282026-08-21T21:33:25.967Z[ helios-setup] Aug 21 21:33:24.579 INFO E| Compiling unicode-ident v1.0.11
32292026-08-21T21:33:25.967Z[ helios-setup] Aug 21 21:33:24.579 INFO E| Compiling cfg-if v1.0.0
32302026-08-21T21:33:25.967Z[ helios-setup] Aug 21 21:33:24.579 INFO E| Compiling version_check v0.9.4
32312026-08-21T21:33:25.967Z[ helios-setup] Aug 21 21:33:24.579 INFO E| Compiling typenum v1.16.0
32322026-08-21T21:33:25.967Z[ helios-setup] Aug 21 21:33:24.579 INFO E| Compiling serde v1.0.193
32332026-08-21T21:33:25.967Z[ helios-setup] Aug 21 21:33:24.579 INFO E| Compiling time-core v0.1.2
32342026-08-21T21:33:25.973Z[ helios-setup] Aug 21 21:33:24.579 INFO E| Compiling powerfmt v0.2.0
32352026-08-21T21:33:25.973Z[ helios-setup] Aug 21 21:33:24.579 INFO E| Compiling slog v2.7.0
32362026-08-21T21:33:25.973Z[ helios-setup] Aug 21 21:33:24.579 INFO E| Compiling itoa v1.0.9
32372026-08-21T21:33:25.973Z[ helios-setup] Aug 21 21:33:24.579 INFO E| Compiling rustix v0.38.4
32382026-08-21T21:33:25.974Z[ helios-setup] Aug 21 21:33:24.579 INFO E| Compiling num-conv v0.1.0
32392026-08-21T21:33:25.974Z[ helios-setup] Aug 21 21:33:24.579 INFO E| Compiling num_threads v0.1.6
32402026-08-21T21:33:25.974Z[ helios-setup] Aug 21 21:33:24.579 INFO E| Compiling once_cell v1.18.0
32412026-08-21T21:33:25.974Z[ helios-setup] Aug 21 21:33:24.579 INFO E| Compiling bitflags v2.3.3
32422026-08-21T21:33:26.532Z[ host-package] Compiling git-stub-vcs v0.1.0
32432026-08-21T21:33:26.554Z[ helios-setup] Aug 21 21:33:25.176 INFO E| Compiling opaque-debug v0.3.0
32442026-08-21T21:33:26.592Z[ helios-setup] Aug 21 21:33:25.214 INFO E| Compiling anyhow v1.0.72
32452026-08-21T21:33:26.606Z[ helios-setup] Aug 21 21:33:25.227 INFO E| Compiling fastrand v2.0.0
32462026-08-21T21:33:26.662Z[ helios-setup] Aug 21 21:33:25.239 INFO E| Compiling serde_json v1.0.103
32472026-08-21T21:33:26.671Z[ helios-setup] Aug 21 21:33:25.267 INFO E| Compiling same-file v1.0.6
32482026-08-21T21:33:26.828Z[ helios-setup] Aug 21 21:33:25.435 INFO E| Compiling deranged v0.3.11
32492026-08-21T21:33:26.881Z[ helios-setup] Aug 21 21:33:25.503 INFO E| Compiling thread_local v1.1.7
32502026-08-21T21:33:26.889Z[ helios-setup] Aug 21 21:33:25.507 INFO E| Compiling time-macros v0.2.18
32512026-08-21T21:33:27.153Z[ helios-setup] Aug 21 21:33:25.774 INFO E| Compiling cpufeatures v0.2.9
32522026-08-21T21:33:28.073Z[ helios-setup] Aug 21 21:33:25.795 INFO E| Compiling unicode-width v0.1.10
32532026-08-21T21:33:28.073Z[ helios-setup] Aug 21 21:33:25.859 INFO E| Compiling ryu v1.0.15
32542026-08-21T21:33:28.074Z[ helios-setup] Aug 21 21:33:25.875 INFO E| Compiling walkdir v2.3.3
32552026-08-21T21:33:28.074Z[ helios-setup] Aug 21 21:33:25.911 INFO E| Compiling generic-array v0.14.7
32562026-08-21T21:33:28.074Z[ helios-setup] Aug 21 21:33:25.922 INFO E| Compiling getopts v0.2.21
32572026-08-21T21:33:28.074Z[ host-package] Compiling p384 v0.13.1
32582026-08-21T21:33:28.074Z[ helios-setup] Aug 21 21:33:26.006 INFO E| Compiling glob v0.3.1
32592026-08-21T21:33:28.074Z[ helios-setup] Aug 21 21:33:26.054 INFO E| Compiling libdevinfo-sys v1.0.0
32602026-08-21T21:33:28.074Z[ helios-setup] Aug 21 21:33:26.143 INFO E| Compiling dirs-sys-next v0.1.2
32612026-08-21T21:33:28.076Z[ helios-setup] Aug 21 21:33:26.203 INFO E| Compiling errno v0.3.1
32622026-08-21T21:33:28.076Z[ helios-setup] Aug 21 21:33:26.215 INFO E| Compiling atty v0.2.14
32632026-08-21T21:33:28.076Z[ helios-setup] Aug 21 21:33:26.252 INFO E| Compiling quote v1.0.31
32642026-08-21T21:33:28.076Z[ helios-setup] Aug 21 21:33:26.275 INFO E| Compiling getrandom v0.2.10
32652026-08-21T21:33:28.076Z[ helios-setup] Aug 21 21:33:26.383 INFO E| Compiling dirs-next v2.0.0
32662026-08-21T21:33:28.076Z[ helios-setup] Aug 21 21:33:26.461 INFO E| Compiling term v0.7.0
32672026-08-21T21:33:28.076Z[ helios-setup] Aug 21 21:33:26.542 INFO E| Compiling syn v2.0.32
32682026-08-21T21:33:28.178Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32692026-08-21T21:33:28.663Z[ host-package] Compiling ignore v0.4.25
32702026-08-21T21:33:28.724Z[ helios-setup] Aug 21 21:33:27.342 INFO E| Compiling tempfile v3.7.0
32712026-08-21T21:33:28.852Z[ helios-setup] Aug 21 21:33:27.474 INFO E| Compiling time v0.3.36
32722026-08-21T21:33:28.909Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
32732026-08-21T21:33:29.279Z[ helios-setup] Aug 21 21:33:27.900 INFO E| Compiling digest v0.9.0
32742026-08-21T21:33:29.279Z[ helios-setup] Aug 21 21:33:27.900 INFO E| Compiling block-buffer v0.9.0
32752026-08-21T21:33:29.396Z[ helios-setup] Aug 21 21:33:28.005 INFO E| Compiling sha-1 v0.9.8
32762026-08-21T21:33:29.396Z[ helios-setup] Aug 21 21:33:28.005 INFO E| Compiling md-5 v0.9.1
32772026-08-21T21:33:29.772Z[ helios-setup] Aug 21 21:33:28.393 INFO E| Compiling slog-term v2.9.0
32782026-08-21T21:33:30.264Z[ helios-setup] Aug 21 21:33:28.884 INFO E| Compiling serde_derive v1.0.193
32792026-08-21T21:33:30.629Z[ host-package] Compiling oso v0.27.3
32802026-08-21T21:33:32.394Z[ host-package] Compiling diesel-dtrace v0.5.0
32812026-08-21T21:33:32.715Z[ host-package] Compiling async-bb8-diesel v0.2.1
32822026-08-21T21:33:32.787Z[ host-package] Compiling vergen-git2 v9.1.0
32832026-08-21T21:33:33.032Z[ host-package] Compiling castaway v0.2.4
32842026-08-21T21:33:33.231Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
32852026-08-21T21:33:33.246Z[ host-package] Compiling indoc v2.0.7
32862026-08-21T21:33:33.279Z[ host-package] Compiling compact_str v0.8.1
32872026-08-21T21:33:37.358Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
32882026-08-21T21:33:37.386Z[ host-package] Compiling globwalk v0.9.1
32892026-08-21T21:33:37.386Z[ host-package] Compiling parking_lot v0.11.2
32902026-08-21T21:33:37.386Z[ host-package] Compiling hyper-staticfile v0.10.1
32912026-08-21T21:33:37.386Z[ host-package] Compiling darling_macro v0.13.4
32922026-08-21T21:33:37.386Z[ helios-setup] Aug 21 21:33:33.497 INFO E| Compiling toml v0.5.11
32932026-08-21T21:33:37.386Z[ helios-setup] Aug 21 21:33:33.497 INFO E| Compiling uuid v0.8.2
32942026-08-21T21:33:37.386Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32952026-08-21T21:33:37.386Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32962026-08-21T21:33:37.386Z[ helios-setup] Aug 21 21:33:34.222 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
32972026-08-21T21:33:37.386Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32982026-08-21T21:33:37.386Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32992026-08-21T21:33:37.386Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33002026-08-21T21:33:37.386Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33012026-08-21T21:33:37.386Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33022026-08-21T21:33:37.387Z[ host-package] Compiling predicates-tree v1.0.13
33032026-08-21T21:33:37.387Z[ helios-setup] Aug 21 21:33:35.118 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
33042026-08-21T21:33:37.387Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33052026-08-21T21:33:37.387Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33062026-08-21T21:33:37.389Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33072026-08-21T21:33:37.504Z[ host-package] Compiling unicode-truncate v1.1.0
33082026-08-21T21:33:37.718Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33092026-08-21T21:33:37.763Z[ host-package] Compiling lru v0.12.5
33102026-08-21T21:33:37.979Z[ host-package] Compiling prefix-trie v0.7.0
33112026-08-21T21:33:38.006Z[ host-package] Compiling rand_seeder v0.4.0
33122026-08-21T21:33:38.011Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33132026-08-21T21:33:38.080Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33142026-08-21T21:33:38.287Z[ host-package] Compiling corncobs v0.1.4
33152026-08-21T21:33:38.390Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
33162026-08-21T21:33:38.479Z[ host-package] Compiling cassowary v0.3.0
33172026-08-21T21:33:38.516Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33182026-08-21T21:33:38.551Z[ host-package] Compiling hickory-server v0.25.2
33192026-08-21T21:33:38.853Z[ host-package] Compiling ratatui v0.29.0
33202026-08-21T21:33:39.265Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33212026-08-21T21:33:39.307Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33222026-08-21T21:33:40.275Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33232026-08-21T21:33:40.549Z[ host-package] Compiling camino-tempfile-ext v0.3.3
33242026-08-21T21:33:40.586Z[ helios-setup] Aug 21 21:33:39.207 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.34s
33252026-08-21T21:33:40.602Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-08-21T21:33:40.610Z[ helios-setup] Aug 21 21:33:39.232 INFO building project "image-builder" ok (15 seconds)
33272026-08-21T21:33:40.611Z[ helios-setup] Aug 21 21:33:39.232 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
33282026-08-21T21:33:40.620Z[ helios-setup] Aug 21 21:33:39.241 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
33292026-08-21T21:33:40.620Z[ helios-setup] Aug 21 21:33:39.241 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
33302026-08-21T21:33:40.627Z[ helios-setup] Aug 21 21:33:39.241 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
33312026-08-21T21:33:40.821Z[ helios-setup] Aug 21 21:33:39.442 INFO E| Downloading crates ...
33322026-08-21T21:33:40.864Z[ helios-setup] Aug 21 21:33:39.486 INFO E| Downloaded time-core v0.1.4
33332026-08-21T21:33:40.871Z[ helios-setup] Aug 21 21:33:39.492 INFO E| Downloaded serde_with_macros v3.12.0
33342026-08-21T21:33:40.880Z[ helios-setup] Aug 21 21:33:39.502 INFO E| Downloaded indexmap v2.9.0
33352026-08-21T21:33:40.887Z[ helios-setup] Aug 21 21:33:39.509 INFO E| Downloaded deranged v0.4.0
33362026-08-21T21:33:40.895Z[ helios-setup] Aug 21 21:33:39.516 INFO E| Downloaded errno v0.3.12
33372026-08-21T21:33:40.900Z[ helios-setup] Aug 21 21:33:39.522 INFO E| Downloaded time-macros v0.2.22
33382026-08-21T21:33:40.904Z[ helios-setup] Aug 21 21:33:39.524 INFO E| Downloaded anyhow v1.0.98
33392026-08-21T21:33:40.907Z[ helios-setup] Aug 21 21:33:39.526 INFO E| Downloaded iana-time-zone v0.1.63
33402026-08-21T21:33:40.910Z[ helios-setup] Aug 21 21:33:39.530 INFO E| Downloaded getrandom v0.3.3
33412026-08-21T21:33:40.914Z[ helios-setup] Aug 21 21:33:39.533 INFO E| Downloaded tempfile v3.20.0
33422026-08-21T21:33:40.925Z[ helios-setup] Aug 21 21:33:39.547 INFO E| Downloaded bitflags v2.9.1
33432026-08-21T21:33:40.942Z[ helios-setup] Aug 21 21:33:39.563 INFO E| Downloaded hashbrown v0.15.3
33442026-08-21T21:33:40.945Z[ helios-setup] Aug 21 21:33:39.567 INFO E| Downloaded time v0.3.41
33452026-08-21T21:33:40.951Z[ helios-setup] Aug 21 21:33:39.572 INFO E| Downloaded serde_with v3.12.0
33462026-08-21T21:33:40.956Z[ helios-setup] Aug 21 21:33:39.578 INFO E| Downloaded chrono v0.4.41
33472026-08-21T21:33:40.984Z[ helios-setup] Aug 21 21:33:39.605 INFO E| Downloaded rustix v1.0.7
33482026-08-21T21:33:41.047Z[ helios-setup] Aug 21 21:33:39.669 INFO E| Compiling proc-macro2 v1.0.95
33492026-08-21T21:33:41.047Z[ helios-setup] Aug 21 21:33:39.669 INFO E| Compiling unicode-ident v1.0.18
33502026-08-21T21:33:41.047Z[ helios-setup] Aug 21 21:33:39.669 INFO E| Compiling libc v0.2.172
33512026-08-21T21:33:41.051Z[ helios-setup] Aug 21 21:33:39.669 INFO E| Compiling ident_case v1.0.1
33522026-08-21T21:33:41.051Z[ helios-setup] Aug 21 21:33:39.669 INFO E| Compiling fnv v1.0.7
33532026-08-21T21:33:41.051Z[ helios-setup] Aug 21 21:33:39.669 INFO E| Compiling strsim v0.11.1
33542026-08-21T21:33:41.051Z[ helios-setup] Aug 21 21:33:39.669 INFO E| Compiling serde v1.0.219
33552026-08-21T21:33:41.051Z[ helios-setup] Aug 21 21:33:39.669 INFO E| Compiling getrandom v0.3.3
33562026-08-21T21:33:41.051Z[ helios-setup] Aug 21 21:33:39.669 INFO E| Compiling rustix v1.0.7
33572026-08-21T21:33:41.051Z[ helios-setup] Aug 21 21:33:39.669 INFO E| Compiling anyhow v1.0.98
33582026-08-21T21:33:41.051Z[ helios-setup] Aug 21 21:33:39.669 INFO E| Compiling serde_json v1.0.140
33592026-08-21T21:33:41.051Z[ helios-setup] Aug 21 21:33:39.669 INFO E| Compiling cfg-if v1.0.0
33602026-08-21T21:33:41.051Z[ helios-setup] Aug 21 21:33:39.669 INFO E| Compiling bitflags v2.9.1
33612026-08-21T21:33:41.051Z[ helios-setup] Aug 21 21:33:39.669 INFO E| Compiling thiserror v2.0.12
33622026-08-21T21:33:41.051Z[ helios-setup] Aug 21 21:33:39.669 INFO E| Compiling fastrand v2.3.0
33632026-08-21T21:33:41.051Z[ helios-setup] Aug 21 21:33:39.669 INFO E| Compiling memchr v2.7.4
33642026-08-21T21:33:41.203Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33652026-08-21T21:33:41.387Z[ host-package] Compiling darling v0.13.4
33662026-08-21T21:33:41.542Z[ helios-setup] Aug 21 21:33:40.164 INFO E| Compiling ryu v1.0.20
33672026-08-21T21:33:41.634Z[ helios-setup] Aug 21 21:33:40.256 INFO E| Compiling once_cell v1.21.3
33682026-08-21T21:33:41.810Z[ helios-setup] Aug 21 21:33:40.431 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
33692026-08-21T21:33:41.851Z[ helios-setup] Aug 21 21:33:40.471 INFO E| Compiling itoa v1.0.15
33702026-08-21T21:33:42.412Z[ helios-setup] Aug 21 21:33:41.033 INFO E| Compiling quote v1.0.40
33712026-08-21T21:33:42.699Z[ helios-setup] Aug 21 21:33:41.237 INFO E| Compiling syn v2.0.101
33722026-08-21T21:33:42.704Z[ host-package] Compiling sled v0.34.7
33732026-08-21T21:33:42.982Z[ helios-setup] Aug 21 21:33:41.604 INFO E| Compiling errno v0.3.12
33742026-08-21T21:33:43.890Z[ helios-setup] Aug 21 21:33:42.512 INFO E| Compiling tempfile v3.20.0
33752026-08-21T21:33:44.061Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33762026-08-21T21:33:44.541Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33772026-08-21T21:33:44.591Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33782026-08-21T21:33:44.684Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33792026-08-21T21:33:44.928Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33802026-08-21T21:33:45.052Z[ host-package] Compiling secrecy v0.8.0
33812026-08-21T21:33:45.116Z[ helios-setup] Aug 21 21:33:43.737 INFO E| Compiling darling_core v0.20.11
33822026-08-21T21:33:45.243Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33832026-08-21T21:33:45.608Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33842026-08-21T21:33:45.874Z[ helios-setup] Aug 21 21:33:44.495 INFO E| Compiling serde_derive v1.0.219
33852026-08-21T21:33:45.874Z[ helios-setup] Aug 21 21:33:44.496 INFO E| Compiling thiserror-impl v2.0.12
33862026-08-21T21:33:46.640Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33872026-08-21T21:33:46.776Z[ host-package] Compiling serde_with_macros v1.5.2
33882026-08-21T21:33:46.872Z[ helios-setup] Aug 21 21:33:45.494 INFO E| Compiling darling_macro v0.20.11
33892026-08-21T21:33:47.428Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33902026-08-21T21:33:47.610Z[ helios-setup] Aug 21 21:33:46.232 INFO E| Compiling darling v0.20.11
33912026-08-21T21:33:47.676Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33922026-08-21T21:33:47.704Z[ helios-setup] Aug 21 21:33:46.323 INFO E| Compiling serde_with_macros v3.12.0
33932026-08-21T21:33:48.321Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33942026-08-21T21:33:48.565Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33952026-08-21T21:33:48.984Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33962026-08-21T21:33:49.234Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33972026-08-21T21:33:49.397Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33982026-08-21T21:33:49.485Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33992026-08-21T21:33:49.644Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34002026-08-21T21:33:49.699Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34012026-08-21T21:33:49.749Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34022026-08-21T21:33:49.947Z[ host-package] Compiling arc-swap v1.8.2
34032026-08-21T21:33:50.025Z[ host-package] Compiling git2 v0.20.4
34042026-08-21T21:33:50.049Z[ host-package] Compiling void v1.0.2
34052026-08-21T21:33:50.165Z[ host-package] Compiling lzss v0.8.2
34062026-08-21T21:33:50.296Z[ host-package] Compiling slog-scope v4.4.1
34072026-08-21T21:33:50.623Z[ host-package] Compiling illumos-nvpair v0.3.0
34082026-08-21T21:33:50.660Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34092026-08-21T21:33:50.902Z[ host-package] Compiling serde_with v1.14.0
34102026-08-21T21:33:51.248Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
34112026-08-21T21:33:51.461Z[ helios-setup] Aug 21 21:33:50.083 INFO E| Compiling serde_with v3.12.0
34122026-08-21T21:33:51.522Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
34132026-08-21T21:33:52.434Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34142026-08-21T21:33:53.363Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34152026-08-21T21:33:54.314Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34162026-08-21T21:33:54.543Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34172026-08-21T21:33:55.490Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34182026-08-21T21:33:55.965Z[ helios-setup] Aug 21 21:33:54.586 INFO E| Finished `release` profile [optimized] target(s) in 15.33s
34192026-08-21T21:33:55.987Z[ helios-setup] Aug 21 21:33:54.609 INFO building project "dmar-report" ok (15 seconds)
34202026-08-21T21:33:55.989Z[ helios-setup] Aug 21 21:33:54.609 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
34212026-08-21T21:33:55.996Z[ helios-setup] Aug 21 21:33:54.618 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
34222026-08-21T21:33:55.996Z[ helios-setup] Aug 21 21:33:54.618 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
34232026-08-21T21:33:55.996Z[ helios-setup] Aug 21 21:33:54.618 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
34242026-08-21T21:33:56.107Z[ helios-setup] Aug 21 21:33:54.728 INFO E| Blocking waiting for file lock on package cache
34252026-08-21T21:33:57.748Z[ host-package] Compiling scuffle v0.1.0
34262026-08-21T21:33:57.980Z[ host-package] Compiling tungstenite v0.23.0
34272026-08-21T21:33:59.011Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34282026-08-21T21:33:59.848Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34292026-08-21T21:33:59.877Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34302026-08-21T21:34:00.107Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34312026-08-21T21:34:00.258Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
34322026-08-21T21:34:00.336Z[ host-package] Compiling nix v0.27.1
34332026-08-21T21:34:00.513Z[ host-package] Compiling twox-hash v2.1.2
34342026-08-21T21:34:00.978Z[ host-package] Compiling libsw-core v0.3.2
34352026-08-21T21:34:01.020Z[ host-package] Compiling atty v0.2.14
34362026-08-21T21:34:01.176Z[ host-package] Compiling serde_bytes v0.11.19
34372026-08-21T21:34:01.251Z[ host-package] Compiling libsw v3.5.0
34382026-08-21T21:34:01.499Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
34392026-08-21T21:34:01.623Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34402026-08-21T21:34:01.659Z[ host-package] Compiling tokio-tungstenite v0.23.1
34412026-08-21T21:34:01.663Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34422026-08-21T21:34:01.959Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34432026-08-21T21:34:02.114Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34442026-08-21T21:34:03.114Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34452026-08-21T21:34:03.361Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34462026-08-21T21:34:03.513Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
34472026-08-21T21:34:03.978Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34482026-08-21T21:34:04.625Z[ host-package] Compiling slog-stdlog v4.1.1
34492026-08-21T21:34:04.888Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34502026-08-21T21:34:05.019Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34512026-08-21T21:34:05.044Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34522026-08-21T21:34:05.121Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34532026-08-21T21:34:05.480Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
34542026-08-21T21:34:05.949Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34552026-08-21T21:34:06.725Z[ helios-setup] Aug 21 21:34:05.347 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
34562026-08-21T21:34:07.370Z[ helios-setup] Aug 21 21:34:05.991 INFO E| From https://github.com/jclulow/hiercmd
34572026-08-21T21:34:07.370Z[ helios-setup] Aug 21 21:34:05.991 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
34582026-08-21T21:34:07.383Z[ helios-setup] Aug 21 21:34:06.004 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
34592026-08-21T21:34:07.668Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34602026-08-21T21:34:07.691Z[ helios-setup] Aug 21 21:34:06.312 INFO E| From https://github.com/oxidecomputer/network-interface
34612026-08-21T21:34:07.691Z[ helios-setup] Aug 21 21:34:06.312 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
34622026-08-21T21:34:07.703Z[ helios-setup] Aug 21 21:34:06.324 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
34632026-08-21T21:34:08.059Z[ helios-setup] Aug 21 21:34:06.680 INFO E| From https://github.com/oxidecomputer/boot-image-tools
34642026-08-21T21:34:08.059Z[ helios-setup] Aug 21 21:34:06.680 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
34652026-08-21T21:34:08.077Z[ helios-setup] Aug 21 21:34:06.699 INFO E| Updating crates.io index
34662026-08-21T21:34:08.129Z[ helios-setup] Aug 21 21:34:06.751 INFO E| Blocking waiting for file lock on package cache
34672026-08-21T21:34:08.183Z[ helios-setup] Aug 21 21:34:06.804 INFO E| Blocking waiting for file lock on package cache
34682026-08-21T21:34:08.419Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34692026-08-21T21:34:08.667Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34702026-08-21T21:34:09.018Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34712026-08-21T21:34:11.453Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34722026-08-21T21:34:12.314Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34732026-08-21T21:34:12.466Z[ helios-setup] Aug 21 21:34:11.087 INFO E| Downloading crates ...
34742026-08-21T21:34:12.509Z[ helios-setup] Aug 21 21:34:11.130 INFO E| Downloaded anstyle v1.0.13
34752026-08-21T21:34:12.513Z[ helios-setup] Aug 21 21:34:11.133 INFO E| Downloaded bitfield v0.19.3
34762026-08-21T21:34:12.520Z[ helios-setup] Aug 21 21:34:11.140 INFO E| Downloaded anstyle-query v1.1.4
34772026-08-21T21:34:12.528Z[ helios-setup] Aug 21 21:34:11.141 INFO E| Downloaded find-msvc-tools v0.1.4
34782026-08-21T21:34:12.528Z[ helios-setup] Aug 21 21:34:11.146 INFO E| Downloaded anyhow v1.0.100
34792026-08-21T21:34:12.528Z[ helios-setup] Aug 21 21:34:11.148 INFO E| Downloaded base64ct v1.8.0
34802026-08-21T21:34:12.532Z[ helios-setup] Aug 21 21:34:11.150 INFO E| Downloaded futures-io v0.3.31
34812026-08-21T21:34:12.533Z[ helios-setup] Aug 21 21:34:11.150 INFO E| Downloaded getrandom v0.2.16
34822026-08-21T21:34:12.533Z[ helios-setup] Aug 21 21:34:11.152 INFO E| Downloaded clap_lex v0.7.6
34832026-08-21T21:34:12.533Z[ helios-setup] Aug 21 21:34:11.153 INFO E| Downloaded futures-core v0.3.31
34842026-08-21T21:34:12.536Z[ helios-setup] Aug 21 21:34:11.155 INFO E| Downloaded pin-utils v0.1.0
34852026-08-21T21:34:12.536Z[ helios-setup] Aug 21 21:34:11.156 INFO E| Downloaded futures-macro v0.3.31
34862026-08-21T21:34:12.540Z[ helios-setup] Aug 21 21:34:11.162 INFO E| Downloaded devinfo v0.1.0
34872026-08-21T21:34:12.544Z[ helios-setup] Aug 21 21:34:11.163 INFO E| Downloaded time-core v0.1.6
34882026-08-21T21:34:12.544Z[ helios-setup] Aug 21 21:34:11.164 INFO E| Downloaded env_filter v0.1.4
34892026-08-21T21:34:12.544Z[ helios-setup] Aug 21 21:34:11.165 INFO E| Downloaded libdevinfo-sys v1.1.0
34902026-08-21T21:34:12.552Z[ helios-setup] Aug 21 21:34:11.173 INFO E| Downloaded futures-channel v0.3.31
34912026-08-21T21:34:12.561Z[ helios-setup] Aug 21 21:34:11.180 INFO E| Downloaded futures-task v0.3.31
34922026-08-21T21:34:12.564Z[ helios-setup] Aug 21 21:34:11.182 INFO E| Downloaded bitfield-macros v0.19.3
34932026-08-21T21:34:12.564Z[ helios-setup] Aug 21 21:34:11.183 INFO E| Downloaded crc v3.3.0
34942026-08-21T21:34:12.568Z[ helios-setup] Aug 21 21:34:11.187 INFO E| Downloaded serde_spanned v1.0.3
34952026-08-21T21:34:12.590Z[ helios-setup] Aug 21 21:34:11.211 INFO E| Downloaded slab v0.4.11
34962026-08-21T21:34:12.594Z[ helios-setup] Aug 21 21:34:11.212 INFO E| Downloaded generic-array v0.14.9
34972026-08-21T21:34:12.607Z[ helios-setup] Aug 21 21:34:11.228 INFO E| Downloaded zeroize_derive v1.4.2
34982026-08-21T21:34:12.637Z[ helios-setup] Aug 21 21:34:11.258 INFO E| Downloaded simd-adler32 v0.3.7
34992026-08-21T21:34:12.641Z[ helios-setup] Aug 21 21:34:11.258 INFO E| Downloaded futures-sink v0.3.31
35002026-08-21T21:34:12.641Z[ helios-setup] Aug 21 21:34:11.258 INFO E| Downloaded deranged v0.5.5
35012026-08-21T21:34:12.641Z[ helios-setup] Aug 21 21:34:11.258 INFO E| Downloaded signal-hook-registry v1.4.6
35022026-08-21T21:34:12.641Z[ helios-setup] Aug 21 21:34:11.258 INFO E| Downloaded env_logger v0.11.8
35032026-08-21T21:34:12.641Z[ helios-setup] Aug 21 21:34:11.258 INFO E| Downloaded num_enum v0.7.5
35042026-08-21T21:34:12.641Z[ helios-setup] Aug 21 21:34:11.259 INFO E| Downloaded thiserror v2.0.17
35052026-08-21T21:34:12.641Z[ helios-setup] Aug 21 21:34:11.262 INFO E| Downloaded toml_writer v1.0.4
35062026-08-21T21:34:12.645Z[ helios-setup] Aug 21 21:34:11.263 INFO E| Downloaded rsa v0.9.8
35072026-08-21T21:34:12.645Z[ helios-setup] Aug 21 21:34:11.266 INFO E| Downloaded clap v4.5.51
35082026-08-21T21:34:12.655Z[ helios-setup] Aug 21 21:34:11.271 INFO E| Downloaded log v0.4.28
35092026-08-21T21:34:12.655Z[ helios-setup] Aug 21 21:34:11.273 INFO E| Downloaded thiserror-impl v2.0.17
35102026-08-21T21:34:12.655Z[ helios-setup] Aug 21 21:34:11.273 INFO E| Downloaded tokio-macros v2.6.0
35112026-08-21T21:34:12.656Z[ helios-setup] Aug 21 21:34:11.274 INFO E| Downloaded pin-project-lite v0.2.16
35122026-08-21T21:34:12.659Z[ helios-setup] Aug 21 21:34:11.277 INFO E| Downloaded toml_datetime v0.7.3
35132026-08-21T21:34:12.659Z[ helios-setup] Aug 21 21:34:11.278 INFO E| Downloaded time-macros v0.2.24
35142026-08-21T21:34:12.666Z[ helios-setup] Aug 21 21:34:11.285 INFO E| Downloaded futures-executor v0.3.31
35152026-08-21T21:34:12.670Z[ helios-setup] Aug 21 21:34:11.290 INFO E| Downloaded bitflags v2.10.0
35162026-08-21T21:34:12.673Z[ helios-setup] Aug 21 21:34:11.293 INFO E| Downloaded getopts v0.2.24
35172026-08-21T21:34:12.677Z[ helios-setup] Aug 21 21:34:11.297 INFO E| Downloaded flate2 v1.1.5
35182026-08-21T21:34:12.680Z[ helios-setup] Aug 21 21:34:11.300 INFO E| Downloaded quote v1.0.41
35192026-08-21T21:34:12.680Z[ helios-setup] Aug 21 21:34:11.302 INFO E| Downloaded unicode-ident v1.0.22
35202026-08-21T21:34:12.683Z[ helios-setup] Aug 21 21:34:11.303 INFO E| Downloaded clap_derive v4.5.49
35212026-08-21T21:34:12.687Z[ helios-setup] Aug 21 21:34:11.306 INFO E| Downloaded num_enum_derive v0.7.5
35222026-08-21T21:34:12.687Z[ helios-setup] Aug 21 21:34:11.307 INFO E| Downloaded toml_parser v1.0.4
35232026-08-21T21:34:12.698Z[ helios-setup] Aug 21 21:34:11.320 INFO E| Downloaded futures v0.3.31
35242026-08-21T21:34:12.704Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
35252026-08-21T21:34:12.708Z[ helios-setup] Aug 21 21:34:11.327 INFO E| Downloaded toml v0.9.8
35262026-08-21T21:34:12.711Z[ helios-setup] Aug 21 21:34:11.329 INFO E| Downloaded uuid v1.18.1
35272026-08-21T21:34:12.711Z[ helios-setup] Aug 21 21:34:11.331 INFO E| Downloaded socket2 v0.6.1
35282026-08-21T21:34:12.715Z[ helios-setup] Aug 21 21:34:11.334 INFO E| Downloaded proc-macro2 v1.0.103
35292026-08-21T21:34:12.724Z[ helios-setup] Aug 21 21:34:11.342 INFO E| Downloaded toml_edit v0.23.7
35302026-08-21T21:34:12.731Z[ helios-setup] Aug 21 21:34:11.352 INFO E| Downloaded bytes v1.10.1
35312026-08-21T21:34:12.735Z[ helios-setup] Aug 21 21:34:11.356 INFO E| Downloaded typenum v1.19.0
35322026-08-21T21:34:12.742Z[ helios-setup] Aug 21 21:34:11.363 INFO E| Downloaded rand v0.8.5
35332026-08-21T21:34:12.756Z[ helios-setup] Aug 21 21:34:11.377 INFO E| Downloaded memchr v2.7.6
35342026-08-21T21:34:12.760Z[ helios-setup] Aug 21 21:34:11.380 INFO E| Downloaded cc v1.2.44
35352026-08-21T21:34:12.763Z[ helios-setup] Aug 21 21:34:11.382 INFO E| Downloaded indexmap v2.12.0
35362026-08-21T21:34:12.763Z[ helios-setup] Aug 21 21:34:11.385 INFO E| Downloaded mio v1.1.0
35372026-08-21T21:34:12.773Z[ helios-setup] Aug 21 21:34:11.395 INFO E| Downloaded iddqd v0.3.14
35382026-08-21T21:34:12.798Z[ helios-setup] Aug 21 21:34:11.420 INFO E| Downloaded libm v0.2.15
35392026-08-21T21:34:12.805Z[ helios-setup] Aug 21 21:34:11.427 INFO E| Downloaded num-bigint-dig v0.8.4
35402026-08-21T21:34:12.809Z[ helios-setup] Aug 21 21:34:11.429 INFO E| Downloaded clap_builder v4.5.51
35412026-08-21T21:34:12.812Z[ helios-setup] Aug 21 21:34:11.433 INFO E| Downloaded hashbrown v0.16.0
35422026-08-21T21:34:12.816Z[ helios-setup] Aug 21 21:34:11.436 INFO E| Downloaded time v0.3.44
35432026-08-21T21:34:12.836Z[ helios-setup] Aug 21 21:34:11.456 INFO E| Downloaded futures-util v0.3.31
35442026-08-21T21:34:12.842Z[ helios-setup] Aug 21 21:34:11.464 INFO E| Downloaded serde_json v1.0.145
35452026-08-21T21:34:12.879Z[ helios-setup] Aug 21 21:34:11.500 INFO E| Downloaded chrono v0.4.42
35462026-08-21T21:34:12.885Z[ helios-setup] Aug 21 21:34:11.504 INFO E| Downloaded unicode-width v0.2.2
35472026-08-21T21:34:12.889Z[ helios-setup] Aug 21 21:34:11.507 INFO E| Downloaded syn v2.0.108
35482026-08-21T21:34:12.893Z[ helios-setup] Aug 21 21:34:11.514 INFO E| Downloaded rustix v1.1.2
35492026-08-21T21:34:12.960Z[ helios-setup] Aug 21 21:34:11.581 INFO E| Downloaded libc v0.2.177
35502026-08-21T21:34:12.975Z[ helios-setup] Aug 21 21:34:11.596 INFO E| Downloaded tokio v1.48.0
35512026-08-21T21:34:13.133Z[ helios-setup] Aug 21 21:34:11.754 INFO E| Compiling proc-macro2 v1.0.103
35522026-08-21T21:34:13.133Z[ helios-setup] Aug 21 21:34:11.754 INFO E| Compiling unicode-ident v1.0.22
35532026-08-21T21:34:13.137Z[ helios-setup] Aug 21 21:34:11.754 INFO E| Compiling quote v1.0.41
35542026-08-21T21:34:13.137Z[ helios-setup] Aug 21 21:34:11.754 INFO E| Compiling libc v0.2.177
35552026-08-21T21:34:13.137Z[ helios-setup] Aug 21 21:34:11.754 INFO E| Compiling serde_core v1.0.228
35562026-08-21T21:34:13.137Z[ helios-setup] Aug 21 21:34:11.754 INFO E| Compiling cfg-if v1.0.4
35572026-08-21T21:34:13.137Z[ helios-setup] Aug 21 21:34:11.754 INFO E| Compiling serde v1.0.228
35582026-08-21T21:34:13.137Z[ helios-setup] Aug 21 21:34:11.754 INFO E| Compiling version_check v0.9.5
35592026-08-21T21:34:13.137Z[ helios-setup] Aug 21 21:34:11.754 INFO E| Compiling autocfg v1.5.0
35602026-08-21T21:34:13.137Z[ helios-setup] Aug 21 21:34:11.754 INFO E| Compiling typenum v1.19.0
35612026-08-21T21:34:13.137Z[ helios-setup] Aug 21 21:34:11.754 INFO E| Compiling const-oid v0.9.6
35622026-08-21T21:34:13.137Z[ helios-setup] Aug 21 21:34:11.754 INFO E| Compiling libm v0.2.15
35632026-08-21T21:34:13.137Z[ helios-setup] Aug 21 21:34:11.754 INFO E| Compiling zerocopy v0.8.27
35642026-08-21T21:34:13.137Z[ helios-setup] Aug 21 21:34:11.754 INFO E| Compiling rustversion v1.0.22
35652026-08-21T21:34:13.137Z[ helios-setup] Aug 21 21:34:11.754 INFO E| Compiling zeroize v1.8.2
35662026-08-21T21:34:13.137Z[ helios-setup] Aug 21 21:34:11.754 INFO E| Compiling base64ct v1.8.0
35672026-08-21T21:34:13.341Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35682026-08-21T21:34:13.426Z[ helios-setup] Aug 21 21:34:12.047 INFO E| Compiling smallvec v1.15.1
35692026-08-21T21:34:13.575Z[ helios-setup] Aug 21 21:34:12.196 INFO E| Compiling anyhow v1.0.100
35702026-08-21T21:34:13.995Z[ helios-setup] Aug 21 21:34:12.612 INFO E| Compiling pem-rfc7468 v0.7.0
35712026-08-21T21:34:14.016Z[ helios-setup] Aug 21 21:34:12.637 INFO E| Compiling memchr v2.7.6
35722026-08-21T21:34:14.193Z[ helios-setup] Aug 21 21:34:12.814 INFO E| Compiling generic-array v0.14.9
35732026-08-21T21:34:14.283Z[ helios-setup] Aug 21 21:34:12.902 INFO E| Compiling byteorder v1.5.0
35742026-08-21T21:34:14.502Z[ helios-setup] Aug 21 21:34:13.123 INFO E| Compiling hashbrown v0.16.0
35752026-08-21T21:34:14.502Z[ helios-setup] Aug 21 21:34:13.123 INFO E| Compiling crc32fast v1.5.0
35762026-08-21T21:34:14.535Z[ helios-setup] Aug 21 21:34:13.156 INFO E| Compiling num-traits v0.2.19
35772026-08-21T21:34:14.556Z[ helios-setup] Aug 21 21:34:13.177 INFO E| Compiling winnow v0.7.13
35782026-08-21T21:34:14.585Z[ helios-setup] Aug 21 21:34:13.206 INFO E| Compiling rustix v1.1.2
35792026-08-21T21:34:14.667Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35802026-08-21T21:34:14.734Z[ helios-setup] Aug 21 21:34:13.353 INFO E| Compiling equivalent v1.0.2
35812026-08-21T21:34:14.838Z[ helios-setup] Aug 21 21:34:13.460 INFO E| Compiling utf8parse v0.2.2
35822026-08-21T21:34:15.020Z[ helios-setup] Aug 21 21:34:13.641 INFO E| Compiling flagset v0.4.7
35832026-08-21T21:34:15.190Z[ helios-setup] Aug 21 21:34:13.811 INFO E| Compiling anstyle-parse v0.2.7
35842026-08-21T21:34:15.234Z[ helios-setup] Aug 21 21:34:13.855 INFO E| Compiling colorchoice v1.0.4
35852026-08-21T21:34:15.245Z[ helios-setup] Aug 21 21:34:13.866 INFO E| Compiling anstyle-query v1.1.4
35862026-08-21T21:34:15.274Z[ helios-setup] Aug 21 21:34:13.895 INFO E| Compiling toml_datetime v0.7.3
35872026-08-21T21:34:15.382Z[ helios-setup] Aug 21 21:34:14.003 INFO E| Compiling getrandom v0.2.16
35882026-08-21T21:34:15.464Z[ helios-setup] Aug 21 21:34:14.085 INFO E| Compiling errno v0.3.14
35892026-08-21T21:34:15.477Z[ helios-setup] Aug 21 21:34:14.098 INFO E| Compiling is_terminal_polyfill v1.70.2
35902026-08-21T21:34:15.559Z[ helios-setup] Aug 21 21:34:14.180 INFO E| Compiling radium v0.7.0
35912026-08-21T21:34:15.566Z[ helios-setup] Aug 21 21:34:14.187 INFO E| Compiling anstyle v1.0.13
35922026-08-21T21:34:15.617Z[ helios-setup] Aug 21 21:34:14.238 INFO E| Compiling indexmap v2.12.0
35932026-08-21T21:34:15.634Z[ helios-setup] Aug 21 21:34:14.255 INFO E| Compiling allocator-api2 v0.2.21
35942026-08-21T21:34:15.742Z[ helios-setup] Aug 21 21:34:14.363 INFO E| Compiling rand_core v0.6.4
35952026-08-21T21:34:15.914Z[ helios-setup] Aug 21 21:34:14.535 INFO E| Compiling cpufeatures v0.2.17
35962026-08-21T21:34:16.002Z[ helios-setup] Aug 21 21:34:14.622 INFO E| Compiling shlex v1.3.0
35972026-08-21T21:34:16.061Z[ helios-setup] Aug 21 21:34:14.682 INFO E| Compiling find-msvc-tools v0.1.4
35982026-08-21T21:34:16.082Z[ helios-setup] Aug 21 21:34:14.704 INFO E| Compiling syn v1.0.109
35992026-08-21T21:34:16.149Z[ helios-setup] Aug 21 21:34:14.770 INFO E| Compiling slog v2.8.2
36002026-08-21T21:34:16.410Z[ helios-setup] Aug 21 21:34:15.031 INFO E| Compiling syn v2.0.108
36012026-08-21T21:34:16.517Z[ helios-setup] Aug 21 21:34:15.138 INFO E| Compiling cc v1.2.44
36022026-08-21T21:34:16.532Z[ helios-setup] Aug 21 21:34:15.153 INFO E| Compiling anstream v0.6.21
36032026-08-21T21:34:16.628Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36042026-08-21T21:34:16.682Z[ helios-setup] Aug 21 21:34:15.303 INFO E| Compiling parking_lot_core v0.9.12
36052026-08-21T21:34:16.807Z[ helios-setup] Aug 21 21:34:15.429 INFO E| Compiling block-buffer v0.10.4
36062026-08-21T21:34:16.836Z[ helios-setup] Aug 21 21:34:15.457 INFO E| Compiling crypto-common v0.1.6
36072026-08-21T21:34:17.058Z[ helios-setup] Aug 21 21:34:15.679 INFO E| Compiling digest v0.10.7
36082026-08-21T21:34:17.077Z[ helios-setup] Aug 21 21:34:15.698 INFO E| Compiling futures-sink v0.3.31
36092026-08-21T21:34:17.111Z[ helios-setup] Aug 21 21:34:15.732 INFO E| Compiling futures-core v0.3.31
36102026-08-21T21:34:17.153Z[ helios-setup] Aug 21 21:34:15.774 INFO E| Compiling pin-project-lite v0.2.16
36112026-08-21T21:34:17.194Z[ helios-setup] Aug 21 21:34:15.816 INFO E| Compiling pkg-config v0.3.32
36122026-08-21T21:34:17.277Z[ helios-setup] Aug 21 21:34:15.898 INFO E| Compiling tap v1.0.1
36132026-08-21T21:34:17.304Z[ host-package] Compiling signal-hook-tokio v0.3.1
36142026-08-21T21:34:17.326Z[ helios-setup] Aug 21 21:34:15.947 INFO E| Compiling maybe-uninit v2.0.0
36152026-08-21T21:34:17.348Z[ helios-setup] Aug 21 21:34:15.968 INFO E| Compiling unicode-width v0.2.2
36162026-08-21T21:34:17.426Z[ host-package] Compiling fatfs v0.3.6
36172026-08-21T21:34:17.465Z[ helios-setup] Aug 21 21:34:16.087 INFO E| Compiling toml_parser v1.0.4
36182026-08-21T21:34:17.485Z[ helios-setup] Aug 21 21:34:16.107 INFO E| Compiling sha2 v0.10.9
36192026-08-21T21:34:17.562Z[ helios-setup] Aug 21 21:34:16.179 INFO E| Compiling wyz v0.5.1
36202026-08-21T21:34:17.620Z[ helios-setup] Aug 21 21:34:16.241 INFO E| Compiling futures-channel v0.3.31
36212026-08-21T21:34:17.735Z[ helios-setup] Aug 21 21:34:16.356 INFO E| Compiling num-integer v0.1.46
36222026-08-21T21:34:17.838Z[ host-package] Compiling yasna v0.5.2
36232026-08-21T21:34:17.953Z[ helios-setup] Aug 21 21:34:16.573 INFO E| Compiling ahash v0.8.12
36242026-08-21T21:34:17.991Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36252026-08-21T21:34:18.105Z[ helios-setup] Aug 21 21:34:16.727 INFO E| Compiling getopts v0.2.24
36262026-08-21T21:34:18.118Z[ helios-setup] Aug 21 21:34:16.739 INFO E| Compiling itoa v1.0.15
36272026-08-21T21:34:18.128Z[ helios-setup] Aug 21 21:34:16.749 INFO E| Compiling futures-task v0.3.31
36282026-08-21T21:34:18.140Z[ helios-setup] Aug 21 21:34:16.761 INFO E| Compiling strsim v0.11.1
36292026-08-21T21:34:18.306Z[ helios-setup] Aug 21 21:34:16.927 INFO E| Compiling time-core v0.1.6
36302026-08-21T21:34:18.335Z[ helios-setup] Aug 21 21:34:16.956 INFO E| Compiling futures-io v0.3.31
36312026-08-21T21:34:18.455Z[ helios-setup] Aug 21 21:34:17.076 INFO E| Compiling toml_edit v0.23.7
36322026-08-21T21:34:18.459Z[ helios-setup] Aug 21 21:34:17.077 INFO E| Compiling scopeguard v1.2.0
36332026-08-21T21:34:18.470Z[ helios-setup] Aug 21 21:34:17.091 INFO E| Compiling heck v0.5.0
36342026-08-21T21:34:18.530Z[ helios-setup] Aug 21 21:34:17.152 INFO E| Compiling spin v0.9.8
36352026-08-21T21:34:18.536Z[ helios-setup] Aug 21 21:34:17.152 INFO E| Compiling thiserror v1.0.69
36362026-08-21T21:34:18.635Z[ helios-setup] Aug 21 21:34:17.256 INFO E| Compiling pin-utils v0.1.0
36372026-08-21T21:34:18.709Z[ helios-setup] Aug 21 21:34:17.330 INFO E| Compiling bitflags v2.10.0
36382026-08-21T21:34:18.723Z[ helios-setup] Aug 21 21:34:17.344 INFO E| Compiling slab v0.4.11
36392026-08-21T21:34:18.770Z[ helios-setup] Aug 21 21:34:17.391 INFO E| Compiling powerfmt v0.2.0
36402026-08-21T21:34:18.833Z[ helios-setup] Aug 21 21:34:17.455 INFO E| Compiling packed_struct v0.10.1
36412026-08-21T21:34:18.837Z[ helios-setup] Aug 21 21:34:17.455 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
36422026-08-21T21:34:19.038Z[ helios-setup] Aug 21 21:34:17.659 INFO E| Compiling getrandom v0.3.4
36432026-08-21T21:34:19.090Z[ helios-setup] Aug 21 21:34:17.711 INFO E| Compiling num-conv v0.1.0
36442026-08-21T21:34:19.134Z[ host-package] Compiling assert_matches v1.5.0
36452026-08-21T21:34:19.387Z[ helios-setup] Aug 21 21:34:18.008 INFO E| Compiling funty v2.0.0
36462026-08-21T21:34:19.393Z[ helios-setup] Aug 21 21:34:18.014 INFO E| Compiling num-bigint-dig v0.8.4
36472026-08-21T21:34:19.450Z[ host-package] Compiling seq-macro v0.3.6
36482026-08-21T21:34:19.456Z[ helios-setup] Aug 21 21:34:18.077 INFO E| Compiling clap_lex v0.7.6
36492026-08-21T21:34:19.501Z[ helios-setup] Aug 21 21:34:18.122 INFO E| Compiling bytes v1.10.1
36502026-08-21T21:34:19.566Z[ helios-setup] Aug 21 21:34:18.188 INFO E| Compiling time-macros v0.2.24
36512026-08-21T21:34:19.612Z[ helios-setup] Aug 21 21:34:18.233 INFO E| Compiling deranged v0.5.5
36522026-08-21T21:34:19.709Z[ host-package] Compiling is_ci v1.2.0
36532026-08-21T21:34:19.827Z[ host-package] Compiling rcgen v0.12.1
36542026-08-21T21:34:19.901Z[ helios-setup] Aug 21 21:34:18.522 INFO E| Compiling proc-macro-crate v3.4.0
36552026-08-21T21:34:19.967Z[ helios-setup] Aug 21 21:34:18.588 INFO E| Compiling lazy_static v1.5.0
36562026-08-21T21:34:19.980Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36572026-08-21T21:34:19.991Z[ helios-setup] Aug 21 21:34:18.612 INFO E| Compiling lock_api v0.4.14
36582026-08-21T21:34:20.203Z[ helios-setup] Aug 21 21:34:18.824 INFO E| Compiling terminal_size v0.4.3
36592026-08-21T21:34:20.222Z[ helios-setup] Aug 21 21:34:18.843 INFO E| Compiling num-iter v0.1.45
36602026-08-21T21:34:20.289Z[ helios-setup] Aug 21 21:34:18.910 INFO E| Compiling indexmap v1.9.3
36612026-08-21T21:34:20.355Z[ helios-setup] Aug 21 21:34:18.976 INFO E| Compiling bitvec v1.0.1
36622026-08-21T21:34:20.380Z[ helios-setup] Aug 21 21:34:19.001 INFO E| Compiling simd-adler32 v0.3.7
36632026-08-21T21:34:20.500Z[ host-package] Compiling supports-color v3.0.2
36642026-08-21T21:34:20.521Z[ helios-setup] Aug 21 21:34:19.142 INFO E| Compiling clap_builder v4.5.51
36652026-08-21T21:34:20.595Z[ helios-setup] Aug 21 21:34:19.182 INFO E| Compiling serde_json v1.0.145
36662026-08-21T21:34:20.610Z[ helios-setup] Aug 21 21:34:19.227 INFO E| Compiling once_cell v1.21.3
36672026-08-21T21:34:20.715Z[ helios-setup] Aug 21 21:34:19.336 INFO E| Compiling thiserror v2.0.17
36682026-08-21T21:34:21.023Z[ helios-setup] Aug 21 21:34:19.645 INFO E| Compiling nodrop v0.1.14
36692026-08-21T21:34:21.108Z[ helios-setup] Aug 21 21:34:19.730 INFO E| Compiling adler2 v2.0.1
36702026-08-21T21:34:21.127Z[ helios-setup] Aug 21 21:34:19.749 INFO E| Compiling iana-time-zone v0.1.64
36712026-08-21T21:34:21.150Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36722026-08-21T21:34:21.163Z[ helios-setup] Aug 21 21:34:19.784 INFO E| Compiling crc-catalog v2.4.0
36732026-08-21T21:34:21.274Z[ helios-setup] Aug 21 21:34:19.895 INFO E| Compiling log v0.4.28
36742026-08-21T21:34:21.364Z[ helios-setup] Aug 21 21:34:19.985 INFO E| Compiling miniz_oxide v0.8.9
36752026-08-21T21:34:21.367Z[ helios-setup] Aug 21 21:34:19.986 INFO E| Compiling chrono v0.4.42
36762026-08-21T21:34:21.436Z[ helios-setup] Aug 21 21:34:20.057 INFO E| Compiling crc v3.3.0
36772026-08-21T21:34:21.565Z[ helios-setup] Aug 21 21:34:20.186 INFO E| Compiling env_filter v0.1.4
36782026-08-21T21:34:21.670Z[ host-package] Compiling slog-envlogger v2.2.0
36792026-08-21T21:34:21.754Z[ helios-setup] Aug 21 21:34:20.375 INFO E| Compiling array-init v0.0.4
36802026-08-21T21:34:21.876Z[ helios-setup] Aug 21 21:34:20.494 INFO E| Compiling parking_lot v0.12.5
36812026-08-21T21:34:22.011Z[ helios-setup] Aug 21 21:34:20.632 INFO E| Compiling time v0.3.44
36822026-08-21T21:34:22.046Z[ helios-setup] Aug 21 21:34:20.667 INFO E| Compiling smallvec v0.6.14
36832026-08-21T21:34:22.235Z[ helios-setup] Aug 21 21:34:20.856 INFO E| Compiling serde_spanned v1.0.3
36842026-08-21T21:34:22.474Z[ helios-setup] Aug 21 21:34:21.095 INFO E| Compiling signature v2.2.0
36852026-08-21T21:34:22.544Z[ helios-setup] Aug 21 21:34:21.165 INFO E| Compiling mio v1.1.0
36862026-08-21T21:34:22.595Z[ helios-setup] Aug 21 21:34:21.216 INFO E| Compiling is-terminal v0.4.17
36872026-08-21T21:34:22.772Z[ helios-setup] Aug 21 21:34:21.393 INFO E| Compiling socket2 v0.6.1
36882026-08-21T21:34:22.924Z[ helios-setup] Aug 21 21:34:21.545 INFO E| Compiling packed_struct_codegen v0.10.1
36892026-08-21T21:34:23.006Z[ helios-setup] Aug 21 21:34:21.627 INFO E| Compiling signal-hook-registry v1.4.6
36902026-08-21T21:34:23.015Z[ helios-setup] Aug 21 21:34:21.636 INFO E| Compiling thread_local v1.1.9
36912026-08-21T21:34:23.342Z[ helios-setup] Aug 21 21:34:21.963 INFO E| Compiling libdevinfo-sys v1.1.0
36922026-08-21T21:34:23.453Z[ helios-setup] Aug 21 21:34:22.074 INFO E| Compiling hashbrown v0.12.3
36932026-08-21T21:34:23.525Z[ helios-setup] Aug 21 21:34:22.146 INFO E| Compiling toml_writer v1.0.4
36942026-08-21T21:34:23.579Z[ helios-setup] Aug 21 21:34:22.200 INFO E| Compiling ryu v1.0.20
36952026-08-21T21:34:23.737Z[ helios-setup] Aug 21 21:34:22.359 INFO E| Compiling subtle v2.6.1
36962026-08-21T21:34:23.824Z[ helios-setup] Aug 21 21:34:22.445 INFO E| Compiling base64 v0.21.7
36972026-08-21T21:34:23.832Z[ helios-setup] Aug 21 21:34:22.453 INFO E| Compiling term v1.2.0
36982026-08-21T21:34:23.877Z[ helios-setup] Aug 21 21:34:22.496 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
36992026-08-21T21:34:23.894Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37002026-08-21T21:34:23.998Z[ helios-setup] Aug 21 21:34:22.619 INFO E| Compiling serde_derive v1.0.228
37012026-08-21T21:34:24.136Z[ helios-setup] Aug 21 21:34:22.757 INFO E| Compiling zerocopy-derive v0.8.27
37022026-08-21T21:34:24.219Z[ helios-setup] Aug 21 21:34:22.839 INFO E| Compiling der_derive v0.7.3
37032026-08-21T21:34:24.227Z[ helios-setup] Aug 21 21:34:22.846 INFO E| Compiling futures-macro v0.3.31
37042026-08-21T21:34:24.354Z[ helios-setup] Aug 21 21:34:22.975 INFO E| Compiling thiserror-impl v1.0.69
37052026-08-21T21:34:24.408Z[ helios-setup] Aug 21 21:34:23.027 INFO E| Compiling zerocopy-derive v0.6.6
37062026-08-21T21:34:24.482Z[ helios-setup] Aug 21 21:34:23.103 INFO E| Compiling num_enum_derive v0.7.5
37072026-08-21T21:34:24.540Z[ helios-setup] Aug 21 21:34:23.161 INFO E| Compiling clap_derive v4.5.49
37082026-08-21T21:34:24.673Z[ helios-setup] Aug 21 21:34:23.295 INFO E| Compiling bitfield-macros v0.19.3
37092026-08-21T21:34:24.745Z[ helios-setup] Aug 21 21:34:23.366 INFO E| Compiling tokio-macros v2.6.0
37102026-08-21T21:34:25.345Z[ helios-setup] Aug 21 21:34:23.966 INFO E| Compiling thiserror-impl v2.0.17
37112026-08-21T21:34:25.367Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37122026-08-21T21:34:25.788Z[ helios-setup] Aug 21 21:34:24.399 INFO E| Compiling winnow v0.5.40
37132026-08-21T21:34:25.923Z[ helios-setup] Aug 21 21:34:24.535 INFO E| Compiling futures-util v0.3.31
37142026-08-21T21:34:26.139Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37152026-08-21T21:34:26.214Z[ helios-setup] Aug 21 21:34:24.796 INFO E| Compiling bitfield v0.19.3
37162026-08-21T21:34:26.419Z[ helios-setup] Aug 21 21:34:25.039 INFO E| Compiling der v0.7.10
37172026-08-21T21:34:26.488Z[ helios-setup] Aug 21 21:34:25.109 INFO E| Compiling zerocopy v0.6.6
37182026-08-21T21:34:26.521Z[ helios-setup] Aug 21 21:34:25.142 INFO E| Compiling tokio v1.48.0
37192026-08-21T21:34:26.721Z[ helios-setup] Aug 21 21:34:25.342 INFO E| Compiling num_enum v0.7.5
37202026-08-21T21:34:26.882Z[ helios-setup] Aug 21 21:34:25.500 INFO E| Compiling devinfo v0.1.0
37212026-08-21T21:34:26.913Z[ helios-setup] Aug 21 21:34:25.534 INFO E| Compiling toml v0.9.8
37222026-08-21T21:34:27.063Z[ helios-setup] Aug 21 21:34:25.684 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
37232026-08-21T21:34:27.486Z[ helios-setup] Aug 21 21:34:26.106 INFO E| Compiling bzip2 v0.4.4
37242026-08-21T21:34:27.646Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37252026-08-21T21:34:27.673Z[ helios-setup] Aug 21 21:34:26.294 INFO E| Compiling flate2 v1.1.5
37262026-08-21T21:34:27.931Z[ helios-setup] Aug 21 21:34:26.551 INFO E| Compiling uuid v1.18.1
37272026-08-21T21:34:27.952Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37282026-08-21T21:34:27.988Z[ host-package] Compiling port-file v0.1.0
37292026-08-21T21:34:28.064Z[ helios-setup] Aug 21 21:34:26.685 INFO E| Compiling env_logger v0.11.8
37302026-08-21T21:34:28.108Z[ helios-setup] Aug 21 21:34:26.729 INFO E| Compiling foldhash v0.2.0
37312026-08-21T21:34:28.219Z[ helios-setup] Aug 21 21:34:26.840 INFO E| Compiling rustc-hash v2.1.1
37322026-08-21T21:34:28.248Z[ helios-setup] Aug 21 21:34:26.869 INFO E| Compiling bitflags v1.3.2
37332026-08-21T21:34:28.338Z[ helios-setup] Aug 21 21:34:26.959 INFO E| Compiling crc-any v2.5.0
37342026-08-21T21:34:28.385Z[ helios-setup] Aug 21 21:34:27.005 INFO E| Compiling clap v4.5.51
37352026-08-21T21:34:28.477Z[ helios-setup] Aug 21 21:34:27.097 INFO E| Compiling hex v0.4.3
37362026-08-21T21:34:28.533Z[ helios-setup] Aug 21 21:34:27.154 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
37372026-08-21T21:34:28.670Z[ host-package] Compiling rtoolbox v0.0.3
37382026-08-21T21:34:28.715Z[ helios-setup] Aug 21 21:34:27.335 INFO E| Compiling iddqd v0.3.14
37392026-08-21T21:34:28.784Z[ host-package] Compiling subprocess v0.2.15
37402026-08-21T21:34:28.868Z[ helios-setup] Aug 21 21:34:27.489 INFO E| Compiling zip v0.6.6
37412026-08-21T21:34:29.079Z[ host-package] Compiling rpassword v7.5.4
37422026-08-21T21:34:29.411Z[ helios-setup] Aug 21 21:34:28.032 INFO E| Compiling spki v0.7.3
37432026-08-21T21:34:29.469Z[ helios-setup] Aug 21 21:34:28.090 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
37442026-08-21T21:34:29.516Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37452026-08-21T21:34:29.606Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37462026-08-21T21:34:29.691Z[ helios-setup] Aug 21 21:34:28.312 INFO E| Compiling pkcs8 v0.10.2
37472026-08-21T21:34:29.794Z[ helios-setup] Aug 21 21:34:28.414 INFO E| Compiling x509-cert v0.2.5
37482026-08-21T21:34:29.969Z[ helios-setup] Aug 21 21:34:28.590 INFO E| Compiling path-slash v0.1.5
37492026-08-21T21:34:30.132Z[ helios-setup] Aug 21 21:34:28.753 INFO E| Compiling ppv-lite86 v0.2.21
37502026-08-21T21:34:30.471Z[ helios-setup] Aug 21 21:34:29.092 INFO E| Compiling pkcs1 v0.7.5
37512026-08-21T21:34:30.775Z[ helios-setup] Aug 21 21:34:29.396 INFO E| Compiling rand_chacha v0.3.1
37522026-08-21T21:34:30.840Z[ helios-setup] Aug 21 21:34:29.460 INFO E| Compiling hashbrown v0.13.2
37532026-08-21T21:34:31.141Z[ helios-setup] Aug 21 21:34:29.761 INFO E| Compiling rand v0.8.5
37542026-08-21T21:34:31.532Z[ helios-setup] Aug 21 21:34:30.153 INFO E| Compiling futures-executor v0.3.31
37552026-08-21T21:34:31.820Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37562026-08-21T21:34:31.875Z[ helios-setup] Aug 21 21:34:30.496 INFO E| Compiling erased-serde v0.3.31
37572026-08-21T21:34:32.157Z[ helios-setup] Aug 21 21:34:30.778 INFO E| Compiling serde_spanned v0.6.9
37582026-08-21T21:34:32.213Z[ helios-setup] Aug 21 21:34:30.834 INFO E| Compiling toml_datetime v0.6.11
37592026-08-21T21:34:32.470Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37602026-08-21T21:34:32.668Z[ helios-setup] Aug 21 21:34:31.288 INFO E| Compiling toml_edit v0.19.15
37612026-08-21T21:34:32.755Z[ helios-setup] Aug 21 21:34:31.375 INFO E| Compiling futures v0.3.31
37622026-08-21T21:34:32.820Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37632026-08-21T21:34:32.855Z[ helios-setup] Aug 21 21:34:31.476 INFO E| Compiling ron v0.8.1
37642026-08-21T21:34:33.071Z[ helios-setup] Aug 21 21:34:31.692 INFO E| Compiling serde-hex v0.1.0
37652026-08-21T21:34:33.114Z[ helios-setup] Aug 21 21:34:31.735 INFO E| Compiling object v0.30.4
37662026-08-21T21:34:33.696Z[ helios-setup] Aug 21 21:34:32.317 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
37672026-08-21T21:34:33.768Z[ helios-setup] Aug 21 21:34:32.388 INFO E| Compiling slog-term v2.9.2
37682026-08-21T21:34:34.745Z[ helios-setup] Aug 21 21:34:33.366 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
37692026-08-21T21:34:34.855Z[ helios-setup] Aug 21 21:34:33.476 INFO E| Compiling rsa v0.9.8
37702026-08-21T21:34:34.869Z[ helios-setup] Aug 21 21:34:33.489 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
37712026-08-21T21:34:34.883Z[ helios-setup] Aug 21 21:34:33.504 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
37722026-08-21T21:34:35.466Z[ host-package] Compiling tui-tree-widget v0.23.1
37732026-08-21T21:34:35.729Z[ helios-setup] Aug 21 21:34:34.348 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37742026-08-21T21:34:35.855Z[ helios-setup] Aug 21 21:34:34.475 INFO E| Compiling toml v0.7.8
37752026-08-21T21:34:36.320Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37762026-08-21T21:34:37.315Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37772026-08-21T21:34:39.588Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37782026-08-21T21:34:40.175Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
37792026-08-21T21:34:41.757Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37802026-08-21T21:34:42.034Z[ host-package] Compiling uzers v0.12.2
37812026-08-21T21:34:43.300Z[ helios-setup] Aug 21 21:34:41.920 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37822026-08-21T21:34:43.529Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37832026-08-21T21:34:44.048Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37842026-08-21T21:34:44.463Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37852026-08-21T21:34:44.568Z[ helios-setup] Aug 21 21:34:43.188 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
37862026-08-21T21:34:45.325Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37872026-08-21T21:34:46.715Z[ host-package] Compiling support-bundle-viewer v0.1.2
37882026-08-21T21:34:48.507Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37892026-08-21T21:34:48.625Z[ helios-setup] Aug 21 21:34:47.245 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
37902026-08-21T21:34:48.850Z[ host-package] Compiling multimap v0.10.1
37912026-08-21T21:34:58.864Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37922026-08-21T21:35:00.884Z[ helios-setup] Aug 21 21:34:59.505 INFO E| Finished `release` profile [optimized] target(s) in 1m 04s
37932026-08-21T21:35:00.888Z[ helios-setup] Aug 21 21:34:59.507 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
37942026-08-21T21:35:00.888Z[ helios-setup] Aug 21 21:34:59.507 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
37952026-08-21T21:35:00.944Z[ helios-setup] Aug 21 21:34:59.564 INFO building project "pilot" ok (64 seconds)
37962026-08-21T21:35:00.945Z[ helios-setup] Aug 21 21:34:59.565 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
37972026-08-21T21:35:04.126Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37982026-08-21T21:35:08.103Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
37992026-08-21T21:35:13.666Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38002026-08-21T21:35:13.939Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38012026-08-21T21:35:26.573Z[ helios-setup] Aug 21 21:35:25.192 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')"
38022026-08-21T21:35:26.576Z[ helios-setup] rm -f helios-build
38032026-08-21T21:35:26.577Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38042026-08-21T21:35:26.580Z[ helios-setup]
38052026-08-21T21:35:26.580Z[ helios-setup] Setup complete! ./helios-build is now available.
38062026-08-21T21:35:26.580Z[ helios-setup]
38072026-08-21T21:35:26.580Z[ helios-setup]
38082026-08-21T21:35:26.580Z[ helios-setup] real 3:22.329492606
38092026-08-21T21:35:26.584Z[ helios-setup] user 7:04.104017718
38102026-08-21T21:35:26.584Z[ helios-setup] sys 1:19.842935608
38112026-08-21T21:35:26.584Z[ helios-setup] trap 0.493804432
38122026-08-21T21:35:26.584Z[ helios-setup] tflt 3.062295526
38132026-08-21T21:35:26.584Z[ helios-setup] dflt 7.340313274
38142026-08-21T21:35:26.584Z[ helios-setup] kflt 0.021686202
38152026-08-21T21:35:26.586Z[ helios-setup] lock 1:03:09.352374398
38162026-08-21T21:35:26.586Z[ helios-setup] slp 39:36.636886204
38172026-08-21T21:35:26.586Z[ helios-setup] lat 7:33.622566329
38182026-08-21T21:35:26.586Z[ helios-setup] stop 1:39.909507744
38192026-08-21T21:35:26.586ZAug 21 21:35:25.202 INFO [helios-setup] process exited with exit status: 0 (202.332356116s)
38202026-08-21T21:35:26.586ZAug 21 21:35:25.202 INFO [helios-record] running task
38212026-08-21T21:35:26.586ZAug 21 21:35:25.202 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38222026-08-21T21:35:26.590ZAug 21 21:35:25.207 DEBG process exited with exit status: 0 (5.59371ms)
38232026-08-21T21:35:26.590ZAug 21 21:35:25.207 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38242026-08-21T21:35:26.593ZAug 21 21:35:25.212 DEBG process exited with exit status: 0 (4.43169ms)
38252026-08-21T21:35:26.593ZAug 21 21:35:25.212 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38262026-08-21T21:35:26.597ZAug 21 21:35:25.215 DEBG process exited with exit status: 0 (3.35617ms)
38272026-08-21T21:35:26.597ZAug 21 21:35:25.215 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38282026-08-21T21:35:26.600ZAug 21 21:35:25.218 DEBG process exited with exit status: 0 (3.09437ms)
38292026-08-21T21:35:26.600ZAug 21 21:35:25.218 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38302026-08-21T21:35:26.604ZAug 21 21:35:25.222 DEBG process exited with exit status: 0 (3.12215ms)
38312026-08-21T21:35:26.604ZAug 21 21:35:25.222 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38322026-08-21T21:35:26.607ZAug 21 21:35:25.225 DEBG process exited with exit status: 0 (3.27971ms)
38332026-08-21T21:35:26.607ZAug 21 21:35:25.225 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38342026-08-21T21:35:26.607ZAug 21 21:35:25.228 DEBG process exited with exit status: 0 (2.94719ms)
38352026-08-21T21:35:26.607ZAug 21 21:35:25.228 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38362026-08-21T21:35:26.612ZAug 21 21:35:25.231 DEBG process exited with exit status: 0 (3.14763ms)
38372026-08-21T21:35:26.612ZAug 21 21:35:25.231 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38382026-08-21T21:35:26.616ZAug 21 21:35:25.234 DEBG process exited with exit status: 0 (3.31004ms)
38392026-08-21T21:35:26.616ZAug 21 21:35:25.235 INFO [helios-record] task succeeded (33.01154ms)
38402026-08-21T21:43:26.026Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 50s
38412026-08-21T21:43:26.029Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38422026-08-21T21:43:26.029Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38432026-08-21T21:44:20.556ZAug 21 21:44:19.166 INFO [host-package] process exited with exit status: 0 (705.14033389s)
38442026-08-21T21:44:20.556ZAug 21 21:44:19.167 INFO [host-libraries] running task
38452026-08-21T21:44:20.556ZAug 21 21:44:19.167 INFO [host-stamp] running task
38462026-08-21T21:44:20.560ZAug 21 21:44:19.169 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 22.0.0-0.ci+gitdabd5e5f0ab
38472026-08-21T21:44:20.560ZAug 21 21:44:19.169 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 22.0.0-0.ci+gitdabd5e5f0ab
38482026-08-21T21:44:20.560ZAug 21 21:44:19.170 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 22.0.0-0.ci+gitdabd5e5f0ab
38492026-08-21T21:44:20.560ZAug 21 21:44:19.170 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 22.0.0-0.ci+gitdabd5e5f0ab
38502026-08-21T21:44:20.560ZAug 21 21:44:19.170 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 22.0.0-0.ci+gitdabd5e5f0ab
38512026-08-21T21:44:20.560ZAug 21 21:44:19.170 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 22.0.0-0.ci+gitdabd5e5f0ab
38522026-08-21T21:44:20.560ZAug 21 21:44:19.171 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 22.0.0-0.ci+gitdabd5e5f0ab
38532026-08-21T21:44:20.561ZAug 21 21:44:19.171 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 22.0.0-0.ci+gitdabd5e5f0ab
38542026-08-21T21:44:20.565Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38552026-08-21T21:44:20.565Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38562026-08-21T21:44:20.565Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38572026-08-21T21:44:20.565Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38582026-08-21T21:44:20.565Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38592026-08-21T21:44:20.565Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38602026-08-21T21:44:20.565Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38612026-08-21T21:44:20.565Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38622026-08-21T21:44:20.572Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38632026-08-21T21:44:20.573ZAug 21 21:44:19.183 INFO [stamp-overlay] process exited with exit status: 0 (13.63828ms)
38642026-08-21T21:44:20.577Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38652026-08-21T21:44:20.580ZAug 21 21:44:19.194 INFO [stamp-oxlog] process exited with exit status: 0 (23.1723ms)
38662026-08-21T21:44:20.621Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38672026-08-21T21:44:20.626ZAug 21 21:44:19.237 INFO [stamp-crucible-utils] process exited with exit status: 0 (66.78225ms)
38682026-08-21T21:44:20.643Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38692026-08-21T21:44:20.648ZAug 21 21:44:19.256 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (85.5388ms)
38702026-08-21T21:44:20.774Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38712026-08-21T21:44:20.779ZAug 21 21:44:19.388 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (219.49802ms)
38722026-08-21T21:44:21.108Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38732026-08-21T21:44:21.111ZAug 21 21:44:19.725 INFO [stamp-propolis-server] process exited with exit status: 0 (554.974969ms)
38742026-08-21T21:44:21.199Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38752026-08-21T21:44:21.208ZAug 21 21:44:19.816 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (645.836498ms)
38762026-08-21T21:44:22.338ZAug 21 21:44:20.950 INFO [host-libraries] task succeeded (1.783151966s)
38772026-08-21T21:44:22.341ZAug 21 21:44:20.950 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38782026-08-21T21:44:22.345Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38792026-08-21T21:44:23.280Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38802026-08-21T21:44:24.116Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38812026-08-21T21:44:27.532Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38822026-08-21T21:44:27.536ZAug 21 21:44:26.148 INFO [stamp-switch-asic] process exited with exit status: 0 (6.978945536s)
38832026-08-21T21:44:27.536ZAug 21 21:44:26.149 INFO [host-stamp] task succeeded (6.982015226s)
38842026-08-21T21:44:27.536ZAug 21 21:44:26.149 INFO [host-proto] running task
38852026-08-21T21:44:28.031ZAug 21 21:44:26.643 INFO [host-proto] task succeeded (494.430119ms)
38862026-08-21T21:44:28.031ZAug 21 21:44:26.643 INFO [host-profile] running task
38872026-08-21T21:44:28.037ZAug 21 21:44:26.643 INFO [host-profile] task succeeded (250.3µs)
38882026-08-21T21:44:28.037ZAug 21 21:44:26.643 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/.tmpOp2Oxa/proto/host/root -N 'ci dabd5e5/${os_short_commit} 2026-08-21 21:32' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38892026-08-21T21:44:28.037Z[ host-image] Aug 21 21:44:26.649 INFO Checking files for board 'cosmo-mbist'
38902026-08-21T21:44:28.037Z[ host-image] Aug 21 21:44:26.650 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38912026-08-21T21:44:28.037Z[ host-image] Aug 21 21:44:26.650 INFO Checking files for board 'gimlet'
38922026-08-21T21:44:28.038Z[ host-image] Aug 21 21:44:26.650 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38932026-08-21T21:44:28.038Z[ host-image] Aug 21 21:44:26.650 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38942026-08-21T21:44:28.038Z[ host-image] Aug 21 21:44:26.650 INFO Checking files for board 'cosmo-mbist-noaggr'
38952026-08-21T21:44:28.038Z[ host-image] Aug 21 21:44:26.650 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38962026-08-21T21:44:28.039Z[ host-image] Aug 21 21:44:26.650 INFO Checking files for board 'cosmo'
38972026-08-21T21:44:28.039Z[ host-image] Aug 21 21:44:26.650 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38982026-08-21T21:44:28.039Z[ host-image] Aug 21 21:44:26.650 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38992026-08-21T21:44:28.048Z[ host-image] Aug 21 21:44:26.659 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpOp2Oxa/proto/host/root"
39002026-08-21T21:44:28.055Z[ host-image] Aug 21 21:44:26.659 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39012026-08-21T21:44:28.055Z[ host-image] Aug 21 21:44:26.659 INFO image builder template: ramdisk-01-os...
39022026-08-21T21:44:28.055Z[ host-image] Aug 21 21:44:26.659 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/.tmpOp2Oxa/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39032026-08-21T21:44:28.063Z[ host-image] Aug 21 21:44:26.672 INFO O| Aug 21 21:44:26.672 INFO CREATE DATASET: rpool/images/build/host/output
39042026-08-21T21:44:29.213Z[ host-image] Aug 21 21:44:27.828 INFO O| Aug 21 21:44:27.828 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39052026-08-21T21:44:29.218Z[ host-image] Aug 21 21:44:27.831 INFO O| Aug 21 21:44:27.831 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39062026-08-21T21:44:29.432Z[ host-image] Aug 21 21:44:28.046 INFO O| Aug 21 21:44:28.045 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39072026-08-21T21:44:29.485Z[ host-image] Aug 21 21:44:28.098 INFO O| Aug 21 21:44:28.098 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39082026-08-21T21:44:29.486Z[ host-image] Aug 21 21:44:28.098 INFO O| Aug 21 21:44:28.098 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39092026-08-21T21:44:29.486Z[ host-image] Aug 21 21:44:28.098 INFO O| Aug 21 21:44:28.098 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39102026-08-21T21:44:29.486Z[ host-image] Aug 21 21:44:28.098 INFO O| Aug 21 21:44:28.098 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39112026-08-21T21:44:29.491Z[ host-image] Aug 21 21:44:28.104 INFO O| Aug 21 21:44:28.104 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39122026-08-21T21:44:29.716Z[ host-image] Aug 21 21:44:28.328 INFO O| Aug 21 21:44:28.328 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39132026-08-21T21:44:29.720Z[ host-image] Aug 21 21:44:28.334 INFO O| Aug 21 21:44:28.334 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39142026-08-21T21:44:30.007Z[ host-image] Aug 21 21:44:28.614 INFO O| Aug 21 21:44:28.614 INFO O| Caching catalogs ... Done
39152026-08-21T21:44:30.076Z[ host-image] Aug 21 21:44:28.687 INFO O| Aug 21 21:44:28.687 INFO STEP 0 (pkg_image_create) COMPLETE
39162026-08-21T21:44:30.076Z[ host-image] Aug 21 21:44:28.687 INFO O| Aug 21 21:44:28.687 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39172026-08-21T21:44:30.085Z[ host-image] Aug 21 21:44:28.694 INFO O| Aug 21 21:44:28.694 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"]
39182026-08-21T21:44:30.343Z[ host-image] Aug 21 21:44:28.957 INFO O| Aug 21 21:44:28.957 INFO STEP 1 (pkg_set_publisher) COMPLETE
39192026-08-21T21:44:30.343Z[ host-image] Aug 21 21:44:28.957 INFO O| Aug 21 21:44:28.957 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39202026-08-21T21:44:30.349Z[ host-image] Aug 21 21:44:28.957 INFO O| Aug 21 21:44:28.957 INFO skip step because feature "publisher_1_name" is not enabled
39212026-08-21T21:44:30.349Z[ host-image] Aug 21 21:44:28.957 INFO O| Aug 21 21:44:28.957 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39222026-08-21T21:44:30.349Z[ host-image] Aug 21 21:44:28.957 INFO O| Aug 21 21:44:28.957 INFO skip step because feature "publisher_2_name" is not enabled
39232026-08-21T21:44:30.349Z[ host-image] Aug 21 21:44:28.957 INFO O| Aug 21 21:44:28.957 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39242026-08-21T21:44:30.349Z[ host-image] Aug 21 21:44:28.957 INFO O| Aug 21 21:44:28.957 INFO skip step because feature "publisher_3_name" is not enabled
39252026-08-21T21:44:30.349Z[ host-image] Aug 21 21:44:28.957 INFO O| Aug 21 21:44:28.957 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39262026-08-21T21:44:30.602Z[ host-image] Aug 21 21:44:29.214 INFO O| Aug 21 21:44:29.214 INFO variant opensolaris.zone is already global
39272026-08-21T21:44:30.603Z[ host-image] Aug 21 21:44:29.214 INFO O| Aug 21 21:44:29.214 INFO STEP 5 (pkg_change_variant) COMPLETE
39282026-08-21T21:44:30.606Z[ host-image] Aug 21 21:44:29.214 INFO O| Aug 21 21:44:29.214 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39292026-08-21T21:44:30.846Z[ host-image] Aug 21 21:44:29.459 INFO O| Aug 21 21:44:29.459 INFO variant opensolaris.imagetype is full; changing to partial
39302026-08-21T21:44:30.847Z[ host-image] Aug 21 21:44:29.459 INFO O| Aug 21 21:44:29.459 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39312026-08-21T21:44:32.622Z[ host-image] Aug 21 21:44:31.225 INFO O| Aug 21 21:44:31.225 INFO O| Startup: Refreshing catalog 'helios' ... Done
39322026-08-21T21:44:33.007Z[ host-image] Aug 21 21:44:31.611 INFO O| Aug 21 21:44:31.611 INFO O| Startup: Caching catalogs ... Done
39332026-08-21T21:44:33.023Z[ host-image] Aug 21 21:44:31.624 INFO O| Aug 21 21:44:31.624 INFO O| Planning: Planning completed in 0.00 seconds
39342026-08-21T21:44:33.023Z[ host-image] Aug 21 21:44:31.624 INFO O| Aug 21 21:44:31.624 INFO O| Planning: Consolidating action changes ... Done
39352026-08-21T21:44:33.023Z[ host-image] Aug 21 21:44:31.624 INFO O| Aug 21 21:44:31.624 INFO O| Planning: Evaluating mediators ... Done
39362026-08-21T21:44:33.023Z[ host-image] Aug 21 21:44:31.625 INFO O| Aug 21 21:44:31.625 INFO O| Planning: Planning completed in 0.00 seconds
39372026-08-21T21:44:33.023Z[ host-image] Aug 21 21:44:31.625 INFO O| Aug 21 21:44:31.625 INFO O| Variants/Facets to change: 1
39382026-08-21T21:44:33.036Z[ host-image] Aug 21 21:44:31.633 INFO O| Aug 21 21:44:31.633 INFO O| Finalize: Updating package state database ... Done
39392026-08-21T21:44:33.036Z[ host-image] Aug 21 21:44:31.633 INFO O| Aug 21 21:44:31.633 INFO O| Finalize: Updating package cache ... Done
39402026-08-21T21:44:33.081Z[ host-image] Aug 21 21:44:31.693 INFO O| Aug 21 21:44:31.693 INFO O| Finalize: Updating image state ... Done
39412026-08-21T21:44:33.097Z[ host-image] Aug 21 21:44:31.702 INFO O| Aug 21 21:44:31.702 INFO O| Finalize: Creating fast lookup database ... Done
39422026-08-21T21:44:33.111Z[ host-image] Aug 21 21:44:31.703 INFO O| Aug 21 21:44:31.703 INFO O| Finalize: Reading search index ... Done
39432026-08-21T21:44:33.112Z[ host-image] Aug 21 21:44:31.703 INFO O| Aug 21 21:44:31.703 INFO O| Finalize: Updating search index ... Done
39442026-08-21T21:44:33.112Z[ host-image] Aug 21 21:44:31.703 INFO O| Aug 21 21:44:31.703 INFO O| Finalize: Updating package cache ... Done
39452026-08-21T21:44:33.258Z[ host-image] Aug 21 21:44:31.872 INFO O| Aug 21 21:44:31.872 INFO STEP 6 (pkg_change_variant) COMPLETE
39462026-08-21T21:44:33.258Z[ host-image] Aug 21 21:44:31.872 INFO O| Aug 21 21:44:31.872 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39472026-08-21T21:44:33.262Z[ host-image] Aug 21 21:44:31.872 INFO O| Aug 21 21:44:31.872 INFO skip step because feature "debug_variant" is not enabled
39482026-08-21T21:44:33.263Z[ host-image] Aug 21 21:44:31.872 INFO O| Aug 21 21:44:31.872 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39492026-08-21T21:44:33.644Z[ host-image] Aug 21 21:44:32.111 INFO O| Aug 21 21:44:32.111 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39502026-08-21T21:44:34.972Z[ host-image] Aug 21 21:44:33.546 INFO O| Aug 21 21:44:33.546 INFO O| Startup: Refreshing catalog 'helios' ... Done
39512026-08-21T21:44:35.276Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.82s
39522026-08-21T21:44:35.318Z[ host-image] Aug 21 21:44:33.931 INFO O| Aug 21 21:44:33.931 INFO O| Startup: Caching catalogs ... Done
39532026-08-21T21:44:35.336Z[ host-image] Aug 21 21:44:33.946 INFO O| Aug 21 21:44:33.946 INFO O| Planning: Planning completed in 0.00 seconds
39542026-08-21T21:44:35.340Z[ host-image] Aug 21 21:44:33.947 INFO O| Aug 21 21:44:33.947 INFO O| Planning: Consolidating action changes ... Done
39552026-08-21T21:44:35.340Z[ host-image] Aug 21 21:44:33.947 INFO O| Aug 21 21:44:33.947 INFO O| Planning: Evaluating mediators ... Done
39562026-08-21T21:44:35.340Z[ host-image] Aug 21 21:44:33.947 INFO O| Aug 21 21:44:33.947 INFO O| Planning: Planning completed in 0.00 seconds
39572026-08-21T21:44:35.340Z[ host-image] Aug 21 21:44:33.947 INFO O| Aug 21 21:44:33.947 INFO O| Variants/Facets to change: 1
39582026-08-21T21:44:35.343Z[ host-image] Aug 21 21:44:33.955 INFO O| Aug 21 21:44:33.955 INFO O| Finalize: Updating package state database ... Done
39592026-08-21T21:44:35.344Z[ host-image] Aug 21 21:44:33.955 INFO O| Aug 21 21:44:33.955 INFO O| Finalize: Updating package cache ... Done
39602026-08-21T21:44:35.403Z[ host-image] Aug 21 21:44:34.016 INFO O| Aug 21 21:44:34.016 INFO O| Finalize: Updating image state ... Done
39612026-08-21T21:44:35.414Z[ host-image] Aug 21 21:44:34.026 INFO O| Aug 21 21:44:34.026 INFO O| Finalize: Creating fast lookup database ... Done
39622026-08-21T21:44:35.421Z[ host-image] Aug 21 21:44:34.026 INFO O| Aug 21 21:44:34.026 INFO O| Finalize: Reading search index ... Done
39632026-08-21T21:44:35.421Z[ host-image] Aug 21 21:44:34.027 INFO O| Aug 21 21:44:34.026 INFO O| Finalize: Updating search index ... Done
39642026-08-21T21:44:35.422Z[ host-image] Aug 21 21:44:34.027 INFO O| Aug 21 21:44:34.027 INFO O| Finalize: Updating package cache ... Done
39652026-08-21T21:44:35.578Z[ host-image] Aug 21 21:44:34.191 INFO O| Aug 21 21:44:34.191 INFO STEP 8 (pkg_change_facet) COMPLETE
39662026-08-21T21:44:35.578Z[ host-image] Aug 21 21:44:34.191 INFO O| Aug 21 21:44:34.191 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39672026-08-21T21:44:35.582Z[ host-image] Aug 21 21:44:34.192 INFO O| Aug 21 21:44:34.191 INFO skip step because feature "recovery" is not enabled
39682026-08-21T21:44:35.582Z[ host-image] Aug 21 21:44:34.192 INFO O| Aug 21 21:44:34.191 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39692026-08-21T21:44:35.582Z[ host-image] Aug 21 21:44:34.192 INFO O| Aug 21 21:44:34.191 INFO skip step because feature "recovery" is not enabled
39702026-08-21T21:44:35.582Z[ host-image] Aug 21 21:44:34.192 INFO O| Aug 21 21:44:34.191 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39712026-08-21T21:44:35.586Z[ host-image] Aug 21 21:44:34.198 INFO O| Aug 21 21:44:34.198 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@22.0.0.0"]
39722026-08-21T21:44:37.060Z[ host-image] Aug 21 21:44:35.670 INFO O| Aug 21 21:44:35.669 INFO O| Startup: Refreshing catalog 'helios' ... Done
39732026-08-21T21:44:37.464Z[ host-image] Aug 21 21:44:36.057 INFO O| Aug 21 21:44:36.057 INFO O| Startup: Caching catalogs ... Done
39742026-08-21T21:44:38.189ZAug 21 21:44:36.802 INFO [recovery-package] process exited with exit status: 0 (15.852462248s)
39752026-08-21T21:44:38.189ZAug 21 21:44:36.802 INFO [recovery-libraries] running task
39762026-08-21T21:44:38.189ZAug 21 21:44:36.802 INFO [recovery-stamp] running task
39772026-08-21T21:44:38.193ZAug 21 21:44:36.803 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 22.0.0-0.ci+gitdabd5e5f0ab
39782026-08-21T21:44:38.195ZAug 21 21:44:36.803 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 22.0.0-0.ci+gitdabd5e5f0ab
39792026-08-21T21:44:38.200Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39802026-08-21T21:44:38.200Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39812026-08-21T21:44:38.242ZAug 21 21:44:36.854 INFO [recovery-libraries] task succeeded (52.04694ms)
39822026-08-21T21:44:38.245ZAug 21 21:44:36.854 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39832026-08-21T21:44:38.303Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39842026-08-21T21:44:38.306ZAug 21 21:44:36.920 INFO [stamp-installinator] process exited with exit status: 0 (117.18324ms)
39852026-08-21T21:44:38.365Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39862026-08-21T21:44:38.370ZAug 21 21:44:36.983 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (179.76178ms)
39872026-08-21T21:44:38.373ZAug 21 21:44:36.983 INFO [recovery-stamp] task succeeded (180.55331ms)
39882026-08-21T21:44:38.373ZAug 21 21:44:36.983 INFO [recovery-proto] running task
39892026-08-21T21:44:38.373ZAug 21 21:44:36.983 INFO [tuf-stamp] running task
39902026-08-21T21:44:38.373ZAug 21 21:44:36.983 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 22.0.0-0.ci+gitdabd5e5f0ab
39912026-08-21T21:44:38.373ZAug 21 21:44:36.984 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 22.0.0-0.ci+gitdabd5e5f0ab
39922026-08-21T21:44:38.373ZAug 21 21:44:36.984 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 22.0.0-0.ci+gitdabd5e5f0ab
39932026-08-21T21:44:38.373ZAug 21 21:44:36.984 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 22.0.0-0.ci+gitdabd5e5f0ab
39942026-08-21T21:44:38.373ZAug 21 21:44:36.985 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 22.0.0-0.ci+gitdabd5e5f0ab
39952026-08-21T21:44:38.373ZAug 21 21:44:36.985 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 22.0.0-0.ci+gitdabd5e5f0ab
39962026-08-21T21:44:38.374ZAug 21 21:44:36.986 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 22.0.0-0.ci+gitdabd5e5f0ab
39972026-08-21T21:44:38.374ZAug 21 21:44:36.986 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 22.0.0-0.ci+gitdabd5e5f0ab
39982026-08-21T21:44:38.374ZAug 21 21:44:36.986 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 22.0.0-0.ci+gitdabd5e5f0ab
39992026-08-21T21:44:38.375ZAug 21 21:44:36.986 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 22.0.0-0.ci+gitdabd5e5f0ab
40002026-08-21T21:44:38.375ZAug 21 21:44:36.986 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 22.0.0-0.ci+gitdabd5e5f0ab
40012026-08-21T21:44:38.375ZAug 21 21:44:36.986 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 22.0.0-0.ci+gitdabd5e5f0ab
40022026-08-21T21:44:38.378Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40032026-08-21T21:44:38.381Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40042026-08-21T21:44:38.381Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40052026-08-21T21:44:38.381Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40062026-08-21T21:44:38.381Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40072026-08-21T21:44:38.381Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40082026-08-21T21:44:38.381Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40092026-08-21T21:44:38.381Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40102026-08-21T21:44:38.381Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40112026-08-21T21:44:38.381Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40122026-08-21T21:44:38.383Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40132026-08-21T21:44:38.383Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40142026-08-21T21:44:38.427Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40152026-08-21T21:44:38.431ZAug 21 21:44:37.045 INFO [stamp-probe] process exited with exit status: 0 (59.35929ms)
40162026-08-21T21:44:38.504ZAug 21 21:44:37.118 INFO [recovery-proto] task succeeded (134.97893ms)
40172026-08-21T21:44:38.507ZAug 21 21:44:37.118 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/.tmpOp2Oxa/proto/recovery/root -N 'recovery dabd5e5/${os_short_commit} 2026-08-21 21:32' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40182026-08-21T21:44:38.511Z[ recovery-image] Aug 21 21:44:37.125 INFO Checking files for board 'cosmo-mbist-noaggr'
40192026-08-21T21:44:38.514Z[ recovery-image] Aug 21 21:44:37.125 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40202026-08-21T21:44:38.514Z[ recovery-image] Aug 21 21:44:37.125 INFO Checking files for board 'gimlet'
40212026-08-21T21:44:38.514Z[ recovery-image] Aug 21 21:44:37.125 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40222026-08-21T21:44:38.514Z[ recovery-image] Aug 21 21:44:37.125 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40232026-08-21T21:44:38.514Z[ recovery-image] Aug 21 21:44:37.125 INFO Checking files for board 'cosmo-mbist'
40242026-08-21T21:44:38.514Z[ recovery-image] Aug 21 21:44:37.125 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40252026-08-21T21:44:38.514Z[ recovery-image] Aug 21 21:44:37.125 INFO Checking files for board 'cosmo'
40262026-08-21T21:44:38.514Z[ recovery-image] Aug 21 21:44:37.125 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40272026-08-21T21:44:38.514Z[ recovery-image] Aug 21 21:44:37.125 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40282026-08-21T21:44:38.522Z[ recovery-image] Aug 21 21:44:37.135 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpOp2Oxa/proto/recovery/root"
40292026-08-21T21:44:38.522Z[ recovery-image] Aug 21 21:44:37.135 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40302026-08-21T21:44:38.525Z[ recovery-image] Aug 21 21:44:37.136 INFO image builder template: ramdisk-01-os...
40312026-08-21T21:44:38.525Z[ recovery-image] Aug 21 21:44:37.136 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/.tmpOp2Oxa/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@22.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40322026-08-21T21:44:38.538Z[ recovery-image] Aug 21 21:44:37.153 INFO O| Aug 21 21:44:37.152 INFO CREATE DATASET: rpool/images/build/recovery/output
40332026-08-21T21:44:38.854Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
40342026-08-21T21:44:38.872Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40352026-08-21T21:44:38.976Z[ recovery-image] Aug 21 21:44:37.542 INFO O| Aug 21 21:44:37.542 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40362026-08-21T21:44:38.982Z[ recovery-image] Aug 21 21:44:37.545 INFO O| Aug 21 21:44:37.545 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40372026-08-21T21:44:38.982Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40382026-08-21T21:44:38.982ZAug 21 21:44:37.590 INFO [stamp-ntp] process exited with exit status: 0 (604.618459ms)
40392026-08-21T21:44:39.054Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40402026-08-21T21:44:39.064ZAug 21 21:44:37.672 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (686.614589ms)
40412026-08-21T21:44:39.225Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40422026-08-21T21:44:39.228ZAug 21 21:44:37.842 INFO [stamp-internal-dns] process exited with exit status: 0 (856.190048ms)
40432026-08-21T21:44:39.257Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40442026-08-21T21:44:39.261ZAug 21 21:44:37.870 INFO [stamp-crucible-zone] process exited with exit status: 0 (886.243708ms)
40452026-08-21T21:44:39.261Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40462026-08-21T21:44:39.261ZAug 21 21:44:37.874 INFO [stamp-external-dns] process exited with exit status: 0 (889.073508ms)
40472026-08-21T21:44:39.530Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40482026-08-21T21:44:39.534ZAug 21 21:44:38.147 INFO [stamp-oximeter] process exited with exit status: 0 (1.161974158s)
40492026-08-21T21:44:39.553Z[ host-image] Aug 21 21:44:38.167 INFO O| Aug 21 21:44:38.167 INFO O| Planning: Solver setup ... Done
40502026-08-21T21:44:39.761Z[ host-image] Aug 21 21:44:38.322 INFO O| Aug 21 21:44:38.322 INFO O| Planning: Running solver ... Done
40512026-08-21T21:44:39.827Z[ host-image] Aug 21 21:44:38.365 INFO O| Aug 21 21:44:38.365 INFO O| Planning: Finding local manifests ... Done
40522026-08-21T21:44:39.827Z[ host-image] Aug 21 21:44:38.384 INFO O| Aug 21 21:44:38.384 INFO O| Planning: Fetching manifests: 0/130 0% complete
40532026-08-21T21:44:40.005Z[ recovery-image] Aug 21 21:44:38.618 INFO O| Aug 21 21:44:38.618 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40542026-08-21T21:44:40.805Z[ recovery-image] Aug 21 21:44:39.417 INFO O| Aug 21 21:44:39.417 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40552026-08-21T21:44:40.805Z[ recovery-image] Aug 21 21:44:39.417 INFO O| Aug 21 21:44:39.417 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40562026-08-21T21:44:40.821Z[ recovery-image] Aug 21 21:44:39.417 INFO O| Aug 21 21:44:39.417 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40572026-08-21T21:44:40.821Z[ recovery-image] Aug 21 21:44:39.417 INFO O| Aug 21 21:44:39.417 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40582026-08-21T21:44:40.821Z[ recovery-image] Aug 21 21:44:39.424 INFO O| Aug 21 21:44:39.424 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40592026-08-21T21:44:41.026Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40602026-08-21T21:44:41.045ZAug 21 21:44:39.643 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.658581905s)
40612026-08-21T21:44:41.527Z[ host-image] Aug 21 21:44:40.093 INFO O| Aug 21 21:44:40.093 INFO O| Planning: Fetching manifests: 130/130 100% complete
40622026-08-21T21:44:41.979Z[ host-image] Aug 21 21:44:40.590 INFO O| Aug 21 21:44:40.590 INFO O| Planning: Package planning ... Done
40632026-08-21T21:44:42.307Z[ host-image] Aug 21 21:44:40.917 INFO O| Aug 21 21:44:40.916 INFO O| Planning: Merging actions ... Done
40642026-08-21T21:44:42.416Z[ host-image] Aug 21 21:44:41.030 INFO O| Aug 21 21:44:41.030 INFO O| Planning: Checking for conflicting actions ... Done
40652026-08-21T21:44:42.539Z[ host-image] Aug 21 21:44:41.152 INFO O| Aug 21 21:44:41.152 INFO O| Planning: Consolidating action changes ... Done
40662026-08-21T21:44:42.711Z[ host-image] Aug 21 21:44:41.325 INFO O| Aug 21 21:44:41.325 INFO O| Planning: Evaluating mediators ... Done
40672026-08-21T21:44:43.177Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40682026-08-21T21:44:43.196ZAug 21 21:44:41.667 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.680511171s)
40692026-08-21T21:44:43.235Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40702026-08-21T21:44:43.301ZAug 21 21:44:41.849 INFO [stamp-clickhouse] process exited with exit status: 0 (4.86308865s)
40712026-08-21T21:44:43.342Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40722026-08-21T21:44:43.342ZAug 21 21:44:41.909 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.92570025s)
40732026-08-21T21:44:43.624Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40742026-08-21T21:44:43.633ZAug 21 21:44:42.242 INFO [stamp-nexus] process exited with exit status: 0 (5.25790062s)
40752026-08-21T21:44:43.633ZAug 21 21:44:42.242 INFO [tuf-stamp] task succeeded (5.25865329s)
40762026-08-21T21:44:43.633ZAug 21 21:44:42.242 INFO [tuf-v2-zones] running task
40772026-08-21T21:44:43.759ZAug 21 21:44:42.371 INFO [tuf-v2-zones] task succeeded (129.25871ms)
40782026-08-21T21:44:43.879Z[verify-libraries] Compiling match_cfg v0.1.0
40792026-08-21T21:44:43.879Z[verify-libraries] Compiling slog-json v2.6.1
40802026-08-21T21:44:43.886Z[verify-libraries] Compiling progenitor-client v0.14.0
40812026-08-21T21:44:43.886Z[verify-libraries] Compiling debug-ignore v1.0.5
40822026-08-21T21:44:43.886Z[verify-libraries] Compiling sha1 v0.11.0
40832026-08-21T21:44:43.886Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40842026-08-21T21:44:43.886Z[verify-libraries] Compiling multer v3.1.0
40852026-08-21T21:44:43.886Z[verify-libraries] Compiling compression-core v0.4.31
40862026-08-21T21:44:44.092Z[ host-image] Aug 21 21:44:42.700 INFO O| Aug 21 21:44:42.700 INFO O| Planning: Planning completed in 6.63 seconds
40872026-08-21T21:44:44.109Z[ host-image] Aug 21 21:44:42.701 INFO O| Aug 21 21:44:42.701 INFO O| Packages to install: 130
40882026-08-21T21:44:44.109Z[ host-image] Aug 21 21:44:42.701 INFO O| Aug 21 21:44:42.701 INFO O| Mediators to change: 5
40892026-08-21T21:44:44.109Z[ host-image] Aug 21 21:44:42.701 INFO O| Aug 21 21:44:42.701 INFO O| Services to change: 6
40902026-08-21T21:44:44.131Z[ host-image] Aug 21 21:44:42.731 INFO O| Aug 21 21:44:42.731 INFO O| Download: 0/23888 items 0.0/222.8MB 0% complete
40912026-08-21T21:44:44.217Z[verify-libraries] Compiling async-stream-impl v0.3.6
40922026-08-21T21:44:44.248Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40932026-08-21T21:44:44.248Z[verify-libraries] Compiling serde_spanned v1.1.1
40942026-08-21T21:44:44.248Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40952026-08-21T21:44:44.253Z[verify-libraries] Compiling dropshot v0.17.1
40962026-08-21T21:44:44.347Z[verify-libraries] Compiling hostname v0.3.1
40972026-08-21T21:44:44.347Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
40982026-08-21T21:44:44.375Z[verify-libraries] Compiling compression-codecs v0.4.37
40992026-08-21T21:44:44.407Z[verify-libraries] Compiling waitgroup v0.1.2
41002026-08-21T21:44:44.443Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41012026-08-21T21:44:44.457Z[verify-libraries] Compiling slog-bunyan v2.5.0
41022026-08-21T21:44:44.472Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41032026-08-21T21:44:44.472Z[verify-libraries] Compiling hostname v0.4.2
41042026-08-21T21:44:44.472Z[verify-libraries] Compiling atomicwrites v0.4.4
41052026-08-21T21:44:44.530Z[verify-libraries] Compiling itertools v0.14.0
41062026-08-21T21:44:44.554Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41072026-08-21T21:44:44.666Z[verify-libraries] Compiling async-compression v0.4.41
41082026-08-21T21:44:44.717Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41092026-08-21T21:44:44.717Z[verify-libraries] Compiling macaddr v1.0.1
41102026-08-21T21:44:44.717Z[verify-libraries] Compiling regress v0.10.5
41112026-08-21T21:44:44.748Z[verify-libraries] Compiling instant v0.1.13
41122026-08-21T21:44:44.748Z[verify-libraries] Compiling parse-display-derive v0.10.0
41132026-08-21T21:44:44.773Z[verify-libraries] Compiling backon v1.6.0
41142026-08-21T21:44:44.773Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41152026-08-21T21:44:44.773Z[verify-libraries] Compiling humantime v2.3.0
41162026-08-21T21:44:44.847Z[verify-libraries] Compiling backoff v0.4.0
41172026-08-21T21:44:44.884Z[verify-libraries] Compiling convert_case v0.4.0
41182026-08-21T21:44:44.925Z[verify-libraries] Compiling async-stream v0.3.6
41192026-08-21T21:44:44.973Z[verify-libraries] Compiling half v2.7.1
41202026-08-21T21:44:45.013Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41212026-08-21T21:44:45.039Z[verify-libraries] Compiling progenitor-extras v0.2.0
41222026-08-21T21:44:45.060Z[verify-libraries] Compiling ciborium-io v0.2.2
41232026-08-21T21:44:45.060Z[verify-libraries] Compiling indent_write v2.2.0
41242026-08-21T21:44:45.106Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41252026-08-21T21:44:45.139Z[verify-libraries] Compiling regress v0.11.1
41262026-08-21T21:44:45.143Z[verify-libraries] Compiling secrecy v0.10.3
41272026-08-21T21:44:45.164Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41282026-08-21T21:44:45.303Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41292026-08-21T21:44:45.324Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41302026-08-21T21:44:45.324Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41312026-08-21T21:44:45.341Z[verify-libraries] Compiling derive_more v0.99.20
41322026-08-21T21:44:45.348Z[verify-libraries] Compiling ciborium-ll v0.2.2
41332026-08-21T21:44:45.391Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41342026-08-21T21:44:45.400Z[verify-libraries] Compiling inout v0.1.4
41352026-08-21T21:44:45.435Z[verify-libraries] Compiling universal-hash v0.5.1
41362026-08-21T21:44:48.782Z[verify-libraries] Compiling ciborium v0.2.2
41372026-08-21T21:44:48.851Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41382026-08-21T21:44:48.851Z[verify-libraries] Compiling cipher v0.4.4
41392026-08-21T21:44:48.851Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41402026-08-21T21:44:48.851Z[verify-libraries] Compiling opaque-debug v0.3.1
41412026-08-21T21:44:48.851Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41422026-08-21T21:44:48.851Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41432026-08-21T21:44:48.851Z[verify-libraries] Compiling poly1305 v0.8.0
41442026-08-21T21:44:48.851Z[verify-libraries] Compiling chacha20 v0.9.1
41452026-08-21T21:44:48.851Z[verify-libraries] Compiling blake2 v0.10.6
41462026-08-21T21:44:48.851Z[verify-libraries] Compiling aead v0.5.2
41472026-08-21T21:44:48.852Z[verify-libraries] Compiling password-hash v0.5.0
41482026-08-21T21:44:48.852Z[verify-libraries] Compiling num-derive v0.4.2
41492026-08-21T21:44:48.852Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41502026-08-21T21:44:48.852Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41512026-08-21T21:44:48.852Z[verify-libraries] Compiling argon2 v0.5.3
41522026-08-21T21:44:48.852Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41532026-08-21T21:44:48.852Z[verify-libraries] Compiling rayon-core v1.13.0
41542026-08-21T21:44:48.852Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41552026-08-21T21:44:48.852Z[verify-libraries] Compiling glob v0.3.3
41562026-08-21T21:44:48.852Z[verify-libraries] Compiling parse-display v0.10.0
41572026-08-21T21:44:48.852Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41582026-08-21T21:44:48.852Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41592026-08-21T21:44:48.852Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41602026-08-21T21:44:48.852Z[verify-libraries] Compiling typify-impl v0.6.2
41612026-08-21T21:44:48.852Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41622026-08-21T21:44:48.852Z[verify-libraries] Compiling usdt-macro v0.5.0
41632026-08-21T21:44:48.852Z[verify-libraries] Compiling vsss-rs v3.3.4
41642026-08-21T21:44:48.852Z[verify-libraries] Compiling memmap v0.7.0
41652026-08-21T21:44:48.852Z[verify-libraries] Compiling heapless v0.8.0
41662026-08-21T21:44:48.852Z[ recovery-image] Aug 21 21:44:46.010 INFO O| Aug 21 21:44:46.010 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41672026-08-21T21:44:48.852Z[ recovery-image] Aug 21 21:44:46.022 INFO O| Aug 21 21:44:46.022 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41682026-08-21T21:44:48.852Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41692026-08-21T21:44:48.852Z[verify-libraries] Compiling proc-macro-error v1.0.4
41702026-08-21T21:44:48.852Z[verify-libraries] Compiling tabwriter v1.4.1
41712026-08-21T21:44:48.852Z[ recovery-image] Aug 21 21:44:46.350 INFO O| Aug 21 21:44:46.350 INFO O| Caching catalogs ... Done
41722026-08-21T21:44:48.852Z[verify-libraries] Compiling ingot-macros v0.2.0
41732026-08-21T21:44:48.852Z[verify-libraries] Compiling hash32 v0.3.1
41742026-08-21T21:44:48.852Z[ recovery-image] Aug 21 21:44:46.513 INFO O| Aug 21 21:44:46.513 INFO STEP 0 (pkg_image_create) COMPLETE
41752026-08-21T21:44:48.852Z[ recovery-image] Aug 21 21:44:46.513 INFO O| Aug 21 21:44:46.513 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41762026-08-21T21:44:48.852Z[ recovery-image] Aug 21 21:44:46.523 INFO O| Aug 21 21:44:46.523 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"]
41772026-08-21T21:44:48.852Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41782026-08-21T21:44:48.852Z[verify-libraries] Compiling smoltcp v0.11.0
41792026-08-21T21:44:48.852Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41802026-08-21T21:44:48.852Z[verify-libraries] Compiling usdt v0.5.0
41812026-08-21T21:44:48.853Z[verify-libraries] Compiling cobs v0.3.0
41822026-08-21T21:44:48.853Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
41832026-08-21T21:44:48.853Z[verify-libraries] Compiling colored v3.1.1
41842026-08-21T21:44:48.853Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41852026-08-21T21:44:48.853Z[ recovery-image] Aug 21 21:44:46.860 INFO O| Aug 21 21:44:46.860 INFO STEP 1 (pkg_set_publisher) COMPLETE
41862026-08-21T21:44:48.853Z[ recovery-image] Aug 21 21:44:46.860 INFO O| Aug 21 21:44:46.860 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41872026-08-21T21:44:48.853Z[ recovery-image] Aug 21 21:44:46.860 INFO O| Aug 21 21:44:46.860 INFO skip step because feature "publisher_1_name" is not enabled
41882026-08-21T21:44:48.853Z[ recovery-image] Aug 21 21:44:46.860 INFO O| Aug 21 21:44:46.860 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41892026-08-21T21:44:48.853Z[ recovery-image] Aug 21 21:44:46.860 INFO O| Aug 21 21:44:46.860 INFO skip step because feature "publisher_2_name" is not enabled
41902026-08-21T21:44:48.853Z[ recovery-image] Aug 21 21:44:46.860 INFO O| Aug 21 21:44:46.860 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41912026-08-21T21:44:48.853Z[ recovery-image] Aug 21 21:44:46.860 INFO O| Aug 21 21:44:46.860 INFO skip step because feature "publisher_3_name" is not enabled
41922026-08-21T21:44:48.853Z[ recovery-image] Aug 21 21:44:46.860 INFO O| Aug 21 21:44:46.860 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41932026-08-21T21:44:48.853Z[verify-libraries] Compiling num_enum_derive v0.7.6
41942026-08-21T21:44:48.853Z[verify-libraries] Compiling postcard v1.1.3
41952026-08-21T21:44:48.853Z[verify-libraries] Compiling rayon v1.11.0
41962026-08-21T21:44:48.853Z[verify-libraries] Compiling rand v0.10.1
41972026-08-21T21:44:48.853Z[verify-libraries] Compiling proc-macro-crate v1.3.1
41982026-08-21T21:44:48.853Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41992026-08-21T21:44:48.853Z[ recovery-image] Aug 21 21:44:47.201 INFO O| Aug 21 21:44:47.200 INFO variant opensolaris.zone is already global
42002026-08-21T21:44:48.853Z[ recovery-image] Aug 21 21:44:47.201 INFO O| Aug 21 21:44:47.200 INFO STEP 5 (pkg_change_variant) COMPLETE
42012026-08-21T21:44:48.853Z[ recovery-image] Aug 21 21:44:47.201 INFO O| Aug 21 21:44:47.200 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42022026-08-21T21:44:48.853Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42032026-08-21T21:44:48.853Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42042026-08-21T21:44:48.854Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42052026-08-21T21:44:48.854Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42062026-08-21T21:44:48.860Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42072026-08-21T21:44:48.918Z[ recovery-image] Aug 21 21:44:47.531 INFO O| Aug 21 21:44:47.531 INFO variant opensolaris.imagetype is full; changing to partial
42082026-08-21T21:44:48.918Z[ recovery-image] Aug 21 21:44:47.531 INFO O| Aug 21 21:44:47.531 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42092026-08-21T21:44:49.058Z[verify-libraries] Compiling num_enum_derive v0.5.11
42102026-08-21T21:44:49.078Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42112026-08-21T21:44:49.119Z[ host-image] Aug 21 21:44:47.731 INFO O| Aug 21 21:44:47.731 INFO O| Download: 14799/23888 items 120.4/222.8MB 54% complete (24.1M/s)
42122026-08-21T21:44:49.201Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
42132026-08-21T21:44:49.233Z[verify-libraries] Compiling cstr-argument v0.1.2
42142026-08-21T21:44:49.280Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42152026-08-21T21:44:49.339Z[verify-libraries] Compiling foreign-types v0.5.0
42162026-08-21T21:44:49.362Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42172026-08-21T21:44:49.468Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42182026-08-21T21:44:49.507Z[verify-libraries] Compiling sigpipe v0.1.3
42192026-08-21T21:44:49.507Z[verify-libraries] Compiling num_enum v0.7.6
42202026-08-21T21:44:49.528Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42212026-08-21T21:44:49.626Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42222026-08-21T21:44:49.665Z[verify-libraries] Compiling toml v0.8.23
42232026-08-21T21:44:49.721Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42242026-08-21T21:44:49.727Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42252026-08-21T21:44:49.801Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42262026-08-21T21:44:49.805Z[verify-libraries] Compiling itertools v0.12.1
42272026-08-21T21:44:49.805Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42282026-08-21T21:44:49.883Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42292026-08-21T21:44:49.912Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42302026-08-21T21:44:49.968Z[verify-libraries] Compiling smf v0.2.3
42312026-08-21T21:44:50.134Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42322026-08-21T21:44:50.300Z[verify-libraries] Compiling num_enum v0.5.11
42332026-08-21T21:44:50.329Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42342026-08-21T21:44:50.363Z[verify-libraries] Compiling whoami v1.6.1
42352026-08-21T21:44:50.363Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42362026-08-21T21:44:50.427Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42372026-08-21T21:44:50.455Z[verify-libraries] Compiling derive-where v1.6.0
42382026-08-21T21:44:50.458Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42392026-08-21T21:44:50.458Z[verify-libraries] Compiling gethostname v0.5.0
42402026-08-21T21:44:50.616Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42412026-08-21T21:44:50.677Z[ recovery-image] Aug 21 21:44:49.290 INFO O| Aug 21 21:44:49.290 INFO O| Startup: Refreshing catalog 'helios' ... Done
42422026-08-21T21:44:50.704Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42432026-08-21T21:44:50.706Z[verify-libraries] Compiling console v0.15.11
42442026-08-21T21:44:50.706Z[verify-libraries] Compiling newline-converter v0.3.0
42452026-08-21T21:44:50.825Z[verify-libraries] Compiling resolv-conf v0.7.6
42462026-08-21T21:44:50.896Z[verify-libraries] Compiling ingot-types v0.2.0
42472026-08-21T21:44:50.971Z[verify-libraries] Compiling num-rational v0.4.2
42482026-08-21T21:44:51.006Z[verify-libraries] Compiling num-complex v0.4.6
42492026-08-21T21:44:51.038Z[verify-libraries] Compiling zone v0.3.1
42502026-08-21T21:44:51.157Z[verify-libraries] Compiling expectorate v1.2.0
42512026-08-21T21:44:51.180Z[ recovery-image] Aug 21 21:44:49.794 INFO O| Aug 21 21:44:49.794 INFO O| Startup: Caching catalogs ... Done
42522026-08-21T21:44:51.196Z[ recovery-image] Aug 21 21:44:49.810 INFO O| Aug 21 21:44:49.810 INFO O| Planning: Planning completed in 0.00 seconds
42532026-08-21T21:44:51.200Z[ recovery-image] Aug 21 21:44:49.811 INFO O| Aug 21 21:44:49.811 INFO O| Planning: Consolidating action changes ... Done
42542026-08-21T21:44:51.200Z[ recovery-image] Aug 21 21:44:49.811 INFO O| Aug 21 21:44:49.811 INFO O| Planning: Evaluating mediators ... Done
42552026-08-21T21:44:51.200Z[ recovery-image] Aug 21 21:44:49.811 INFO O| Aug 21 21:44:49.811 INFO O| Planning: Planning completed in 0.00 seconds
42562026-08-21T21:44:51.200Z[ recovery-image] Aug 21 21:44:49.811 INFO O| Aug 21 21:44:49.811 INFO O| Variants/Facets to change: 1
42572026-08-21T21:44:51.214Z[ recovery-image] Aug 21 21:44:49.828 INFO O| Aug 21 21:44:49.828 INFO O| Finalize: Updating package state database ... Done
42582026-08-21T21:44:51.214Z[ recovery-image] Aug 21 21:44:49.828 INFO O| Aug 21 21:44:49.828 INFO O| Finalize: Updating package cache ... Done
42592026-08-21T21:44:51.294Z[ recovery-image] Aug 21 21:44:49.908 INFO O| Aug 21 21:44:49.908 INFO O| Finalize: Updating image state ... Done
42602026-08-21T21:44:51.310Z[ recovery-image] Aug 21 21:44:49.924 INFO O| Aug 21 21:44:49.924 INFO O| Finalize: Creating fast lookup database ... Done
42612026-08-21T21:44:51.313Z[ recovery-image] Aug 21 21:44:49.924 INFO O| Aug 21 21:44:49.924 INFO O| Finalize: Reading search index ... Done
42622026-08-21T21:44:51.313Z[ recovery-image] Aug 21 21:44:49.924 INFO O| Aug 21 21:44:49.924 INFO O| Finalize: Updating search index ... Done
42632026-08-21T21:44:51.313Z[verify-libraries] Compiling slog-dtrace v0.3.0
42642026-08-21T21:44:51.313Z[ recovery-image] Aug 21 21:44:49.925 INFO O| Aug 21 21:44:49.925 INFO O| Finalize: Updating package cache ... Done
42652026-08-21T21:44:51.363Z[verify-libraries] Compiling ingot v0.2.1
42662026-08-21T21:44:51.405Z[verify-libraries] Compiling prettyplease v0.2.37
42672026-08-21T21:44:51.522Z[verify-libraries] Compiling linear-map v1.2.0
42682026-08-21T21:44:51.548Z[verify-libraries] Compiling num v0.4.3
42692026-08-21T21:44:51.552Z[verify-libraries] Compiling float-ord v0.3.2
42702026-08-21T21:44:51.552Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42712026-08-21T21:44:51.680Z[ recovery-image] Aug 21 21:44:50.293 INFO O| Aug 21 21:44:50.293 INFO STEP 6 (pkg_change_variant) COMPLETE
42722026-08-21T21:44:51.680Z[ recovery-image] Aug 21 21:44:50.293 INFO O| Aug 21 21:44:50.293 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42732026-08-21T21:44:51.680Z[ recovery-image] Aug 21 21:44:50.293 INFO O| Aug 21 21:44:50.293 INFO skip step because feature "debug_variant" is not enabled
42742026-08-21T21:44:51.680Z[ recovery-image] Aug 21 21:44:50.293 INFO O| Aug 21 21:44:50.293 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42752026-08-21T21:44:51.709Z[verify-libraries] Compiling linked-hash-map v0.5.6
42762026-08-21T21:44:51.780Z[verify-libraries] Compiling hickory-proto v0.24.4
42772026-08-21T21:44:51.831Z[verify-libraries] Compiling convert_case v0.10.0
42782026-08-21T21:44:51.835Z[verify-libraries] Compiling display-error-chain v0.2.2
42792026-08-21T21:44:51.858Z[verify-libraries] Compiling minimal-lexical v0.2.1
42802026-08-21T21:44:51.982Z[verify-libraries] Compiling owo-colors v4.3.0
42812026-08-21T21:44:52.021Z[verify-libraries] Compiling typify-macro v0.6.2
42822026-08-21T21:44:52.023Z[verify-libraries] Compiling lru-cache v0.1.2
42832026-08-21T21:44:52.077Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
42842026-08-21T21:44:52.082Z[ recovery-image] Aug 21 21:44:50.696 INFO O| Aug 21 21:44:50.696 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42852026-08-21T21:44:52.111Z[verify-libraries] Compiling unicode-xid v0.2.6
42862026-08-21T21:44:52.144Z[ host-image] Aug 21 21:44:50.757 INFO O| Aug 21 21:44:50.757 INFO O| Download: Completed 222.83 MB in 8.03 seconds (27.7M/s)
42872026-08-21T21:44:52.215Z[verify-libraries] Compiling nom v7.1.3
42882026-08-21T21:44:52.301Z[verify-libraries] Compiling derive_more-impl v2.1.1
42892026-08-21T21:44:52.303Z[verify-libraries] Compiling tabled_derive v0.7.0
42902026-08-21T21:44:52.303Z[verify-libraries] Compiling ar_archive_writer v0.5.1
42912026-08-21T21:44:52.327Z[verify-libraries] Compiling fd-lock v4.0.4
42922026-08-21T21:44:52.519Z[ host-image] Aug 21 21:44:51.133 INFO O| Aug 21 21:44:51.132 INFO O| Actions: 1/54182 actions (Installing new actions)
42932026-08-21T21:44:52.606Z[verify-libraries] Compiling vte v0.14.1
42942026-08-21T21:44:52.666Z[verify-libraries] Compiling nu-ansi-term v0.50.3
42952026-08-21T21:44:52.832Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
42962026-08-21T21:44:52.911Z[verify-libraries] Compiling stacker v0.1.23
42972026-08-21T21:44:53.125Z[verify-libraries] Compiling oxide-update-engine v0.1.2
42982026-08-21T21:44:53.177Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
42992026-08-21T21:44:53.264Z[verify-libraries] Compiling derive_more v2.1.1
43002026-08-21T21:44:53.296Z[verify-libraries] Compiling reedline v0.40.0
43012026-08-21T21:44:53.352Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43022026-08-21T21:44:53.410Z[verify-libraries] Compiling crossterm v0.29.0
43032026-08-21T21:44:53.435Z[verify-libraries] Compiling psm v0.1.30
43042026-08-21T21:44:53.436Z[verify-libraries] Compiling cfg_aliases v0.1.1
43052026-08-21T21:44:53.567Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43062026-08-21T21:44:53.567Z[verify-libraries] Compiling tabled v0.15.0
43072026-08-21T21:44:53.567Z[verify-libraries] Compiling termtree v0.5.1
43082026-08-21T21:44:53.570Z[verify-libraries] Compiling semver v0.1.20
43092026-08-21T21:44:53.686Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43102026-08-21T21:44:53.744Z[verify-libraries] Compiling phf_shared v0.12.1
43112026-08-21T21:44:53.746Z[verify-libraries] Compiling nix v0.28.0
43122026-08-21T21:44:53.813Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43132026-08-21T21:44:53.846Z[ recovery-image] Aug 21 21:44:52.460 INFO O| Aug 21 21:44:52.460 INFO O| Startup: Refreshing catalog 'helios' ... Done
43142026-08-21T21:44:53.862Z[verify-libraries] Compiling nibble_vec v0.1.0
43152026-08-21T21:44:53.951Z[verify-libraries] Compiling rustc_version v0.1.7
43162026-08-21T21:44:54.016Z[verify-libraries] Compiling highway v1.3.0
43172026-08-21T21:44:54.019Z[verify-libraries] Compiling typify v0.6.2
43182026-08-21T21:44:54.071Z[verify-libraries] Compiling hickory-resolver v0.24.4
43192026-08-21T21:44:54.103Z[verify-libraries] Compiling endian-type v0.1.2
43202026-08-21T21:44:54.246Z[verify-libraries] Compiling progenitor-impl v0.14.0
43212026-08-21T21:44:54.291Z[ recovery-image] Aug 21 21:44:52.905 INFO O| Aug 21 21:44:52.904 INFO O| Startup: Caching catalogs ... Done
43222026-08-21T21:44:54.295Z[verify-libraries] Compiling chrono-tz v0.10.4
43232026-08-21T21:44:54.306Z[ recovery-image] Aug 21 21:44:52.920 INFO O| Aug 21 21:44:52.920 INFO O| Planning: Planning completed in 0.00 seconds
43242026-08-21T21:44:54.309Z[ recovery-image] Aug 21 21:44:52.921 INFO O| Aug 21 21:44:52.920 INFO O| Planning: Consolidating action changes ... Done
43252026-08-21T21:44:54.309Z[ recovery-image] Aug 21 21:44:52.921 INFO O| Aug 21 21:44:52.921 INFO O| Planning: Evaluating mediators ... Done
43262026-08-21T21:44:54.309Z[ recovery-image] Aug 21 21:44:52.921 INFO O| Aug 21 21:44:52.921 INFO O| Planning: Planning completed in 0.00 seconds
43272026-08-21T21:44:54.309Z[ recovery-image] Aug 21 21:44:52.921 INFO O| Aug 21 21:44:52.921 INFO O| Variants/Facets to change: 1
43282026-08-21T21:44:54.327Z[ recovery-image] Aug 21 21:44:52.940 INFO O| Aug 21 21:44:52.939 INFO O| Finalize: Updating package state database ... Done
43292026-08-21T21:44:54.327Z[ recovery-image] Aug 21 21:44:52.940 INFO O| Aug 21 21:44:52.939 INFO O| Finalize: Updating package cache ... Done
43302026-08-21T21:44:54.367Z[verify-libraries] Compiling radix_trie v0.2.1
43312026-08-21T21:44:54.370Z[verify-libraries] Compiling newtype_derive v0.1.6
43322026-08-21T21:44:54.407Z[ recovery-image] Aug 21 21:44:53.021 INFO O| Aug 21 21:44:53.021 INFO O| Finalize: Updating image state ... Done
43332026-08-21T21:44:54.431Z[ recovery-image] Aug 21 21:44:53.045 INFO O| Aug 21 21:44:53.045 INFO O| Finalize: Creating fast lookup database ... Done
43342026-08-21T21:44:54.431Z[ recovery-image] Aug 21 21:44:53.045 INFO O| Aug 21 21:44:53.045 INFO O| Finalize: Reading search index ... Done
43352026-08-21T21:44:54.436Z[ recovery-image] Aug 21 21:44:53.045 INFO O| Aug 21 21:44:53.045 INFO O| Finalize: Updating search index ... Done
43362026-08-21T21:44:54.436Z[ recovery-image] Aug 21 21:44:53.045 INFO O| Aug 21 21:44:53.045 INFO O| Finalize: Updating package cache ... Done
43372026-08-21T21:44:54.529Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43382026-08-21T21:44:54.611Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43392026-08-21T21:44:54.614Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43402026-08-21T21:44:54.618Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43412026-08-21T21:44:54.733Z[ recovery-image] Aug 21 21:44:53.345 INFO O| Aug 21 21:44:53.344 INFO STEP 8 (pkg_change_facet) COMPLETE
43422026-08-21T21:44:54.733Z[ recovery-image] Aug 21 21:44:53.345 INFO O| Aug 21 21:44:53.345 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43432026-08-21T21:44:54.737Z[verify-libraries] Compiling recursive v0.1.1
43442026-08-21T21:44:54.755Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43452026-08-21T21:44:54.983Z[verify-libraries] Compiling phf v0.12.1
43462026-08-21T21:44:55.018Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43472026-08-21T21:44:55.048Z[ recovery-image] Aug 21 21:44:53.662 INFO O| Aug 21 21:44:53.662 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43482026-08-21T21:44:55.148Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43492026-08-21T21:44:55.302Z[verify-libraries] Compiling qorb v0.4.1
43502026-08-21T21:44:55.377Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43512026-08-21T21:44:55.983Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43522026-08-21T21:44:56.163Z[verify-libraries] Compiling peg-macros v0.8.5
43532026-08-21T21:44:56.194Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43542026-08-21T21:44:56.244Z[verify-libraries] Compiling csv-core v0.1.13
43552026-08-21T21:44:56.301Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
43562026-08-21T21:44:56.377Z[verify-libraries] Compiling winnow v0.6.26
43572026-08-21T21:44:56.475Z[verify-libraries] Compiling unicode_categories v0.1.1
43582026-08-21T21:44:56.591Z[verify-libraries] Compiling home v0.5.12
43592026-08-21T21:44:56.641Z[verify-libraries] Compiling textwrap v0.16.2
43602026-08-21T21:44:56.754Z[verify-libraries] Compiling rustyline v14.0.0
43612026-08-21T21:44:56.799Z[verify-libraries] Compiling csv v1.4.0
43622026-08-21T21:44:56.854Z[verify-libraries] Compiling const_format v0.2.35
43632026-08-21T21:44:57.179Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43642026-08-21T21:44:57.277Z[ recovery-image] Aug 21 21:44:55.891 INFO O| Aug 21 21:44:55.890 INFO O| Startup: Refreshing catalog 'helios' ... Done
43652026-08-21T21:44:57.280Z[verify-libraries] Compiling progenitor-macro v0.14.0
43662026-08-21T21:44:57.325Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43672026-08-21T21:44:57.375Z[verify-libraries] Compiling sqlparser v0.61.0
43682026-08-21T21:44:57.509Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43692026-08-21T21:44:57.523Z[ host-image] Aug 21 21:44:56.137 INFO O| Aug 21 21:44:56.137 INFO O| Actions: 24398/54182 actions (Installing new actions)
43702026-08-21T21:44:57.536Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43712026-08-21T21:44:57.620Z[verify-libraries] Compiling bcs v0.1.6
43722026-08-21T21:44:57.704Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43732026-08-21T21:44:57.734Z[ recovery-image] Aug 21 21:44:56.348 INFO O| Aug 21 21:44:56.348 INFO O| Startup: Caching catalogs ... Done
43742026-08-21T21:44:57.749Z[ recovery-image] Aug 21 21:44:56.363 INFO O| Aug 21 21:44:56.363 INFO O| Planning: Planning completed in 0.00 seconds
43752026-08-21T21:44:57.752Z[ recovery-image] Aug 21 21:44:56.363 INFO O| Aug 21 21:44:56.363 INFO O| Planning: Consolidating action changes ... Done
43762026-08-21T21:44:57.752Z[ recovery-image] Aug 21 21:44:56.363 INFO O| Aug 21 21:44:56.363 INFO O| Planning: Evaluating mediators ... Done
43772026-08-21T21:44:57.752Z[ recovery-image] Aug 21 21:44:56.364 INFO O| Aug 21 21:44:56.364 INFO O| Planning: Planning completed in 0.00 seconds
43782026-08-21T21:44:57.752Z[ recovery-image] Aug 21 21:44:56.364 INFO O| Aug 21 21:44:56.364 INFO O| Variants/Facets to change: 1
43792026-08-21T21:44:57.767Z[ recovery-image] Aug 21 21:44:56.381 INFO O| Aug 21 21:44:56.381 INFO O| Finalize: Updating package state database ... Done
43802026-08-21T21:44:57.767Z[ recovery-image] Aug 21 21:44:56.381 INFO O| Aug 21 21:44:56.381 INFO O| Finalize: Updating package cache ... Done
43812026-08-21T21:44:57.779Z[verify-libraries] Compiling sqlformat v0.3.5
43822026-08-21T21:44:57.822Z[verify-libraries] Compiling peg v0.8.5
43832026-08-21T21:44:57.822Z[verify-libraries] Compiling nom v8.0.0
43842026-08-21T21:44:57.846Z[ recovery-image] Aug 21 21:44:56.459 INFO O| Aug 21 21:44:56.458 INFO O| Finalize: Updating image state ... Done
43852026-08-21T21:44:57.861Z[ recovery-image] Aug 21 21:44:56.475 INFO O| Aug 21 21:44:56.475 INFO O| Finalize: Creating fast lookup database ... Done
43862026-08-21T21:44:57.864Z[ recovery-image] Aug 21 21:44:56.475 INFO O| Aug 21 21:44:56.475 INFO O| Finalize: Reading search index ... Done
43872026-08-21T21:44:57.864Z[ recovery-image] Aug 21 21:44:56.475 INFO O| Aug 21 21:44:56.475 INFO O| Finalize: Updating search index ... Done
43882026-08-21T21:44:57.864Z[ recovery-image] Aug 21 21:44:56.476 INFO O| Aug 21 21:44:56.476 INFO O| Finalize: Updating package cache ... Done
43892026-08-21T21:44:57.973Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43902026-08-21T21:44:58.038Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43912026-08-21T21:44:58.143Z[verify-libraries] Compiling steno v0.4.1
43922026-08-21T21:44:58.237Z[ recovery-image] Aug 21 21:44:56.851 INFO O| Aug 21 21:44:56.851 INFO STEP 9 (pkg_change_facet) COMPLETE
43932026-08-21T21:44:58.237Z[ recovery-image] Aug 21 21:44:56.851 INFO O| Aug 21 21:44:56.851 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43942026-08-21T21:44:58.244Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
43952026-08-21T21:44:58.694Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
43962026-08-21T21:44:58.746Z[ recovery-image] Aug 21 21:44:57.359 INFO O| Aug 21 21:44:57.359 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
43972026-08-21T21:44:58.827Z[verify-libraries] Compiling sha1 v0.10.6
43982026-08-21T21:44:58.861Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
43992026-08-21T21:44:59.034Z[verify-libraries] Compiling tagptr v0.2.0
44002026-08-21T21:44:59.073Z[verify-libraries] Compiling utf-8 v0.7.6
44012026-08-21T21:44:59.097Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44022026-08-21T21:44:59.134Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44032026-08-21T21:44:59.196Z[verify-libraries] Compiling libefi-sys v0.1.0
44042026-08-21T21:44:59.199Z[verify-libraries] Compiling bitfield-struct v0.6.2
44052026-08-21T21:44:59.251Z[verify-libraries] Compiling moka v0.12.13
44062026-08-21T21:44:59.286Z[verify-libraries] Compiling tungstenite v0.21.0
44072026-08-21T21:44:59.324Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44082026-08-21T21:44:59.474Z[verify-libraries] Compiling libscf-sys v1.2.0
44092026-08-21T21:44:59.665Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
44102026-08-21T21:44:59.688Z[verify-libraries] Compiling xshell-macros v0.2.7
44112026-08-21T21:44:59.734Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44122026-08-21T21:44:59.837Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44132026-08-21T21:44:59.871Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44142026-08-21T21:45:00.047Z[verify-libraries] Compiling hickory-resolver v0.25.2
44152026-08-21T21:45:00.119Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44162026-08-21T21:45:00.173Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44172026-08-21T21:45:00.186Z[ host-image] Aug 21 21:44:58.799 INFO O| Aug 21 21:44:58.799 INFO O| Actions: Completed 54182 actions in 7.66 seconds.
44182026-08-21T21:45:00.217Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
44192026-08-21T21:45:00.255Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44202026-08-21T21:45:00.281Z[ host-image] Aug 21 21:44:58.893 INFO O| Aug 21 21:44:58.893 INFO O| Finalize: Updating package state database ... Done
44212026-08-21T21:45:00.281Z[ host-image] Aug 21 21:44:58.893 INFO O| Aug 21 21:44:58.893 INFO O| Finalize: Updating package cache ... Done
44222026-08-21T21:45:00.324Z[verify-libraries] Compiling xshell v0.2.7
44232026-08-21T21:45:00.400Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44242026-08-21T21:45:00.406Z[ host-image] Aug 21 21:44:59.014 INFO O| Aug 21 21:44:59.014 INFO O| Finalize: Updating image state ... Done
44252026-08-21T21:45:00.432Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44262026-08-21T21:45:00.477Z[verify-libraries] Compiling papergrid v0.17.0
44272026-08-21T21:45:00.514Z[verify-libraries] Compiling testing_table v0.3.0
44282026-08-21T21:45:00.556Z[ recovery-image] Aug 21 21:44:59.170 INFO O| Aug 21 21:44:59.170 INFO O| Startup: Refreshing catalog 'helios' ... Done
44292026-08-21T21:45:00.625Z[verify-libraries] Compiling sha2 v0.11.0
44302026-08-21T21:45:00.699Z[verify-libraries] Compiling tabled_derive v0.11.0
44312026-08-21T21:45:00.808Z[verify-libraries] Compiling subprocess v0.2.15
44322026-08-21T21:45:00.869Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44332026-08-21T21:45:00.873Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44342026-08-21T21:45:00.990Z[verify-libraries] Compiling headers-core v0.3.0
44352026-08-21T21:45:01.063Z[ recovery-image] Aug 21 21:44:59.670 INFO O| Aug 21 21:44:59.670 INFO O| Startup: Caching catalogs ... Done
44362026-08-21T21:45:01.076Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44372026-08-21T21:45:01.077Z[ recovery-image] Aug 21 21:44:59.688 INFO O| Aug 21 21:44:59.688 INFO O| Planning: Planning completed in 0.00 seconds
44382026-08-21T21:45:01.077Z[ recovery-image] Aug 21 21:44:59.688 INFO O| Aug 21 21:44:59.688 INFO O| Planning: Consolidating action changes ... Done
44392026-08-21T21:45:01.077Z[ recovery-image] Aug 21 21:44:59.688 INFO O| Aug 21 21:44:59.688 INFO O| Planning: Evaluating mediators ... Done
44402026-08-21T21:45:01.077Z[ recovery-image] Aug 21 21:44:59.688 INFO O| Aug 21 21:44:59.688 INFO O| Planning: Planning completed in 0.00 seconds
44412026-08-21T21:45:01.077Z[ recovery-image] Aug 21 21:44:59.689 INFO O| Aug 21 21:44:59.689 INFO O| Variants/Facets to change: 1
44422026-08-21T21:45:01.097Z[ recovery-image] Aug 21 21:44:59.710 INFO O| Aug 21 21:44:59.710 INFO O| Finalize: Updating package state database ... Done
44432026-08-21T21:45:01.098Z[ recovery-image] Aug 21 21:44:59.711 INFO O| Aug 21 21:44:59.710 INFO O| Finalize: Updating package cache ... Done
44442026-08-21T21:45:01.171Z[ recovery-image] Aug 21 21:44:59.784 INFO O| Aug 21 21:44:59.784 INFO O| Finalize: Updating image state ... Done
44452026-08-21T21:45:01.187Z[ recovery-image] Aug 21 21:44:59.801 INFO O| Aug 21 21:44:59.800 INFO O| Finalize: Creating fast lookup database ... Done
44462026-08-21T21:45:01.191Z[ recovery-image] Aug 21 21:44:59.801 INFO O| Aug 21 21:44:59.801 INFO O| Finalize: Reading search index ... Done
44472026-08-21T21:45:01.191Z[ recovery-image] Aug 21 21:44:59.801 INFO O| Aug 21 21:44:59.801 INFO O| Finalize: Updating search index ... Done
44482026-08-21T21:45:01.191Z[ recovery-image] Aug 21 21:44:59.802 INFO O| Aug 21 21:44:59.802 INFO O| Finalize: Updating package cache ... Done
44492026-08-21T21:45:01.237Z[verify-libraries] Compiling unicase v2.9.0
44502026-08-21T21:45:01.393Z[verify-libraries] Compiling headers v0.4.1
44512026-08-21T21:45:01.478Z[ host-image] Aug 21 21:45:00.092 INFO O| Aug 21 21:45:00.092 INFO O| Finalize: Creating fast lookup database ... Done
44522026-08-21T21:45:01.508Z[ host-image] Aug 21 21:45:00.121 INFO O| Aug 21 21:45:00.121 INFO O| Finalize: Reading search index ... Done
44532026-08-21T21:45:01.580Z[verify-libraries] Compiling darling_core v0.21.3
44542026-08-21T21:45:01.584Z[ recovery-image] Aug 21 21:45:00.195 INFO O| Aug 21 21:45:00.195 INFO STEP 10 (pkg_change_facet) COMPLETE
44552026-08-21T21:45:01.584Z[ recovery-image] Aug 21 21:45:00.195 INFO O| Aug 21 21:45:00.195 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44562026-08-21T21:45:01.594Z[ recovery-image] Aug 21 21:45:00.205 INFO O| Aug 21 21:45:00.205 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@22.0.0.0"]
44572026-08-21T21:45:01.768Z[verify-libraries] Compiling crc8 v0.1.1
44582026-08-21T21:45:01.974Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44592026-08-21T21:45:02.163Z[verify-libraries] Compiling maplit v1.0.2
44602026-08-21T21:45:02.196Z[verify-libraries] Compiling yasna v0.5.2
44612026-08-21T21:45:02.282Z[verify-libraries] Compiling vergen-lib v0.1.6
44622026-08-21T21:45:02.321Z[verify-libraries] Compiling tabled v0.20.0
44632026-08-21T21:45:02.347Z[verify-libraries] Compiling diesel_derives v2.3.7
44642026-08-21T21:45:02.398Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44652026-08-21T21:45:02.546Z[verify-libraries] Compiling port-file v0.1.0
44662026-08-21T21:45:02.624Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44672026-08-21T21:45:02.669Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44682026-08-21T21:45:02.731Z[verify-libraries] Compiling rcgen v0.12.1
44692026-08-21T21:45:02.870Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44702026-08-21T21:45:02.916Z[verify-libraries] Compiling half v1.8.3
44712026-08-21T21:45:03.031Z[verify-libraries] Compiling r2d2 v0.8.10
44722026-08-21T21:45:03.169Z[verify-libraries] Compiling progenitor v0.14.0
44732026-08-21T21:45:03.217Z[verify-libraries] Compiling serde_cbor v0.11.2
44742026-08-21T21:45:03.303Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44752026-08-21T21:45:03.359Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44762026-08-21T21:45:03.463Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
44772026-08-21T21:45:03.464Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44782026-08-21T21:45:03.622Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44792026-08-21T21:45:03.677Z[verify-libraries] Compiling cpubits v0.1.1
44802026-08-21T21:45:03.700Z[ recovery-image] Aug 21 21:45:02.314 INFO O| Aug 21 21:45:02.314 INFO O| Startup: Refreshing catalog 'helios' ... Done
44812026-08-21T21:45:03.857Z[verify-libraries] Compiling downcast-rs v2.0.2
44822026-08-21T21:45:03.926Z[verify-libraries] Compiling crunchy v0.2.4
44832026-08-21T21:45:03.972Z[verify-libraries] Compiling dirs-next v2.0.0
44842026-08-21T21:45:04.096Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44852026-08-21T21:45:04.145Z[ recovery-image] Aug 21 21:45:02.759 INFO O| Aug 21 21:45:02.758 INFO O| Startup: Caching catalogs ... Done
44862026-08-21T21:45:04.183Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44872026-08-21T21:45:04.367Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44882026-08-21T21:45:04.405Z[ host-image] Aug 21 21:45:03.018 INFO O| Aug 21 21:45:03.018 INFO O| Finalize: Building new search index ... Done
44892026-08-21T21:45:04.481Z[verify-libraries] Compiling darling_macro v0.21.3
44902026-08-21T21:45:04.536Z[verify-libraries] Compiling clang-sys v1.8.1
44912026-08-21T21:45:04.568Z[verify-libraries] Compiling tiny-keccak v2.0.2
44922026-08-21T21:45:04.692Z[verify-libraries] Compiling term v0.7.0
44932026-08-21T21:45:04.746Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
44942026-08-21T21:45:04.793Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
44952026-08-21T21:45:04.867Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44962026-08-21T21:45:04.914Z[ host-image] Aug 21 21:45:03.527 INFO O| Aug 21 21:45:03.527 INFO O| Finalize: Updating package cache ... Done
44972026-08-21T21:45:05.070Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
44982026-08-21T21:45:05.189Z[verify-libraries] Compiling darling v0.21.3
44992026-08-21T21:45:05.192Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45002026-08-21T21:45:05.237Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45012026-08-21T21:45:05.243Z[ host-image] Aug 21 21:45:03.856 INFO O| Aug 21 21:45:03.856 INFO STEP 11 (pkg_install) COMPLETE
45022026-08-21T21:45:05.243Z[ host-image] Aug 21 21:45:03.856 INFO O| Aug 21 21:45:03.856 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45032026-08-21T21:45:05.262Z[ host-image] Aug 21 21:45:03.866 INFO O| Aug 21 21:45:03.866 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"]
45042026-08-21T21:45:05.269Z[verify-libraries] Compiling diff v0.1.13
45052026-08-21T21:45:05.346Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45062026-08-21T21:45:05.370Z[verify-libraries] Compiling bit-vec v0.6.3
45072026-08-21T21:45:05.429Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45082026-08-21T21:45:05.463Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45092026-08-21T21:45:05.538Z[verify-libraries] Compiling ascii-canvas v3.0.0
45102026-08-21T21:45:05.603Z[verify-libraries] Compiling bit-set v0.5.3
45112026-08-21T21:45:05.606Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45122026-08-21T21:45:05.671Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45132026-08-21T21:45:05.703Z[verify-libraries] Compiling itertools v0.10.5
45142026-08-21T21:45:05.741Z[verify-libraries] Compiling ena v0.14.4
45152026-08-21T21:45:05.816Z[verify-libraries] Compiling libloading v0.8.9
45162026-08-21T21:45:05.870Z[verify-libraries] Compiling regex-syntax v0.6.29
45172026-08-21T21:45:05.954Z[verify-libraries] Compiling bindgen v0.71.1
45182026-08-21T21:45:06.111Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45192026-08-21T21:45:06.187Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45202026-08-21T21:45:06.191Z[verify-libraries] Compiling cexpr v0.6.0
45212026-08-21T21:45:06.448Z[ recovery-image] Aug 21 21:45:05.061 INFO O| Aug 21 21:45:05.061 INFO O| Planning: Solver setup ... Done
45222026-08-21T21:45:06.466Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45232026-08-21T21:45:06.545Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45242026-08-21T21:45:06.635Z[ recovery-image] Aug 21 21:45:05.248 INFO O| Aug 21 21:45:05.247 INFO O| Planning: Running solver ... Done
45252026-08-21T21:45:06.697Z[ recovery-image] Aug 21 21:45:05.310 INFO O| Aug 21 21:45:05.310 INFO O| Planning: Finding local manifests ... Done
45262026-08-21T21:45:06.701Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45272026-08-21T21:45:06.719Z[ recovery-image] Aug 21 21:45:05.332 INFO O| Aug 21 21:45:05.332 INFO O| Planning: Fetching manifests: 0/130 0% complete
45282026-08-21T21:45:06.808Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45292026-08-21T21:45:06.879Z[verify-libraries] Compiling rustc-hash v2.1.1
45302026-08-21T21:45:06.941Z[verify-libraries] Compiling libxml v0.3.3
45312026-08-21T21:45:07.011Z[ host-image] Aug 21 21:45:05.624 INFO O| Aug 21 21:45:05.624 INFO O| Startup: Refreshing catalog 'helios' ... Done
45322026-08-21T21:45:07.052Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45332026-08-21T21:45:07.118Z[verify-libraries] Compiling strum_macros v0.24.3
45342026-08-21T21:45:07.144Z[verify-libraries] Compiling hmac v0.13.0
45352026-08-21T21:45:07.318Z[verify-libraries] Compiling universal-hash v0.6.1
45362026-08-21T21:45:07.368Z[verify-libraries] Compiling fxhash v0.2.1
45372026-08-21T21:45:07.428Z[verify-libraries] Compiling indoc v1.0.9
45382026-08-21T21:45:07.465Z[ host-image] Aug 21 21:45:06.078 INFO O| Aug 21 21:45:06.078 INFO O| Startup: Caching catalogs ... Done
45392026-08-21T21:45:07.509Z[verify-libraries] Compiling lalrpop v0.19.12
45402026-08-21T21:45:07.598Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45412026-08-21T21:45:08.085Z[ host-image] Aug 21 21:45:06.685 INFO O| Aug 21 21:45:06.684 INFO O| Planning: Solver setup ... Done
45422026-08-21T21:45:08.085Z[ host-image] Aug 21 21:45:06.690 INFO O| Aug 21 21:45:06.690 INFO O| Planning: Running solver ... Done
45432026-08-21T21:45:08.091Z[ host-image] Aug 21 21:45:06.705 INFO O| Aug 21 21:45:06.705 INFO O| Planning: Finding local manifests ... Done
45442026-08-21T21:45:08.141Z[ host-image] Aug 21 21:45:06.754 INFO O| Aug 21 21:45:06.754 INFO O| Planning: Fetching manifests: 0/6 0% complete
45452026-08-21T21:45:08.238Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45462026-08-21T21:45:08.279Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45472026-08-21T21:45:08.302Z[ host-image] Aug 21 21:45:06.916 INFO O| Aug 21 21:45:06.915 INFO O| Planning: Fetching manifests: 6/6 100% complete
45482026-08-21T21:45:08.336Z[ host-image] Aug 21 21:45:06.948 INFO O| Aug 21 21:45:06.948 INFO O| Planning: Package planning ... Done
45492026-08-21T21:45:08.336Z[ host-image] Aug 21 21:45:06.948 INFO O| Aug 21 21:45:06.948 INFO O| Planning: Merging actions ... Done
45502026-08-21T21:45:08.501Z[ host-image] Aug 21 21:45:07.115 INFO O| Aug 21 21:45:07.115 INFO O| Planning: Checking for conflicting actions ... Done
45512026-08-21T21:45:08.505Z[ host-image] Aug 21 21:45:07.117 INFO O| Aug 21 21:45:07.117 INFO O| Planning: Consolidating action changes ... Done
45522026-08-21T21:45:08.598Z[verify-libraries] Compiling progenitor-impl v0.13.0
45532026-08-21T21:45:08.800Z[ host-image] Aug 21 21:45:07.413 INFO O| Aug 21 21:45:07.413 INFO O| Planning: Evaluating mediators ... Done
45542026-08-21T21:45:08.804Z[ host-image] Aug 21 21:45:07.415 INFO O| Aug 21 21:45:07.415 INFO O| Planning: Planning completed in 1.32 seconds
45552026-08-21T21:45:08.804Z[ host-image] Aug 21 21:45:07.415 INFO O| Aug 21 21:45:07.415 INFO O| Packages to install: 6
45562026-08-21T21:45:08.804Z[ host-image] Aug 21 21:45:07.415 INFO O| Aug 21 21:45:07.415 INFO O| Services to change: 2
45572026-08-21T21:45:08.839Z[ host-image] Aug 21 21:45:07.452 INFO O| Aug 21 21:45:07.452 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
45582026-08-21T21:45:08.887Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45592026-08-21T21:45:08.955Z[verify-libraries] Compiling oso-derive v0.27.3
45602026-08-21T21:45:09.204Z[ host-image] Aug 21 21:45:07.818 INFO O| Aug 21 21:45:07.817 INFO O| Download: Completed 1.75 MB in 0.37 seconds (4.8M/s)
45612026-08-21T21:45:09.255Z[ host-image] Aug 21 21:45:07.868 INFO O| Aug 21 21:45:07.868 INFO O| Actions: 1/390 actions (Installing new actions)
45622026-08-21T21:45:09.277Z[verify-libraries] Compiling quick-xml v0.37.5
45632026-08-21T21:45:09.491Z[ host-image] Aug 21 21:45:08.104 INFO O| Aug 21 21:45:08.104 INFO O| Actions: Completed 390 actions in 0.24 seconds.
45642026-08-21T21:45:09.533Z[ host-image] Aug 21 21:45:08.146 INFO O| Aug 21 21:45:08.146 INFO O| Finalize: Updating package state database ... Done
45652026-08-21T21:45:09.533Z[ host-image] Aug 21 21:45:08.146 INFO O| Aug 21 21:45:08.146 INFO O| Finalize: Updating package cache ... Done
45662026-08-21T21:45:09.633Z[ host-image] Aug 21 21:45:08.246 INFO O| Aug 21 21:45:08.246 INFO O| Finalize: Updating image state ... Done
45672026-08-21T21:45:09.682Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45682026-08-21T21:45:10.171Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45692026-08-21T21:45:10.385Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45702026-08-21T21:45:10.524Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45712026-08-21T21:45:10.547Z[ recovery-image] Aug 21 21:45:09.159 INFO O| Aug 21 21:45:09.159 INFO O| Planning: Fetching manifests: 130/130 100% complete
45722026-08-21T21:45:10.748Z[ host-image] Aug 21 21:45:09.362 INFO O| Aug 21 21:45:09.362 INFO O| Finalize: Creating fast lookup database ... Done
45732026-08-21T21:45:15.393Z[ host-image] Aug 21 21:45:09.392 INFO O| Aug 21 21:45:09.392 INFO O| Finalize: Reading search index ... Done
45742026-08-21T21:45:15.393Z[ host-image] Aug 21 21:45:09.392 INFO O| Aug 21 21:45:09.392 INFO O| Finalize: Updating search index ... Done
45752026-08-21T21:45:15.515Z[ host-image] Aug 21 21:45:09.407 INFO O| Aug 21 21:45:09.407 INFO O| Finalize: Updating package cache ... Done
45762026-08-21T21:45:15.515Z[verify-libraries] Compiling openssl-probe v0.1.6
45772026-08-21T21:45:15.515Z[ recovery-image] Aug 21 21:45:09.582 INFO O| Aug 21 21:45:09.582 INFO O| Planning: Package planning ... Done
45782026-08-21T21:45:15.515Z[ host-image] Aug 21 21:45:09.675 INFO O| Aug 21 21:45:09.675 INFO STEP 12 (pkg_install) COMPLETE
45792026-08-21T21:45:15.515Z[ host-image] Aug 21 21:45:09.675 INFO O| Aug 21 21:45:09.675 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45802026-08-21T21:45:15.515Z[ host-image] Aug 21 21:45:09.686 INFO O| Aug 21 21:45:09.686 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
45812026-08-21T21:45:15.516Z[verify-libraries] Compiling polyval v0.7.1
45822026-08-21T21:45:15.516Z[ recovery-image] Aug 21 21:45:09.876 INFO O| Aug 21 21:45:09.876 INFO O| Planning: Merging actions ... Done
45832026-08-21T21:45:15.516Z[ recovery-image] Aug 21 21:45:09.946 INFO O| Aug 21 21:45:09.946 INFO O| Planning: Checking for conflicting actions ... Done
45842026-08-21T21:45:15.516Z[ recovery-image] Aug 21 21:45:10.003 INFO O| Aug 21 21:45:10.003 INFO O| Planning: Consolidating action changes ... Done
45852026-08-21T21:45:15.516Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45862026-08-21T21:45:15.516Z[ recovery-image] Aug 21 21:45:10.154 INFO O| Aug 21 21:45:10.154 INFO O| Planning: Evaluating mediators ... Done
45872026-08-21T21:45:15.516Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45882026-08-21T21:45:15.516Z[verify-libraries] Compiling progenitor-macro v0.13.0
45892026-08-21T21:45:15.516Z[verify-libraries] Compiling der v0.8.0
45902026-08-21T21:45:15.516Z[verify-libraries] Compiling diesel v2.3.7
45912026-08-21T21:45:15.516Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45922026-08-21T21:45:15.516Z[verify-libraries] Compiling progenitor-client v0.13.0
45932026-08-21T21:45:15.516Z[verify-libraries] Compiling git-stub v1.0.0
45942026-08-21T21:45:15.516Z[verify-libraries] Compiling kstat-rs v0.2.5
45952026-08-21T21:45:15.516Z[verify-libraries] Compiling trait-variant v0.1.2
45962026-08-21T21:45:15.516Z[ recovery-image] Aug 21 21:45:11.685 INFO O| Aug 21 21:45:11.685 INFO O| Planning: Planning completed in 8.91 seconds
45972026-08-21T21:45:15.516Z[ recovery-image] Aug 21 21:45:11.687 INFO O| Aug 21 21:45:11.687 INFO O| Packages to install: 130
45982026-08-21T21:45:15.516Z[ recovery-image] Aug 21 21:45:11.687 INFO O| Aug 21 21:45:11.687 INFO O| Mediators to change: 5
45992026-08-21T21:45:15.516Z[ host-image] Aug 21 21:45:11.687 INFO O| Aug 21 21:45:11.687 INFO O| Startup: Refreshing catalog 'helios' ... Done
46002026-08-21T21:45:15.516Z[ recovery-image] Aug 21 21:45:11.687 INFO O| Aug 21 21:45:11.687 INFO O| Services to change: 5
46012026-08-21T21:45:15.516Z[verify-libraries] Compiling salty v0.3.0
46022026-08-21T21:45:15.516Z[ recovery-image] Aug 21 21:45:11.717 INFO O| Aug 21 21:45:11.717 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46032026-08-21T21:45:15.516Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46042026-08-21T21:45:15.516Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46052026-08-21T21:45:15.516Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46062026-08-21T21:45:15.516Z[ host-image] Aug 21 21:45:12.141 INFO O| Aug 21 21:45:12.141 INFO O| Startup: Caching catalogs ... Done
46072026-08-21T21:45:15.516Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46082026-08-21T21:45:15.516Z[verify-libraries] Compiling ghash v0.6.0
46092026-08-21T21:45:15.516Z[verify-libraries] Compiling pbkdf2 v0.13.0
46102026-08-21T21:45:15.517Z[ host-image] Aug 21 21:45:12.571 INFO O| Aug 21 21:45:12.571 INFO O| Planning: Solver setup ... Done
46112026-08-21T21:45:15.517Z[ host-image] Aug 21 21:45:12.577 INFO O| Aug 21 21:45:12.576 INFO O| Planning: Running solver ... Done
46122026-08-21T21:45:15.517Z[ host-image] Aug 21 21:45:12.591 INFO O| Aug 21 21:45:12.591 INFO O| Planning: Finding local manifests ... Done
46132026-08-21T21:45:17.985Z[ host-image] Aug 21 21:45:12.610 INFO O| Aug 21 21:45:12.610 INFO O| Planning: Fetching manifests: 0/6 0% complete
46142026-08-21T21:45:17.985Z[verify-libraries] Compiling aes v0.9.1
46152026-08-21T21:45:17.985Z[verify-libraries] Compiling crypto-bigint v0.7.5
46162026-08-21T21:45:17.985Z[ host-image] Aug 21 21:45:12.714 INFO O| Aug 21 21:45:12.713 INFO O| Planning: Fetching manifests: 6/6 100% complete
46172026-08-21T21:45:17.985Z[ host-image] Aug 21 21:45:12.747 INFO O| Aug 21 21:45:12.746 INFO O| Planning: Package planning ... Done
46182026-08-21T21:45:17.985Z[ host-image] Aug 21 21:45:12.755 INFO O| Aug 21 21:45:12.755 INFO O| Planning: Merging actions ... Done
46192026-08-21T21:45:17.985Z[ host-image] Aug 21 21:45:12.907 INFO O| Aug 21 21:45:12.907 INFO O| Planning: Checking for conflicting actions ... Done
46202026-08-21T21:45:17.985Z[ host-image] Aug 21 21:45:12.910 INFO O| Aug 21 21:45:12.910 INFO O| Planning: Consolidating action changes ... Done
46212026-08-21T21:45:17.985Z[ host-image] Aug 21 21:45:13.047 INFO O| Aug 21 21:45:13.047 INFO O| Planning: Evaluating mediators ... Done
46222026-08-21T21:45:17.985Z[ host-image] Aug 21 21:45:13.050 INFO O| Aug 21 21:45:13.050 INFO O| Planning: Planning completed in 0.89 seconds
46232026-08-21T21:45:17.985Z[ host-image] Aug 21 21:45:13.051 INFO O| Aug 21 21:45:13.051 INFO O| Packages to install: 6
46242026-08-21T21:45:17.985Z[ host-image] Aug 21 21:45:13.051 INFO O| Aug 21 21:45:13.051 INFO O| Mediators to change: 1
46252026-08-21T21:45:17.985Z[ host-image] Aug 21 21:45:13.051 INFO O| Aug 21 21:45:13.051 INFO O| Services to change: 1
46262026-08-21T21:45:17.986Z[ host-image] Aug 21 21:45:13.063 INFO O| Aug 21 21:45:13.063 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
46272026-08-21T21:45:17.986Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46282026-08-21T21:45:17.986Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46292026-08-21T21:45:17.986Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46302026-08-21T21:45:17.986Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46312026-08-21T21:45:17.986Z[ host-image] Aug 21 21:45:13.733 INFO O| Aug 21 21:45:13.733 INFO O| Download: Completed 7.84 MB in 0.67 seconds (11.7M/s)
46322026-08-21T21:45:17.986Z[verify-libraries] Compiling ctr v0.10.1
46332026-08-21T21:45:17.986Z[ host-image] Aug 21 21:45:13.773 INFO O| Aug 21 21:45:13.773 INFO O| Actions: 1/1366 actions (Installing new actions)
46342026-08-21T21:45:17.986Z[verify-libraries] Compiling aead v0.6.1
46352026-08-21T21:45:17.986Z[verify-libraries] Compiling bb8 v0.8.6
46362026-08-21T21:45:17.986Z[ host-image] Aug 21 21:45:14.030 INFO O| Aug 21 21:45:14.030 INFO O| Actions: Completed 1366 actions in 0.26 seconds.
46372026-08-21T21:45:17.987Z[verify-libraries] Compiling parking_lot_core v0.8.6
46382026-08-21T21:45:17.987Z[ host-image] Aug 21 21:45:14.078 INFO O| Aug 21 21:45:14.078 INFO O| Finalize: Updating package state database ... Done
46392026-08-21T21:45:17.987Z[ host-image] Aug 21 21:45:14.078 INFO O| Aug 21 21:45:14.078 INFO O| Finalize: Updating package cache ... Done
46402026-08-21T21:45:17.987Z[verify-libraries] Compiling aes-gcm v0.11.0
46412026-08-21T21:45:18.437Z[ host-image] Aug 21 21:45:14.180 INFO O| Aug 21 21:45:14.179 INFO O| Finalize: Updating image state ... Done
46422026-08-21T21:45:18.437Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46432026-08-21T21:45:18.437Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46442026-08-21T21:45:18.437Z[verify-libraries] Compiling spki v0.8.0
46452026-08-21T21:45:18.437Z[verify-libraries] Compiling mime_guess v2.0.5
46462026-08-21T21:45:18.437Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46472026-08-21T21:45:18.437Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46482026-08-21T21:45:18.437Z[verify-libraries] Compiling rfc6979 v0.4.0
46492026-08-21T21:45:18.437Z[verify-libraries] Compiling salsa20 v0.11.0
46502026-08-21T21:45:18.437Z[verify-libraries] Compiling nanorand v0.7.0
46512026-08-21T21:45:18.437Z[verify-libraries] Compiling scrypt v0.12.0
46522026-08-21T21:45:18.437Z[verify-libraries] Compiling ecdsa v0.16.9
46532026-08-21T21:45:18.438Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46542026-08-21T21:45:18.438Z[ host-image] Aug 21 21:45:15.164 INFO O| Aug 21 21:45:15.164 INFO O| Finalize: Creating fast lookup database ... Done
46552026-08-21T21:45:18.438Z[ host-image] Aug 21 21:45:15.193 INFO O| Aug 21 21:45:15.193 INFO O| Finalize: Reading search index ... Done
46562026-08-21T21:45:18.438Z[ host-image] Aug 21 21:45:15.194 INFO O| Aug 21 21:45:15.193 INFO O| Finalize: Updating search index ... Done
46572026-08-21T21:45:18.438Z[verify-libraries] Compiling flume v0.11.1
46582026-08-21T21:45:18.438Z[ host-image] Aug 21 21:45:15.227 INFO O| Aug 21 21:45:15.227 INFO O| Finalize: Updating package cache ... Done
46592026-08-21T21:45:18.438Z[verify-libraries] Compiling primeorder v0.13.6
46602026-08-21T21:45:18.438Z[ host-image] Aug 21 21:45:15.496 INFO O| Aug 21 21:45:15.496 INFO STEP 13 (pkg_install) COMPLETE
46612026-08-21T21:45:18.438Z[ host-image] Aug 21 21:45:15.496 INFO O| Aug 21 21:45:15.496 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46622026-08-21T21:45:18.438Z[ host-image] Aug 21 21:45:15.510 INFO O| Aug 21 21:45:15.510 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
46632026-08-21T21:45:18.438Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46642026-08-21T21:45:18.438Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46652026-08-21T21:45:18.438Z[verify-libraries] Compiling cbc v0.2.1
46662026-08-21T21:45:18.438Z[verify-libraries] Compiling nonempty v0.12.0
46672026-08-21T21:45:18.438Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46682026-08-21T21:45:18.438Z[verify-libraries] Compiling http-range v0.1.5
46692026-08-21T21:45:18.438Z[verify-libraries] Compiling pkcs5 v0.8.1
46702026-08-21T21:45:18.438Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46712026-08-21T21:45:18.438Z[verify-libraries] Compiling progenitor v0.13.0
46722026-08-21T21:45:18.438Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46732026-08-21T21:45:18.439Z[verify-libraries] Compiling p384 v0.13.1
46742026-08-21T21:45:18.439Z[verify-libraries] Compiling parking_lot v0.11.2
46752026-08-21T21:45:18.520Z[ recovery-image] Aug 21 21:45:16.729 INFO O| Aug 21 21:45:16.728 INFO O| Download: 9583/16682 items 103.3/200.0MB 51% complete (20.9M/s)
46762026-08-21T21:45:18.520Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46772026-08-21T21:45:18.520Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46782026-08-21T21:45:18.520Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46792026-08-21T21:45:18.520Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46802026-08-21T21:45:18.634Z[verify-libraries] Compiling prefix-trie v0.7.0
46812026-08-21T21:45:18.634Z[verify-libraries] Compiling digest-io v0.1.0
46822026-08-21T21:45:18.661Z[verify-libraries] Compiling rawzip v0.4.4
46832026-08-21T21:45:19.443Z[ host-image] Aug 21 21:45:17.401 INFO O| Aug 21 21:45:17.401 INFO O| Startup: Refreshing catalog 'helios' ... Done
46842026-08-21T21:45:19.486Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46852026-08-21T21:45:19.486Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46862026-08-21T21:45:19.486Z[verify-libraries] Compiling hickory-server v0.25.2
46872026-08-21T21:45:19.492Z[verify-libraries] Compiling sled v0.34.7
46882026-08-21T21:45:19.492Z[ host-image] Aug 21 21:45:17.862 INFO O| Aug 21 21:45:17.862 INFO O| Startup: Caching catalogs ... Done
46892026-08-21T21:45:19.492Z[verify-libraries] Compiling pkcs8 v0.11.0
46902026-08-21T21:45:19.727Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46912026-08-21T21:45:19.744Z[ host-image] Aug 21 21:45:18.289 INFO O| Aug 21 21:45:18.289 INFO O| Planning: Solver setup ... Done
46922026-08-21T21:45:19.744Z[ host-image] Aug 21 21:45:18.294 INFO O| Aug 21 21:45:18.294 INFO O| Planning: Running solver ... Done
46932026-08-21T21:45:19.744Z[ host-image] Aug 21 21:45:18.308 INFO O| Aug 21 21:45:18.308 INFO O| Planning: Finding local manifests ... Done
46942026-08-21T21:45:19.749Z[ host-image] Aug 21 21:45:18.355 INFO O| Aug 21 21:45:18.355 INFO O| Planning: Fetching manifests: 0/1 0% complete
46952026-08-21T21:45:19.760Z[ host-image] Aug 21 21:45:18.373 INFO O| Aug 21 21:45:18.373 INFO O| Planning: Fetching manifests: 1/1 100% complete
46962026-08-21T21:45:19.777Z[ host-image] Aug 21 21:45:18.390 INFO O| Aug 21 21:45:18.390 INFO O| Planning: Package planning ... Done
46972026-08-21T21:45:19.777Z[ host-image] Aug 21 21:45:18.390 INFO O| Aug 21 21:45:18.390 INFO O| Planning: Merging actions ... Done
46982026-08-21T21:45:19.841Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46992026-08-21T21:45:19.866Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47002026-08-21T21:45:19.925Z[ host-image] Aug 21 21:45:18.539 INFO O| Aug 21 21:45:18.539 INFO O| Planning: Checking for conflicting actions ... Done
47012026-08-21T21:45:19.929Z[ host-image] Aug 21 21:45:18.539 INFO O| Aug 21 21:45:18.539 INFO O| Planning: Consolidating action changes ... Done
47022026-08-21T21:45:20.078Z[ host-image] Aug 21 21:45:18.690 INFO O| Aug 21 21:45:18.690 INFO O| Planning: Evaluating mediators ... Done
47032026-08-21T21:45:20.078Z[ host-image] Aug 21 21:45:18.690 INFO O| Aug 21 21:45:18.690 INFO O| Planning: Planning completed in 0.81 seconds
47042026-08-21T21:45:20.078Z[ host-image] Aug 21 21:45:18.690 INFO O| Aug 21 21:45:18.690 INFO O| Packages to install: 1
47052026-08-21T21:45:20.088Z[ host-image] Aug 21 21:45:18.701 INFO O| Aug 21 21:45:18.701 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
47062026-08-21T21:45:20.217Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47072026-08-21T21:45:20.306Z[verify-libraries] Compiling ignore v0.4.25
47082026-08-21T21:45:20.342Z[ host-image] Aug 21 21:45:18.955 INFO O| Aug 21 21:45:18.955 INFO O| Download: Completed 13.17 MB in 0.25 seconds (51.9M/s)
47092026-08-21T21:45:20.355Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
47102026-08-21T21:45:20.371Z[ host-image] Aug 21 21:45:18.979 INFO O| Aug 21 21:45:18.979 INFO O| Actions: 1/22 actions (Installing new actions)
47112026-08-21T21:45:20.478Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47122026-08-21T21:45:20.573Z[verify-libraries] Compiling ff v0.14.0
47132026-08-21T21:45:20.631Z[ host-image] Aug 21 21:45:19.244 INFO O| Aug 21 21:45:19.244 INFO O| Actions: Completed 22 actions in 0.27 seconds.
47142026-08-21T21:45:20.668Z[ host-image] Aug 21 21:45:19.281 INFO O| Aug 21 21:45:19.281 INFO O| Finalize: Updating package state database ... Done
47152026-08-21T21:45:20.668Z[ host-image] Aug 21 21:45:19.281 INFO O| Aug 21 21:45:19.281 INFO O| Finalize: Updating package cache ... Done
47162026-08-21T21:45:20.783Z[ host-image] Aug 21 21:45:19.390 INFO O| Aug 21 21:45:19.390 INFO O| Finalize: Updating image state ... Done
47172026-08-21T21:45:20.851Z[verify-libraries] Compiling corncobs v0.1.4
47182026-08-21T21:45:20.879Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
47192026-08-21T21:45:20.939Z[verify-libraries] Compiling globwalk v0.9.1
47202026-08-21T21:45:21.106Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47212026-08-21T21:45:21.135Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
47222026-08-21T21:45:21.218Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47232026-08-21T21:45:21.261Z[verify-libraries] Compiling predicates-tree v1.0.13
47242026-08-21T21:45:21.581Z[verify-libraries] Compiling libz-sys v1.1.24
47252026-08-21T21:45:21.585Z[verify-libraries] Compiling rand_seeder v0.4.0
47262026-08-21T21:45:21.705Z[verify-libraries] Compiling secrecy v0.8.0
47272026-08-21T21:45:21.728Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
47282026-08-21T21:45:21.766Z[ host-image] Aug 21 21:45:20.378 INFO O| Aug 21 21:45:20.377 INFO O| Finalize: Creating fast lookup database ... Done
47292026-08-21T21:45:21.796Z[ host-image] Aug 21 21:45:20.405 INFO O| Aug 21 21:45:20.405 INFO O| Finalize: Reading search index ... Done
47302026-08-21T21:45:21.796Z[ host-image] Aug 21 21:45:20.405 INFO O| Aug 21 21:45:20.405 INFO O| Finalize: Updating search index ... Done
47312026-08-21T21:45:21.806Z[ host-image] Aug 21 21:45:20.418 INFO O| Aug 21 21:45:20.418 INFO O| Finalize: Updating package cache ... Done
47322026-08-21T21:45:21.961Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47332026-08-21T21:45:22.075Z[ host-image] Aug 21 21:45:20.688 INFO O| Aug 21 21:45:20.688 INFO STEP 14 (pkg_install) COMPLETE
47342026-08-21T21:45:22.075Z[ host-image] Aug 21 21:45:20.689 INFO O| Aug 21 21:45:20.688 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47352026-08-21T21:45:22.075Z[ host-image] Aug 21 21:45:20.689 INFO O| Aug 21 21:45:20.688 INFO skip step because feature "mbist" is not enabled
47362026-08-21T21:45:22.079Z[ host-image] Aug 21 21:45:20.689 INFO O| Aug 21 21:45:20.688 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47372026-08-21T21:45:22.079Z[ host-image] Aug 21 21:45:20.689 INFO O| Aug 21 21:45:20.688 INFO skip step because feature "mfg" is not enabled
47382026-08-21T21:45:22.079Z[ host-image] Aug 21 21:45:20.689 INFO O| Aug 21 21:45:20.688 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47392026-08-21T21:45:22.079Z[ host-image] Aug 21 21:45:20.689 INFO O| Aug 21 21:45:20.688 INFO skip step because feature "compliance" is not enabled
47402026-08-21T21:45:22.079Z[ host-image] Aug 21 21:45:20.689 INFO O| Aug 21 21:45:20.688 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47412026-08-21T21:45:22.079Z[ host-image] Aug 21 21:45:20.689 INFO O| Aug 21 21:45:20.688 INFO skip step because feature "stress" is not enabled
47422026-08-21T21:45:22.079Z[ host-image] Aug 21 21:45:20.689 INFO O| Aug 21 21:45:20.688 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47432026-08-21T21:45:22.079Z[ host-image] Aug 21 21:45:20.689 INFO O| Aug 21 21:45:20.688 INFO skip step because feature "compliance" is not enabled
47442026-08-21T21:45:22.079Z[ host-image] Aug 21 21:45:20.689 INFO O| Aug 21 21:45:20.688 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47452026-08-21T21:45:22.079Z[ host-image] Aug 21 21:45:20.689 INFO O| Aug 21 21:45:20.688 INFO skip step because feature "nfs" is not enabled
47462026-08-21T21:45:22.079Z[ host-image] Aug 21 21:45:20.689 INFO O| Aug 21 21:45:20.688 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
47472026-08-21T21:45:22.079Z[ host-image] Aug 21 21:45:20.689 INFO O| Aug 21 21:45:20.688 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
47482026-08-21T21:45:22.143Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47492026-08-21T21:45:22.177Z[ recovery-image] Aug 21 21:45:20.790 INFO O| Aug 21 21:45:20.790 INFO O| Download: Completed 200.00 MB in 9.07 seconds (22.0M/s)
47502026-08-21T21:45:22.276Z[verify-libraries] Compiling group v0.14.0
47512026-08-21T21:45:22.325Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47522026-08-21T21:45:22.410Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47532026-08-21T21:45:22.555Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
47542026-08-21T21:45:22.559Z[verify-libraries] Compiling signature v3.0.0
47552026-08-21T21:45:22.656Z[ host-image] Aug 21 21:45:21.269 INFO O| Aug 21 21:45:21.269 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
47562026-08-21T21:45:22.673Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
47572026-08-21T21:45:22.847Z[ host-image] Aug 21 21:45:21.458 INFO O| Aug 21 21:45:21.458 INFO completed processing sled/ramdisk-01-os
47582026-08-21T21:45:22.850Z[ host-image] Aug 21 21:45:21.460 INFO omicron1 baseline generation...
47592026-08-21T21:45:22.850Z[ host-image] Aug 21 21:45:21.461 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
47602026-08-21T21:45:22.880Z[verify-libraries] Compiling base16ct v1.0.0
47612026-08-21T21:45:22.906Z[ recovery-image] Aug 21 21:45:21.519 INFO O| Aug 21 21:45:21.519 INFO O| Actions: 1/27580 actions (Installing new actions)
47622026-08-21T21:45:22.960Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47632026-08-21T21:45:23.161Z[verify-libraries] Compiling instability v0.3.11
47642026-08-21T21:45:23.264Z[ host-image] Aug 21 21:45:21.877 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24211:20260820T220116Z
47652026-08-21T21:45:23.293Z[verify-libraries] Compiling sec1 v0.8.1
47662026-08-21T21:45:23.451Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
47672026-08-21T21:45:23.472Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47682026-08-21T21:45:23.525Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47692026-08-21T21:45:23.562Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47702026-08-21T21:45:23.634Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47712026-08-21T21:45:23.813Z[verify-libraries] Compiling hkdf v0.13.0
47722026-08-21T21:45:23.863Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47732026-08-21T21:45:23.867Z[verify-libraries] Compiling scuffle v0.1.0
47742026-08-21T21:45:24.019Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47752026-08-21T21:45:24.130Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47762026-08-21T21:45:24.252Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47772026-08-21T21:45:24.410Z[verify-libraries] Compiling castaway v0.2.4
47782026-08-21T21:45:24.606Z[verify-libraries] Compiling indoc v2.0.7
47792026-08-21T21:45:24.739Z[verify-libraries] Compiling compact_str v0.8.1
47802026-08-21T21:45:24.761Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47812026-08-21T21:45:24.933Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47822026-08-21T21:45:25.136Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47832026-08-21T21:45:25.203Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47842026-08-21T21:45:25.501Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47852026-08-21T21:45:25.524Z[verify-libraries] Compiling elliptic-curve v0.14.1
47862026-08-21T21:45:26.116Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47872026-08-21T21:45:26.218Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47882026-08-21T21:45:26.351Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47892026-08-21T21:45:26.444Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
47902026-08-21T21:45:26.491Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47912026-08-21T21:45:26.770Z[verify-libraries] Compiling unicode-truncate v1.1.0
47922026-08-21T21:45:26.843Z[verify-libraries] Compiling lru v0.12.5
47932026-08-21T21:45:26.932Z[verify-libraries] Compiling arc-swap v1.8.2
47942026-08-21T21:45:27.040Z[verify-libraries] Compiling cassowary v0.3.0
47952026-08-21T21:45:27.133Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47962026-08-21T21:45:27.354Z[verify-libraries] Compiling ratatui v0.29.0
47972026-08-21T21:45:27.428Z[verify-libraries] Compiling slog-scope v4.4.1
47982026-08-21T21:45:27.473Z[verify-libraries] Compiling wnaf v0.14.0
47992026-08-21T21:45:27.473Z[verify-libraries] Compiling primefield v0.14.0
48002026-08-21T21:45:27.608Z[verify-libraries] Compiling rfc6979 v0.6.0
48012026-08-21T21:45:27.752Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48022026-08-21T21:45:27.809Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48032026-08-21T21:45:27.830Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48042026-08-21T21:45:27.885Z[verify-libraries] Compiling vergen-git2 v9.1.0
48052026-08-21T21:45:27.907Z[ recovery-image] Aug 21 21:45:26.520 INFO O| Aug 21 21:45:26.520 INFO O| Actions: 27059/27580 actions (Installing new actions)
48062026-08-21T21:45:28.064Z[verify-libraries] Compiling is_ci v1.2.0
48072026-08-21T21:45:28.093Z[verify-libraries] Compiling strsim v0.10.0
48082026-08-21T21:45:28.237Z[verify-libraries] Compiling supports-color v3.0.2
48092026-08-21T21:45:28.314Z[verify-libraries] Compiling darling_core v0.13.4
48102026-08-21T21:45:28.346Z[ recovery-image] Aug 21 21:45:26.958 INFO O| Aug 21 21:45:26.958 INFO O| Actions: Completed 27580 actions in 5.44 seconds.
48112026-08-21T21:45:28.418Z[ recovery-image] Aug 21 21:45:27.030 INFO O| Aug 21 21:45:27.030 INFO O| Finalize: Updating package state database ... Done
48122026-08-21T21:45:28.418Z[ recovery-image] Aug 21 21:45:27.030 INFO O| Aug 21 21:45:27.030 INFO O| Finalize: Updating package cache ... Done
48132026-08-21T21:45:28.473Z[verify-libraries] Compiling ecdsa v0.17.0
48142026-08-21T21:45:28.508Z[verify-libraries] Compiling slog-stdlog v4.1.1
48152026-08-21T21:45:28.549Z[ recovery-image] Aug 21 21:45:27.162 INFO O| Aug 21 21:45:27.162 INFO O| Finalize: Updating image state ... Done
48162026-08-21T21:45:28.898Z[verify-libraries] Compiling primeorder v0.14.0
48172026-08-21T21:45:29.086Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48182026-08-21T21:45:29.313Z[ recovery-image] Aug 21 21:45:27.926 INFO O| Aug 21 21:45:27.926 INFO O| Finalize: Creating fast lookup database ... Done
48192026-08-21T21:45:29.333Z[ recovery-image] Aug 21 21:45:27.944 INFO O| Aug 21 21:45:27.944 INFO O| Finalize: Reading search index ... Done
48202026-08-21T21:45:29.499Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48212026-08-21T21:45:29.721Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48222026-08-21T21:45:29.896Z[verify-libraries] Compiling tungstenite v0.23.0
48232026-08-21T21:45:30.146Z[verify-libraries] Compiling console v0.16.2
48242026-08-21T21:45:30.218Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48252026-08-21T21:45:30.353Z[verify-libraries] Compiling libsw-core v0.3.2
48262026-08-21T21:45:30.411Z[verify-libraries] Compiling unit-prefix v0.5.2
48272026-08-21T21:45:30.616Z[verify-libraries] Compiling void v1.0.2
48282026-08-21T21:45:30.643Z[verify-libraries] Compiling assert_matches v1.5.0
48292026-08-21T21:45:30.751Z[verify-libraries] Compiling lzss v0.8.2
48302026-08-21T21:45:30.800Z[verify-libraries] Compiling indicatif v0.18.4
48312026-08-21T21:45:30.803Z[verify-libraries] Compiling darling_macro v0.13.4
48322026-08-21T21:45:30.826Z[verify-libraries] Compiling libsw v3.5.0
48332026-08-21T21:45:30.867Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48342026-08-21T21:45:30.903Z[verify-libraries] Compiling slog-envlogger v2.2.0
48352026-08-21T21:45:31.027Z[verify-libraries] Compiling ssh-encoding v0.3.0
48362026-08-21T21:45:31.075Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48372026-08-21T21:45:31.125Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48382026-08-21T21:45:31.186Z[ recovery-image] Aug 21 21:45:29.799 INFO O| Aug 21 21:45:29.799 INFO O| Finalize: Building new search index ... Done
48392026-08-21T21:45:31.391Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48402026-08-21T21:45:31.430Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48412026-08-21T21:45:31.474Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48422026-08-21T21:45:31.478Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48432026-08-21T21:45:31.498Z[ recovery-image] Aug 21 21:45:30.107 INFO O| Aug 21 21:45:30.107 INFO O| Finalize: Updating package cache ... Done
48442026-08-21T21:45:31.688Z[verify-libraries] Compiling nix v0.27.1
48452026-08-21T21:45:31.775Z[verify-libraries] Compiling colored v2.2.0
48462026-08-21T21:45:31.779Z[verify-libraries] Compiling blake3 v1.8.5
48472026-08-21T21:45:31.801Z[verify-libraries] Compiling serde_bytes v0.11.19
48482026-08-21T21:45:31.844Z[verify-libraries] Compiling keccak v0.2.0
48492026-08-21T21:45:31.958Z[ recovery-image] Aug 21 21:45:30.551 INFO O| Aug 21 21:45:30.551 INFO STEP 11 (pkg_install) COMPLETE
48502026-08-21T21:45:31.958Z[ recovery-image] Aug 21 21:45:30.551 INFO O| Aug 21 21:45:30.551 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48512026-08-21T21:45:31.958Z[ recovery-image] Aug 21 21:45:30.551 INFO O| Aug 21 21:45:30.551 INFO skip step because feature "recovery" is enabled
48522026-08-21T21:45:31.997Z[ recovery-image] Aug 21 21:45:30.551 INFO O| Aug 21 21:45:30.551 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48532026-08-21T21:45:31.998Z[ recovery-image] Aug 21 21:45:30.551 INFO O| Aug 21 21:45:30.551 INFO skip step because feature "omicron1" is not enabled
48542026-08-21T21:45:31.998Z[ recovery-image] Aug 21 21:45:30.551 INFO O| Aug 21 21:45:30.551 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48552026-08-21T21:45:31.998Z[ recovery-image] Aug 21 21:45:30.561 INFO O| Aug 21 21:45:30.561 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"]
48562026-08-21T21:45:32.117Z[verify-libraries] Compiling shell-words v1.1.1
48572026-08-21T21:45:32.345Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48582026-08-21T21:45:32.418Z[verify-libraries] Compiling darling v0.13.4
48592026-08-21T21:45:32.418Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48602026-08-21T21:45:32.502Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48612026-08-21T21:45:32.809Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48622026-08-21T21:45:32.916Z[verify-libraries] Compiling ed25519 v3.0.0
48632026-08-21T21:45:33.023Z[verify-libraries] Compiling crypto-primes v0.7.2
48642026-08-21T21:45:33.297Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48652026-08-21T21:45:33.723Z[verify-libraries] Compiling poly1305 v0.9.0
48662026-08-21T21:45:33.944Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48672026-08-21T21:45:34.052Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48682026-08-21T21:45:34.114Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48692026-08-21T21:45:34.325Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48702026-08-21T21:45:34.426Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48712026-08-21T21:45:34.454Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48722026-08-21T21:45:34.560Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48732026-08-21T21:45:34.596Z[verify-libraries] Compiling blowfish v0.10.0
48742026-08-21T21:45:34.767Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
48752026-08-21T21:45:34.789Z[verify-libraries] Compiling petname v2.0.2
48762026-08-21T21:45:34.886Z[verify-libraries] Compiling arrayref v0.3.9
48772026-08-21T21:45:34.983Z[verify-libraries] Compiling arrayvec v0.7.6
48782026-08-21T21:45:35.027Z[verify-libraries] Compiling constant_time_eq v0.4.2
48792026-08-21T21:45:35.103Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
48802026-08-21T21:45:35.165Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
48812026-08-21T21:45:35.622Z[verify-libraries] Compiling ssh-cipher v0.3.0
48822026-08-21T21:45:35.675Z[verify-libraries] Compiling rsa v0.10.0-rc.18
48832026-08-21T21:45:35.716Z[verify-libraries] Compiling ed25519-dalek v3.0.0
48842026-08-21T21:45:35.792Z[verify-libraries] Compiling serde_with_macros v1.5.2
48852026-08-21T21:45:35.908Z[verify-libraries] Compiling sha3 v0.11.0
48862026-08-21T21:45:36.086Z[verify-libraries] Compiling p521 v0.14.0
48872026-08-21T21:45:36.300Z[verify-libraries] Compiling p256 v0.14.0
48882026-08-21T21:45:36.333Z[verify-libraries] Compiling p384 v0.14.0
48892026-08-21T21:45:36.375Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
48902026-08-21T21:45:36.405Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48912026-08-21T21:45:36.487Z[ recovery-image] Aug 21 21:45:35.100 INFO O| Aug 21 21:45:35.100 INFO O| Startup: Refreshing catalog 'helios' ... Done
48922026-08-21T21:45:36.493Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48932026-08-21T21:45:36.838Z[verify-libraries] Compiling twox-hash v2.1.2
48942026-08-21T21:45:36.903Z[verify-libraries] Compiling kem v0.3.0
48952026-08-21T21:45:36.965Z[ recovery-image] Aug 21 21:45:35.578 INFO O| Aug 21 21:45:35.578 INFO O| Startup: Caching catalogs ... Done
48962026-08-21T21:45:37.138Z[verify-libraries] Compiling module-lattice v0.2.3
48972026-08-21T21:45:37.188Z[verify-libraries] Compiling rtoolbox v0.0.3
48982026-08-21T21:45:37.380Z[verify-libraries] Compiling atty v0.2.14
48992026-08-21T21:45:37.403Z[ recovery-image] Aug 21 21:45:36.015 INFO O| Aug 21 21:45:36.015 INFO O| Planning: Solver setup ... Done
49002026-08-21T21:45:37.407Z[ recovery-image] Aug 21 21:45:36.020 INFO O| Aug 21 21:45:36.020 INFO O| Planning: Running solver ... Done
49012026-08-21T21:45:37.421Z[ recovery-image] Aug 21 21:45:36.034 INFO O| Aug 21 21:45:36.034 INFO O| Planning: Finding local manifests ... Done
49022026-08-21T21:45:37.451Z[ recovery-image] Aug 21 21:45:36.050 INFO O| Aug 21 21:45:36.050 INFO O| Planning: Fetching manifests: 0/1 0% complete
49032026-08-21T21:45:37.455Z[ recovery-image] Aug 21 21:45:36.054 INFO O| Aug 21 21:45:36.054 INFO O| Planning: Fetching manifests: 1/1 100% complete
49042026-08-21T21:45:37.455Z[verify-libraries] Compiling topological-sort v0.2.2
49052026-08-21T21:45:37.464Z[ recovery-image] Aug 21 21:45:36.076 INFO O| Aug 21 21:45:36.076 INFO O| Planning: Package planning ... Done
49062026-08-21T21:45:37.468Z[ recovery-image] Aug 21 21:45:36.076 INFO O| Aug 21 21:45:36.076 INFO O| Planning: Merging actions ... Done
49072026-08-21T21:45:37.488Z[verify-libraries] Compiling sponge-cursor v0.1.0
49082026-08-21T21:45:37.532Z[verify-libraries] Compiling ml-kem v0.3.2
49092026-08-21T21:45:37.563Z[verify-libraries] Compiling rpassword v7.5.4
49102026-08-21T21:45:37.580Z[ recovery-image] Aug 21 21:45:36.193 INFO O| Aug 21 21:45:36.193 INFO O| Planning: Checking for conflicting actions ... Done
49112026-08-21T21:45:37.583Z[ recovery-image] Aug 21 21:45:36.194 INFO O| Aug 21 21:45:36.194 INFO O| Planning: Consolidating action changes ... Done
49122026-08-21T21:45:37.653Z[verify-libraries] Compiling sha3 v0.12.0
49132026-08-21T21:45:37.675Z[ recovery-image] Aug 21 21:45:36.287 INFO O| Aug 21 21:45:36.287 INFO O| Planning: Evaluating mediators ... Done
49142026-08-21T21:45:37.680Z[ recovery-image] Aug 21 21:45:36.287 INFO O| Aug 21 21:45:36.287 INFO O| Planning: Planning completed in 0.69 seconds
49152026-08-21T21:45:37.680Z[ recovery-image] Aug 21 21:45:36.288 INFO O| Aug 21 21:45:36.288 INFO O| Packages to install: 1
49162026-08-21T21:45:37.686Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49172026-08-21T21:45:37.689Z[ recovery-image] Aug 21 21:45:36.300 INFO O| Aug 21 21:45:36.300 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete
49182026-08-21T21:45:37.707Z[verify-libraries] Compiling serde_with v1.14.0
49192026-08-21T21:45:38.082Z[ recovery-image] Aug 21 21:45:36.692 INFO O| Aug 21 21:45:36.692 INFO O| Download: Completed 13.17 MB in 0.39 seconds (33.6M/s)
49202026-08-21T21:45:38.106Z[ recovery-image] Aug 21 21:45:36.719 INFO O| Aug 21 21:45:36.719 INFO O| Actions: 1/22 actions (Installing new actions)
49212026-08-21T21:45:38.327Z[ recovery-image] Aug 21 21:45:36.940 INFO O| Aug 21 21:45:36.940 INFO O| Actions: Completed 22 actions in 0.22 seconds.
49222026-08-21T21:45:38.381Z[ recovery-image] Aug 21 21:45:36.994 INFO O| Aug 21 21:45:36.993 INFO O| Finalize: Updating package state database ... Done
49232026-08-21T21:45:38.381Z[ recovery-image] Aug 21 21:45:36.994 INFO O| Aug 21 21:45:36.993 INFO O| Finalize: Updating package cache ... Done
49242026-08-21T21:45:38.394Z[verify-libraries] Compiling russh-cryptovec v0.62.0
49252026-08-21T21:45:38.470Z[ recovery-image] Aug 21 21:45:37.083 INFO O| Aug 21 21:45:37.083 INFO O| Finalize: Updating image state ... Done
49262026-08-21T21:45:38.566Z[verify-libraries] Compiling tui-tree-widget v0.23.1
49272026-08-21T21:45:38.706Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
49282026-08-21T21:45:38.859Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49292026-08-21T21:45:38.905Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
49302026-08-21T21:45:38.966Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
49312026-08-21T21:45:39.105Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
49322026-08-21T21:45:39.114Z[ recovery-image] Aug 21 21:45:37.726 INFO O| Aug 21 21:45:37.726 INFO O| Finalize: Creating fast lookup database ... Done
49332026-08-21T21:45:39.130Z[ recovery-image] Aug 21 21:45:37.741 INFO O| Aug 21 21:45:37.741 INFO O| Finalize: Reading search index ... Done
49342026-08-21T21:45:39.138Z[ recovery-image] Aug 21 21:45:37.742 INFO O| Aug 21 21:45:37.742 INFO O| Finalize: Updating search index ... Done
49352026-08-21T21:45:39.143Z[ recovery-image] Aug 21 21:45:37.752 INFO O| Aug 21 21:45:37.752 INFO O| Finalize: Updating package cache ... Done
49362026-08-21T21:45:39.177Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
49372026-08-21T21:45:39.410Z[ recovery-image] Aug 21 21:45:38.023 INFO O| Aug 21 21:45:38.023 INFO STEP 14 (pkg_install) COMPLETE
49382026-08-21T21:45:39.410Z[ recovery-image] Aug 21 21:45:38.023 INFO O| Aug 21 21:45:38.023 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49392026-08-21T21:45:39.410Z[ recovery-image] Aug 21 21:45:38.023 INFO O| Aug 21 21:45:38.023 INFO skip step because feature "mbist" is not enabled
49402026-08-21T21:45:39.414Z[ recovery-image] Aug 21 21:45:38.023 INFO O| Aug 21 21:45:38.023 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49412026-08-21T21:45:39.414Z[ recovery-image] Aug 21 21:45:38.023 INFO O| Aug 21 21:45:38.023 INFO skip step because feature "mfg" is not enabled
49422026-08-21T21:45:39.414Z[ recovery-image] Aug 21 21:45:38.023 INFO O| Aug 21 21:45:38.023 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49432026-08-21T21:45:39.414Z[ recovery-image] Aug 21 21:45:38.023 INFO O| Aug 21 21:45:38.023 INFO skip step because feature "compliance" is not enabled
49442026-08-21T21:45:39.414Z[ recovery-image] Aug 21 21:45:38.023 INFO O| Aug 21 21:45:38.023 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49452026-08-21T21:45:39.414Z[ recovery-image] Aug 21 21:45:38.023 INFO O| Aug 21 21:45:38.023 INFO skip step because feature "stress" is not enabled
49462026-08-21T21:45:39.414Z[ recovery-image] Aug 21 21:45:38.023 INFO O| Aug 21 21:45:38.023 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49472026-08-21T21:45:39.414Z[ recovery-image] Aug 21 21:45:38.023 INFO O| Aug 21 21:45:38.023 INFO skip step because feature "compliance" is not enabled
49482026-08-21T21:45:39.414Z[ recovery-image] Aug 21 21:45:38.023 INFO O| Aug 21 21:45:38.023 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49492026-08-21T21:45:39.414Z[ recovery-image] Aug 21 21:45:38.023 INFO O| Aug 21 21:45:38.023 INFO skip step because feature "nfs" is not enabled
49502026-08-21T21:45:39.414Z[ recovery-image] Aug 21 21:45:38.023 INFO O| Aug 21 21:45:38.023 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49512026-08-21T21:45:39.414Z[ recovery-image] Aug 21 21:45:38.023 INFO O| Aug 21 21:45:38.023 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49522026-08-21T21:45:39.688Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
49532026-08-21T21:45:39.691Z[ recovery-image] Aug 21 21:45:38.303 INFO O| Aug 21 21:45:38.303 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49542026-08-21T21:45:39.809Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
49552026-08-21T21:45:39.833Z[ recovery-image] Aug 21 21:45:38.447 INFO O| Aug 21 21:45:38.446 INFO completed processing sled/ramdisk-01-os
49562026-08-21T21:45:39.837Z[ recovery-image] Aug 21 21:45:38.449 INFO image builder template: ramdisk-02-trim...
49572026-08-21T21:45:39.837Z[ recovery-image] Aug 21 21:45:38.449 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/.tmpOp2Oxa/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@22.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
49582026-08-21T21:45:39.855Z[ recovery-image] Aug 21 21:45:38.468 INFO O| Aug 21 21:45:38.468 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49592026-08-21T21:45:39.860Z[ recovery-image] Aug 21 21:45:38.473 INFO O| Aug 21 21:45:38.473 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49602026-08-21T21:45:39.960Z[ recovery-image] Aug 21 21:45:38.573 INFO O| Aug 21 21:45:38.573 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49612026-08-21T21:45:40.040Z[ recovery-image] Aug 21 21:45:38.653 INFO O| Aug 21 21:45:38.653 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49622026-08-21T21:45:40.040Z[ recovery-image] Aug 21 21:45:38.653 INFO O| Aug 21 21:45:38.653 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49632026-08-21T21:45:40.048Z[ recovery-image] Aug 21 21:45:38.658 INFO O| Aug 21 21:45:38.658 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49642026-08-21T21:45:40.055Z[ recovery-image] Aug 21 21:45:38.661 INFO O| Aug 21 21:45:38.661 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49652026-08-21T21:45:40.062Z[ recovery-image] Aug 21 21:45:38.666 INFO O| Aug 21 21:45:38.666 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49662026-08-21T21:45:40.269Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
49672026-08-21T21:45:40.390Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49682026-08-21T21:45:40.629Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
49692026-08-21T21:45:40.701Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
49702026-08-21T21:45:40.747Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49712026-08-21T21:45:40.770Z[ recovery-image] Aug 21 21:45:39.384 INFO O| Aug 21 21:45:39.384 INFO rolled back to input snapshot; work may begin
49722026-08-21T21:45:40.774Z[ recovery-image] Aug 21 21:45:39.384 INFO O| Aug 21 21:45:39.384 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49732026-08-21T21:45:40.777Z[ recovery-image] Aug 21 21:45:39.388 INFO O| Aug 21 21:45:39.388 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49742026-08-21T21:45:40.785Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
49752026-08-21T21:45:40.785Z[ recovery-image] Aug 21 21:45:39.396 INFO O| Aug 21 21:45:39.396 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49762026-08-21T21:45:40.836Z[ recovery-image] Aug 21 21:45:39.448 INFO O| Aug 21 21:45:39.448 INFO STEP 0 (remove_files) COMPLETE
49772026-08-21T21:45:40.837Z[ recovery-image] Aug 21 21:45:39.448 INFO O| Aug 21 21:45:39.448 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49782026-08-21T21:45:40.847Z[ recovery-image] Aug 21 21:45:39.459 INFO O| Aug 21 21:45:39.459 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49792026-08-21T21:45:40.850Z[ recovery-image] Aug 21 21:45:39.461 INFO O| Aug 21 21:45:39.461 INFO STEP 1 (remove_files) COMPLETE
49802026-08-21T21:45:40.850Z[ recovery-image] Aug 21 21:45:39.461 INFO O| Aug 21 21:45:39.461 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49812026-08-21T21:45:40.856Z[ recovery-image] Aug 21 21:45:39.470 INFO O| Aug 21 21:45:39.470 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49822026-08-21T21:45:40.869Z[ recovery-image] Aug 21 21:45:39.482 INFO O| Aug 21 21:45:39.482 INFO STEP 2 (remove_files) COMPLETE
49832026-08-21T21:45:40.869Z[ recovery-image] Aug 21 21:45:39.482 INFO O| Aug 21 21:45:39.482 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49842026-08-21T21:45:40.879Z[ recovery-image] Aug 21 21:45:39.492 INFO O| Aug 21 21:45:39.492 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49852026-08-21T21:45:40.882Z[ recovery-image] Aug 21 21:45:39.493 INFO O| Aug 21 21:45:39.493 INFO STEP 3 (remove_files) COMPLETE
49862026-08-21T21:45:40.882Z[ recovery-image] Aug 21 21:45:39.493 INFO O| Aug 21 21:45:39.493 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49872026-08-21T21:45:40.889Z[ recovery-image] Aug 21 21:45:39.502 INFO O| Aug 21 21:45:39.502 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
49882026-08-21T21:45:40.892Z[ recovery-image] Aug 21 21:45:39.505 INFO O| Aug 21 21:45:39.505 INFO STEP 4 (remove_files) COMPLETE
49892026-08-21T21:45:40.892Z[ recovery-image] Aug 21 21:45:39.505 INFO O| Aug 21 21:45:39.505 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49902026-08-21T21:45:40.902Z[ recovery-image] Aug 21 21:45:39.514 INFO O| Aug 21 21:45:39.514 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
49912026-08-21T21:45:40.902Z[ recovery-image] Aug 21 21:45:39.515 INFO O| Aug 21 21:45:39.514 INFO STEP 5 (remove_files) COMPLETE
49922026-08-21T21:45:40.903Z[ recovery-image] Aug 21 21:45:39.515 INFO O| Aug 21 21:45:39.515 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49932026-08-21T21:45:40.911Z[ recovery-image] Aug 21 21:45:39.524 INFO O| Aug 21 21:45:39.524 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
49942026-08-21T21:45:40.921Z[ recovery-image] Aug 21 21:45:39.534 INFO O| Aug 21 21:45:39.534 INFO STEP 6 (remove_files) COMPLETE
49952026-08-21T21:45:40.921Z[ recovery-image] Aug 21 21:45:39.534 INFO O| Aug 21 21:45:39.534 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49962026-08-21T21:45:40.921Z[ recovery-image] Aug 21 21:45:39.534 INFO O| Aug 21 21:45:39.534 INFO skip step because feature "heliosv2" is not enabled
49972026-08-21T21:45:40.924Z[ recovery-image] Aug 21 21:45:39.534 INFO O| Aug 21 21:45:39.534 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49982026-08-21T21:45:40.924Z[ recovery-image] Aug 21 21:45:39.534 INFO O| Aug 21 21:45:39.534 INFO skip step because feature "recovery" is enabled
49992026-08-21T21:45:40.924Z[ recovery-image] Aug 21 21:45:39.534 INFO O| Aug 21 21:45:39.534 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50002026-08-21T21:45:40.924Z[ recovery-image] Aug 21 21:45:39.534 INFO O| Aug 21 21:45:39.534 INFO skip step because feature "recovery" is enabled
50012026-08-21T21:45:40.924Z[ recovery-image] Aug 21 21:45:39.534 INFO O| Aug 21 21:45:39.534 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50022026-08-21T21:45:40.924Z[ recovery-image] Aug 21 21:45:39.534 INFO O| Aug 21 21:45:39.534 INFO skip step because feature "recovery" is enabled
50032026-08-21T21:45:40.924Z[ recovery-image] Aug 21 21:45:39.534 INFO O| Aug 21 21:45:39.534 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50042026-08-21T21:45:40.930Z[ recovery-image] Aug 21 21:45:39.543 INFO O| Aug 21 21:45:39.543 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50052026-08-21T21:45:40.933Z[ recovery-image] Aug 21 21:45:39.546 INFO O| Aug 21 21:45:39.546 INFO STEP 11 (remove_files) COMPLETE
50062026-08-21T21:45:40.933Z[ recovery-image] Aug 21 21:45:39.546 INFO O| Aug 21 21:45:39.546 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50072026-08-21T21:45:40.941Z[ recovery-image] Aug 21 21:45:39.554 INFO O| Aug 21 21:45:39.554 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50082026-08-21T21:45:40.947Z[ recovery-image] Aug 21 21:45:39.560 INFO O| Aug 21 21:45:39.560 INFO STEP 12 (remove_files) COMPLETE
50092026-08-21T21:45:40.947Z[ recovery-image] Aug 21 21:45:39.560 INFO O| Aug 21 21:45:39.560 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50102026-08-21T21:45:40.957Z[ recovery-image] Aug 21 21:45:39.570 INFO O| Aug 21 21:45:39.570 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50112026-08-21T21:45:40.960Z[ recovery-image] Aug 21 21:45:39.571 INFO O| Aug 21 21:45:39.571 INFO STEP 13 (remove_files) COMPLETE
50122026-08-21T21:45:40.960Z[ recovery-image] Aug 21 21:45:39.571 INFO O| Aug 21 21:45:39.571 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50132026-08-21T21:45:41.015Z[ recovery-image] Aug 21 21:45:39.628 INFO O| Aug 21 21:45:39.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50142026-08-21T21:45:41.020Z[ recovery-image] Aug 21 21:45:39.633 INFO O| Aug 21 21:45:39.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50152026-08-21T21:45:41.122Z[ recovery-image] Aug 21 21:45:39.735 INFO O| Aug 21 21:45:39.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50162026-08-21T21:45:41.122Z[ recovery-image] Aug 21 21:45:39.735 INFO O| Aug 21 21:45:39.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50172026-08-21T21:45:41.134Z[ recovery-image] Aug 21 21:45:39.747 INFO O| Aug 21 21:45:39.747 INFO STEP 14 (remove_files) COMPLETE
50182026-08-21T21:45:41.134Z[ recovery-image] Aug 21 21:45:39.747 INFO O| Aug 21 21:45:39.747 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50192026-08-21T21:45:41.145Z[ recovery-image] Aug 21 21:45:39.759 INFO O| Aug 21 21:45:39.758 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50202026-08-21T21:45:41.149Z[ recovery-image] Aug 21 21:45:39.760 INFO O| Aug 21 21:45:39.760 INFO STEP 15 (remove_files) COMPLETE
50212026-08-21T21:45:41.149Z[ recovery-image] Aug 21 21:45:39.760 INFO O| Aug 21 21:45:39.760 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50222026-08-21T21:45:41.159Z[ recovery-image] Aug 21 21:45:39.771 INFO O| Aug 21 21:45:39.771 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50232026-08-21T21:45:41.163Z[ recovery-image] Aug 21 21:45:39.777 INFO O| Aug 21 21:45:39.777 INFO STEP 16 (remove_files) COMPLETE
50242026-08-21T21:45:41.163Z[ recovery-image] Aug 21 21:45:39.777 INFO O| Aug 21 21:45:39.777 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50252026-08-21T21:45:41.176Z[ recovery-image] Aug 21 21:45:39.788 INFO O| Aug 21 21:45:39.788 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50262026-08-21T21:45:41.180Z[ recovery-image] Aug 21 21:45:39.788 INFO O| Aug 21 21:45:39.788 INFO STEP 17 (remove_files) COMPLETE
50272026-08-21T21:45:41.180Z[ recovery-image] Aug 21 21:45:39.788 INFO O| Aug 21 21:45:39.788 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50282026-08-21T21:45:41.185Z[ recovery-image] Aug 21 21:45:39.798 INFO O| Aug 21 21:45:39.798 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50292026-08-21T21:45:41.189Z[ recovery-image] Aug 21 21:45:39.800 INFO O| Aug 21 21:45:39.800 INFO STEP 18 (remove_files) COMPLETE
50302026-08-21T21:45:41.190Z[ recovery-image] Aug 21 21:45:39.800 INFO O| Aug 21 21:45:39.800 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50312026-08-21T21:45:41.197Z[ recovery-image] Aug 21 21:45:39.810 INFO O| Aug 21 21:45:39.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50322026-08-21T21:45:41.197Z[ recovery-image] Aug 21 21:45:39.810 INFO O| Aug 21 21:45:39.810 INFO STEP 19 (remove_files) COMPLETE
50332026-08-21T21:45:41.202Z[ recovery-image] Aug 21 21:45:39.810 INFO O| Aug 21 21:45:39.810 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50342026-08-21T21:45:41.207Z[ recovery-image] Aug 21 21:45:39.820 INFO O| Aug 21 21:45:39.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50352026-08-21T21:45:41.207Z[ recovery-image] Aug 21 21:45:39.820 INFO O| Aug 21 21:45:39.820 INFO STEP 20 (remove_files) COMPLETE
50362026-08-21T21:45:41.207Z[ recovery-image] Aug 21 21:45:39.820 INFO O| Aug 21 21:45:39.820 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50372026-08-21T21:45:41.218Z[ recovery-image] Aug 21 21:45:39.831 INFO O| Aug 21 21:45:39.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50382026-08-21T21:45:41.218Z[ recovery-image] Aug 21 21:45:39.831 INFO O| Aug 21 21:45:39.831 INFO STEP 21 (remove_files) COMPLETE
50392026-08-21T21:45:41.218Z[ recovery-image] Aug 21 21:45:39.831 INFO O| Aug 21 21:45:39.831 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50402026-08-21T21:45:41.228Z[ recovery-image] Aug 21 21:45:39.841 INFO O| Aug 21 21:45:39.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50412026-08-21T21:45:41.228Z[ recovery-image] Aug 21 21:45:39.841 INFO O| Aug 21 21:45:39.841 INFO STEP 22 (remove_files) COMPLETE
50422026-08-21T21:45:41.228Z[ recovery-image] Aug 21 21:45:39.841 INFO O| Aug 21 21:45:39.841 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50432026-08-21T21:45:41.237Z[ recovery-image] Aug 21 21:45:39.850 INFO O| Aug 21 21:45:39.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50442026-08-21T21:45:41.237Z[ recovery-image] Aug 21 21:45:39.850 INFO O| Aug 21 21:45:39.850 INFO STEP 23 (remove_files) COMPLETE
50452026-08-21T21:45:41.243Z[ recovery-image] Aug 21 21:45:39.850 INFO O| Aug 21 21:45:39.850 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50462026-08-21T21:45:41.247Z[ recovery-image] Aug 21 21:45:39.860 INFO O| Aug 21 21:45:39.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50472026-08-21T21:45:41.247Z[ recovery-image] Aug 21 21:45:39.860 INFO O| Aug 21 21:45:39.860 INFO STEP 24 (remove_files) COMPLETE
50482026-08-21T21:45:41.251Z[ recovery-image] Aug 21 21:45:39.860 INFO O| Aug 21 21:45:39.860 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50492026-08-21T21:45:41.257Z[ recovery-image] Aug 21 21:45:39.870 INFO O| Aug 21 21:45:39.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50502026-08-21T21:45:41.257Z[ recovery-image] Aug 21 21:45:39.870 INFO O| Aug 21 21:45:39.870 INFO STEP 25 (remove_files) COMPLETE
50512026-08-21T21:45:41.258Z[ recovery-image] Aug 21 21:45:39.870 INFO O| Aug 21 21:45:39.870 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50522026-08-21T21:45:41.279Z[ recovery-image] Aug 21 21:45:39.892 INFO O| Aug 21 21:45:39.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50532026-08-21T21:45:41.279Z[ recovery-image] Aug 21 21:45:39.892 INFO O| Aug 21 21:45:39.892 INFO STEP 26 (remove_files) COMPLETE
50542026-08-21T21:45:41.279Z[ recovery-image] Aug 21 21:45:39.892 INFO O| Aug 21 21:45:39.892 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50552026-08-21T21:45:41.297Z[ recovery-image] Aug 21 21:45:39.902 INFO O| Aug 21 21:45:39.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50562026-08-21T21:45:41.297Z[ recovery-image] Aug 21 21:45:39.902 INFO O| Aug 21 21:45:39.902 INFO STEP 27 (remove_files) COMPLETE
50572026-08-21T21:45:41.301Z[ recovery-image] Aug 21 21:45:39.902 INFO O| Aug 21 21:45:39.902 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50582026-08-21T21:45:41.301Z[ recovery-image] Aug 21 21:45:39.912 INFO O| Aug 21 21:45:39.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50592026-08-21T21:45:41.301Z[ recovery-image] Aug 21 21:45:39.912 INFO O| Aug 21 21:45:39.912 INFO STEP 28 (remove_files) COMPLETE
50602026-08-21T21:45:41.301Z[ recovery-image] Aug 21 21:45:39.912 INFO O| Aug 21 21:45:39.912 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50612026-08-21T21:45:41.309Z[ recovery-image] Aug 21 21:45:39.922 INFO O| Aug 21 21:45:39.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50622026-08-21T21:45:41.309Z[ recovery-image] Aug 21 21:45:39.922 INFO O| Aug 21 21:45:39.922 INFO STEP 29 (remove_files) COMPLETE
50632026-08-21T21:45:41.309Z[ recovery-image] Aug 21 21:45:39.922 INFO O| Aug 21 21:45:39.922 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50642026-08-21T21:45:41.318Z[ recovery-image] Aug 21 21:45:39.931 INFO O| Aug 21 21:45:39.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50652026-08-21T21:45:41.318Z[ recovery-image] Aug 21 21:45:39.931 INFO O| Aug 21 21:45:39.931 INFO STEP 30 (remove_files) COMPLETE
50662026-08-21T21:45:41.318Z[ recovery-image] Aug 21 21:45:39.931 INFO O| Aug 21 21:45:39.931 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50672026-08-21T21:45:41.327Z[ recovery-image] Aug 21 21:45:39.940 INFO O| Aug 21 21:45:39.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50682026-08-21T21:45:41.327Z[ recovery-image] Aug 21 21:45:39.941 INFO O| Aug 21 21:45:39.941 INFO STEP 31 (remove_files) COMPLETE
50692026-08-21T21:45:41.327Z[ recovery-image] Aug 21 21:45:39.941 INFO O| Aug 21 21:45:39.941 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50702026-08-21T21:45:41.378Z[ recovery-image] Aug 21 21:45:39.983 INFO O| Aug 21 21:45:39.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50712026-08-21T21:45:41.378Z[ recovery-image] Aug 21 21:45:39.983 INFO O| Aug 21 21:45:39.983 INFO STEP 32 (remove_files) COMPLETE
50722026-08-21T21:45:41.378Z[ recovery-image] Aug 21 21:45:39.983 INFO O| Aug 21 21:45:39.983 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50732026-08-21T21:45:41.382Z[ recovery-image] Aug 21 21:45:39.992 INFO O| Aug 21 21:45:39.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50742026-08-21T21:45:41.382Z[ recovery-image] Aug 21 21:45:39.992 INFO O| Aug 21 21:45:39.992 INFO STEP 33 (remove_files) COMPLETE
50752026-08-21T21:45:41.382Z[ recovery-image] Aug 21 21:45:39.992 INFO O| Aug 21 21:45:39.992 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50762026-08-21T21:45:41.387Z[ recovery-image] Aug 21 21:45:40.000 INFO O| Aug 21 21:45:40.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50772026-08-21T21:45:41.387Z[ recovery-image] Aug 21 21:45:40.000 INFO O| Aug 21 21:45:40.000 INFO STEP 34 (remove_files) COMPLETE
50782026-08-21T21:45:41.391Z[ recovery-image] Aug 21 21:45:40.000 INFO O| Aug 21 21:45:40.000 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50792026-08-21T21:45:41.410Z[ recovery-image] Aug 21 21:45:40.008 INFO O| Aug 21 21:45:40.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50802026-08-21T21:45:41.410Z[ recovery-image] Aug 21 21:45:40.008 INFO O| Aug 21 21:45:40.008 INFO STEP 35 (remove_files) COMPLETE
50812026-08-21T21:45:41.413Z[ recovery-image] Aug 21 21:45:40.008 INFO O| Aug 21 21:45:40.008 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50822026-08-21T21:45:41.413Z[ recovery-image] Aug 21 21:45:40.016 INFO O| Aug 21 21:45:40.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50832026-08-21T21:45:41.414Z[ recovery-image] Aug 21 21:45:40.016 INFO O| Aug 21 21:45:40.016 INFO STEP 36 (remove_files) COMPLETE
50842026-08-21T21:45:41.414Z[ recovery-image] Aug 21 21:45:40.016 INFO O| Aug 21 21:45:40.016 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50852026-08-21T21:45:41.414Z[ recovery-image] Aug 21 21:45:40.024 INFO O| Aug 21 21:45:40.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
50862026-08-21T21:45:41.414Z[ recovery-image] Aug 21 21:45:40.024 INFO O| Aug 21 21:45:40.024 INFO STEP 37 (remove_files) COMPLETE
50872026-08-21T21:45:41.414Z[ recovery-image] Aug 21 21:45:40.024 INFO O| Aug 21 21:45:40.024 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50882026-08-21T21:45:41.419Z[ recovery-image] Aug 21 21:45:40.032 INFO O| Aug 21 21:45:40.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
50892026-08-21T21:45:41.419Z[ recovery-image] Aug 21 21:45:40.032 INFO O| Aug 21 21:45:40.032 INFO STEP 38 (remove_files) COMPLETE
50902026-08-21T21:45:41.423Z[ recovery-image] Aug 21 21:45:40.032 INFO O| Aug 21 21:45:40.032 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50912026-08-21T21:45:41.435Z[ recovery-image] Aug 21 21:45:40.048 INFO O| Aug 21 21:45:40.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
50922026-08-21T21:45:41.436Z[ recovery-image] Aug 21 21:45:40.048 INFO O| Aug 21 21:45:40.048 INFO STEP 39 (remove_files) COMPLETE
50932026-08-21T21:45:41.436Z[ recovery-image] Aug 21 21:45:40.048 INFO O| Aug 21 21:45:40.048 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50942026-08-21T21:45:41.447Z[ recovery-image] Aug 21 21:45:40.060 INFO O| Aug 21 21:45:40.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
50952026-08-21T21:45:41.447Z[ recovery-image] Aug 21 21:45:40.060 INFO O| Aug 21 21:45:40.060 INFO STEP 40 (remove_files) COMPLETE
50962026-08-21T21:45:41.447Z[ recovery-image] Aug 21 21:45:40.060 INFO O| Aug 21 21:45:40.060 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50972026-08-21T21:45:41.460Z[ recovery-image] Aug 21 21:45:40.070 INFO O| Aug 21 21:45:40.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
50982026-08-21T21:45:41.460Z[ recovery-image] Aug 21 21:45:40.070 INFO O| Aug 21 21:45:40.070 INFO STEP 41 (remove_files) COMPLETE
50992026-08-21T21:45:41.461Z[ recovery-image] Aug 21 21:45:40.070 INFO O| Aug 21 21:45:40.070 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51002026-08-21T21:45:41.470Z[ recovery-image] Aug 21 21:45:40.079 INFO O| Aug 21 21:45:40.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51012026-08-21T21:45:41.470Z[ recovery-image] Aug 21 21:45:40.079 INFO O| Aug 21 21:45:40.079 INFO STEP 42 (remove_files) COMPLETE
51022026-08-21T21:45:41.470Z[ recovery-image] Aug 21 21:45:40.079 INFO O| Aug 21 21:45:40.079 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51032026-08-21T21:45:41.477Z[ recovery-image] Aug 21 21:45:40.090 INFO O| Aug 21 21:45:40.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51042026-08-21T21:45:41.477Z[ recovery-image] Aug 21 21:45:40.090 INFO O| Aug 21 21:45:40.090 INFO STEP 43 (remove_files) COMPLETE
51052026-08-21T21:45:41.481Z[ recovery-image] Aug 21 21:45:40.090 INFO O| Aug 21 21:45:40.090 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51062026-08-21T21:45:41.487Z[ recovery-image] Aug 21 21:45:40.100 INFO O| Aug 21 21:45:40.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51072026-08-21T21:45:41.488Z[ recovery-image] Aug 21 21:45:40.101 INFO O| Aug 21 21:45:40.101 INFO STEP 44 (remove_files) COMPLETE
51082026-08-21T21:45:41.491Z[ recovery-image] Aug 21 21:45:40.101 INFO O| Aug 21 21:45:40.101 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51092026-08-21T21:45:41.518Z[ recovery-image] Aug 21 21:45:40.111 INFO O| Aug 21 21:45:40.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51102026-08-21T21:45:41.518Z[ recovery-image] Aug 21 21:45:40.111 INFO O| Aug 21 21:45:40.111 INFO STEP 45 (remove_files) COMPLETE
51112026-08-21T21:45:41.518Z[ recovery-image] Aug 21 21:45:40.111 INFO O| Aug 21 21:45:40.111 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51122026-08-21T21:45:41.522Z[ recovery-image] Aug 21 21:45:40.123 INFO O| Aug 21 21:45:40.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51132026-08-21T21:45:41.522Z[ recovery-image] Aug 21 21:45:40.123 INFO O| Aug 21 21:45:40.123 INFO STEP 46 (remove_files) COMPLETE
51142026-08-21T21:45:41.522Z[ recovery-image] Aug 21 21:45:40.123 INFO O| Aug 21 21:45:40.123 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51152026-08-21T21:45:41.526Z[ recovery-image] Aug 21 21:45:40.135 INFO O| Aug 21 21:45:40.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51162026-08-21T21:45:41.526Z[ recovery-image] Aug 21 21:45:40.135 INFO O| Aug 21 21:45:40.135 INFO STEP 47 (remove_files) COMPLETE
51172026-08-21T21:45:41.526Z[ recovery-image] Aug 21 21:45:40.135 INFO O| Aug 21 21:45:40.135 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51182026-08-21T21:45:41.535Z[ recovery-image] Aug 21 21:45:40.145 INFO O| Aug 21 21:45:40.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51192026-08-21T21:45:41.535Z[ recovery-image] Aug 21 21:45:40.145 INFO O| Aug 21 21:45:40.145 INFO STEP 48 (remove_files) COMPLETE
51202026-08-21T21:45:41.535Z[ recovery-image] Aug 21 21:45:40.145 INFO O| Aug 21 21:45:40.145 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51212026-08-21T21:45:41.543Z[ recovery-image] Aug 21 21:45:40.155 INFO O| Aug 21 21:45:40.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51222026-08-21T21:45:41.543Z[ recovery-image] Aug 21 21:45:40.155 INFO O| Aug 21 21:45:40.155 INFO STEP 49 (remove_files) COMPLETE
51232026-08-21T21:45:41.546Z[ recovery-image] Aug 21 21:45:40.155 INFO O| Aug 21 21:45:40.155 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51242026-08-21T21:45:41.554Z[ recovery-image] Aug 21 21:45:40.165 INFO O| Aug 21 21:45:40.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51252026-08-21T21:45:41.554Z[ recovery-image] Aug 21 21:45:40.165 INFO O| Aug 21 21:45:40.165 INFO STEP 50 (remove_files) COMPLETE
51262026-08-21T21:45:41.554Z[ recovery-image] Aug 21 21:45:40.165 INFO O| Aug 21 21:45:40.165 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51272026-08-21T21:45:41.562Z[ recovery-image] Aug 21 21:45:40.175 INFO O| Aug 21 21:45:40.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51282026-08-21T21:45:41.562Z[ recovery-image] Aug 21 21:45:40.175 INFO O| Aug 21 21:45:40.175 INFO STEP 51 (remove_files) COMPLETE
51292026-08-21T21:45:41.562Z[ recovery-image] Aug 21 21:45:40.175 INFO O| Aug 21 21:45:40.175 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51302026-08-21T21:45:41.571Z[ recovery-image] Aug 21 21:45:40.185 INFO O| Aug 21 21:45:40.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51312026-08-21T21:45:41.572Z[ recovery-image] Aug 21 21:45:40.185 INFO O| Aug 21 21:45:40.185 INFO STEP 52 (remove_files) COMPLETE
51322026-08-21T21:45:41.572Z[ recovery-image] Aug 21 21:45:40.185 INFO O| Aug 21 21:45:40.185 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51332026-08-21T21:45:41.581Z[ recovery-image] Aug 21 21:45:40.194 INFO O| Aug 21 21:45:40.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51342026-08-21T21:45:41.581Z[ recovery-image] Aug 21 21:45:40.194 INFO O| Aug 21 21:45:40.194 INFO STEP 53 (remove_files) COMPLETE
51352026-08-21T21:45:41.581Z[ recovery-image] Aug 21 21:45:40.194 INFO O| Aug 21 21:45:40.194 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51362026-08-21T21:45:41.590Z[ recovery-image] Aug 21 21:45:40.203 INFO O| Aug 21 21:45:40.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51372026-08-21T21:45:41.590Z[ recovery-image] Aug 21 21:45:40.203 INFO O| Aug 21 21:45:40.203 INFO STEP 54 (remove_files) COMPLETE
51382026-08-21T21:45:41.594Z[ recovery-image] Aug 21 21:45:40.203 INFO O| Aug 21 21:45:40.203 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51392026-08-21T21:45:41.600Z[ recovery-image] Aug 21 21:45:40.213 INFO O| Aug 21 21:45:40.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51402026-08-21T21:45:41.600Z[ recovery-image] Aug 21 21:45:40.213 INFO O| Aug 21 21:45:40.213 INFO STEP 55 (remove_files) COMPLETE
51412026-08-21T21:45:41.600Z[ recovery-image] Aug 21 21:45:40.213 INFO O| Aug 21 21:45:40.213 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51422026-08-21T21:45:41.608Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
51432026-08-21T21:45:41.611Z[ recovery-image] Aug 21 21:45:40.222 INFO O| Aug 21 21:45:40.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51442026-08-21T21:45:41.611Z[ recovery-image] Aug 21 21:45:40.222 INFO O| Aug 21 21:45:40.222 INFO STEP 56 (remove_files) COMPLETE
51452026-08-21T21:45:41.612Z[ recovery-image] Aug 21 21:45:40.222 INFO O| Aug 21 21:45:40.222 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51462026-08-21T21:45:41.618Z[ recovery-image] Aug 21 21:45:40.231 INFO O| Aug 21 21:45:40.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51472026-08-21T21:45:41.618Z[ recovery-image] Aug 21 21:45:40.231 INFO O| Aug 21 21:45:40.231 INFO STEP 57 (remove_files) COMPLETE
51482026-08-21T21:45:41.618Z[ recovery-image] Aug 21 21:45:40.231 INFO O| Aug 21 21:45:40.231 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51492026-08-21T21:45:41.627Z[ recovery-image] Aug 21 21:45:40.240 INFO O| Aug 21 21:45:40.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51502026-08-21T21:45:41.627Z[ recovery-image] Aug 21 21:45:40.240 INFO O| Aug 21 21:45:40.240 INFO STEP 58 (remove_files) COMPLETE
51512026-08-21T21:45:41.627Z[ recovery-image] Aug 21 21:45:40.240 INFO O| Aug 21 21:45:40.240 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51522026-08-21T21:45:41.635Z[ recovery-image] Aug 21 21:45:40.248 INFO O| Aug 21 21:45:40.248 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51532026-08-21T21:45:41.635Z[ recovery-image] Aug 21 21:45:40.248 INFO O| Aug 21 21:45:40.248 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51542026-08-21T21:45:41.635Z[ recovery-image] Aug 21 21:45:40.248 INFO O| Aug 21 21:45:40.248 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51552026-08-21T21:45:41.638Z[ recovery-image] Aug 21 21:45:40.248 INFO O| Aug 21 21:45:40.248 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51562026-08-21T21:45:41.638Z[ recovery-image] Aug 21 21:45:40.248 INFO O| Aug 21 21:45:40.248 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51572026-08-21T21:45:41.638Z[ recovery-image] Aug 21 21:45:40.248 INFO O| Aug 21 21:45:40.248 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51582026-08-21T21:45:41.638Z[ recovery-image] Aug 21 21:45:40.248 INFO O| Aug 21 21:45:40.248 INFO ok!
51592026-08-21T21:45:41.638Z[ recovery-image] Aug 21 21:45:40.248 INFO O| Aug 21 21:45:40.248 INFO STEP 59 (ensure_file) COMPLETE
51602026-08-21T21:45:41.638Z[ recovery-image] Aug 21 21:45:40.248 INFO O| Aug 21 21:45:40.248 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51612026-08-21T21:45:41.644Z[ recovery-image] Aug 21 21:45:40.257 INFO O| Aug 21 21:45:40.257 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51622026-08-21T21:45:41.644Z[ recovery-image] Aug 21 21:45:40.257 INFO O| Aug 21 21:45:40.257 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51632026-08-21T21:45:41.644Z[ recovery-image] Aug 21 21:45:40.257 INFO O| Aug 21 21:45:40.257 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51642026-08-21T21:45:41.647Z[ recovery-image] Aug 21 21:45:40.257 INFO O| Aug 21 21:45:40.257 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51652026-08-21T21:45:41.647Z[ recovery-image] Aug 21 21:45:40.257 INFO O| Aug 21 21:45:40.257 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51662026-08-21T21:45:41.648Z[ recovery-image] Aug 21 21:45:40.257 INFO O| Aug 21 21:45:40.257 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51672026-08-21T21:45:41.648Z[ recovery-image] Aug 21 21:45:40.257 INFO O| Aug 21 21:45:40.257 INFO ok!
51682026-08-21T21:45:41.648Z[ recovery-image] Aug 21 21:45:40.257 INFO O| Aug 21 21:45:40.257 INFO STEP 60 (ensure_file) COMPLETE
51692026-08-21T21:45:41.648Z[ recovery-image] Aug 21 21:45:40.257 INFO O| Aug 21 21:45:40.257 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51702026-08-21T21:45:41.654Z[ recovery-image] Aug 21 21:45:40.267 INFO O| Aug 21 21:45:40.267 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51712026-08-21T21:45:41.654Z[ recovery-image] Aug 21 21:45:40.267 INFO O| Aug 21 21:45:40.267 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51722026-08-21T21:45:41.658Z[ recovery-image] Aug 21 21:45:40.267 INFO O| Aug 21 21:45:40.267 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51732026-08-21T21:45:41.658Z[ recovery-image] Aug 21 21:45:40.267 INFO O| Aug 21 21:45:40.267 INFO ok!
51742026-08-21T21:45:41.658Z[ recovery-image] Aug 21 21:45:40.267 INFO O| Aug 21 21:45:40.267 INFO STEP 61 (ensure_file) COMPLETE
51752026-08-21T21:45:41.658Z[ recovery-image] Aug 21 21:45:40.267 INFO O| Aug 21 21:45:40.267 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51762026-08-21T21:45:41.663Z[ recovery-image] Aug 21 21:45:40.276 INFO O| Aug 21 21:45:40.276 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51772026-08-21T21:45:41.663Z[ recovery-image] Aug 21 21:45:40.276 INFO O| Aug 21 21:45:40.276 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51782026-08-21T21:45:41.667Z[ recovery-image] Aug 21 21:45:40.276 INFO O| Aug 21 21:45:40.276 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51792026-08-21T21:45:41.667Z[ recovery-image] Aug 21 21:45:40.277 INFO O| Aug 21 21:45:40.276 INFO ok!
51802026-08-21T21:45:41.667Z[ recovery-image] Aug 21 21:45:40.277 INFO O| Aug 21 21:45:40.276 INFO STEP 62 (ensure_file) COMPLETE
51812026-08-21T21:45:41.667Z[ recovery-image] Aug 21 21:45:40.277 INFO O| Aug 21 21:45:40.276 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51822026-08-21T21:45:41.673Z[ recovery-image] Aug 21 21:45:40.286 INFO O| Aug 21 21:45:40.286 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
51832026-08-21T21:45:41.673Z[ recovery-image] Aug 21 21:45:40.286 INFO O| Aug 21 21:45:40.286 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
51842026-08-21T21:45:41.677Z[ recovery-image] Aug 21 21:45:40.286 INFO O| Aug 21 21:45:40.286 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51852026-08-21T21:45:41.677Z[ recovery-image] Aug 21 21:45:40.286 INFO O| Aug 21 21:45:40.286 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51862026-08-21T21:45:41.677Z[ recovery-image] Aug 21 21:45:40.286 INFO O| Aug 21 21:45:40.286 INFO ok!
51872026-08-21T21:45:41.677Z[ recovery-image] Aug 21 21:45:40.286 INFO O| Aug 21 21:45:40.286 INFO STEP 63 (ensure_file) COMPLETE
51882026-08-21T21:45:41.677Z[ recovery-image] Aug 21 21:45:40.286 INFO O| Aug 21 21:45:40.286 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51892026-08-21T21:45:41.682Z[ recovery-image] Aug 21 21:45:40.295 INFO O| Aug 21 21:45:40.295 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
51902026-08-21T21:45:41.682Z[ recovery-image] Aug 21 21:45:40.295 INFO O| Aug 21 21:45:40.295 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
51912026-08-21T21:45:41.685Z[ recovery-image] Aug 21 21:45:40.295 INFO O| Aug 21 21:45:40.295 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51922026-08-21T21:45:41.685Z[ recovery-image] Aug 21 21:45:40.296 INFO O| Aug 21 21:45:40.295 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51932026-08-21T21:45:41.685Z[ recovery-image] Aug 21 21:45:40.296 INFO O| Aug 21 21:45:40.296 INFO ok!
51942026-08-21T21:45:41.685Z[ recovery-image] Aug 21 21:45:40.296 INFO O| Aug 21 21:45:40.296 INFO STEP 64 (ensure_file) COMPLETE
51952026-08-21T21:45:41.685Z[ recovery-image] Aug 21 21:45:40.296 INFO O| Aug 21 21:45:40.296 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51962026-08-21T21:45:41.714Z[ recovery-image] Aug 21 21:45:40.305 INFO O| Aug 21 21:45:40.305 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
51972026-08-21T21:45:41.714Z[ recovery-image] Aug 21 21:45:40.305 INFO O| Aug 21 21:45:40.305 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
51982026-08-21T21:45:41.714Z[ recovery-image] Aug 21 21:45:40.305 INFO O| Aug 21 21:45:40.305 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
51992026-08-21T21:45:41.714Z[ recovery-image] Aug 21 21:45:40.305 INFO O| Aug 21 21:45:40.305 INFO ok!
52002026-08-21T21:45:41.714Z[ recovery-image] Aug 21 21:45:40.305 INFO O| Aug 21 21:45:40.305 INFO STEP 65 (assemble_files) COMPLETE
52012026-08-21T21:45:41.714Z[ recovery-image] Aug 21 21:45:40.305 INFO O| Aug 21 21:45:40.305 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52022026-08-21T21:45:41.715Z[ recovery-image] Aug 21 21:45:40.314 INFO O| Aug 21 21:45:40.314 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52032026-08-21T21:45:41.715Z[ recovery-image] Aug 21 21:45:40.314 INFO O| Aug 21 21:45:40.314 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52042026-08-21T21:45:41.715Z[ recovery-image] Aug 21 21:45:40.314 INFO O| Aug 21 21:45:40.314 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52052026-08-21T21:45:41.715Z[ recovery-image] Aug 21 21:45:40.314 INFO O| Aug 21 21:45:40.314 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52062026-08-21T21:45:41.715Z[ recovery-image] Aug 21 21:45:40.314 INFO O| Aug 21 21:45:40.314 INFO ok!
52072026-08-21T21:45:41.715Z[ recovery-image] Aug 21 21:45:40.314 INFO O| Aug 21 21:45:40.314 INFO STEP 66 (ensure_file) COMPLETE
52082026-08-21T21:45:41.715Z[ recovery-image] Aug 21 21:45:40.314 INFO O| Aug 21 21:45:40.314 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52092026-08-21T21:45:41.715Z[ recovery-image] Aug 21 21:45:40.314 INFO O| Aug 21 21:45:40.314 INFO skip step because feature "omicron1" is not enabled
52102026-08-21T21:45:41.715Z[ recovery-image] Aug 21 21:45:40.314 INFO O| Aug 21 21:45:40.314 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52112026-08-21T21:45:41.715Z[ recovery-image] Aug 21 21:45:40.314 INFO O| Aug 21 21:45:40.314 INFO skip step because feature "omicron1" is not enabled
52122026-08-21T21:45:41.715Z[ recovery-image] Aug 21 21:45:40.314 INFO O| Aug 21 21:45:40.314 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52132026-08-21T21:45:41.715Z[ recovery-image] Aug 21 21:45:40.314 INFO O| Aug 21 21:45:40.314 INFO skip step because feature "omicron1" is not enabled
52142026-08-21T21:45:41.715Z[ recovery-image] Aug 21 21:45:40.314 INFO O| Aug 21 21:45:40.314 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52152026-08-21T21:45:41.720Z[ recovery-image] Aug 21 21:45:40.333 INFO O| Aug 21 21:45:40.333 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52162026-08-21T21:45:41.720Z[ recovery-image] Aug 21 21:45:40.334 INFO O| Aug 21 21:45:40.333 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52172026-08-21T21:45:41.826Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
52182026-08-21T21:45:42.371Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
52192026-08-21T21:45:43.045Z[ recovery-image] Aug 21 21:45:41.658 INFO O| Aug 21 21:45:41.657 INFO STEP 70 (pack_tar) COMPLETE
52202026-08-21T21:45:43.045Z[ recovery-image] Aug 21 21:45:41.658 INFO O| Aug 21 21:45:41.658 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52212026-08-21T21:45:43.048Z[ recovery-image] Aug 21 21:45:41.658 INFO O| Aug 21 21:45:41.658 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52222026-08-21T21:45:43.084Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
52232026-08-21T21:45:43.497Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
52242026-08-21T21:45:43.691Z[ recovery-image] Aug 21 21:45:42.305 INFO O| Aug 21 21:45:42.305 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52252026-08-21T21:45:43.755Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
52262026-08-21T21:45:43.806Z[ recovery-image] Aug 21 21:45:42.419 INFO O| Aug 21 21:45:42.419 INFO completed processing sled/ramdisk-02-trim
52272026-08-21T21:45:43.809Z[ recovery-image] Aug 21 21:45:42.421 INFO image builder template: ramdisk-03-recovery-trim...
52282026-08-21T21:45:43.809Z[ recovery-image] Aug 21 21:45:42.421 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/.tmpOp2Oxa/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@22.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
52292026-08-21T21:45:43.812Z[ recovery-image] Aug 21 21:45:42.426 INFO O| Aug 21 21:45:42.425 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52302026-08-21T21:45:43.888Z[ recovery-image] Aug 21 21:45:42.501 INFO O| Aug 21 21:45:42.501 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52312026-08-21T21:45:43.891Z[ recovery-image] Aug 21 21:45:42.505 INFO O| Aug 21 21:45:42.505 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52322026-08-21T21:45:44.470Z[ recovery-image] Aug 21 21:45:42.603 INFO O| Aug 21 21:45:42.603 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52332026-08-21T21:45:44.470Z[ recovery-image] Aug 21 21:45:42.684 INFO O| Aug 21 21:45:42.684 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52342026-08-21T21:45:44.470Z[ recovery-image] Aug 21 21:45:42.684 INFO O| Aug 21 21:45:42.684 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52352026-08-21T21:45:44.470Z[ recovery-image] Aug 21 21:45:42.691 INFO O| Aug 21 21:45:42.691 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52362026-08-21T21:45:44.470Z[ recovery-image] Aug 21 21:45:42.695 INFO O| Aug 21 21:45:42.695 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52372026-08-21T21:45:44.470Z[ recovery-image] Aug 21 21:45:42.699 INFO O| Aug 21 21:45:42.699 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52382026-08-21T21:45:44.470Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52392026-08-21T21:45:44.470Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
52402026-08-21T21:45:44.604Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52412026-08-21T21:45:44.628Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
52422026-08-21T21:45:44.886Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
52432026-08-21T21:45:44.918Z[ recovery-image] Aug 21 21:45:43.529 INFO O| Aug 21 21:45:43.528 INFO rolled back to input snapshot; work may begin
52442026-08-21T21:45:44.919Z[ recovery-image] Aug 21 21:45:43.529 INFO O| Aug 21 21:45:43.528 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52452026-08-21T21:45:44.922Z[ recovery-image] Aug 21 21:45:43.533 INFO O| Aug 21 21:45:43.533 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52462026-08-21T21:45:44.929Z[ recovery-image] Aug 21 21:45:43.543 INFO O| Aug 21 21:45:43.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52472026-08-21T21:45:44.932Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
52482026-08-21T21:45:44.932Z[ recovery-image] Aug 21 21:45:43.545 INFO O| Aug 21 21:45:43.545 INFO STEP 0 (remove_files) COMPLETE
52492026-08-21T21:45:44.932Z[ recovery-image] Aug 21 21:45:43.545 INFO O| Aug 21 21:45:43.545 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52502026-08-21T21:45:44.945Z[ recovery-image] Aug 21 21:45:43.557 INFO O| Aug 21 21:45:43.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52512026-08-21T21:45:44.947Z[ recovery-image] Aug 21 21:45:43.558 INFO O| Aug 21 21:45:43.558 INFO STEP 1 (remove_files) COMPLETE
52522026-08-21T21:45:44.947Z[ recovery-image] Aug 21 21:45:43.558 INFO O| Aug 21 21:45:43.558 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52532026-08-21T21:45:44.955Z[ recovery-image] Aug 21 21:45:43.568 INFO O| Aug 21 21:45:43.568 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52542026-08-21T21:45:44.959Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
52552026-08-21T21:45:44.961Z[ recovery-image] Aug 21 21:45:43.574 INFO O| Aug 21 21:45:43.574 INFO STEP 2 (remove_files) COMPLETE
52562026-08-21T21:45:44.961Z[ recovery-image] Aug 21 21:45:43.574 INFO O| Aug 21 21:45:43.574 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52572026-08-21T21:45:44.970Z[ recovery-image] Aug 21 21:45:43.583 INFO O| Aug 21 21:45:43.583 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52582026-08-21T21:45:45.040Z[ recovery-image] Aug 21 21:45:43.653 INFO O| Aug 21 21:45:43.653 INFO STEP 3 (remove_files) COMPLETE
52592026-08-21T21:45:45.040Z[ recovery-image] Aug 21 21:45:43.653 INFO O| Aug 21 21:45:43.653 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52602026-08-21T21:45:45.049Z[ recovery-image] Aug 21 21:45:43.663 INFO O| Aug 21 21:45:43.662 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52612026-08-21T21:45:45.054Z[ recovery-image] Aug 21 21:45:43.665 INFO O| Aug 21 21:45:43.665 INFO STEP 4 (remove_files) COMPLETE
52622026-08-21T21:45:45.054Z[ recovery-image] Aug 21 21:45:43.665 INFO O| Aug 21 21:45:43.665 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52632026-08-21T21:45:45.059Z[ recovery-image] Aug 21 21:45:43.673 INFO O| Aug 21 21:45:43.673 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52642026-08-21T21:45:45.095Z[ recovery-image] Aug 21 21:45:43.708 INFO O| Aug 21 21:45:43.708 INFO STEP 5 (remove_files) COMPLETE
52652026-08-21T21:45:45.095Z[ recovery-image] Aug 21 21:45:43.708 INFO O| Aug 21 21:45:43.708 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52662026-08-21T21:45:45.104Z[ recovery-image] Aug 21 21:45:43.717 INFO O| Aug 21 21:45:43.717 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52672026-08-21T21:45:45.117Z[ recovery-image] Aug 21 21:45:43.731 INFO O| Aug 21 21:45:43.731 INFO STEP 6 (remove_files) COMPLETE
52682026-08-21T21:45:45.117Z[ recovery-image] Aug 21 21:45:43.731 INFO O| Aug 21 21:45:43.731 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52692026-08-21T21:45:45.128Z[ recovery-image] Aug 21 21:45:43.739 INFO O| Aug 21 21:45:43.739 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52702026-08-21T21:45:45.131Z[ recovery-image] Aug 21 21:45:43.741 INFO O| Aug 21 21:45:43.741 INFO STEP 7 (remove_files) COMPLETE
52712026-08-21T21:45:45.131Z[ recovery-image] Aug 21 21:45:43.741 INFO O| Aug 21 21:45:43.741 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52722026-08-21T21:45:45.136Z[ recovery-image] Aug 21 21:45:43.749 INFO O| Aug 21 21:45:43.749 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52732026-08-21T21:45:45.139Z[ recovery-image] Aug 21 21:45:43.750 INFO O| Aug 21 21:45:43.750 INFO STEP 8 (remove_files) COMPLETE
52742026-08-21T21:45:45.139Z[ recovery-image] Aug 21 21:45:43.750 INFO O| Aug 21 21:45:43.750 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52752026-08-21T21:45:45.148Z[ recovery-image] Aug 21 21:45:43.759 INFO O| Aug 21 21:45:43.759 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52762026-08-21T21:45:45.152Z[ recovery-image] Aug 21 21:45:43.761 INFO O| Aug 21 21:45:43.761 INFO STEP 9 (remove_files) COMPLETE
52772026-08-21T21:45:45.152Z[ recovery-image] Aug 21 21:45:43.761 INFO O| Aug 21 21:45:43.761 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52782026-08-21T21:45:45.156Z[ recovery-image] Aug 21 21:45:43.770 INFO O| Aug 21 21:45:43.770 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
52792026-08-21T21:45:45.160Z[ recovery-image] Aug 21 21:45:43.771 INFO O| Aug 21 21:45:43.771 INFO STEP 10 (remove_files) COMPLETE
52802026-08-21T21:45:45.160Z[ recovery-image] Aug 21 21:45:43.771 INFO O| Aug 21 21:45:43.771 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52812026-08-21T21:45:45.166Z[ recovery-image] Aug 21 21:45:43.780 INFO O| Aug 21 21:45:43.780 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
52822026-08-21T21:45:45.170Z[ recovery-image] Aug 21 21:45:43.782 INFO O| Aug 21 21:45:43.782 INFO STEP 11 (remove_files) COMPLETE
52832026-08-21T21:45:45.170Z[ recovery-image] Aug 21 21:45:43.782 INFO O| Aug 21 21:45:43.782 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52842026-08-21T21:45:45.178Z[ recovery-image] Aug 21 21:45:43.791 INFO O| Aug 21 21:45:43.791 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
52852026-08-21T21:45:45.181Z[verify-libraries] Compiling fatfs v0.3.6
52862026-08-21T21:45:45.215Z[verify-libraries] Compiling num-bigint v0.4.6
52872026-08-21T21:45:45.349Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
52882026-08-21T21:45:45.463Z[ recovery-image] Aug 21 21:45:44.076 INFO O| Aug 21 21:45:44.076 INFO STEP 12 (remove_files) COMPLETE
52892026-08-21T21:45:45.463Z[ recovery-image] Aug 21 21:45:44.076 INFO O| Aug 21 21:45:44.076 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52902026-08-21T21:45:45.473Z[ recovery-image] Aug 21 21:45:44.087 INFO O| Aug 21 21:45:44.087 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
52912026-08-21T21:45:45.476Z[ recovery-image] Aug 21 21:45:44.089 INFO O| Aug 21 21:45:44.089 INFO STEP 13 (remove_files) COMPLETE
52922026-08-21T21:45:45.476Z[ recovery-image] Aug 21 21:45:44.089 INFO O| Aug 21 21:45:44.089 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52932026-08-21T21:45:45.485Z[ recovery-image] Aug 21 21:45:44.099 INFO O| Aug 21 21:45:44.099 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
52942026-08-21T21:45:45.488Z[ recovery-image] Aug 21 21:45:44.102 INFO O| Aug 21 21:45:44.101 INFO STEP 14 (remove_files) COMPLETE
52952026-08-21T21:45:45.488Z[ recovery-image] Aug 21 21:45:44.102 INFO O| Aug 21 21:45:44.102 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52962026-08-21T21:45:45.499Z[ recovery-image] Aug 21 21:45:44.112 INFO O| Aug 21 21:45:44.112 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
52972026-08-21T21:45:45.501Z[ recovery-image] Aug 21 21:45:44.113 INFO O| Aug 21 21:45:44.113 INFO STEP 15 (remove_files) COMPLETE
52982026-08-21T21:45:45.501Z[ recovery-image] Aug 21 21:45:44.113 INFO O| Aug 21 21:45:44.113 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52992026-08-21T21:45:45.510Z[ recovery-image] Aug 21 21:45:44.123 INFO O| Aug 21 21:45:44.123 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53002026-08-21T21:45:45.514Z[ recovery-image] Aug 21 21:45:44.125 INFO O| Aug 21 21:45:44.125 INFO STEP 16 (remove_files) COMPLETE
53012026-08-21T21:45:45.514Z[ recovery-image] Aug 21 21:45:44.125 INFO O| Aug 21 21:45:44.125 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53022026-08-21T21:45:45.521Z[ recovery-image] Aug 21 21:45:44.135 INFO O| Aug 21 21:45:44.135 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53032026-08-21T21:45:45.531Z[ recovery-image] Aug 21 21:45:44.144 INFO O| Aug 21 21:45:44.144 INFO STEP 17 (remove_files) COMPLETE
53042026-08-21T21:45:45.531Z[ recovery-image] Aug 21 21:45:44.144 INFO O| Aug 21 21:45:44.144 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53052026-08-21T21:45:45.542Z[ recovery-image] Aug 21 21:45:44.155 INFO O| Aug 21 21:45:44.155 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53062026-08-21T21:45:45.542Z[ recovery-image] Aug 21 21:45:44.155 INFO O| Aug 21 21:45:44.155 INFO STEP 18 (remove_files) COMPLETE
53072026-08-21T21:45:45.542Z[ recovery-image] Aug 21 21:45:44.155 INFO O| Aug 21 21:45:44.155 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53082026-08-21T21:45:45.552Z[ recovery-image] Aug 21 21:45:44.165 INFO O| Aug 21 21:45:44.165 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53092026-08-21T21:45:45.552Z[ recovery-image] Aug 21 21:45:44.165 INFO O| Aug 21 21:45:44.165 INFO STEP 19 (remove_files) COMPLETE
53102026-08-21T21:45:45.552Z[ recovery-image] Aug 21 21:45:44.165 INFO O| Aug 21 21:45:44.165 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53112026-08-21T21:45:45.561Z[ recovery-image] Aug 21 21:45:44.175 INFO O| Aug 21 21:45:44.175 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53122026-08-21T21:45:45.591Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
53132026-08-21T21:45:45.600Z[ recovery-image] Aug 21 21:45:44.214 INFO O| Aug 21 21:45:44.214 INFO STEP 20 (remove_files) COMPLETE
53142026-08-21T21:45:45.600Z[ recovery-image] Aug 21 21:45:44.214 INFO O| Aug 21 21:45:44.214 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53152026-08-21T21:45:45.610Z[ recovery-image] Aug 21 21:45:44.224 INFO O| Aug 21 21:45:44.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53162026-08-21T21:45:45.614Z[ recovery-image] Aug 21 21:45:44.225 INFO O| Aug 21 21:45:44.225 INFO STEP 21 (remove_files) COMPLETE
53172026-08-21T21:45:45.614Z[ recovery-image] Aug 21 21:45:44.225 INFO O| Aug 21 21:45:44.225 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53182026-08-21T21:45:45.620Z[ recovery-image] Aug 21 21:45:44.234 INFO O| Aug 21 21:45:44.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53192026-08-21T21:45:45.620Z[ recovery-image] Aug 21 21:45:44.234 INFO O| Aug 21 21:45:44.234 INFO STEP 22 (remove_files) COMPLETE
53202026-08-21T21:45:45.620Z[ recovery-image] Aug 21 21:45:44.234 INFO O| Aug 21 21:45:44.234 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53212026-08-21T21:45:45.628Z[ recovery-image] Aug 21 21:45:44.242 INFO O| Aug 21 21:45:44.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53222026-08-21T21:45:45.631Z[ recovery-image] Aug 21 21:45:44.243 INFO O| Aug 21 21:45:44.243 INFO STEP 23 (remove_files) COMPLETE
53232026-08-21T21:45:45.631Z[ recovery-image] Aug 21 21:45:44.243 INFO O| Aug 21 21:45:44.243 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-08-21T21:45:45.638Z[ recovery-image] Aug 21 21:45:44.251 INFO O| Aug 21 21:45:44.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53252026-08-21T21:45:45.638Z[ recovery-image] Aug 21 21:45:44.251 INFO O| Aug 21 21:45:44.251 INFO STEP 24 (remove_files) COMPLETE
53262026-08-21T21:45:45.641Z[ recovery-image] Aug 21 21:45:44.251 INFO O| Aug 21 21:45:44.251 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-08-21T21:45:45.670Z[ recovery-image] Aug 21 21:45:44.283 INFO O| Aug 21 21:45:44.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53282026-08-21T21:45:45.670Z[ recovery-image] Aug 21 21:45:44.283 INFO O| Aug 21 21:45:44.283 INFO STEP 25 (remove_files) COMPLETE
53292026-08-21T21:45:45.670Z[ recovery-image] Aug 21 21:45:44.283 INFO O| Aug 21 21:45:44.283 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53302026-08-21T21:45:45.710Z[ recovery-image] Aug 21 21:45:44.323 INFO O| Aug 21 21:45:44.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53312026-08-21T21:45:45.713Z[ recovery-image] Aug 21 21:45:44.324 INFO O| Aug 21 21:45:44.323 INFO STEP 26 (remove_files) COMPLETE
53322026-08-21T21:45:45.713Z[ recovery-image] Aug 21 21:45:44.324 INFO O| Aug 21 21:45:44.323 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53332026-08-21T21:45:45.732Z[ recovery-image] Aug 21 21:45:44.345 INFO O| Aug 21 21:45:44.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53342026-08-21T21:45:45.736Z[ recovery-image] Aug 21 21:45:44.349 INFO O| Aug 21 21:45:44.349 INFO STEP 27 (remove_files) COMPLETE
53352026-08-21T21:45:45.736Z[ recovery-image] Aug 21 21:45:44.349 INFO O| Aug 21 21:45:44.349 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53362026-08-21T21:45:45.747Z[ recovery-image] Aug 21 21:45:44.360 INFO O| Aug 21 21:45:44.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53372026-08-21T21:45:45.763Z[ recovery-image] Aug 21 21:45:44.377 INFO O| Aug 21 21:45:44.377 INFO STEP 28 (remove_files) COMPLETE
53382026-08-21T21:45:45.763Z[ recovery-image] Aug 21 21:45:44.377 INFO O| Aug 21 21:45:44.377 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53392026-08-21T21:45:45.798Z[ recovery-image] Aug 21 21:45:44.411 INFO O| Aug 21 21:45:44.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53402026-08-21T21:45:45.805Z[ recovery-image] Aug 21 21:45:44.412 INFO O| Aug 21 21:45:44.412 INFO STEP 29 (remove_files) COMPLETE
53412026-08-21T21:45:45.805Z[ recovery-image] Aug 21 21:45:44.413 INFO O| Aug 21 21:45:44.412 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53422026-08-21T21:45:45.833Z[ recovery-image] Aug 21 21:45:44.445 INFO O| Aug 21 21:45:44.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53432026-08-21T21:45:45.833Z[ recovery-image] Aug 21 21:45:44.445 INFO O| Aug 21 21:45:44.445 INFO STEP 30 (remove_files) COMPLETE
53442026-08-21T21:45:45.833Z[ recovery-image] Aug 21 21:45:44.445 INFO O| Aug 21 21:45:44.445 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53452026-08-21T21:45:45.846Z[ recovery-image] Aug 21 21:45:44.459 INFO O| Aug 21 21:45:44.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53462026-08-21T21:45:45.846Z[ recovery-image] Aug 21 21:45:44.459 INFO O| Aug 21 21:45:44.459 INFO STEP 31 (remove_files) COMPLETE
53472026-08-21T21:45:45.850Z[ recovery-image] Aug 21 21:45:44.459 INFO O| Aug 21 21:45:44.459 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53482026-08-21T21:45:45.856Z[ recovery-image] Aug 21 21:45:44.469 INFO O| Aug 21 21:45:44.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53492026-08-21T21:45:45.859Z[ recovery-image] Aug 21 21:45:44.473 INFO O| Aug 21 21:45:44.473 INFO STEP 32 (remove_files) COMPLETE
53502026-08-21T21:45:45.859Z[ recovery-image] Aug 21 21:45:44.473 INFO O| Aug 21 21:45:44.473 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53512026-08-21T21:45:45.870Z[ recovery-image] Aug 21 21:45:44.483 INFO O| Aug 21 21:45:44.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53522026-08-21T21:45:45.870Z[ recovery-image] Aug 21 21:45:44.483 INFO O| Aug 21 21:45:44.483 INFO STEP 33 (remove_files) COMPLETE
53532026-08-21T21:45:45.870Z[ recovery-image] Aug 21 21:45:44.483 INFO O| Aug 21 21:45:44.483 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53542026-08-21T21:45:45.894Z[ recovery-image] Aug 21 21:45:44.506 INFO O| Aug 21 21:45:44.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53552026-08-21T21:45:45.897Z[ recovery-image] Aug 21 21:45:44.510 INFO O| Aug 21 21:45:44.510 INFO STEP 34 (remove_files) COMPLETE
53562026-08-21T21:45:45.897Z[ recovery-image] Aug 21 21:45:44.510 INFO O| Aug 21 21:45:44.510 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53572026-08-21T21:45:45.918Z[ recovery-image] Aug 21 21:45:44.531 INFO O| Aug 21 21:45:44.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53582026-08-21T21:45:45.918Z[ recovery-image] Aug 21 21:45:44.532 INFO O| Aug 21 21:45:44.532 INFO STEP 35 (remove_files) COMPLETE
53592026-08-21T21:45:45.918Z[ recovery-image] Aug 21 21:45:44.532 INFO O| Aug 21 21:45:44.532 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53602026-08-21T21:45:45.940Z[ recovery-image] Aug 21 21:45:44.553 INFO O| Aug 21 21:45:44.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53612026-08-21T21:45:45.943Z[ recovery-image] Aug 21 21:45:44.557 INFO O| Aug 21 21:45:44.557 INFO STEP 36 (remove_files) COMPLETE
53622026-08-21T21:45:45.943Z[ recovery-image] Aug 21 21:45:44.557 INFO O| Aug 21 21:45:44.557 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53632026-08-21T21:45:45.959Z[ recovery-image] Aug 21 21:45:44.571 INFO O| Aug 21 21:45:44.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53642026-08-21T21:45:45.959Z[ recovery-image] Aug 21 21:45:44.571 INFO O| Aug 21 21:45:44.571 INFO STEP 37 (remove_files) COMPLETE
53652026-08-21T21:45:45.959Z[ recovery-image] Aug 21 21:45:44.571 INFO O| Aug 21 21:45:44.571 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53662026-08-21T21:45:45.966Z[verify-libraries] Compiling generic-array v1.4.3
53672026-08-21T21:45:45.974Z[ recovery-image] Aug 21 21:45:44.587 INFO O| Aug 21 21:45:44.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53682026-08-21T21:45:45.977Z[ recovery-image] Aug 21 21:45:44.591 INFO O| Aug 21 21:45:44.590 INFO STEP 38 (remove_files) COMPLETE
53692026-08-21T21:45:45.977Z[ recovery-image] Aug 21 21:45:44.591 INFO O| Aug 21 21:45:44.591 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53702026-08-21T21:45:46.018Z[ recovery-image] Aug 21 21:45:44.623 INFO O| Aug 21 21:45:44.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53712026-08-21T21:45:46.018Z[ recovery-image] Aug 21 21:45:44.623 INFO O| Aug 21 21:45:44.623 INFO STEP 39 (remove_files) COMPLETE
53722026-08-21T21:45:46.021Z[ recovery-image] Aug 21 21:45:44.623 INFO O| Aug 21 21:45:44.623 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53732026-08-21T21:45:46.022Z[ recovery-image] Aug 21 21:45:44.632 INFO O| Aug 21 21:45:44.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53742026-08-21T21:45:46.024Z[ recovery-image] Aug 21 21:45:44.636 INFO O| Aug 21 21:45:44.632 INFO STEP 40 (remove_files) COMPLETE
53752026-08-21T21:45:46.024Z[ recovery-image] Aug 21 21:45:44.636 INFO O| Aug 21 21:45:44.636 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53762026-08-21T21:45:46.036Z[ recovery-image] Aug 21 21:45:44.648 INFO O| Aug 21 21:45:44.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53772026-08-21T21:45:46.036Z[ recovery-image] Aug 21 21:45:44.648 INFO O| Aug 21 21:45:44.648 INFO STEP 41 (remove_files) COMPLETE
53782026-08-21T21:45:46.036Z[ recovery-image] Aug 21 21:45:44.648 INFO O| Aug 21 21:45:44.648 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53792026-08-21T21:45:46.044Z[ recovery-image] Aug 21 21:45:44.657 INFO O| Aug 21 21:45:44.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53802026-08-21T21:45:46.044Z[ recovery-image] Aug 21 21:45:44.657 INFO O| Aug 21 21:45:44.657 INFO STEP 42 (remove_files) COMPLETE
53812026-08-21T21:45:46.047Z[ recovery-image] Aug 21 21:45:44.657 INFO O| Aug 21 21:45:44.657 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53822026-08-21T21:45:46.053Z[ recovery-image] Aug 21 21:45:44.666 INFO O| Aug 21 21:45:44.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
53832026-08-21T21:45:46.053Z[ recovery-image] Aug 21 21:45:44.666 INFO O| Aug 21 21:45:44.666 INFO STEP 43 (remove_files) COMPLETE
53842026-08-21T21:45:46.053Z[ recovery-image] Aug 21 21:45:44.666 INFO O| Aug 21 21:45:44.666 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53852026-08-21T21:45:46.065Z[ recovery-image] Aug 21 21:45:44.678 INFO O| Aug 21 21:45:44.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
53862026-08-21T21:45:46.065Z[ recovery-image] Aug 21 21:45:44.678 INFO O| Aug 21 21:45:44.678 INFO STEP 44 (remove_files) COMPLETE
53872026-08-21T21:45:46.065Z[ recovery-image] Aug 21 21:45:44.678 INFO O| Aug 21 21:45:44.678 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-08-21T21:45:46.074Z[ recovery-image] Aug 21 21:45:44.688 INFO O| Aug 21 21:45:44.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
53892026-08-21T21:45:46.074Z[ recovery-image] Aug 21 21:45:44.688 INFO O| Aug 21 21:45:44.688 INFO STEP 45 (remove_files) COMPLETE
53902026-08-21T21:45:46.074Z[ recovery-image] Aug 21 21:45:44.688 INFO O| Aug 21 21:45:44.688 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-08-21T21:45:46.122Z[ recovery-image] Aug 21 21:45:44.735 INFO O| Aug 21 21:45:44.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
53922026-08-21T21:45:46.122Z[ recovery-image] Aug 21 21:45:44.735 INFO O| Aug 21 21:45:44.735 INFO STEP 46 (remove_files) COMPLETE
53932026-08-21T21:45:46.125Z[ recovery-image] Aug 21 21:45:44.735 INFO O| Aug 21 21:45:44.735 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53942026-08-21T21:45:46.133Z[ recovery-image] Aug 21 21:45:44.747 INFO O| Aug 21 21:45:44.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
53952026-08-21T21:45:46.155Z[ recovery-image] Aug 21 21:45:44.765 INFO O| Aug 21 21:45:44.765 INFO STEP 47 (remove_files) COMPLETE
53962026-08-21T21:45:46.155Z[ recovery-image] Aug 21 21:45:44.765 INFO O| Aug 21 21:45:44.765 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53972026-08-21T21:45:46.161Z[ recovery-image] Aug 21 21:45:44.775 INFO O| Aug 21 21:45:44.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
53982026-08-21T21:45:46.161Z[ recovery-image] Aug 21 21:45:44.775 INFO O| Aug 21 21:45:44.775 INFO STEP 48 (remove_files) COMPLETE
53992026-08-21T21:45:46.161Z[ recovery-image] Aug 21 21:45:44.775 INFO O| Aug 21 21:45:44.775 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54002026-08-21T21:45:46.171Z[ recovery-image] Aug 21 21:45:44.785 INFO O| Aug 21 21:45:44.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54012026-08-21T21:45:46.171Z[ recovery-image] Aug 21 21:45:44.785 INFO O| Aug 21 21:45:44.785 INFO STEP 49 (remove_files) COMPLETE
54022026-08-21T21:45:46.174Z[ recovery-image] Aug 21 21:45:44.785 INFO O| Aug 21 21:45:44.785 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54032026-08-21T21:45:46.187Z[ recovery-image] Aug 21 21:45:44.800 INFO O| Aug 21 21:45:44.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54042026-08-21T21:45:46.187Z[ recovery-image] Aug 21 21:45:44.800 INFO O| Aug 21 21:45:44.800 INFO STEP 50 (remove_files) COMPLETE
54052026-08-21T21:45:46.187Z[ recovery-image] Aug 21 21:45:44.800 INFO O| Aug 21 21:45:44.800 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54062026-08-21T21:45:46.202Z[ recovery-image] Aug 21 21:45:44.814 INFO O| Aug 21 21:45:44.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54072026-08-21T21:45:46.206Z[ recovery-image] Aug 21 21:45:44.818 INFO O| Aug 21 21:45:44.817 INFO STEP 51 (remove_files) COMPLETE
54082026-08-21T21:45:46.207Z[ recovery-image] Aug 21 21:45:44.818 INFO O| Aug 21 21:45:44.818 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-08-21T21:45:46.217Z[ recovery-image] Aug 21 21:45:44.831 INFO O| Aug 21 21:45:44.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54102026-08-21T21:45:46.217Z[ recovery-image] Aug 21 21:45:44.831 INFO O| Aug 21 21:45:44.831 INFO STEP 52 (remove_files) COMPLETE
54112026-08-21T21:45:46.217Z[ recovery-image] Aug 21 21:45:44.831 INFO O| Aug 21 21:45:44.831 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-08-21T21:45:46.227Z[ recovery-image] Aug 21 21:45:44.840 INFO O| Aug 21 21:45:44.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54132026-08-21T21:45:46.227Z[ recovery-image] Aug 21 21:45:44.840 INFO O| Aug 21 21:45:44.840 INFO STEP 53 (remove_files) COMPLETE
54142026-08-21T21:45:46.230Z[ recovery-image] Aug 21 21:45:44.840 INFO O| Aug 21 21:45:44.840 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54152026-08-21T21:45:46.236Z[ recovery-image] Aug 21 21:45:44.848 INFO O| Aug 21 21:45:44.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54162026-08-21T21:45:46.236Z[ recovery-image] Aug 21 21:45:44.848 INFO O| Aug 21 21:45:44.848 INFO STEP 54 (remove_files) COMPLETE
54172026-08-21T21:45:46.239Z[ recovery-image] Aug 21 21:45:44.848 INFO O| Aug 21 21:45:44.848 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-08-21T21:45:46.248Z[ recovery-image] Aug 21 21:45:44.862 INFO O| Aug 21 21:45:44.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54192026-08-21T21:45:46.249Z[ recovery-image] Aug 21 21:45:44.862 INFO O| Aug 21 21:45:44.862 INFO STEP 55 (remove_files) COMPLETE
54202026-08-21T21:45:46.253Z[ recovery-image] Aug 21 21:45:44.862 INFO O| Aug 21 21:45:44.862 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-08-21T21:45:46.258Z[verify-libraries] Compiling russh-util v0.52.0
54222026-08-21T21:45:46.262Z[ recovery-image] Aug 21 21:45:44.872 INFO O| Aug 21 21:45:44.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54232026-08-21T21:45:46.262Z[ recovery-image] Aug 21 21:45:44.872 INFO O| Aug 21 21:45:44.872 INFO STEP 56 (remove_files) COMPLETE
54242026-08-21T21:45:46.262Z[ recovery-image] Aug 21 21:45:44.872 INFO O| Aug 21 21:45:44.872 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-08-21T21:45:46.273Z[ recovery-image] Aug 21 21:45:44.886 INFO O| Aug 21 21:45:44.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54262026-08-21T21:45:46.273Z[ recovery-image] Aug 21 21:45:44.886 INFO O| Aug 21 21:45:44.886 INFO STEP 57 (remove_files) COMPLETE
54272026-08-21T21:45:46.273Z[ recovery-image] Aug 21 21:45:44.886 INFO O| Aug 21 21:45:44.886 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54282026-08-21T21:45:46.287Z[ recovery-image] Aug 21 21:45:44.901 INFO O| Aug 21 21:45:44.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54292026-08-21T21:45:46.287Z[ recovery-image] Aug 21 21:45:44.901 INFO O| Aug 21 21:45:44.901 INFO STEP 58 (remove_files) COMPLETE
54302026-08-21T21:45:46.290Z[ recovery-image] Aug 21 21:45:44.901 INFO O| Aug 21 21:45:44.901 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-08-21T21:45:46.307Z[ recovery-image] Aug 21 21:45:44.919 INFO O| Aug 21 21:45:44.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54322026-08-21T21:45:46.313Z[ recovery-image] Aug 21 21:45:44.927 INFO O| Aug 21 21:45:44.926 INFO STEP 59 (remove_files) COMPLETE
54332026-08-21T21:45:46.313Z[ recovery-image] Aug 21 21:45:44.927 INFO O| Aug 21 21:45:44.927 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-08-21T21:45:46.342Z[ recovery-image] Aug 21 21:45:44.955 INFO O| Aug 21 21:45:44.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54352026-08-21T21:45:46.342Z[ recovery-image] Aug 21 21:45:44.955 INFO O| Aug 21 21:45:44.955 INFO STEP 60 (remove_files) COMPLETE
54362026-08-21T21:45:46.345Z[ recovery-image] Aug 21 21:45:44.955 INFO O| Aug 21 21:45:44.955 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-08-21T21:45:46.355Z[ recovery-image] Aug 21 21:45:44.969 INFO O| Aug 21 21:45:44.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54382026-08-21T21:45:46.370Z[ recovery-image] Aug 21 21:45:44.973 INFO O| Aug 21 21:45:44.973 INFO STEP 61 (remove_files) COMPLETE
54392026-08-21T21:45:46.370Z[ recovery-image] Aug 21 21:45:44.973 INFO O| Aug 21 21:45:44.973 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-08-21T21:45:46.374Z[ recovery-image] Aug 21 21:45:44.986 INFO O| Aug 21 21:45:44.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54412026-08-21T21:45:46.374Z[ recovery-image] Aug 21 21:45:44.986 INFO O| Aug 21 21:45:44.986 INFO STEP 62 (remove_files) COMPLETE
54422026-08-21T21:45:46.374Z[ recovery-image] Aug 21 21:45:44.986 INFO O| Aug 21 21:45:44.986 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-08-21T21:45:46.382Z[ recovery-image] Aug 21 21:45:44.995 INFO O| Aug 21 21:45:44.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54442026-08-21T21:45:46.382Z[ recovery-image] Aug 21 21:45:44.995 INFO O| Aug 21 21:45:44.995 INFO STEP 63 (remove_files) COMPLETE
54452026-08-21T21:45:46.382Z[ recovery-image] Aug 21 21:45:44.995 INFO O| Aug 21 21:45:44.995 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-08-21T21:45:46.412Z[ recovery-image] Aug 21 21:45:45.026 INFO O| Aug 21 21:45:45.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54472026-08-21T21:45:46.412Z[ recovery-image] Aug 21 21:45:45.026 INFO O| Aug 21 21:45:45.025 INFO STEP 64 (remove_files) COMPLETE
54482026-08-21T21:45:46.412Z[ recovery-image] Aug 21 21:45:45.026 INFO O| Aug 21 21:45:45.025 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-08-21T21:45:46.428Z[ recovery-image] Aug 21 21:45:45.042 INFO O| Aug 21 21:45:45.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54502026-08-21T21:45:46.428Z[ recovery-image] Aug 21 21:45:45.042 INFO O| Aug 21 21:45:45.042 INFO STEP 65 (remove_files) COMPLETE
54512026-08-21T21:45:46.428Z[ recovery-image] Aug 21 21:45:45.042 INFO O| Aug 21 21:45:45.042 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-08-21T21:45:46.439Z[ recovery-image] Aug 21 21:45:45.051 INFO O| Aug 21 21:45:45.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54532026-08-21T21:45:46.439Z[ recovery-image] Aug 21 21:45:45.051 INFO O| Aug 21 21:45:45.051 INFO STEP 66 (remove_files) COMPLETE
54542026-08-21T21:45:46.439Z[ recovery-image] Aug 21 21:45:45.051 INFO O| Aug 21 21:45:45.051 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-08-21T21:45:46.449Z[ recovery-image] Aug 21 21:45:45.062 INFO O| Aug 21 21:45:45.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54562026-08-21T21:45:46.449Z[ recovery-image] Aug 21 21:45:45.062 INFO O| Aug 21 21:45:45.062 INFO STEP 67 (remove_files) COMPLETE
54572026-08-21T21:45:46.453Z[ recovery-image] Aug 21 21:45:45.062 INFO O| Aug 21 21:45:45.062 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-08-21T21:45:46.458Z[ recovery-image] Aug 21 21:45:45.071 INFO O| Aug 21 21:45:45.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54592026-08-21T21:45:46.458Z[ recovery-image] Aug 21 21:45:45.071 INFO O| Aug 21 21:45:45.071 INFO STEP 68 (remove_files) COMPLETE
54602026-08-21T21:45:46.458Z[ recovery-image] Aug 21 21:45:45.071 INFO O| Aug 21 21:45:45.071 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-08-21T21:45:46.465Z[verify-libraries] Compiling enum_dispatch v0.3.13
54622026-08-21T21:45:46.468Z[ recovery-image] Aug 21 21:45:45.080 INFO O| Aug 21 21:45:45.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54632026-08-21T21:45:46.468Z[ recovery-image] Aug 21 21:45:45.080 INFO O| Aug 21 21:45:45.080 INFO STEP 69 (remove_files) COMPLETE
54642026-08-21T21:45:46.468Z[ recovery-image] Aug 21 21:45:45.080 INFO O| Aug 21 21:45:45.080 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54652026-08-21T21:45:46.477Z[ recovery-image] Aug 21 21:45:45.090 INFO O| Aug 21 21:45:45.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54662026-08-21T21:45:46.477Z[ recovery-image] Aug 21 21:45:45.091 INFO O| Aug 21 21:45:45.090 INFO STEP 70 (remove_files) COMPLETE
54672026-08-21T21:45:46.477Z[ recovery-image] Aug 21 21:45:45.091 INFO O| Aug 21 21:45:45.090 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54682026-08-21T21:45:46.487Z[ recovery-image] Aug 21 21:45:45.101 INFO O| Aug 21 21:45:45.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54692026-08-21T21:45:46.487Z[ recovery-image] Aug 21 21:45:45.101 INFO O| Aug 21 21:45:45.101 INFO STEP 71 (remove_files) COMPLETE
54702026-08-21T21:45:46.487Z[ recovery-image] Aug 21 21:45:45.101 INFO O| Aug 21 21:45:45.101 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54712026-08-21T21:45:46.497Z[ recovery-image] Aug 21 21:45:45.110 INFO O| Aug 21 21:45:45.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54722026-08-21T21:45:46.497Z[ recovery-image] Aug 21 21:45:45.110 INFO O| Aug 21 21:45:45.110 INFO STEP 72 (remove_files) COMPLETE
54732026-08-21T21:45:46.497Z[ recovery-image] Aug 21 21:45:45.110 INFO O| Aug 21 21:45:45.110 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54742026-08-21T21:45:46.507Z[ recovery-image] Aug 21 21:45:45.120 INFO O| Aug 21 21:45:45.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54752026-08-21T21:45:46.507Z[ recovery-image] Aug 21 21:45:45.120 INFO O| Aug 21 21:45:45.120 INFO STEP 73 (remove_files) COMPLETE
54762026-08-21T21:45:46.507Z[ recovery-image] Aug 21 21:45:45.120 INFO O| Aug 21 21:45:45.120 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54772026-08-21T21:45:46.518Z[ recovery-image] Aug 21 21:45:45.131 INFO O| Aug 21 21:45:45.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54782026-08-21T21:45:46.518Z[ recovery-image] Aug 21 21:45:45.131 INFO O| Aug 21 21:45:45.131 INFO STEP 74 (remove_files) COMPLETE
54792026-08-21T21:45:46.518Z[ recovery-image] Aug 21 21:45:45.131 INFO O| Aug 21 21:45:45.131 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54802026-08-21T21:45:46.528Z[ recovery-image] Aug 21 21:45:45.140 INFO O| Aug 21 21:45:45.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54812026-08-21T21:45:46.528Z[ recovery-image] Aug 21 21:45:45.140 INFO O| Aug 21 21:45:45.140 INFO STEP 75 (remove_files) COMPLETE
54822026-08-21T21:45:46.528Z[ recovery-image] Aug 21 21:45:45.140 INFO O| Aug 21 21:45:45.140 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54832026-08-21T21:45:46.536Z[ recovery-image] Aug 21 21:45:45.149 INFO O| Aug 21 21:45:45.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
54842026-08-21T21:45:46.536Z[ recovery-image] Aug 21 21:45:45.149 INFO O| Aug 21 21:45:45.149 INFO STEP 76 (remove_files) COMPLETE
54852026-08-21T21:45:46.536Z[ recovery-image] Aug 21 21:45:45.149 INFO O| Aug 21 21:45:45.149 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54862026-08-21T21:45:46.546Z[ recovery-image] Aug 21 21:45:45.160 INFO O| Aug 21 21:45:45.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
54872026-08-21T21:45:46.546Z[ recovery-image] Aug 21 21:45:45.160 INFO O| Aug 21 21:45:45.160 INFO STEP 77 (remove_files) COMPLETE
54882026-08-21T21:45:46.546Z[ recovery-image] Aug 21 21:45:45.160 INFO O| Aug 21 21:45:45.160 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54892026-08-21T21:45:46.552Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
54902026-08-21T21:45:46.557Z[ recovery-image] Aug 21 21:45:45.170 INFO O| Aug 21 21:45:45.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
54912026-08-21T21:45:46.557Z[ recovery-image] Aug 21 21:45:45.170 INFO O| Aug 21 21:45:45.170 INFO STEP 78 (remove_files) COMPLETE
54922026-08-21T21:45:46.557Z[ recovery-image] Aug 21 21:45:45.170 INFO O| Aug 21 21:45:45.170 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-08-21T21:45:46.569Z[ recovery-image] Aug 21 21:45:45.180 INFO O| Aug 21 21:45:45.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
54942026-08-21T21:45:46.569Z[ recovery-image] Aug 21 21:45:45.180 INFO O| Aug 21 21:45:45.180 INFO STEP 79 (remove_files) COMPLETE
54952026-08-21T21:45:46.572Z[ recovery-image] Aug 21 21:45:45.180 INFO O| Aug 21 21:45:45.180 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-08-21T21:45:46.576Z[ recovery-image] Aug 21 21:45:45.189 INFO O| Aug 21 21:45:45.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
54972026-08-21T21:45:46.576Z[ recovery-image] Aug 21 21:45:45.189 INFO O| Aug 21 21:45:45.189 INFO STEP 80 (remove_files) COMPLETE
54982026-08-21T21:45:46.576Z[ recovery-image] Aug 21 21:45:45.189 INFO O| Aug 21 21:45:45.189 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54992026-08-21T21:45:46.586Z[ recovery-image] Aug 21 21:45:45.200 INFO O| Aug 21 21:45:45.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55002026-08-21T21:45:46.586Z[ recovery-image] Aug 21 21:45:45.200 INFO O| Aug 21 21:45:45.200 INFO STEP 81 (remove_files) COMPLETE
55012026-08-21T21:45:46.589Z[ recovery-image] Aug 21 21:45:45.200 INFO O| Aug 21 21:45:45.200 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55022026-08-21T21:45:46.596Z[ recovery-image] Aug 21 21:45:45.210 INFO O| Aug 21 21:45:45.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55032026-08-21T21:45:46.596Z[ recovery-image] Aug 21 21:45:45.210 INFO O| Aug 21 21:45:45.210 INFO STEP 82 (remove_files) COMPLETE
55042026-08-21T21:45:46.596Z[ recovery-image] Aug 21 21:45:45.210 INFO O| Aug 21 21:45:45.210 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55052026-08-21T21:45:46.606Z[ recovery-image] Aug 21 21:45:45.220 INFO O| Aug 21 21:45:45.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55062026-08-21T21:45:46.606Z[ recovery-image] Aug 21 21:45:45.220 INFO O| Aug 21 21:45:45.220 INFO STEP 83 (remove_files) COMPLETE
55072026-08-21T21:45:46.606Z[ recovery-image] Aug 21 21:45:45.220 INFO O| Aug 21 21:45:45.220 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55082026-08-21T21:45:46.616Z[ recovery-image] Aug 21 21:45:45.229 INFO O| Aug 21 21:45:45.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55092026-08-21T21:45:46.618Z[ recovery-image] Aug 21 21:45:45.231 INFO O| Aug 21 21:45:45.230 INFO STEP 84 (remove_files) COMPLETE
55102026-08-21T21:45:46.618Z[ recovery-image] Aug 21 21:45:45.231 INFO O| Aug 21 21:45:45.230 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55112026-08-21T21:45:46.628Z[ recovery-image] Aug 21 21:45:45.241 INFO O| Aug 21 21:45:45.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55122026-08-21T21:45:46.628Z[ recovery-image] Aug 21 21:45:45.241 INFO O| Aug 21 21:45:45.241 INFO STEP 85 (remove_files) COMPLETE
55132026-08-21T21:45:46.630Z[ recovery-image] Aug 21 21:45:45.241 INFO O| Aug 21 21:45:45.241 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55142026-08-21T21:45:46.638Z[ recovery-image] Aug 21 21:45:45.251 INFO O| Aug 21 21:45:45.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55152026-08-21T21:45:46.638Z[ recovery-image] Aug 21 21:45:45.251 INFO O| Aug 21 21:45:45.251 INFO STEP 86 (remove_files) COMPLETE
55162026-08-21T21:45:46.641Z[ recovery-image] Aug 21 21:45:45.251 INFO O| Aug 21 21:45:45.251 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55172026-08-21T21:45:46.649Z[ recovery-image] Aug 21 21:45:45.262 INFO O| Aug 21 21:45:45.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55182026-08-21T21:45:46.649Z[ recovery-image] Aug 21 21:45:45.263 INFO O| Aug 21 21:45:45.263 INFO STEP 87 (remove_files) COMPLETE
55192026-08-21T21:45:46.652Z[ recovery-image] Aug 21 21:45:45.263 INFO O| Aug 21 21:45:45.263 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55202026-08-21T21:45:46.660Z[ recovery-image] Aug 21 21:45:45.273 INFO O| Aug 21 21:45:45.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55212026-08-21T21:45:46.660Z[ recovery-image] Aug 21 21:45:45.273 INFO O| Aug 21 21:45:45.273 INFO STEP 88 (remove_files) COMPLETE
55222026-08-21T21:45:46.660Z[ recovery-image] Aug 21 21:45:45.273 INFO O| Aug 21 21:45:45.273 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55232026-08-21T21:45:46.671Z[ recovery-image] Aug 21 21:45:45.284 INFO O| Aug 21 21:45:45.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55242026-08-21T21:45:46.671Z[ recovery-image] Aug 21 21:45:45.284 INFO O| Aug 21 21:45:45.284 INFO STEP 89 (remove_files) COMPLETE
55252026-08-21T21:45:46.674Z[ recovery-image] Aug 21 21:45:45.284 INFO O| Aug 21 21:45:45.284 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55262026-08-21T21:45:46.682Z[ recovery-image] Aug 21 21:45:45.295 INFO O| Aug 21 21:45:45.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55272026-08-21T21:45:46.682Z[ recovery-image] Aug 21 21:45:45.295 INFO O| Aug 21 21:45:45.295 INFO STEP 90 (remove_files) COMPLETE
55282026-08-21T21:45:46.685Z[ recovery-image] Aug 21 21:45:45.295 INFO O| Aug 21 21:45:45.295 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55292026-08-21T21:45:46.693Z[ recovery-image] Aug 21 21:45:45.306 INFO O| Aug 21 21:45:45.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55302026-08-21T21:45:46.693Z[ recovery-image] Aug 21 21:45:45.306 INFO O| Aug 21 21:45:45.306 INFO STEP 91 (remove_files) COMPLETE
55312026-08-21T21:45:46.696Z[ recovery-image] Aug 21 21:45:45.306 INFO O| Aug 21 21:45:45.306 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55322026-08-21T21:45:46.703Z[ recovery-image] Aug 21 21:45:45.316 INFO O| Aug 21 21:45:45.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55332026-08-21T21:45:46.703Z[ recovery-image] Aug 21 21:45:45.317 INFO O| Aug 21 21:45:45.317 INFO STEP 92 (remove_files) COMPLETE
55342026-08-21T21:45:46.703Z[ recovery-image] Aug 21 21:45:45.317 INFO O| Aug 21 21:45:45.317 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55352026-08-21T21:45:46.714Z[ recovery-image] Aug 21 21:45:45.327 INFO O| Aug 21 21:45:45.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55362026-08-21T21:45:46.714Z[ recovery-image] Aug 21 21:45:45.327 INFO O| Aug 21 21:45:45.327 INFO STEP 93 (remove_files) COMPLETE
55372026-08-21T21:45:46.714Z[ recovery-image] Aug 21 21:45:45.327 INFO O| Aug 21 21:45:45.327 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55382026-08-21T21:45:46.723Z[ recovery-image] Aug 21 21:45:45.336 INFO O| Aug 21 21:45:45.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55392026-08-21T21:45:46.726Z[ recovery-image] Aug 21 21:45:45.337 INFO O| Aug 21 21:45:45.337 INFO STEP 94 (remove_files) COMPLETE
55402026-08-21T21:45:46.726Z[ recovery-image] Aug 21 21:45:45.337 INFO O| Aug 21 21:45:45.337 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55412026-08-21T21:45:46.736Z[ recovery-image] Aug 21 21:45:45.348 INFO O| Aug 21 21:45:45.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55422026-08-21T21:45:46.736Z[ recovery-image] Aug 21 21:45:45.348 INFO O| Aug 21 21:45:45.348 INFO STEP 95 (remove_files) COMPLETE
55432026-08-21T21:45:46.736Z[ recovery-image] Aug 21 21:45:45.348 INFO O| Aug 21 21:45:45.348 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-08-21T21:45:46.744Z[ recovery-image] Aug 21 21:45:45.357 INFO O| Aug 21 21:45:45.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55452026-08-21T21:45:46.744Z[ recovery-image] Aug 21 21:45:45.358 INFO O| Aug 21 21:45:45.357 INFO STEP 96 (remove_files) COMPLETE
55462026-08-21T21:45:46.747Z[ recovery-image] Aug 21 21:45:45.358 INFO O| Aug 21 21:45:45.358 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-08-21T21:45:46.754Z[ recovery-image] Aug 21 21:45:45.367 INFO O| Aug 21 21:45:45.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55482026-08-21T21:45:46.754Z[ recovery-image] Aug 21 21:45:45.367 INFO O| Aug 21 21:45:45.367 INFO STEP 97 (remove_files) COMPLETE
55492026-08-21T21:45:46.754Z[ recovery-image] Aug 21 21:45:45.367 INFO O| Aug 21 21:45:45.367 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-08-21T21:45:46.763Z[ recovery-image] Aug 21 21:45:45.376 INFO O| Aug 21 21:45:45.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55512026-08-21T21:45:46.763Z[ recovery-image] Aug 21 21:45:45.376 INFO O| Aug 21 21:45:45.376 INFO STEP 98 (remove_files) COMPLETE
55522026-08-21T21:45:46.766Z[ recovery-image] Aug 21 21:45:45.376 INFO O| Aug 21 21:45:45.376 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-08-21T21:45:46.774Z[ recovery-image] Aug 21 21:45:45.386 INFO O| Aug 21 21:45:45.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55542026-08-21T21:45:46.774Z[ recovery-image] Aug 21 21:45:45.386 INFO O| Aug 21 21:45:45.386 INFO STEP 99 (remove_files) COMPLETE
55552026-08-21T21:45:46.774Z[ recovery-image] Aug 21 21:45:45.386 INFO O| Aug 21 21:45:45.386 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-08-21T21:45:46.785Z[ recovery-image] Aug 21 21:45:45.397 INFO O| Aug 21 21:45:45.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55572026-08-21T21:45:46.788Z[ recovery-image] Aug 21 21:45:45.398 INFO O| Aug 21 21:45:45.398 INFO STEP 100 (remove_files) COMPLETE
55582026-08-21T21:45:46.788Z[ recovery-image] Aug 21 21:45:45.398 INFO O| Aug 21 21:45:45.398 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55592026-08-21T21:45:46.795Z[ recovery-image] Aug 21 21:45:45.408 INFO O| Aug 21 21:45:45.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55602026-08-21T21:45:46.795Z[ recovery-image] Aug 21 21:45:45.408 INFO O| Aug 21 21:45:45.408 INFO STEP 101 (remove_files) COMPLETE
55612026-08-21T21:45:46.795Z[ recovery-image] Aug 21 21:45:45.408 INFO O| Aug 21 21:45:45.408 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55622026-08-21T21:45:46.805Z[ recovery-image] Aug 21 21:45:45.418 INFO O| Aug 21 21:45:45.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55632026-08-21T21:45:46.805Z[ recovery-image] Aug 21 21:45:45.418 INFO O| Aug 21 21:45:45.418 INFO STEP 102 (remove_files) COMPLETE
55642026-08-21T21:45:46.805Z[ recovery-image] Aug 21 21:45:45.418 INFO O| Aug 21 21:45:45.418 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55652026-08-21T21:45:46.815Z[ recovery-image] Aug 21 21:45:45.428 INFO O| Aug 21 21:45:45.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55662026-08-21T21:45:46.815Z[ recovery-image] Aug 21 21:45:45.428 INFO O| Aug 21 21:45:45.428 INFO STEP 103 (remove_files) COMPLETE
55672026-08-21T21:45:46.818Z[ recovery-image] Aug 21 21:45:45.428 INFO O| Aug 21 21:45:45.428 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-08-21T21:45:46.824Z[ recovery-image] Aug 21 21:45:45.437 INFO O| Aug 21 21:45:45.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55692026-08-21T21:45:46.824Z[ recovery-image] Aug 21 21:45:45.437 INFO O| Aug 21 21:45:45.437 INFO STEP 104 (remove_files) COMPLETE
55702026-08-21T21:45:46.827Z[ recovery-image] Aug 21 21:45:45.437 INFO O| Aug 21 21:45:45.437 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-08-21T21:45:46.833Z[ recovery-image] Aug 21 21:45:45.446 INFO O| Aug 21 21:45:45.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55722026-08-21T21:45:46.833Z[ recovery-image] Aug 21 21:45:45.446 INFO O| Aug 21 21:45:45.446 INFO STEP 105 (remove_files) COMPLETE
55732026-08-21T21:45:46.836Z[ recovery-image] Aug 21 21:45:45.446 INFO O| Aug 21 21:45:45.446 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-08-21T21:45:46.843Z[ recovery-image] Aug 21 21:45:45.456 INFO O| Aug 21 21:45:45.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55752026-08-21T21:45:46.843Z[ recovery-image] Aug 21 21:45:45.456 INFO O| Aug 21 21:45:45.456 INFO STEP 106 (remove_files) COMPLETE
55762026-08-21T21:45:46.843Z[ recovery-image] Aug 21 21:45:45.456 INFO O| Aug 21 21:45:45.456 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-08-21T21:45:46.853Z[ recovery-image] Aug 21 21:45:45.467 INFO O| Aug 21 21:45:45.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55782026-08-21T21:45:46.853Z[ recovery-image] Aug 21 21:45:45.467 INFO O| Aug 21 21:45:45.467 INFO STEP 107 (remove_files) COMPLETE
55792026-08-21T21:45:46.858Z[ recovery-image] Aug 21 21:45:45.467 INFO O| Aug 21 21:45:45.467 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-08-21T21:45:46.864Z[ recovery-image] Aug 21 21:45:45.478 INFO O| Aug 21 21:45:45.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55812026-08-21T21:45:46.864Z[ recovery-image] Aug 21 21:45:45.478 INFO O| Aug 21 21:45:45.478 INFO STEP 108 (remove_files) COMPLETE
55822026-08-21T21:45:46.864Z[ recovery-image] Aug 21 21:45:45.478 INFO O| Aug 21 21:45:45.478 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-08-21T21:45:46.873Z[ recovery-image] Aug 21 21:45:45.487 INFO O| Aug 21 21:45:45.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
55842026-08-21T21:45:46.873Z[ recovery-image] Aug 21 21:45:45.487 INFO O| Aug 21 21:45:45.487 INFO STEP 109 (remove_files) COMPLETE
55852026-08-21T21:45:46.876Z[ recovery-image] Aug 21 21:45:45.487 INFO O| Aug 21 21:45:45.487 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-08-21T21:45:46.886Z[ recovery-image] Aug 21 21:45:45.498 INFO O| Aug 21 21:45:45.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
55872026-08-21T21:45:46.886Z[ recovery-image] Aug 21 21:45:45.498 INFO O| Aug 21 21:45:45.498 INFO STEP 110 (remove_files) COMPLETE
55882026-08-21T21:45:46.886Z[ recovery-image] Aug 21 21:45:45.498 INFO O| Aug 21 21:45:45.498 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-08-21T21:45:46.895Z[ recovery-image] Aug 21 21:45:45.508 INFO O| Aug 21 21:45:45.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
55902026-08-21T21:45:46.895Z[ recovery-image] Aug 21 21:45:45.508 INFO O| Aug 21 21:45:45.508 INFO STEP 111 (remove_files) COMPLETE
55912026-08-21T21:45:46.898Z[ recovery-image] Aug 21 21:45:45.508 INFO O| Aug 21 21:45:45.508 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-08-21T21:45:46.903Z[ recovery-image] Aug 21 21:45:45.517 INFO O| Aug 21 21:45:45.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
55932026-08-21T21:45:46.903Z[ recovery-image] Aug 21 21:45:45.517 INFO O| Aug 21 21:45:45.517 INFO STEP 112 (remove_files) COMPLETE
55942026-08-21T21:45:46.903Z[ recovery-image] Aug 21 21:45:45.517 INFO O| Aug 21 21:45:45.517 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-08-21T21:45:46.913Z[ recovery-image] Aug 21 21:45:45.526 INFO O| Aug 21 21:45:45.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
55962026-08-21T21:45:46.915Z[ recovery-image] Aug 21 21:45:45.527 INFO O| Aug 21 21:45:45.527 INFO STEP 113 (remove_files) COMPLETE
55972026-08-21T21:45:46.915Z[ recovery-image] Aug 21 21:45:45.527 INFO O| Aug 21 21:45:45.527 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-08-21T21:45:46.923Z[ recovery-image] Aug 21 21:45:45.536 INFO O| Aug 21 21:45:45.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
55992026-08-21T21:45:46.923Z[ recovery-image] Aug 21 21:45:45.536 INFO O| Aug 21 21:45:45.536 INFO STEP 114 (remove_files) COMPLETE
56002026-08-21T21:45:46.923Z[ recovery-image] Aug 21 21:45:45.536 INFO O| Aug 21 21:45:45.536 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-08-21T21:45:46.933Z[ recovery-image] Aug 21 21:45:45.546 INFO O| Aug 21 21:45:45.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56022026-08-21T21:45:46.936Z[ recovery-image] Aug 21 21:45:45.547 INFO O| Aug 21 21:45:45.547 INFO STEP 115 (remove_files) COMPLETE
56032026-08-21T21:45:46.936Z[ recovery-image] Aug 21 21:45:45.547 INFO O| Aug 21 21:45:45.547 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-08-21T21:45:46.943Z[ recovery-image] Aug 21 21:45:45.556 INFO O| Aug 21 21:45:45.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56052026-08-21T21:45:46.943Z[ recovery-image] Aug 21 21:45:45.556 INFO O| Aug 21 21:45:45.556 INFO STEP 116 (remove_files) COMPLETE
56062026-08-21T21:45:46.943Z[ recovery-image] Aug 21 21:45:45.556 INFO O| Aug 21 21:45:45.556 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56072026-08-21T21:45:46.951Z[ recovery-image] Aug 21 21:45:45.564 INFO O| Aug 21 21:45:45.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56082026-08-21T21:45:46.951Z[ recovery-image] Aug 21 21:45:45.564 INFO O| Aug 21 21:45:45.564 INFO STEP 117 (remove_files) COMPLETE
56092026-08-21T21:45:46.955Z[ recovery-image] Aug 21 21:45:45.564 INFO O| Aug 21 21:45:45.564 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56102026-08-21T21:45:46.961Z[ recovery-image] Aug 21 21:45:45.574 INFO O| Aug 21 21:45:45.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56112026-08-21T21:45:46.961Z[ recovery-image] Aug 21 21:45:45.574 INFO O| Aug 21 21:45:45.574 INFO STEP 118 (remove_files) COMPLETE
56122026-08-21T21:45:46.961Z[ recovery-image] Aug 21 21:45:45.574 INFO O| Aug 21 21:45:45.574 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-08-21T21:45:46.970Z[ recovery-image] Aug 21 21:45:45.583 INFO O| Aug 21 21:45:45.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56142026-08-21T21:45:46.970Z[ recovery-image] Aug 21 21:45:45.583 INFO O| Aug 21 21:45:45.583 INFO STEP 119 (remove_files) COMPLETE
56152026-08-21T21:45:46.970Z[ recovery-image] Aug 21 21:45:45.583 INFO O| Aug 21 21:45:45.583 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-08-21T21:45:46.979Z[ recovery-image] Aug 21 21:45:45.593 INFO O| Aug 21 21:45:45.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56172026-08-21T21:45:46.979Z[ recovery-image] Aug 21 21:45:45.593 INFO O| Aug 21 21:45:45.593 INFO STEP 120 (remove_files) COMPLETE
56182026-08-21T21:45:46.983Z[ recovery-image] Aug 21 21:45:45.593 INFO O| Aug 21 21:45:45.593 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56192026-08-21T21:45:46.989Z[ recovery-image] Aug 21 21:45:45.602 INFO O| Aug 21 21:45:45.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56202026-08-21T21:45:46.989Z[ recovery-image] Aug 21 21:45:45.602 INFO O| Aug 21 21:45:45.602 INFO STEP 121 (remove_files) COMPLETE
56212026-08-21T21:45:46.989Z[ recovery-image] Aug 21 21:45:45.602 INFO O| Aug 21 21:45:45.602 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56222026-08-21T21:45:46.999Z[ recovery-image] Aug 21 21:45:45.612 INFO O| Aug 21 21:45:45.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56232026-08-21T21:45:46.999Z[ recovery-image] Aug 21 21:45:45.612 INFO O| Aug 21 21:45:45.612 INFO STEP 122 (remove_files) COMPLETE
56242026-08-21T21:45:46.999Z[ recovery-image] Aug 21 21:45:45.612 INFO O| Aug 21 21:45:45.612 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56252026-08-21T21:45:47.008Z[ recovery-image] Aug 21 21:45:45.621 INFO O| Aug 21 21:45:45.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56262026-08-21T21:45:47.008Z[ recovery-image] Aug 21 21:45:45.621 INFO O| Aug 21 21:45:45.621 INFO STEP 123 (remove_files) COMPLETE
56272026-08-21T21:45:47.008Z[ recovery-image] Aug 21 21:45:45.621 INFO O| Aug 21 21:45:45.621 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56282026-08-21T21:45:47.019Z[ recovery-image] Aug 21 21:45:45.632 INFO O| Aug 21 21:45:45.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56292026-08-21T21:45:47.019Z[ recovery-image] Aug 21 21:45:45.632 INFO O| Aug 21 21:45:45.632 INFO STEP 124 (remove_files) COMPLETE
56302026-08-21T21:45:47.022Z[ recovery-image] Aug 21 21:45:45.632 INFO O| Aug 21 21:45:45.632 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56312026-08-21T21:45:47.031Z[ recovery-image] Aug 21 21:45:45.643 INFO O| Aug 21 21:45:45.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56322026-08-21T21:45:47.031Z[ recovery-image] Aug 21 21:45:45.643 INFO O| Aug 21 21:45:45.643 INFO STEP 125 (remove_files) COMPLETE
56332026-08-21T21:45:47.034Z[ recovery-image] Aug 21 21:45:45.643 INFO O| Aug 21 21:45:45.643 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56342026-08-21T21:45:47.041Z[ recovery-image] Aug 21 21:45:45.654 INFO O| Aug 21 21:45:45.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56352026-08-21T21:45:47.041Z[ recovery-image] Aug 21 21:45:45.654 INFO O| Aug 21 21:45:45.654 INFO STEP 126 (remove_files) COMPLETE
56362026-08-21T21:45:47.041Z[ recovery-image] Aug 21 21:45:45.654 INFO O| Aug 21 21:45:45.654 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56372026-08-21T21:45:47.051Z[ recovery-image] Aug 21 21:45:45.664 INFO O| Aug 21 21:45:45.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56382026-08-21T21:45:47.051Z[ recovery-image] Aug 21 21:45:45.664 INFO O| Aug 21 21:45:45.664 INFO STEP 127 (remove_files) COMPLETE
56392026-08-21T21:45:47.051Z[ recovery-image] Aug 21 21:45:45.665 INFO O| Aug 21 21:45:45.664 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56402026-08-21T21:45:47.062Z[ recovery-image] Aug 21 21:45:45.675 INFO O| Aug 21 21:45:45.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56412026-08-21T21:45:47.062Z[ recovery-image] Aug 21 21:45:45.675 INFO O| Aug 21 21:45:45.675 INFO STEP 128 (remove_files) COMPLETE
56422026-08-21T21:45:47.065Z[ recovery-image] Aug 21 21:45:45.675 INFO O| Aug 21 21:45:45.675 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-08-21T21:45:47.073Z[ recovery-image] Aug 21 21:45:45.686 INFO O| Aug 21 21:45:45.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56442026-08-21T21:45:47.073Z[ recovery-image] Aug 21 21:45:45.686 INFO O| Aug 21 21:45:45.686 INFO STEP 129 (remove_files) COMPLETE
56452026-08-21T21:45:47.073Z[ recovery-image] Aug 21 21:45:45.686 INFO O| Aug 21 21:45:45.686 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-08-21T21:45:47.084Z[ recovery-image] Aug 21 21:45:45.697 INFO O| Aug 21 21:45:45.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56472026-08-21T21:45:47.084Z[ recovery-image] Aug 21 21:45:45.697 INFO O| Aug 21 21:45:45.697 INFO STEP 130 (remove_files) COMPLETE
56482026-08-21T21:45:47.084Z[ recovery-image] Aug 21 21:45:45.697 INFO O| Aug 21 21:45:45.697 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56492026-08-21T21:45:47.095Z[ recovery-image] Aug 21 21:45:45.708 INFO O| Aug 21 21:45:45.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56502026-08-21T21:45:47.095Z[ recovery-image] Aug 21 21:45:45.708 INFO O| Aug 21 21:45:45.708 INFO STEP 131 (remove_files) COMPLETE
56512026-08-21T21:45:47.098Z[ recovery-image] Aug 21 21:45:45.708 INFO O| Aug 21 21:45:45.708 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56522026-08-21T21:45:47.106Z[ recovery-image] Aug 21 21:45:45.718 INFO O| Aug 21 21:45:45.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56532026-08-21T21:45:47.106Z[ recovery-image] Aug 21 21:45:45.718 INFO O| Aug 21 21:45:45.718 INFO STEP 132 (remove_files) COMPLETE
56542026-08-21T21:45:47.109Z[ recovery-image] Aug 21 21:45:45.718 INFO O| Aug 21 21:45:45.718 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56552026-08-21T21:45:47.115Z[ recovery-image] Aug 21 21:45:45.729 INFO O| Aug 21 21:45:45.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56562026-08-21T21:45:47.115Z[ recovery-image] Aug 21 21:45:45.729 INFO O| Aug 21 21:45:45.729 INFO STEP 133 (remove_files) COMPLETE
56572026-08-21T21:45:47.115Z[ recovery-image] Aug 21 21:45:45.729 INFO O| Aug 21 21:45:45.729 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56582026-08-21T21:45:47.124Z[ recovery-image] Aug 21 21:45:45.738 INFO O| Aug 21 21:45:45.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56592026-08-21T21:45:47.124Z[ recovery-image] Aug 21 21:45:45.738 INFO O| Aug 21 21:45:45.738 INFO STEP 134 (remove_files) COMPLETE
56602026-08-21T21:45:47.124Z[ recovery-image] Aug 21 21:45:45.738 INFO O| Aug 21 21:45:45.738 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56612026-08-21T21:45:47.135Z[ recovery-image] Aug 21 21:45:45.748 INFO O| Aug 21 21:45:45.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56622026-08-21T21:45:47.135Z[ recovery-image] Aug 21 21:45:45.748 INFO O| Aug 21 21:45:45.748 INFO STEP 135 (remove_files) COMPLETE
56632026-08-21T21:45:47.138Z[ recovery-image] Aug 21 21:45:45.748 INFO O| Aug 21 21:45:45.748 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56642026-08-21T21:45:47.144Z[ recovery-image] Aug 21 21:45:45.757 INFO O| Aug 21 21:45:45.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56652026-08-21T21:45:47.144Z[ recovery-image] Aug 21 21:45:45.757 INFO O| Aug 21 21:45:45.757 INFO STEP 136 (remove_files) COMPLETE
56662026-08-21T21:45:47.144Z[ recovery-image] Aug 21 21:45:45.757 INFO O| Aug 21 21:45:45.757 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56672026-08-21T21:45:47.152Z[ recovery-image] Aug 21 21:45:45.765 INFO O| Aug 21 21:45:45.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56682026-08-21T21:45:47.152Z[ recovery-image] Aug 21 21:45:45.765 INFO O| Aug 21 21:45:45.765 INFO STEP 137 (remove_files) COMPLETE
56692026-08-21T21:45:47.152Z[ recovery-image] Aug 21 21:45:45.765 INFO O| Aug 21 21:45:45.765 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56702026-08-21T21:45:47.162Z[ recovery-image] Aug 21 21:45:45.775 INFO O| Aug 21 21:45:45.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56712026-08-21T21:45:47.162Z[ recovery-image] Aug 21 21:45:45.776 INFO O| Aug 21 21:45:45.776 INFO STEP 138 (remove_files) COMPLETE
56722026-08-21T21:45:47.162Z[ recovery-image] Aug 21 21:45:45.776 INFO O| Aug 21 21:45:45.776 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56732026-08-21T21:45:47.173Z[ recovery-image] Aug 21 21:45:45.785 INFO O| Aug 21 21:45:45.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56742026-08-21T21:45:47.173Z[ recovery-image] Aug 21 21:45:45.785 INFO O| Aug 21 21:45:45.785 INFO STEP 139 (remove_files) COMPLETE
56752026-08-21T21:45:47.173Z[ recovery-image] Aug 21 21:45:45.785 INFO O| Aug 21 21:45:45.785 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-08-21T21:45:47.182Z[ recovery-image] Aug 21 21:45:45.795 INFO O| Aug 21 21:45:45.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56772026-08-21T21:45:47.182Z[ recovery-image] Aug 21 21:45:45.795 INFO O| Aug 21 21:45:45.795 INFO STEP 140 (remove_files) COMPLETE
56782026-08-21T21:45:47.182Z[ recovery-image] Aug 21 21:45:45.795 INFO O| Aug 21 21:45:45.795 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-08-21T21:45:47.190Z[ recovery-image] Aug 21 21:45:45.803 INFO O| Aug 21 21:45:45.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56802026-08-21T21:45:47.190Z[ recovery-image] Aug 21 21:45:45.803 INFO O| Aug 21 21:45:45.803 INFO STEP 141 (remove_files) COMPLETE
56812026-08-21T21:45:47.193Z[ recovery-image] Aug 21 21:45:45.803 INFO O| Aug 21 21:45:45.803 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-08-21T21:45:47.202Z[ recovery-image] Aug 21 21:45:45.814 INFO O| Aug 21 21:45:45.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
56832026-08-21T21:45:47.202Z[ recovery-image] Aug 21 21:45:45.814 INFO O| Aug 21 21:45:45.814 INFO STEP 142 (remove_files) COMPLETE
56842026-08-21T21:45:47.202Z[ recovery-image] Aug 21 21:45:45.814 INFO O| Aug 21 21:45:45.814 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-08-21T21:45:47.210Z[ recovery-image] Aug 21 21:45:45.824 INFO O| Aug 21 21:45:45.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
56862026-08-21T21:45:47.210Z[ recovery-image] Aug 21 21:45:45.824 INFO O| Aug 21 21:45:45.824 INFO STEP 143 (remove_files) COMPLETE
56872026-08-21T21:45:47.213Z[ recovery-image] Aug 21 21:45:45.824 INFO O| Aug 21 21:45:45.824 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-08-21T21:45:47.234Z[ recovery-image] Aug 21 21:45:45.847 INFO O| Aug 21 21:45:45.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
56892026-08-21T21:45:47.234Z[ recovery-image] Aug 21 21:45:45.847 INFO O| Aug 21 21:45:45.847 INFO STEP 144 (remove_files) COMPLETE
56902026-08-21T21:45:47.234Z[ recovery-image] Aug 21 21:45:45.847 INFO O| Aug 21 21:45:45.847 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56912026-08-21T21:45:47.237Z[verify-libraries] Compiling delegate v0.13.5
56922026-08-21T21:45:47.256Z[ recovery-image] Aug 21 21:45:45.869 INFO O| Aug 21 21:45:45.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
56932026-08-21T21:45:47.256Z[ recovery-image] Aug 21 21:45:45.870 INFO O| Aug 21 21:45:45.869 INFO STEP 145 (remove_files) COMPLETE
56942026-08-21T21:45:47.259Z[ recovery-image] Aug 21 21:45:45.870 INFO O| Aug 21 21:45:45.870 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-08-21T21:45:47.266Z[ recovery-image] Aug 21 21:45:45.879 INFO O| Aug 21 21:45:45.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
56962026-08-21T21:45:47.266Z[ recovery-image] Aug 21 21:45:45.880 INFO O| Aug 21 21:45:45.880 INFO STEP 146 (remove_files) COMPLETE
56972026-08-21T21:45:47.269Z[ recovery-image] Aug 21 21:45:45.880 INFO O| Aug 21 21:45:45.880 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-08-21T21:45:47.275Z[ recovery-image] Aug 21 21:45:45.888 INFO O| Aug 21 21:45:45.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
56992026-08-21T21:45:47.288Z[ recovery-image] Aug 21 21:45:45.901 INFO O| Aug 21 21:45:45.901 INFO STEP 147 (remove_files) COMPLETE
57002026-08-21T21:45:47.288Z[ recovery-image] Aug 21 21:45:45.901 INFO O| Aug 21 21:45:45.901 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-08-21T21:45:47.312Z[ recovery-image] Aug 21 21:45:45.926 INFO O| Aug 21 21:45:45.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57022026-08-21T21:45:47.312Z[ recovery-image] Aug 21 21:45:45.926 INFO O| Aug 21 21:45:45.926 INFO STEP 148 (remove_files) COMPLETE
57032026-08-21T21:45:47.315Z[ recovery-image] Aug 21 21:45:45.926 INFO O| Aug 21 21:45:45.926 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-08-21T21:45:47.324Z[ recovery-image] Aug 21 21:45:45.937 INFO O| Aug 21 21:45:45.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57052026-08-21T21:45:47.324Z[ recovery-image] Aug 21 21:45:45.937 INFO O| Aug 21 21:45:45.937 INFO STEP 149 (remove_files) COMPLETE
57062026-08-21T21:45:47.324Z[ recovery-image] Aug 21 21:45:45.937 INFO O| Aug 21 21:45:45.937 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-08-21T21:45:47.350Z[ recovery-image] Aug 21 21:45:45.962 INFO O| Aug 21 21:45:45.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57082026-08-21T21:45:47.350Z[ recovery-image] Aug 21 21:45:45.962 INFO O| Aug 21 21:45:45.962 INFO STEP 150 (remove_files) COMPLETE
57092026-08-21T21:45:47.353Z[ recovery-image] Aug 21 21:45:45.962 INFO O| Aug 21 21:45:45.962 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-08-21T21:45:47.358Z[ recovery-image] Aug 21 21:45:45.972 INFO O| Aug 21 21:45:45.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57112026-08-21T21:45:47.358Z[ recovery-image] Aug 21 21:45:45.972 INFO O| Aug 21 21:45:45.972 INFO STEP 151 (remove_files) COMPLETE
57122026-08-21T21:45:47.358Z[ recovery-image] Aug 21 21:45:45.972 INFO O| Aug 21 21:45:45.972 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-08-21T21:45:47.388Z[ recovery-image] Aug 21 21:45:45.994 INFO O| Aug 21 21:45:45.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57142026-08-21T21:45:47.388Z[ recovery-image] Aug 21 21:45:45.994 INFO O| Aug 21 21:45:45.992 INFO STEP 152 (remove_files) COMPLETE
57152026-08-21T21:45:47.388Z[ recovery-image] Aug 21 21:45:45.994 INFO O| Aug 21 21:45:45.992 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-08-21T21:45:47.393Z[ recovery-image] Aug 21 21:45:46.005 INFO O| Aug 21 21:45:46.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57172026-08-21T21:45:47.393Z[ recovery-image] Aug 21 21:45:46.005 INFO O| Aug 21 21:45:46.005 INFO STEP 153 (remove_files) COMPLETE
57182026-08-21T21:45:47.396Z[ recovery-image] Aug 21 21:45:46.006 INFO O| Aug 21 21:45:46.005 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-08-21T21:45:47.402Z[ recovery-image] Aug 21 21:45:46.016 INFO O| Aug 21 21:45:46.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57202026-08-21T21:45:47.402Z[ recovery-image] Aug 21 21:45:46.016 INFO O| Aug 21 21:45:46.016 INFO STEP 154 (remove_files) COMPLETE
57212026-08-21T21:45:47.402Z[ recovery-image] Aug 21 21:45:46.016 INFO O| Aug 21 21:45:46.016 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-08-21T21:45:47.410Z[verify-libraries] Compiling sapling-renderdag v0.1.0
57232026-08-21T21:45:47.422Z[ recovery-image] Aug 21 21:45:46.034 INFO O| Aug 21 21:45:46.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57242026-08-21T21:45:47.422Z[ recovery-image] Aug 21 21:45:46.034 INFO O| Aug 21 21:45:46.034 INFO STEP 155 (remove_files) COMPLETE
57252026-08-21T21:45:47.422Z[ recovery-image] Aug 21 21:45:46.034 INFO O| Aug 21 21:45:46.034 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-08-21T21:45:47.436Z[ recovery-image] Aug 21 21:45:46.049 INFO O| Aug 21 21:45:46.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57272026-08-21T21:45:47.436Z[ recovery-image] Aug 21 21:45:46.049 INFO O| Aug 21 21:45:46.049 INFO STEP 156 (remove_files) COMPLETE
57282026-08-21T21:45:47.436Z[ recovery-image] Aug 21 21:45:46.049 INFO O| Aug 21 21:45:46.049 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-08-21T21:45:47.451Z[ recovery-image] Aug 21 21:45:46.065 INFO O| Aug 21 21:45:46.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57302026-08-21T21:45:47.452Z[ recovery-image] Aug 21 21:45:46.065 INFO O| Aug 21 21:45:46.065 INFO STEP 157 (remove_files) COMPLETE
57312026-08-21T21:45:47.455Z[ recovery-image] Aug 21 21:45:46.065 INFO O| Aug 21 21:45:46.065 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-08-21T21:45:47.462Z[ recovery-image] Aug 21 21:45:46.075 INFO O| Aug 21 21:45:46.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57332026-08-21T21:45:47.462Z[ recovery-image] Aug 21 21:45:46.075 INFO O| Aug 21 21:45:46.075 INFO STEP 158 (remove_files) COMPLETE
57342026-08-21T21:45:47.465Z[ recovery-image] Aug 21 21:45:46.075 INFO O| Aug 21 21:45:46.075 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-08-21T21:45:47.471Z[ recovery-image] Aug 21 21:45:46.085 INFO O| Aug 21 21:45:46.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57362026-08-21T21:45:47.474Z[ recovery-image] Aug 21 21:45:46.086 INFO O| Aug 21 21:45:46.085 INFO STEP 159 (remove_files) COMPLETE
57372026-08-21T21:45:47.474Z[ recovery-image] Aug 21 21:45:46.086 INFO O| Aug 21 21:45:46.085 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-08-21T21:45:47.483Z[ recovery-image] Aug 21 21:45:46.096 INFO O| Aug 21 21:45:46.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57392026-08-21T21:45:47.483Z[ recovery-image] Aug 21 21:45:46.097 INFO O| Aug 21 21:45:46.097 INFO STEP 160 (remove_files) COMPLETE
57402026-08-21T21:45:47.483Z[ recovery-image] Aug 21 21:45:46.097 INFO O| Aug 21 21:45:46.097 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-08-21T21:45:47.496Z[ recovery-image] Aug 21 21:45:46.107 INFO O| Aug 21 21:45:46.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57422026-08-21T21:45:47.496Z[ recovery-image] Aug 21 21:45:46.107 INFO O| Aug 21 21:45:46.107 INFO STEP 161 (remove_files) COMPLETE
57432026-08-21T21:45:47.496Z[ recovery-image] Aug 21 21:45:46.107 INFO O| Aug 21 21:45:46.107 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-08-21T21:45:47.504Z[ recovery-image] Aug 21 21:45:46.117 INFO O| Aug 21 21:45:46.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57452026-08-21T21:45:47.505Z[ recovery-image] Aug 21 21:45:46.117 INFO O| Aug 21 21:45:46.117 INFO STEP 162 (remove_files) COMPLETE
57462026-08-21T21:45:47.505Z[ recovery-image] Aug 21 21:45:46.117 INFO O| Aug 21 21:45:46.117 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-08-21T21:45:47.512Z[ recovery-image] Aug 21 21:45:46.126 INFO O| Aug 21 21:45:46.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57482026-08-21T21:45:47.512Z[ recovery-image] Aug 21 21:45:46.126 INFO O| Aug 21 21:45:46.126 INFO STEP 163 (remove_files) COMPLETE
57492026-08-21T21:45:47.512Z[ recovery-image] Aug 21 21:45:46.126 INFO O| Aug 21 21:45:46.126 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-08-21T21:45:47.521Z[ recovery-image] Aug 21 21:45:46.134 INFO O| Aug 21 21:45:46.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57512026-08-21T21:45:47.521Z[ recovery-image] Aug 21 21:45:46.134 INFO O| Aug 21 21:45:46.134 INFO STEP 164 (remove_files) COMPLETE
57522026-08-21T21:45:47.524Z[ recovery-image] Aug 21 21:45:46.134 INFO O| Aug 21 21:45:46.134 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-08-21T21:45:47.531Z[ recovery-image] Aug 21 21:45:46.144 INFO O| Aug 21 21:45:46.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57542026-08-21T21:45:47.531Z[ recovery-image] Aug 21 21:45:46.144 INFO O| Aug 21 21:45:46.144 INFO STEP 165 (remove_files) COMPLETE
57552026-08-21T21:45:47.531Z[ recovery-image] Aug 21 21:45:46.144 INFO O| Aug 21 21:45:46.144 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-08-21T21:45:47.540Z[ recovery-image] Aug 21 21:45:46.153 INFO O| Aug 21 21:45:46.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57572026-08-21T21:45:47.540Z[ recovery-image] Aug 21 21:45:46.153 INFO O| Aug 21 21:45:46.153 INFO STEP 166 (remove_files) COMPLETE
57582026-08-21T21:45:47.540Z[ recovery-image] Aug 21 21:45:46.153 INFO O| Aug 21 21:45:46.153 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-08-21T21:45:47.549Z[ recovery-image] Aug 21 21:45:46.162 INFO O| Aug 21 21:45:46.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57602026-08-21T21:45:47.549Z[ recovery-image] Aug 21 21:45:46.162 INFO O| Aug 21 21:45:46.162 INFO STEP 167 (remove_files) COMPLETE
57612026-08-21T21:45:47.549Z[ recovery-image] Aug 21 21:45:46.162 INFO O| Aug 21 21:45:46.162 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-08-21T21:45:47.559Z[ recovery-image] Aug 21 21:45:46.172 INFO O| Aug 21 21:45:46.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57632026-08-21T21:45:47.559Z[ recovery-image] Aug 21 21:45:46.172 INFO O| Aug 21 21:45:46.172 INFO STEP 168 (remove_files) COMPLETE
57642026-08-21T21:45:47.559Z[ recovery-image] Aug 21 21:45:46.172 INFO O| Aug 21 21:45:46.172 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-08-21T21:45:47.568Z[ recovery-image] Aug 21 21:45:46.181 INFO O| Aug 21 21:45:46.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57662026-08-21T21:45:47.568Z[ recovery-image] Aug 21 21:45:46.181 INFO O| Aug 21 21:45:46.181 INFO STEP 169 (remove_files) COMPLETE
57672026-08-21T21:45:47.568Z[ recovery-image] Aug 21 21:45:46.181 INFO O| Aug 21 21:45:46.181 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-08-21T21:45:47.578Z[ recovery-image] Aug 21 21:45:46.191 INFO O| Aug 21 21:45:46.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57692026-08-21T21:45:47.578Z[ recovery-image] Aug 21 21:45:46.191 INFO O| Aug 21 21:45:46.191 INFO STEP 170 (remove_files) COMPLETE
57702026-08-21T21:45:47.578Z[ recovery-image] Aug 21 21:45:46.191 INFO O| Aug 21 21:45:46.191 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-08-21T21:45:47.587Z[ recovery-image] Aug 21 21:45:46.201 INFO O| Aug 21 21:45:46.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57722026-08-21T21:45:47.587Z[ recovery-image] Aug 21 21:45:46.201 INFO O| Aug 21 21:45:46.201 INFO STEP 171 (remove_files) COMPLETE
57732026-08-21T21:45:47.588Z[ recovery-image] Aug 21 21:45:46.201 INFO O| Aug 21 21:45:46.201 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-08-21T21:45:47.597Z[ recovery-image] Aug 21 21:45:46.210 INFO O| Aug 21 21:45:46.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57752026-08-21T21:45:47.597Z[ recovery-image] Aug 21 21:45:46.210 INFO O| Aug 21 21:45:46.210 INFO STEP 172 (remove_files) COMPLETE
57762026-08-21T21:45:47.597Z[ recovery-image] Aug 21 21:45:46.210 INFO O| Aug 21 21:45:46.210 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-08-21T21:45:47.607Z[ recovery-image] Aug 21 21:45:46.220 INFO O| Aug 21 21:45:46.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57782026-08-21T21:45:47.607Z[ recovery-image] Aug 21 21:45:46.220 INFO O| Aug 21 21:45:46.220 INFO STEP 173 (remove_files) COMPLETE
57792026-08-21T21:45:47.607Z[ recovery-image] Aug 21 21:45:46.220 INFO O| Aug 21 21:45:46.220 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-08-21T21:45:47.615Z[ recovery-image] Aug 21 21:45:46.229 INFO O| Aug 21 21:45:46.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57812026-08-21T21:45:47.615Z[ recovery-image] Aug 21 21:45:46.229 INFO O| Aug 21 21:45:46.229 INFO STEP 174 (remove_files) COMPLETE
57822026-08-21T21:45:47.615Z[ recovery-image] Aug 21 21:45:46.229 INFO O| Aug 21 21:45:46.229 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-08-21T21:45:47.624Z[ recovery-image] Aug 21 21:45:46.238 INFO O| Aug 21 21:45:46.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
57842026-08-21T21:45:47.625Z[ recovery-image] Aug 21 21:45:46.238 INFO O| Aug 21 21:45:46.238 INFO STEP 175 (remove_files) COMPLETE
57852026-08-21T21:45:47.625Z[ recovery-image] Aug 21 21:45:46.238 INFO O| Aug 21 21:45:46.238 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-08-21T21:45:47.633Z[ recovery-image] Aug 21 21:45:46.247 INFO O| Aug 21 21:45:46.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
57872026-08-21T21:45:47.633Z[ recovery-image] Aug 21 21:45:46.247 INFO O| Aug 21 21:45:46.247 INFO STEP 176 (remove_files) COMPLETE
57882026-08-21T21:45:47.636Z[ recovery-image] Aug 21 21:45:46.247 INFO O| Aug 21 21:45:46.247 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-08-21T21:45:47.645Z[ recovery-image] Aug 21 21:45:46.257 INFO O| Aug 21 21:45:46.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
57902026-08-21T21:45:47.645Z[ recovery-image] Aug 21 21:45:46.257 INFO O| Aug 21 21:45:46.257 INFO STEP 177 (remove_files) COMPLETE
57912026-08-21T21:45:47.648Z[ recovery-image] Aug 21 21:45:46.257 INFO O| Aug 21 21:45:46.257 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-08-21T21:45:47.654Z[ recovery-image] Aug 21 21:45:46.268 INFO O| Aug 21 21:45:46.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
57932026-08-21T21:45:47.654Z[ recovery-image] Aug 21 21:45:46.268 INFO O| Aug 21 21:45:46.268 INFO STEP 178 (remove_files) COMPLETE
57942026-08-21T21:45:47.657Z[ recovery-image] Aug 21 21:45:46.268 INFO O| Aug 21 21:45:46.268 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-08-21T21:45:47.664Z[ recovery-image] Aug 21 21:45:46.277 INFO O| Aug 21 21:45:46.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
57962026-08-21T21:45:47.664Z[ recovery-image] Aug 21 21:45:46.277 INFO O| Aug 21 21:45:46.277 INFO STEP 179 (remove_files) COMPLETE
57972026-08-21T21:45:47.669Z[ recovery-image] Aug 21 21:45:46.277 INFO O| Aug 21 21:45:46.277 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-08-21T21:45:47.675Z[ recovery-image] Aug 21 21:45:46.287 INFO O| Aug 21 21:45:46.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
57992026-08-21T21:45:47.675Z[ recovery-image] Aug 21 21:45:46.287 INFO O| Aug 21 21:45:46.287 INFO STEP 180 (remove_files) COMPLETE
58002026-08-21T21:45:47.678Z[ recovery-image] Aug 21 21:45:46.287 INFO O| Aug 21 21:45:46.287 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-08-21T21:45:47.684Z[ recovery-image] Aug 21 21:45:46.297 INFO O| Aug 21 21:45:46.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58022026-08-21T21:45:47.684Z[ recovery-image] Aug 21 21:45:46.297 INFO O| Aug 21 21:45:46.297 INFO STEP 181 (remove_files) COMPLETE
58032026-08-21T21:45:47.684Z[ recovery-image] Aug 21 21:45:46.297 INFO O| Aug 21 21:45:46.297 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-08-21T21:45:47.693Z[ recovery-image] Aug 21 21:45:46.307 INFO O| Aug 21 21:45:46.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58052026-08-21T21:45:47.694Z[ recovery-image] Aug 21 21:45:46.307 INFO O| Aug 21 21:45:46.307 INFO STEP 182 (remove_files) COMPLETE
58062026-08-21T21:45:47.694Z[ recovery-image] Aug 21 21:45:46.307 INFO O| Aug 21 21:45:46.307 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-08-21T21:45:47.704Z[ recovery-image] Aug 21 21:45:46.317 INFO O| Aug 21 21:45:46.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58082026-08-21T21:45:47.704Z[ recovery-image] Aug 21 21:45:46.317 INFO O| Aug 21 21:45:46.317 INFO STEP 183 (remove_files) COMPLETE
58092026-08-21T21:45:47.704Z[ recovery-image] Aug 21 21:45:46.317 INFO O| Aug 21 21:45:46.317 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-08-21T21:45:47.713Z[ recovery-image] Aug 21 21:45:46.326 INFO O| Aug 21 21:45:46.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58112026-08-21T21:45:47.713Z[ recovery-image] Aug 21 21:45:46.326 INFO O| Aug 21 21:45:46.326 INFO STEP 184 (remove_files) COMPLETE
58122026-08-21T21:45:47.713Z[ recovery-image] Aug 21 21:45:46.326 INFO O| Aug 21 21:45:46.326 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-08-21T21:45:47.721Z[ recovery-image] Aug 21 21:45:46.335 INFO O| Aug 21 21:45:46.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58142026-08-21T21:45:47.721Z[ recovery-image] Aug 21 21:45:46.335 INFO O| Aug 21 21:45:46.335 INFO STEP 185 (remove_files) COMPLETE
58152026-08-21T21:45:47.724Z[ recovery-image] Aug 21 21:45:46.335 INFO O| Aug 21 21:45:46.335 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-08-21T21:45:47.730Z[ recovery-image] Aug 21 21:45:46.343 INFO O| Aug 21 21:45:46.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58172026-08-21T21:45:47.730Z[ recovery-image] Aug 21 21:45:46.343 INFO O| Aug 21 21:45:46.343 INFO STEP 186 (remove_files) COMPLETE
58182026-08-21T21:45:47.730Z[ recovery-image] Aug 21 21:45:46.343 INFO O| Aug 21 21:45:46.343 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-08-21T21:45:47.734Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
58202026-08-21T21:45:47.740Z[ recovery-image] Aug 21 21:45:46.352 INFO O| Aug 21 21:45:46.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58212026-08-21T21:45:47.740Z[ recovery-image] Aug 21 21:45:46.352 INFO O| Aug 21 21:45:46.352 INFO STEP 187 (remove_files) COMPLETE
58222026-08-21T21:45:47.743Z[ recovery-image] Aug 21 21:45:46.352 INFO O| Aug 21 21:45:46.352 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58232026-08-21T21:45:47.748Z[ recovery-image] Aug 21 21:45:46.361 INFO O| Aug 21 21:45:46.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58242026-08-21T21:45:47.748Z[ recovery-image] Aug 21 21:45:46.361 INFO O| Aug 21 21:45:46.361 INFO STEP 188 (remove_files) COMPLETE
58252026-08-21T21:45:47.748Z[ recovery-image] Aug 21 21:45:46.361 INFO O| Aug 21 21:45:46.361 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58262026-08-21T21:45:47.758Z[ recovery-image] Aug 21 21:45:46.371 INFO O| Aug 21 21:45:46.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58272026-08-21T21:45:47.758Z[ recovery-image] Aug 21 21:45:46.371 INFO O| Aug 21 21:45:46.371 INFO STEP 189 (remove_files) COMPLETE
58282026-08-21T21:45:47.758Z[ recovery-image] Aug 21 21:45:46.371 INFO O| Aug 21 21:45:46.371 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58292026-08-21T21:45:47.764Z[verify-libraries] Compiling fs-err v2.11.0
58302026-08-21T21:45:47.767Z[ recovery-image] Aug 21 21:45:46.381 INFO O| Aug 21 21:45:46.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58312026-08-21T21:45:47.767Z[ recovery-image] Aug 21 21:45:46.381 INFO O| Aug 21 21:45:46.381 INFO STEP 190 (remove_files) COMPLETE
58322026-08-21T21:45:47.771Z[ recovery-image] Aug 21 21:45:46.381 INFO O| Aug 21 21:45:46.381 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-08-21T21:45:47.778Z[ recovery-image] Aug 21 21:45:46.391 INFO O| Aug 21 21:45:46.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58342026-08-21T21:45:47.778Z[ recovery-image] Aug 21 21:45:46.391 INFO O| Aug 21 21:45:46.391 INFO STEP 191 (remove_files) COMPLETE
58352026-08-21T21:45:47.778Z[ recovery-image] Aug 21 21:45:46.391 INFO O| Aug 21 21:45:46.391 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-08-21T21:45:47.789Z[ recovery-image] Aug 21 21:45:46.402 INFO O| Aug 21 21:45:46.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58372026-08-21T21:45:47.789Z[ recovery-image] Aug 21 21:45:46.402 INFO O| Aug 21 21:45:46.402 INFO STEP 192 (remove_files) COMPLETE
58382026-08-21T21:45:47.792Z[ recovery-image] Aug 21 21:45:46.402 INFO O| Aug 21 21:45:46.402 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-08-21T21:45:47.799Z[ recovery-image] Aug 21 21:45:46.413 INFO O| Aug 21 21:45:46.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58402026-08-21T21:45:47.799Z[ recovery-image] Aug 21 21:45:46.413 INFO O| Aug 21 21:45:46.413 INFO STEP 193 (remove_files) COMPLETE
58412026-08-21T21:45:47.812Z[ recovery-image] Aug 21 21:45:46.413 INFO O| Aug 21 21:45:46.413 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-08-21T21:45:47.812Z[ recovery-image] Aug 21 21:45:46.423 INFO O| Aug 21 21:45:46.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58432026-08-21T21:45:47.812Z[ recovery-image] Aug 21 21:45:46.423 INFO O| Aug 21 21:45:46.423 INFO STEP 194 (remove_files) COMPLETE
58442026-08-21T21:45:47.812Z[ recovery-image] Aug 21 21:45:46.423 INFO O| Aug 21 21:45:46.423 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-08-21T21:45:47.820Z[ recovery-image] Aug 21 21:45:46.434 INFO O| Aug 21 21:45:46.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58462026-08-21T21:45:47.820Z[ recovery-image] Aug 21 21:45:46.434 INFO O| Aug 21 21:45:46.434 INFO STEP 195 (remove_files) COMPLETE
58472026-08-21T21:45:47.824Z[ recovery-image] Aug 21 21:45:46.434 INFO O| Aug 21 21:45:46.434 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-08-21T21:45:47.831Z[ recovery-image] Aug 21 21:45:46.444 INFO O| Aug 21 21:45:46.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58492026-08-21T21:45:47.831Z[ recovery-image] Aug 21 21:45:46.444 INFO O| Aug 21 21:45:46.444 INFO STEP 196 (remove_files) COMPLETE
58502026-08-21T21:45:47.831Z[ recovery-image] Aug 21 21:45:46.444 INFO O| Aug 21 21:45:46.444 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-08-21T21:45:47.842Z[ recovery-image] Aug 21 21:45:46.455 INFO O| Aug 21 21:45:46.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58522026-08-21T21:45:47.842Z[ recovery-image] Aug 21 21:45:46.455 INFO O| Aug 21 21:45:46.455 INFO STEP 197 (remove_files) COMPLETE
58532026-08-21T21:45:47.847Z[ recovery-image] Aug 21 21:45:46.455 INFO O| Aug 21 21:45:46.455 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-08-21T21:45:47.851Z[ recovery-image] Aug 21 21:45:46.464 INFO O| Aug 21 21:45:46.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58552026-08-21T21:45:47.851Z[ recovery-image] Aug 21 21:45:46.464 INFO O| Aug 21 21:45:46.464 INFO STEP 198 (remove_files) COMPLETE
58562026-08-21T21:45:47.851Z[ recovery-image] Aug 21 21:45:46.464 INFO O| Aug 21 21:45:46.464 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-08-21T21:45:47.861Z[ recovery-image] Aug 21 21:45:46.475 INFO O| Aug 21 21:45:46.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58582026-08-21T21:45:47.861Z[ recovery-image] Aug 21 21:45:46.475 INFO O| Aug 21 21:45:46.475 INFO STEP 199 (remove_files) COMPLETE
58592026-08-21T21:45:47.861Z[ recovery-image] Aug 21 21:45:46.475 INFO O| Aug 21 21:45:46.475 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-08-21T21:45:47.869Z[verify-libraries] Compiling md5 v0.8.0
58612026-08-21T21:45:47.873Z[ recovery-image] Aug 21 21:45:46.485 INFO O| Aug 21 21:45:46.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58622026-08-21T21:45:47.873Z[ recovery-image] Aug 21 21:45:46.485 INFO O| Aug 21 21:45:46.485 INFO STEP 200 (remove_files) COMPLETE
58632026-08-21T21:45:47.876Z[ recovery-image] Aug 21 21:45:46.485 INFO O| Aug 21 21:45:46.485 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-08-21T21:45:47.882Z[ recovery-image] Aug 21 21:45:46.496 INFO O| Aug 21 21:45:46.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58652026-08-21T21:45:47.883Z[ recovery-image] Aug 21 21:45:46.496 INFO O| Aug 21 21:45:46.496 INFO STEP 201 (remove_files) COMPLETE
58662026-08-21T21:45:47.885Z[ recovery-image] Aug 21 21:45:46.496 INFO O| Aug 21 21:45:46.496 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-08-21T21:45:47.895Z[ recovery-image] Aug 21 21:45:46.508 INFO O| Aug 21 21:45:46.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58682026-08-21T21:45:47.895Z[ recovery-image] Aug 21 21:45:46.508 INFO O| Aug 21 21:45:46.508 INFO STEP 202 (remove_files) COMPLETE
58692026-08-21T21:45:47.897Z[ recovery-image] Aug 21 21:45:46.508 INFO O| Aug 21 21:45:46.508 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-08-21T21:45:47.905Z[ recovery-image] Aug 21 21:45:46.518 INFO O| Aug 21 21:45:46.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58712026-08-21T21:45:47.905Z[ recovery-image] Aug 21 21:45:46.518 INFO O| Aug 21 21:45:46.518 INFO STEP 203 (remove_files) COMPLETE
58722026-08-21T21:45:47.907Z[ recovery-image] Aug 21 21:45:46.518 INFO O| Aug 21 21:45:46.518 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-08-21T21:45:47.916Z[ recovery-image] Aug 21 21:45:46.530 INFO O| Aug 21 21:45:46.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58742026-08-21T21:45:47.919Z[ recovery-image] Aug 21 21:45:46.530 INFO O| Aug 21 21:45:46.530 INFO STEP 204 (remove_files) COMPLETE
58752026-08-21T21:45:47.919Z[ recovery-image] Aug 21 21:45:46.530 INFO O| Aug 21 21:45:46.530 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-08-21T21:45:47.934Z[ recovery-image] Aug 21 21:45:46.546 INFO O| Aug 21 21:45:46.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58772026-08-21T21:45:47.935Z[ recovery-image] Aug 21 21:45:46.546 INFO O| Aug 21 21:45:46.546 INFO STEP 205 (remove_files) COMPLETE
58782026-08-21T21:45:47.935Z[ recovery-image] Aug 21 21:45:46.546 INFO O| Aug 21 21:45:46.546 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-08-21T21:45:47.943Z[ recovery-image] Aug 21 21:45:46.556 INFO O| Aug 21 21:45:46.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58802026-08-21T21:45:47.943Z[ recovery-image] Aug 21 21:45:46.556 INFO O| Aug 21 21:45:46.556 INFO STEP 206 (remove_files) COMPLETE
58812026-08-21T21:45:47.948Z[ recovery-image] Aug 21 21:45:46.557 INFO O| Aug 21 21:45:46.556 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-08-21T21:45:47.954Z[ recovery-image] Aug 21 21:45:46.567 INFO O| Aug 21 21:45:46.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58832026-08-21T21:45:47.954Z[ recovery-image] Aug 21 21:45:46.567 INFO O| Aug 21 21:45:46.567 INFO STEP 207 (remove_files) COMPLETE
58842026-08-21T21:45:47.957Z[ recovery-image] Aug 21 21:45:46.567 INFO O| Aug 21 21:45:46.567 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-08-21T21:45:47.965Z[ recovery-image] Aug 21 21:45:46.578 INFO O| Aug 21 21:45:46.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
58862026-08-21T21:45:47.965Z[ recovery-image] Aug 21 21:45:46.578 INFO O| Aug 21 21:45:46.578 INFO STEP 208 (remove_files) COMPLETE
58872026-08-21T21:45:47.965Z[ recovery-image] Aug 21 21:45:46.578 INFO O| Aug 21 21:45:46.578 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-08-21T21:45:47.975Z[ recovery-image] Aug 21 21:45:46.588 INFO O| Aug 21 21:45:46.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
58892026-08-21T21:45:47.975Z[ recovery-image] Aug 21 21:45:46.588 INFO O| Aug 21 21:45:46.588 INFO STEP 209 (remove_files) COMPLETE
58902026-08-21T21:45:47.978Z[ recovery-image] Aug 21 21:45:46.588 INFO O| Aug 21 21:45:46.588 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-08-21T21:45:47.984Z[ recovery-image] Aug 21 21:45:46.597 INFO O| Aug 21 21:45:46.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
58922026-08-21T21:45:47.984Z[ recovery-image] Aug 21 21:45:46.597 INFO O| Aug 21 21:45:46.597 INFO STEP 210 (remove_files) COMPLETE
58932026-08-21T21:45:47.984Z[ recovery-image] Aug 21 21:45:46.597 INFO O| Aug 21 21:45:46.597 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-08-21T21:45:47.993Z[ recovery-image] Aug 21 21:45:46.606 INFO O| Aug 21 21:45:46.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
58952026-08-21T21:45:47.993Z[ recovery-image] Aug 21 21:45:46.606 INFO O| Aug 21 21:45:46.606 INFO STEP 211 (remove_files) COMPLETE
58962026-08-21T21:45:47.993Z[ recovery-image] Aug 21 21:45:46.606 INFO O| Aug 21 21:45:46.606 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-08-21T21:45:48.002Z[ recovery-image] Aug 21 21:45:46.615 INFO O| Aug 21 21:45:46.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
58982026-08-21T21:45:48.002Z[ recovery-image] Aug 21 21:45:46.615 INFO O| Aug 21 21:45:46.615 INFO STEP 212 (remove_files) COMPLETE
58992026-08-21T21:45:48.004Z[ recovery-image] Aug 21 21:45:46.615 INFO O| Aug 21 21:45:46.615 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-08-21T21:45:48.010Z[ recovery-image] Aug 21 21:45:46.624 INFO O| Aug 21 21:45:46.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59012026-08-21T21:45:48.010Z[ recovery-image] Aug 21 21:45:46.624 INFO O| Aug 21 21:45:46.624 INFO STEP 213 (remove_files) COMPLETE
59022026-08-21T21:45:48.010Z[ recovery-image] Aug 21 21:45:46.624 INFO O| Aug 21 21:45:46.624 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-08-21T21:45:48.021Z[ recovery-image] Aug 21 21:45:46.632 INFO O| Aug 21 21:45:46.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59042026-08-21T21:45:48.021Z[ recovery-image] Aug 21 21:45:46.632 INFO O| Aug 21 21:45:46.632 INFO STEP 214 (remove_files) COMPLETE
59052026-08-21T21:45:48.021Z[ recovery-image] Aug 21 21:45:46.632 INFO O| Aug 21 21:45:46.632 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-08-21T21:45:48.027Z[ recovery-image] Aug 21 21:45:46.640 INFO O| Aug 21 21:45:46.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59072026-08-21T21:45:48.027Z[ recovery-image] Aug 21 21:45:46.640 INFO O| Aug 21 21:45:46.640 INFO STEP 215 (remove_files) COMPLETE
59082026-08-21T21:45:48.030Z[ recovery-image] Aug 21 21:45:46.640 INFO O| Aug 21 21:45:46.640 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-08-21T21:45:48.035Z[ recovery-image] Aug 21 21:45:46.649 INFO O| Aug 21 21:45:46.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59102026-08-21T21:45:48.035Z[ recovery-image] Aug 21 21:45:46.649 INFO O| Aug 21 21:45:46.649 INFO STEP 216 (remove_files) COMPLETE
59112026-08-21T21:45:48.038Z[ recovery-image] Aug 21 21:45:46.649 INFO O| Aug 21 21:45:46.649 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-08-21T21:45:48.050Z[ recovery-image] Aug 21 21:45:46.664 INFO O| Aug 21 21:45:46.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59132026-08-21T21:45:48.050Z[ recovery-image] Aug 21 21:45:46.664 INFO O| Aug 21 21:45:46.664 INFO STEP 217 (remove_files) COMPLETE
59142026-08-21T21:45:48.053Z[ recovery-image] Aug 21 21:45:46.664 INFO O| Aug 21 21:45:46.664 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-08-21T21:45:48.062Z[ recovery-image] Aug 21 21:45:46.674 INFO O| Aug 21 21:45:46.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59162026-08-21T21:45:48.062Z[ recovery-image] Aug 21 21:45:46.674 INFO O| Aug 21 21:45:46.674 INFO STEP 218 (remove_files) COMPLETE
59172026-08-21T21:45:48.062Z[ recovery-image] Aug 21 21:45:46.674 INFO O| Aug 21 21:45:46.674 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-08-21T21:45:48.070Z[ recovery-image] Aug 21 21:45:46.684 INFO O| Aug 21 21:45:46.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59192026-08-21T21:45:48.073Z[ recovery-image] Aug 21 21:45:46.685 INFO O| Aug 21 21:45:46.685 INFO STEP 219 (remove_files) COMPLETE
59202026-08-21T21:45:48.073Z[ recovery-image] Aug 21 21:45:46.685 INFO O| Aug 21 21:45:46.685 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-08-21T21:45:48.081Z[ recovery-image] Aug 21 21:45:46.694 INFO O| Aug 21 21:45:46.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59222026-08-21T21:45:48.081Z[ recovery-image] Aug 21 21:45:46.694 INFO O| Aug 21 21:45:46.694 INFO STEP 220 (remove_files) COMPLETE
59232026-08-21T21:45:48.081Z[ recovery-image] Aug 21 21:45:46.694 INFO O| Aug 21 21:45:46.694 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-08-21T21:45:48.090Z[ recovery-image] Aug 21 21:45:46.704 INFO O| Aug 21 21:45:46.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59252026-08-21T21:45:48.091Z[ recovery-image] Aug 21 21:45:46.704 INFO O| Aug 21 21:45:46.704 INFO STEP 221 (remove_files) COMPLETE
59262026-08-21T21:45:48.091Z[ recovery-image] Aug 21 21:45:46.704 INFO O| Aug 21 21:45:46.704 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-08-21T21:45:48.100Z[ recovery-image] Aug 21 21:45:46.713 INFO O| Aug 21 21:45:46.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59282026-08-21T21:45:48.100Z[ recovery-image] Aug 21 21:45:46.713 INFO O| Aug 21 21:45:46.713 INFO STEP 222 (remove_files) COMPLETE
59292026-08-21T21:45:48.100Z[ recovery-image] Aug 21 21:45:46.713 INFO O| Aug 21 21:45:46.713 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-08-21T21:45:48.104Z[verify-libraries] Compiling hex-literal v1.1.0
59312026-08-21T21:45:48.109Z[ recovery-image] Aug 21 21:45:46.722 INFO O| Aug 21 21:45:46.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59322026-08-21T21:45:48.109Z[ recovery-image] Aug 21 21:45:46.722 INFO O| Aug 21 21:45:46.722 INFO STEP 223 (remove_files) COMPLETE
59332026-08-21T21:45:48.112Z[ recovery-image] Aug 21 21:45:46.722 INFO O| Aug 21 21:45:46.722 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-08-21T21:45:48.126Z[ recovery-image] Aug 21 21:45:46.739 INFO O| Aug 21 21:45:46.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59352026-08-21T21:45:48.126Z[ recovery-image] Aug 21 21:45:46.739 INFO O| Aug 21 21:45:46.739 INFO STEP 224 (remove_files) COMPLETE
59362026-08-21T21:45:48.129Z[ recovery-image] Aug 21 21:45:46.740 INFO O| Aug 21 21:45:46.739 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-08-21T21:45:48.137Z[ recovery-image] Aug 21 21:45:46.750 INFO O| Aug 21 21:45:46.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59382026-08-21T21:45:48.137Z[ recovery-image] Aug 21 21:45:46.750 INFO O| Aug 21 21:45:46.750 INFO STEP 225 (remove_files) COMPLETE
59392026-08-21T21:45:48.140Z[ recovery-image] Aug 21 21:45:46.750 INFO O| Aug 21 21:45:46.750 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-08-21T21:45:48.148Z[ recovery-image] Aug 21 21:45:46.761 INFO O| Aug 21 21:45:46.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59412026-08-21T21:45:48.148Z[ recovery-image] Aug 21 21:45:46.761 INFO O| Aug 21 21:45:46.761 INFO STEP 226 (remove_files) COMPLETE
59422026-08-21T21:45:48.148Z[ recovery-image] Aug 21 21:45:46.761 INFO O| Aug 21 21:45:46.761 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-08-21T21:45:48.157Z[ recovery-image] Aug 21 21:45:46.770 INFO O| Aug 21 21:45:46.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59442026-08-21T21:45:48.157Z[ recovery-image] Aug 21 21:45:46.770 INFO O| Aug 21 21:45:46.770 INFO STEP 227 (remove_files) COMPLETE
59452026-08-21T21:45:48.157Z[ recovery-image] Aug 21 21:45:46.770 INFO O| Aug 21 21:45:46.770 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-08-21T21:45:48.172Z[ recovery-image] Aug 21 21:45:46.785 INFO O| Aug 21 21:45:46.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59472026-08-21T21:45:48.172Z[ recovery-image] Aug 21 21:45:46.785 INFO O| Aug 21 21:45:46.780 INFO STEP 228 (remove_files) COMPLETE
59482026-08-21T21:45:48.172Z[ recovery-image] Aug 21 21:45:46.785 INFO O| Aug 21 21:45:46.780 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-08-21T21:45:48.179Z[ recovery-image] Aug 21 21:45:46.792 INFO O| Aug 21 21:45:46.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59502026-08-21T21:45:48.179Z[ recovery-image] Aug 21 21:45:46.792 INFO O| Aug 21 21:45:46.792 INFO STEP 229 (remove_files) COMPLETE
59512026-08-21T21:45:48.179Z[ recovery-image] Aug 21 21:45:46.792 INFO O| Aug 21 21:45:46.792 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59522026-08-21T21:45:48.187Z[verify-libraries] Compiling seq-macro v0.3.6
59532026-08-21T21:45:48.195Z[ recovery-image] Aug 21 21:45:46.801 INFO O| Aug 21 21:45:46.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59542026-08-21T21:45:48.197Z[ recovery-image] Aug 21 21:45:46.809 INFO O| Aug 21 21:45:46.809 INFO STEP 230 (remove_files) COMPLETE
59552026-08-21T21:45:48.197Z[ recovery-image] Aug 21 21:45:46.809 INFO O| Aug 21 21:45:46.809 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-08-21T21:45:48.206Z[ recovery-image] Aug 21 21:45:46.819 INFO O| Aug 21 21:45:46.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59572026-08-21T21:45:48.206Z[ recovery-image] Aug 21 21:45:46.819 INFO O| Aug 21 21:45:46.819 INFO STEP 231 (remove_files) COMPLETE
59582026-08-21T21:45:48.206Z[ recovery-image] Aug 21 21:45:46.819 INFO O| Aug 21 21:45:46.819 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-08-21T21:45:48.217Z[ recovery-image] Aug 21 21:45:46.828 INFO O| Aug 21 21:45:46.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59602026-08-21T21:45:48.217Z[ recovery-image] Aug 21 21:45:46.828 INFO O| Aug 21 21:45:46.828 INFO STEP 232 (remove_files) COMPLETE
59612026-08-21T21:45:48.221Z[ recovery-image] Aug 21 21:45:46.828 INFO O| Aug 21 21:45:46.828 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-08-21T21:45:48.224Z[ recovery-image] Aug 21 21:45:46.837 INFO O| Aug 21 21:45:46.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59632026-08-21T21:45:48.224Z[ recovery-image] Aug 21 21:45:46.837 INFO O| Aug 21 21:45:46.837 INFO STEP 233 (remove_files) COMPLETE
59642026-08-21T21:45:48.224Z[ recovery-image] Aug 21 21:45:46.837 INFO O| Aug 21 21:45:46.837 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-08-21T21:45:48.560Z[ recovery-image] Aug 21 21:45:46.846 INFO O| Aug 21 21:45:46.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59662026-08-21T21:45:48.590Z[ recovery-image] Aug 21 21:45:46.846 INFO O| Aug 21 21:45:46.846 INFO STEP 234 (remove_files) COMPLETE
59672026-08-21T21:45:48.590Z[ recovery-image] Aug 21 21:45:46.846 INFO O| Aug 21 21:45:46.846 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-08-21T21:45:48.590Z[verify-libraries] Compiling sync-ptr v0.1.4
59692026-08-21T21:45:48.590Z[ recovery-image] Aug 21 21:45:46.857 INFO O| Aug 21 21:45:46.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59702026-08-21T21:45:48.590Z[ recovery-image] Aug 21 21:45:46.857 INFO O| Aug 21 21:45:46.857 INFO STEP 235 (remove_files) COMPLETE
59712026-08-21T21:45:48.590Z[ recovery-image] Aug 21 21:45:46.857 INFO O| Aug 21 21:45:46.857 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-08-21T21:45:48.590Z[ recovery-image] Aug 21 21:45:46.865 INFO O| Aug 21 21:45:46.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59732026-08-21T21:45:48.590Z[ recovery-image] Aug 21 21:45:46.865 INFO O| Aug 21 21:45:46.865 INFO STEP 236 (remove_files) COMPLETE
59742026-08-21T21:45:48.590Z[ recovery-image] Aug 21 21:45:46.865 INFO O| Aug 21 21:45:46.865 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-08-21T21:45:48.590Z[ recovery-image] Aug 21 21:45:46.873 INFO O| Aug 21 21:45:46.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59762026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.873 INFO O| Aug 21 21:45:46.873 INFO STEP 237 (remove_files) COMPLETE
59772026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.873 INFO O| Aug 21 21:45:46.873 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.882 INFO O| Aug 21 21:45:46.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59792026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.882 INFO O| Aug 21 21:45:46.882 INFO STEP 238 (remove_files) COMPLETE
59802026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.882 INFO O| Aug 21 21:45:46.882 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.891 INFO O| Aug 21 21:45:46.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59822026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.891 INFO O| Aug 21 21:45:46.891 INFO STEP 239 (remove_files) COMPLETE
59832026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.891 INFO O| Aug 21 21:45:46.891 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.900 INFO O| Aug 21 21:45:46.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59852026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.900 INFO O| Aug 21 21:45:46.900 INFO STEP 240 (remove_files) COMPLETE
59862026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.900 INFO O| Aug 21 21:45:46.900 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.910 INFO O| Aug 21 21:45:46.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
59882026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.910 INFO O| Aug 21 21:45:46.910 INFO STEP 241 (remove_files) COMPLETE
59892026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.910 INFO O| Aug 21 21:45:46.910 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-08-21T21:45:48.591Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
59912026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.920 INFO O| Aug 21 21:45:46.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
59922026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.921 INFO O| Aug 21 21:45:46.921 INFO STEP 242 (remove_files) COMPLETE
59932026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.921 INFO O| Aug 21 21:45:46.921 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59942026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.930 INFO O| Aug 21 21:45:46.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
59952026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.930 INFO O| Aug 21 21:45:46.930 INFO STEP 243 (remove_files) COMPLETE
59962026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.930 INFO O| Aug 21 21:45:46.930 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59972026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.940 INFO O| Aug 21 21:45:46.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
59982026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.940 INFO O| Aug 21 21:45:46.940 INFO STEP 244 (remove_files) COMPLETE
59992026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.940 INFO O| Aug 21 21:45:46.940 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60002026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.949 INFO O| Aug 21 21:45:46.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60012026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.950 INFO O| Aug 21 21:45:46.950 INFO STEP 245 (remove_files) COMPLETE
60022026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.950 INFO O| Aug 21 21:45:46.950 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.959 INFO O| Aug 21 21:45:46.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60042026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.959 INFO O| Aug 21 21:45:46.959 INFO STEP 246 (remove_files) COMPLETE
60052026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.959 INFO O| Aug 21 21:45:46.959 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-08-21T21:45:48.591Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
60072026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.969 INFO O| Aug 21 21:45:46.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60082026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.969 INFO O| Aug 21 21:45:46.969 INFO STEP 247 (remove_files) COMPLETE
60092026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.969 INFO O| Aug 21 21:45:46.969 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.978 INFO O| Aug 21 21:45:46.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60112026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.988 INFO O| Aug 21 21:45:46.988 INFO STEP 248 (remove_files) COMPLETE
60122026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.988 INFO O| Aug 21 21:45:46.988 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.997 INFO O| Aug 21 21:45:46.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60142026-08-21T21:45:48.591Z[ recovery-image] Aug 21 21:45:46.997 INFO O| Aug 21 21:45:46.997 INFO STEP 249 (remove_files) COMPLETE
60152026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:46.997 INFO O| Aug 21 21:45:46.997 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.005 INFO O| Aug 21 21:45:47.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60172026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.005 INFO O| Aug 21 21:45:47.005 INFO STEP 250 (remove_files) COMPLETE
60182026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.005 INFO O| Aug 21 21:45:47.005 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.014 INFO O| Aug 21 21:45:47.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60202026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.014 INFO O| Aug 21 21:45:47.014 INFO STEP 251 (remove_files) COMPLETE
60212026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.014 INFO O| Aug 21 21:45:47.014 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.022 INFO O| Aug 21 21:45:47.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60232026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.022 INFO O| Aug 21 21:45:47.022 INFO STEP 252 (remove_files) COMPLETE
60242026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.022 INFO O| Aug 21 21:45:47.022 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.030 INFO O| Aug 21 21:45:47.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60262026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.030 INFO O| Aug 21 21:45:47.030 INFO STEP 253 (remove_files) COMPLETE
60272026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.030 INFO O| Aug 21 21:45:47.030 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-08-21T21:45:48.592Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
60292026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.038 INFO O| Aug 21 21:45:47.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60302026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.038 INFO O| Aug 21 21:45:47.038 INFO STEP 254 (remove_files) COMPLETE
60312026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.038 INFO O| Aug 21 21:45:47.038 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.051 INFO O| Aug 21 21:45:47.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60332026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.051 INFO O| Aug 21 21:45:47.051 INFO STEP 255 (remove_files) COMPLETE
60342026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.051 INFO O| Aug 21 21:45:47.051 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.061 INFO O| Aug 21 21:45:47.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60362026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.061 INFO O| Aug 21 21:45:47.061 INFO STEP 256 (remove_files) COMPLETE
60372026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.061 INFO O| Aug 21 21:45:47.061 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.071 INFO O| Aug 21 21:45:47.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60392026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.071 INFO O| Aug 21 21:45:47.071 INFO STEP 257 (remove_files) COMPLETE
60402026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.071 INFO O| Aug 21 21:45:47.071 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.080 INFO O| Aug 21 21:45:47.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60422026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.082 INFO O| Aug 21 21:45:47.082 INFO STEP 258 (remove_files) COMPLETE
60432026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.082 INFO O| Aug 21 21:45:47.082 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.092 INFO O| Aug 21 21:45:47.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60452026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.092 INFO O| Aug 21 21:45:47.092 INFO STEP 259 (remove_files) COMPLETE
60462026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.092 INFO O| Aug 21 21:45:47.092 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-08-21T21:45:48.592Z[verify-libraries] Compiling russh v0.62.4
60482026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.102 INFO O| Aug 21 21:45:47.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60492026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.102 INFO O| Aug 21 21:45:47.102 INFO STEP 260 (remove_files) COMPLETE
60502026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.102 INFO O| Aug 21 21:45:47.102 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.112 INFO O| Aug 21 21:45:47.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60522026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.112 INFO O| Aug 21 21:45:47.112 INFO STEP 261 (remove_files) COMPLETE
60532026-08-21T21:45:48.592Z[ recovery-image] Aug 21 21:45:47.112 INFO O| Aug 21 21:45:47.112 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-08-21T21:45:48.593Z[ recovery-image] Aug 21 21:45:47.122 INFO O| Aug 21 21:45:47.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60552026-08-21T21:45:48.593Z[ recovery-image] Aug 21 21:45:47.122 INFO O| Aug 21 21:45:47.122 INFO STEP 262 (remove_files) COMPLETE
60562026-08-21T21:45:48.593Z[ recovery-image] Aug 21 21:45:47.122 INFO O| Aug 21 21:45:47.122 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-08-21T21:45:48.593Z[ recovery-image] Aug 21 21:45:47.133 INFO O| Aug 21 21:45:47.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60582026-08-21T21:45:48.593Z[ recovery-image] Aug 21 21:45:47.133 INFO O| Aug 21 21:45:47.133 INFO STEP 263 (remove_files) COMPLETE
60592026-08-21T21:45:48.593Z[ recovery-image] Aug 21 21:45:47.133 INFO O| Aug 21 21:45:47.133 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-08-21T21:45:48.593Z[ recovery-image] Aug 21 21:45:47.143 INFO O| Aug 21 21:45:47.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60612026-08-21T21:45:48.593Z[ recovery-image] Aug 21 21:45:47.143 INFO O| Aug 21 21:45:47.143 INFO STEP 264 (remove_files) COMPLETE
60622026-08-21T21:45:48.593Z[ recovery-image] Aug 21 21:45:47.143 INFO O| Aug 21 21:45:47.143 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-08-21T21:45:48.593Z[ recovery-image] Aug 21 21:45:47.152 INFO O| Aug 21 21:45:47.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60642026-08-21T21:45:48.593Z[ recovery-image] Aug 21 21:45:47.152 INFO O| Aug 21 21:45:47.152 INFO STEP 265 (remove_files) COMPLETE
60652026-08-21T21:45:48.593Z[ recovery-image] Aug 21 21:45:47.152 INFO O| Aug 21 21:45:47.152 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-08-21T21:45:48.600Z[ recovery-image] Aug 21 21:45:47.161 INFO O| Aug 21 21:45:47.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60672026-08-21T21:45:48.600Z[ recovery-image] Aug 21 21:45:47.161 INFO O| Aug 21 21:45:47.161 INFO STEP 266 (remove_files) COMPLETE
60682026-08-21T21:45:48.601Z[ recovery-image] Aug 21 21:45:47.161 INFO O| Aug 21 21:45:47.161 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60692026-08-21T21:45:48.601Z[ recovery-image] Aug 21 21:45:47.170 INFO O| Aug 21 21:45:47.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60702026-08-21T21:45:48.601Z[ recovery-image] Aug 21 21:45:47.170 INFO O| Aug 21 21:45:47.170 INFO STEP 267 (remove_files) COMPLETE
60712026-08-21T21:45:48.601Z[ recovery-image] Aug 21 21:45:47.170 INFO O| Aug 21 21:45:47.170 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60722026-08-21T21:45:48.601Z[ recovery-image] Aug 21 21:45:47.179 INFO O| Aug 21 21:45:47.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60732026-08-21T21:45:48.601Z[ recovery-image] Aug 21 21:45:47.179 INFO O| Aug 21 21:45:47.179 INFO STEP 268 (remove_files) COMPLETE
60742026-08-21T21:45:48.601Z[ recovery-image] Aug 21 21:45:47.179 INFO O| Aug 21 21:45:47.179 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60752026-08-21T21:45:48.601Z[ recovery-image] Aug 21 21:45:47.187 INFO O| Aug 21 21:45:47.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60762026-08-21T21:45:48.601Z[ recovery-image] Aug 21 21:45:47.187 INFO O| Aug 21 21:45:47.187 INFO STEP 269 (remove_files) COMPLETE
60772026-08-21T21:45:48.601Z[ recovery-image] Aug 21 21:45:47.187 INFO O| Aug 21 21:45:47.187 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-08-21T21:45:48.601Z[ recovery-image] Aug 21 21:45:47.196 INFO O| Aug 21 21:45:47.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60792026-08-21T21:45:48.601Z[ recovery-image] Aug 21 21:45:47.196 INFO O| Aug 21 21:45:47.196 INFO STEP 270 (remove_files) COMPLETE
60802026-08-21T21:45:48.601Z[ recovery-image] Aug 21 21:45:47.196 INFO O| Aug 21 21:45:47.196 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-08-21T21:45:48.601Z[ recovery-image] Aug 21 21:45:47.208 INFO O| Aug 21 21:45:47.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60822026-08-21T21:45:48.601Z[ recovery-image] Aug 21 21:45:47.209 INFO O| Aug 21 21:45:47.208 INFO STEP 271 (remove_files) COMPLETE
60832026-08-21T21:45:48.601Z[ recovery-image] Aug 21 21:45:47.209 INFO O| Aug 21 21:45:47.208 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-08-21T21:45:48.607Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
60852026-08-21T21:45:48.610Z[ recovery-image] Aug 21 21:45:47.221 INFO O| Aug 21 21:45:47.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60862026-08-21T21:45:48.610Z[ recovery-image] Aug 21 21:45:47.221 INFO O| Aug 21 21:45:47.221 INFO STEP 272 (remove_files) COMPLETE
60872026-08-21T21:45:48.610Z[ recovery-image] Aug 21 21:45:47.221 INFO O| Aug 21 21:45:47.221 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-08-21T21:45:48.617Z[ recovery-image] Aug 21 21:45:47.230 INFO O| Aug 21 21:45:47.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60892026-08-21T21:45:48.617Z[ recovery-image] Aug 21 21:45:47.230 INFO O| Aug 21 21:45:47.230 INFO STEP 273 (remove_files) COMPLETE
60902026-08-21T21:45:48.617Z[ recovery-image] Aug 21 21:45:47.230 INFO O| Aug 21 21:45:47.230 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-08-21T21:45:48.626Z[ recovery-image] Aug 21 21:45:47.239 INFO O| Aug 21 21:45:47.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
60922026-08-21T21:45:48.626Z[ recovery-image] Aug 21 21:45:47.239 INFO O| Aug 21 21:45:47.239 INFO STEP 274 (remove_files) COMPLETE
60932026-08-21T21:45:48.629Z[ recovery-image] Aug 21 21:45:47.239 INFO O| Aug 21 21:45:47.239 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-08-21T21:45:48.636Z[ recovery-image] Aug 21 21:45:47.249 INFO O| Aug 21 21:45:47.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
60952026-08-21T21:45:48.636Z[ recovery-image] Aug 21 21:45:47.249 INFO O| Aug 21 21:45:47.249 INFO STEP 275 (remove_files) COMPLETE
60962026-08-21T21:45:48.636Z[ recovery-image] Aug 21 21:45:47.249 INFO O| Aug 21 21:45:47.249 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-08-21T21:45:48.647Z[ recovery-image] Aug 21 21:45:47.260 INFO O| Aug 21 21:45:47.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
60982026-08-21T21:45:48.647Z[ recovery-image] Aug 21 21:45:47.260 INFO O| Aug 21 21:45:47.260 INFO STEP 276 (remove_files) COMPLETE
60992026-08-21T21:45:48.650Z[ recovery-image] Aug 21 21:45:47.260 INFO O| Aug 21 21:45:47.260 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-08-21T21:45:48.656Z[ recovery-image] Aug 21 21:45:47.269 INFO O| Aug 21 21:45:47.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61012026-08-21T21:45:48.656Z[ recovery-image] Aug 21 21:45:47.269 INFO O| Aug 21 21:45:47.269 INFO STEP 277 (remove_files) COMPLETE
61022026-08-21T21:45:48.656Z[ recovery-image] Aug 21 21:45:47.269 INFO O| Aug 21 21:45:47.269 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-08-21T21:45:48.665Z[ recovery-image] Aug 21 21:45:47.279 INFO O| Aug 21 21:45:47.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61042026-08-21T21:45:48.666Z[ recovery-image] Aug 21 21:45:47.279 INFO O| Aug 21 21:45:47.279 INFO STEP 278 (remove_files) COMPLETE
61052026-08-21T21:45:48.666Z[ recovery-image] Aug 21 21:45:47.279 INFO O| Aug 21 21:45:47.279 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-08-21T21:45:48.677Z[ recovery-image] Aug 21 21:45:47.287 INFO O| Aug 21 21:45:47.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61072026-08-21T21:45:48.677Z[ recovery-image] Aug 21 21:45:47.288 INFO O| Aug 21 21:45:47.287 INFO STEP 279 (remove_files) COMPLETE
61082026-08-21T21:45:48.681Z[ recovery-image] Aug 21 21:45:47.288 INFO O| Aug 21 21:45:47.288 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-08-21T21:45:48.685Z[ recovery-image] Aug 21 21:45:47.297 INFO O| Aug 21 21:45:47.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61102026-08-21T21:45:48.685Z[ recovery-image] Aug 21 21:45:47.297 INFO O| Aug 21 21:45:47.297 INFO STEP 280 (remove_files) COMPLETE
61112026-08-21T21:45:48.688Z[ recovery-image] Aug 21 21:45:47.297 INFO O| Aug 21 21:45:47.297 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-08-21T21:45:48.693Z[ recovery-image] Aug 21 21:45:47.307 INFO O| Aug 21 21:45:47.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61132026-08-21T21:45:48.693Z[ recovery-image] Aug 21 21:45:47.307 INFO O| Aug 21 21:45:47.307 INFO STEP 281 (remove_files) COMPLETE
61142026-08-21T21:45:48.705Z[ recovery-image] Aug 21 21:45:47.307 INFO O| Aug 21 21:45:47.307 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-08-21T21:45:48.705Z[ recovery-image] Aug 21 21:45:47.316 INFO O| Aug 21 21:45:47.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61162026-08-21T21:45:48.705Z[ recovery-image] Aug 21 21:45:47.316 INFO O| Aug 21 21:45:47.316 INFO STEP 282 (remove_files) COMPLETE
61172026-08-21T21:45:48.705Z[ recovery-image] Aug 21 21:45:47.316 INFO O| Aug 21 21:45:47.316 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-08-21T21:45:48.713Z[ recovery-image] Aug 21 21:45:47.325 INFO O| Aug 21 21:45:47.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61192026-08-21T21:45:48.713Z[ recovery-image] Aug 21 21:45:47.325 INFO O| Aug 21 21:45:47.325 INFO STEP 283 (remove_files) COMPLETE
61202026-08-21T21:45:48.713Z[ recovery-image] Aug 21 21:45:47.325 INFO O| Aug 21 21:45:47.325 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-08-21T21:45:48.719Z[ recovery-image] Aug 21 21:45:47.332 INFO O| Aug 21 21:45:47.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61222026-08-21T21:45:48.719Z[ recovery-image] Aug 21 21:45:47.332 INFO O| Aug 21 21:45:47.332 INFO STEP 284 (remove_files) COMPLETE
61232026-08-21T21:45:48.723Z[ recovery-image] Aug 21 21:45:47.332 INFO O| Aug 21 21:45:47.332 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-08-21T21:45:48.727Z[ recovery-image] Aug 21 21:45:47.340 INFO O| Aug 21 21:45:47.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61252026-08-21T21:45:48.727Z[ recovery-image] Aug 21 21:45:47.340 INFO O| Aug 21 21:45:47.340 INFO STEP 285 (remove_files) COMPLETE
61262026-08-21T21:45:48.730Z[ recovery-image] Aug 21 21:45:47.340 INFO O| Aug 21 21:45:47.340 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-08-21T21:45:48.735Z[ recovery-image] Aug 21 21:45:47.348 INFO O| Aug 21 21:45:47.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61282026-08-21T21:45:48.735Z[ recovery-image] Aug 21 21:45:47.348 INFO O| Aug 21 21:45:47.348 INFO STEP 286 (remove_files) COMPLETE
61292026-08-21T21:45:48.738Z[ recovery-image] Aug 21 21:45:47.348 INFO O| Aug 21 21:45:47.348 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-08-21T21:45:48.745Z[ recovery-image] Aug 21 21:45:47.358 INFO O| Aug 21 21:45:47.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61312026-08-21T21:45:48.745Z[ recovery-image] Aug 21 21:45:47.358 INFO O| Aug 21 21:45:47.358 INFO STEP 287 (remove_files) COMPLETE
61322026-08-21T21:45:48.748Z[ recovery-image] Aug 21 21:45:47.358 INFO O| Aug 21 21:45:47.358 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-08-21T21:45:48.753Z[ recovery-image] Aug 21 21:45:47.367 INFO O| Aug 21 21:45:47.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61342026-08-21T21:45:48.753Z[ recovery-image] Aug 21 21:45:47.367 INFO O| Aug 21 21:45:47.367 INFO STEP 288 (remove_files) COMPLETE
61352026-08-21T21:45:48.753Z[ recovery-image] Aug 21 21:45:47.367 INFO O| Aug 21 21:45:47.367 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-08-21T21:45:48.762Z[ recovery-image] Aug 21 21:45:47.375 INFO O| Aug 21 21:45:47.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61372026-08-21T21:45:48.766Z[ recovery-image] Aug 21 21:45:47.375 INFO O| Aug 21 21:45:47.375 INFO STEP 289 (remove_files) COMPLETE
61382026-08-21T21:45:48.766Z[ recovery-image] Aug 21 21:45:47.375 INFO O| Aug 21 21:45:47.375 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-08-21T21:45:48.771Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
61402026-08-21T21:45:48.775Z[ recovery-image] Aug 21 21:45:47.385 INFO O| Aug 21 21:45:47.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61412026-08-21T21:45:48.775Z[ recovery-image] Aug 21 21:45:47.385 INFO O| Aug 21 21:45:47.385 INFO STEP 290 (remove_files) COMPLETE
61422026-08-21T21:45:48.775Z[ recovery-image] Aug 21 21:45:47.385 INFO O| Aug 21 21:45:47.385 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-08-21T21:45:48.780Z[ recovery-image] Aug 21 21:45:47.394 INFO O| Aug 21 21:45:47.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61442026-08-21T21:45:48.780Z[ recovery-image] Aug 21 21:45:47.394 INFO O| Aug 21 21:45:47.394 INFO STEP 291 (remove_files) COMPLETE
61452026-08-21T21:45:48.783Z[ recovery-image] Aug 21 21:45:47.394 INFO O| Aug 21 21:45:47.394 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-08-21T21:45:48.789Z[ recovery-image] Aug 21 21:45:47.402 INFO O| Aug 21 21:45:47.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61472026-08-21T21:45:48.789Z[ recovery-image] Aug 21 21:45:47.402 INFO O| Aug 21 21:45:47.402 INFO STEP 292 (remove_files) COMPLETE
61482026-08-21T21:45:48.793Z[ recovery-image] Aug 21 21:45:47.402 INFO O| Aug 21 21:45:47.402 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-08-21T21:45:48.800Z[ recovery-image] Aug 21 21:45:47.413 INFO O| Aug 21 21:45:47.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61502026-08-21T21:45:48.803Z[ recovery-image] Aug 21 21:45:47.413 INFO O| Aug 21 21:45:47.413 INFO STEP 293 (remove_files) COMPLETE
61512026-08-21T21:45:48.803Z[ recovery-image] Aug 21 21:45:47.413 INFO O| Aug 21 21:45:47.413 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-08-21T21:45:48.810Z[ recovery-image] Aug 21 21:45:47.423 INFO O| Aug 21 21:45:47.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61532026-08-21T21:45:48.810Z[ recovery-image] Aug 21 21:45:47.423 INFO O| Aug 21 21:45:47.423 INFO STEP 294 (remove_files) COMPLETE
61542026-08-21T21:45:48.813Z[ recovery-image] Aug 21 21:45:47.423 INFO O| Aug 21 21:45:47.423 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-08-21T21:45:48.818Z[ recovery-image] Aug 21 21:45:47.431 INFO O| Aug 21 21:45:47.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61562026-08-21T21:45:48.818Z[ recovery-image] Aug 21 21:45:47.431 INFO O| Aug 21 21:45:47.431 INFO STEP 295 (remove_files) COMPLETE
61572026-08-21T21:45:48.818Z[ recovery-image] Aug 21 21:45:47.431 INFO O| Aug 21 21:45:47.431 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-08-21T21:45:48.826Z[ recovery-image] Aug 21 21:45:47.440 INFO O| Aug 21 21:45:47.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61592026-08-21T21:45:48.826Z[ recovery-image] Aug 21 21:45:47.440 INFO O| Aug 21 21:45:47.440 INFO STEP 296 (remove_files) COMPLETE
61602026-08-21T21:45:48.826Z[ recovery-image] Aug 21 21:45:47.440 INFO O| Aug 21 21:45:47.440 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-08-21T21:45:48.836Z[ recovery-image] Aug 21 21:45:47.449 INFO O| Aug 21 21:45:47.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61622026-08-21T21:45:48.836Z[ recovery-image] Aug 21 21:45:47.449 INFO O| Aug 21 21:45:47.449 INFO STEP 297 (remove_files) COMPLETE
61632026-08-21T21:45:48.839Z[ recovery-image] Aug 21 21:45:47.449 INFO O| Aug 21 21:45:47.449 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-08-21T21:45:48.847Z[ recovery-image] Aug 21 21:45:47.460 INFO O| Aug 21 21:45:47.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61652026-08-21T21:45:48.847Z[ recovery-image] Aug 21 21:45:47.460 INFO O| Aug 21 21:45:47.460 INFO STEP 298 (remove_files) COMPLETE
61662026-08-21T21:45:48.852Z[ recovery-image] Aug 21 21:45:47.460 INFO O| Aug 21 21:45:47.460 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-08-21T21:45:48.857Z[ recovery-image] Aug 21 21:45:47.471 INFO O| Aug 21 21:45:47.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61682026-08-21T21:45:48.858Z[ recovery-image] Aug 21 21:45:47.471 INFO O| Aug 21 21:45:47.471 INFO STEP 299 (remove_files) COMPLETE
61692026-08-21T21:45:48.860Z[ recovery-image] Aug 21 21:45:47.471 INFO O| Aug 21 21:45:47.471 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-08-21T21:45:48.873Z[ recovery-image] Aug 21 21:45:47.486 INFO O| Aug 21 21:45:47.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61712026-08-21T21:45:48.873Z[ recovery-image] Aug 21 21:45:47.486 INFO O| Aug 21 21:45:47.486 INFO STEP 300 (remove_files) COMPLETE
61722026-08-21T21:45:48.873Z[ recovery-image] Aug 21 21:45:47.486 INFO O| Aug 21 21:45:47.486 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-08-21T21:45:48.879Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
61742026-08-21T21:45:48.882Z[ recovery-image] Aug 21 21:45:47.496 INFO O| Aug 21 21:45:47.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61752026-08-21T21:45:48.882Z[ recovery-image] Aug 21 21:45:47.496 INFO O| Aug 21 21:45:47.496 INFO STEP 301 (remove_files) COMPLETE
61762026-08-21T21:45:48.883Z[ recovery-image] Aug 21 21:45:47.496 INFO O| Aug 21 21:45:47.496 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61772026-08-21T21:45:48.891Z[ recovery-image] Aug 21 21:45:47.505 INFO O| Aug 21 21:45:47.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61782026-08-21T21:45:48.891Z[ recovery-image] Aug 21 21:45:47.505 INFO O| Aug 21 21:45:47.505 INFO STEP 302 (remove_files) COMPLETE
61792026-08-21T21:45:48.891Z[ recovery-image] Aug 21 21:45:47.505 INFO O| Aug 21 21:45:47.505 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61802026-08-21T21:45:48.900Z[ recovery-image] Aug 21 21:45:47.513 INFO O| Aug 21 21:45:47.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61812026-08-21T21:45:48.900Z[ recovery-image] Aug 21 21:45:47.514 INFO O| Aug 21 21:45:47.513 INFO STEP 303 (remove_files) COMPLETE
61822026-08-21T21:45:48.900Z[ recovery-image] Aug 21 21:45:47.514 INFO O| Aug 21 21:45:47.514 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61832026-08-21T21:45:48.909Z[ recovery-image] Aug 21 21:45:47.523 INFO O| Aug 21 21:45:47.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61842026-08-21T21:45:48.909Z[ recovery-image] Aug 21 21:45:47.523 INFO O| Aug 21 21:45:47.523 INFO STEP 304 (remove_files) COMPLETE
61852026-08-21T21:45:48.909Z[ recovery-image] Aug 21 21:45:47.523 INFO O| Aug 21 21:45:47.523 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61862026-08-21T21:45:48.918Z[ recovery-image] Aug 21 21:45:47.531 INFO O| Aug 21 21:45:47.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61872026-08-21T21:45:48.920Z[ recovery-image] Aug 21 21:45:47.531 INFO O| Aug 21 21:45:47.531 INFO STEP 305 (remove_files) COMPLETE
61882026-08-21T21:45:48.920Z[ recovery-image] Aug 21 21:45:47.531 INFO O| Aug 21 21:45:47.531 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61892026-08-21T21:45:48.927Z[ recovery-image] Aug 21 21:45:47.540 INFO O| Aug 21 21:45:47.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61902026-08-21T21:45:48.927Z[ recovery-image] Aug 21 21:45:47.540 INFO O| Aug 21 21:45:47.540 INFO STEP 306 (remove_files) COMPLETE
61912026-08-21T21:45:48.927Z[ recovery-image] Aug 21 21:45:47.540 INFO O| Aug 21 21:45:47.540 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61922026-08-21T21:45:48.935Z[ recovery-image] Aug 21 21:45:47.548 INFO O| Aug 21 21:45:47.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
61932026-08-21T21:45:48.935Z[ recovery-image] Aug 21 21:45:47.548 INFO O| Aug 21 21:45:47.548 INFO STEP 307 (remove_files) COMPLETE
61942026-08-21T21:45:48.935Z[ recovery-image] Aug 21 21:45:47.548 INFO O| Aug 21 21:45:47.548 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61952026-08-21T21:45:48.943Z[ recovery-image] Aug 21 21:45:47.556 INFO O| Aug 21 21:45:47.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
61962026-08-21T21:45:48.943Z[ recovery-image] Aug 21 21:45:47.556 INFO O| Aug 21 21:45:47.556 INFO STEP 308 (remove_files) COMPLETE
61972026-08-21T21:45:48.943Z[ recovery-image] Aug 21 21:45:47.556 INFO O| Aug 21 21:45:47.556 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61982026-08-21T21:45:48.951Z[ recovery-image] Aug 21 21:45:47.564 INFO O| Aug 21 21:45:47.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
61992026-08-21T21:45:48.951Z[ recovery-image] Aug 21 21:45:47.564 INFO O| Aug 21 21:45:47.564 INFO STEP 309 (remove_files) COMPLETE
62002026-08-21T21:45:48.954Z[ recovery-image] Aug 21 21:45:47.564 INFO O| Aug 21 21:45:47.564 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62012026-08-21T21:45:48.961Z[ recovery-image] Aug 21 21:45:47.575 INFO O| Aug 21 21:45:47.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62022026-08-21T21:45:48.961Z[ recovery-image] Aug 21 21:45:47.575 INFO O| Aug 21 21:45:47.575 INFO STEP 310 (remove_files) COMPLETE
62032026-08-21T21:45:48.961Z[ recovery-image] Aug 21 21:45:47.575 INFO O| Aug 21 21:45:47.575 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62042026-08-21T21:45:48.976Z[ recovery-image] Aug 21 21:45:47.586 INFO O| Aug 21 21:45:47.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62052026-08-21T21:45:48.976Z[ recovery-image] Aug 21 21:45:47.586 INFO O| Aug 21 21:45:47.584 INFO STEP 311 (remove_files) COMPLETE
62062026-08-21T21:45:48.976Z[ recovery-image] Aug 21 21:45:47.586 INFO O| Aug 21 21:45:47.584 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62072026-08-21T21:45:48.981Z[ recovery-image] Aug 21 21:45:47.594 INFO O| Aug 21 21:45:47.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62082026-08-21T21:45:48.981Z[ recovery-image] Aug 21 21:45:47.594 INFO O| Aug 21 21:45:47.594 INFO STEP 312 (remove_files) COMPLETE
62092026-08-21T21:45:48.981Z[ recovery-image] Aug 21 21:45:47.594 INFO O| Aug 21 21:45:47.594 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62102026-08-21T21:45:48.992Z[ recovery-image] Aug 21 21:45:47.603 INFO O| Aug 21 21:45:47.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62112026-08-21T21:45:48.992Z[ recovery-image] Aug 21 21:45:47.603 INFO O| Aug 21 21:45:47.603 INFO STEP 313 (remove_files) COMPLETE
62122026-08-21T21:45:48.992Z[ recovery-image] Aug 21 21:45:47.603 INFO O| Aug 21 21:45:47.603 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62132026-08-21T21:45:48.998Z[ recovery-image] Aug 21 21:45:47.611 INFO O| Aug 21 21:45:47.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62142026-08-21T21:45:48.998Z[ recovery-image] Aug 21 21:45:47.611 INFO O| Aug 21 21:45:47.611 INFO STEP 314 (remove_files) COMPLETE
62152026-08-21T21:45:48.998Z[ recovery-image] Aug 21 21:45:47.611 INFO O| Aug 21 21:45:47.611 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62162026-08-21T21:45:49.006Z[ recovery-image] Aug 21 21:45:47.619 INFO O| Aug 21 21:45:47.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62172026-08-21T21:45:49.006Z[ recovery-image] Aug 21 21:45:47.619 INFO O| Aug 21 21:45:47.619 INFO STEP 315 (remove_files) COMPLETE
62182026-08-21T21:45:49.006Z[ recovery-image] Aug 21 21:45:47.619 INFO O| Aug 21 21:45:47.619 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62192026-08-21T21:45:49.016Z[ recovery-image] Aug 21 21:45:47.629 INFO O| Aug 21 21:45:47.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62202026-08-21T21:45:49.016Z[ recovery-image] Aug 21 21:45:47.629 INFO O| Aug 21 21:45:47.629 INFO STEP 316 (remove_files) COMPLETE
62212026-08-21T21:45:49.016Z[ recovery-image] Aug 21 21:45:47.629 INFO O| Aug 21 21:45:47.629 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62222026-08-21T21:45:49.026Z[ recovery-image] Aug 21 21:45:47.639 INFO O| Aug 21 21:45:47.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62232026-08-21T21:45:49.026Z[ recovery-image] Aug 21 21:45:47.639 INFO O| Aug 21 21:45:47.639 INFO STEP 317 (remove_files) COMPLETE
62242026-08-21T21:45:49.026Z[ recovery-image] Aug 21 21:45:47.639 INFO O| Aug 21 21:45:47.639 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62252026-08-21T21:45:49.035Z[ recovery-image] Aug 21 21:45:47.648 INFO O| Aug 21 21:45:47.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62262026-08-21T21:45:49.035Z[ recovery-image] Aug 21 21:45:47.648 INFO O| Aug 21 21:45:47.648 INFO STEP 318 (remove_files) COMPLETE
62272026-08-21T21:45:49.035Z[ recovery-image] Aug 21 21:45:47.648 INFO O| Aug 21 21:45:47.648 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62282026-08-21T21:45:49.043Z[ recovery-image] Aug 21 21:45:47.656 INFO O| Aug 21 21:45:47.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62292026-08-21T21:45:49.043Z[ recovery-image] Aug 21 21:45:47.656 INFO O| Aug 21 21:45:47.656 INFO STEP 319 (remove_files) COMPLETE
62302026-08-21T21:45:49.043Z[ recovery-image] Aug 21 21:45:47.656 INFO O| Aug 21 21:45:47.656 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62312026-08-21T21:45:49.053Z[ recovery-image] Aug 21 21:45:47.666 INFO O| Aug 21 21:45:47.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62322026-08-21T21:45:49.053Z[ recovery-image] Aug 21 21:45:47.666 INFO O| Aug 21 21:45:47.666 INFO STEP 320 (remove_files) COMPLETE
62332026-08-21T21:45:49.056Z[ recovery-image] Aug 21 21:45:47.666 INFO O| Aug 21 21:45:47.666 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62342026-08-21T21:45:49.063Z[ recovery-image] Aug 21 21:45:47.676 INFO O| Aug 21 21:45:47.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62352026-08-21T21:45:49.063Z[ recovery-image] Aug 21 21:45:47.676 INFO O| Aug 21 21:45:47.676 INFO STEP 321 (remove_files) COMPLETE
62362026-08-21T21:45:49.063Z[ recovery-image] Aug 21 21:45:47.676 INFO O| Aug 21 21:45:47.676 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62372026-08-21T21:45:49.066Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
62382026-08-21T21:45:49.072Z[ recovery-image] Aug 21 21:45:47.686 INFO O| Aug 21 21:45:47.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62392026-08-21T21:45:49.073Z[ recovery-image] Aug 21 21:45:47.686 INFO O| Aug 21 21:45:47.686 INFO STEP 322 (remove_files) COMPLETE
62402026-08-21T21:45:49.075Z[ recovery-image] Aug 21 21:45:47.686 INFO O| Aug 21 21:45:47.686 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-08-21T21:45:49.082Z[ recovery-image] Aug 21 21:45:47.696 INFO O| Aug 21 21:45:47.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62422026-08-21T21:45:49.082Z[ recovery-image] Aug 21 21:45:47.696 INFO O| Aug 21 21:45:47.696 INFO STEP 323 (remove_files) COMPLETE
62432026-08-21T21:45:49.082Z[ recovery-image] Aug 21 21:45:47.696 INFO O| Aug 21 21:45:47.696 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-08-21T21:45:49.094Z[ recovery-image] Aug 21 21:45:47.705 INFO O| Aug 21 21:45:47.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62452026-08-21T21:45:49.094Z[ recovery-image] Aug 21 21:45:47.705 INFO O| Aug 21 21:45:47.705 INFO STEP 324 (remove_files) COMPLETE
62462026-08-21T21:45:49.094Z[ recovery-image] Aug 21 21:45:47.705 INFO O| Aug 21 21:45:47.705 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-08-21T21:45:49.101Z[ recovery-image] Aug 21 21:45:47.715 INFO O| Aug 21 21:45:47.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62482026-08-21T21:45:49.101Z[ recovery-image] Aug 21 21:45:47.715 INFO O| Aug 21 21:45:47.715 INFO STEP 325 (remove_files) COMPLETE
62492026-08-21T21:45:49.102Z[ recovery-image] Aug 21 21:45:47.715 INFO O| Aug 21 21:45:47.715 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-08-21T21:45:49.117Z[ recovery-image] Aug 21 21:45:47.730 INFO O| Aug 21 21:45:47.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62512026-08-21T21:45:49.117Z[ recovery-image] Aug 21 21:45:47.730 INFO O| Aug 21 21:45:47.730 INFO STEP 326 (remove_files) COMPLETE
62522026-08-21T21:45:49.119Z[ recovery-image] Aug 21 21:45:47.730 INFO O| Aug 21 21:45:47.730 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-08-21T21:45:49.127Z[ recovery-image] Aug 21 21:45:47.740 INFO O| Aug 21 21:45:47.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62542026-08-21T21:45:49.127Z[ recovery-image] Aug 21 21:45:47.740 INFO O| Aug 21 21:45:47.740 INFO STEP 327 (remove_files) COMPLETE
62552026-08-21T21:45:49.127Z[ recovery-image] Aug 21 21:45:47.740 INFO O| Aug 21 21:45:47.740 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-08-21T21:45:49.136Z[ recovery-image] Aug 21 21:45:47.749 INFO O| Aug 21 21:45:47.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62572026-08-21T21:45:49.136Z[ recovery-image] Aug 21 21:45:47.749 INFO O| Aug 21 21:45:47.749 INFO STEP 328 (remove_files) COMPLETE
62582026-08-21T21:45:49.136Z[ recovery-image] Aug 21 21:45:47.749 INFO O| Aug 21 21:45:47.749 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-08-21T21:45:49.146Z[ recovery-image] Aug 21 21:45:47.759 INFO O| Aug 21 21:45:47.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62602026-08-21T21:45:49.146Z[ recovery-image] Aug 21 21:45:47.759 INFO O| Aug 21 21:45:47.759 INFO STEP 329 (remove_files) COMPLETE
62612026-08-21T21:45:49.146Z[ recovery-image] Aug 21 21:45:47.759 INFO O| Aug 21 21:45:47.759 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-08-21T21:45:49.156Z[ recovery-image] Aug 21 21:45:47.769 INFO O| Aug 21 21:45:47.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62632026-08-21T21:45:49.156Z[ recovery-image] Aug 21 21:45:47.769 INFO O| Aug 21 21:45:47.769 INFO STEP 330 (remove_files) COMPLETE
62642026-08-21T21:45:49.156Z[ recovery-image] Aug 21 21:45:47.769 INFO O| Aug 21 21:45:47.769 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-08-21T21:45:49.165Z[ recovery-image] Aug 21 21:45:47.779 INFO O| Aug 21 21:45:47.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62662026-08-21T21:45:49.166Z[ recovery-image] Aug 21 21:45:47.779 INFO O| Aug 21 21:45:47.779 INFO STEP 331 (remove_files) COMPLETE
62672026-08-21T21:45:49.166Z[ recovery-image] Aug 21 21:45:47.779 INFO O| Aug 21 21:45:47.779 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-08-21T21:45:49.175Z[ recovery-image] Aug 21 21:45:47.789 INFO O| Aug 21 21:45:47.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62692026-08-21T21:45:49.175Z[ recovery-image] Aug 21 21:45:47.789 INFO O| Aug 21 21:45:47.789 INFO STEP 332 (remove_files) COMPLETE
62702026-08-21T21:45:49.175Z[ recovery-image] Aug 21 21:45:47.789 INFO O| Aug 21 21:45:47.789 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-08-21T21:45:49.186Z[ recovery-image] Aug 21 21:45:47.799 INFO O| Aug 21 21:45:47.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62722026-08-21T21:45:49.188Z[ recovery-image] Aug 21 21:45:47.800 INFO O| Aug 21 21:45:47.799 INFO STEP 333 (remove_files) COMPLETE
62732026-08-21T21:45:49.188Z[ recovery-image] Aug 21 21:45:47.800 INFO O| Aug 21 21:45:47.799 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-08-21T21:45:49.196Z[ recovery-image] Aug 21 21:45:47.809 INFO O| Aug 21 21:45:47.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62752026-08-21T21:45:49.196Z[ recovery-image] Aug 21 21:45:47.809 INFO O| Aug 21 21:45:47.809 INFO STEP 334 (remove_files) COMPLETE
62762026-08-21T21:45:49.199Z[ recovery-image] Aug 21 21:45:47.809 INFO O| Aug 21 21:45:47.809 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-08-21T21:45:49.206Z[ recovery-image] Aug 21 21:45:47.820 INFO O| Aug 21 21:45:47.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62782026-08-21T21:45:49.206Z[ recovery-image] Aug 21 21:45:47.820 INFO O| Aug 21 21:45:47.820 INFO STEP 335 (remove_files) COMPLETE
62792026-08-21T21:45:49.206Z[ recovery-image] Aug 21 21:45:47.820 INFO O| Aug 21 21:45:47.820 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-08-21T21:45:49.217Z[ recovery-image] Aug 21 21:45:47.830 INFO O| Aug 21 21:45:47.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62812026-08-21T21:45:49.217Z[ recovery-image] Aug 21 21:45:47.830 INFO O| Aug 21 21:45:47.830 INFO STEP 336 (remove_files) COMPLETE
62822026-08-21T21:45:49.217Z[ recovery-image] Aug 21 21:45:47.830 INFO O| Aug 21 21:45:47.830 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-08-21T21:45:49.227Z[ recovery-image] Aug 21 21:45:47.840 INFO O| Aug 21 21:45:47.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62842026-08-21T21:45:49.227Z[ recovery-image] Aug 21 21:45:47.840 INFO O| Aug 21 21:45:47.840 INFO STEP 337 (remove_files) COMPLETE
62852026-08-21T21:45:49.228Z[ recovery-image] Aug 21 21:45:47.840 INFO O| Aug 21 21:45:47.840 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-08-21T21:45:49.235Z[ recovery-image] Aug 21 21:45:47.849 INFO O| Aug 21 21:45:47.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62872026-08-21T21:45:49.235Z[ recovery-image] Aug 21 21:45:47.849 INFO O| Aug 21 21:45:47.849 INFO STEP 338 (remove_files) COMPLETE
62882026-08-21T21:45:49.236Z[ recovery-image] Aug 21 21:45:47.849 INFO O| Aug 21 21:45:47.849 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-08-21T21:45:49.246Z[ recovery-image] Aug 21 21:45:47.859 INFO O| Aug 21 21:45:47.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62902026-08-21T21:45:49.246Z[ recovery-image] Aug 21 21:45:47.859 INFO O| Aug 21 21:45:47.859 INFO STEP 339 (remove_files) COMPLETE
62912026-08-21T21:45:49.246Z[ recovery-image] Aug 21 21:45:47.859 INFO O| Aug 21 21:45:47.859 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-08-21T21:45:49.254Z[ recovery-image] Aug 21 21:45:47.868 INFO O| Aug 21 21:45:47.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
62932026-08-21T21:45:49.254Z[ recovery-image] Aug 21 21:45:47.868 INFO O| Aug 21 21:45:47.868 INFO STEP 340 (remove_files) COMPLETE
62942026-08-21T21:45:49.254Z[ recovery-image] Aug 21 21:45:47.868 INFO O| Aug 21 21:45:47.868 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-08-21T21:45:49.278Z[ recovery-image] Aug 21 21:45:47.892 INFO O| Aug 21 21:45:47.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
62962026-08-21T21:45:49.278Z[ recovery-image] Aug 21 21:45:47.892 INFO O| Aug 21 21:45:47.892 INFO STEP 341 (remove_files) COMPLETE
62972026-08-21T21:45:49.279Z[ recovery-image] Aug 21 21:45:47.892 INFO O| Aug 21 21:45:47.892 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-08-21T21:45:49.290Z[ recovery-image] Aug 21 21:45:47.903 INFO O| Aug 21 21:45:47.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
62992026-08-21T21:45:49.290Z[ recovery-image] Aug 21 21:45:47.903 INFO O| Aug 21 21:45:47.903 INFO STEP 342 (remove_files) COMPLETE
63002026-08-21T21:45:49.290Z[ recovery-image] Aug 21 21:45:47.903 INFO O| Aug 21 21:45:47.903 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-08-21T21:45:49.303Z[ recovery-image] Aug 21 21:45:47.913 INFO O| Aug 21 21:45:47.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63022026-08-21T21:45:49.303Z[ recovery-image] Aug 21 21:45:47.913 INFO O| Aug 21 21:45:47.913 INFO STEP 343 (remove_files) COMPLETE
63032026-08-21T21:45:49.307Z[ recovery-image] Aug 21 21:45:47.913 INFO O| Aug 21 21:45:47.913 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-08-21T21:45:49.310Z[ recovery-image] Aug 21 21:45:47.923 INFO O| Aug 21 21:45:47.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63052026-08-21T21:45:49.310Z[ recovery-image] Aug 21 21:45:47.923 INFO O| Aug 21 21:45:47.923 INFO STEP 344 (remove_files) COMPLETE
63062026-08-21T21:45:49.313Z[ recovery-image] Aug 21 21:45:47.923 INFO O| Aug 21 21:45:47.923 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-08-21T21:45:49.327Z[ recovery-image] Aug 21 21:45:47.932 INFO O| Aug 21 21:45:47.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63082026-08-21T21:45:49.327Z[ recovery-image] Aug 21 21:45:47.933 INFO O| Aug 21 21:45:47.932 INFO STEP 345 (remove_files) COMPLETE
63092026-08-21T21:45:49.327Z[ recovery-image] Aug 21 21:45:47.933 INFO O| Aug 21 21:45:47.932 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-08-21T21:45:49.330Z[ recovery-image] Aug 21 21:45:47.941 INFO O| Aug 21 21:45:47.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63112026-08-21T21:45:49.331Z[ recovery-image] Aug 21 21:45:47.941 INFO O| Aug 21 21:45:47.941 INFO STEP 346 (remove_files) COMPLETE
63122026-08-21T21:45:49.331Z[ recovery-image] Aug 21 21:45:47.941 INFO O| Aug 21 21:45:47.941 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-08-21T21:45:49.336Z[ recovery-image] Aug 21 21:45:47.949 INFO O| Aug 21 21:45:47.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63142026-08-21T21:45:49.336Z[ recovery-image] Aug 21 21:45:47.949 INFO O| Aug 21 21:45:47.949 INFO STEP 347 (remove_files) COMPLETE
63152026-08-21T21:45:49.339Z[ recovery-image] Aug 21 21:45:47.949 INFO O| Aug 21 21:45:47.949 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-08-21T21:45:49.344Z[ recovery-image] Aug 21 21:45:47.958 INFO O| Aug 21 21:45:47.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63172026-08-21T21:45:49.344Z[ recovery-image] Aug 21 21:45:47.958 INFO O| Aug 21 21:45:47.958 INFO STEP 348 (remove_files) COMPLETE
63182026-08-21T21:45:49.345Z[ recovery-image] Aug 21 21:45:47.958 INFO O| Aug 21 21:45:47.958 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-08-21T21:45:49.353Z[ recovery-image] Aug 21 21:45:47.966 INFO O| Aug 21 21:45:47.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63202026-08-21T21:45:49.353Z[ recovery-image] Aug 21 21:45:47.966 INFO O| Aug 21 21:45:47.966 INFO STEP 349 (remove_files) COMPLETE
63212026-08-21T21:45:49.356Z[ recovery-image] Aug 21 21:45:47.966 INFO O| Aug 21 21:45:47.966 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-08-21T21:45:49.362Z[ recovery-image] Aug 21 21:45:47.975 INFO O| Aug 21 21:45:47.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63232026-08-21T21:45:49.362Z[ recovery-image] Aug 21 21:45:47.975 INFO O| Aug 21 21:45:47.975 INFO STEP 350 (remove_files) COMPLETE
63242026-08-21T21:45:49.365Z[ recovery-image] Aug 21 21:45:47.975 INFO O| Aug 21 21:45:47.975 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-08-21T21:45:49.372Z[ recovery-image] Aug 21 21:45:47.984 INFO O| Aug 21 21:45:47.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63262026-08-21T21:45:49.372Z[ recovery-image] Aug 21 21:45:47.984 INFO O| Aug 21 21:45:47.984 INFO STEP 351 (remove_files) COMPLETE
63272026-08-21T21:45:49.376Z[ recovery-image] Aug 21 21:45:47.985 INFO O| Aug 21 21:45:47.984 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-08-21T21:45:49.382Z[ recovery-image] Aug 21 21:45:47.994 INFO O| Aug 21 21:45:47.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63292026-08-21T21:45:49.382Z[ recovery-image] Aug 21 21:45:47.994 INFO O| Aug 21 21:45:47.994 INFO STEP 352 (remove_files) COMPLETE
63302026-08-21T21:45:49.386Z[ recovery-image] Aug 21 21:45:47.994 INFO O| Aug 21 21:45:47.994 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-08-21T21:45:49.413Z[ recovery-image] Aug 21 21:45:48.026 INFO O| Aug 21 21:45:48.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63322026-08-21T21:45:49.413Z[ recovery-image] Aug 21 21:45:48.026 INFO O| Aug 21 21:45:48.026 INFO STEP 353 (remove_files) COMPLETE
63332026-08-21T21:45:49.417Z[ recovery-image] Aug 21 21:45:48.026 INFO O| Aug 21 21:45:48.026 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-08-21T21:45:49.425Z[ recovery-image] Aug 21 21:45:48.036 INFO O| Aug 21 21:45:48.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63352026-08-21T21:45:49.425Z[ recovery-image] Aug 21 21:45:48.036 INFO O| Aug 21 21:45:48.036 INFO STEP 354 (remove_files) COMPLETE
63362026-08-21T21:45:49.429Z[ recovery-image] Aug 21 21:45:48.036 INFO O| Aug 21 21:45:48.036 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-08-21T21:45:49.433Z[ recovery-image] Aug 21 21:45:48.046 INFO O| Aug 21 21:45:48.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63382026-08-21T21:45:49.433Z[ recovery-image] Aug 21 21:45:48.046 INFO O| Aug 21 21:45:48.046 INFO STEP 355 (remove_files) COMPLETE
63392026-08-21T21:45:49.433Z[ recovery-image] Aug 21 21:45:48.046 INFO O| Aug 21 21:45:48.046 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-08-21T21:45:49.492Z[ recovery-image] Aug 21 21:45:48.057 INFO O| Aug 21 21:45:48.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63412026-08-21T21:45:49.492Z[ recovery-image] Aug 21 21:45:48.057 INFO O| Aug 21 21:45:48.057 INFO STEP 356 (remove_files) COMPLETE
63422026-08-21T21:45:49.492Z[ recovery-image] Aug 21 21:45:48.057 INFO O| Aug 21 21:45:48.057 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-08-21T21:45:49.492Z[ recovery-image] Aug 21 21:45:48.068 INFO O| Aug 21 21:45:48.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63442026-08-21T21:45:49.492Z[ recovery-image] Aug 21 21:45:48.068 INFO O| Aug 21 21:45:48.068 INFO STEP 357 (remove_files) COMPLETE
63452026-08-21T21:45:49.492Z[ recovery-image] Aug 21 21:45:48.068 INFO O| Aug 21 21:45:48.068 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-08-21T21:45:49.492Z[ recovery-image] Aug 21 21:45:48.079 INFO O| Aug 21 21:45:48.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63472026-08-21T21:45:49.492Z[ recovery-image] Aug 21 21:45:48.079 INFO O| Aug 21 21:45:48.079 INFO STEP 358 (remove_files) COMPLETE
63482026-08-21T21:45:49.493Z[ recovery-image] Aug 21 21:45:48.079 INFO O| Aug 21 21:45:48.079 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-08-21T21:45:49.493Z[ recovery-image] Aug 21 21:45:48.090 INFO O| Aug 21 21:45:48.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63502026-08-21T21:45:49.493Z[ recovery-image] Aug 21 21:45:48.090 INFO O| Aug 21 21:45:48.090 INFO STEP 359 (remove_files) COMPLETE
63512026-08-21T21:45:49.493Z[ recovery-image] Aug 21 21:45:48.090 INFO O| Aug 21 21:45:48.090 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-08-21T21:45:49.493Z[ recovery-image] Aug 21 21:45:48.101 INFO O| Aug 21 21:45:48.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63532026-08-21T21:45:49.493Z[ recovery-image] Aug 21 21:45:48.101 INFO O| Aug 21 21:45:48.101 INFO STEP 360 (remove_files) COMPLETE
63542026-08-21T21:45:49.493Z[ recovery-image] Aug 21 21:45:48.101 INFO O| Aug 21 21:45:48.101 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-08-21T21:45:49.502Z[ recovery-image] Aug 21 21:45:48.110 INFO O| Aug 21 21:45:48.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63562026-08-21T21:45:49.502Z[ recovery-image] Aug 21 21:45:48.110 INFO O| Aug 21 21:45:48.110 INFO STEP 361 (remove_files) COMPLETE
63572026-08-21T21:45:49.502Z[ recovery-image] Aug 21 21:45:48.110 INFO O| Aug 21 21:45:48.110 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-08-21T21:45:49.511Z[ recovery-image] Aug 21 21:45:48.121 INFO O| Aug 21 21:45:48.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63592026-08-21T21:45:49.518Z[ recovery-image] Aug 21 21:45:48.122 INFO O| Aug 21 21:45:48.122 INFO STEP 362 (remove_files) COMPLETE
63602026-08-21T21:45:49.518Z[ recovery-image] Aug 21 21:45:48.122 INFO O| Aug 21 21:45:48.122 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-08-21T21:45:49.522Z[ recovery-image] Aug 21 21:45:48.132 INFO O| Aug 21 21:45:48.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63622026-08-21T21:45:49.522Z[ recovery-image] Aug 21 21:45:48.132 INFO O| Aug 21 21:45:48.132 INFO STEP 363 (remove_files) COMPLETE
63632026-08-21T21:45:49.522Z[ recovery-image] Aug 21 21:45:48.132 INFO O| Aug 21 21:45:48.132 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-08-21T21:45:49.545Z[ recovery-image] Aug 21 21:45:48.142 INFO O| Aug 21 21:45:48.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63652026-08-21T21:45:49.546Z[ recovery-image] Aug 21 21:45:48.142 INFO O| Aug 21 21:45:48.142 INFO STEP 364 (remove_files) COMPLETE
63662026-08-21T21:45:49.546Z[ recovery-image] Aug 21 21:45:48.142 INFO O| Aug 21 21:45:48.142 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-08-21T21:45:49.546Z[ recovery-image] Aug 21 21:45:48.151 INFO O| Aug 21 21:45:48.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63682026-08-21T21:45:49.546Z[ recovery-image] Aug 21 21:45:48.152 INFO O| Aug 21 21:45:48.152 INFO STEP 365 (remove_files) COMPLETE
63692026-08-21T21:45:49.546Z[ recovery-image] Aug 21 21:45:48.152 INFO O| Aug 21 21:45:48.152 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-08-21T21:45:49.551Z[ recovery-image] Aug 21 21:45:48.163 INFO O| Aug 21 21:45:48.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63712026-08-21T21:45:49.551Z[ recovery-image] Aug 21 21:45:48.164 INFO O| Aug 21 21:45:48.164 INFO STEP 366 (remove_files) COMPLETE
63722026-08-21T21:45:49.551Z[ recovery-image] Aug 21 21:45:48.164 INFO O| Aug 21 21:45:48.164 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-08-21T21:45:49.561Z[ recovery-image] Aug 21 21:45:48.174 INFO O| Aug 21 21:45:48.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63742026-08-21T21:45:49.561Z[ recovery-image] Aug 21 21:45:48.174 INFO O| Aug 21 21:45:48.174 INFO STEP 367 (remove_files) COMPLETE
63752026-08-21T21:45:49.564Z[ recovery-image] Aug 21 21:45:48.174 INFO O| Aug 21 21:45:48.174 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-08-21T21:45:49.572Z[ recovery-image] Aug 21 21:45:48.185 INFO O| Aug 21 21:45:48.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63772026-08-21T21:45:49.572Z[ recovery-image] Aug 21 21:45:48.185 INFO O| Aug 21 21:45:48.185 INFO STEP 368 (remove_files) COMPLETE
63782026-08-21T21:45:49.572Z[ recovery-image] Aug 21 21:45:48.185 INFO O| Aug 21 21:45:48.185 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-08-21T21:45:49.582Z[ recovery-image] Aug 21 21:45:48.195 INFO O| Aug 21 21:45:48.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63802026-08-21T21:45:49.582Z[ recovery-image] Aug 21 21:45:48.195 INFO O| Aug 21 21:45:48.195 INFO STEP 369 (remove_files) COMPLETE
63812026-08-21T21:45:49.586Z[ recovery-image] Aug 21 21:45:48.195 INFO O| Aug 21 21:45:48.195 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-08-21T21:45:49.593Z[ recovery-image] Aug 21 21:45:48.206 INFO O| Aug 21 21:45:48.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63832026-08-21T21:45:49.597Z[ recovery-image] Aug 21 21:45:48.207 INFO O| Aug 21 21:45:48.207 INFO STEP 370 (remove_files) COMPLETE
63842026-08-21T21:45:49.597Z[ recovery-image] Aug 21 21:45:48.207 INFO O| Aug 21 21:45:48.207 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-08-21T21:45:49.605Z[ recovery-image] Aug 21 21:45:48.218 INFO O| Aug 21 21:45:48.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63862026-08-21T21:45:49.605Z[ recovery-image] Aug 21 21:45:48.218 INFO O| Aug 21 21:45:48.218 INFO STEP 371 (remove_files) COMPLETE
63872026-08-21T21:45:49.605Z[ recovery-image] Aug 21 21:45:48.218 INFO O| Aug 21 21:45:48.218 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-08-21T21:45:49.616Z[ recovery-image] Aug 21 21:45:48.229 INFO O| Aug 21 21:45:48.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63892026-08-21T21:45:49.617Z[ recovery-image] Aug 21 21:45:48.229 INFO O| Aug 21 21:45:48.229 INFO STEP 372 (remove_files) COMPLETE
63902026-08-21T21:45:49.617Z[ recovery-image] Aug 21 21:45:48.229 INFO O| Aug 21 21:45:48.229 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-08-21T21:45:49.625Z[ recovery-image] Aug 21 21:45:48.238 INFO O| Aug 21 21:45:48.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
63922026-08-21T21:45:49.625Z[ recovery-image] Aug 21 21:45:48.238 INFO O| Aug 21 21:45:48.238 INFO STEP 373 (remove_files) COMPLETE
63932026-08-21T21:45:49.625Z[ recovery-image] Aug 21 21:45:48.238 INFO O| Aug 21 21:45:48.238 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-08-21T21:45:49.636Z[ recovery-image] Aug 21 21:45:48.248 INFO O| Aug 21 21:45:48.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
63952026-08-21T21:45:49.636Z[ recovery-image] Aug 21 21:45:48.248 INFO O| Aug 21 21:45:48.248 INFO STEP 374 (remove_files) COMPLETE
63962026-08-21T21:45:49.636Z[ recovery-image] Aug 21 21:45:48.248 INFO O| Aug 21 21:45:48.248 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-08-21T21:45:49.646Z[ recovery-image] Aug 21 21:45:48.259 INFO O| Aug 21 21:45:48.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
63982026-08-21T21:45:49.646Z[ recovery-image] Aug 21 21:45:48.259 INFO O| Aug 21 21:45:48.259 INFO STEP 375 (remove_files) COMPLETE
63992026-08-21T21:45:49.646Z[ recovery-image] Aug 21 21:45:48.259 INFO O| Aug 21 21:45:48.259 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-08-21T21:45:49.650Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
64012026-08-21T21:45:49.656Z[ recovery-image] Aug 21 21:45:48.269 INFO O| Aug 21 21:45:48.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64022026-08-21T21:45:49.656Z[ recovery-image] Aug 21 21:45:48.269 INFO O| Aug 21 21:45:48.269 INFO STEP 376 (remove_files) COMPLETE
64032026-08-21T21:45:49.656Z[ recovery-image] Aug 21 21:45:48.269 INFO O| Aug 21 21:45:48.269 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-08-21T21:45:49.666Z[ recovery-image] Aug 21 21:45:48.279 INFO O| Aug 21 21:45:48.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64052026-08-21T21:45:49.666Z[ recovery-image] Aug 21 21:45:48.279 INFO O| Aug 21 21:45:48.279 INFO STEP 377 (remove_files) COMPLETE
64062026-08-21T21:45:49.669Z[ recovery-image] Aug 21 21:45:48.279 INFO O| Aug 21 21:45:48.279 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-08-21T21:45:49.676Z[ recovery-image] Aug 21 21:45:48.289 INFO O| Aug 21 21:45:48.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64082026-08-21T21:45:49.676Z[ recovery-image] Aug 21 21:45:48.289 INFO O| Aug 21 21:45:48.289 INFO STEP 378 (remove_files) COMPLETE
64092026-08-21T21:45:49.676Z[ recovery-image] Aug 21 21:45:48.289 INFO O| Aug 21 21:45:48.289 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-08-21T21:45:49.686Z[ recovery-image] Aug 21 21:45:48.299 INFO O| Aug 21 21:45:48.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64112026-08-21T21:45:49.686Z[ recovery-image] Aug 21 21:45:48.299 INFO O| Aug 21 21:45:48.299 INFO STEP 379 (remove_files) COMPLETE
64122026-08-21T21:45:49.689Z[ recovery-image] Aug 21 21:45:48.299 INFO O| Aug 21 21:45:48.299 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-08-21T21:45:49.693Z[ recovery-image] Aug 21 21:45:48.307 INFO O| Aug 21 21:45:48.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64142026-08-21T21:45:49.693Z[ recovery-image] Aug 21 21:45:48.307 INFO O| Aug 21 21:45:48.307 INFO STEP 380 (remove_files) COMPLETE
64152026-08-21T21:45:49.693Z[ recovery-image] Aug 21 21:45:48.307 INFO O| Aug 21 21:45:48.307 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-08-21T21:45:49.704Z[ recovery-image] Aug 21 21:45:48.316 INFO O| Aug 21 21:45:48.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64172026-08-21T21:45:49.704Z[ recovery-image] Aug 21 21:45:48.316 INFO O| Aug 21 21:45:48.316 INFO STEP 381 (remove_files) COMPLETE
64182026-08-21T21:45:49.708Z[ recovery-image] Aug 21 21:45:48.316 INFO O| Aug 21 21:45:48.316 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-08-21T21:45:49.715Z[ recovery-image] Aug 21 21:45:48.329 INFO O| Aug 21 21:45:48.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64202026-08-21T21:45:49.715Z[ recovery-image] Aug 21 21:45:48.329 INFO O| Aug 21 21:45:48.329 INFO STEP 382 (remove_files) COMPLETE
64212026-08-21T21:45:49.719Z[ recovery-image] Aug 21 21:45:48.329 INFO O| Aug 21 21:45:48.329 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-08-21T21:45:49.735Z[ recovery-image] Aug 21 21:45:48.349 INFO O| Aug 21 21:45:48.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64232026-08-21T21:45:49.736Z[ recovery-image] Aug 21 21:45:48.349 INFO O| Aug 21 21:45:48.348 INFO STEP 383 (remove_files) COMPLETE
64242026-08-21T21:45:49.736Z[ recovery-image] Aug 21 21:45:48.349 INFO O| Aug 21 21:45:48.348 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-08-21T21:45:49.771Z[ recovery-image] Aug 21 21:45:48.380 INFO O| Aug 21 21:45:48.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64262026-08-21T21:45:49.771Z[ recovery-image] Aug 21 21:45:48.380 INFO O| Aug 21 21:45:48.358 INFO STEP 384 (remove_files) COMPLETE
64272026-08-21T21:45:49.771Z[ recovery-image] Aug 21 21:45:48.380 INFO O| Aug 21 21:45:48.358 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-08-21T21:45:49.771Z[ recovery-image] Aug 21 21:45:48.380 INFO O| Aug 21 21:45:48.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64292026-08-21T21:45:49.771Z[ recovery-image] Aug 21 21:45:48.380 INFO O| Aug 21 21:45:48.368 INFO STEP 385 (remove_files) COMPLETE
64302026-08-21T21:45:49.771Z[ recovery-image] Aug 21 21:45:48.380 INFO O| Aug 21 21:45:48.368 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-08-21T21:45:49.771Z[ recovery-image] Aug 21 21:45:48.380 INFO O| Aug 21 21:45:48.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64322026-08-21T21:45:49.771Z[ recovery-image] Aug 21 21:45:48.380 INFO O| Aug 21 21:45:48.378 INFO STEP 386 (remove_files) COMPLETE
64332026-08-21T21:45:49.771Z[ recovery-image] Aug 21 21:45:48.380 INFO O| Aug 21 21:45:48.378 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-08-21T21:45:49.779Z[ recovery-image] Aug 21 21:45:48.387 INFO O| Aug 21 21:45:48.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64352026-08-21T21:45:49.779Z[ recovery-image] Aug 21 21:45:48.388 INFO O| Aug 21 21:45:48.387 INFO STEP 387 (remove_files) COMPLETE
64362026-08-21T21:45:49.779Z[ recovery-image] Aug 21 21:45:48.388 INFO O| Aug 21 21:45:48.388 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-08-21T21:45:49.784Z[ recovery-image] Aug 21 21:45:48.397 INFO O| Aug 21 21:45:48.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64382026-08-21T21:45:49.784Z[ recovery-image] Aug 21 21:45:48.398 INFO O| Aug 21 21:45:48.397 INFO STEP 388 (remove_files) COMPLETE
64392026-08-21T21:45:49.784Z[ recovery-image] Aug 21 21:45:48.398 INFO O| Aug 21 21:45:48.398 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-08-21T21:45:49.795Z[ recovery-image] Aug 21 21:45:48.408 INFO O| Aug 21 21:45:48.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64412026-08-21T21:45:49.795Z[ recovery-image] Aug 21 21:45:48.408 INFO O| Aug 21 21:45:48.408 INFO STEP 389 (remove_files) COMPLETE
64422026-08-21T21:45:49.795Z[ recovery-image] Aug 21 21:45:48.408 INFO O| Aug 21 21:45:48.408 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-08-21T21:45:49.805Z[ recovery-image] Aug 21 21:45:48.418 INFO O| Aug 21 21:45:48.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64442026-08-21T21:45:49.805Z[ recovery-image] Aug 21 21:45:48.418 INFO O| Aug 21 21:45:48.418 INFO STEP 390 (remove_files) COMPLETE
64452026-08-21T21:45:49.805Z[ recovery-image] Aug 21 21:45:48.418 INFO O| Aug 21 21:45:48.418 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-08-21T21:45:49.817Z[ recovery-image] Aug 21 21:45:48.430 INFO O| Aug 21 21:45:48.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64472026-08-21T21:45:49.817Z[ recovery-image] Aug 21 21:45:48.430 INFO O| Aug 21 21:45:48.430 INFO STEP 391 (remove_files) COMPLETE
64482026-08-21T21:45:49.817Z[ recovery-image] Aug 21 21:45:48.430 INFO O| Aug 21 21:45:48.430 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-08-21T21:45:49.828Z[ recovery-image] Aug 21 21:45:48.441 INFO O| Aug 21 21:45:48.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64502026-08-21T21:45:49.828Z[ recovery-image] Aug 21 21:45:48.441 INFO O| Aug 21 21:45:48.441 INFO STEP 392 (remove_files) COMPLETE
64512026-08-21T21:45:49.828Z[ recovery-image] Aug 21 21:45:48.441 INFO O| Aug 21 21:45:48.441 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-08-21T21:45:49.839Z[ recovery-image] Aug 21 21:45:48.452 INFO O| Aug 21 21:45:48.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64532026-08-21T21:45:49.839Z[ recovery-image] Aug 21 21:45:48.452 INFO O| Aug 21 21:45:48.452 INFO STEP 393 (remove_files) COMPLETE
64542026-08-21T21:45:49.839Z[ recovery-image] Aug 21 21:45:48.453 INFO O| Aug 21 21:45:48.452 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-08-21T21:45:49.851Z[ recovery-image] Aug 21 21:45:48.464 INFO O| Aug 21 21:45:48.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64562026-08-21T21:45:49.851Z[ recovery-image] Aug 21 21:45:48.464 INFO O| Aug 21 21:45:48.464 INFO STEP 394 (remove_files) COMPLETE
64572026-08-21T21:45:49.854Z[ recovery-image] Aug 21 21:45:48.464 INFO O| Aug 21 21:45:48.464 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-08-21T21:45:49.863Z[ recovery-image] Aug 21 21:45:48.476 INFO O| Aug 21 21:45:48.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64592026-08-21T21:45:49.863Z[ recovery-image] Aug 21 21:45:48.476 INFO O| Aug 21 21:45:48.476 INFO STEP 395 (remove_files) COMPLETE
64602026-08-21T21:45:49.863Z[ recovery-image] Aug 21 21:45:48.476 INFO O| Aug 21 21:45:48.476 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-08-21T21:45:49.873Z[ recovery-image] Aug 21 21:45:48.486 INFO O| Aug 21 21:45:48.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64622026-08-21T21:45:49.873Z[ recovery-image] Aug 21 21:45:48.486 INFO O| Aug 21 21:45:48.486 INFO STEP 396 (remove_files) COMPLETE
64632026-08-21T21:45:49.873Z[ recovery-image] Aug 21 21:45:48.486 INFO O| Aug 21 21:45:48.486 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-08-21T21:45:49.883Z[ recovery-image] Aug 21 21:45:48.496 INFO O| Aug 21 21:45:48.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64652026-08-21T21:45:49.884Z[ recovery-image] Aug 21 21:45:48.496 INFO O| Aug 21 21:45:48.496 INFO STEP 397 (remove_files) COMPLETE
64662026-08-21T21:45:49.884Z[ recovery-image] Aug 21 21:45:48.496 INFO O| Aug 21 21:45:48.496 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-08-21T21:45:49.887Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
64682026-08-21T21:45:49.895Z[ recovery-image] Aug 21 21:45:48.508 INFO O| Aug 21 21:45:48.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64692026-08-21T21:45:49.895Z[ recovery-image] Aug 21 21:45:48.508 INFO O| Aug 21 21:45:48.508 INFO STEP 398 (remove_files) COMPLETE
64702026-08-21T21:45:49.898Z[ recovery-image] Aug 21 21:45:48.508 INFO O| Aug 21 21:45:48.508 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64712026-08-21T21:45:49.906Z[ recovery-image] Aug 21 21:45:48.520 INFO O| Aug 21 21:45:48.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64722026-08-21T21:45:49.907Z[ recovery-image] Aug 21 21:45:48.520 INFO O| Aug 21 21:45:48.520 INFO STEP 399 (remove_files) COMPLETE
64732026-08-21T21:45:49.910Z[ recovery-image] Aug 21 21:45:48.520 INFO O| Aug 21 21:45:48.520 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64742026-08-21T21:45:49.920Z[ recovery-image] Aug 21 21:45:48.532 INFO O| Aug 21 21:45:48.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64752026-08-21T21:45:49.920Z[ recovery-image] Aug 21 21:45:48.532 INFO O| Aug 21 21:45:48.532 INFO STEP 400 (remove_files) COMPLETE
64762026-08-21T21:45:49.920Z[ recovery-image] Aug 21 21:45:48.532 INFO O| Aug 21 21:45:48.532 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64772026-08-21T21:45:49.932Z[ recovery-image] Aug 21 21:45:48.544 INFO O| Aug 21 21:45:48.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64782026-08-21T21:45:49.932Z[ recovery-image] Aug 21 21:45:48.544 INFO O| Aug 21 21:45:48.544 INFO STEP 401 (remove_files) COMPLETE
64792026-08-21T21:45:49.932Z[ recovery-image] Aug 21 21:45:48.544 INFO O| Aug 21 21:45:48.544 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64802026-08-21T21:45:49.943Z[ recovery-image] Aug 21 21:45:48.555 INFO O| Aug 21 21:45:48.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64812026-08-21T21:45:49.943Z[ recovery-image] Aug 21 21:45:48.555 INFO O| Aug 21 21:45:48.555 INFO STEP 402 (remove_files) COMPLETE
64822026-08-21T21:45:49.943Z[ recovery-image] Aug 21 21:45:48.555 INFO O| Aug 21 21:45:48.555 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64832026-08-21T21:45:49.954Z[ recovery-image] Aug 21 21:45:48.567 INFO O| Aug 21 21:45:48.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64842026-08-21T21:45:49.954Z[ recovery-image] Aug 21 21:45:48.567 INFO O| Aug 21 21:45:48.567 INFO STEP 403 (remove_files) COMPLETE
64852026-08-21T21:45:49.957Z[ recovery-image] Aug 21 21:45:48.567 INFO O| Aug 21 21:45:48.567 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64862026-08-21T21:45:49.966Z[ recovery-image] Aug 21 21:45:48.579 INFO O| Aug 21 21:45:48.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64872026-08-21T21:45:49.966Z[ recovery-image] Aug 21 21:45:48.579 INFO O| Aug 21 21:45:48.579 INFO STEP 404 (remove_files) COMPLETE
64882026-08-21T21:45:49.966Z[ recovery-image] Aug 21 21:45:48.579 INFO O| Aug 21 21:45:48.579 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64892026-08-21T21:45:49.979Z[ recovery-image] Aug 21 21:45:48.591 INFO O| Aug 21 21:45:48.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64902026-08-21T21:45:49.979Z[ recovery-image] Aug 21 21:45:48.591 INFO O| Aug 21 21:45:48.591 INFO STEP 405 (remove_files) COMPLETE
64912026-08-21T21:45:49.979Z[ recovery-image] Aug 21 21:45:48.591 INFO O| Aug 21 21:45:48.591 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-08-21T21:45:49.991Z[ recovery-image] Aug 21 21:45:48.604 INFO O| Aug 21 21:45:48.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
64932026-08-21T21:45:49.991Z[ recovery-image] Aug 21 21:45:48.604 INFO O| Aug 21 21:45:48.604 INFO STEP 406 (remove_files) COMPLETE
64942026-08-21T21:45:49.991Z[ recovery-image] Aug 21 21:45:48.604 INFO O| Aug 21 21:45:48.604 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-08-21T21:45:50.005Z[ recovery-image] Aug 21 21:45:48.617 INFO O| Aug 21 21:45:48.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
64962026-08-21T21:45:50.005Z[ recovery-image] Aug 21 21:45:48.617 INFO O| Aug 21 21:45:48.617 INFO STEP 407 (remove_files) COMPLETE
64972026-08-21T21:45:50.005Z[ recovery-image] Aug 21 21:45:48.617 INFO O| Aug 21 21:45:48.617 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-08-21T21:45:50.015Z[ recovery-image] Aug 21 21:45:48.628 INFO O| Aug 21 21:45:48.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
64992026-08-21T21:45:50.015Z[ recovery-image] Aug 21 21:45:48.628 INFO O| Aug 21 21:45:48.628 INFO STEP 408 (remove_files) COMPLETE
65002026-08-21T21:45:50.015Z[ recovery-image] Aug 21 21:45:48.628 INFO O| Aug 21 21:45:48.628 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65012026-08-21T21:45:50.025Z[ recovery-image] Aug 21 21:45:48.638 INFO O| Aug 21 21:45:48.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65022026-08-21T21:45:50.025Z[ recovery-image] Aug 21 21:45:48.638 INFO O| Aug 21 21:45:48.638 INFO STEP 409 (remove_files) COMPLETE
65032026-08-21T21:45:50.025Z[ recovery-image] Aug 21 21:45:48.638 INFO O| Aug 21 21:45:48.638 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65042026-08-21T21:45:50.038Z[ recovery-image] Aug 21 21:45:48.651 INFO O| Aug 21 21:45:48.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65052026-08-21T21:45:50.038Z[ recovery-image] Aug 21 21:45:48.651 INFO O| Aug 21 21:45:48.651 INFO STEP 410 (remove_files) COMPLETE
65062026-08-21T21:45:50.052Z[ recovery-image] Aug 21 21:45:48.651 INFO O| Aug 21 21:45:48.651 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65072026-08-21T21:45:50.056Z[ recovery-image] Aug 21 21:45:48.668 INFO O| Aug 21 21:45:48.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65082026-08-21T21:45:50.056Z[ recovery-image] Aug 21 21:45:48.668 INFO O| Aug 21 21:45:48.668 INFO STEP 411 (remove_files) COMPLETE
65092026-08-21T21:45:50.056Z[ recovery-image] Aug 21 21:45:48.668 INFO O| Aug 21 21:45:48.668 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65102026-08-21T21:45:50.067Z[ recovery-image] Aug 21 21:45:48.680 INFO O| Aug 21 21:45:48.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65112026-08-21T21:45:50.067Z[ recovery-image] Aug 21 21:45:48.680 INFO O| Aug 21 21:45:48.680 INFO STEP 412 (remove_files) COMPLETE
65122026-08-21T21:45:50.067Z[ recovery-image] Aug 21 21:45:48.680 INFO O| Aug 21 21:45:48.680 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65132026-08-21T21:45:50.080Z[ recovery-image] Aug 21 21:45:48.693 INFO O| Aug 21 21:45:48.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65142026-08-21T21:45:50.080Z[ recovery-image] Aug 21 21:45:48.693 INFO O| Aug 21 21:45:48.693 INFO STEP 413 (remove_files) COMPLETE
65152026-08-21T21:45:50.080Z[ recovery-image] Aug 21 21:45:48.693 INFO O| Aug 21 21:45:48.693 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65162026-08-21T21:45:50.100Z[ recovery-image] Aug 21 21:45:48.707 INFO O| Aug 21 21:45:48.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65172026-08-21T21:45:50.100Z[ recovery-image] Aug 21 21:45:48.707 INFO O| Aug 21 21:45:48.707 INFO STEP 414 (remove_files) COMPLETE
65182026-08-21T21:45:50.100Z[ recovery-image] Aug 21 21:45:48.707 INFO O| Aug 21 21:45:48.707 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65192026-08-21T21:45:50.108Z[ recovery-image] Aug 21 21:45:48.721 INFO O| Aug 21 21:45:48.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65202026-08-21T21:45:50.108Z[ recovery-image] Aug 21 21:45:48.721 INFO O| Aug 21 21:45:48.721 INFO STEP 415 (remove_files) COMPLETE
65212026-08-21T21:45:50.111Z[ recovery-image] Aug 21 21:45:48.721 INFO O| Aug 21 21:45:48.721 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65222026-08-21T21:45:50.119Z[ recovery-image] Aug 21 21:45:48.732 INFO O| Aug 21 21:45:48.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65232026-08-21T21:45:50.119Z[ recovery-image] Aug 21 21:45:48.732 INFO O| Aug 21 21:45:48.732 INFO STEP 416 (remove_files) COMPLETE
65242026-08-21T21:45:50.119Z[ recovery-image] Aug 21 21:45:48.732 INFO O| Aug 21 21:45:48.732 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65252026-08-21T21:45:50.131Z[ recovery-image] Aug 21 21:45:48.743 INFO O| Aug 21 21:45:48.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65262026-08-21T21:45:50.131Z[ recovery-image] Aug 21 21:45:48.743 INFO O| Aug 21 21:45:48.743 INFO STEP 417 (remove_files) COMPLETE
65272026-08-21T21:45:50.131Z[ recovery-image] Aug 21 21:45:48.743 INFO O| Aug 21 21:45:48.743 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65282026-08-21T21:45:50.142Z[ recovery-image] Aug 21 21:45:48.754 INFO O| Aug 21 21:45:48.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65292026-08-21T21:45:50.142Z[ recovery-image] Aug 21 21:45:48.754 INFO O| Aug 21 21:45:48.754 INFO STEP 418 (remove_files) COMPLETE
65302026-08-21T21:45:50.142Z[ recovery-image] Aug 21 21:45:48.754 INFO O| Aug 21 21:45:48.754 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-08-21T21:45:50.151Z[ recovery-image] Aug 21 21:45:48.764 INFO O| Aug 21 21:45:48.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65322026-08-21T21:45:50.151Z[ recovery-image] Aug 21 21:45:48.764 INFO O| Aug 21 21:45:48.764 INFO STEP 419 (remove_files) COMPLETE
65332026-08-21T21:45:50.151Z[ recovery-image] Aug 21 21:45:48.764 INFO O| Aug 21 21:45:48.764 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65342026-08-21T21:45:50.161Z[ recovery-image] Aug 21 21:45:48.774 INFO O| Aug 21 21:45:48.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65352026-08-21T21:45:50.161Z[ recovery-image] Aug 21 21:45:48.774 INFO O| Aug 21 21:45:48.774 INFO STEP 420 (remove_files) COMPLETE
65362026-08-21T21:45:50.164Z[ recovery-image] Aug 21 21:45:48.774 INFO O| Aug 21 21:45:48.774 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-08-21T21:45:50.170Z[ recovery-image] Aug 21 21:45:48.783 INFO O| Aug 21 21:45:48.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65382026-08-21T21:45:50.170Z[ recovery-image] Aug 21 21:45:48.783 INFO O| Aug 21 21:45:48.783 INFO STEP 421 (remove_files) COMPLETE
65392026-08-21T21:45:50.173Z[ recovery-image] Aug 21 21:45:48.783 INFO O| Aug 21 21:45:48.783 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-08-21T21:45:50.178Z[ recovery-image] Aug 21 21:45:48.792 INFO O| Aug 21 21:45:48.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65412026-08-21T21:45:50.178Z[ recovery-image] Aug 21 21:45:48.792 INFO O| Aug 21 21:45:48.792 INFO STEP 422 (remove_files) COMPLETE
65422026-08-21T21:45:50.189Z[ recovery-image] Aug 21 21:45:48.792 INFO O| Aug 21 21:45:48.792 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-08-21T21:45:50.189Z[ recovery-image] Aug 21 21:45:48.800 INFO O| Aug 21 21:45:48.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65442026-08-21T21:45:50.189Z[ recovery-image] Aug 21 21:45:48.800 INFO O| Aug 21 21:45:48.800 INFO STEP 423 (remove_files) COMPLETE
65452026-08-21T21:45:50.189Z[ recovery-image] Aug 21 21:45:48.800 INFO O| Aug 21 21:45:48.800 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-08-21T21:45:50.197Z[ recovery-image] Aug 21 21:45:48.809 INFO O| Aug 21 21:45:48.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65472026-08-21T21:45:50.197Z[ recovery-image] Aug 21 21:45:48.809 INFO O| Aug 21 21:45:48.809 INFO STEP 424 (remove_files) COMPLETE
65482026-08-21T21:45:50.197Z[ recovery-image] Aug 21 21:45:48.809 INFO O| Aug 21 21:45:48.809 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-08-21T21:45:50.204Z[ recovery-image] Aug 21 21:45:48.817 INFO O| Aug 21 21:45:48.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65502026-08-21T21:45:50.205Z[ recovery-image] Aug 21 21:45:48.817 INFO O| Aug 21 21:45:48.817 INFO STEP 425 (remove_files) COMPLETE
65512026-08-21T21:45:50.205Z[ recovery-image] Aug 21 21:45:48.817 INFO O| Aug 21 21:45:48.817 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-08-21T21:45:50.213Z[ recovery-image] Aug 21 21:45:48.827 INFO O| Aug 21 21:45:48.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65532026-08-21T21:45:50.214Z[ recovery-image] Aug 21 21:45:48.827 INFO O| Aug 21 21:45:48.827 INFO STEP 426 (remove_files) COMPLETE
65542026-08-21T21:45:50.214Z[ recovery-image] Aug 21 21:45:48.827 INFO O| Aug 21 21:45:48.827 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-08-21T21:45:50.222Z[ recovery-image] Aug 21 21:45:48.835 INFO O| Aug 21 21:45:48.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65562026-08-21T21:45:50.222Z[ recovery-image] Aug 21 21:45:48.836 INFO O| Aug 21 21:45:48.836 INFO STEP 427 (remove_files) COMPLETE
65572026-08-21T21:45:50.223Z[ recovery-image] Aug 21 21:45:48.836 INFO O| Aug 21 21:45:48.836 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-08-21T21:45:50.231Z[ recovery-image] Aug 21 21:45:48.844 INFO O| Aug 21 21:45:48.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65592026-08-21T21:45:50.231Z[ recovery-image] Aug 21 21:45:48.844 INFO O| Aug 21 21:45:48.844 INFO STEP 428 (remove_files) COMPLETE
65602026-08-21T21:45:50.231Z[ recovery-image] Aug 21 21:45:48.844 INFO O| Aug 21 21:45:48.844 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-08-21T21:45:50.240Z[ recovery-image] Aug 21 21:45:48.853 INFO O| Aug 21 21:45:48.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65622026-08-21T21:45:50.240Z[ recovery-image] Aug 21 21:45:48.853 INFO O| Aug 21 21:45:48.853 INFO STEP 429 (remove_files) COMPLETE
65632026-08-21T21:45:50.240Z[ recovery-image] Aug 21 21:45:48.853 INFO O| Aug 21 21:45:48.853 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65642026-08-21T21:45:50.248Z[verify-libraries] Compiling socket2 v0.5.10
65652026-08-21T21:45:50.251Z[ recovery-image] Aug 21 21:45:48.862 INFO O| Aug 21 21:45:48.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65662026-08-21T21:45:50.251Z[ recovery-image] Aug 21 21:45:48.862 INFO O| Aug 21 21:45:48.862 INFO STEP 430 (remove_files) COMPLETE
65672026-08-21T21:45:50.251Z[ recovery-image] Aug 21 21:45:48.862 INFO O| Aug 21 21:45:48.862 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-08-21T21:45:50.258Z[ recovery-image] Aug 21 21:45:48.869 INFO O| Aug 21 21:45:48.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65692026-08-21T21:45:50.258Z[ recovery-image] Aug 21 21:45:48.870 INFO O| Aug 21 21:45:48.870 INFO STEP 431 (remove_files) COMPLETE
65702026-08-21T21:45:50.261Z[ recovery-image] Aug 21 21:45:48.870 INFO O| Aug 21 21:45:48.870 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-08-21T21:45:50.264Z[ recovery-image] Aug 21 21:45:48.878 INFO O| Aug 21 21:45:48.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65722026-08-21T21:45:50.264Z[ recovery-image] Aug 21 21:45:48.878 INFO O| Aug 21 21:45:48.878 INFO STEP 432 (remove_files) COMPLETE
65732026-08-21T21:45:50.268Z[ recovery-image] Aug 21 21:45:48.878 INFO O| Aug 21 21:45:48.878 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-08-21T21:45:50.273Z[ recovery-image] Aug 21 21:45:48.886 INFO O| Aug 21 21:45:48.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65752026-08-21T21:45:50.273Z[ recovery-image] Aug 21 21:45:48.886 INFO O| Aug 21 21:45:48.886 INFO STEP 433 (remove_files) COMPLETE
65762026-08-21T21:45:50.273Z[ recovery-image] Aug 21 21:45:48.886 INFO O| Aug 21 21:45:48.886 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-08-21T21:45:50.282Z[ recovery-image] Aug 21 21:45:48.895 INFO O| Aug 21 21:45:48.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65782026-08-21T21:45:50.282Z[ recovery-image] Aug 21 21:45:48.895 INFO O| Aug 21 21:45:48.895 INFO STEP 434 (remove_files) COMPLETE
65792026-08-21T21:45:50.282Z[ recovery-image] Aug 21 21:45:48.895 INFO O| Aug 21 21:45:48.895 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-08-21T21:45:50.291Z[ recovery-image] Aug 21 21:45:48.904 INFO O| Aug 21 21:45:48.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65812026-08-21T21:45:50.291Z[ recovery-image] Aug 21 21:45:48.904 INFO O| Aug 21 21:45:48.904 INFO STEP 435 (remove_files) COMPLETE
65822026-08-21T21:45:50.291Z[ recovery-image] Aug 21 21:45:48.904 INFO O| Aug 21 21:45:48.904 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-08-21T21:45:50.301Z[ recovery-image] Aug 21 21:45:48.915 INFO O| Aug 21 21:45:48.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65842026-08-21T21:45:50.302Z[ recovery-image] Aug 21 21:45:48.915 INFO O| Aug 21 21:45:48.915 INFO STEP 436 (remove_files) COMPLETE
65852026-08-21T21:45:50.302Z[ recovery-image] Aug 21 21:45:48.915 INFO O| Aug 21 21:45:48.915 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-08-21T21:45:50.310Z[ recovery-image] Aug 21 21:45:48.924 INFO O| Aug 21 21:45:48.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65872026-08-21T21:45:50.311Z[ recovery-image] Aug 21 21:45:48.924 INFO O| Aug 21 21:45:48.924 INFO STEP 437 (remove_files) COMPLETE
65882026-08-21T21:45:50.311Z[ recovery-image] Aug 21 21:45:48.924 INFO O| Aug 21 21:45:48.924 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-08-21T21:45:50.325Z[ recovery-image] Aug 21 21:45:48.934 INFO O| Aug 21 21:45:48.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
65902026-08-21T21:45:50.325Z[ recovery-image] Aug 21 21:45:48.934 INFO O| Aug 21 21:45:48.934 INFO STEP 438 (remove_files) COMPLETE
65912026-08-21T21:45:50.325Z[ recovery-image] Aug 21 21:45:48.934 INFO O| Aug 21 21:45:48.934 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-08-21T21:45:50.331Z[ recovery-image] Aug 21 21:45:48.944 INFO O| Aug 21 21:45:48.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
65932026-08-21T21:45:50.331Z[ recovery-image] Aug 21 21:45:48.944 INFO O| Aug 21 21:45:48.944 INFO STEP 439 (remove_files) COMPLETE
65942026-08-21T21:45:50.331Z[ recovery-image] Aug 21 21:45:48.944 INFO O| Aug 21 21:45:48.944 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-08-21T21:45:50.340Z[ recovery-image] Aug 21 21:45:48.953 INFO O| Aug 21 21:45:48.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
65962026-08-21T21:45:50.340Z[ recovery-image] Aug 21 21:45:48.953 INFO O| Aug 21 21:45:48.953 INFO STEP 440 (remove_files) COMPLETE
65972026-08-21T21:45:50.340Z[ recovery-image] Aug 21 21:45:48.953 INFO O| Aug 21 21:45:48.953 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-08-21T21:45:50.349Z[ recovery-image] Aug 21 21:45:48.962 INFO O| Aug 21 21:45:48.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
65992026-08-21T21:45:50.349Z[ recovery-image] Aug 21 21:45:48.962 INFO O| Aug 21 21:45:48.962 INFO STEP 441 (remove_files) COMPLETE
66002026-08-21T21:45:50.349Z[ recovery-image] Aug 21 21:45:48.962 INFO O| Aug 21 21:45:48.962 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-08-21T21:45:50.359Z[ recovery-image] Aug 21 21:45:48.972 INFO O| Aug 21 21:45:48.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66022026-08-21T21:45:50.359Z[ recovery-image] Aug 21 21:45:48.972 INFO O| Aug 21 21:45:48.972 INFO STEP 442 (remove_files) COMPLETE
66032026-08-21T21:45:50.359Z[ recovery-image] Aug 21 21:45:48.972 INFO O| Aug 21 21:45:48.972 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-08-21T21:45:50.370Z[ recovery-image] Aug 21 21:45:48.982 INFO O| Aug 21 21:45:48.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66052026-08-21T21:45:50.370Z[ recovery-image] Aug 21 21:45:48.982 INFO O| Aug 21 21:45:48.982 INFO STEP 443 (remove_files) COMPLETE
66062026-08-21T21:45:50.370Z[ recovery-image] Aug 21 21:45:48.982 INFO O| Aug 21 21:45:48.982 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-08-21T21:45:50.379Z[ recovery-image] Aug 21 21:45:48.991 INFO O| Aug 21 21:45:48.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66082026-08-21T21:45:50.382Z[ recovery-image] Aug 21 21:45:48.991 INFO O| Aug 21 21:45:48.991 INFO STEP 444 (remove_files) COMPLETE
66092026-08-21T21:45:50.383Z[ recovery-image] Aug 21 21:45:48.991 INFO O| Aug 21 21:45:48.991 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-08-21T21:45:50.388Z[ recovery-image] Aug 21 21:45:49.001 INFO O| Aug 21 21:45:49.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66112026-08-21T21:45:50.388Z[ recovery-image] Aug 21 21:45:49.001 INFO O| Aug 21 21:45:49.001 INFO STEP 445 (remove_files) COMPLETE
66122026-08-21T21:45:50.388Z[ recovery-image] Aug 21 21:45:49.001 INFO O| Aug 21 21:45:49.001 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-08-21T21:45:50.398Z[ recovery-image] Aug 21 21:45:49.011 INFO O| Aug 21 21:45:49.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66142026-08-21T21:45:50.398Z[ recovery-image] Aug 21 21:45:49.011 INFO O| Aug 21 21:45:49.011 INFO STEP 446 (remove_files) COMPLETE
66152026-08-21T21:45:50.398Z[ recovery-image] Aug 21 21:45:49.011 INFO O| Aug 21 21:45:49.011 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-08-21T21:45:50.408Z[ recovery-image] Aug 21 21:45:49.021 INFO O| Aug 21 21:45:49.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66172026-08-21T21:45:50.408Z[ recovery-image] Aug 21 21:45:49.021 INFO O| Aug 21 21:45:49.021 INFO STEP 447 (remove_files) COMPLETE
66182026-08-21T21:45:50.408Z[ recovery-image] Aug 21 21:45:49.021 INFO O| Aug 21 21:45:49.021 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-08-21T21:45:50.417Z[ recovery-image] Aug 21 21:45:49.030 INFO O| Aug 21 21:45:49.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66202026-08-21T21:45:50.417Z[ recovery-image] Aug 21 21:45:49.030 INFO O| Aug 21 21:45:49.030 INFO STEP 448 (remove_files) COMPLETE
66212026-08-21T21:45:50.417Z[ recovery-image] Aug 21 21:45:49.030 INFO O| Aug 21 21:45:49.030 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-08-21T21:45:50.426Z[ recovery-image] Aug 21 21:45:49.039 INFO O| Aug 21 21:45:49.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66232026-08-21T21:45:50.426Z[ recovery-image] Aug 21 21:45:49.039 INFO O| Aug 21 21:45:49.039 INFO STEP 449 (remove_files) COMPLETE
66242026-08-21T21:45:50.426Z[ recovery-image] Aug 21 21:45:49.039 INFO O| Aug 21 21:45:49.039 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-08-21T21:45:50.435Z[ recovery-image] Aug 21 21:45:49.048 INFO O| Aug 21 21:45:49.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66262026-08-21T21:45:50.438Z[ recovery-image] Aug 21 21:45:49.049 INFO O| Aug 21 21:45:49.049 INFO STEP 450 (remove_files) COMPLETE
66272026-08-21T21:45:50.438Z[ recovery-image] Aug 21 21:45:49.049 INFO O| Aug 21 21:45:49.049 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-08-21T21:45:50.445Z[ recovery-image] Aug 21 21:45:49.058 INFO O| Aug 21 21:45:49.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66292026-08-21T21:45:50.445Z[ recovery-image] Aug 21 21:45:49.059 INFO O| Aug 21 21:45:49.058 INFO STEP 451 (remove_files) COMPLETE
66302026-08-21T21:45:50.448Z[ recovery-image] Aug 21 21:45:49.059 INFO O| Aug 21 21:45:49.059 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-08-21T21:45:50.455Z[ recovery-image] Aug 21 21:45:49.068 INFO O| Aug 21 21:45:49.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66322026-08-21T21:45:50.455Z[ recovery-image] Aug 21 21:45:49.068 INFO O| Aug 21 21:45:49.068 INFO STEP 452 (remove_files) COMPLETE
66332026-08-21T21:45:50.462Z[ recovery-image] Aug 21 21:45:49.068 INFO O| Aug 21 21:45:49.068 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-08-21T21:45:50.465Z[ recovery-image] Aug 21 21:45:49.077 INFO O| Aug 21 21:45:49.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66352026-08-21T21:45:50.465Z[ recovery-image] Aug 21 21:45:49.077 INFO O| Aug 21 21:45:49.077 INFO STEP 453 (remove_files) COMPLETE
66362026-08-21T21:45:50.465Z[ recovery-image] Aug 21 21:45:49.077 INFO O| Aug 21 21:45:49.077 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-08-21T21:45:50.473Z[ recovery-image] Aug 21 21:45:49.086 INFO O| Aug 21 21:45:49.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66382026-08-21T21:45:50.473Z[ recovery-image] Aug 21 21:45:49.087 INFO O| Aug 21 21:45:49.087 INFO STEP 454 (remove_files) COMPLETE
66392026-08-21T21:45:50.473Z[ recovery-image] Aug 21 21:45:49.087 INFO O| Aug 21 21:45:49.087 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-08-21T21:45:50.486Z[ recovery-image] Aug 21 21:45:49.096 INFO O| Aug 21 21:45:49.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66412026-08-21T21:45:50.486Z[ recovery-image] Aug 21 21:45:49.096 INFO O| Aug 21 21:45:49.096 INFO STEP 455 (remove_files) COMPLETE
66422026-08-21T21:45:50.486Z[ recovery-image] Aug 21 21:45:49.096 INFO O| Aug 21 21:45:49.096 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-08-21T21:45:50.493Z[ recovery-image] Aug 21 21:45:49.106 INFO O| Aug 21 21:45:49.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66442026-08-21T21:45:50.493Z[ recovery-image] Aug 21 21:45:49.106 INFO O| Aug 21 21:45:49.106 INFO STEP 456 (remove_files) COMPLETE
66452026-08-21T21:45:50.493Z[ recovery-image] Aug 21 21:45:49.106 INFO O| Aug 21 21:45:49.106 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-08-21T21:45:50.503Z[ recovery-image] Aug 21 21:45:49.116 INFO O| Aug 21 21:45:49.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66472026-08-21T21:45:50.503Z[ recovery-image] Aug 21 21:45:49.116 INFO O| Aug 21 21:45:49.116 INFO STEP 457 (remove_files) COMPLETE
66482026-08-21T21:45:50.503Z[ recovery-image] Aug 21 21:45:49.116 INFO O| Aug 21 21:45:49.116 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-08-21T21:45:50.514Z[ recovery-image] Aug 21 21:45:49.125 INFO O| Aug 21 21:45:49.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66502026-08-21T21:45:50.514Z[ recovery-image] Aug 21 21:45:49.125 INFO O| Aug 21 21:45:49.125 INFO STEP 458 (remove_files) COMPLETE
66512026-08-21T21:45:50.514Z[ recovery-image] Aug 21 21:45:49.125 INFO O| Aug 21 21:45:49.125 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-08-21T21:45:50.522Z[ recovery-image] Aug 21 21:45:49.134 INFO O| Aug 21 21:45:49.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66532026-08-21T21:45:50.522Z[ recovery-image] Aug 21 21:45:49.134 INFO O| Aug 21 21:45:49.134 INFO STEP 459 (remove_files) COMPLETE
66542026-08-21T21:45:50.522Z[ recovery-image] Aug 21 21:45:49.134 INFO O| Aug 21 21:45:49.134 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-08-21T21:45:50.529Z[ recovery-image] Aug 21 21:45:49.142 INFO O| Aug 21 21:45:49.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66562026-08-21T21:45:50.529Z[ recovery-image] Aug 21 21:45:49.142 INFO O| Aug 21 21:45:49.142 INFO STEP 460 (remove_files) COMPLETE
66572026-08-21T21:45:50.529Z[ recovery-image] Aug 21 21:45:49.142 INFO O| Aug 21 21:45:49.142 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-08-21T21:45:50.539Z[ recovery-image] Aug 21 21:45:49.151 INFO O| Aug 21 21:45:49.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66592026-08-21T21:45:50.539Z[ recovery-image] Aug 21 21:45:49.151 INFO O| Aug 21 21:45:49.151 INFO STEP 461 (remove_files) COMPLETE
66602026-08-21T21:45:50.539Z[ recovery-image] Aug 21 21:45:49.151 INFO O| Aug 21 21:45:49.151 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-08-21T21:45:50.548Z[ recovery-image] Aug 21 21:45:49.161 INFO O| Aug 21 21:45:49.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66622026-08-21T21:45:50.548Z[ recovery-image] Aug 21 21:45:49.161 INFO O| Aug 21 21:45:49.161 INFO STEP 462 (remove_files) COMPLETE
66632026-08-21T21:45:50.551Z[ recovery-image] Aug 21 21:45:49.161 INFO O| Aug 21 21:45:49.161 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-08-21T21:45:50.558Z[ recovery-image] Aug 21 21:45:49.170 INFO O| Aug 21 21:45:49.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66652026-08-21T21:45:50.558Z[ recovery-image] Aug 21 21:45:49.170 INFO O| Aug 21 21:45:49.170 INFO STEP 463 (remove_files) COMPLETE
66662026-08-21T21:45:50.558Z[ recovery-image] Aug 21 21:45:49.170 INFO O| Aug 21 21:45:49.170 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-08-21T21:45:50.567Z[ recovery-image] Aug 21 21:45:49.180 INFO O| Aug 21 21:45:49.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66682026-08-21T21:45:50.567Z[ recovery-image] Aug 21 21:45:49.180 INFO O| Aug 21 21:45:49.180 INFO STEP 464 (remove_files) COMPLETE
66692026-08-21T21:45:50.567Z[ recovery-image] Aug 21 21:45:49.180 INFO O| Aug 21 21:45:49.180 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-08-21T21:45:50.576Z[ recovery-image] Aug 21 21:45:49.189 INFO O| Aug 21 21:45:49.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66712026-08-21T21:45:50.576Z[ recovery-image] Aug 21 21:45:49.189 INFO O| Aug 21 21:45:49.189 INFO STEP 465 (remove_files) COMPLETE
66722026-08-21T21:45:50.576Z[ recovery-image] Aug 21 21:45:49.189 INFO O| Aug 21 21:45:49.189 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-08-21T21:45:50.586Z[ recovery-image] Aug 21 21:45:49.199 INFO O| Aug 21 21:45:49.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66742026-08-21T21:45:50.587Z[ recovery-image] Aug 21 21:45:49.199 INFO O| Aug 21 21:45:49.199 INFO STEP 466 (remove_files) COMPLETE
66752026-08-21T21:45:50.587Z[ recovery-image] Aug 21 21:45:49.199 INFO O| Aug 21 21:45:49.199 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-08-21T21:45:50.598Z[ recovery-image] Aug 21 21:45:49.210 INFO O| Aug 21 21:45:49.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66772026-08-21T21:45:50.599Z[ recovery-image] Aug 21 21:45:49.210 INFO O| Aug 21 21:45:49.210 INFO STEP 467 (remove_files) COMPLETE
66782026-08-21T21:45:50.603Z[ recovery-image] Aug 21 21:45:49.210 INFO O| Aug 21 21:45:49.210 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-08-21T21:45:50.608Z[ recovery-image] Aug 21 21:45:49.219 INFO O| Aug 21 21:45:49.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66802026-08-21T21:45:50.608Z[ recovery-image] Aug 21 21:45:49.219 INFO O| Aug 21 21:45:49.219 INFO STEP 468 (remove_files) COMPLETE
66812026-08-21T21:45:50.608Z[ recovery-image] Aug 21 21:45:49.219 INFO O| Aug 21 21:45:49.219 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-08-21T21:45:50.618Z[ recovery-image] Aug 21 21:45:49.230 INFO O| Aug 21 21:45:49.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66832026-08-21T21:45:50.618Z[ recovery-image] Aug 21 21:45:49.230 INFO O| Aug 21 21:45:49.230 INFO STEP 469 (remove_files) COMPLETE
66842026-08-21T21:45:50.618Z[ recovery-image] Aug 21 21:45:49.230 INFO O| Aug 21 21:45:49.230 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-08-21T21:45:50.633Z[ recovery-image] Aug 21 21:45:49.241 INFO O| Aug 21 21:45:49.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66862026-08-21T21:45:50.638Z[ recovery-image] Aug 21 21:45:49.242 INFO O| Aug 21 21:45:49.242 INFO STEP 470 (remove_files) COMPLETE
66872026-08-21T21:45:50.638Z[ recovery-image] Aug 21 21:45:49.242 INFO O| Aug 21 21:45:49.242 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-08-21T21:45:50.642Z[ recovery-image] Aug 21 21:45:49.253 INFO O| Aug 21 21:45:49.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
66892026-08-21T21:45:50.642Z[ recovery-image] Aug 21 21:45:49.253 INFO O| Aug 21 21:45:49.253 INFO STEP 471 (remove_files) COMPLETE
66902026-08-21T21:45:50.642Z[ recovery-image] Aug 21 21:45:49.253 INFO O| Aug 21 21:45:49.253 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-08-21T21:45:50.649Z[ recovery-image] Aug 21 21:45:49.262 INFO O| Aug 21 21:45:49.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
66922026-08-21T21:45:50.649Z[ recovery-image] Aug 21 21:45:49.262 INFO O| Aug 21 21:45:49.262 INFO STEP 472 (remove_files) COMPLETE
66932026-08-21T21:45:50.649Z[ recovery-image] Aug 21 21:45:49.262 INFO O| Aug 21 21:45:49.262 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-08-21T21:45:50.659Z[ recovery-image] Aug 21 21:45:49.271 INFO O| Aug 21 21:45:49.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
66952026-08-21T21:45:50.659Z[ recovery-image] Aug 21 21:45:49.271 INFO O| Aug 21 21:45:49.271 INFO STEP 473 (remove_files) COMPLETE
66962026-08-21T21:45:50.659Z[ recovery-image] Aug 21 21:45:49.271 INFO O| Aug 21 21:45:49.271 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-08-21T21:45:50.669Z[ recovery-image] Aug 21 21:45:49.281 INFO O| Aug 21 21:45:49.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
66982026-08-21T21:45:50.669Z[ recovery-image] Aug 21 21:45:49.281 INFO O| Aug 21 21:45:49.281 INFO STEP 474 (remove_files) COMPLETE
66992026-08-21T21:45:50.669Z[ recovery-image] Aug 21 21:45:49.281 INFO O| Aug 21 21:45:49.281 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-08-21T21:45:50.678Z[ recovery-image] Aug 21 21:45:49.290 INFO O| Aug 21 21:45:49.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67012026-08-21T21:45:50.678Z[ recovery-image] Aug 21 21:45:49.290 INFO O| Aug 21 21:45:49.290 INFO STEP 475 (remove_files) COMPLETE
67022026-08-21T21:45:50.678Z[ recovery-image] Aug 21 21:45:49.290 INFO O| Aug 21 21:45:49.290 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-08-21T21:45:50.691Z[ recovery-image] Aug 21 21:45:49.300 INFO O| Aug 21 21:45:49.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67042026-08-21T21:45:50.691Z[ recovery-image] Aug 21 21:45:49.300 INFO O| Aug 21 21:45:49.300 INFO STEP 476 (remove_files) COMPLETE
67052026-08-21T21:45:50.691Z[ recovery-image] Aug 21 21:45:49.300 INFO O| Aug 21 21:45:49.300 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-08-21T21:45:50.700Z[ recovery-image] Aug 21 21:45:49.310 INFO O| Aug 21 21:45:49.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67072026-08-21T21:45:50.700Z[ recovery-image] Aug 21 21:45:49.310 INFO O| Aug 21 21:45:49.310 INFO STEP 477 (remove_files) COMPLETE
67082026-08-21T21:45:50.700Z[ recovery-image] Aug 21 21:45:49.310 INFO O| Aug 21 21:45:49.310 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-08-21T21:45:50.707Z[ recovery-image] Aug 21 21:45:49.320 INFO O| Aug 21 21:45:49.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67102026-08-21T21:45:50.707Z[ recovery-image] Aug 21 21:45:49.320 INFO O| Aug 21 21:45:49.320 INFO STEP 478 (remove_files) COMPLETE
67112026-08-21T21:45:50.707Z[ recovery-image] Aug 21 21:45:49.320 INFO O| Aug 21 21:45:49.320 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-08-21T21:45:50.719Z[ recovery-image] Aug 21 21:45:49.330 INFO O| Aug 21 21:45:49.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67132026-08-21T21:45:50.719Z[ recovery-image] Aug 21 21:45:49.330 INFO O| Aug 21 21:45:49.330 INFO STEP 479 (remove_files) COMPLETE
67142026-08-21T21:45:50.719Z[ recovery-image] Aug 21 21:45:49.330 INFO O| Aug 21 21:45:49.330 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-08-21T21:45:50.745Z[ recovery-image] Aug 21 21:45:49.341 INFO O| Aug 21 21:45:49.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67162026-08-21T21:45:50.745Z[ recovery-image] Aug 21 21:45:49.341 INFO O| Aug 21 21:45:49.341 INFO STEP 480 (remove_files) COMPLETE
67172026-08-21T21:45:50.745Z[ recovery-image] Aug 21 21:45:49.341 INFO O| Aug 21 21:45:49.341 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-08-21T21:45:50.752Z[ recovery-image] Aug 21 21:45:49.351 INFO O| Aug 21 21:45:49.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67192026-08-21T21:45:50.752Z[ recovery-image] Aug 21 21:45:49.351 INFO O| Aug 21 21:45:49.351 INFO STEP 481 (remove_files) COMPLETE
67202026-08-21T21:45:50.752Z[ recovery-image] Aug 21 21:45:49.351 INFO O| Aug 21 21:45:49.351 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-08-21T21:45:50.752Z[ recovery-image] Aug 21 21:45:49.360 INFO O| Aug 21 21:45:49.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67222026-08-21T21:45:50.752Z[ recovery-image] Aug 21 21:45:49.361 INFO O| Aug 21 21:45:49.361 INFO STEP 482 (remove_files) COMPLETE
67232026-08-21T21:45:50.752Z[ recovery-image] Aug 21 21:45:49.361 INFO O| Aug 21 21:45:49.361 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-08-21T21:45:50.758Z[ recovery-image] Aug 21 21:45:49.370 INFO O| Aug 21 21:45:49.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67252026-08-21T21:45:50.758Z[ recovery-image] Aug 21 21:45:49.370 INFO O| Aug 21 21:45:49.370 INFO STEP 483 (remove_files) COMPLETE
67262026-08-21T21:45:50.758Z[ recovery-image] Aug 21 21:45:49.370 INFO O| Aug 21 21:45:49.370 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-08-21T21:45:50.766Z[ recovery-image] Aug 21 21:45:49.379 INFO O| Aug 21 21:45:49.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67282026-08-21T21:45:50.766Z[ recovery-image] Aug 21 21:45:49.379 INFO O| Aug 21 21:45:49.379 INFO STEP 484 (remove_files) COMPLETE
67292026-08-21T21:45:50.766Z[ recovery-image] Aug 21 21:45:49.379 INFO O| Aug 21 21:45:49.379 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-08-21T21:45:50.780Z[ recovery-image] Aug 21 21:45:49.390 INFO O| Aug 21 21:45:49.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67312026-08-21T21:45:50.780Z[ recovery-image] Aug 21 21:45:49.390 INFO O| Aug 21 21:45:49.390 INFO STEP 485 (remove_files) COMPLETE
67322026-08-21T21:45:50.780Z[ recovery-image] Aug 21 21:45:49.390 INFO O| Aug 21 21:45:49.390 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-08-21T21:45:50.784Z[verify-libraries] Compiling internet-checksum v0.2.1
67342026-08-21T21:45:50.791Z[ recovery-image] Aug 21 21:45:49.400 INFO O| Aug 21 21:45:49.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67352026-08-21T21:45:50.792Z[ recovery-image] Aug 21 21:45:49.400 INFO O| Aug 21 21:45:49.400 INFO STEP 486 (remove_files) COMPLETE
67362026-08-21T21:45:50.792Z[ recovery-image] Aug 21 21:45:49.400 INFO O| Aug 21 21:45:49.400 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-08-21T21:45:50.800Z[ recovery-image] Aug 21 21:45:49.410 INFO O| Aug 21 21:45:49.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67382026-08-21T21:45:50.800Z[ recovery-image] Aug 21 21:45:49.410 INFO O| Aug 21 21:45:49.410 INFO STEP 487 (remove_files) COMPLETE
67392026-08-21T21:45:50.803Z[ recovery-image] Aug 21 21:45:49.410 INFO O| Aug 21 21:45:49.410 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-08-21T21:45:50.809Z[ recovery-image] Aug 21 21:45:49.421 INFO O| Aug 21 21:45:49.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67412026-08-21T21:45:50.809Z[ recovery-image] Aug 21 21:45:49.421 INFO O| Aug 21 21:45:49.421 INFO STEP 488 (remove_files) COMPLETE
67422026-08-21T21:45:50.809Z[ recovery-image] Aug 21 21:45:49.421 INFO O| Aug 21 21:45:49.421 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-08-21T21:45:50.821Z[ recovery-image] Aug 21 21:45:49.432 INFO O| Aug 21 21:45:49.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67442026-08-21T21:45:50.821Z[ recovery-image] Aug 21 21:45:49.432 INFO O| Aug 21 21:45:49.432 INFO STEP 489 (remove_files) COMPLETE
67452026-08-21T21:45:50.821Z[ recovery-image] Aug 21 21:45:49.432 INFO O| Aug 21 21:45:49.432 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-08-21T21:45:50.830Z[ recovery-image] Aug 21 21:45:49.443 INFO O| Aug 21 21:45:49.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67472026-08-21T21:45:50.830Z[ recovery-image] Aug 21 21:45:49.443 INFO O| Aug 21 21:45:49.443 INFO STEP 490 (remove_files) COMPLETE
67482026-08-21T21:45:50.833Z[ recovery-image] Aug 21 21:45:49.443 INFO O| Aug 21 21:45:49.443 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-08-21T21:45:50.841Z[ recovery-image] Aug 21 21:45:49.453 INFO O| Aug 21 21:45:49.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67502026-08-21T21:45:50.841Z[ recovery-image] Aug 21 21:45:49.453 INFO O| Aug 21 21:45:49.453 INFO STEP 491 (remove_files) COMPLETE
67512026-08-21T21:45:50.841Z[ recovery-image] Aug 21 21:45:49.453 INFO O| Aug 21 21:45:49.453 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-08-21T21:45:50.851Z[ recovery-image] Aug 21 21:45:49.463 INFO O| Aug 21 21:45:49.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67532026-08-21T21:45:50.851Z[ recovery-image] Aug 21 21:45:49.463 INFO O| Aug 21 21:45:49.463 INFO STEP 492 (remove_files) COMPLETE
67542026-08-21T21:45:50.857Z[ recovery-image] Aug 21 21:45:49.463 INFO O| Aug 21 21:45:49.463 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-08-21T21:45:50.860Z[ recovery-image] Aug 21 21:45:49.473 INFO O| Aug 21 21:45:49.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67562026-08-21T21:45:50.860Z[ recovery-image] Aug 21 21:45:49.473 INFO O| Aug 21 21:45:49.473 INFO STEP 493 (remove_files) COMPLETE
67572026-08-21T21:45:50.863Z[ recovery-image] Aug 21 21:45:49.473 INFO O| Aug 21 21:45:49.473 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-08-21T21:45:50.870Z[ recovery-image] Aug 21 21:45:49.483 INFO O| Aug 21 21:45:49.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67592026-08-21T21:45:50.870Z[ recovery-image] Aug 21 21:45:49.483 INFO O| Aug 21 21:45:49.483 INFO STEP 494 (remove_files) COMPLETE
67602026-08-21T21:45:50.873Z[ recovery-image] Aug 21 21:45:49.483 INFO O| Aug 21 21:45:49.483 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-08-21T21:45:50.880Z[ recovery-image] Aug 21 21:45:49.492 INFO O| Aug 21 21:45:49.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67622026-08-21T21:45:50.880Z[ recovery-image] Aug 21 21:45:49.492 INFO O| Aug 21 21:45:49.492 INFO STEP 495 (remove_files) COMPLETE
67632026-08-21T21:45:50.880Z[ recovery-image] Aug 21 21:45:49.492 INFO O| Aug 21 21:45:49.492 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-08-21T21:45:50.889Z[ recovery-image] Aug 21 21:45:49.502 INFO O| Aug 21 21:45:49.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67652026-08-21T21:45:50.889Z[ recovery-image] Aug 21 21:45:49.502 INFO O| Aug 21 21:45:49.502 INFO STEP 496 (remove_files) COMPLETE
67662026-08-21T21:45:50.889Z[ recovery-image] Aug 21 21:45:49.502 INFO O| Aug 21 21:45:49.502 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-08-21T21:45:50.899Z[ recovery-image] Aug 21 21:45:49.512 INFO O| Aug 21 21:45:49.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67682026-08-21T21:45:50.899Z[ recovery-image] Aug 21 21:45:49.512 INFO O| Aug 21 21:45:49.512 INFO STEP 497 (remove_files) COMPLETE
67692026-08-21T21:45:50.899Z[ recovery-image] Aug 21 21:45:49.512 INFO O| Aug 21 21:45:49.512 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-08-21T21:45:50.908Z[ recovery-image] Aug 21 21:45:49.521 INFO O| Aug 21 21:45:49.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67712026-08-21T21:45:50.908Z[ recovery-image] Aug 21 21:45:49.521 INFO O| Aug 21 21:45:49.521 INFO STEP 498 (remove_files) COMPLETE
67722026-08-21T21:45:50.908Z[ recovery-image] Aug 21 21:45:49.521 INFO O| Aug 21 21:45:49.521 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-08-21T21:45:50.919Z[ recovery-image] Aug 21 21:45:49.532 INFO O| Aug 21 21:45:49.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67742026-08-21T21:45:50.919Z[ recovery-image] Aug 21 21:45:49.532 INFO O| Aug 21 21:45:49.532 INFO STEP 499 (remove_files) COMPLETE
67752026-08-21T21:45:50.919Z[ recovery-image] Aug 21 21:45:49.532 INFO O| Aug 21 21:45:49.532 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-08-21T21:45:50.931Z[ recovery-image] Aug 21 21:45:49.541 INFO O| Aug 21 21:45:49.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67772026-08-21T21:45:50.931Z[ recovery-image] Aug 21 21:45:49.541 INFO O| Aug 21 21:45:49.541 INFO STEP 500 (remove_files) COMPLETE
67782026-08-21T21:45:50.931Z[ recovery-image] Aug 21 21:45:49.541 INFO O| Aug 21 21:45:49.541 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-08-21T21:45:50.937Z[ recovery-image] Aug 21 21:45:49.550 INFO O| Aug 21 21:45:49.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67802026-08-21T21:45:50.937Z[ recovery-image] Aug 21 21:45:49.551 INFO O| Aug 21 21:45:49.551 INFO STEP 501 (remove_files) COMPLETE
67812026-08-21T21:45:50.937Z[ recovery-image] Aug 21 21:45:49.551 INFO O| Aug 21 21:45:49.551 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-08-21T21:45:50.948Z[ recovery-image] Aug 21 21:45:49.560 INFO O| Aug 21 21:45:49.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67832026-08-21T21:45:50.948Z[ recovery-image] Aug 21 21:45:49.560 INFO O| Aug 21 21:45:49.560 INFO STEP 502 (remove_files) COMPLETE
67842026-08-21T21:45:50.948Z[ recovery-image] Aug 21 21:45:49.560 INFO O| Aug 21 21:45:49.560 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-08-21T21:45:50.956Z[ recovery-image] Aug 21 21:45:49.570 INFO O| Aug 21 21:45:49.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
67862026-08-21T21:45:50.957Z[ recovery-image] Aug 21 21:45:49.570 INFO O| Aug 21 21:45:49.570 INFO STEP 503 (remove_files) COMPLETE
67872026-08-21T21:45:50.957Z[ recovery-image] Aug 21 21:45:49.570 INFO O| Aug 21 21:45:49.570 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-08-21T21:45:50.966Z[ recovery-image] Aug 21 21:45:49.579 INFO O| Aug 21 21:45:49.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
67892026-08-21T21:45:50.966Z[ recovery-image] Aug 21 21:45:49.579 INFO O| Aug 21 21:45:49.579 INFO STEP 504 (remove_files) COMPLETE
67902026-08-21T21:45:50.966Z[ recovery-image] Aug 21 21:45:49.579 INFO O| Aug 21 21:45:49.579 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-08-21T21:45:50.972Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
67922026-08-21T21:45:50.977Z[ recovery-image] Aug 21 21:45:49.588 INFO O| Aug 21 21:45:49.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
67932026-08-21T21:45:50.977Z[ recovery-image] Aug 21 21:45:49.588 INFO O| Aug 21 21:45:49.588 INFO STEP 505 (remove_files) COMPLETE
67942026-08-21T21:45:50.977Z[ recovery-image] Aug 21 21:45:49.588 INFO O| Aug 21 21:45:49.588 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-08-21T21:45:50.984Z[ recovery-image] Aug 21 21:45:49.597 INFO O| Aug 21 21:45:49.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
67962026-08-21T21:45:50.984Z[ recovery-image] Aug 21 21:45:49.597 INFO O| Aug 21 21:45:49.597 INFO STEP 506 (remove_files) COMPLETE
67972026-08-21T21:45:50.989Z[ recovery-image] Aug 21 21:45:49.597 INFO O| Aug 21 21:45:49.597 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-08-21T21:45:50.993Z[ recovery-image] Aug 21 21:45:49.606 INFO O| Aug 21 21:45:49.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
67992026-08-21T21:45:50.993Z[ recovery-image] Aug 21 21:45:49.606 INFO O| Aug 21 21:45:49.606 INFO STEP 507 (remove_files) COMPLETE
68002026-08-21T21:45:50.996Z[ recovery-image] Aug 21 21:45:49.606 INFO O| Aug 21 21:45:49.606 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-08-21T21:45:51.002Z[ recovery-image] Aug 21 21:45:49.615 INFO O| Aug 21 21:45:49.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68022026-08-21T21:45:51.002Z[ recovery-image] Aug 21 21:45:49.616 INFO O| Aug 21 21:45:49.616 INFO STEP 508 (remove_files) COMPLETE
68032026-08-21T21:45:51.002Z[ recovery-image] Aug 21 21:45:49.616 INFO O| Aug 21 21:45:49.616 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-08-21T21:45:51.012Z[ recovery-image] Aug 21 21:45:49.625 INFO O| Aug 21 21:45:49.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68052026-08-21T21:45:51.012Z[ recovery-image] Aug 21 21:45:49.625 INFO O| Aug 21 21:45:49.625 INFO STEP 509 (remove_files) COMPLETE
68062026-08-21T21:45:51.015Z[ recovery-image] Aug 21 21:45:49.625 INFO O| Aug 21 21:45:49.625 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-08-21T21:45:51.021Z[ recovery-image] Aug 21 21:45:49.634 INFO O| Aug 21 21:45:49.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68082026-08-21T21:45:51.021Z[ recovery-image] Aug 21 21:45:49.634 INFO O| Aug 21 21:45:49.634 INFO STEP 510 (remove_files) COMPLETE
68092026-08-21T21:45:51.021Z[ recovery-image] Aug 21 21:45:49.634 INFO O| Aug 21 21:45:49.634 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-08-21T21:45:51.030Z[ recovery-image] Aug 21 21:45:49.644 INFO O| Aug 21 21:45:49.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68112026-08-21T21:45:51.031Z[ recovery-image] Aug 21 21:45:49.644 INFO O| Aug 21 21:45:49.644 INFO STEP 511 (remove_files) COMPLETE
68122026-08-21T21:45:51.031Z[ recovery-image] Aug 21 21:45:49.644 INFO O| Aug 21 21:45:49.644 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-08-21T21:45:51.039Z[ recovery-image] Aug 21 21:45:49.653 INFO O| Aug 21 21:45:49.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68142026-08-21T21:45:51.039Z[ recovery-image] Aug 21 21:45:49.653 INFO O| Aug 21 21:45:49.653 INFO STEP 512 (remove_files) COMPLETE
68152026-08-21T21:45:51.042Z[ recovery-image] Aug 21 21:45:49.653 INFO O| Aug 21 21:45:49.653 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-08-21T21:45:51.049Z[ recovery-image] Aug 21 21:45:49.662 INFO O| Aug 21 21:45:49.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68172026-08-21T21:45:51.053Z[ recovery-image] Aug 21 21:45:49.662 INFO O| Aug 21 21:45:49.662 INFO STEP 513 (remove_files) COMPLETE
68182026-08-21T21:45:51.054Z[ recovery-image] Aug 21 21:45:49.662 INFO O| Aug 21 21:45:49.662 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-08-21T21:45:51.057Z[ recovery-image] Aug 21 21:45:49.671 INFO O| Aug 21 21:45:49.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68202026-08-21T21:45:51.062Z[ recovery-image] Aug 21 21:45:49.671 INFO O| Aug 21 21:45:49.671 INFO STEP 514 (remove_files) COMPLETE
68212026-08-21T21:45:51.062Z[ recovery-image] Aug 21 21:45:49.671 INFO O| Aug 21 21:45:49.671 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-08-21T21:45:51.067Z[ recovery-image] Aug 21 21:45:49.680 INFO O| Aug 21 21:45:49.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68232026-08-21T21:45:51.068Z[ recovery-image] Aug 21 21:45:49.681 INFO O| Aug 21 21:45:49.681 INFO STEP 515 (remove_files) COMPLETE
68242026-08-21T21:45:51.068Z[ recovery-image] Aug 21 21:45:49.681 INFO O| Aug 21 21:45:49.681 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-08-21T21:45:51.077Z[ recovery-image] Aug 21 21:45:49.690 INFO O| Aug 21 21:45:49.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68262026-08-21T21:45:51.081Z[ recovery-image] Aug 21 21:45:49.691 INFO O| Aug 21 21:45:49.691 INFO STEP 516 (remove_files) COMPLETE
68272026-08-21T21:45:51.081Z[ recovery-image] Aug 21 21:45:49.691 INFO O| Aug 21 21:45:49.691 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-08-21T21:45:51.086Z[ recovery-image] Aug 21 21:45:49.699 INFO O| Aug 21 21:45:49.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68292026-08-21T21:45:51.086Z[ recovery-image] Aug 21 21:45:49.699 INFO O| Aug 21 21:45:49.699 INFO STEP 517 (remove_files) COMPLETE
68302026-08-21T21:45:51.086Z[ recovery-image] Aug 21 21:45:49.699 INFO O| Aug 21 21:45:49.699 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-08-21T21:45:51.097Z[ recovery-image] Aug 21 21:45:49.709 INFO O| Aug 21 21:45:49.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68322026-08-21T21:45:51.097Z[ recovery-image] Aug 21 21:45:49.709 INFO O| Aug 21 21:45:49.709 INFO STEP 518 (remove_files) COMPLETE
68332026-08-21T21:45:51.097Z[ recovery-image] Aug 21 21:45:49.709 INFO O| Aug 21 21:45:49.709 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-08-21T21:45:51.106Z[ recovery-image] Aug 21 21:45:49.719 INFO O| Aug 21 21:45:49.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68352026-08-21T21:45:51.106Z[ recovery-image] Aug 21 21:45:49.719 INFO O| Aug 21 21:45:49.719 INFO STEP 519 (remove_files) COMPLETE
68362026-08-21T21:45:51.106Z[ recovery-image] Aug 21 21:45:49.719 INFO O| Aug 21 21:45:49.719 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-08-21T21:45:51.117Z[ recovery-image] Aug 21 21:45:49.730 INFO O| Aug 21 21:45:49.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68382026-08-21T21:45:51.117Z[ recovery-image] Aug 21 21:45:49.730 INFO O| Aug 21 21:45:49.730 INFO STEP 520 (remove_files) COMPLETE
68392026-08-21T21:45:51.117Z[ recovery-image] Aug 21 21:45:49.730 INFO O| Aug 21 21:45:49.730 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-08-21T21:45:51.128Z[ recovery-image] Aug 21 21:45:49.741 INFO O| Aug 21 21:45:49.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68412026-08-21T21:45:51.128Z[ recovery-image] Aug 21 21:45:49.741 INFO O| Aug 21 21:45:49.741 INFO STEP 521 (remove_files) COMPLETE
68422026-08-21T21:45:51.128Z[ recovery-image] Aug 21 21:45:49.741 INFO O| Aug 21 21:45:49.741 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-08-21T21:45:51.139Z[ recovery-image] Aug 21 21:45:49.752 INFO O| Aug 21 21:45:49.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68442026-08-21T21:45:51.139Z[ recovery-image] Aug 21 21:45:49.752 INFO O| Aug 21 21:45:49.752 INFO STEP 522 (remove_files) COMPLETE
68452026-08-21T21:45:51.139Z[ recovery-image] Aug 21 21:45:49.752 INFO O| Aug 21 21:45:49.752 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-08-21T21:45:51.150Z[ recovery-image] Aug 21 21:45:49.763 INFO O| Aug 21 21:45:49.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68472026-08-21T21:45:51.150Z[ recovery-image] Aug 21 21:45:49.763 INFO O| Aug 21 21:45:49.763 INFO STEP 523 (remove_files) COMPLETE
68482026-08-21T21:45:51.151Z[ recovery-image] Aug 21 21:45:49.763 INFO O| Aug 21 21:45:49.763 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-08-21T21:45:51.160Z[ recovery-image] Aug 21 21:45:49.773 INFO O| Aug 21 21:45:49.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68502026-08-21T21:45:51.160Z[ recovery-image] Aug 21 21:45:49.773 INFO O| Aug 21 21:45:49.773 INFO STEP 524 (remove_files) COMPLETE
68512026-08-21T21:45:51.163Z[ recovery-image] Aug 21 21:45:49.773 INFO O| Aug 21 21:45:49.773 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-08-21T21:45:51.171Z[ recovery-image] Aug 21 21:45:49.784 INFO O| Aug 21 21:45:49.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68532026-08-21T21:45:51.171Z[ recovery-image] Aug 21 21:45:49.784 INFO O| Aug 21 21:45:49.784 INFO STEP 525 (remove_files) COMPLETE
68542026-08-21T21:45:51.171Z[ recovery-image] Aug 21 21:45:49.784 INFO O| Aug 21 21:45:49.784 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-08-21T21:45:51.183Z[ recovery-image] Aug 21 21:45:49.795 INFO O| Aug 21 21:45:49.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68562026-08-21T21:45:51.183Z[ recovery-image] Aug 21 21:45:49.795 INFO O| Aug 21 21:45:49.795 INFO STEP 526 (remove_files) COMPLETE
68572026-08-21T21:45:51.183Z[ recovery-image] Aug 21 21:45:49.795 INFO O| Aug 21 21:45:49.795 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-08-21T21:45:51.193Z[ recovery-image] Aug 21 21:45:49.806 INFO O| Aug 21 21:45:49.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68592026-08-21T21:45:51.193Z[ recovery-image] Aug 21 21:45:49.806 INFO O| Aug 21 21:45:49.806 INFO STEP 527 (remove_files) COMPLETE
68602026-08-21T21:45:51.193Z[ recovery-image] Aug 21 21:45:49.806 INFO O| Aug 21 21:45:49.806 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-08-21T21:45:51.205Z[ recovery-image] Aug 21 21:45:49.817 INFO O| Aug 21 21:45:49.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68622026-08-21T21:45:51.205Z[ recovery-image] Aug 21 21:45:49.817 INFO O| Aug 21 21:45:49.817 INFO STEP 528 (remove_files) COMPLETE
68632026-08-21T21:45:51.205Z[ recovery-image] Aug 21 21:45:49.817 INFO O| Aug 21 21:45:49.817 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-08-21T21:45:51.236Z[ recovery-image] Aug 21 21:45:49.848 INFO O| Aug 21 21:45:49.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68652026-08-21T21:45:51.236Z[ recovery-image] Aug 21 21:45:49.849 INFO O| Aug 21 21:45:49.848 INFO STEP 529 (remove_files) COMPLETE
68662026-08-21T21:45:51.236Z[ recovery-image] Aug 21 21:45:49.849 INFO O| Aug 21 21:45:49.848 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-08-21T21:45:51.246Z[ recovery-image] Aug 21 21:45:49.859 INFO O| Aug 21 21:45:49.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68682026-08-21T21:45:51.246Z[ recovery-image] Aug 21 21:45:49.859 INFO O| Aug 21 21:45:49.859 INFO STEP 530 (remove_files) COMPLETE
68692026-08-21T21:45:51.246Z[ recovery-image] Aug 21 21:45:49.859 INFO O| Aug 21 21:45:49.859 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-08-21T21:45:51.256Z[ recovery-image] Aug 21 21:45:49.869 INFO O| Aug 21 21:45:49.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68712026-08-21T21:45:51.256Z[ recovery-image] Aug 21 21:45:49.869 INFO O| Aug 21 21:45:49.869 INFO STEP 531 (remove_files) COMPLETE
68722026-08-21T21:45:51.256Z[ recovery-image] Aug 21 21:45:49.869 INFO O| Aug 21 21:45:49.869 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-08-21T21:45:51.265Z[ recovery-image] Aug 21 21:45:49.878 INFO O| Aug 21 21:45:49.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68742026-08-21T21:45:51.265Z[ recovery-image] Aug 21 21:45:49.878 INFO O| Aug 21 21:45:49.878 INFO STEP 532 (remove_files) COMPLETE
68752026-08-21T21:45:51.265Z[ recovery-image] Aug 21 21:45:49.878 INFO O| Aug 21 21:45:49.878 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-08-21T21:45:51.273Z[ recovery-image] Aug 21 21:45:49.887 INFO O| Aug 21 21:45:49.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68772026-08-21T21:45:51.273Z[ recovery-image] Aug 21 21:45:49.887 INFO O| Aug 21 21:45:49.887 INFO STEP 533 (remove_files) COMPLETE
68782026-08-21T21:45:51.274Z[ recovery-image] Aug 21 21:45:49.887 INFO O| Aug 21 21:45:49.887 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-08-21T21:45:51.281Z[ recovery-image] Aug 21 21:45:49.894 INFO O| Aug 21 21:45:49.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68802026-08-21T21:45:51.281Z[ recovery-image] Aug 21 21:45:49.894 INFO O| Aug 21 21:45:49.894 INFO STEP 534 (remove_files) COMPLETE
68812026-08-21T21:45:51.281Z[ recovery-image] Aug 21 21:45:49.894 INFO O| Aug 21 21:45:49.894 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-08-21T21:45:51.292Z[ recovery-image] Aug 21 21:45:49.905 INFO O| Aug 21 21:45:49.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68832026-08-21T21:45:51.292Z[ recovery-image] Aug 21 21:45:49.905 INFO O| Aug 21 21:45:49.905 INFO STEP 535 (remove_files) COMPLETE
68842026-08-21T21:45:51.292Z[ recovery-image] Aug 21 21:45:49.905 INFO O| Aug 21 21:45:49.905 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-08-21T21:45:51.301Z[ recovery-image] Aug 21 21:45:49.914 INFO O| Aug 21 21:45:49.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
68862026-08-21T21:45:51.301Z[ recovery-image] Aug 21 21:45:49.914 INFO O| Aug 21 21:45:49.914 INFO STEP 536 (remove_files) COMPLETE
68872026-08-21T21:45:51.301Z[ recovery-image] Aug 21 21:45:49.914 INFO O| Aug 21 21:45:49.914 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-08-21T21:45:51.311Z[ recovery-image] Aug 21 21:45:49.924 INFO O| Aug 21 21:45:49.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
68892026-08-21T21:45:51.311Z[ recovery-image] Aug 21 21:45:49.924 INFO O| Aug 21 21:45:49.924 INFO STEP 537 (remove_files) COMPLETE
68902026-08-21T21:45:51.311Z[ recovery-image] Aug 21 21:45:49.924 INFO O| Aug 21 21:45:49.924 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-08-21T21:45:51.320Z[ recovery-image] Aug 21 21:45:49.933 INFO O| Aug 21 21:45:49.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
68922026-08-21T21:45:51.323Z[ recovery-image] Aug 21 21:45:49.934 INFO O| Aug 21 21:45:49.934 INFO STEP 538 (remove_files) COMPLETE
68932026-08-21T21:45:51.323Z[ recovery-image] Aug 21 21:45:49.934 INFO O| Aug 21 21:45:49.934 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-08-21T21:45:51.333Z[ recovery-image] Aug 21 21:45:49.946 INFO O| Aug 21 21:45:49.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
68952026-08-21T21:45:51.333Z[ recovery-image] Aug 21 21:45:49.946 INFO O| Aug 21 21:45:49.946 INFO STEP 539 (remove_files) COMPLETE
68962026-08-21T21:45:51.333Z[ recovery-image] Aug 21 21:45:49.946 INFO O| Aug 21 21:45:49.946 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-08-21T21:45:51.345Z[ recovery-image] Aug 21 21:45:49.957 INFO O| Aug 21 21:45:49.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
68982026-08-21T21:45:51.345Z[ recovery-image] Aug 21 21:45:49.957 INFO O| Aug 21 21:45:49.957 INFO STEP 540 (remove_files) COMPLETE
68992026-08-21T21:45:51.345Z[ recovery-image] Aug 21 21:45:49.957 INFO O| Aug 21 21:45:49.957 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-08-21T21:45:51.352Z[ recovery-image] Aug 21 21:45:49.966 INFO O| Aug 21 21:45:49.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69012026-08-21T21:45:51.353Z[ recovery-image] Aug 21 21:45:49.966 INFO O| Aug 21 21:45:49.966 INFO STEP 541 (remove_files) COMPLETE
69022026-08-21T21:45:51.353Z[ recovery-image] Aug 21 21:45:49.966 INFO O| Aug 21 21:45:49.966 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-08-21T21:45:51.363Z[ recovery-image] Aug 21 21:45:49.976 INFO O| Aug 21 21:45:49.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69042026-08-21T21:45:51.363Z[ recovery-image] Aug 21 21:45:49.976 INFO O| Aug 21 21:45:49.976 INFO STEP 542 (remove_files) COMPLETE
69052026-08-21T21:45:51.366Z[ recovery-image] Aug 21 21:45:49.976 INFO O| Aug 21 21:45:49.976 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-08-21T21:45:51.374Z[ recovery-image] Aug 21 21:45:49.986 INFO O| Aug 21 21:45:49.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69072026-08-21T21:45:51.374Z[ recovery-image] Aug 21 21:45:49.986 INFO O| Aug 21 21:45:49.986 INFO STEP 543 (remove_files) COMPLETE
69082026-08-21T21:45:51.375Z[ recovery-image] Aug 21 21:45:49.986 INFO O| Aug 21 21:45:49.986 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-08-21T21:45:51.385Z[ recovery-image] Aug 21 21:45:49.997 INFO O| Aug 21 21:45:49.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69102026-08-21T21:45:51.385Z[ recovery-image] Aug 21 21:45:49.997 INFO O| Aug 21 21:45:49.997 INFO STEP 544 (remove_files) COMPLETE
69112026-08-21T21:45:51.385Z[ recovery-image] Aug 21 21:45:49.997 INFO O| Aug 21 21:45:49.997 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-08-21T21:45:51.400Z[ recovery-image] Aug 21 21:45:50.008 INFO O| Aug 21 21:45:50.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69132026-08-21T21:45:51.400Z[ recovery-image] Aug 21 21:45:50.008 INFO O| Aug 21 21:45:50.008 INFO STEP 545 (remove_files) COMPLETE
69142026-08-21T21:45:51.400Z[ recovery-image] Aug 21 21:45:50.008 INFO O| Aug 21 21:45:50.008 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-08-21T21:45:51.405Z[ recovery-image] Aug 21 21:45:50.018 INFO O| Aug 21 21:45:50.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69162026-08-21T21:45:51.405Z[ recovery-image] Aug 21 21:45:50.018 INFO O| Aug 21 21:45:50.018 INFO STEP 546 (remove_files) COMPLETE
69172026-08-21T21:45:51.405Z[ recovery-image] Aug 21 21:45:50.018 INFO O| Aug 21 21:45:50.018 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-08-21T21:45:51.411Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
69192026-08-21T21:45:51.416Z[ recovery-image] Aug 21 21:45:50.028 INFO O| Aug 21 21:45:50.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69202026-08-21T21:45:51.416Z[ recovery-image] Aug 21 21:45:50.028 INFO O| Aug 21 21:45:50.028 INFO STEP 547 (remove_files) COMPLETE
69212026-08-21T21:45:51.416Z[ recovery-image] Aug 21 21:45:50.028 INFO O| Aug 21 21:45:50.028 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-08-21T21:45:51.430Z[ recovery-image] Aug 21 21:45:50.040 INFO O| Aug 21 21:45:50.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69232026-08-21T21:45:51.430Z[ recovery-image] Aug 21 21:45:50.040 INFO O| Aug 21 21:45:50.038 INFO STEP 548 (remove_files) COMPLETE
69242026-08-21T21:45:51.430Z[ recovery-image] Aug 21 21:45:50.041 INFO O| Aug 21 21:45:50.038 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-08-21T21:45:51.436Z[ recovery-image] Aug 21 21:45:50.050 INFO O| Aug 21 21:45:50.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69262026-08-21T21:45:51.439Z[ recovery-image] Aug 21 21:45:50.050 INFO O| Aug 21 21:45:50.050 INFO STEP 549 (remove_files) COMPLETE
69272026-08-21T21:45:51.439Z[ recovery-image] Aug 21 21:45:50.051 INFO O| Aug 21 21:45:50.050 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-08-21T21:45:51.449Z[ recovery-image] Aug 21 21:45:50.062 INFO O| Aug 21 21:45:50.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69292026-08-21T21:45:51.449Z[ recovery-image] Aug 21 21:45:50.062 INFO O| Aug 21 21:45:50.062 INFO STEP 550 (remove_files) COMPLETE
69302026-08-21T21:45:51.449Z[ recovery-image] Aug 21 21:45:50.062 INFO O| Aug 21 21:45:50.062 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-08-21T21:45:51.459Z[ recovery-image] Aug 21 21:45:50.072 INFO O| Aug 21 21:45:50.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69322026-08-21T21:45:51.459Z[ recovery-image] Aug 21 21:45:50.072 INFO O| Aug 21 21:45:50.072 INFO STEP 551 (remove_files) COMPLETE
69332026-08-21T21:45:51.459Z[ recovery-image] Aug 21 21:45:50.072 INFO O| Aug 21 21:45:50.072 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-08-21T21:45:51.469Z[ recovery-image] Aug 21 21:45:50.082 INFO O| Aug 21 21:45:50.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69352026-08-21T21:45:51.469Z[ recovery-image] Aug 21 21:45:50.082 INFO O| Aug 21 21:45:50.082 INFO STEP 552 (remove_files) COMPLETE
69362026-08-21T21:45:51.472Z[ recovery-image] Aug 21 21:45:50.082 INFO O| Aug 21 21:45:50.082 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-08-21T21:45:51.478Z[ recovery-image] Aug 21 21:45:50.091 INFO O| Aug 21 21:45:50.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69382026-08-21T21:45:51.478Z[ recovery-image] Aug 21 21:45:50.091 INFO O| Aug 21 21:45:50.091 INFO STEP 553 (remove_files) COMPLETE
69392026-08-21T21:45:51.478Z[ recovery-image] Aug 21 21:45:50.091 INFO O| Aug 21 21:45:50.091 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-08-21T21:45:51.488Z[ recovery-image] Aug 21 21:45:50.101 INFO O| Aug 21 21:45:50.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69412026-08-21T21:45:51.488Z[ recovery-image] Aug 21 21:45:50.101 INFO O| Aug 21 21:45:50.101 INFO STEP 554 (remove_files) COMPLETE
69422026-08-21T21:45:51.492Z[ recovery-image] Aug 21 21:45:50.101 INFO O| Aug 21 21:45:50.101 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-08-21T21:45:51.499Z[ recovery-image] Aug 21 21:45:50.111 INFO O| Aug 21 21:45:50.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69442026-08-21T21:45:51.499Z[ recovery-image] Aug 21 21:45:50.111 INFO O| Aug 21 21:45:50.111 INFO STEP 555 (remove_files) COMPLETE
69452026-08-21T21:45:51.499Z[ recovery-image] Aug 21 21:45:50.112 INFO O| Aug 21 21:45:50.111 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-08-21T21:45:51.511Z[ recovery-image] Aug 21 21:45:50.122 INFO O| Aug 21 21:45:50.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69472026-08-21T21:45:51.511Z[ recovery-image] Aug 21 21:45:50.122 INFO O| Aug 21 21:45:50.122 INFO STEP 556 (remove_files) COMPLETE
69482026-08-21T21:45:51.511Z[ recovery-image] Aug 21 21:45:50.122 INFO O| Aug 21 21:45:50.122 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-08-21T21:45:51.521Z[ recovery-image] Aug 21 21:45:50.133 INFO O| Aug 21 21:45:50.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69502026-08-21T21:45:51.521Z[ recovery-image] Aug 21 21:45:50.133 INFO O| Aug 21 21:45:50.133 INFO STEP 557 (remove_files) COMPLETE
69512026-08-21T21:45:51.521Z[ recovery-image] Aug 21 21:45:50.133 INFO O| Aug 21 21:45:50.133 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-08-21T21:45:51.530Z[ recovery-image] Aug 21 21:45:50.144 INFO O| Aug 21 21:45:50.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69532026-08-21T21:45:51.530Z[ recovery-image] Aug 21 21:45:50.144 INFO O| Aug 21 21:45:50.144 INFO STEP 558 (remove_files) COMPLETE
69542026-08-21T21:45:51.530Z[ recovery-image] Aug 21 21:45:50.144 INFO O| Aug 21 21:45:50.144 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-08-21T21:45:51.542Z[ recovery-image] Aug 21 21:45:50.155 INFO O| Aug 21 21:45:50.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69562026-08-21T21:45:51.542Z[ recovery-image] Aug 21 21:45:50.155 INFO O| Aug 21 21:45:50.155 INFO STEP 559 (remove_files) COMPLETE
69572026-08-21T21:45:51.542Z[ recovery-image] Aug 21 21:45:50.155 INFO O| Aug 21 21:45:50.155 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-08-21T21:45:51.552Z[ recovery-image] Aug 21 21:45:50.165 INFO O| Aug 21 21:45:50.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69592026-08-21T21:45:51.552Z[ recovery-image] Aug 21 21:45:50.165 INFO O| Aug 21 21:45:50.165 INFO STEP 560 (remove_files) COMPLETE
69602026-08-21T21:45:51.552Z[ recovery-image] Aug 21 21:45:50.165 INFO O| Aug 21 21:45:50.165 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-08-21T21:45:51.561Z[ recovery-image] Aug 21 21:45:50.175 INFO O| Aug 21 21:45:50.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69622026-08-21T21:45:51.562Z[ recovery-image] Aug 21 21:45:50.175 INFO O| Aug 21 21:45:50.175 INFO STEP 561 (remove_files) COMPLETE
69632026-08-21T21:45:51.562Z[ recovery-image] Aug 21 21:45:50.175 INFO O| Aug 21 21:45:50.175 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-08-21T21:45:51.572Z[ recovery-image] Aug 21 21:45:50.184 INFO O| Aug 21 21:45:50.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69652026-08-21T21:45:51.572Z[ recovery-image] Aug 21 21:45:50.184 INFO O| Aug 21 21:45:50.184 INFO STEP 562 (remove_files) COMPLETE
69662026-08-21T21:45:51.572Z[ recovery-image] Aug 21 21:45:50.184 INFO O| Aug 21 21:45:50.184 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-08-21T21:45:51.582Z[ recovery-image] Aug 21 21:45:50.194 INFO O| Aug 21 21:45:50.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69682026-08-21T21:45:51.582Z[ recovery-image] Aug 21 21:45:50.194 INFO O| Aug 21 21:45:50.194 INFO STEP 563 (remove_files) COMPLETE
69692026-08-21T21:45:51.585Z[ recovery-image] Aug 21 21:45:50.194 INFO O| Aug 21 21:45:50.194 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-08-21T21:45:51.591Z[ recovery-image] Aug 21 21:45:50.204 INFO O| Aug 21 21:45:50.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69712026-08-21T21:45:51.591Z[ recovery-image] Aug 21 21:45:50.204 INFO O| Aug 21 21:45:50.204 INFO STEP 564 (remove_files) COMPLETE
69722026-08-21T21:45:51.591Z[ recovery-image] Aug 21 21:45:50.204 INFO O| Aug 21 21:45:50.204 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-08-21T21:45:51.602Z[ recovery-image] Aug 21 21:45:50.214 INFO O| Aug 21 21:45:50.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69742026-08-21T21:45:51.602Z[ recovery-image] Aug 21 21:45:50.214 INFO O| Aug 21 21:45:50.214 INFO STEP 565 (remove_files) COMPLETE
69752026-08-21T21:45:51.602Z[ recovery-image] Aug 21 21:45:50.214 INFO O| Aug 21 21:45:50.214 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-08-21T21:45:51.611Z[ recovery-image] Aug 21 21:45:50.224 INFO O| Aug 21 21:45:50.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69772026-08-21T21:45:51.611Z[ recovery-image] Aug 21 21:45:50.224 INFO O| Aug 21 21:45:50.224 INFO STEP 566 (remove_files) COMPLETE
69782026-08-21T21:45:51.611Z[ recovery-image] Aug 21 21:45:50.224 INFO O| Aug 21 21:45:50.224 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-08-21T21:45:51.622Z[ recovery-image] Aug 21 21:45:50.233 INFO O| Aug 21 21:45:50.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69802026-08-21T21:45:51.622Z[ recovery-image] Aug 21 21:45:50.233 INFO O| Aug 21 21:45:50.233 INFO STEP 567 (remove_files) COMPLETE
69812026-08-21T21:45:51.622Z[ recovery-image] Aug 21 21:45:50.233 INFO O| Aug 21 21:45:50.233 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-08-21T21:45:51.632Z[ recovery-image] Aug 21 21:45:50.245 INFO O| Aug 21 21:45:50.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
69832026-08-21T21:45:51.632Z[ recovery-image] Aug 21 21:45:50.245 INFO O| Aug 21 21:45:50.245 INFO STEP 568 (remove_files) COMPLETE
69842026-08-21T21:45:51.632Z[ recovery-image] Aug 21 21:45:50.245 INFO O| Aug 21 21:45:50.245 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-08-21T21:45:51.645Z[ recovery-image] Aug 21 21:45:50.256 INFO O| Aug 21 21:45:50.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
69862026-08-21T21:45:51.645Z[ recovery-image] Aug 21 21:45:50.256 INFO O| Aug 21 21:45:50.256 INFO STEP 569 (remove_files) COMPLETE
69872026-08-21T21:45:51.645Z[ recovery-image] Aug 21 21:45:50.256 INFO O| Aug 21 21:45:50.256 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-08-21T21:45:51.653Z[ recovery-image] Aug 21 21:45:50.266 INFO O| Aug 21 21:45:50.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
69892026-08-21T21:45:51.653Z[ recovery-image] Aug 21 21:45:50.266 INFO O| Aug 21 21:45:50.266 INFO STEP 570 (remove_files) COMPLETE
69902026-08-21T21:45:51.653Z[ recovery-image] Aug 21 21:45:50.266 INFO O| Aug 21 21:45:50.266 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-08-21T21:45:51.663Z[ recovery-image] Aug 21 21:45:50.276 INFO O| Aug 21 21:45:50.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
69922026-08-21T21:45:51.663Z[ recovery-image] Aug 21 21:45:50.276 INFO O| Aug 21 21:45:50.276 INFO STEP 571 (remove_files) COMPLETE
69932026-08-21T21:45:51.668Z[ recovery-image] Aug 21 21:45:50.276 INFO O| Aug 21 21:45:50.276 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-08-21T21:45:51.673Z[ recovery-image] Aug 21 21:45:50.286 INFO O| Aug 21 21:45:50.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
69952026-08-21T21:45:51.673Z[ recovery-image] Aug 21 21:45:50.286 INFO O| Aug 21 21:45:50.286 INFO STEP 572 (remove_files) COMPLETE
69962026-08-21T21:45:51.673Z[ recovery-image] Aug 21 21:45:50.286 INFO O| Aug 21 21:45:50.286 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-08-21T21:45:51.684Z[ recovery-image] Aug 21 21:45:50.297 INFO O| Aug 21 21:45:50.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
69982026-08-21T21:45:51.684Z[ recovery-image] Aug 21 21:45:50.297 INFO O| Aug 21 21:45:50.297 INFO STEP 573 (remove_files) COMPLETE
69992026-08-21T21:45:51.684Z[ recovery-image] Aug 21 21:45:50.297 INFO O| Aug 21 21:45:50.297 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-08-21T21:45:51.695Z[ recovery-image] Aug 21 21:45:50.306 INFO O| Aug 21 21:45:50.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70012026-08-21T21:45:51.695Z[ recovery-image] Aug 21 21:45:50.306 INFO O| Aug 21 21:45:50.306 INFO STEP 574 (remove_files) COMPLETE
70022026-08-21T21:45:51.695Z[ recovery-image] Aug 21 21:45:50.306 INFO O| Aug 21 21:45:50.306 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-08-21T21:45:51.705Z[ recovery-image] Aug 21 21:45:50.316 INFO O| Aug 21 21:45:50.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70042026-08-21T21:45:51.705Z[ recovery-image] Aug 21 21:45:50.317 INFO O| Aug 21 21:45:50.317 INFO STEP 575 (remove_files) COMPLETE
70052026-08-21T21:45:51.705Z[ recovery-image] Aug 21 21:45:50.317 INFO O| Aug 21 21:45:50.317 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-08-21T21:45:51.715Z[ recovery-image] Aug 21 21:45:50.328 INFO O| Aug 21 21:45:50.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70072026-08-21T21:45:51.715Z[ recovery-image] Aug 21 21:45:50.328 INFO O| Aug 21 21:45:50.328 INFO STEP 576 (remove_files) COMPLETE
70082026-08-21T21:45:51.715Z[ recovery-image] Aug 21 21:45:50.328 INFO O| Aug 21 21:45:50.328 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-08-21T21:45:51.726Z[ recovery-image] Aug 21 21:45:50.339 INFO O| Aug 21 21:45:50.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70102026-08-21T21:45:51.726Z[ recovery-image] Aug 21 21:45:50.339 INFO O| Aug 21 21:45:50.339 INFO STEP 577 (remove_files) COMPLETE
70112026-08-21T21:45:51.726Z[ recovery-image] Aug 21 21:45:50.339 INFO O| Aug 21 21:45:50.339 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-08-21T21:45:51.738Z[ recovery-image] Aug 21 21:45:50.349 INFO O| Aug 21 21:45:50.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70132026-08-21T21:45:51.738Z[ recovery-image] Aug 21 21:45:50.349 INFO O| Aug 21 21:45:50.349 INFO STEP 578 (remove_files) COMPLETE
70142026-08-21T21:45:51.738Z[ recovery-image] Aug 21 21:45:50.349 INFO O| Aug 21 21:45:50.349 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-08-21T21:45:51.749Z[ recovery-image] Aug 21 21:45:50.359 INFO O| Aug 21 21:45:50.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70162026-08-21T21:45:51.752Z[ recovery-image] Aug 21 21:45:50.360 INFO O| Aug 21 21:45:50.360 INFO STEP 579 (remove_files) COMPLETE
70172026-08-21T21:45:51.752Z[ recovery-image] Aug 21 21:45:50.360 INFO O| Aug 21 21:45:50.360 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-08-21T21:45:51.756Z[ recovery-image] Aug 21 21:45:50.370 INFO O| Aug 21 21:45:50.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70192026-08-21T21:45:51.757Z[ recovery-image] Aug 21 21:45:50.370 INFO O| Aug 21 21:45:50.370 INFO STEP 580 (remove_files) COMPLETE
70202026-08-21T21:45:51.757Z[ recovery-image] Aug 21 21:45:50.370 INFO O| Aug 21 21:45:50.370 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-08-21T21:45:51.766Z[ recovery-image] Aug 21 21:45:50.379 INFO O| Aug 21 21:45:50.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70222026-08-21T21:45:51.766Z[ recovery-image] Aug 21 21:45:50.379 INFO O| Aug 21 21:45:50.379 INFO STEP 581 (remove_files) COMPLETE
70232026-08-21T21:45:51.766Z[ recovery-image] Aug 21 21:45:50.379 INFO O| Aug 21 21:45:50.379 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-08-21T21:45:51.775Z[ recovery-image] Aug 21 21:45:50.388 INFO O| Aug 21 21:45:50.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70252026-08-21T21:45:51.775Z[ recovery-image] Aug 21 21:45:50.388 INFO O| Aug 21 21:45:50.388 INFO STEP 582 (remove_files) COMPLETE
70262026-08-21T21:45:51.778Z[ recovery-image] Aug 21 21:45:50.388 INFO O| Aug 21 21:45:50.388 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-08-21T21:45:51.787Z[ recovery-image] Aug 21 21:45:50.397 INFO O| Aug 21 21:45:50.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70282026-08-21T21:45:51.787Z[ recovery-image] Aug 21 21:45:50.397 INFO O| Aug 21 21:45:50.397 INFO STEP 583 (remove_files) COMPLETE
70292026-08-21T21:45:51.787Z[ recovery-image] Aug 21 21:45:50.397 INFO O| Aug 21 21:45:50.397 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-08-21T21:45:51.793Z[ recovery-image] Aug 21 21:45:50.406 INFO O| Aug 21 21:45:50.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70312026-08-21T21:45:51.793Z[ recovery-image] Aug 21 21:45:50.406 INFO O| Aug 21 21:45:50.406 INFO STEP 584 (remove_files) COMPLETE
70322026-08-21T21:45:51.797Z[ recovery-image] Aug 21 21:45:50.406 INFO O| Aug 21 21:45:50.406 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-08-21T21:45:51.803Z[ recovery-image] Aug 21 21:45:50.415 INFO O| Aug 21 21:45:50.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70342026-08-21T21:45:51.803Z[ recovery-image] Aug 21 21:45:50.416 INFO O| Aug 21 21:45:50.415 INFO STEP 585 (remove_files) COMPLETE
70352026-08-21T21:45:51.803Z[ recovery-image] Aug 21 21:45:50.416 INFO O| Aug 21 21:45:50.416 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-08-21T21:45:51.811Z[ recovery-image] Aug 21 21:45:50.424 INFO O| Aug 21 21:45:50.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70372026-08-21T21:45:51.811Z[ recovery-image] Aug 21 21:45:50.424 INFO O| Aug 21 21:45:50.424 INFO STEP 586 (remove_files) COMPLETE
70382026-08-21T21:45:51.815Z[ recovery-image] Aug 21 21:45:50.424 INFO O| Aug 21 21:45:50.424 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-08-21T21:45:51.820Z[ recovery-image] Aug 21 21:45:50.433 INFO O| Aug 21 21:45:50.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70402026-08-21T21:45:51.823Z[ recovery-image] Aug 21 21:45:50.433 INFO O| Aug 21 21:45:50.433 INFO STEP 587 (remove_files) COMPLETE
70412026-08-21T21:45:51.823Z[ recovery-image] Aug 21 21:45:50.433 INFO O| Aug 21 21:45:50.433 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-08-21T21:45:51.830Z[ recovery-image] Aug 21 21:45:50.442 INFO O| Aug 21 21:45:50.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70432026-08-21T21:45:51.830Z[ recovery-image] Aug 21 21:45:50.442 INFO O| Aug 21 21:45:50.442 INFO STEP 588 (remove_files) COMPLETE
70442026-08-21T21:45:51.830Z[ recovery-image] Aug 21 21:45:50.442 INFO O| Aug 21 21:45:50.442 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-08-21T21:45:51.838Z[ recovery-image] Aug 21 21:45:50.451 INFO O| Aug 21 21:45:50.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70462026-08-21T21:45:51.838Z[ recovery-image] Aug 21 21:45:50.451 INFO O| Aug 21 21:45:50.451 INFO STEP 589 (remove_files) COMPLETE
70472026-08-21T21:45:51.838Z[ recovery-image] Aug 21 21:45:50.451 INFO O| Aug 21 21:45:50.451 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-08-21T21:45:51.848Z[ recovery-image] Aug 21 21:45:50.461 INFO O| Aug 21 21:45:50.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70492026-08-21T21:45:51.848Z[ recovery-image] Aug 21 21:45:50.461 INFO O| Aug 21 21:45:50.461 INFO STEP 590 (remove_files) COMPLETE
70502026-08-21T21:45:51.848Z[ recovery-image] Aug 21 21:45:50.461 INFO O| Aug 21 21:45:50.461 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-08-21T21:45:51.868Z[ recovery-image] Aug 21 21:45:50.470 INFO O| Aug 21 21:45:50.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70522026-08-21T21:45:51.868Z[ recovery-image] Aug 21 21:45:50.470 INFO O| Aug 21 21:45:50.470 INFO STEP 591 (remove_files) COMPLETE
70532026-08-21T21:45:51.868Z[ recovery-image] Aug 21 21:45:50.470 INFO O| Aug 21 21:45:50.470 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-08-21T21:45:51.872Z[ recovery-image] Aug 21 21:45:50.481 INFO O| Aug 21 21:45:50.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70552026-08-21T21:45:51.872Z[ recovery-image] Aug 21 21:45:50.481 INFO O| Aug 21 21:45:50.481 INFO STEP 592 (remove_files) COMPLETE
70562026-08-21T21:45:51.872Z[ recovery-image] Aug 21 21:45:50.481 INFO O| Aug 21 21:45:50.481 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-08-21T21:45:51.878Z[ recovery-image] Aug 21 21:45:50.491 INFO O| Aug 21 21:45:50.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70582026-08-21T21:45:51.878Z[ recovery-image] Aug 21 21:45:50.491 INFO O| Aug 21 21:45:50.491 INFO STEP 593 (remove_files) COMPLETE
70592026-08-21T21:45:51.879Z[ recovery-image] Aug 21 21:45:50.491 INFO O| Aug 21 21:45:50.491 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-08-21T21:45:51.887Z[ recovery-image] Aug 21 21:45:50.500 INFO O| Aug 21 21:45:50.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70612026-08-21T21:45:51.887Z[ recovery-image] Aug 21 21:45:50.500 INFO O| Aug 21 21:45:50.500 INFO STEP 594 (remove_files) COMPLETE
70622026-08-21T21:45:51.891Z[ recovery-image] Aug 21 21:45:50.500 INFO O| Aug 21 21:45:50.500 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-08-21T21:45:51.898Z[ recovery-image] Aug 21 21:45:50.510 INFO O| Aug 21 21:45:50.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70642026-08-21T21:45:51.898Z[ recovery-image] Aug 21 21:45:50.510 INFO O| Aug 21 21:45:50.510 INFO STEP 595 (remove_files) COMPLETE
70652026-08-21T21:45:51.898Z[ recovery-image] Aug 21 21:45:50.510 INFO O| Aug 21 21:45:50.510 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-08-21T21:45:51.906Z[ recovery-image] Aug 21 21:45:50.520 INFO O| Aug 21 21:45:50.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70672026-08-21T21:45:51.907Z[ recovery-image] Aug 21 21:45:50.520 INFO O| Aug 21 21:45:50.520 INFO STEP 596 (remove_files) COMPLETE
70682026-08-21T21:45:51.907Z[ recovery-image] Aug 21 21:45:50.520 INFO O| Aug 21 21:45:50.520 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-08-21T21:45:51.916Z[ recovery-image] Aug 21 21:45:50.529 INFO O| Aug 21 21:45:50.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70702026-08-21T21:45:51.916Z[ recovery-image] Aug 21 21:45:50.529 INFO O| Aug 21 21:45:50.529 INFO STEP 597 (remove_files) COMPLETE
70712026-08-21T21:45:51.919Z[ recovery-image] Aug 21 21:45:50.529 INFO O| Aug 21 21:45:50.529 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-08-21T21:45:51.925Z[ recovery-image] Aug 21 21:45:50.538 INFO O| Aug 21 21:45:50.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70732026-08-21T21:45:51.925Z[ recovery-image] Aug 21 21:45:50.538 INFO O| Aug 21 21:45:50.538 INFO STEP 598 (remove_files) COMPLETE
70742026-08-21T21:45:51.925Z[ recovery-image] Aug 21 21:45:50.538 INFO O| Aug 21 21:45:50.538 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-08-21T21:45:51.945Z[ recovery-image] Aug 21 21:45:50.548 INFO O| Aug 21 21:45:50.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70762026-08-21T21:45:51.945Z[ recovery-image] Aug 21 21:45:50.548 INFO O| Aug 21 21:45:50.548 INFO STEP 599 (remove_files) COMPLETE
70772026-08-21T21:45:51.945Z[ recovery-image] Aug 21 21:45:50.548 INFO O| Aug 21 21:45:50.548 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-08-21T21:45:51.997Z[ recovery-image] Aug 21 21:45:50.557 INFO O| Aug 21 21:45:50.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
70792026-08-21T21:45:51.997Z[ recovery-image] Aug 21 21:45:50.557 INFO O| Aug 21 21:45:50.557 INFO STEP 600 (remove_files) COMPLETE
70802026-08-21T21:45:51.997Z[ recovery-image] Aug 21 21:45:50.557 INFO O| Aug 21 21:45:50.557 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-08-21T21:45:52.012Z[ recovery-image] Aug 21 21:45:50.566 INFO O| Aug 21 21:45:50.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
70822026-08-21T21:45:52.012Z[ recovery-image] Aug 21 21:45:50.566 INFO O| Aug 21 21:45:50.566 INFO STEP 601 (remove_files) COMPLETE
70832026-08-21T21:45:52.012Z[ recovery-image] Aug 21 21:45:50.566 INFO O| Aug 21 21:45:50.566 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-08-21T21:45:52.012Z[ recovery-image] Aug 21 21:45:50.575 INFO O| Aug 21 21:45:50.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
70852026-08-21T21:45:52.012Z[ recovery-image] Aug 21 21:45:50.575 INFO O| Aug 21 21:45:50.575 INFO STEP 602 (remove_files) COMPLETE
70862026-08-21T21:45:52.012Z[ recovery-image] Aug 21 21:45:50.575 INFO O| Aug 21 21:45:50.575 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-08-21T21:45:52.012Z[ recovery-image] Aug 21 21:45:50.586 INFO O| Aug 21 21:45:50.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
70882026-08-21T21:45:52.012Z[ recovery-image] Aug 21 21:45:50.586 INFO O| Aug 21 21:45:50.586 INFO STEP 603 (remove_files) COMPLETE
70892026-08-21T21:45:52.012Z[ recovery-image] Aug 21 21:45:50.586 INFO O| Aug 21 21:45:50.586 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-08-21T21:45:52.012Z[ recovery-image] Aug 21 21:45:50.596 INFO O| Aug 21 21:45:50.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
70912026-08-21T21:45:52.012Z[ recovery-image] Aug 21 21:45:50.596 INFO O| Aug 21 21:45:50.596 INFO STEP 604 (remove_files) COMPLETE
70922026-08-21T21:45:52.012Z[ recovery-image] Aug 21 21:45:50.596 INFO O| Aug 21 21:45:50.596 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-08-21T21:45:52.012Z[ recovery-image] Aug 21 21:45:50.605 INFO O| Aug 21 21:45:50.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
70942026-08-21T21:45:52.012Z[ recovery-image] Aug 21 21:45:50.606 INFO O| Aug 21 21:45:50.606 INFO STEP 605 (remove_files) COMPLETE
70952026-08-21T21:45:52.012Z[ recovery-image] Aug 21 21:45:50.606 INFO O| Aug 21 21:45:50.606 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-08-21T21:45:52.024Z[ recovery-image] Aug 21 21:45:50.615 INFO O| Aug 21 21:45:50.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
70972026-08-21T21:45:52.025Z[ recovery-image] Aug 21 21:45:50.616 INFO O| Aug 21 21:45:50.616 INFO STEP 606 (remove_files) COMPLETE
70982026-08-21T21:45:52.025Z[ recovery-image] Aug 21 21:45:50.616 INFO O| Aug 21 21:45:50.616 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-08-21T21:45:52.025Z[ recovery-image] Aug 21 21:45:50.624 INFO O| Aug 21 21:45:50.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71002026-08-21T21:45:52.025Z[ recovery-image] Aug 21 21:45:50.624 INFO O| Aug 21 21:45:50.624 INFO STEP 607 (remove_files) COMPLETE
71012026-08-21T21:45:52.025Z[ recovery-image] Aug 21 21:45:50.624 INFO O| Aug 21 21:45:50.624 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-08-21T21:45:52.025Z[ recovery-image] Aug 21 21:45:50.632 INFO O| Aug 21 21:45:50.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71032026-08-21T21:45:52.025Z[ recovery-image] Aug 21 21:45:50.632 INFO O| Aug 21 21:45:50.632 INFO STEP 608 (remove_files) COMPLETE
71042026-08-21T21:45:52.025Z[ recovery-image] Aug 21 21:45:50.632 INFO O| Aug 21 21:45:50.632 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-08-21T21:45:52.037Z[ recovery-image] Aug 21 21:45:50.640 INFO O| Aug 21 21:45:50.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71062026-08-21T21:45:52.037Z[ recovery-image] Aug 21 21:45:50.640 INFO O| Aug 21 21:45:50.640 INFO STEP 609 (remove_files) COMPLETE
71072026-08-21T21:45:52.037Z[ recovery-image] Aug 21 21:45:50.640 INFO O| Aug 21 21:45:50.640 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-08-21T21:45:52.041Z[ recovery-image] Aug 21 21:45:50.648 INFO O| Aug 21 21:45:50.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71092026-08-21T21:45:52.041Z[ recovery-image] Aug 21 21:45:50.648 INFO O| Aug 21 21:45:50.648 INFO STEP 610 (remove_files) COMPLETE
71102026-08-21T21:45:52.041Z[ recovery-image] Aug 21 21:45:50.648 INFO O| Aug 21 21:45:50.648 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-08-21T21:45:52.049Z[ recovery-image] Aug 21 21:45:50.657 INFO O| Aug 21 21:45:50.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71122026-08-21T21:45:52.049Z[ recovery-image] Aug 21 21:45:50.657 INFO O| Aug 21 21:45:50.657 INFO STEP 611 (remove_files) COMPLETE
71132026-08-21T21:45:52.049Z[ recovery-image] Aug 21 21:45:50.657 INFO O| Aug 21 21:45:50.657 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-08-21T21:45:52.056Z[ recovery-image] Aug 21 21:45:50.666 INFO O| Aug 21 21:45:50.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71152026-08-21T21:45:52.056Z[ recovery-image] Aug 21 21:45:50.666 INFO O| Aug 21 21:45:50.666 INFO STEP 612 (remove_files) COMPLETE
71162026-08-21T21:45:52.056Z[ recovery-image] Aug 21 21:45:50.666 INFO O| Aug 21 21:45:50.666 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-08-21T21:45:52.062Z[ recovery-image] Aug 21 21:45:50.675 INFO O| Aug 21 21:45:50.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71182026-08-21T21:45:52.065Z[ recovery-image] Aug 21 21:45:50.675 INFO O| Aug 21 21:45:50.675 INFO STEP 613 (remove_files) COMPLETE
71192026-08-21T21:45:52.065Z[ recovery-image] Aug 21 21:45:50.675 INFO O| Aug 21 21:45:50.675 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-08-21T21:45:52.077Z[ recovery-image] Aug 21 21:45:50.684 INFO O| Aug 21 21:45:50.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71212026-08-21T21:45:52.077Z[ recovery-image] Aug 21 21:45:50.684 INFO O| Aug 21 21:45:50.684 INFO STEP 614 (remove_files) COMPLETE
71222026-08-21T21:45:52.077Z[ recovery-image] Aug 21 21:45:50.684 INFO O| Aug 21 21:45:50.684 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-08-21T21:45:52.081Z[ recovery-image] Aug 21 21:45:50.694 INFO O| Aug 21 21:45:50.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71242026-08-21T21:45:52.081Z[ recovery-image] Aug 21 21:45:50.694 INFO O| Aug 21 21:45:50.694 INFO STEP 615 (remove_files) COMPLETE
71252026-08-21T21:45:52.081Z[ recovery-image] Aug 21 21:45:50.694 INFO O| Aug 21 21:45:50.694 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-08-21T21:45:52.092Z[ recovery-image] Aug 21 21:45:50.705 INFO O| Aug 21 21:45:50.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71272026-08-21T21:45:52.092Z[ recovery-image] Aug 21 21:45:50.705 INFO O| Aug 21 21:45:50.705 INFO STEP 616 (remove_files) COMPLETE
71282026-08-21T21:45:52.092Z[ recovery-image] Aug 21 21:45:50.705 INFO O| Aug 21 21:45:50.705 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-08-21T21:45:52.101Z[ recovery-image] Aug 21 21:45:50.714 INFO O| Aug 21 21:45:50.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71302026-08-21T21:45:52.101Z[ recovery-image] Aug 21 21:45:50.714 INFO O| Aug 21 21:45:50.714 INFO STEP 617 (remove_files) COMPLETE
71312026-08-21T21:45:52.105Z[ recovery-image] Aug 21 21:45:50.714 INFO O| Aug 21 21:45:50.714 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-08-21T21:45:52.110Z[ recovery-image] Aug 21 21:45:50.723 INFO O| Aug 21 21:45:50.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71332026-08-21T21:45:52.114Z[ recovery-image] Aug 21 21:45:50.723 INFO O| Aug 21 21:45:50.723 INFO STEP 618 (remove_files) COMPLETE
71342026-08-21T21:45:52.114Z[ recovery-image] Aug 21 21:45:50.723 INFO O| Aug 21 21:45:50.723 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-08-21T21:45:52.119Z[ recovery-image] Aug 21 21:45:50.732 INFO O| Aug 21 21:45:50.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71362026-08-21T21:45:52.119Z[ recovery-image] Aug 21 21:45:50.732 INFO O| Aug 21 21:45:50.732 INFO STEP 619 (remove_files) COMPLETE
71372026-08-21T21:45:52.119Z[ recovery-image] Aug 21 21:45:50.732 INFO O| Aug 21 21:45:50.732 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-08-21T21:45:52.128Z[ recovery-image] Aug 21 21:45:50.741 INFO O| Aug 21 21:45:50.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71392026-08-21T21:45:52.128Z[ recovery-image] Aug 21 21:45:50.741 INFO O| Aug 21 21:45:50.741 INFO STEP 620 (remove_files) COMPLETE
71402026-08-21T21:45:52.128Z[ recovery-image] Aug 21 21:45:50.741 INFO O| Aug 21 21:45:50.741 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-08-21T21:45:52.137Z[ recovery-image] Aug 21 21:45:50.749 INFO O| Aug 21 21:45:50.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71422026-08-21T21:45:52.137Z[ recovery-image] Aug 21 21:45:50.749 INFO O| Aug 21 21:45:50.749 INFO STEP 621 (remove_files) COMPLETE
71432026-08-21T21:45:52.137Z[ recovery-image] Aug 21 21:45:50.749 INFO O| Aug 21 21:45:50.749 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-08-21T21:45:52.177Z[ recovery-image] Aug 21 21:45:50.758 INFO O| Aug 21 21:45:50.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71452026-08-21T21:45:52.178Z[ recovery-image] Aug 21 21:45:50.758 INFO O| Aug 21 21:45:50.758 INFO STEP 622 (remove_files) COMPLETE
71462026-08-21T21:45:52.178Z[ recovery-image] Aug 21 21:45:50.758 INFO O| Aug 21 21:45:50.758 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-08-21T21:45:52.216Z[ recovery-image] Aug 21 21:45:50.768 INFO O| Aug 21 21:45:50.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71482026-08-21T21:45:52.216Z[ recovery-image] Aug 21 21:45:50.768 INFO O| Aug 21 21:45:50.768 INFO STEP 623 (remove_files) COMPLETE
71492026-08-21T21:45:52.216Z[ recovery-image] Aug 21 21:45:50.768 INFO O| Aug 21 21:45:50.768 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-08-21T21:45:52.216Z[ recovery-image] Aug 21 21:45:50.777 INFO O| Aug 21 21:45:50.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71512026-08-21T21:45:52.216Z[ recovery-image] Aug 21 21:45:50.778 INFO O| Aug 21 21:45:50.777 INFO STEP 624 (remove_files) COMPLETE
71522026-08-21T21:45:52.216Z[ recovery-image] Aug 21 21:45:50.778 INFO O| Aug 21 21:45:50.778 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-08-21T21:45:52.216Z[ recovery-image] Aug 21 21:45:50.787 INFO O| Aug 21 21:45:50.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71542026-08-21T21:45:52.217Z[ recovery-image] Aug 21 21:45:50.787 INFO O| Aug 21 21:45:50.787 INFO STEP 625 (remove_files) COMPLETE
71552026-08-21T21:45:52.217Z[ recovery-image] Aug 21 21:45:50.787 INFO O| Aug 21 21:45:50.787 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-08-21T21:45:52.217Z[ recovery-image] Aug 21 21:45:50.797 INFO O| Aug 21 21:45:50.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71572026-08-21T21:45:52.217Z[ recovery-image] Aug 21 21:45:50.797 INFO O| Aug 21 21:45:50.797 INFO STEP 626 (remove_files) COMPLETE
71582026-08-21T21:45:52.217Z[ recovery-image] Aug 21 21:45:50.797 INFO O| Aug 21 21:45:50.797 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-08-21T21:45:52.229Z[ recovery-image] Aug 21 21:45:50.807 INFO O| Aug 21 21:45:50.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71602026-08-21T21:45:52.229Z[ recovery-image] Aug 21 21:45:50.807 INFO O| Aug 21 21:45:50.807 INFO STEP 627 (remove_files) COMPLETE
71612026-08-21T21:45:52.229Z[ recovery-image] Aug 21 21:45:50.807 INFO O| Aug 21 21:45:50.807 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-08-21T21:45:52.229Z[ recovery-image] Aug 21 21:45:50.817 INFO O| Aug 21 21:45:50.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71632026-08-21T21:45:52.229Z[ recovery-image] Aug 21 21:45:50.817 INFO O| Aug 21 21:45:50.817 INFO STEP 628 (remove_files) COMPLETE
71642026-08-21T21:45:52.229Z[ recovery-image] Aug 21 21:45:50.817 INFO O| Aug 21 21:45:50.817 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-08-21T21:45:52.229Z[ recovery-image] Aug 21 21:45:50.827 INFO O| Aug 21 21:45:50.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71662026-08-21T21:45:52.229Z[ recovery-image] Aug 21 21:45:50.828 INFO O| Aug 21 21:45:50.827 INFO STEP 629 (remove_files) COMPLETE
71672026-08-21T21:45:52.230Z[ recovery-image] Aug 21 21:45:50.828 INFO O| Aug 21 21:45:50.827 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-08-21T21:45:52.246Z[ recovery-image] Aug 21 21:45:50.837 INFO O| Aug 21 21:45:50.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71692026-08-21T21:45:52.246Z[ recovery-image] Aug 21 21:45:50.837 INFO O| Aug 21 21:45:50.837 INFO STEP 630 (remove_files) COMPLETE
71702026-08-21T21:45:52.246Z[ recovery-image] Aug 21 21:45:50.837 INFO O| Aug 21 21:45:50.837 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-08-21T21:45:52.268Z[ recovery-image] Aug 21 21:45:50.848 INFO O| Aug 21 21:45:50.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71722026-08-21T21:45:52.268Z[ recovery-image] Aug 21 21:45:50.848 INFO O| Aug 21 21:45:50.848 INFO STEP 631 (remove_files) COMPLETE
71732026-08-21T21:45:52.268Z[ recovery-image] Aug 21 21:45:50.848 INFO O| Aug 21 21:45:50.848 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-08-21T21:45:52.268Z[ recovery-image] Aug 21 21:45:50.857 INFO O| Aug 21 21:45:50.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71752026-08-21T21:45:52.268Z[ recovery-image] Aug 21 21:45:50.858 INFO O| Aug 21 21:45:50.857 INFO STEP 632 (remove_files) COMPLETE
71762026-08-21T21:45:52.268Z[ recovery-image] Aug 21 21:45:50.858 INFO O| Aug 21 21:45:50.857 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-08-21T21:45:52.326Z[ recovery-image] Aug 21 21:45:50.867 INFO O| Aug 21 21:45:50.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
71782026-08-21T21:45:52.327Z[ recovery-image] Aug 21 21:45:50.867 INFO O| Aug 21 21:45:50.867 INFO STEP 633 (remove_files) COMPLETE
71792026-08-21T21:45:52.327Z[ recovery-image] Aug 21 21:45:50.867 INFO O| Aug 21 21:45:50.867 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-08-21T21:45:52.327Z[ recovery-image] Aug 21 21:45:50.889 INFO O| Aug 21 21:45:50.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
71812026-08-21T21:45:52.327Z[ recovery-image] Aug 21 21:45:50.889 INFO O| Aug 21 21:45:50.889 INFO STEP 634 (remove_files) COMPLETE
71822026-08-21T21:45:52.327Z[ recovery-image] Aug 21 21:45:50.889 INFO O| Aug 21 21:45:50.889 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-08-21T21:45:52.327Z[ recovery-image] Aug 21 21:45:50.902 INFO O| Aug 21 21:45:50.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
71842026-08-21T21:45:52.327Z[ recovery-image] Aug 21 21:45:50.902 INFO O| Aug 21 21:45:50.902 INFO STEP 635 (remove_files) COMPLETE
71852026-08-21T21:45:52.327Z[ recovery-image] Aug 21 21:45:50.902 INFO O| Aug 21 21:45:50.902 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-08-21T21:45:52.327Z[ recovery-image] Aug 21 21:45:50.912 INFO O| Aug 21 21:45:50.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
71872026-08-21T21:45:52.327Z[ recovery-image] Aug 21 21:45:50.912 INFO O| Aug 21 21:45:50.912 INFO STEP 636 (remove_files) COMPLETE
71882026-08-21T21:45:52.327Z[ recovery-image] Aug 21 21:45:50.912 INFO O| Aug 21 21:45:50.912 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-08-21T21:45:52.348Z[ recovery-image] Aug 21 21:45:50.932 INFO O| Aug 21 21:45:50.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
71902026-08-21T21:45:52.348Z[ recovery-image] Aug 21 21:45:50.932 INFO O| Aug 21 21:45:50.932 INFO STEP 637 (remove_files) COMPLETE
71912026-08-21T21:45:52.349Z[ recovery-image] Aug 21 21:45:50.932 INFO O| Aug 21 21:45:50.932 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-08-21T21:45:52.349Z[ recovery-image] Aug 21 21:45:50.943 INFO O| Aug 21 21:45:50.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
71932026-08-21T21:45:52.349Z[ recovery-image] Aug 21 21:45:50.943 INFO O| Aug 21 21:45:50.943 INFO STEP 638 (remove_files) COMPLETE
71942026-08-21T21:45:52.349Z[ recovery-image] Aug 21 21:45:50.943 INFO O| Aug 21 21:45:50.943 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-08-21T21:45:52.428Z[ recovery-image] Aug 21 21:45:51.008 INFO O| Aug 21 21:45:51.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
71962026-08-21T21:45:52.429Z[ recovery-image] Aug 21 21:45:51.008 INFO O| Aug 21 21:45:51.008 INFO STEP 639 (remove_files) COMPLETE
71972026-08-21T21:45:52.429Z[ recovery-image] Aug 21 21:45:51.008 INFO O| Aug 21 21:45:51.008 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-08-21T21:45:52.484Z[ recovery-image] Aug 21 21:45:51.019 INFO O| Aug 21 21:45:51.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
71992026-08-21T21:45:52.484Z[ recovery-image] Aug 21 21:45:51.020 INFO O| Aug 21 21:45:51.019 INFO STEP 640 (remove_files) COMPLETE
72002026-08-21T21:45:52.484Z[ recovery-image] Aug 21 21:45:51.020 INFO O| Aug 21 21:45:51.020 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-08-21T21:45:52.485Z[ recovery-image] Aug 21 21:45:51.030 INFO O| Aug 21 21:45:51.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72022026-08-21T21:45:52.485Z[ recovery-image] Aug 21 21:45:51.030 INFO O| Aug 21 21:45:51.030 INFO STEP 641 (remove_files) COMPLETE
72032026-08-21T21:45:52.485Z[ recovery-image] Aug 21 21:45:51.030 INFO O| Aug 21 21:45:51.030 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-08-21T21:45:52.485Z[ recovery-image] Aug 21 21:45:51.040 INFO O| Aug 21 21:45:51.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72052026-08-21T21:45:52.485Z[ recovery-image] Aug 21 21:45:51.040 INFO O| Aug 21 21:45:51.040 INFO STEP 642 (remove_files) COMPLETE
72062026-08-21T21:45:52.485Z[ recovery-image] Aug 21 21:45:51.040 INFO O| Aug 21 21:45:51.040 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-08-21T21:45:52.485Z[ recovery-image] Aug 21 21:45:51.050 INFO O| Aug 21 21:45:51.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72082026-08-21T21:45:52.485Z[ recovery-image] Aug 21 21:45:51.050 INFO O| Aug 21 21:45:51.050 INFO STEP 643 (remove_files) COMPLETE
72092026-08-21T21:45:52.485Z[ recovery-image] Aug 21 21:45:51.050 INFO O| Aug 21 21:45:51.050 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-08-21T21:45:52.485Z[ recovery-image] Aug 21 21:45:51.061 INFO O| Aug 21 21:45:51.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72112026-08-21T21:45:52.485Z[ recovery-image] Aug 21 21:45:51.061 INFO O| Aug 21 21:45:51.061 INFO STEP 644 (remove_files) COMPLETE
72122026-08-21T21:45:52.485Z[ recovery-image] Aug 21 21:45:51.061 INFO O| Aug 21 21:45:51.061 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-08-21T21:45:52.485Z[ recovery-image] Aug 21 21:45:51.071 INFO O| Aug 21 21:45:51.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72142026-08-21T21:45:52.485Z[ recovery-image] Aug 21 21:45:51.072 INFO O| Aug 21 21:45:51.072 INFO STEP 645 (remove_files) COMPLETE
72152026-08-21T21:45:52.485Z[ recovery-image] Aug 21 21:45:51.072 INFO O| Aug 21 21:45:51.072 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-08-21T21:45:52.533Z[ recovery-image] Aug 21 21:45:51.081 INFO O| Aug 21 21:45:51.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72172026-08-21T21:45:52.533Z[ recovery-image] Aug 21 21:45:51.081 INFO O| Aug 21 21:45:51.081 INFO STEP 646 (remove_files) COMPLETE
72182026-08-21T21:45:52.533Z[ recovery-image] Aug 21 21:45:51.081 INFO O| Aug 21 21:45:51.081 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-08-21T21:45:52.533Z[ recovery-image] Aug 21 21:45:51.090 INFO O| Aug 21 21:45:51.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72202026-08-21T21:45:52.533Z[ recovery-image] Aug 21 21:45:51.091 INFO O| Aug 21 21:45:51.091 INFO STEP 647 (remove_files) COMPLETE
72212026-08-21T21:45:52.533Z[ recovery-image] Aug 21 21:45:51.091 INFO O| Aug 21 21:45:51.091 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-08-21T21:45:52.533Z[ recovery-image] Aug 21 21:45:51.101 INFO O| Aug 21 21:45:51.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72232026-08-21T21:45:52.533Z[ recovery-image] Aug 21 21:45:51.101 INFO O| Aug 21 21:45:51.101 INFO STEP 648 (remove_files) COMPLETE
72242026-08-21T21:45:52.533Z[ recovery-image] Aug 21 21:45:51.101 INFO O| Aug 21 21:45:51.101 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-08-21T21:45:52.533Z[ recovery-image] Aug 21 21:45:51.111 INFO O| Aug 21 21:45:51.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72262026-08-21T21:45:52.533Z[ recovery-image] Aug 21 21:45:51.111 INFO O| Aug 21 21:45:51.111 INFO STEP 649 (remove_files) COMPLETE
72272026-08-21T21:45:52.533Z[ recovery-image] Aug 21 21:45:51.111 INFO O| Aug 21 21:45:51.111 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-08-21T21:45:52.994Z[ recovery-image] Aug 21 21:45:51.122 INFO O| Aug 21 21:45:51.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72292026-08-21T21:45:52.995Z[ recovery-image] Aug 21 21:45:51.122 INFO O| Aug 21 21:45:51.122 INFO STEP 650 (remove_files) COMPLETE
72302026-08-21T21:45:52.995Z[ recovery-image] Aug 21 21:45:51.122 INFO O| Aug 21 21:45:51.122 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-08-21T21:45:52.995Z[ recovery-image] Aug 21 21:45:51.132 INFO O| Aug 21 21:45:51.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72322026-08-21T21:45:52.995Z[ recovery-image] Aug 21 21:45:51.132 INFO O| Aug 21 21:45:51.132 INFO STEP 651 (remove_files) COMPLETE
72332026-08-21T21:45:52.995Z[ recovery-image] Aug 21 21:45:51.132 INFO O| Aug 21 21:45:51.132 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-08-21T21:45:52.995Z[ recovery-image] Aug 21 21:45:51.140 INFO O| Aug 21 21:45:51.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72352026-08-21T21:45:52.995Z[ recovery-image] Aug 21 21:45:51.141 INFO O| Aug 21 21:45:51.141 INFO STEP 652 (remove_files) COMPLETE
72362026-08-21T21:45:52.995Z[ recovery-image] Aug 21 21:45:51.141 INFO O| Aug 21 21:45:51.141 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-08-21T21:45:52.995Z[ recovery-image] Aug 21 21:45:51.151 INFO O| Aug 21 21:45:51.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72382026-08-21T21:45:52.995Z[ recovery-image] Aug 21 21:45:51.151 INFO O| Aug 21 21:45:51.151 INFO STEP 653 (remove_files) COMPLETE
72392026-08-21T21:45:52.996Z[ recovery-image] Aug 21 21:45:51.151 INFO O| Aug 21 21:45:51.151 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-08-21T21:45:52.996Z[ recovery-image] Aug 21 21:45:51.162 INFO O| Aug 21 21:45:51.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72412026-08-21T21:45:52.996Z[ recovery-image] Aug 21 21:45:51.162 INFO O| Aug 21 21:45:51.162 INFO STEP 654 (remove_files) COMPLETE
72422026-08-21T21:45:52.996Z[ recovery-image] Aug 21 21:45:51.162 INFO O| Aug 21 21:45:51.162 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-08-21T21:45:52.996Z[ recovery-image] Aug 21 21:45:51.173 INFO O| Aug 21 21:45:51.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72442026-08-21T21:45:52.996Z[ recovery-image] Aug 21 21:45:51.173 INFO O| Aug 21 21:45:51.173 INFO STEP 655 (remove_files) COMPLETE
72452026-08-21T21:45:52.996Z[ recovery-image] Aug 21 21:45:51.173 INFO O| Aug 21 21:45:51.173 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-08-21T21:45:53.045Z[ recovery-image] Aug 21 21:45:51.183 INFO O| Aug 21 21:45:51.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72472026-08-21T21:45:53.045Z[ recovery-image] Aug 21 21:45:51.183 INFO O| Aug 21 21:45:51.183 INFO STEP 656 (remove_files) COMPLETE
72482026-08-21T21:45:53.045Z[ recovery-image] Aug 21 21:45:51.183 INFO O| Aug 21 21:45:51.183 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-08-21T21:45:53.045Z[ recovery-image] Aug 21 21:45:51.194 INFO O| Aug 21 21:45:51.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72502026-08-21T21:45:53.045Z[ recovery-image] Aug 21 21:45:51.194 INFO O| Aug 21 21:45:51.194 INFO STEP 657 (remove_files) COMPLETE
72512026-08-21T21:45:53.045Z[ recovery-image] Aug 21 21:45:51.194 INFO O| Aug 21 21:45:51.194 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-08-21T21:45:53.046Z[ recovery-image] Aug 21 21:45:51.205 INFO O| Aug 21 21:45:51.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72532026-08-21T21:45:53.046Z[ recovery-image] Aug 21 21:45:51.205 INFO O| Aug 21 21:45:51.205 INFO STEP 658 (remove_files) COMPLETE
72542026-08-21T21:45:53.046Z[ recovery-image] Aug 21 21:45:51.205 INFO O| Aug 21 21:45:51.205 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-08-21T21:45:53.046Z[ recovery-image] Aug 21 21:45:51.216 INFO O| Aug 21 21:45:51.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72562026-08-21T21:45:53.046Z[ recovery-image] Aug 21 21:45:51.217 INFO O| Aug 21 21:45:51.217 INFO STEP 659 (remove_files) COMPLETE
72572026-08-21T21:45:53.046Z[ recovery-image] Aug 21 21:45:51.217 INFO O| Aug 21 21:45:51.217 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-08-21T21:45:53.046Z[ recovery-image] Aug 21 21:45:51.228 INFO O| Aug 21 21:45:51.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72592026-08-21T21:45:53.046Z[ recovery-image] Aug 21 21:45:51.228 INFO O| Aug 21 21:45:51.228 INFO STEP 660 (remove_files) COMPLETE
72602026-08-21T21:45:53.046Z[ recovery-image] Aug 21 21:45:51.228 INFO O| Aug 21 21:45:51.228 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-08-21T21:45:53.046Z[ recovery-image] Aug 21 21:45:51.239 INFO O| Aug 21 21:45:51.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72622026-08-21T21:45:53.046Z[ recovery-image] Aug 21 21:45:51.239 INFO O| Aug 21 21:45:51.239 INFO STEP 661 (remove_files) COMPLETE
72632026-08-21T21:45:53.046Z[ recovery-image] Aug 21 21:45:51.239 INFO O| Aug 21 21:45:51.239 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-08-21T21:45:53.046Z[ recovery-image] Aug 21 21:45:51.249 INFO O| Aug 21 21:45:51.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72652026-08-21T21:45:53.047Z[ recovery-image] Aug 21 21:45:51.249 INFO O| Aug 21 21:45:51.249 INFO STEP 662 (remove_files) COMPLETE
72662026-08-21T21:45:53.047Z[ recovery-image] Aug 21 21:45:51.249 INFO O| Aug 21 21:45:51.249 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-08-21T21:45:53.048Z[ recovery-image] Aug 21 21:45:51.261 INFO O| Aug 21 21:45:51.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72682026-08-21T21:45:53.048Z[ recovery-image] Aug 21 21:45:51.262 INFO O| Aug 21 21:45:51.262 INFO STEP 663 (remove_files) COMPLETE
72692026-08-21T21:45:53.048Z[ recovery-image] Aug 21 21:45:51.262 INFO O| Aug 21 21:45:51.262 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-08-21T21:45:53.048Z[ recovery-image] Aug 21 21:45:51.271 INFO O| Aug 21 21:45:51.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72712026-08-21T21:45:53.048Z[ recovery-image] Aug 21 21:45:51.272 INFO O| Aug 21 21:45:51.272 INFO STEP 664 (remove_files) COMPLETE
72722026-08-21T21:45:53.048Z[ recovery-image] Aug 21 21:45:51.272 INFO O| Aug 21 21:45:51.272 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-08-21T21:45:53.048Z[ recovery-image] Aug 21 21:45:51.282 INFO O| Aug 21 21:45:51.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
72742026-08-21T21:45:53.048Z[ recovery-image] Aug 21 21:45:51.282 INFO O| Aug 21 21:45:51.282 INFO STEP 665 (remove_files) COMPLETE
72752026-08-21T21:45:53.048Z[ recovery-image] Aug 21 21:45:51.282 INFO O| Aug 21 21:45:51.282 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-08-21T21:45:53.048Z[ recovery-image] Aug 21 21:45:51.291 INFO O| Aug 21 21:45:51.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
72772026-08-21T21:45:53.048Z[ recovery-image] Aug 21 21:45:51.291 INFO O| Aug 21 21:45:51.291 INFO STEP 666 (remove_files) COMPLETE
72782026-08-21T21:45:53.049Z[ recovery-image] Aug 21 21:45:51.291 INFO O| Aug 21 21:45:51.291 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-08-21T21:45:53.049Z[ recovery-image] Aug 21 21:45:51.299 INFO O| Aug 21 21:45:51.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
72802026-08-21T21:45:53.049Z[ recovery-image] Aug 21 21:45:51.299 INFO O| Aug 21 21:45:51.299 INFO STEP 667 (remove_files) COMPLETE
72812026-08-21T21:45:53.049Z[ recovery-image] Aug 21 21:45:51.299 INFO O| Aug 21 21:45:51.299 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-08-21T21:45:53.049Z[ recovery-image] Aug 21 21:45:51.309 INFO O| Aug 21 21:45:51.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
72832026-08-21T21:45:53.049Z[ recovery-image] Aug 21 21:45:51.309 INFO O| Aug 21 21:45:51.309 INFO STEP 668 (remove_files) COMPLETE
72842026-08-21T21:45:53.049Z[ recovery-image] Aug 21 21:45:51.309 INFO O| Aug 21 21:45:51.309 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-08-21T21:45:53.049Z[ recovery-image] Aug 21 21:45:51.318 INFO O| Aug 21 21:45:51.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
72862026-08-21T21:45:53.049Z[ recovery-image] Aug 21 21:45:51.318 INFO O| Aug 21 21:45:51.318 INFO STEP 669 (remove_files) COMPLETE
72872026-08-21T21:45:53.049Z[ recovery-image] Aug 21 21:45:51.318 INFO O| Aug 21 21:45:51.318 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-08-21T21:45:53.050Z[ recovery-image] Aug 21 21:45:51.328 INFO O| Aug 21 21:45:51.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
72892026-08-21T21:45:53.050Z[ recovery-image] Aug 21 21:45:51.328 INFO O| Aug 21 21:45:51.328 INFO STEP 670 (remove_files) COMPLETE
72902026-08-21T21:45:53.050Z[ recovery-image] Aug 21 21:45:51.328 INFO O| Aug 21 21:45:51.328 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-08-21T21:45:53.050Z[ recovery-image] Aug 21 21:45:51.337 INFO O| Aug 21 21:45:51.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
72922026-08-21T21:45:53.050Z[ recovery-image] Aug 21 21:45:51.337 INFO O| Aug 21 21:45:51.337 INFO STEP 671 (remove_files) COMPLETE
72932026-08-21T21:45:53.050Z[ recovery-image] Aug 21 21:45:51.337 INFO O| Aug 21 21:45:51.337 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-08-21T21:45:53.050Z[ recovery-image] Aug 21 21:45:51.347 INFO O| Aug 21 21:45:51.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
72952026-08-21T21:45:53.050Z[ recovery-image] Aug 21 21:45:51.347 INFO O| Aug 21 21:45:51.347 INFO STEP 672 (remove_files) COMPLETE
72962026-08-21T21:45:53.050Z[ recovery-image] Aug 21 21:45:51.347 INFO O| Aug 21 21:45:51.347 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-08-21T21:45:53.050Z[ recovery-image] Aug 21 21:45:51.356 INFO O| Aug 21 21:45:51.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
72982026-08-21T21:45:53.050Z[ recovery-image] Aug 21 21:45:51.356 INFO O| Aug 21 21:45:51.356 INFO STEP 673 (remove_files) COMPLETE
72992026-08-21T21:45:53.050Z[ recovery-image] Aug 21 21:45:51.356 INFO O| Aug 21 21:45:51.356 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-08-21T21:45:53.050Z[ recovery-image] Aug 21 21:45:51.367 INFO O| Aug 21 21:45:51.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73012026-08-21T21:45:53.051Z[ recovery-image] Aug 21 21:45:51.368 INFO O| Aug 21 21:45:51.368 INFO STEP 674 (remove_files) COMPLETE
73022026-08-21T21:45:53.051Z[ recovery-image] Aug 21 21:45:51.368 INFO O| Aug 21 21:45:51.368 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-08-21T21:45:53.051Z[ recovery-image] Aug 21 21:45:51.378 INFO O| Aug 21 21:45:51.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73042026-08-21T21:45:53.051Z[ recovery-image] Aug 21 21:45:51.378 INFO O| Aug 21 21:45:51.378 INFO STEP 675 (remove_files) COMPLETE
73052026-08-21T21:45:53.051Z[ recovery-image] Aug 21 21:45:51.378 INFO O| Aug 21 21:45:51.378 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-08-21T21:45:53.051Z[ recovery-image] Aug 21 21:45:51.389 INFO O| Aug 21 21:45:51.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73072026-08-21T21:45:53.051Z[ recovery-image] Aug 21 21:45:51.389 INFO O| Aug 21 21:45:51.389 INFO STEP 676 (remove_files) COMPLETE
73082026-08-21T21:45:53.051Z[ recovery-image] Aug 21 21:45:51.389 INFO O| Aug 21 21:45:51.389 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-08-21T21:45:53.051Z[ recovery-image] Aug 21 21:45:51.400 INFO O| Aug 21 21:45:51.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73102026-08-21T21:45:53.051Z[ recovery-image] Aug 21 21:45:51.400 INFO O| Aug 21 21:45:51.400 INFO STEP 677 (remove_files) COMPLETE
73112026-08-21T21:45:53.051Z[ recovery-image] Aug 21 21:45:51.400 INFO O| Aug 21 21:45:51.400 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-08-21T21:45:53.051Z[ recovery-image] Aug 21 21:45:51.411 INFO O| Aug 21 21:45:51.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73132026-08-21T21:45:53.051Z[ recovery-image] Aug 21 21:45:51.411 INFO O| Aug 21 21:45:51.411 INFO STEP 678 (remove_files) COMPLETE
73142026-08-21T21:45:53.051Z[ recovery-image] Aug 21 21:45:51.411 INFO O| Aug 21 21:45:51.411 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-08-21T21:45:53.051Z[ recovery-image] Aug 21 21:45:51.420 INFO O| Aug 21 21:45:51.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73162026-08-21T21:45:53.051Z[ recovery-image] Aug 21 21:45:51.420 INFO O| Aug 21 21:45:51.420 INFO STEP 679 (remove_files) COMPLETE
73172026-08-21T21:45:53.051Z[ recovery-image] Aug 21 21:45:51.420 INFO O| Aug 21 21:45:51.420 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-08-21T21:45:53.051Z[ recovery-image] Aug 21 21:45:51.429 INFO O| Aug 21 21:45:51.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73192026-08-21T21:45:53.052Z[ recovery-image] Aug 21 21:45:51.430 INFO O| Aug 21 21:45:51.429 INFO STEP 680 (remove_files) COMPLETE
73202026-08-21T21:45:53.052Z[ recovery-image] Aug 21 21:45:51.430 INFO O| Aug 21 21:45:51.430 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-08-21T21:45:53.052Z[ recovery-image] Aug 21 21:45:51.439 INFO O| Aug 21 21:45:51.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73222026-08-21T21:45:53.052Z[ recovery-image] Aug 21 21:45:51.439 INFO O| Aug 21 21:45:51.439 INFO STEP 681 (remove_files) COMPLETE
73232026-08-21T21:45:53.052Z[ recovery-image] Aug 21 21:45:51.439 INFO O| Aug 21 21:45:51.439 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-08-21T21:45:53.052Z[ recovery-image] Aug 21 21:45:51.448 INFO O| Aug 21 21:45:51.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73252026-08-21T21:45:53.052Z[ recovery-image] Aug 21 21:45:51.448 INFO O| Aug 21 21:45:51.448 INFO STEP 682 (remove_files) COMPLETE
73262026-08-21T21:45:53.052Z[ recovery-image] Aug 21 21:45:51.448 INFO O| Aug 21 21:45:51.448 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-08-21T21:45:53.052Z[ recovery-image] Aug 21 21:45:51.459 INFO O| Aug 21 21:45:51.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73282026-08-21T21:45:53.052Z[ recovery-image] Aug 21 21:45:51.459 INFO O| Aug 21 21:45:51.459 INFO STEP 683 (remove_files) COMPLETE
73292026-08-21T21:45:53.052Z[ recovery-image] Aug 21 21:45:51.459 INFO O| Aug 21 21:45:51.459 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-08-21T21:45:53.052Z[ recovery-image] Aug 21 21:45:51.469 INFO O| Aug 21 21:45:51.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73312026-08-21T21:45:53.052Z[ recovery-image] Aug 21 21:45:51.469 INFO O| Aug 21 21:45:51.469 INFO STEP 684 (remove_files) COMPLETE
73322026-08-21T21:45:53.052Z[ recovery-image] Aug 21 21:45:51.469 INFO O| Aug 21 21:45:51.469 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-08-21T21:45:53.052Z[ recovery-image] Aug 21 21:45:51.480 INFO O| Aug 21 21:45:51.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73342026-08-21T21:45:53.053Z[ recovery-image] Aug 21 21:45:51.480 INFO O| Aug 21 21:45:51.480 INFO STEP 685 (remove_files) COMPLETE
73352026-08-21T21:45:53.053Z[ recovery-image] Aug 21 21:45:51.480 INFO O| Aug 21 21:45:51.480 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-08-21T21:45:53.053Z[ recovery-image] Aug 21 21:45:51.491 INFO O| Aug 21 21:45:51.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73372026-08-21T21:45:53.053Z[ recovery-image] Aug 21 21:45:51.491 INFO O| Aug 21 21:45:51.491 INFO STEP 686 (remove_files) COMPLETE
73382026-08-21T21:45:53.053Z[ recovery-image] Aug 21 21:45:51.491 INFO O| Aug 21 21:45:51.491 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-08-21T21:45:53.053Z[ recovery-image] Aug 21 21:45:51.502 INFO O| Aug 21 21:45:51.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73402026-08-21T21:45:53.053Z[ recovery-image] Aug 21 21:45:51.502 INFO O| Aug 21 21:45:51.502 INFO STEP 687 (remove_files) COMPLETE
73412026-08-21T21:45:53.053Z[ recovery-image] Aug 21 21:45:51.502 INFO O| Aug 21 21:45:51.502 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-08-21T21:45:53.053Z[ recovery-image] Aug 21 21:45:51.512 INFO O| Aug 21 21:45:51.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73432026-08-21T21:45:53.053Z[ recovery-image] Aug 21 21:45:51.512 INFO O| Aug 21 21:45:51.512 INFO STEP 688 (remove_files) COMPLETE
73442026-08-21T21:45:53.053Z[ recovery-image] Aug 21 21:45:51.512 INFO O| Aug 21 21:45:51.512 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-08-21T21:45:53.053Z[ recovery-image] Aug 21 21:45:51.522 INFO O| Aug 21 21:45:51.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73462026-08-21T21:45:53.127Z[ recovery-image] Aug 21 21:45:51.522 INFO O| Aug 21 21:45:51.522 INFO STEP 689 (remove_files) COMPLETE
73472026-08-21T21:45:53.127Z[ recovery-image] Aug 21 21:45:51.522 INFO O| Aug 21 21:45:51.522 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-08-21T21:45:53.127Z[ recovery-image] Aug 21 21:45:51.532 INFO O| Aug 21 21:45:51.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73492026-08-21T21:45:53.127Z[ recovery-image] Aug 21 21:45:51.532 INFO O| Aug 21 21:45:51.532 INFO STEP 690 (remove_files) COMPLETE
73502026-08-21T21:45:53.127Z[ recovery-image] Aug 21 21:45:51.532 INFO O| Aug 21 21:45:51.532 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-08-21T21:45:53.127Z[ recovery-image] Aug 21 21:45:51.542 INFO O| Aug 21 21:45:51.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73522026-08-21T21:45:53.127Z[ recovery-image] Aug 21 21:45:51.542 INFO O| Aug 21 21:45:51.542 INFO STEP 691 (remove_files) COMPLETE
73532026-08-21T21:45:53.127Z[ recovery-image] Aug 21 21:45:51.542 INFO O| Aug 21 21:45:51.542 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-08-21T21:45:53.127Z[ recovery-image] Aug 21 21:45:51.551 INFO O| Aug 21 21:45:51.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73552026-08-21T21:45:53.127Z[ recovery-image] Aug 21 21:45:51.551 INFO O| Aug 21 21:45:51.551 INFO STEP 692 (remove_files) COMPLETE
73562026-08-21T21:45:53.127Z[ recovery-image] Aug 21 21:45:51.551 INFO O| Aug 21 21:45:51.551 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-08-21T21:45:53.127Z[ recovery-image] Aug 21 21:45:51.563 INFO O| Aug 21 21:45:51.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73582026-08-21T21:45:53.128Z[ recovery-image] Aug 21 21:45:51.563 INFO O| Aug 21 21:45:51.563 INFO STEP 693 (remove_files) COMPLETE
73592026-08-21T21:45:53.128Z[ recovery-image] Aug 21 21:45:51.563 INFO O| Aug 21 21:45:51.563 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-08-21T21:45:53.128Z[ recovery-image] Aug 21 21:45:51.573 INFO O| Aug 21 21:45:51.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73612026-08-21T21:45:53.128Z[ recovery-image] Aug 21 21:45:51.573 INFO O| Aug 21 21:45:51.573 INFO STEP 694 (remove_files) COMPLETE
73622026-08-21T21:45:53.128Z[ recovery-image] Aug 21 21:45:51.573 INFO O| Aug 21 21:45:51.573 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-08-21T21:45:53.128Z[ recovery-image] Aug 21 21:45:51.583 INFO O| Aug 21 21:45:51.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73642026-08-21T21:45:53.128Z[ recovery-image] Aug 21 21:45:51.583 INFO O| Aug 21 21:45:51.583 INFO STEP 695 (remove_files) COMPLETE
73652026-08-21T21:45:53.128Z[ recovery-image] Aug 21 21:45:51.583 INFO O| Aug 21 21:45:51.583 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-08-21T21:45:53.128Z[ recovery-image] Aug 21 21:45:51.593 INFO O| Aug 21 21:45:51.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73672026-08-21T21:45:53.128Z[ recovery-image] Aug 21 21:45:51.593 INFO O| Aug 21 21:45:51.593 INFO STEP 696 (remove_files) COMPLETE
73682026-08-21T21:45:53.128Z[ recovery-image] Aug 21 21:45:51.593 INFO O| Aug 21 21:45:51.593 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-08-21T21:45:53.128Z[ recovery-image] Aug 21 21:45:51.603 INFO O| Aug 21 21:45:51.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73702026-08-21T21:45:53.128Z[ recovery-image] Aug 21 21:45:51.603 INFO O| Aug 21 21:45:51.603 INFO STEP 697 (remove_files) COMPLETE
73712026-08-21T21:45:53.128Z[ recovery-image] Aug 21 21:45:51.603 INFO O| Aug 21 21:45:51.603 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-08-21T21:45:53.128Z[ recovery-image] Aug 21 21:45:51.612 INFO O| Aug 21 21:45:51.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
73732026-08-21T21:45:53.128Z[ recovery-image] Aug 21 21:45:51.612 INFO O| Aug 21 21:45:51.612 INFO STEP 698 (remove_files) COMPLETE
73742026-08-21T21:45:53.128Z[ recovery-image] Aug 21 21:45:51.612 INFO O| Aug 21 21:45:51.612 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-08-21T21:45:53.129Z[ recovery-image] Aug 21 21:45:51.622 INFO O| Aug 21 21:45:51.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
73762026-08-21T21:45:53.129Z[ recovery-image] Aug 21 21:45:51.623 INFO O| Aug 21 21:45:51.623 INFO STEP 699 (remove_files) COMPLETE
73772026-08-21T21:45:53.129Z[ recovery-image] Aug 21 21:45:51.623 INFO O| Aug 21 21:45:51.623 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-08-21T21:45:53.129Z[ recovery-image] Aug 21 21:45:51.632 INFO O| Aug 21 21:45:51.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
73792026-08-21T21:45:53.129Z[ recovery-image] Aug 21 21:45:51.632 INFO O| Aug 21 21:45:51.632 INFO STEP 700 (remove_files) COMPLETE
73802026-08-21T21:45:53.129Z[ recovery-image] Aug 21 21:45:51.632 INFO O| Aug 21 21:45:51.632 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-08-21T21:45:53.129Z[ recovery-image] Aug 21 21:45:51.641 INFO O| Aug 21 21:45:51.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
73822026-08-21T21:45:53.129Z[ recovery-image] Aug 21 21:45:51.641 INFO O| Aug 21 21:45:51.641 INFO STEP 701 (remove_files) COMPLETE
73832026-08-21T21:45:53.129Z[ recovery-image] Aug 21 21:45:51.641 INFO O| Aug 21 21:45:51.641 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-08-21T21:45:53.129Z[ recovery-image] Aug 21 21:45:51.652 INFO O| Aug 21 21:45:51.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
73852026-08-21T21:45:53.129Z[ recovery-image] Aug 21 21:45:51.652 INFO O| Aug 21 21:45:51.652 INFO STEP 702 (remove_files) COMPLETE
73862026-08-21T21:45:53.129Z[ recovery-image] Aug 21 21:45:51.652 INFO O| Aug 21 21:45:51.652 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-08-21T21:45:53.129Z[ recovery-image] Aug 21 21:45:51.662 INFO O| Aug 21 21:45:51.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
73882026-08-21T21:45:53.129Z[ recovery-image] Aug 21 21:45:51.662 INFO O| Aug 21 21:45:51.662 INFO STEP 703 (remove_files) COMPLETE
73892026-08-21T21:45:53.129Z[ recovery-image] Aug 21 21:45:51.662 INFO O| Aug 21 21:45:51.662 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-08-21T21:45:53.162Z[ recovery-image] Aug 21 21:45:51.672 INFO O| Aug 21 21:45:51.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
73912026-08-21T21:45:53.162Z[ recovery-image] Aug 21 21:45:51.672 INFO O| Aug 21 21:45:51.672 INFO STEP 704 (remove_files) COMPLETE
73922026-08-21T21:45:53.163Z[ recovery-image] Aug 21 21:45:51.672 INFO O| Aug 21 21:45:51.672 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-08-21T21:45:53.163Z[ recovery-image] Aug 21 21:45:51.683 INFO O| Aug 21 21:45:51.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
73942026-08-21T21:45:53.163Z[ recovery-image] Aug 21 21:45:51.683 INFO O| Aug 21 21:45:51.683 INFO STEP 705 (remove_files) COMPLETE
73952026-08-21T21:45:53.163Z[ recovery-image] Aug 21 21:45:51.683 INFO O| Aug 21 21:45:51.683 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-08-21T21:45:53.163Z[ recovery-image] Aug 21 21:45:51.693 INFO O| Aug 21 21:45:51.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
73972026-08-21T21:45:53.163Z[ recovery-image] Aug 21 21:45:51.693 INFO O| Aug 21 21:45:51.693 INFO STEP 706 (remove_files) COMPLETE
73982026-08-21T21:45:53.163Z[ recovery-image] Aug 21 21:45:51.693 INFO O| Aug 21 21:45:51.693 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-08-21T21:45:53.163Z[ recovery-image] Aug 21 21:45:51.703 INFO O| Aug 21 21:45:51.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74002026-08-21T21:45:53.163Z[ recovery-image] Aug 21 21:45:51.703 INFO O| Aug 21 21:45:51.703 INFO STEP 707 (remove_files) COMPLETE
74012026-08-21T21:45:53.163Z[ recovery-image] Aug 21 21:45:51.703 INFO O| Aug 21 21:45:51.703 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-08-21T21:45:53.163Z[ recovery-image] Aug 21 21:45:51.713 INFO O| Aug 21 21:45:51.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74032026-08-21T21:45:53.163Z[ recovery-image] Aug 21 21:45:51.713 INFO O| Aug 21 21:45:51.713 INFO STEP 708 (remove_files) COMPLETE
74042026-08-21T21:45:53.163Z[ recovery-image] Aug 21 21:45:51.713 INFO O| Aug 21 21:45:51.713 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-08-21T21:45:53.164Z[ recovery-image] Aug 21 21:45:51.723 INFO O| Aug 21 21:45:51.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74062026-08-21T21:45:53.164Z[ recovery-image] Aug 21 21:45:51.723 INFO O| Aug 21 21:45:51.723 INFO STEP 709 (remove_files) COMPLETE
74072026-08-21T21:45:53.164Z[ recovery-image] Aug 21 21:45:51.723 INFO O| Aug 21 21:45:51.723 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-08-21T21:45:53.164Z[ recovery-image] Aug 21 21:45:51.733 INFO O| Aug 21 21:45:51.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74092026-08-21T21:45:53.164Z[ recovery-image] Aug 21 21:45:51.733 INFO O| Aug 21 21:45:51.733 INFO STEP 710 (remove_files) COMPLETE
74102026-08-21T21:45:53.164Z[ recovery-image] Aug 21 21:45:51.733 INFO O| Aug 21 21:45:51.733 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-08-21T21:45:53.164Z[ recovery-image] Aug 21 21:45:51.744 INFO O| Aug 21 21:45:51.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74122026-08-21T21:45:53.164Z[ recovery-image] Aug 21 21:45:51.744 INFO O| Aug 21 21:45:51.744 INFO STEP 711 (remove_files) COMPLETE
74132026-08-21T21:45:53.164Z[ recovery-image] Aug 21 21:45:51.744 INFO O| Aug 21 21:45:51.744 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-08-21T21:45:53.205Z[ recovery-image] Aug 21 21:45:51.755 INFO O| Aug 21 21:45:51.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74152026-08-21T21:45:53.205Z[ recovery-image] Aug 21 21:45:51.755 INFO O| Aug 21 21:45:51.755 INFO STEP 712 (remove_files) COMPLETE
74162026-08-21T21:45:53.205Z[ recovery-image] Aug 21 21:45:51.755 INFO O| Aug 21 21:45:51.755 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-08-21T21:45:53.205Z[ recovery-image] Aug 21 21:45:51.764 INFO O| Aug 21 21:45:51.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74182026-08-21T21:45:53.205Z[ recovery-image] Aug 21 21:45:51.764 INFO O| Aug 21 21:45:51.764 INFO STEP 713 (remove_files) COMPLETE
74192026-08-21T21:45:53.206Z[ recovery-image] Aug 21 21:45:51.764 INFO O| Aug 21 21:45:51.764 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-08-21T21:45:53.206Z[ recovery-image] Aug 21 21:45:51.774 INFO O| Aug 21 21:45:51.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74212026-08-21T21:45:53.206Z[ recovery-image] Aug 21 21:45:51.774 INFO O| Aug 21 21:45:51.774 INFO STEP 714 (remove_files) COMPLETE
74222026-08-21T21:45:53.206Z[ recovery-image] Aug 21 21:45:51.774 INFO O| Aug 21 21:45:51.774 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-08-21T21:45:53.206Z[ recovery-image] Aug 21 21:45:51.784 INFO O| Aug 21 21:45:51.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74242026-08-21T21:45:53.206Z[ recovery-image] Aug 21 21:45:51.784 INFO O| Aug 21 21:45:51.784 INFO STEP 715 (remove_files) COMPLETE
74252026-08-21T21:45:53.206Z[ recovery-image] Aug 21 21:45:51.784 INFO O| Aug 21 21:45:51.784 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-08-21T21:45:53.206Z[ recovery-image] Aug 21 21:45:51.794 INFO O| Aug 21 21:45:51.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74272026-08-21T21:45:53.206Z[ recovery-image] Aug 21 21:45:51.795 INFO O| Aug 21 21:45:51.795 INFO STEP 716 (remove_files) COMPLETE
74282026-08-21T21:45:53.206Z[ recovery-image] Aug 21 21:45:51.795 INFO O| Aug 21 21:45:51.795 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-08-21T21:45:53.241Z[ recovery-image] Aug 21 21:45:51.806 INFO O| Aug 21 21:45:51.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74302026-08-21T21:45:53.241Z[ recovery-image] Aug 21 21:45:51.806 INFO O| Aug 21 21:45:51.806 INFO STEP 717 (remove_files) COMPLETE
74312026-08-21T21:45:53.241Z[ recovery-image] Aug 21 21:45:51.806 INFO O| Aug 21 21:45:51.806 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-08-21T21:45:53.241Z[ recovery-image] Aug 21 21:45:51.816 INFO O| Aug 21 21:45:51.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74332026-08-21T21:45:53.241Z[ recovery-image] Aug 21 21:45:51.816 INFO O| Aug 21 21:45:51.816 INFO STEP 718 (remove_files) COMPLETE
74342026-08-21T21:45:53.241Z[ recovery-image] Aug 21 21:45:51.816 INFO O| Aug 21 21:45:51.816 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-08-21T21:45:53.241Z[ recovery-image] Aug 21 21:45:51.826 INFO O| Aug 21 21:45:51.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74362026-08-21T21:45:53.241Z[ recovery-image] Aug 21 21:45:51.826 INFO O| Aug 21 21:45:51.826 INFO STEP 719 (remove_files) COMPLETE
74372026-08-21T21:45:53.241Z[ recovery-image] Aug 21 21:45:51.826 INFO O| Aug 21 21:45:51.826 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-08-21T21:45:53.261Z[ recovery-image] Aug 21 21:45:51.834 INFO O| Aug 21 21:45:51.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74392026-08-21T21:45:53.261Z[ recovery-image] Aug 21 21:45:51.834 INFO O| Aug 21 21:45:51.834 INFO STEP 720 (remove_files) COMPLETE
74402026-08-21T21:45:53.261Z[ recovery-image] Aug 21 21:45:51.834 INFO O| Aug 21 21:45:51.834 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-08-21T21:45:53.261Z[ recovery-image] Aug 21 21:45:51.844 INFO O| Aug 21 21:45:51.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74422026-08-21T21:45:53.261Z[ recovery-image] Aug 21 21:45:51.844 INFO O| Aug 21 21:45:51.844 INFO STEP 721 (remove_files) COMPLETE
74432026-08-21T21:45:53.261Z[ recovery-image] Aug 21 21:45:51.844 INFO O| Aug 21 21:45:51.844 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-08-21T21:45:53.261Z[ recovery-image] Aug 21 21:45:51.853 INFO O| Aug 21 21:45:51.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74452026-08-21T21:45:53.261Z[ recovery-image] Aug 21 21:45:51.853 INFO O| Aug 21 21:45:51.853 INFO STEP 722 (remove_files) COMPLETE
74462026-08-21T21:45:53.261Z[ recovery-image] Aug 21 21:45:51.853 INFO O| Aug 21 21:45:51.853 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-08-21T21:45:53.283Z[verify-libraries] Compiling samael v0.0.19
74482026-08-21T21:45:53.284Z[ recovery-image] Aug 21 21:45:51.862 INFO O| Aug 21 21:45:51.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74492026-08-21T21:45:53.284Z[ recovery-image] Aug 21 21:45:51.862 INFO O| Aug 21 21:45:51.862 INFO STEP 723 (remove_files) COMPLETE
74502026-08-21T21:45:53.284Z[ recovery-image] Aug 21 21:45:51.862 INFO O| Aug 21 21:45:51.862 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-08-21T21:45:53.284Z[ recovery-image] Aug 21 21:45:51.873 INFO O| Aug 21 21:45:51.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74522026-08-21T21:45:53.284Z[ recovery-image] Aug 21 21:45:51.873 INFO O| Aug 21 21:45:51.873 INFO STEP 724 (remove_files) COMPLETE
74532026-08-21T21:45:53.284Z[ recovery-image] Aug 21 21:45:51.873 INFO O| Aug 21 21:45:51.873 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-08-21T21:45:53.284Z[ recovery-image] Aug 21 21:45:51.883 INFO O| Aug 21 21:45:51.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74552026-08-21T21:45:53.284Z[ recovery-image] Aug 21 21:45:51.883 INFO O| Aug 21 21:45:51.883 INFO STEP 725 (remove_files) COMPLETE
74562026-08-21T21:45:53.284Z[ recovery-image] Aug 21 21:45:51.883 INFO O| Aug 21 21:45:51.883 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-08-21T21:45:53.314Z[ recovery-image] Aug 21 21:45:51.892 INFO O| Aug 21 21:45:51.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74582026-08-21T21:45:53.314Z[ recovery-image] Aug 21 21:45:51.893 INFO O| Aug 21 21:45:51.893 INFO STEP 726 (remove_files) COMPLETE
74592026-08-21T21:45:53.314Z[ recovery-image] Aug 21 21:45:51.893 INFO O| Aug 21 21:45:51.893 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-08-21T21:45:53.314Z[ recovery-image] Aug 21 21:45:51.902 INFO O| Aug 21 21:45:51.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74612026-08-21T21:45:53.314Z[ recovery-image] Aug 21 21:45:51.903 INFO O| Aug 21 21:45:51.903 INFO STEP 727 (remove_files) COMPLETE
74622026-08-21T21:45:53.314Z[ recovery-image] Aug 21 21:45:51.903 INFO O| Aug 21 21:45:51.903 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-08-21T21:45:53.336Z[ recovery-image] Aug 21 21:45:51.914 INFO O| Aug 21 21:45:51.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74642026-08-21T21:45:53.337Z[ recovery-image] Aug 21 21:45:51.914 INFO O| Aug 21 21:45:51.914 INFO STEP 728 (remove_files) COMPLETE
74652026-08-21T21:45:53.337Z[ recovery-image] Aug 21 21:45:51.914 INFO O| Aug 21 21:45:51.914 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-08-21T21:45:53.337Z[ recovery-image] Aug 21 21:45:51.924 INFO O| Aug 21 21:45:51.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74672026-08-21T21:45:53.337Z[ recovery-image] Aug 21 21:45:51.924 INFO O| Aug 21 21:45:51.924 INFO STEP 729 (remove_files) COMPLETE
74682026-08-21T21:45:53.337Z[ recovery-image] Aug 21 21:45:51.924 INFO O| Aug 21 21:45:51.924 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-08-21T21:45:53.337Z[ recovery-image] Aug 21 21:45:51.934 INFO O| Aug 21 21:45:51.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
74702026-08-21T21:45:53.337Z[ recovery-image] Aug 21 21:45:51.934 INFO O| Aug 21 21:45:51.934 INFO STEP 730 (remove_files) COMPLETE
74712026-08-21T21:45:53.337Z[ recovery-image] Aug 21 21:45:51.934 INFO O| Aug 21 21:45:51.934 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-08-21T21:45:53.350Z[ recovery-image] Aug 21 21:45:51.945 INFO O| Aug 21 21:45:51.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
74732026-08-21T21:45:53.351Z[ recovery-image] Aug 21 21:45:51.945 INFO O| Aug 21 21:45:51.945 INFO STEP 731 (remove_files) COMPLETE
74742026-08-21T21:45:53.351Z[ recovery-image] Aug 21 21:45:51.945 INFO O| Aug 21 21:45:51.945 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-08-21T21:45:53.351Z[ recovery-image] Aug 21 21:45:51.955 INFO O| Aug 21 21:45:51.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
74762026-08-21T21:45:53.351Z[ recovery-image] Aug 21 21:45:51.955 INFO O| Aug 21 21:45:51.955 INFO STEP 732 (remove_files) COMPLETE
74772026-08-21T21:45:53.351Z[ recovery-image] Aug 21 21:45:51.955 INFO O| Aug 21 21:45:51.955 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-08-21T21:45:53.358Z[ recovery-image] Aug 21 21:45:51.966 INFO O| Aug 21 21:45:51.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
74792026-08-21T21:45:53.358Z[ recovery-image] Aug 21 21:45:51.966 INFO O| Aug 21 21:45:51.966 INFO STEP 733 (remove_files) COMPLETE
74802026-08-21T21:45:53.358Z[ recovery-image] Aug 21 21:45:51.966 INFO O| Aug 21 21:45:51.966 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-08-21T21:45:53.389Z[ recovery-image] Aug 21 21:45:51.976 INFO O| Aug 21 21:45:51.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
74822026-08-21T21:45:53.389Z[ recovery-image] Aug 21 21:45:51.976 INFO O| Aug 21 21:45:51.976 INFO STEP 734 (remove_files) COMPLETE
74832026-08-21T21:45:53.389Z[ recovery-image] Aug 21 21:45:51.976 INFO O| Aug 21 21:45:51.976 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-08-21T21:45:53.405Z[ recovery-image] Aug 21 21:45:51.985 INFO O| Aug 21 21:45:51.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
74852026-08-21T21:45:53.405Z[ recovery-image] Aug 21 21:45:51.985 INFO O| Aug 21 21:45:51.985 INFO STEP 735 (remove_files) COMPLETE
74862026-08-21T21:45:53.405Z[ recovery-image] Aug 21 21:45:51.985 INFO O| Aug 21 21:45:51.985 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-08-21T21:45:53.405Z[ recovery-image] Aug 21 21:45:51.994 INFO O| Aug 21 21:45:51.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
74882026-08-21T21:45:53.405Z[ recovery-image] Aug 21 21:45:51.994 INFO O| Aug 21 21:45:51.994 INFO STEP 736 (remove_files) COMPLETE
74892026-08-21T21:45:53.405Z[ recovery-image] Aug 21 21:45:51.994 INFO O| Aug 21 21:45:51.994 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-08-21T21:45:53.405Z[ recovery-image] Aug 21 21:45:52.005 INFO O| Aug 21 21:45:52.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
74912026-08-21T21:45:53.405Z[ recovery-image] Aug 21 21:45:52.005 INFO O| Aug 21 21:45:52.005 INFO STEP 737 (remove_files) COMPLETE
74922026-08-21T21:45:53.405Z[ recovery-image] Aug 21 21:45:52.005 INFO O| Aug 21 21:45:52.005 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-08-21T21:45:53.421Z[ recovery-image] Aug 21 21:45:52.015 INFO O| Aug 21 21:45:52.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
74942026-08-21T21:45:53.421Z[ recovery-image] Aug 21 21:45:52.015 INFO O| Aug 21 21:45:52.015 INFO STEP 738 (remove_files) COMPLETE
74952026-08-21T21:45:53.421Z[ recovery-image] Aug 21 21:45:52.015 INFO O| Aug 21 21:45:52.015 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-08-21T21:45:53.444Z[ recovery-image] Aug 21 21:45:52.025 INFO O| Aug 21 21:45:52.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
74972026-08-21T21:45:53.444Z[ recovery-image] Aug 21 21:45:52.025 INFO O| Aug 21 21:45:52.025 INFO STEP 739 (remove_files) COMPLETE
74982026-08-21T21:45:53.444Z[ recovery-image] Aug 21 21:45:52.025 INFO O| Aug 21 21:45:52.025 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-08-21T21:45:53.444Z[ recovery-image] Aug 21 21:45:52.034 INFO O| Aug 21 21:45:52.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75002026-08-21T21:45:53.445Z[ recovery-image] Aug 21 21:45:52.034 INFO O| Aug 21 21:45:52.034 INFO STEP 740 (remove_files) COMPLETE
75012026-08-21T21:45:53.445Z[ recovery-image] Aug 21 21:45:52.034 INFO O| Aug 21 21:45:52.034 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-08-21T21:45:53.445Z[ recovery-image] Aug 21 21:45:52.046 INFO O| Aug 21 21:45:52.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75032026-08-21T21:45:53.445Z[ recovery-image] Aug 21 21:45:52.046 INFO O| Aug 21 21:45:52.043 INFO STEP 741 (remove_files) COMPLETE
75042026-08-21T21:45:53.445Z[ recovery-image] Aug 21 21:45:52.046 INFO O| Aug 21 21:45:52.043 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-08-21T21:45:53.473Z[ recovery-image] Aug 21 21:45:52.053 INFO O| Aug 21 21:45:52.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75062026-08-21T21:45:53.473Z[ recovery-image] Aug 21 21:45:52.054 INFO O| Aug 21 21:45:52.053 INFO STEP 742 (remove_files) COMPLETE
75072026-08-21T21:45:53.473Z[ recovery-image] Aug 21 21:45:52.054 INFO O| Aug 21 21:45:52.054 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-08-21T21:45:53.473Z[ recovery-image] Aug 21 21:45:52.064 INFO O| Aug 21 21:45:52.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75092026-08-21T21:45:53.473Z[ recovery-image] Aug 21 21:45:52.064 INFO O| Aug 21 21:45:52.064 INFO STEP 743 (remove_files) COMPLETE
75102026-08-21T21:45:53.473Z[ recovery-image] Aug 21 21:45:52.064 INFO O| Aug 21 21:45:52.064 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-08-21T21:45:53.504Z[ recovery-image] Aug 21 21:45:52.079 INFO O| Aug 21 21:45:52.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75122026-08-21T21:45:53.504Z[ recovery-image] Aug 21 21:45:52.079 INFO O| Aug 21 21:45:52.079 INFO STEP 744 (remove_files) COMPLETE
75132026-08-21T21:45:53.504Z[ recovery-image] Aug 21 21:45:52.079 INFO O| Aug 21 21:45:52.079 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-08-21T21:45:53.505Z[ recovery-image] Aug 21 21:45:52.089 INFO O| Aug 21 21:45:52.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75152026-08-21T21:45:53.505Z[ recovery-image] Aug 21 21:45:52.090 INFO O| Aug 21 21:45:52.090 INFO STEP 745 (remove_files) COMPLETE
75162026-08-21T21:45:53.505Z[ recovery-image] Aug 21 21:45:52.090 INFO O| Aug 21 21:45:52.090 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-08-21T21:45:53.552Z[ recovery-image] Aug 21 21:45:52.101 INFO O| Aug 21 21:45:52.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75182026-08-21T21:45:53.552Z[ recovery-image] Aug 21 21:45:52.101 INFO O| Aug 21 21:45:52.101 INFO STEP 746 (remove_files) COMPLETE
75192026-08-21T21:45:53.552Z[ recovery-image] Aug 21 21:45:52.101 INFO O| Aug 21 21:45:52.101 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-08-21T21:45:53.552Z[ recovery-image] Aug 21 21:45:52.112 INFO O| Aug 21 21:45:52.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75212026-08-21T21:45:53.552Z[ recovery-image] Aug 21 21:45:52.112 INFO O| Aug 21 21:45:52.112 INFO STEP 747 (remove_files) COMPLETE
75222026-08-21T21:45:53.552Z[ recovery-image] Aug 21 21:45:52.112 INFO O| Aug 21 21:45:52.112 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-08-21T21:45:53.552Z[ recovery-image] Aug 21 21:45:52.121 INFO O| Aug 21 21:45:52.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75242026-08-21T21:45:53.552Z[ recovery-image] Aug 21 21:45:52.121 INFO O| Aug 21 21:45:52.121 INFO STEP 748 (remove_files) COMPLETE
75252026-08-21T21:45:53.552Z[ recovery-image] Aug 21 21:45:52.121 INFO O| Aug 21 21:45:52.121 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-08-21T21:45:53.599Z[ recovery-image] Aug 21 21:45:52.132 INFO O| Aug 21 21:45:52.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75272026-08-21T21:45:53.599Z[ recovery-image] Aug 21 21:45:52.132 INFO O| Aug 21 21:45:52.132 INFO STEP 749 (remove_files) COMPLETE
75282026-08-21T21:45:53.599Z[ recovery-image] Aug 21 21:45:52.132 INFO O| Aug 21 21:45:52.132 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-08-21T21:45:53.600Z[ recovery-image] Aug 21 21:45:52.142 INFO O| Aug 21 21:45:52.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75302026-08-21T21:45:53.600Z[ recovery-image] Aug 21 21:45:52.142 INFO O| Aug 21 21:45:52.142 INFO STEP 750 (remove_files) COMPLETE
75312026-08-21T21:45:53.600Z[ recovery-image] Aug 21 21:45:52.142 INFO O| Aug 21 21:45:52.142 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-08-21T21:45:53.600Z[ recovery-image] Aug 21 21:45:52.154 INFO O| Aug 21 21:45:52.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75332026-08-21T21:45:53.600Z[ recovery-image] Aug 21 21:45:52.154 INFO O| Aug 21 21:45:52.154 INFO STEP 751 (remove_files) COMPLETE
75342026-08-21T21:45:53.600Z[ recovery-image] Aug 21 21:45:52.154 INFO O| Aug 21 21:45:52.154 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-08-21T21:45:53.600Z[ recovery-image] Aug 21 21:45:52.164 INFO O| Aug 21 21:45:52.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75362026-08-21T21:45:53.600Z[ recovery-image] Aug 21 21:45:52.164 INFO O| Aug 21 21:45:52.164 INFO STEP 752 (remove_files) COMPLETE
75372026-08-21T21:45:53.600Z[ recovery-image] Aug 21 21:45:52.164 INFO O| Aug 21 21:45:52.164 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-08-21T21:45:53.600Z[ recovery-image] Aug 21 21:45:52.172 INFO O| Aug 21 21:45:52.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75392026-08-21T21:45:53.600Z[ recovery-image] Aug 21 21:45:52.172 INFO O| Aug 21 21:45:52.172 INFO STEP 753 (remove_files) COMPLETE
75402026-08-21T21:45:53.600Z[ recovery-image] Aug 21 21:45:52.172 INFO O| Aug 21 21:45:52.172 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-08-21T21:45:53.600Z[ recovery-image] Aug 21 21:45:52.181 INFO O| Aug 21 21:45:52.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75422026-08-21T21:45:53.600Z[ recovery-image] Aug 21 21:45:52.181 INFO O| Aug 21 21:45:52.181 INFO STEP 754 (remove_files) COMPLETE
75432026-08-21T21:45:53.600Z[ recovery-image] Aug 21 21:45:52.181 INFO O| Aug 21 21:45:52.181 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-08-21T21:45:53.600Z[ recovery-image] Aug 21 21:45:52.191 INFO O| Aug 21 21:45:52.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75452026-08-21T21:45:53.600Z[ recovery-image] Aug 21 21:45:52.191 INFO O| Aug 21 21:45:52.191 INFO STEP 755 (remove_files) COMPLETE
75462026-08-21T21:45:53.600Z[ recovery-image] Aug 21 21:45:52.191 INFO O| Aug 21 21:45:52.191 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-08-21T21:45:53.637Z[ recovery-image] Aug 21 21:45:52.202 INFO O| Aug 21 21:45:52.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75482026-08-21T21:45:53.637Z[ recovery-image] Aug 21 21:45:52.202 INFO O| Aug 21 21:45:52.202 INFO STEP 756 (remove_files) COMPLETE
75492026-08-21T21:45:53.637Z[ recovery-image] Aug 21 21:45:52.202 INFO O| Aug 21 21:45:52.202 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-08-21T21:45:53.637Z[ recovery-image] Aug 21 21:45:52.213 INFO O| Aug 21 21:45:52.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75512026-08-21T21:45:53.637Z[ recovery-image] Aug 21 21:45:52.213 INFO O| Aug 21 21:45:52.213 INFO STEP 757 (remove_files) COMPLETE
75522026-08-21T21:45:53.637Z[ recovery-image] Aug 21 21:45:52.213 INFO O| Aug 21 21:45:52.213 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-08-21T21:45:53.674Z[ recovery-image] Aug 21 21:45:52.223 INFO O| Aug 21 21:45:52.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75542026-08-21T21:45:53.675Z[ recovery-image] Aug 21 21:45:52.223 INFO O| Aug 21 21:45:52.223 INFO STEP 758 (remove_files) COMPLETE
75552026-08-21T21:45:53.675Z[ recovery-image] Aug 21 21:45:52.223 INFO O| Aug 21 21:45:52.223 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-08-21T21:45:53.675Z[ recovery-image] Aug 21 21:45:52.231 INFO O| Aug 21 21:45:52.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75572026-08-21T21:45:53.675Z[ recovery-image] Aug 21 21:45:52.231 INFO O| Aug 21 21:45:52.231 INFO STEP 759 (remove_files) COMPLETE
75582026-08-21T21:45:53.675Z[ recovery-image] Aug 21 21:45:52.231 INFO O| Aug 21 21:45:52.231 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-08-21T21:45:53.675Z[ recovery-image] Aug 21 21:45:52.239 INFO O| Aug 21 21:45:52.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75602026-08-21T21:45:53.675Z[ recovery-image] Aug 21 21:45:52.239 INFO O| Aug 21 21:45:52.239 INFO STEP 760 (remove_files) COMPLETE
75612026-08-21T21:45:53.675Z[ recovery-image] Aug 21 21:45:52.239 INFO O| Aug 21 21:45:52.239 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-08-21T21:45:53.675Z[ recovery-image] Aug 21 21:45:52.247 INFO O| Aug 21 21:45:52.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75632026-08-21T21:45:53.675Z[ recovery-image] Aug 21 21:45:52.247 INFO O| Aug 21 21:45:52.247 INFO STEP 761 (remove_files) COMPLETE
75642026-08-21T21:45:53.675Z[ recovery-image] Aug 21 21:45:52.247 INFO O| Aug 21 21:45:52.247 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-08-21T21:45:53.675Z[ recovery-image] Aug 21 21:45:52.257 INFO O| Aug 21 21:45:52.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75662026-08-21T21:45:53.675Z[ recovery-image] Aug 21 21:45:52.257 INFO O| Aug 21 21:45:52.257 INFO STEP 762 (remove_files) COMPLETE
75672026-08-21T21:45:53.675Z[ recovery-image] Aug 21 21:45:52.257 INFO O| Aug 21 21:45:52.257 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-08-21T21:45:53.676Z[ recovery-image] Aug 21 21:45:52.268 INFO O| Aug 21 21:45:52.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
75692026-08-21T21:45:53.676Z[ recovery-image] Aug 21 21:45:52.268 INFO O| Aug 21 21:45:52.268 INFO STEP 763 (remove_files) COMPLETE
75702026-08-21T21:45:53.676Z[ recovery-image] Aug 21 21:45:52.268 INFO O| Aug 21 21:45:52.268 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-08-21T21:45:53.685Z[ recovery-image] Aug 21 21:45:52.278 INFO O| Aug 21 21:45:52.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
75722026-08-21T21:45:53.685Z[ recovery-image] Aug 21 21:45:52.278 INFO O| Aug 21 21:45:52.278 INFO STEP 764 (remove_files) COMPLETE
75732026-08-21T21:45:53.685Z[ recovery-image] Aug 21 21:45:52.278 INFO O| Aug 21 21:45:52.278 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-08-21T21:45:53.685Z[ recovery-image] Aug 21 21:45:52.289 INFO O| Aug 21 21:45:52.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
75752026-08-21T21:45:53.685Z[ recovery-image] Aug 21 21:45:52.289 INFO O| Aug 21 21:45:52.289 INFO STEP 765 (remove_files) COMPLETE
75762026-08-21T21:45:53.685Z[ recovery-image] Aug 21 21:45:52.289 INFO O| Aug 21 21:45:52.289 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-08-21T21:45:53.709Z[ recovery-image] Aug 21 21:45:52.298 INFO O| Aug 21 21:45:52.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
75782026-08-21T21:45:53.709Z[ recovery-image] Aug 21 21:45:52.298 INFO O| Aug 21 21:45:52.298 INFO STEP 766 (remove_files) COMPLETE
75792026-08-21T21:45:53.709Z[ recovery-image] Aug 21 21:45:52.298 INFO O| Aug 21 21:45:52.298 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-08-21T21:45:53.734Z[ recovery-image] Aug 21 21:45:52.308 INFO O| Aug 21 21:45:52.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
75812026-08-21T21:45:53.734Z[ recovery-image] Aug 21 21:45:52.308 INFO O| Aug 21 21:45:52.308 INFO STEP 767 (remove_files) COMPLETE
75822026-08-21T21:45:53.734Z[ recovery-image] Aug 21 21:45:52.308 INFO O| Aug 21 21:45:52.308 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-08-21T21:45:53.734Z[ recovery-image] Aug 21 21:45:52.318 INFO O| Aug 21 21:45:52.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
75842026-08-21T21:45:53.734Z[ recovery-image] Aug 21 21:45:52.318 INFO O| Aug 21 21:45:52.318 INFO STEP 768 (remove_files) COMPLETE
75852026-08-21T21:45:53.734Z[ recovery-image] Aug 21 21:45:52.318 INFO O| Aug 21 21:45:52.318 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-08-21T21:45:53.734Z[ recovery-image] Aug 21 21:45:52.328 INFO O| Aug 21 21:45:52.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
75872026-08-21T21:45:53.734Z[ recovery-image] Aug 21 21:45:52.328 INFO O| Aug 21 21:45:52.328 INFO STEP 769 (remove_files) COMPLETE
75882026-08-21T21:45:53.734Z[ recovery-image] Aug 21 21:45:52.328 INFO O| Aug 21 21:45:52.328 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-08-21T21:45:53.742Z[ recovery-image] Aug 21 21:45:52.336 INFO O| Aug 21 21:45:52.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
75902026-08-21T21:45:53.743Z[ recovery-image] Aug 21 21:45:52.336 INFO O| Aug 21 21:45:52.336 INFO STEP 770 (remove_files) COMPLETE
75912026-08-21T21:45:53.743Z[ recovery-image] Aug 21 21:45:52.336 INFO O| Aug 21 21:45:52.336 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-08-21T21:45:53.743Z[ recovery-image] Aug 21 21:45:52.348 INFO O| Aug 21 21:45:52.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
75932026-08-21T21:45:53.743Z[ recovery-image] Aug 21 21:45:52.348 INFO O| Aug 21 21:45:52.348 INFO STEP 771 (remove_files) COMPLETE
75942026-08-21T21:45:53.743Z[ recovery-image] Aug 21 21:45:52.348 INFO O| Aug 21 21:45:52.348 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-08-21T21:45:53.757Z[ recovery-image] Aug 21 21:45:52.359 INFO O| Aug 21 21:45:52.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
75962026-08-21T21:45:53.757Z[ recovery-image] Aug 21 21:45:52.360 INFO O| Aug 21 21:45:52.360 INFO STEP 772 (remove_files) COMPLETE
75972026-08-21T21:45:53.757Z[ recovery-image] Aug 21 21:45:52.360 INFO O| Aug 21 21:45:52.360 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-08-21T21:45:53.783Z[ recovery-image] Aug 21 21:45:52.369 INFO O| Aug 21 21:45:52.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
75992026-08-21T21:45:53.783Z[ recovery-image] Aug 21 21:45:52.369 INFO O| Aug 21 21:45:52.369 INFO STEP 773 (remove_files) COMPLETE
76002026-08-21T21:45:53.784Z[ recovery-image] Aug 21 21:45:52.369 INFO O| Aug 21 21:45:52.369 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-08-21T21:45:53.795Z[ recovery-image] Aug 21 21:45:52.379 INFO O| Aug 21 21:45:52.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76022026-08-21T21:45:53.795Z[ recovery-image] Aug 21 21:45:52.379 INFO O| Aug 21 21:45:52.379 INFO STEP 774 (remove_files) COMPLETE
76032026-08-21T21:45:53.795Z[ recovery-image] Aug 21 21:45:52.379 INFO O| Aug 21 21:45:52.379 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-08-21T21:45:53.795Z[ recovery-image] Aug 21 21:45:52.389 INFO O| Aug 21 21:45:52.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76052026-08-21T21:45:53.795Z[ recovery-image] Aug 21 21:45:52.389 INFO O| Aug 21 21:45:52.389 INFO STEP 775 (remove_files) COMPLETE
76062026-08-21T21:45:53.795Z[ recovery-image] Aug 21 21:45:52.389 INFO O| Aug 21 21:45:52.389 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-08-21T21:45:53.795Z[ recovery-image] Aug 21 21:45:52.401 INFO O| Aug 21 21:45:52.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76082026-08-21T21:45:53.795Z[ recovery-image] Aug 21 21:45:52.401 INFO O| Aug 21 21:45:52.401 INFO STEP 776 (remove_files) COMPLETE
76092026-08-21T21:45:53.795Z[ recovery-image] Aug 21 21:45:52.401 INFO O| Aug 21 21:45:52.401 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-08-21T21:45:53.800Z[ recovery-image] Aug 21 21:45:52.411 INFO O| Aug 21 21:45:52.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76112026-08-21T21:45:53.800Z[ recovery-image] Aug 21 21:45:52.411 INFO O| Aug 21 21:45:52.411 INFO STEP 777 (remove_files) COMPLETE
76122026-08-21T21:45:53.800Z[ recovery-image] Aug 21 21:45:52.411 INFO O| Aug 21 21:45:52.411 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-08-21T21:45:53.812Z[ recovery-image] Aug 21 21:45:52.421 INFO O| Aug 21 21:45:52.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76142026-08-21T21:45:53.813Z[ recovery-image] Aug 21 21:45:52.421 INFO O| Aug 21 21:45:52.421 INFO STEP 778 (remove_files) COMPLETE
76152026-08-21T21:45:53.813Z[ recovery-image] Aug 21 21:45:52.421 INFO O| Aug 21 21:45:52.421 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-08-21T21:45:53.818Z[ recovery-image] Aug 21 21:45:52.430 INFO O| Aug 21 21:45:52.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76172026-08-21T21:45:53.818Z[ recovery-image] Aug 21 21:45:52.430 INFO O| Aug 21 21:45:52.430 INFO STEP 779 (remove_files) COMPLETE
76182026-08-21T21:45:53.818Z[ recovery-image] Aug 21 21:45:52.430 INFO O| Aug 21 21:45:52.430 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-08-21T21:45:53.826Z[ recovery-image] Aug 21 21:45:52.439 INFO O| Aug 21 21:45:52.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76202026-08-21T21:45:53.826Z[ recovery-image] Aug 21 21:45:52.439 INFO O| Aug 21 21:45:52.439 INFO STEP 780 (remove_files) COMPLETE
76212026-08-21T21:45:53.826Z[ recovery-image] Aug 21 21:45:52.439 INFO O| Aug 21 21:45:52.439 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-08-21T21:45:53.836Z[ recovery-image] Aug 21 21:45:52.448 INFO O| Aug 21 21:45:52.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76232026-08-21T21:45:53.836Z[ recovery-image] Aug 21 21:45:52.448 INFO O| Aug 21 21:45:52.448 INFO STEP 781 (remove_files) COMPLETE
76242026-08-21T21:45:53.836Z[ recovery-image] Aug 21 21:45:52.448 INFO O| Aug 21 21:45:52.448 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-08-21T21:45:53.845Z[ recovery-image] Aug 21 21:45:52.458 INFO O| Aug 21 21:45:52.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76262026-08-21T21:45:53.845Z[ recovery-image] Aug 21 21:45:52.458 INFO O| Aug 21 21:45:52.458 INFO STEP 782 (remove_files) COMPLETE
76272026-08-21T21:45:53.845Z[ recovery-image] Aug 21 21:45:52.458 INFO O| Aug 21 21:45:52.458 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-08-21T21:45:53.855Z[ recovery-image] Aug 21 21:45:52.468 INFO O| Aug 21 21:45:52.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76292026-08-21T21:45:53.855Z[ recovery-image] Aug 21 21:45:52.468 INFO O| Aug 21 21:45:52.468 INFO STEP 783 (remove_files) COMPLETE
76302026-08-21T21:45:53.857Z[ recovery-image] Aug 21 21:45:52.468 INFO O| Aug 21 21:45:52.468 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-08-21T21:45:53.870Z[ recovery-image] Aug 21 21:45:52.476 INFO O| Aug 21 21:45:52.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76322026-08-21T21:45:53.870Z[ recovery-image] Aug 21 21:45:52.476 INFO O| Aug 21 21:45:52.476 INFO STEP 784 (remove_files) COMPLETE
76332026-08-21T21:45:53.870Z[ recovery-image] Aug 21 21:45:52.476 INFO O| Aug 21 21:45:52.476 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-08-21T21:45:53.883Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
76352026-08-21T21:45:53.883Z[ recovery-image] Aug 21 21:45:52.488 INFO O| Aug 21 21:45:52.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76362026-08-21T21:45:53.883Z[ recovery-image] Aug 21 21:45:52.488 INFO O| Aug 21 21:45:52.488 INFO STEP 785 (remove_files) COMPLETE
76372026-08-21T21:45:53.883Z[ recovery-image] Aug 21 21:45:52.488 INFO O| Aug 21 21:45:52.488 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-08-21T21:45:53.890Z[ recovery-image] Aug 21 21:45:52.502 INFO O| Aug 21 21:45:52.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76392026-08-21T21:45:53.890Z[ recovery-image] Aug 21 21:45:52.502 INFO O| Aug 21 21:45:52.498 INFO STEP 786 (remove_files) COMPLETE
76402026-08-21T21:45:53.890Z[ recovery-image] Aug 21 21:45:52.502 INFO O| Aug 21 21:45:52.498 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76412026-08-21T21:45:53.894Z[ recovery-image] Aug 21 21:45:52.507 INFO O| Aug 21 21:45:52.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76422026-08-21T21:45:53.894Z[ recovery-image] Aug 21 21:45:52.508 INFO O| Aug 21 21:45:52.508 INFO STEP 787 (remove_files) COMPLETE
76432026-08-21T21:45:53.894Z[ recovery-image] Aug 21 21:45:52.508 INFO O| Aug 21 21:45:52.508 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76442026-08-21T21:45:53.904Z[ recovery-image] Aug 21 21:45:52.518 INFO O| Aug 21 21:45:52.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76452026-08-21T21:45:53.904Z[ recovery-image] Aug 21 21:45:52.518 INFO O| Aug 21 21:45:52.518 INFO STEP 788 (remove_files) COMPLETE
76462026-08-21T21:45:53.904Z[ recovery-image] Aug 21 21:45:52.518 INFO O| Aug 21 21:45:52.518 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76472026-08-21T21:45:53.914Z[ recovery-image] Aug 21 21:45:52.527 INFO O| Aug 21 21:45:52.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76482026-08-21T21:45:53.914Z[ recovery-image] Aug 21 21:45:52.527 INFO O| Aug 21 21:45:52.527 INFO STEP 789 (remove_files) COMPLETE
76492026-08-21T21:45:53.914Z[ recovery-image] Aug 21 21:45:52.527 INFO O| Aug 21 21:45:52.527 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-08-21T21:45:53.924Z[ recovery-image] Aug 21 21:45:52.536 INFO O| Aug 21 21:45:52.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76512026-08-21T21:45:53.925Z[ recovery-image] Aug 21 21:45:52.536 INFO O| Aug 21 21:45:52.536 INFO STEP 790 (remove_files) COMPLETE
76522026-08-21T21:45:53.925Z[ recovery-image] Aug 21 21:45:52.536 INFO O| Aug 21 21:45:52.536 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-08-21T21:45:53.929Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
76542026-08-21T21:45:53.938Z[ recovery-image] Aug 21 21:45:52.545 INFO O| Aug 21 21:45:52.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76552026-08-21T21:45:53.938Z[ recovery-image] Aug 21 21:45:52.545 INFO O| Aug 21 21:45:52.545 INFO STEP 791 (remove_files) COMPLETE
76562026-08-21T21:45:53.938Z[ recovery-image] Aug 21 21:45:52.545 INFO O| Aug 21 21:45:52.545 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-08-21T21:45:53.942Z[ recovery-image] Aug 21 21:45:52.554 INFO O| Aug 21 21:45:52.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76582026-08-21T21:45:53.943Z[ recovery-image] Aug 21 21:45:52.554 INFO O| Aug 21 21:45:52.554 INFO STEP 792 (remove_files) COMPLETE
76592026-08-21T21:45:53.946Z[ recovery-image] Aug 21 21:45:52.554 INFO O| Aug 21 21:45:52.554 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-08-21T21:45:53.950Z[ recovery-image] Aug 21 21:45:52.563 INFO O| Aug 21 21:45:52.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76612026-08-21T21:45:53.950Z[ recovery-image] Aug 21 21:45:52.563 INFO O| Aug 21 21:45:52.563 INFO STEP 793 (remove_files) COMPLETE
76622026-08-21T21:45:53.950Z[ recovery-image] Aug 21 21:45:52.563 INFO O| Aug 21 21:45:52.563 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-08-21T21:45:53.959Z[ recovery-image] Aug 21 21:45:52.572 INFO O| Aug 21 21:45:52.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76642026-08-21T21:45:53.959Z[ recovery-image] Aug 21 21:45:52.572 INFO O| Aug 21 21:45:52.572 INFO STEP 794 (remove_files) COMPLETE
76652026-08-21T21:45:53.962Z[ recovery-image] Aug 21 21:45:52.572 INFO O| Aug 21 21:45:52.572 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-08-21T21:45:53.970Z[ recovery-image] Aug 21 21:45:52.583 INFO O| Aug 21 21:45:52.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76672026-08-21T21:45:53.970Z[ recovery-image] Aug 21 21:45:52.583 INFO O| Aug 21 21:45:52.583 INFO STEP 795 (remove_files) COMPLETE
76682026-08-21T21:45:53.970Z[ recovery-image] Aug 21 21:45:52.583 INFO O| Aug 21 21:45:52.583 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-08-21T21:45:53.984Z[ recovery-image] Aug 21 21:45:52.593 INFO O| Aug 21 21:45:52.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
76702026-08-21T21:45:53.984Z[ recovery-image] Aug 21 21:45:52.593 INFO O| Aug 21 21:45:52.593 INFO STEP 796 (remove_files) COMPLETE
76712026-08-21T21:45:53.984Z[ recovery-image] Aug 21 21:45:52.593 INFO O| Aug 21 21:45:52.593 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-08-21T21:45:54.019Z[ recovery-image] Aug 21 21:45:52.603 INFO O| Aug 21 21:45:52.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
76732026-08-21T21:45:54.019Z[ recovery-image] Aug 21 21:45:52.603 INFO O| Aug 21 21:45:52.603 INFO STEP 797 (remove_files) COMPLETE
76742026-08-21T21:45:54.019Z[ recovery-image] Aug 21 21:45:52.603 INFO O| Aug 21 21:45:52.603 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-08-21T21:45:54.024Z[ recovery-image] Aug 21 21:45:52.613 INFO O| Aug 21 21:45:52.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
76762026-08-21T21:45:54.024Z[ recovery-image] Aug 21 21:45:52.613 INFO O| Aug 21 21:45:52.613 INFO STEP 798 (remove_files) COMPLETE
76772026-08-21T21:45:54.024Z[ recovery-image] Aug 21 21:45:52.613 INFO O| Aug 21 21:45:52.613 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-08-21T21:45:54.024Z[ recovery-image] Aug 21 21:45:52.624 INFO O| Aug 21 21:45:52.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
76792026-08-21T21:45:54.024Z[ recovery-image] Aug 21 21:45:52.624 INFO O| Aug 21 21:45:52.624 INFO STEP 799 (remove_files) COMPLETE
76802026-08-21T21:45:54.024Z[ recovery-image] Aug 21 21:45:52.624 INFO O| Aug 21 21:45:52.624 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-08-21T21:45:54.024Z[ recovery-image] Aug 21 21:45:52.634 INFO O| Aug 21 21:45:52.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
76822026-08-21T21:45:54.024Z[ recovery-image] Aug 21 21:45:52.634 INFO O| Aug 21 21:45:52.634 INFO STEP 800 (remove_files) COMPLETE
76832026-08-21T21:45:54.024Z[ recovery-image] Aug 21 21:45:52.634 INFO O| Aug 21 21:45:52.634 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-08-21T21:45:54.032Z[ recovery-image] Aug 21 21:45:52.645 INFO O| Aug 21 21:45:52.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
76852026-08-21T21:45:54.036Z[ recovery-image] Aug 21 21:45:52.646 INFO O| Aug 21 21:45:52.646 INFO STEP 801 (remove_files) COMPLETE
76862026-08-21T21:45:54.036Z[ recovery-image] Aug 21 21:45:52.646 INFO O| Aug 21 21:45:52.646 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-08-21T21:45:54.043Z[ recovery-image] Aug 21 21:45:52.656 INFO O| Aug 21 21:45:52.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
76882026-08-21T21:45:54.043Z[ recovery-image] Aug 21 21:45:52.656 INFO O| Aug 21 21:45:52.656 INFO STEP 802 (remove_files) COMPLETE
76892026-08-21T21:45:54.043Z[ recovery-image] Aug 21 21:45:52.656 INFO O| Aug 21 21:45:52.656 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-08-21T21:45:54.054Z[ recovery-image] Aug 21 21:45:52.667 INFO O| Aug 21 21:45:52.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
76912026-08-21T21:45:54.054Z[ recovery-image] Aug 21 21:45:52.667 INFO O| Aug 21 21:45:52.667 INFO STEP 803 (remove_files) COMPLETE
76922026-08-21T21:45:54.054Z[ recovery-image] Aug 21 21:45:52.667 INFO O| Aug 21 21:45:52.667 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-08-21T21:45:54.063Z[ recovery-image] Aug 21 21:45:52.676 INFO O| Aug 21 21:45:52.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
76942026-08-21T21:45:54.063Z[ recovery-image] Aug 21 21:45:52.676 INFO O| Aug 21 21:45:52.676 INFO STEP 804 (remove_files) COMPLETE
76952026-08-21T21:45:54.066Z[ recovery-image] Aug 21 21:45:52.676 INFO O| Aug 21 21:45:52.676 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-08-21T21:45:54.073Z[ recovery-image] Aug 21 21:45:52.686 INFO O| Aug 21 21:45:52.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
76972026-08-21T21:45:54.073Z[ recovery-image] Aug 21 21:45:52.686 INFO O| Aug 21 21:45:52.686 INFO STEP 805 (remove_files) COMPLETE
76982026-08-21T21:45:54.073Z[ recovery-image] Aug 21 21:45:52.686 INFO O| Aug 21 21:45:52.686 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-08-21T21:45:54.077Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
77002026-08-21T21:45:54.083Z[ recovery-image] Aug 21 21:45:52.696 INFO O| Aug 21 21:45:52.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77012026-08-21T21:45:54.083Z[ recovery-image] Aug 21 21:45:52.696 INFO O| Aug 21 21:45:52.696 INFO STEP 806 (remove_files) COMPLETE
77022026-08-21T21:45:54.083Z[ recovery-image] Aug 21 21:45:52.696 INFO O| Aug 21 21:45:52.696 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-08-21T21:45:54.094Z[ recovery-image] Aug 21 21:45:52.706 INFO O| Aug 21 21:45:52.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77042026-08-21T21:45:54.094Z[ recovery-image] Aug 21 21:45:52.706 INFO O| Aug 21 21:45:52.706 INFO STEP 807 (remove_files) COMPLETE
77052026-08-21T21:45:54.094Z[ recovery-image] Aug 21 21:45:52.706 INFO O| Aug 21 21:45:52.706 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-08-21T21:45:54.104Z[ recovery-image] Aug 21 21:45:52.717 INFO O| Aug 21 21:45:52.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77072026-08-21T21:45:54.105Z[ recovery-image] Aug 21 21:45:52.717 INFO O| Aug 21 21:45:52.717 INFO STEP 808 (remove_files) COMPLETE
77082026-08-21T21:45:54.105Z[ recovery-image] Aug 21 21:45:52.717 INFO O| Aug 21 21:45:52.717 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-08-21T21:45:54.112Z[ recovery-image] Aug 21 21:45:52.726 INFO O| Aug 21 21:45:52.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77102026-08-21T21:45:54.112Z[ recovery-image] Aug 21 21:45:52.726 INFO O| Aug 21 21:45:52.726 INFO STEP 809 (remove_files) COMPLETE
77112026-08-21T21:45:54.112Z[ recovery-image] Aug 21 21:45:52.726 INFO O| Aug 21 21:45:52.726 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-08-21T21:45:54.123Z[ recovery-image] Aug 21 21:45:52.735 INFO O| Aug 21 21:45:52.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77132026-08-21T21:45:54.123Z[ recovery-image] Aug 21 21:45:52.735 INFO O| Aug 21 21:45:52.735 INFO STEP 810 (remove_files) COMPLETE
77142026-08-21T21:45:54.123Z[ recovery-image] Aug 21 21:45:52.735 INFO O| Aug 21 21:45:52.735 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-08-21T21:45:54.136Z[ recovery-image] Aug 21 21:45:52.746 INFO O| Aug 21 21:45:52.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77162026-08-21T21:45:54.136Z[ recovery-image] Aug 21 21:45:52.746 INFO O| Aug 21 21:45:52.746 INFO STEP 811 (remove_files) COMPLETE
77172026-08-21T21:45:54.142Z[ recovery-image] Aug 21 21:45:52.746 INFO O| Aug 21 21:45:52.746 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-08-21T21:45:54.148Z[ recovery-image] Aug 21 21:45:52.756 INFO O| Aug 21 21:45:52.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77192026-08-21T21:45:54.148Z[ recovery-image] Aug 21 21:45:52.757 INFO O| Aug 21 21:45:52.756 INFO STEP 812 (remove_files) COMPLETE
77202026-08-21T21:45:54.148Z[ recovery-image] Aug 21 21:45:52.757 INFO O| Aug 21 21:45:52.757 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-08-21T21:45:54.156Z[ recovery-image] Aug 21 21:45:52.765 INFO O| Aug 21 21:45:52.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77222026-08-21T21:45:54.156Z[ recovery-image] Aug 21 21:45:52.765 INFO O| Aug 21 21:45:52.765 INFO STEP 813 (remove_files) COMPLETE
77232026-08-21T21:45:54.156Z[ recovery-image] Aug 21 21:45:52.765 INFO O| Aug 21 21:45:52.765 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-08-21T21:45:54.163Z[ recovery-image] Aug 21 21:45:52.776 INFO O| Aug 21 21:45:52.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77252026-08-21T21:45:54.163Z[ recovery-image] Aug 21 21:45:52.776 INFO O| Aug 21 21:45:52.776 INFO STEP 814 (remove_files) COMPLETE
77262026-08-21T21:45:54.167Z[ recovery-image] Aug 21 21:45:52.776 INFO O| Aug 21 21:45:52.776 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-08-21T21:45:54.177Z[ recovery-image] Aug 21 21:45:52.786 INFO O| Aug 21 21:45:52.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77282026-08-21T21:45:54.177Z[ recovery-image] Aug 21 21:45:52.786 INFO O| Aug 21 21:45:52.786 INFO STEP 815 (remove_files) COMPLETE
77292026-08-21T21:45:54.177Z[ recovery-image] Aug 21 21:45:52.786 INFO O| Aug 21 21:45:52.786 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-08-21T21:45:54.183Z[ recovery-image] Aug 21 21:45:52.796 INFO O| Aug 21 21:45:52.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77312026-08-21T21:45:54.183Z[ recovery-image] Aug 21 21:45:52.796 INFO O| Aug 21 21:45:52.796 INFO STEP 816 (remove_files) COMPLETE
77322026-08-21T21:45:54.191Z[ recovery-image] Aug 21 21:45:52.796 INFO O| Aug 21 21:45:52.796 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-08-21T21:45:54.198Z[ recovery-image] Aug 21 21:45:52.806 INFO O| Aug 21 21:45:52.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77342026-08-21T21:45:54.198Z[ recovery-image] Aug 21 21:45:52.806 INFO O| Aug 21 21:45:52.806 INFO STEP 817 (remove_files) COMPLETE
77352026-08-21T21:45:54.198Z[ recovery-image] Aug 21 21:45:52.806 INFO O| Aug 21 21:45:52.806 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-08-21T21:45:54.205Z[ recovery-image] Aug 21 21:45:52.815 INFO O| Aug 21 21:45:52.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77372026-08-21T21:45:54.205Z[ recovery-image] Aug 21 21:45:52.815 INFO O| Aug 21 21:45:52.815 INFO STEP 818 (remove_files) COMPLETE
77382026-08-21T21:45:54.205Z[ recovery-image] Aug 21 21:45:52.815 INFO O| Aug 21 21:45:52.815 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-08-21T21:45:54.211Z[ recovery-image] Aug 21 21:45:52.824 INFO O| Aug 21 21:45:52.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77402026-08-21T21:45:54.211Z[ recovery-image] Aug 21 21:45:52.824 INFO O| Aug 21 21:45:52.824 INFO STEP 819 (remove_files) COMPLETE
77412026-08-21T21:45:54.211Z[ recovery-image] Aug 21 21:45:52.824 INFO O| Aug 21 21:45:52.824 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-08-21T21:45:54.220Z[ recovery-image] Aug 21 21:45:52.833 INFO O| Aug 21 21:45:52.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77432026-08-21T21:45:54.220Z[ recovery-image] Aug 21 21:45:52.833 INFO O| Aug 21 21:45:52.833 INFO STEP 820 (remove_files) COMPLETE
77442026-08-21T21:45:54.220Z[ recovery-image] Aug 21 21:45:52.833 INFO O| Aug 21 21:45:52.833 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-08-21T21:45:54.234Z[ recovery-image] Aug 21 21:45:52.843 INFO O| Aug 21 21:45:52.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77462026-08-21T21:45:54.234Z[ recovery-image] Aug 21 21:45:52.844 INFO O| Aug 21 21:45:52.844 INFO STEP 821 (remove_files) COMPLETE
77472026-08-21T21:45:54.234Z[ recovery-image] Aug 21 21:45:52.844 INFO O| Aug 21 21:45:52.844 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-08-21T21:45:54.240Z[ recovery-image] Aug 21 21:45:52.854 INFO O| Aug 21 21:45:52.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77492026-08-21T21:45:54.240Z[ recovery-image] Aug 21 21:45:52.854 INFO O| Aug 21 21:45:52.854 INFO STEP 822 (remove_files) COMPLETE
77502026-08-21T21:45:54.244Z[ recovery-image] Aug 21 21:45:52.854 INFO O| Aug 21 21:45:52.854 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-08-21T21:45:54.249Z[ recovery-image] Aug 21 21:45:52.863 INFO O| Aug 21 21:45:52.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77522026-08-21T21:45:54.249Z[ recovery-image] Aug 21 21:45:52.863 INFO O| Aug 21 21:45:52.863 INFO STEP 823 (remove_files) COMPLETE
77532026-08-21T21:45:54.249Z[ recovery-image] Aug 21 21:45:52.863 INFO O| Aug 21 21:45:52.863 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-08-21T21:45:54.260Z[ recovery-image] Aug 21 21:45:52.873 INFO O| Aug 21 21:45:52.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77552026-08-21T21:45:54.260Z[ recovery-image] Aug 21 21:45:52.874 INFO O| Aug 21 21:45:52.874 INFO STEP 824 (remove_files) COMPLETE
77562026-08-21T21:45:54.263Z[ recovery-image] Aug 21 21:45:52.874 INFO O| Aug 21 21:45:52.874 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-08-21T21:45:54.276Z[ recovery-image] Aug 21 21:45:52.887 INFO O| Aug 21 21:45:52.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77582026-08-21T21:45:54.276Z[ recovery-image] Aug 21 21:45:52.887 INFO O| Aug 21 21:45:52.885 INFO STEP 825 (remove_files) COMPLETE
77592026-08-21T21:45:54.276Z[ recovery-image] Aug 21 21:45:52.887 INFO O| Aug 21 21:45:52.885 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-08-21T21:45:54.294Z[ recovery-image] Aug 21 21:45:52.895 INFO O| Aug 21 21:45:52.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77612026-08-21T21:45:54.295Z[ recovery-image] Aug 21 21:45:52.895 INFO O| Aug 21 21:45:52.895 INFO STEP 826 (remove_files) COMPLETE
77622026-08-21T21:45:54.295Z[ recovery-image] Aug 21 21:45:52.895 INFO O| Aug 21 21:45:52.895 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-08-21T21:45:54.298Z[ recovery-image] Aug 21 21:45:52.906 INFO O| Aug 21 21:45:52.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77642026-08-21T21:45:54.298Z[ recovery-image] Aug 21 21:45:52.906 INFO O| Aug 21 21:45:52.906 INFO STEP 827 (remove_files) COMPLETE
77652026-08-21T21:45:54.298Z[ recovery-image] Aug 21 21:45:52.906 INFO O| Aug 21 21:45:52.906 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-08-21T21:45:54.304Z[ recovery-image] Aug 21 21:45:52.917 INFO O| Aug 21 21:45:52.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77672026-08-21T21:45:54.304Z[ recovery-image] Aug 21 21:45:52.917 INFO O| Aug 21 21:45:52.917 INFO STEP 828 (remove_files) COMPLETE
77682026-08-21T21:45:54.304Z[ recovery-image] Aug 21 21:45:52.917 INFO O| Aug 21 21:45:52.917 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-08-21T21:45:54.326Z[ recovery-image] Aug 21 21:45:52.930 INFO O| Aug 21 21:45:52.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
77702026-08-21T21:45:54.326Z[ recovery-image] Aug 21 21:45:52.930 INFO O| Aug 21 21:45:52.930 INFO STEP 829 (remove_files) COMPLETE
77712026-08-21T21:45:54.326Z[ recovery-image] Aug 21 21:45:52.930 INFO O| Aug 21 21:45:52.930 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-08-21T21:45:54.331Z[ recovery-image] Aug 21 21:45:52.940 INFO O| Aug 21 21:45:52.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
77732026-08-21T21:45:54.332Z[ recovery-image] Aug 21 21:45:52.941 INFO O| Aug 21 21:45:52.940 INFO STEP 830 (remove_files) COMPLETE
77742026-08-21T21:45:54.332Z[ recovery-image] Aug 21 21:45:52.941 INFO O| Aug 21 21:45:52.941 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-08-21T21:45:54.338Z[ recovery-image] Aug 21 21:45:52.949 INFO O| Aug 21 21:45:52.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
77762026-08-21T21:45:54.338Z[ recovery-image] Aug 21 21:45:52.949 INFO O| Aug 21 21:45:52.949 INFO STEP 831 (remove_files) COMPLETE
77772026-08-21T21:45:54.346Z[ recovery-image] Aug 21 21:45:52.949 INFO O| Aug 21 21:45:52.949 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-08-21T21:45:54.353Z[ recovery-image] Aug 21 21:45:52.958 INFO O| Aug 21 21:45:52.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
77792026-08-21T21:45:54.354Z[ recovery-image] Aug 21 21:45:52.958 INFO O| Aug 21 21:45:52.958 INFO STEP 832 (remove_files) COMPLETE
77802026-08-21T21:45:54.354Z[ recovery-image] Aug 21 21:45:52.958 INFO O| Aug 21 21:45:52.958 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-08-21T21:45:54.354Z[ recovery-image] Aug 21 21:45:52.966 INFO O| Aug 21 21:45:52.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
77822026-08-21T21:45:54.354Z[ recovery-image] Aug 21 21:45:52.966 INFO O| Aug 21 21:45:52.966 INFO STEP 833 (remove_files) COMPLETE
77832026-08-21T21:45:54.354Z[ recovery-image] Aug 21 21:45:52.966 INFO O| Aug 21 21:45:52.966 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-08-21T21:45:54.362Z[ recovery-image] Aug 21 21:45:52.975 INFO O| Aug 21 21:45:52.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
77852026-08-21T21:45:54.362Z[ recovery-image] Aug 21 21:45:52.975 INFO O| Aug 21 21:45:52.975 INFO STEP 834 (remove_files) COMPLETE
77862026-08-21T21:45:54.362Z[ recovery-image] Aug 21 21:45:52.975 INFO O| Aug 21 21:45:52.975 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-08-21T21:45:54.372Z[ recovery-image] Aug 21 21:45:52.985 INFO O| Aug 21 21:45:52.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
77882026-08-21T21:45:54.372Z[ recovery-image] Aug 21 21:45:52.985 INFO O| Aug 21 21:45:52.985 INFO STEP 835 (remove_files) COMPLETE
77892026-08-21T21:45:54.372Z[ recovery-image] Aug 21 21:45:52.985 INFO O| Aug 21 21:45:52.985 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-08-21T21:45:54.386Z[ recovery-image] Aug 21 21:45:52.996 INFO O| Aug 21 21:45:52.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
77912026-08-21T21:45:54.386Z[ recovery-image] Aug 21 21:45:52.996 INFO O| Aug 21 21:45:52.996 INFO STEP 836 (remove_files) COMPLETE
77922026-08-21T21:45:54.386Z[ recovery-image] Aug 21 21:45:52.996 INFO O| Aug 21 21:45:52.996 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-08-21T21:45:54.392Z[ recovery-image] Aug 21 21:45:53.005 INFO O| Aug 21 21:45:53.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
77942026-08-21T21:45:54.392Z[ recovery-image] Aug 21 21:45:53.005 INFO O| Aug 21 21:45:53.005 INFO STEP 837 (remove_files) COMPLETE
77952026-08-21T21:45:54.395Z[ recovery-image] Aug 21 21:45:53.005 INFO O| Aug 21 21:45:53.005 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-08-21T21:45:54.403Z[ recovery-image] Aug 21 21:45:53.016 INFO O| Aug 21 21:45:53.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
77972026-08-21T21:45:54.403Z[ recovery-image] Aug 21 21:45:53.016 INFO O| Aug 21 21:45:53.016 INFO STEP 838 (remove_files) COMPLETE
77982026-08-21T21:45:54.403Z[ recovery-image] Aug 21 21:45:53.016 INFO O| Aug 21 21:45:53.016 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-08-21T21:45:54.414Z[ recovery-image] Aug 21 21:45:53.027 INFO O| Aug 21 21:45:53.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78002026-08-21T21:45:54.414Z[ recovery-image] Aug 21 21:45:53.027 INFO O| Aug 21 21:45:53.027 INFO STEP 839 (remove_files) COMPLETE
78012026-08-21T21:45:54.417Z[ recovery-image] Aug 21 21:45:53.027 INFO O| Aug 21 21:45:53.027 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-08-21T21:45:54.423Z[ recovery-image] Aug 21 21:45:53.036 INFO O| Aug 21 21:45:53.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78032026-08-21T21:45:54.423Z[ recovery-image] Aug 21 21:45:53.036 INFO O| Aug 21 21:45:53.036 INFO STEP 840 (remove_files) COMPLETE
78042026-08-21T21:45:54.423Z[ recovery-image] Aug 21 21:45:53.036 INFO O| Aug 21 21:45:53.036 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-08-21T21:45:54.438Z[ recovery-image] Aug 21 21:45:53.048 INFO O| Aug 21 21:45:53.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78062026-08-21T21:45:54.438Z[ recovery-image] Aug 21 21:45:53.048 INFO O| Aug 21 21:45:53.048 INFO STEP 841 (remove_files) COMPLETE
78072026-08-21T21:45:54.438Z[ recovery-image] Aug 21 21:45:53.048 INFO O| Aug 21 21:45:53.048 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-08-21T21:45:54.445Z[ recovery-image] Aug 21 21:45:53.058 INFO O| Aug 21 21:45:53.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78092026-08-21T21:45:54.445Z[ recovery-image] Aug 21 21:45:53.058 INFO O| Aug 21 21:45:53.058 INFO STEP 842 (remove_files) COMPLETE
78102026-08-21T21:45:54.445Z[ recovery-image] Aug 21 21:45:53.058 INFO O| Aug 21 21:45:53.058 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-08-21T21:45:54.461Z[ recovery-image] Aug 21 21:45:53.069 INFO O| Aug 21 21:45:53.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78122026-08-21T21:45:54.461Z[ recovery-image] Aug 21 21:45:53.069 INFO O| Aug 21 21:45:53.069 INFO STEP 843 (remove_files) COMPLETE
78132026-08-21T21:45:54.461Z[ recovery-image] Aug 21 21:45:53.069 INFO O| Aug 21 21:45:53.069 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-08-21T21:45:54.469Z[ recovery-image] Aug 21 21:45:53.079 INFO O| Aug 21 21:45:53.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78152026-08-21T21:45:54.469Z[ recovery-image] Aug 21 21:45:53.079 INFO O| Aug 21 21:45:53.079 INFO STEP 844 (remove_files) COMPLETE
78162026-08-21T21:45:54.469Z[ recovery-image] Aug 21 21:45:53.079 INFO O| Aug 21 21:45:53.079 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-08-21T21:45:54.481Z[ recovery-image] Aug 21 21:45:53.088 INFO O| Aug 21 21:45:53.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78182026-08-21T21:45:54.481Z[ recovery-image] Aug 21 21:45:53.088 INFO O| Aug 21 21:45:53.088 INFO STEP 845 (remove_files) COMPLETE
78192026-08-21T21:45:54.481Z[ recovery-image] Aug 21 21:45:53.088 INFO O| Aug 21 21:45:53.088 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-08-21T21:45:54.488Z[ recovery-image] Aug 21 21:45:53.097 INFO O| Aug 21 21:45:53.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78212026-08-21T21:45:54.488Z[ recovery-image] Aug 21 21:45:53.097 INFO O| Aug 21 21:45:53.097 INFO STEP 846 (remove_files) COMPLETE
78222026-08-21T21:45:54.488Z[ recovery-image] Aug 21 21:45:53.097 INFO O| Aug 21 21:45:53.097 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-08-21T21:45:54.496Z[ recovery-image] Aug 21 21:45:53.106 INFO O| Aug 21 21:45:53.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78242026-08-21T21:45:54.496Z[ recovery-image] Aug 21 21:45:53.106 INFO O| Aug 21 21:45:53.106 INFO STEP 847 (remove_files) COMPLETE
78252026-08-21T21:45:54.496Z[ recovery-image] Aug 21 21:45:53.106 INFO O| Aug 21 21:45:53.106 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-08-21T21:45:54.505Z[ recovery-image] Aug 21 21:45:53.117 INFO O| Aug 21 21:45:53.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78272026-08-21T21:45:54.505Z[ recovery-image] Aug 21 21:45:53.117 INFO O| Aug 21 21:45:53.117 INFO STEP 848 (remove_files) COMPLETE
78282026-08-21T21:45:54.505Z[ recovery-image] Aug 21 21:45:53.117 INFO O| Aug 21 21:45:53.117 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-08-21T21:45:54.515Z[ recovery-image] Aug 21 21:45:53.127 INFO O| Aug 21 21:45:53.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78302026-08-21T21:45:54.515Z[ recovery-image] Aug 21 21:45:53.127 INFO O| Aug 21 21:45:53.127 INFO STEP 849 (remove_files) COMPLETE
78312026-08-21T21:45:54.515Z[ recovery-image] Aug 21 21:45:53.127 INFO O| Aug 21 21:45:53.127 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-08-21T21:45:54.524Z[ recovery-image] Aug 21 21:45:53.137 INFO O| Aug 21 21:45:53.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78332026-08-21T21:45:54.524Z[ recovery-image] Aug 21 21:45:53.137 INFO O| Aug 21 21:45:53.137 INFO STEP 850 (remove_files) COMPLETE
78342026-08-21T21:45:54.524Z[ recovery-image] Aug 21 21:45:53.137 INFO O| Aug 21 21:45:53.137 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-08-21T21:45:54.534Z[ recovery-image] Aug 21 21:45:53.147 INFO O| Aug 21 21:45:53.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78362026-08-21T21:45:54.534Z[ recovery-image] Aug 21 21:45:53.147 INFO O| Aug 21 21:45:53.147 INFO STEP 851 (remove_files) COMPLETE
78372026-08-21T21:45:54.535Z[ recovery-image] Aug 21 21:45:53.147 INFO O| Aug 21 21:45:53.147 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-08-21T21:45:54.546Z[ recovery-image] Aug 21 21:45:53.157 INFO O| Aug 21 21:45:53.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78392026-08-21T21:45:54.546Z[ recovery-image] Aug 21 21:45:53.157 INFO O| Aug 21 21:45:53.157 INFO STEP 852 (remove_files) COMPLETE
78402026-08-21T21:45:54.553Z[ recovery-image] Aug 21 21:45:53.157 INFO O| Aug 21 21:45:53.157 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-08-21T21:45:54.556Z[ recovery-image] Aug 21 21:45:53.168 INFO O| Aug 21 21:45:53.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78422026-08-21T21:45:54.556Z[ recovery-image] Aug 21 21:45:53.168 INFO O| Aug 21 21:45:53.168 INFO STEP 853 (remove_files) COMPLETE
78432026-08-21T21:45:54.556Z[ recovery-image] Aug 21 21:45:53.168 INFO O| Aug 21 21:45:53.168 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-08-21T21:45:54.565Z[ recovery-image] Aug 21 21:45:53.178 INFO O| Aug 21 21:45:53.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78452026-08-21T21:45:54.565Z[ recovery-image] Aug 21 21:45:53.178 INFO O| Aug 21 21:45:53.178 INFO STEP 854 (remove_files) COMPLETE
78462026-08-21T21:45:54.565Z[ recovery-image] Aug 21 21:45:53.178 INFO O| Aug 21 21:45:53.178 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-08-21T21:45:54.576Z[ recovery-image] Aug 21 21:45:53.189 INFO O| Aug 21 21:45:53.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78482026-08-21T21:45:54.577Z[ recovery-image] Aug 21 21:45:53.189 INFO O| Aug 21 21:45:53.189 INFO STEP 855 (remove_files) COMPLETE
78492026-08-21T21:45:54.577Z[ recovery-image] Aug 21 21:45:53.189 INFO O| Aug 21 21:45:53.189 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-08-21T21:45:54.594Z[ recovery-image] Aug 21 21:45:53.200 INFO O| Aug 21 21:45:53.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78512026-08-21T21:45:54.594Z[ recovery-image] Aug 21 21:45:53.200 INFO O| Aug 21 21:45:53.200 INFO STEP 856 (remove_files) COMPLETE
78522026-08-21T21:45:54.594Z[ recovery-image] Aug 21 21:45:53.200 INFO O| Aug 21 21:45:53.200 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-08-21T21:45:54.598Z[ recovery-image] Aug 21 21:45:53.209 INFO O| Aug 21 21:45:53.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78542026-08-21T21:45:54.599Z[ recovery-image] Aug 21 21:45:53.209 INFO O| Aug 21 21:45:53.209 INFO STEP 857 (remove_files) COMPLETE
78552026-08-21T21:45:54.599Z[ recovery-image] Aug 21 21:45:53.209 INFO O| Aug 21 21:45:53.209 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-08-21T21:45:54.607Z[ recovery-image] Aug 21 21:45:53.219 INFO O| Aug 21 21:45:53.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78572026-08-21T21:45:54.607Z[ recovery-image] Aug 21 21:45:53.219 INFO O| Aug 21 21:45:53.219 INFO STEP 858 (remove_files) COMPLETE
78582026-08-21T21:45:54.607Z[ recovery-image] Aug 21 21:45:53.219 INFO O| Aug 21 21:45:53.219 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-08-21T21:45:54.617Z[ recovery-image] Aug 21 21:45:53.230 INFO O| Aug 21 21:45:53.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78602026-08-21T21:45:54.623Z[ recovery-image] Aug 21 21:45:53.231 INFO O| Aug 21 21:45:53.231 INFO STEP 859 (remove_files) COMPLETE
78612026-08-21T21:45:54.623Z[ recovery-image] Aug 21 21:45:53.231 INFO O| Aug 21 21:45:53.231 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-08-21T21:45:54.632Z[ recovery-image] Aug 21 21:45:53.242 INFO O| Aug 21 21:45:53.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78632026-08-21T21:45:54.632Z[ recovery-image] Aug 21 21:45:53.242 INFO O| Aug 21 21:45:53.242 INFO STEP 860 (remove_files) COMPLETE
78642026-08-21T21:45:54.632Z[ recovery-image] Aug 21 21:45:53.242 INFO O| Aug 21 21:45:53.242 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-08-21T21:45:54.639Z[ recovery-image] Aug 21 21:45:53.253 INFO O| Aug 21 21:45:53.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
78662026-08-21T21:45:54.640Z[ recovery-image] Aug 21 21:45:53.253 INFO O| Aug 21 21:45:53.253 INFO STEP 861 (remove_files) COMPLETE
78672026-08-21T21:45:54.643Z[ recovery-image] Aug 21 21:45:53.253 INFO O| Aug 21 21:45:53.253 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-08-21T21:45:54.649Z[ recovery-image] Aug 21 21:45:53.262 INFO O| Aug 21 21:45:53.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
78692026-08-21T21:45:54.649Z[ recovery-image] Aug 21 21:45:53.262 INFO O| Aug 21 21:45:53.262 INFO STEP 862 (remove_files) COMPLETE
78702026-08-21T21:45:54.652Z[ recovery-image] Aug 21 21:45:53.262 INFO O| Aug 21 21:45:53.262 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-08-21T21:45:54.660Z[ recovery-image] Aug 21 21:45:53.273 INFO O| Aug 21 21:45:53.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
78722026-08-21T21:45:54.660Z[ recovery-image] Aug 21 21:45:53.273 INFO O| Aug 21 21:45:53.273 INFO STEP 863 (remove_files) COMPLETE
78732026-08-21T21:45:54.660Z[ recovery-image] Aug 21 21:45:53.273 INFO O| Aug 21 21:45:53.273 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-08-21T21:45:54.670Z[ recovery-image] Aug 21 21:45:53.283 INFO O| Aug 21 21:45:53.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
78752026-08-21T21:45:54.670Z[ recovery-image] Aug 21 21:45:53.283 INFO O| Aug 21 21:45:53.283 INFO STEP 864 (remove_files) COMPLETE
78762026-08-21T21:45:54.670Z[ recovery-image] Aug 21 21:45:53.283 INFO O| Aug 21 21:45:53.283 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-08-21T21:45:54.681Z[ recovery-image] Aug 21 21:45:53.293 INFO O| Aug 21 21:45:53.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
78782026-08-21T21:45:54.681Z[ recovery-image] Aug 21 21:45:53.293 INFO O| Aug 21 21:45:53.293 INFO STEP 865 (remove_files) COMPLETE
78792026-08-21T21:45:54.681Z[ recovery-image] Aug 21 21:45:53.293 INFO O| Aug 21 21:45:53.293 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-08-21T21:45:54.693Z[ recovery-image] Aug 21 21:45:53.303 INFO O| Aug 21 21:45:53.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
78812026-08-21T21:45:54.693Z[ recovery-image] Aug 21 21:45:53.303 INFO O| Aug 21 21:45:53.303 INFO STEP 866 (remove_files) COMPLETE
78822026-08-21T21:45:54.698Z[ recovery-image] Aug 21 21:45:53.303 INFO O| Aug 21 21:45:53.303 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-08-21T21:45:54.701Z[ recovery-image] Aug 21 21:45:53.312 INFO O| Aug 21 21:45:53.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
78842026-08-21T21:45:54.702Z[ recovery-image] Aug 21 21:45:53.312 INFO O| Aug 21 21:45:53.312 INFO STEP 867 (remove_files) COMPLETE
78852026-08-21T21:45:54.702Z[ recovery-image] Aug 21 21:45:53.312 INFO O| Aug 21 21:45:53.312 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-08-21T21:45:54.708Z[ recovery-image] Aug 21 21:45:53.321 INFO O| Aug 21 21:45:53.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
78872026-08-21T21:45:54.708Z[ recovery-image] Aug 21 21:45:53.321 INFO O| Aug 21 21:45:53.321 INFO STEP 868 (remove_files) COMPLETE
78882026-08-21T21:45:54.708Z[ recovery-image] Aug 21 21:45:53.321 INFO O| Aug 21 21:45:53.321 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-08-21T21:45:54.730Z[ recovery-image] Aug 21 21:45:53.342 INFO O| Aug 21 21:45:53.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
78902026-08-21T21:45:54.730Z[ recovery-image] Aug 21 21:45:53.342 INFO O| Aug 21 21:45:53.342 INFO STEP 869 (remove_files) COMPLETE
78912026-08-21T21:45:54.730Z[ recovery-image] Aug 21 21:45:53.342 INFO O| Aug 21 21:45:53.342 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-08-21T21:45:54.741Z[ recovery-image] Aug 21 21:45:53.352 INFO O| Aug 21 21:45:53.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
78932026-08-21T21:45:54.741Z[ recovery-image] Aug 21 21:45:53.352 INFO O| Aug 21 21:45:53.352 INFO STEP 870 (remove_files) COMPLETE
78942026-08-21T21:45:54.742Z[ recovery-image] Aug 21 21:45:53.352 INFO O| Aug 21 21:45:53.352 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-08-21T21:45:54.753Z[ recovery-image] Aug 21 21:45:53.364 INFO O| Aug 21 21:45:53.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
78962026-08-21T21:45:54.753Z[ recovery-image] Aug 21 21:45:53.364 INFO O| Aug 21 21:45:53.364 INFO STEP 871 (remove_files) COMPLETE
78972026-08-21T21:45:54.753Z[ recovery-image] Aug 21 21:45:53.364 INFO O| Aug 21 21:45:53.364 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-08-21T21:45:54.761Z[ recovery-image] Aug 21 21:45:53.374 INFO O| Aug 21 21:45:53.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
78992026-08-21T21:45:54.761Z[ recovery-image] Aug 21 21:45:53.374 INFO O| Aug 21 21:45:53.374 INFO STEP 872 (remove_files) COMPLETE
79002026-08-21T21:45:54.761Z[ recovery-image] Aug 21 21:45:53.374 INFO O| Aug 21 21:45:53.374 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-08-21T21:45:54.772Z[ recovery-image] Aug 21 21:45:53.385 INFO O| Aug 21 21:45:53.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79022026-08-21T21:45:54.772Z[ recovery-image] Aug 21 21:45:53.385 INFO O| Aug 21 21:45:53.385 INFO STEP 873 (remove_files) COMPLETE
79032026-08-21T21:45:54.774Z[ recovery-image] Aug 21 21:45:53.385 INFO O| Aug 21 21:45:53.385 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-08-21T21:45:54.782Z[ recovery-image] Aug 21 21:45:53.395 INFO O| Aug 21 21:45:53.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79052026-08-21T21:45:54.782Z[ recovery-image] Aug 21 21:45:53.395 INFO O| Aug 21 21:45:53.395 INFO STEP 874 (remove_files) COMPLETE
79062026-08-21T21:45:54.794Z[ recovery-image] Aug 21 21:45:53.395 INFO O| Aug 21 21:45:53.395 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-08-21T21:45:54.797Z[ recovery-image] Aug 21 21:45:53.406 INFO O| Aug 21 21:45:53.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79082026-08-21T21:45:54.797Z[ recovery-image] Aug 21 21:45:53.406 INFO O| Aug 21 21:45:53.406 INFO STEP 875 (remove_files) COMPLETE
79092026-08-21T21:45:54.797Z[ recovery-image] Aug 21 21:45:53.406 INFO O| Aug 21 21:45:53.406 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-08-21T21:45:54.804Z[ recovery-image] Aug 21 21:45:53.417 INFO O| Aug 21 21:45:53.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79112026-08-21T21:45:54.804Z[ recovery-image] Aug 21 21:45:53.417 INFO O| Aug 21 21:45:53.417 INFO STEP 876 (remove_files) COMPLETE
79122026-08-21T21:45:54.804Z[ recovery-image] Aug 21 21:45:53.417 INFO O| Aug 21 21:45:53.417 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-08-21T21:45:54.814Z[ recovery-image] Aug 21 21:45:53.428 INFO O| Aug 21 21:45:53.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79142026-08-21T21:45:54.815Z[ recovery-image] Aug 21 21:45:53.428 INFO O| Aug 21 21:45:53.428 INFO STEP 877 (remove_files) COMPLETE
79152026-08-21T21:45:54.815Z[ recovery-image] Aug 21 21:45:53.428 INFO O| Aug 21 21:45:53.428 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-08-21T21:45:54.827Z[ recovery-image] Aug 21 21:45:53.438 INFO O| Aug 21 21:45:53.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79172026-08-21T21:45:54.827Z[ recovery-image] Aug 21 21:45:53.438 INFO O| Aug 21 21:45:53.438 INFO STEP 878 (remove_files) COMPLETE
79182026-08-21T21:45:54.827Z[ recovery-image] Aug 21 21:45:53.438 INFO O| Aug 21 21:45:53.438 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-08-21T21:45:54.836Z[ recovery-image] Aug 21 21:45:53.447 INFO O| Aug 21 21:45:53.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79202026-08-21T21:45:54.837Z[ recovery-image] Aug 21 21:45:53.447 INFO O| Aug 21 21:45:53.447 INFO STEP 879 (remove_files) COMPLETE
79212026-08-21T21:45:54.837Z[ recovery-image] Aug 21 21:45:53.447 INFO O| Aug 21 21:45:53.447 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-08-21T21:45:54.846Z[ recovery-image] Aug 21 21:45:53.459 INFO O| Aug 21 21:45:53.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79232026-08-21T21:45:54.846Z[ recovery-image] Aug 21 21:45:53.459 INFO O| Aug 21 21:45:53.459 INFO STEP 880 (remove_files) COMPLETE
79242026-08-21T21:45:54.846Z[ recovery-image] Aug 21 21:45:53.459 INFO O| Aug 21 21:45:53.459 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-08-21T21:45:54.857Z[ recovery-image] Aug 21 21:45:53.469 INFO O| Aug 21 21:45:53.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79262026-08-21T21:45:54.857Z[ recovery-image] Aug 21 21:45:53.469 INFO O| Aug 21 21:45:53.469 INFO STEP 881 (remove_files) COMPLETE
79272026-08-21T21:45:54.857Z[ recovery-image] Aug 21 21:45:53.469 INFO O| Aug 21 21:45:53.469 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-08-21T21:45:54.870Z[ recovery-image] Aug 21 21:45:53.481 INFO O| Aug 21 21:45:53.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79292026-08-21T21:45:54.870Z[ recovery-image] Aug 21 21:45:53.481 INFO O| Aug 21 21:45:53.481 INFO STEP 882 (remove_files) COMPLETE
79302026-08-21T21:45:54.870Z[ recovery-image] Aug 21 21:45:53.481 INFO O| Aug 21 21:45:53.481 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-08-21T21:45:54.878Z[ recovery-image] Aug 21 21:45:53.491 INFO O| Aug 21 21:45:53.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79322026-08-21T21:45:54.881Z[ recovery-image] Aug 21 21:45:53.492 INFO O| Aug 21 21:45:53.492 INFO STEP 883 (remove_files) COMPLETE
79332026-08-21T21:45:54.881Z[ recovery-image] Aug 21 21:45:53.492 INFO O| Aug 21 21:45:53.492 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-08-21T21:45:54.895Z[ recovery-image] Aug 21 21:45:53.502 INFO O| Aug 21 21:45:53.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79352026-08-21T21:45:54.895Z[ recovery-image] Aug 21 21:45:53.502 INFO O| Aug 21 21:45:53.502 INFO STEP 884 (remove_files) COMPLETE
79362026-08-21T21:45:54.895Z[ recovery-image] Aug 21 21:45:53.502 INFO O| Aug 21 21:45:53.502 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-08-21T21:45:54.903Z[ recovery-image] Aug 21 21:45:53.516 INFO O| Aug 21 21:45:53.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79382026-08-21T21:45:54.903Z[ recovery-image] Aug 21 21:45:53.516 INFO O| Aug 21 21:45:53.510 INFO STEP 885 (remove_files) COMPLETE
79392026-08-21T21:45:54.903Z[ recovery-image] Aug 21 21:45:53.516 INFO O| Aug 21 21:45:53.510 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-08-21T21:45:54.909Z[ recovery-image] Aug 21 21:45:53.519 INFO O| Aug 21 21:45:53.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79412026-08-21T21:45:54.909Z[ recovery-image] Aug 21 21:45:53.519 INFO O| Aug 21 21:45:53.519 INFO STEP 886 (remove_files) COMPLETE
79422026-08-21T21:45:54.916Z[ recovery-image] Aug 21 21:45:53.519 INFO O| Aug 21 21:45:53.519 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-08-21T21:45:54.917Z[ recovery-image] Aug 21 21:45:53.527 INFO O| Aug 21 21:45:53.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79442026-08-21T21:45:54.917Z[ recovery-image] Aug 21 21:45:53.527 INFO O| Aug 21 21:45:53.527 INFO STEP 887 (remove_files) COMPLETE
79452026-08-21T21:45:54.917Z[ recovery-image] Aug 21 21:45:53.527 INFO O| Aug 21 21:45:53.527 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-08-21T21:45:54.920Z[verify-libraries] Compiling git2 v0.20.4
79472026-08-21T21:45:54.924Z[ recovery-image] Aug 21 21:45:53.537 INFO O| Aug 21 21:45:53.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79482026-08-21T21:45:54.924Z[ recovery-image] Aug 21 21:45:53.537 INFO O| Aug 21 21:45:53.537 INFO STEP 888 (remove_files) COMPLETE
79492026-08-21T21:45:54.927Z[ recovery-image] Aug 21 21:45:53.537 INFO O| Aug 21 21:45:53.537 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-08-21T21:45:54.932Z[ recovery-image] Aug 21 21:45:53.546 INFO O| Aug 21 21:45:53.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79512026-08-21T21:45:54.932Z[ recovery-image] Aug 21 21:45:53.546 INFO O| Aug 21 21:45:53.546 INFO STEP 889 (remove_files) COMPLETE
79522026-08-21T21:45:54.933Z[ recovery-image] Aug 21 21:45:53.546 INFO O| Aug 21 21:45:53.546 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-08-21T21:45:54.943Z[ recovery-image] Aug 21 21:45:53.555 INFO O| Aug 21 21:45:53.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79542026-08-21T21:45:54.943Z[ recovery-image] Aug 21 21:45:53.555 INFO O| Aug 21 21:45:53.555 INFO STEP 890 (remove_files) COMPLETE
79552026-08-21T21:45:54.943Z[ recovery-image] Aug 21 21:45:53.555 INFO O| Aug 21 21:45:53.555 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-08-21T21:45:54.951Z[ recovery-image] Aug 21 21:45:53.564 INFO O| Aug 21 21:45:53.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79572026-08-21T21:45:54.951Z[ recovery-image] Aug 21 21:45:53.564 INFO O| Aug 21 21:45:53.564 INFO STEP 891 (remove_files) COMPLETE
79582026-08-21T21:45:54.951Z[ recovery-image] Aug 21 21:45:53.564 INFO O| Aug 21 21:45:53.564 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-08-21T21:45:54.963Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
79602026-08-21T21:45:54.968Z[ recovery-image] Aug 21 21:45:53.574 INFO O| Aug 21 21:45:53.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79612026-08-21T21:45:54.968Z[ recovery-image] Aug 21 21:45:53.574 INFO O| Aug 21 21:45:53.574 INFO STEP 892 (remove_files) COMPLETE
79622026-08-21T21:45:54.968Z[ recovery-image] Aug 21 21:45:53.574 INFO O| Aug 21 21:45:53.574 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-08-21T21:45:54.971Z[ recovery-image] Aug 21 21:45:53.583 INFO O| Aug 21 21:45:53.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79642026-08-21T21:45:54.971Z[ recovery-image] Aug 21 21:45:53.583 INFO O| Aug 21 21:45:53.583 INFO STEP 893 (remove_files) COMPLETE
79652026-08-21T21:45:54.971Z[ recovery-image] Aug 21 21:45:53.583 INFO O| Aug 21 21:45:53.583 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-08-21T21:45:54.982Z[ recovery-image] Aug 21 21:45:53.595 INFO O| Aug 21 21:45:53.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
79672026-08-21T21:45:54.982Z[ recovery-image] Aug 21 21:45:53.595 INFO O| Aug 21 21:45:53.595 INFO STEP 894 (remove_files) COMPLETE
79682026-08-21T21:45:54.983Z[ recovery-image] Aug 21 21:45:53.595 INFO O| Aug 21 21:45:53.595 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-08-21T21:45:55.000Z[ recovery-image] Aug 21 21:45:53.606 INFO O| Aug 21 21:45:53.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
79702026-08-21T21:45:55.000Z[ recovery-image] Aug 21 21:45:53.606 INFO O| Aug 21 21:45:53.606 INFO STEP 895 (remove_files) COMPLETE
79712026-08-21T21:45:55.000Z[ recovery-image] Aug 21 21:45:53.606 INFO O| Aug 21 21:45:53.606 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-08-21T21:45:55.005Z[ recovery-image] Aug 21 21:45:53.616 INFO O| Aug 21 21:45:53.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
79732026-08-21T21:45:55.005Z[ recovery-image] Aug 21 21:45:53.616 INFO O| Aug 21 21:45:53.616 INFO STEP 896 (remove_files) COMPLETE
79742026-08-21T21:45:55.005Z[ recovery-image] Aug 21 21:45:53.616 INFO O| Aug 21 21:45:53.616 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-08-21T21:45:55.019Z[ recovery-image] Aug 21 21:45:53.626 INFO O| Aug 21 21:45:53.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
79762026-08-21T21:45:55.019Z[ recovery-image] Aug 21 21:45:53.626 INFO O| Aug 21 21:45:53.626 INFO STEP 897 (remove_files) COMPLETE
79772026-08-21T21:45:55.019Z[ recovery-image] Aug 21 21:45:53.626 INFO O| Aug 21 21:45:53.626 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-08-21T21:45:55.032Z[ recovery-image] Aug 21 21:45:53.636 INFO O| Aug 21 21:45:53.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
79792026-08-21T21:45:55.032Z[ recovery-image] Aug 21 21:45:53.636 INFO O| Aug 21 21:45:53.636 INFO STEP 898 (remove_files) COMPLETE
79802026-08-21T21:45:55.032Z[ recovery-image] Aug 21 21:45:53.636 INFO O| Aug 21 21:45:53.636 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-08-21T21:45:55.040Z[ recovery-image] Aug 21 21:45:53.645 INFO O| Aug 21 21:45:53.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
79822026-08-21T21:45:55.040Z[ recovery-image] Aug 21 21:45:53.645 INFO O| Aug 21 21:45:53.645 INFO STEP 899 (remove_files) COMPLETE
79832026-08-21T21:45:55.040Z[ recovery-image] Aug 21 21:45:53.645 INFO O| Aug 21 21:45:53.645 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-08-21T21:45:55.045Z[ recovery-image] Aug 21 21:45:53.653 INFO O| Aug 21 21:45:53.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
79852026-08-21T21:45:55.045Z[ recovery-image] Aug 21 21:45:53.653 INFO O| Aug 21 21:45:53.653 INFO STEP 900 (remove_files) COMPLETE
79862026-08-21T21:45:55.045Z[ recovery-image] Aug 21 21:45:53.653 INFO O| Aug 21 21:45:53.653 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-08-21T21:45:55.061Z[ recovery-image] Aug 21 21:45:53.662 INFO O| Aug 21 21:45:53.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
79882026-08-21T21:45:55.062Z[ recovery-image] Aug 21 21:45:53.662 INFO O| Aug 21 21:45:53.662 INFO STEP 901 (remove_files) COMPLETE
79892026-08-21T21:45:55.062Z[ recovery-image] Aug 21 21:45:53.662 INFO O| Aug 21 21:45:53.662 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-08-21T21:45:55.066Z[ recovery-image] Aug 21 21:45:53.669 INFO O| Aug 21 21:45:53.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
79912026-08-21T21:45:55.066Z[ recovery-image] Aug 21 21:45:53.669 INFO O| Aug 21 21:45:53.669 INFO STEP 902 (remove_files) COMPLETE
79922026-08-21T21:45:55.066Z[ recovery-image] Aug 21 21:45:53.669 INFO O| Aug 21 21:45:53.669 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-08-21T21:45:55.066Z[ recovery-image] Aug 21 21:45:53.677 INFO O| Aug 21 21:45:53.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
79942026-08-21T21:45:55.066Z[ recovery-image] Aug 21 21:45:53.678 INFO O| Aug 21 21:45:53.678 INFO STEP 903 (remove_files) COMPLETE
79952026-08-21T21:45:55.066Z[ recovery-image] Aug 21 21:45:53.678 INFO O| Aug 21 21:45:53.678 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-08-21T21:45:55.077Z[ recovery-image] Aug 21 21:45:53.686 INFO O| Aug 21 21:45:53.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
79972026-08-21T21:45:55.077Z[ recovery-image] Aug 21 21:45:53.686 INFO O| Aug 21 21:45:53.686 INFO STEP 904 (remove_files) COMPLETE
79982026-08-21T21:45:55.077Z[ recovery-image] Aug 21 21:45:53.686 INFO O| Aug 21 21:45:53.686 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-08-21T21:45:55.085Z[ recovery-image] Aug 21 21:45:53.695 INFO O| Aug 21 21:45:53.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80002026-08-21T21:45:55.085Z[ recovery-image] Aug 21 21:45:53.695 INFO O| Aug 21 21:45:53.695 INFO STEP 905 (remove_files) COMPLETE
80012026-08-21T21:45:55.085Z[ recovery-image] Aug 21 21:45:53.695 INFO O| Aug 21 21:45:53.695 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-08-21T21:45:55.101Z[ recovery-image] Aug 21 21:45:53.703 INFO O| Aug 21 21:45:53.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80032026-08-21T21:45:55.101Z[ recovery-image] Aug 21 21:45:53.703 INFO O| Aug 21 21:45:53.703 INFO STEP 906 (remove_files) COMPLETE
80042026-08-21T21:45:55.101Z[ recovery-image] Aug 21 21:45:53.703 INFO O| Aug 21 21:45:53.703 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-08-21T21:45:55.107Z[ recovery-image] Aug 21 21:45:53.712 INFO O| Aug 21 21:45:53.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80062026-08-21T21:45:55.107Z[ recovery-image] Aug 21 21:45:53.712 INFO O| Aug 21 21:45:53.712 INFO STEP 907 (remove_files) COMPLETE
80072026-08-21T21:45:55.107Z[ recovery-image] Aug 21 21:45:53.712 INFO O| Aug 21 21:45:53.712 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-08-21T21:45:55.113Z[ recovery-image] Aug 21 21:45:53.720 INFO O| Aug 21 21:45:53.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80092026-08-21T21:45:55.113Z[ recovery-image] Aug 21 21:45:53.720 INFO O| Aug 21 21:45:53.720 INFO STEP 908 (remove_files) COMPLETE
80102026-08-21T21:45:55.113Z[ recovery-image] Aug 21 21:45:53.720 INFO O| Aug 21 21:45:53.720 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-08-21T21:45:55.131Z[ recovery-image] Aug 21 21:45:53.730 INFO O| Aug 21 21:45:53.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80122026-08-21T21:45:55.131Z[ recovery-image] Aug 21 21:45:53.730 INFO O| Aug 21 21:45:53.730 INFO STEP 909 (remove_files) COMPLETE
80132026-08-21T21:45:55.131Z[ recovery-image] Aug 21 21:45:53.730 INFO O| Aug 21 21:45:53.730 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-08-21T21:45:55.158Z[ recovery-image] Aug 21 21:45:53.741 INFO O| Aug 21 21:45:53.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80152026-08-21T21:45:55.158Z[ recovery-image] Aug 21 21:45:53.741 INFO O| Aug 21 21:45:53.741 INFO STEP 910 (remove_files) COMPLETE
80162026-08-21T21:45:55.158Z[ recovery-image] Aug 21 21:45:53.741 INFO O| Aug 21 21:45:53.741 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-08-21T21:45:55.158Z[ recovery-image] Aug 21 21:45:53.750 INFO O| Aug 21 21:45:53.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80182026-08-21T21:45:55.158Z[ recovery-image] Aug 21 21:45:53.750 INFO O| Aug 21 21:45:53.750 INFO STEP 911 (remove_files) COMPLETE
80192026-08-21T21:45:55.158Z[ recovery-image] Aug 21 21:45:53.750 INFO O| Aug 21 21:45:53.750 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-08-21T21:45:55.171Z[ recovery-image] Aug 21 21:45:53.759 INFO O| Aug 21 21:45:53.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80212026-08-21T21:45:55.171Z[ recovery-image] Aug 21 21:45:53.759 INFO O| Aug 21 21:45:53.759 INFO STEP 912 (remove_files) COMPLETE
80222026-08-21T21:45:55.171Z[ recovery-image] Aug 21 21:45:53.759 INFO O| Aug 21 21:45:53.759 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-08-21T21:45:55.171Z[ recovery-image] Aug 21 21:45:53.767 INFO O| Aug 21 21:45:53.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80242026-08-21T21:45:55.172Z[ recovery-image] Aug 21 21:45:53.767 INFO O| Aug 21 21:45:53.767 INFO STEP 913 (remove_files) COMPLETE
80252026-08-21T21:45:55.172Z[ recovery-image] Aug 21 21:45:53.767 INFO O| Aug 21 21:45:53.767 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-08-21T21:45:55.172Z[ recovery-image] Aug 21 21:45:53.776 INFO O| Aug 21 21:45:53.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80272026-08-21T21:45:55.172Z[ recovery-image] Aug 21 21:45:53.776 INFO O| Aug 21 21:45:53.776 INFO STEP 914 (remove_files) COMPLETE
80282026-08-21T21:45:55.172Z[ recovery-image] Aug 21 21:45:53.776 INFO O| Aug 21 21:45:53.776 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-08-21T21:45:55.180Z[ recovery-image] Aug 21 21:45:53.786 INFO O| Aug 21 21:45:53.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80302026-08-21T21:45:55.180Z[ recovery-image] Aug 21 21:45:53.786 INFO O| Aug 21 21:45:53.786 INFO STEP 915 (remove_files) COMPLETE
80312026-08-21T21:45:55.180Z[ recovery-image] Aug 21 21:45:53.786 INFO O| Aug 21 21:45:53.786 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-08-21T21:45:55.184Z[ recovery-image] Aug 21 21:45:53.796 INFO O| Aug 21 21:45:53.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80332026-08-21T21:45:55.184Z[ recovery-image] Aug 21 21:45:53.796 INFO O| Aug 21 21:45:53.796 INFO STEP 916 (remove_files) COMPLETE
80342026-08-21T21:45:55.184Z[ recovery-image] Aug 21 21:45:53.796 INFO O| Aug 21 21:45:53.796 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-08-21T21:45:55.194Z[ recovery-image] Aug 21 21:45:53.805 INFO O| Aug 21 21:45:53.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80362026-08-21T21:45:55.194Z[ recovery-image] Aug 21 21:45:53.805 INFO O| Aug 21 21:45:53.805 INFO STEP 917 (remove_files) COMPLETE
80372026-08-21T21:45:55.194Z[ recovery-image] Aug 21 21:45:53.805 INFO O| Aug 21 21:45:53.805 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-08-21T21:45:55.204Z[ recovery-image] Aug 21 21:45:53.816 INFO O| Aug 21 21:45:53.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80392026-08-21T21:45:55.204Z[ recovery-image] Aug 21 21:45:53.816 INFO O| Aug 21 21:45:53.816 INFO STEP 918 (remove_files) COMPLETE
80402026-08-21T21:45:55.204Z[ recovery-image] Aug 21 21:45:53.816 INFO O| Aug 21 21:45:53.816 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-08-21T21:45:55.213Z[ recovery-image] Aug 21 21:45:53.826 INFO O| Aug 21 21:45:53.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80422026-08-21T21:45:55.213Z[ recovery-image] Aug 21 21:45:53.826 INFO O| Aug 21 21:45:53.826 INFO STEP 919 (remove_files) COMPLETE
80432026-08-21T21:45:55.216Z[ recovery-image] Aug 21 21:45:53.826 INFO O| Aug 21 21:45:53.826 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-08-21T21:45:55.228Z[ recovery-image] Aug 21 21:45:53.840 INFO O| Aug 21 21:45:53.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80452026-08-21T21:45:55.228Z[ recovery-image] Aug 21 21:45:53.840 INFO O| Aug 21 21:45:53.837 INFO STEP 920 (remove_files) COMPLETE
80462026-08-21T21:45:55.229Z[ recovery-image] Aug 21 21:45:53.840 INFO O| Aug 21 21:45:53.837 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-08-21T21:45:55.241Z[ recovery-image] Aug 21 21:45:53.847 INFO O| Aug 21 21:45:53.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80482026-08-21T21:45:55.241Z[ recovery-image] Aug 21 21:45:53.847 INFO O| Aug 21 21:45:53.847 INFO STEP 921 (remove_files) COMPLETE
80492026-08-21T21:45:55.241Z[ recovery-image] Aug 21 21:45:53.847 INFO O| Aug 21 21:45:53.847 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-08-21T21:45:55.245Z[ recovery-image] Aug 21 21:45:53.856 INFO O| Aug 21 21:45:53.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80512026-08-21T21:45:55.245Z[ recovery-image] Aug 21 21:45:53.856 INFO O| Aug 21 21:45:53.856 INFO STEP 922 (remove_files) COMPLETE
80522026-08-21T21:45:55.245Z[ recovery-image] Aug 21 21:45:53.856 INFO O| Aug 21 21:45:53.856 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-08-21T21:45:55.252Z[ recovery-image] Aug 21 21:45:53.865 INFO O| Aug 21 21:45:53.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80542026-08-21T21:45:55.252Z[ recovery-image] Aug 21 21:45:53.865 INFO O| Aug 21 21:45:53.865 INFO STEP 923 (remove_files) COMPLETE
80552026-08-21T21:45:55.252Z[ recovery-image] Aug 21 21:45:53.865 INFO O| Aug 21 21:45:53.865 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-08-21T21:45:55.261Z[ recovery-image] Aug 21 21:45:53.874 INFO O| Aug 21 21:45:53.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80572026-08-21T21:45:55.261Z[ recovery-image] Aug 21 21:45:53.874 INFO O| Aug 21 21:45:53.874 INFO STEP 924 (remove_files) COMPLETE
80582026-08-21T21:45:55.261Z[ recovery-image] Aug 21 21:45:53.874 INFO O| Aug 21 21:45:53.874 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-08-21T21:45:55.270Z[ recovery-image] Aug 21 21:45:53.883 INFO O| Aug 21 21:45:53.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80602026-08-21T21:45:55.270Z[ recovery-image] Aug 21 21:45:53.883 INFO O| Aug 21 21:45:53.883 INFO STEP 925 (remove_files) COMPLETE
80612026-08-21T21:45:55.270Z[ recovery-image] Aug 21 21:45:53.883 INFO O| Aug 21 21:45:53.883 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-08-21T21:45:55.279Z[ recovery-image] Aug 21 21:45:53.892 INFO O| Aug 21 21:45:53.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80632026-08-21T21:45:55.279Z[ recovery-image] Aug 21 21:45:53.892 INFO O| Aug 21 21:45:53.892 INFO STEP 926 (remove_files) COMPLETE
80642026-08-21T21:45:55.279Z[ recovery-image] Aug 21 21:45:53.892 INFO O| Aug 21 21:45:53.892 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-08-21T21:45:55.288Z[ recovery-image] Aug 21 21:45:53.901 INFO O| Aug 21 21:45:53.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
80662026-08-21T21:45:55.288Z[ recovery-image] Aug 21 21:45:53.901 INFO O| Aug 21 21:45:53.901 INFO STEP 927 (remove_files) COMPLETE
80672026-08-21T21:45:55.288Z[ recovery-image] Aug 21 21:45:53.901 INFO O| Aug 21 21:45:53.901 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-08-21T21:45:55.298Z[ recovery-image] Aug 21 21:45:53.909 INFO O| Aug 21 21:45:53.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
80692026-08-21T21:45:55.298Z[ recovery-image] Aug 21 21:45:53.909 INFO O| Aug 21 21:45:53.909 INFO STEP 928 (remove_files) COMPLETE
80702026-08-21T21:45:55.307Z[ recovery-image] Aug 21 21:45:53.909 INFO O| Aug 21 21:45:53.909 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-08-21T21:45:55.307Z[ recovery-image] Aug 21 21:45:53.918 INFO O| Aug 21 21:45:53.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
80722026-08-21T21:45:55.307Z[ recovery-image] Aug 21 21:45:53.919 INFO O| Aug 21 21:45:53.918 INFO STEP 929 (remove_files) COMPLETE
80732026-08-21T21:45:55.312Z[ recovery-image] Aug 21 21:45:53.919 INFO O| Aug 21 21:45:53.918 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-08-21T21:45:55.315Z[ recovery-image] Aug 21 21:45:53.928 INFO O| Aug 21 21:45:53.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
80752026-08-21T21:45:55.316Z[ recovery-image] Aug 21 21:45:53.928 INFO O| Aug 21 21:45:53.928 INFO STEP 930 (remove_files) COMPLETE
80762026-08-21T21:45:55.319Z[ recovery-image] Aug 21 21:45:53.928 INFO O| Aug 21 21:45:53.928 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-08-21T21:45:55.327Z[ recovery-image] Aug 21 21:45:53.938 INFO O| Aug 21 21:45:53.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
80782026-08-21T21:45:55.327Z[ recovery-image] Aug 21 21:45:53.938 INFO O| Aug 21 21:45:53.938 INFO STEP 931 (remove_files) COMPLETE
80792026-08-21T21:45:55.332Z[ recovery-image] Aug 21 21:45:53.938 INFO O| Aug 21 21:45:53.938 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-08-21T21:45:55.336Z[ recovery-image] Aug 21 21:45:53.949 INFO O| Aug 21 21:45:53.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
80812026-08-21T21:45:55.336Z[ recovery-image] Aug 21 21:45:53.949 INFO O| Aug 21 21:45:53.949 INFO STEP 932 (remove_files) COMPLETE
80822026-08-21T21:45:55.336Z[ recovery-image] Aug 21 21:45:53.949 INFO O| Aug 21 21:45:53.949 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-08-21T21:45:55.348Z[ recovery-image] Aug 21 21:45:53.958 INFO O| Aug 21 21:45:53.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
80842026-08-21T21:45:55.348Z[ recovery-image] Aug 21 21:45:53.958 INFO O| Aug 21 21:45:53.958 INFO STEP 933 (remove_files) COMPLETE
80852026-08-21T21:45:55.348Z[ recovery-image] Aug 21 21:45:53.958 INFO O| Aug 21 21:45:53.958 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-08-21T21:45:55.355Z[ recovery-image] Aug 21 21:45:53.968 INFO O| Aug 21 21:45:53.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
80872026-08-21T21:45:55.355Z[ recovery-image] Aug 21 21:45:53.968 INFO O| Aug 21 21:45:53.968 INFO STEP 934 (remove_files) COMPLETE
80882026-08-21T21:45:55.358Z[ recovery-image] Aug 21 21:45:53.968 INFO O| Aug 21 21:45:53.968 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-08-21T21:45:55.365Z[ recovery-image] Aug 21 21:45:53.978 INFO O| Aug 21 21:45:53.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
80902026-08-21T21:45:55.365Z[ recovery-image] Aug 21 21:45:53.978 INFO O| Aug 21 21:45:53.978 INFO STEP 935 (remove_files) COMPLETE
80912026-08-21T21:45:55.367Z[ recovery-image] Aug 21 21:45:53.978 INFO O| Aug 21 21:45:53.978 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-08-21T21:45:55.374Z[ recovery-image] Aug 21 21:45:53.987 INFO O| Aug 21 21:45:53.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
80932026-08-21T21:45:55.374Z[ recovery-image] Aug 21 21:45:53.987 INFO O| Aug 21 21:45:53.987 INFO STEP 936 (remove_files) COMPLETE
80942026-08-21T21:45:55.374Z[ recovery-image] Aug 21 21:45:53.987 INFO O| Aug 21 21:45:53.987 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-08-21T21:45:55.382Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
80962026-08-21T21:45:55.385Z[ recovery-image] Aug 21 21:45:53.996 INFO O| Aug 21 21:45:53.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
80972026-08-21T21:45:55.385Z[ recovery-image] Aug 21 21:45:53.996 INFO O| Aug 21 21:45:53.996 INFO STEP 937 (remove_files) COMPLETE
80982026-08-21T21:45:55.385Z[ recovery-image] Aug 21 21:45:53.996 INFO O| Aug 21 21:45:53.996 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-08-21T21:45:55.393Z[ recovery-image] Aug 21 21:45:54.006 INFO O| Aug 21 21:45:54.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81002026-08-21T21:45:55.393Z[ recovery-image] Aug 21 21:45:54.007 INFO O| Aug 21 21:45:54.007 INFO STEP 938 (remove_files) COMPLETE
81012026-08-21T21:45:55.394Z[ recovery-image] Aug 21 21:45:54.007 INFO O| Aug 21 21:45:54.007 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-08-21T21:45:55.404Z[ recovery-image] Aug 21 21:45:54.017 INFO O| Aug 21 21:45:54.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81032026-08-21T21:45:55.404Z[ recovery-image] Aug 21 21:45:54.017 INFO O| Aug 21 21:45:54.017 INFO STEP 939 (remove_files) COMPLETE
81042026-08-21T21:45:55.404Z[ recovery-image] Aug 21 21:45:54.017 INFO O| Aug 21 21:45:54.017 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-08-21T21:45:55.414Z[ recovery-image] Aug 21 21:45:54.027 INFO O| Aug 21 21:45:54.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81062026-08-21T21:45:55.414Z[ recovery-image] Aug 21 21:45:54.027 INFO O| Aug 21 21:45:54.027 INFO STEP 940 (remove_files) COMPLETE
81072026-08-21T21:45:55.414Z[ recovery-image] Aug 21 21:45:54.027 INFO O| Aug 21 21:45:54.027 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-08-21T21:45:55.427Z[ recovery-image] Aug 21 21:45:54.037 INFO O| Aug 21 21:45:54.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81092026-08-21T21:45:55.427Z[ recovery-image] Aug 21 21:45:54.038 INFO O| Aug 21 21:45:54.038 INFO STEP 941 (remove_files) COMPLETE
81102026-08-21T21:45:55.427Z[ recovery-image] Aug 21 21:45:54.038 INFO O| Aug 21 21:45:54.038 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-08-21T21:45:55.435Z[ recovery-image] Aug 21 21:45:54.048 INFO O| Aug 21 21:45:54.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81122026-08-21T21:45:55.435Z[ recovery-image] Aug 21 21:45:54.048 INFO O| Aug 21 21:45:54.048 INFO STEP 942 (remove_files) COMPLETE
81132026-08-21T21:45:55.441Z[ recovery-image] Aug 21 21:45:54.048 INFO O| Aug 21 21:45:54.048 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-08-21T21:45:55.447Z[ recovery-image] Aug 21 21:45:54.058 INFO O| Aug 21 21:45:54.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81152026-08-21T21:45:55.447Z[ recovery-image] Aug 21 21:45:54.058 INFO O| Aug 21 21:45:54.058 INFO STEP 943 (remove_files) COMPLETE
81162026-08-21T21:45:55.448Z[ recovery-image] Aug 21 21:45:54.058 INFO O| Aug 21 21:45:54.058 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-08-21T21:45:55.455Z[ recovery-image] Aug 21 21:45:54.068 INFO O| Aug 21 21:45:54.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81182026-08-21T21:45:55.455Z[ recovery-image] Aug 21 21:45:54.068 INFO O| Aug 21 21:45:54.068 INFO STEP 944 (remove_files) COMPLETE
81192026-08-21T21:45:55.458Z[ recovery-image] Aug 21 21:45:54.068 INFO O| Aug 21 21:45:54.068 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-08-21T21:45:55.465Z[ recovery-image] Aug 21 21:45:54.078 INFO O| Aug 21 21:45:54.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81212026-08-21T21:45:55.465Z[ recovery-image] Aug 21 21:45:54.078 INFO O| Aug 21 21:45:54.078 INFO STEP 945 (remove_files) COMPLETE
81222026-08-21T21:45:55.465Z[ recovery-image] Aug 21 21:45:54.078 INFO O| Aug 21 21:45:54.078 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-08-21T21:45:55.475Z[ recovery-image] Aug 21 21:45:54.088 INFO O| Aug 21 21:45:54.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81242026-08-21T21:45:55.475Z[ recovery-image] Aug 21 21:45:54.088 INFO O| Aug 21 21:45:54.088 INFO STEP 946 (remove_files) COMPLETE
81252026-08-21T21:45:55.484Z[ recovery-image] Aug 21 21:45:54.088 INFO O| Aug 21 21:45:54.088 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-08-21T21:45:55.490Z[ recovery-image] Aug 21 21:45:54.098 INFO O| Aug 21 21:45:54.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81272026-08-21T21:45:55.490Z[ recovery-image] Aug 21 21:45:54.098 INFO O| Aug 21 21:45:54.098 INFO STEP 947 (remove_files) COMPLETE
81282026-08-21T21:45:55.490Z[ recovery-image] Aug 21 21:45:54.098 INFO O| Aug 21 21:45:54.098 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-08-21T21:45:55.496Z[ recovery-image] Aug 21 21:45:54.108 INFO O| Aug 21 21:45:54.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81302026-08-21T21:45:55.496Z[ recovery-image] Aug 21 21:45:54.108 INFO O| Aug 21 21:45:54.108 INFO STEP 948 (remove_files) COMPLETE
81312026-08-21T21:45:55.496Z[ recovery-image] Aug 21 21:45:54.108 INFO O| Aug 21 21:45:54.108 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-08-21T21:45:55.511Z[ recovery-image] Aug 21 21:45:54.119 INFO O| Aug 21 21:45:54.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81332026-08-21T21:45:55.511Z[ recovery-image] Aug 21 21:45:54.119 INFO O| Aug 21 21:45:54.119 INFO STEP 949 (remove_files) COMPLETE
81342026-08-21T21:45:55.515Z[ recovery-image] Aug 21 21:45:54.119 INFO O| Aug 21 21:45:54.119 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-08-21T21:45:55.523Z[ recovery-image] Aug 21 21:45:54.129 INFO O| Aug 21 21:45:54.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81362026-08-21T21:45:55.523Z[ recovery-image] Aug 21 21:45:54.129 INFO O| Aug 21 21:45:54.129 INFO STEP 950 (remove_files) COMPLETE
81372026-08-21T21:45:55.523Z[ recovery-image] Aug 21 21:45:54.129 INFO O| Aug 21 21:45:54.129 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-08-21T21:45:55.531Z[ recovery-image] Aug 21 21:45:54.137 INFO O| Aug 21 21:45:54.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81392026-08-21T21:45:55.531Z[ recovery-image] Aug 21 21:45:54.137 INFO O| Aug 21 21:45:54.137 INFO STEP 951 (remove_files) COMPLETE
81402026-08-21T21:45:55.531Z[ recovery-image] Aug 21 21:45:54.137 INFO O| Aug 21 21:45:54.137 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-08-21T21:45:55.538Z[ recovery-image] Aug 21 21:45:54.146 INFO O| Aug 21 21:45:54.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81422026-08-21T21:45:55.538Z[ recovery-image] Aug 21 21:45:54.146 INFO O| Aug 21 21:45:54.146 INFO STEP 952 (remove_files) COMPLETE
81432026-08-21T21:45:55.538Z[ recovery-image] Aug 21 21:45:54.146 INFO O| Aug 21 21:45:54.146 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-08-21T21:45:55.543Z[ recovery-image] Aug 21 21:45:54.156 INFO O| Aug 21 21:45:54.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81452026-08-21T21:45:55.543Z[ recovery-image] Aug 21 21:45:54.156 INFO O| Aug 21 21:45:54.156 INFO STEP 953 (remove_files) COMPLETE
81462026-08-21T21:45:55.546Z[ recovery-image] Aug 21 21:45:54.156 INFO O| Aug 21 21:45:54.156 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-08-21T21:45:55.556Z[ recovery-image] Aug 21 21:45:54.167 INFO O| Aug 21 21:45:54.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81482026-08-21T21:45:55.556Z[ recovery-image] Aug 21 21:45:54.167 INFO O| Aug 21 21:45:54.167 INFO STEP 954 (remove_files) COMPLETE
81492026-08-21T21:45:55.559Z[ recovery-image] Aug 21 21:45:54.167 INFO O| Aug 21 21:45:54.167 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-08-21T21:45:55.565Z[ recovery-image] Aug 21 21:45:54.178 INFO O| Aug 21 21:45:54.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81512026-08-21T21:45:55.565Z[ recovery-image] Aug 21 21:45:54.178 INFO O| Aug 21 21:45:54.178 INFO STEP 955 (remove_files) COMPLETE
81522026-08-21T21:45:55.565Z[ recovery-image] Aug 21 21:45:54.178 INFO O| Aug 21 21:45:54.178 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-08-21T21:45:55.576Z[ recovery-image] Aug 21 21:45:54.188 INFO O| Aug 21 21:45:54.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81542026-08-21T21:45:55.576Z[ recovery-image] Aug 21 21:45:54.188 INFO O| Aug 21 21:45:54.188 INFO STEP 956 (remove_files) COMPLETE
81552026-08-21T21:45:55.576Z[ recovery-image] Aug 21 21:45:54.188 INFO O| Aug 21 21:45:54.188 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-08-21T21:45:55.585Z[ recovery-image] Aug 21 21:45:54.198 INFO O| Aug 21 21:45:54.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81572026-08-21T21:45:55.585Z[ recovery-image] Aug 21 21:45:54.198 INFO O| Aug 21 21:45:54.198 INFO STEP 957 (remove_files) COMPLETE
81582026-08-21T21:45:55.585Z[ recovery-image] Aug 21 21:45:54.198 INFO O| Aug 21 21:45:54.198 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-08-21T21:45:55.596Z[ recovery-image] Aug 21 21:45:54.207 INFO O| Aug 21 21:45:54.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81602026-08-21T21:45:55.596Z[ recovery-image] Aug 21 21:45:54.208 INFO O| Aug 21 21:45:54.208 INFO STEP 958 (remove_files) COMPLETE
81612026-08-21T21:45:55.600Z[ recovery-image] Aug 21 21:45:54.208 INFO O| Aug 21 21:45:54.208 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-08-21T21:45:55.629Z[ recovery-image] Aug 21 21:45:54.217 INFO O| Aug 21 21:45:54.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81632026-08-21T21:45:55.630Z[ recovery-image] Aug 21 21:45:54.217 INFO O| Aug 21 21:45:54.217 INFO STEP 959 (remove_files) COMPLETE
81642026-08-21T21:45:55.675Z[ recovery-image] Aug 21 21:45:54.217 INFO O| Aug 21 21:45:54.217 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-08-21T21:45:55.675Z[ recovery-image] Aug 21 21:45:54.226 INFO O| Aug 21 21:45:54.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
81662026-08-21T21:45:55.675Z[ recovery-image] Aug 21 21:45:54.226 INFO O| Aug 21 21:45:54.226 INFO STEP 960 (remove_files) COMPLETE
81672026-08-21T21:45:55.675Z[ recovery-image] Aug 21 21:45:54.226 INFO O| Aug 21 21:45:54.226 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-08-21T21:45:55.676Z[ recovery-image] Aug 21 21:45:54.235 INFO O| Aug 21 21:45:54.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
81692026-08-21T21:45:55.676Z[ recovery-image] Aug 21 21:45:54.235 INFO O| Aug 21 21:45:54.235 INFO STEP 961 (remove_files) COMPLETE
81702026-08-21T21:45:55.676Z[ recovery-image] Aug 21 21:45:54.235 INFO O| Aug 21 21:45:54.235 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-08-21T21:45:55.676Z[ recovery-image] Aug 21 21:45:54.244 INFO O| Aug 21 21:45:54.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
81722026-08-21T21:45:55.676Z[ recovery-image] Aug 21 21:45:54.244 INFO O| Aug 21 21:45:54.244 INFO STEP 962 (remove_files) COMPLETE
81732026-08-21T21:45:55.676Z[ recovery-image] Aug 21 21:45:54.244 INFO O| Aug 21 21:45:54.244 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-08-21T21:45:55.680Z[ recovery-image] Aug 21 21:45:54.253 INFO O| Aug 21 21:45:54.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
81752026-08-21T21:45:55.680Z[ recovery-image] Aug 21 21:45:54.253 INFO O| Aug 21 21:45:54.253 INFO STEP 963 (remove_files) COMPLETE
81762026-08-21T21:45:55.680Z[ recovery-image] Aug 21 21:45:54.253 INFO O| Aug 21 21:45:54.253 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-08-21T21:45:55.680Z[ recovery-image] Aug 21 21:45:54.261 INFO O| Aug 21 21:45:54.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
81782026-08-21T21:45:55.680Z[ recovery-image] Aug 21 21:45:54.262 INFO O| Aug 21 21:45:54.261 INFO STEP 964 (remove_files) COMPLETE
81792026-08-21T21:45:55.680Z[ recovery-image] Aug 21 21:45:54.262 INFO O| Aug 21 21:45:54.261 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-08-21T21:45:55.680Z[ recovery-image] Aug 21 21:45:54.271 INFO O| Aug 21 21:45:54.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
81812026-08-21T21:45:55.680Z[ recovery-image] Aug 21 21:45:54.271 INFO O| Aug 21 21:45:54.271 INFO STEP 965 (remove_files) COMPLETE
81822026-08-21T21:45:55.680Z[ recovery-image] Aug 21 21:45:54.271 INFO O| Aug 21 21:45:54.271 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-08-21T21:45:55.680Z[ recovery-image] Aug 21 21:45:54.281 INFO O| Aug 21 21:45:54.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
81842026-08-21T21:45:55.680Z[ recovery-image] Aug 21 21:45:54.281 INFO O| Aug 21 21:45:54.281 INFO STEP 966 (remove_files) COMPLETE
81852026-08-21T21:45:55.680Z[ recovery-image] Aug 21 21:45:54.281 INFO O| Aug 21 21:45:54.281 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-08-21T21:45:55.680Z[ recovery-image] Aug 21 21:45:54.292 INFO O| Aug 21 21:45:54.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
81872026-08-21T21:45:55.680Z[ recovery-image] Aug 21 21:45:54.292 INFO O| Aug 21 21:45:54.292 INFO STEP 967 (remove_files) COMPLETE
81882026-08-21T21:45:55.680Z[ recovery-image] Aug 21 21:45:54.292 INFO O| Aug 21 21:45:54.292 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-08-21T21:45:55.694Z[ recovery-image] Aug 21 21:45:54.302 INFO O| Aug 21 21:45:54.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
81902026-08-21T21:45:55.694Z[ recovery-image] Aug 21 21:45:54.302 INFO O| Aug 21 21:45:54.302 INFO STEP 968 (remove_files) COMPLETE
81912026-08-21T21:45:55.694Z[ recovery-image] Aug 21 21:45:54.302 INFO O| Aug 21 21:45:54.302 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-08-21T21:45:55.706Z[ recovery-image] Aug 21 21:45:54.311 INFO O| Aug 21 21:45:54.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
81932026-08-21T21:45:55.706Z[ recovery-image] Aug 21 21:45:54.312 INFO O| Aug 21 21:45:54.312 INFO STEP 969 (remove_files) COMPLETE
81942026-08-21T21:45:55.707Z[ recovery-image] Aug 21 21:45:54.312 INFO O| Aug 21 21:45:54.312 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-08-21T21:45:55.710Z[ recovery-image] Aug 21 21:45:54.323 INFO O| Aug 21 21:45:54.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
81962026-08-21T21:45:55.710Z[ recovery-image] Aug 21 21:45:54.323 INFO O| Aug 21 21:45:54.323 INFO STEP 970 (remove_files) COMPLETE
81972026-08-21T21:45:55.710Z[ recovery-image] Aug 21 21:45:54.323 INFO O| Aug 21 21:45:54.323 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-08-21T21:45:55.721Z[ recovery-image] Aug 21 21:45:54.334 INFO O| Aug 21 21:45:54.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
81992026-08-21T21:45:55.721Z[ recovery-image] Aug 21 21:45:54.334 INFO O| Aug 21 21:45:54.334 INFO STEP 971 (remove_files) COMPLETE
82002026-08-21T21:45:55.726Z[ recovery-image] Aug 21 21:45:54.334 INFO O| Aug 21 21:45:54.334 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-08-21T21:45:55.733Z[ recovery-image] Aug 21 21:45:54.345 INFO O| Aug 21 21:45:54.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82022026-08-21T21:45:55.733Z[ recovery-image] Aug 21 21:45:54.345 INFO O| Aug 21 21:45:54.345 INFO STEP 972 (remove_files) COMPLETE
82032026-08-21T21:45:55.733Z[ recovery-image] Aug 21 21:45:54.345 INFO O| Aug 21 21:45:54.345 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-08-21T21:45:55.743Z[ recovery-image] Aug 21 21:45:54.355 INFO O| Aug 21 21:45:54.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82052026-08-21T21:45:55.743Z[ recovery-image] Aug 21 21:45:54.355 INFO O| Aug 21 21:45:54.355 INFO STEP 973 (remove_files) COMPLETE
82062026-08-21T21:45:55.748Z[ recovery-image] Aug 21 21:45:54.355 INFO O| Aug 21 21:45:54.355 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-08-21T21:45:55.755Z[ recovery-image] Aug 21 21:45:54.366 INFO O| Aug 21 21:45:54.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82082026-08-21T21:45:55.755Z[ recovery-image] Aug 21 21:45:54.366 INFO O| Aug 21 21:45:54.366 INFO STEP 974 (remove_files) COMPLETE
82092026-08-21T21:45:55.756Z[ recovery-image] Aug 21 21:45:54.366 INFO O| Aug 21 21:45:54.366 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-08-21T21:45:55.770Z[ recovery-image] Aug 21 21:45:54.376 INFO O| Aug 21 21:45:54.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82112026-08-21T21:45:55.770Z[ recovery-image] Aug 21 21:45:54.376 INFO O| Aug 21 21:45:54.376 INFO STEP 975 (remove_files) COMPLETE
82122026-08-21T21:45:55.777Z[ recovery-image] Aug 21 21:45:54.376 INFO O| Aug 21 21:45:54.376 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-08-21T21:45:55.777Z[ recovery-image] Aug 21 21:45:54.386 INFO O| Aug 21 21:45:54.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82142026-08-21T21:45:55.777Z[ recovery-image] Aug 21 21:45:54.386 INFO O| Aug 21 21:45:54.386 INFO STEP 976 (remove_files) COMPLETE
82152026-08-21T21:45:55.777Z[ recovery-image] Aug 21 21:45:54.386 INFO O| Aug 21 21:45:54.386 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-08-21T21:45:55.786Z[ recovery-image] Aug 21 21:45:54.395 INFO O| Aug 21 21:45:54.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82172026-08-21T21:45:55.786Z[ recovery-image] Aug 21 21:45:54.395 INFO O| Aug 21 21:45:54.395 INFO STEP 977 (remove_files) COMPLETE
82182026-08-21T21:45:55.786Z[ recovery-image] Aug 21 21:45:54.395 INFO O| Aug 21 21:45:54.395 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-08-21T21:45:55.803Z[ recovery-image] Aug 21 21:45:54.403 INFO O| Aug 21 21:45:54.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82202026-08-21T21:45:55.803Z[ recovery-image] Aug 21 21:45:54.403 INFO O| Aug 21 21:45:54.403 INFO STEP 978 (remove_files) COMPLETE
82212026-08-21T21:45:55.803Z[ recovery-image] Aug 21 21:45:54.403 INFO O| Aug 21 21:45:54.403 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-08-21T21:45:55.818Z[ recovery-image] Aug 21 21:45:54.411 INFO O| Aug 21 21:45:54.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82232026-08-21T21:45:55.818Z[ recovery-image] Aug 21 21:45:54.411 INFO O| Aug 21 21:45:54.411 INFO STEP 979 (remove_files) COMPLETE
82242026-08-21T21:45:55.818Z[ recovery-image] Aug 21 21:45:54.411 INFO O| Aug 21 21:45:54.411 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-08-21T21:45:55.818Z[ recovery-image] Aug 21 21:45:54.420 INFO O| Aug 21 21:45:54.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82262026-08-21T21:45:55.818Z[ recovery-image] Aug 21 21:45:54.420 INFO O| Aug 21 21:45:54.420 INFO STEP 980 (remove_files) COMPLETE
82272026-08-21T21:45:55.818Z[ recovery-image] Aug 21 21:45:54.420 INFO O| Aug 21 21:45:54.420 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-08-21T21:45:55.823Z[ recovery-image] Aug 21 21:45:54.429 INFO O| Aug 21 21:45:54.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82292026-08-21T21:45:55.823Z[ recovery-image] Aug 21 21:45:54.429 INFO O| Aug 21 21:45:54.429 INFO STEP 981 (remove_files) COMPLETE
82302026-08-21T21:45:55.823Z[ recovery-image] Aug 21 21:45:54.429 INFO O| Aug 21 21:45:54.429 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-08-21T21:45:55.828Z[ recovery-image] Aug 21 21:45:54.438 INFO O| Aug 21 21:45:54.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82322026-08-21T21:45:55.828Z[ recovery-image] Aug 21 21:45:54.438 INFO O| Aug 21 21:45:54.438 INFO STEP 982 (remove_files) COMPLETE
82332026-08-21T21:45:55.828Z[ recovery-image] Aug 21 21:45:54.438 INFO O| Aug 21 21:45:54.438 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-08-21T21:45:55.842Z[ recovery-image] Aug 21 21:45:54.447 INFO O| Aug 21 21:45:54.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82352026-08-21T21:45:55.842Z[ recovery-image] Aug 21 21:45:54.447 INFO O| Aug 21 21:45:54.447 INFO STEP 983 (remove_files) COMPLETE
82362026-08-21T21:45:55.842Z[ recovery-image] Aug 21 21:45:54.447 INFO O| Aug 21 21:45:54.447 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-08-21T21:45:55.884Z[ recovery-image] Aug 21 21:45:54.456 INFO O| Aug 21 21:45:54.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82382026-08-21T21:45:55.884Z[ recovery-image] Aug 21 21:45:54.456 INFO O| Aug 21 21:45:54.456 INFO STEP 984 (remove_files) COMPLETE
82392026-08-21T21:45:55.884Z[ recovery-image] Aug 21 21:45:54.456 INFO O| Aug 21 21:45:54.456 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82402026-08-21T21:45:55.884Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
82412026-08-21T21:45:55.885Z[ recovery-image] Aug 21 21:45:54.466 INFO O| Aug 21 21:45:54.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82422026-08-21T21:45:55.885Z[ recovery-image] Aug 21 21:45:54.466 INFO O| Aug 21 21:45:54.466 INFO STEP 985 (remove_files) COMPLETE
82432026-08-21T21:45:55.885Z[ recovery-image] Aug 21 21:45:54.466 INFO O| Aug 21 21:45:54.466 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-08-21T21:45:55.955Z[ recovery-image] Aug 21 21:45:54.476 INFO O| Aug 21 21:45:54.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82452026-08-21T21:45:55.955Z[ recovery-image] Aug 21 21:45:54.476 INFO O| Aug 21 21:45:54.476 INFO STEP 986 (remove_files) COMPLETE
82462026-08-21T21:45:55.955Z[ recovery-image] Aug 21 21:45:54.476 INFO O| Aug 21 21:45:54.476 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-08-21T21:45:55.955Z[ recovery-image] Aug 21 21:45:54.489 INFO O| Aug 21 21:45:54.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82482026-08-21T21:45:55.955Z[ recovery-image] Aug 21 21:45:54.490 INFO O| Aug 21 21:45:54.490 INFO STEP 987 (remove_files) COMPLETE
82492026-08-21T21:45:55.955Z[ recovery-image] Aug 21 21:45:54.490 INFO O| Aug 21 21:45:54.490 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-08-21T21:45:55.955Z[ recovery-image] Aug 21 21:45:54.499 INFO O| Aug 21 21:45:54.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82512026-08-21T21:45:55.955Z[ recovery-image] Aug 21 21:45:54.499 INFO O| Aug 21 21:45:54.499 INFO STEP 988 (remove_files) COMPLETE
82522026-08-21T21:45:55.955Z[ recovery-image] Aug 21 21:45:54.499 INFO O| Aug 21 21:45:54.499 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-08-21T21:45:55.955Z[ recovery-image] Aug 21 21:45:54.509 INFO O| Aug 21 21:45:54.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82542026-08-21T21:45:55.955Z[ recovery-image] Aug 21 21:45:54.509 INFO O| Aug 21 21:45:54.509 INFO STEP 989 (remove_files) COMPLETE
82552026-08-21T21:45:55.955Z[ recovery-image] Aug 21 21:45:54.509 INFO O| Aug 21 21:45:54.509 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-08-21T21:45:56.020Z[ recovery-image] Aug 21 21:45:54.519 INFO O| Aug 21 21:45:54.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82572026-08-21T21:45:56.021Z[ recovery-image] Aug 21 21:45:54.519 INFO O| Aug 21 21:45:54.519 INFO STEP 990 (remove_files) COMPLETE
82582026-08-21T21:45:56.021Z[ recovery-image] Aug 21 21:45:54.519 INFO O| Aug 21 21:45:54.519 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-08-21T21:45:56.021Z[ recovery-image] Aug 21 21:45:54.529 INFO O| Aug 21 21:45:54.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82602026-08-21T21:45:56.021Z[ recovery-image] Aug 21 21:45:54.530 INFO O| Aug 21 21:45:54.530 INFO STEP 991 (remove_files) COMPLETE
82612026-08-21T21:45:56.021Z[ recovery-image] Aug 21 21:45:54.530 INFO O| Aug 21 21:45:54.530 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-08-21T21:45:56.021Z[ recovery-image] Aug 21 21:45:54.540 INFO O| Aug 21 21:45:54.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82632026-08-21T21:45:56.021Z[ recovery-image] Aug 21 21:45:54.540 INFO O| Aug 21 21:45:54.540 INFO STEP 992 (remove_files) COMPLETE
82642026-08-21T21:45:56.021Z[ recovery-image] Aug 21 21:45:54.540 INFO O| Aug 21 21:45:54.540 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-08-21T21:45:56.021Z[ recovery-image] Aug 21 21:45:54.550 INFO O| Aug 21 21:45:54.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
82662026-08-21T21:45:56.021Z[ recovery-image] Aug 21 21:45:54.550 INFO O| Aug 21 21:45:54.550 INFO STEP 993 (remove_files) COMPLETE
82672026-08-21T21:45:56.021Z[ recovery-image] Aug 21 21:45:54.550 INFO O| Aug 21 21:45:54.550 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-08-21T21:45:56.021Z[ recovery-image] Aug 21 21:45:54.560 INFO O| Aug 21 21:45:54.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
82692026-08-21T21:45:56.021Z[ recovery-image] Aug 21 21:45:54.560 INFO O| Aug 21 21:45:54.560 INFO STEP 994 (remove_files) COMPLETE
82702026-08-21T21:45:56.021Z[ recovery-image] Aug 21 21:45:54.560 INFO O| Aug 21 21:45:54.560 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-08-21T21:45:56.021Z[ recovery-image] Aug 21 21:45:54.571 INFO O| Aug 21 21:45:54.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
82722026-08-21T21:45:56.021Z[ recovery-image] Aug 21 21:45:54.571 INFO O| Aug 21 21:45:54.571 INFO STEP 995 (remove_files) COMPLETE
82732026-08-21T21:45:56.021Z[ recovery-image] Aug 21 21:45:54.571 INFO O| Aug 21 21:45:54.571 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-08-21T21:45:56.021Z[ recovery-image] Aug 21 21:45:54.581 INFO O| Aug 21 21:45:54.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
82752026-08-21T21:45:56.022Z[ recovery-image] Aug 21 21:45:54.581 INFO O| Aug 21 21:45:54.581 INFO STEP 996 (remove_files) COMPLETE
82762026-08-21T21:45:56.022Z[ recovery-image] Aug 21 21:45:54.581 INFO O| Aug 21 21:45:54.581 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-08-21T21:45:56.086Z[ recovery-image] Aug 21 21:45:54.591 INFO O| Aug 21 21:45:54.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
82782026-08-21T21:45:56.086Z[ recovery-image] Aug 21 21:45:54.591 INFO O| Aug 21 21:45:54.591 INFO STEP 997 (remove_files) COMPLETE
82792026-08-21T21:45:56.087Z[ recovery-image] Aug 21 21:45:54.591 INFO O| Aug 21 21:45:54.591 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-08-21T21:45:56.087Z[ recovery-image] Aug 21 21:45:54.601 INFO O| Aug 21 21:45:54.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
82812026-08-21T21:45:56.087Z[ recovery-image] Aug 21 21:45:54.601 INFO O| Aug 21 21:45:54.601 INFO STEP 998 (remove_files) COMPLETE
82822026-08-21T21:45:56.087Z[ recovery-image] Aug 21 21:45:54.601 INFO O| Aug 21 21:45:54.601 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-08-21T21:45:56.087Z[ recovery-image] Aug 21 21:45:54.609 INFO O| Aug 21 21:45:54.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
82842026-08-21T21:45:56.087Z[ recovery-image] Aug 21 21:45:54.610 INFO O| Aug 21 21:45:54.609 INFO STEP 999 (remove_files) COMPLETE
82852026-08-21T21:45:56.087Z[ recovery-image] Aug 21 21:45:54.610 INFO O| Aug 21 21:45:54.610 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-08-21T21:45:56.087Z[ recovery-image] Aug 21 21:45:54.618 INFO O| Aug 21 21:45:54.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
82872026-08-21T21:45:56.088Z[ recovery-image] Aug 21 21:45:54.618 INFO O| Aug 21 21:45:54.618 INFO STEP 1000 (remove_files) COMPLETE
82882026-08-21T21:45:56.088Z[ recovery-image] Aug 21 21:45:54.618 INFO O| Aug 21 21:45:54.618 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-08-21T21:45:56.088Z[ recovery-image] Aug 21 21:45:54.627 INFO O| Aug 21 21:45:54.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
82902026-08-21T21:45:56.088Z[ recovery-image] Aug 21 21:45:54.627 INFO O| Aug 21 21:45:54.627 INFO STEP 1001 (remove_files) COMPLETE
82912026-08-21T21:45:56.088Z[ recovery-image] Aug 21 21:45:54.627 INFO O| Aug 21 21:45:54.627 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-08-21T21:45:56.088Z[ recovery-image] Aug 21 21:45:54.636 INFO O| Aug 21 21:45:54.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
82932026-08-21T21:45:56.088Z[ recovery-image] Aug 21 21:45:54.636 INFO O| Aug 21 21:45:54.636 INFO STEP 1002 (remove_files) COMPLETE
82942026-08-21T21:45:56.088Z[ recovery-image] Aug 21 21:45:54.636 INFO O| Aug 21 21:45:54.636 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-08-21T21:45:56.088Z[ recovery-image] Aug 21 21:45:54.645 INFO O| Aug 21 21:45:54.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
82962026-08-21T21:45:56.088Z[ recovery-image] Aug 21 21:45:54.645 INFO O| Aug 21 21:45:54.645 INFO STEP 1003 (remove_files) COMPLETE
82972026-08-21T21:45:56.088Z[ recovery-image] Aug 21 21:45:54.645 INFO O| Aug 21 21:45:54.645 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-08-21T21:45:56.126Z[ recovery-image] Aug 21 21:45:54.655 INFO O| Aug 21 21:45:54.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
82992026-08-21T21:45:56.126Z[ recovery-image] Aug 21 21:45:54.655 INFO O| Aug 21 21:45:54.655 INFO STEP 1004 (remove_files) COMPLETE
83002026-08-21T21:45:56.126Z[ recovery-image] Aug 21 21:45:54.655 INFO O| Aug 21 21:45:54.655 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-08-21T21:45:56.126Z[ recovery-image] Aug 21 21:45:54.666 INFO O| Aug 21 21:45:54.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83022026-08-21T21:45:56.126Z[ recovery-image] Aug 21 21:45:54.666 INFO O| Aug 21 21:45:54.666 INFO STEP 1005 (remove_files) COMPLETE
83032026-08-21T21:45:56.126Z[ recovery-image] Aug 21 21:45:54.666 INFO O| Aug 21 21:45:54.666 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-08-21T21:45:56.126Z[ recovery-image] Aug 21 21:45:54.675 INFO O| Aug 21 21:45:54.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83052026-08-21T21:45:56.126Z[ recovery-image] Aug 21 21:45:54.676 INFO O| Aug 21 21:45:54.676 INFO STEP 1006 (remove_files) COMPLETE
83062026-08-21T21:45:56.126Z[ recovery-image] Aug 21 21:45:54.676 INFO O| Aug 21 21:45:54.676 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-08-21T21:45:56.126Z[ recovery-image] Aug 21 21:45:54.685 INFO O| Aug 21 21:45:54.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83082026-08-21T21:45:56.126Z[ recovery-image] Aug 21 21:45:54.686 INFO O| Aug 21 21:45:54.686 INFO STEP 1007 (remove_files) COMPLETE
83092026-08-21T21:45:56.127Z[ recovery-image] Aug 21 21:45:54.686 INFO O| Aug 21 21:45:54.686 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83102026-08-21T21:45:56.127Z[ recovery-image] Aug 21 21:45:54.695 INFO O| Aug 21 21:45:54.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83112026-08-21T21:45:56.127Z[ recovery-image] Aug 21 21:45:54.695 INFO O| Aug 21 21:45:54.695 INFO STEP 1008 (remove_files) COMPLETE
83122026-08-21T21:45:56.127Z[ recovery-image] Aug 21 21:45:54.695 INFO O| Aug 21 21:45:54.695 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-08-21T21:45:56.127Z[ recovery-image] Aug 21 21:45:54.705 INFO O| Aug 21 21:45:54.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83142026-08-21T21:45:56.127Z[ recovery-image] Aug 21 21:45:54.705 INFO O| Aug 21 21:45:54.705 INFO STEP 1009 (remove_files) COMPLETE
83152026-08-21T21:45:56.127Z[ recovery-image] Aug 21 21:45:54.705 INFO O| Aug 21 21:45:54.705 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83162026-08-21T21:45:56.127Z[ recovery-image] Aug 21 21:45:54.715 INFO O| Aug 21 21:45:54.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83172026-08-21T21:45:56.127Z[ recovery-image] Aug 21 21:45:54.715 INFO O| Aug 21 21:45:54.715 INFO STEP 1010 (remove_files) COMPLETE
83182026-08-21T21:45:56.127Z[ recovery-image] Aug 21 21:45:54.715 INFO O| Aug 21 21:45:54.715 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83192026-08-21T21:45:56.153Z[ recovery-image] Aug 21 21:45:54.724 INFO O| Aug 21 21:45:54.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83202026-08-21T21:45:56.154Z[ recovery-image] Aug 21 21:45:54.725 INFO O| Aug 21 21:45:54.725 INFO STEP 1011 (remove_files) COMPLETE
83212026-08-21T21:45:56.154Z[ recovery-image] Aug 21 21:45:54.725 INFO O| Aug 21 21:45:54.725 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83222026-08-21T21:45:56.154Z[ recovery-image] Aug 21 21:45:54.733 INFO O| Aug 21 21:45:54.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83232026-08-21T21:45:56.154Z[ recovery-image] Aug 21 21:45:54.734 INFO O| Aug 21 21:45:54.733 INFO STEP 1012 (remove_files) COMPLETE
83242026-08-21T21:45:56.154Z[ recovery-image] Aug 21 21:45:54.734 INFO O| Aug 21 21:45:54.734 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83252026-08-21T21:45:56.154Z[ recovery-image] Aug 21 21:45:54.744 INFO O| Aug 21 21:45:54.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83262026-08-21T21:45:56.154Z[ recovery-image] Aug 21 21:45:54.744 INFO O| Aug 21 21:45:54.744 INFO STEP 1013 (remove_files) COMPLETE
83272026-08-21T21:45:56.154Z[ recovery-image] Aug 21 21:45:54.744 INFO O| Aug 21 21:45:54.744 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83282026-08-21T21:45:56.169Z[ recovery-image] Aug 21 21:45:54.752 INFO O| Aug 21 21:45:54.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83292026-08-21T21:45:56.169Z[ recovery-image] Aug 21 21:45:54.752 INFO O| Aug 21 21:45:54.752 INFO STEP 1014 (remove_files) COMPLETE
83302026-08-21T21:45:56.169Z[ recovery-image] Aug 21 21:45:54.752 INFO O| Aug 21 21:45:54.752 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83312026-08-21T21:45:56.169Z[ recovery-image] Aug 21 21:45:54.764 INFO O| Aug 21 21:45:54.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83322026-08-21T21:45:56.169Z[ recovery-image] Aug 21 21:45:54.764 INFO O| Aug 21 21:45:54.764 INFO STEP 1015 (remove_files) COMPLETE
83332026-08-21T21:45:56.170Z[ recovery-image] Aug 21 21:45:54.764 INFO O| Aug 21 21:45:54.764 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83342026-08-21T21:45:56.170Z[ recovery-image] Aug 21 21:45:54.774 INFO O| Aug 21 21:45:54.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83352026-08-21T21:45:56.170Z[ recovery-image] Aug 21 21:45:54.774 INFO O| Aug 21 21:45:54.774 INFO STEP 1016 (remove_files) COMPLETE
83362026-08-21T21:45:56.170Z[ recovery-image] Aug 21 21:45:54.774 INFO O| Aug 21 21:45:54.774 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83372026-08-21T21:45:56.187Z[ recovery-image] Aug 21 21:45:54.784 INFO O| Aug 21 21:45:54.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83382026-08-21T21:45:56.187Z[ recovery-image] Aug 21 21:45:54.784 INFO O| Aug 21 21:45:54.784 INFO STEP 1017 (remove_files) COMPLETE
83392026-08-21T21:45:56.187Z[ recovery-image] Aug 21 21:45:54.784 INFO O| Aug 21 21:45:54.784 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83402026-08-21T21:45:56.187Z[ recovery-image] Aug 21 21:45:54.792 INFO O| Aug 21 21:45:54.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83412026-08-21T21:45:56.187Z[ recovery-image] Aug 21 21:45:54.792 INFO O| Aug 21 21:45:54.792 INFO STEP 1018 (remove_files) COMPLETE
83422026-08-21T21:45:56.187Z[ recovery-image] Aug 21 21:45:54.792 INFO O| Aug 21 21:45:54.792 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-08-21T21:45:56.199Z[ recovery-image] Aug 21 21:45:54.801 INFO O| Aug 21 21:45:54.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83442026-08-21T21:45:56.199Z[ recovery-image] Aug 21 21:45:54.801 INFO O| Aug 21 21:45:54.801 INFO STEP 1019 (remove_files) COMPLETE
83452026-08-21T21:45:56.199Z[ recovery-image] Aug 21 21:45:54.801 INFO O| Aug 21 21:45:54.801 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83462026-08-21T21:45:56.223Z[ recovery-image] Aug 21 21:45:54.811 INFO O| Aug 21 21:45:54.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83472026-08-21T21:45:56.223Z[ recovery-image] Aug 21 21:45:54.811 INFO O| Aug 21 21:45:54.811 INFO STEP 1020 (remove_files) COMPLETE
83482026-08-21T21:45:56.223Z[ recovery-image] Aug 21 21:45:54.811 INFO O| Aug 21 21:45:54.811 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83492026-08-21T21:45:56.230Z[ recovery-image] Aug 21 21:45:54.821 INFO O| Aug 21 21:45:54.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83502026-08-21T21:45:56.230Z[ recovery-image] Aug 21 21:45:54.822 INFO O| Aug 21 21:45:54.822 INFO STEP 1021 (remove_files) COMPLETE
83512026-08-21T21:45:56.230Z[ recovery-image] Aug 21 21:45:54.822 INFO O| Aug 21 21:45:54.822 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-08-21T21:45:56.230Z[ recovery-image] Aug 21 21:45:54.832 INFO O| Aug 21 21:45:54.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83532026-08-21T21:45:56.230Z[ recovery-image] Aug 21 21:45:54.832 INFO O| Aug 21 21:45:54.832 INFO STEP 1022 (remove_files) COMPLETE
83542026-08-21T21:45:56.230Z[ recovery-image] Aug 21 21:45:54.832 INFO O| Aug 21 21:45:54.832 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-08-21T21:45:56.234Z[ recovery-image] Aug 21 21:45:54.842 INFO O| Aug 21 21:45:54.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83562026-08-21T21:45:56.235Z[ recovery-image] Aug 21 21:45:54.842 INFO O| Aug 21 21:45:54.842 INFO STEP 1023 (remove_files) COMPLETE
83572026-08-21T21:45:56.235Z[ recovery-image] Aug 21 21:45:54.842 INFO O| Aug 21 21:45:54.842 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83582026-08-21T21:45:56.239Z[ recovery-image] Aug 21 21:45:54.851 INFO O| Aug 21 21:45:54.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83592026-08-21T21:45:56.239Z[ recovery-image] Aug 21 21:45:54.851 INFO O| Aug 21 21:45:54.851 INFO STEP 1024 (remove_files) COMPLETE
83602026-08-21T21:45:56.239Z[ recovery-image] Aug 21 21:45:54.851 INFO O| Aug 21 21:45:54.851 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83612026-08-21T21:45:56.252Z[ recovery-image] Aug 21 21:45:54.861 INFO O| Aug 21 21:45:54.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83622026-08-21T21:45:56.252Z[ recovery-image] Aug 21 21:45:54.861 INFO O| Aug 21 21:45:54.861 INFO STEP 1025 (remove_files) COMPLETE
83632026-08-21T21:45:56.271Z[ recovery-image] Aug 21 21:45:54.861 INFO O| Aug 21 21:45:54.861 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83642026-08-21T21:45:56.299Z[ recovery-image] Aug 21 21:45:54.911 INFO O| Aug 21 21:45:54.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83652026-08-21T21:45:56.299Z[ recovery-image] Aug 21 21:45:54.911 INFO O| Aug 21 21:45:54.911 INFO STEP 1026 (remove_files) COMPLETE
83662026-08-21T21:45:56.299Z[ recovery-image] Aug 21 21:45:54.911 INFO O| Aug 21 21:45:54.911 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83672026-08-21T21:45:56.308Z[ recovery-image] Aug 21 21:45:54.921 INFO O| Aug 21 21:45:54.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
83682026-08-21T21:45:56.308Z[ recovery-image] Aug 21 21:45:54.921 INFO O| Aug 21 21:45:54.921 INFO STEP 1027 (remove_files) COMPLETE
83692026-08-21T21:45:56.308Z[ recovery-image] Aug 21 21:45:54.921 INFO O| Aug 21 21:45:54.921 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83702026-08-21T21:45:56.319Z[ recovery-image] Aug 21 21:45:54.932 INFO O| Aug 21 21:45:54.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
83712026-08-21T21:45:56.320Z[ recovery-image] Aug 21 21:45:54.932 INFO O| Aug 21 21:45:54.932 INFO STEP 1028 (remove_files) COMPLETE
83722026-08-21T21:45:56.320Z[ recovery-image] Aug 21 21:45:54.932 INFO O| Aug 21 21:45:54.932 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83732026-08-21T21:45:56.333Z[ recovery-image] Aug 21 21:45:54.941 INFO O| Aug 21 21:45:54.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
83742026-08-21T21:45:56.333Z[ recovery-image] Aug 21 21:45:54.941 INFO O| Aug 21 21:45:54.941 INFO STEP 1029 (remove_files) COMPLETE
83752026-08-21T21:45:56.333Z[ recovery-image] Aug 21 21:45:54.941 INFO O| Aug 21 21:45:54.941 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83762026-08-21T21:45:56.340Z[ recovery-image] Aug 21 21:45:54.950 INFO O| Aug 21 21:45:54.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
83772026-08-21T21:45:56.340Z[ recovery-image] Aug 21 21:45:54.950 INFO O| Aug 21 21:45:54.950 INFO STEP 1030 (remove_files) COMPLETE
83782026-08-21T21:45:56.340Z[ recovery-image] Aug 21 21:45:54.950 INFO O| Aug 21 21:45:54.950 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83792026-08-21T21:45:56.349Z[ recovery-image] Aug 21 21:45:54.962 INFO O| Aug 21 21:45:54.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
83802026-08-21T21:45:56.349Z[ recovery-image] Aug 21 21:45:54.962 INFO O| Aug 21 21:45:54.962 INFO STEP 1031 (remove_files) COMPLETE
83812026-08-21T21:45:56.354Z[ recovery-image] Aug 21 21:45:54.962 INFO O| Aug 21 21:45:54.962 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83822026-08-21T21:45:56.360Z[ recovery-image] Aug 21 21:45:54.973 INFO O| Aug 21 21:45:54.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
83832026-08-21T21:45:56.360Z[ recovery-image] Aug 21 21:45:54.973 INFO O| Aug 21 21:45:54.973 INFO STEP 1032 (remove_files) COMPLETE
83842026-08-21T21:45:56.361Z[ recovery-image] Aug 21 21:45:54.973 INFO O| Aug 21 21:45:54.973 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83852026-08-21T21:45:56.371Z[ recovery-image] Aug 21 21:45:54.984 INFO O| Aug 21 21:45:54.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
83862026-08-21T21:45:56.371Z[ recovery-image] Aug 21 21:45:54.984 INFO O| Aug 21 21:45:54.984 INFO STEP 1033 (remove_files) COMPLETE
83872026-08-21T21:45:56.372Z[ recovery-image] Aug 21 21:45:54.984 INFO O| Aug 21 21:45:54.984 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83882026-08-21T21:45:56.384Z[ recovery-image] Aug 21 21:45:54.996 INFO O| Aug 21 21:45:54.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
83892026-08-21T21:45:56.384Z[ recovery-image] Aug 21 21:45:54.996 INFO O| Aug 21 21:45:54.996 INFO STEP 1034 (remove_files) COMPLETE
83902026-08-21T21:45:56.384Z[ recovery-image] Aug 21 21:45:54.996 INFO O| Aug 21 21:45:54.996 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83912026-08-21T21:45:56.398Z[ recovery-image] Aug 21 21:45:55.006 INFO O| Aug 21 21:45:55.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
83922026-08-21T21:45:56.398Z[ recovery-image] Aug 21 21:45:55.006 INFO O| Aug 21 21:45:55.006 INFO STEP 1035 (remove_files) COMPLETE
83932026-08-21T21:45:56.398Z[ recovery-image] Aug 21 21:45:55.006 INFO O| Aug 21 21:45:55.006 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83942026-08-21T21:45:56.406Z[ recovery-image] Aug 21 21:45:55.015 INFO O| Aug 21 21:45:55.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
83952026-08-21T21:45:56.406Z[ recovery-image] Aug 21 21:45:55.015 INFO O| Aug 21 21:45:55.015 INFO STEP 1036 (remove_files) COMPLETE
83962026-08-21T21:45:56.406Z[ recovery-image] Aug 21 21:45:55.015 INFO O| Aug 21 21:45:55.015 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83972026-08-21T21:45:56.412Z[ recovery-image] Aug 21 21:45:55.024 INFO O| Aug 21 21:45:55.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
83982026-08-21T21:45:56.412Z[ recovery-image] Aug 21 21:45:55.024 INFO O| Aug 21 21:45:55.024 INFO STEP 1037 (remove_files) COMPLETE
83992026-08-21T21:45:56.412Z[ recovery-image] Aug 21 21:45:55.024 INFO O| Aug 21 21:45:55.024 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84002026-08-21T21:45:56.420Z[ recovery-image] Aug 21 21:45:55.033 INFO O| Aug 21 21:45:55.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84012026-08-21T21:45:56.420Z[ recovery-image] Aug 21 21:45:55.033 INFO O| Aug 21 21:45:55.033 INFO STEP 1038 (remove_files) COMPLETE
84022026-08-21T21:45:56.429Z[ recovery-image] Aug 21 21:45:55.033 INFO O| Aug 21 21:45:55.033 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84032026-08-21T21:45:56.437Z[ recovery-image] Aug 21 21:45:55.043 INFO O| Aug 21 21:45:55.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84042026-08-21T21:45:56.437Z[ recovery-image] Aug 21 21:45:55.043 INFO O| Aug 21 21:45:55.043 INFO STEP 1039 (remove_files) COMPLETE
84052026-08-21T21:45:56.437Z[ recovery-image] Aug 21 21:45:55.043 INFO O| Aug 21 21:45:55.043 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84062026-08-21T21:45:56.441Z[ recovery-image] Aug 21 21:45:55.052 INFO O| Aug 21 21:45:55.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84072026-08-21T21:45:56.442Z[ recovery-image] Aug 21 21:45:55.052 INFO O| Aug 21 21:45:55.052 INFO STEP 1040 (remove_files) COMPLETE
84082026-08-21T21:45:56.442Z[ recovery-image] Aug 21 21:45:55.052 INFO O| Aug 21 21:45:55.052 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84092026-08-21T21:45:56.452Z[ recovery-image] Aug 21 21:45:55.061 INFO O| Aug 21 21:45:55.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84102026-08-21T21:45:56.452Z[ recovery-image] Aug 21 21:45:55.061 INFO O| Aug 21 21:45:55.061 INFO STEP 1041 (remove_files) COMPLETE
84112026-08-21T21:45:56.452Z[ recovery-image] Aug 21 21:45:55.061 INFO O| Aug 21 21:45:55.061 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84122026-08-21T21:45:56.463Z[ recovery-image] Aug 21 21:45:55.070 INFO O| Aug 21 21:45:55.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84132026-08-21T21:45:56.463Z[ recovery-image] Aug 21 21:45:55.070 INFO O| Aug 21 21:45:55.070 INFO STEP 1042 (remove_files) COMPLETE
84142026-08-21T21:45:56.480Z[ recovery-image] Aug 21 21:45:55.070 INFO O| Aug 21 21:45:55.070 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84152026-08-21T21:45:56.481Z[ recovery-image] Aug 21 21:45:55.079 INFO O| Aug 21 21:45:55.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84162026-08-21T21:45:56.481Z[ recovery-image] Aug 21 21:45:55.079 INFO O| Aug 21 21:45:55.079 INFO STEP 1043 (remove_files) COMPLETE
84172026-08-21T21:45:56.481Z[ recovery-image] Aug 21 21:45:55.079 INFO O| Aug 21 21:45:55.079 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-08-21T21:45:56.512Z[ recovery-image] Aug 21 21:45:55.089 INFO O| Aug 21 21:45:55.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84192026-08-21T21:45:56.512Z[ recovery-image] Aug 21 21:45:55.089 INFO O| Aug 21 21:45:55.089 INFO STEP 1044 (remove_files) COMPLETE
84202026-08-21T21:45:56.512Z[ recovery-image] Aug 21 21:45:55.089 INFO O| Aug 21 21:45:55.089 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-08-21T21:45:56.513Z[ recovery-image] Aug 21 21:45:55.098 INFO O| Aug 21 21:45:55.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84222026-08-21T21:45:56.513Z[ recovery-image] Aug 21 21:45:55.098 INFO O| Aug 21 21:45:55.098 INFO STEP 1045 (remove_files) COMPLETE
84232026-08-21T21:45:56.513Z[ recovery-image] Aug 21 21:45:55.098 INFO O| Aug 21 21:45:55.098 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-08-21T21:45:56.521Z[ recovery-image] Aug 21 21:45:55.108 INFO O| Aug 21 21:45:55.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84252026-08-21T21:45:56.521Z[ recovery-image] Aug 21 21:45:55.108 INFO O| Aug 21 21:45:55.108 INFO STEP 1046 (remove_files) COMPLETE
84262026-08-21T21:45:56.521Z[ recovery-image] Aug 21 21:45:55.108 INFO O| Aug 21 21:45:55.108 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-08-21T21:45:56.521Z[ recovery-image] Aug 21 21:45:55.119 INFO O| Aug 21 21:45:55.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84282026-08-21T21:45:56.521Z[ recovery-image] Aug 21 21:45:55.122 INFO O| Aug 21 21:45:55.122 INFO STEP 1047 (remove_files) COMPLETE
84292026-08-21T21:45:56.521Z[ recovery-image] Aug 21 21:45:55.122 INFO O| Aug 21 21:45:55.122 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-08-21T21:45:56.521Z[ recovery-image] Aug 21 21:45:55.132 INFO O| Aug 21 21:45:55.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84312026-08-21T21:45:56.521Z[ recovery-image] Aug 21 21:45:55.132 INFO O| Aug 21 21:45:55.132 INFO STEP 1048 (remove_files) COMPLETE
84322026-08-21T21:45:56.521Z[ recovery-image] Aug 21 21:45:55.132 INFO O| Aug 21 21:45:55.132 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-08-21T21:45:56.531Z[ recovery-image] Aug 21 21:45:55.141 INFO O| Aug 21 21:45:55.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84342026-08-21T21:45:56.531Z[ recovery-image] Aug 21 21:45:55.141 INFO O| Aug 21 21:45:55.141 INFO STEP 1049 (remove_files) COMPLETE
84352026-08-21T21:45:56.531Z[ recovery-image] Aug 21 21:45:55.141 INFO O| Aug 21 21:45:55.141 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-08-21T21:45:56.554Z[ recovery-image] Aug 21 21:45:55.151 INFO O| Aug 21 21:45:55.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84372026-08-21T21:45:56.554Z[ recovery-image] Aug 21 21:45:55.151 INFO O| Aug 21 21:45:55.151 INFO STEP 1050 (remove_files) COMPLETE
84382026-08-21T21:45:56.562Z[ recovery-image] Aug 21 21:45:55.151 INFO O| Aug 21 21:45:55.151 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-08-21T21:45:56.562Z[ recovery-image] Aug 21 21:45:55.161 INFO O| Aug 21 21:45:55.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84402026-08-21T21:45:56.562Z[ recovery-image] Aug 21 21:45:55.162 INFO O| Aug 21 21:45:55.162 INFO STEP 1051 (remove_files) COMPLETE
84412026-08-21T21:45:56.562Z[ recovery-image] Aug 21 21:45:55.162 INFO O| Aug 21 21:45:55.162 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-08-21T21:45:56.562Z[ recovery-image] Aug 21 21:45:55.172 INFO O| Aug 21 21:45:55.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84432026-08-21T21:45:56.562Z[ recovery-image] Aug 21 21:45:55.172 INFO O| Aug 21 21:45:55.172 INFO STEP 1052 (remove_files) COMPLETE
84442026-08-21T21:45:56.562Z[ recovery-image] Aug 21 21:45:55.172 INFO O| Aug 21 21:45:55.172 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84452026-08-21T21:45:56.570Z[ recovery-image] Aug 21 21:45:55.182 INFO O| Aug 21 21:45:55.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84462026-08-21T21:45:56.570Z[ recovery-image] Aug 21 21:45:55.182 INFO O| Aug 21 21:45:55.182 INFO STEP 1053 (remove_files) COMPLETE
84472026-08-21T21:45:56.573Z[ recovery-image] Aug 21 21:45:55.182 INFO O| Aug 21 21:45:55.182 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84482026-08-21T21:45:56.582Z[ recovery-image] Aug 21 21:45:55.191 INFO O| Aug 21 21:45:55.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84492026-08-21T21:45:56.582Z[ recovery-image] Aug 21 21:45:55.191 INFO O| Aug 21 21:45:55.191 INFO STEP 1054 (remove_files) COMPLETE
84502026-08-21T21:45:56.582Z[ recovery-image] Aug 21 21:45:55.191 INFO O| Aug 21 21:45:55.191 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-08-21T21:45:56.589Z[ recovery-image] Aug 21 21:45:55.202 INFO O| Aug 21 21:45:55.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84522026-08-21T21:45:56.589Z[ recovery-image] Aug 21 21:45:55.202 INFO O| Aug 21 21:45:55.202 INFO STEP 1055 (remove_files) COMPLETE
84532026-08-21T21:45:56.589Z[ recovery-image] Aug 21 21:45:55.202 INFO O| Aug 21 21:45:55.202 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-08-21T21:45:56.599Z[ recovery-image] Aug 21 21:45:55.212 INFO O| Aug 21 21:45:55.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84552026-08-21T21:45:56.599Z[ recovery-image] Aug 21 21:45:55.212 INFO O| Aug 21 21:45:55.212 INFO STEP 1056 (remove_files) COMPLETE
84562026-08-21T21:45:56.599Z[ recovery-image] Aug 21 21:45:55.212 INFO O| Aug 21 21:45:55.212 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-08-21T21:45:56.623Z[ recovery-image] Aug 21 21:45:55.223 INFO O| Aug 21 21:45:55.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84582026-08-21T21:45:56.628Z[ recovery-image] Aug 21 21:45:55.223 INFO O| Aug 21 21:45:55.223 INFO STEP 1057 (remove_files) COMPLETE
84592026-08-21T21:45:56.628Z[ recovery-image] Aug 21 21:45:55.223 INFO O| Aug 21 21:45:55.223 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-08-21T21:45:56.628Z[ recovery-image] Aug 21 21:45:55.233 INFO O| Aug 21 21:45:55.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84612026-08-21T21:45:56.628Z[ recovery-image] Aug 21 21:45:55.233 INFO O| Aug 21 21:45:55.233 INFO STEP 1058 (remove_files) COMPLETE
84622026-08-21T21:45:56.628Z[ recovery-image] Aug 21 21:45:55.233 INFO O| Aug 21 21:45:55.233 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-08-21T21:45:56.631Z[ recovery-image] Aug 21 21:45:55.244 INFO O| Aug 21 21:45:55.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84642026-08-21T21:45:56.631Z[ recovery-image] Aug 21 21:45:55.244 INFO O| Aug 21 21:45:55.244 INFO STEP 1059 (remove_files) COMPLETE
84652026-08-21T21:45:56.631Z[ recovery-image] Aug 21 21:45:55.244 INFO O| Aug 21 21:45:55.244 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-08-21T21:45:56.644Z[ recovery-image] Aug 21 21:45:55.255 INFO O| Aug 21 21:45:55.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
84672026-08-21T21:45:56.644Z[ recovery-image] Aug 21 21:45:55.255 INFO O| Aug 21 21:45:55.255 INFO STEP 1060 (remove_files) COMPLETE
84682026-08-21T21:45:56.644Z[ recovery-image] Aug 21 21:45:55.255 INFO O| Aug 21 21:45:55.255 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-08-21T21:45:56.660Z[ recovery-image] Aug 21 21:45:55.267 INFO O| Aug 21 21:45:55.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
84702026-08-21T21:45:56.660Z[ recovery-image] Aug 21 21:45:55.267 INFO O| Aug 21 21:45:55.267 INFO STEP 1061 (remove_files) COMPLETE
84712026-08-21T21:45:56.660Z[ recovery-image] Aug 21 21:45:55.267 INFO O| Aug 21 21:45:55.267 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-08-21T21:45:56.664Z[ recovery-image] Aug 21 21:45:55.276 INFO O| Aug 21 21:45:55.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
84732026-08-21T21:45:56.664Z[ recovery-image] Aug 21 21:45:55.277 INFO O| Aug 21 21:45:55.276 INFO STEP 1062 (remove_files) COMPLETE
84742026-08-21T21:45:56.664Z[ recovery-image] Aug 21 21:45:55.277 INFO O| Aug 21 21:45:55.277 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-08-21T21:45:56.673Z[ recovery-image] Aug 21 21:45:55.286 INFO O| Aug 21 21:45:55.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
84762026-08-21T21:45:56.673Z[ recovery-image] Aug 21 21:45:55.286 INFO O| Aug 21 21:45:55.286 INFO STEP 1063 (remove_files) COMPLETE
84772026-08-21T21:45:56.674Z[ recovery-image] Aug 21 21:45:55.286 INFO O| Aug 21 21:45:55.286 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-08-21T21:45:56.683Z[ recovery-image] Aug 21 21:45:55.296 INFO O| Aug 21 21:45:55.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
84792026-08-21T21:45:56.683Z[ recovery-image] Aug 21 21:45:55.296 INFO O| Aug 21 21:45:55.296 INFO STEP 1064 (remove_files) COMPLETE
84802026-08-21T21:45:56.683Z[ recovery-image] Aug 21 21:45:55.296 INFO O| Aug 21 21:45:55.296 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-08-21T21:45:56.693Z[ recovery-image] Aug 21 21:45:55.306 INFO O| Aug 21 21:45:55.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
84822026-08-21T21:45:56.693Z[ recovery-image] Aug 21 21:45:55.306 INFO O| Aug 21 21:45:55.306 INFO STEP 1065 (remove_files) COMPLETE
84832026-08-21T21:45:56.693Z[ recovery-image] Aug 21 21:45:55.306 INFO O| Aug 21 21:45:55.306 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-08-21T21:45:56.703Z[ recovery-image] Aug 21 21:45:55.316 INFO O| Aug 21 21:45:55.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
84852026-08-21T21:45:56.703Z[ recovery-image] Aug 21 21:45:55.316 INFO O| Aug 21 21:45:55.316 INFO STEP 1066 (remove_files) COMPLETE
84862026-08-21T21:45:56.703Z[ recovery-image] Aug 21 21:45:55.316 INFO O| Aug 21 21:45:55.316 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-08-21T21:45:56.714Z[ recovery-image] Aug 21 21:45:55.326 INFO O| Aug 21 21:45:55.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
84882026-08-21T21:45:56.714Z[ recovery-image] Aug 21 21:45:55.326 INFO O| Aug 21 21:45:55.326 INFO STEP 1067 (remove_files) COMPLETE
84892026-08-21T21:45:56.714Z[ recovery-image] Aug 21 21:45:55.326 INFO O| Aug 21 21:45:55.326 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-08-21T21:45:56.726Z[ recovery-image] Aug 21 21:45:55.338 INFO O| Aug 21 21:45:55.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
84912026-08-21T21:45:56.726Z[ recovery-image] Aug 21 21:45:55.338 INFO O| Aug 21 21:45:55.338 INFO STEP 1068 (remove_files) COMPLETE
84922026-08-21T21:45:56.726Z[ recovery-image] Aug 21 21:45:55.338 INFO O| Aug 21 21:45:55.338 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-08-21T21:45:56.734Z[ recovery-image] Aug 21 21:45:55.347 INFO O| Aug 21 21:45:55.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
84942026-08-21T21:45:56.734Z[ recovery-image] Aug 21 21:45:55.347 INFO O| Aug 21 21:45:55.347 INFO STEP 1069 (remove_files) COMPLETE
84952026-08-21T21:45:56.738Z[ recovery-image] Aug 21 21:45:55.347 INFO O| Aug 21 21:45:55.347 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-08-21T21:45:56.745Z[ recovery-image] Aug 21 21:45:55.357 INFO O| Aug 21 21:45:55.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
84972026-08-21T21:45:56.745Z[ recovery-image] Aug 21 21:45:55.357 INFO O| Aug 21 21:45:55.357 INFO STEP 1070 (remove_files) COMPLETE
84982026-08-21T21:45:56.745Z[ recovery-image] Aug 21 21:45:55.357 INFO O| Aug 21 21:45:55.357 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-08-21T21:45:56.758Z[ recovery-image] Aug 21 21:45:55.369 INFO O| Aug 21 21:45:55.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85002026-08-21T21:45:56.758Z[ recovery-image] Aug 21 21:45:55.369 INFO O| Aug 21 21:45:55.369 INFO STEP 1071 (remove_files) COMPLETE
85012026-08-21T21:45:56.758Z[ recovery-image] Aug 21 21:45:55.369 INFO O| Aug 21 21:45:55.369 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-08-21T21:45:56.765Z[ recovery-image] Aug 21 21:45:55.378 INFO O| Aug 21 21:45:55.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85032026-08-21T21:45:56.765Z[ recovery-image] Aug 21 21:45:55.378 INFO O| Aug 21 21:45:55.378 INFO STEP 1072 (remove_files) COMPLETE
85042026-08-21T21:45:56.765Z[ recovery-image] Aug 21 21:45:55.378 INFO O| Aug 21 21:45:55.378 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-08-21T21:45:56.774Z[ recovery-image] Aug 21 21:45:55.387 INFO O| Aug 21 21:45:55.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85062026-08-21T21:45:56.774Z[ recovery-image] Aug 21 21:45:55.387 INFO O| Aug 21 21:45:55.387 INFO STEP 1073 (remove_files) COMPLETE
85072026-08-21T21:45:56.775Z[ recovery-image] Aug 21 21:45:55.387 INFO O| Aug 21 21:45:55.387 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-08-21T21:45:56.785Z[ recovery-image] Aug 21 21:45:55.396 INFO O| Aug 21 21:45:55.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85092026-08-21T21:45:56.785Z[ recovery-image] Aug 21 21:45:55.396 INFO O| Aug 21 21:45:55.396 INFO STEP 1074 (remove_files) COMPLETE
85102026-08-21T21:45:56.785Z[ recovery-image] Aug 21 21:45:55.396 INFO O| Aug 21 21:45:55.396 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-08-21T21:45:56.797Z[ recovery-image] Aug 21 21:45:55.404 INFO O| Aug 21 21:45:55.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85122026-08-21T21:45:56.797Z[ recovery-image] Aug 21 21:45:55.404 INFO O| Aug 21 21:45:55.404 INFO STEP 1075 (remove_files) COMPLETE
85132026-08-21T21:45:56.797Z[ recovery-image] Aug 21 21:45:55.404 INFO O| Aug 21 21:45:55.404 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-08-21T21:45:56.802Z[ recovery-image] Aug 21 21:45:55.414 INFO O| Aug 21 21:45:55.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85152026-08-21T21:45:56.803Z[ recovery-image] Aug 21 21:45:55.415 INFO O| Aug 21 21:45:55.415 INFO STEP 1076 (remove_files) COMPLETE
85162026-08-21T21:45:56.803Z[ recovery-image] Aug 21 21:45:55.415 INFO O| Aug 21 21:45:55.415 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-08-21T21:45:56.812Z[ recovery-image] Aug 21 21:45:55.425 INFO O| Aug 21 21:45:55.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85182026-08-21T21:45:56.812Z[ recovery-image] Aug 21 21:45:55.425 INFO O| Aug 21 21:45:55.425 INFO STEP 1077 (remove_files) COMPLETE
85192026-08-21T21:45:56.812Z[ recovery-image] Aug 21 21:45:55.425 INFO O| Aug 21 21:45:55.425 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-08-21T21:45:56.822Z[ recovery-image] Aug 21 21:45:55.435 INFO O| Aug 21 21:45:55.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85212026-08-21T21:45:56.822Z[ recovery-image] Aug 21 21:45:55.435 INFO O| Aug 21 21:45:55.435 INFO STEP 1078 (remove_files) COMPLETE
85222026-08-21T21:45:56.822Z[ recovery-image] Aug 21 21:45:55.435 INFO O| Aug 21 21:45:55.435 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-08-21T21:45:56.833Z[ recovery-image] Aug 21 21:45:55.445 INFO O| Aug 21 21:45:55.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85242026-08-21T21:45:56.834Z[ recovery-image] Aug 21 21:45:55.445 INFO O| Aug 21 21:45:55.445 INFO STEP 1079 (remove_files) COMPLETE
85252026-08-21T21:45:56.834Z[ recovery-image] Aug 21 21:45:55.445 INFO O| Aug 21 21:45:55.445 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-08-21T21:45:56.842Z[ recovery-image] Aug 21 21:45:55.454 INFO O| Aug 21 21:45:55.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85272026-08-21T21:45:56.842Z[ recovery-image] Aug 21 21:45:55.454 INFO O| Aug 21 21:45:55.454 INFO STEP 1080 (remove_files) COMPLETE
85282026-08-21T21:45:56.842Z[ recovery-image] Aug 21 21:45:55.454 INFO O| Aug 21 21:45:55.454 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-08-21T21:45:56.853Z[ recovery-image] Aug 21 21:45:55.464 INFO O| Aug 21 21:45:55.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85302026-08-21T21:45:56.853Z[ recovery-image] Aug 21 21:45:55.464 INFO O| Aug 21 21:45:55.464 INFO STEP 1081 (remove_files) COMPLETE
85312026-08-21T21:45:56.853Z[ recovery-image] Aug 21 21:45:55.464 INFO O| Aug 21 21:45:55.464 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-08-21T21:45:56.863Z[ recovery-image] Aug 21 21:45:55.474 INFO O| Aug 21 21:45:55.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85332026-08-21T21:45:56.863Z[ recovery-image] Aug 21 21:45:55.474 INFO O| Aug 21 21:45:55.474 INFO STEP 1082 (remove_files) COMPLETE
85342026-08-21T21:45:56.863Z[ recovery-image] Aug 21 21:45:55.474 INFO O| Aug 21 21:45:55.474 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-08-21T21:45:56.871Z[ recovery-image] Aug 21 21:45:55.484 INFO O| Aug 21 21:45:55.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85362026-08-21T21:45:56.871Z[ recovery-image] Aug 21 21:45:55.484 INFO O| Aug 21 21:45:55.484 INFO STEP 1083 (remove_files) COMPLETE
85372026-08-21T21:45:56.871Z[ recovery-image] Aug 21 21:45:55.484 INFO O| Aug 21 21:45:55.484 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-08-21T21:45:56.881Z[ recovery-image] Aug 21 21:45:55.494 INFO O| Aug 21 21:45:55.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85392026-08-21T21:45:56.881Z[ recovery-image] Aug 21 21:45:55.494 INFO O| Aug 21 21:45:55.494 INFO STEP 1084 (remove_files) COMPLETE
85402026-08-21T21:45:56.881Z[ recovery-image] Aug 21 21:45:55.494 INFO O| Aug 21 21:45:55.494 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-08-21T21:45:56.892Z[ recovery-image] Aug 21 21:45:55.504 INFO O| Aug 21 21:45:55.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85422026-08-21T21:45:56.892Z[ recovery-image] Aug 21 21:45:55.504 INFO O| Aug 21 21:45:55.504 INFO STEP 1085 (remove_files) COMPLETE
85432026-08-21T21:45:56.892Z[ recovery-image] Aug 21 21:45:55.504 INFO O| Aug 21 21:45:55.504 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-08-21T21:45:56.901Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
85452026-08-21T21:45:56.908Z[ recovery-image] Aug 21 21:45:55.514 INFO O| Aug 21 21:45:55.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85462026-08-21T21:45:56.908Z[ recovery-image] Aug 21 21:45:55.514 INFO O| Aug 21 21:45:55.514 INFO STEP 1086 (remove_files) COMPLETE
85472026-08-21T21:45:56.908Z[ recovery-image] Aug 21 21:45:55.514 INFO O| Aug 21 21:45:55.514 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85482026-08-21T21:45:56.911Z[ recovery-image] Aug 21 21:45:55.523 INFO O| Aug 21 21:45:55.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85492026-08-21T21:45:56.911Z[ recovery-image] Aug 21 21:45:55.523 INFO O| Aug 21 21:45:55.523 INFO STEP 1087 (remove_files) COMPLETE
85502026-08-21T21:45:56.911Z[ recovery-image] Aug 21 21:45:55.523 INFO O| Aug 21 21:45:55.523 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85512026-08-21T21:45:56.921Z[ recovery-image] Aug 21 21:45:55.534 INFO O| Aug 21 21:45:55.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85522026-08-21T21:45:56.921Z[ recovery-image] Aug 21 21:45:55.534 INFO O| Aug 21 21:45:55.534 INFO STEP 1088 (remove_files) COMPLETE
85532026-08-21T21:45:56.921Z[ recovery-image] Aug 21 21:45:55.534 INFO O| Aug 21 21:45:55.534 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85542026-08-21T21:45:56.931Z[ recovery-image] Aug 21 21:45:55.544 INFO O| Aug 21 21:45:55.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85552026-08-21T21:45:56.931Z[ recovery-image] Aug 21 21:45:55.544 INFO O| Aug 21 21:45:55.544 INFO STEP 1089 (remove_files) COMPLETE
85562026-08-21T21:45:56.934Z[ recovery-image] Aug 21 21:45:55.544 INFO O| Aug 21 21:45:55.544 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85572026-08-21T21:45:56.941Z[ recovery-image] Aug 21 21:45:55.554 INFO O| Aug 21 21:45:55.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85582026-08-21T21:45:56.941Z[ recovery-image] Aug 21 21:45:55.554 INFO O| Aug 21 21:45:55.554 INFO STEP 1090 (remove_files) COMPLETE
85592026-08-21T21:45:56.941Z[ recovery-image] Aug 21 21:45:55.554 INFO O| Aug 21 21:45:55.554 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-08-21T21:45:56.954Z[ recovery-image] Aug 21 21:45:55.564 INFO O| Aug 21 21:45:55.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85612026-08-21T21:45:56.954Z[ recovery-image] Aug 21 21:45:55.564 INFO O| Aug 21 21:45:55.564 INFO STEP 1091 (remove_files) COMPLETE
85622026-08-21T21:45:56.963Z[ recovery-image] Aug 21 21:45:55.565 INFO O| Aug 21 21:45:55.564 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-08-21T21:45:56.963Z[ recovery-image] Aug 21 21:45:55.575 INFO O| Aug 21 21:45:55.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85642026-08-21T21:45:56.963Z[ recovery-image] Aug 21 21:45:55.575 INFO O| Aug 21 21:45:55.575 INFO STEP 1092 (remove_files) COMPLETE
85652026-08-21T21:45:56.963Z[ recovery-image] Aug 21 21:45:55.575 INFO O| Aug 21 21:45:55.575 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-08-21T21:45:56.973Z[ recovery-image] Aug 21 21:45:55.586 INFO O| Aug 21 21:45:55.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
85672026-08-21T21:45:56.973Z[ recovery-image] Aug 21 21:45:55.586 INFO O| Aug 21 21:45:55.586 INFO STEP 1093 (remove_files) COMPLETE
85682026-08-21T21:45:56.973Z[ recovery-image] Aug 21 21:45:55.586 INFO O| Aug 21 21:45:55.586 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-08-21T21:45:56.983Z[ recovery-image] Aug 21 21:45:55.596 INFO O| Aug 21 21:45:55.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
85702026-08-21T21:45:56.983Z[ recovery-image] Aug 21 21:45:55.596 INFO O| Aug 21 21:45:55.596 INFO STEP 1094 (remove_files) COMPLETE
85712026-08-21T21:45:56.983Z[ recovery-image] Aug 21 21:45:55.596 INFO O| Aug 21 21:45:55.596 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-08-21T21:45:56.995Z[ recovery-image] Aug 21 21:45:55.606 INFO O| Aug 21 21:45:55.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
85732026-08-21T21:45:56.995Z[ recovery-image] Aug 21 21:45:55.606 INFO O| Aug 21 21:45:55.606 INFO STEP 1095 (remove_files) COMPLETE
85742026-08-21T21:45:56.995Z[ recovery-image] Aug 21 21:45:55.606 INFO O| Aug 21 21:45:55.606 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-08-21T21:45:57.008Z[ recovery-image] Aug 21 21:45:55.616 INFO O| Aug 21 21:45:55.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
85762026-08-21T21:45:57.009Z[ recovery-image] Aug 21 21:45:55.616 INFO O| Aug 21 21:45:55.616 INFO STEP 1096 (remove_files) COMPLETE
85772026-08-21T21:45:57.009Z[ recovery-image] Aug 21 21:45:55.616 INFO O| Aug 21 21:45:55.616 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-08-21T21:45:57.015Z[ recovery-image] Aug 21 21:45:55.627 INFO O| Aug 21 21:45:55.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
85792026-08-21T21:45:57.015Z[ recovery-image] Aug 21 21:45:55.627 INFO O| Aug 21 21:45:55.627 INFO STEP 1097 (remove_files) COMPLETE
85802026-08-21T21:45:57.018Z[ recovery-image] Aug 21 21:45:55.627 INFO O| Aug 21 21:45:55.627 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-08-21T21:45:57.022Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
85822026-08-21T21:45:57.025Z[ recovery-image] Aug 21 21:45:55.638 INFO O| Aug 21 21:45:55.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
85832026-08-21T21:45:57.026Z[ recovery-image] Aug 21 21:45:55.638 INFO O| Aug 21 21:45:55.638 INFO STEP 1098 (remove_files) COMPLETE
85842026-08-21T21:45:57.029Z[ recovery-image] Aug 21 21:45:55.638 INFO O| Aug 21 21:45:55.638 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85852026-08-21T21:45:57.036Z[ recovery-image] Aug 21 21:45:55.649 INFO O| Aug 21 21:45:55.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
85862026-08-21T21:45:57.036Z[ recovery-image] Aug 21 21:45:55.649 INFO O| Aug 21 21:45:55.649 INFO STEP 1099 (remove_files) COMPLETE
85872026-08-21T21:45:57.036Z[ recovery-image] Aug 21 21:45:55.649 INFO O| Aug 21 21:45:55.649 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85882026-08-21T21:45:57.047Z[ recovery-image] Aug 21 21:45:55.660 INFO O| Aug 21 21:45:55.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
85892026-08-21T21:45:57.047Z[ recovery-image] Aug 21 21:45:55.660 INFO O| Aug 21 21:45:55.660 INFO STEP 1100 (remove_files) COMPLETE
85902026-08-21T21:45:57.047Z[ recovery-image] Aug 21 21:45:55.660 INFO O| Aug 21 21:45:55.660 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85912026-08-21T21:45:57.057Z[ recovery-image] Aug 21 21:45:55.670 INFO O| Aug 21 21:45:55.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
85922026-08-21T21:45:57.057Z[ recovery-image] Aug 21 21:45:55.670 INFO O| Aug 21 21:45:55.670 INFO STEP 1101 (remove_files) COMPLETE
85932026-08-21T21:45:57.057Z[ recovery-image] Aug 21 21:45:55.670 INFO O| Aug 21 21:45:55.670 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85942026-08-21T21:45:57.067Z[ recovery-image] Aug 21 21:45:55.680 INFO O| Aug 21 21:45:55.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
85952026-08-21T21:45:57.067Z[ recovery-image] Aug 21 21:45:55.680 INFO O| Aug 21 21:45:55.680 INFO STEP 1102 (remove_files) COMPLETE
85962026-08-21T21:45:57.067Z[ recovery-image] Aug 21 21:45:55.680 INFO O| Aug 21 21:45:55.680 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85972026-08-21T21:45:57.077Z[ recovery-image] Aug 21 21:45:55.690 INFO O| Aug 21 21:45:55.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
85982026-08-21T21:45:57.077Z[ recovery-image] Aug 21 21:45:55.690 INFO O| Aug 21 21:45:55.690 INFO STEP 1103 (remove_files) COMPLETE
85992026-08-21T21:45:57.077Z[ recovery-image] Aug 21 21:45:55.690 INFO O| Aug 21 21:45:55.690 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86002026-08-21T21:45:57.087Z[ recovery-image] Aug 21 21:45:55.699 INFO O| Aug 21 21:45:55.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86012026-08-21T21:45:57.087Z[ recovery-image] Aug 21 21:45:55.699 INFO O| Aug 21 21:45:55.699 INFO STEP 1104 (remove_files) COMPLETE
86022026-08-21T21:45:57.091Z[ recovery-image] Aug 21 21:45:55.699 INFO O| Aug 21 21:45:55.699 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86032026-08-21T21:45:57.098Z[ recovery-image] Aug 21 21:45:55.711 INFO O| Aug 21 21:45:55.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86042026-08-21T21:45:57.098Z[ recovery-image] Aug 21 21:45:55.711 INFO O| Aug 21 21:45:55.711 INFO STEP 1105 (remove_files) COMPLETE
86052026-08-21T21:45:57.098Z[ recovery-image] Aug 21 21:45:55.711 INFO O| Aug 21 21:45:55.711 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86062026-08-21T21:45:57.109Z[ recovery-image] Aug 21 21:45:55.720 INFO O| Aug 21 21:45:55.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86072026-08-21T21:45:57.109Z[ recovery-image] Aug 21 21:45:55.720 INFO O| Aug 21 21:45:55.720 INFO STEP 1106 (remove_files) COMPLETE
86082026-08-21T21:45:57.114Z[ recovery-image] Aug 21 21:45:55.720 INFO O| Aug 21 21:45:55.720 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-08-21T21:45:57.114Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
86102026-08-21T21:45:57.119Z[ recovery-image] Aug 21 21:45:55.732 INFO O| Aug 21 21:45:55.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86112026-08-21T21:45:57.119Z[ recovery-image] Aug 21 21:45:55.732 INFO O| Aug 21 21:45:55.732 INFO STEP 1107 (remove_files) COMPLETE
86122026-08-21T21:45:57.119Z[ recovery-image] Aug 21 21:45:55.732 INFO O| Aug 21 21:45:55.732 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86132026-08-21T21:45:57.131Z[ recovery-image] Aug 21 21:45:55.743 INFO O| Aug 21 21:45:55.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86142026-08-21T21:45:57.131Z[ recovery-image] Aug 21 21:45:55.743 INFO O| Aug 21 21:45:55.743 INFO STEP 1108 (remove_files) COMPLETE
86152026-08-21T21:45:57.131Z[ recovery-image] Aug 21 21:45:55.743 INFO O| Aug 21 21:45:55.743 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86162026-08-21T21:45:57.141Z[ recovery-image] Aug 21 21:45:55.754 INFO O| Aug 21 21:45:55.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86172026-08-21T21:45:57.142Z[ recovery-image] Aug 21 21:45:55.754 INFO O| Aug 21 21:45:55.754 INFO STEP 1109 (remove_files) COMPLETE
86182026-08-21T21:45:57.142Z[ recovery-image] Aug 21 21:45:55.754 INFO O| Aug 21 21:45:55.754 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86192026-08-21T21:45:57.154Z[ recovery-image] Aug 21 21:45:55.766 INFO O| Aug 21 21:45:55.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86202026-08-21T21:45:57.154Z[ recovery-image] Aug 21 21:45:55.766 INFO O| Aug 21 21:45:55.766 INFO STEP 1110 (remove_files) COMPLETE
86212026-08-21T21:45:57.158Z[ recovery-image] Aug 21 21:45:55.766 INFO O| Aug 21 21:45:55.766 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86222026-08-21T21:45:57.163Z[ recovery-image] Aug 21 21:45:55.776 INFO O| Aug 21 21:45:55.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86232026-08-21T21:45:57.163Z[ recovery-image] Aug 21 21:45:55.776 INFO O| Aug 21 21:45:55.776 INFO STEP 1111 (remove_files) COMPLETE
86242026-08-21T21:45:57.163Z[ recovery-image] Aug 21 21:45:55.776 INFO O| Aug 21 21:45:55.776 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86252026-08-21T21:45:57.178Z[ recovery-image] Aug 21 21:45:55.789 INFO O| Aug 21 21:45:55.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86262026-08-21T21:45:57.178Z[ recovery-image] Aug 21 21:45:55.789 INFO O| Aug 21 21:45:55.789 INFO STEP 1112 (remove_files) COMPLETE
86272026-08-21T21:45:57.184Z[ recovery-image] Aug 21 21:45:55.789 INFO O| Aug 21 21:45:55.789 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86282026-08-21T21:45:57.187Z[ recovery-image] Aug 21 21:45:55.798 INFO O| Aug 21 21:45:55.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86292026-08-21T21:45:57.187Z[ recovery-image] Aug 21 21:45:55.798 INFO O| Aug 21 21:45:55.798 INFO STEP 1113 (remove_files) COMPLETE
86302026-08-21T21:45:57.187Z[ recovery-image] Aug 21 21:45:55.798 INFO O| Aug 21 21:45:55.798 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86312026-08-21T21:45:57.195Z[ recovery-image] Aug 21 21:45:55.808 INFO O| Aug 21 21:45:55.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86322026-08-21T21:45:57.195Z[ recovery-image] Aug 21 21:45:55.808 INFO O| Aug 21 21:45:55.808 INFO STEP 1114 (remove_files) COMPLETE
86332026-08-21T21:45:57.195Z[ recovery-image] Aug 21 21:45:55.808 INFO O| Aug 21 21:45:55.808 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86342026-08-21T21:45:57.203Z[ recovery-image] Aug 21 21:45:55.816 INFO O| Aug 21 21:45:55.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86352026-08-21T21:45:57.203Z[ recovery-image] Aug 21 21:45:55.816 INFO O| Aug 21 21:45:55.816 INFO STEP 1115 (remove_files) COMPLETE
86362026-08-21T21:45:57.208Z[ recovery-image] Aug 21 21:45:55.816 INFO O| Aug 21 21:45:55.816 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86372026-08-21T21:45:57.216Z[ recovery-image] Aug 21 21:45:55.826 INFO O| Aug 21 21:45:55.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86382026-08-21T21:45:57.216Z[ recovery-image] Aug 21 21:45:55.826 INFO O| Aug 21 21:45:55.826 INFO STEP 1116 (remove_files) COMPLETE
86392026-08-21T21:45:57.216Z[ recovery-image] Aug 21 21:45:55.826 INFO O| Aug 21 21:45:55.826 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86402026-08-21T21:45:57.226Z[ recovery-image] Aug 21 21:45:55.836 INFO O| Aug 21 21:45:55.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86412026-08-21T21:45:57.226Z[ recovery-image] Aug 21 21:45:55.837 INFO O| Aug 21 21:45:55.836 INFO STEP 1117 (remove_files) COMPLETE
86422026-08-21T21:45:57.226Z[ recovery-image] Aug 21 21:45:55.837 INFO O| Aug 21 21:45:55.837 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86432026-08-21T21:45:57.248Z[ recovery-image] Aug 21 21:45:55.851 INFO O| Aug 21 21:45:55.851 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86442026-08-21T21:45:57.248Z[ recovery-image] Aug 21 21:45:55.851 INFO O| Aug 21 21:45:55.851 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86452026-08-21T21:45:57.258Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
86462026-08-21T21:45:57.361Z[verify-libraries] Compiling yansi v1.0.1
86472026-08-21T21:45:57.819Z[verify-libraries] Compiling parse-size v1.1.0
86482026-08-21T21:45:57.896Z[verify-libraries] Compiling pretty_assertions v1.4.1
86492026-08-21T21:45:58.001Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86502026-08-21T21:45:58.139Z[ recovery-image] Aug 21 21:45:56.752 INFO O| Aug 21 21:45:56.752 INFO STEP 1118 (pack_tar) COMPLETE
86512026-08-21T21:45:58.140Z[ recovery-image] Aug 21 21:45:56.752 INFO O| Aug 21 21:45:56.752 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86522026-08-21T21:45:58.140Z[ recovery-image] Aug 21 21:45:56.752 INFO O| Aug 21 21:45:56.752 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86532026-08-21T21:45:58.178Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
86542026-08-21T21:45:58.446Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
86552026-08-21T21:45:58.693Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
86562026-08-21T21:45:58.812Z[ recovery-image] Aug 21 21:45:57.425 INFO O| Aug 21 21:45:57.424 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86572026-08-21T21:45:58.948Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
86582026-08-21T21:45:58.971Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
86592026-08-21T21:45:59.005Z[ recovery-image] Aug 21 21:45:57.618 INFO O| Aug 21 21:45:57.618 INFO completed processing sled/ramdisk-03-recovery-trim
86602026-08-21T21:45:59.009Z[ recovery-image] Aug 21 21:45:57.622 INFO image builder template: zfs-recovery...
86612026-08-21T21:45:59.009Z[ recovery-image] Aug 21 21:45:57.622 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/.tmpOp2Oxa/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@22.0.0.0", "-n", "zfs-recovery"], pwd: None
86622026-08-21T21:45:59.037Z[ recovery-image] Aug 21 21:45:57.649 INFO O| Aug 21 21:45:57.649 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86632026-08-21T21:45:59.040Z[ recovery-image] Aug 21 21:45:57.653 INFO O| Aug 21 21:45:57.653 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86642026-08-21T21:45:59.194Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
86652026-08-21T21:45:59.232Z[ recovery-image] Aug 21 21:45:57.844 INFO O| Aug 21 21:45:57.844 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
86662026-08-21T21:45:59.337Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
86672026-08-21T21:45:59.397Z[ recovery-image] Aug 21 21:45:58.008 INFO O| Aug 21 21:45:58.008 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
86682026-08-21T21:45:59.397Z[ recovery-image] Aug 21 21:45:58.009 INFO O| Aug 21 21:45:58.008 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
86692026-08-21T21:45:59.407Z[ recovery-image] Aug 21 21:45:58.012 INFO O| Aug 21 21:45:58.012 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86702026-08-21T21:45:59.453Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
86712026-08-21T21:45:59.515Z[ recovery-image] Aug 21 21:45:58.128 INFO O| Aug 21 21:45:58.128 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
86722026-08-21T21:45:59.585Z[ recovery-image] Aug 21 21:45:58.198 INFO O| Aug 21 21:45:58.198 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
86732026-08-21T21:45:59.594Z[ recovery-image] Aug 21 21:45:58.207 INFO O| Aug 21 21:45:58.207 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86742026-08-21T21:45:59.598Z[ recovery-image] Aug 21 21:45:58.211 INFO O| Aug 21 21:45:58.211 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
86752026-08-21T21:45:59.601Z[ recovery-image] Aug 21 21:45:58.213 INFO O| Aug 21 21:45:58.213 INFO no lofi found
86762026-08-21T21:45:59.601Z[ recovery-image] Aug 21 21:45:58.213 INFO O| Aug 21 21:45:58.213 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
86772026-08-21T21:45:59.601Z[ recovery-image] Aug 21 21:45:58.213 INFO O| Aug 21 21:45:58.213 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86782026-08-21T21:45:59.624Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
86792026-08-21T21:45:59.814Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
86802026-08-21T21:45:59.978Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
86812026-08-21T21:46:00.187Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
86822026-08-21T21:46:00.294Z[verify-libraries] Compiling drift v0.2.0
86832026-08-21T21:46:00.584Z[verify-libraries] Compiling uzers v0.12.2
86842026-08-21T21:46:01.028Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
86852026-08-21T21:46:01.249Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
86862026-08-21T21:46:01.391Z[ recovery-image] Aug 21 21:46:00.001 INFO O| Aug 21 21:46:00.001 INFO lofi device = /dev/dsk/c2t1d0p0
86872026-08-21T21:46:01.391Z[ recovery-image] Aug 21 21:46:00.001 INFO O| Aug 21 21:46:00.001 INFO pool device = /dev/dsk/c2t1d0p0
86882026-08-21T21:46:01.395Z[ recovery-image] Aug 21 21:46:00.001 INFO O| Aug 21 21:46:00.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"]
86892026-08-21T21:46:01.562Z[ recovery-image] Aug 21 21:46:00.173 INFO O| Aug 21 21:46:00.173 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86902026-08-21T21:46:01.562Z[ recovery-image] Aug 21 21:46:00.173 INFO O| Aug 21 21:46:00.173 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
86912026-08-21T21:46:01.589Z[ recovery-image] Aug 21 21:46:00.202 INFO O| Aug 21 21:46:00.201 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
86922026-08-21T21:46:01.720Z[ recovery-image] Aug 21 21:46:00.332 INFO O| Aug 21 21:46:00.332 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
86932026-08-21T21:46:01.755Z[ recovery-image] Aug 21 21:46:00.365 INFO O| Aug 21 21:46:00.365 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
86942026-08-21T21:46:01.775Z[ recovery-image] Aug 21 21:46:00.388 INFO O| Aug 21 21:46:00.388 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
86952026-08-21T21:46:01.794Z[ recovery-image] Aug 21 21:46:00.405 INFO O| Aug 21 21:46:00.405 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
86962026-08-21T21:46:01.839Z[ recovery-image] Aug 21 21:46:00.451 INFO O| Aug 21 21:46:00.451 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86972026-08-21T21:46:01.839Z[ recovery-image] Aug 21 21:46:00.452 INFO O| Aug 21 21:46:00.452 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86982026-08-21T21:46:01.839Z[ recovery-image] Aug 21 21:46:00.452 INFO O| Aug 21 21:46:00.452 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
86992026-08-21T21:46:01.850Z[ recovery-image] Aug 21 21:46:00.462 INFO O| Aug 21 21:46:00.462 INFO boot environment UUID: 8ab81ba7-c1dd-4e29-8524-7b63da0fba12
87002026-08-21T21:46:01.850Z[ recovery-image] Aug 21 21:46:00.462 INFO O| Aug 21 21:46:00.462 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 8ab81ba7-c1dd-4e29-8524-7b63da0fba12
87012026-08-21T21:46:01.888Z[ recovery-image] Aug 21 21:46:00.500 INFO O| Aug 21 21:46:00.500 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87022026-08-21T21:46:01.928Z[ recovery-image] Aug 21 21:46:00.538 INFO O| Aug 21 21:46:00.538 INFO STEP 0 (create_be) COMPLETE
87032026-08-21T21:46:01.928Z[ recovery-image] Aug 21 21:46:00.538 INFO O| Aug 21 21:46:00.538 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87042026-08-21T21:46:01.947Z[ recovery-image] Aug 21 21:46:00.559 INFO O| Aug 21 21:46:00.558 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"]
87052026-08-21T21:46:02.172Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87062026-08-21T21:46:02.247Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
87072026-08-21T21:46:02.525Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87082026-08-21T21:46:02.931Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87092026-08-21T21:46:03.487Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87102026-08-21T21:46:04.579Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87112026-08-21T21:46:04.886Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87122026-08-21T21:46:05.835Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87132026-08-21T21:46:06.653Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
87142026-08-21T21:46:06.928Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87152026-08-21T21:46:07.339Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87162026-08-21T21:46:07.490Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
87172026-08-21T21:46:07.526Z[verify-libraries] Compiling multimap v0.10.1
87182026-08-21T21:46:07.852Z[verify-libraries] Compiling termios v0.3.3
87192026-08-21T21:46:08.123Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
87202026-08-21T21:46:08.204Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
87212026-08-21T21:46:08.473Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
87222026-08-21T21:46:10.991Z[ recovery-image] Aug 21 21:46:09.598 INFO O| Aug 21 21:46:09.598 INFO STEP 1 (unpack_tar) COMPLETE
87232026-08-21T21:46:10.991Z[ recovery-image] Aug 21 21:46:09.598 INFO O| Aug 21 21:46:09.598 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87242026-08-21T21:46:10.997Z[ recovery-image] Aug 21 21:46:09.609 INFO O| Aug 21 21:46:09.609 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87252026-08-21T21:46:12.311Z[ recovery-image] Aug 21 21:46:10.906 INFO O| Aug 21 21:46:10.906 INFO STEP 2 (devfsadm) COMPLETE
87262026-08-21T21:46:12.311Z[ recovery-image] Aug 21 21:46:10.906 INFO O| Aug 21 21:46:10.906 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87272026-08-21T21:46:12.363Z[ recovery-image] Aug 21 21:46:10.918 INFO O| Aug 21 21:46:10.918 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87282026-08-21T21:46:12.363Z[ recovery-image] Aug 21 21:46:10.918 INFO O| Aug 21 21:46:10.918 INFO STEP 3 (ensure_dir) COMPLETE
87292026-08-21T21:46:12.363Z[ recovery-image] Aug 21 21:46:10.918 INFO O| Aug 21 21:46:10.918 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87302026-08-21T21:46:12.376Z[ recovery-image] Aug 21 21:46:10.930 INFO O| Aug 21 21:46:10.930 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87312026-08-21T21:46:12.376Z[ recovery-image] Aug 21 21:46:10.930 INFO O| Aug 21 21:46:10.930 INFO STEP 4 (ensure_dir) COMPLETE
87322026-08-21T21:46:12.376Z[ recovery-image] Aug 21 21:46:10.930 INFO O| Aug 21 21:46:10.930 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87332026-08-21T21:46:12.376Z[ recovery-image] Aug 21 21:46:10.941 INFO O| Aug 21 21:46:10.941 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87342026-08-21T21:46:12.376Z[ recovery-image] Aug 21 21:46:10.941 INFO O| Aug 21 21:46:10.941 INFO STEP 5 (ensure_dir) COMPLETE
87352026-08-21T21:46:12.376Z[ recovery-image] Aug 21 21:46:10.941 INFO O| Aug 21 21:46:10.941 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87362026-08-21T21:46:12.376Z[ recovery-image] Aug 21 21:46:10.952 INFO O| Aug 21 21:46:10.952 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87372026-08-21T21:46:12.377Z[ recovery-image] Aug 21 21:46:10.952 INFO O| Aug 21 21:46:10.952 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87382026-08-21T21:46:12.377Z[ recovery-image] Aug 21 21:46:10.952 INFO O| Aug 21 21:46:10.952 INFO STEP 6 (ensure_dir) COMPLETE
87392026-08-21T21:46:12.377Z[ recovery-image] Aug 21 21:46:10.952 INFO O| Aug 21 21:46:10.952 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87402026-08-21T21:46:12.377Z[ recovery-image] Aug 21 21:46:10.962 INFO O| Aug 21 21:46:10.962 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87412026-08-21T21:46:12.377Z[ recovery-image] Aug 21 21:46:10.962 INFO O| Aug 21 21:46:10.962 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87422026-08-21T21:46:12.377Z[ recovery-image] Aug 21 21:46:10.962 INFO O| Aug 21 21:46:10.962 INFO STEP 7 (ensure_dir) COMPLETE
87432026-08-21T21:46:12.377Z[ recovery-image] Aug 21 21:46:10.962 INFO O| Aug 21 21:46:10.962 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87442026-08-21T21:46:12.377Z[ recovery-image] Aug 21 21:46:10.970 INFO O| Aug 21 21:46:10.970 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87452026-08-21T21:46:12.377Z[ recovery-image] Aug 21 21:46:10.971 INFO O| Aug 21 21:46:10.971 INFO STEP 8 (remove_files) COMPLETE
87462026-08-21T21:46:12.377Z[ recovery-image] Aug 21 21:46:10.971 INFO O| Aug 21 21:46:10.971 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87472026-08-21T21:46:12.377Z[ recovery-image] Aug 21 21:46:10.981 INFO O| Aug 21 21:46:10.981 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87482026-08-21T21:46:12.392Z[ recovery-image] Aug 21 21:46:10.981 INFO O| Aug 21 21:46:10.981 INFO STEP 9 (remove_files) COMPLETE
87492026-08-21T21:46:12.392Z[ recovery-image] Aug 21 21:46:10.981 INFO O| Aug 21 21:46:10.981 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87502026-08-21T21:46:12.393Z[ recovery-image] Aug 21 21:46:10.993 INFO O| Aug 21 21:46:10.993 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87512026-08-21T21:46:12.393Z[ recovery-image] Aug 21 21:46:10.994 INFO O| Aug 21 21:46:10.993 INFO STEP 10 (remove_files) COMPLETE
87522026-08-21T21:46:12.393Z[ recovery-image] Aug 21 21:46:10.994 INFO O| Aug 21 21:46:10.993 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87532026-08-21T21:46:12.420Z[ recovery-image] Aug 21 21:46:11.005 INFO O| Aug 21 21:46:11.004 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87542026-08-21T21:46:12.420Z[ recovery-image] Aug 21 21:46:11.005 INFO O| Aug 21 21:46:11.005 INFO STEP 11 (remove_files) COMPLETE
87552026-08-21T21:46:12.420Z[ recovery-image] Aug 21 21:46:11.005 INFO O| Aug 21 21:46:11.005 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87562026-08-21T21:46:12.420Z[ recovery-image] Aug 21 21:46:11.015 INFO O| Aug 21 21:46:11.015 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87572026-08-21T21:46:12.420Z[ recovery-image] Aug 21 21:46:11.015 INFO O| Aug 21 21:46:11.015 INFO STEP 12 (remove_files) COMPLETE
87582026-08-21T21:46:12.421Z[ recovery-image] Aug 21 21:46:11.015 INFO O| Aug 21 21:46:11.015 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87592026-08-21T21:46:12.438Z[ recovery-image] Aug 21 21:46:11.028 INFO O| Aug 21 21:46:11.028 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87602026-08-21T21:46:12.438Z[ recovery-image] Aug 21 21:46:11.028 INFO O| Aug 21 21:46:11.028 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87612026-08-21T21:46:12.438Z[ recovery-image] Aug 21 21:46:11.028 INFO O| Aug 21 21:46:11.028 INFO STEP 13 (ensure_dir) COMPLETE
87622026-08-21T21:46:12.439Z[ recovery-image] Aug 21 21:46:11.028 INFO O| Aug 21 21:46:11.028 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87632026-08-21T21:46:12.439Z[ recovery-image] Aug 21 21:46:11.038 INFO O| Aug 21 21:46:11.038 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87642026-08-21T21:46:12.439Z[ recovery-image] Aug 21 21:46:11.038 INFO O| Aug 21 21:46:11.038 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87652026-08-21T21:46:12.439Z[ recovery-image] Aug 21 21:46:11.038 INFO O| Aug 21 21:46:11.038 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87662026-08-21T21:46:12.439Z[ recovery-image] Aug 21 21:46:11.038 INFO O| Aug 21 21:46:11.038 INFO STEP 14 (ensure_dir) COMPLETE
87672026-08-21T21:46:12.439Z[ recovery-image] Aug 21 21:46:11.038 INFO O| Aug 21 21:46:11.038 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87682026-08-21T21:46:12.504Z[ recovery-image] Aug 21 21:46:11.049 INFO O| Aug 21 21:46:11.049 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87692026-08-21T21:46:12.504Z[ recovery-image] Aug 21 21:46:11.049 INFO O| Aug 21 21:46:11.049 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87702026-08-21T21:46:12.504Z[ recovery-image] Aug 21 21:46:11.049 INFO O| Aug 21 21:46:11.049 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87712026-08-21T21:46:12.504Z[ recovery-image] Aug 21 21:46:11.049 INFO O| Aug 21 21:46:11.049 INFO STEP 15 (ensure_dir) COMPLETE
87722026-08-21T21:46:12.504Z[ recovery-image] Aug 21 21:46:11.049 INFO O| Aug 21 21:46:11.049 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87732026-08-21T21:46:12.504Z[ recovery-image] Aug 21 21:46:11.060 INFO O| Aug 21 21:46:11.060 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87742026-08-21T21:46:12.504Z[ recovery-image] Aug 21 21:46:11.060 INFO O| Aug 21 21:46:11.060 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87752026-08-21T21:46:12.504Z[ recovery-image] Aug 21 21:46:11.060 INFO O| Aug 21 21:46:11.060 INFO STEP 16 (ensure_dir) COMPLETE
87762026-08-21T21:46:12.505Z[ recovery-image] Aug 21 21:46:11.060 INFO O| Aug 21 21:46:11.060 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87772026-08-21T21:46:12.505Z[ recovery-image] Aug 21 21:46:11.076 INFO O| Aug 21 21:46:11.076 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87782026-08-21T21:46:12.505Z[ recovery-image] Aug 21 21:46:11.076 INFO O| Aug 21 21:46:11.076 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87792026-08-21T21:46:12.505Z[ recovery-image] Aug 21 21:46:11.076 INFO O| Aug 21 21:46:11.076 INFO STEP 17 (ensure_dir) COMPLETE
87802026-08-21T21:46:12.505Z[ recovery-image] Aug 21 21:46:11.076 INFO O| Aug 21 21:46:11.076 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87812026-08-21T21:46:12.539Z[ recovery-image] Aug 21 21:46:11.092 INFO O| Aug 21 21:46:11.092 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87822026-08-21T21:46:12.539Z[ recovery-image] Aug 21 21:46:11.092 INFO O| Aug 21 21:46:11.092 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
87832026-08-21T21:46:12.539Z[ recovery-image] Aug 21 21:46:11.092 INFO O| Aug 21 21:46:11.092 INFO ok!
87842026-08-21T21:46:12.539Z[ recovery-image] Aug 21 21:46:11.092 INFO O| Aug 21 21:46:11.092 INFO STEP 18 (ensure_symlink) COMPLETE
87852026-08-21T21:46:12.539Z[ recovery-image] Aug 21 21:46:11.092 INFO O| Aug 21 21:46:11.092 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87862026-08-21T21:46:12.539Z[ recovery-image] Aug 21 21:46:11.102 INFO O| Aug 21 21:46:11.102 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
87872026-08-21T21:46:12.539Z[ recovery-image] Aug 21 21:46:11.102 INFO O| Aug 21 21:46:11.102 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
87882026-08-21T21:46:12.539Z[ recovery-image] Aug 21 21:46:11.102 INFO O| Aug 21 21:46:11.102 INFO ok!
87892026-08-21T21:46:12.539Z[ recovery-image] Aug 21 21:46:11.102 INFO O| Aug 21 21:46:11.102 INFO STEP 19 (ensure_file) COMPLETE
87902026-08-21T21:46:12.539Z[ recovery-image] Aug 21 21:46:11.102 INFO O| Aug 21 21:46:11.102 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87912026-08-21T21:46:12.540Z[ recovery-image] Aug 21 21:46:11.113 INFO O| Aug 21 21:46:11.113 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
87922026-08-21T21:46:12.540Z[ recovery-image] Aug 21 21:46:11.113 INFO O| Aug 21 21:46:11.113 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87932026-08-21T21:46:12.540Z[ recovery-image] Aug 21 21:46:11.113 INFO O| Aug 21 21:46:11.113 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
87942026-08-21T21:46:12.540Z[ recovery-image] Aug 21 21:46:11.113 INFO O| Aug 21 21:46:11.113 INFO ok!
87952026-08-21T21:46:12.540Z[ recovery-image] Aug 21 21:46:11.113 INFO O| Aug 21 21:46:11.113 INFO STEP 20 (ensure_symlink) COMPLETE
87962026-08-21T21:46:12.540Z[ recovery-image] Aug 21 21:46:11.113 INFO O| Aug 21 21:46:11.113 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87972026-08-21T21:46:12.585Z[ recovery-image] Aug 21 21:46:11.123 INFO O| Aug 21 21:46:11.123 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
87982026-08-21T21:46:12.585Z[ recovery-image] Aug 21 21:46:11.123 INFO O| Aug 21 21:46:11.123 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87992026-08-21T21:46:12.585Z[ recovery-image] Aug 21 21:46:11.123 INFO O| Aug 21 21:46:11.123 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88002026-08-21T21:46:12.585Z[ recovery-image] Aug 21 21:46:11.123 INFO O| Aug 21 21:46:11.123 INFO ok!
88012026-08-21T21:46:12.585Z[ recovery-image] Aug 21 21:46:11.123 INFO O| Aug 21 21:46:11.123 INFO STEP 21 (ensure_symlink) COMPLETE
88022026-08-21T21:46:12.585Z[ recovery-image] Aug 21 21:46:11.123 INFO O| Aug 21 21:46:11.123 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88032026-08-21T21:46:12.585Z[ recovery-image] Aug 21 21:46:11.132 INFO O| Aug 21 21:46:11.132 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88042026-08-21T21:46:12.585Z[ recovery-image] Aug 21 21:46:11.132 INFO O| Aug 21 21:46:11.132 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88052026-08-21T21:46:12.586Z[ recovery-image] Aug 21 21:46:11.132 INFO O| Aug 21 21:46:11.132 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88062026-08-21T21:46:12.586Z[ recovery-image] Aug 21 21:46:11.132 INFO O| Aug 21 21:46:11.132 INFO ok!
88072026-08-21T21:46:12.586Z[ recovery-image] Aug 21 21:46:11.132 INFO O| Aug 21 21:46:11.132 INFO STEP 22 (ensure_symlink) COMPLETE
88082026-08-21T21:46:12.586Z[ recovery-image] Aug 21 21:46:11.132 INFO O| Aug 21 21:46:11.132 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88092026-08-21T21:46:12.586Z[ recovery-image] Aug 21 21:46:11.143 INFO O| Aug 21 21:46:11.143 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88102026-08-21T21:46:12.586Z[ recovery-image] Aug 21 21:46:11.143 INFO O| Aug 21 21:46:11.143 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88112026-08-21T21:46:12.586Z[ recovery-image] Aug 21 21:46:11.143 INFO O| Aug 21 21:46:11.143 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88122026-08-21T21:46:12.586Z[ recovery-image] Aug 21 21:46:11.143 INFO O| Aug 21 21:46:11.143 INFO ok!
88132026-08-21T21:46:12.586Z[ recovery-image] Aug 21 21:46:11.143 INFO O| Aug 21 21:46:11.143 INFO STEP 23 (ensure_symlink) COMPLETE
88142026-08-21T21:46:12.586Z[ recovery-image] Aug 21 21:46:11.143 INFO O| Aug 21 21:46:11.143 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88152026-08-21T21:46:12.587Z[ recovery-image] Aug 21 21:46:11.154 INFO O| Aug 21 21:46:11.154 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88162026-08-21T21:46:12.587Z[ recovery-image] Aug 21 21:46:11.154 INFO O| Aug 21 21:46:11.154 INFO copying /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.dns -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf ...
88172026-08-21T21:46:12.587Z[ recovery-image] Aug 21 21:46:11.154 INFO O| Aug 21 21:46:11.154 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88182026-08-21T21:46:12.587Z[ recovery-image] Aug 21 21:46:11.154 INFO O| Aug 21 21:46:11.154 INFO ok!
88192026-08-21T21:46:12.587Z[ recovery-image] Aug 21 21:46:11.154 INFO O| Aug 21 21:46:11.154 INFO STEP 24 (ensure_file) COMPLETE
88202026-08-21T21:46:12.587Z[ recovery-image] Aug 21 21:46:11.154 INFO O| Aug 21 21:46:11.154 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88212026-08-21T21:46:12.611Z[ recovery-image] Aug 21 21:46:11.164 INFO O| Aug 21 21:46:11.164 INFO updating shadow file
88222026-08-21T21:46:12.611Z[ recovery-image] Aug 21 21:46:11.164 INFO O| Aug 21 21:46:11.164 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88232026-08-21T21:46:12.611Z[ recovery-image] Aug 21 21:46:11.164 INFO O| Aug 21 21:46:11.164 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88242026-08-21T21:46:12.611Z[ recovery-image] Aug 21 21:46:11.164 INFO O| Aug 21 21:46:11.164 INFO STEP 25 (shadow) COMPLETE
88252026-08-21T21:46:12.611Z[ recovery-image] Aug 21 21:46:11.164 INFO O| Aug 21 21:46:11.164 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88262026-08-21T21:46:12.611Z[ recovery-image] Aug 21 21:46:11.174 INFO O| Aug 21 21:46:11.174 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88272026-08-21T21:46:12.612Z[ recovery-image] Aug 21 21:46:11.174 INFO O| Aug 21 21:46:11.174 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88282026-08-21T21:46:12.612Z[ recovery-image] Aug 21 21:46:11.174 INFO O| Aug 21 21:46:11.174 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88292026-08-21T21:46:12.612Z[ recovery-image] Aug 21 21:46:11.174 INFO O| Aug 21 21:46:11.174 INFO ok!
88302026-08-21T21:46:12.612Z[ recovery-image] Aug 21 21:46:11.174 INFO O| Aug 21 21:46:11.174 INFO STEP 26 (ensure_file) COMPLETE
88312026-08-21T21:46:12.612Z[ recovery-image] Aug 21 21:46:11.174 INFO O| Aug 21 21:46:11.174 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88322026-08-21T21:46:12.612Z[ recovery-image] Aug 21 21:46:11.183 INFO O| Aug 21 21:46:11.183 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88332026-08-21T21:46:12.612Z[ recovery-image] Aug 21 21:46:11.183 INFO O| Aug 21 21:46:11.183 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88342026-08-21T21:46:12.612Z[ recovery-image] Aug 21 21:46:11.183 INFO O| Aug 21 21:46:11.183 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88352026-08-21T21:46:12.612Z[ recovery-image] Aug 21 21:46:11.183 INFO O| Aug 21 21:46:11.183 INFO ok!
88362026-08-21T21:46:12.612Z[ recovery-image] Aug 21 21:46:11.183 INFO O| Aug 21 21:46:11.183 INFO STEP 27 (ensure_file) COMPLETE
88372026-08-21T21:46:12.612Z[ recovery-image] Aug 21 21:46:11.183 INFO O| Aug 21 21:46:11.183 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88382026-08-21T21:46:12.612Z[ recovery-image] Aug 21 21:46:11.191 INFO O| Aug 21 21:46:11.191 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88392026-08-21T21:46:12.613Z[ recovery-image] Aug 21 21:46:11.191 INFO O| Aug 21 21:46:11.191 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88402026-08-21T21:46:12.613Z[ recovery-image] Aug 21 21:46:11.191 INFO O| Aug 21 21:46:11.191 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88412026-08-21T21:46:12.613Z[ recovery-image] Aug 21 21:46:11.191 INFO O| Aug 21 21:46:11.191 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88422026-08-21T21:46:12.613Z[ recovery-image] Aug 21 21:46:11.191 INFO O| Aug 21 21:46:11.191 INFO ok!
88432026-08-21T21:46:12.613Z[ recovery-image] Aug 21 21:46:11.191 INFO O| Aug 21 21:46:11.191 INFO STEP 28 (ensure_file) COMPLETE
88442026-08-21T21:46:12.613Z[ recovery-image] Aug 21 21:46:11.191 INFO O| Aug 21 21:46:11.191 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88452026-08-21T21:46:12.613Z[ recovery-image] Aug 21 21:46:11.200 INFO O| Aug 21 21:46:11.200 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88462026-08-21T21:46:12.613Z[ recovery-image] Aug 21 21:46:11.200 INFO O| Aug 21 21:46:11.200 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88472026-08-21T21:46:12.613Z[ recovery-image] Aug 21 21:46:11.200 INFO O| Aug 21 21:46:11.200 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88482026-08-21T21:46:12.613Z[ recovery-image] Aug 21 21:46:11.200 INFO O| Aug 21 21:46:11.200 INFO ok!
88492026-08-21T21:46:12.613Z[ recovery-image] Aug 21 21:46:11.200 INFO O| Aug 21 21:46:11.200 INFO STEP 29 (ensure_file) COMPLETE
88502026-08-21T21:46:12.613Z[ recovery-image] Aug 21 21:46:11.200 INFO O| Aug 21 21:46:11.200 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88512026-08-21T21:46:12.613Z[ recovery-image] Aug 21 21:46:11.209 INFO O| Aug 21 21:46:11.209 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88522026-08-21T21:46:12.613Z[ recovery-image] Aug 21 21:46:11.209 INFO O| Aug 21 21:46:11.209 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88532026-08-21T21:46:12.613Z[ recovery-image] Aug 21 21:46:11.209 INFO O| Aug 21 21:46:11.209 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88542026-08-21T21:46:12.613Z[ recovery-image] Aug 21 21:46:11.209 INFO O| Aug 21 21:46:11.209 INFO STEP 30 (ensure_dir) COMPLETE
88552026-08-21T21:46:12.613Z[ recovery-image] Aug 21 21:46:11.209 INFO O| Aug 21 21:46:11.209 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88562026-08-21T21:46:12.666Z[ recovery-image] Aug 21 21:46:11.220 INFO O| Aug 21 21:46:11.220 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88572026-08-21T21:46:12.666Z[ recovery-image] Aug 21 21:46:11.220 INFO O| Aug 21 21:46:11.220 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 ...
88582026-08-21T21:46:12.666Z[ recovery-image] Aug 21 21:46:11.220 INFO O| Aug 21 21:46:11.220 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
88592026-08-21T21:46:12.666Z[ recovery-image] Aug 21 21:46:11.220 INFO O| Aug 21 21:46:11.220 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88602026-08-21T21:46:12.666Z[ recovery-image] Aug 21 21:46:11.220 INFO O| Aug 21 21:46:11.220 INFO ok!
88612026-08-21T21:46:12.666Z[ recovery-image] Aug 21 21:46:11.220 INFO O| Aug 21 21:46:11.220 INFO STEP 31 (ensure_file) COMPLETE
88622026-08-21T21:46:12.666Z[ recovery-image] Aug 21 21:46:11.221 INFO O| Aug 21 21:46:11.220 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88632026-08-21T21:46:12.700Z[ recovery-image] Aug 21 21:46:11.235 INFO O| Aug 21 21:46:11.235 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88642026-08-21T21:46:12.700Z[ recovery-image] Aug 21 21:46:11.235 INFO O| Aug 21 21:46:11.235 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88652026-08-21T21:46:12.700Z[ recovery-image] Aug 21 21:46:11.235 INFO O| Aug 21 21:46:11.235 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88662026-08-21T21:46:12.700Z[ recovery-image] Aug 21 21:46:11.235 INFO O| Aug 21 21:46:11.235 INFO STEP 32 (ensure_dir) COMPLETE
88672026-08-21T21:46:12.700Z[ recovery-image] Aug 21 21:46:11.235 INFO O| Aug 21 21:46:11.235 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88682026-08-21T21:46:12.700Z[ recovery-image] Aug 21 21:46:11.244 INFO O| Aug 21 21:46:11.244 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
88692026-08-21T21:46:12.700Z[ recovery-image] Aug 21 21:46:11.244 INFO O| Aug 21 21:46:11.244 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 ...
88702026-08-21T21:46:12.700Z[ recovery-image] Aug 21 21:46:11.244 INFO O| Aug 21 21:46:11.244 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
88712026-08-21T21:46:12.701Z[ recovery-image] Aug 21 21:46:11.244 INFO O| Aug 21 21:46:11.244 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
88722026-08-21T21:46:12.701Z[ recovery-image] Aug 21 21:46:11.244 INFO O| Aug 21 21:46:11.244 INFO ok!
88732026-08-21T21:46:12.701Z[ recovery-image] Aug 21 21:46:11.244 INFO O| Aug 21 21:46:11.244 INFO STEP 33 (ensure_file) COMPLETE
88742026-08-21T21:46:12.701Z[ recovery-image] Aug 21 21:46:11.244 INFO O| Aug 21 21:46:11.244 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88752026-08-21T21:46:12.701Z[ recovery-image] Aug 21 21:46:11.253 INFO O| Aug 21 21:46:11.253 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
88762026-08-21T21:46:12.701Z[ recovery-image] Aug 21 21:46:11.253 INFO O| Aug 21 21:46:11.253 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
88772026-08-21T21:46:12.701Z[ recovery-image] Aug 21 21:46:11.253 INFO O| Aug 21 21:46:11.253 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
88782026-08-21T21:46:12.701Z[ recovery-image] Aug 21 21:46:11.253 INFO O| Aug 21 21:46:11.253 INFO ok!
88792026-08-21T21:46:12.701Z[ recovery-image] Aug 21 21:46:11.253 INFO O| Aug 21 21:46:11.253 INFO STEP 34 (ensure_file) COMPLETE
88802026-08-21T21:46:12.701Z[ recovery-image] Aug 21 21:46:11.253 INFO O| Aug 21 21:46:11.253 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88812026-08-21T21:46:12.701Z[ recovery-image] Aug 21 21:46:11.269 INFO O| Aug 21 21:46:11.269 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
88822026-08-21T21:46:12.701Z[ recovery-image] Aug 21 21:46:11.269 INFO O| Aug 21 21:46:11.269 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
88832026-08-21T21:46:12.701Z[ recovery-image] Aug 21 21:46:11.269 INFO O| Aug 21 21:46:11.269 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88842026-08-21T21:46:12.701Z[ recovery-image] Aug 21 21:46:11.269 INFO O| Aug 21 21:46:11.269 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88852026-08-21T21:46:12.702Z[ recovery-image] Aug 21 21:46:11.269 INFO O| Aug 21 21:46:11.269 INFO ok!
88862026-08-21T21:46:12.702Z[ recovery-image] Aug 21 21:46:11.269 INFO O| Aug 21 21:46:11.269 INFO STEP 35 (ensure_file) COMPLETE
88872026-08-21T21:46:12.702Z[ recovery-image] Aug 21 21:46:11.269 INFO O| Aug 21 21:46:11.269 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88882026-08-21T21:46:12.702Z[ recovery-image] Aug 21 21:46:11.282 INFO O| Aug 21 21:46:11.280 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
88892026-08-21T21:46:12.702Z[ recovery-image] Aug 21 21:46:11.282 INFO O| Aug 21 21:46:11.280 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
88902026-08-21T21:46:12.702Z[ recovery-image] Aug 21 21:46:11.282 INFO O| Aug 21 21:46:11.280 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
88912026-08-21T21:46:12.702Z[ recovery-image] Aug 21 21:46:11.282 INFO O| Aug 21 21:46:11.280 INFO ok!
88922026-08-21T21:46:12.702Z[ recovery-image] Aug 21 21:46:11.282 INFO O| Aug 21 21:46:11.280 INFO STEP 36 (ensure_file) COMPLETE
88932026-08-21T21:46:12.702Z[ recovery-image] Aug 21 21:46:11.282 INFO O| Aug 21 21:46:11.280 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88942026-08-21T21:46:12.702Z[ recovery-image] Aug 21 21:46:11.291 INFO O| Aug 21 21:46:11.291 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88952026-08-21T21:46:12.702Z[ recovery-image] Aug 21 21:46:11.291 INFO O| Aug 21 21:46:11.291 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
88962026-08-21T21:46:12.702Z[ recovery-image] Aug 21 21:46:11.291 INFO O| Aug 21 21:46:11.291 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
88972026-08-21T21:46:12.702Z[ recovery-image] Aug 21 21:46:11.291 INFO O| Aug 21 21:46:11.291 INFO ok!
88982026-08-21T21:46:12.702Z[ recovery-image] Aug 21 21:46:11.291 INFO O| Aug 21 21:46:11.291 INFO STEP 37 (ensure_file) COMPLETE
88992026-08-21T21:46:12.702Z[ recovery-image] Aug 21 21:46:11.291 INFO O| Aug 21 21:46:11.291 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89002026-08-21T21:46:12.731Z[ recovery-image] Aug 21 21:46:11.302 INFO O| Aug 21 21:46:11.302 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89012026-08-21T21:46:12.731Z[ recovery-image] Aug 21 21:46:11.302 INFO O| Aug 21 21:46:11.302 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89022026-08-21T21:46:12.731Z[ recovery-image] Aug 21 21:46:11.302 INFO O| Aug 21 21:46:11.302 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89032026-08-21T21:46:12.731Z[ recovery-image] Aug 21 21:46:11.302 INFO O| Aug 21 21:46:11.302 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89042026-08-21T21:46:12.731Z[ recovery-image] Aug 21 21:46:11.302 INFO O| Aug 21 21:46:11.302 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89052026-08-21T21:46:12.731Z[ recovery-image] Aug 21 21:46:11.302 INFO O| Aug 21 21:46:11.302 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89062026-08-21T21:46:12.731Z[ recovery-image] Aug 21 21:46:11.302 INFO O| Aug 21 21:46:11.302 INFO ok!
89072026-08-21T21:46:12.731Z[ recovery-image] Aug 21 21:46:11.302 INFO O| Aug 21 21:46:11.302 INFO STEP 38 (ensure_file) COMPLETE
89082026-08-21T21:46:12.731Z[ recovery-image] Aug 21 21:46:11.302 INFO O| Aug 21 21:46:11.302 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89092026-08-21T21:46:12.731Z[ recovery-image] Aug 21 21:46:11.313 INFO O| Aug 21 21:46:11.313 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89102026-08-21T21:46:12.731Z[ recovery-image] Aug 21 21:46:11.313 INFO O| Aug 21 21:46:11.313 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89112026-08-21T21:46:12.732Z[ recovery-image] Aug 21 21:46:11.313 INFO O| Aug 21 21:46:11.313 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89122026-08-21T21:46:12.732Z[ recovery-image] Aug 21 21:46:11.313 INFO O| Aug 21 21:46:11.313 INFO STEP 39 (ensure_dir) COMPLETE
89132026-08-21T21:46:12.732Z[ recovery-image] Aug 21 21:46:11.313 INFO O| Aug 21 21:46:11.313 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89142026-08-21T21:46:12.732Z[ recovery-image] Aug 21 21:46:11.324 INFO O| Aug 21 21:46:11.324 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
89152026-08-21T21:46:12.732Z[ recovery-image] Aug 21 21:46:11.324 INFO O| Aug 21 21:46:11.324 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 ...
89162026-08-21T21:46:12.732Z[ recovery-image] Aug 21 21:46:11.324 INFO O| Aug 21 21:46:11.324 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
89172026-08-21T21:46:12.732Z[ recovery-image] Aug 21 21:46:11.324 INFO O| Aug 21 21:46:11.324 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
89182026-08-21T21:46:12.732Z[ recovery-image] Aug 21 21:46:11.324 INFO O| Aug 21 21:46:11.324 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
89192026-08-21T21:46:12.732Z[ recovery-image] Aug 21 21:46:11.324 INFO O| Aug 21 21:46:11.324 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
89202026-08-21T21:46:12.732Z[ recovery-image] Aug 21 21:46:11.324 INFO O| Aug 21 21:46:11.324 INFO ok!
89212026-08-21T21:46:12.732Z[ recovery-image] Aug 21 21:46:11.324 INFO O| Aug 21 21:46:11.324 INFO STEP 40 (ensure_file) COMPLETE
89222026-08-21T21:46:12.732Z[ recovery-image] Aug 21 21:46:11.324 INFO O| Aug 21 21:46:11.324 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89232026-08-21T21:46:12.794Z[ recovery-image] Aug 21 21:46:11.335 INFO O| Aug 21 21:46:11.335 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89242026-08-21T21:46:12.795Z[ recovery-image] Aug 21 21:46:11.335 INFO O| Aug 21 21:46:11.335 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 ...
89252026-08-21T21:46:12.795Z[ recovery-image] Aug 21 21:46:11.335 INFO O| Aug 21 21:46:11.335 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89262026-08-21T21:46:12.795Z[ recovery-image] Aug 21 21:46:11.335 INFO O| Aug 21 21:46:11.335 INFO ok!
89272026-08-21T21:46:12.795Z[ recovery-image] Aug 21 21:46:11.335 INFO O| Aug 21 21:46:11.335 INFO STEP 41 (ensure_symlink) COMPLETE
89282026-08-21T21:46:12.795Z[ recovery-image] Aug 21 21:46:11.335 INFO O| Aug 21 21:46:11.335 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89292026-08-21T21:46:12.795Z[ recovery-image] Aug 21 21:46:11.346 INFO O| Aug 21 21:46:11.346 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89302026-08-21T21:46:12.795Z[ recovery-image] Aug 21 21:46:11.346 INFO O| Aug 21 21:46:11.346 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89312026-08-21T21:46:12.795Z[ recovery-image] Aug 21 21:46:11.346 INFO O| Aug 21 21:46:11.346 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89322026-08-21T21:46:12.795Z[ recovery-image] Aug 21 21:46:11.346 INFO O| Aug 21 21:46:11.346 INFO ok!
89332026-08-21T21:46:12.795Z[ recovery-image] Aug 21 21:46:11.346 INFO O| Aug 21 21:46:11.346 INFO STEP 42 (ensure_symlink) COMPLETE
89342026-08-21T21:46:12.795Z[ recovery-image] Aug 21 21:46:11.346 INFO O| Aug 21 21:46:11.346 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89352026-08-21T21:46:12.795Z[ recovery-image] Aug 21 21:46:11.357 INFO O| Aug 21 21:46:11.357 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89362026-08-21T21:46:12.795Z[ recovery-image] Aug 21 21:46:11.357 INFO O| Aug 21 21:46:11.357 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89372026-08-21T21:46:12.795Z[ recovery-image] Aug 21 21:46:11.357 INFO O| Aug 21 21:46:11.357 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89382026-08-21T21:46:12.795Z[ recovery-image] Aug 21 21:46:11.357 INFO O| Aug 21 21:46:11.357 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89392026-08-21T21:46:12.795Z[ recovery-image] Aug 21 21:46:11.357 INFO O| Aug 21 21:46:11.357 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89402026-08-21T21:46:12.795Z[ recovery-image] Aug 21 21:46:11.357 INFO O| Aug 21 21:46:11.357 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89412026-08-21T21:46:12.795Z[ recovery-image] Aug 21 21:46:11.357 INFO O| Aug 21 21:46:11.357 INFO ok!
89422026-08-21T21:46:12.795Z[ recovery-image] Aug 21 21:46:11.357 INFO O| Aug 21 21:46:11.357 INFO STEP 43 (ensure_file) COMPLETE
89432026-08-21T21:46:12.795Z[ recovery-image] Aug 21 21:46:11.357 INFO O| Aug 21 21:46:11.357 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89442026-08-21T21:46:12.796Z[ recovery-image] Aug 21 21:46:11.369 INFO O| Aug 21 21:46:11.369 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89452026-08-21T21:46:12.796Z[ recovery-image] Aug 21 21:46:11.369 INFO O| Aug 21 21:46:11.369 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 ...
89462026-08-21T21:46:12.796Z[ recovery-image] Aug 21 21:46:11.369 INFO O| Aug 21 21:46:11.369 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
89472026-08-21T21:46:12.796Z[ recovery-image] Aug 21 21:46:11.369 INFO O| Aug 21 21:46:11.369 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89482026-08-21T21:46:12.796Z[ recovery-image] Aug 21 21:46:11.369 INFO O| Aug 21 21:46:11.369 INFO ok!
89492026-08-21T21:46:12.796Z[ recovery-image] Aug 21 21:46:11.369 INFO O| Aug 21 21:46:11.369 INFO STEP 44 (ensure_file) COMPLETE
89502026-08-21T21:46:12.796Z[ recovery-image] Aug 21 21:46:11.369 INFO O| Aug 21 21:46:11.369 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89512026-08-21T21:46:12.814Z[ recovery-image] Aug 21 21:46:11.380 INFO O| Aug 21 21:46:11.380 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89522026-08-21T21:46:12.814Z[ recovery-image] Aug 21 21:46:11.380 INFO O| Aug 21 21:46:11.380 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89532026-08-21T21:46:12.815Z[ recovery-image] Aug 21 21:46:11.380 INFO O| Aug 21 21:46:11.380 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89542026-08-21T21:46:12.815Z[ recovery-image] Aug 21 21:46:11.380 INFO O| Aug 21 21:46:11.380 INFO ok!
89552026-08-21T21:46:12.815Z[ recovery-image] Aug 21 21:46:11.380 INFO O| Aug 21 21:46:11.380 INFO STEP 45 (ensure_file) COMPLETE
89562026-08-21T21:46:12.815Z[ recovery-image] Aug 21 21:46:11.380 INFO O| Aug 21 21:46:11.380 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89572026-08-21T21:46:12.815Z[ recovery-image] Aug 21 21:46:11.393 INFO O| Aug 21 21:46:11.393 INFO updating shadow file
89582026-08-21T21:46:12.815Z[ recovery-image] Aug 21 21:46:11.393 INFO O| Aug 21 21:46:11.393 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89592026-08-21T21:46:12.815Z[ recovery-image] Aug 21 21:46:11.393 INFO O| Aug 21 21:46:11.393 INFO STEP 46 (shadow) COMPLETE
89602026-08-21T21:46:12.815Z[ recovery-image] Aug 21 21:46:11.393 INFO O| Aug 21 21:46:11.393 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89612026-08-21T21:46:12.815Z[ recovery-image] Aug 21 21:46:11.405 INFO O| Aug 21 21:46:11.405 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89622026-08-21T21:46:12.815Z[ recovery-image] Aug 21 21:46:11.405 INFO O| Aug 21 21:46:11.405 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
89632026-08-21T21:46:12.815Z[ recovery-image] Aug 21 21:46:11.405 INFO O| Aug 21 21:46:11.405 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89642026-08-21T21:46:12.815Z[ recovery-image] Aug 21 21:46:11.405 INFO O| Aug 21 21:46:11.405 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89652026-08-21T21:46:12.815Z[ recovery-image] Aug 21 21:46:11.405 INFO O| Aug 21 21:46:11.405 INFO ok!
89662026-08-21T21:46:12.815Z[ recovery-image] Aug 21 21:46:11.405 INFO O| Aug 21 21:46:11.405 INFO STEP 47 (ensure_file) COMPLETE
89672026-08-21T21:46:12.815Z[ recovery-image] Aug 21 21:46:11.405 INFO O| Aug 21 21:46:11.405 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89682026-08-21T21:46:12.829Z[ recovery-image] Aug 21 21:46:11.416 INFO O| Aug 21 21:46:11.416 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
89692026-08-21T21:46:12.829Z[ recovery-image] Aug 21 21:46:11.416 INFO O| Aug 21 21:46:11.416 INFO STEP 48 (ensure_dir) COMPLETE
89702026-08-21T21:46:12.829Z[ recovery-image] Aug 21 21:46:11.416 INFO O| Aug 21 21:46:11.416 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89712026-08-21T21:46:12.829Z[ recovery-image] Aug 21 21:46:11.426 INFO O| Aug 21 21:46:11.426 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89722026-08-21T21:46:12.829Z[ recovery-image] Aug 21 21:46:11.426 INFO O| Aug 21 21:46:11.426 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89732026-08-21T21:46:12.829Z[ recovery-image] Aug 21 21:46:11.426 INFO O| Aug 21 21:46:11.426 INFO STEP 49 (ensure_dir) COMPLETE
89742026-08-21T21:46:12.829Z[ recovery-image] Aug 21 21:46:11.426 INFO O| Aug 21 21:46:11.426 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89752026-08-21T21:46:12.864Z[ recovery-image] Aug 21 21:46:11.438 INFO O| Aug 21 21:46:11.438 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89762026-08-21T21:46:12.864Z[ recovery-image] Aug 21 21:46:11.438 INFO O| Aug 21 21:46:11.438 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89772026-08-21T21:46:12.864Z[ recovery-image] Aug 21 21:46:11.438 INFO O| Aug 21 21:46:11.438 INFO STEP 50 (ensure_dir) COMPLETE
89782026-08-21T21:46:12.864Z[ recovery-image] Aug 21 21:46:11.438 INFO O| Aug 21 21:46:11.438 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89792026-08-21T21:46:12.864Z[ recovery-image] Aug 21 21:46:11.449 INFO O| Aug 21 21:46:11.449 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
89802026-08-21T21:46:12.865Z[ recovery-image] Aug 21 21:46:11.449 INFO O| Aug 21 21:46:11.449 INFO copying /tmp/.tmpOp2Oxa/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
89812026-08-21T21:46:12.938Z[ recovery-image] Aug 21 21:46:11.479 INFO O| Aug 21 21:46:11.479 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
89822026-08-21T21:46:12.938Z[ recovery-image] Aug 21 21:46:11.479 INFO O| Aug 21 21:46:11.479 INFO ok!
89832026-08-21T21:46:12.938Z[ recovery-image] Aug 21 21:46:11.479 INFO O| Aug 21 21:46:11.479 INFO STEP 51 (ensure_file) COMPLETE
89842026-08-21T21:46:12.938Z[ recovery-image] Aug 21 21:46:11.479 INFO O| Aug 21 21:46:11.479 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89852026-08-21T21:46:12.982Z[ recovery-image] Aug 21 21:46:11.491 INFO O| Aug 21 21:46:11.491 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89862026-08-21T21:46:12.983Z[ recovery-image] Aug 21 21:46:11.491 INFO O| Aug 21 21:46:11.491 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89872026-08-21T21:46:12.983Z[ recovery-image] Aug 21 21:46:11.491 INFO O| Aug 21 21:46:11.491 INFO STEP 52 (ensure_dir) COMPLETE
89882026-08-21T21:46:12.983Z[ recovery-image] Aug 21 21:46:11.491 INFO O| Aug 21 21:46:11.491 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89892026-08-21T21:46:12.983Z[ recovery-image] Aug 21 21:46:11.502 INFO O| Aug 21 21:46:11.502 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
89902026-08-21T21:46:12.983Z[ recovery-image] Aug 21 21:46:11.502 INFO O| Aug 21 21:46:11.502 INFO copying /tmp/.tmpOp2Oxa/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
89912026-08-21T21:46:12.983Z[ recovery-image] Aug 21 21:46:11.502 INFO O| Aug 21 21:46:11.502 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
89922026-08-21T21:46:12.983Z[ recovery-image] Aug 21 21:46:11.502 INFO O| Aug 21 21:46:11.502 INFO ok!
89932026-08-21T21:46:12.983Z[ recovery-image] Aug 21 21:46:11.502 INFO O| Aug 21 21:46:11.502 INFO STEP 53 (ensure_file) COMPLETE
89942026-08-21T21:46:12.983Z[ recovery-image] Aug 21 21:46:11.502 INFO O| Aug 21 21:46:11.502 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89952026-08-21T21:46:12.984Z[ recovery-image] Aug 21 21:46:11.513 INFO O| Aug 21 21:46:11.513 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89962026-08-21T21:46:12.984Z[ recovery-image] Aug 21 21:46:11.513 INFO O| Aug 21 21:46:11.513 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89972026-08-21T21:46:12.984Z[ recovery-image] Aug 21 21:46:11.513 INFO O| Aug 21 21:46:11.513 INFO STEP 54 (ensure_dir) COMPLETE
89982026-08-21T21:46:12.984Z[ recovery-image] Aug 21 21:46:11.513 INFO O| Aug 21 21:46:11.513 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89992026-08-21T21:46:12.984Z[ recovery-image] Aug 21 21:46:11.524 INFO O| Aug 21 21:46:11.524 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90002026-08-21T21:46:12.984Z[ recovery-image] Aug 21 21:46:11.524 INFO O| Aug 21 21:46:11.524 INFO copying /tmp/.tmpOp2Oxa/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90012026-08-21T21:46:13.508Z[verify-libraries] Compiling polar-core v0.27.3
90022026-08-21T21:46:14.938Z[ recovery-image] Aug 21 21:46:13.550 INFO O| Aug 21 21:46:13.550 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90032026-08-21T21:46:14.938Z[ recovery-image] Aug 21 21:46:13.551 INFO O| Aug 21 21:46:13.550 INFO ok!
90042026-08-21T21:46:14.942Z[ recovery-image] Aug 21 21:46:13.551 INFO O| Aug 21 21:46:13.550 INFO STEP 55 (ensure_file) COMPLETE
90052026-08-21T21:46:14.942Z[ recovery-image] Aug 21 21:46:13.551 INFO O| Aug 21 21:46:13.550 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90062026-08-21T21:46:14.955Z[ recovery-image] Aug 21 21:46:13.564 INFO O| Aug 21 21:46:13.564 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90072026-08-21T21:46:14.955Z[ recovery-image] Aug 21 21:46:13.564 INFO O| Aug 21 21:46:13.564 INFO copying /tmp/.tmpOp2Oxa/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90082026-08-21T21:46:16.937Z[ recovery-image] Aug 21 21:46:15.550 INFO O| Aug 21 21:46:15.549 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90092026-08-21T21:46:16.938Z[ recovery-image] Aug 21 21:46:15.550 INFO O| Aug 21 21:46:15.549 INFO ok!
90102026-08-21T21:46:16.938Z[ recovery-image] Aug 21 21:46:15.550 INFO O| Aug 21 21:46:15.550 INFO STEP 56 (ensure_file) COMPLETE
90112026-08-21T21:46:16.941Z[ recovery-image] Aug 21 21:46:15.550 INFO O| Aug 21 21:46:15.550 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90122026-08-21T21:46:16.946Z[ recovery-image] Aug 21 21:46:15.558 INFO O| Aug 21 21:46:15.558 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90132026-08-21T21:46:16.946Z[ recovery-image] Aug 21 21:46:15.559 INFO O| Aug 21 21:46:15.559 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90142026-08-21T21:46:16.946Z[ recovery-image] Aug 21 21:46:15.559 INFO O| Aug 21 21:46:15.559 INFO STEP 57 (ensure_dir) COMPLETE
90152026-08-21T21:46:16.949Z[ recovery-image] Aug 21 21:46:15.559 INFO O| Aug 21 21:46:15.559 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90162026-08-21T21:46:16.986Z[ recovery-image] Aug 21 21:46:15.596 INFO O| Aug 21 21:46:15.596 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90172026-08-21T21:46:16.986Z[ recovery-image] Aug 21 21:46:15.596 INFO O| Aug 21 21:46:15.596 INFO copying /tmp/.tmpOp2Oxa/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 ...
90182026-08-21T21:46:16.986Z[ recovery-image] Aug 21 21:46:15.596 INFO O| Aug 21 21:46:15.596 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
90192026-08-21T21:46:16.991Z[ recovery-image] Aug 21 21:46:15.596 INFO O| Aug 21 21:46:15.596 INFO ok!
90202026-08-21T21:46:16.991Z[ recovery-image] Aug 21 21:46:15.596 INFO O| Aug 21 21:46:15.596 INFO STEP 58 (ensure_file) COMPLETE
90212026-08-21T21:46:16.991Z[ recovery-image] Aug 21 21:46:15.596 INFO O| Aug 21 21:46:15.596 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90222026-08-21T21:46:16.996Z[ recovery-image] Aug 21 21:46:15.608 INFO O| Aug 21 21:46:15.608 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90232026-08-21T21:46:16.996Z[ recovery-image] Aug 21 21:46:15.608 INFO O| Aug 21 21:46:15.608 INFO copying /tmp/.tmpOp2Oxa/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 ...
90242026-08-21T21:46:16.999Z[ recovery-image] Aug 21 21:46:15.608 INFO O| Aug 21 21:46:15.608 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
90252026-08-21T21:46:16.999Z[ recovery-image] Aug 21 21:46:15.608 INFO O| Aug 21 21:46:15.608 INFO ok!
90262026-08-21T21:46:16.999Z[ recovery-image] Aug 21 21:46:15.608 INFO O| Aug 21 21:46:15.608 INFO STEP 59 (ensure_file) COMPLETE
90272026-08-21T21:46:16.999Z[ recovery-image] Aug 21 21:46:15.608 INFO O| Aug 21 21:46:15.608 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90282026-08-21T21:46:17.006Z[ recovery-image] Aug 21 21:46:15.618 INFO O| Aug 21 21:46:15.618 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90292026-08-21T21:46:17.006Z[ recovery-image] Aug 21 21:46:15.619 INFO O| Aug 21 21:46:15.619 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90302026-08-21T21:46:17.006Z[ recovery-image] Aug 21 21:46:15.619 INFO O| Aug 21 21:46:15.619 INFO STEP 60 (ensure_dir) COMPLETE
90312026-08-21T21:46:17.006Z[ recovery-image] Aug 21 21:46:15.619 INFO O| Aug 21 21:46:15.619 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90322026-08-21T21:46:17.017Z[ recovery-image] Aug 21 21:46:15.630 INFO O| Aug 21 21:46:15.630 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90332026-08-21T21:46:17.017Z[ recovery-image] Aug 21 21:46:15.630 INFO O| Aug 21 21:46:15.630 INFO copying /tmp/.tmpOp2Oxa/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 ...
90342026-08-21T21:46:17.017Z[ recovery-image] Aug 21 21:46:15.630 INFO O| Aug 21 21:46:15.630 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90352026-08-21T21:46:17.023Z[ recovery-image] Aug 21 21:46:15.630 INFO O| Aug 21 21:46:15.630 INFO ok!
90362026-08-21T21:46:17.024Z[ recovery-image] Aug 21 21:46:15.630 INFO O| Aug 21 21:46:15.630 INFO STEP 61 (ensure_file) COMPLETE
90372026-08-21T21:46:17.024Z[ recovery-image] Aug 21 21:46:15.630 INFO O| Aug 21 21:46:15.630 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90382026-08-21T21:46:17.031Z[ recovery-image] Aug 21 21:46:15.641 INFO O| Aug 21 21:46:15.641 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90392026-08-21T21:46:17.031Z[ recovery-image] Aug 21 21:46:15.641 INFO O| Aug 21 21:46:15.641 INFO copying /tmp/.tmpOp2Oxa/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 ...
90402026-08-21T21:46:17.035Z[ recovery-image] Aug 21 21:46:15.641 INFO O| Aug 21 21:46:15.641 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
90412026-08-21T21:46:17.035Z[ recovery-image] Aug 21 21:46:15.641 INFO O| Aug 21 21:46:15.641 INFO ok!
90422026-08-21T21:46:17.035Z[ recovery-image] Aug 21 21:46:15.641 INFO O| Aug 21 21:46:15.641 INFO STEP 62 (ensure_file) COMPLETE
90432026-08-21T21:46:17.035Z[ recovery-image] Aug 21 21:46:15.641 INFO O| Aug 21 21:46:15.641 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90442026-08-21T21:46:17.043Z[ recovery-image] Aug 21 21:46:15.651 INFO O| Aug 21 21:46:15.651 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90452026-08-21T21:46:17.044Z[ recovery-image] Aug 21 21:46:15.651 INFO O| Aug 21 21:46:15.651 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90462026-08-21T21:46:17.044Z[ recovery-image] Aug 21 21:46:15.651 INFO O| Aug 21 21:46:15.651 INFO STEP 63 (ensure_dir) COMPLETE
90472026-08-21T21:46:17.044Z[ recovery-image] Aug 21 21:46:15.651 INFO O| Aug 21 21:46:15.651 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90482026-08-21T21:46:17.048Z[ recovery-image] Aug 21 21:46:15.661 INFO O| Aug 21 21:46:15.661 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90492026-08-21T21:46:17.048Z[ recovery-image] Aug 21 21:46:15.661 INFO O| Aug 21 21:46:15.661 INFO copying /tmp/.tmpOp2Oxa/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 ...
90502026-08-21T21:46:17.070Z[ recovery-image] Aug 21 21:46:15.661 INFO O| Aug 21 21:46:15.661 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90512026-08-21T21:46:17.070Z[ recovery-image] Aug 21 21:46:15.661 INFO O| Aug 21 21:46:15.661 INFO ok!
90522026-08-21T21:46:17.070Z[ recovery-image] Aug 21 21:46:15.661 INFO O| Aug 21 21:46:15.661 INFO STEP 64 (ensure_file) COMPLETE
90532026-08-21T21:46:17.070Z[ recovery-image] Aug 21 21:46:15.661 INFO O| Aug 21 21:46:15.661 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90542026-08-21T21:46:17.070Z[ recovery-image] Aug 21 21:46:15.670 INFO O| Aug 21 21:46:15.670 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90552026-08-21T21:46:17.070Z[ recovery-image] Aug 21 21:46:15.670 INFO O| Aug 21 21:46:15.670 INFO copying /tmp/.tmpOp2Oxa/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90562026-08-21T21:46:17.070Z[ recovery-image] Aug 21 21:46:15.670 INFO O| Aug 21 21:46:15.670 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90572026-08-21T21:46:17.070Z[ recovery-image] Aug 21 21:46:15.670 INFO O| Aug 21 21:46:15.670 INFO ok!
90582026-08-21T21:46:17.070Z[ recovery-image] Aug 21 21:46:15.670 INFO O| Aug 21 21:46:15.670 INFO STEP 65 (ensure_file) COMPLETE
90592026-08-21T21:46:17.071Z[ recovery-image] Aug 21 21:46:15.670 INFO O| Aug 21 21:46:15.670 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90602026-08-21T21:46:17.074Z[ recovery-image] Aug 21 21:46:15.679 INFO O| Aug 21 21:46:15.679 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
90612026-08-21T21:46:17.074Z[ recovery-image] Aug 21 21:46:15.679 INFO O| Aug 21 21:46:15.679 INFO STEP 66 (ensure_dir) COMPLETE
90622026-08-21T21:46:17.074Z[ recovery-image] Aug 21 21:46:15.679 INFO O| Aug 21 21:46:15.679 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90632026-08-21T21:46:17.080Z[ recovery-image] Aug 21 21:46:15.687 INFO O| Aug 21 21:46:15.687 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
90642026-08-21T21:46:17.080Z[ recovery-image] Aug 21 21:46:15.688 INFO O| Aug 21 21:46:15.687 INFO STEP 67 (ensure_dir) COMPLETE
90652026-08-21T21:46:17.080Z[ recovery-image] Aug 21 21:46:15.688 INFO O| Aug 21 21:46:15.687 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90662026-08-21T21:46:17.084Z[ recovery-image] Aug 21 21:46:15.696 INFO O| Aug 21 21:46:15.695 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
90672026-08-21T21:46:17.084Z[ recovery-image] Aug 21 21:46:15.696 INFO O| Aug 21 21:46:15.695 INFO STEP 68 (ensure_dir) COMPLETE
90682026-08-21T21:46:17.084Z[ recovery-image] Aug 21 21:46:15.696 INFO O| Aug 21 21:46:15.695 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90692026-08-21T21:46:17.094Z[ recovery-image] Aug 21 21:46:15.703 INFO O| Aug 21 21:46:15.703 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
90702026-08-21T21:46:17.094Z[ recovery-image] Aug 21 21:46:15.704 INFO O| Aug 21 21:46:15.703 INFO STEP 69 (ensure_dir) COMPLETE
90712026-08-21T21:46:17.094Z[ recovery-image] Aug 21 21:46:15.704 INFO O| Aug 21 21:46:15.703 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90722026-08-21T21:46:17.102Z[ recovery-image] Aug 21 21:46:15.713 INFO O| Aug 21 21:46:15.713 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
90732026-08-21T21:46:17.102Z[ recovery-image] Aug 21 21:46:15.713 INFO O| Aug 21 21:46:15.713 INFO copying /tmp/.tmpOp2Oxa/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
90742026-08-21T21:46:17.102Z[ recovery-image] Aug 21 21:46:15.713 INFO O| Aug 21 21:46:15.713 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
90752026-08-21T21:46:17.102Z[ recovery-image] Aug 21 21:46:15.713 INFO O| Aug 21 21:46:15.713 INFO ok!
90762026-08-21T21:46:17.102Z[ recovery-image] Aug 21 21:46:15.713 INFO O| Aug 21 21:46:15.713 INFO STEP 70 (ensure_file) COMPLETE
90772026-08-21T21:46:17.110Z[ recovery-image] Aug 21 21:46:15.713 INFO O| Aug 21 21:46:15.713 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90782026-08-21T21:46:17.115Z[ recovery-image] Aug 21 21:46:15.722 INFO O| Aug 21 21:46:15.722 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
90792026-08-21T21:46:17.115Z[ recovery-image] Aug 21 21:46:15.723 INFO O| Aug 21 21:46:15.723 INFO STEP 71 (remove_files) COMPLETE
90802026-08-21T21:46:17.115Z[ recovery-image] Aug 21 21:46:15.723 INFO O| Aug 21 21:46:15.723 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90812026-08-21T21:46:17.121Z[ recovery-image] Aug 21 21:46:15.732 INFO O| Aug 21 21:46:15.732 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
90822026-08-21T21:46:17.121Z[ recovery-image] Aug 21 21:46:15.732 INFO O| Aug 21 21:46:15.732 INFO STEP 72 (remove_files) COMPLETE
90832026-08-21T21:46:17.124Z[ recovery-image] Aug 21 21:46:15.732 INFO O| Aug 21 21:46:15.732 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90842026-08-21T21:46:17.129Z[ recovery-image] Aug 21 21:46:15.742 INFO O| Aug 21 21:46:15.742 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
90852026-08-21T21:46:17.129Z[ recovery-image] Aug 21 21:46:15.742 INFO O| Aug 21 21:46:15.742 INFO STEP 73 (remove_files) COMPLETE
90862026-08-21T21:46:17.132Z[ recovery-image] Aug 21 21:46:15.742 INFO O| Aug 21 21:46:15.742 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90872026-08-21T21:46:17.140Z[ recovery-image] Aug 21 21:46:15.751 INFO O| Aug 21 21:46:15.751 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
90882026-08-21T21:46:17.140Z[ recovery-image] Aug 21 21:46:15.752 INFO O| Aug 21 21:46:15.752 INFO STEP 74 (remove_files) COMPLETE
90892026-08-21T21:46:17.140Z[ recovery-image] Aug 21 21:46:15.752 INFO O| Aug 21 21:46:15.752 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90902026-08-21T21:46:17.149Z[ recovery-image] Aug 21 21:46:15.761 INFO O| Aug 21 21:46:15.761 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
90912026-08-21T21:46:17.149Z[ recovery-image] Aug 21 21:46:15.761 INFO O| Aug 21 21:46:15.761 INFO STEP 75 (remove_files) COMPLETE
90922026-08-21T21:46:17.149Z[ recovery-image] Aug 21 21:46:15.761 INFO O| Aug 21 21:46:15.761 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90932026-08-21T21:46:17.159Z[ recovery-image] Aug 21 21:46:15.771 INFO O| Aug 21 21:46:15.771 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
90942026-08-21T21:46:17.159Z[ recovery-image] Aug 21 21:46:15.771 INFO O| Aug 21 21:46:15.771 INFO STEP 76 (remove_files) COMPLETE
90952026-08-21T21:46:17.163Z[ recovery-image] Aug 21 21:46:15.771 INFO O| Aug 21 21:46:15.771 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90962026-08-21T21:46:17.172Z[ recovery-image] Aug 21 21:46:15.781 INFO O| Aug 21 21:46:15.781 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
90972026-08-21T21:46:17.172Z[ recovery-image] Aug 21 21:46:15.781 INFO O| Aug 21 21:46:15.781 INFO STEP 77 (remove_files) COMPLETE
90982026-08-21T21:46:17.180Z[ recovery-image] Aug 21 21:46:15.781 INFO O| Aug 21 21:46:15.781 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90992026-08-21T21:46:17.180Z[ recovery-image] Aug 21 21:46:15.791 INFO O| Aug 21 21:46:15.791 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91002026-08-21T21:46:17.180Z[ recovery-image] Aug 21 21:46:15.791 INFO O| Aug 21 21:46:15.791 INFO STEP 78 (remove_files) COMPLETE
91012026-08-21T21:46:17.180Z[ recovery-image] Aug 21 21:46:15.791 INFO O| Aug 21 21:46:15.791 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91022026-08-21T21:46:17.191Z[ recovery-image] Aug 21 21:46:15.802 INFO O| Aug 21 21:46:15.802 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91032026-08-21T21:46:17.191Z[ recovery-image] Aug 21 21:46:15.802 INFO O| Aug 21 21:46:15.802 INFO STEP 79 (remove_files) COMPLETE
91042026-08-21T21:46:17.191Z[ recovery-image] Aug 21 21:46:15.802 INFO O| Aug 21 21:46:15.802 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91052026-08-21T21:46:17.196Z[ host-image] Aug 21 21:46:15.808 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24211:20260820T220130Z
91062026-08-21T21:46:17.196Z[ host-image] Aug 21 21:46:15.808 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24211:20260820T220130Z
91072026-08-21T21:46:17.201Z[ host-image] Aug 21 21:46:15.808 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
91082026-08-21T21:46:17.201Z[ host-image] Aug 21 21:46:15.808 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
91092026-08-21T21:46:17.201Z[ host-image] Aug 21 21:46:15.808 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
91102026-08-21T21:46:17.201Z[ host-image] Aug 21 21:46:15.808 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
91112026-08-21T21:46:17.201Z[ host-image] Aug 21 21:46:15.808 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
91122026-08-21T21:46:17.201Z[ host-image] Aug 21 21:46:15.808 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
91132026-08-21T21:46:17.201Z[ host-image] Aug 21 21:46:15.809 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@22.0.0.0-3.0:20260821T213207Z
91142026-08-21T21:46:17.201Z[ host-image] Aug 21 21:46:15.809 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
91152026-08-21T21:46:17.201Z[ host-image] Aug 21 21:46:15.809 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
91162026-08-21T21:46:17.201Z[ host-image] Aug 21 21:46:15.809 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24211:20260820T220130Z
91172026-08-21T21:46:17.201Z[ host-image] Aug 21 21:46:15.809 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24211:20260820T220131Z
91182026-08-21T21:46:17.201Z[ host-image] Aug 21 21:46:15.809 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24211:20260820T220131Z
91192026-08-21T21:46:17.201Z[ host-image] Aug 21 21:46:15.809 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24211:20260820T220131Z
91202026-08-21T21:46:17.201Z[ host-image] Aug 21 21:46:15.809 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
91212026-08-21T21:46:17.201Z[ host-image] Aug 21 21:46:15.810 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24211:20260820T220131Z
91222026-08-21T21:46:17.201Z[ host-image] Aug 21 21:46:15.810 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24211:20260820T220131Z
91232026-08-21T21:46:17.201Z[ host-image] Aug 21 21:46:15.810 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24211:20260820T220131Z
91242026-08-21T21:46:17.201Z[ host-image] Aug 21 21:46:15.810 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24211:20260820T220131Z
91252026-08-21T21:46:17.201Z[ host-image] Aug 21 21:46:15.810 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24211:20260820T220131Z
91262026-08-21T21:46:17.201Z[ host-image] Aug 21 21:46:15.810 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24211:20260820T220131Z
91272026-08-21T21:46:17.201Z[ host-image] Aug 21 21:46:15.810 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24211:20260820T220131Z
91282026-08-21T21:46:17.202Z[ host-image] Aug 21 21:46:15.810 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24211:20260820T220131Z
91292026-08-21T21:46:17.202Z[ host-image] Aug 21 21:46:15.810 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24211:20260820T220132Z
91302026-08-21T21:46:17.202Z[ host-image] Aug 21 21:46:15.810 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24211:20260820T220132Z
91312026-08-21T21:46:17.202Z[ host-image] Aug 21 21:46:15.810 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24211:20260820T220132Z
91322026-08-21T21:46:17.202Z[ host-image] Aug 21 21:46:15.810 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24211:20260820T220133Z
91332026-08-21T21:46:17.202Z[ host-image] Aug 21 21:46:15.811 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24211:20260820T220133Z
91342026-08-21T21:46:17.202Z[ host-image] Aug 21 21:46:15.811 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24211:20260820T220133Z
91352026-08-21T21:46:17.202Z[ host-image] Aug 21 21:46:15.811 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24211:20260820T220134Z
91362026-08-21T21:46:17.202Z[ host-image] Aug 21 21:46:15.811 INFO O| install = pkg://helios/driver/network/opte@0.41.504-3.0:20260725T001627Z
91372026-08-21T21:46:17.202Z[ host-image] Aug 21 21:46:15.811 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24211:20260820T220134Z
91382026-08-21T21:46:17.202Z[ host-image] Aug 21 21:46:15.811 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24211:20260820T220135Z
91392026-08-21T21:46:17.202Z[ host-image] Aug 21 21:46:15.811 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24211:20260820T220135Z
91402026-08-21T21:46:17.202Z[ host-image] Aug 21 21:46:15.811 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24211:20260820T220135Z
91412026-08-21T21:46:17.202Z[ host-image] Aug 21 21:46:15.811 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24211:20260820T220136Z
91422026-08-21T21:46:17.202Z[ host-image] Aug 21 21:46:15.811 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24211:20260820T220136Z
91432026-08-21T21:46:17.202Z[ host-image] Aug 21 21:46:15.811 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24211:20260820T220136Z
91442026-08-21T21:46:17.205Z[ recovery-image] Aug 21 21:46:15.813 INFO O| Aug 21 21:46:15.812 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91452026-08-21T21:46:17.205Z[ recovery-image] Aug 21 21:46:15.813 INFO O| Aug 21 21:46:15.813 INFO STEP 80 (remove_files) COMPLETE
91462026-08-21T21:46:17.205Z[ recovery-image] Aug 21 21:46:15.813 INFO O| Aug 21 21:46:15.813 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91472026-08-21T21:46:17.205Z[ host-image] Aug 21 21:46:15.814 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
91482026-08-21T21:46:17.205Z[ host-image] Aug 21 21:46:15.814 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24211:20260820T220136Z
91492026-08-21T21:46:17.205Z[ host-image] Aug 21 21:46:15.814 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
91502026-08-21T21:46:17.205Z[ host-image] Aug 21 21:46:15.814 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
91512026-08-21T21:46:17.205Z[ host-image] Aug 21 21:46:15.814 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
91522026-08-21T21:46:17.205Z[ host-image] Aug 21 21:46:15.814 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
91532026-08-21T21:46:17.205Z[ host-image] Aug 21 21:46:15.814 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24211:20260820T220137Z
91542026-08-21T21:46:17.205Z[ host-image] Aug 21 21:46:15.814 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
91552026-08-21T21:46:17.206Z[ host-image] Aug 21 21:46:15.815 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
91562026-08-21T21:46:17.206Z[ host-image] Aug 21 21:46:15.815 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
91572026-08-21T21:46:17.206Z[ host-image] Aug 21 21:46:15.815 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
91582026-08-21T21:46:17.209Z[ host-image] Aug 21 21:46:15.818 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
91592026-08-21T21:46:17.209Z[ host-image] Aug 21 21:46:15.818 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
91602026-08-21T21:46:17.209Z[ host-image] Aug 21 21:46:15.818 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
91612026-08-21T21:46:17.209Z[ host-image] Aug 21 21:46:15.819 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
91622026-08-21T21:46:17.209Z[ host-image] Aug 21 21:46:15.819 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
91632026-08-21T21:46:17.209Z[ host-image] Aug 21 21:46:15.819 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
91642026-08-21T21:46:17.212Z[ recovery-image] Aug 21 21:46:15.824 INFO O| Aug 21 21:46:15.824 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91652026-08-21T21:46:17.212Z[ recovery-image] Aug 21 21:46:15.824 INFO O| Aug 21 21:46:15.824 INFO STEP 81 (remove_files) COMPLETE
91662026-08-21T21:46:17.212Z[ recovery-image] Aug 21 21:46:15.824 INFO O| Aug 21 21:46:15.824 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91672026-08-21T21:46:17.219Z[ host-image] Aug 21 21:46:15.830 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
91682026-08-21T21:46:17.222Z[ host-image] Aug 21 21:46:15.831 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
91692026-08-21T21:46:17.222Z[ host-image] Aug 21 21:46:15.831 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
91702026-08-21T21:46:17.222Z[ host-image] Aug 21 21:46:15.831 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24211:20260820T220137Z
91712026-08-21T21:46:17.222Z[ host-image] Aug 21 21:46:15.831 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24211:20260820T220140Z
91722026-08-21T21:46:17.222Z[ host-image] Aug 21 21:46:15.831 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
91732026-08-21T21:46:17.222Z[ host-image] Aug 21 21:46:15.831 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24211:20260820T220140Z
91742026-08-21T21:46:17.222Z[ host-image] Aug 21 21:46:15.831 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
91752026-08-21T21:46:17.222Z[ host-image] Aug 21 21:46:15.831 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
91762026-08-21T21:46:17.223Z[ host-image] Aug 21 21:46:15.831 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
91772026-08-21T21:46:17.223Z[ host-image] Aug 21 21:46:15.831 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
91782026-08-21T21:46:17.223Z[ host-image] Aug 21 21:46:15.831 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24211:20260820T220140Z
91792026-08-21T21:46:17.223Z[ host-image] Aug 21 21:46:15.831 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
91802026-08-21T21:46:17.223Z[ host-image] Aug 21 21:46:15.832 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
91812026-08-21T21:46:17.226Z[ host-image] Aug 21 21:46:15.832 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
91822026-08-21T21:46:17.227Z[ host-image] Aug 21 21:46:15.832 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
91832026-08-21T21:46:17.227Z[ host-image] Aug 21 21:46:15.838 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24211:20260820T220140Z
91842026-08-21T21:46:17.227Z[ host-image] Aug 21 21:46:15.838 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
91852026-08-21T21:46:17.256Z[ host-image] Aug 21 21:46:15.864 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
91862026-08-21T21:46:17.256Z[ host-image] Aug 21 21:46:15.864 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24211:20260820T220141Z
91872026-08-21T21:46:17.261Z[ host-image] Aug 21 21:46:15.865 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24211:20260820T220141Z
91882026-08-21T21:46:17.262Z[ host-image] Aug 21 21:46:15.865 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24211:20260820T220141Z
91892026-08-21T21:46:17.262Z[ host-image] Aug 21 21:46:15.865 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
91902026-08-21T21:46:17.262Z[ host-image] Aug 21 21:46:15.865 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24211:20260820T220141Z
91912026-08-21T21:46:17.262Z[ host-image] Aug 21 21:46:15.865 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24211:20260820T220141Z
91922026-08-21T21:46:17.262Z[ host-image] Aug 21 21:46:15.865 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24211:20260820T220141Z
91932026-08-21T21:46:17.262Z[ host-image] Aug 21 21:46:15.866 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24211:20260820T220141Z
91942026-08-21T21:46:17.262Z[ host-image] Aug 21 21:46:15.867 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
91952026-08-21T21:46:17.263Z[ host-image] Aug 21 21:46:15.867 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24211:20260820T220142Z
91962026-08-21T21:46:17.263Z[ host-image] Aug 21 21:46:15.867 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24211:20260820T220142Z
91972026-08-21T21:46:17.263Z[ host-image] Aug 21 21:46:15.867 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
91982026-08-21T21:46:17.263Z[ host-image] Aug 21 21:46:15.867 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24211:20260820T220142Z
91992026-08-21T21:46:17.263Z[ host-image] Aug 21 21:46:15.867 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24211:20260820T220142Z
92002026-08-21T21:46:17.263Z[ host-image] Aug 21 21:46:15.867 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24211:20260820T220142Z
92012026-08-21T21:46:17.263Z[ host-image] Aug 21 21:46:15.867 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24211:20260820T220142Z
92022026-08-21T21:46:17.263Z[ host-image] Aug 21 21:46:15.870 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24211:20260820T220143Z
92032026-08-21T21:46:17.263Z[ host-image] Aug 21 21:46:15.870 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
92042026-08-21T21:46:17.263Z[ host-image] Aug 21 21:46:15.870 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24211:20260820T220143Z
92052026-08-21T21:46:17.263Z[ host-image] Aug 21 21:46:15.870 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24211:20260820T220143Z
92062026-08-21T21:46:17.263Z[ host-image] Aug 21 21:46:15.871 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24211:20260820T220143Z
92072026-08-21T21:46:17.264Z[ host-image] Aug 21 21:46:15.871 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24211:20260820T220143Z
92082026-08-21T21:46:17.264Z[ host-image] Aug 21 21:46:15.871 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24211:20260820T220143Z
92092026-08-21T21:46:17.264Z[ host-image] Aug 21 21:46:15.871 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24211:20260820T220143Z
92102026-08-21T21:46:17.264Z[ host-image] Aug 21 21:46:15.871 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24211:20260820T220143Z
92112026-08-21T21:46:17.264Z[ host-image] Aug 21 21:46:15.871 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24211:20260820T220143Z
92122026-08-21T21:46:17.274Z[ host-image] Aug 21 21:46:15.874 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24211:20260820T220144Z
92132026-08-21T21:46:17.275Z[ host-image] Aug 21 21:46:15.874 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24211:20260820T220143Z
92142026-08-21T21:46:17.275Z[ host-image] Aug 21 21:46:15.875 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24211:20260820T220144Z
92152026-08-21T21:46:17.275Z[ host-image] Aug 21 21:46:15.875 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24211:20260820T220144Z
92162026-08-21T21:46:17.275Z[ host-image] Aug 21 21:46:15.875 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24211:20260820T220144Z
92172026-08-21T21:46:17.275Z[ host-image] Aug 21 21:46:15.881 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24211:20260820T220145Z
92182026-08-21T21:46:17.275Z[ host-image] Aug 21 21:46:15.881 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24211:20260820T220144Z
92192026-08-21T21:46:17.275Z[ host-image] Aug 21 21:46:15.881 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24211:20260820T220144Z
92202026-08-21T21:46:17.275Z[ host-image] Aug 21 21:46:15.881 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
92212026-08-21T21:46:17.275Z[ host-image] Aug 21 21:46:15.881 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
92222026-08-21T21:46:17.288Z[ recovery-image] Aug 21 21:46:15.888 INFO O| Aug 21 21:46:15.888 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
92232026-08-21T21:46:17.289Z[ recovery-image] Aug 21 21:46:15.888 INFO O| Aug 21 21:46:15.888 INFO STEP 82 (remove_files) COMPLETE
92242026-08-21T21:46:17.289Z[ recovery-image] Aug 21 21:46:15.888 INFO O| Aug 21 21:46:15.888 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92252026-08-21T21:46:17.289Z[ host-image] Aug 21 21:46:15.890 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24211:20260820T220144Z
92262026-08-21T21:46:17.289Z[ host-image] Aug 21 21:46:15.890 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
92272026-08-21T21:46:17.289Z[ host-image] Aug 21 21:46:15.890 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24211:20260820T220144Z
92282026-08-21T21:46:17.289Z[ host-image] Aug 21 21:46:15.890 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24211:20260820T220144Z
92292026-08-21T21:46:17.289Z[ host-image] Aug 21 21:46:15.890 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24211:20260820T220144Z
92302026-08-21T21:46:17.289Z[ host-image] Aug 21 21:46:15.890 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
92312026-08-21T21:46:17.289Z[ host-image] Aug 21 21:46:15.891 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
92322026-08-21T21:46:17.289Z[ host-image] Aug 21 21:46:15.891 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24211:20260820T220145Z
92332026-08-21T21:46:17.289Z[ host-image] Aug 21 21:46:15.891 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24211:20260820T220145Z
92342026-08-21T21:46:17.289Z[ host-image] Aug 21 21:46:15.891 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24211:20260820T220145Z
92352026-08-21T21:46:17.289Z[ host-image] Aug 21 21:46:15.891 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24211:20260820T220145Z
92362026-08-21T21:46:17.289Z[ host-image] Aug 21 21:46:15.891 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24211:20260820T220145Z
92372026-08-21T21:46:17.290Z[ host-image] Aug 21 21:46:15.891 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24211:20260820T220145Z
92382026-08-21T21:46:17.290Z[ host-image] Aug 21 21:46:15.892 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
92392026-08-21T21:46:17.290Z[ host-image] Aug 21 21:46:15.892 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24211:20260820T220145Z
92402026-08-21T21:46:17.290Z[ host-image] Aug 21 21:46:15.893 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24211:20260820T220146Z
92412026-08-21T21:46:17.290Z[ host-image] Aug 21 21:46:15.893 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24211:20260820T220146Z
92422026-08-21T21:46:17.290Z[ host-image] Aug 21 21:46:15.893 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24211:20260820T220146Z
92432026-08-21T21:46:17.290Z[ host-image] Aug 21 21:46:15.893 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24211:20260820T220146Z
92442026-08-21T21:46:17.297Z[ host-image] Aug 21 21:46:15.893 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24211:20260820T220146Z
92452026-08-21T21:46:17.297Z[ host-image] Aug 21 21:46:15.893 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
92462026-08-21T21:46:17.297Z[ host-image] Aug 21 21:46:15.893 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
92472026-08-21T21:46:17.297Z[ host-image] Aug 21 21:46:15.893 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24211:20260820T220147Z
92482026-08-21T21:46:17.297Z[ host-image] Aug 21 21:46:15.894 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24211:20260820T220147Z
92492026-08-21T21:46:17.297Z[ host-image] Aug 21 21:46:15.894 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
92502026-08-21T21:46:17.297Z[ host-image] Aug 21 21:46:15.894 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
92512026-08-21T21:46:17.297Z[ host-image] Aug 21 21:46:15.894 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
92522026-08-21T21:46:17.297Z[ host-image] Aug 21 21:46:15.894 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
92532026-08-21T21:46:17.297Z[ host-image] Aug 21 21:46:15.894 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
92542026-08-21T21:46:17.297Z[ host-image] Aug 21 21:46:15.894 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
92552026-08-21T21:46:17.297Z[ host-image] Aug 21 21:46:15.895 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
92562026-08-21T21:46:17.297Z[ host-image] Aug 21 21:46:15.895 INFO O| tempdir @ "/tmp/.tmpEjB5wE/tmp"
92572026-08-21T21:46:17.297Z[ host-image] Aug 21 21:46:15.895 INFO O| image root @ "/tmp/.tmpEjB5wE/tmp/root"
92582026-08-21T21:46:17.297Z[ host-image] Aug 21 21:46:15.895 INFO O| creating image...
92592026-08-21T21:46:17.297Z[ recovery-image] Aug 21 21:46:15.899 INFO O| Aug 21 21:46:15.899 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
92602026-08-21T21:46:17.297Z[ recovery-image] Aug 21 21:46:15.900 INFO O| Aug 21 21:46:15.900 INFO STEP 83 (remove_files) COMPLETE
92612026-08-21T21:46:17.297Z[ recovery-image] Aug 21 21:46:15.900 INFO O| Aug 21 21:46:15.900 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92622026-08-21T21:46:17.302Z[ recovery-image] Aug 21 21:46:15.910 INFO O| Aug 21 21:46:15.910 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
92632026-08-21T21:46:17.302Z[ recovery-image] Aug 21 21:46:15.910 INFO O| Aug 21 21:46:15.910 INFO STEP 84 (remove_files) COMPLETE
92642026-08-21T21:46:17.302Z[ recovery-image] Aug 21 21:46:15.910 INFO O| Aug 21 21:46:15.910 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92652026-08-21T21:46:17.309Z[ recovery-image] Aug 21 21:46:15.921 INFO O| Aug 21 21:46:15.921 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
92662026-08-21T21:46:17.309Z[ recovery-image] Aug 21 21:46:15.921 INFO O| Aug 21 21:46:15.921 INFO STEP 85 (remove_files) COMPLETE
92672026-08-21T21:46:17.309Z[ recovery-image] Aug 21 21:46:15.921 INFO O| Aug 21 21:46:15.921 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92682026-08-21T21:46:17.319Z[ recovery-image] Aug 21 21:46:15.931 INFO O| Aug 21 21:46:15.931 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
92692026-08-21T21:46:17.319Z[ recovery-image] Aug 21 21:46:15.931 INFO O| Aug 21 21:46:15.931 INFO STEP 86 (remove_files) COMPLETE
92702026-08-21T21:46:17.322Z[ recovery-image] Aug 21 21:46:15.931 INFO O| Aug 21 21:46:15.931 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92712026-08-21T21:46:17.329Z[ recovery-image] Aug 21 21:46:15.942 INFO O| Aug 21 21:46:15.942 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
92722026-08-21T21:46:17.330Z[ recovery-image] Aug 21 21:46:15.942 INFO O| Aug 21 21:46:15.942 INFO STEP 87 (remove_files) COMPLETE
92732026-08-21T21:46:17.330Z[ recovery-image] Aug 21 21:46:15.942 INFO O| Aug 21 21:46:15.942 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92742026-08-21T21:46:17.346Z[ recovery-image] Aug 21 21:46:15.955 INFO O| Aug 21 21:46:15.955 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
92752026-08-21T21:46:17.346Z[ recovery-image] Aug 21 21:46:15.955 INFO O| Aug 21 21:46:15.955 INFO STEP 88 (remove_files) COMPLETE
92762026-08-21T21:46:17.346Z[ recovery-image] Aug 21 21:46:15.955 INFO O| Aug 21 21:46:15.955 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92772026-08-21T21:46:17.354Z[ recovery-image] Aug 21 21:46:15.966 INFO O| Aug 21 21:46:15.966 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
92782026-08-21T21:46:17.354Z[ recovery-image] Aug 21 21:46:15.966 INFO O| Aug 21 21:46:15.966 INFO STEP 89 (remove_files) COMPLETE
92792026-08-21T21:46:17.354Z[ recovery-image] Aug 21 21:46:15.966 INFO O| Aug 21 21:46:15.966 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92802026-08-21T21:46:17.364Z[ recovery-image] Aug 21 21:46:15.977 INFO O| Aug 21 21:46:15.977 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
92812026-08-21T21:46:17.364Z[ recovery-image] Aug 21 21:46:15.977 INFO O| Aug 21 21:46:15.977 INFO STEP 90 (remove_files) COMPLETE
92822026-08-21T21:46:17.365Z[ recovery-image] Aug 21 21:46:15.977 INFO O| Aug 21 21:46:15.977 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92832026-08-21T21:46:17.376Z[ recovery-image] Aug 21 21:46:15.988 INFO O| Aug 21 21:46:15.988 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
92842026-08-21T21:46:17.376Z[ recovery-image] Aug 21 21:46:15.988 INFO O| Aug 21 21:46:15.988 INFO STEP 91 (remove_files) COMPLETE
92852026-08-21T21:46:17.376Z[ recovery-image] Aug 21 21:46:15.988 INFO O| Aug 21 21:46:15.988 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92862026-08-21T21:46:17.386Z[ recovery-image] Aug 21 21:46:15.999 INFO O| Aug 21 21:46:15.998 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
92872026-08-21T21:46:17.386Z[ recovery-image] Aug 21 21:46:15.999 INFO O| Aug 21 21:46:15.999 INFO STEP 92 (remove_files) COMPLETE
92882026-08-21T21:46:17.391Z[ recovery-image] Aug 21 21:46:15.999 INFO O| Aug 21 21:46:15.999 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92892026-08-21T21:46:17.397Z[ recovery-image] Aug 21 21:46:16.009 INFO O| Aug 21 21:46:16.009 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
92902026-08-21T21:46:17.397Z[ recovery-image] Aug 21 21:46:16.009 INFO O| Aug 21 21:46:16.009 INFO STEP 93 (remove_files) COMPLETE
92912026-08-21T21:46:17.397Z[ recovery-image] Aug 21 21:46:16.009 INFO O| Aug 21 21:46:16.009 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92922026-08-21T21:46:17.407Z[ recovery-image] Aug 21 21:46:16.020 INFO O| Aug 21 21:46:16.020 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
92932026-08-21T21:46:17.407Z[ recovery-image] Aug 21 21:46:16.020 INFO O| Aug 21 21:46:16.020 INFO STEP 94 (remove_files) COMPLETE
92942026-08-21T21:46:17.410Z[ recovery-image] Aug 21 21:46:16.020 INFO O| Aug 21 21:46:16.020 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92952026-08-21T21:46:17.417Z[ recovery-image] Aug 21 21:46:16.030 INFO O| Aug 21 21:46:16.030 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
92962026-08-21T21:46:17.417Z[ recovery-image] Aug 21 21:46:16.030 INFO O| Aug 21 21:46:16.030 INFO STEP 95 (remove_files) COMPLETE
92972026-08-21T21:46:17.417Z[ recovery-image] Aug 21 21:46:16.030 INFO O| Aug 21 21:46:16.030 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92982026-08-21T21:46:17.426Z[ recovery-image] Aug 21 21:46:16.039 INFO O| Aug 21 21:46:16.039 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92992026-08-21T21:46:17.427Z[ recovery-image] Aug 21 21:46:16.039 INFO O| Aug 21 21:46:16.039 INFO STEP 96 (remove_files) COMPLETE
93002026-08-21T21:46:17.427Z[ recovery-image] Aug 21 21:46:16.039 INFO O| Aug 21 21:46:16.039 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93012026-08-21T21:46:17.438Z[ recovery-image] Aug 21 21:46:16.051 INFO O| Aug 21 21:46:16.050 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
93022026-08-21T21:46:17.438Z[ recovery-image] Aug 21 21:46:16.051 INFO O| Aug 21 21:46:16.051 INFO STEP 97 (remove_files) COMPLETE
93032026-08-21T21:46:17.438Z[ recovery-image] Aug 21 21:46:16.051 INFO O| Aug 21 21:46:16.051 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93042026-08-21T21:46:17.449Z[ recovery-image] Aug 21 21:46:16.061 INFO O| Aug 21 21:46:16.061 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
93052026-08-21T21:46:17.450Z[ recovery-image] Aug 21 21:46:16.061 INFO O| Aug 21 21:46:16.061 INFO STEP 98 (remove_files) COMPLETE
93062026-08-21T21:46:17.457Z[ recovery-image] Aug 21 21:46:16.061 INFO O| Aug 21 21:46:16.061 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93072026-08-21T21:46:17.463Z[ recovery-image] Aug 21 21:46:16.072 INFO O| Aug 21 21:46:16.071 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
93082026-08-21T21:46:17.463Z[ recovery-image] Aug 21 21:46:16.072 INFO O| Aug 21 21:46:16.072 INFO STEP 99 (remove_files) COMPLETE
93092026-08-21T21:46:17.463Z[ recovery-image] Aug 21 21:46:16.072 INFO O| Aug 21 21:46:16.072 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
93102026-08-21T21:46:17.476Z[ recovery-image] Aug 21 21:46:16.088 INFO O| Aug 21 21:46:16.088 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
93112026-08-21T21:46:17.476Z[ recovery-image] Aug 21 21:46:16.088 INFO O| Aug 21 21:46:16.088 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "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"}
93122026-08-21T21:46:21.531Z[ host-image] Aug 21 21:46:20.128 INFO O| copying publishers...
93132026-08-21T21:46:21.608Z[ recovery-image] Aug 21 21:46:20.195 INFO O| Aug 21 21:46:20.195 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
93142026-08-21T21:46:21.608Z[ recovery-image] Aug 21 21:46:20.195 INFO O| Aug 21 21:46:20.195 INFO E| svccfg: Loaded 69 smf(7) service descriptions
93152026-08-21T21:46:21.639Z[ recovery-image] Aug 21 21:46:20.210 INFO O| Aug 21 21:46:20.210 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
93162026-08-21T21:46:21.709Z[ recovery-image] Aug 21 21:46:20.308 INFO O| Aug 21 21:46:20.308 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
93172026-08-21T21:46:21.769Z[ recovery-image] Aug 21 21:46:20.369 INFO O| Aug 21 21:46:20.369 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"}
93182026-08-21T21:46:21.872Z[ recovery-image] Aug 21 21:46:20.437 INFO O| Aug 21 21:46:20.437 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
93192026-08-21T21:46:21.872Z[ recovery-image] Aug 21 21:46:20.437 INFO O| Aug 21 21:46:20.437 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 ...
93202026-08-21T21:46:21.872Z[ recovery-image] Aug 21 21:46:20.439 INFO O| Aug 21 21:46:20.439 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
93212026-08-21T21:46:21.872Z[ recovery-image] Aug 21 21:46:20.439 INFO O| Aug 21 21:46:20.439 INFO ok!
93222026-08-21T21:46:21.872Z[ recovery-image] Aug 21 21:46:20.439 INFO O| Aug 21 21:46:20.439 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
93232026-08-21T21:46:21.900Z[ recovery-image] Aug 21 21:46:20.439 INFO O| Aug 21 21:46:20.439 INFO STEP 100 (seed_smf) COMPLETE
93242026-08-21T21:46:21.900Z[ recovery-image] Aug 21 21:46:20.439 INFO O| Aug 21 21:46:20.439 INFO steps complete; finalising image!
93252026-08-21T21:46:21.900Z[ recovery-image] Aug 21 21:46:20.439 INFO O| Aug 21 21:46:20.439 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
93262026-08-21T21:46:21.937Z[ recovery-image] Aug 21 21:46:20.501 INFO O| Aug 21 21:46:20.501 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Fri Aug 21 21:46:20 2026)
93272026-08-21T21:46:22.138Z[ recovery-image] Aug 21 21:46:20.722 INFO O| Aug 21 21:46:20.709 INFO trim TEMPORARY-sled-zfs-recovery: (92% trimmed, started at Fri Aug 21 21:46:20 2026)
93282026-08-21T21:46:22.338Z[ recovery-image] Aug 21 21:46:20.932 INFO O| Aug 21 21:46:20.932 INFO temporary pool has 494M used, 1.27G avail, 1.00x compressratio
93292026-08-21T21:46:22.338Z[ recovery-image] Aug 21 21:46:20.932 INFO O| Aug 21 21:46:20.932 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93302026-08-21T21:46:23.001Z[ recovery-image] Aug 21 21:46:21.605 INFO O| Aug 21 21:46:21.605 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
93312026-08-21T21:46:23.001Z[ recovery-image] Aug 21 21:46:21.605 INFO O| Aug 21 21:46:21.605 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93322026-08-21T21:46:23.690Z[verify-libraries] Compiling oso v0.27.3
93332026-08-21T21:46:25.761Z[ recovery-image] Aug 21 21:46:24.369 INFO O| Aug 21 21:46:24.369 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93342026-08-21T21:46:25.761Z[ recovery-image] Aug 21 21:46:24.369 INFO O| Aug 21 21:46:24.369 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93352026-08-21T21:46:25.761Z[ recovery-image] Aug 21 21:46:24.369 INFO O| Aug 21 21:46:24.369 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93362026-08-21T21:46:25.767Z[ recovery-image] Aug 21 21:46:24.369 INFO O| Aug 21 21:46:24.369 INFO completed processing sled/zfs-recovery
93372026-08-21T21:46:25.767Z[ recovery-image] Aug 21 21:46:24.369 INFO O| Aug 21 21:46:24.369 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93382026-08-21T21:46:25.990Z[ host-image] Aug 21 21:46:24.602 INFO O| adding properties...
93392026-08-21T21:46:26.162Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93402026-08-21T21:46:26.345Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93412026-08-21T21:46:26.348Z[ recovery-image] Aug 21 21:46:24.956 INFO O| Aug 21 21:46:24.950 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93422026-08-21T21:46:26.462Z[ recovery-image] Aug 21 21:46:25.070 INFO BUILD STRING "heads/stlouis-0-ge6ec6e0e5f\n"
93432026-08-21T21:46:26.462Z[ recovery-image] Aug 21 21:46:25.070 INFO expanded image name: "recovery dabd5e5/${os_short_commit} 2026-08-21 21:32" -> "recovery dabd5e5/e6ec6e0 2026-08-21 21:32"
93442026-08-21T21:46:26.466Z[ recovery-image] Aug 21 21:46:25.070 INFO output artefacts stored in: "/work/os-recovery"
93452026-08-21T21:46:26.466Z[ recovery-image] Aug 21 21:46:25.070 INFO collecting git info from project "chelsio-t6-roms"...
93462026-08-21T21:46:26.480Z[ recovery-image] Aug 21 21:46:25.089 INFO collecting git info from project "amd-host-image-builder"...
93472026-08-21T21:46:26.518Z[ recovery-image] Aug 21 21:46:25.129 INFO collecting git info from project "image-builder"...
93482026-08-21T21:46:26.524Z[ recovery-image] Aug 21 21:46:25.136 INFO collecting git info from project "amd-firmware"...
93492026-08-21T21:46:26.989Z[ recovery-image] Aug 21 21:46:25.598 INFO collecting git info from project "pinprick"...
93502026-08-21T21:46:26.993Z[ recovery-image] Aug 21 21:46:25.605 INFO collecting git info from project "bootserver"...
93512026-08-21T21:46:27.002Z[ recovery-image] Aug 21 21:46:25.613 INFO collecting git info from project "phbl"...
93522026-08-21T21:46:27.009Z[ recovery-image] Aug 21 21:46:25.620 INFO collecting git info from project "dmar-report"...
93532026-08-21T21:46:27.020Z[ recovery-image] Aug 21 21:46:25.631 INFO collecting git info from project "pilot"...
93542026-08-21T21:46:27.034Z[ recovery-image] Aug 21 21:46:25.640 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
93552026-08-21T21:46:27.188Z[ host-image] Aug 21 21:46:25.800 INFO O| installing packages...
93562026-08-21T21:46:27.545Z[ recovery-image] Aug 21 21:46:26.157 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
93572026-08-21T21:46:27.932Z[ recovery-image] Aug 21 21:46:26.543 INFO creating Oxide boot image...
93582026-08-21T21:46:27.932Z[ recovery-image] Aug 21 21:46:26.543 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery dabd5e5/e6ec6e0 2026-08-21 21:32", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
93592026-08-21T21:46:36.590Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
93602026-08-21T21:46:37.502Z[ host-image] Aug 21 21:46:36.106 INFO O| seeding SMF database...
93612026-08-21T21:46:37.631Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
93622026-08-21T21:46:39.530Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
93632026-08-21T21:46:40.680Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
93642026-08-21T21:46:40.925Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
93652026-08-21T21:46:40.925Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
93662026-08-21T21:46:42.508Z[ host-image] Aug 21 21:46:41.121 INFO O| configuring SMF profile...
93672026-08-21T21:46:42.508Z[ host-image] Aug 21 21:46:41.121 INFO O| modifying shadow(5)...
93682026-08-21T21:46:42.512Z[ host-image] Aug 21 21:46:41.121 INFO O| loading user and group database...
93692026-08-21T21:46:42.512Z[ host-image] Aug 21 21:46:41.121 INFO O| loading facet selections...
93702026-08-21T21:46:43.088Z[ host-image] Aug 21 21:46:41.700 INFO O| devel -> true
93712026-08-21T21:46:43.088Z[ host-image] Aug 21 21:46:41.700 INFO O| doc.man -> true
93722026-08-21T21:46:43.089Z[ host-image] Aug 21 21:46:41.700 INFO O| version-lock.shell/ksh93 -> true
93732026-08-21T21:46:43.093Z[ host-image] Aug 21 21:46:41.700 INFO O| version-lock.system/data/hardware-registry -> true
93742026-08-21T21:46:43.093Z[ host-image] Aug 21 21:46:41.700 INFO O| version-lock.system/data/zoneinfo -> true
93752026-08-21T21:46:43.093Z[ host-image] Aug 21 21:46:41.700 INFO O| version-lock.system/microcode/amd -> true
93762026-08-21T21:46:43.093Z[ host-image] Aug 21 21:46:41.700 INFO O| version-lock.system/microcode/intel -> true
93772026-08-21T21:46:43.093Z[ host-image] Aug 21 21:46:41.700 INFO O| version-lock.system/microcode/oxide -> true
93782026-08-21T21:46:43.093Z[ host-image] Aug 21 21:46:41.700 INFO O| assessing packaged files...
93792026-08-21T21:46:45.177Z[ host-image] Aug 21 21:46:43.788 INFO O| creating archive...
93802026-08-21T21:46:45.198Z[ host-image] Aug 21 21:46:43.810 INFO O| missing from packaging:
93812026-08-21T21:46:45.199Z[ host-image] Aug 21 21:46:43.810 INFO O| "etc/.pwd.lock"
93822026-08-21T21:46:45.199Z[ host-image] Aug 21 21:46:43.810 INFO O| "etc/bash"
93832026-08-21T21:46:45.202Z[ host-image] Aug 21 21:46:43.814 INFO O| "etc/svc/profile/generic.xml"
93842026-08-21T21:46:45.203Z[ host-image] Aug 21 21:46:43.814 INFO O| "etc/svc/profile/inetd_services.xml"
93852026-08-21T21:46:45.203Z[ host-image] Aug 21 21:46:43.814 INFO O| "etc/svc/profile/name_service.xml"
93862026-08-21T21:46:45.203Z[ host-image] Aug 21 21:46:43.814 INFO O| "etc/svc/profile/platform.xml"
93872026-08-21T21:46:45.206Z[ host-image] Aug 21 21:46:43.814 INFO O| "etc/svc/profile/platform_omicron1.xml"
93882026-08-21T21:46:45.206Z[ host-image] Aug 21 21:46:43.814 INFO O| "etc/svc/repository.db"
93892026-08-21T21:46:45.209Z[ host-image] Aug 21 21:46:43.821 INFO O| "opt/ooce/share"
93902026-08-21T21:46:45.209Z[ host-image] Aug 21 21:46:43.821 INFO O| "opt/ooce/share/man"
93912026-08-21T21:46:45.209Z[ host-image] Aug 21 21:46:43.821 INFO O| "opt/ooce/share/man/man1"
93922026-08-21T21:46:45.218Z[ host-image] Aug 21 21:46:43.830 INFO O| finishing archive...
93932026-08-21T21:46:46.125Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
93942026-08-21T21:46:47.978Z[ host-image] Aug 21 21:46:46.590 INFO O| creating gzonly manifest...
93952026-08-21T21:46:48.016Z[ host-image] Aug 21 21:46:46.615 INFO O| ok
93962026-08-21T21:46:48.226Z[ host-image] Aug 21 21:46:46.838 INFO image builder template: ramdisk-02-trim...
93972026-08-21T21:46:48.229Z[ host-image] Aug 21 21:46:46.838 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/.tmpOp2Oxa/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
93982026-08-21T21:46:48.254Z[ host-image] Aug 21 21:46:46.866 INFO O| Aug 21 21:46:46.866 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93992026-08-21T21:46:48.258Z[ host-image] Aug 21 21:46:46.871 INFO O| Aug 21 21:46:46.871 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94002026-08-21T21:46:48.358Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94012026-08-21T21:46:49.036Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94022026-08-21T21:46:51.241Z[ host-image] Aug 21 21:46:49.853 INFO O| Aug 21 21:46:49.853 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94032026-08-21T21:46:51.929Z[ host-image] Aug 21 21:46:50.541 INFO O| Aug 21 21:46:50.513 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94042026-08-21T21:46:51.929Z[ host-image] Aug 21 21:46:50.541 INFO O| Aug 21 21:46:50.514 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94052026-08-21T21:46:51.929Z[ host-image] Aug 21 21:46:50.541 INFO O| Aug 21 21:46:50.519 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94062026-08-21T21:46:51.932Z[ host-image] Aug 21 21:46:50.541 INFO O| Aug 21 21:46:50.523 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94072026-08-21T21:46:51.932Z[ host-image] Aug 21 21:46:50.544 INFO O| Aug 21 21:46:50.543 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94082026-08-21T21:46:56.681Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94092026-08-21T21:47:00.749Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
94102026-08-21T21:47:01.907Z[ host-image] Aug 21 21:47:00.518 INFO O| Aug 21 21:47:00.518 INFO rolled back to input snapshot; work may begin
94112026-08-21T21:47:01.907Z[ host-image] Aug 21 21:47:00.518 INFO O| Aug 21 21:47:00.518 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94122026-08-21T21:47:01.911Z[ host-image] Aug 21 21:47:00.523 INFO O| Aug 21 21:47:00.523 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94132026-08-21T21:47:01.923Z[ host-image] Aug 21 21:47:00.535 INFO O| Aug 21 21:47:00.534 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94142026-08-21T21:47:01.965Z[ host-image] Aug 21 21:47:00.577 INFO O| Aug 21 21:47:00.577 INFO STEP 0 (remove_files) COMPLETE
94152026-08-21T21:47:01.965Z[ host-image] Aug 21 21:47:00.577 INFO O| Aug 21 21:47:00.577 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94162026-08-21T21:47:01.974Z[ host-image] Aug 21 21:47:00.586 INFO O| Aug 21 21:47:00.586 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94172026-08-21T21:47:01.978Z[ host-image] Aug 21 21:47:00.588 INFO O| Aug 21 21:47:00.588 INFO STEP 1 (remove_files) COMPLETE
94182026-08-21T21:47:01.978Z[ host-image] Aug 21 21:47:00.588 INFO O| Aug 21 21:47:00.588 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94192026-08-21T21:47:01.986Z[ host-image] Aug 21 21:47:00.598 INFO O| Aug 21 21:47:00.598 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94202026-08-21T21:47:02.000Z[ host-image] Aug 21 21:47:00.611 INFO O| Aug 21 21:47:00.610 INFO STEP 2 (remove_files) COMPLETE
94212026-08-21T21:47:02.000Z[ host-image] Aug 21 21:47:00.611 INFO O| Aug 21 21:47:00.610 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94222026-08-21T21:47:02.014Z[ host-image] Aug 21 21:47:00.621 INFO O| Aug 21 21:47:00.621 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94232026-08-21T21:47:02.025Z[ host-image] Aug 21 21:47:00.623 INFO O| Aug 21 21:47:00.623 INFO STEP 3 (remove_files) COMPLETE
94242026-08-21T21:47:02.025Z[ host-image] Aug 21 21:47:00.623 INFO O| Aug 21 21:47:00.623 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94252026-08-21T21:47:02.026Z[ host-image] Aug 21 21:47:00.633 INFO O| Aug 21 21:47:00.633 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94262026-08-21T21:47:02.029Z[ host-image] Aug 21 21:47:00.636 INFO O| Aug 21 21:47:00.636 INFO STEP 4 (remove_files) COMPLETE
94272026-08-21T21:47:02.030Z[ host-image] Aug 21 21:47:00.636 INFO O| Aug 21 21:47:00.636 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94282026-08-21T21:47:02.034Z[ host-image] Aug 21 21:47:00.645 INFO O| Aug 21 21:47:00.645 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94292026-08-21T21:47:02.038Z[ host-image] Aug 21 21:47:00.647 INFO O| Aug 21 21:47:00.647 INFO STEP 5 (remove_files) COMPLETE
94302026-08-21T21:47:02.038Z[ host-image] Aug 21 21:47:00.647 INFO O| Aug 21 21:47:00.647 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94312026-08-21T21:47:02.043Z[ host-image] Aug 21 21:47:00.655 INFO O| Aug 21 21:47:00.655 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94322026-08-21T21:47:02.054Z[ host-image] Aug 21 21:47:00.666 INFO O| Aug 21 21:47:00.666 INFO STEP 6 (remove_files) COMPLETE
94332026-08-21T21:47:02.054Z[ host-image] Aug 21 21:47:00.666 INFO O| Aug 21 21:47:00.666 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94342026-08-21T21:47:02.059Z[ host-image] Aug 21 21:47:00.666 INFO O| Aug 21 21:47:00.666 INFO skip step because feature "heliosv2" is not enabled
94352026-08-21T21:47:02.059Z[ host-image] Aug 21 21:47:00.666 INFO O| Aug 21 21:47:00.666 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94362026-08-21T21:47:02.064Z[ host-image] Aug 21 21:47:00.675 INFO O| Aug 21 21:47:00.675 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94372026-08-21T21:47:02.075Z[ host-image] Aug 21 21:47:00.687 INFO O| Aug 21 21:47:00.687 INFO STEP 8 (remove_files) COMPLETE
94382026-08-21T21:47:02.075Z[ host-image] Aug 21 21:47:00.687 INFO O| Aug 21 21:47:00.687 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94392026-08-21T21:47:02.086Z[ host-image] Aug 21 21:47:00.697 INFO O| Aug 21 21:47:00.697 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94402026-08-21T21:47:02.153Z[ host-image] Aug 21 21:47:00.764 INFO O| Aug 21 21:47:00.764 INFO STEP 9 (remove_files) COMPLETE
94412026-08-21T21:47:02.153Z[ host-image] Aug 21 21:47:00.764 INFO O| Aug 21 21:47:00.764 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94422026-08-21T21:47:02.162Z[ host-image] Aug 21 21:47:00.774 INFO O| Aug 21 21:47:00.774 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94432026-08-21T21:47:02.239Z[ host-image] Aug 21 21:47:00.850 INFO O| Aug 21 21:47:00.850 INFO STEP 10 (remove_files) COMPLETE
94442026-08-21T21:47:02.239Z[ host-image] Aug 21 21:47:00.850 INFO O| Aug 21 21:47:00.850 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94452026-08-21T21:47:02.249Z[ host-image] Aug 21 21:47:00.860 INFO O| Aug 21 21:47:00.860 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94462026-08-21T21:47:02.253Z[ host-image] Aug 21 21:47:00.863 INFO O| Aug 21 21:47:00.863 INFO STEP 11 (remove_files) COMPLETE
94472026-08-21T21:47:02.253Z[ host-image] Aug 21 21:47:00.863 INFO O| Aug 21 21:47:00.863 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94482026-08-21T21:47:02.261Z[ host-image] Aug 21 21:47:00.873 INFO O| Aug 21 21:47:00.873 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94492026-08-21T21:47:02.264Z[ host-image] Aug 21 21:47:00.874 INFO O| Aug 21 21:47:00.873 INFO STEP 12 (remove_files) COMPLETE
94502026-08-21T21:47:02.264Z[ host-image] Aug 21 21:47:00.874 INFO O| Aug 21 21:47:00.873 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94512026-08-21T21:47:02.270Z[ host-image] Aug 21 21:47:00.882 INFO O| Aug 21 21:47:00.882 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94522026-08-21T21:47:02.273Z[ host-image] Aug 21 21:47:00.883 INFO O| Aug 21 21:47:00.883 INFO STEP 13 (remove_files) COMPLETE
94532026-08-21T21:47:02.274Z[ host-image] Aug 21 21:47:00.883 INFO O| Aug 21 21:47:00.883 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94542026-08-21T21:47:02.285Z[ host-image] Aug 21 21:47:00.897 INFO O| Aug 21 21:47:00.897 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94552026-08-21T21:47:02.289Z[ host-image] Aug 21 21:47:00.897 INFO O| Aug 21 21:47:00.897 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94562026-08-21T21:47:02.289Z[ host-image] Aug 21 21:47:00.897 INFO O| Aug 21 21:47:00.897 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94572026-08-21T21:47:02.289Z[ host-image] Aug 21 21:47:00.897 INFO O| Aug 21 21:47:00.897 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94582026-08-21T21:47:02.289Z[ host-image] Aug 21 21:47:00.897 INFO O| Aug 21 21:47:00.897 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94592026-08-21T21:47:02.289Z[ host-image] Aug 21 21:47:00.897 INFO O| Aug 21 21:47:00.897 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94602026-08-21T21:47:02.289Z[ host-image] Aug 21 21:47:00.897 INFO O| Aug 21 21:47:00.897 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94612026-08-21T21:47:02.289Z[ host-image] Aug 21 21:47:00.897 INFO O| Aug 21 21:47:00.897 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94622026-08-21T21:47:02.289Z[ host-image] Aug 21 21:47:00.898 INFO O| Aug 21 21:47:00.898 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94632026-08-21T21:47:02.289Z[ host-image] Aug 21 21:47:00.898 INFO O| Aug 21 21:47:00.898 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94642026-08-21T21:47:02.289Z[ host-image] Aug 21 21:47:00.898 INFO O| Aug 21 21:47:00.898 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94652026-08-21T21:47:02.289Z[ host-image] Aug 21 21:47:00.898 INFO O| Aug 21 21:47:00.898 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94662026-08-21T21:47:02.289Z[ host-image] Aug 21 21:47:00.898 INFO O| Aug 21 21:47:00.898 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94672026-08-21T21:47:02.289Z[ host-image] Aug 21 21:47:00.898 INFO O| Aug 21 21:47:00.898 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94682026-08-21T21:47:02.289Z[ host-image] Aug 21 21:47:00.898 INFO O| Aug 21 21:47:00.898 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94692026-08-21T21:47:02.289Z[ host-image] Aug 21 21:47:00.898 INFO O| Aug 21 21:47:00.898 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94702026-08-21T21:47:02.297Z[ host-image] Aug 21 21:47:00.905 INFO O| Aug 21 21:47:00.905 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94712026-08-21T21:47:02.297Z[ host-image] Aug 21 21:47:00.905 INFO O| Aug 21 21:47:00.905 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94722026-08-21T21:47:02.489Z[ host-image] Aug 21 21:47:01.101 INFO O| Aug 21 21:47:01.101 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94732026-08-21T21:47:02.520Z[ host-image] Aug 21 21:47:01.132 INFO O| Aug 21 21:47:01.132 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94742026-08-21T21:47:02.526Z[ host-image] Aug 21 21:47:01.138 INFO O| Aug 21 21:47:01.138 INFO STEP 14 (remove_files) COMPLETE
94752026-08-21T21:47:02.526Z[ host-image] Aug 21 21:47:01.138 INFO O| Aug 21 21:47:01.138 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94762026-08-21T21:47:02.537Z[ host-image] Aug 21 21:47:01.150 INFO O| Aug 21 21:47:01.149 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
94772026-08-21T21:47:02.541Z[ host-image] Aug 21 21:47:01.151 INFO O| Aug 21 21:47:01.151 INFO STEP 15 (remove_files) COMPLETE
94782026-08-21T21:47:02.541Z[ host-image] Aug 21 21:47:01.151 INFO O| Aug 21 21:47:01.151 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94792026-08-21T21:47:02.549Z[ host-image] Aug 21 21:47:01.160 INFO O| Aug 21 21:47:01.160 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
94802026-08-21T21:47:02.555Z[ host-image] Aug 21 21:47:01.167 INFO O| Aug 21 21:47:01.167 INFO STEP 16 (remove_files) COMPLETE
94812026-08-21T21:47:02.555Z[ host-image] Aug 21 21:47:01.167 INFO O| Aug 21 21:47:01.167 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94822026-08-21T21:47:02.577Z[ host-image] Aug 21 21:47:01.178 INFO O| Aug 21 21:47:01.178 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
94832026-08-21T21:47:02.581Z[ host-image] Aug 21 21:47:01.178 INFO O| Aug 21 21:47:01.178 INFO STEP 17 (remove_files) COMPLETE
94842026-08-21T21:47:02.581Z[ host-image] Aug 21 21:47:01.178 INFO O| Aug 21 21:47:01.178 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94852026-08-21T21:47:02.581Z[ host-image] Aug 21 21:47:01.188 INFO O| Aug 21 21:47:01.188 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
94862026-08-21T21:47:02.581Z[ host-image] Aug 21 21:47:01.189 INFO O| Aug 21 21:47:01.189 INFO STEP 18 (remove_files) COMPLETE
94872026-08-21T21:47:02.581Z[ host-image] Aug 21 21:47:01.189 INFO O| Aug 21 21:47:01.189 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94882026-08-21T21:47:02.588Z[ host-image] Aug 21 21:47:01.200 INFO O| Aug 21 21:47:01.200 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
94892026-08-21T21:47:02.588Z[ host-image] Aug 21 21:47:01.200 INFO O| Aug 21 21:47:01.200 INFO STEP 19 (remove_files) COMPLETE
94902026-08-21T21:47:02.591Z[ host-image] Aug 21 21:47:01.200 INFO O| Aug 21 21:47:01.200 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94912026-08-21T21:47:02.597Z[ host-image] Aug 21 21:47:01.209 INFO O| Aug 21 21:47:01.209 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
94922026-08-21T21:47:02.597Z[ host-image] Aug 21 21:47:01.209 INFO O| Aug 21 21:47:01.209 INFO STEP 20 (remove_files) COMPLETE
94932026-08-21T21:47:02.601Z[ host-image] Aug 21 21:47:01.209 INFO O| Aug 21 21:47:01.209 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94942026-08-21T21:47:02.609Z[ host-image] Aug 21 21:47:01.221 INFO O| Aug 21 21:47:01.221 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
94952026-08-21T21:47:02.609Z[ host-image] Aug 21 21:47:01.221 INFO O| Aug 21 21:47:01.221 INFO STEP 21 (remove_files) COMPLETE
94962026-08-21T21:47:02.612Z[ host-image] Aug 21 21:47:01.221 INFO O| Aug 21 21:47:01.221 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94972026-08-21T21:47:02.618Z[ host-image] Aug 21 21:47:01.230 INFO O| Aug 21 21:47:01.230 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
94982026-08-21T21:47:02.622Z[ host-image] Aug 21 21:47:01.231 INFO O| Aug 21 21:47:01.231 INFO STEP 22 (remove_files) COMPLETE
94992026-08-21T21:47:02.622Z[ host-image] Aug 21 21:47:01.231 INFO O| Aug 21 21:47:01.231 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95002026-08-21T21:47:02.630Z[ host-image] Aug 21 21:47:01.241 INFO O| Aug 21 21:47:01.241 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95012026-08-21T21:47:02.633Z[ host-image] Aug 21 21:47:01.241 INFO O| Aug 21 21:47:01.241 INFO STEP 23 (remove_files) COMPLETE
95022026-08-21T21:47:02.633Z[ host-image] Aug 21 21:47:01.241 INFO O| Aug 21 21:47:01.241 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95032026-08-21T21:47:02.639Z[ host-image] Aug 21 21:47:01.251 INFO O| Aug 21 21:47:01.251 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95042026-08-21T21:47:02.643Z[ host-image] Aug 21 21:47:01.251 INFO O| Aug 21 21:47:01.251 INFO STEP 24 (remove_files) COMPLETE
95052026-08-21T21:47:02.643Z[ host-image] Aug 21 21:47:01.251 INFO O| Aug 21 21:47:01.251 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95062026-08-21T21:47:02.650Z[ host-image] Aug 21 21:47:01.262 INFO O| Aug 21 21:47:01.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95072026-08-21T21:47:02.650Z[ host-image] Aug 21 21:47:01.262 INFO O| Aug 21 21:47:01.262 INFO STEP 25 (remove_files) COMPLETE
95082026-08-21T21:47:02.650Z[ host-image] Aug 21 21:47:01.262 INFO O| Aug 21 21:47:01.262 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95092026-08-21T21:47:02.660Z[ host-image] Aug 21 21:47:01.272 INFO O| Aug 21 21:47:01.272 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95102026-08-21T21:47:02.660Z[ host-image] Aug 21 21:47:01.272 INFO O| Aug 21 21:47:01.272 INFO STEP 26 (remove_files) COMPLETE
95112026-08-21T21:47:02.661Z[ host-image] Aug 21 21:47:01.273 INFO O| Aug 21 21:47:01.272 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95122026-08-21T21:47:02.670Z[ host-image] Aug 21 21:47:01.282 INFO O| Aug 21 21:47:01.282 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95132026-08-21T21:47:02.670Z[ host-image] Aug 21 21:47:01.282 INFO O| Aug 21 21:47:01.282 INFO STEP 27 (remove_files) COMPLETE
95142026-08-21T21:47:02.673Z[ host-image] Aug 21 21:47:01.282 INFO O| Aug 21 21:47:01.282 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95152026-08-21T21:47:02.680Z[ host-image] Aug 21 21:47:01.292 INFO O| Aug 21 21:47:01.292 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95162026-08-21T21:47:02.680Z[ host-image] Aug 21 21:47:01.292 INFO O| Aug 21 21:47:01.292 INFO STEP 28 (remove_files) COMPLETE
95172026-08-21T21:47:02.680Z[ host-image] Aug 21 21:47:01.292 INFO O| Aug 21 21:47:01.292 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95182026-08-21T21:47:02.690Z[ host-image] Aug 21 21:47:01.302 INFO O| Aug 21 21:47:01.302 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95192026-08-21T21:47:02.693Z[ host-image] Aug 21 21:47:01.302 INFO O| Aug 21 21:47:01.302 INFO STEP 29 (remove_files) COMPLETE
95202026-08-21T21:47:02.693Z[ host-image] Aug 21 21:47:01.302 INFO O| Aug 21 21:47:01.302 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95212026-08-21T21:47:02.701Z[ host-image] Aug 21 21:47:01.311 INFO O| Aug 21 21:47:01.311 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95222026-08-21T21:47:02.701Z[ host-image] Aug 21 21:47:01.311 INFO O| Aug 21 21:47:01.311 INFO STEP 30 (remove_files) COMPLETE
95232026-08-21T21:47:02.705Z[ host-image] Aug 21 21:47:01.311 INFO O| Aug 21 21:47:01.311 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95242026-08-21T21:47:02.709Z[ host-image] Aug 21 21:47:01.321 INFO O| Aug 21 21:47:01.321 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95252026-08-21T21:47:02.709Z[ host-image] Aug 21 21:47:01.321 INFO O| Aug 21 21:47:01.321 INFO STEP 31 (remove_files) COMPLETE
95262026-08-21T21:47:02.712Z[ host-image] Aug 21 21:47:01.321 INFO O| Aug 21 21:47:01.321 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95272026-08-21T21:47:02.718Z[ host-image] Aug 21 21:47:01.330 INFO O| Aug 21 21:47:01.330 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95282026-08-21T21:47:02.718Z[ host-image] Aug 21 21:47:01.330 INFO O| Aug 21 21:47:01.330 INFO STEP 32 (remove_files) COMPLETE
95292026-08-21T21:47:02.718Z[ host-image] Aug 21 21:47:01.330 INFO O| Aug 21 21:47:01.330 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95302026-08-21T21:47:02.727Z[ host-image] Aug 21 21:47:01.339 INFO O| Aug 21 21:47:01.339 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95312026-08-21T21:47:02.730Z[ host-image] Aug 21 21:47:01.339 INFO O| Aug 21 21:47:01.339 INFO STEP 33 (remove_files) COMPLETE
95322026-08-21T21:47:02.730Z[ host-image] Aug 21 21:47:01.339 INFO O| Aug 21 21:47:01.339 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95332026-08-21T21:47:02.734Z[ host-image] Aug 21 21:47:01.347 INFO O| Aug 21 21:47:01.347 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95342026-08-21T21:47:02.738Z[ host-image] Aug 21 21:47:01.347 INFO O| Aug 21 21:47:01.347 INFO STEP 34 (remove_files) COMPLETE
95352026-08-21T21:47:02.738Z[ host-image] Aug 21 21:47:01.347 INFO O| Aug 21 21:47:01.347 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95362026-08-21T21:47:02.743Z[ host-image] Aug 21 21:47:01.355 INFO O| Aug 21 21:47:01.355 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95372026-08-21T21:47:02.743Z[ host-image] Aug 21 21:47:01.355 INFO O| Aug 21 21:47:01.355 INFO STEP 35 (remove_files) COMPLETE
95382026-08-21T21:47:02.747Z[ host-image] Aug 21 21:47:01.355 INFO O| Aug 21 21:47:01.355 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95392026-08-21T21:47:02.753Z[ host-image] Aug 21 21:47:01.365 INFO O| Aug 21 21:47:01.365 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95402026-08-21T21:47:02.754Z[ host-image] Aug 21 21:47:01.365 INFO O| Aug 21 21:47:01.365 INFO STEP 36 (remove_files) COMPLETE
95412026-08-21T21:47:02.754Z[ host-image] Aug 21 21:47:01.365 INFO O| Aug 21 21:47:01.365 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95422026-08-21T21:47:02.775Z[ host-image] Aug 21 21:47:01.373 INFO O| Aug 21 21:47:01.373 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95432026-08-21T21:47:02.775Z[ host-image] Aug 21 21:47:01.373 INFO O| Aug 21 21:47:01.373 INFO STEP 37 (remove_files) COMPLETE
95442026-08-21T21:47:02.809Z[ host-image] Aug 21 21:47:01.373 INFO O| Aug 21 21:47:01.373 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95452026-08-21T21:47:02.809Z[ host-image] Aug 21 21:47:01.380 INFO O| Aug 21 21:47:01.380 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95462026-08-21T21:47:02.810Z[ host-image] Aug 21 21:47:01.380 INFO O| Aug 21 21:47:01.380 INFO STEP 38 (remove_files) COMPLETE
95472026-08-21T21:47:02.810Z[ host-image] Aug 21 21:47:01.380 INFO O| Aug 21 21:47:01.380 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95482026-08-21T21:47:02.810Z[ host-image] Aug 21 21:47:01.387 INFO O| Aug 21 21:47:01.387 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95492026-08-21T21:47:02.810Z[ host-image] Aug 21 21:47:01.388 INFO O| Aug 21 21:47:01.388 INFO STEP 39 (remove_files) COMPLETE
95502026-08-21T21:47:02.810Z[ host-image] Aug 21 21:47:01.388 INFO O| Aug 21 21:47:01.388 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95512026-08-21T21:47:02.828Z[ host-image] Aug 21 21:47:01.395 INFO O| Aug 21 21:47:01.395 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95522026-08-21T21:47:02.828Z[ host-image] Aug 21 21:47:01.395 INFO O| Aug 21 21:47:01.395 INFO STEP 40 (remove_files) COMPLETE
95532026-08-21T21:47:02.828Z[ host-image] Aug 21 21:47:01.395 INFO O| Aug 21 21:47:01.395 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95542026-08-21T21:47:02.828Z[ host-image] Aug 21 21:47:01.405 INFO O| Aug 21 21:47:01.405 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95552026-08-21T21:47:02.828Z[ host-image] Aug 21 21:47:01.405 INFO O| Aug 21 21:47:01.405 INFO STEP 41 (remove_files) COMPLETE
95562026-08-21T21:47:02.828Z[ host-image] Aug 21 21:47:01.405 INFO O| Aug 21 21:47:01.405 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95572026-08-21T21:47:02.828Z[ host-image] Aug 21 21:47:01.414 INFO O| Aug 21 21:47:01.414 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95582026-08-21T21:47:02.828Z[ host-image] Aug 21 21:47:01.414 INFO O| Aug 21 21:47:01.414 INFO STEP 42 (remove_files) COMPLETE
95592026-08-21T21:47:02.828Z[ host-image] Aug 21 21:47:01.414 INFO O| Aug 21 21:47:01.414 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95602026-08-21T21:47:02.828Z[ host-image] Aug 21 21:47:01.425 INFO O| Aug 21 21:47:01.425 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95612026-08-21T21:47:02.828Z[ host-image] Aug 21 21:47:01.425 INFO O| Aug 21 21:47:01.425 INFO STEP 43 (remove_files) COMPLETE
95622026-08-21T21:47:02.828Z[ host-image] Aug 21 21:47:01.425 INFO O| Aug 21 21:47:01.425 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95632026-08-21T21:47:02.833Z[ host-image] Aug 21 21:47:01.435 INFO O| Aug 21 21:47:01.435 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95642026-08-21T21:47:02.833Z[ host-image] Aug 21 21:47:01.435 INFO O| Aug 21 21:47:01.435 INFO STEP 44 (remove_files) COMPLETE
95652026-08-21T21:47:02.833Z[ host-image] Aug 21 21:47:01.435 INFO O| Aug 21 21:47:01.435 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95662026-08-21T21:47:02.833Z[ host-image] Aug 21 21:47:01.444 INFO O| Aug 21 21:47:01.444 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95672026-08-21T21:47:02.833Z[ host-image] Aug 21 21:47:01.444 INFO O| Aug 21 21:47:01.444 INFO STEP 45 (remove_files) COMPLETE
95682026-08-21T21:47:02.833Z[ host-image] Aug 21 21:47:01.444 INFO O| Aug 21 21:47:01.444 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95692026-08-21T21:47:02.841Z[ host-image] Aug 21 21:47:01.453 INFO O| Aug 21 21:47:01.453 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95702026-08-21T21:47:02.844Z[ host-image] Aug 21 21:47:01.453 INFO O| Aug 21 21:47:01.453 INFO STEP 46 (remove_files) COMPLETE
95712026-08-21T21:47:02.844Z[ host-image] Aug 21 21:47:01.453 INFO O| Aug 21 21:47:01.453 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95722026-08-21T21:47:02.850Z[ host-image] Aug 21 21:47:01.461 INFO O| Aug 21 21:47:01.461 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95732026-08-21T21:47:02.855Z[ host-image] Aug 21 21:47:01.461 INFO O| Aug 21 21:47:01.461 INFO STEP 47 (remove_files) COMPLETE
95742026-08-21T21:47:02.855Z[ host-image] Aug 21 21:47:01.461 INFO O| Aug 21 21:47:01.461 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95752026-08-21T21:47:02.860Z[ host-image] Aug 21 21:47:01.471 INFO O| Aug 21 21:47:01.471 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
95762026-08-21T21:47:02.867Z[ host-image] Aug 21 21:47:01.471 INFO O| Aug 21 21:47:01.471 INFO STEP 48 (remove_files) COMPLETE
95772026-08-21T21:47:02.867Z[ host-image] Aug 21 21:47:01.471 INFO O| Aug 21 21:47:01.471 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95782026-08-21T21:47:02.875Z[ host-image] Aug 21 21:47:01.479 INFO O| Aug 21 21:47:01.479 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
95792026-08-21T21:47:02.875Z[ host-image] Aug 21 21:47:01.479 INFO O| Aug 21 21:47:01.479 INFO STEP 49 (remove_files) COMPLETE
95802026-08-21T21:47:02.875Z[ host-image] Aug 21 21:47:01.479 INFO O| Aug 21 21:47:01.479 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95812026-08-21T21:47:02.884Z[ host-image] Aug 21 21:47:01.489 INFO O| Aug 21 21:47:01.489 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
95822026-08-21T21:47:02.884Z[ host-image] Aug 21 21:47:01.489 INFO O| Aug 21 21:47:01.489 INFO STEP 50 (remove_files) COMPLETE
95832026-08-21T21:47:02.884Z[ host-image] Aug 21 21:47:01.489 INFO O| Aug 21 21:47:01.489 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95842026-08-21T21:47:02.889Z[ host-image] Aug 21 21:47:01.499 INFO O| Aug 21 21:47:01.499 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
95852026-08-21T21:47:02.889Z[ host-image] Aug 21 21:47:01.500 INFO O| Aug 21 21:47:01.499 INFO STEP 51 (remove_files) COMPLETE
95862026-08-21T21:47:02.889Z[ host-image] Aug 21 21:47:01.500 INFO O| Aug 21 21:47:01.500 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95872026-08-21T21:47:02.898Z[ host-image] Aug 21 21:47:01.510 INFO O| Aug 21 21:47:01.510 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
95882026-08-21T21:47:02.898Z[ host-image] Aug 21 21:47:01.510 INFO O| Aug 21 21:47:01.510 INFO STEP 52 (remove_files) COMPLETE
95892026-08-21T21:47:02.901Z[ host-image] Aug 21 21:47:01.510 INFO O| Aug 21 21:47:01.510 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95902026-08-21T21:47:02.908Z[ host-image] Aug 21 21:47:01.520 INFO O| Aug 21 21:47:01.520 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
95912026-08-21T21:47:02.911Z[ host-image] Aug 21 21:47:01.520 INFO O| Aug 21 21:47:01.520 INFO STEP 53 (remove_files) COMPLETE
95922026-08-21T21:47:02.911Z[ host-image] Aug 21 21:47:01.520 INFO O| Aug 21 21:47:01.520 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95932026-08-21T21:47:02.916Z[ host-image] Aug 21 21:47:01.528 INFO O| Aug 21 21:47:01.528 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
95942026-08-21T21:47:02.920Z[ host-image] Aug 21 21:47:01.528 INFO O| Aug 21 21:47:01.528 INFO STEP 54 (remove_files) COMPLETE
95952026-08-21T21:47:02.920Z[ host-image] Aug 21 21:47:01.528 INFO O| Aug 21 21:47:01.528 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95962026-08-21T21:47:02.924Z[ host-image] Aug 21 21:47:01.536 INFO O| Aug 21 21:47:01.536 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
95972026-08-21T21:47:02.927Z[ host-image] Aug 21 21:47:01.537 INFO O| Aug 21 21:47:01.537 INFO STEP 55 (remove_files) COMPLETE
95982026-08-21T21:47:02.928Z[ host-image] Aug 21 21:47:01.537 INFO O| Aug 21 21:47:01.537 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95992026-08-21T21:47:02.933Z[ host-image] Aug 21 21:47:01.544 INFO O| Aug 21 21:47:01.544 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96002026-08-21T21:47:02.933Z[ host-image] Aug 21 21:47:01.545 INFO O| Aug 21 21:47:01.545 INFO STEP 56 (remove_files) COMPLETE
96012026-08-21T21:47:02.936Z[ host-image] Aug 21 21:47:01.545 INFO O| Aug 21 21:47:01.545 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96022026-08-21T21:47:02.940Z[ host-image] Aug 21 21:47:01.552 INFO O| Aug 21 21:47:01.552 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96032026-08-21T21:47:02.943Z[ host-image] Aug 21 21:47:01.552 INFO O| Aug 21 21:47:01.552 INFO STEP 57 (remove_files) COMPLETE
96042026-08-21T21:47:02.943Z[ host-image] Aug 21 21:47:01.552 INFO O| Aug 21 21:47:01.552 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96052026-08-21T21:47:02.951Z[ host-image] Aug 21 21:47:01.563 INFO O| Aug 21 21:47:01.563 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96062026-08-21T21:47:02.955Z[ host-image] Aug 21 21:47:01.563 INFO O| Aug 21 21:47:01.563 INFO STEP 58 (remove_files) COMPLETE
96072026-08-21T21:47:02.955Z[ host-image] Aug 21 21:47:01.563 INFO O| Aug 21 21:47:01.563 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96082026-08-21T21:47:02.961Z[ host-image] Aug 21 21:47:01.573 INFO O| Aug 21 21:47:01.573 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96092026-08-21T21:47:02.961Z[ host-image] Aug 21 21:47:01.573 INFO O| Aug 21 21:47:01.573 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96102026-08-21T21:47:02.964Z[ host-image] Aug 21 21:47:01.573 INFO O| Aug 21 21:47:01.573 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96112026-08-21T21:47:02.964Z[ host-image] Aug 21 21:47:01.573 INFO O| Aug 21 21:47:01.573 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96122026-08-21T21:47:02.964Z[ host-image] Aug 21 21:47:01.573 INFO O| Aug 21 21:47:01.573 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96132026-08-21T21:47:02.964Z[ host-image] Aug 21 21:47:01.573 INFO O| Aug 21 21:47:01.573 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96142026-08-21T21:47:02.964Z[ host-image] Aug 21 21:47:01.573 INFO O| Aug 21 21:47:01.573 INFO ok!
96152026-08-21T21:47:02.964Z[ host-image] Aug 21 21:47:01.573 INFO O| Aug 21 21:47:01.573 INFO STEP 59 (ensure_file) COMPLETE
96162026-08-21T21:47:02.964Z[ host-image] Aug 21 21:47:01.573 INFO O| Aug 21 21:47:01.573 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96172026-08-21T21:47:02.969Z[ host-image] Aug 21 21:47:01.582 INFO O| Aug 21 21:47:01.582 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96182026-08-21T21:47:02.969Z[ host-image] Aug 21 21:47:01.582 INFO O| Aug 21 21:47:01.582 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96192026-08-21T21:47:02.972Z[ host-image] Aug 21 21:47:01.582 INFO O| Aug 21 21:47:01.582 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96202026-08-21T21:47:02.972Z[ host-image] Aug 21 21:47:01.582 INFO O| Aug 21 21:47:01.582 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96212026-08-21T21:47:02.972Z[ host-image] Aug 21 21:47:01.582 INFO O| Aug 21 21:47:01.582 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96222026-08-21T21:47:02.972Z[ host-image] Aug 21 21:47:01.582 INFO O| Aug 21 21:47:01.582 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96232026-08-21T21:47:02.972Z[ host-image] Aug 21 21:47:01.582 INFO O| Aug 21 21:47:01.582 INFO ok!
96242026-08-21T21:47:02.972Z[ host-image] Aug 21 21:47:01.582 INFO O| Aug 21 21:47:01.582 INFO STEP 60 (ensure_file) COMPLETE
96252026-08-21T21:47:02.972Z[ host-image] Aug 21 21:47:01.582 INFO O| Aug 21 21:47:01.582 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96262026-08-21T21:47:02.978Z[ host-image] Aug 21 21:47:01.590 INFO O| Aug 21 21:47:01.590 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96272026-08-21T21:47:02.979Z[ host-image] Aug 21 21:47:01.590 INFO O| Aug 21 21:47:01.590 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96282026-08-21T21:47:02.986Z[ host-image] Aug 21 21:47:01.590 INFO O| Aug 21 21:47:01.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96292026-08-21T21:47:02.986Z[ host-image] Aug 21 21:47:01.590 INFO O| Aug 21 21:47:01.590 INFO ok!
96302026-08-21T21:47:02.986Z[ host-image] Aug 21 21:47:01.590 INFO O| Aug 21 21:47:01.590 INFO STEP 61 (ensure_file) COMPLETE
96312026-08-21T21:47:02.986Z[ host-image] Aug 21 21:47:01.590 INFO O| Aug 21 21:47:01.590 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96322026-08-21T21:47:02.990Z[ host-image] Aug 21 21:47:01.599 INFO O| Aug 21 21:47:01.599 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96332026-08-21T21:47:02.990Z[ host-image] Aug 21 21:47:01.599 INFO O| Aug 21 21:47:01.599 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96342026-08-21T21:47:02.990Z[ host-image] Aug 21 21:47:01.599 INFO O| Aug 21 21:47:01.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96352026-08-21T21:47:02.990Z[ host-image] Aug 21 21:47:01.599 INFO O| Aug 21 21:47:01.599 INFO ok!
96362026-08-21T21:47:02.990Z[ host-image] Aug 21 21:47:01.599 INFO O| Aug 21 21:47:01.599 INFO STEP 62 (ensure_file) COMPLETE
96372026-08-21T21:47:02.990Z[ host-image] Aug 21 21:47:01.599 INFO O| Aug 21 21:47:01.599 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96382026-08-21T21:47:02.995Z[ host-image] Aug 21 21:47:01.607 INFO O| Aug 21 21:47:01.607 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96392026-08-21T21:47:02.995Z[ host-image] Aug 21 21:47:01.607 INFO O| Aug 21 21:47:01.607 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96402026-08-21T21:47:02.998Z[ host-image] Aug 21 21:47:01.607 INFO O| Aug 21 21:47:01.607 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96412026-08-21T21:47:02.998Z[ host-image] Aug 21 21:47:01.607 INFO O| Aug 21 21:47:01.607 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96422026-08-21T21:47:02.998Z[ host-image] Aug 21 21:47:01.607 INFO O| Aug 21 21:47:01.607 INFO ok!
96432026-08-21T21:47:02.998Z[ host-image] Aug 21 21:47:01.607 INFO O| Aug 21 21:47:01.607 INFO STEP 63 (ensure_file) COMPLETE
96442026-08-21T21:47:02.998Z[ host-image] Aug 21 21:47:01.607 INFO O| Aug 21 21:47:01.607 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96452026-08-21T21:47:03.004Z[ host-image] Aug 21 21:47:01.616 INFO O| Aug 21 21:47:01.616 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96462026-08-21T21:47:03.004Z[ host-image] Aug 21 21:47:01.616 INFO O| Aug 21 21:47:01.616 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96472026-08-21T21:47:03.007Z[ host-image] Aug 21 21:47:01.616 INFO O| Aug 21 21:47:01.616 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96482026-08-21T21:47:03.007Z[ host-image] Aug 21 21:47:01.616 INFO O| Aug 21 21:47:01.616 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96492026-08-21T21:47:03.007Z[ host-image] Aug 21 21:47:01.616 INFO O| Aug 21 21:47:01.616 INFO ok!
96502026-08-21T21:47:03.007Z[ host-image] Aug 21 21:47:01.616 INFO O| Aug 21 21:47:01.616 INFO STEP 64 (ensure_file) COMPLETE
96512026-08-21T21:47:03.007Z[ host-image] Aug 21 21:47:01.616 INFO O| Aug 21 21:47:01.616 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96522026-08-21T21:47:03.015Z[ host-image] Aug 21 21:47:01.627 INFO O| Aug 21 21:47:01.627 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96532026-08-21T21:47:03.015Z[ host-image] Aug 21 21:47:01.627 INFO O| Aug 21 21:47:01.627 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96542026-08-21T21:47:03.015Z[ host-image] Aug 21 21:47:01.627 INFO O| Aug 21 21:47:01.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96552026-08-21T21:47:03.018Z[ host-image] Aug 21 21:47:01.627 INFO O| Aug 21 21:47:01.627 INFO ok!
96562026-08-21T21:47:03.018Z[ host-image] Aug 21 21:47:01.627 INFO O| Aug 21 21:47:01.627 INFO STEP 65 (assemble_files) COMPLETE
96572026-08-21T21:47:03.018Z[ host-image] Aug 21 21:47:01.627 INFO O| Aug 21 21:47:01.627 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96582026-08-21T21:47:03.026Z[ host-image] Aug 21 21:47:01.638 INFO O| Aug 21 21:47:01.638 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96592026-08-21T21:47:03.026Z[ host-image] Aug 21 21:47:01.638 INFO O| Aug 21 21:47:01.638 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96602026-08-21T21:47:03.029Z[ host-image] Aug 21 21:47:01.638 INFO O| Aug 21 21:47:01.638 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96612026-08-21T21:47:03.029Z[ host-image] Aug 21 21:47:01.638 INFO O| Aug 21 21:47:01.638 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96622026-08-21T21:47:03.029Z[ host-image] Aug 21 21:47:01.638 INFO O| Aug 21 21:47:01.638 INFO ok!
96632026-08-21T21:47:03.029Z[ host-image] Aug 21 21:47:01.638 INFO O| Aug 21 21:47:01.638 INFO STEP 66 (ensure_file) COMPLETE
96642026-08-21T21:47:03.029Z[ host-image] Aug 21 21:47:01.638 INFO O| Aug 21 21:47:01.638 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96652026-08-21T21:47:03.037Z[ host-image] Aug 21 21:47:01.648 INFO O| Aug 21 21:47:01.648 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96662026-08-21T21:47:03.037Z[ host-image] Aug 21 21:47:01.648 INFO O| Aug 21 21:47:01.648 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96672026-08-21T21:47:03.037Z[ host-image] Aug 21 21:47:01.648 INFO O| Aug 21 21:47:01.648 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96682026-08-21T21:47:03.040Z[ host-image] Aug 21 21:47:01.648 INFO O| Aug 21 21:47:01.648 INFO STEP 67 (ensure_dir) COMPLETE
96692026-08-21T21:47:03.040Z[ host-image] Aug 21 21:47:01.648 INFO O| Aug 21 21:47:01.648 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96702026-08-21T21:47:03.046Z[ host-image] Aug 21 21:47:01.658 INFO O| Aug 21 21:47:01.658 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96712026-08-21T21:47:03.046Z[ host-image] Aug 21 21:47:01.658 INFO O| Aug 21 21:47:01.658 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 ...
96722026-08-21T21:47:03.054Z[ host-image] Aug 21 21:47:01.666 INFO O| Aug 21 21:47:01.666 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
96732026-08-21T21:47:03.054Z[ host-image] Aug 21 21:47:01.666 INFO O| Aug 21 21:47:01.666 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96742026-08-21T21:47:03.054Z[ host-image] Aug 21 21:47:01.666 INFO O| Aug 21 21:47:01.666 INFO ok!
96752026-08-21T21:47:03.057Z[ host-image] Aug 21 21:47:01.666 INFO O| Aug 21 21:47:01.666 INFO STEP 68 (ensure_file) COMPLETE
96762026-08-21T21:47:03.057Z[ host-image] Aug 21 21:47:01.666 INFO O| Aug 21 21:47:01.666 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96772026-08-21T21:47:03.064Z[ host-image] Aug 21 21:47:01.676 INFO O| Aug 21 21:47:01.676 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
96782026-08-21T21:47:03.064Z[ host-image] Aug 21 21:47:01.676 INFO O| Aug 21 21:47:01.676 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 ...
96792026-08-21T21:47:03.067Z[ host-image] Aug 21 21:47:01.676 INFO O| Aug 21 21:47:01.676 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
96802026-08-21T21:47:03.067Z[ host-image] Aug 21 21:47:01.676 INFO O| Aug 21 21:47:01.676 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
96812026-08-21T21:47:03.067Z[ host-image] Aug 21 21:47:01.676 INFO O| Aug 21 21:47:01.676 INFO ok!
96822026-08-21T21:47:03.067Z[ host-image] Aug 21 21:47:01.676 INFO O| Aug 21 21:47:01.676 INFO STEP 69 (ensure_file) COMPLETE
96832026-08-21T21:47:03.067Z[ host-image] Aug 21 21:47:01.676 INFO O| Aug 21 21:47:01.676 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96842026-08-21T21:47:03.081Z[ host-image] Aug 21 21:47:01.692 INFO O| Aug 21 21:47:01.692 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
96852026-08-21T21:47:03.081Z[ host-image] Aug 21 21:47:01.692 INFO O| Aug 21 21:47:01.692 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
96862026-08-21T21:47:04.694Z[ host-image] Aug 21 21:47:03.304 INFO O| Aug 21 21:47:03.304 INFO STEP 70 (pack_tar) COMPLETE
96872026-08-21T21:47:04.694Z[ host-image] Aug 21 21:47:03.305 INFO O| Aug 21 21:47:03.304 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
96882026-08-21T21:47:04.708Z[ host-image] Aug 21 21:47:03.305 INFO O| Aug 21 21:47:03.304 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
96892026-08-21T21:47:05.344Z[ host-image] Aug 21 21:47:03.956 INFO O| Aug 21 21:47:03.956 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
96902026-08-21T21:47:05.616Z[ host-image] Aug 21 21:47:04.228 INFO O| Aug 21 21:47:04.228 INFO completed processing sled/ramdisk-02-trim
96912026-08-21T21:47:05.620Z[ host-image] Aug 21 21:47:04.231 INFO image builder template: zfs...
96922026-08-21T21:47:05.620Z[ host-image] Aug 21 21:47:04.231 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/.tmpOp2Oxa/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "zfs"], pwd: None
96932026-08-21T21:47:05.632Z[ host-image] Aug 21 21:47:04.244 INFO O| Aug 21 21:47:04.244 INFO skip include "stress" because feature "stress" is not enabled
96942026-08-21T21:47:05.632Z[ host-image] Aug 21 21:47:04.244 INFO O| Aug 21 21:47:04.244 INFO skip include "stress" because feature "compliance" is not enabled
96952026-08-21T21:47:05.753Z[ host-image] Aug 21 21:47:04.365 INFO O| Aug 21 21:47:04.365 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
96962026-08-21T21:47:05.758Z[ host-image] Aug 21 21:47:04.369 INFO O| Aug 21 21:47:04.369 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
96972026-08-21T21:47:05.940Z[ host-image] Aug 21 21:47:04.552 INFO O| Aug 21 21:47:04.552 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
96982026-08-21T21:47:06.007Z[ host-image] Aug 21 21:47:04.612 INFO O| Aug 21 21:47:04.612 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
96992026-08-21T21:47:06.007Z[ host-image] Aug 21 21:47:04.612 INFO O| Aug 21 21:47:04.612 INFO work dataset: rpool/images/build/host/work/sled/zfs
97002026-08-21T21:47:06.014Z[ host-image] Aug 21 21:47:04.615 INFO O| Aug 21 21:47:04.615 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97012026-08-21T21:47:06.088Z[ host-image] Aug 21 21:47:04.699 INFO O| Aug 21 21:47:04.699 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97022026-08-21T21:47:06.134Z[ host-image] Aug 21 21:47:04.746 INFO O| Aug 21 21:47:04.746 INFO DESTROY POOL: TEMPORARY-sled-zfs
97032026-08-21T21:47:06.145Z[ host-image] Aug 21 21:47:04.754 INFO O| Aug 21 21:47:04.754 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97042026-08-21T21:47:06.148Z[ host-image] Aug 21 21:47:04.759 INFO O| Aug 21 21:47:04.759 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97052026-08-21T21:47:06.148Z[ host-image] Aug 21 21:47:04.759 INFO O| Aug 21 21:47:04.759 INFO no lofi found
97062026-08-21T21:47:06.148Z[ host-image] Aug 21 21:47:04.759 INFO O| Aug 21 21:47:04.759 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97072026-08-21T21:47:06.148Z[ host-image] Aug 21 21:47:04.759 INFO O| Aug 21 21:47:04.759 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97082026-08-21T21:47:08.389Z[ host-image] Aug 21 21:47:07.001 INFO O| Aug 21 21:47:07.001 INFO lofi device = /dev/dsk/c2t1d0p0
97092026-08-21T21:47:08.389Z[ host-image] Aug 21 21:47:07.001 INFO O| Aug 21 21:47:07.001 INFO pool device = /dev/dsk/c2t1d0p0
97102026-08-21T21:47:08.393Z[ host-image] Aug 21 21:47:07.001 INFO O| Aug 21 21:47:07.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"]
97112026-08-21T21:47:08.464Z[ host-image] Aug 21 21:47:07.075 INFO O| Aug 21 21:47:07.075 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97122026-08-21T21:47:08.464Z[ host-image] Aug 21 21:47:07.075 INFO O| Aug 21 21:47:07.075 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97132026-08-21T21:47:08.481Z[ host-image] Aug 21 21:47:07.093 INFO O| Aug 21 21:47:07.093 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97142026-08-21T21:47:08.647Z[ host-image] Aug 21 21:47:07.256 INFO O| Aug 21 21:47:07.256 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97152026-08-21T21:47:08.675Z[ host-image] Aug 21 21:47:07.287 INFO O| Aug 21 21:47:07.287 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97162026-08-21T21:47:08.687Z[ host-image] Aug 21 21:47:07.299 INFO O| Aug 21 21:47:07.299 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97172026-08-21T21:47:08.696Z[ host-image] Aug 21 21:47:07.309 INFO O| Aug 21 21:47:07.309 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97182026-08-21T21:47:08.732Z[ host-image] Aug 21 21:47:07.343 INFO O| Aug 21 21:47:07.343 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97192026-08-21T21:47:08.732Z[ host-image] Aug 21 21:47:07.343 INFO O| Aug 21 21:47:07.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97202026-08-21T21:47:08.735Z[ host-image] Aug 21 21:47:07.343 INFO O| Aug 21 21:47:07.343 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97212026-08-21T21:47:08.742Z[ host-image] Aug 21 21:47:07.354 INFO O| Aug 21 21:47:07.354 INFO boot environment UUID: e0307e78-3652-4bbf-b369-0afc5d1ec711
97222026-08-21T21:47:08.742Z[ host-image] Aug 21 21:47:07.354 INFO O| Aug 21 21:47:07.354 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = e0307e78-3652-4bbf-b369-0afc5d1ec711
97232026-08-21T21:47:08.753Z[ host-image] Aug 21 21:47:07.363 INFO O| Aug 21 21:47:07.363 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97242026-08-21T21:47:08.761Z[ host-image] Aug 21 21:47:07.373 INFO O| Aug 21 21:47:07.373 INFO STEP 0 (create_be) COMPLETE
97252026-08-21T21:47:08.761Z[ host-image] Aug 21 21:47:07.373 INFO O| Aug 21 21:47:07.373 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97262026-08-21T21:47:08.775Z[ host-image] Aug 21 21:47:07.387 INFO O| Aug 21 21:47:07.387 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97272026-08-21T21:47:10.213Z[ recovery-image] Aug 21 21:47:08.814 INFO O| ok, image written!
97282026-08-21T21:47:10.213Z[ recovery-image] Aug 21 21:47:08.814 INFO O| ok, boot_image_csum file written!
97292026-08-21T21:47:10.227Z[ recovery-image] Aug 21 21:47:08.816 INFO creating boot archive (CPIO)...
97302026-08-21T21:47:10.227Z[ recovery-image] Aug 21 21:47:08.816 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
97312026-08-21T21:47:10.227Z[ recovery-image] Aug 21 21:47:08.820 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
97322026-08-21T21:47:10.228Z[ recovery-image] Aug 21 21:47:08.820 INFO E| + outfile=/work/os-recovery/cpio
97332026-08-21T21:47:10.228Z[ recovery-image] Aug 21 21:47:08.820 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
97342026-08-21T21:47:10.228Z[ recovery-image] Aug 21 21:47:08.822 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
97352026-08-21T21:47:10.228Z[ recovery-image] Aug 21 21:47:08.822 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
97362026-08-21T21:47:10.255Z[ recovery-image] Aug 21 21:47:08.850 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
97372026-08-21T21:47:10.279Z[ recovery-image] Aug 21 21:47:08.850 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
97382026-08-21T21:47:10.279Z[ recovery-image] Aug 21 21:47:08.858 INFO creating compressed cpio/unix for dev loaders...
97392026-08-21T21:47:10.279Z[ recovery-image] Aug 21 21:47:08.858 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
97402026-08-21T21:47:10.505Z[ recovery-image] Aug 21 21:47:09.099 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
97412026-08-21T21:47:14.458Z[ recovery-image] Aug 21 21:47:13.069 INFO creating reset image...
97422026-08-21T21:47:14.458Z[ recovery-image] Aug 21 21:47:13.069 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")
97432026-08-21T21:47:14.729Z[ recovery-image] Aug 21 21:47:13.340 INFO E| Updating crates.io index
97442026-08-21T21:47:14.854Z[ recovery-image] Aug 21 21:47:13.463 INFO E| Downloading crates ...
97452026-08-21T21:47:14.904Z[ recovery-image] Aug 21 21:47:13.515 INFO E| Downloaded clap_lex v1.1.0
97462026-08-21T21:47:14.904Z[ recovery-image] Aug 21 21:47:13.515 INFO E| Downloaded os_pipe v1.2.3
97472026-08-21T21:47:14.904Z[ recovery-image] Aug 21 21:47:13.516 INFO E| Downloaded shared_child v1.1.1
97482026-08-21T21:47:14.908Z[ recovery-image] Aug 21 21:47:13.520 INFO E| Downloaded duct v1.1.1
97492026-08-21T21:47:14.913Z[ recovery-image] Aug 21 21:47:13.523 INFO E| Downloaded shared_thread v0.2.0
97502026-08-21T21:47:14.913Z[ recovery-image] Aug 21 21:47:13.523 INFO E| Downloaded colorchoice v1.0.5
97512026-08-21T21:47:14.913Z[ recovery-image] Aug 21 21:47:13.523 INFO E| Downloaded sigchld v0.2.4
97522026-08-21T21:47:14.966Z[ recovery-image] Aug 21 21:47:13.578 INFO E| Compiling libc v0.2.186
97532026-08-21T21:47:14.966Z[ recovery-image] Aug 21 21:47:13.578 INFO E| Compiling proc-macro2 v1.0.106
97542026-08-21T21:47:14.971Z[ recovery-image] Aug 21 21:47:13.578 INFO E| Compiling unicode-ident v1.0.24
97552026-08-21T21:47:14.971Z[ recovery-image] Aug 21 21:47:13.578 INFO E| Compiling quote v1.0.45
97562026-08-21T21:47:14.971Z[ recovery-image] Aug 21 21:47:13.578 INFO E| Compiling signal-hook v0.3.18
97572026-08-21T21:47:14.971Z[ recovery-image] Aug 21 21:47:13.578 INFO E| Compiling utf8parse v0.2.2
97582026-08-21T21:47:14.971Z[ recovery-image] Aug 21 21:47:13.578 INFO E| Compiling anstyle-query v1.1.5
97592026-08-21T21:47:14.971Z[ recovery-image] Aug 21 21:47:13.578 INFO E| Compiling anstyle v1.0.14
97602026-08-21T21:47:14.971Z[ recovery-image] Aug 21 21:47:13.578 INFO E| Compiling colorchoice v1.0.5
97612026-08-21T21:47:14.971Z[ recovery-image] Aug 21 21:47:13.578 INFO E| Compiling is_terminal_polyfill v1.70.2
97622026-08-21T21:47:14.971Z[ recovery-image] Aug 21 21:47:13.578 INFO E| Compiling clap_lex v1.1.0
97632026-08-21T21:47:14.971Z[ recovery-image] Aug 21 21:47:13.578 INFO E| Compiling heck v0.5.0
97642026-08-21T21:47:14.971Z[ recovery-image] Aug 21 21:47:13.578 INFO E| Compiling strsim v0.11.1
97652026-08-21T21:47:14.971Z[ recovery-image] Aug 21 21:47:13.578 INFO E| Compiling shared_thread v0.2.0
97662026-08-21T21:47:15.416Z[ recovery-image] Aug 21 21:47:14.028 INFO E| Compiling anstyle-parse v1.0.0
97672026-08-21T21:47:15.879Z[ recovery-image] Aug 21 21:47:14.490 INFO E| Compiling anstream v1.0.0
97682026-08-21T21:47:16.159Z[ recovery-image] Aug 21 21:47:14.771 INFO E| Compiling clap_builder v4.6.0
97692026-08-21T21:47:16.334Z[ recovery-image] Aug 21 21:47:14.946 INFO E| Compiling errno v0.3.14
97702026-08-21T21:47:16.334Z[ recovery-image] Aug 21 21:47:14.946 INFO E| Compiling os_pipe v1.2.3
97712026-08-21T21:47:16.440Z[ recovery-image] Aug 21 21:47:15.052 INFO E| Compiling signal-hook-registry v1.4.8
97722026-08-21T21:47:16.739Z[ recovery-image] Aug 21 21:47:15.345 INFO E| Compiling syn v2.0.117
97732026-08-21T21:47:16.973Z[ recovery-image] Aug 21 21:47:15.583 INFO E| Compiling sigchld v0.2.4
97742026-08-21T21:47:17.148Z[ recovery-image] Aug 21 21:47:15.756 INFO E| Compiling shared_child v1.1.1
97752026-08-21T21:47:17.333Z[ recovery-image] Aug 21 21:47:15.945 INFO E| Compiling duct v1.1.1
97762026-08-21T21:47:18.065Z[ host-image] Aug 21 21:47:16.676 INFO O| Aug 21 21:47:16.676 INFO STEP 1 (unpack_tar) COMPLETE
97772026-08-21T21:47:18.065Z[ host-image] Aug 21 21:47:16.676 INFO O| Aug 21 21:47:16.676 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97782026-08-21T21:47:18.074Z[ host-image] Aug 21 21:47:16.686 INFO O| Aug 21 21:47:16.686 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97792026-08-21T21:47:18.392Z[ host-image] Aug 21 21:47:17.004 INFO O| Aug 21 21:47:17.004 INFO STEP 2 (devfsadm) COMPLETE
97802026-08-21T21:47:18.392Z[ host-image] Aug 21 21:47:17.004 INFO O| Aug 21 21:47:17.004 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97812026-08-21T21:47:18.401Z[ host-image] Aug 21 21:47:17.013 INFO O| Aug 21 21:47:17.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97822026-08-21T21:47:18.401Z[ host-image] Aug 21 21:47:17.013 INFO O| Aug 21 21:47:17.013 INFO STEP 3 (ensure_dir) COMPLETE
97832026-08-21T21:47:18.405Z[ host-image] Aug 21 21:47:17.013 INFO O| Aug 21 21:47:17.013 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97842026-08-21T21:47:18.409Z[ host-image] Aug 21 21:47:17.021 INFO O| Aug 21 21:47:17.021 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97852026-08-21T21:47:18.409Z[ host-image] Aug 21 21:47:17.021 INFO O| Aug 21 21:47:17.021 INFO STEP 4 (ensure_dir) COMPLETE
97862026-08-21T21:47:18.409Z[ host-image] Aug 21 21:47:17.021 INFO O| Aug 21 21:47:17.021 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97872026-08-21T21:47:18.417Z[ host-image] Aug 21 21:47:17.029 INFO O| Aug 21 21:47:17.029 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97882026-08-21T21:47:18.417Z[ host-image] Aug 21 21:47:17.029 INFO O| Aug 21 21:47:17.029 INFO STEP 5 (ensure_dir) COMPLETE
97892026-08-21T21:47:18.421Z[ host-image] Aug 21 21:47:17.029 INFO O| Aug 21 21:47:17.029 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97902026-08-21T21:47:18.426Z[ host-image] Aug 21 21:47:17.038 INFO O| Aug 21 21:47:17.038 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97912026-08-21T21:47:18.426Z[ host-image] Aug 21 21:47:17.038 INFO O| Aug 21 21:47:17.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97922026-08-21T21:47:18.429Z[ host-image] Aug 21 21:47:17.038 INFO O| Aug 21 21:47:17.038 INFO STEP 6 (ensure_dir) COMPLETE
97932026-08-21T21:47:18.429Z[ host-image] Aug 21 21:47:17.038 INFO O| Aug 21 21:47:17.038 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97942026-08-21T21:47:18.432Z[ host-image] Aug 21 21:47:17.044 INFO O| Aug 21 21:47:17.044 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97952026-08-21T21:47:18.432Z[ host-image] Aug 21 21:47:17.044 INFO O| Aug 21 21:47:17.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97962026-08-21T21:47:18.433Z[ host-image] Aug 21 21:47:17.044 INFO O| Aug 21 21:47:17.044 INFO STEP 7 (ensure_dir) COMPLETE
97972026-08-21T21:47:18.433Z[ host-image] Aug 21 21:47:17.044 INFO O| Aug 21 21:47:17.044 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97982026-08-21T21:47:18.439Z[ host-image] Aug 21 21:47:17.051 INFO O| Aug 21 21:47:17.051 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97992026-08-21T21:47:18.443Z[ host-image] Aug 21 21:47:17.052 INFO O| Aug 21 21:47:17.052 INFO STEP 8 (remove_files) COMPLETE
98002026-08-21T21:47:18.443Z[ host-image] Aug 21 21:47:17.052 INFO O| Aug 21 21:47:17.052 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98012026-08-21T21:47:18.448Z[ host-image] Aug 21 21:47:17.059 INFO O| Aug 21 21:47:17.059 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98022026-08-21T21:47:18.452Z[ host-image] Aug 21 21:47:17.059 INFO O| Aug 21 21:47:17.059 INFO STEP 9 (remove_files) COMPLETE
98032026-08-21T21:47:18.452Z[ host-image] Aug 21 21:47:17.059 INFO O| Aug 21 21:47:17.059 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98042026-08-21T21:47:18.456Z[ host-image] Aug 21 21:47:17.068 INFO O| Aug 21 21:47:17.068 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98052026-08-21T21:47:18.459Z[ host-image] Aug 21 21:47:17.069 INFO O| Aug 21 21:47:17.069 INFO STEP 10 (remove_files) COMPLETE
98062026-08-21T21:47:18.459Z[ host-image] Aug 21 21:47:17.069 INFO O| Aug 21 21:47:17.069 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98072026-08-21T21:47:18.464Z[ host-image] Aug 21 21:47:17.076 INFO O| Aug 21 21:47:17.076 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98082026-08-21T21:47:18.467Z[ host-image] Aug 21 21:47:17.076 INFO O| Aug 21 21:47:17.076 INFO STEP 11 (remove_files) COMPLETE
98092026-08-21T21:47:18.467Z[ host-image] Aug 21 21:47:17.076 INFO O| Aug 21 21:47:17.076 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98102026-08-21T21:47:18.473Z[ host-image] Aug 21 21:47:17.085 INFO O| Aug 21 21:47:17.085 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98112026-08-21T21:47:18.477Z[ host-image] Aug 21 21:47:17.085 INFO O| Aug 21 21:47:17.085 INFO STEP 12 (remove_files) COMPLETE
98122026-08-21T21:47:18.477Z[ host-image] Aug 21 21:47:17.085 INFO O| Aug 21 21:47:17.085 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98132026-08-21T21:47:18.480Z[ host-image] Aug 21 21:47:17.092 INFO O| Aug 21 21:47:17.092 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98142026-08-21T21:47:18.480Z[ host-image] Aug 21 21:47:17.092 INFO O| Aug 21 21:47:17.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98152026-08-21T21:47:18.483Z[ host-image] Aug 21 21:47:17.092 INFO O| Aug 21 21:47:17.092 INFO STEP 13 (ensure_dir) COMPLETE
98162026-08-21T21:47:18.483Z[ host-image] Aug 21 21:47:17.092 INFO O| Aug 21 21:47:17.092 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98172026-08-21T21:47:18.488Z[ host-image] Aug 21 21:47:17.099 INFO O| Aug 21 21:47:17.099 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98182026-08-21T21:47:18.492Z[ host-image] Aug 21 21:47:17.099 INFO O| Aug 21 21:47:17.099 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98192026-08-21T21:47:18.492Z[ host-image] Aug 21 21:47:17.099 INFO O| Aug 21 21:47:17.099 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98202026-08-21T21:47:18.492Z[ host-image] Aug 21 21:47:17.099 INFO O| Aug 21 21:47:17.099 INFO STEP 14 (ensure_dir) COMPLETE
98212026-08-21T21:47:18.492Z[ host-image] Aug 21 21:47:17.099 INFO O| Aug 21 21:47:17.099 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98222026-08-21T21:47:18.495Z[ host-image] Aug 21 21:47:17.106 INFO O| Aug 21 21:47:17.106 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98232026-08-21T21:47:18.495Z[ host-image] Aug 21 21:47:17.106 INFO O| Aug 21 21:47:17.106 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98242026-08-21T21:47:18.495Z[ host-image] Aug 21 21:47:17.106 INFO O| Aug 21 21:47:17.106 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98252026-08-21T21:47:18.495Z[ host-image] Aug 21 21:47:17.106 INFO O| Aug 21 21:47:17.106 INFO STEP 15 (ensure_dir) COMPLETE
98262026-08-21T21:47:18.495Z[ host-image] Aug 21 21:47:17.106 INFO O| Aug 21 21:47:17.106 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98272026-08-21T21:47:18.502Z[ host-image] Aug 21 21:47:17.114 INFO O| Aug 21 21:47:17.114 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98282026-08-21T21:47:18.503Z[ host-image] Aug 21 21:47:17.114 INFO O| Aug 21 21:47:17.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98292026-08-21T21:47:18.506Z[ host-image] Aug 21 21:47:17.114 INFO O| Aug 21 21:47:17.114 INFO STEP 16 (ensure_dir) COMPLETE
98302026-08-21T21:47:18.506Z[ host-image] Aug 21 21:47:17.114 INFO O| Aug 21 21:47:17.114 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98312026-08-21T21:47:18.510Z[ host-image] Aug 21 21:47:17.122 INFO O| Aug 21 21:47:17.122 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98322026-08-21T21:47:18.510Z[ host-image] Aug 21 21:47:17.122 INFO O| Aug 21 21:47:17.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98332026-08-21T21:47:18.514Z[ host-image] Aug 21 21:47:17.122 INFO O| Aug 21 21:47:17.122 INFO STEP 17 (ensure_dir) COMPLETE
98342026-08-21T21:47:18.514Z[ host-image] Aug 21 21:47:17.122 INFO O| Aug 21 21:47:17.122 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98352026-08-21T21:47:18.517Z[ host-image] Aug 21 21:47:17.129 INFO O| Aug 21 21:47:17.129 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98362026-08-21T21:47:18.517Z[ host-image] Aug 21 21:47:17.129 INFO O| Aug 21 21:47:17.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98372026-08-21T21:47:18.517Z[ host-image] Aug 21 21:47:17.129 INFO O| Aug 21 21:47:17.129 INFO ok!
98382026-08-21T21:47:18.517Z[ host-image] Aug 21 21:47:17.129 INFO O| Aug 21 21:47:17.129 INFO STEP 18 (ensure_symlink) COMPLETE
98392026-08-21T21:47:18.517Z[ host-image] Aug 21 21:47:17.129 INFO O| Aug 21 21:47:17.129 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98402026-08-21T21:47:18.523Z[ host-image] Aug 21 21:47:17.135 INFO O| Aug 21 21:47:17.135 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98412026-08-21T21:47:18.523Z[ host-image] Aug 21 21:47:17.135 INFO O| Aug 21 21:47:17.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98422026-08-21T21:47:18.527Z[ host-image] Aug 21 21:47:17.135 INFO O| Aug 21 21:47:17.135 INFO ok!
98432026-08-21T21:47:18.527Z[ host-image] Aug 21 21:47:17.135 INFO O| Aug 21 21:47:17.135 INFO STEP 19 (ensure_file) COMPLETE
98442026-08-21T21:47:18.527Z[ host-image] Aug 21 21:47:17.135 INFO O| Aug 21 21:47:17.135 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98452026-08-21T21:47:18.530Z[ host-image] Aug 21 21:47:17.142 INFO O| Aug 21 21:47:17.142 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98462026-08-21T21:47:18.530Z[ host-image] Aug 21 21:47:17.142 INFO O| Aug 21 21:47:17.142 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98472026-08-21T21:47:18.530Z[ host-image] Aug 21 21:47:17.142 INFO O| Aug 21 21:47:17.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98482026-08-21T21:47:18.530Z[ host-image] Aug 21 21:47:17.142 INFO O| Aug 21 21:47:17.142 INFO ok!
98492026-08-21T21:47:18.530Z[ host-image] Aug 21 21:47:17.142 INFO O| Aug 21 21:47:17.142 INFO STEP 20 (ensure_symlink) COMPLETE
98502026-08-21T21:47:18.530Z[ host-image] Aug 21 21:47:17.142 INFO O| Aug 21 21:47:17.142 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98512026-08-21T21:47:18.538Z[ host-image] Aug 21 21:47:17.150 INFO O| Aug 21 21:47:17.150 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98522026-08-21T21:47:18.538Z[ host-image] Aug 21 21:47:17.150 INFO O| Aug 21 21:47:17.150 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98532026-08-21T21:47:18.538Z[ host-image] Aug 21 21:47:17.150 INFO O| Aug 21 21:47:17.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98542026-08-21T21:47:18.538Z[ host-image] Aug 21 21:47:17.150 INFO O| Aug 21 21:47:17.150 INFO ok!
98552026-08-21T21:47:18.542Z[ host-image] Aug 21 21:47:17.150 INFO O| Aug 21 21:47:17.150 INFO STEP 21 (ensure_symlink) COMPLETE
98562026-08-21T21:47:18.542Z[ host-image] Aug 21 21:47:17.150 INFO O| Aug 21 21:47:17.150 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98572026-08-21T21:47:18.547Z[ host-image] Aug 21 21:47:17.158 INFO O| Aug 21 21:47:17.158 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98582026-08-21T21:47:18.547Z[ host-image] Aug 21 21:47:17.158 INFO O| Aug 21 21:47:17.158 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98592026-08-21T21:47:18.551Z[ host-image] Aug 21 21:47:17.158 INFO O| Aug 21 21:47:17.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98602026-08-21T21:47:18.551Z[ host-image] Aug 21 21:47:17.158 INFO O| Aug 21 21:47:17.158 INFO ok!
98612026-08-21T21:47:18.551Z[ host-image] Aug 21 21:47:17.158 INFO O| Aug 21 21:47:17.158 INFO STEP 22 (ensure_symlink) COMPLETE
98622026-08-21T21:47:18.551Z[ host-image] Aug 21 21:47:17.158 INFO O| Aug 21 21:47:17.158 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98632026-08-21T21:47:18.554Z[ host-image] Aug 21 21:47:17.166 INFO O| Aug 21 21:47:17.166 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98642026-08-21T21:47:18.554Z[ host-image] Aug 21 21:47:17.166 INFO O| Aug 21 21:47:17.166 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98652026-08-21T21:47:18.560Z[ host-image] Aug 21 21:47:17.166 INFO O| Aug 21 21:47:17.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98662026-08-21T21:47:18.560Z[ host-image] Aug 21 21:47:17.166 INFO O| Aug 21 21:47:17.166 INFO ok!
98672026-08-21T21:47:18.560Z[ host-image] Aug 21 21:47:17.166 INFO O| Aug 21 21:47:17.166 INFO STEP 23 (ensure_symlink) COMPLETE
98682026-08-21T21:47:18.560Z[ host-image] Aug 21 21:47:17.166 INFO O| Aug 21 21:47:17.166 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98692026-08-21T21:47:18.563Z[ host-image] Aug 21 21:47:17.175 INFO O| Aug 21 21:47:17.175 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98702026-08-21T21:47:18.563Z[ host-image] Aug 21 21:47:17.175 INFO O| Aug 21 21:47:17.175 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98712026-08-21T21:47:18.563Z[ host-image] Aug 21 21:47:17.175 INFO O| Aug 21 21:47:17.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98722026-08-21T21:47:18.563Z[ host-image] Aug 21 21:47:17.175 INFO O| Aug 21 21:47:17.175 INFO ok!
98732026-08-21T21:47:18.563Z[ host-image] Aug 21 21:47:17.175 INFO O| Aug 21 21:47:17.175 INFO STEP 24 (ensure_file) COMPLETE
98742026-08-21T21:47:18.564Z[ host-image] Aug 21 21:47:17.175 INFO O| Aug 21 21:47:17.175 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98752026-08-21T21:47:18.570Z[ host-image] Aug 21 21:47:17.182 INFO O| Aug 21 21:47:17.182 INFO updating shadow file
98762026-08-21T21:47:18.574Z[ host-image] Aug 21 21:47:17.183 INFO O| Aug 21 21:47:17.183 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98772026-08-21T21:47:18.574Z[ host-image] Aug 21 21:47:17.183 INFO O| Aug 21 21:47:17.183 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98782026-08-21T21:47:18.574Z[ host-image] Aug 21 21:47:17.183 INFO O| Aug 21 21:47:17.183 INFO STEP 25 (shadow) COMPLETE
98792026-08-21T21:47:18.574Z[ host-image] Aug 21 21:47:17.183 INFO O| Aug 21 21:47:17.183 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98802026-08-21T21:47:18.578Z[ host-image] Aug 21 21:47:17.190 INFO O| Aug 21 21:47:17.190 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98812026-08-21T21:47:18.578Z[ host-image] Aug 21 21:47:17.190 INFO O| Aug 21 21:47:17.190 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98822026-08-21T21:47:18.578Z[ host-image] Aug 21 21:47:17.190 INFO O| Aug 21 21:47:17.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98832026-08-21T21:47:18.581Z[ host-image] Aug 21 21:47:17.190 INFO O| Aug 21 21:47:17.190 INFO ok!
98842026-08-21T21:47:18.581Z[ host-image] Aug 21 21:47:17.190 INFO O| Aug 21 21:47:17.190 INFO STEP 26 (ensure_file) COMPLETE
98852026-08-21T21:47:18.581Z[ host-image] Aug 21 21:47:17.190 INFO O| Aug 21 21:47:17.190 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98862026-08-21T21:47:18.585Z[ host-image] Aug 21 21:47:17.196 INFO O| Aug 21 21:47:17.196 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98872026-08-21T21:47:18.585Z[ host-image] Aug 21 21:47:17.196 INFO O| Aug 21 21:47:17.196 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98882026-08-21T21:47:18.585Z[ host-image] Aug 21 21:47:17.196 INFO O| Aug 21 21:47:17.196 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98892026-08-21T21:47:18.585Z[ host-image] Aug 21 21:47:17.196 INFO O| Aug 21 21:47:17.196 INFO ok!
98902026-08-21T21:47:18.585Z[ host-image] Aug 21 21:47:17.196 INFO O| Aug 21 21:47:17.196 INFO STEP 27 (ensure_file) COMPLETE
98912026-08-21T21:47:18.585Z[ host-image] Aug 21 21:47:17.196 INFO O| Aug 21 21:47:17.196 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98922026-08-21T21:47:18.592Z[ host-image] Aug 21 21:47:17.204 INFO O| Aug 21 21:47:17.204 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98932026-08-21T21:47:18.592Z[ host-image] Aug 21 21:47:17.204 INFO O| Aug 21 21:47:17.204 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98942026-08-21T21:47:18.596Z[ host-image] Aug 21 21:47:17.204 INFO O| Aug 21 21:47:17.204 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98952026-08-21T21:47:18.596Z[ host-image] Aug 21 21:47:17.204 INFO O| Aug 21 21:47:17.204 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98962026-08-21T21:47:18.596Z[ host-image] Aug 21 21:47:17.204 INFO O| Aug 21 21:47:17.204 INFO ok!
98972026-08-21T21:47:18.596Z[ host-image] Aug 21 21:47:17.204 INFO O| Aug 21 21:47:17.204 INFO STEP 28 (ensure_file) COMPLETE
98982026-08-21T21:47:18.596Z[ host-image] Aug 21 21:47:17.204 INFO O| Aug 21 21:47:17.204 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98992026-08-21T21:47:18.599Z[ host-image] Aug 21 21:47:17.211 INFO O| Aug 21 21:47:17.211 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99002026-08-21T21:47:18.599Z[ host-image] Aug 21 21:47:17.211 INFO O| Aug 21 21:47:17.211 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99012026-08-21T21:47:18.599Z[ host-image] Aug 21 21:47:17.211 INFO O| Aug 21 21:47:17.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99022026-08-21T21:47:18.599Z[ host-image] Aug 21 21:47:17.211 INFO O| Aug 21 21:47:17.211 INFO ok!
99032026-08-21T21:47:18.599Z[ host-image] Aug 21 21:47:17.211 INFO O| Aug 21 21:47:17.211 INFO STEP 29 (ensure_file) COMPLETE
99042026-08-21T21:47:18.599Z[ host-image] Aug 21 21:47:17.211 INFO O| Aug 21 21:47:17.211 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99052026-08-21T21:47:18.606Z[ host-image] Aug 21 21:47:17.217 INFO O| Aug 21 21:47:17.217 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99062026-08-21T21:47:18.606Z[ host-image] Aug 21 21:47:17.217 INFO O| Aug 21 21:47:17.217 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99072026-08-21T21:47:18.606Z[ host-image] Aug 21 21:47:17.217 INFO O| Aug 21 21:47:17.217 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99082026-08-21T21:47:18.609Z[ host-image] Aug 21 21:47:17.217 INFO O| Aug 21 21:47:17.217 INFO STEP 30 (ensure_dir) COMPLETE
99092026-08-21T21:47:18.609Z[ host-image] Aug 21 21:47:17.217 INFO O| Aug 21 21:47:17.217 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99102026-08-21T21:47:18.613Z[ host-image] Aug 21 21:47:17.225 INFO O| Aug 21 21:47:17.225 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99112026-08-21T21:47:18.613Z[ host-image] Aug 21 21:47:17.225 INFO O| Aug 21 21:47:17.225 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99122026-08-21T21:47:18.616Z[ host-image] Aug 21 21:47:17.225 INFO O| Aug 21 21:47:17.225 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99132026-08-21T21:47:18.616Z[ host-image] Aug 21 21:47:17.225 INFO O| Aug 21 21:47:17.225 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99142026-08-21T21:47:18.616Z[ host-image] Aug 21 21:47:17.225 INFO O| Aug 21 21:47:17.225 INFO ok!
99152026-08-21T21:47:18.616Z[ host-image] Aug 21 21:47:17.225 INFO O| Aug 21 21:47:17.225 INFO STEP 31 (ensure_file) COMPLETE
99162026-08-21T21:47:18.616Z[ host-image] Aug 21 21:47:17.225 INFO O| Aug 21 21:47:17.225 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99172026-08-21T21:47:18.621Z[ host-image] Aug 21 21:47:17.233 INFO O| Aug 21 21:47:17.233 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99182026-08-21T21:47:18.624Z[ host-image] Aug 21 21:47:17.233 INFO O| Aug 21 21:47:17.233 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99192026-08-21T21:47:18.624Z[ host-image] Aug 21 21:47:17.233 INFO O| Aug 21 21:47:17.233 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99202026-08-21T21:47:18.624Z[ host-image] Aug 21 21:47:17.233 INFO O| Aug 21 21:47:17.233 INFO STEP 32 (ensure_dir) COMPLETE
99212026-08-21T21:47:18.625Z[ host-image] Aug 21 21:47:17.233 INFO O| Aug 21 21:47:17.233 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99222026-08-21T21:47:18.630Z[ host-image] Aug 21 21:47:17.242 INFO O| Aug 21 21:47:17.242 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99232026-08-21T21:47:18.630Z[ host-image] Aug 21 21:47:17.242 INFO O| Aug 21 21:47:17.242 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 ...
99242026-08-21T21:47:18.634Z[ host-image] Aug 21 21:47:17.242 INFO O| Aug 21 21:47:17.242 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
99252026-08-21T21:47:18.634Z[ host-image] Aug 21 21:47:17.242 INFO O| Aug 21 21:47:17.242 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99262026-08-21T21:47:18.634Z[ host-image] Aug 21 21:47:17.242 INFO O| Aug 21 21:47:17.242 INFO ok!
99272026-08-21T21:47:18.634Z[ host-image] Aug 21 21:47:17.242 INFO O| Aug 21 21:47:17.242 INFO STEP 33 (ensure_file) COMPLETE
99282026-08-21T21:47:18.634Z[ host-image] Aug 21 21:47:17.242 INFO O| Aug 21 21:47:17.242 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99292026-08-21T21:47:18.637Z[ host-image] Aug 21 21:47:17.249 INFO O| Aug 21 21:47:17.249 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99302026-08-21T21:47:18.637Z[ host-image] Aug 21 21:47:17.249 INFO O| Aug 21 21:47:17.249 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99312026-08-21T21:47:18.637Z[ host-image] Aug 21 21:47:17.249 INFO O| Aug 21 21:47:17.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99322026-08-21T21:47:18.641Z[ host-image] Aug 21 21:47:17.249 INFO O| Aug 21 21:47:17.249 INFO ok!
99332026-08-21T21:47:18.641Z[ host-image] Aug 21 21:47:17.249 INFO O| Aug 21 21:47:17.249 INFO STEP 34 (ensure_file) COMPLETE
99342026-08-21T21:47:18.641Z[ host-image] Aug 21 21:47:17.249 INFO O| Aug 21 21:47:17.249 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99352026-08-21T21:47:18.646Z[ host-image] Aug 21 21:47:17.258 INFO O| Aug 21 21:47:17.258 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99362026-08-21T21:47:18.649Z[ host-image] Aug 21 21:47:17.258 INFO O| Aug 21 21:47:17.258 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99372026-08-21T21:47:18.649Z[ host-image] Aug 21 21:47:17.258 INFO O| Aug 21 21:47:17.258 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99382026-08-21T21:47:18.650Z[ host-image] Aug 21 21:47:17.258 INFO O| Aug 21 21:47:17.258 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99392026-08-21T21:47:18.650Z[ host-image] Aug 21 21:47:17.258 INFO O| Aug 21 21:47:17.258 INFO ok!
99402026-08-21T21:47:18.650Z[ host-image] Aug 21 21:47:17.258 INFO O| Aug 21 21:47:17.258 INFO STEP 35 (ensure_file) COMPLETE
99412026-08-21T21:47:18.650Z[ host-image] Aug 21 21:47:17.258 INFO O| Aug 21 21:47:17.258 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99422026-08-21T21:47:18.654Z[ host-image] Aug 21 21:47:17.266 INFO O| Aug 21 21:47:17.266 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99432026-08-21T21:47:18.654Z[ host-image] Aug 21 21:47:17.266 INFO O| Aug 21 21:47:17.266 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99442026-08-21T21:47:18.654Z[ host-image] Aug 21 21:47:17.266 INFO O| Aug 21 21:47:17.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99452026-08-21T21:47:18.654Z[ host-image] Aug 21 21:47:17.266 INFO O| Aug 21 21:47:17.266 INFO ok!
99462026-08-21T21:47:18.657Z[ host-image] Aug 21 21:47:17.266 INFO O| Aug 21 21:47:17.266 INFO STEP 36 (ensure_file) COMPLETE
99472026-08-21T21:47:18.657Z[ host-image] Aug 21 21:47:17.266 INFO O| Aug 21 21:47:17.266 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99482026-08-21T21:47:18.663Z[ host-image] Aug 21 21:47:17.275 INFO O| Aug 21 21:47:17.275 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99492026-08-21T21:47:18.663Z[ host-image] Aug 21 21:47:17.275 INFO O| Aug 21 21:47:17.275 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99502026-08-21T21:47:18.663Z[ host-image] Aug 21 21:47:17.275 INFO O| Aug 21 21:47:17.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99512026-08-21T21:47:18.663Z[ host-image] Aug 21 21:47:17.275 INFO O| Aug 21 21:47:17.275 INFO ok!
99522026-08-21T21:47:18.663Z[ host-image] Aug 21 21:47:17.275 INFO O| Aug 21 21:47:17.275 INFO STEP 37 (ensure_file) COMPLETE
99532026-08-21T21:47:18.667Z[ host-image] Aug 21 21:47:17.275 INFO O| Aug 21 21:47:17.275 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99542026-08-21T21:47:18.671Z[ host-image] Aug 21 21:47:17.283 INFO O| Aug 21 21:47:17.283 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99552026-08-21T21:47:18.671Z[ host-image] Aug 21 21:47:17.283 INFO O| Aug 21 21:47:17.283 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99562026-08-21T21:47:18.675Z[ host-image] Aug 21 21:47:17.283 INFO O| Aug 21 21:47:17.283 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99572026-08-21T21:47:18.675Z[ host-image] Aug 21 21:47:17.283 INFO O| Aug 21 21:47:17.283 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99582026-08-21T21:47:18.675Z[ host-image] Aug 21 21:47:17.283 INFO O| Aug 21 21:47:17.283 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99592026-08-21T21:47:18.675Z[ host-image] Aug 21 21:47:17.283 INFO O| Aug 21 21:47:17.283 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99602026-08-21T21:47:18.675Z[ host-image] Aug 21 21:47:17.283 INFO O| Aug 21 21:47:17.283 INFO ok!
99612026-08-21T21:47:18.675Z[ host-image] Aug 21 21:47:17.283 INFO O| Aug 21 21:47:17.283 INFO STEP 38 (ensure_file) COMPLETE
99622026-08-21T21:47:18.675Z[ host-image] Aug 21 21:47:17.283 INFO O| Aug 21 21:47:17.283 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99632026-08-21T21:47:18.680Z[ host-image] Aug 21 21:47:17.292 INFO O| Aug 21 21:47:17.292 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99642026-08-21T21:47:18.683Z[ host-image] Aug 21 21:47:17.292 INFO O| Aug 21 21:47:17.292 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99652026-08-21T21:47:18.683Z[ host-image] Aug 21 21:47:17.292 INFO O| Aug 21 21:47:17.292 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99662026-08-21T21:47:18.683Z[ host-image] Aug 21 21:47:17.292 INFO O| Aug 21 21:47:17.292 INFO STEP 39 (ensure_dir) COMPLETE
99672026-08-21T21:47:18.683Z[ host-image] Aug 21 21:47:17.292 INFO O| Aug 21 21:47:17.292 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99682026-08-21T21:47:18.689Z[ host-image] Aug 21 21:47:17.300 INFO O| Aug 21 21:47:17.300 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
99692026-08-21T21:47:18.689Z[ host-image] Aug 21 21:47:17.301 INFO O| Aug 21 21:47:17.300 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 ...
99702026-08-21T21:47:18.692Z[ host-image] Aug 21 21:47:17.301 INFO O| Aug 21 21:47:17.301 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
99712026-08-21T21:47:18.692Z[ host-image] Aug 21 21:47:17.301 INFO O| Aug 21 21:47:17.301 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
99722026-08-21T21:47:18.692Z[ host-image] Aug 21 21:47:17.301 INFO O| Aug 21 21:47:17.301 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
99732026-08-21T21:47:18.692Z[ host-image] Aug 21 21:47:17.301 INFO O| Aug 21 21:47:17.301 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
99742026-08-21T21:47:18.692Z[ host-image] Aug 21 21:47:17.301 INFO O| Aug 21 21:47:17.301 INFO ok!
99752026-08-21T21:47:18.692Z[ host-image] Aug 21 21:47:17.301 INFO O| Aug 21 21:47:17.301 INFO STEP 40 (ensure_file) COMPLETE
99762026-08-21T21:47:18.692Z[ host-image] Aug 21 21:47:17.301 INFO O| Aug 21 21:47:17.301 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99772026-08-21T21:47:18.696Z[ host-image] Aug 21 21:47:17.308 INFO O| Aug 21 21:47:17.308 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99782026-08-21T21:47:18.696Z[ host-image] Aug 21 21:47:17.308 INFO O| Aug 21 21:47:17.308 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 ...
99792026-08-21T21:47:18.699Z[ host-image] Aug 21 21:47:17.308 INFO O| Aug 21 21:47:17.308 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99802026-08-21T21:47:18.700Z[ host-image] Aug 21 21:47:17.308 INFO O| Aug 21 21:47:17.308 INFO ok!
99812026-08-21T21:47:18.700Z[ host-image] Aug 21 21:47:17.308 INFO O| Aug 21 21:47:17.308 INFO STEP 41 (ensure_symlink) COMPLETE
99822026-08-21T21:47:18.700Z[ host-image] Aug 21 21:47:17.308 INFO O| Aug 21 21:47:17.308 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99832026-08-21T21:47:18.703Z[ host-image] Aug 21 21:47:17.314 INFO O| Aug 21 21:47:17.314 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99842026-08-21T21:47:18.703Z[ host-image] Aug 21 21:47:17.314 INFO O| Aug 21 21:47:17.314 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99852026-08-21T21:47:18.703Z[ host-image] Aug 21 21:47:17.314 INFO O| Aug 21 21:47:17.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99862026-08-21T21:47:18.703Z[ host-image] Aug 21 21:47:17.314 INFO O| Aug 21 21:47:17.314 INFO ok!
99872026-08-21T21:47:18.704Z[ host-image] Aug 21 21:47:17.314 INFO O| Aug 21 21:47:17.314 INFO STEP 42 (ensure_symlink) COMPLETE
99882026-08-21T21:47:18.704Z[ host-image] Aug 21 21:47:17.314 INFO O| Aug 21 21:47:17.314 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99892026-08-21T21:47:18.711Z[ host-image] Aug 21 21:47:17.321 INFO O| Aug 21 21:47:17.321 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99902026-08-21T21:47:18.711Z[ host-image] Aug 21 21:47:17.321 INFO O| Aug 21 21:47:17.321 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99912026-08-21T21:47:18.714Z[ host-image] Aug 21 21:47:17.321 INFO O| Aug 21 21:47:17.321 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99922026-08-21T21:47:18.714Z[ host-image] Aug 21 21:47:17.321 INFO O| Aug 21 21:47:17.321 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99932026-08-21T21:47:18.714Z[ host-image] Aug 21 21:47:17.321 INFO O| Aug 21 21:47:17.321 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99942026-08-21T21:47:18.714Z[ host-image] Aug 21 21:47:17.321 INFO O| Aug 21 21:47:17.321 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99952026-08-21T21:47:18.714Z[ host-image] Aug 21 21:47:17.321 INFO O| Aug 21 21:47:17.321 INFO ok!
99962026-08-21T21:47:18.714Z[ host-image] Aug 21 21:47:17.321 INFO O| Aug 21 21:47:17.321 INFO STEP 43 (ensure_file) COMPLETE
99972026-08-21T21:47:18.714Z[ host-image] Aug 21 21:47:17.321 INFO O| Aug 21 21:47:17.321 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99982026-08-21T21:47:18.720Z[ host-image] Aug 21 21:47:17.330 INFO O| Aug 21 21:47:17.330 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99992026-08-21T21:47:18.721Z[ host-image] Aug 21 21:47:17.330 INFO O| Aug 21 21:47:17.330 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 ...
100002026-08-21T21:47:18.721Z[ host-image] Aug 21 21:47:17.330 INFO O| Aug 21 21:47:17.330 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
100012026-08-21T21:47:18.721Z[ host-image] Aug 21 21:47:17.330 INFO O| Aug 21 21:47:17.330 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100022026-08-21T21:47:18.724Z[ host-image] Aug 21 21:47:17.330 INFO O| Aug 21 21:47:17.330 INFO ok!
100032026-08-21T21:47:18.724Z[ host-image] Aug 21 21:47:17.330 INFO O| Aug 21 21:47:17.330 INFO STEP 44 (ensure_file) COMPLETE
100042026-08-21T21:47:18.724Z[ host-image] Aug 21 21:47:17.330 INFO O| Aug 21 21:47:17.330 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100052026-08-21T21:47:18.730Z[ host-image] Aug 21 21:47:17.337 INFO O| Aug 21 21:47:17.337 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100062026-08-21T21:47:18.730Z[ host-image] Aug 21 21:47:17.337 INFO O| Aug 21 21:47:17.337 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100072026-08-21T21:47:18.730Z[ host-image] Aug 21 21:47:17.337 INFO O| Aug 21 21:47:17.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100082026-08-21T21:47:18.730Z[ host-image] Aug 21 21:47:17.337 INFO O| Aug 21 21:47:17.337 INFO ok!
100092026-08-21T21:47:18.730Z[ host-image] Aug 21 21:47:17.337 INFO O| Aug 21 21:47:17.337 INFO STEP 45 (ensure_file) COMPLETE
100102026-08-21T21:47:18.730Z[ host-image] Aug 21 21:47:17.337 INFO O| Aug 21 21:47:17.337 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100112026-08-21T21:47:18.735Z[ host-image] Aug 21 21:47:17.344 INFO O| Aug 21 21:47:17.344 INFO updating shadow file
100122026-08-21T21:47:18.735Z[ host-image] Aug 21 21:47:17.344 INFO O| Aug 21 21:47:17.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100132026-08-21T21:47:18.735Z[ host-image] Aug 21 21:47:17.344 INFO O| Aug 21 21:47:17.344 INFO STEP 46 (shadow) COMPLETE
100142026-08-21T21:47:18.735Z[ host-image] Aug 21 21:47:17.344 INFO O| Aug 21 21:47:17.344 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100152026-08-21T21:47:18.741Z[ host-image] Aug 21 21:47:17.353 INFO O| Aug 21 21:47:17.353 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100162026-08-21T21:47:18.741Z[ host-image] Aug 21 21:47:17.353 INFO O| Aug 21 21:47:17.353 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100172026-08-21T21:47:18.744Z[ host-image] Aug 21 21:47:17.353 INFO O| Aug 21 21:47:17.353 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100182026-08-21T21:47:18.744Z[ host-image] Aug 21 21:47:17.353 INFO O| Aug 21 21:47:17.353 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100192026-08-21T21:47:18.745Z[ host-image] Aug 21 21:47:17.353 INFO O| Aug 21 21:47:17.353 INFO ok!
100202026-08-21T21:47:18.745Z[ host-image] Aug 21 21:47:17.353 INFO O| Aug 21 21:47:17.353 INFO STEP 47 (ensure_file) COMPLETE
100212026-08-21T21:47:18.745Z[ host-image] Aug 21 21:47:17.353 INFO O| Aug 21 21:47:17.353 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100222026-08-21T21:47:18.745Z[ host-image] Aug 21 21:47:17.353 INFO O| Aug 21 21:47:17.353 INFO skip step because feature "mfg" is not enabled
100232026-08-21T21:47:18.745Z[ host-image] Aug 21 21:47:17.353 INFO O| Aug 21 21:47:17.353 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100242026-08-21T21:47:18.745Z[ host-image] Aug 21 21:47:17.353 INFO O| Aug 21 21:47:17.353 INFO skip step because feature "mfg" is not enabled
100252026-08-21T21:47:18.745Z[ host-image] Aug 21 21:47:17.353 INFO O| Aug 21 21:47:17.353 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100262026-08-21T21:47:18.749Z[ host-image] Aug 21 21:47:17.360 INFO O| Aug 21 21:47:17.360 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100272026-08-21T21:47:18.749Z[ host-image] Aug 21 21:47:17.360 INFO O| Aug 21 21:47:17.360 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100282026-08-21T21:47:18.772Z[ host-image] Aug 21 21:47:17.384 INFO O| Aug 21 21:47:17.383 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100292026-08-21T21:47:18.772Z[ host-image] Aug 21 21:47:17.384 INFO O| Aug 21 21:47:17.384 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100302026-08-21T21:47:18.776Z[ host-image] Aug 21 21:47:17.384 INFO O| Aug 21 21:47:17.384 INFO ok!
100312026-08-21T21:47:18.776Z[ host-image] Aug 21 21:47:17.384 INFO O| Aug 21 21:47:17.384 INFO STEP 50 (ensure_file) COMPLETE
100322026-08-21T21:47:18.776Z[ host-image] Aug 21 21:47:17.384 INFO O| Aug 21 21:47:17.384 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100332026-08-21T21:47:18.776Z[ host-image] Aug 21 21:47:17.384 INFO O| Aug 21 21:47:17.384 INFO skip step because feature "compliance" is not enabled
100342026-08-21T21:47:18.776Z[ host-image] Aug 21 21:47:17.384 INFO O| Aug 21 21:47:17.384 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100352026-08-21T21:47:18.782Z[ host-image] Aug 21 21:47:17.394 INFO O| Aug 21 21:47:17.394 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100362026-08-21T21:47:18.782Z[ host-image] Aug 21 21:47:17.394 INFO O| Aug 21 21:47:17.394 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100372026-08-21T21:47:18.786Z[ host-image] Aug 21 21:47:17.394 INFO O| Aug 21 21:47:17.394 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100382026-08-21T21:47:18.786Z[ host-image] Aug 21 21:47:17.394 INFO O| Aug 21 21:47:17.394 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100392026-08-21T21:47:18.786Z[ host-image] Aug 21 21:47:17.394 INFO O| Aug 21 21:47:17.394 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100402026-08-21T21:47:18.786Z[ host-image] Aug 21 21:47:17.394 INFO O| Aug 21 21:47:17.394 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100412026-08-21T21:47:18.787Z[ host-image] Aug 21 21:47:17.394 INFO O| Aug 21 21:47:17.394 INFO ok!
100422026-08-21T21:47:18.787Z[ host-image] Aug 21 21:47:17.394 INFO O| Aug 21 21:47:17.394 INFO STEP 52 (ensure_file) COMPLETE
100432026-08-21T21:47:18.787Z[ host-image] Aug 21 21:47:17.394 INFO O| Aug 21 21:47:17.394 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100442026-08-21T21:47:18.791Z[ host-image] Aug 21 21:47:17.402 INFO O| Aug 21 21:47:17.402 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100452026-08-21T21:47:18.791Z[ host-image] Aug 21 21:47:17.403 INFO O| Aug 21 21:47:17.402 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 ...
100462026-08-21T21:47:18.794Z[ host-image] Aug 21 21:47:17.403 INFO O| Aug 21 21:47:17.402 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
100472026-08-21T21:47:18.794Z[ host-image] Aug 21 21:47:17.403 INFO O| Aug 21 21:47:17.403 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100482026-08-21T21:47:18.794Z[ host-image] Aug 21 21:47:17.403 INFO O| Aug 21 21:47:17.403 INFO ok!
100492026-08-21T21:47:18.794Z[ host-image] Aug 21 21:47:17.403 INFO O| Aug 21 21:47:17.403 INFO STEP 53 (ensure_file) COMPLETE
100502026-08-21T21:47:18.794Z[ host-image] Aug 21 21:47:17.403 INFO O| Aug 21 21:47:17.403 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100512026-08-21T21:47:18.828Z[ host-image] Aug 21 21:47:17.411 INFO O| Aug 21 21:47:17.411 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100522026-08-21T21:47:18.828Z[ host-image] Aug 21 21:47:17.411 INFO O| Aug 21 21:47:17.411 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 ...
100532026-08-21T21:47:18.828Z[ host-image] Aug 21 21:47:17.411 INFO O| Aug 21 21:47:17.411 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100542026-08-21T21:47:18.828Z[ host-image] Aug 21 21:47:17.411 INFO O| Aug 21 21:47:17.411 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100552026-08-21T21:47:18.828Z[ host-image] Aug 21 21:47:17.411 INFO O| Aug 21 21:47:17.411 INFO ok!
100562026-08-21T21:47:18.829Z[ host-image] Aug 21 21:47:17.411 INFO O| Aug 21 21:47:17.411 INFO STEP 54 (ensure_file) COMPLETE
100572026-08-21T21:47:18.829Z[ host-image] Aug 21 21:47:17.411 INFO O| Aug 21 21:47:17.411 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100582026-08-21T21:47:18.829Z[ host-image] Aug 21 21:47:17.418 INFO O| Aug 21 21:47:17.418 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100592026-08-21T21:47:18.829Z[ host-image] Aug 21 21:47:17.418 INFO O| Aug 21 21:47:17.418 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 ...
100602026-08-21T21:47:18.829Z[ host-image] Aug 21 21:47:17.418 INFO O| Aug 21 21:47:17.418 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
100612026-08-21T21:47:18.829Z[ host-image] Aug 21 21:47:17.418 INFO O| Aug 21 21:47:17.418 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100622026-08-21T21:47:18.829Z[ host-image] Aug 21 21:47:17.418 INFO O| Aug 21 21:47:17.418 INFO ok!
100632026-08-21T21:47:18.829Z[ host-image] Aug 21 21:47:17.418 INFO O| Aug 21 21:47:17.418 INFO STEP 55 (ensure_file) COMPLETE
100642026-08-21T21:47:18.829Z[ host-image] Aug 21 21:47:17.418 INFO O| Aug 21 21:47:17.418 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100652026-08-21T21:47:18.829Z[ host-image] Aug 21 21:47:17.426 INFO O| Aug 21 21:47:17.426 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100662026-08-21T21:47:18.829Z[ host-image] Aug 21 21:47:17.426 INFO O| Aug 21 21:47:17.426 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 ...
100672026-08-21T21:47:18.829Z[ host-image] Aug 21 21:47:17.426 INFO O| Aug 21 21:47:17.426 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100682026-08-21T21:47:18.829Z[ host-image] Aug 21 21:47:17.426 INFO O| Aug 21 21:47:17.426 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100692026-08-21T21:47:18.829Z[ host-image] Aug 21 21:47:17.426 INFO O| Aug 21 21:47:17.426 INFO ok!
100702026-08-21T21:47:18.829Z[ host-image] Aug 21 21:47:17.426 INFO O| Aug 21 21:47:17.426 INFO STEP 56 (ensure_file) COMPLETE
100712026-08-21T21:47:18.829Z[ host-image] Aug 21 21:47:17.426 INFO O| Aug 21 21:47:17.426 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100722026-08-21T21:47:18.829Z[ host-image] Aug 21 21:47:17.433 INFO O| Aug 21 21:47:17.433 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100732026-08-21T21:47:18.829Z[ host-image] Aug 21 21:47:17.433 INFO O| Aug 21 21:47:17.433 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 ...
100742026-08-21T21:47:18.829Z[ host-image] Aug 21 21:47:17.433 INFO O| Aug 21 21:47:17.433 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
100752026-08-21T21:47:18.829Z[ host-image] Aug 21 21:47:17.433 INFO O| Aug 21 21:47:17.433 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100762026-08-21T21:47:18.829Z[ host-image] Aug 21 21:47:17.433 INFO O| Aug 21 21:47:17.433 INFO ok!
100772026-08-21T21:47:18.829Z[ host-image] Aug 21 21:47:17.433 INFO O| Aug 21 21:47:17.433 INFO STEP 57 (ensure_file) COMPLETE
100782026-08-21T21:47:18.829Z[ host-image] Aug 21 21:47:17.433 INFO O| Aug 21 21:47:17.433 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100792026-08-21T21:47:18.833Z[ host-image] Aug 21 21:47:17.440 INFO O| Aug 21 21:47:17.440 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100802026-08-21T21:47:18.833Z[ host-image] Aug 21 21:47:17.440 INFO O| Aug 21 21:47:17.440 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 ...
100812026-08-21T21:47:18.833Z[ host-image] Aug 21 21:47:17.440 INFO O| Aug 21 21:47:17.440 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100822026-08-21T21:47:18.834Z[ host-image] Aug 21 21:47:17.440 INFO O| Aug 21 21:47:17.440 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100832026-08-21T21:47:18.834Z[ host-image] Aug 21 21:47:17.440 INFO O| Aug 21 21:47:17.440 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100842026-08-21T21:47:18.834Z[ host-image] Aug 21 21:47:17.440 INFO O| Aug 21 21:47:17.440 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100852026-08-21T21:47:18.834Z[ host-image] Aug 21 21:47:17.440 INFO O| Aug 21 21:47:17.440 INFO ok!
100862026-08-21T21:47:18.834Z[ host-image] Aug 21 21:47:17.440 INFO O| Aug 21 21:47:17.440 INFO STEP 58 (ensure_file) COMPLETE
100872026-08-21T21:47:18.834Z[ host-image] Aug 21 21:47:17.440 INFO O| Aug 21 21:47:17.440 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100882026-08-21T21:47:18.837Z[ host-image] Aug 21 21:47:17.447 INFO O| Aug 21 21:47:17.447 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100892026-08-21T21:47:18.837Z[ host-image] Aug 21 21:47:17.447 INFO O| Aug 21 21:47:17.447 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 ...
100902026-08-21T21:47:18.838Z[ host-image] Aug 21 21:47:17.448 INFO O| Aug 21 21:47:17.448 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
100912026-08-21T21:47:18.838Z[ host-image] Aug 21 21:47:17.448 INFO O| Aug 21 21:47:17.448 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100922026-08-21T21:47:18.838Z[ host-image] Aug 21 21:47:17.448 INFO O| Aug 21 21:47:17.448 INFO ok!
100932026-08-21T21:47:18.838Z[ host-image] Aug 21 21:47:17.448 INFO O| Aug 21 21:47:17.448 INFO STEP 59 (ensure_file) COMPLETE
100942026-08-21T21:47:18.838Z[ host-image] Aug 21 21:47:17.448 INFO O| Aug 21 21:47:17.448 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100952026-08-21T21:47:18.843Z[ host-image] Aug 21 21:47:17.454 INFO O| Aug 21 21:47:17.454 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100962026-08-21T21:47:18.843Z[ host-image] Aug 21 21:47:17.454 INFO O| Aug 21 21:47:17.454 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100972026-08-21T21:47:18.851Z[ host-image] Aug 21 21:47:17.455 INFO O| Aug 21 21:47:17.454 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100982026-08-21T21:47:18.851Z[ host-image] Aug 21 21:47:17.455 INFO O| Aug 21 21:47:17.455 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100992026-08-21T21:47:18.851Z[ host-image] Aug 21 21:47:17.455 INFO O| Aug 21 21:47:17.455 INFO ok!
101002026-08-21T21:47:18.851Z[ host-image] Aug 21 21:47:17.455 INFO O| Aug 21 21:47:17.455 INFO STEP 60 (ensure_file) COMPLETE
101012026-08-21T21:47:18.851Z[ host-image] Aug 21 21:47:17.455 INFO O| Aug 21 21:47:17.455 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101022026-08-21T21:47:18.855Z[ host-image] Aug 21 21:47:17.461 INFO O| Aug 21 21:47:17.461 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101032026-08-21T21:47:18.855Z[ host-image] Aug 21 21:47:17.461 INFO O| Aug 21 21:47:17.461 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 ...
101042026-08-21T21:47:18.855Z[ host-image] Aug 21 21:47:17.461 INFO O| Aug 21 21:47:17.461 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
101052026-08-21T21:47:18.855Z[ host-image] Aug 21 21:47:17.461 INFO O| Aug 21 21:47:17.461 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101062026-08-21T21:47:18.855Z[ host-image] Aug 21 21:47:17.461 INFO O| Aug 21 21:47:17.461 INFO ok!
101072026-08-21T21:47:18.855Z[ host-image] Aug 21 21:47:17.461 INFO O| Aug 21 21:47:17.461 INFO STEP 61 (ensure_file) COMPLETE
101082026-08-21T21:47:18.855Z[ host-image] Aug 21 21:47:17.461 INFO O| Aug 21 21:47:17.461 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101092026-08-21T21:47:18.859Z[ host-image] Aug 21 21:47:17.469 INFO O| Aug 21 21:47:17.469 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101102026-08-21T21:47:18.859Z[ host-image] Aug 21 21:47:17.469 INFO O| Aug 21 21:47:17.469 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101112026-08-21T21:47:18.859Z[ host-image] Aug 21 21:47:17.469 INFO O| Aug 21 21:47:17.469 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101122026-08-21T21:47:18.859Z[ host-image] Aug 21 21:47:17.469 INFO O| Aug 21 21:47:17.469 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101132026-08-21T21:47:18.859Z[ host-image] Aug 21 21:47:17.469 INFO O| Aug 21 21:47:17.469 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101142026-08-21T21:47:18.859Z[ host-image] Aug 21 21:47:17.469 INFO O| Aug 21 21:47:17.469 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101152026-08-21T21:47:18.859Z[ host-image] Aug 21 21:47:17.469 INFO O| Aug 21 21:47:17.469 INFO ok!
101162026-08-21T21:47:18.859Z[ host-image] Aug 21 21:47:17.469 INFO O| Aug 21 21:47:17.469 INFO STEP 62 (ensure_file) COMPLETE
101172026-08-21T21:47:18.859Z[ host-image] Aug 21 21:47:17.469 INFO O| Aug 21 21:47:17.469 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101182026-08-21T21:47:18.864Z[ host-image] Aug 21 21:47:17.476 INFO O| Aug 21 21:47:17.476 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101192026-08-21T21:47:18.864Z[ host-image] Aug 21 21:47:17.476 INFO O| Aug 21 21:47:17.476 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 ...
101202026-08-21T21:47:18.867Z[ host-image] Aug 21 21:47:17.476 INFO O| Aug 21 21:47:17.476 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
101212026-08-21T21:47:18.867Z[ host-image] Aug 21 21:47:17.476 INFO O| Aug 21 21:47:17.476 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101222026-08-21T21:47:18.867Z[ host-image] Aug 21 21:47:17.476 INFO O| Aug 21 21:47:17.476 INFO ok!
101232026-08-21T21:47:18.867Z[ host-image] Aug 21 21:47:17.476 INFO O| Aug 21 21:47:17.476 INFO STEP 63 (ensure_file) COMPLETE
101242026-08-21T21:47:18.868Z[ host-image] Aug 21 21:47:17.476 INFO O| Aug 21 21:47:17.476 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101252026-08-21T21:47:18.873Z[ host-image] Aug 21 21:47:17.483 INFO O| Aug 21 21:47:17.483 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101262026-08-21T21:47:18.873Z[ host-image] Aug 21 21:47:17.483 INFO O| Aug 21 21:47:17.483 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 ...
101272026-08-21T21:47:18.873Z[ host-image] Aug 21 21:47:17.483 INFO O| Aug 21 21:47:17.483 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
101282026-08-21T21:47:18.873Z[ host-image] Aug 21 21:47:17.483 INFO O| Aug 21 21:47:17.483 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101292026-08-21T21:47:18.873Z[ host-image] Aug 21 21:47:17.483 INFO O| Aug 21 21:47:17.483 INFO ok!
101302026-08-21T21:47:18.873Z[ host-image] Aug 21 21:47:17.483 INFO O| Aug 21 21:47:17.483 INFO STEP 64 (ensure_file) COMPLETE
101312026-08-21T21:47:18.873Z[ host-image] Aug 21 21:47:17.483 INFO O| Aug 21 21:47:17.483 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101322026-08-21T21:47:18.879Z[ host-image] Aug 21 21:47:17.491 INFO O| Aug 21 21:47:17.491 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101332026-08-21T21:47:18.880Z[ host-image] Aug 21 21:47:17.491 INFO O| Aug 21 21:47:17.491 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 ...
101342026-08-21T21:47:18.883Z[ host-image] Aug 21 21:47:17.491 INFO O| Aug 21 21:47:17.491 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
101352026-08-21T21:47:18.883Z[ host-image] Aug 21 21:47:17.491 INFO O| Aug 21 21:47:17.491 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101362026-08-21T21:47:18.883Z[ host-image] Aug 21 21:47:17.491 INFO O| Aug 21 21:47:17.491 INFO ok!
101372026-08-21T21:47:18.883Z[ host-image] Aug 21 21:47:17.491 INFO O| Aug 21 21:47:17.491 INFO STEP 65 (ensure_file) COMPLETE
101382026-08-21T21:47:18.883Z[ host-image] Aug 21 21:47:17.491 INFO O| Aug 21 21:47:17.491 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101392026-08-21T21:47:18.883Z[ host-image] Aug 21 21:47:17.491 INFO O| Aug 21 21:47:17.491 INFO skip step because feature "mbist" is not enabled
101402026-08-21T21:47:18.884Z[ host-image] Aug 21 21:47:17.491 INFO O| Aug 21 21:47:17.491 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101412026-08-21T21:47:18.888Z[ host-image] Aug 21 21:47:17.500 INFO O| Aug 21 21:47:17.500 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101422026-08-21T21:47:18.888Z[ host-image] Aug 21 21:47:17.500 INFO O| Aug 21 21:47:17.500 INFO STEP 67 (ensure_dir) COMPLETE
101432026-08-21T21:47:18.891Z[ host-image] Aug 21 21:47:17.500 INFO O| Aug 21 21:47:17.500 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101442026-08-21T21:47:18.896Z[ host-image] Aug 21 21:47:17.508 INFO O| Aug 21 21:47:17.508 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101452026-08-21T21:47:18.896Z[ host-image] Aug 21 21:47:17.508 INFO O| Aug 21 21:47:17.508 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101462026-08-21T21:47:18.899Z[ host-image] Aug 21 21:47:17.508 INFO O| Aug 21 21:47:17.508 INFO STEP 68 (ensure_dir) COMPLETE
101472026-08-21T21:47:18.899Z[ host-image] Aug 21 21:47:17.508 INFO O| Aug 21 21:47:17.508 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101482026-08-21T21:47:18.903Z[ host-image] Aug 21 21:47:17.515 INFO O| Aug 21 21:47:17.515 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101492026-08-21T21:47:18.906Z[ host-image] Aug 21 21:47:17.515 INFO O| Aug 21 21:47:17.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101502026-08-21T21:47:18.906Z[ host-image] Aug 21 21:47:17.515 INFO O| Aug 21 21:47:17.515 INFO STEP 69 (ensure_dir) COMPLETE
101512026-08-21T21:47:18.906Z[ host-image] Aug 21 21:47:17.515 INFO O| Aug 21 21:47:17.515 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101522026-08-21T21:47:18.911Z[ host-image] Aug 21 21:47:17.522 INFO O| Aug 21 21:47:17.522 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101532026-08-21T21:47:18.911Z[ host-image] Aug 21 21:47:17.522 INFO O| Aug 21 21:47:17.522 INFO copying /tmp/.tmpOp2Oxa/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101542026-08-21T21:47:19.288Z[ host-image] Aug 21 21:47:17.900 INFO O| Aug 21 21:47:17.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101552026-08-21T21:47:19.288Z[ host-image] Aug 21 21:47:17.900 INFO O| Aug 21 21:47:17.900 INFO ok!
101562026-08-21T21:47:19.291Z[ host-image] Aug 21 21:47:17.900 INFO O| Aug 21 21:47:17.900 INFO STEP 70 (ensure_file) COMPLETE
101572026-08-21T21:47:19.291Z[ host-image] Aug 21 21:47:17.900 INFO O| Aug 21 21:47:17.900 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101582026-08-21T21:47:19.296Z[ host-image] Aug 21 21:47:17.908 INFO O| Aug 21 21:47:17.908 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101592026-08-21T21:47:19.297Z[ host-image] Aug 21 21:47:17.908 INFO O| Aug 21 21:47:17.908 INFO copying /tmp/.tmpOp2Oxa/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101602026-08-21T21:47:19.607Z[ recovery-image] Aug 21 21:47:18.210 INFO E| Compiling clap_derive v4.6.1
101612026-08-21T21:47:19.875Z[ host-image] Aug 21 21:47:18.486 INFO O| Aug 21 21:47:18.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101622026-08-21T21:47:19.876Z[ host-image] Aug 21 21:47:18.486 INFO O| Aug 21 21:47:18.486 INFO ok!
101632026-08-21T21:47:19.876Z[ host-image] Aug 21 21:47:18.486 INFO O| Aug 21 21:47:18.486 INFO STEP 71 (ensure_file) COMPLETE
101642026-08-21T21:47:19.890Z[ host-image] Aug 21 21:47:18.486 INFO O| Aug 21 21:47:18.486 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101652026-08-21T21:47:19.905Z[ host-image] Aug 21 21:47:18.493 INFO O| Aug 21 21:47:18.493 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101662026-08-21T21:47:19.905Z[ host-image] Aug 21 21:47:18.493 INFO O| Aug 21 21:47:18.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101672026-08-21T21:47:19.905Z[ host-image] Aug 21 21:47:18.493 INFO O| Aug 21 21:47:18.493 INFO STEP 72 (ensure_dir) COMPLETE
101682026-08-21T21:47:19.905Z[ host-image] Aug 21 21:47:18.493 INFO O| Aug 21 21:47:18.493 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101692026-08-21T21:47:19.905Z[ host-image] Aug 21 21:47:18.500 INFO O| Aug 21 21:47:18.500 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101702026-08-21T21:47:19.905Z[ host-image] Aug 21 21:47:18.500 INFO O| Aug 21 21:47:18.500 INFO copying /tmp/.tmpOp2Oxa/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 ...
101712026-08-21T21:47:19.905Z[ host-image] Aug 21 21:47:18.500 INFO O| Aug 21 21:47:18.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101722026-08-21T21:47:19.905Z[ host-image] Aug 21 21:47:18.500 INFO O| Aug 21 21:47:18.500 INFO ok!
101732026-08-21T21:47:19.905Z[ host-image] Aug 21 21:47:18.500 INFO O| Aug 21 21:47:18.500 INFO STEP 73 (ensure_file) COMPLETE
101742026-08-21T21:47:19.905Z[ host-image] Aug 21 21:47:18.500 INFO O| Aug 21 21:47:18.500 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101752026-08-21T21:47:19.922Z[ host-image] Aug 21 21:47:18.506 INFO O| Aug 21 21:47:18.506 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101762026-08-21T21:47:19.922Z[ host-image] Aug 21 21:47:18.506 INFO O| Aug 21 21:47:18.506 INFO copying /tmp/.tmpOp2Oxa/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 ...
101772026-08-21T21:47:19.922Z[ host-image] Aug 21 21:47:18.506 INFO O| Aug 21 21:47:18.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101782026-08-21T21:47:19.923Z[ host-image] Aug 21 21:47:18.506 INFO O| Aug 21 21:47:18.506 INFO ok!
101792026-08-21T21:47:19.923Z[ host-image] Aug 21 21:47:18.507 INFO O| Aug 21 21:47:18.506 INFO STEP 74 (ensure_file) COMPLETE
101802026-08-21T21:47:19.923Z[ host-image] Aug 21 21:47:18.507 INFO O| Aug 21 21:47:18.507 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101812026-08-21T21:47:19.923Z[ host-image] Aug 21 21:47:18.514 INFO O| Aug 21 21:47:18.514 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101822026-08-21T21:47:19.923Z[ host-image] Aug 21 21:47:18.514 INFO O| Aug 21 21:47:18.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101832026-08-21T21:47:19.923Z[ host-image] Aug 21 21:47:18.514 INFO O| Aug 21 21:47:18.514 INFO STEP 75 (ensure_dir) COMPLETE
101842026-08-21T21:47:19.923Z[ host-image] Aug 21 21:47:18.514 INFO O| Aug 21 21:47:18.514 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101852026-08-21T21:47:19.923Z[ host-image] Aug 21 21:47:18.521 INFO O| Aug 21 21:47:18.521 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101862026-08-21T21:47:19.923Z[ host-image] Aug 21 21:47:18.521 INFO O| Aug 21 21:47:18.521 INFO copying /tmp/.tmpOp2Oxa/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 ...
101872026-08-21T21:47:19.923Z[ host-image] Aug 21 21:47:18.521 INFO O| Aug 21 21:47:18.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101882026-08-21T21:47:19.924Z[ host-image] Aug 21 21:47:18.521 INFO O| Aug 21 21:47:18.521 INFO ok!
101892026-08-21T21:47:19.924Z[ host-image] Aug 21 21:47:18.522 INFO O| Aug 21 21:47:18.521 INFO STEP 76 (ensure_file) COMPLETE
101902026-08-21T21:47:19.924Z[ host-image] Aug 21 21:47:18.522 INFO O| Aug 21 21:47:18.521 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101912026-08-21T21:47:19.931Z[ host-image] Aug 21 21:47:18.531 INFO O| Aug 21 21:47:18.531 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101922026-08-21T21:47:19.931Z[ host-image] Aug 21 21:47:18.531 INFO O| Aug 21 21:47:18.531 INFO copying /tmp/.tmpOp2Oxa/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 ...
101932026-08-21T21:47:19.931Z[ host-image] Aug 21 21:47:18.531 INFO O| Aug 21 21:47:18.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101942026-08-21T21:47:19.931Z[ host-image] Aug 21 21:47:18.531 INFO O| Aug 21 21:47:18.531 INFO ok!
101952026-08-21T21:47:19.931Z[ host-image] Aug 21 21:47:18.531 INFO O| Aug 21 21:47:18.531 INFO STEP 77 (ensure_file) COMPLETE
101962026-08-21T21:47:19.932Z[ host-image] Aug 21 21:47:18.531 INFO O| Aug 21 21:47:18.531 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101972026-08-21T21:47:19.932Z[ host-image] Aug 21 21:47:18.538 INFO O| Aug 21 21:47:18.538 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101982026-08-21T21:47:19.932Z[ host-image] Aug 21 21:47:18.538 INFO O| Aug 21 21:47:18.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101992026-08-21T21:47:19.932Z[ host-image] Aug 21 21:47:18.538 INFO O| Aug 21 21:47:18.538 INFO STEP 78 (ensure_dir) COMPLETE
102002026-08-21T21:47:19.932Z[ host-image] Aug 21 21:47:18.538 INFO O| Aug 21 21:47:18.538 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102012026-08-21T21:47:19.936Z[ host-image] Aug 21 21:47:18.544 INFO O| Aug 21 21:47:18.544 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102022026-08-21T21:47:19.936Z[ host-image] Aug 21 21:47:18.544 INFO O| Aug 21 21:47:18.544 INFO copying /tmp/.tmpOp2Oxa/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 ...
102032026-08-21T21:47:19.936Z[ host-image] Aug 21 21:47:18.544 INFO O| Aug 21 21:47:18.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102042026-08-21T21:47:19.936Z[ host-image] Aug 21 21:47:18.544 INFO O| Aug 21 21:47:18.544 INFO ok!
102052026-08-21T21:47:19.936Z[ host-image] Aug 21 21:47:18.544 INFO O| Aug 21 21:47:18.544 INFO STEP 79 (ensure_file) COMPLETE
102062026-08-21T21:47:19.936Z[ host-image] Aug 21 21:47:18.544 INFO O| Aug 21 21:47:18.544 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102072026-08-21T21:47:19.943Z[ host-image] Aug 21 21:47:18.551 INFO O| Aug 21 21:47:18.551 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102082026-08-21T21:47:19.943Z[ host-image] Aug 21 21:47:18.551 INFO O| Aug 21 21:47:18.551 INFO copying /tmp/.tmpOp2Oxa/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102092026-08-21T21:47:19.943Z[ host-image] Aug 21 21:47:18.551 INFO O| Aug 21 21:47:18.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102102026-08-21T21:47:19.943Z[ host-image] Aug 21 21:47:18.551 INFO O| Aug 21 21:47:18.551 INFO ok!
102112026-08-21T21:47:19.943Z[ host-image] Aug 21 21:47:18.551 INFO O| Aug 21 21:47:18.551 INFO STEP 80 (ensure_file) COMPLETE
102122026-08-21T21:47:19.943Z[ host-image] Aug 21 21:47:18.551 INFO O| Aug 21 21:47:18.551 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102132026-08-21T21:47:19.947Z[ host-image] Aug 21 21:47:18.557 INFO O| Aug 21 21:47:18.557 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102142026-08-21T21:47:19.947Z[ host-image] Aug 21 21:47:18.557 INFO O| Aug 21 21:47:18.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102152026-08-21T21:47:19.947Z[ host-image] Aug 21 21:47:18.557 INFO O| Aug 21 21:47:18.557 INFO STEP 81 (ensure_dir) COMPLETE
102162026-08-21T21:47:19.947Z[ host-image] Aug 21 21:47:18.557 INFO O| Aug 21 21:47:18.557 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102172026-08-21T21:47:19.954Z[ host-image] Aug 21 21:47:18.563 INFO O| Aug 21 21:47:18.563 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102182026-08-21T21:47:19.954Z[ host-image] Aug 21 21:47:18.563 INFO O| Aug 21 21:47:18.563 INFO copying /tmp/.tmpOp2Oxa/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102192026-08-21T21:47:20.523Z[ host-image] Aug 21 21:47:19.131 INFO O| Aug 21 21:47:19.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102202026-08-21T21:47:20.523Z[ host-image] Aug 21 21:47:19.131 INFO O| Aug 21 21:47:19.131 INFO ok!
102212026-08-21T21:47:20.523Z[ host-image] Aug 21 21:47:19.131 INFO O| Aug 21 21:47:19.131 INFO STEP 82 (ensure_file) COMPLETE
102222026-08-21T21:47:20.528Z[ host-image] Aug 21 21:47:19.131 INFO O| Aug 21 21:47:19.131 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102232026-08-21T21:47:20.532Z[ host-image] Aug 21 21:47:19.140 INFO O| Aug 21 21:47:19.140 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102242026-08-21T21:47:20.532Z[ host-image] Aug 21 21:47:19.140 INFO O| Aug 21 21:47:19.140 INFO copying /tmp/.tmpOp2Oxa/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102252026-08-21T21:47:20.786Z[ host-image] Aug 21 21:47:19.395 INFO O| Aug 21 21:47:19.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102262026-08-21T21:47:20.786Z[ host-image] Aug 21 21:47:19.395 INFO O| Aug 21 21:47:19.395 INFO ok!
102272026-08-21T21:47:20.786Z[ host-image] Aug 21 21:47:19.395 INFO O| Aug 21 21:47:19.395 INFO STEP 83 (ensure_file) COMPLETE
102282026-08-21T21:47:20.795Z[ host-image] Aug 21 21:47:19.395 INFO O| Aug 21 21:47:19.395 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102292026-08-21T21:47:20.800Z[ host-image] Aug 21 21:47:19.404 INFO O| Aug 21 21:47:19.404 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102302026-08-21T21:47:20.800Z[ host-image] Aug 21 21:47:19.404 INFO O| Aug 21 21:47:19.404 INFO copying /tmp/.tmpOp2Oxa/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102312026-08-21T21:47:21.007Z[ recovery-image] Aug 21 21:47:19.617 INFO E| Compiling clap v4.6.1
102322026-08-21T21:47:21.073Z[ recovery-image] Aug 21 21:47:19.682 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
102332026-08-21T21:47:22.059Z[ host-image] Aug 21 21:47:20.671 INFO O| Aug 21 21:47:20.671 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102342026-08-21T21:47:22.059Z[ host-image] Aug 21 21:47:20.671 INFO O| Aug 21 21:47:20.671 INFO ok!
102352026-08-21T21:47:22.063Z[ host-image] Aug 21 21:47:20.671 INFO O| Aug 21 21:47:20.671 INFO STEP 84 (ensure_file) COMPLETE
102362026-08-21T21:47:22.063Z[ host-image] Aug 21 21:47:20.671 INFO O| Aug 21 21:47:20.671 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102372026-08-21T21:47:22.069Z[ recovery-image] Aug 21 21:47:20.680 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.56s
102382026-08-21T21:47:22.072Z[ host-image] Aug 21 21:47:20.681 INFO O| Aug 21 21:47:20.681 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102392026-08-21T21:47:22.072Z[ host-image] Aug 21 21:47:20.681 INFO O| Aug 21 21:47:20.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102402026-08-21T21:47:22.072Z[ host-image] Aug 21 21:47:20.681 INFO O| Aug 21 21:47:20.681 INFO STEP 85 (ensure_dir) COMPLETE
102412026-08-21T21:47:22.072Z[ host-image] Aug 21 21:47:20.681 INFO O| Aug 21 21:47:20.681 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102422026-08-21T21:47:22.075Z[ recovery-image] Aug 21 21:47:20.686 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
102432026-08-21T21:47:22.078Z[ host-image] Aug 21 21:47:20.689 INFO O| Aug 21 21:47:20.689 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102442026-08-21T21:47:22.078Z[ host-image] Aug 21 21:47:20.689 INFO O| Aug 21 21:47:20.689 INFO copying /tmp/.tmpOp2Oxa/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 ...
102452026-08-21T21:47:22.078Z[ host-image] Aug 21 21:47:20.689 INFO O| Aug 21 21:47:20.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102462026-08-21T21:47:22.079Z[ host-image] Aug 21 21:47:20.689 INFO O| Aug 21 21:47:20.689 INFO ok!
102472026-08-21T21:47:22.079Z[ host-image] Aug 21 21:47:20.689 INFO O| Aug 21 21:47:20.689 INFO STEP 86 (ensure_file) COMPLETE
102482026-08-21T21:47:22.079Z[ host-image] Aug 21 21:47:20.689 INFO O| Aug 21 21:47:20.689 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102492026-08-21T21:47:22.085Z[ host-image] Aug 21 21:47:20.697 INFO O| Aug 21 21:47:20.697 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102502026-08-21T21:47:22.089Z[ host-image] Aug 21 21:47:20.697 INFO O| Aug 21 21:47:20.697 INFO copying /tmp/.tmpOp2Oxa/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 ...
102512026-08-21T21:47:22.089Z[ host-image] Aug 21 21:47:20.697 INFO O| Aug 21 21:47:20.697 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102522026-08-21T21:47:22.089Z[ host-image] Aug 21 21:47:20.697 INFO O| Aug 21 21:47:20.697 INFO ok!
102532026-08-21T21:47:22.089Z[ host-image] Aug 21 21:47:20.697 INFO O| Aug 21 21:47:20.697 INFO STEP 87 (ensure_file) COMPLETE
102542026-08-21T21:47:22.089Z[ host-image] Aug 21 21:47:20.697 INFO O| Aug 21 21:47:20.697 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102552026-08-21T21:47:22.093Z[ host-image] Aug 21 21:47:20.705 INFO O| Aug 21 21:47:20.705 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102562026-08-21T21:47:22.093Z[ host-image] Aug 21 21:47:20.705 INFO O| Aug 21 21:47:20.705 INFO copying /tmp/.tmpOp2Oxa/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102572026-08-21T21:47:22.096Z[ host-image] Aug 21 21:47:20.705 INFO O| Aug 21 21:47:20.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102582026-08-21T21:47:22.096Z[ host-image] Aug 21 21:47:20.705 INFO O| Aug 21 21:47:20.705 INFO ok!
102592026-08-21T21:47:22.096Z[ host-image] Aug 21 21:47:20.705 INFO O| Aug 21 21:47:20.705 INFO STEP 88 (ensure_file) COMPLETE
102602026-08-21T21:47:22.096Z[ host-image] Aug 21 21:47:20.705 INFO O| Aug 21 21:47:20.705 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102612026-08-21T21:47:22.100Z[ host-image] Aug 21 21:47:20.712 INFO O| Aug 21 21:47:20.712 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102622026-08-21T21:47:22.100Z[ host-image] Aug 21 21:47:20.712 INFO O| Aug 21 21:47:20.712 INFO copying /tmp/.tmpOp2Oxa/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102632026-08-21T21:47:22.103Z[ host-image] Aug 21 21:47:20.712 INFO O| Aug 21 21:47:20.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102642026-08-21T21:47:22.103Z[ host-image] Aug 21 21:47:20.712 INFO O| Aug 21 21:47:20.712 INFO ok!
102652026-08-21T21:47:22.103Z[ host-image] Aug 21 21:47:20.712 INFO O| Aug 21 21:47:20.712 INFO STEP 89 (ensure_file) COMPLETE
102662026-08-21T21:47:22.103Z[ host-image] Aug 21 21:47:20.712 INFO O| Aug 21 21:47:20.712 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102672026-08-21T21:47:22.108Z[ host-image] Aug 21 21:47:20.720 INFO O| Aug 21 21:47:20.720 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102682026-08-21T21:47:22.112Z[ host-image] Aug 21 21:47:20.720 INFO O| Aug 21 21:47:20.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102692026-08-21T21:47:22.112Z[ host-image] Aug 21 21:47:20.720 INFO O| Aug 21 21:47:20.720 INFO STEP 90 (ensure_dir) COMPLETE
102702026-08-21T21:47:22.112Z[ host-image] Aug 21 21:47:20.720 INFO O| Aug 21 21:47:20.720 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102712026-08-21T21:47:22.115Z[ host-image] Aug 21 21:47:20.728 INFO O| Aug 21 21:47:20.727 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102722026-08-21T21:47:22.115Z[ host-image] Aug 21 21:47:20.728 INFO O| Aug 21 21:47:20.728 INFO copying /tmp/.tmpOp2Oxa/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102732026-08-21T21:47:22.120Z[ host-image] Aug 21 21:47:20.732 INFO O| Aug 21 21:47:20.732 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102742026-08-21T21:47:22.123Z[ host-image] Aug 21 21:47:20.732 INFO O| Aug 21 21:47:20.732 INFO ok!
102752026-08-21T21:47:22.123Z[ host-image] Aug 21 21:47:20.732 INFO O| Aug 21 21:47:20.732 INFO STEP 91 (ensure_file) COMPLETE
102762026-08-21T21:47:22.123Z[ host-image] Aug 21 21:47:20.732 INFO O| Aug 21 21:47:20.732 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102772026-08-21T21:47:22.127Z[ host-image] Aug 21 21:47:20.739 INFO O| Aug 21 21:47:20.739 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102782026-08-21T21:47:22.132Z[ host-image] Aug 21 21:47:20.739 INFO O| Aug 21 21:47:20.739 INFO copying /tmp/.tmpOp2Oxa/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102792026-08-21T21:47:22.132Z[ host-image] Aug 21 21:47:20.739 INFO O| Aug 21 21:47:20.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102802026-08-21T21:47:22.132Z[ host-image] Aug 21 21:47:20.739 INFO O| Aug 21 21:47:20.739 INFO ok!
102812026-08-21T21:47:22.132Z[ host-image] Aug 21 21:47:20.739 INFO O| Aug 21 21:47:20.739 INFO STEP 92 (ensure_file) COMPLETE
102822026-08-21T21:47:22.132Z[ host-image] Aug 21 21:47:20.739 INFO O| Aug 21 21:47:20.739 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102832026-08-21T21:47:22.136Z[ host-image] Aug 21 21:47:20.747 INFO O| Aug 21 21:47:20.747 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102842026-08-21T21:47:22.136Z[ host-image] Aug 21 21:47:20.747 INFO O| Aug 21 21:47:20.747 INFO copying /tmp/.tmpOp2Oxa/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102852026-08-21T21:47:22.332Z[ recovery-image] Aug 21 21:47:20.941 INFO E| Downloading crates ...
102862026-08-21T21:47:22.379Z[ recovery-image] Aug 21 21:47:20.991 INFO E| Downloaded bit_field v0.10.3
102872026-08-21T21:47:22.390Z[ recovery-image] Aug 21 21:47:21.000 INFO E| Downloaded bitflags v2.13.0
102882026-08-21T21:47:22.394Z[ recovery-image] Aug 21 21:47:21.003 INFO E| Downloaded log v0.4.32
102892026-08-21T21:47:22.394Z[ recovery-image] Aug 21 21:47:21.005 INFO E| Downloaded bitstruct v0.1.1
102902026-08-21T21:47:22.397Z[ recovery-image] Aug 21 21:47:21.007 INFO E| Downloaded bitstruct_derive v0.1.0
102912026-08-21T21:47:22.400Z[ recovery-image] Aug 21 21:47:21.012 INFO E| Downloaded cpio_reader v0.1.2
102922026-08-21T21:47:22.411Z[ recovery-image] Aug 21 21:47:21.023 INFO E| Downloaded raw-cpuid v10.7.0
102932026-08-21T21:47:22.419Z[ recovery-image] Aug 21 21:47:21.031 INFO E| Downloaded miniz_oxide v0.9.1
102942026-08-21T21:47:22.453Z[ recovery-image] Aug 21 21:47:21.065 INFO E| Downloaded goblin v0.10.7
102952026-08-21T21:47:22.578Z[ recovery-image] Aug 21 21:47:21.190 INFO E| Downloaded x86 v0.52.0
102962026-08-21T21:47:22.622Z[ recovery-image] Aug 21 21:47:21.234 INFO E| Updating crates.io index
102972026-08-21T21:47:22.664Z[ host-image] Aug 21 21:47:21.276 INFO O| Aug 21 21:47:21.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102982026-08-21T21:47:22.664Z[ host-image] Aug 21 21:47:21.276 INFO O| Aug 21 21:47:21.276 INFO ok!
102992026-08-21T21:47:22.667Z[ host-image] Aug 21 21:47:21.276 INFO O| Aug 21 21:47:21.276 INFO STEP 93 (ensure_file) COMPLETE
103002026-08-21T21:47:22.667Z[ host-image] Aug 21 21:47:21.276 INFO O| Aug 21 21:47:21.276 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103012026-08-21T21:47:22.671Z[ recovery-image] Aug 21 21:47:21.283 INFO E| Downloading crates ...
103022026-08-21T21:47:22.675Z[ host-image] Aug 21 21:47:21.284 INFO O| Aug 21 21:47:21.284 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103032026-08-21T21:47:22.675Z[ host-image] Aug 21 21:47:21.285 INFO O| Aug 21 21:47:21.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103042026-08-21T21:47:22.675Z[ host-image] Aug 21 21:47:21.285 INFO O| Aug 21 21:47:21.285 INFO STEP 94 (ensure_dir) COMPLETE
103052026-08-21T21:47:22.675Z[ host-image] Aug 21 21:47:21.285 INFO O| Aug 21 21:47:21.285 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103062026-08-21T21:47:22.679Z[ host-image] Aug 21 21:47:21.291 INFO O| Aug 21 21:47:21.291 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103072026-08-21T21:47:22.679Z[ host-image] Aug 21 21:47:21.291 INFO O| Aug 21 21:47:21.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103082026-08-21T21:47:22.682Z[ host-image] Aug 21 21:47:21.291 INFO O| Aug 21 21:47:21.291 INFO STEP 95 (ensure_dir) COMPLETE
103092026-08-21T21:47:22.682Z[ host-image] Aug 21 21:47:21.291 INFO O| Aug 21 21:47:21.291 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103102026-08-21T21:47:22.686Z[ host-image] Aug 21 21:47:21.299 INFO O| Aug 21 21:47:21.299 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103112026-08-21T21:47:22.689Z[ host-image] Aug 21 21:47:21.299 INFO O| Aug 21 21:47:21.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103122026-08-21T21:47:22.689Z[ host-image] Aug 21 21:47:21.299 INFO O| Aug 21 21:47:21.299 INFO STEP 96 (ensure_dir) COMPLETE
103132026-08-21T21:47:22.690Z[ host-image] Aug 21 21:47:21.299 INFO O| Aug 21 21:47:21.299 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103142026-08-21T21:47:22.694Z[ host-image] Aug 21 21:47:21.307 INFO O| Aug 21 21:47:21.307 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103152026-08-21T21:47:22.694Z[ host-image] Aug 21 21:47:21.307 INFO O| Aug 21 21:47:21.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103162026-08-21T21:47:22.694Z[ host-image] Aug 21 21:47:21.307 INFO O| Aug 21 21:47:21.307 INFO STEP 97 (ensure_dir) COMPLETE
103172026-08-21T21:47:22.698Z[ host-image] Aug 21 21:47:21.307 INFO O| Aug 21 21:47:21.307 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103182026-08-21T21:47:22.698Z[ recovery-image] Aug 21 21:47:21.308 INFO E| Downloaded rustc-literal-escaper v0.0.7
103192026-08-21T21:47:22.698Z[ recovery-image] Aug 21 21:47:21.309 INFO E| Downloaded hashbrown v0.17.1
103202026-08-21T21:47:22.701Z[ host-image] Aug 21 21:47:21.313 INFO O| Aug 21 21:47:21.313 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103212026-08-21T21:47:22.701Z[ host-image] Aug 21 21:47:21.313 INFO O| Aug 21 21:47:21.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103222026-08-21T21:47:22.704Z[ host-image] Aug 21 21:47:21.313 INFO O| Aug 21 21:47:21.313 INFO STEP 98 (ensure_dir) COMPLETE
103232026-08-21T21:47:22.704Z[ host-image] Aug 21 21:47:21.313 INFO O| Aug 21 21:47:21.313 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103242026-08-21T21:47:22.710Z[ host-image] Aug 21 21:47:21.321 INFO O| Aug 21 21:47:21.321 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103252026-08-21T21:47:22.710Z[ host-image] Aug 21 21:47:21.321 INFO O| Aug 21 21:47:21.321 INFO copying /tmp/.tmpOp2Oxa/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 ...
103262026-08-21T21:47:22.714Z[ host-image] Aug 21 21:47:21.321 INFO O| Aug 21 21:47:21.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103272026-08-21T21:47:22.714Z[ host-image] Aug 21 21:47:21.321 INFO O| Aug 21 21:47:21.321 INFO ok!
103282026-08-21T21:47:22.714Z[ host-image] Aug 21 21:47:21.321 INFO O| Aug 21 21:47:21.321 INFO STEP 99 (ensure_file) COMPLETE
103292026-08-21T21:47:22.714Z[ host-image] Aug 21 21:47:21.321 INFO O| Aug 21 21:47:21.321 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103302026-08-21T21:47:22.717Z[ host-image] Aug 21 21:47:21.329 INFO O| Aug 21 21:47:21.329 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103312026-08-21T21:47:22.717Z[ host-image] Aug 21 21:47:21.329 INFO O| Aug 21 21:47:21.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103322026-08-21T21:47:22.717Z[ host-image] Aug 21 21:47:21.329 INFO O| Aug 21 21:47:21.329 INFO STEP 100 (ensure_dir) COMPLETE
103332026-08-21T21:47:22.718Z[ host-image] Aug 21 21:47:21.329 INFO O| Aug 21 21:47:21.329 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103342026-08-21T21:47:22.724Z[ host-image] Aug 21 21:47:21.336 INFO O| Aug 21 21:47:21.336 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103352026-08-21T21:47:22.724Z[ host-image] Aug 21 21:47:21.336 INFO O| Aug 21 21:47:21.336 INFO copying /tmp/.tmpOp2Oxa/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103362026-08-21T21:47:22.733Z[ host-image] Aug 21 21:47:21.345 INFO O| Aug 21 21:47:21.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103372026-08-21T21:47:22.733Z[ host-image] Aug 21 21:47:21.345 INFO O| Aug 21 21:47:21.345 INFO ok!
103382026-08-21T21:47:22.733Z[ host-image] Aug 21 21:47:21.345 INFO O| Aug 21 21:47:21.345 INFO STEP 101 (ensure_file) COMPLETE
103392026-08-21T21:47:22.736Z[ host-image] Aug 21 21:47:21.345 INFO O| Aug 21 21:47:21.345 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103402026-08-21T21:47:22.740Z[ host-image] Aug 21 21:47:21.353 INFO O| Aug 21 21:47:21.353 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103412026-08-21T21:47:22.741Z[ host-image] Aug 21 21:47:21.353 INFO O| Aug 21 21:47:21.353 INFO copying /tmp/.tmpOp2Oxa/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103422026-08-21T21:47:22.743Z[ host-image] Aug 21 21:47:21.353 INFO O| Aug 21 21:47:21.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103432026-08-21T21:47:22.744Z[ host-image] Aug 21 21:47:21.353 INFO O| Aug 21 21:47:21.353 INFO ok!
103442026-08-21T21:47:22.744Z[ host-image] Aug 21 21:47:21.353 INFO O| Aug 21 21:47:21.353 INFO STEP 102 (ensure_file) COMPLETE
103452026-08-21T21:47:22.744Z[ host-image] Aug 21 21:47:21.353 INFO O| Aug 21 21:47:21.353 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103462026-08-21T21:47:22.744Z[ recovery-image] Aug 21 21:47:21.355 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)
103472026-08-21T21:47:22.744Z[ recovery-image] Aug 21 21:47:21.355 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)
103482026-08-21T21:47:22.744Z[ recovery-image] Aug 21 21:47:21.355 INFO E| Compiling proc-macro2 v1.0.106
103492026-08-21T21:47:22.744Z[ recovery-image] Aug 21 21:47:21.355 INFO E| Compiling unicode-ident v1.0.24
103502026-08-21T21:47:22.744Z[ recovery-image] Aug 21 21:47:21.355 INFO E| Compiling quote v1.0.45
103512026-08-21T21:47:22.744Z[ recovery-image] Aug 21 21:47:21.355 INFO E| Compiling syn v1.0.109
103522026-08-21T21:47:22.744Z[ recovery-image] Aug 21 21:47:21.355 INFO E| Compiling x86 v0.52.0
103532026-08-21T21:47:22.744Z[ recovery-image] Aug 21 21:47:21.355 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
103542026-08-21T21:47:22.744Z[ recovery-image] Aug 21 21:47:21.355 INFO E| Compiling seq-macro v0.3.6
103552026-08-21T21:47:22.749Z[ host-image] Aug 21 21:47:21.361 INFO O| Aug 21 21:47:21.361 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103562026-08-21T21:47:22.750Z[ host-image] Aug 21 21:47:21.361 INFO O| Aug 21 21:47:21.361 INFO copying /tmp/.tmpOp2Oxa/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103572026-08-21T21:47:23.163Z[ host-image] Aug 21 21:47:21.775 INFO O| Aug 21 21:47:21.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103582026-08-21T21:47:23.163Z[ host-image] Aug 21 21:47:21.775 INFO O| Aug 21 21:47:21.775 INFO ok!
103592026-08-21T21:47:23.164Z[ host-image] Aug 21 21:47:21.775 INFO O| Aug 21 21:47:21.775 INFO STEP 103 (ensure_file) COMPLETE
103602026-08-21T21:47:23.167Z[ host-image] Aug 21 21:47:21.775 INFO O| Aug 21 21:47:21.775 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103612026-08-21T21:47:23.173Z[ host-image] Aug 21 21:47:21.785 INFO O| Aug 21 21:47:21.785 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103622026-08-21T21:47:23.173Z[ host-image] Aug 21 21:47:21.785 INFO O| Aug 21 21:47:21.785 INFO copying /tmp/.tmpOp2Oxa/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103632026-08-21T21:47:23.176Z[ host-image] Aug 21 21:47:21.785 INFO O| Aug 21 21:47:21.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103642026-08-21T21:47:23.176Z[ host-image] Aug 21 21:47:21.785 INFO O| Aug 21 21:47:21.785 INFO ok!
103652026-08-21T21:47:23.176Z[ host-image] Aug 21 21:47:21.785 INFO O| Aug 21 21:47:21.785 INFO STEP 104 (ensure_file) COMPLETE
103662026-08-21T21:47:23.176Z[ host-image] Aug 21 21:47:21.785 INFO O| Aug 21 21:47:21.785 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103672026-08-21T21:47:23.182Z[ host-image] Aug 21 21:47:21.795 INFO O| Aug 21 21:47:21.795 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103682026-08-21T21:47:23.185Z[ host-image] Aug 21 21:47:21.795 INFO O| Aug 21 21:47:21.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103692026-08-21T21:47:23.185Z[ host-image] Aug 21 21:47:21.795 INFO O| Aug 21 21:47:21.795 INFO STEP 105 (ensure_dir) COMPLETE
103702026-08-21T21:47:23.186Z[ host-image] Aug 21 21:47:21.795 INFO O| Aug 21 21:47:21.795 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103712026-08-21T21:47:23.191Z[ host-image] Aug 21 21:47:21.803 INFO O| Aug 21 21:47:21.803 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103722026-08-21T21:47:23.191Z[ host-image] Aug 21 21:47:21.803 INFO O| Aug 21 21:47:21.803 INFO copying /tmp/.tmpOp2Oxa/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 ...
103732026-08-21T21:47:23.469Z[ host-image] Aug 21 21:47:22.081 INFO O| Aug 21 21:47:22.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103742026-08-21T21:47:23.469Z[ host-image] Aug 21 21:47:22.081 INFO O| Aug 21 21:47:22.081 INFO ok!
103752026-08-21T21:47:23.475Z[ host-image] Aug 21 21:47:22.081 INFO O| Aug 21 21:47:22.081 INFO STEP 106 (ensure_file) COMPLETE
103762026-08-21T21:47:23.476Z[ host-image] Aug 21 21:47:22.081 INFO O| Aug 21 21:47:22.081 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103772026-08-21T21:47:23.480Z[ host-image] Aug 21 21:47:22.089 INFO O| Aug 21 21:47:22.089 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103782026-08-21T21:47:23.480Z[ host-image] Aug 21 21:47:22.089 INFO O| Aug 21 21:47:22.089 INFO copying /tmp/.tmpOp2Oxa/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 ...
103792026-08-21T21:47:23.480Z[ host-image] Aug 21 21:47:22.090 INFO O| Aug 21 21:47:22.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103802026-08-21T21:47:23.480Z[ host-image] Aug 21 21:47:22.090 INFO O| Aug 21 21:47:22.090 INFO ok!
103812026-08-21T21:47:23.480Z[ host-image] Aug 21 21:47:22.090 INFO O| Aug 21 21:47:22.090 INFO STEP 107 (ensure_file) COMPLETE
103822026-08-21T21:47:23.480Z[ host-image] Aug 21 21:47:22.090 INFO O| Aug 21 21:47:22.090 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103832026-08-21T21:47:23.487Z[ host-image] Aug 21 21:47:22.098 INFO O| Aug 21 21:47:22.098 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103842026-08-21T21:47:23.491Z[ host-image] Aug 21 21:47:22.098 INFO O| Aug 21 21:47:22.098 INFO copying /tmp/.tmpOp2Oxa/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 ...
103852026-08-21T21:47:23.491Z[ host-image] Aug 21 21:47:22.098 INFO O| Aug 21 21:47:22.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103862026-08-21T21:47:23.491Z[ host-image] Aug 21 21:47:22.098 INFO O| Aug 21 21:47:22.098 INFO ok!
103872026-08-21T21:47:23.491Z[ host-image] Aug 21 21:47:22.098 INFO O| Aug 21 21:47:22.098 INFO STEP 108 (ensure_file) COMPLETE
103882026-08-21T21:47:23.491Z[ host-image] Aug 21 21:47:22.098 INFO O| Aug 21 21:47:22.098 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103892026-08-21T21:47:23.495Z[ host-image] Aug 21 21:47:22.104 INFO O| Aug 21 21:47:22.104 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103902026-08-21T21:47:23.495Z[ host-image] Aug 21 21:47:22.104 INFO O| Aug 21 21:47:22.104 INFO copying /tmp/.tmpOp2Oxa/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 ...
103912026-08-21T21:47:23.495Z[ host-image] Aug 21 21:47:22.104 INFO O| Aug 21 21:47:22.104 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103922026-08-21T21:47:23.495Z[ host-image] Aug 21 21:47:22.104 INFO O| Aug 21 21:47:22.104 INFO ok!
103932026-08-21T21:47:23.495Z[ host-image] Aug 21 21:47:22.104 INFO O| Aug 21 21:47:22.104 INFO STEP 109 (ensure_file) COMPLETE
103942026-08-21T21:47:23.495Z[ host-image] Aug 21 21:47:22.104 INFO O| Aug 21 21:47:22.104 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103952026-08-21T21:47:23.499Z[ host-image] Aug 21 21:47:22.110 INFO O| Aug 21 21:47:22.110 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103962026-08-21T21:47:23.499Z[ host-image] Aug 21 21:47:22.110 INFO O| Aug 21 21:47:22.110 INFO copying /tmp/.tmpOp2Oxa/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 ...
103972026-08-21T21:47:23.499Z[ host-image] Aug 21 21:47:22.110 INFO O| Aug 21 21:47:22.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103982026-08-21T21:47:23.499Z[ host-image] Aug 21 21:47:22.110 INFO O| Aug 21 21:47:22.110 INFO ok!
103992026-08-21T21:47:23.499Z[ host-image] Aug 21 21:47:22.110 INFO O| Aug 21 21:47:22.110 INFO STEP 110 (ensure_file) COMPLETE
104002026-08-21T21:47:23.499Z[ host-image] Aug 21 21:47:22.110 INFO O| Aug 21 21:47:22.110 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104012026-08-21T21:47:23.504Z[ host-image] Aug 21 21:47:22.115 INFO O| Aug 21 21:47:22.115 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104022026-08-21T21:47:23.504Z[ host-image] Aug 21 21:47:22.115 INFO O| Aug 21 21:47:22.115 INFO copying /tmp/.tmpOp2Oxa/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 ...
104032026-08-21T21:47:23.507Z[ host-image] Aug 21 21:47:22.115 INFO O| Aug 21 21:47:22.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104042026-08-21T21:47:23.507Z[ host-image] Aug 21 21:47:22.115 INFO O| Aug 21 21:47:22.115 INFO ok!
104052026-08-21T21:47:23.507Z[ host-image] Aug 21 21:47:22.115 INFO O| Aug 21 21:47:22.115 INFO STEP 111 (ensure_file) COMPLETE
104062026-08-21T21:47:23.507Z[ host-image] Aug 21 21:47:22.115 INFO O| Aug 21 21:47:22.115 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104072026-08-21T21:47:23.511Z[ host-image] Aug 21 21:47:22.122 INFO O| Aug 21 21:47:22.121 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104082026-08-21T21:47:23.511Z[ host-image] Aug 21 21:47:22.122 INFO O| Aug 21 21:47:22.121 INFO copying /tmp/.tmpOp2Oxa/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 ...
104092026-08-21T21:47:23.511Z[ host-image] Aug 21 21:47:22.122 INFO O| Aug 21 21:47:22.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104102026-08-21T21:47:23.511Z[ host-image] Aug 21 21:47:22.122 INFO O| Aug 21 21:47:22.122 INFO ok!
104112026-08-21T21:47:23.511Z[ host-image] Aug 21 21:47:22.122 INFO O| Aug 21 21:47:22.122 INFO STEP 112 (ensure_file) COMPLETE
104122026-08-21T21:47:23.511Z[ host-image] Aug 21 21:47:22.122 INFO O| Aug 21 21:47:22.122 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104132026-08-21T21:47:23.517Z[ host-image] Aug 21 21:47:22.128 INFO O| Aug 21 21:47:22.128 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104142026-08-21T21:47:23.521Z[ host-image] Aug 21 21:47:22.128 INFO O| Aug 21 21:47:22.128 INFO copying /tmp/.tmpOp2Oxa/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104152026-08-21T21:47:23.521Z[ host-image] Aug 21 21:47:22.128 INFO O| Aug 21 21:47:22.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104162026-08-21T21:47:23.521Z[ host-image] Aug 21 21:47:22.128 INFO O| Aug 21 21:47:22.128 INFO ok!
104172026-08-21T21:47:23.521Z[ host-image] Aug 21 21:47:22.128 INFO O| Aug 21 21:47:22.128 INFO STEP 113 (ensure_file) COMPLETE
104182026-08-21T21:47:23.521Z[ host-image] Aug 21 21:47:22.128 INFO O| Aug 21 21:47:22.128 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104192026-08-21T21:47:23.524Z[ host-image] Aug 21 21:47:22.136 INFO O| Aug 21 21:47:22.136 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104202026-08-21T21:47:23.524Z[ host-image] Aug 21 21:47:22.136 INFO O| Aug 21 21:47:22.136 INFO copying /tmp/.tmpOp2Oxa/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 ...
104212026-08-21T21:47:23.528Z[ host-image] Aug 21 21:47:22.136 INFO O| Aug 21 21:47:22.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104222026-08-21T21:47:23.528Z[ host-image] Aug 21 21:47:22.136 INFO O| Aug 21 21:47:22.136 INFO ok!
104232026-08-21T21:47:23.528Z[ host-image] Aug 21 21:47:22.136 INFO O| Aug 21 21:47:22.136 INFO STEP 114 (ensure_file) COMPLETE
104242026-08-21T21:47:23.528Z[ host-image] Aug 21 21:47:22.136 INFO O| Aug 21 21:47:22.136 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104252026-08-21T21:47:23.532Z[ host-image] Aug 21 21:47:22.144 INFO O| Aug 21 21:47:22.143 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104262026-08-21T21:47:23.535Z[ host-image] Aug 21 21:47:22.144 INFO O| Aug 21 21:47:22.144 INFO copying /tmp/.tmpOp2Oxa/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 ...
104272026-08-21T21:47:23.535Z[ host-image] Aug 21 21:47:22.144 INFO O| Aug 21 21:47:22.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104282026-08-21T21:47:23.535Z[ host-image] Aug 21 21:47:22.144 INFO O| Aug 21 21:47:22.144 INFO ok!
104292026-08-21T21:47:23.535Z[ host-image] Aug 21 21:47:22.144 INFO O| Aug 21 21:47:22.144 INFO STEP 115 (ensure_file) COMPLETE
104302026-08-21T21:47:23.535Z[ host-image] Aug 21 21:47:22.144 INFO O| Aug 21 21:47:22.144 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104312026-08-21T21:47:23.538Z[ host-image] Aug 21 21:47:22.150 INFO O| Aug 21 21:47:22.150 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104322026-08-21T21:47:23.538Z[ host-image] Aug 21 21:47:22.150 INFO O| Aug 21 21:47:22.150 INFO copying /tmp/.tmpOp2Oxa/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 ...
104332026-08-21T21:47:23.538Z[ host-image] Aug 21 21:47:22.150 INFO O| Aug 21 21:47:22.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104342026-08-21T21:47:23.538Z[ host-image] Aug 21 21:47:22.150 INFO O| Aug 21 21:47:22.150 INFO ok!
104352026-08-21T21:47:23.538Z[ host-image] Aug 21 21:47:22.150 INFO O| Aug 21 21:47:22.150 INFO STEP 116 (ensure_file) COMPLETE
104362026-08-21T21:47:23.538Z[ host-image] Aug 21 21:47:22.150 INFO O| Aug 21 21:47:22.150 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104372026-08-21T21:47:23.544Z[ host-image] Aug 21 21:47:22.155 INFO O| Aug 21 21:47:22.155 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104382026-08-21T21:47:23.548Z[ host-image] Aug 21 21:47:22.155 INFO O| Aug 21 21:47:22.155 INFO copying /tmp/.tmpOp2Oxa/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104392026-08-21T21:47:23.548Z[ host-image] Aug 21 21:47:22.155 INFO O| Aug 21 21:47:22.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104402026-08-21T21:47:23.548Z[ host-image] Aug 21 21:47:22.155 INFO O| Aug 21 21:47:22.155 INFO ok!
104412026-08-21T21:47:23.548Z[ host-image] Aug 21 21:47:22.155 INFO O| Aug 21 21:47:22.155 INFO STEP 117 (ensure_file) COMPLETE
104422026-08-21T21:47:23.548Z[ host-image] Aug 21 21:47:22.155 INFO O| Aug 21 21:47:22.155 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104432026-08-21T21:47:23.552Z[ host-image] Aug 21 21:47:22.161 INFO O| Aug 21 21:47:22.161 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104442026-08-21T21:47:23.552Z[ host-image] Aug 21 21:47:22.161 INFO O| Aug 21 21:47:22.161 INFO copying /tmp/.tmpOp2Oxa/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 ...
104452026-08-21T21:47:23.552Z[ host-image] Aug 21 21:47:22.161 INFO O| Aug 21 21:47:22.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104462026-08-21T21:47:23.552Z[ host-image] Aug 21 21:47:22.161 INFO O| Aug 21 21:47:22.161 INFO ok!
104472026-08-21T21:47:23.552Z[ host-image] Aug 21 21:47:22.161 INFO O| Aug 21 21:47:22.161 INFO STEP 118 (ensure_file) COMPLETE
104482026-08-21T21:47:23.552Z[ host-image] Aug 21 21:47:22.161 INFO O| Aug 21 21:47:22.161 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104492026-08-21T21:47:23.557Z[ host-image] Aug 21 21:47:22.167 INFO O| Aug 21 21:47:22.167 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104502026-08-21T21:47:23.557Z[ host-image] Aug 21 21:47:22.167 INFO O| Aug 21 21:47:22.167 INFO copying /tmp/.tmpOp2Oxa/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 ...
104512026-08-21T21:47:23.557Z[ host-image] Aug 21 21:47:22.167 INFO O| Aug 21 21:47:22.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104522026-08-21T21:47:23.557Z[ host-image] Aug 21 21:47:22.167 INFO O| Aug 21 21:47:22.167 INFO ok!
104532026-08-21T21:47:23.557Z[ host-image] Aug 21 21:47:22.167 INFO O| Aug 21 21:47:22.167 INFO STEP 119 (ensure_file) COMPLETE
104542026-08-21T21:47:23.557Z[ host-image] Aug 21 21:47:22.167 INFO O| Aug 21 21:47:22.167 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104552026-08-21T21:47:23.561Z[ host-image] Aug 21 21:47:22.172 INFO O| Aug 21 21:47:22.172 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104562026-08-21T21:47:23.565Z[ host-image] Aug 21 21:47:22.172 INFO O| Aug 21 21:47:22.172 INFO copying /tmp/.tmpOp2Oxa/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 ...
104572026-08-21T21:47:23.565Z[ host-image] Aug 21 21:47:22.172 INFO O| Aug 21 21:47:22.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104582026-08-21T21:47:23.565Z[ host-image] Aug 21 21:47:22.172 INFO O| Aug 21 21:47:22.172 INFO ok!
104592026-08-21T21:47:23.565Z[ host-image] Aug 21 21:47:22.172 INFO O| Aug 21 21:47:22.172 INFO STEP 120 (ensure_file) COMPLETE
104602026-08-21T21:47:23.565Z[ host-image] Aug 21 21:47:22.172 INFO O| Aug 21 21:47:22.172 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104612026-08-21T21:47:23.569Z[ host-image] Aug 21 21:47:22.180 INFO O| Aug 21 21:47:22.180 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104622026-08-21T21:47:23.569Z[ host-image] Aug 21 21:47:22.180 INFO O| Aug 21 21:47:22.180 INFO copying /tmp/.tmpOp2Oxa/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 ...
104632026-08-21T21:47:23.572Z[ host-image] Aug 21 21:47:22.180 INFO O| Aug 21 21:47:22.180 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104642026-08-21T21:47:23.572Z[ host-image] Aug 21 21:47:22.180 INFO O| Aug 21 21:47:22.180 INFO ok!
104652026-08-21T21:47:23.572Z[ host-image] Aug 21 21:47:22.180 INFO O| Aug 21 21:47:22.180 INFO STEP 121 (ensure_file) COMPLETE
104662026-08-21T21:47:23.572Z[ host-image] Aug 21 21:47:22.180 INFO O| Aug 21 21:47:22.180 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104672026-08-21T21:47:23.575Z[ host-image] Aug 21 21:47:22.187 INFO O| Aug 21 21:47:22.187 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104682026-08-21T21:47:23.575Z[ host-image] Aug 21 21:47:22.187 INFO O| Aug 21 21:47:22.187 INFO copying /tmp/.tmpOp2Oxa/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 ...
104692026-08-21T21:47:23.575Z[ host-image] Aug 21 21:47:22.187 INFO O| Aug 21 21:47:22.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104702026-08-21T21:47:23.575Z[ host-image] Aug 21 21:47:22.187 INFO O| Aug 21 21:47:22.187 INFO ok!
104712026-08-21T21:47:23.575Z[ host-image] Aug 21 21:47:22.187 INFO O| Aug 21 21:47:22.187 INFO STEP 122 (ensure_file) COMPLETE
104722026-08-21T21:47:23.575Z[ host-image] Aug 21 21:47:22.187 INFO O| Aug 21 21:47:22.187 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104732026-08-21T21:47:23.581Z[ host-image] Aug 21 21:47:22.193 INFO O| Aug 21 21:47:22.193 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104742026-08-21T21:47:23.581Z[ host-image] Aug 21 21:47:22.193 INFO O| Aug 21 21:47:22.193 INFO copying /tmp/.tmpOp2Oxa/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 ...
104752026-08-21T21:47:23.584Z[ host-image] Aug 21 21:47:22.193 INFO O| Aug 21 21:47:22.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104762026-08-21T21:47:23.584Z[ host-image] Aug 21 21:47:22.193 INFO O| Aug 21 21:47:22.193 INFO ok!
104772026-08-21T21:47:23.584Z[ host-image] Aug 21 21:47:22.193 INFO O| Aug 21 21:47:22.193 INFO STEP 123 (ensure_file) COMPLETE
104782026-08-21T21:47:23.584Z[ host-image] Aug 21 21:47:22.193 INFO O| Aug 21 21:47:22.193 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104792026-08-21T21:47:23.591Z[ host-image] Aug 21 21:47:22.201 INFO O| Aug 21 21:47:22.201 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104802026-08-21T21:47:23.591Z[ host-image] Aug 21 21:47:22.201 INFO O| Aug 21 21:47:22.201 INFO copying /tmp/.tmpOp2Oxa/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 ...
104812026-08-21T21:47:23.594Z[ host-image] Aug 21 21:47:22.201 INFO O| Aug 21 21:47:22.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104822026-08-21T21:47:23.594Z[ host-image] Aug 21 21:47:22.201 INFO O| Aug 21 21:47:22.201 INFO ok!
104832026-08-21T21:47:23.594Z[ host-image] Aug 21 21:47:22.201 INFO O| Aug 21 21:47:22.201 INFO STEP 124 (ensure_file) COMPLETE
104842026-08-21T21:47:23.594Z[ host-image] Aug 21 21:47:22.201 INFO O| Aug 21 21:47:22.201 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104852026-08-21T21:47:23.598Z[ host-image] Aug 21 21:47:22.208 INFO O| Aug 21 21:47:22.208 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104862026-08-21T21:47:23.598Z[ host-image] Aug 21 21:47:22.208 INFO O| Aug 21 21:47:22.208 INFO copying /tmp/.tmpOp2Oxa/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 ...
104872026-08-21T21:47:23.598Z[ host-image] Aug 21 21:47:22.208 INFO O| Aug 21 21:47:22.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104882026-08-21T21:47:23.598Z[ host-image] Aug 21 21:47:22.208 INFO O| Aug 21 21:47:22.208 INFO ok!
104892026-08-21T21:47:23.598Z[ host-image] Aug 21 21:47:22.208 INFO O| Aug 21 21:47:22.208 INFO STEP 125 (ensure_file) COMPLETE
104902026-08-21T21:47:23.598Z[ host-image] Aug 21 21:47:22.208 INFO O| Aug 21 21:47:22.208 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104912026-08-21T21:47:23.602Z[ host-image] Aug 21 21:47:22.214 INFO O| Aug 21 21:47:22.214 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104922026-08-21T21:47:23.605Z[ host-image] Aug 21 21:47:22.214 INFO O| Aug 21 21:47:22.214 INFO copying /tmp/.tmpOp2Oxa/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 ...
104932026-08-21T21:47:23.605Z[ host-image] Aug 21 21:47:22.214 INFO O| Aug 21 21:47:22.214 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104942026-08-21T21:47:23.605Z[ host-image] Aug 21 21:47:22.214 INFO O| Aug 21 21:47:22.214 INFO ok!
104952026-08-21T21:47:23.605Z[ host-image] Aug 21 21:47:22.214 INFO O| Aug 21 21:47:22.214 INFO STEP 126 (ensure_file) COMPLETE
104962026-08-21T21:47:23.605Z[ host-image] Aug 21 21:47:22.214 INFO O| Aug 21 21:47:22.214 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104972026-08-21T21:47:23.610Z[ host-image] Aug 21 21:47:22.221 INFO O| Aug 21 21:47:22.221 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104982026-08-21T21:47:23.610Z[ host-image] Aug 21 21:47:22.221 INFO O| Aug 21 21:47:22.221 INFO copying /tmp/.tmpOp2Oxa/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 ...
104992026-08-21T21:47:23.613Z[ host-image] Aug 21 21:47:22.221 INFO O| Aug 21 21:47:22.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105002026-08-21T21:47:23.613Z[ host-image] Aug 21 21:47:22.221 INFO O| Aug 21 21:47:22.221 INFO ok!
105012026-08-21T21:47:23.613Z[ host-image] Aug 21 21:47:22.221 INFO O| Aug 21 21:47:22.221 INFO STEP 127 (ensure_file) COMPLETE
105022026-08-21T21:47:23.613Z[ host-image] Aug 21 21:47:22.221 INFO O| Aug 21 21:47:22.221 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105032026-08-21T21:47:23.616Z[ host-image] Aug 21 21:47:22.228 INFO O| Aug 21 21:47:22.228 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105042026-08-21T21:47:23.616Z[ host-image] Aug 21 21:47:22.228 INFO O| Aug 21 21:47:22.228 INFO copying /tmp/.tmpOp2Oxa/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 ...
105052026-08-21T21:47:23.619Z[ host-image] Aug 21 21:47:22.228 INFO O| Aug 21 21:47:22.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105062026-08-21T21:47:23.619Z[ host-image] Aug 21 21:47:22.228 INFO O| Aug 21 21:47:22.228 INFO ok!
105072026-08-21T21:47:23.619Z[ host-image] Aug 21 21:47:22.228 INFO O| Aug 21 21:47:22.228 INFO STEP 128 (ensure_file) COMPLETE
105082026-08-21T21:47:23.619Z[ host-image] Aug 21 21:47:22.228 INFO O| Aug 21 21:47:22.228 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105092026-08-21T21:47:23.622Z[ host-image] Aug 21 21:47:22.234 INFO O| Aug 21 21:47:22.234 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105102026-08-21T21:47:23.622Z[ host-image] Aug 21 21:47:22.234 INFO O| Aug 21 21:47:22.234 INFO copying /tmp/.tmpOp2Oxa/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 ...
105112026-08-21T21:47:23.622Z[ host-image] Aug 21 21:47:22.234 INFO O| Aug 21 21:47:22.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105122026-08-21T21:47:23.622Z[ host-image] Aug 21 21:47:22.234 INFO O| Aug 21 21:47:22.234 INFO ok!
105132026-08-21T21:47:23.623Z[ host-image] Aug 21 21:47:22.234 INFO O| Aug 21 21:47:22.234 INFO STEP 129 (ensure_file) COMPLETE
105142026-08-21T21:47:23.623Z[ host-image] Aug 21 21:47:22.234 INFO O| Aug 21 21:47:22.234 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105152026-08-21T21:47:23.628Z[ host-image] Aug 21 21:47:22.240 INFO O| Aug 21 21:47:22.240 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105162026-08-21T21:47:23.628Z[ host-image] Aug 21 21:47:22.240 INFO O| Aug 21 21:47:22.240 INFO copying /tmp/.tmpOp2Oxa/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 ...
105172026-08-21T21:47:23.631Z[ host-image] Aug 21 21:47:22.240 INFO O| Aug 21 21:47:22.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105182026-08-21T21:47:23.632Z[ host-image] Aug 21 21:47:22.240 INFO O| Aug 21 21:47:22.240 INFO ok!
105192026-08-21T21:47:23.632Z[ host-image] Aug 21 21:47:22.240 INFO O| Aug 21 21:47:22.240 INFO STEP 130 (ensure_file) COMPLETE
105202026-08-21T21:47:23.632Z[ host-image] Aug 21 21:47:22.240 INFO O| Aug 21 21:47:22.240 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105212026-08-21T21:47:23.634Z[ host-image] Aug 21 21:47:22.246 INFO O| Aug 21 21:47:22.246 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105222026-08-21T21:47:23.634Z[ host-image] Aug 21 21:47:22.246 INFO O| Aug 21 21:47:22.246 INFO copying /tmp/.tmpOp2Oxa/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 ...
105232026-08-21T21:47:23.635Z[ host-image] Aug 21 21:47:22.247 INFO O| Aug 21 21:47:22.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105242026-08-21T21:47:23.635Z[ host-image] Aug 21 21:47:22.247 INFO O| Aug 21 21:47:22.247 INFO ok!
105252026-08-21T21:47:23.635Z[ host-image] Aug 21 21:47:22.247 INFO O| Aug 21 21:47:22.247 INFO STEP 131 (ensure_file) COMPLETE
105262026-08-21T21:47:23.638Z[ host-image] Aug 21 21:47:22.247 INFO O| Aug 21 21:47:22.247 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105272026-08-21T21:47:23.645Z[ host-image] Aug 21 21:47:22.255 INFO O| Aug 21 21:47:22.255 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105282026-08-21T21:47:23.645Z[ host-image] Aug 21 21:47:22.255 INFO O| Aug 21 21:47:22.255 INFO copying /tmp/.tmpOp2Oxa/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 ...
105292026-08-21T21:47:23.648Z[ host-image] Aug 21 21:47:22.255 INFO O| Aug 21 21:47:22.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105302026-08-21T21:47:23.648Z[ host-image] Aug 21 21:47:22.255 INFO O| Aug 21 21:47:22.255 INFO ok!
105312026-08-21T21:47:23.649Z[ host-image] Aug 21 21:47:22.255 INFO O| Aug 21 21:47:22.255 INFO STEP 132 (ensure_file) COMPLETE
105322026-08-21T21:47:23.649Z[ host-image] Aug 21 21:47:22.255 INFO O| Aug 21 21:47:22.255 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105332026-08-21T21:47:23.652Z[ host-image] Aug 21 21:47:22.262 INFO O| Aug 21 21:47:22.262 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105342026-08-21T21:47:23.652Z[ host-image] Aug 21 21:47:22.262 INFO O| Aug 21 21:47:22.262 INFO copying /tmp/.tmpOp2Oxa/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 ...
105352026-08-21T21:47:23.652Z[ host-image] Aug 21 21:47:22.262 INFO O| Aug 21 21:47:22.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105362026-08-21T21:47:23.652Z[ host-image] Aug 21 21:47:22.262 INFO O| Aug 21 21:47:22.262 INFO ok!
105372026-08-21T21:47:23.652Z[ host-image] Aug 21 21:47:22.262 INFO O| Aug 21 21:47:22.262 INFO STEP 133 (ensure_file) COMPLETE
105382026-08-21T21:47:23.652Z[ host-image] Aug 21 21:47:22.262 INFO O| Aug 21 21:47:22.262 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105392026-08-21T21:47:23.657Z[ host-image] Aug 21 21:47:22.269 INFO O| Aug 21 21:47:22.269 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105402026-08-21T21:47:23.657Z[ host-image] Aug 21 21:47:22.269 INFO O| Aug 21 21:47:22.269 INFO copying /tmp/.tmpOp2Oxa/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 ...
105412026-08-21T21:47:23.660Z[ host-image] Aug 21 21:47:22.269 INFO O| Aug 21 21:47:22.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105422026-08-21T21:47:23.660Z[ host-image] Aug 21 21:47:22.269 INFO O| Aug 21 21:47:22.269 INFO ok!
105432026-08-21T21:47:23.660Z[ host-image] Aug 21 21:47:22.269 INFO O| Aug 21 21:47:22.269 INFO STEP 134 (ensure_file) COMPLETE
105442026-08-21T21:47:23.660Z[ host-image] Aug 21 21:47:22.269 INFO O| Aug 21 21:47:22.269 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105452026-08-21T21:47:23.663Z[ host-image] Aug 21 21:47:22.275 INFO O| Aug 21 21:47:22.275 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105462026-08-21T21:47:23.663Z[ host-image] Aug 21 21:47:22.275 INFO O| Aug 21 21:47:22.275 INFO copying /tmp/.tmpOp2Oxa/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 ...
105472026-08-21T21:47:23.663Z[ host-image] Aug 21 21:47:22.275 INFO O| Aug 21 21:47:22.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105482026-08-21T21:47:23.664Z[ host-image] Aug 21 21:47:22.275 INFO O| Aug 21 21:47:22.275 INFO ok!
105492026-08-21T21:47:23.664Z[ host-image] Aug 21 21:47:22.275 INFO O| Aug 21 21:47:22.275 INFO STEP 135 (ensure_file) COMPLETE
105502026-08-21T21:47:23.664Z[ host-image] Aug 21 21:47:22.275 INFO O| Aug 21 21:47:22.275 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105512026-08-21T21:47:23.671Z[ host-image] Aug 21 21:47:22.283 INFO O| Aug 21 21:47:22.283 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105522026-08-21T21:47:23.671Z[ host-image] Aug 21 21:47:22.283 INFO O| Aug 21 21:47:22.283 INFO copying /tmp/.tmpOp2Oxa/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105532026-08-21T21:47:23.674Z[ host-image] Aug 21 21:47:22.283 INFO O| Aug 21 21:47:22.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105542026-08-21T21:47:23.674Z[ host-image] Aug 21 21:47:22.283 INFO O| Aug 21 21:47:22.283 INFO ok!
105552026-08-21T21:47:23.674Z[ host-image] Aug 21 21:47:22.283 INFO O| Aug 21 21:47:22.283 INFO STEP 136 (ensure_file) COMPLETE
105562026-08-21T21:47:23.674Z[ host-image] Aug 21 21:47:22.283 INFO O| Aug 21 21:47:22.283 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105572026-08-21T21:47:23.677Z[ host-image] Aug 21 21:47:22.289 INFO O| Aug 21 21:47:22.289 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105582026-08-21T21:47:23.677Z[ host-image] Aug 21 21:47:22.289 INFO O| Aug 21 21:47:22.289 INFO copying /tmp/.tmpOp2Oxa/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 ...
105592026-08-21T21:47:23.678Z[ host-image] Aug 21 21:47:22.289 INFO O| Aug 21 21:47:22.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105602026-08-21T21:47:23.678Z[ host-image] Aug 21 21:47:22.289 INFO O| Aug 21 21:47:22.289 INFO ok!
105612026-08-21T21:47:23.678Z[ host-image] Aug 21 21:47:22.289 INFO O| Aug 21 21:47:22.289 INFO STEP 137 (ensure_file) COMPLETE
105622026-08-21T21:47:23.678Z[ host-image] Aug 21 21:47:22.289 INFO O| Aug 21 21:47:22.289 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105632026-08-21T21:47:23.683Z[ host-image] Aug 21 21:47:22.295 INFO O| Aug 21 21:47:22.295 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105642026-08-21T21:47:23.683Z[ host-image] Aug 21 21:47:22.295 INFO O| Aug 21 21:47:22.295 INFO copying /tmp/.tmpOp2Oxa/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105652026-08-21T21:47:23.686Z[ host-image] Aug 21 21:47:22.295 INFO O| Aug 21 21:47:22.295 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105662026-08-21T21:47:23.686Z[ host-image] Aug 21 21:47:22.295 INFO O| Aug 21 21:47:22.295 INFO ok!
105672026-08-21T21:47:23.686Z[ host-image] Aug 21 21:47:22.295 INFO O| Aug 21 21:47:22.295 INFO STEP 138 (ensure_file) COMPLETE
105682026-08-21T21:47:23.686Z[ host-image] Aug 21 21:47:22.295 INFO O| Aug 21 21:47:22.295 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105692026-08-21T21:47:23.690Z[ host-image] Aug 21 21:47:22.302 INFO O| Aug 21 21:47:22.302 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105702026-08-21T21:47:23.690Z[ host-image] Aug 21 21:47:22.302 INFO O| Aug 21 21:47:22.302 INFO copying /tmp/.tmpOp2Oxa/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105712026-08-21T21:47:23.867Z[ recovery-image] Aug 21 21:47:22.479 INFO E| Compiling syn v2.0.117
105722026-08-21T21:47:25.463Z[ recovery-image] Aug 21 21:47:24.074 INFO E| Compiling scroll_derive v0.13.1
105732026-08-21T21:47:26.701Z[ recovery-image] Aug 21 21:47:25.312 INFO E| Compiling bitstruct_derive v0.1.0
105742026-08-21T21:47:29.962Z[ host-image] Aug 21 21:47:28.573 INFO O| Aug 21 21:47:28.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105752026-08-21T21:47:29.962Z[ host-image] Aug 21 21:47:28.573 INFO O| Aug 21 21:47:28.573 INFO ok!
105762026-08-21T21:47:29.966Z[ host-image] Aug 21 21:47:28.573 INFO O| Aug 21 21:47:28.573 INFO STEP 139 (ensure_file) COMPLETE
105772026-08-21T21:47:29.966Z[ host-image] Aug 21 21:47:28.573 INFO O| Aug 21 21:47:28.573 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105782026-08-21T21:47:29.969Z[ host-image] Aug 21 21:47:28.581 INFO O| Aug 21 21:47:28.581 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105792026-08-21T21:47:29.969Z[ host-image] Aug 21 21:47:28.581 INFO O| Aug 21 21:47:28.581 INFO STEP 140 (ensure_dir) COMPLETE
105802026-08-21T21:47:29.973Z[ host-image] Aug 21 21:47:28.581 INFO O| Aug 21 21:47:28.581 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105812026-08-21T21:47:29.977Z[ host-image] Aug 21 21:47:28.589 INFO O| Aug 21 21:47:28.589 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105822026-08-21T21:47:29.977Z[ host-image] Aug 21 21:47:28.589 INFO O| Aug 21 21:47:28.589 INFO STEP 141 (ensure_dir) COMPLETE
105832026-08-21T21:47:29.977Z[ host-image] Aug 21 21:47:28.589 INFO O| Aug 21 21:47:28.589 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105842026-08-21T21:47:29.984Z[ host-image] Aug 21 21:47:28.596 INFO O| Aug 21 21:47:28.596 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105852026-08-21T21:47:29.985Z[ host-image] Aug 21 21:47:28.596 INFO O| Aug 21 21:47:28.596 INFO STEP 142 (ensure_dir) COMPLETE
105862026-08-21T21:47:29.985Z[ host-image] Aug 21 21:47:28.596 INFO O| Aug 21 21:47:28.596 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105872026-08-21T21:47:29.991Z[ host-image] Aug 21 21:47:28.603 INFO O| Aug 21 21:47:28.603 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105882026-08-21T21:47:29.991Z[ host-image] Aug 21 21:47:28.603 INFO O| Aug 21 21:47:28.603 INFO STEP 143 (ensure_dir) COMPLETE
105892026-08-21T21:47:29.995Z[ host-image] Aug 21 21:47:28.603 INFO O| Aug 21 21:47:28.603 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105902026-08-21T21:47:29.998Z[ host-image] Aug 21 21:47:28.609 INFO O| Aug 21 21:47:28.609 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105912026-08-21T21:47:29.998Z[ host-image] Aug 21 21:47:28.609 INFO O| Aug 21 21:47:28.609 INFO copying /tmp/.tmpOp2Oxa/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 ...
105922026-08-21T21:47:29.998Z[ host-image] Aug 21 21:47:28.609 INFO O| Aug 21 21:47:28.609 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105932026-08-21T21:47:29.998Z[ host-image] Aug 21 21:47:28.609 INFO O| Aug 21 21:47:28.609 INFO ok!
105942026-08-21T21:47:29.998Z[ host-image] Aug 21 21:47:28.609 INFO O| Aug 21 21:47:28.609 INFO STEP 144 (ensure_file) COMPLETE
105952026-08-21T21:47:29.998Z[ host-image] Aug 21 21:47:28.609 INFO O| Aug 21 21:47:28.609 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105962026-08-21T21:47:30.006Z[ host-image] Aug 21 21:47:28.616 INFO O| Aug 21 21:47:28.616 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
105972026-08-21T21:47:30.006Z[ host-image] Aug 21 21:47:28.616 INFO O| Aug 21 21:47:28.616 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
105982026-08-21T21:47:30.010Z[ host-image] Aug 21 21:47:28.616 INFO O| Aug 21 21:47:28.616 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
105992026-08-21T21:47:30.010Z[ host-image] Aug 21 21:47:28.616 INFO O| Aug 21 21:47:28.616 INFO STEP 145 (ensure_dir) COMPLETE
106002026-08-21T21:47:30.010Z[ host-image] Aug 21 21:47:28.616 INFO O| Aug 21 21:47:28.616 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106012026-08-21T21:47:30.014Z[ host-image] Aug 21 21:47:28.622 INFO O| Aug 21 21:47:28.622 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106022026-08-21T21:47:30.014Z[ host-image] Aug 21 21:47:28.622 INFO O| Aug 21 21:47:28.622 INFO copying /tmp/.tmpOp2Oxa/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106032026-08-21T21:47:30.014Z[ host-image] Aug 21 21:47:28.622 INFO O| Aug 21 21:47:28.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106042026-08-21T21:47:30.014Z[ host-image] Aug 21 21:47:28.622 INFO O| Aug 21 21:47:28.622 INFO ok!
106052026-08-21T21:47:30.014Z[ host-image] Aug 21 21:47:28.622 INFO O| Aug 21 21:47:28.622 INFO STEP 146 (ensure_file) COMPLETE
106062026-08-21T21:47:30.014Z[ host-image] Aug 21 21:47:28.622 INFO O| Aug 21 21:47:28.622 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106072026-08-21T21:47:30.017Z[ host-image] Aug 21 21:47:28.628 INFO O| Aug 21 21:47:28.628 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106082026-08-21T21:47:30.018Z[ host-image] Aug 21 21:47:28.629 INFO O| Aug 21 21:47:28.629 INFO STEP 147 (remove_files) COMPLETE
106092026-08-21T21:47:30.018Z[ host-image] Aug 21 21:47:28.629 INFO O| Aug 21 21:47:28.629 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106102026-08-21T21:47:30.024Z[ host-image] Aug 21 21:47:28.636 INFO O| Aug 21 21:47:28.635 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106112026-08-21T21:47:30.027Z[ host-image] Aug 21 21:47:28.636 INFO O| Aug 21 21:47:28.636 INFO STEP 148 (remove_files) COMPLETE
106122026-08-21T21:47:30.027Z[ host-image] Aug 21 21:47:28.636 INFO O| Aug 21 21:47:28.636 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106132026-08-21T21:47:30.030Z[ host-image] Aug 21 21:47:28.642 INFO O| Aug 21 21:47:28.642 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106142026-08-21T21:47:30.033Z[ host-image] Aug 21 21:47:28.642 INFO O| Aug 21 21:47:28.642 INFO STEP 149 (remove_files) COMPLETE
106152026-08-21T21:47:30.033Z[ host-image] Aug 21 21:47:28.642 INFO O| Aug 21 21:47:28.642 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106162026-08-21T21:47:30.036Z[ host-image] Aug 21 21:47:28.648 INFO O| Aug 21 21:47:28.648 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106172026-08-21T21:47:30.039Z[ host-image] Aug 21 21:47:28.648 INFO O| Aug 21 21:47:28.648 INFO STEP 150 (remove_files) COMPLETE
106182026-08-21T21:47:30.039Z[ host-image] Aug 21 21:47:28.648 INFO O| Aug 21 21:47:28.648 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106192026-08-21T21:47:30.042Z[ host-image] Aug 21 21:47:28.654 INFO O| Aug 21 21:47:28.654 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106202026-08-21T21:47:30.045Z[ host-image] Aug 21 21:47:28.654 INFO O| Aug 21 21:47:28.654 INFO STEP 151 (remove_files) COMPLETE
106212026-08-21T21:47:30.045Z[ host-image] Aug 21 21:47:28.654 INFO O| Aug 21 21:47:28.654 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106222026-08-21T21:47:30.048Z[ host-image] Aug 21 21:47:28.660 INFO O| Aug 21 21:47:28.660 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106232026-08-21T21:47:30.050Z[ host-image] Aug 21 21:47:28.660 INFO O| Aug 21 21:47:28.660 INFO STEP 152 (remove_files) COMPLETE
106242026-08-21T21:47:30.051Z[ host-image] Aug 21 21:47:28.660 INFO O| Aug 21 21:47:28.660 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106252026-08-21T21:47:30.054Z[ host-image] Aug 21 21:47:28.666 INFO O| Aug 21 21:47:28.666 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106262026-08-21T21:47:30.056Z[ host-image] Aug 21 21:47:28.666 INFO O| Aug 21 21:47:28.666 INFO STEP 153 (remove_files) COMPLETE
106272026-08-21T21:47:30.057Z[ host-image] Aug 21 21:47:28.666 INFO O| Aug 21 21:47:28.666 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106282026-08-21T21:47:30.061Z[ host-image] Aug 21 21:47:28.673 INFO O| Aug 21 21:47:28.673 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106292026-08-21T21:47:30.063Z[ host-image] Aug 21 21:47:28.673 INFO O| Aug 21 21:47:28.673 INFO STEP 154 (remove_files) COMPLETE
106302026-08-21T21:47:30.063Z[ host-image] Aug 21 21:47:28.673 INFO O| Aug 21 21:47:28.673 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106312026-08-21T21:47:30.066Z[ host-image] Aug 21 21:47:28.678 INFO O| Aug 21 21:47:28.678 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106322026-08-21T21:47:30.069Z[ host-image] Aug 21 21:47:28.678 INFO O| Aug 21 21:47:28.678 INFO STEP 155 (remove_files) COMPLETE
106332026-08-21T21:47:30.069Z[ host-image] Aug 21 21:47:28.678 INFO O| Aug 21 21:47:28.678 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106342026-08-21T21:47:30.072Z[ host-image] Aug 21 21:47:28.684 INFO O| Aug 21 21:47:28.684 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106352026-08-21T21:47:30.072Z[ host-image] Aug 21 21:47:28.684 INFO O| Aug 21 21:47:28.684 INFO STEP 156 (remove_files) COMPLETE
106362026-08-21T21:47:30.072Z[ host-image] Aug 21 21:47:28.684 INFO O| Aug 21 21:47:28.684 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106372026-08-21T21:47:30.078Z[ host-image] Aug 21 21:47:28.690 INFO O| Aug 21 21:47:28.690 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106382026-08-21T21:47:30.078Z[ host-image] Aug 21 21:47:28.690 INFO O| Aug 21 21:47:28.690 INFO STEP 157 (remove_files) COMPLETE
106392026-08-21T21:47:30.081Z[ host-image] Aug 21 21:47:28.690 INFO O| Aug 21 21:47:28.690 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106402026-08-21T21:47:30.084Z[ host-image] Aug 21 21:47:28.696 INFO O| Aug 21 21:47:28.696 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106412026-08-21T21:47:30.088Z[ host-image] Aug 21 21:47:28.696 INFO O| Aug 21 21:47:28.696 INFO STEP 158 (remove_files) COMPLETE
106422026-08-21T21:47:30.088Z[ host-image] Aug 21 21:47:28.696 INFO O| Aug 21 21:47:28.696 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106432026-08-21T21:47:30.091Z[ host-image] Aug 21 21:47:28.702 INFO O| Aug 21 21:47:28.702 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106442026-08-21T21:47:30.091Z[ host-image] Aug 21 21:47:28.702 INFO O| Aug 21 21:47:28.702 INFO STEP 159 (remove_files) COMPLETE
106452026-08-21T21:47:30.091Z[ host-image] Aug 21 21:47:28.702 INFO O| Aug 21 21:47:28.702 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106462026-08-21T21:47:30.095Z[ host-image] Aug 21 21:47:28.707 INFO O| Aug 21 21:47:28.707 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106472026-08-21T21:47:30.095Z[ host-image] Aug 21 21:47:28.707 INFO O| Aug 21 21:47:28.707 INFO STEP 160 (remove_files) COMPLETE
106482026-08-21T21:47:30.098Z[ host-image] Aug 21 21:47:28.707 INFO O| Aug 21 21:47:28.707 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106492026-08-21T21:47:30.101Z[ host-image] Aug 21 21:47:28.713 INFO O| Aug 21 21:47:28.713 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106502026-08-21T21:47:30.103Z[ host-image] Aug 21 21:47:28.713 INFO O| Aug 21 21:47:28.713 INFO STEP 161 (remove_files) COMPLETE
106512026-08-21T21:47:30.104Z[ host-image] Aug 21 21:47:28.713 INFO O| Aug 21 21:47:28.713 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106522026-08-21T21:47:30.106Z[ host-image] Aug 21 21:47:28.719 INFO O| Aug 21 21:47:28.718 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106532026-08-21T21:47:30.107Z[ host-image] Aug 21 21:47:28.719 INFO O| Aug 21 21:47:28.719 INFO STEP 162 (remove_files) COMPLETE
106542026-08-21T21:47:30.109Z[ host-image] Aug 21 21:47:28.719 INFO O| Aug 21 21:47:28.719 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106552026-08-21T21:47:30.113Z[ host-image] Aug 21 21:47:28.725 INFO O| Aug 21 21:47:28.725 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106562026-08-21T21:47:30.113Z[ host-image] Aug 21 21:47:28.725 INFO O| Aug 21 21:47:28.725 INFO STEP 163 (remove_files) COMPLETE
106572026-08-21T21:47:30.116Z[ host-image] Aug 21 21:47:28.725 INFO O| Aug 21 21:47:28.725 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106582026-08-21T21:47:30.119Z[ host-image] Aug 21 21:47:28.731 INFO O| Aug 21 21:47:28.731 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106592026-08-21T21:47:30.119Z[ host-image] Aug 21 21:47:28.731 INFO O| Aug 21 21:47:28.731 INFO STEP 164 (remove_files) COMPLETE
106602026-08-21T21:47:30.119Z[ host-image] Aug 21 21:47:28.731 INFO O| Aug 21 21:47:28.731 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106612026-08-21T21:47:30.125Z[ host-image] Aug 21 21:47:28.737 INFO O| Aug 21 21:47:28.737 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106622026-08-21T21:47:30.128Z[ host-image] Aug 21 21:47:28.737 INFO O| Aug 21 21:47:28.737 INFO STEP 165 (remove_files) COMPLETE
106632026-08-21T21:47:30.129Z[ host-image] Aug 21 21:47:28.737 INFO O| Aug 21 21:47:28.737 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106642026-08-21T21:47:30.132Z[ host-image] Aug 21 21:47:28.743 INFO O| Aug 21 21:47:28.743 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106652026-08-21T21:47:30.132Z[ host-image] Aug 21 21:47:28.743 INFO O| Aug 21 21:47:28.743 INFO STEP 166 (remove_files) COMPLETE
106662026-08-21T21:47:30.132Z[ host-image] Aug 21 21:47:28.743 INFO O| Aug 21 21:47:28.743 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106672026-08-21T21:47:30.137Z[ host-image] Aug 21 21:47:28.749 INFO O| Aug 21 21:47:28.749 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106682026-08-21T21:47:30.137Z[ host-image] Aug 21 21:47:28.749 INFO O| Aug 21 21:47:28.749 INFO STEP 167 (remove_files) COMPLETE
106692026-08-21T21:47:30.141Z[ host-image] Aug 21 21:47:28.749 INFO O| Aug 21 21:47:28.749 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106702026-08-21T21:47:30.144Z[ host-image] Aug 21 21:47:28.755 INFO O| Aug 21 21:47:28.755 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106712026-08-21T21:47:30.144Z[ host-image] Aug 21 21:47:28.755 INFO O| Aug 21 21:47:28.755 INFO STEP 168 (remove_files) COMPLETE
106722026-08-21T21:47:30.144Z[ host-image] Aug 21 21:47:28.755 INFO O| Aug 21 21:47:28.755 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106732026-08-21T21:47:30.150Z[ host-image] Aug 21 21:47:28.761 INFO O| Aug 21 21:47:28.761 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106742026-08-21T21:47:30.150Z[ host-image] Aug 21 21:47:28.761 INFO O| Aug 21 21:47:28.761 INFO STEP 169 (remove_files) COMPLETE
106752026-08-21T21:47:30.151Z[ host-image] Aug 21 21:47:28.761 INFO O| Aug 21 21:47:28.761 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106762026-08-21T21:47:30.156Z[ host-image] Aug 21 21:47:28.767 INFO O| Aug 21 21:47:28.767 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106772026-08-21T21:47:30.156Z[ host-image] Aug 21 21:47:28.767 INFO O| Aug 21 21:47:28.767 INFO STEP 170 (remove_files) COMPLETE
106782026-08-21T21:47:30.159Z[ host-image] Aug 21 21:47:28.767 INFO O| Aug 21 21:47:28.767 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106792026-08-21T21:47:30.162Z[ host-image] Aug 21 21:47:28.773 INFO O| Aug 21 21:47:28.773 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106802026-08-21T21:47:30.162Z[ host-image] Aug 21 21:47:28.773 INFO O| Aug 21 21:47:28.773 INFO STEP 171 (remove_files) COMPLETE
106812026-08-21T21:47:30.163Z[ host-image] Aug 21 21:47:28.773 INFO O| Aug 21 21:47:28.773 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106822026-08-21T21:47:30.167Z[ host-image] Aug 21 21:47:28.779 INFO O| Aug 21 21:47:28.779 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106832026-08-21T21:47:30.167Z[ host-image] Aug 21 21:47:28.779 INFO O| Aug 21 21:47:28.779 INFO STEP 172 (remove_files) COMPLETE
106842026-08-21T21:47:30.171Z[ host-image] Aug 21 21:47:28.779 INFO O| Aug 21 21:47:28.779 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106852026-08-21T21:47:30.175Z[ host-image] Aug 21 21:47:28.785 INFO O| Aug 21 21:47:28.785 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106862026-08-21T21:47:30.175Z[ host-image] Aug 21 21:47:28.785 INFO O| Aug 21 21:47:28.785 INFO STEP 173 (remove_files) COMPLETE
106872026-08-21T21:47:30.175Z[ host-image] Aug 21 21:47:28.785 INFO O| Aug 21 21:47:28.785 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106882026-08-21T21:47:30.180Z[ host-image] Aug 21 21:47:28.791 INFO O| Aug 21 21:47:28.791 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106892026-08-21T21:47:30.180Z[ host-image] Aug 21 21:47:28.791 INFO O| Aug 21 21:47:28.791 INFO STEP 174 (remove_files) COMPLETE
106902026-08-21T21:47:30.184Z[ host-image] Aug 21 21:47:28.791 INFO O| Aug 21 21:47:28.791 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106912026-08-21T21:47:30.187Z[ host-image] Aug 21 21:47:28.797 INFO O| Aug 21 21:47:28.797 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106922026-08-21T21:47:30.187Z[ host-image] Aug 21 21:47:28.797 INFO O| Aug 21 21:47:28.797 INFO STEP 175 (remove_files) COMPLETE
106932026-08-21T21:47:30.187Z[ host-image] Aug 21 21:47:28.797 INFO O| Aug 21 21:47:28.797 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106942026-08-21T21:47:30.194Z[ host-image] Aug 21 21:47:28.806 INFO O| Aug 21 21:47:28.806 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
106952026-08-21T21:47:30.197Z[ host-image] Aug 21 21:47:28.806 INFO O| Aug 21 21:47:28.806 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
106962026-08-21T21:47:34.636Z[ host-image] Aug 21 21:47:33.247 INFO O| Aug 21 21:47:33.247 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
106972026-08-21T21:47:34.636Z[ host-image] Aug 21 21:47:33.247 INFO O| Aug 21 21:47:33.247 INFO E| svccfg: Loaded 80 smf(7) service descriptions
106982026-08-21T21:47:34.648Z[ host-image] Aug 21 21:47:33.259 INFO O| Aug 21 21:47:33.259 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_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"}
106992026-08-21T21:47:34.747Z[ host-image] Aug 21 21:47:33.359 INFO O| Aug 21 21:47:33.358 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107002026-08-21T21:47:34.800Z[ host-image] Aug 21 21:47:33.412 INFO O| Aug 21 21:47:33.412 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107012026-08-21T21:47:34.860Z[ host-image] Aug 21 21:47:33.472 INFO O| Aug 21 21:47:33.472 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107022026-08-21T21:47:34.860Z[ host-image] Aug 21 21:47:33.472 INFO O| Aug 21 21:47:33.472 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107032026-08-21T21:47:34.864Z[ host-image] Aug 21 21:47:33.473 INFO O| Aug 21 21:47:33.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107042026-08-21T21:47:34.864Z[ host-image] Aug 21 21:47:33.473 INFO O| Aug 21 21:47:33.473 INFO ok!
107052026-08-21T21:47:34.864Z[ host-image] Aug 21 21:47:33.473 INFO O| Aug 21 21:47:33.473 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107062026-08-21T21:47:34.864Z[ host-image] Aug 21 21:47:33.473 INFO O| Aug 21 21:47:33.473 INFO STEP 176 (seed_smf) COMPLETE
107072026-08-21T21:47:34.864Z[ host-image] Aug 21 21:47:33.473 INFO O| Aug 21 21:47:33.473 INFO steps complete; finalising image!
107082026-08-21T21:47:34.864Z[ host-image] Aug 21 21:47:33.473 INFO O| Aug 21 21:47:33.473 INFO TRIM POOL: TEMPORARY-sled-zfs
107092026-08-21T21:47:34.939Z[ host-image] Aug 21 21:47:33.548 INFO O| Aug 21 21:47:33.548 INFO trim TEMPORARY-sled-zfs: (6% trimmed, started at Fri Aug 21 21:47:33 2026)
107102026-08-21T21:47:35.152Z[ host-image] Aug 21 21:47:33.762 INFO O| Aug 21 21:47:33.762 INFO temporary pool has 907M used, 117M avail, 1.81x compressratio
107112026-08-21T21:47:35.152Z[ host-image] Aug 21 21:47:33.762 INFO O| Aug 21 21:47:33.762 INFO EXPORT POOL: TEMPORARY-sled-zfs
107122026-08-21T21:47:35.491Z[ host-image] Aug 21 21:47:34.100 INFO O| Aug 21 21:47:34.100 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107132026-08-21T21:47:35.491Z[ host-image] Aug 21 21:47:34.100 INFO O| Aug 21 21:47:34.100 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107142026-08-21T21:47:36.419Z[ host-image] Aug 21 21:47:35.027 INFO O| Aug 21 21:47:35.027 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107152026-08-21T21:47:36.419Z[ host-image] Aug 21 21:47:35.027 INFO O| Aug 21 21:47:35.027 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107162026-08-21T21:47:36.419Z[ host-image] Aug 21 21:47:35.027 INFO O| Aug 21 21:47:35.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107172026-08-21T21:47:36.419Z[ host-image] Aug 21 21:47:35.027 INFO O| Aug 21 21:47:35.027 INFO completed processing sled/zfs
107182026-08-21T21:47:36.422Z[ host-image] Aug 21 21:47:35.027 INFO O| Aug 21 21:47:35.027 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107192026-08-21T21:47:36.741Z[ recovery-image] Aug 21 21:47:35.353 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)
107202026-08-21T21:47:38.767Z[ recovery-image] Aug 21 21:47:37.379 INFO E| Compiling bitflags v1.3.2
107212026-08-21T21:47:38.767Z[ recovery-image] Aug 21 21:47:37.379 INFO E| Compiling adler2 v2.0.1
107222026-08-21T21:47:38.767Z[ recovery-image] Aug 21 21:47:37.379 INFO E| Compiling log v0.4.32
107232026-08-21T21:47:38.768Z[ recovery-image] Aug 21 21:47:37.379 INFO E| Compiling plain v0.2.3
107242026-08-21T21:47:38.770Z[ recovery-image] Aug 21 21:47:37.379 INFO E| Compiling scroll v0.13.0
107252026-08-21T21:47:38.770Z[ recovery-image] Aug 21 21:47:37.379 INFO E| Compiling bit_field v0.10.3
107262026-08-21T21:47:38.771Z[ recovery-image] Aug 21 21:47:37.379 INFO E| Compiling bitflags v2.13.0
107272026-08-21T21:47:38.771Z[ recovery-image] Aug 21 21:47:37.379 INFO E| Compiling bitstruct v0.1.1
107282026-08-21T21:47:38.771Z[ recovery-image] Aug 21 21:47:37.379 INFO E| Compiling static_assertions v1.1.0
107292026-08-21T21:47:38.819Z[ recovery-image] Aug 21 21:47:37.431 INFO E| Compiling raw-cpuid v10.7.0
107302026-08-21T21:47:38.867Z[ recovery-image] Aug 21 21:47:37.479 INFO E| Compiling miniz_oxide v0.9.1
107312026-08-21T21:47:38.921Z[ recovery-image] Aug 21 21:47:37.533 INFO E| Compiling cpio_reader v0.1.2
107322026-08-21T21:47:38.987Z[ recovery-image] Aug 21 21:47:37.599 INFO E| Compiling goblin v0.10.7
107332026-08-21T21:47:41.773Z[ recovery-image] Aug 21 21:47:40.385 INFO E| Finished `release` profile [optimized] target(s) in 19.68s
107342026-08-21T21:47:41.792Z[ recovery-image] Aug 21 21:47:40.404 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
107352026-08-21T21:47:41.792Z[ recovery-image] Aug 21 21:47:40.404 INFO building ROM for gimlet
107362026-08-21T21:47:41.792Z[ recovery-image] Aug 21 21:47:40.404 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")
107372026-08-21T21:47:41.867Z[ recovery-image] Aug 21 21:47:40.479 INFO E| Downloading crates ...
107382026-08-21T21:47:41.915Z[ recovery-image] Aug 21 21:47:40.526 INFO E| Downloaded toml_datetime v0.6.9
107392026-08-21T21:47:41.920Z[ recovery-image] Aug 21 21:47:40.532 INFO E| Downloaded duct v0.13.7
107402026-08-21T21:47:41.923Z[ recovery-image] Aug 21 21:47:40.535 INFO E| Downloaded os_pipe v1.2.1
107412026-08-21T21:47:41.929Z[ recovery-image] Aug 21 21:47:40.541 INFO E| Downloaded serde_spanned v0.6.8
107422026-08-21T21:47:41.932Z[ recovery-image] Aug 21 21:47:40.543 INFO E| Downloaded clap v4.5.37
107432026-08-21T21:47:41.938Z[ recovery-image] Aug 21 21:47:40.549 INFO E| Downloaded clap_lex v0.7.4
107442026-08-21T21:47:41.940Z[ recovery-image] Aug 21 21:47:40.549 INFO E| Downloaded anstyle-query v1.1.2
107452026-08-21T21:47:41.940Z[ recovery-image] Aug 21 21:47:40.550 INFO E| Downloaded is_terminal_polyfill v1.70.1
107462026-08-21T21:47:41.944Z[ recovery-image] Aug 21 21:47:40.553 INFO E| Downloaded shared_child v1.0.1
107472026-08-21T21:47:41.944Z[ recovery-image] Aug 21 21:47:40.555 INFO E| Downloaded colorchoice v1.0.3
107482026-08-21T21:47:41.952Z[ recovery-image] Aug 21 21:47:40.562 INFO E| Downloaded anstream v0.6.18
107492026-08-21T21:47:41.956Z[ recovery-image] Aug 21 21:47:40.564 INFO E| Downloaded anstyle v1.0.10
107502026-08-21T21:47:41.956Z[ recovery-image] Aug 21 21:47:40.565 INFO E| Downloaded anstyle-parse v0.2.6
107512026-08-21T21:47:41.956Z[ recovery-image] Aug 21 21:47:40.566 INFO E| Downloaded toml_write v0.1.1
107522026-08-21T21:47:41.959Z[ recovery-image] Aug 21 21:47:40.568 INFO E| Downloaded cc v1.2.20
107532026-08-21T21:47:41.962Z[ recovery-image] Aug 21 21:47:40.571 INFO E| Downloaded clap_derive v4.5.32
107542026-08-21T21:47:41.966Z[ recovery-image] Aug 21 21:47:40.576 INFO E| Downloaded toml v0.8.22
107552026-08-21T21:47:41.983Z[ recovery-image] Aug 21 21:47:40.595 INFO E| Downloaded toml_edit v0.22.26
107562026-08-21T21:47:42.003Z[ recovery-image] Aug 21 21:47:40.614 INFO E| Downloaded clap_builder v4.5.37
107572026-08-21T21:47:42.007Z[ recovery-image] Aug 21 21:47:40.618 INFO E| Downloaded winnow v0.7.7
107582026-08-21T21:47:42.023Z[ recovery-image] Aug 21 21:47:40.633 INFO E| Compiling libc v0.2.172
107592026-08-21T21:47:42.026Z[ recovery-image] Aug 21 21:47:40.633 INFO E| Compiling utf8parse v0.2.2
107602026-08-21T21:47:42.026Z[ recovery-image] Aug 21 21:47:40.633 INFO E| Compiling is_terminal_polyfill v1.70.1
107612026-08-21T21:47:42.026Z[ recovery-image] Aug 21 21:47:40.633 INFO E| Compiling equivalent v1.0.2
107622026-08-21T21:47:42.026Z[ recovery-image] Aug 21 21:47:40.633 INFO E| Compiling hashbrown v0.15.2
107632026-08-21T21:47:42.026Z[ recovery-image] Aug 21 21:47:40.633 INFO E| Compiling colorchoice v1.0.3
107642026-08-21T21:47:42.040Z[ recovery-image] Aug 21 21:47:40.650 INFO E| Compiling anstyle v1.0.10
107652026-08-21T21:47:42.044Z[ recovery-image] Aug 21 21:47:40.650 INFO E| Compiling shlex v1.3.0
107662026-08-21T21:47:42.044Z[ recovery-image] Aug 21 21:47:40.650 INFO E| Compiling anstyle-query v1.1.2
107672026-08-21T21:47:42.044Z[ recovery-image] Aug 21 21:47:40.650 INFO E| Compiling once_cell v1.21.3
107682026-08-21T21:47:42.044Z[ recovery-image] Aug 21 21:47:40.651 INFO E| Compiling strsim v0.11.1
107692026-08-21T21:47:42.044Z[ recovery-image] Aug 21 21:47:40.651 INFO E| Compiling clap_lex v0.7.4
107702026-08-21T21:47:42.044Z[ recovery-image] Aug 21 21:47:40.651 INFO E| Compiling toml_write v0.1.1
107712026-08-21T21:47:42.057Z[ recovery-image] Aug 21 21:47:40.666 INFO E| Compiling winnow v0.7.7
107722026-08-21T21:47:42.070Z[ recovery-image] Aug 21 21:47:40.682 INFO E| Compiling syn v2.0.101
107732026-08-21T21:47:42.070Z[ recovery-image] Aug 21 21:47:40.682 INFO E| Compiling anyhow v1.0.98
107742026-08-21T21:47:42.155Z[ recovery-image] Aug 21 21:47:40.767 INFO E| Compiling anstyle-parse v0.2.6
107752026-08-21T21:47:42.188Z[ recovery-image] Aug 21 21:47:40.799 INFO E| Compiling cc v1.2.20
107762026-08-21T21:47:42.296Z[ recovery-image] Aug 21 21:47:40.907 INFO E| Compiling anstream v0.6.18
107772026-08-21T21:47:42.495Z[ recovery-image] Aug 21 21:47:41.107 INFO E| Compiling clap_builder v4.5.37
107782026-08-21T21:47:42.588Z[ recovery-image] Aug 21 21:47:41.200 INFO E| Compiling indexmap v2.9.0
107792026-08-21T21:47:42.630Z[ recovery-image] Aug 21 21:47:41.241 INFO E| Compiling os_pipe v1.2.1
107802026-08-21T21:47:42.630Z[ recovery-image] Aug 21 21:47:41.242 INFO E| Compiling shared_child v1.0.1
107812026-08-21T21:47:42.740Z[ recovery-image] Aug 21 21:47:41.352 INFO E| Compiling duct v0.13.7
107822026-08-21T21:47:43.207Z[ recovery-image] Aug 21 21:47:41.819 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
107832026-08-21T21:47:44.047Z[ recovery-image] Aug 21 21:47:42.659 INFO E| Compiling serde_derive v1.0.219
107842026-08-21T21:47:44.048Z[ recovery-image] Aug 21 21:47:42.659 INFO E| Compiling clap_derive v4.5.32
107852026-08-21T21:47:45.263Z[ recovery-image] Aug 21 21:47:43.875 INFO E| Compiling clap v4.5.37
107862026-08-21T21:47:45.855Z[ recovery-image] Aug 21 21:47:44.467 INFO E| Compiling serde v1.0.219
107872026-08-21T21:47:47.491Z[ recovery-image] Aug 21 21:47:46.101 INFO E| Compiling toml_datetime v0.6.9
107882026-08-21T21:47:47.491Z[ recovery-image] Aug 21 21:47:46.101 INFO E| Compiling serde_spanned v0.6.8
107892026-08-21T21:47:47.635Z[ recovery-image] Aug 21 21:47:46.245 INFO E| Compiling toml_edit v0.22.26
107902026-08-21T21:47:48.893Z[ recovery-image] Aug 21 21:47:47.498 INFO E| Compiling toml v0.8.22
107912026-08-21T21:47:51.332Z[ recovery-image] Aug 21 21:47:49.941 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.50s
107922026-08-21T21:47:51.340Z[ recovery-image] Aug 21 21:47:49.951 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`
107932026-08-21T21:47:51.362Z[ recovery-image] Aug 21 21:47:49.970 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
107942026-08-21T21:47:51.444Z[ recovery-image] Aug 21 21:47:50.055 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
107952026-08-21T21:47:51.452Z[ recovery-image] Aug 21 21:47:50.059 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`
107962026-08-21T21:47:51.572Z[ recovery-image] Aug 21 21:47:50.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
107972026-08-21T21:47:51.572Z[ recovery-image] Aug 21 21:47:50.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
107982026-08-21T21:47:51.572Z[ recovery-image] Aug 21 21:47:50.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
107992026-08-21T21:47:51.597Z[ recovery-image] Aug 21 21:47:50.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108002026-08-21T21:47:51.597Z[ recovery-image] Aug 21 21:47:50.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108012026-08-21T21:47:51.597Z[ recovery-image] Aug 21 21:47:50.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108022026-08-21T21:47:51.597Z[ recovery-image] Aug 21 21:47:50.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108032026-08-21T21:47:51.597Z[ recovery-image] Aug 21 21:47:50.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108042026-08-21T21:47:51.597Z[ recovery-image] Aug 21 21:47:50.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108052026-08-21T21:47:51.597Z[ recovery-image] Aug 21 21:47:50.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108062026-08-21T21:47:51.597Z[ recovery-image] Aug 21 21:47:50.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108072026-08-21T21:47:51.597Z[ recovery-image] Aug 21 21:47:50.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108082026-08-21T21:47:51.597Z[ recovery-image] Aug 21 21:47:50.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108092026-08-21T21:47:51.597Z[ recovery-image] Aug 21 21:47:50.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108102026-08-21T21:47:51.597Z[ recovery-image] Aug 21 21:47:50.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108112026-08-21T21:47:51.598Z[ recovery-image] Aug 21 21:47:50.179 INFO O| Info: ABL version: 0x100f5010
108122026-08-21T21:47:51.598Z[ recovery-image] Aug 21 21:47:50.179 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
108132026-08-21T21:47:51.598Z[ recovery-image] Aug 21 21:47:50.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108142026-08-21T21:47:51.598Z[ recovery-image] Aug 21 21:47:50.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108152026-08-21T21:47:51.598Z[ recovery-image] Aug 21 21:47:50.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108162026-08-21T21:47:51.598Z[ recovery-image] Aug 21 21:47:50.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108172026-08-21T21:47:51.598Z[ recovery-image] Aug 21 21:47:50.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108182026-08-21T21:47:51.598Z[ recovery-image] Aug 21 21:47:50.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108192026-08-21T21:47:51.598Z[ recovery-image] Aug 21 21:47:50.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
108202026-08-21T21:47:51.598Z[ recovery-image] Aug 21 21:47:50.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
108212026-08-21T21:47:51.598Z[ recovery-image] Aug 21 21:47:50.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
108222026-08-21T21:47:51.598Z[ recovery-image] Aug 21 21:47:50.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
108232026-08-21T21:47:51.598Z[ recovery-image] Aug 21 21:47:50.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
108242026-08-21T21:47:51.598Z[ recovery-image] Aug 21 21:47:50.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108252026-08-21T21:47:51.598Z[ recovery-image] Aug 21 21:47:50.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108262026-08-21T21:47:51.598Z[ recovery-image] Aug 21 21:47:50.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108272026-08-21T21:47:51.598Z[ recovery-image] Aug 21 21:47:50.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108282026-08-21T21:47:51.598Z[ recovery-image] Aug 21 21:47:50.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108292026-08-21T21:47:51.598Z[ recovery-image] Aug 21 21:47:50.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108302026-08-21T21:47:51.598Z[ recovery-image] Aug 21 21:47:50.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
108312026-08-21T21:47:51.637Z[ recovery-image] Aug 21 21:47:50.228 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
108322026-08-21T21:47:51.637Z[ recovery-image] Aug 21 21:47:50.228 INFO building ROM for cosmo
108332026-08-21T21:47:51.651Z[ recovery-image] Aug 21 21:47:50.229 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")
108342026-08-21T21:47:51.729Z[ recovery-image] Aug 21 21:47:50.332 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108352026-08-21T21:47:51.755Z[ recovery-image] Aug 21 21:47:50.336 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`
108362026-08-21T21:47:51.784Z[ recovery-image] Aug 21 21:47:50.352 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108372026-08-21T21:47:51.837Z[ recovery-image] Aug 21 21:47:50.427 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108382026-08-21T21:47:51.848Z[ recovery-image] Aug 21 21:47:50.431 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`
108392026-08-21T21:47:52.033Z[ recovery-image] Aug 21 21:47:50.642 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108402026-08-21T21:47:52.033Z[ recovery-image] Aug 21 21:47:50.642 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108412026-08-21T21:47:52.033Z[ recovery-image] Aug 21 21:47:50.642 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108422026-08-21T21:47:52.053Z[ recovery-image] Aug 21 21:47:50.642 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108432026-08-21T21:47:52.053Z[ recovery-image] Aug 21 21:47:50.642 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108442026-08-21T21:47:52.053Z[ recovery-image] Aug 21 21:47:50.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108452026-08-21T21:47:52.053Z[ recovery-image] Aug 21 21:47:50.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108462026-08-21T21:47:52.053Z[ recovery-image] Aug 21 21:47:50.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108472026-08-21T21:47:52.053Z[ recovery-image] Aug 21 21:47:50.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108482026-08-21T21:47:52.053Z[ recovery-image] Aug 21 21:47:50.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108492026-08-21T21:47:52.053Z[ recovery-image] Aug 21 21:47:50.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108502026-08-21T21:47:52.053Z[ recovery-image] Aug 21 21:47:50.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108512026-08-21T21:47:52.053Z[ recovery-image] Aug 21 21:47:50.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108522026-08-21T21:47:52.053Z[ recovery-image] Aug 21 21:47:50.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108532026-08-21T21:47:52.053Z[ recovery-image] Aug 21 21:47:50.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108542026-08-21T21:47:52.053Z[ recovery-image] Aug 21 21:47:50.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108552026-08-21T21:47:52.053Z[ recovery-image] Aug 21 21:47:50.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
108562026-08-21T21:47:52.053Z[ recovery-image] Aug 21 21:47:50.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108572026-08-21T21:47:52.053Z[ recovery-image] Aug 21 21:47:50.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
108582026-08-21T21:47:52.054Z[ recovery-image] Aug 21 21:47:50.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
108592026-08-21T21:47:52.054Z[ recovery-image] Aug 21 21:47:50.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108602026-08-21T21:47:52.054Z[ recovery-image] Aug 21 21:47:50.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108612026-08-21T21:47:52.054Z[ recovery-image] Aug 21 21:47:50.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
108622026-08-21T21:47:52.054Z[ recovery-image] Aug 21 21:47:50.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108632026-08-21T21:47:52.054Z[ recovery-image] Aug 21 21:47:50.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
108642026-08-21T21:47:52.054Z[ recovery-image] Aug 21 21:47:50.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
108652026-08-21T21:47:52.054Z[ recovery-image] Aug 21 21:47:50.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
108662026-08-21T21:47:52.054Z[ recovery-image] Aug 21 21:47:50.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
108672026-08-21T21:47:52.054Z[ recovery-image] Aug 21 21:47:50.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
108682026-08-21T21:47:52.054Z[ recovery-image] Aug 21 21:47:50.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
108692026-08-21T21:47:52.054Z[ recovery-image] Aug 21 21:47:50.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
108702026-08-21T21:47:52.054Z[ recovery-image] Aug 21 21:47:50.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
108712026-08-21T21:47:52.054Z[ recovery-image] Aug 21 21:47:50.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
108722026-08-21T21:47:52.054Z[ recovery-image] Aug 21 21:47:50.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
108732026-08-21T21:47:52.054Z[ recovery-image] Aug 21 21:47:50.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
108742026-08-21T21:47:52.055Z[ recovery-image] Aug 21 21:47:50.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
108752026-08-21T21:47:52.055Z[ recovery-image] Aug 21 21:47:50.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
108762026-08-21T21:47:52.055Z[ recovery-image] Aug 21 21:47:50.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
108772026-08-21T21:47:52.055Z[ recovery-image] Aug 21 21:47:50.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
108782026-08-21T21:47:52.055Z[ recovery-image] Aug 21 21:47:50.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
108792026-08-21T21:47:52.055Z[ recovery-image] Aug 21 21:47:50.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
108802026-08-21T21:47:52.055Z[ recovery-image] Aug 21 21:47:50.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
108812026-08-21T21:47:52.055Z[ recovery-image] Aug 21 21:47:50.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
108822026-08-21T21:47:52.055Z[ recovery-image] Aug 21 21:47:50.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
108832026-08-21T21:47:52.055Z[ recovery-image] Aug 21 21:47:50.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
108842026-08-21T21:47:52.055Z[ recovery-image] Aug 21 21:47:50.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
108852026-08-21T21:47:52.055Z[ recovery-image] Aug 21 21:47:50.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
108862026-08-21T21:47:52.055Z[ recovery-image] Aug 21 21:47:50.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
108872026-08-21T21:47:52.055Z[ recovery-image] Aug 21 21:47:50.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
108882026-08-21T21:47:52.055Z[ recovery-image] Aug 21 21:47:50.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
108892026-08-21T21:47:52.055Z[ recovery-image] Aug 21 21:47:50.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
108902026-08-21T21:47:52.055Z[ recovery-image] Aug 21 21:47:50.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
108912026-08-21T21:47:52.055Z[ recovery-image] Aug 21 21:47:50.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
108922026-08-21T21:47:52.055Z[ recovery-image] Aug 21 21:47:50.644 INFO O| Info: ABL version: 0x100af010
108932026-08-21T21:47:52.055Z[ recovery-image] Aug 21 21:47:50.644 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
108942026-08-21T21:47:52.055Z[ recovery-image] Aug 21 21:47:50.644 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
108952026-08-21T21:47:52.055Z[ recovery-image] Aug 21 21:47:50.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
108962026-08-21T21:47:52.055Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
108972026-08-21T21:47:52.055Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
108982026-08-21T21:47:52.055Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
108992026-08-21T21:47:52.055Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109002026-08-21T21:47:52.055Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109012026-08-21T21:47:52.056Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109022026-08-21T21:47:52.056Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109032026-08-21T21:47:52.056Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109042026-08-21T21:47:52.056Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109052026-08-21T21:47:52.056Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109062026-08-21T21:47:52.056Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109072026-08-21T21:47:52.056Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109082026-08-21T21:47:52.056Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109092026-08-21T21:47:52.056Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109102026-08-21T21:47:52.056Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109112026-08-21T21:47:52.056Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109122026-08-21T21:47:52.056Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109132026-08-21T21:47:52.056Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109142026-08-21T21:47:52.057Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109152026-08-21T21:47:52.057Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109162026-08-21T21:47:52.057Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109172026-08-21T21:47:52.057Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109182026-08-21T21:47:52.057Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109192026-08-21T21:47:52.057Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109202026-08-21T21:47:52.058Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109212026-08-21T21:47:52.058Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109222026-08-21T21:47:52.058Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109232026-08-21T21:47:52.058Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109242026-08-21T21:47:52.058Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109252026-08-21T21:47:52.058Z[ recovery-image] Aug 21 21:47:50.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109262026-08-21T21:47:52.075Z[ recovery-image] Aug 21 21:47:50.681 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109272026-08-21T21:47:53.259Z[ recovery-image] Aug 21 21:47:51.870 INFO image complete! materials are in "/work/os-recovery"
109282026-08-21T21:47:53.265Z[ recovery-image]
109292026-08-21T21:47:53.265Z[ recovery-image] real 3:14.751117950
109302026-08-21T21:47:53.265Z[ recovery-image] user 2:36.852788929
109312026-08-21T21:47:53.265Z[ recovery-image] sys 38.144495194
109322026-08-21T21:47:53.265Z[ recovery-image] trap 0.137175035
109332026-08-21T21:47:53.265Z[ recovery-image] tflt 0.919682928
109342026-08-21T21:47:53.265Z[ recovery-image] dflt 0.885194208
109352026-08-21T21:47:53.265Z[ recovery-image] kflt 0.000177376
109362026-08-21T21:47:53.265Z[ recovery-image] lock 8:21.658665350
109372026-08-21T21:47:53.266Z[ recovery-image] slp 17:30.016701703
109382026-08-21T21:47:53.266Z[ recovery-image] lat 38.553820250
109392026-08-21T21:47:53.266Z[ recovery-image] stop 12.233231236
109402026-08-21T21:47:53.266ZAug 21 21:47:51.875 INFO [recovery-image] process exited with exit status: 0 (194.75682223s)
109412026-08-21T21:47:53.266ZAug 21 21:47:51.875 INFO [tuf-v2-recovery] running task
109422026-08-21T21:47:53.266ZAug 21 21:47:51.876 INFO [tuf-v2-recovery] task succeeded (812.7µs)
109432026-08-21T21:47:53.352Z[ host-image] Aug 21 21:47:51.962 INFO O| Aug 21 21:47:51.962 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
109442026-08-21T21:47:53.461Z[ host-image] Aug 21 21:47:52.071 INFO BUILD STRING "heads/stlouis-0-ge6ec6e0e5f\n"
109452026-08-21T21:47:53.462Z[ host-image] Aug 21 21:47:52.071 INFO expanded image name: "ci dabd5e5/${os_short_commit} 2026-08-21 21:32" -> "ci dabd5e5/e6ec6e0 2026-08-21 21:32"
109462026-08-21T21:47:53.468Z[ host-image] Aug 21 21:47:52.072 INFO output artefacts stored in: "/work/os-host"
109472026-08-21T21:47:53.468Z[ host-image] Aug 21 21:47:52.072 INFO collecting git info from project "chelsio-t6-roms"...
109482026-08-21T21:47:53.475Z[ host-image] Aug 21 21:47:52.078 INFO collecting git info from project "amd-host-image-builder"...
109492026-08-21T21:47:53.479Z[ host-image] Aug 21 21:47:52.083 INFO collecting git info from project "image-builder"...
109502026-08-21T21:47:53.479Z[ host-image] Aug 21 21:47:52.088 INFO collecting git info from project "amd-firmware"...
109512026-08-21T21:47:53.489Z[ host-image] Aug 21 21:47:52.100 INFO collecting git info from project "pinprick"...
109522026-08-21T21:47:53.495Z[ host-image] Aug 21 21:47:52.105 INFO collecting git info from project "bootserver"...
109532026-08-21T21:47:53.499Z[ host-image] Aug 21 21:47:52.109 INFO collecting git info from project "phbl"...
109542026-08-21T21:47:53.503Z[ host-image] Aug 21 21:47:52.114 INFO collecting git info from project "dmar-report"...
109552026-08-21T21:47:53.512Z[ host-image] Aug 21 21:47:52.118 INFO collecting git info from project "pilot"...
109562026-08-21T21:47:53.525Z[ host-image] Aug 21 21:47:52.123 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
109572026-08-21T21:47:53.843Z[ host-image] Aug 21 21:47:52.454 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
109582026-08-21T21:47:54.149Z[ host-image] Aug 21 21:47:52.759 INFO creating Oxide boot image...
109592026-08-21T21:47:54.149Z[ host-image] Aug 21 21:47:52.759 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci dabd5e5/e6ec6e0 2026-08-21 21:32", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
109602026-08-21T21:47:54.941Z[ host-image] Aug 21 21:47:53.552 INFO O| ok, image written!
109612026-08-21T21:47:54.941Z[ host-image] Aug 21 21:47:53.552 INFO O| ok, boot_image_csum file written!
109622026-08-21T21:47:54.946Z[ host-image] Aug 21 21:47:53.555 INFO creating boot archive (CPIO)...
109632026-08-21T21:47:54.946Z[ host-image] Aug 21 21:47:53.555 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
109642026-08-21T21:47:54.949Z[ host-image] Aug 21 21:47:53.559 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
109652026-08-21T21:47:54.949Z[ host-image] Aug 21 21:47:53.559 INFO E| + outfile=/work/os-host/cpio
109662026-08-21T21:47:54.949Z[ host-image] Aug 21 21:47:53.559 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
109672026-08-21T21:47:54.954Z[ host-image] Aug 21 21:47:53.561 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
109682026-08-21T21:47:54.954Z[ host-image] Aug 21 21:47:53.561 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
109692026-08-21T21:47:54.979Z[ host-image] Aug 21 21:47:53.589 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
109702026-08-21T21:47:54.983Z[ host-image] Aug 21 21:47:53.589 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
109712026-08-21T21:47:54.986Z[ host-image] Aug 21 21:47:53.597 INFO creating compressed cpio/unix for dev loaders...
109722026-08-21T21:47:54.986Z[ host-image] Aug 21 21:47:53.597 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
109732026-08-21T21:47:55.216Z[ host-image] Aug 21 21:47:53.824 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
109742026-08-21T21:47:58.478Z[ host-image] Aug 21 21:47:57.088 INFO creating reset image...
109752026-08-21T21:47:58.478Z[ host-image] Aug 21 21:47:57.088 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")
109762026-08-21T21:47:58.547Z[ host-image] Aug 21 21:47:57.159 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
109772026-08-21T21:47:58.551Z[ host-image] Aug 21 21:47:57.160 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
109782026-08-21T21:47:58.834Z[ host-image] Aug 21 21:47:57.443 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)
109792026-08-21T21:47:58.834Z[ host-image] Aug 21 21:47:57.443 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)
109802026-08-21T21:47:58.853Z[ host-image] Aug 21 21:47:57.443 INFO E| Compiling proc-macro2 v1.0.106
109812026-08-21T21:47:58.853Z[ host-image] Aug 21 21:47:57.443 INFO E| Compiling quote v1.0.45
109822026-08-21T21:47:58.853Z[ host-image] Aug 21 21:47:57.443 INFO E| Compiling unicode-ident v1.0.24
109832026-08-21T21:47:58.853Z[ host-image] Aug 21 21:47:57.443 INFO E| Compiling syn v1.0.109
109842026-08-21T21:47:58.853Z[ host-image] Aug 21 21:47:57.443 INFO E| Compiling x86 v0.52.0
109852026-08-21T21:47:58.853Z[ host-image] Aug 21 21:47:57.443 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
109862026-08-21T21:47:58.853Z[ host-image] Aug 21 21:47:57.443 INFO E| Compiling seq-macro v0.3.6
109872026-08-21T21:47:59.777Z[ host-image] Aug 21 21:47:58.386 INFO E| Compiling syn v2.0.117
109882026-08-21T21:48:01.088Z[ host-image] Aug 21 21:47:59.699 INFO E| Compiling scroll_derive v0.13.1
109892026-08-21T21:48:02.126Z[ host-image] Aug 21 21:48:00.734 INFO E| Compiling bitstruct_derive v0.1.0
109902026-08-21T21:48:11.234Z[ host-image] Aug 21 21:48:09.843 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)
109912026-08-21T21:48:13.457Z[ host-image] Aug 21 21:48:11.931 INFO E| Compiling bitflags v1.3.2
109922026-08-21T21:48:13.501Z[ host-image] Aug 21 21:48:11.931 INFO E| Compiling adler2 v2.0.1
109932026-08-21T21:48:13.501Z[ host-image] Aug 21 21:48:11.931 INFO E| Compiling plain v0.2.3
109942026-08-21T21:48:13.501Z[ host-image] Aug 21 21:48:11.931 INFO E| Compiling bit_field v0.10.3
109952026-08-21T21:48:13.501Z[ host-image] Aug 21 21:48:11.931 INFO E| Compiling log v0.4.32
109962026-08-21T21:48:13.502Z[ host-image] Aug 21 21:48:11.931 INFO E| Compiling scroll v0.13.0
109972026-08-21T21:48:13.502Z[ host-image] Aug 21 21:48:11.931 INFO E| Compiling bitflags v2.13.0
109982026-08-21T21:48:13.502Z[ host-image] Aug 21 21:48:11.931 INFO E| Compiling static_assertions v1.1.0
109992026-08-21T21:48:13.502Z[ host-image] Aug 21 21:48:11.931 INFO E| Compiling bitstruct v0.1.1
110002026-08-21T21:48:13.502Z[ host-image] Aug 21 21:48:11.982 INFO E| Compiling raw-cpuid v10.7.0
110012026-08-21T21:48:13.502Z[ host-image] Aug 21 21:48:12.033 INFO E| Compiling miniz_oxide v0.9.1
110022026-08-21T21:48:13.539Z[ host-image] Aug 21 21:48:12.083 INFO E| Compiling cpio_reader v0.1.2
110032026-08-21T21:48:13.580Z[ host-image] Aug 21 21:48:12.146 INFO E| Compiling goblin v0.10.7
110042026-08-21T21:48:16.350Z[ host-image] Aug 21 21:48:14.961 INFO E| Finished `release` profile [optimized] target(s) in 17.78s
110052026-08-21T21:48:16.362Z[ host-image] Aug 21 21:48:14.973 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110062026-08-21T21:48:16.362Z[ host-image] Aug 21 21:48:14.973 INFO building ROM for gimlet
110072026-08-21T21:48:16.362Z[ host-image] Aug 21 21:48:14.973 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")
110082026-08-21T21:48:16.454Z[ host-image] Aug 21 21:48:15.061 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110092026-08-21T21:48:16.473Z[ host-image] Aug 21 21:48:15.063 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`
110102026-08-21T21:48:16.473Z[ host-image] Aug 21 21:48:15.074 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110112026-08-21T21:48:16.533Z[ host-image] Aug 21 21:48:15.143 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110122026-08-21T21:48:16.553Z[ host-image] Aug 21 21:48:15.147 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`
110132026-08-21T21:48:16.659Z[ host-image] Aug 21 21:48:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110142026-08-21T21:48:16.691Z[ host-image] Aug 21 21:48:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110152026-08-21T21:48:16.691Z[ host-image] Aug 21 21:48:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110162026-08-21T21:48:16.691Z[ host-image] Aug 21 21:48:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110172026-08-21T21:48:16.691Z[ host-image] Aug 21 21:48:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110182026-08-21T21:48:16.691Z[ host-image] Aug 21 21:48:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110192026-08-21T21:48:16.691Z[ host-image] Aug 21 21:48:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110202026-08-21T21:48:16.691Z[ host-image] Aug 21 21:48:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110212026-08-21T21:48:16.691Z[ host-image] Aug 21 21:48:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110222026-08-21T21:48:16.691Z[ host-image] Aug 21 21:48:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110232026-08-21T21:48:16.691Z[ host-image] Aug 21 21:48:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110242026-08-21T21:48:16.691Z[ host-image] Aug 21 21:48:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110252026-08-21T21:48:16.691Z[ host-image] Aug 21 21:48:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110262026-08-21T21:48:16.691Z[ host-image] Aug 21 21:48:15.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110272026-08-21T21:48:16.692Z[ host-image] Aug 21 21:48:15.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110282026-08-21T21:48:16.692Z[ host-image] Aug 21 21:48:15.260 INFO O| Info: ABL version: 0x100f5010
110292026-08-21T21:48:16.692Z[ host-image] Aug 21 21:48:15.260 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110302026-08-21T21:48:16.692Z[ host-image] Aug 21 21:48:15.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110312026-08-21T21:48:16.692Z[ host-image] Aug 21 21:48:15.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110322026-08-21T21:48:16.692Z[ host-image] Aug 21 21:48:15.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110332026-08-21T21:48:16.692Z[ host-image] Aug 21 21:48:15.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110342026-08-21T21:48:16.692Z[ host-image] Aug 21 21:48:15.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110352026-08-21T21:48:16.692Z[ host-image] Aug 21 21:48:15.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110362026-08-21T21:48:16.692Z[ host-image] Aug 21 21:48:15.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110372026-08-21T21:48:16.692Z[ host-image] Aug 21 21:48:15.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110382026-08-21T21:48:16.692Z[ host-image] Aug 21 21:48:15.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110392026-08-21T21:48:16.692Z[ host-image] Aug 21 21:48:15.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110402026-08-21T21:48:16.692Z[ host-image] Aug 21 21:48:15.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110412026-08-21T21:48:16.692Z[ host-image] Aug 21 21:48:15.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110422026-08-21T21:48:16.692Z[ host-image] Aug 21 21:48:15.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110432026-08-21T21:48:16.692Z[ host-image] Aug 21 21:48:15.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110442026-08-21T21:48:16.692Z[ host-image] Aug 21 21:48:15.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110452026-08-21T21:48:16.692Z[ host-image] Aug 21 21:48:15.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110462026-08-21T21:48:16.692Z[ host-image] Aug 21 21:48:15.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110472026-08-21T21:48:16.692Z[ host-image] Aug 21 21:48:15.260 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110482026-08-21T21:48:16.716Z[ host-image] Aug 21 21:48:15.294 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110492026-08-21T21:48:16.717Z[ host-image] Aug 21 21:48:15.294 INFO building ROM for cosmo
110502026-08-21T21:48:16.717Z[ host-image] Aug 21 21:48:15.295 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")
110512026-08-21T21:48:16.770Z[ host-image] Aug 21 21:48:15.380 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110522026-08-21T21:48:16.802Z[ host-image] Aug 21 21:48:15.382 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`
110532026-08-21T21:48:16.814Z[ host-image] Aug 21 21:48:15.393 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110542026-08-21T21:48:16.852Z[ host-image] Aug 21 21:48:15.462 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110552026-08-21T21:48:16.881Z[ host-image] Aug 21 21:48:15.465 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`
110562026-08-21T21:48:17.119Z[ host-image] Aug 21 21:48:15.671 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110572026-08-21T21:48:17.119Z[ host-image] Aug 21 21:48:15.671 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110582026-08-21T21:48:17.119Z[ host-image] Aug 21 21:48:15.671 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110592026-08-21T21:48:17.119Z[ host-image] Aug 21 21:48:15.671 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110602026-08-21T21:48:17.163Z[ host-image] Aug 21 21:48:15.671 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110612026-08-21T21:48:17.163Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110622026-08-21T21:48:17.163Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110632026-08-21T21:48:17.163Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110642026-08-21T21:48:17.164Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110652026-08-21T21:48:17.164Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110662026-08-21T21:48:17.164Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110672026-08-21T21:48:17.164Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110682026-08-21T21:48:17.164Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110692026-08-21T21:48:17.164Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110702026-08-21T21:48:17.164Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110712026-08-21T21:48:17.164Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110722026-08-21T21:48:17.164Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110732026-08-21T21:48:17.164Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110742026-08-21T21:48:17.164Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110752026-08-21T21:48:17.164Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110762026-08-21T21:48:17.164Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110772026-08-21T21:48:17.164Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110782026-08-21T21:48:17.164Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110792026-08-21T21:48:17.164Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110802026-08-21T21:48:17.164Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110812026-08-21T21:48:17.164Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110822026-08-21T21:48:17.164Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110832026-08-21T21:48:17.164Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110842026-08-21T21:48:17.164Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110852026-08-21T21:48:17.164Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110862026-08-21T21:48:17.164Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110872026-08-21T21:48:17.164Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110882026-08-21T21:48:17.164Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110892026-08-21T21:48:17.164Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110902026-08-21T21:48:17.164Z[ host-image] Aug 21 21:48:15.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110912026-08-21T21:48:17.164Z[ host-image] Aug 21 21:48:15.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110922026-08-21T21:48:17.165Z[ host-image] Aug 21 21:48:15.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110932026-08-21T21:48:17.165Z[ host-image] Aug 21 21:48:15.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110942026-08-21T21:48:17.165Z[ host-image] Aug 21 21:48:15.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110952026-08-21T21:48:17.165Z[ host-image] Aug 21 21:48:15.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110962026-08-21T21:48:17.165Z[ host-image] Aug 21 21:48:15.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110972026-08-21T21:48:17.165Z[ host-image] Aug 21 21:48:15.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110982026-08-21T21:48:17.165Z[ host-image] Aug 21 21:48:15.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110992026-08-21T21:48:17.165Z[ host-image] Aug 21 21:48:15.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111002026-08-21T21:48:17.165Z[ host-image] Aug 21 21:48:15.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111012026-08-21T21:48:17.165Z[ host-image] Aug 21 21:48:15.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111022026-08-21T21:48:17.165Z[ host-image] Aug 21 21:48:15.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111032026-08-21T21:48:17.165Z[ host-image] Aug 21 21:48:15.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111042026-08-21T21:48:17.165Z[ host-image] Aug 21 21:48:15.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111052026-08-21T21:48:17.165Z[ host-image] Aug 21 21:48:15.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111062026-08-21T21:48:17.165Z[ host-image] Aug 21 21:48:15.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111072026-08-21T21:48:17.165Z[ host-image] Aug 21 21:48:15.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111082026-08-21T21:48:17.165Z[ host-image] Aug 21 21:48:15.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111092026-08-21T21:48:17.165Z[ host-image] Aug 21 21:48:15.673 INFO O| Info: ABL version: 0x100af010
111102026-08-21T21:48:17.165Z[ host-image] Aug 21 21:48:15.673 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111112026-08-21T21:48:17.165Z[ host-image] Aug 21 21:48:15.673 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111122026-08-21T21:48:17.165Z[ host-image] Aug 21 21:48:15.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111132026-08-21T21:48:17.165Z[ host-image] Aug 21 21:48:15.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111142026-08-21T21:48:17.165Z[ host-image] Aug 21 21:48:15.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111152026-08-21T21:48:17.165Z[ host-image] Aug 21 21:48:15.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111162026-08-21T21:48:17.165Z[ host-image] Aug 21 21:48:15.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111172026-08-21T21:48:17.165Z[ host-image] Aug 21 21:48:15.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111182026-08-21T21:48:17.165Z[ host-image] Aug 21 21:48:15.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111192026-08-21T21:48:17.166Z[ host-image] Aug 21 21:48:15.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111202026-08-21T21:48:17.166Z[ host-image] Aug 21 21:48:15.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111212026-08-21T21:48:17.166Z[ host-image] Aug 21 21:48:15.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111222026-08-21T21:48:17.166Z[ host-image] Aug 21 21:48:15.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111232026-08-21T21:48:17.166Z[ host-image] Aug 21 21:48:15.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111242026-08-21T21:48:17.166Z[ host-image] Aug 21 21:48:15.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111252026-08-21T21:48:17.166Z[ host-image] Aug 21 21:48:15.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111262026-08-21T21:48:17.166Z[ host-image] Aug 21 21:48:15.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111272026-08-21T21:48:17.166Z[ host-image] Aug 21 21:48:15.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111282026-08-21T21:48:17.166Z[ host-image] Aug 21 21:48:15.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111292026-08-21T21:48:17.166Z[ host-image] Aug 21 21:48:15.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111302026-08-21T21:48:17.166Z[ host-image] Aug 21 21:48:15.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111312026-08-21T21:48:17.166Z[ host-image] Aug 21 21:48:15.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111322026-08-21T21:48:17.166Z[ host-image] Aug 21 21:48:15.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111332026-08-21T21:48:17.166Z[ host-image] Aug 21 21:48:15.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111342026-08-21T21:48:17.166Z[ host-image] Aug 21 21:48:15.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111352026-08-21T21:48:17.166Z[ host-image] Aug 21 21:48:15.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111362026-08-21T21:48:17.166Z[ host-image] Aug 21 21:48:15.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111372026-08-21T21:48:17.166Z[ host-image] Aug 21 21:48:15.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111382026-08-21T21:48:17.166Z[ host-image] Aug 21 21:48:15.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111392026-08-21T21:48:17.166Z[ host-image] Aug 21 21:48:15.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111402026-08-21T21:48:17.166Z[ host-image] Aug 21 21:48:15.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111412026-08-21T21:48:17.166Z[ host-image] Aug 21 21:48:15.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111422026-08-21T21:48:17.166Z[ host-image] Aug 21 21:48:15.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111432026-08-21T21:48:17.166Z[ host-image] Aug 21 21:48:15.705 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111442026-08-21T21:48:28.900Z[ host-image] Aug 21 21:48:27.511 INFO image complete! materials are in "/work/os-host"
111452026-08-21T21:48:28.904Z[ host-image]
111462026-08-21T21:48:28.904Z[ host-image] real 4:00.866212828
111472026-08-21T21:48:28.904Z[ host-image] user 2:46.889706780
111482026-08-21T21:48:28.904Z[ host-image] sys 36.410363825
111492026-08-21T21:48:28.904Z[ host-image] trap 0.137534034
111502026-08-21T21:48:28.904Z[ host-image] tflt 0.228361670
111512026-08-21T21:48:28.904Z[ host-image] dflt 0.290341294
111522026-08-21T21:48:28.905Z[ host-image] kflt 0.000511329
111532026-08-21T21:48:28.905Z[ host-image] lock 4:34.960643197
111542026-08-21T21:48:28.905Z[ host-image] slp 20:07.613541485
111552026-08-21T21:48:28.905Z[ host-image] lat 19.482152299
111562026-08-21T21:48:28.905Z[ host-image] stop 1.547250544
111572026-08-21T21:48:28.910ZAug 21 21:48:27.515 INFO [host-image] process exited with exit status: 0 (240.871545818s)
111582026-08-21T21:48:28.910ZAug 21 21:48:27.515 INFO [tuf-v2-host] running task
111592026-08-21T21:48:28.910ZAug 21 21:48:27.515 INFO [tuf-repo] running task
111602026-08-21T21:48:28.910ZAug 21 21:48:27.516 INFO [tuf-v2-host] task succeeded (500.19µs)
111612026-08-21T21:48:28.910ZAug 21 21:48:27.516 INFO [tuf-v2-repo] running task
111622026-08-21T21:48:49.865ZAug 21 21:48:48.476 INFO assembling repository in `/tmp/tufaceousQGAKNX`, component: OmicronRepoAssembler
111632026-08-21T21:48:50.236ZAug 21 21:48:48.846 INFO [tuf-v2-repo] task succeeded (21.330508807s)
111642026-08-21T21:48:58.681ZAug 21 21:48:57.291 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111652026-08-21T21:48:58.929ZAug 21 21:48:57.539 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111662026-08-21T21:49:01.254ZAug 21 21:48:59.864 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
111672026-08-21T21:49:01.307ZAug 21 21:48:59.917 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
111682026-08-21T21:49:01.354ZAug 21 21:48:59.965 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
111692026-08-21T21:49:01.406ZAug 21 21:49:00.016 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
111702026-08-21T21:49:01.465ZAug 21 21:49:00.075 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
111712026-08-21T21:49:01.520ZAug 21 21:49:00.130 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
111722026-08-21T21:49:01.569ZAug 21 21:49:00.180 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
111732026-08-21T21:49:11.926ZAug 21 21:49:10.535 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
111742026-08-21T21:49:11.931ZAug 21 21:49:10.541 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
111752026-08-21T21:49:11.956ZAug 21 21:49:10.563 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
111762026-08-21T21:49:12.008ZAug 21 21:49:10.618 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
111772026-08-21T21:49:12.062ZAug 21 21:49:10.672 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
111782026-08-21T21:49:12.124ZAug 21 21:49:10.734 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
111792026-08-21T21:49:12.186ZAug 21 21:49:10.795 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
111802026-08-21T21:49:12.191ZAug 21 21:49:10.801 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
111812026-08-21T21:49:12.219ZAug 21 21:49:10.824 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
111822026-08-21T21:49:13.725ZAug 21 21:49:12.335 INFO extracting uploaded archive to /tmp/.tmpAFTrwR
111832026-08-21T21:49:15.724ZAug 21 21:49:14.326 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.Q5HD6J
111842026-08-21T21:49:15.773ZAug 21 21:49:14.383 INFO added artifact, length: 6737784, hash: 07d4df0e5db146a799ad154ac8bdf5972417b3e2177f58b67d16abcad1bc3dd4, version: 1.79.0, kind: gimlet_sp, name: cosmo-a
111852026-08-21T21:49:15.874ZAug 21 21:49:14.484 INFO added artifact, length: 6739255, hash: db21ef1f659cd3fb8a4b1a8209e15ff9f400ae9f7f9433d898cededb1d50d2c6, version: 1.79.0, kind: gimlet_sp, name: cosmo-b
111862026-08-21T21:49:15.954ZAug 21 21:49:14.564 INFO added artifact, length: 5514431, hash: 4762f92f95c63bec14b9cf8a4d56307f1bab11162a8d3baf13e7b14b05d7e698, version: 1.79.0, kind: gimlet_sp, name: gimlet-b
111872026-08-21T21:49:16.035ZAug 21 21:49:14.640 INFO added artifact, length: 5518375, hash: 68738d84c30667e2822f822a00e7d3c7ac34aa15e2f0e0a8030bc0d36ff5925e, version: 1.79.0, kind: gimlet_sp, name: gimlet-c
111882026-08-21T21:49:16.105ZAug 21 21:49:14.715 INFO added artifact, length: 5540680, hash: 0c4f5c8b47aee9182ac514596db7b4eaca1db1372f0926fb85a7dc80289b6198, version: 1.79.0, kind: gimlet_sp, name: gimlet-d
111892026-08-21T21:49:16.185ZAug 21 21:49:14.795 INFO added artifact, length: 5540736, hash: 4f95ca8e81f451d9337e4f149347a853bdec4e2f57f88528b85a6fc664102e0c, version: 1.79.0, kind: gimlet_sp, name: gimlet-e
111902026-08-21T21:49:16.274ZAug 21 21:49:14.884 INFO added artifact, length: 5540724, hash: 82423993655def459cc22087e7cde467fb1f1d8749dc74a8ad629365f7bf28d1, version: 1.79.0, kind: gimlet_sp, name: gimlet-f
111912026-08-21T21:49:16.365ZAug 21 21:49:14.975 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
111922026-08-21T21:49:16.365ZAug 21 21:49:14.975 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
111932026-08-21T21:49:16.415ZAug 21 21:49:15.025 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
111942026-08-21T21:49:16.415ZAug 21 21:49:15.025 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
111952026-08-21T21:49:16.468ZAug 21 21:49:15.078 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
111962026-08-21T21:49:16.476ZAug 21 21:49:15.078 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
111972026-08-21T21:49:16.514ZAug 21 21:49:15.125 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
111982026-08-21T21:49:16.518ZAug 21 21:49:15.125 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
111992026-08-21T21:49:16.564ZAug 21 21:49:15.174 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112002026-08-21T21:49:16.572ZAug 21 21:49:15.174 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112012026-08-21T21:49:16.609ZAug 21 21:49:15.219 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112022026-08-21T21:49:16.613ZAug 21 21:49:15.219 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112032026-08-21T21:49:16.658ZAug 21 21:49:15.267 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112042026-08-21T21:49:16.665ZAug 21 21:49:15.267 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112052026-08-21T21:49:16.665ZAug 21 21:49:15.268 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112062026-08-21T21:49:16.665ZAug 21 21:49:15.269 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112072026-08-21T21:49:16.666ZAug 21 21:49:15.269 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112082026-08-21T21:49:16.666ZAug 21 21:49:15.270 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112092026-08-21T21:49:16.666ZAug 21 21:49:15.270 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112102026-08-21T21:49:22.355ZAug 21 21:49:20.959 INFO added artifact, length: 33554432, hash: 0a61371b0b0a16c38b6d993f59aafab4749a2d561d0aa7f850efe27c69a5127c, version: 22.0.0-0.ci+gitdabd5e5f0ab, kind: gimlet_host_phase_1, name: host
112112026-08-21T21:49:22.356ZAug 21 21:49:20.959 INFO added artifact, length: 33554432, hash: 46a4c080ca195a0faa0937a39a1e85742d680164658189b4716049b8377aff2e, version: 22.0.0-0.ci+gitdabd5e5f0ab, kind: cosmo_host_phase_1, name: host
112122026-08-21T21:49:22.360ZAug 21 21:49:20.959 INFO added artifact, length: 1258295296, hash: d4b63298b7ed10fa52567cd5048ecf51362cf750d208b7bc5da30465a3b21ee1, version: 22.0.0-0.ci+gitdabd5e5f0ab, kind: host_phase_2, name: host
112132026-08-21T21:49:23.230ZAug 21 21:49:21.841 INFO added artifact, length: 33554432, hash: fd2ccdaf1f149f28e620b83d1bdef3cb1cd18219afb6977e7975987d5f8c47f8, version: 22.0.0-0.ci+gitdabd5e5f0ab, kind: gimlet_trampoline_phase_1, name: trampoline
112142026-08-21T21:49:23.230ZAug 21 21:49:21.841 INFO added artifact, length: 33554432, hash: 2e89d47bbb4b0d92830687269490cb12a74fccb95379516dce7c2e251cfaa12f, version: 22.0.0-0.ci+gitdabd5e5f0ab, kind: cosmo_trampoline_phase_1, name: trampoline
112152026-08-21T21:49:23.233ZAug 21 21:49:21.841 INFO added artifact, length: 164276205, hash: 60533b3fb5ade0fa8f175eb4312d89c19cca5483efc377269e113c44bafcf917, version: 22.0.0-0.ci+gitdabd5e5f0ab, kind: trampoline_phase_2, name: trampoline
112162026-08-21T21:49:24.903ZAug 21 21:49:23.513 INFO added artifact, length: 319095139, hash: de99f5c04cb6a93e84609cfdf8dfc461cc3c4da8198b6427d01ffc9a8c49ad1e, version: 22.0.0-0.ci+gitdabd5e5f0ab, kind: zone, name: clickhouse_keeper
112172026-08-21T21:49:26.800ZAug 21 21:49:25.404 INFO added artifact, length: 335483610, hash: 15c306cc6ec6e193d0a0bed3c9c6d82fc3391dd9093a64d78b9d2f4712c5ad61, version: 22.0.0-0.ci+gitdabd5e5f0ab, kind: zone, name: clickhouse_server
112182026-08-21T21:49:28.716ZAug 21 21:49:27.256 INFO added artifact, length: 335486195, hash: cd811df860606a1b12a14ae2e585a594f16177003e85b9e68b29037096741280, version: 22.0.0-0.ci+gitdabd5e5f0ab, kind: zone, name: clickhouse
112192026-08-21T21:49:29.677ZAug 21 21:49:28.182 INFO added artifact, length: 173024494, hash: cc1c005d83e3fba2e1dffdd97d7194cca68cdbc03d28060966436879498c0200, version: 22.0.0-0.ci+gitdabd5e5f0ab, kind: zone, name: cockroachdb
112202026-08-21T21:49:29.785ZAug 21 21:49:28.396 INFO added artifact, length: 42270781, hash: 45768d963e739ec9184e47eebf479a8ef15557ac05eaf8ce71bd9159d9221714, version: 22.0.0-0.ci+gitdabd5e5f0ab, kind: zone, name: crucible-pantry-zone
112212026-08-21T21:49:30.083ZAug 21 21:49:28.693 INFO added artifact, length: 57438558, hash: 5e6e3c35c6f1143128890110088707fa868f9f0d86ab96ff3bfc4f4411b77880, version: 22.0.0-0.ci+gitdabd5e5f0ab, kind: zone, name: crucible-zone
112222026-08-21T21:49:30.394ZAug 21 21:49:29.005 INFO added artifact, length: 55577763, hash: e3d3971e24929cf6851055a76b9526d46151f519d19773013bed248417b1d38b, version: 22.0.0-0.ci+gitdabd5e5f0ab, kind: zone, name: external-dns
112232026-08-21T21:49:30.735ZAug 21 21:49:29.331 INFO added artifact, length: 55577363, hash: 2299a64f8870eada85eea0158862ed93bcc08dbaaeb08f3b6737b6d943ea4341, version: 22.0.0-0.ci+gitdabd5e5f0ab, kind: zone, name: internal-dns
112242026-08-21T21:49:32.707ZAug 21 21:49:31.311 INFO added artifact, length: 360410620, hash: 34ae478e8d8075e1075f1831ce93915ec09d147292c8052080f1af8d89b41674, version: 22.0.0-0.ci+gitdabd5e5f0ab, kind: zone, name: nexus
112252026-08-21T21:49:32.922ZAug 21 21:49:31.526 INFO added artifact, length: 35464388, hash: 7f9e474f969f255542b5e5d0d6cbe3bde35f4acf578cee0b108c38eec9aa9490, version: 22.0.0-0.ci+gitdabd5e5f0ab, kind: zone, name: ntp
112262026-08-21T21:49:33.291ZAug 21 21:49:31.900 INFO added artifact, length: 72900748, hash: 267010a94c2562383307820cc04a1e8474bd35416d2dc03a6f722a28cf746790, version: 22.0.0-0.ci+gitdabd5e5f0ab, kind: zone, name: oximeter
112272026-08-21T21:49:33.329ZAug 21 21:49:31.917 INFO added artifact, length: 3109592, hash: 40ab5724686635fd59244fb59cc8f59b0e9ecb94e357b6d244c5fd193b54de4b, version: 22.0.0-0.ci+gitdabd5e5f0ab, kind: zone, name: probe
112282026-08-21T21:49:33.360ZAug 21 21:49:31.917 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112292026-08-21T21:49:33.360ZAug 21 21:49:31.917 INFO added artifact, length: 829, hash: afcd83304bd9cf7c4f19d2b29895df95350e497e942c111758e411609b928443, version: 1.79.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.79.0
112302026-08-21T21:49:33.360ZAug 21 21:49:31.917 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
112312026-08-21T21:49:33.360ZAug 21 21:49:31.949 INFO added artifact, length: 4081634, hash: 18aaed354bf85c4547c7c7a8a76915a8b84af5b4f0783508bfb643b5fedf70d8, version: 1.79.0, kind: psc_sp, name: observer-a
112322026-08-21T21:49:33.406ZAug 21 21:49:31.975 INFO added artifact, length: 4130507, hash: bcce268fda1749f61f76420d0e1185bcd77ee8c5bc014c629d0a93068313cb84, version: 1.79.0, kind: psc_sp, name: psc-b
112332026-08-21T21:49:33.452ZAug 21 21:49:32.002 INFO added artifact, length: 4133032, hash: 95bfd6eb25e2971da02542f003e05c8ba2a0f9131f949621cfffe2fbefe4372f, version: 1.79.0, kind: psc_sp, name: psc-c
112342026-08-21T21:49:33.505ZAug 21 21:49:32.054 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
112352026-08-21T21:49:33.505ZAug 21 21:49:32.054 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
112362026-08-21T21:49:33.526ZAug 21 21:49:32.108 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
112372026-08-21T21:49:33.526ZAug 21 21:49:32.108 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
112382026-08-21T21:49:33.554ZAug 21 21:49:32.164 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
112392026-08-21T21:49:33.581ZAug 21 21:49:32.164 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
112402026-08-21T21:49:33.603ZAug 21 21:49:32.213 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
112412026-08-21T21:49:33.612ZAug 21 21:49:32.214 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
112422026-08-21T21:49:33.612ZAug 21 21:49:32.214 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
112432026-08-21T21:49:33.612ZAug 21 21:49:32.215 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
112442026-08-21T21:49:33.615ZAug 21 21:49:32.215 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
112452026-08-21T21:49:33.658ZAug 21 21:49:32.261 INFO added artifact, length: 7017327, hash: 0feeb34a0dfcbd1e566087de0d8bd5d6568340da7be677ccc6322d2a6df8304c, version: 1.79.0, kind: switch_sp, name: sidecar-b
112462026-08-21T21:49:33.745ZAug 21 21:49:32.355 INFO added artifact, length: 7034168, hash: 9e2a70c4c3fac03446ffdb3dd64a6034ac21179ff124275b225958cb388b2f65, version: 1.79.0, kind: switch_sp, name: sidecar-c
112472026-08-21T21:49:33.839ZAug 21 21:49:32.444 INFO added artifact, length: 7034231, hash: 7fa2e433da7aaf50ec9eb281df2387ef197736fcc3b8f5a977b59668825d7479, version: 1.79.0, kind: switch_sp, name: sidecar-d
112482026-08-21T21:49:33.917ZAug 21 21:49:32.527 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
112492026-08-21T21:49:33.917ZAug 21 21:49:32.527 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
112502026-08-21T21:49:34.069ZAug 21 21:49:32.582 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112512026-08-21T21:49:34.118ZAug 21 21:49:32.582 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112522026-08-21T21:49:34.122ZAug 21 21:49:32.634 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
112532026-08-21T21:49:34.122ZAug 21 21:49:32.634 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
112542026-08-21T21:49:34.122ZAug 21 21:49:32.680 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
112552026-08-21T21:49:34.122ZAug 21 21:49:32.680 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
112562026-08-21T21:49:34.122ZAug 21 21:49:32.681 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
112572026-08-21T21:49:34.122ZAug 21 21:49:32.681 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
112582026-08-21T21:49:34.122ZAug 21 21:49:32.682 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
112592026-08-21T21:49:34.122ZAug 21 21:49:32.682 INFO added artifact, length: 924, hash: 916eba0a8edc8fc288d044e812f2ae5f699e64358da7e90df5a30f38f1bc8a12, version: 22.0.0-0.ci+gitdabd5e5f0ab, kind: installinator_document, name: installinator_document
112602026-08-21T21:49:34.599ZAug 21 21:49:33.209 INFO extracting uploaded archive to /tmp/.tmpd1Tnj1
112612026-08-21T21:49:36.586ZAug 21 21:49:35.122 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.xAxxt4
112622026-08-21T21:49:36.664ZAug 21 21:49:35.180 INFO added artifact, length: 6737784, hash: 07d4df0e5db146a799ad154ac8bdf5972417b3e2177f58b67d16abcad1bc3dd4, version: 1.79.0, kind: gimlet_sp, name: cosmo-a
112632026-08-21T21:49:36.683ZAug 21 21:49:35.281 INFO added artifact, length: 6739255, hash: db21ef1f659cd3fb8a4b1a8209e15ff9f400ae9f7f9433d898cededb1d50d2c6, version: 1.79.0, kind: gimlet_sp, name: cosmo-b
112642026-08-21T21:49:36.749ZAug 21 21:49:35.353 INFO added artifact, length: 5514431, hash: 4762f92f95c63bec14b9cf8a4d56307f1bab11162a8d3baf13e7b14b05d7e698, version: 1.79.0, kind: gimlet_sp, name: gimlet-b
112652026-08-21T21:49:36.813ZAug 21 21:49:35.422 INFO added artifact, length: 5518375, hash: 68738d84c30667e2822f822a00e7d3c7ac34aa15e2f0e0a8030bc0d36ff5925e, version: 1.79.0, kind: gimlet_sp, name: gimlet-c
112662026-08-21T21:49:36.896ZAug 21 21:49:35.507 INFO added artifact, length: 5540680, hash: 0c4f5c8b47aee9182ac514596db7b4eaca1db1372f0926fb85a7dc80289b6198, version: 1.79.0, kind: gimlet_sp, name: gimlet-d
112672026-08-21T21:49:36.975ZAug 21 21:49:35.584 INFO added artifact, length: 5540736, hash: 4f95ca8e81f451d9337e4f149347a853bdec4e2f57f88528b85a6fc664102e0c, version: 1.79.0, kind: gimlet_sp, name: gimlet-e
112682026-08-21T21:49:37.050ZAug 21 21:49:35.661 INFO added artifact, length: 5540724, hash: 82423993655def459cc22087e7cde467fb1f1d8749dc74a8ad629365f7bf28d1, version: 1.79.0, kind: gimlet_sp, name: gimlet-f
112692026-08-21T21:49:37.146ZAug 21 21:49:35.751 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112702026-08-21T21:49:37.146ZAug 21 21:49:35.751 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112712026-08-21T21:49:37.201ZAug 21 21:49:35.802 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112722026-08-21T21:49:37.207ZAug 21 21:49:35.802 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112732026-08-21T21:49:37.244ZAug 21 21:49:35.854 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112742026-08-21T21:49:37.244ZAug 21 21:49:35.854 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112752026-08-21T21:49:37.296ZAug 21 21:49:35.900 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112762026-08-21T21:49:37.296ZAug 21 21:49:35.900 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112772026-08-21T21:49:37.343ZAug 21 21:49:35.948 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112782026-08-21T21:49:37.384ZAug 21 21:49:35.948 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112792026-08-21T21:49:37.442ZAug 21 21:49:35.997 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112802026-08-21T21:49:37.442ZAug 21 21:49:35.997 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112812026-08-21T21:49:37.450ZAug 21 21:49:36.045 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112822026-08-21T21:49:37.450ZAug 21 21:49:36.045 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112832026-08-21T21:49:37.450ZAug 21 21:49:36.045 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112842026-08-21T21:49:37.450ZAug 21 21:49:36.046 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112852026-08-21T21:49:37.450ZAug 21 21:49:36.046 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112862026-08-21T21:49:37.450ZAug 21 21:49:36.047 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112872026-08-21T21:49:37.450ZAug 21 21:49:36.048 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112882026-08-21T21:49:44.116ZAug 21 21:49:41.476 INFO added artifact, length: 33554432, hash: 0a61371b0b0a16c38b6d993f59aafab4749a2d561d0aa7f850efe27c69a5127c, version: 22.0.0-0.ci+gitdabd5e5f0ab, kind: gimlet_host_phase_1, name: host
112892026-08-21T21:49:44.120ZAug 21 21:49:41.476 INFO added artifact, length: 33554432, hash: 46a4c080ca195a0faa0937a39a1e85742d680164658189b4716049b8377aff2e, version: 22.0.0-0.ci+gitdabd5e5f0ab, kind: cosmo_host_phase_1, name: host
112902026-08-21T21:49:44.170ZAug 21 21:49:41.476 INFO added artifact, length: 1258295296, hash: d4b63298b7ed10fa52567cd5048ecf51362cf750d208b7bc5da30465a3b21ee1, version: 22.0.0-0.ci+gitdabd5e5f0ab, kind: host_phase_2, name: host
112912026-08-21T21:49:44.170ZAug 21 21:49:42.315 INFO added artifact, length: 33554432, hash: fd2ccdaf1f149f28e620b83d1bdef3cb1cd18219afb6977e7975987d5f8c47f8, version: 22.0.0-0.ci+gitdabd5e5f0ab, kind: gimlet_trampoline_phase_1, name: trampoline
112922026-08-21T21:49:44.171ZAug 21 21:49:42.315 INFO added artifact, length: 33554432, hash: 2e89d47bbb4b0d92830687269490cb12a74fccb95379516dce7c2e251cfaa12f, version: 22.0.0-0.ci+gitdabd5e5f0ab, kind: cosmo_trampoline_phase_1, name: trampoline
112932026-08-21T21:49:44.171ZAug 21 21:49:42.315 INFO added artifact, length: 164276205, hash: 60533b3fb5ade0fa8f175eb4312d89c19cca5483efc377269e113c44bafcf917, version: 22.0.0-0.ci+gitdabd5e5f0ab, kind: trampoline_phase_2, name: trampoline
112942026-08-21T21:49:50.154ZAug 21 21:49:48.764 INFO added artifact, length: 1909262971, hash: e230c2aed840a8d78eaa834cb7b5e77e2bb5548f5be859a84029053f22832375, version: 22.0.0-0.ci+gitdabd5e5f0ab, kind: control_plane, name: control-plane
112952026-08-21T21:49:50.158ZAug 21 21:49:48.765 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112962026-08-21T21:49:50.158ZAug 21 21:49:48.765 INFO added artifact, length: 829, hash: afcd83304bd9cf7c4f19d2b29895df95350e497e942c111758e411609b928443, version: 1.79.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.79.0
112972026-08-21T21:49:50.158ZAug 21 21:49:48.765 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
112982026-08-21T21:49:50.184ZAug 21 21:49:48.793 INFO added artifact, length: 4081634, hash: 18aaed354bf85c4547c7c7a8a76915a8b84af5b4f0783508bfb643b5fedf70d8, version: 1.79.0, kind: psc_sp, name: observer-a
112992026-08-21T21:49:50.211ZAug 21 21:49:48.822 INFO added artifact, length: 4130507, hash: bcce268fda1749f61f76420d0e1185bcd77ee8c5bc014c629d0a93068313cb84, version: 1.79.0, kind: psc_sp, name: psc-b
113002026-08-21T21:49:50.241ZAug 21 21:49:48.851 INFO added artifact, length: 4133032, hash: 95bfd6eb25e2971da02542f003e05c8ba2a0f9131f949621cfffe2fbefe4372f, version: 1.79.0, kind: psc_sp, name: psc-c
113012026-08-21T21:49:50.288ZAug 21 21:49:48.899 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
113022026-08-21T21:49:50.292ZAug 21 21:49:48.899 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
113032026-08-21T21:49:50.340ZAug 21 21:49:48.950 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
113042026-08-21T21:49:50.343ZAug 21 21:49:48.950 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
113052026-08-21T21:49:50.442ZAug 21 21:49:49.002 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
113062026-08-21T21:49:50.446ZAug 21 21:49:49.002 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
113072026-08-21T21:49:50.446ZAug 21 21:49:49.048 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
113082026-08-21T21:49:50.446ZAug 21 21:49:49.048 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
113092026-08-21T21:49:50.447ZAug 21 21:49:49.049 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
113102026-08-21T21:49:50.447ZAug 21 21:49:49.049 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
113112026-08-21T21:49:50.447ZAug 21 21:49:49.050 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
113122026-08-21T21:49:50.482ZAug 21 21:49:49.092 INFO added artifact, length: 7017327, hash: 0feeb34a0dfcbd1e566087de0d8bd5d6568340da7be677ccc6322d2a6df8304c, version: 1.79.0, kind: switch_sp, name: sidecar-b
113132026-08-21T21:49:50.568ZAug 21 21:49:49.178 INFO added artifact, length: 7034168, hash: 9e2a70c4c3fac03446ffdb3dd64a6034ac21179ff124275b225958cb388b2f65, version: 1.79.0, kind: switch_sp, name: sidecar-c
113142026-08-21T21:49:50.653ZAug 21 21:49:49.263 INFO added artifact, length: 7034231, hash: 7fa2e433da7aaf50ec9eb281df2387ef197736fcc3b8f5a977b59668825d7479, version: 1.79.0, kind: switch_sp, name: sidecar-d
113152026-08-21T21:49:50.746ZAug 21 21:49:49.356 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
113162026-08-21T21:49:50.749ZAug 21 21:49:49.356 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
113172026-08-21T21:49:50.797ZAug 21 21:49:49.407 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113182026-08-21T21:49:50.800ZAug 21 21:49:49.407 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113192026-08-21T21:49:50.845ZAug 21 21:49:49.455 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
113202026-08-21T21:49:50.848ZAug 21 21:49:49.455 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
113212026-08-21T21:49:50.898ZAug 21 21:49:49.508 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
113222026-08-21T21:49:50.901ZAug 21 21:49:49.508 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
113232026-08-21T21:49:50.901ZAug 21 21:49:49.508 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
113242026-08-21T21:49:50.901ZAug 21 21:49:49.509 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
113252026-08-21T21:49:50.901ZAug 21 21:49:49.510 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
113262026-08-21T21:49:50.902ZAug 21 21:49:49.510 INFO added artifact, length: 924, hash: 916eba0a8edc8fc288d044e812f2ae5f699e64358da7e90df5a30f38f1bc8a12, version: 22.0.0-0.ci+gitdabd5e5f0ab, kind: installinator_document, name: installinator_document
113272026-08-21T21:49:51.753ZAug 21 21:49:50.363 INFO [tuf-repo] task succeeded (82.847690065s)
113282026-08-21T21:51:40.484Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 58s
113292026-08-21T21:51:40.487Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
113302026-08-21T21:51:40.487Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
113312026-08-21T21:51:43.154ZAug 21 21:51:41.763 INFO [verify-libraries] process exited with exit status: 0 (424.908132661s)
113322026-08-21T21:51:43.154ZAug 21 21:51:41.763 INFO all jobs completed in 1178.895711483s
113332026-08-21T21:51:44.329Zprocess exited: duration 1400948 ms, exit code 0
 
113342026-08-21T21:51:44.341Zfound 41 output files
113352026-08-21T21:51:44.341Zuploading: /work/manifest.toml (17334 bytes)
113362026-08-21T21:51:45.354Zuploaded: /work/manifest.toml
113372026-08-21T21:51:45.354Zuploading: /work/repo.zip (3276231026 bytes)
113382026-08-21T21:52:24.348Zuploaded: /work/repo.zip
113392026-08-21T21:52:24.348Zuploading: /work/repo.zip.sha256.txt (65 bytes)
113402026-08-21T21:52:25.373Zuploaded: /work/repo.zip.sha256.txt
113412026-08-21T21:52:25.373Zuploading: /work/helios.json (647 bytes)
113422026-08-21T21:52:26.381Zuploaded: /work/helios.json
113432026-08-21T21:52:26.381Zuploading: /work/incorporation.p5m (113590 bytes)
113442026-08-21T21:52:27.394Zuploaded: /work/incorporation.p5m
113452026-08-21T21:52:27.394Zuploading: /work/incorporation.p5p (133120 bytes)
113462026-08-21T21:52:28.408Zuploaded: /work/incorporation.p5p
113472026-08-21T21:52:28.408Zuploading: /work/helios-incorp.log (522 bytes)
113482026-08-21T21:52:29.417Zuploaded: /work/helios-incorp.log
113492026-08-21T21:52:29.417Zuploading: /work/helios-setup.log (56962 bytes)
113502026-08-21T21:52:30.427Zuploaded: /work/helios-setup.log
113512026-08-21T21:52:30.428Zuploading: /work/host-image.log (233225 bytes)
113522026-08-21T21:52:31.442Zuploaded: /work/host-image.log
113532026-08-21T21:52:31.442Zuploading: /work/host-package.log (33559 bytes)
113542026-08-21T21:52:32.453Zuploaded: /work/host-package.log
113552026-08-21T21:52:32.453Zuploading: /work/host-target.log (101 bytes)
113562026-08-21T21:52:33.463Zuploaded: /work/host-target.log
113572026-08-21T21:52:33.463Zuploading: /work/incorp-create.log (0 bytes)
113582026-08-21T21:52:34.473Zuploaded: /work/incorp-create.log
113592026-08-21T21:52:34.473Zuploading: /work/incorp-fmt.log (0 bytes)
113602026-08-21T21:52:35.480Zuploaded: /work/incorp-fmt.log
113612026-08-21T21:52:35.480Zuploading: /work/incorp-pkgsend.log (108 bytes)
113622026-08-21T21:52:36.489Zuploaded: /work/incorp-pkgsend.log
113632026-08-21T21:52:36.489Zuploading: /work/incorp-publisher.log (0 bytes)
113642026-08-21T21:52:37.497Zuploaded: /work/incorp-publisher.log
113652026-08-21T21:52:37.497Zuploading: /work/omicron-package.log (7913 bytes)
113662026-08-21T21:52:38.506Zuploaded: /work/omicron-package.log
113672026-08-21T21:52:38.506Zuploading: /work/recovery-image.log (588762 bytes)
113682026-08-21T21:52:39.523Zuploaded: /work/recovery-image.log
113692026-08-21T21:52:39.523Zuploading: /work/recovery-package.log (321 bytes)
113702026-08-21T21:52:40.533Zuploaded: /work/recovery-package.log
113712026-08-21T21:52:40.533Zuploading: /work/recovery-target.log (98 bytes)
113722026-08-21T21:52:41.543Zuploaded: /work/recovery-target.log
113732026-08-21T21:52:41.543Zuploading: /work/stamp-clickhouse.log (117 bytes)
113742026-08-21T21:52:42.552Zuploaded: /work/stamp-clickhouse.log
113752026-08-21T21:52:42.553Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113762026-08-21T21:52:43.560Zuploaded: /work/stamp-clickhouse_keeper.log
113772026-08-21T21:52:43.563Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113782026-08-21T21:52:44.571Zuploaded: /work/stamp-clickhouse_server.log
113792026-08-21T21:52:44.574Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113802026-08-21T21:52:45.582Zuploaded: /work/stamp-cockroachdb.log
113812026-08-21T21:52:45.582Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113822026-08-21T21:52:46.591Zuploaded: /work/stamp-crucible-pantry-zone.log
113832026-08-21T21:52:46.591Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113842026-08-21T21:52:47.600Zuploaded: /work/stamp-crucible-utils.log
113852026-08-21T21:52:47.603Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113862026-08-21T21:52:48.611Zuploaded: /work/stamp-crucible-zone.log
113872026-08-21T21:52:48.614Zuploading: /work/stamp-external-dns.log (119 bytes)
113882026-08-21T21:52:49.623Zuploaded: /work/stamp-external-dns.log
113892026-08-21T21:52:49.626Zuploading: /work/stamp-installinator.log (103 bytes)
113902026-08-21T21:52:50.634Zuploaded: /work/stamp-installinator.log
113912026-08-21T21:52:50.634Zuploading: /work/stamp-internal-dns.log (119 bytes)
113922026-08-21T21:52:51.643Zuploaded: /work/stamp-internal-dns.log
113932026-08-21T21:52:51.647Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113942026-08-21T21:52:52.656Zuploaded: /work/stamp-mg-ddm-gz.log
113952026-08-21T21:52:52.659Zuploading: /work/stamp-nexus.log (112 bytes)
113962026-08-21T21:52:53.673Zuploaded: /work/stamp-nexus.log
113972026-08-21T21:52:53.675Zuploading: /work/stamp-ntp.log (110 bytes)
113982026-08-21T21:52:54.686Zuploaded: /work/stamp-ntp.log
113992026-08-21T21:52:54.686Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
114002026-08-21T21:52:55.694Zuploaded: /work/stamp-omicron-sled-agent.log
114012026-08-21T21:52:55.694Zuploading: /work/stamp-overlay.log (114 bytes)
114022026-08-21T21:52:56.706Zuploaded: /work/stamp-overlay.log
114032026-08-21T21:52:56.709Zuploading: /work/stamp-oximeter.log (115 bytes)
114042026-08-21T21:52:57.716Zuploaded: /work/stamp-oximeter.log
114052026-08-21T21:52:57.716Zuploading: /work/stamp-oxlog.log (109 bytes)
114062026-08-21T21:52:58.725Zuploaded: /work/stamp-oxlog.log
114072026-08-21T21:52:58.725Zuploading: /work/stamp-probe.log (112 bytes)
114082026-08-21T21:52:59.735Zuploaded: /work/stamp-probe.log
114092026-08-21T21:52:59.735Zuploading: /work/stamp-propolis-server.log (122 bytes)
114102026-08-21T21:53:00.745Zuploaded: /work/stamp-propolis-server.log
114112026-08-21T21:53:00.745Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
114122026-08-21T21:53:01.758Zuploaded: /work/stamp-pumpkind-gz.log
114132026-08-21T21:53:01.758Zuploading: /work/stamp-switch-asic.log (118 bytes)
114142026-08-21T21:53:02.768Zuploaded: /work/stamp-switch-asic.log
114152026-08-21T21:53:02.772Zuploading: /work/verify-libraries.log (50304 bytes)
114162026-08-21T21:53:03.780Zuploaded: /work/verify-libraries.log