01M0JN5GS5AWDV78C96Z40W2JX: 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: 01M0JN667FHY8EC2EEKFJ7Z7PE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-21T17:17:31.886Zjob assigned to worker 01M0JN6GQNZE85Z05XXXJWAMCE [factory aws, i-032e0f713028031c4] (queued for 53 s)
 
22026-08-21T17:17:38.647Zstarting task 0: "setup"
32026-08-21T17:17:38.652Z++ uname -s
42026-08-21T17:17:38.655Z+ kern=SunOS
52026-08-21T17:17:38.655Z+ build_user=build
62026-08-21T17:17:38.655Z+ build_uid=12345
72026-08-21T17:17:38.655Z+ work_dir=/work
82026-08-21T17:17:38.655Z+ input_dir=/input
92026-08-21T17:17:38.655Z+ [[ 0 == 12345 ]]
102026-08-21T17:17:38.655Z+ case "$kern" in
112026-08-21T17:17:38.655Z+ groupadd -g 12345 build
122026-08-21T17:17:38.658Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-21T17:17:40.662Z+ zfs create -o mountpoint=/work rpool/work
142026-08-21T17:17:40.757Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-21T17:17:40.760Z+ home_fs=zfs
162026-08-21T17:17:40.760Z+ [[ zfs == autofs ]]
172026-08-21T17:17:40.760Z+ mkdir -p /home/build
182026-08-21T17:17:40.760Z+ chown build:build /home/build /work
192026-08-21T17:17:42.761Z+ chmod 0700 /home/build /work
202026-08-21T17:17:42.764Zprocess exited: duration 4119 ms, exit code 0
 
212026-08-21T17:17:42.770Zstarting task 1: "rust-toolchain"
222026-08-21T17:17:42.775Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-21T17:17:42.775Z * rust toolchain channel = "1.97.1"
242026-08-21T17:17:42.775Z * rust toolchain profile = "default"
252026-08-21T17:17:42.775Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-21T17:17:42.775Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-21T17:17:42.775Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-21T17:17:42.778Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-21T17:17:42.778Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-21T17:17:42.841Zinfo: downloading installer
312026-08-21T17:17:44.504Zwarn: It looks like you have an existing rustup settings file at:
322026-08-21T17:17:44.504Zwarn: /home/build/.rustup/settings.toml
332026-08-21T17:17:44.504Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-21T17:17:44.505Zwarn: instead of the one inferred from the default host triple.
352026-08-21T17:17:44.517Zinfo: profile set to default
362026-08-21T17:17:44.517Zinfo: default host triple is x86_64-unknown-illumos
372026-08-21T17:17:44.520Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-21T17:17:44.652Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-21T17:17:44.655Zinfo: downloading 6 components
402026-08-21T17:17:59.481Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-21T17:17:59.481Z
422026-08-21T17:17:59.509Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-21T17:17:59.509Z
442026-08-21T17:17:59.509Z
452026-08-21T17:17:59.510ZRust is installed now. Great!
462026-08-21T17:17:59.510Z
472026-08-21T17:17:59.513ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-21T17:17:59.513Zenvironment variable. This has not been done automatically.
492026-08-21T17:17:59.513Z
502026-08-21T17:17:59.513ZTo configure your current shell, you need to source
512026-08-21T17:17:59.513Zthe corresponding env file under $HOME/.cargo.
522026-08-21T17:17:59.513Z
532026-08-21T17:17:59.513ZThis is usually done by running one of the following (note the leading DOT):
542026-08-21T17:17:59.513Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-21T17:17:59.513Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-21T17:17:59.513Zsource "~/.cargo/env.nu" # For nushell
572026-08-21T17:17:59.513Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-21T17:17:59.513Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-21T17:17:59.513Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-21T17:17:59.513Zwarn: no default linker (`cc`) was found in your PATH
612026-08-21T17:17:59.513Zwarn: many Rust crates require a system C toolchain to build
622026-08-21T17:17:59.619Z+ rustup --version
632026-08-21T17:17:59.624Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-21T17:17:59.627Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-21T17:17:59.644Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-21T17:17:59.647Z+ cargo --version
672026-08-21T17:17:59.657Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-21T17:17:59.660Z+ rustc --version
692026-08-21T17:17:59.681Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-21T17:17:59.684Zprocess exited: duration 16913 ms, exit code 0
 
712026-08-21T17:17:59.690Zstarting task 2: "authentication"
722026-08-21T17:17:59.707Zprocess exited: duration 16 ms, exit code 0
 
732026-08-21T17:17:59.715Zstarting task 3: "clone repository"
742026-08-21T17:17:59.718Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-21T17:17:59.721Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-21T17:17:59.751ZCloning into '/work/oxidecomputer/omicron'...
772026-08-21T17:18:12.614Z+ cd /work/oxidecomputer/omicron
782026-08-21T17:18:12.614Z+ git fetch origin 230b14bb6b3458a8a22e77c27cd33be2a2e3fd79
792026-08-21T17:18:12.953ZFrom https://github.com/oxidecomputer/omicron
802026-08-21T17:18:12.953Z * branch 230b14bb6b3458a8a22e77c27cd33be2a2e3fd79 -> FETCH_HEAD
812026-08-21T17:18:12.969Z+ [[ -n ben/multiple-eips-in-database-blueprints ]]
822026-08-21T17:18:12.972Z++ git branch --show-current
832026-08-21T17:18:12.972Z+ current=main
842026-08-21T17:18:12.972Z+ [[ main != ben/multiple-eips-in-database-blueprints ]]
852026-08-21T17:18:12.973Z+ git branch -f ben/multiple-eips-in-database-blueprints 230b14bb6b3458a8a22e77c27cd33be2a2e3fd79
862026-08-21T17:18:12.973Z+ git checkout -f ben/multiple-eips-in-database-blueprints
872026-08-21T17:18:13.242ZSwitched to branch 'ben/multiple-eips-in-database-blueprints'
882026-08-21T17:18:13.245Z+ git reset --hard 230b14bb6b3458a8a22e77c27cd33be2a2e3fd79
892026-08-21T17:18:13.499ZHEAD is now at 230b14bb6 Support multiple external IPs for services in blueprint tables
902026-08-21T17:18:13.504Zprocess exited: duration 13788 ms, exit code 0
 
912026-08-21T17:18:13.513Zstarting task 4: "build"
922026-08-21T17:18:13.517Z+ source .github/buildomat/ci-env.sh
932026-08-21T17:18:13.517Z++ export CARGO_TERM_COLOR=always
942026-08-21T17:18:13.517Z++ CARGO_TERM_COLOR=always
952026-08-21T17:18:13.521Z+++ uname -s
962026-08-21T17:18:13.522Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-21T17:18:13.522Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-21T17:18:13.522Z+ cargo --version
992026-08-21T17:18:13.533Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-21T17:18:13.536Z+ rustc --version
1012026-08-21T17:18:13.552Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-21T17:18:13.555Z+ cargo tree --locked
1032026-08-21T17:18:13.737Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-21T17:18:14.110Z Updating crates.io index
1052026-08-21T17:18:14.118Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-21T17:18:14.442Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-21T17:18:15.022Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-08-21T17:18:16.034Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-08-21T17:18:16.599Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-08-21T17:18:18.676Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-08-21T17:18:19.545Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-08-21T17:18:19.850Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-08-21T17:18:20.225Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-08-21T17:18:21.418Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-08-21T17:18:21.704Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-08-21T17:18:22.111Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-08-21T17:18:23.028Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1182026-08-21T17:18:23.561Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1192026-08-21T17:18:23.867Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1202026-08-21T17:18:24.211Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-08-21T17:18:24.512Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-08-21T17:18:24.831Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1232026-08-21T17:18:25.327Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1242026-08-21T17:18:25.713Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1252026-08-21T17:18:27.223Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1262026-08-21T17:18:27.574Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1272026-08-21T17:18:28.122Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1282026-08-21T17:18:28.491Z Updating git repository `https://github.com/oxidecomputer/erebor`
1292026-08-21T17:18:28.791Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1302026-08-21T17:18:29.248Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1312026-08-21T17:18:29.618Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1322026-08-21T17:18:30.081Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1332026-08-21T17:18:30.432Z Updating git repository `https://github.com/oxidecomputer/ispf`
1342026-08-21T17:18:30.727Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1352026-08-21T17:18:31.102Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362026-08-21T17:18:31.532Z Updating git repository `https://github.com/oxidecomputer/tough`
1372026-08-21T17:18:32.119Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1382026-08-21T17:18:32.399Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1392026-08-21T17:18:32.705Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1402026-08-21T17:18:33.076Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1412026-08-21T17:18:33.741Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1422026-08-21T17:18:34.056Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1432026-08-21T17:18:34.334Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1442026-08-21T17:18:34.651Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1452026-08-21T17:18:35.004Z Updating git repository `https://github.com/illumos/smf-rs`
1462026-08-21T17:18:35.314Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1472026-08-21T17:18:38.104Z Downloading crates ...
1482026-08-21T17:18:38.165Z Downloaded crypto-common v0.1.7
1492026-08-21T17:18:38.176Z Downloaded console v0.16.2
1502026-08-21T17:18:38.179Z Downloaded clap_derive v4.6.1
1512026-08-21T17:18:38.182Z Downloaded hex v0.4.3
1522026-08-21T17:18:38.182Z Downloaded heck v0.5.0
1532026-08-21T17:18:38.182Z Downloaded crypto-bigint v0.5.5
1542026-08-21T17:18:38.186Z Downloaded difflib v0.4.0
1552026-08-21T17:18:38.188Z Downloaded group v0.13.0
1562026-08-21T17:18:38.188Z Downloaded hex-literal v0.4.1
1572026-08-21T17:18:38.191Z Downloaded hmac v0.12.1
1582026-08-21T17:18:38.191Z Downloaded cpubits v0.1.1
1592026-08-21T17:18:38.191Z Downloaded crucible-workspace-hack v0.1.0
1602026-08-21T17:18:38.191Z Downloaded cpufeatures v0.2.17
1612026-08-21T17:18:38.191Z Downloaded hyper-tls v0.6.0
1622026-08-21T17:18:38.194Z Downloaded ingot-types v0.2.0
1632026-08-21T17:18:38.198Z Downloaded convert_case v0.4.0
1642026-08-21T17:18:38.201Z Downloaded itertools v0.14.0
1652026-08-21T17:18:38.205Z Downloaded colorchoice v1.0.4
1662026-08-21T17:18:38.208Z Downloaded clap_lex v1.0.0
1672026-08-21T17:18:38.211Z Downloaded compression-core v0.4.31
1682026-08-21T17:18:38.211Z Downloaded crc8 v0.1.1
1692026-08-21T17:18:38.213Z Downloaded cobs v0.3.0
1702026-08-21T17:18:38.214Z Downloaded constant_time_eq v0.3.1
1712026-08-21T17:18:38.216Z Downloaded daft-derive v0.1.7
1722026-08-21T17:18:38.219Z Downloaded group v0.14.0
1732026-08-21T17:18:38.219Z Downloaded half v2.7.1
1742026-08-21T17:18:38.222Z Downloaded colored v2.2.0
1752026-08-21T17:18:38.222Z Downloaded heapless v0.7.17
1762026-08-21T17:18:38.225Z Downloaded cpufeatures v0.3.0
1772026-08-21T17:18:38.225Z Downloaded hash32 v0.2.1
1782026-08-21T17:18:38.225Z Downloaded heck v0.4.1
1792026-08-21T17:18:38.225Z Downloaded hex-literal v1.1.0
1802026-08-21T17:18:38.229Z Downloaded diesel_table_macro_syntax v0.3.0
1812026-08-21T17:18:38.232Z Downloaded half v1.8.3
1822026-08-21T17:18:38.232Z Downloaded guppy-workspace-hack v0.1.0
1832026-08-21T17:18:38.232Z Downloaded is_ci v1.2.0
1842026-08-21T17:18:38.235Z Downloaded crunchy v0.2.4
1852026-08-21T17:18:38.238Z Downloaded hashbrown v0.12.3
1862026-08-21T17:18:38.241Z Downloaded httptest v0.16.4
1872026-08-21T17:18:38.241Z Downloaded hash32 v0.3.1
1882026-08-21T17:18:38.241Z Downloaded hubpack v0.1.2
1892026-08-21T17:18:38.244Z Downloaded compression-codecs v0.4.37
1902026-08-21T17:18:38.247Z Downloaded headers-core v0.3.0
1912026-08-21T17:18:38.247Z Downloaded inout v0.1.4
1922026-08-21T17:18:38.247Z Downloaded is-terminal v0.4.17
1932026-08-21T17:18:38.249Z Downloaded is_terminal_polyfill v1.70.2
1942026-08-21T17:18:38.249Z Downloaded criterion-plot v0.6.0
1952026-08-21T17:18:38.249Z Downloaded httpdate v1.0.3
1962026-08-21T17:18:38.252Z Downloaded addr2line v0.25.1
1972026-08-21T17:18:38.252Z Downloaded clap v4.6.1
1982026-08-21T17:18:38.256Z Downloaded http-body v1.0.1
1992026-08-21T17:18:38.259Z Downloaded indent_write v2.2.0
2002026-08-21T17:18:38.259Z Downloaded darling_macro v0.20.11
2012026-08-21T17:18:38.261Z Downloaded indoc v1.0.9
2022026-08-21T17:18:38.264Z Downloaded instability v0.3.11
2032026-08-21T17:18:38.267Z Downloaded crc v3.4.0
2042026-08-21T17:18:38.271Z Downloaded hostname v0.4.2
2052026-08-21T17:18:38.274Z Downloaded crypto-common v0.2.2
2062026-08-21T17:18:38.274Z Downloaded curve25519-dalek-derive v0.1.1
2072026-08-21T17:18:38.277Z Downloaded illumos-nvpair v0.3.0
2082026-08-21T17:18:38.279Z Downloaded itoa v1.0.17
2092026-08-21T17:18:38.283Z Downloaded darling_macro v0.13.4
2102026-08-21T17:18:38.285Z Downloaded internet-checksum v0.2.1
2112026-08-21T17:18:38.288Z Downloaded inout v0.2.2
2122026-08-21T17:18:38.288Z Downloaded debug-ignore v1.0.5
2132026-08-21T17:18:38.292Z Downloaded instant v0.1.13
2142026-08-21T17:18:38.294Z Downloaded defmt-parser v1.0.0
2152026-08-21T17:18:38.294Z Downloaded hubpack_derive v0.1.1
2162026-08-21T17:18:38.294Z Downloaded humantime v2.3.0
2172026-08-21T17:18:38.294Z Downloaded darling_macro v0.23.0
2182026-08-21T17:18:38.300Z Downloaded http-range v0.1.5
2192026-08-21T17:18:38.304Z Downloaded ident_case v1.0.1
2202026-08-21T17:18:38.304Z Downloaded illumos-nvpair-sys v0.2.0
2212026-08-21T17:18:38.308Z Downloaded cstr-argument v0.1.2
2222026-08-21T17:18:38.308Z Downloaded derive_builder_macro v0.20.2
2232026-08-21T17:18:38.308Z Downloaded const_format_proc_macros v0.2.34
2242026-08-21T17:18:38.308Z Downloaded critical-section v1.2.0
2252026-08-21T17:18:38.308Z Downloaded cmov v0.5.4
2262026-08-21T17:18:38.311Z Downloaded crossbeam-deque v0.8.6
2272026-08-21T17:18:38.311Z Downloaded crc-catalog v2.4.0
2282026-08-21T17:18:38.311Z Downloaded derive_builder_core v0.20.2
2292026-08-21T17:18:38.314Z Downloaded delegate v0.13.5
2302026-08-21T17:18:38.314Z Downloaded deranged v0.5.8
2312026-08-21T17:18:38.317Z Downloaded darling_macro v0.21.3
2322026-08-21T17:18:38.317Z Downloaded defmt v0.3.100
2332026-08-21T17:18:38.317Z Downloaded home v0.5.12
2342026-08-21T17:18:38.317Z Downloaded backtrace-ext v0.2.1
2352026-08-21T17:18:38.320Z Downloaded bitfield-struct v0.6.2
2362026-08-21T17:18:38.320Z Downloaded cookie v0.18.1
2372026-08-21T17:18:38.320Z Downloaded hashbrown v0.13.2
2382026-08-21T17:18:38.323Z Downloaded constant_time_eq v0.4.2
2392026-08-21T17:18:38.326Z Downloaded corncobs v0.1.4
2402026-08-21T17:18:38.326Z Downloaded highway v1.3.0
2412026-08-21T17:18:38.329Z Downloaded atomicwrites v0.4.4
2422026-08-21T17:18:38.329Z Downloaded idna_adapter v1.2.1
2432026-08-21T17:18:38.329Z Downloaded async-stream v0.3.6
2442026-08-21T17:18:38.329Z Downloaded block-buffer v0.10.4
2452026-08-21T17:18:38.329Z Downloaded array-init v0.0.4
2462026-08-21T17:18:38.332Z Downloaded ascii-canvas v3.0.0
2472026-08-21T17:18:38.332Z Downloaded bb8 v0.8.6
2482026-08-21T17:18:38.332Z Downloaded openssl-probe v0.1.6
2492026-08-21T17:18:38.332Z Downloaded olpc-cjson v0.1.4
2502026-08-21T17:18:38.335Z Downloaded oso-derive v0.27.3
2512026-08-21T17:18:38.335Z Downloaded path-slash v0.1.5
2522026-08-21T17:18:38.337Z Downloaded convert_case v0.10.0
2532026-08-21T17:18:38.340Z Downloaded ipnetwork v0.21.1
2542026-08-21T17:18:38.345Z Downloaded darling v0.13.4
2552026-08-21T17:18:38.348Z Downloaded http-body-util v0.1.3
2562026-08-21T17:18:38.351Z Downloaded cfg-if v1.0.4
2572026-08-21T17:18:38.351Z Downloaded ciborium-ll v0.2.2
2582026-08-21T17:18:38.354Z Downloaded opaque-debug v0.3.1
2592026-08-21T17:18:38.358Z Downloaded defmt-macros v1.0.1
2602026-08-21T17:18:38.360Z Downloaded der_derive v0.7.3
2612026-08-21T17:18:38.360Z Downloaded ingot v0.2.1
2622026-08-21T17:18:38.363Z Downloaded concurrent-queue v2.5.0
2632026-08-21T17:18:38.363Z Downloaded derive-ex v0.1.8
2642026-08-21T17:18:38.363Z Downloaded indoc v2.0.7
2652026-08-21T17:18:38.366Z Downloaded parking v2.2.1
2662026-08-21T17:18:38.369Z Downloaded data-encoding v2.10.0
2672026-08-21T17:18:38.369Z Downloaded csv-core v0.1.13
2682026-08-21T17:18:38.371Z Downloaded ctutils v0.4.2
2692026-08-21T17:18:38.375Z Downloaded precomputed-hash v0.1.1
2702026-08-21T17:18:38.375Z Downloaded proc-macro-error-attr2 v2.0.0
2712026-08-21T17:18:38.375Z Downloaded hostname v0.3.1
2722026-08-21T17:18:38.379Z Downloaded diesel-dtrace v0.5.0
2732026-08-21T17:18:38.379Z Downloaded anstream v0.6.21
2742026-08-21T17:18:38.379Z Downloaded daft v0.1.7
2752026-08-21T17:18:38.382Z Downloaded colored v3.1.1
2762026-08-21T17:18:38.382Z Downloaded des v0.9.0
2772026-08-21T17:18:38.385Z Downloaded powerfmt v0.2.0
2782026-08-21T17:18:38.385Z Downloaded crc32fast v1.5.0
2792026-08-21T17:18:38.385Z Downloaded ctr v0.10.1
2802026-08-21T17:18:38.388Z Downloaded plotters-backend v0.3.7
2812026-08-21T17:18:38.391Z Downloaded proc-macro-crate v1.3.1
2822026-08-21T17:18:38.394Z Downloaded console v0.15.11
2832026-08-21T17:18:38.394Z Downloaded cookie_store v0.22.1
2842026-08-21T17:18:38.397Z Downloaded crossbeam-epoch v0.9.18
2852026-08-21T17:18:38.397Z Downloaded crc-any v2.5.0
2862026-08-21T17:18:38.397Z Downloaded ipnet v2.12.0
2872026-08-21T17:18:38.400Z Downloaded hybrid-array v0.4.13
2882026-08-21T17:18:38.400Z Downloaded bs58 v0.5.1
2892026-08-21T17:18:38.403Z Downloaded recursive-proc-macro-impl v0.1.1
2902026-08-21T17:18:38.403Z Downloaded crossbeam-channel v0.5.15
2912026-08-21T17:18:38.406Z Downloaded radium v0.7.0
2922026-08-21T17:18:38.406Z Downloaded crossbeam-utils v0.8.21
2932026-08-21T17:18:38.406Z Downloaded bytecount v0.6.9
2942026-08-21T17:18:38.409Z Downloaded cmake v0.1.57
2952026-08-21T17:18:38.409Z Downloaded datatest-stable v0.3.3
2962026-08-21T17:18:38.412Z Downloaded headers v0.4.1
2972026-08-21T17:18:38.415Z Downloaded impl-trait-for-tuples v0.2.3
2982026-08-21T17:18:38.415Z Downloaded oxide-tokio-rt v0.1.4
2992026-08-21T17:18:38.417Z Downloaded byte-wrapper v0.1.0
3002026-08-21T17:18:38.417Z Downloaded chacha20 v0.9.1
3012026-08-21T17:18:38.420Z Downloaded packed_struct v0.10.1
3022026-08-21T17:18:38.420Z Downloaded cargo_metadata v0.23.1
3032026-08-21T17:18:38.420Z Downloaded rustc-hash v2.1.1
3042026-08-21T17:18:38.420Z Downloaded httparse v1.10.1
3052026-08-21T17:18:38.423Z Downloaded serde-big-array v0.5.1
3062026-08-21T17:18:38.423Z Downloaded serde_urlencoded v0.7.1
3072026-08-21T17:18:38.426Z Downloaded pem-rfc7468 v0.7.0
3082026-08-21T17:18:38.429Z Downloaded iana-time-zone v0.1.65
3092026-08-21T17:18:38.432Z Downloaded signature v2.2.0
3102026-08-21T17:18:38.434Z Downloaded cbc v0.2.1
3112026-08-21T17:18:38.437Z Downloaded hyper-rustls v0.27.7
3122026-08-21T17:18:38.444Z Downloaded derive_builder v0.20.2
3132026-08-21T17:18:38.447Z Downloaded hyper-staticfile v0.10.1
3142026-08-21T17:18:38.447Z Downloaded path-tree v0.8.3
3152026-08-21T17:18:38.447Z Downloaded phf v0.13.1
3162026-08-21T17:18:38.451Z Downloaded pin-project-internal v1.1.11
3172026-08-21T17:18:38.451Z Downloaded ppv-lite86 v0.2.21
3182026-08-21T17:18:38.451Z Downloaded anstyle-parse v0.2.7
3192026-08-21T17:18:38.451Z Downloaded darling v0.20.11
3202026-08-21T17:18:38.454Z Downloaded darling v0.21.3
3212026-08-21T17:18:38.456Z Downloaded strip-ansi-escapes v0.2.1
3222026-08-21T17:18:38.456Z Downloaded sigpipe v0.1.3
3232026-08-21T17:18:38.459Z Downloaded sqlparser_derive v0.5.0
3242026-08-21T17:18:38.459Z Downloaded defmt v1.0.1
3252026-08-21T17:18:38.462Z Downloaded signature v3.0.0
3262026-08-21T17:18:38.462Z Downloaded ahash v0.8.12
3272026-08-21T17:18:38.462Z Downloaded subtle v2.6.1
3282026-08-21T17:18:38.465Z Downloaded darling v0.23.0
3292026-08-21T17:18:38.468Z Downloaded pkg-config v0.3.32
3302026-08-21T17:18:38.468Z Downloaded const-oid v0.10.2
3312026-08-21T17:18:38.471Z Downloaded postgres-protocol v0.6.10
3322026-08-21T17:18:38.471Z Downloaded bit-vec v0.6.3
3332026-08-21T17:18:38.471Z Downloaded const_format v0.2.35
3342026-08-21T17:18:38.474Z Downloaded ingot-macros v0.2.0
3352026-08-21T17:18:38.474Z Downloaded blake2 v0.10.6
3362026-08-21T17:18:38.476Z Downloaded supports-hyperlinks v2.1.0
3372026-08-21T17:18:38.476Z Downloaded sync_wrapper v1.0.2
3382026-08-21T17:18:38.476Z Downloaded polyval v0.7.1
3392026-08-21T17:18:38.479Z Downloaded swrite v0.1.0
3402026-08-21T17:18:38.479Z Downloaded tabled_derive v0.7.0
3412026-08-21T17:18:38.479Z Downloaded tabwriter v1.4.1
3422026-08-21T17:18:38.479Z Downloaded tagptr v0.2.0
3432026-08-21T17:18:38.482Z Downloaded terminal_size v0.1.17
3442026-08-21T17:18:38.482Z Downloaded thiserror-impl-no-std v2.0.2
3452026-08-21T17:18:38.482Z Downloaded terminal_size v0.4.3
3462026-08-21T17:18:38.482Z Downloaded rand_seeder v0.4.0
3472026-08-21T17:18:38.485Z Downloaded derive-where v1.6.0
3482026-08-21T17:18:38.485Z Downloaded darling_core v0.13.4
3492026-08-21T17:18:38.488Z Downloaded resolv-conf v0.7.6
3502026-08-21T17:18:38.491Z Downloaded rustls-pemfile v2.2.0
3512026-08-21T17:18:38.491Z Downloaded scroll v0.13.0
3522026-08-21T17:18:38.491Z Downloaded sec1 v0.7.3
3532026-08-21T17:18:38.493Z Downloaded version_check v0.9.5
3542026-08-21T17:18:38.493Z Downloaded hmac v0.13.0
3552026-08-21T17:18:38.496Z Downloaded rustc-demangle v0.1.27
3562026-08-21T17:18:38.496Z Downloaded serde_path_to_error v0.1.20
3572026-08-21T17:18:38.499Z Downloaded sha2 v0.10.9
3582026-08-21T17:18:38.499Z Downloaded hickory-client v0.25.2
3592026-08-21T17:18:38.502Z Downloaded pest_derive v2.8.6
3602026-08-21T17:18:38.502Z Downloaded ignore v0.4.25
3612026-08-21T17:18:38.506Z Downloaded universal-hash v0.6.1
3622026-08-21T17:18:38.509Z Downloaded usdt-attr-macro v0.5.0
3632026-08-21T17:18:38.509Z Downloaded indexmap v1.9.3
3642026-08-21T17:18:38.512Z Downloaded utf8_iter v1.0.4
3652026-08-21T17:18:38.512Z Downloaded usdt-attr-macro v0.6.0
3662026-08-21T17:18:38.512Z Downloaded wait-timeout v0.2.1
3672026-08-21T17:18:38.512Z Downloaded sqlformat v0.3.5
3682026-08-21T17:18:38.515Z Downloaded waitgroup v0.1.2
3692026-08-21T17:18:38.517Z Downloaded simd-adler32 v0.3.8
3702026-08-21T17:18:38.517Z Downloaded slog-stdlog v4.1.1
3712026-08-21T17:18:38.517Z Downloaded smallvec v0.6.14
3722026-08-21T17:18:38.520Z Downloaded stringprep v0.1.5
3732026-08-21T17:18:38.520Z Downloaded diff v0.1.13
3742026-08-21T17:18:38.523Z Downloaded display-error-chain v0.2.2
3752026-08-21T17:18:38.523Z Downloaded dsl_auto_type v0.2.0
3762026-08-21T17:18:38.526Z Downloaded partial-io v0.5.4
3772026-08-21T17:18:38.529Z Downloaded icu_provider v2.1.1
3782026-08-21T17:18:38.529Z Downloaded strum_macros v0.24.3
3792026-08-21T17:18:38.532Z Downloaded icu_properties v2.1.2
3802026-08-21T17:18:38.535Z Downloaded xshell-macros v0.2.7
3812026-08-21T17:18:38.538Z Downloaded yoke-derive v0.8.1
3822026-08-21T17:18:38.541Z Downloaded byteorder v1.5.0
3832026-08-21T17:18:38.544Z Downloaded rand_core v0.9.5
3842026-08-21T17:18:38.544Z Downloaded dyn-clone v1.0.20
3852026-08-21T17:18:38.544Z Downloaded env_filter v2.0.0
3862026-08-21T17:18:38.547Z Downloaded event-listener-strategy v0.5.4
3872026-08-21T17:18:38.550Z Downloaded progenitor v0.14.0
3882026-08-21T17:18:38.550Z Downloaded futures-macro v0.3.32
3892026-08-21T17:18:38.550Z Downloaded futures-sink v0.3.32
3902026-08-21T17:18:38.553Z Downloaded fastrand v2.3.0
3912026-08-21T17:18:38.553Z Downloaded foreign-types-shared v0.1.1
3922026-08-21T17:18:38.553Z Downloaded flagset v0.4.7
3932026-08-21T17:18:38.553Z Downloaded termcolor v1.4.1
3942026-08-21T17:18:38.553Z Downloaded thiserror-impl v2.0.18
3952026-08-21T17:18:38.556Z Downloaded tokio-native-tls v0.3.1
3962026-08-21T17:18:38.556Z Downloaded const-oid v0.9.6
3972026-08-21T17:18:38.556Z Downloaded parking_lot v0.11.2
3982026-08-21T17:18:38.559Z Downloaded time-macros v0.2.27
3992026-08-21T17:18:38.559Z Downloaded tiny-keccak v2.0.2
4002026-08-21T17:18:38.561Z Downloaded rustls-pki-types v1.14.0
4012026-08-21T17:18:38.561Z Downloaded wyz v0.5.1
4022026-08-21T17:18:38.564Z Downloaded foreign-types-shared v0.3.1
4032026-08-21T17:18:38.567Z Downloaded tokio-tungstenite v0.21.0
4042026-08-21T17:18:38.570Z Downloaded ghash v0.6.0
4052026-08-21T17:18:38.570Z Downloaded lru-cache v0.1.2
4062026-08-21T17:18:38.570Z Downloaded gethostname v0.5.0
4072026-08-21T17:18:38.572Z Downloaded memmap v0.7.0
4082026-08-21T17:18:38.575Z Downloaded vergen-git2 v9.1.0
4092026-08-21T17:18:38.578Z Downloaded jiff-static v0.2.34
4102026-08-21T17:18:38.581Z Downloaded icu_normalizer v2.1.1
4112026-08-21T17:18:38.584Z Downloaded icu_normalizer_data v2.1.1
4122026-08-21T17:18:38.584Z Downloaded lru v0.12.5
4132026-08-21T17:18:38.587Z Downloaded maplit v1.0.2
4142026-08-21T17:18:38.587Z Downloaded der v0.8.0
4152026-08-21T17:18:38.590Z Downloaded compact_str v0.8.1
4162026-08-21T17:18:38.594Z Downloaded darling_core v0.23.0
4172026-08-21T17:18:38.597Z Downloaded derive_more v0.99.20
4182026-08-21T17:18:38.597Z Downloaded slog-term v2.9.2
4192026-08-21T17:18:38.600Z Downloaded spin v0.9.8
4202026-08-21T17:18:38.600Z Downloaded zerovec-derive v0.11.2
4212026-08-21T17:18:38.600Z Downloaded darling_core v0.20.11
4222026-08-21T17:18:38.603Z Downloaded dirs-sys-next v0.1.2
4232026-08-21T17:18:38.603Z Downloaded num-derive v0.4.2
4242026-08-21T17:18:38.606Z Downloaded heapless v0.8.0
4252026-08-21T17:18:38.606Z Downloaded arrayref v0.3.9
4262026-08-21T17:18:38.608Z Downloaded pin-project v1.1.11
4272026-08-21T17:18:38.613Z Downloaded indicatif v0.18.4
4282026-08-21T17:18:38.615Z Downloaded derive_more v2.1.1
4292026-08-21T17:18:38.622Z Downloaded digest v0.10.7
4302026-08-21T17:18:38.625Z Downloaded icu_locale_core v2.1.1
4312026-08-21T17:18:38.627Z Downloaded nodrop v0.1.14
4322026-08-21T17:18:38.627Z Downloaded num_enum_derive v0.5.11
4332026-08-21T17:18:38.628Z Downloaded atty v0.2.14
4342026-08-21T17:18:38.628Z Downloaded aead v0.5.2
4352026-08-21T17:18:38.631Z Downloaded ena v0.14.4
4362026-08-21T17:18:38.631Z Downloaded progenitor-impl v0.13.0
4372026-08-21T17:18:38.631Z Downloaded async-recursion v1.1.1
4382026-08-21T17:18:38.633Z Downloaded ed25519 v3.0.0
4392026-08-21T17:18:38.633Z Downloaded enum_dispatch v0.3.13
4402026-08-21T17:18:38.638Z Downloaded ff v0.14.0
4412026-08-21T17:18:38.638Z Downloaded ciborium-io v0.2.2
4422026-08-21T17:18:38.639Z Downloaded cfg_aliases v0.1.1
4432026-08-21T17:18:38.643Z Downloaded chumsky v0.9.3
4442026-08-21T17:18:38.643Z Downloaded toml_parser v1.1.2+spec-1.1.0
4452026-08-21T17:18:38.643Z Downloaded toml v0.8.23
4462026-08-21T17:18:38.643Z Downloaded fixedbitset v0.5.7
4472026-08-21T17:18:38.652Z Downloaded pathdiff v0.2.3
4482026-08-21T17:18:38.656Z Downloaded ryu v1.0.23
4492026-08-21T17:18:38.656Z Downloaded hickory-resolver v0.25.2
4502026-08-21T17:18:38.656Z Downloaded twox-hash v2.1.2
4512026-08-21T17:18:38.659Z Downloaded icu_collections v2.1.1
4522026-08-21T17:18:38.662Z Downloaded linear-map v1.2.0
4532026-08-21T17:18:38.668Z Downloaded proc-macro-error-attr v1.0.4
4542026-08-21T17:18:38.672Z Downloaded progenitor-client v0.14.0
4552026-08-21T17:18:38.675Z Downloaded libsw-core v0.3.2
4562026-08-21T17:18:38.675Z Downloaded mime_guess v2.0.5
4572026-08-21T17:18:38.678Z Downloaded progenitor-macro v0.14.0
4582026-08-21T17:18:38.678Z Downloaded ref-cast v1.0.25
4592026-08-21T17:18:38.678Z Downloaded rustc_version v0.4.1
4602026-08-21T17:18:38.681Z Downloaded arrayvec v0.7.6
4612026-08-21T17:18:38.685Z Downloaded phf_shared v0.13.1
4622026-08-21T17:18:38.687Z Downloaded ar_archive_writer v0.5.1
4632026-08-21T17:18:38.700Z Downloaded bitfield v0.19.4
4642026-08-21T17:18:38.703Z Downloaded buf-list v1.1.2
4652026-08-21T17:18:38.703Z Downloaded scopeguard v1.2.0
4662026-08-21T17:18:38.703Z Downloaded rustc_version v0.1.7
4672026-08-21T17:18:38.705Z Downloaded scheduled-thread-pool v0.2.7
4682026-08-21T17:18:38.705Z Downloaded semver v0.1.20
4692026-08-21T17:18:38.708Z Downloaded anstyle v1.0.14
4702026-08-21T17:18:38.711Z Downloaded siphasher v1.0.2
4712026-08-21T17:18:38.714Z Downloaded cipher v0.4.4
4722026-08-21T17:18:38.716Z Downloaded futures-channel v0.3.32
4732026-08-21T17:18:38.716Z Downloaded knuffel-derive v3.2.0
4742026-08-21T17:18:38.719Z Downloaded toml v1.1.2+spec-1.1.0
4752026-08-21T17:18:38.722Z Downloaded autocfg v1.5.0
4762026-08-21T17:18:38.724Z Downloaded camino-tempfile-ext v0.3.3
4772026-08-21T17:18:38.724Z Downloaded libloading v0.8.9
4782026-08-21T17:18:38.727Z Downloaded password-hash v0.5.0
4792026-08-21T17:18:38.727Z Downloaded cipher v0.5.2
4802026-08-21T17:18:38.730Z Downloaded pem v3.0.6
4812026-08-21T17:18:38.730Z Downloaded serde_plain v1.0.2
4822026-08-21T17:18:38.730Z Downloaded sha1 v0.11.0
4832026-08-21T17:18:38.730Z Downloaded stable_deref_trait v1.2.1
4842026-08-21T17:18:38.733Z Downloaded strum v0.26.3
4852026-08-21T17:18:38.733Z Downloaded sync-ptr v0.1.4
4862026-08-21T17:18:38.733Z Downloaded testing_table v0.3.0
4872026-08-21T17:18:38.733Z Downloaded shell-words v1.1.1
4882026-08-21T17:18:38.733Z Downloaded litemap v0.8.1
4892026-08-21T17:18:38.736Z Downloaded supports-color v2.1.0
4902026-08-21T17:18:38.736Z Downloaded tap v1.0.1
4912026-08-21T17:18:38.736Z Downloaded der v0.7.10
4922026-08-21T17:18:38.739Z Downloaded diesel_derives v2.3.7
4932026-08-21T17:18:38.742Z Downloaded backtrace v0.3.76
4942026-08-21T17:18:38.745Z Downloaded signal-hook v0.3.18
4952026-08-21T17:18:38.748Z Downloaded tracing-attributes v0.1.31
4962026-08-21T17:18:38.751Z Downloaded ml-kem v0.3.2
4972026-08-21T17:18:38.751Z Downloaded poly1305 v0.8.0
4982026-08-21T17:18:38.753Z Downloaded predicates-tree v1.0.13
4992026-08-21T17:18:38.753Z Downloaded tungstenite v0.21.0
5002026-08-21T17:18:38.756Z Downloaded tungstenite v0.23.0
5012026-08-21T17:18:38.756Z Downloaded unicode-ident v1.0.24
5022026-08-21T17:18:38.759Z Downloaded strsim v0.11.1
5032026-08-21T17:18:38.759Z Downloaded memmap2 v0.9.10
5042026-08-21T17:18:38.762Z Downloaded take_mut v0.2.2
5052026-08-21T17:18:38.762Z Downloaded thread-id v5.1.0
5062026-08-21T17:18:38.762Z Downloaded hashbrown v0.16.1
5072026-08-21T17:18:38.765Z Downloaded p256 v0.14.0
5082026-08-21T17:18:38.768Z Downloaded async-compression v0.4.41
5092026-08-21T17:18:38.771Z Downloaded phc v0.6.1
5102026-08-21T17:18:38.773Z Downloaded hyper-util v0.1.20
5112026-08-21T17:18:38.776Z Downloaded darling_core v0.21.3
5122026-08-21T17:18:38.779Z Downloaded derive_more-impl v2.1.1
5132026-08-21T17:18:38.782Z Downloaded bcs v0.1.6
5142026-08-21T17:18:38.782Z Downloaded rusty-fork v0.3.1
5152026-08-21T17:18:38.785Z Downloaded primefield v0.14.0
5162026-08-21T17:18:38.785Z Downloaded quote v1.0.45
5172026-08-21T17:18:38.788Z Downloaded untrusted v0.7.1
5182026-08-21T17:18:38.788Z Downloaded snafu-derive v0.8.9
5192026-08-21T17:18:38.788Z Downloaded slab v0.4.12
5202026-08-21T17:18:38.797Z Downloaded clang-sys v1.8.1
5212026-08-21T17:18:38.800Z Downloaded rust-argon2 v2.1.0
5222026-08-21T17:18:38.803Z Downloaded utf-8 v0.7.6
5232026-08-21T17:18:38.803Z Downloaded want v0.3.1
5242026-08-21T17:18:38.806Z Downloaded anstyle-parse v1.0.0
5252026-08-21T17:18:38.806Z Downloaded zerofrom-derive v0.1.6
5262026-08-21T17:18:38.806Z Downloaded zone_cfg_derive v0.3.1
5272026-08-21T17:18:38.806Z Downloaded scrypt v0.12.0
5282026-08-21T17:18:38.809Z Downloaded itertools v0.10.5
5292026-08-21T17:18:38.811Z Downloaded blake2 v0.11.0-rc.6
5302026-08-21T17:18:38.814Z Downloaded bzip2 v0.6.1
5312026-08-21T17:18:38.814Z Downloaded cancel-safe-futures v0.1.5
5322026-08-21T17:18:38.814Z Downloaded indexmap v2.14.0
5332026-08-21T17:18:38.817Z Downloaded smf v0.2.3
5342026-08-21T17:18:38.826Z Downloaded support-bundle-viewer v0.1.2
5352026-08-21T17:18:38.826Z Downloaded zip v0.6.6
5362026-08-21T17:18:38.826Z Downloaded embedded-io v0.6.1
5372026-08-21T17:18:38.829Z Downloaded thiserror v1.0.69
5382026-08-21T17:18:38.830Z Downloaded tinystr v0.8.2
5392026-08-21T17:18:38.830Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5402026-08-21T17:18:38.830Z Downloaded downcast-rs v2.0.2
5412026-08-21T17:18:38.830Z Downloaded scuffle v0.1.0
5422026-08-21T17:18:38.833Z Downloaded hickory-resolver v0.24.4
5432026-08-21T17:18:38.836Z Downloaded http v1.4.2
5442026-08-21T17:18:38.836Z Downloaded tokio-dtrace v0.1.1
5452026-08-21T17:18:38.841Z Downloaded escape8259 v0.5.3
5462026-08-21T17:18:38.841Z Downloaded float-ord v0.3.2
5472026-08-21T17:18:38.841Z Downloaded oxide-update-engine v0.1.2
5482026-08-21T17:18:38.841Z Downloaded tls_codec v0.4.2
5492026-08-21T17:18:38.841Z Downloaded tls_codec_derive v0.4.2
5502026-08-21T17:18:38.845Z Downloaded funty v2.0.0
5512026-08-21T17:18:38.845Z Downloaded fxhash v0.2.1
5522026-08-21T17:18:38.845Z Downloaded serde v1.0.228
5532026-08-21T17:18:38.845Z Downloaded generic-array v0.14.7
5542026-08-21T17:18:38.848Z Downloaded globwalk v0.9.1
5552026-08-21T17:18:38.848Z Downloaded parking_lot_core v0.9.12
5562026-08-21T17:18:38.848Z Downloaded pest_generator v2.8.6
5572026-08-21T17:18:38.852Z Downloaded pkcs1 v0.8.0-rc.4
5582026-08-21T17:18:38.852Z Downloaded criterion v0.7.0
5592026-08-21T17:18:38.855Z Downloaded semver v1.0.28
5602026-08-21T17:18:38.855Z Downloaded unicase v2.9.0
5612026-08-21T17:18:38.858Z Downloaded usdt-impl v0.5.0
5622026-08-21T17:18:38.858Z Downloaded foreign-types v0.3.2
5632026-08-21T17:18:38.858Z Downloaded nested v0.1.1
5642026-08-21T17:18:38.858Z Downloaded normalize-line-endings v0.3.0
5652026-08-21T17:18:38.862Z Downloaded macaddr v1.0.1
5662026-08-21T17:18:38.864Z Downloaded memoffset v0.9.1
5672026-08-21T17:18:38.864Z Downloaded rand v0.10.1
5682026-08-21T17:18:38.867Z Downloaded writeable v0.6.2
5692026-08-21T17:18:38.867Z Downloaded lzss v0.8.2
5702026-08-21T17:18:38.870Z Downloaded quinn v0.11.11
5712026-08-21T17:18:38.870Z Downloaded vergen-lib v9.1.0
5722026-08-21T17:18:38.875Z Downloaded quinn-udp v0.5.14
5732026-08-21T17:18:38.878Z Downloaded num-traits v0.2.19
5742026-08-21T17:18:38.881Z Downloaded ecdsa v0.16.9
5752026-08-21T17:18:38.881Z Downloaded either v1.15.0
5762026-08-21T17:18:38.881Z Downloaded hickory-server v0.25.2
5772026-08-21T17:18:38.884Z Downloaded newtype-uuid-macros v0.1.0
5782026-08-21T17:18:38.887Z Downloaded qorb v0.4.1
5792026-08-21T17:18:38.891Z Downloaded serde_derive_internals v0.29.1
5802026-08-21T17:18:38.894Z Downloaded serde_with_macros v3.21.0
5812026-08-21T17:18:38.894Z Downloaded displaydoc v0.2.5
5822026-08-21T17:18:38.897Z Downloaded assert_matches v1.5.0
5832026-08-21T17:18:38.900Z Downloaded base16ct v1.0.0
5842026-08-21T17:18:38.900Z Downloaded bitfield-macros v0.19.4
5852026-08-21T17:18:38.900Z Downloaded hashbrown v0.15.5
5862026-08-21T17:18:38.903Z Downloaded rsa v0.10.0-rc.18
5872026-08-21T17:18:38.906Z Downloaded schemars v1.2.1
5882026-08-21T17:18:38.936Z Downloaded trybuild v1.0.116
5892026-08-21T17:18:38.936Z Downloaded crossterm v0.28.1
5902026-08-21T17:18:38.936Z Downloaded knuffel v3.2.0
5912026-08-21T17:18:38.936Z Downloaded knus v3.4.0
5922026-08-21T17:18:38.936Z Downloaded term v1.2.1
5932026-08-21T17:18:38.936Z Downloaded env_logger v0.11.11
5942026-08-21T17:18:38.936Z Downloaded packed_struct_codegen v0.10.1
5952026-08-21T17:18:38.936Z Downloaded predicates-core v1.0.10
5962026-08-21T17:18:38.936Z Downloaded pretty-hex v0.4.1
5972026-08-21T17:18:38.936Z Downloaded globset v0.4.18
5982026-08-21T17:18:38.936Z Downloaded guppy v0.17.25
5992026-08-21T17:18:38.939Z Downloaded url v2.5.8
6002026-08-21T17:18:38.939Z Downloaded foldhash v0.2.0
6012026-08-21T17:18:38.939Z Downloaded base64 v0.22.1
6022026-08-21T17:18:38.939Z Downloaded ron v0.8.1
6032026-08-21T17:18:38.942Z Downloaded postgres-types v0.2.12
6042026-08-21T17:18:38.945Z Downloaded phf_shared v0.11.3
6052026-08-21T17:18:38.945Z Downloaded phf_shared v0.12.1
6062026-08-21T17:18:38.945Z Downloaded ref-cast-impl v1.0.25
6072026-08-21T17:18:38.945Z Downloaded glob v0.3.3
6082026-08-21T17:18:38.948Z Downloaded multer v3.1.0
6092026-08-21T17:18:38.948Z Downloaded socket2 v0.5.10
6102026-08-21T17:18:38.948Z Downloaded parse-display v0.10.0
6112026-08-21T17:18:38.951Z Downloaded plotters-svg v0.3.7
6122026-08-21T17:18:38.951Z Downloaded nu-ansi-term v0.50.3
6132026-08-21T17:18:38.951Z Downloaded rand_pcg v0.10.2
6142026-08-21T17:18:38.951Z Downloaded flate2 v1.1.9
6152026-08-21T17:18:38.955Z Downloaded papergrid v0.11.0
6162026-08-21T17:18:38.959Z Downloaded miniz_oxide v0.8.9
6172026-08-21T17:18:38.959Z Downloaded unicode-properties v0.1.4
6182026-08-21T17:18:38.962Z Downloaded anstream v1.0.0
6192026-08-21T17:18:38.962Z Downloaded walkdir v2.5.0
6202026-08-21T17:18:38.962Z Downloaded recursive v0.1.1
6212026-08-21T17:18:38.962Z Downloaded russh-util v0.52.0
6222026-08-21T17:18:38.963Z Downloaded sapling-renderdag v0.1.0
6232026-08-21T17:18:38.965Z Downloaded internal-russh-num-bigint v0.5.0
6242026-08-21T17:18:38.965Z Downloaded num_enum v0.7.6
6252026-08-21T17:18:38.969Z Downloaded cfg-expr v0.20.6
6262026-08-21T17:18:38.972Z Downloaded crossterm v0.29.0
6272026-08-21T17:18:38.975Z Downloaded num-rational v0.4.2
6282026-08-21T17:18:38.977Z Downloaded num_enum v0.5.11
6292026-08-21T17:18:38.978Z Downloaded assert_cmd v2.1.2
6302026-08-21T17:18:38.980Z Downloaded serde_with v1.14.0
6312026-08-21T17:18:38.983Z Downloaded iri-string v0.7.10
6322026-08-21T17:18:38.986Z Downloaded serde_repr v0.1.20
6332026-08-21T17:18:38.989Z Downloaded cassowary v0.3.0
6342026-08-21T17:18:38.989Z Downloaded scroll_derive v0.12.1
6352026-08-21T17:18:38.989Z Downloaded sha1 v0.10.6
6362026-08-21T17:18:38.992Z Downloaded target-triple v1.0.0
6372026-08-21T17:18:38.992Z Downloaded strum v0.27.2
6382026-08-21T17:18:38.992Z Downloaded cexpr v0.6.0
6392026-08-21T17:18:38.992Z Downloaded rustyline v14.0.0
6402026-08-21T17:18:38.995Z Downloaded rstest_macros v0.25.0
6412026-08-21T17:18:38.998Z Downloaded idna v1.1.0
6422026-08-21T17:18:39.002Z Downloaded unicode-segmentation v1.12.0
6432026-08-21T17:18:39.002Z Downloaded itertools v0.12.1
6442026-08-21T17:18:39.006Z Downloaded itertools v0.13.0
6452026-08-21T17:18:39.008Z Downloaded trait-variant v0.1.2
6462026-08-21T17:18:39.009Z Downloaded usdt v0.6.0
6472026-08-21T17:18:39.011Z Downloaded scroll_derive v0.13.1
6482026-08-21T17:18:39.011Z Downloaded slog-bunyan v2.5.0
6492026-08-21T17:18:39.011Z Downloaded paste v1.0.15
6502026-08-21T17:18:39.011Z Downloaded pbkdf2 v0.13.0
6512026-08-21T17:18:39.014Z Downloaded prettyplease v0.2.37
6522026-08-21T17:18:39.014Z Downloaded topological-sort v0.2.2
6532026-08-21T17:18:39.019Z Downloaded peg v0.8.5
6542026-08-21T17:18:39.019Z Downloaded unarray v0.1.4
6552026-08-21T17:18:39.019Z Downloaded unicode-linebreak v0.1.5
6562026-08-21T17:18:39.022Z Downloaded progenitor-extras v0.2.0
6572026-08-21T17:18:39.022Z Downloaded psm v0.1.30
6582026-08-21T17:18:39.022Z Downloaded utf8parse v0.2.2
6592026-08-21T17:18:39.025Z Downloaded minimal-lexical v0.2.1
6602026-08-21T17:18:39.028Z Downloaded rand_chacha v0.9.0
6612026-08-21T17:18:39.031Z Downloaded scroll v0.12.0
6622026-08-21T17:18:39.034Z Downloaded fd-lock v4.0.4
6632026-08-21T17:18:39.037Z Downloaded futures-io v0.3.32
6642026-08-21T17:18:39.037Z Downloaded serde_regex v1.1.0
6652026-08-21T17:18:39.037Z Downloaded embedded-io v0.4.0
6662026-08-21T17:18:39.037Z Downloaded itertools v0.15.0
6672026-08-21T17:18:39.041Z Downloaded dunce v1.0.5
6682026-08-21T17:18:39.043Z Downloaded ed25519-dalek v2.2.0
6692026-08-21T17:18:39.046Z Downloaded rustls-native-certs v0.8.3
6702026-08-21T17:18:39.046Z Downloaded hashbrown v0.17.0
6712026-08-21T17:18:39.049Z Downloaded icu_properties_data v2.1.2
6722026-08-21T17:18:39.054Z Downloaded slog-scope v4.4.1
6732026-08-21T17:18:39.057Z Downloaded stringmetrics v2.2.2
6742026-08-21T17:18:39.057Z Downloaded thread-id v4.2.2
6752026-08-21T17:18:39.060Z Downloaded kstat-rs v0.2.5
6762026-08-21T17:18:39.060Z Downloaded linked-hash-map v0.5.6
6772026-08-21T17:18:39.060Z Downloaded match_cfg v0.1.0
6782026-08-21T17:18:39.063Z Downloaded git-stub v1.0.0
6792026-08-21T17:18:39.063Z Downloaded adler2 v2.0.1
6802026-08-21T17:18:39.065Z Downloaded mime v0.3.17
6812026-08-21T17:18:39.065Z Downloaded num-iter v0.1.45
6822026-08-21T17:18:39.065Z Downloaded dropshot_endpoint v0.17.1
6832026-08-21T17:18:39.068Z Downloaded tracing-core v0.1.36
6842026-08-21T17:18:39.072Z Downloaded toml_edit v0.23.10+spec-1.0.0
6852026-08-21T17:18:39.075Z Downloaded fatfs v0.3.6
6862026-08-21T17:18:39.078Z Downloaded futures v0.3.32
6872026-08-21T17:18:39.081Z Downloaded thiserror v2.0.18
6882026-08-21T17:18:39.084Z Downloaded newtype_derive v0.1.6
6892026-08-21T17:18:39.086Z Downloaded litrs v1.0.0
6902026-08-21T17:18:39.086Z Downloaded base16ct v0.2.0
6912026-08-21T17:18:39.086Z Downloaded h2 v0.4.15
6922026-08-21T17:18:39.089Z Downloaded bit-set v0.5.3
6932026-08-21T17:18:39.092Z Downloaded password-hash v0.6.1
6942026-08-21T17:18:39.092Z Downloaded parse-size v1.1.0
6952026-08-21T17:18:39.100Z Downloaded vergen-gitcl v1.0.8
6962026-08-21T17:18:39.103Z Downloaded cfg_aliases v0.2.1
6972026-08-21T17:18:39.106Z Downloaded zmij v1.0.21
6982026-08-21T17:18:39.111Z Downloaded vergen-lib v0.1.6
6992026-08-21T17:18:39.115Z Downloaded xshell v0.2.7
7002026-08-21T17:18:39.115Z Downloaded digest v0.11.3
7012026-08-21T17:18:39.115Z Downloaded plain v0.2.3
7022026-08-21T17:18:39.118Z Downloaded rand_chacha v0.3.1
7032026-08-21T17:18:39.118Z Downloaded rfc6979 v0.6.0
7042026-08-21T17:18:39.121Z Downloaded zstd-safe v7.2.4
7052026-08-21T17:18:39.121Z Downloaded secrecy v0.8.0
7062026-08-21T17:18:39.124Z Downloaded rfc6979 v0.4.0
7072026-08-21T17:18:39.124Z Downloaded serde_bytes v0.11.19
7082026-08-21T17:18:39.127Z Downloaded find-msvc-tools v0.1.9
7092026-08-21T17:18:39.127Z Downloaded hashbrown v0.14.5
7102026-08-21T17:18:39.130Z Downloaded hkdf v0.12.4
7112026-08-21T17:18:39.132Z Downloaded foldhash v0.1.5
7122026-08-21T17:18:39.135Z Downloaded salsa20 v0.11.0
7132026-08-21T17:18:39.135Z Downloaded target-spec v3.5.7
7142026-08-21T17:18:39.138Z Downloaded futures-executor v0.3.32
7152026-08-21T17:18:39.141Z Downloaded fs-err v2.11.0
7162026-08-21T17:18:39.144Z Downloaded nanorand v0.7.0
7172026-08-21T17:18:39.144Z Downloaded slog-envlogger v2.2.0
7182026-08-21T17:18:39.147Z Downloaded num-bigint v0.4.6
7192026-08-21T17:18:39.150Z Downloaded serde_spanned v0.6.9
7202026-08-21T17:18:39.150Z Downloaded similar-asserts v1.7.0
7212026-08-21T17:18:39.150Z Downloaded structmeta-derive v0.3.0
7222026-08-21T17:18:39.154Z Downloaded supports-hyperlinks v3.2.0
7232026-08-21T17:18:39.157Z Downloaded omicron-zone-package v0.12.3
7242026-08-21T17:18:39.162Z Downloaded async-trait v0.1.89
7252026-08-21T17:18:39.167Z Downloaded newtype-uuid v1.3.2
7262026-08-21T17:18:39.171Z Downloaded tokio-rustls v0.26.4
7272026-08-21T17:18:39.173Z Downloaded typify-macro v0.6.2
7282026-08-21T17:18:39.173Z Downloaded unicode-truncate v1.1.0
7292026-08-21T17:18:39.176Z Downloaded tokio-test v0.4.5
7302026-08-21T17:18:39.176Z Downloaded try-lock v0.2.5
7312026-08-21T17:18:39.179Z Downloaded document-features v0.2.12
7322026-08-21T17:18:39.186Z Downloaded reqwest v0.13.2
7332026-08-21T17:18:39.190Z Downloaded prefix-trie v0.7.0
7342026-08-21T17:18:39.193Z Downloaded mio v1.2.0
7352026-08-21T17:18:39.196Z Downloaded castaway v0.2.4
7362026-08-21T17:18:39.196Z Downloaded rcgen v0.12.1
7372026-08-21T17:18:39.198Z Downloaded dtrace-parser v0.2.0
7382026-08-21T17:18:39.198Z Downloaded void v1.0.2
7392026-08-21T17:18:39.198Z Downloaded dropshot-api-manager-types v0.8.0
7402026-08-21T17:18:39.199Z Downloaded primeorder v0.13.6
7412026-08-21T17:18:39.199Z Downloaded usdt-macro v0.5.0
7422026-08-21T17:18:39.201Z Downloaded enum-as-inner v0.6.1
7432026-08-21T17:18:39.201Z Downloaded oorandom v11.1.5
7442026-08-21T17:18:39.208Z Downloaded zerocopy-derive v0.7.35
7452026-08-21T17:18:39.211Z Downloaded zerovec v0.11.5
7462026-08-21T17:18:39.214Z Downloaded hkdf v0.13.0
7472026-08-21T17:18:39.217Z Downloaded regex v1.12.3
7482026-08-21T17:18:39.220Z Downloaded zerocopy v0.6.6
7492026-08-21T17:18:39.223Z Downloaded sha2 v0.11.0
7502026-08-21T17:18:39.226Z Downloaded subprocess v0.2.15
7512026-08-21T17:18:39.226Z Downloaded new_debug_unreachable v1.0.6
7522026-08-21T17:18:39.226Z Downloaded r2d2 v0.8.10
7532026-08-21T17:18:39.229Z Downloaded socket2 v0.6.3
7542026-08-21T17:18:39.229Z Downloaded similar v2.7.0
7552026-08-21T17:18:39.231Z Downloaded hyper v1.10.1
7562026-08-21T17:18:39.235Z Downloaded oso v0.27.3
7572026-08-21T17:18:39.239Z Downloaded oxide-update-engine-types v0.1.2
7582026-08-21T17:18:39.242Z Downloaded rustversion v1.0.22
7592026-08-21T17:18:39.242Z Downloaded slog-json v2.6.1
7602026-08-21T17:18:39.242Z Downloaded synstructure v0.13.2
7612026-08-21T17:18:39.242Z Downloaded tinyvec v1.10.0
7622026-08-21T17:18:39.245Z Downloaded async-object-pool v0.2.0
7632026-08-21T17:18:39.245Z Downloaded async-stream-impl v0.3.6
7642026-08-21T17:18:39.245Z Downloaded tokio-tungstenite v0.23.1
7652026-08-21T17:18:39.248Z Downloaded unicode_categories v0.1.1
7662026-08-21T17:18:39.248Z Downloaded block-padding v0.4.2
7672026-08-21T17:18:39.248Z Downloaded num-conv v0.2.0
7682026-08-21T17:18:39.248Z Downloaded bit-set v0.8.0
7692026-08-21T17:18:39.251Z Downloaded unicode-bidi v0.3.18
7702026-08-21T17:18:39.251Z Downloaded camino v1.2.5
7712026-08-21T17:18:39.251Z Downloaded serde_json v1.0.151
7722026-08-21T17:18:39.255Z Downloaded tough v0.22.0
7732026-08-21T17:18:39.260Z Downloaded tower v0.5.3
7742026-08-21T17:18:39.266Z Downloaded fancy-regex v0.14.0
7752026-08-21T17:18:39.268Z Downloaded quick-error v1.2.3
7762026-08-21T17:18:39.271Z Downloaded bitflags v2.11.0
7772026-08-21T17:18:39.275Z Downloaded blake2b_simd v1.0.4
7782026-08-21T17:18:39.275Z Downloaded zeroize v1.9.0
7792026-08-21T17:18:39.276Z Downloaded toml_writer v1.1.1+spec-1.1.0
7802026-08-21T17:18:39.279Z Downloaded crypto-primes v0.7.2
7812026-08-21T17:18:39.279Z Downloaded x509-cert v0.2.5
7822026-08-21T17:18:39.281Z Downloaded clap_builder v4.6.0
7832026-08-21T17:18:39.285Z Downloaded pkcs1 v0.7.5
7842026-08-21T17:18:39.287Z Downloaded postcard v1.1.3
7852026-08-21T17:18:39.288Z Downloaded proc-macro-error2 v2.0.1
7862026-08-21T17:18:39.292Z Downloaded rand_core v0.6.4
7872026-08-21T17:18:39.292Z Downloaded yoke v0.8.1
7882026-08-21T17:18:39.296Z Downloaded fs-err v3.3.0
7892026-08-21T17:18:39.296Z Downloaded keccak v0.2.0
7902026-08-21T17:18:39.296Z Downloaded lru-slab v0.1.2
7912026-08-21T17:18:39.296Z Downloaded linkme v0.3.35
7922026-08-21T17:18:39.296Z Downloaded base64 v0.21.7
7932026-08-21T17:18:39.298Z Downloaded same-file v1.0.6
7942026-08-21T17:18:39.299Z Downloaded fnv v1.0.7
7952026-08-21T17:18:39.299Z Downloaded arc-swap v1.8.2
7962026-08-21T17:18:39.301Z Downloaded md5 v0.8.0
7972026-08-21T17:18:39.301Z Downloaded smallvec v1.15.1
7982026-08-21T17:18:39.304Z Downloaded iddqd v0.4.2
7992026-08-21T17:18:39.308Z Downloaded once_cell v1.21.3
8002026-08-21T17:18:39.310Z Downloaded filetime v0.2.27
8012026-08-21T17:18:39.310Z Downloaded lazy_static v1.5.0
8022026-08-21T17:18:39.313Z Downloaded argon2 v0.5.3
8032026-08-21T17:18:39.313Z Downloaded allocator-api2 v0.2.21
8042026-08-21T17:18:39.318Z Downloaded futures-timer v3.0.3
8052026-08-21T17:18:39.318Z Downloaded secrecy v0.10.3
8062026-08-21T17:18:39.318Z Downloaded elliptic-curve v0.14.1
8072026-08-21T17:18:39.321Z Downloaded snafu v0.8.9
8082026-08-21T17:18:39.321Z Downloaded elliptic-curve v0.13.8
8092026-08-21T17:18:39.324Z Downloaded owo-colors v3.5.0
8102026-08-21T17:18:39.326Z Downloaded primeorder v0.14.0
8112026-08-21T17:18:39.326Z Downloaded progenitor v0.13.0
8122026-08-21T17:18:39.330Z Downloaded supports-color v3.0.2
8132026-08-21T17:18:39.330Z Downloaded module-lattice v0.2.3
8142026-08-21T17:18:39.330Z Downloaded xattr v1.6.1
8152026-08-21T17:18:39.330Z Downloaded phf v0.12.1
8162026-08-21T17:18:39.333Z Downloaded num-complex v0.4.6
8172026-08-21T17:18:39.333Z Downloaded num-integer v0.1.46
8182026-08-21T17:18:39.338Z Downloaded async-bb8-diesel v0.2.1
8192026-08-21T17:18:39.341Z Downloaded tempfile v3.27.0
8202026-08-21T17:18:39.341Z Downloaded tinyvec_macros v0.1.1
8212026-08-21T17:18:39.344Z Downloaded event-listener v5.4.1
8222026-08-21T17:18:39.344Z Downloaded wnaf v0.14.0
8232026-08-21T17:18:39.344Z Downloaded usdt-macro v0.6.0
8242026-08-21T17:18:39.344Z Downloaded errno v0.3.14
8252026-08-21T17:18:39.347Z Downloaded dtrace-parser v0.3.0
8262026-08-21T17:18:39.347Z Downloaded num v0.4.3
8272026-08-21T17:18:39.347Z Downloaded fixedbitset v0.4.2
8282026-08-21T17:18:39.349Z Downloaded foreign-types-macros v0.2.3
8292026-08-21T17:18:39.350Z Downloaded futures-task v0.3.32
8302026-08-21T17:18:39.350Z Downloaded schemars v0.8.22
8312026-08-21T17:18:39.354Z Downloaded plotters v0.3.7
8322026-08-21T17:18:39.360Z Downloaded parking_lot_core v0.8.6
8332026-08-21T17:18:39.363Z Downloaded miette v5.10.0
8342026-08-21T17:18:39.365Z Downloaded port-file v0.1.0
8352026-08-21T17:18:39.365Z Downloaded publicsuffix v2.3.0
8362026-08-21T17:18:39.370Z Downloaded vergen v9.1.0
8372026-08-21T17:18:39.370Z Downloaded lalrpop-util v0.19.12
8382026-08-21T17:18:39.370Z Downloaded md-5 v0.10.6
8392026-08-21T17:18:39.370Z Downloaded rand_core v0.10.0
8402026-08-21T17:18:39.373Z Downloaded maybe-uninit v2.0.0
8412026-08-21T17:18:39.373Z Downloaded num_threads v0.1.7
8422026-08-21T17:18:39.373Z Downloaded nonempty v0.12.0
8432026-08-21T17:18:39.373Z Downloaded papergrid v0.18.0
8442026-08-21T17:18:39.376Z Downloaded serde_with_macros v1.5.2
8452026-08-21T17:18:39.379Z Downloaded textwrap v0.16.2
8462026-08-21T17:18:39.379Z Downloaded serdect v0.4.3
8472026-08-21T17:18:39.379Z Downloaded slog-async v2.8.0
8482026-08-21T17:18:39.382Z Downloaded slog-dtrace v0.3.0
8492026-08-21T17:18:39.382Z Downloaded ssh-encoding v0.3.0
8502026-08-21T17:18:39.384Z Downloaded strsim v0.10.0
8512026-08-21T17:18:39.384Z Downloaded serde_spanned v1.1.1
8522026-08-21T17:18:39.387Z Downloaded proc-macro-crate v3.4.0
8532026-08-21T17:18:39.390Z Downloaded thread_local v1.1.9
8542026-08-21T17:18:39.393Z Downloaded ciborium v0.2.2
8552026-08-21T17:18:39.394Z Downloaded getrandom v0.4.3
8562026-08-21T17:18:39.396Z Downloaded bumpalo v3.20.2
8572026-08-21T17:18:39.399Z Downloaded pem-rfc7468 v1.0.0
8582026-08-21T17:18:39.399Z Downloaded tui-tree-widget v0.23.1
8592026-08-21T17:18:39.399Z Downloaded time-core v0.1.8
8602026-08-21T17:18:39.406Z Downloaded unsafe-libyaml v0.2.11
8612026-08-21T17:18:39.412Z Downloaded ssh-key v0.7.0-rc.11
8622026-08-21T17:18:39.417Z Downloaded rsa v0.9.10
8632026-08-21T17:18:39.420Z Downloaded proc-macro2 v1.0.106
8642026-08-21T17:18:39.423Z Downloaded zerofrom v0.1.6
8652026-08-21T17:18:39.423Z Downloaded float-cmp v0.10.0
8662026-08-21T17:18:39.423Z Downloaded multimap v0.10.1
8672026-08-21T17:18:39.426Z Downloaded tokio-postgres v0.7.16
8682026-08-21T17:18:39.428Z Downloaded test-strategy v0.4.5
8692026-08-21T17:18:39.432Z Downloaded futures-core v0.3.32
8702026-08-21T17:18:39.435Z Downloaded dof v0.3.0
8712026-08-21T17:18:39.435Z Downloaded dof v0.4.0
8722026-08-21T17:18:39.435Z Downloaded git-stub-vcs v0.1.0
8732026-08-21T17:18:39.438Z Downloaded knus-derive v3.4.0
8742026-08-21T17:18:39.438Z Downloaded num_enum_derive v0.7.6
8752026-08-21T17:18:39.438Z Downloaded cast v0.3.0
8762026-08-21T17:18:39.441Z Downloaded reedline v0.40.0
8772026-08-21T17:18:39.445Z Downloaded zopfli v0.8.3
8782026-08-21T17:18:39.452Z Downloaded managed v0.8.0
8792026-08-21T17:18:39.456Z Downloaded openssl-probe v0.2.1
8802026-08-21T17:18:39.456Z Downloaded textwrap v0.15.2
8812026-08-21T17:18:39.465Z Downloaded serde-hex v0.1.0
8822026-08-21T17:18:39.468Z Downloaded ssh-cipher v0.3.0
8832026-08-21T17:18:39.468Z Downloaded string_cache v0.8.9
8842026-08-21T17:18:39.468Z Downloaded ucd-trie v0.1.7
8852026-08-21T17:18:39.471Z Downloaded unit-prefix v0.5.2
8862026-08-21T17:18:39.471Z Downloaded getrandom v0.3.4
8872026-08-21T17:18:39.473Z Downloaded linkme-impl v0.3.35
8882026-08-21T17:18:39.473Z Downloaded bit-vec v0.8.0
8892026-08-21T17:18:39.473Z Downloaded stacker v0.1.23
8902026-08-21T17:18:39.476Z Downloaded supports-unicode v2.1.0
8912026-08-21T17:18:39.476Z Downloaded tinytemplate v1.2.1
8922026-08-21T17:18:39.476Z Downloaded approx v0.5.1
8932026-08-21T17:18:39.479Z Downloaded endian-type v0.1.2
8942026-08-21T17:18:39.479Z Downloaded equivalent v1.0.2
8952026-08-21T17:18:39.479Z Downloaded rayon v1.11.0
8962026-08-21T17:18:39.484Z Downloaded usdt-impl v0.6.0
8972026-08-21T17:18:39.487Z Downloaded signal-hook-tokio v0.3.1
8982026-08-21T17:18:39.487Z Downloaded zip v4.6.1
8992026-08-21T17:18:39.490Z Downloaded oxide-update-engine-display v0.1.2
9002026-08-21T17:18:39.490Z Downloaded ecdsa v0.17.0
9012026-08-21T17:18:39.493Z Downloaded parse-display-derive v0.10.0
9022026-08-21T17:18:39.493Z Downloaded proc-macro-error v1.0.4
9032026-08-21T17:18:39.495Z Downloaded bcrypt-pbkdf v0.11.0
9042026-08-21T17:18:39.495Z Downloaded newline-converter v0.3.0
9052026-08-21T17:18:39.496Z Downloaded miette-derive v5.10.0
9062026-08-21T17:18:39.496Z Downloaded backon v1.6.0
9072026-08-21T17:18:39.499Z Downloaded serde_yaml v0.9.34+deprecated
9082026-08-21T17:18:39.499Z Downloaded serde_with v3.21.0
9092026-08-21T17:18:39.506Z Downloaded erased-serde v0.3.31
9102026-08-21T17:18:39.509Z Downloaded relative-path v1.9.3
9112026-08-21T17:18:39.509Z Downloaded tower-service v0.3.3
9122026-08-21T17:18:39.509Z Downloaded untrusted v0.9.0
9132026-08-21T17:18:39.512Z Downloaded toml_edit v0.19.15
9142026-08-21T17:18:39.522Z Downloaded potential_utf v0.1.4
9152026-08-21T17:18:39.525Z Downloaded russh-cryptovec v0.62.0
9162026-08-21T17:18:39.525Z Downloaded serde_core v1.0.228
9172026-08-21T17:18:39.525Z Downloaded tower-http v0.6.8
9182026-08-21T17:18:39.531Z Downloaded keccak v0.1.6
9192026-08-21T17:18:39.534Z Downloaded camino-tempfile v1.4.1
9202026-08-21T17:18:39.534Z Downloaded poly1305 v0.9.0
9212026-08-21T17:18:39.534Z Downloaded serde_cbor v0.11.2
9222026-08-21T17:18:39.537Z Downloaded static_assertions v1.1.0
9232026-08-21T17:18:39.537Z Downloaded progenitor-client v0.13.0
9242026-08-21T17:18:39.537Z Downloaded winnow v0.7.14
9252026-08-21T17:18:39.541Z Downloaded fs_extra v1.3.0
9262026-08-21T17:18:39.544Z Downloaded tower-layer v0.3.3
9272026-08-21T17:18:39.544Z Downloaded openssl-sys v0.9.117
9282026-08-21T17:18:39.546Z Downloaded jiff-core v0.1.0
9292026-08-21T17:18:39.549Z Downloaded proptest v1.11.0
9302026-08-21T17:18:39.553Z Downloaded rand_xorshift v0.4.0
9312026-08-21T17:18:39.556Z Downloaded rustls-platform-verifier v0.6.2
9322026-08-21T17:18:39.556Z Downloaded libsw v3.5.0
9332026-08-21T17:18:39.559Z Downloaded progenitor-macro v0.13.0
9342026-08-21T17:18:39.559Z Downloaded dirs-next v2.0.0
9352026-08-21T17:18:39.559Z Downloaded tokio-macros v2.7.0
9362026-08-21T17:18:39.559Z Downloaded aho-corasick v1.1.4
9372026-08-21T17:18:39.562Z Downloaded zerocopy v0.7.35
9382026-08-21T17:18:39.570Z Downloaded p384 v0.13.1
9392026-08-21T17:18:39.573Z Downloaded russh v0.62.4
9402026-08-21T17:18:39.577Z Downloaded libscf-sys v1.2.0
9412026-08-21T17:18:39.580Z Downloaded nibble_vec v0.1.0
9422026-08-21T17:18:39.580Z Downloaded signal-hook-mio v0.2.5
9432026-08-21T17:18:39.581Z Downloaded block-buffer v0.12.1
9442026-08-21T17:18:39.581Z Downloaded signal-hook-registry v1.4.8
9452026-08-21T17:18:39.584Z Downloaded parking_lot v0.12.5
9462026-08-21T17:18:39.584Z Downloaded rawzip v0.4.4
9472026-08-21T17:18:39.587Z Downloaded base64ct v1.8.3
9482026-08-21T17:18:39.590Z Downloaded thiserror-no-std v2.0.2
9492026-08-21T17:18:39.590Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9502026-08-21T17:18:39.593Z Downloaded schemars_derive v0.8.22
9512026-08-21T17:18:39.593Z Downloaded shlex v1.3.0
9522026-08-21T17:18:39.593Z Downloaded memchr v2.8.0
9532026-08-21T17:18:39.596Z Downloaded aead v0.6.1
9542026-08-21T17:18:39.596Z Downloaded rtoolbox v0.0.3
9552026-08-21T17:18:39.599Z Downloaded zone v0.3.1
9562026-08-21T17:18:39.599Z Downloaded zeroize_derive v1.5.0
9572026-08-21T17:18:39.603Z Downloaded serde_derive v1.0.228
9582026-08-21T17:18:39.606Z Downloaded spki v0.7.3
9592026-08-21T17:18:39.609Z Downloaded strum_macros v0.26.4
9602026-08-21T17:18:39.609Z Downloaded toml_write v0.1.2
9612026-08-21T17:18:39.612Z Downloaded atomic-waker v1.1.2
9622026-08-21T17:18:39.612Z Downloaded toml_datetime v0.6.11
9632026-08-21T17:18:39.612Z Downloaded kem v0.3.0
9642026-08-21T17:18:39.612Z Downloaded anes v0.1.6
9652026-08-21T17:18:39.618Z Downloaded rayon-core v1.13.0
9662026-08-21T17:18:39.621Z Downloaded term v0.7.0
9672026-08-21T17:18:39.625Z Downloaded uzers v0.12.2
9682026-08-21T17:18:39.628Z Downloaded smawk v0.3.2
9692026-08-21T17:18:39.628Z Downloaded foreign-types v0.5.0
9702026-08-21T17:18:39.628Z Downloaded usdt v0.5.0
9712026-08-21T17:18:39.631Z Downloaded cargo-platform v0.3.2
9722026-08-21T17:18:39.634Z Downloaded reqwest v0.12.28
9732026-08-21T17:18:39.637Z Downloaded libtest-mimic v0.8.1
9742026-08-21T17:18:39.640Z Downloaded argon2 v0.6.0-rc.8
9752026-08-21T17:18:39.640Z Downloaded bzip2 v0.4.4
9762026-08-21T17:18:39.645Z Downloaded unicode-xid v0.2.6
9772026-08-21T17:18:39.647Z Downloaded form_urlencoded v1.2.2
9782026-08-21T17:18:39.647Z Downloaded ff v0.13.1
9792026-08-21T17:18:39.647Z Downloaded peg-macros v0.8.5
9802026-08-21T17:18:39.653Z Downloaded percent-encoding v2.3.2
9812026-08-21T17:18:39.653Z Downloaded termtree v0.5.1
9822026-08-21T17:18:39.653Z Downloaded psl-types v2.0.11
9832026-08-21T17:18:39.653Z Downloaded digest-io v0.1.0
9842026-08-21T17:18:39.653Z Downloaded pkcs5 v0.8.1
9852026-08-21T17:18:39.662Z Downloaded zstd v0.13.3
9862026-08-21T17:18:39.662Z Downloaded fallible-iterator v0.2.0
9872026-08-21T17:18:39.662Z Downloaded steno v0.4.1
9882026-08-21T17:18:39.662Z Downloaded toml v0.7.8
9892026-08-21T17:18:39.667Z Downloaded rpassword v7.5.4
9902026-08-21T17:18:39.670Z Downloaded pin-project-lite v0.2.17
9912026-08-21T17:18:39.673Z Downloaded openssl-macros v0.1.1
9922026-08-21T17:18:39.673Z Downloaded sponge-cursor v0.1.0
9932026-08-21T17:18:39.673Z Downloaded universal-hash v0.5.1
9942026-08-21T17:18:39.679Z Downloaded typenum v1.20.1
9952026-08-21T17:18:39.682Z Downloaded vte v0.14.1
9962026-08-21T17:18:39.686Z Downloaded jobserver v0.1.34
9972026-08-21T17:18:39.689Z Downloaded sec1 v0.8.1
9982026-08-21T17:18:39.692Z Downloaded supports-unicode v3.0.0
9992026-08-21T17:18:39.692Z Downloaded termios v0.3.3
10002026-08-21T17:18:39.692Z Downloaded vsss-rs v3.3.4
10012026-08-21T17:18:39.692Z Downloaded seq-macro v0.3.6
10022026-08-21T17:18:39.695Z Downloaded peg-runtime v0.8.5
10032026-08-21T17:18:39.698Z Downloaded yansi v1.0.1
10042026-08-21T17:18:39.698Z Downloaded cc v1.2.56
10052026-08-21T17:18:39.701Z Downloaded pkcs8 v0.10.2
10062026-08-21T17:18:39.701Z Downloaded libbz2-rs-sys v0.2.2
10072026-08-21T17:18:39.704Z Downloaded yasna v0.5.2
10082026-08-21T17:18:39.704Z Downloaded owo-colors v4.3.0
10092026-08-21T17:18:39.707Z Downloaded assert-json-diff v2.0.2
10102026-08-21T17:18:39.710Z Downloaded uuid v1.23.4
10112026-08-21T17:18:39.713Z Downloaded dropshot-api-manager v0.8.0
10122026-08-21T17:18:39.716Z Downloaded lock_api v0.4.14
10132026-08-21T17:18:39.716Z Downloaded quick-xml v0.37.5
10142026-08-21T17:18:39.719Z Downloaded crypto-bigint v0.7.5
10152026-08-21T17:18:39.727Z Downloaded target-lexicon v0.13.3
10162026-08-21T17:18:39.730Z Downloaded serde_tokenstream v0.2.3
10172026-08-21T17:18:39.730Z Downloaded anstyle-query v1.1.5
10182026-08-21T17:18:39.730Z Downloaded whoami v1.6.1
10192026-08-21T17:18:39.732Z Downloaded structmeta v0.3.0
10202026-08-21T17:18:39.732Z Downloaded num-bigint-dig v0.8.6
10212026-08-21T17:18:39.735Z Downloaded nom v7.1.3
10222026-08-21T17:18:39.743Z Downloaded drift v0.2.0
10232026-08-21T17:18:39.748Z Downloaded async-lock v3.4.2
10242026-08-21T17:18:39.751Z Downloaded strum_macros v0.27.2
10252026-08-21T17:18:39.751Z Downloaded bitflags v1.3.2
10262026-08-21T17:18:39.754Z Downloaded blowfish v0.10.0
10272026-08-21T17:18:39.754Z Downloaded predicates v3.1.4
10282026-08-21T17:18:39.757Z Downloaded backoff v0.4.0
10292026-08-21T17:18:39.757Z Downloaded thiserror-impl v1.0.69
10302026-08-21T17:18:39.757Z Downloaded goblin v0.8.2
10312026-08-21T17:18:39.761Z Downloaded rustls-webpki v0.103.13
10322026-08-21T17:18:39.765Z Downloaded schemars v0.9.0
10332026-08-21T17:18:39.768Z Downloaded miette-derive v7.6.0
10342026-08-21T17:18:39.771Z Downloaded spki v0.8.0
10352026-08-21T17:18:39.771Z Downloaded pkcs8 v0.11.0
10362026-08-21T17:18:39.774Z Downloaded libefi-sys v0.1.0
10372026-08-21T17:18:39.774Z Downloaded whoami v2.1.0
10382026-08-21T17:18:39.774Z Downloaded oxnet v0.1.6
10392026-08-21T17:18:39.776Z Downloaded ed25519 v2.2.3
10402026-08-21T17:18:39.776Z Downloaded bytes v1.11.1
10412026-08-21T17:18:39.782Z Downloaded pest_meta v2.8.6
10422026-08-21T17:18:39.785Z Downloaded anyhow v1.0.104
10432026-08-21T17:18:39.788Z Downloaded chacha20 v0.10.0
10442026-08-21T17:18:39.791Z Downloaded sha3 v0.12.0
10452026-08-21T17:18:39.794Z Downloaded libxml v0.3.3
10462026-08-21T17:18:39.800Z Downloaded log v0.4.33
10472026-08-21T17:18:39.804Z Downloaded rstest v0.25.0
10482026-08-21T17:18:39.806Z Downloaded getrandom v0.2.17
10492026-08-21T17:18:39.809Z Downloaded rand v0.9.2
10502026-08-21T17:18:39.812Z Downloaded samael v0.0.19
10512026-08-21T17:18:39.815Z Downloaded tar v0.4.46
10522026-08-21T17:18:39.817Z Downloaded winnow v0.6.26
10532026-08-21T17:18:39.823Z Downloaded tokio-stream v0.1.18
10542026-08-21T17:18:39.826Z Downloaded p384 v0.14.0
10552026-08-21T17:18:39.830Z Downloaded zerotrie v0.2.3
10562026-08-21T17:18:39.833Z Downloaded progenitor-impl v0.14.0
10572026-08-21T17:18:39.842Z Downloaded bitvec v1.0.1
10582026-08-21T17:18:39.851Z Downloaded miette v7.6.0
10592026-08-21T17:18:39.853Z Downloaded libm v0.2.16
10602026-08-21T17:18:39.859Z Downloaded native-tls v0.2.18
10612026-08-21T17:18:39.862Z Downloaded chacha20poly1305 v0.10.1
10622026-08-21T17:18:39.862Z Downloaded portable-atomic v1.13.1
10632026-08-21T17:18:39.867Z Downloaded zerocopy-derive v0.8.55
10642026-08-21T17:18:39.872Z Downloaded aes-gcm v0.11.0
10652026-08-21T17:18:39.875Z Downloaded curve25519-dalek v4.1.3
10662026-08-21T17:18:39.880Z Downloaded unicode-normalization v0.1.25
10672026-08-21T17:18:39.883Z Downloaded typify v0.6.2
10682026-08-21T17:18:39.885Z Downloaded flume v0.11.1
10692026-08-21T17:18:39.888Z Downloaded blake3 v1.8.5
10702026-08-21T17:18:39.891Z Downloaded slog v2.8.2
10712026-08-21T17:18:39.894Z Downloaded generic-array v1.4.3
10722026-08-21T17:18:39.897Z Downloaded rand_distr v0.5.1
10732026-08-21T17:18:39.897Z Downloaded pretty_assertions v1.4.1
10742026-08-21T17:18:39.900Z Downloaded vcpkg v0.2.15
10752026-08-21T17:18:39.923Z Downloaded typed-path v0.9.3
10762026-08-21T17:18:39.926Z Downloaded toml_edit v0.22.27
10772026-08-21T17:18:39.929Z Downloaded winnow v0.5.40
10782026-08-21T17:18:39.933Z Downloaded expectorate v1.2.0
10792026-08-21T17:18:39.936Z Downloaded aes v0.9.1
10802026-08-21T17:18:39.943Z Downloaded unicode-width v0.2.0
10812026-08-21T17:18:39.947Z Downloaded tokio-util v0.7.18
10822026-08-21T17:18:39.951Z Downloaded rand v0.8.6
10832026-08-21T17:18:39.954Z Downloaded aws-lc-rs v1.16.3
10842026-08-21T17:18:39.958Z Downloaded quinn-proto v0.11.16
10852026-08-21T17:18:39.989Z Downloaded goblin v0.10.5
10862026-08-21T17:18:39.989Z Downloaded pest v2.8.6
10872026-08-21T17:18:39.989Z Downloaded gimli v0.32.3
10882026-08-21T17:18:39.989Z Downloaded syn v1.0.109
10892026-08-21T17:18:39.990Z Downloaded lalrpop v0.19.12
10902026-08-21T17:18:39.993Z Downloaded git2 v0.20.4
10912026-08-21T17:18:39.998Z Downloaded zerocopy v0.8.55
10922026-08-21T17:18:40.010Z Downloaded chrono v0.4.45
10932026-08-21T17:18:40.014Z Downloaded nom v8.0.0
10942026-08-21T17:18:40.017Z Downloaded tabled v0.21.0
10952026-08-21T17:18:40.025Z Downloaded curve25519-dalek v5.0.0
10962026-08-21T17:18:40.032Z Downloaded p521 v0.14.0
10972026-08-21T17:18:40.035Z Downloaded ed25519-dalek v3.0.0
10982026-08-21T17:18:40.035Z Downloaded futures-util v0.3.32
10992026-08-21T17:18:40.042Z Downloaded hickory-proto v0.24.4
11002026-08-21T17:18:40.050Z Downloaded regress v0.10.5
11012026-08-21T17:18:40.055Z Downloaded winnow v1.0.3
11022026-08-21T17:18:40.060Z Downloaded hickory-proto v0.25.2
11032026-08-21T17:18:40.069Z Downloaded salty v0.3.0
11042026-08-21T17:18:40.086Z Downloaded nix v0.28.0
11052026-08-21T17:18:40.093Z Downloaded petname v2.0.2
11062026-08-21T17:18:40.098Z Downloaded time v0.3.47
11072026-08-21T17:18:40.105Z Downloaded tabled v0.15.0
11082026-08-21T17:18:40.123Z Downloaded dropshot v0.17.1
11092026-08-21T17:18:40.135Z Downloaded nix v0.31.2
11102026-08-21T17:18:40.143Z Downloaded radix_trie v0.2.1
11112026-08-21T17:18:40.146Z Downloaded bindgen v0.71.1
11122026-08-21T17:18:40.159Z Downloaded diesel v2.3.7
11132026-08-21T17:18:40.171Z Downloaded nix v0.27.1
11142026-08-21T17:18:40.180Z Downloaded smoltcp v0.11.0
11152026-08-21T17:18:40.186Z Downloaded openssl v0.10.80
11162026-08-21T17:18:40.192Z Downloaded unicode-width v0.1.14
11172026-08-21T17:18:40.197Z Downloaded regex-syntax v0.6.29
11182026-08-21T17:18:40.200Z Downloaded object v0.30.4
11192026-08-21T17:18:40.207Z Downloaded zlib-rs v0.6.2
11202026-08-21T17:18:40.211Z Downloaded object v0.37.3
11212026-08-21T17:18:40.225Z Downloaded bstr v1.12.1
11222026-08-21T17:18:40.232Z Downloaded sqlparser v0.61.0
11232026-08-21T17:18:40.239Z Downloaded syn v2.0.117
11242026-08-21T17:18:40.246Z Downloaded sled v0.34.7
11252026-08-21T17:18:40.251Z Downloaded typify-impl v0.6.2
11262026-08-21T17:18:40.260Z Downloaded moka v0.12.13
11272026-08-21T17:18:40.264Z Downloaded smoltcp v0.9.1
11282026-08-21T17:18:40.270Z Downloaded polar-core v0.27.3
11292026-08-21T17:18:40.285Z Downloaded rustix v0.38.44
11302026-08-21T17:18:40.310Z Downloaded jiff v0.2.34
11312026-08-21T17:18:40.319Z Downloaded openapiv3 v2.2.0
11322026-08-21T17:18:40.326Z Downloaded regex-syntax v0.8.10
11332026-08-21T17:18:40.331Z Downloaded regress v0.11.1
11342026-08-21T17:18:40.336Z Downloaded zerocopy-derive v0.6.6
11352026-08-21T17:18:40.341Z Downloaded sha3 v0.11.0
11362026-08-21T17:18:40.344Z Downloaded rustix v1.1.4
11372026-08-21T17:18:40.357Z Downloaded rustls v0.23.41
11382026-08-21T17:18:40.400Z Downloaded bzip2-sys v0.1.13+1.0.8
11392026-08-21T17:18:40.411Z Downloaded tracing v0.1.44
11402026-08-21T17:18:40.432Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11412026-08-21T17:18:40.460Z Downloaded ratatui v0.29.0
11422026-08-21T17:18:40.485Z Downloaded regex-automata v0.4.14
11432026-08-21T17:18:40.496Z Downloaded petgraph v0.8.3
11442026-08-21T17:18:40.507Z Downloaded chrono-tz v0.10.4
11452026-08-21T17:18:40.518Z Downloaded petgraph v0.6.5
11462026-08-21T17:18:40.529Z Downloaded tokio v1.52.1
11472026-08-21T17:18:40.552Z Downloaded csv v1.4.0
11482026-08-21T17:18:40.564Z Downloaded libz-sys v1.1.24
11492026-08-21T17:18:40.577Z Downloaded libc v0.2.185
11502026-08-21T17:18:40.596Z Downloaded sha3 v0.10.8
11512026-08-21T17:18:40.599Z Downloaded ring v0.17.14
11522026-08-21T17:18:40.673Z Downloaded encoding_rs v0.8.35
11532026-08-21T17:18:40.691Z Downloaded httpmock v0.8.3
11542026-08-21T17:18:40.718Z Downloaded libgit2-sys v0.18.3+1.9.2
11552026-08-21T17:18:41.213Z Downloaded aws-lc-sys v0.40.0
11562026-08-21T17:18:41.628Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11572026-08-21T17:18:43.608Z Startup: Refreshing catalog 'helios' ... Done
11582026-08-21T17:18:44.003Z Startup: Caching catalogs ... Done
11592026-08-21T17:18:45.922ZPlanning: Solver setup ... Done (1.809s)
11602026-08-21T17:18:45.981ZPlanning: Running solver ... Done (0.058s)
11612026-08-21T17:18:46.023ZPlanning: Finding local manifests ... Done (0.003s)
11622026-08-21T17:18:46.036ZPlanning: Fetching manifests: 0/2 0% complete
11632026-08-21T17:18:46.054ZPlanning: Fetching manifests: 2/2 100% complete
11642026-08-21T17:18:46.066ZPlanning: Package planning ... Done (0.014s)
11652026-08-21T17:18:46.069ZPlanning: Merging actions ... Done (0.002s)
11662026-08-21T17:18:46.225ZPlanning: Checking for conflicting actions ... Done (0.157s)
11672026-08-21T17:18:46.228ZPlanning: Consolidating action changes ... Done (0.001s)
11682026-08-21T17:18:47.160ZPlanning: Evaluating mediators ... Done (0.934s)
11692026-08-21T17:18:47.164ZPlanning: Planning completed in 3.12 seconds
11702026-08-21T17:18:47.171Z Packages to install: 2
11712026-08-21T17:18:47.171Z Estimated space available: 155.73 GB
11722026-08-21T17:18:47.171ZEstimated space to be consumed: 73.56 MB
11732026-08-21T17:18:47.171Z Create boot environment: No
11742026-08-21T17:18:47.175ZCreate backup boot environment: No
11752026-08-21T17:18:47.175Z Rebuild boot archive: No
11762026-08-21T17:18:47.175Z
11772026-08-21T17:18:47.175ZChanged packages:
11782026-08-21T17:18:47.175Zhelios
11792026-08-21T17:18:47.175Z developer/build-essential
11802026-08-21T17:18:47.175Z None -> 11-3.0
11812026-08-21T17:18:47.175Z library/libxmlsec1
11822026-08-21T17:18:47.175Z None -> 1.2.35-3.0
11832026-08-21T17:18:47.197Z
11842026-08-21T17:18:47.197ZDownload: 0/214 items 0.0/1.3MB 0% complete
11852026-08-21T17:18:47.265ZDownload: Completed 1.28 MB in 0.07 seconds (18.9M/s)
11862026-08-21T17:18:47.366Z Actions: 1/268 actions (Installing new actions)
11872026-08-21T17:18:47.406Z Actions: Completed 268 actions in 0.04 seconds.
11882026-08-21T17:18:47.438ZFinalize: Updating package state database ... Done (0.032s)
11892026-08-21T17:18:47.442ZFinalize: Updating package cache ... Done (0.000s)
11902026-08-21T17:18:47.538ZFinalize: Updating image state ... Done (0.085s)
11912026-08-21T17:18:50.087ZFinalize: Creating fast lookup database ... Done (2.517s)
11922026-08-21T17:18:50.158ZFinalize: Reading search index ... Done (0.012s)
11932026-08-21T17:18:50.209ZFinalize: Updating search index ... Done (0.000s)
11942026-08-21T17:18:50.229ZFinalize: Updating package cache ... Done (0.000s)
11952026-08-21T17:18:50.585ZPlanning: Evaluating mediator changes ... Done
11962026-08-21T17:18:50.690ZPlanning: Checking for conflicting actions ... Done
11972026-08-21T17:18:50.693ZPlanning: Consolidating action changes ... Done
11982026-08-21T17:18:50.847ZPlanning: Evaluating mediators ... Done
11992026-08-21T17:18:50.850ZPlanning: Planning completed in 0.26 seconds
12002026-08-21T17:18:50.872Z Mediators to change: 2
12012026-08-21T17:18:50.872Z Create boot environment: No
12022026-08-21T17:18:50.872ZCreate backup boot environment: No
12032026-08-21T17:18:50.920ZFinalize: Updating package state database ... Done
12042026-08-21T17:18:50.920ZFinalize: Updating package cache ... Done
12052026-08-21T17:18:50.975ZFinalize: Updating image state ... Done
12062026-08-21T17:18:52.964ZFinalize: Creating fast lookup database ... Done
12072026-08-21T17:18:53.047ZFinalize: Reading search index ... Done
12082026-08-21T17:18:53.048ZFinalize: Updating search index ... Done
12092026-08-21T17:18:53.123ZFinalize: Updating package cache ... Done
12102026-08-21T17:18:53.427ZPlanning: Evaluating mediator changes ... Done
12112026-08-21T17:18:53.511ZPlanning: Checking for conflicting actions ... Done
12122026-08-21T17:18:53.581ZPlanning: Consolidating action changes ... Done
12132026-08-21T17:18:53.788ZPlanning: Evaluating mediators ... Done
12142026-08-21T17:18:53.788ZPlanning: Planning completed in 0.27 seconds
12152026-08-21T17:18:53.788Z Mediators to change: 1
12162026-08-21T17:18:53.788Z Create boot environment: No
12172026-08-21T17:18:53.788ZCreate backup boot environment: No
12182026-08-21T17:18:53.788ZFinalize: Updating package state database ... Done
12192026-08-21T17:18:53.788ZFinalize: Updating package cache ... Done
12202026-08-21T17:18:53.885ZFinalize: Updating image state ... Done
12212026-08-21T17:18:55.697ZFinalize: Creating fast lookup database ... Done
12222026-08-21T17:18:55.757ZFinalize: Reading search index ... Done
12232026-08-21T17:18:55.760ZFinalize: Updating search index ... Done
12242026-08-21T17:18:55.841ZFinalize: Updating package cache ... Done
12252026-08-21T17:18:56.151ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12262026-08-21T17:18:56.151Zapache system 2.4 system
12272026-08-21T17:18:56.151Zclang system 15 system
12282026-08-21T17:18:56.151Zcsh system system illumos
12292026-08-21T17:18:56.151Zctags system system illumos
12302026-08-21T17:18:56.151Zfile vendor vendor darwinsys
12312026-08-21T17:18:56.151Zfile system system illumos
12322026-08-21T17:18:56.151Zgcc vendor 14 vendor
12332026-08-21T17:18:56.152Zgcc system 13 system
12342026-08-21T17:18:56.152Zgcc system 10 system
12352026-08-21T17:18:56.152Zgo system 1.25 system
12362026-08-21T17:18:56.152Zllvm system 15 system
12372026-08-21T17:18:56.152Zmariadb system 11.4 system
12382026-08-21T17:18:56.152Zmta vendor vendor dma
12392026-08-21T17:18:56.152Zopenjdk system 17 system
12402026-08-21T17:18:56.152Zopenjdk system 11 system
12412026-08-21T17:18:56.152Zopenssl vendor 3 vendor
12422026-08-21T17:18:56.152Zperl system 5.40 system
12432026-08-21T17:18:56.152Zpostgresql system 18 system
12442026-08-21T17:18:56.152Zpostgresql system 17 system
12452026-08-21T17:18:56.152Zpython vendor 3 vendor
12462026-08-21T17:18:56.153Zpython system 2 system
12472026-08-21T17:18:56.153Zpython3 vendor 3.13 vendor
12482026-08-21T17:18:56.153Zruby system 3.4 system
12492026-08-21T17:18:56.153Zruby system 3.0 system
12502026-08-21T17:18:56.153Zwords vendor vendor american-english
12512026-08-21T17:18:56.153Zwords system system australian-english
12522026-08-21T17:18:56.153Zwords system system british-english
12532026-08-21T17:18:56.153Zwords system system canadian-english
12542026-08-21T17:18:56.153Zwords system system french
12552026-08-21T17:18:56.153Zwords system system italian
12562026-08-21T17:18:56.153Zwords system system ngerman
12572026-08-21T17:18:56.153Zwords system system ogerman
12582026-08-21T17:18:56.153Zwords system system spanish
12592026-08-21T17:18:56.407ZPUBLISHER TYPE STATUS P LOCATION
12602026-08-21T17:18:56.407Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12612026-08-21T17:18:56.852ZFMRI IFO
12622026-08-21T17:18:56.853Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12632026-08-21T17:18:56.853Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12642026-08-21T17:18:56.853Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12652026-08-21T17:18:56.853Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12662026-08-21T17:18:56.853Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12672026-08-21T17:18:56.853Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12682026-08-21T17:18:56.853Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12692026-08-21T17:18:56.853Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12702026-08-21T17:18:56.853Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12712026-08-21T17:18:57.456Z Downloading crates ...
12722026-08-21T17:18:57.506Z Downloaded cargo_toml v0.21.0
12732026-08-21T17:18:57.546Z Compiling proc-macro2 v1.0.106
12742026-08-21T17:18:57.546Z Compiling unicode-ident v1.0.24
12752026-08-21T17:18:57.552Z Compiling quote v1.0.45
12762026-08-21T17:18:57.552Z Compiling serde_core v1.0.228
12772026-08-21T17:18:57.552Z Compiling libc v0.2.185
12782026-08-21T17:18:57.552Z Compiling version_check v0.9.5
12792026-08-21T17:18:57.552Z Compiling memchr v2.8.0
12802026-08-21T17:18:57.552Z Compiling serde v1.0.228
12812026-08-21T17:18:57.552Z Compiling zmij v1.0.21
12822026-08-21T17:18:57.552Z Compiling ucd-trie v0.1.7
12832026-08-21T17:18:57.552Z Compiling itoa v1.0.17
12842026-08-21T17:18:57.625Z Compiling thiserror v1.0.69
12852026-08-21T17:18:57.629Z Compiling byteorder v1.5.0
12862026-08-21T17:18:57.629Z Compiling rustix v1.1.4
12872026-08-21T17:18:57.826Z Compiling bitflags v2.11.0
12882026-08-21T17:18:57.940Z Compiling serde_json v1.0.151
12892026-08-21T17:18:58.119Z Compiling pest v2.8.6
12902026-08-21T17:18:58.142Z Compiling syn v1.0.109
12912026-08-21T17:18:58.152Z Compiling usdt-impl v0.5.0
12922026-08-21T17:18:58.155Z Compiling proc-macro-error-attr v1.0.4
12932026-08-21T17:18:58.291Z Compiling camino v1.2.5
12942026-08-21T17:18:58.317Z Compiling proc-macro-error v1.0.4
12952026-08-21T17:18:58.321Z Compiling log v0.4.33
12962026-08-21T17:18:58.331Z Compiling getrandom v0.3.4
12972026-08-21T17:18:58.364Z Compiling equivalent v1.0.2
12982026-08-21T17:18:58.367Z Compiling plain v0.2.3
12992026-08-21T17:18:58.448Z Compiling utf8parse v0.2.2
13002026-08-21T17:18:58.469Z Compiling hashbrown v0.17.0
13012026-08-21T17:18:58.506Z Compiling anstyle v1.0.14
13022026-08-21T17:18:58.509Z Compiling thiserror v2.0.18
13032026-08-21T17:18:58.537Z Compiling anstyle-parse v1.0.0
13042026-08-21T17:18:58.539Z Compiling cfg-if v1.0.4
13052026-08-21T17:18:58.569Z Compiling anstyle-query v1.1.5
13062026-08-21T17:18:58.581Z Compiling autocfg v1.5.0
13072026-08-21T17:18:58.627Z Compiling toml_write v0.1.2
13082026-08-21T17:18:58.668Z Compiling errno v0.3.14
13092026-08-21T17:18:58.684Z Compiling thread-id v4.2.2
13102026-08-21T17:18:58.693Z Compiling winnow v0.7.14
13112026-08-21T17:18:58.708Z Compiling pretty-hex v0.4.1
13122026-08-21T17:18:58.726Z Compiling colorchoice v1.0.4
13132026-08-21T17:18:58.790Z Compiling is_terminal_polyfill v1.70.2
13142026-08-21T17:18:58.854Z Compiling anstream v1.0.0
13152026-08-21T17:18:58.857Z Compiling unicode-width v0.1.14
13162026-08-21T17:18:58.857Z Compiling heck v0.5.0
13172026-08-21T17:18:58.882Z Compiling strsim v0.11.1
13182026-08-21T17:18:58.886Z Compiling once_cell v1.21.3
13192026-08-21T17:18:59.055Z Compiling syn v2.0.117
13202026-08-21T17:18:59.091Z Compiling indexmap v2.14.0
13212026-08-21T17:18:59.158Z Compiling fs-err v3.3.0
13222026-08-21T17:18:59.168Z Compiling fnv v1.0.7
13232026-08-21T17:18:59.185Z Compiling clap_lex v1.0.0
13242026-08-21T17:18:59.188Z Compiling anyhow v1.0.104
13252026-08-21T17:18:59.212Z Compiling heck v0.4.1
13262026-08-21T17:18:59.276Z Compiling pest_meta v2.8.6
13272026-08-21T17:18:59.286Z Compiling fastrand v2.3.0
13282026-08-21T17:18:59.330Z Compiling bytecount v0.6.9
13292026-08-21T17:18:59.445Z Compiling papergrid v0.11.0
13302026-08-21T17:18:59.448Z Compiling memmap v0.7.0
13312026-08-21T17:18:59.467Z Compiling smawk v0.3.2
13322026-08-21T17:18:59.471Z Compiling unicode-linebreak v0.1.5
13332026-08-21T17:18:59.487Z Compiling unicode-width v0.2.0
13342026-08-21T17:18:59.597Z Compiling swrite v0.1.0
13352026-08-21T17:18:59.660Z Compiling terminal_size v0.4.3
13362026-08-21T17:18:59.660Z Compiling tempfile v3.27.0
13372026-08-21T17:18:59.754Z Compiling clap_builder v4.6.0
13382026-08-21T17:18:59.754Z Compiling textwrap v0.16.2
13392026-08-21T17:19:00.105Z Compiling cargo-platform v0.3.2
13402026-08-21T17:19:00.118Z Compiling semver v1.0.28
13412026-08-21T17:19:00.248Z Compiling camino-tempfile v1.4.1
13422026-08-21T17:19:00.509Z Compiling tabled_derive v0.7.0
13432026-08-21T17:19:01.192Z Compiling tabled v0.15.0
13442026-08-21T17:19:01.223Z Compiling pest_generator v2.8.6
13452026-08-21T17:19:01.754Z Compiling serde_derive v1.0.228
13462026-08-21T17:19:01.754Z Compiling thiserror-impl v1.0.69
13472026-08-21T17:19:01.754Z Compiling zerocopy-derive v0.7.35
13482026-08-21T17:19:01.759Z Compiling pest_derive v2.8.6
13492026-08-21T17:19:01.760Z Compiling scroll_derive v0.12.1
13502026-08-21T17:19:01.760Z Compiling thiserror-impl v2.0.18
13512026-08-21T17:19:01.760Z Compiling clap_derive v4.6.1
13522026-08-21T17:19:02.339Z Compiling scroll v0.12.0
13532026-08-21T17:19:02.417Z Compiling zerocopy v0.7.35
13542026-08-21T17:19:02.541Z Compiling goblin v0.8.2
13552026-08-21T17:19:02.730Z Compiling dtrace-parser v0.2.0
13562026-08-21T17:19:03.042Z Compiling clap v4.6.1
13572026-08-21T17:19:04.091Z Compiling dof v0.3.0
13582026-08-21T17:19:04.091Z Compiling serde_tokenstream v0.2.3
13592026-08-21T17:19:04.094Z Compiling serde_spanned v0.6.9
13602026-08-21T17:19:04.094Z Compiling toml_datetime v0.6.11
13612026-08-21T17:19:04.094Z Compiling cargo_metadata v0.23.1
13622026-08-21T17:19:04.094Z Compiling macaddr v1.0.1
13632026-08-21T17:19:04.094Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13642026-08-21T17:19:04.255Z Compiling toml_edit v0.22.27
13652026-08-21T17:19:04.734Z Compiling usdt-macro v0.5.0
13662026-08-21T17:19:04.734Z Compiling usdt-attr-macro v0.5.0
13672026-08-21T17:19:05.321Z Compiling usdt v0.5.0
13682026-08-21T17:19:05.488Z Compiling toml v0.8.23
13692026-08-21T17:19:05.814Z Compiling cargo_toml v0.21.0
13702026-08-21T17:19:07.092Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13712026-08-21T17:19:09.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.11s
13722026-08-21T17:19:09.156Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13732026-08-21T17:19:09.914Z Compiling serde_core v1.0.228
13742026-08-21T17:19:09.914Z Compiling libc v0.2.185
13752026-08-21T17:19:09.914Z Compiling serde v1.0.228
13762026-08-21T17:19:09.917Z Compiling log v0.4.33
13772026-08-21T17:19:09.917Z Compiling smallvec v1.15.1
13782026-08-21T17:19:09.917Z Compiling shlex v1.3.0
13792026-08-21T17:19:09.917Z Compiling find-msvc-tools v0.1.9
13802026-08-21T17:19:09.917Z Compiling subtle v2.6.1
13812026-08-21T17:19:09.917Z Compiling scopeguard v1.2.0
13822026-08-21T17:19:09.917Z Compiling typenum v1.20.1
13832026-08-21T17:19:09.918Z Compiling stable_deref_trait v1.2.1
13842026-08-21T17:19:09.918Z Compiling zerocopy v0.8.55
13852026-08-21T17:19:10.037Z Compiling portable-atomic v1.13.1
13862026-08-21T17:19:10.102Z Compiling serde_json v1.0.151
13872026-08-21T17:19:10.178Z Compiling syn v2.0.117
13882026-08-21T17:19:10.206Z Compiling lock_api v0.4.14
13892026-08-21T17:19:10.206Z Compiling critical-section v1.2.0
13902026-08-21T17:19:10.261Z Compiling libm v0.2.16
13912026-08-21T17:19:10.267Z Compiling num-traits v0.2.19
13922026-08-21T17:19:10.326Z Compiling pkg-config v0.3.32
13932026-08-21T17:19:10.338Z Compiling generic-array v0.14.7
13942026-08-21T17:19:10.348Z Compiling const-oid v0.9.6
13952026-08-21T17:19:10.366Z Compiling pin-project-lite v0.2.17
13962026-08-21T17:19:10.431Z Compiling parking_lot_core v0.9.12
13972026-08-21T17:19:10.470Z Compiling getrandom v0.3.4
13982026-08-21T17:19:10.500Z Compiling percent-encoding v2.3.2
13992026-08-21T17:19:10.526Z Compiling futures-core v0.3.32
14002026-08-21T17:19:10.563Z Compiling litemap v0.8.1
14012026-08-21T17:19:10.568Z Compiling writeable v0.6.2
14022026-08-21T17:19:10.678Z Compiling icu_normalizer_data v2.1.1
14032026-08-21T17:19:10.693Z Compiling icu_properties_data v2.1.2
14042026-08-21T17:19:10.723Z Compiling getrandom v0.4.3
14052026-08-21T17:19:10.751Z Compiling rustix v1.1.4
14062026-08-21T17:19:10.765Z Compiling futures-sink v0.3.32
14072026-08-21T17:19:10.768Z Compiling rand_core v0.10.0
14082026-08-21T17:19:10.811Z Compiling slab v0.4.12
14092026-08-21T17:19:10.888Z Compiling futures-channel v0.3.32
14102026-08-21T17:19:10.903Z Compiling futures-task v0.3.32
14112026-08-21T17:19:10.929Z Compiling futures-io v0.3.32
14122026-08-21T17:19:10.983Z Compiling utf8_iter v1.0.4
14132026-08-21T17:19:11.005Z Compiling form_urlencoded v1.2.2
14142026-08-21T17:19:11.040Z Compiling errno v0.3.14
14152026-08-21T17:19:11.142Z Compiling jobserver v0.1.34
14162026-08-21T17:19:11.149Z Compiling getrandom v0.2.17
14172026-08-21T17:19:11.159Z Compiling once_cell v1.21.3
14182026-08-21T17:19:11.163Z Compiling signal-hook-registry v1.4.8
14192026-08-21T17:19:11.163Z Compiling mio v1.2.0
14202026-08-21T17:19:11.163Z Compiling socket2 v0.6.3
14212026-08-21T17:19:11.233Z Compiling rustversion v1.0.22
14222026-08-21T17:19:11.248Z Compiling iana-time-zone v0.1.65
14232026-08-21T17:19:11.275Z Compiling rand_core v0.6.4
14242026-08-21T17:19:11.320Z Compiling cc v1.2.56
14252026-08-21T17:19:11.373Z Compiling parking_lot v0.12.5
14262026-08-21T17:19:11.425Z Compiling base64ct v1.8.3
14272026-08-21T17:19:11.460Z Compiling fs_extra v1.3.0
14282026-08-21T17:19:11.502Z Compiling flagset v0.4.7
14292026-08-21T17:19:11.513Z Compiling ident_case v1.0.1
14302026-08-21T17:19:11.543Z Compiling dunce v1.0.5
14312026-08-21T17:19:11.587Z Compiling regex-syntax v0.8.10
14322026-08-21T17:19:11.612Z Compiling rand_core v0.9.5
14332026-08-21T17:19:11.640Z Compiling base64 v0.22.1
14342026-08-21T17:19:11.660Z Compiling vcpkg v0.2.15
14352026-08-21T17:19:11.663Z Compiling syn v1.0.109
14362026-08-21T17:19:11.670Z Compiling tracing-core v0.1.36
14372026-08-21T17:19:11.711Z Compiling pem-rfc7468 v0.7.0
14382026-08-21T17:19:11.736Z Compiling aws-lc-rs v1.16.3
14392026-08-21T17:19:11.752Z Compiling cpufeatures v0.2.17
14402026-08-21T17:19:11.768Z Compiling dyn-clone v1.0.20
14412026-08-21T17:19:11.808Z Compiling simd-adler32 v0.3.8
14422026-08-21T17:19:11.837Z Compiling schemars v0.8.22
14432026-08-21T17:19:11.908Z Compiling spin v0.9.8
14442026-08-21T17:19:11.921Z Compiling httparse v1.10.1
14452026-08-21T17:19:11.981Z Compiling adler2 v2.0.1
14462026-08-21T17:19:12.019Z Compiling tinyvec_macros v0.1.1
14472026-08-21T17:19:12.045Z Compiling openssl-probe v0.2.1
14482026-08-21T17:19:12.059Z Compiling cmake v0.1.57
14492026-08-21T17:19:12.101Z Compiling crc32fast v1.5.0
14502026-08-21T17:19:12.101Z Compiling cmov v0.5.4
14512026-08-21T17:19:12.131Z Compiling tinyvec v1.10.0
14522026-08-21T17:19:12.135Z Compiling miniz_oxide v0.8.9
14532026-08-21T17:19:12.135Z Compiling aho-corasick v1.1.4
14542026-08-21T17:19:12.230Z Compiling radium v0.7.0
14552026-08-21T17:19:12.247Z Compiling untrusted v0.7.1
14562026-08-21T17:19:12.307Z Compiling bitflags v2.11.0
14572026-08-21T17:19:12.342Z Compiling semver v1.0.28
14582026-08-21T17:19:12.375Z Compiling indexmap v2.14.0
14592026-08-21T17:19:12.389Z Compiling uuid v1.23.4
14602026-08-21T17:19:12.458Z Compiling ctutils v0.4.2
14612026-08-21T17:19:12.489Z Compiling tower-service v0.3.3
14622026-08-21T17:19:12.503Z Compiling try-lock v0.2.5
14632026-08-21T17:19:12.523Z Compiling tower-layer v0.3.3
14642026-08-21T17:19:12.526Z Compiling atomic-waker v1.1.2
14652026-08-21T17:19:12.596Z Compiling rustc_version v0.4.1
14662026-08-21T17:19:12.627Z Compiling want v0.3.1
14672026-08-21T17:19:12.707Z Compiling tap v1.0.1
14682026-08-21T17:19:12.707Z Compiling foreign-types-shared v0.1.1
14692026-08-21T17:19:12.788Z Compiling openssl v0.10.80
14702026-08-21T17:19:12.804Z Compiling untrusted v0.9.0
14712026-08-21T17:19:12.832Z Compiling httpdate v1.0.3
14722026-08-21T17:19:12.848Z Compiling rustls v0.23.41
14732026-08-21T17:19:12.892Z Compiling aws-lc-sys v0.40.0
14742026-08-21T17:19:12.911Z Compiling openssl-sys v0.9.117
14752026-08-21T17:19:12.927Z Compiling maybe-uninit v2.0.0
14762026-08-21T17:19:12.941Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14772026-08-21T17:19:12.990Z Compiling synstructure v0.13.2
14782026-08-21T17:19:13.024Z Compiling serde_derive_internals v0.29.1
14792026-08-21T17:19:13.038Z Compiling pest_generator v2.8.6
14802026-08-21T17:19:13.057Z Compiling regex-automata v0.4.14
14812026-08-21T17:19:13.075Z Compiling darling_core v0.20.11
14822026-08-21T17:19:13.085Z Compiling bzip2-sys v0.1.13+1.0.8
14832026-08-21T17:19:13.262Z Compiling wyz v0.5.1
14842026-08-21T17:19:13.351Z Compiling tempfile v3.27.0
14852026-08-21T17:19:13.397Z Compiling terminal_size v0.4.3
14862026-08-21T17:19:13.427Z Compiling foreign-types v0.3.2
14872026-08-21T17:19:13.504Z Compiling unicode-normalization v0.1.25
14882026-08-21T17:19:13.549Z Compiling num-integer v0.1.46
14892026-08-21T17:19:13.594Z Compiling wait-timeout v0.2.1
14902026-08-21T17:19:13.609Z Compiling ahash v0.8.12
14912026-08-21T17:19:13.683Z Compiling packed_struct v0.10.1
14922026-08-21T17:19:13.758Z Compiling funty v2.0.0
14932026-08-21T17:19:13.772Z Compiling quick-error v1.2.3
14942026-08-21T17:19:13.835Z Compiling num-bigint-dig v0.8.6
14952026-08-21T17:19:13.848Z Compiling time-core v0.1.8
14962026-08-21T17:19:13.879Z Compiling powerfmt v0.2.0
14972026-08-21T17:19:13.895Z Compiling bit-vec v0.8.0
14982026-08-21T17:19:13.898Z Compiling native-tls v0.2.18
14992026-08-21T17:19:13.948Z Compiling num-conv v0.2.0
15002026-08-21T17:19:13.948Z Compiling rusty-fork v0.3.1
15012026-08-21T17:19:14.005Z Compiling num-iter v0.1.45
15022026-08-21T17:19:14.019Z Compiling clap_builder v4.6.0
15032026-08-21T17:19:14.055Z Compiling deranged v0.5.8
15042026-08-21T17:19:14.098Z Compiling bit-set v0.8.0
15052026-08-21T17:19:14.112Z Compiling time-macros v0.2.27
15062026-08-21T17:19:14.144Z Compiling bitvec v1.0.1
15072026-08-21T17:19:14.185Z Compiling lazy_static v1.5.0
15082026-08-21T17:19:14.251Z Compiling rand_xorshift v0.4.0
15092026-08-21T17:19:14.269Z Compiling sync_wrapper v1.0.2
15102026-08-21T17:19:14.283Z Compiling indexmap v1.9.3
15112026-08-21T17:19:14.294Z Compiling nodrop v0.1.14
15122026-08-21T17:19:14.350Z Compiling siphasher v1.0.2
15132026-08-21T17:19:14.385Z Compiling crossbeam-utils v0.8.21
15142026-08-21T17:19:14.399Z Compiling num_threads v0.1.7
15152026-08-21T17:19:14.424Z Compiling object v0.37.3
15162026-08-21T17:19:14.478Z Compiling crc-catalog v2.4.0
15172026-08-21T17:19:14.532Z Compiling paste v1.0.15
15182026-08-21T17:19:14.546Z Compiling zlib-rs v0.6.2
15192026-08-21T17:19:14.579Z Compiling unarray v0.1.4
15202026-08-21T17:19:14.705Z Compiling serde_derive v1.0.228
15212026-08-21T17:19:14.721Z Compiling zeroize_derive v1.5.0
15222026-08-21T17:19:14.726Z Compiling zerocopy-derive v0.8.55
15232026-08-21T17:19:14.726Z Compiling zerofrom-derive v0.1.6
15242026-08-21T17:19:14.801Z Compiling yoke-derive v0.8.1
15252026-08-21T17:19:15.036Z Compiling zerovec-derive v0.11.2
15262026-08-21T17:19:15.058Z Compiling displaydoc v0.2.5
15272026-08-21T17:19:15.194Z Compiling tokio-macros v2.7.0
15282026-08-21T17:19:15.366Z Compiling futures-macro v0.3.32
15292026-08-21T17:19:15.404Z Compiling thiserror-impl v2.0.18
15302026-08-21T17:19:15.598Z Compiling der_derive v0.7.3
15312026-08-21T17:19:15.893Z Compiling tracing-attributes v0.1.31
15322026-08-21T17:19:15.973Z Compiling schemars_derive v0.8.22
15332026-08-21T17:19:16.003Z Compiling scroll_derive v0.13.1
15342026-08-21T17:19:16.025Z Compiling pest_derive v2.8.6
15352026-08-21T17:19:16.175Z Compiling zerofrom v0.1.6
15362026-08-21T17:19:16.259Z Compiling darling_macro v0.20.11
15372026-08-21T17:19:16.268Z Compiling futures-util v0.3.32
15382026-08-21T17:19:16.318Z Compiling yoke v0.8.1
15392026-08-21T17:19:16.500Z Compiling zerovec v0.11.5
15402026-08-21T17:19:16.521Z Compiling zerotrie v0.2.3
15412026-08-21T17:19:16.667Z Compiling thiserror-impl v1.0.69
15422026-08-21T17:19:16.780Z Compiling openssl-macros v0.1.1
15432026-08-21T17:19:16.836Z Compiling thiserror v2.0.18
15442026-08-21T17:19:16.840Z Compiling darling v0.20.11
15452026-08-21T17:19:16.866Z Compiling scroll v0.13.0
15462026-08-21T17:19:16.941Z Compiling packed_struct_codegen v0.10.1
15472026-08-21T17:19:16.958Z Compiling clap_derive v4.6.1
15482026-08-21T17:19:17.036Z Compiling tinystr v0.8.2
15492026-08-21T17:19:17.103Z Compiling potential_utf v0.1.4
15502026-08-21T17:19:17.157Z Compiling goblin v0.10.5
15512026-08-21T17:19:17.208Z Compiling icu_locale_core v2.1.1
15522026-08-21T17:19:17.220Z Compiling icu_collections v2.1.1
15532026-08-21T17:19:17.275Z Compiling zerocopy-derive v0.6.6
15542026-08-21T17:19:17.290Z Compiling tracing v0.1.44
15552026-08-21T17:19:17.303Z Compiling bitfield-macros v0.19.4
15562026-08-21T17:19:17.575Z Compiling usdt-impl v0.6.0
15572026-08-21T17:19:17.720Z Compiling flate2 v1.1.9
15582026-08-21T17:19:17.827Z Compiling dtrace-parser v0.3.0
15592026-08-21T17:19:17.854Z Compiling icu_provider v2.1.1
15602026-08-21T17:19:17.984Z Compiling thiserror v1.0.69
15612026-08-21T17:19:18.074Z Compiling derive_builder_core v0.20.2
15622026-08-21T17:19:18.087Z Compiling bitfield v0.19.4
15632026-08-21T17:19:18.100Z Compiling icu_normalizer v2.1.1
15642026-08-21T17:19:18.149Z Compiling zeroize v1.9.0
15652026-08-21T17:19:18.164Z Compiling bytes v1.11.1
15662026-08-21T17:19:18.180Z Compiling icu_properties v2.1.2
15672026-08-21T17:19:18.183Z Compiling chrono v0.4.45
15682026-08-21T17:19:18.224Z Compiling ipnet v2.12.0
15692026-08-21T17:19:18.400Z Compiling der v0.7.10
15702026-08-21T17:19:18.607Z Compiling rustls-pki-types v1.14.0
15712026-08-21T17:19:18.626Z Compiling hybrid-array v0.4.13
15722026-08-21T17:19:18.643Z Compiling tokio v1.52.1
15732026-08-21T17:19:18.737Z Compiling http v1.4.2
15742026-08-21T17:19:18.791Z Compiling hex v0.4.3
15752026-08-21T17:19:18.811Z Compiling toml_datetime v0.6.11
15762026-08-21T17:19:18.946Z Compiling crypto-common v0.1.7
15772026-08-21T17:19:18.969Z Compiling block-buffer v0.10.4
15782026-08-21T17:19:19.052Z Compiling idna_adapter v1.2.1
15792026-08-21T17:19:19.068Z Compiling serde_spanned v0.6.9
15802026-08-21T17:19:19.082Z Compiling clap v4.6.1
15812026-08-21T17:19:19.113Z Compiling digest v0.10.7
15822026-08-21T17:19:19.153Z Compiling zerocopy v0.6.6
15832026-08-21T17:19:19.173Z Compiling idna v1.1.0
15842026-08-21T17:19:19.202Z Compiling ppv-lite86 v0.2.21
15852026-08-21T17:19:19.230Z Compiling spki v0.7.3
15862026-08-21T17:19:19.375Z Compiling http-body v1.0.1
15872026-08-21T17:19:19.395Z Compiling sha2 v0.10.9
15882026-08-21T17:19:19.410Z Compiling pkcs8 v0.10.2
15892026-08-21T17:19:19.459Z Compiling signature v2.2.0
15902026-08-21T17:19:19.495Z Compiling url v2.5.8
15912026-08-21T17:19:19.547Z Compiling rand_chacha v0.9.0
15922026-08-21T17:19:19.550Z Compiling rand_chacha v0.3.1
15932026-08-21T17:19:19.577Z Compiling hmac v0.12.1
15942026-08-21T17:19:19.580Z Compiling pkcs1 v0.7.5
15952026-08-21T17:19:19.605Z Compiling http-body-util v0.1.3
15962026-08-21T17:19:19.683Z Compiling time v0.3.47
15972026-08-21T17:19:19.754Z Compiling rand v0.9.2
15982026-08-21T17:19:19.840Z Compiling rand v0.8.6
15992026-08-21T17:19:19.969Z Compiling dof v0.4.0
16002026-08-21T17:19:20.121Z Compiling structmeta-derive v0.3.0
16012026-08-21T17:19:20.242Z Compiling scroll_derive v0.12.1
16022026-08-21T17:19:20.255Z Compiling crc v3.4.0
16032026-08-21T17:19:20.309Z Compiling array-init v0.0.4
16042026-08-21T17:19:20.339Z Compiling proptest v1.11.0
16052026-08-21T17:19:20.520Z Compiling smallvec v0.6.14
16062026-08-21T17:19:20.659Z Compiling darling_core v0.23.0
16072026-08-21T17:19:20.675Z Compiling heapless v0.7.17
16082026-08-21T17:19:20.723Z Compiling slog v2.8.2
16092026-08-21T17:19:20.758Z Compiling ipnetwork v0.21.1
16102026-08-21T17:19:20.969Z Compiling thread-id v5.1.0
16112026-08-21T17:19:20.988Z Compiling env_filter v2.0.0
16122026-08-21T17:19:21.001Z Compiling cookie v0.18.1
16132026-08-21T17:19:21.017Z Compiling ryu v1.0.23
16142026-08-21T17:19:21.067Z Compiling base64 v0.21.7
16152026-08-21T17:19:21.181Z Compiling anyhow v1.0.104
16162026-08-21T17:19:21.197Z Compiling gimli v0.32.3
16172026-08-21T17:19:21.212Z Compiling unicode-bidi v0.3.18
16182026-08-21T17:19:21.215Z Compiling allocator-api2 v0.2.21
16192026-08-21T17:19:21.241Z Compiling iri-string v0.7.10
16202026-08-21T17:19:21.263Z Compiling unicode-properties v0.1.4
16212026-08-21T17:19:21.310Z Compiling signal-hook v0.3.18
16222026-08-21T17:19:21.323Z Compiling hashbrown v0.12.3
16232026-08-21T17:19:21.364Z Compiling winnow v0.5.40
16242026-08-21T17:19:21.401Z Compiling zstd-safe v7.2.4
16252026-08-21T17:19:21.459Z Compiling ron v0.8.1
16262026-08-21T17:19:21.493Z Compiling structmeta v0.3.0
16272026-08-21T17:19:21.535Z Compiling rsa v0.9.10
16282026-08-21T17:19:21.565Z Compiling stringprep v0.1.5
16292026-08-21T17:19:21.720Z Compiling env_logger v0.11.11
16302026-08-21T17:19:21.743Z Compiling serde_urlencoded v0.7.1
16312026-08-21T17:19:21.812Z Compiling oxnet v0.1.6
16322026-08-21T17:19:22.042Z Compiling scroll v0.12.0
16332026-08-21T17:19:22.076Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16342026-08-21T17:19:22.089Z Compiling serde-hex v0.1.0
16352026-08-21T17:19:22.176Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16362026-08-21T17:19:22.355Z Compiling camino v1.2.5
16372026-08-21T17:19:22.534Z Compiling bzip2 v0.4.4
16382026-08-21T17:19:22.757Z Compiling tokio-util v0.7.18
16392026-08-21T17:19:22.770Z Compiling tower v0.5.3
16402026-08-21T17:19:22.873Z Compiling toml_edit v0.19.15
16412026-08-21T17:19:22.911Z Compiling newtype-uuid v1.3.2
16422026-08-21T17:19:22.988Z Compiling addr2line v0.25.1
16432026-08-21T17:19:23.051Z Compiling tokio-native-tls v0.3.1
16442026-08-21T17:19:23.245Z Compiling tower-http v0.6.8
16452026-08-21T17:19:23.269Z Compiling hashbrown v0.13.2
16462026-08-21T17:19:23.269Z Compiling x509-cert v0.2.5
16472026-08-21T17:19:23.298Z Compiling crypto-common v0.2.2
16482026-08-21T17:19:23.326Z Compiling darling_macro v0.23.0
16492026-08-21T17:19:23.342Z Compiling block-buffer v0.12.1
16502026-08-21T17:19:23.556Z Compiling h2 v0.4.15
16512026-08-21T17:19:23.671Z Compiling block-padding v0.4.2
16522026-08-21T17:19:23.768Z Compiling md-5 v0.10.6
16532026-08-21T17:19:23.820Z Compiling derive_builder_macro v0.20.2
16542026-08-21T17:19:23.844Z Compiling rustls-native-certs v0.8.3
16552026-08-21T17:19:23.858Z Compiling serde_tokenstream v0.2.3
16562026-08-21T17:19:23.940Z Compiling erased-serde v0.3.31
16572026-08-21T17:19:23.955Z Compiling bstr v1.12.1
16582026-08-21T17:19:24.147Z Compiling zerocopy-derive v0.7.35
16592026-08-21T17:19:24.188Z Compiling pin-project-internal v1.1.11
16602026-08-21T17:19:24.304Z Compiling async-trait v0.1.89
16612026-08-21T17:19:24.434Z Compiling daft-derive v0.1.7
16622026-08-21T17:19:24.562Z Compiling curve25519-dalek v4.1.3
16632026-08-21T17:19:24.613Z Compiling vergen-lib v9.1.0
16642026-08-21T17:19:24.727Z Compiling hash32 v0.2.1
16652026-08-21T17:19:24.803Z Compiling memoffset v0.9.1
16662026-08-21T17:19:24.893Z Compiling encoding_rs v0.8.35
16672026-08-21T17:19:24.916Z Compiling owo-colors v4.3.0
16682026-08-21T17:19:24.955Z Compiling ref-cast v1.0.25
16692026-08-21T17:19:25.023Z Compiling crc-any v2.5.0
16702026-08-21T17:19:25.038Z Compiling litrs v1.0.0
16712026-08-21T17:19:25.052Z Compiling mime v0.3.17
16722026-08-21T17:19:25.200Z Compiling psl-types v2.0.11
16732026-08-21T17:19:25.273Z Compiling rustc-demangle v0.1.27
16742026-08-21T17:19:25.273Z Compiling smoltcp v0.9.1
16752026-08-21T17:19:25.340Z Compiling cfg_aliases v0.2.1
16762026-08-21T17:19:25.344Z Compiling fallible-iterator v0.2.0
16772026-08-21T17:19:25.344Z Compiling rustix v0.38.44
16782026-08-21T17:19:25.350Z Compiling publicsuffix v2.3.0
16792026-08-21T17:19:25.356Z Compiling pin-project v1.1.11
16802026-08-21T17:19:25.392Z Compiling nix v0.31.2
16812026-08-21T17:19:25.434Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16822026-08-21T17:19:25.528Z Compiling backtrace v0.3.76
16832026-08-21T17:19:25.542Z Compiling daft v0.1.7
16842026-08-21T17:19:25.555Z Compiling zerocopy v0.7.35
16852026-08-21T17:19:25.572Z Compiling document-features v0.2.12
16862026-08-21T17:19:25.647Z Compiling postgres-protocol v0.6.10
16872026-08-21T17:19:25.867Z Compiling derive_builder v0.20.2
16882026-08-21T17:19:25.883Z Compiling toml v0.7.8
16892026-08-21T17:19:25.903Z Compiling darling v0.23.0
16902026-08-21T17:19:25.997Z Compiling inout v0.2.2
16912026-08-21T17:19:26.011Z Compiling object v0.30.4
16922026-08-21T17:19:26.121Z Compiling zip v0.6.6
16932026-08-21T17:19:26.177Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16942026-08-21T17:19:26.197Z Compiling goblin v0.8.2
16952026-08-21T17:19:26.268Z Compiling derive-ex v0.1.8
16962026-08-21T17:19:26.494Z Compiling futures-executor v0.3.32
16972026-08-21T17:19:26.498Z Compiling hubpack_derive v0.1.1
16982026-08-21T17:19:26.523Z Compiling regex v1.12.3
16992026-08-21T17:19:26.631Z Compiling snafu-derive v0.8.9
17002026-08-21T17:19:26.740Z Compiling hyper v1.10.1
17012026-08-21T17:19:26.782Z Compiling strum_macros v0.27.2
17022026-08-21T17:19:26.793Z Compiling curve25519-dalek-derive v0.1.1
17032026-08-21T17:19:26.810Z Compiling ref-cast-impl v1.0.25
17042026-08-21T17:19:26.844Z Compiling phf_shared v0.13.1
17052026-08-21T17:19:26.874Z Compiling vergen v9.1.0
17062026-08-21T17:19:26.981Z Compiling cargo-platform v0.3.2
17072026-08-21T17:19:27.004Z Compiling ff v0.13.1
17082026-08-21T17:19:27.077Z Compiling fs-err v3.3.0
17092026-08-21T17:19:27.109Z Compiling foldhash v0.2.0
17102026-08-21T17:19:27.156Z Compiling unicode-segmentation v1.12.0
17112026-08-21T17:19:27.271Z Compiling path-slash v0.1.5
17122026-08-21T17:19:27.286Z Compiling is_ci v1.2.0
17132026-08-21T17:19:27.350Z Compiling bumpalo v3.20.2
17142026-08-21T17:19:27.379Z Compiling base16ct v0.2.0
17152026-08-21T17:19:27.417Z Compiling either v1.15.0
17162026-08-21T17:19:27.439Z Compiling jiff-core v0.1.0
17172026-08-21T17:19:27.474Z Compiling same-file v1.0.6
17182026-08-21T17:19:27.570Z Compiling bitflags v1.3.2
17192026-08-21T17:19:27.585Z Compiling managed v0.8.0
17202026-08-21T17:19:27.624Z Compiling foldhash v0.1.5
17212026-08-21T17:19:27.648Z Compiling libbz2-rs-sys v0.2.2
17222026-08-21T17:19:27.662Z Compiling walkdir v2.5.0
17232026-08-21T17:19:27.666Z Compiling zopfli v0.8.3
17242026-08-21T17:19:27.751Z Compiling hashbrown v0.15.5
17252026-08-21T17:19:27.822Z Compiling sec1 v0.7.3
17262026-08-21T17:19:27.992Z Compiling hyper-util v0.1.20
17272026-08-21T17:19:28.007Z Compiling test-strategy v0.4.5
17282026-08-21T17:19:28.119Z Compiling bzip2 v0.6.1
17292026-08-21T17:19:28.329Z Compiling jiff v0.2.34
17302026-08-21T17:19:28.362Z Compiling supports-color v3.0.2
17312026-08-21T17:19:28.401Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17322026-08-21T17:19:28.486Z Compiling dof v0.3.0
17332026-08-21T17:19:28.571Z Compiling textwrap v0.16.2
17342026-08-21T17:19:28.610Z Compiling snafu v0.8.9
17352026-08-21T17:19:28.631Z Compiling hashbrown v0.16.1
17362026-08-21T17:19:28.659Z Compiling cargo_metadata v0.23.1
17372026-08-21T17:19:28.812Z Compiling strum v0.27.2
17382026-08-21T17:19:28.956Z Compiling group v0.13.0
17392026-08-21T17:19:28.991Z Compiling phf v0.13.1
17402026-08-21T17:19:29.004Z Compiling hubpack v0.1.2
17412026-08-21T17:19:29.054Z Compiling signal-hook-mio v0.2.5
17422026-08-21T17:19:29.151Z Compiling futures v0.3.32
17432026-08-21T17:19:29.167Z Compiling cookie_store v0.22.1
17442026-08-21T17:19:29.252Z Compiling zstd v0.13.3
17452026-08-21T17:19:29.258Z Compiling cipher v0.5.2
17462026-08-21T17:19:29.269Z Compiling postgres-types v0.2.12
17472026-08-21T17:19:29.272Z Compiling backtrace-ext v0.2.1
17482026-08-21T17:19:29.476Z Compiling hyper-tls v0.6.0
17492026-08-21T17:19:29.512Z Compiling serde_with_macros v3.21.0
17502026-08-21T17:19:29.658Z Compiling reqwest v0.12.28
17512026-08-21T17:19:29.725Z Compiling globset v0.4.18
17522026-08-21T17:19:29.739Z Compiling usdt-macro v0.6.0
17532026-08-21T17:19:29.770Z Compiling usdt-attr-macro v0.6.0
17542026-08-21T17:19:29.841Z Compiling byte-wrapper v0.1.0
17552026-08-21T17:19:29.857Z Compiling hkdf v0.12.4
17562026-08-21T17:19:29.857Z Compiling ed25519 v2.2.3
17572026-08-21T17:19:30.027Z Compiling crypto-bigint v0.5.5
17582026-08-21T17:19:30.044Z Compiling olpc-cjson v0.1.4
17592026-08-21T17:19:30.192Z Compiling serde_plain v1.0.2
17602026-08-21T17:19:30.222Z Compiling serde-big-array v0.5.1
17612026-08-21T17:19:30.322Z Compiling dtrace-parser v0.2.0
17622026-08-21T17:19:30.384Z Compiling enum-as-inner v0.6.1
17632026-08-21T17:19:30.411Z Compiling miette-derive v7.6.0
17642026-08-21T17:19:30.425Z Compiling async-recursion v1.1.1
17652026-08-21T17:19:30.560Z Compiling strum_macros v0.26.4
17662026-08-21T17:19:30.632Z Compiling serde_repr v0.1.20
17672026-08-21T17:19:30.655Z Compiling phf_shared v0.11.3
17682026-08-21T17:19:30.693Z Compiling float-cmp v0.10.0
17692026-08-21T17:19:30.790Z Compiling pem v3.0.6
17702026-08-21T17:19:30.889Z Compiling thread-id v4.2.2
17712026-08-21T17:19:30.904Z Compiling memmap2 v0.9.10
17722026-08-21T17:19:30.951Z Compiling typed-path v0.9.3
17732026-08-21T17:19:30.989Z Compiling winnow v1.0.3
17742026-08-21T17:19:31.081Z Compiling fixedbitset v0.4.2
17752026-08-21T17:19:31.141Z Compiling fixedbitset v0.5.7
17762026-08-21T17:19:31.158Z Compiling normalize-line-endings v0.3.0
17772026-08-21T17:19:31.178Z Compiling precomputed-hash v0.1.1
17782026-08-21T17:19:31.247Z Compiling supports-unicode v3.0.0
17792026-08-21T17:19:31.265Z Compiling supports-hyperlinks v3.2.0
17802026-08-21T17:19:31.279Z Compiling whoami v2.1.0
17812026-08-21T17:19:31.316Z Compiling new_debug_unreachable v1.0.6
17822026-08-21T17:19:31.351Z Compiling predicates-core v1.0.10
17832026-08-21T17:19:31.398Z Compiling data-encoding v2.10.0
17842026-08-21T17:19:31.414Z Compiling cpufeatures v0.3.0
17852026-08-21T17:19:31.433Z Compiling difflib v0.4.0
17862026-08-21T17:19:31.471Z Compiling static_assertions v1.1.0
17872026-08-21T17:19:31.502Z Compiling keccak v0.1.6
17882026-08-21T17:19:31.584Z Compiling const-oid v0.10.2
17892026-08-21T17:19:31.594Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17902026-08-21T17:19:31.642Z Compiling tokio-postgres v0.7.16
17912026-08-21T17:19:31.657Z Compiling miette v7.6.0
17922026-08-21T17:19:31.676Z Compiling sha3 v0.10.8
17932026-08-21T17:19:31.778Z Compiling digest v0.11.3
17942026-08-21T17:19:31.981Z Compiling toml_parser v1.1.2+spec-1.1.0
17952026-08-21T17:19:32.022Z Compiling hickory-proto v0.25.2
17962026-08-21T17:19:32.037Z Compiling predicates v3.1.4
17972026-08-21T17:19:32.122Z Compiling chacha20 v0.10.0
17982026-08-21T17:19:32.127Z Compiling string_cache v0.8.9
17992026-08-21T17:19:32.167Z Compiling petgraph v0.8.3
18002026-08-21T17:19:32.220Z Compiling petgraph v0.6.5
18012026-08-21T17:19:32.225Z Compiling toml_edit v0.22.27
18022026-08-21T17:19:32.278Z Compiling usdt v0.6.0
18032026-08-21T17:19:32.370Z Compiling elliptic-curve v0.13.8
18042026-08-21T17:19:32.407Z Compiling strum v0.26.3
18052026-08-21T17:19:32.496Z Compiling usdt-impl v0.5.0
18062026-08-21T17:19:32.534Z Compiling serde_with v3.21.0
18072026-08-21T17:19:32.566Z Compiling zip v4.6.1
18082026-08-21T17:19:32.632Z Compiling crossterm v0.28.1
18092026-08-21T17:19:32.710Z Compiling ed25519-dalek v2.2.0
18102026-08-21T17:19:32.799Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18112026-08-21T17:19:33.253Z Compiling iddqd v0.4.2
18122026-08-21T17:19:33.518Z Compiling itertools v0.13.0
18132026-08-21T17:19:33.521Z Compiling itertools v0.15.0
18142026-08-21T17:19:33.737Z Compiling heck v0.4.1
18152026-08-21T17:19:33.881Z Compiling similar v2.7.0
18162026-08-21T17:19:33.935Z Compiling tokio-stream v0.1.18
18172026-08-21T17:19:33.947Z Compiling crossbeam-epoch v0.9.18
18182026-08-21T17:19:33.974Z Compiling buf-list v1.1.2
18192026-08-21T17:19:34.146Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18202026-08-21T17:19:34.273Z Compiling openapiv3 v2.2.0
18212026-08-21T17:19:34.287Z Compiling peg-runtime v0.8.5
18222026-08-21T17:19:34.320Z Compiling lalrpop-util v0.19.12
18232026-08-21T17:19:34.343Z Compiling thread_local v1.1.9
18242026-08-21T17:19:34.390Z Compiling slog-async v2.8.0
18252026-08-21T17:19:34.405Z Compiling crossbeam-channel v0.5.15
18262026-08-21T17:19:34.460Z Compiling filetime v0.2.27
18272026-08-21T17:19:34.522Z Compiling is-terminal v0.4.17
18282026-08-21T17:19:34.537Z Compiling xattr v1.6.1
18292026-08-21T17:19:34.542Z Compiling term v1.2.1
18302026-08-21T17:19:34.590Z Compiling take_mut v0.2.2
18312026-08-21T17:19:34.610Z Compiling camino-tempfile v1.4.1
18322026-08-21T17:19:34.683Z Compiling tar v0.4.46
18332026-08-21T17:19:34.854Z Compiling slog-term v2.9.2
18342026-08-21T17:19:51.996Z Compiling rustls-webpki v0.103.13
18352026-08-21T17:19:54.673Z Compiling tokio-rustls v0.26.4
18362026-08-21T17:19:54.674Z Compiling rustls-platform-verifier v0.6.2
18372026-08-21T17:19:54.685Z Compiling tough v0.22.0
18382026-08-21T17:19:54.941Z Compiling hyper-rustls v0.27.7
18392026-08-21T17:19:55.113Z Compiling reqwest v0.13.2
18402026-08-21T17:19:57.219Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18412026-08-21T17:19:57.455Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18422026-08-21T17:20:00.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.10s
18432026-08-21T17:20:00.433Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18442026-08-21T17:20:00.492ZAug 21 17:19:59.181 INFO Starting download, target: DendriteStub
18452026-08-21T17:20:00.492ZAug 21 17:19:59.182 INFO Starting download, target: Clickhouse
18462026-08-21T17:20:00.492ZAug 21 17:19:59.182 INFO Starting download, target: Cockroach
18472026-08-21T17:20:00.492ZAug 21 17:19:59.182 INFO Starting download, target: MaghemiteDdmd
18482026-08-21T17:20:00.492ZAug 21 17:19:59.182 INFO Starting download, target: MaghemiteMgd
18492026-08-21T17:20:00.493ZAug 21 17:19:59.182 INFO Starting download, target: Console
18502026-08-21T17:20:00.514ZAug 21 17:19:59.182 INFO Starting download, target: TransceiverControl
18512026-08-21T17:20:00.515ZAug 21 17:19:59.182 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18522026-08-21T17:20:00.515ZAug 21 17:19:59.182 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18532026-08-21T17:20:00.515ZAug 21 17:19:59.182 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18542026-08-21T17:20:00.515ZAug 21 17:19:59.182 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18552026-08-21T17:20:00.515ZAug 21 17:19:59.182 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18562026-08-21T17:20:00.515ZAug 21 17:19:59.182 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18572026-08-21T17:20:00.515ZAug 21 17:19:59.182 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18582026-08-21T17:20:01.873ZAug 21 17:20:00.565 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18592026-08-21T17:20:02.241ZAug 21 17:20:00.790 INFO Download complete, target: TransceiverControl
18602026-08-21T17:20:02.687ZAug 21 17:20:00.951 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18612026-08-21T17:20:02.708ZAug 21 17:20:01.008 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18622026-08-21T17:20:02.708ZAug 21 17:20:01.203 INFO Download complete, target: Console
18632026-08-21T17:20:03.221ZAug 21 17:20:01.880 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18642026-08-21T17:20:05.058ZAug 21 17:20:03.757 INFO Download complete, target: MaghemiteDdmd
18652026-08-21T17:20:06.451ZAug 21 17:20:05.147 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18662026-08-21T17:20:06.560ZAug 21 17:20:05.260 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18672026-08-21T17:20:06.768ZAug 21 17:20:05.468 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18682026-08-21T17:20:06.769ZAug 21 17:20:05.468 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18692026-08-21T17:20:09.252ZAug 21 17:20:07.952 INFO Download complete, target: MaghemiteMgd
18702026-08-21T17:20:09.330ZAug 21 17:20:08.029 INFO Download complete, target: DendriteStub
18712026-08-21T17:20:09.372ZAug 21 17:20:08.072 INFO Checking that binary works, target: Clickhouse
18722026-08-21T17:20:09.457ZAug 21 17:20:08.157 INFO Download complete, target: Clickhouse
18732026-08-21T17:20:11.518ZAug 21 17:20:10.205 INFO Checking that binary works, target: Cockroach
18742026-08-21T17:20:11.639ZAug 21 17:20:10.328 INFO Download complete, target: Cockroach
18752026-08-21T17:20:11.661ZAll prerequisites installed successfully
18762026-08-21T17:20:11.661Z
18772026-08-21T17:20:11.661Zreal 1:30.001834190
18782026-08-21T17:20:11.661Zuser 7:12.628331613
18792026-08-21T17:20:11.661Zsys 1:42.520868141
18802026-08-21T17:20:11.661Ztrap 0.258008212
18812026-08-21T17:20:11.661Ztflt 0.882114407
18822026-08-21T17:20:11.661Zdflt 1.572016818
18832026-08-21T17:20:11.661Zkflt 0.025716576
18842026-08-21T17:20:11.662Zlock 27:29.365016538
18852026-08-21T17:20:11.662Zslp 19:32.392102325
18862026-08-21T17:20:11.662Zlat 23.977107438
18872026-08-21T17:20:11.662Zstop 2:52.013693496
18882026-08-21T17:20:11.662Z+ source ./tools/include/force-git-over-https.sh
18892026-08-21T17:20:11.662Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18902026-08-21T17:20:11.662Z++ (( i = 0 ))
18912026-08-21T17:20:11.662Z++ (( i < 5 ))
18922026-08-21T17:20:11.662Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18932026-08-21T17:20:11.662Z++ (( i++ ))
18942026-08-21T17:20:11.662Z++ (( i < 5 ))
18952026-08-21T17:20:11.662Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18962026-08-21T17:20:11.662Z++ (( i++ ))
18972026-08-21T17:20:11.662Z++ (( i < 5 ))
18982026-08-21T17:20:11.662Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18992026-08-21T17:20:11.662Z++ (( i++ ))
19002026-08-21T17:20:11.662Z++ (( i < 5 ))
19012026-08-21T17:20:11.662Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19022026-08-21T17:20:11.662Z++ (( i++ ))
19032026-08-21T17:20:11.663Z++ (( i < 5 ))
19042026-08-21T17:20:11.663Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19052026-08-21T17:20:11.663Z++ (( i++ ))
19062026-08-21T17:20:11.663Z++ (( i < 5 ))
19072026-08-21T17:20:11.663Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19082026-08-21T17:20:11.663Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19092026-08-21T17:20:11.663Z+ rc=0
19102026-08-21T17:20:11.663Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19112026-08-21T17:20:21.612Z+ case $rc in
19122026-08-21T17:20:21.612Z+ pfexec zfs create -p rpool/images/build/host
19132026-08-21T17:20:21.822Z+ pfexec zfs create -p rpool/images/build/recovery
19142026-08-21T17:20:21.897Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19152026-08-21T17:20:22.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19162026-08-21T17:20:22.359Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19172026-08-21T17:20:23.196Z Compiling proc-macro2 v1.0.106
19182026-08-21T17:20:23.199Z Compiling quote v1.0.45
19192026-08-21T17:20:23.199Z Compiling unicode-ident v1.0.24
19202026-08-21T17:20:23.199Z Compiling serde_core v1.0.228
19212026-08-21T17:20:23.199Z Compiling libc v0.2.185
19222026-08-21T17:20:23.199Z Compiling serde v1.0.228
19232026-08-21T17:20:23.199Z Compiling cfg-if v1.0.4
19242026-08-21T17:20:23.200Z Compiling find-msvc-tools v0.1.9
19252026-08-21T17:20:23.200Z Compiling shlex v1.3.0
19262026-08-21T17:20:23.200Z Compiling autocfg v1.5.0
19272026-08-21T17:20:23.327Z Compiling version_check v0.9.5
19282026-08-21T17:20:23.330Z Compiling zerocopy v0.8.55
19292026-08-21T17:20:23.330Z Compiling memchr v2.8.0
19302026-08-21T17:20:23.330Z Compiling portable-atomic v1.13.1
19312026-08-21T17:20:23.330Z Compiling zmij v1.0.21
19322026-08-21T17:20:23.454Z Compiling serde_json v1.0.151
19332026-08-21T17:20:23.507Z Compiling libm v0.2.16
19342026-08-21T17:20:23.596Z Compiling getrandom v0.3.4
19352026-08-21T17:20:23.773Z Compiling parking_lot_core v0.9.12
19362026-08-21T17:20:23.777Z Compiling pkg-config v0.3.32
19372026-08-21T17:20:23.802Z Compiling generic-array v0.14.7
19382026-08-21T17:20:23.843Z Compiling icu_properties_data v2.1.2
19392026-08-21T17:20:23.859Z Compiling icu_normalizer_data v2.1.1
19402026-08-21T17:20:23.862Z Compiling num-traits v0.2.19
19412026-08-21T17:20:23.863Z Compiling smallvec v1.15.1
19422026-08-21T17:20:23.863Z Compiling rustix v1.1.4
19432026-08-21T17:20:23.915Z Compiling getrandom v0.4.3
19442026-08-21T17:20:23.989Z Compiling log v0.4.33
19452026-08-21T17:20:24.021Z Compiling itoa v1.0.17
19462026-08-21T17:20:24.054Z Compiling subtle v2.6.1
19472026-08-21T17:20:24.153Z Compiling stable_deref_trait v1.2.1
19482026-08-21T17:20:24.167Z Compiling scopeguard v1.2.0
19492026-08-21T17:20:24.239Z Compiling jobserver v0.1.34
19502026-08-21T17:20:24.256Z Compiling errno v0.3.14
19512026-08-21T17:20:24.260Z Compiling typenum v1.20.1
19522026-08-21T17:20:24.309Z Compiling lock_api v0.4.14
19532026-08-21T17:20:24.313Z Compiling heck v0.5.0
19542026-08-21T17:20:24.313Z Compiling critical-section v1.2.0
19552026-08-21T17:20:24.421Z Compiling thiserror v2.0.18
19562026-08-21T17:20:24.451Z Compiling cc v1.2.56
19572026-08-21T17:20:24.571Z Compiling syn v2.0.117
19582026-08-21T17:20:24.632Z Compiling getrandom v0.2.17
19592026-08-21T17:20:24.679Z Compiling dunce v1.0.5
19602026-08-21T17:20:24.709Z Compiling fs_extra v1.3.0
19612026-08-21T17:20:24.785Z Compiling writeable v0.6.2
19622026-08-21T17:20:24.801Z Compiling rand_core v0.6.4
19632026-08-21T17:20:24.866Z Compiling litemap v0.8.1
19642026-08-21T17:20:24.870Z Compiling percent-encoding v2.3.2
19652026-08-21T17:20:24.920Z Compiling once_cell v1.21.3
19662026-08-21T17:20:24.994Z Compiling const-oid v0.9.6
19672026-08-21T17:20:25.100Z Compiling pin-project-lite v0.2.17
19682026-08-21T17:20:25.151Z Compiling schemars v0.8.22
19692026-08-21T17:20:25.163Z Compiling cmake v0.1.57
19702026-08-21T17:20:25.273Z Compiling equivalent v1.0.2
19712026-08-21T17:20:25.276Z Compiling signal-hook-registry v1.4.8
19722026-08-21T17:20:25.393Z Compiling bitflags v2.11.0
19732026-08-21T17:20:25.396Z Compiling semver v1.0.28
19742026-08-21T17:20:25.441Z Compiling rand_core v0.10.0
19752026-08-21T17:20:25.607Z Compiling aws-lc-rs v1.16.3
19762026-08-21T17:20:25.641Z Compiling rustversion v1.0.22
19772026-08-21T17:20:25.686Z Compiling futures-core v0.3.32
19782026-08-21T17:20:25.723Z Compiling parking_lot v0.12.5
19792026-08-21T17:20:25.754Z Compiling aws-lc-sys v0.40.0
19802026-08-21T17:20:25.867Z Compiling mio v1.2.0
19812026-08-21T17:20:25.962Z Compiling crc32fast v1.5.0
19822026-08-21T17:20:25.978Z Compiling utf8_iter v1.0.4
19832026-08-21T17:20:26.089Z Compiling form_urlencoded v1.2.2
19842026-08-21T17:20:26.246Z Compiling hashbrown v0.17.0
19852026-08-21T17:20:26.274Z Compiling fnv v1.0.7
19862026-08-21T17:20:26.358Z Compiling byteorder v1.5.0
19872026-08-21T17:20:26.381Z Compiling vcpkg v0.2.15
19882026-08-21T17:20:26.395Z Compiling syn v1.0.109
19892026-08-21T17:20:26.430Z Compiling strsim v0.11.1
19902026-08-21T17:20:26.603Z Compiling socket2 v0.6.3
19912026-08-21T17:20:26.740Z Compiling radium v0.7.0
19922026-08-21T17:20:26.770Z Compiling futures-sink v0.3.32
19932026-08-21T17:20:26.773Z Compiling httparse v1.10.1
19942026-08-21T17:20:26.899Z Compiling indexmap v2.14.0
19952026-08-21T17:20:26.944Z Compiling futures-channel v0.3.32
19962026-08-21T17:20:27.020Z Compiling openssl-sys v0.9.117
19972026-08-21T17:20:27.035Z Compiling futures-io v0.3.32
19982026-08-21T17:20:27.051Z Compiling futures-task v0.3.32
19992026-08-21T17:20:27.068Z Compiling thiserror v1.0.69
20002026-08-21T17:20:27.097Z Compiling iana-time-zone v0.1.65
20012026-08-21T17:20:27.112Z Compiling slab v0.4.12
20022026-08-21T17:20:27.245Z Compiling base64 v0.22.1
20032026-08-21T17:20:27.248Z Compiling maybe-uninit v2.0.0
20042026-08-21T17:20:27.297Z Compiling rustls v0.23.41
20052026-08-21T17:20:27.393Z Compiling rustc_version v0.4.1
20062026-08-21T17:20:27.409Z Compiling synstructure v0.13.2
20072026-08-21T17:20:27.439Z Compiling serde_derive_internals v0.29.1
20082026-08-21T17:20:27.707Z Compiling uuid v1.23.4
20092026-08-21T17:20:27.711Z Compiling bzip2-sys v0.1.13+1.0.8
20102026-08-21T17:20:27.774Z Compiling ahash v0.8.12
20112026-08-21T17:20:27.806Z Compiling base64ct v1.8.3
20122026-08-21T17:20:27.809Z Compiling num-bigint-dig v0.8.6
20132026-08-21T17:20:27.836Z Compiling ucd-trie v0.1.7
20142026-08-21T17:20:27.839Z Compiling regex-syntax v0.8.10
20152026-08-21T17:20:27.863Z Compiling packed_struct v0.10.1
20162026-08-21T17:20:27.883Z Compiling ident_case v1.0.1
20172026-08-21T17:20:28.022Z Compiling pest v2.8.6
20182026-08-21T17:20:28.044Z Compiling rand_core v0.9.5
20192026-08-21T17:20:28.070Z Compiling pem-rfc7468 v0.7.0
20202026-08-21T17:20:28.113Z Compiling dyn-clone v1.0.20
20212026-08-21T17:20:28.151Z Compiling flagset v0.4.7
20222026-08-21T17:20:28.171Z Compiling openssl v0.10.80
20232026-08-21T17:20:28.286Z Compiling fastrand v2.3.0
20242026-08-21T17:20:28.395Z Compiling indexmap v1.9.3
20252026-08-21T17:20:28.424Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20262026-08-21T17:20:28.524Z Compiling tempfile v3.27.0
20272026-08-21T17:20:28.541Z Compiling simd-adler32 v0.3.8
20282026-08-21T17:20:28.672Z Compiling paste v1.0.15
20292026-08-21T17:20:28.696Z Compiling serde_derive v1.0.228
20302026-08-21T17:20:28.719Z Compiling zeroize_derive v1.5.0
20312026-08-21T17:20:28.723Z Compiling zerofrom-derive v0.1.6
20322026-08-21T17:20:28.799Z Compiling zerocopy-derive v0.8.55
20332026-08-21T17:20:28.854Z Compiling yoke-derive v0.8.1
20342026-08-21T17:20:28.867Z Compiling zerovec-derive v0.11.2
20352026-08-21T17:20:28.946Z Compiling displaydoc v0.2.5
20362026-08-21T17:20:28.962Z Compiling tokio-macros v2.7.0
20372026-08-21T17:20:28.978Z Compiling futures-macro v0.3.32
20382026-08-21T17:20:29.159Z Compiling thiserror-impl v2.0.18
20392026-08-21T17:20:29.326Z Compiling der_derive v0.7.3
20402026-08-21T17:20:29.341Z Compiling schemars_derive v0.8.22
20412026-08-21T17:20:29.375Z Compiling tracing-attributes v0.1.31
20422026-08-21T17:20:29.634Z Compiling thiserror-impl v1.0.69
20432026-08-21T17:20:29.705Z Compiling clap_derive v4.6.1
20442026-08-21T17:20:29.763Z Compiling futures-util v0.3.32
20452026-08-21T17:20:29.854Z Compiling zerofrom v0.1.6
20462026-08-21T17:20:29.997Z Compiling yoke v0.8.1
20472026-08-21T17:20:30.215Z Compiling zerovec v0.11.5
20482026-08-21T17:20:30.276Z Compiling zerotrie v0.2.3
20492026-08-21T17:20:30.502Z Compiling packed_struct_codegen v0.10.1
20502026-08-21T17:20:30.683Z Compiling pest_meta v2.8.6
20512026-08-21T17:20:30.722Z Compiling bitfield-macros v0.19.4
20522026-08-21T17:20:30.735Z Compiling zerocopy-derive v0.6.6
20532026-08-21T17:20:30.754Z Compiling tinystr v0.8.2
20542026-08-21T17:20:30.754Z Compiling potential_utf v0.1.4
20552026-08-21T17:20:30.988Z Compiling icu_locale_core v2.1.1
20562026-08-21T17:20:31.004Z Compiling icu_collections v2.1.1
20572026-08-21T17:20:31.351Z Compiling pest_generator v2.8.6
20582026-08-21T17:20:31.498Z Compiling openssl-macros v0.1.1
20592026-08-21T17:20:31.520Z Compiling cpufeatures v0.2.17
20602026-08-21T17:20:31.604Z Compiling native-tls v0.2.18
20612026-08-21T17:20:31.683Z Compiling scroll_derive v0.13.1
20622026-08-21T17:20:31.714Z Compiling icu_provider v2.1.1
20632026-08-21T17:20:31.960Z Compiling zeroize v1.9.0
20642026-08-21T17:20:32.002Z Compiling bytes v1.11.1
20652026-08-21T17:20:32.033Z Compiling icu_normalizer v2.1.1
20662026-08-21T17:20:32.099Z Compiling icu_properties v2.1.2
20672026-08-21T17:20:32.106Z Compiling chrono v0.4.45
20682026-08-21T17:20:32.480Z Compiling der v0.7.10
20692026-08-21T17:20:32.521Z Compiling tokio v1.52.1
20702026-08-21T17:20:32.536Z Compiling hex v0.4.3
20712026-08-21T17:20:32.800Z Compiling crypto-common v0.1.7
20722026-08-21T17:20:32.851Z Compiling block-buffer v0.10.4
20732026-08-21T17:20:32.968Z Compiling idna_adapter v1.2.1
20742026-08-21T17:20:33.030Z Compiling digest v0.10.7
20752026-08-21T17:20:33.141Z Compiling idna v1.1.0
20762026-08-21T17:20:33.290Z Compiling ppv-lite86 v0.2.21
20772026-08-21T17:20:33.319Z Compiling pest_derive v2.8.6
20782026-08-21T17:20:33.450Z Compiling url v2.5.8
20792026-08-21T17:20:33.546Z Compiling spki v0.7.3
20802026-08-21T17:20:33.761Z Compiling rand_chacha v0.9.0
20812026-08-21T17:20:33.858Z Compiling adler2 v2.0.1
20822026-08-21T17:20:34.016Z Compiling rand v0.9.2
20832026-08-21T17:20:34.059Z Compiling crossbeam-utils v0.8.21
20842026-08-21T17:20:34.085Z Compiling utf8parse v0.2.2
20852026-08-21T17:20:34.123Z Compiling anstyle v1.0.14
20862026-08-21T17:20:34.184Z Compiling camino v1.2.5
20872026-08-21T17:20:34.206Z Compiling anstyle-parse v1.0.0
20882026-08-21T17:20:34.221Z Compiling miniz_oxide v0.8.9
20892026-08-21T17:20:34.443Z Compiling pkcs8 v0.10.2
20902026-08-21T17:20:34.467Z Compiling sha2 v0.10.9
20912026-08-21T17:20:34.514Z Compiling http v1.4.2
20922026-08-21T17:20:34.738Z Compiling rustls-pki-types v1.14.0
20932026-08-21T17:20:34.853Z Compiling daft-derive v0.1.7
20942026-08-21T17:20:35.245Z Compiling terminal_size v0.4.3
20952026-08-21T17:20:35.402Z Compiling spin v0.9.8
20962026-08-21T17:20:35.426Z Compiling num-conv v0.2.0
20972026-08-21T17:20:35.442Z Compiling anstyle-query v1.1.5
20982026-08-21T17:20:35.464Z Compiling colorchoice v1.0.4
20992026-08-21T17:20:35.517Z Compiling time-core v0.1.8
21002026-08-21T17:20:35.561Z Compiling is_terminal_polyfill v1.70.2
21012026-08-21T17:20:35.576Z Compiling tinyvec_macros v0.1.1
21022026-08-21T17:20:35.623Z Compiling structmeta-derive v0.3.0
21032026-08-21T17:20:35.654Z Compiling anstream v1.0.0
21042026-08-21T17:20:35.669Z Compiling tinyvec v1.10.0
21052026-08-21T17:20:35.682Z Compiling async-trait v0.1.89
21062026-08-21T17:20:35.686Z Compiling time-macros v0.2.27
21072026-08-21T17:20:35.716Z Compiling tracing-core v0.1.36
21082026-08-21T17:20:35.857Z Compiling object v0.37.3
21092026-08-21T17:20:36.132Z Compiling cmov v0.5.4
21102026-08-21T17:20:36.151Z Compiling untrusted v0.7.1
21112026-08-21T17:20:36.181Z Compiling plain v0.2.3
21122026-08-21T17:20:36.210Z Compiling tracing v0.1.44
21132026-08-21T17:20:36.290Z Compiling tokio-util v0.7.18
21142026-08-21T17:20:36.383Z Compiling ctutils v0.4.2
21152026-08-21T17:20:36.408Z Compiling http-body v1.0.1
21162026-08-21T17:20:36.628Z Compiling serde_spanned v0.6.9
21172026-08-21T17:20:36.643Z Compiling toml_datetime v0.6.11
21182026-08-21T17:20:36.660Z Compiling pin-project-internal v1.1.11
21192026-08-21T17:20:36.674Z Compiling structmeta v0.3.0
21202026-08-21T17:20:36.779Z Compiling slog v2.8.2
21212026-08-21T17:20:36.845Z Compiling wait-timeout v0.2.1
21222026-08-21T17:20:36.875Z Compiling cookie v0.18.1
21232026-08-21T17:20:36.905Z Compiling zstd-safe v7.2.4
21242026-08-21T17:20:36.919Z Compiling tap v1.0.1
21252026-08-21T17:20:36.923Z Compiling untrusted v0.9.0
21262026-08-21T17:20:37.075Z Compiling quick-error v1.2.3
21272026-08-21T17:20:37.150Z Compiling bit-vec v0.8.0
21282026-08-21T17:20:37.215Z Compiling openssl-probe v0.2.1
21292026-08-21T17:20:37.234Z Compiling clap_lex v1.0.0
21302026-08-21T17:20:37.368Z Compiling bit-set v0.8.0
21312026-08-21T17:20:37.449Z Compiling clap_builder v4.6.0
21322026-08-21T17:20:37.485Z Compiling rusty-fork v0.3.1
21332026-08-21T17:20:37.577Z Compiling wyz v0.5.1
21342026-08-21T17:20:37.592Z Compiling derive-ex v0.1.8
21352026-08-21T17:20:37.748Z Compiling hybrid-array v0.4.13
21362026-08-21T17:20:37.762Z Compiling unicode-normalization v0.1.25
21372026-08-21T17:20:37.829Z Compiling rand_chacha v0.3.1
21382026-08-21T17:20:37.882Z Compiling signature v2.2.0
21392026-08-21T17:20:38.022Z Compiling scroll_derive v0.12.1
21402026-08-21T17:20:38.046Z Compiling rand_xorshift v0.4.0
21412026-08-21T17:20:38.074Z Compiling heapless v0.7.17
21422026-08-21T17:20:38.302Z Compiling num-integer v0.1.46
21432026-08-21T17:20:38.320Z Compiling aho-corasick v1.1.4
21442026-08-21T17:20:38.345Z Compiling atomic-waker v1.1.2
21452026-08-21T17:20:38.453Z Compiling try-lock v0.2.5
21462026-08-21T17:20:38.476Z Compiling tower-service v0.3.3
21472026-08-21T17:20:38.520Z Compiling zlib-rs v0.6.2
21482026-08-21T17:20:38.586Z Compiling unarray v0.1.4
21492026-08-21T17:20:38.601Z Compiling tower-layer v0.3.3
21502026-08-21T17:20:38.769Z Compiling signal-hook v0.3.18
21512026-08-21T17:20:38.772Z Compiling pretty-hex v0.4.1
21522026-08-21T17:20:38.800Z Compiling funty v2.0.0
21532026-08-21T17:20:38.803Z Compiling anyhow v1.0.104
21542026-08-21T17:20:38.937Z Compiling usdt-impl v0.6.0
21552026-08-21T17:20:38.978Z Compiling rustix v0.38.44
21562026-08-21T17:20:38.995Z Compiling h2 v0.4.15
21572026-08-21T17:20:39.095Z Compiling test-strategy v0.4.5
21582026-08-21T17:20:39.167Z Compiling bitvec v1.0.1
21592026-08-21T17:20:39.182Z Compiling regex-automata v0.4.14
21602026-08-21T17:20:39.208Z Compiling want v0.3.1
21612026-08-21T17:20:39.344Z Compiling clap v4.6.1
21622026-08-21T17:20:39.385Z Compiling proptest v1.11.0
21632026-08-21T17:20:39.473Z Compiling num-iter v0.1.45
21642026-08-21T17:20:39.954Z Compiling rand v0.8.6
21652026-08-21T17:20:40.273Z Compiling lazy_static v1.5.0
21662026-08-21T17:20:40.397Z Compiling ipnetwork v0.21.1
21672026-08-21T17:20:40.429Z Compiling scroll v0.13.0
21682026-08-21T17:20:40.650Z Compiling flate2 v1.1.9
21692026-08-21T17:20:40.775Z Compiling ipnet v2.12.0
21702026-08-21T17:20:40.981Z Compiling snafu-derive v0.8.9
21712026-08-21T17:20:41.188Z Compiling strum_macros v0.26.4
21722026-08-21T17:20:41.920Z Compiling darling_core v0.20.11
21732026-08-21T17:20:42.060Z Compiling darling_core v0.23.0
21742026-08-21T17:20:42.667Z Compiling winnow v0.5.40
21752026-08-21T17:20:42.713Z Compiling httpdate v1.0.3
21762026-08-21T17:20:42.800Z Compiling nodrop v0.1.14
21772026-08-21T17:20:42.897Z Compiling foreign-types-shared v0.1.1
21782026-08-21T17:20:42.955Z Compiling crc-catalog v2.4.0
21792026-08-21T17:20:43.050Z Compiling foreign-types v0.3.2
21802026-08-21T17:20:43.156Z Compiling crc v3.4.0
21812026-08-21T17:20:43.183Z Compiling array-init v0.0.4
21822026-08-21T17:20:43.287Z Compiling hyper v1.10.1
21832026-08-21T17:20:43.519Z Compiling newtype-uuid v1.3.2
21842026-08-21T17:20:43.909Z Compiling darling_macro v0.20.11
21852026-08-21T17:20:44.180Z Compiling darling_macro v0.23.0
21862026-08-21T17:20:44.333Z Compiling toml_edit v0.19.15
21872026-08-21T17:20:44.422Z Compiling oxnet v0.1.6
21882026-08-21T17:20:44.441Z Compiling goblin v0.10.5
21892026-08-21T17:20:44.493Z Compiling smallvec v0.6.14
21902026-08-21T17:20:44.768Z Compiling pkcs1 v0.7.5
21912026-08-21T17:20:45.382Z Compiling zerocopy v0.6.6
21922026-08-21T17:20:45.390Z Compiling bitfield v0.19.4
21932026-08-21T17:20:45.562Z Compiling zerocopy-derive v0.7.35
21942026-08-21T17:20:45.654Z Compiling curve25519-dalek v4.1.3
21952026-08-21T17:20:45.931Z Compiling env_filter v2.0.0
21962026-08-21T17:20:45.989Z Compiling memoffset v0.9.1
21972026-08-21T17:20:46.158Z Compiling litrs v1.0.0
21982026-08-21T17:20:46.177Z Compiling owo-colors v4.3.0
21992026-08-21T17:20:46.341Z Compiling smoltcp v0.9.1
22002026-08-21T17:20:46.447Z Compiling ref-cast v1.0.25
22012026-08-21T17:20:46.621Z Compiling base64 v0.21.7
22022026-08-21T17:20:46.673Z Compiling hashbrown v0.12.3
22032026-08-21T17:20:46.906Z Compiling document-features v0.2.12
22042026-08-21T17:20:47.049Z Compiling ron v0.8.1
22052026-08-21T17:20:47.158Z Compiling dof v0.4.0
22062026-08-21T17:20:47.500Z Compiling env_logger v0.11.11
22072026-08-21T17:20:47.597Z Compiling toml v0.7.8
22082026-08-21T17:20:47.678Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22092026-08-21T17:20:47.686Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22102026-08-21T17:20:47.865Z Compiling rsa v0.9.10
22112026-08-21T17:20:48.139Z Compiling hyper-util v0.1.20
22122026-08-21T17:20:48.201Z Compiling daft v0.1.7
22132026-08-21T17:20:48.217Z Compiling darling v0.23.0
22142026-08-21T17:20:48.311Z Compiling serde-hex v0.1.0
22152026-08-21T17:20:48.325Z Compiling darling v0.20.11
22162026-08-21T17:20:48.424Z Compiling bzip2 v0.4.4
22172026-08-21T17:20:48.481Z Compiling hashbrown v0.13.2
22182026-08-21T17:20:48.995Z Compiling dtrace-parser v0.3.0
22192026-08-21T17:20:49.030Z Compiling x509-cert v0.2.5
22202026-08-21T17:20:49.089Z Compiling hmac v0.12.1
22212026-08-21T17:20:49.351Z Compiling async-recursion v1.1.1
22222026-08-21T17:20:49.586Z Compiling sync_wrapper v1.0.2
22232026-08-21T17:20:49.709Z Compiling thread-id v5.1.0
22242026-08-21T17:20:49.736Z Compiling powerfmt v0.2.0
22252026-08-21T17:20:49.809Z Compiling cfg_aliases v0.2.1
22262026-08-21T17:20:49.975Z Compiling siphasher v1.0.2
22272026-08-21T17:20:50.138Z Compiling crc-any v2.5.0
22282026-08-21T17:20:50.244Z Compiling deranged v0.5.8
22292026-08-21T17:20:50.535Z Compiling nix v0.31.2
22302026-08-21T17:20:50.633Z Compiling tower v0.5.3
22312026-08-21T17:20:51.159Z Compiling object v0.30.4
22322026-08-21T17:20:51.367Z Compiling zip v0.6.6
22332026-08-21T17:20:51.559Z Compiling derive_builder_core v0.20.2
22342026-08-21T17:20:51.793Z Compiling serde_with_macros v3.21.0
22352026-08-21T17:20:52.238Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22362026-08-21T17:20:52.462Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22372026-08-21T17:20:52.526Z Compiling bstr v1.12.1
22382026-08-21T17:20:52.697Z Compiling block-buffer v0.12.1
22392026-08-21T17:20:52.717Z Compiling crypto-common v0.2.2
22402026-08-21T17:20:53.073Z Compiling http-body-util v0.1.3
22412026-08-21T17:20:53.205Z Compiling futures-executor v0.3.32
22422026-08-21T17:20:53.244Z Compiling serde_tokenstream v0.2.3
22432026-08-21T17:20:53.335Z Compiling erased-serde v0.3.31
22442026-08-21T17:20:53.542Z Compiling hubpack_derive v0.1.1
22452026-08-21T17:20:53.688Z Compiling strum_macros v0.27.2
22462026-08-21T17:20:53.702Z Compiling curve25519-dalek-derive v0.1.1
22472026-08-21T17:20:53.702Z Compiling ref-cast-impl v1.0.25
22482026-08-21T17:20:53.963Z Compiling fs-err v3.3.0
22492026-08-21T17:20:53.974Z Compiling usdt-impl v0.5.0
22502026-08-21T17:20:54.025Z Compiling allocator-api2 v0.2.21
22512026-08-21T17:20:54.075Z Compiling iri-string v0.7.10
22522026-08-21T17:20:54.203Z Compiling num_threads v0.1.7
22532026-08-21T17:20:54.326Z Compiling gimli v0.32.3
22542026-08-21T17:20:54.353Z Compiling ryu v1.0.23
22552026-08-21T17:20:54.700Z Compiling unicode-bidi v0.3.18
22562026-08-21T17:20:54.875Z Compiling path-slash v0.1.5
22572026-08-21T17:20:55.132Z Compiling same-file v1.0.6
22582026-08-21T17:20:55.268Z Compiling unicode-properties v0.1.4
22592026-08-21T17:20:55.297Z Compiling walkdir v2.5.0
22602026-08-21T17:20:55.428Z Compiling serde_urlencoded v0.7.1
22612026-08-21T17:20:55.487Z Compiling tower-http v0.6.8
22622026-08-21T17:20:55.913Z Compiling stringprep v0.1.5
22632026-08-21T17:20:55.923Z Compiling time v0.3.47
22642026-08-21T17:20:56.152Z Compiling addr2line v0.25.1
22652026-08-21T17:20:56.978Z Compiling futures v0.3.32
22662026-08-21T17:20:57.290Z Compiling derive_builder_macro v0.20.2
22672026-08-21T17:20:57.749Z Compiling tokio-native-tls v0.3.1
22682026-08-21T17:20:57.787Z Compiling strum v0.26.3
22692026-08-21T17:20:57.915Z Compiling block-padding v0.4.2
22702026-08-21T17:20:58.007Z Compiling scroll v0.12.0
22712026-08-21T17:20:58.048Z Compiling pin-project v1.1.11
22722026-08-21T17:20:58.079Z Compiling rustls-native-certs v0.8.3
22732026-08-21T17:20:58.185Z Compiling md-5 v0.10.6
22742026-08-21T17:20:58.203Z Compiling vergen-lib v9.1.0
22752026-08-21T17:20:58.217Z Compiling hash32 v0.2.1
22762026-08-21T17:20:58.347Z Compiling encoding_rs v0.8.35
22772026-08-21T17:20:58.401Z Compiling rustc-demangle v0.1.27
22782026-08-21T17:20:58.414Z Compiling mime v0.3.17
22792026-08-21T17:20:58.477Z Compiling jiff-core v0.1.0
22802026-08-21T17:20:58.608Z Compiling fallible-iterator v0.2.0
22812026-08-21T17:20:58.663Z Compiling cpufeatures v0.3.0
22822026-08-21T17:20:58.741Z Compiling psl-types v2.0.11
22832026-08-21T17:20:58.814Z Compiling goblin v0.8.2
22842026-08-21T17:20:58.880Z Compiling publicsuffix v2.3.0
22852026-08-21T17:20:58.986Z Compiling postgres-protocol v0.6.10
22862026-08-21T17:20:59.253Z Compiling snafu v0.8.9
22872026-08-21T17:20:59.416Z Compiling jiff v0.2.34
22882026-08-21T17:20:59.433Z Compiling inout v0.2.2
22892026-08-21T17:20:59.573Z Compiling backtrace v0.3.76
22902026-08-21T17:20:59.684Z Compiling hyper-tls v0.6.0
22912026-08-21T17:20:59.701Z Compiling derive_builder v0.20.2
22922026-08-21T17:21:00.128Z Compiling usdt-macro v0.6.0
22932026-08-21T17:21:00.166Z Compiling usdt-attr-macro v0.6.0
22942026-08-21T17:21:00.183Z Compiling globset v0.4.18
22952026-08-21T17:21:00.261Z Compiling phf_shared v0.13.1
22962026-08-21T17:21:00.287Z Compiling crossbeam-epoch v0.9.18
22972026-08-21T17:21:00.508Z Compiling zerocopy v0.7.35
22982026-08-21T17:21:00.624Z Compiling regex v1.12.3
22992026-08-21T17:21:00.932Z Compiling serde_plain v1.0.2
23002026-08-21T17:21:00.968Z Compiling enum-as-inner v0.6.1
23012026-08-21T17:21:01.112Z Compiling serde_repr v0.1.20
23022026-08-21T17:21:01.133Z Compiling miette-derive v7.6.0
23032026-08-21T17:21:01.143Z Compiling pem v3.0.6
23042026-08-21T17:21:01.161Z Compiling vergen v9.1.0
23052026-08-21T17:21:01.211Z Compiling cargo-platform v0.3.2
23062026-08-21T17:21:01.224Z Compiling ff v0.13.1
23072026-08-21T17:21:01.369Z Compiling filetime v0.2.27
23082026-08-21T17:21:01.377Z Compiling const-oid v0.10.2
23092026-08-21T17:21:01.481Z Compiling either v1.15.0
23102026-08-21T17:21:01.553Z Compiling unicode-linebreak v0.1.5
23112026-08-21T17:21:01.562Z Compiling bitflags v1.3.2
23122026-08-21T17:21:01.583Z Compiling unicode-segmentation v1.12.0
23132026-08-21T17:21:01.655Z Compiling bumpalo v3.20.2
23142026-08-21T17:21:01.703Z Compiling smawk v0.3.2
23152026-08-21T17:21:01.802Z Compiling libbz2-rs-sys v0.2.2
23162026-08-21T17:21:01.838Z Compiling typed-path v0.9.3
23172026-08-21T17:21:01.986Z Compiling foldhash v0.2.0
23182026-08-21T17:21:02.049Z Compiling managed v0.8.0
23192026-08-21T17:21:02.171Z Compiling xattr v1.6.1
23202026-08-21T17:21:02.218Z Compiling is_ci v1.2.0
23212026-08-21T17:21:02.308Z Compiling foldhash v0.1.5
23222026-08-21T17:21:02.368Z Compiling base16ct v0.2.0
23232026-08-21T17:21:02.394Z Compiling unicode-width v0.2.0
23242026-08-21T17:21:02.407Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23252026-08-21T17:21:02.431Z Compiling supports-color v3.0.2
23262026-08-21T17:21:02.440Z Compiling hashbrown v0.15.5
23272026-08-21T17:21:02.546Z Compiling sec1 v0.7.3
23282026-08-21T17:21:02.607Z Compiling tar v0.4.46
23292026-08-21T17:21:02.649Z Compiling textwrap v0.16.2
23302026-08-21T17:21:02.693Z Compiling bzip2 v0.6.1
23312026-08-21T17:21:02.843Z Compiling hashbrown v0.16.1
23322026-08-21T17:21:03.014Z Compiling zopfli v0.8.3
23332026-08-21T17:21:03.060Z Compiling digest v0.11.3
23342026-08-21T17:21:03.168Z Compiling cargo_metadata v0.23.1
23352026-08-21T17:21:03.333Z Compiling group v0.13.0
23362026-08-21T17:21:03.466Z Compiling dof v0.3.0
23372026-08-21T17:21:04.528Z Compiling phf v0.13.1
23382026-08-21T17:21:04.634Z Compiling zstd v0.13.3
23392026-08-21T17:21:04.736Z Compiling backtrace-ext v0.2.1
23402026-08-21T17:21:04.896Z Compiling reqwest v0.12.28
23412026-08-21T17:21:04.912Z Compiling signal-hook-mio v0.2.5
23422026-08-21T17:21:04.968Z Compiling cipher v0.5.2
23432026-08-21T17:21:05.028Z Compiling cookie_store v0.22.1
23442026-08-21T17:21:05.079Z Compiling postgres-types v0.2.12
23452026-08-21T17:21:05.258Z Compiling strum v0.27.2
23462026-08-21T17:21:05.438Z Compiling hubpack v0.1.2
23472026-08-21T17:21:05.623Z Compiling phf_shared v0.11.3
23482026-08-21T17:21:05.628Z Compiling hkdf v0.12.4
23492026-08-21T17:21:05.628Z Compiling dtrace-parser v0.2.0
23502026-08-21T17:21:05.629Z Compiling byte-wrapper v0.1.0
23512026-08-21T17:21:05.683Z Compiling ed25519 v2.2.3
23522026-08-21T17:21:05.740Z Compiling olpc-cjson v0.1.4
23532026-08-21T17:21:05.989Z Compiling crypto-bigint v0.5.5
23542026-08-21T17:21:06.052Z Compiling serde-big-array v0.5.1
23552026-08-21T17:21:06.186Z Compiling float-cmp v0.10.0
23562026-08-21T17:21:06.261Z Compiling memmap2 v0.9.10
23572026-08-21T17:21:06.359Z Compiling thread-id v4.2.2
23582026-08-21T17:21:06.433Z Compiling whoami v2.1.0
23592026-08-21T17:21:06.454Z Compiling winnow v0.7.14
23602026-08-21T17:21:06.603Z Compiling unicode-width v0.1.14
23612026-08-21T17:21:06.673Z Compiling supports-unicode v3.0.0
23622026-08-21T17:21:06.777Z Compiling fixedbitset v0.5.7
23632026-08-21T17:21:06.884Z Compiling fixedbitset v0.4.2
23642026-08-21T17:21:06.913Z Compiling new_debug_unreachable v1.0.6
23652026-08-21T17:21:07.035Z Compiling normalize-line-endings v0.3.0
23662026-08-21T17:21:07.103Z Compiling keccak v0.1.6
23672026-08-21T17:21:07.406Z Compiling toml_write v0.1.2
23682026-08-21T17:21:07.406Z Compiling supports-hyperlinks v3.2.0
23692026-08-21T17:21:07.544Z Compiling rayon-core v1.13.0
23702026-08-21T17:21:07.544Z Compiling data-encoding v2.10.0
23712026-08-21T17:21:07.544Z Compiling predicates-core v1.0.10
23722026-08-21T17:21:07.544Z Compiling winnow v1.0.3
23732026-08-21T17:21:07.567Z Compiling difflib v0.4.0
23742026-08-21T17:21:07.670Z Compiling precomputed-hash v0.1.1
23752026-08-21T17:21:07.786Z Compiling static_assertions v1.1.0
23762026-08-21T17:21:07.881Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23772026-08-21T17:21:07.885Z Compiling string_cache v0.8.9
23782026-08-21T17:21:07.885Z Compiling predicates v3.1.4
23792026-08-21T17:21:07.927Z Compiling chacha20 v0.10.0
23802026-08-21T17:21:08.125Z Compiling toml_edit v0.22.27
23812026-08-21T17:21:08.228Z Compiling hickory-proto v0.25.2
23822026-08-21T17:21:08.424Z Compiling toml_parser v1.1.2+spec-1.1.0
23832026-08-21T17:21:08.567Z Compiling miette v7.6.0
23842026-08-21T17:21:08.636Z Compiling sha3 v0.10.8
23852026-08-21T17:21:08.912Z Compiling petgraph v0.6.5
23862026-08-21T17:21:08.940Z Compiling petgraph v0.8.3
23872026-08-21T17:21:09.339Z Compiling elliptic-curve v0.13.8
23882026-08-21T17:21:09.717Z Compiling tokio-postgres v0.7.16
23892026-08-21T17:21:10.052Z Compiling usdt v0.6.0
23902026-08-21T17:21:10.610Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23912026-08-21T17:21:11.537Z Compiling ed25519-dalek v2.2.0
23922026-08-21T17:21:11.782Z Compiling crossterm v0.28.1
23932026-08-21T17:21:12.015Z Compiling zip v4.6.1
23942026-08-21T17:21:12.533Z Compiling iddqd v0.4.2
23952026-08-21T17:21:12.977Z Compiling heck v0.4.1
23962026-08-21T17:21:13.166Z Compiling similar v2.7.0
23972026-08-21T17:21:13.202Z Compiling itertools v0.15.0
23982026-08-21T17:21:13.238Z Compiling itertools v0.13.0
23992026-08-21T17:21:13.766Z Compiling serde_with v3.21.0
24002026-08-21T17:21:14.536Z Compiling tokio-stream v0.1.18
24012026-08-21T17:21:14.637Z Compiling buf-list v1.1.2
24022026-08-21T17:21:14.714Z Compiling half v2.7.1
24032026-08-21T17:21:14.741Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24042026-08-21T17:21:14.751Z Compiling openapiv3 v2.2.0
24052026-08-21T17:21:15.346Z Compiling lalrpop-util v0.19.12
24062026-08-21T17:21:15.434Z Compiling ciborium-io v0.2.2
24072026-08-21T17:21:15.435Z Compiling peg-runtime v0.8.5
24082026-08-21T17:21:19.416Z Compiling ciborium-ll v0.2.2
24092026-08-21T17:21:19.587Z Compiling crossbeam-deque v0.8.6
24102026-08-21T17:21:19.587Z Compiling camino-tempfile v1.4.1
24112026-08-21T17:21:19.587Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24122026-08-21T17:21:19.587Z Compiling blake3 v1.8.5
24132026-08-21T17:21:19.587Z Compiling fs-err v2.11.0
24142026-08-21T17:21:20.282Z Compiling rustls-webpki v0.103.13
24152026-08-21T17:21:21.017Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24162026-08-21T17:21:22.460Z Compiling ciborium v0.2.2
24172026-08-21T17:21:22.797Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24182026-08-21T17:21:23.480Z Compiling thread_local v1.1.9
24192026-08-21T17:21:23.836Z Compiling tokio-rustls v0.26.4
24202026-08-21T17:21:23.921Z Compiling rustls-platform-verifier v0.6.2
24212026-08-21T17:21:24.132Z Compiling hyper-rustls v0.27.7
24222026-08-21T17:21:24.149Z Compiling tough v0.22.0
24232026-08-21T17:21:24.212Z Compiling arrayvec v0.7.6
24242026-08-21T17:21:24.230Z Compiling arrayref v0.3.9
24252026-08-21T17:21:24.285Z Compiling constant_time_eq v0.4.2
24262026-08-21T17:21:24.327Z Compiling slog-async v2.8.0
24272026-08-21T17:21:24.444Z Compiling reqwest v0.13.2
24282026-08-21T17:21:24.461Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24292026-08-21T17:21:24.490Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24302026-08-21T17:21:24.637Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24312026-08-21T17:21:24.805Z Compiling toml v0.8.23
24322026-08-21T17:21:24.889Z Compiling atomicwrites v0.4.4
24332026-08-21T17:21:24.919Z Compiling digest-io v0.1.0
24342026-08-21T17:21:24.986Z Compiling sha2 v0.11.0
24352026-08-21T17:21:25.078Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24362026-08-21T17:21:25.180Z Compiling crossbeam-channel v0.5.15
24372026-08-21T17:21:25.327Z Compiling serde_path_to_error v0.1.20
24382026-08-21T17:21:25.403Z Compiling is-terminal v0.4.17
24392026-08-21T17:21:25.525Z Compiling parse-size v1.1.0
24402026-08-21T17:21:25.596Z Compiling indent_write v2.2.0
24412026-08-21T17:21:25.608Z Compiling rawzip v0.4.4
24422026-08-21T17:21:25.723Z Compiling take_mut v0.2.2
24432026-08-21T17:21:25.819Z Compiling debug-ignore v1.0.5
24442026-08-21T17:21:25.828Z Compiling term v1.2.1
24452026-08-21T17:21:25.857Z Compiling topological-sort v0.2.2
24462026-08-21T17:21:25.897Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24472026-08-21T17:21:26.057Z Compiling shell-words v1.1.1
24482026-08-21T17:21:26.120Z Compiling slog-term v2.9.2
24492026-08-21T17:21:27.761Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24502026-08-21T17:21:33.630Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24512026-08-21T17:21:35.678Z Compiling omicron-zone-package v0.12.3
24522026-08-21T17:21:35.928Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24532026-08-21T17:21:36.356Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24542026-08-21T17:21:36.388Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24552026-08-21T17:21:40.806Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24562026-08-21T17:21:52.964Z Finished `release` profile [optimized] target(s) in 1m 30s
24572026-08-21T17:21:53.108Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24582026-08-21T17:21:53.167ZAug 21 17:21:51.863 DEBG changing working directory to /work/oxidecomputer/omicron
24592026-08-21T17:21:53.257ZAug 21 17:21:51.957 DEBG running: git rev-parse HEAD
24602026-08-21T17:21:53.260ZAug 21 17:21:51.959 DEBG process exited with exit status: 0 (2.335931ms)
24612026-08-21T17:21:53.261ZAug 21 17:21:51.959 INFO version: 23.0.0-0.ci+git230b14bb6b3
24622026-08-21T17:21:53.268ZAug 21 17:21:51.967 INFO cloning helios to /work/oxidecomputer/helios
24632026-08-21T17:21:53.268ZAug 21 17:21:51.967 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24642026-08-21T17:21:53.272ZCloning into '/work/oxidecomputer/helios'...
24652026-08-21T17:21:53.875ZAug 21 17:21:52.575 DEBG process exited with exit status: 0 (607.378012ms)
24662026-08-21T17:21:53.875ZAug 21 17:21:52.575 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24672026-08-21T17:21:53.880ZAug 21 17:21:52.577 DEBG process exited with exit status: 0 (2.345711ms)
24682026-08-21T17:21:53.881ZAug 21 17:21:52.577 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24692026-08-21T17:21:54.240ZAug 21 17:21:52.939 DEBG process exited with exit status: 0 (361.952182ms)
24702026-08-21T17:21:54.240ZAug 21 17:21:52.939 DEBG running: zfs list rpool/images/build/host
24712026-08-21T17:21:54.243ZNAME USED AVAIL REFER MOUNTPOINT
24722026-08-21T17:21:54.244Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24732026-08-21T17:21:54.248ZAug 21 17:21:52.943 DEBG process exited with exit status: 0 (4.247872ms)
24742026-08-21T17:21:54.248ZAug 21 17:21:52.943 DEBG running: zfs list rpool/images/build/recovery
24752026-08-21T17:21:54.248ZNAME USED AVAIL REFER MOUNTPOINT
24762026-08-21T17:21:54.249Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24772026-08-21T17:21:54.252ZAug 21 17:21:52.946 DEBG process exited with exit status: 0 (3.232661ms)
24782026-08-21T17:21:54.252ZAug 21 17:21:52.947 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
24792026-08-21T17:21:54.259ZAug 21 17:21:52.959 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081700.0.0, but the current nexus API version is 2026081901.0.0; the console needs a client regen and tools/console_version needs a bump
24802026-08-21T17:21:54.263ZAug 21 17:21:52.960 INFO [incorp-manifest] running task
24812026-08-21T17:21:54.263ZAug 21 17:21:52.960 INFO [hubris-staging] running task
24822026-08-21T17:21:54.263ZAug 21 17:21:52.960 INFO [hubris-production] running task
24832026-08-21T17:21:54.263ZAug 21 17:21:52.960 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24842026-08-21T17:21:54.263ZAug 21 17:21:52.960 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24852026-08-21T17:21:54.263ZAug 21 17:21:52.961 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
24862026-08-21T17:21:54.263ZAug 21 17:21:52.961 INFO [incorp-create] running: pkgrepo create /work/incorporation
24872026-08-21T17:21:54.288Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24882026-08-21T17:21:54.366Z[ omicron-package] Blocking waiting for file lock on package cache
24892026-08-21T17:21:54.495ZAug 21 17:21:53.194 INFO [incorp-create] process exited with exit status: 0 (232.870486ms)
24902026-08-21T17:21:54.499ZAug 21 17:21:53.194 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24912026-08-21T17:21:54.710ZAug 21 17:21:53.409 INFO [incorp-publisher] process exited with exit status: 0 (215.258969ms)
24922026-08-21T17:21:55.110Z[ omicron-package] Blocking waiting for file lock on package cache
24932026-08-21T17:21:55.332ZAug 21 17:21:54.031 INFO [hubris-production] task succeeded (1.070991332s)
24942026-08-21T17:21:56.107ZAug 21 17:21:54.806 DEBG process exited with exit status: 0 (1.845821906s)
24952026-08-21T17:21:56.114ZAug 21 17:21:54.806 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24962026-08-21T17:21:56.281Z[ omicron-package] Compiling macaddr v1.0.1
24972026-08-21T17:21:56.281Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24982026-08-21T17:21:56.281Z[ omicron-package] Compiling secrecy v0.10.3
24992026-08-21T17:21:56.281Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25002026-08-21T17:21:56.281Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25012026-08-21T17:21:56.281Z[ omicron-package] Compiling heapless v0.8.0
25022026-08-21T17:21:56.281Z[ omicron-package] Compiling ingot-macros v0.2.0
25032026-08-21T17:21:56.281Z[ omicron-package] Compiling hash32 v0.3.1
25042026-08-21T17:21:56.285Z[ omicron-package] Compiling inout v0.1.4
25052026-08-21T17:21:56.285Z[ omicron-package] Compiling multer v3.1.0
25062026-08-21T17:21:56.285Z[ omicron-package] Compiling match_cfg v0.1.0
25072026-08-21T17:21:56.285Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25082026-08-21T17:21:56.285Z[ omicron-package] Compiling compression-core v0.4.31
25092026-08-21T17:21:56.285Z[ omicron-package] Compiling smoltcp v0.11.0
25102026-08-21T17:21:56.285Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25112026-08-21T17:21:56.285Z[ omicron-package] Compiling slog-json v2.6.1
25122026-08-21T17:21:56.843Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25132026-08-21T17:21:56.854Z[ omicron-package] Compiling cipher v0.4.4
25142026-08-21T17:21:57.310Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25152026-08-21T17:21:57.428Z[ omicron-package] Compiling hostname v0.3.1
25162026-08-21T17:21:57.444Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25172026-08-21T17:21:57.444Z[ omicron-package] Compiling cobs v0.3.0
25182026-08-21T17:21:57.449Z[ omicron-package] Compiling compression-codecs v0.4.37
25192026-08-21T17:21:57.449Z[ omicron-package] Compiling universal-hash v0.5.1
25202026-08-21T17:21:57.567Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25212026-08-21T17:21:57.567Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25222026-08-21T17:21:57.584Z[ omicron-package] Compiling async-stream-impl v0.3.6
25232026-08-21T17:21:57.873Z[ omicron-package] Compiling serde_spanned v1.1.1
25242026-08-21T17:21:57.895Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25252026-08-21T17:21:57.895Z[ omicron-package] Compiling dropshot v0.17.1
25262026-08-21T17:21:57.896Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25272026-08-21T17:21:57.953Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25282026-08-21T17:21:58.059Z[ omicron-package] Compiling convert_case v0.4.0
25292026-08-21T17:21:58.075Z[ omicron-package] Compiling opaque-debug v0.3.1
25302026-08-21T17:21:58.075Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25312026-08-21T17:21:58.217Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25322026-08-21T17:21:58.279Z[ omicron-package] Compiling slog-bunyan v2.5.0
25332026-08-21T17:21:58.279Z[ omicron-package] Compiling postcard v1.1.3
25342026-08-21T17:21:58.309Z[ omicron-package] Compiling async-stream v0.3.6
25352026-08-21T17:21:58.309Z[ omicron-package] Compiling num_enum_derive v0.7.6
25362026-08-21T17:21:58.309Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25372026-08-21T17:21:58.438Z[ omicron-package] Compiling poly1305 v0.8.0
25382026-08-21T17:21:58.516Z[ omicron-package] Compiling async-compression v0.4.41
25392026-08-21T17:21:58.516Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25402026-08-21T17:21:58.517Z[ omicron-package] Compiling derive_more v0.99.20
25412026-08-21T17:21:58.799Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25422026-08-21T17:21:58.799Z[ omicron-package] Compiling chacha20 v0.9.1
25432026-08-21T17:21:58.799Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25442026-08-21T17:21:58.799ZAug 21 17:21:57.436 DEBG process exited with exit status: 0 (2.630514433s)
25452026-08-21T17:21:58.799ZAug 21 17:21:57.440 INFO [incorp-manifest] task succeeded (4.48007463s)
25462026-08-21T17:21:58.799ZAug 21 17:21:57.440 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25472026-08-21T17:21:58.917Z[ omicron-package] Compiling sha1 v0.11.0
25482026-08-21T17:21:59.019Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25492026-08-21T17:21:59.058ZAug 21 17:21:57.686 INFO [incorp-fmt] process exited with exit status: 0 (246.17806ms)
25502026-08-21T17:21:59.059ZAug 21 17:21:57.686 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25512026-08-21T17:21:59.059Z[ omicron-package] Compiling progenitor-client v0.14.0
25522026-08-21T17:21:59.193Z[ omicron-package] Compiling parse-display-derive v0.10.0
25532026-08-21T17:21:59.259Z[ omicron-package] Compiling waitgroup v0.1.2
25542026-08-21T17:21:59.330Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25552026-08-21T17:21:59.331Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260821T172157Z
25562026-08-21T17:21:59.331Z[ incorp-pkgsend] PUBLISHED
25572026-08-21T17:21:59.415Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25582026-08-21T17:21:59.415ZAug 21 17:21:58.024 INFO [incorp-pkgsend] process exited with exit status: 0 (337.420883ms)
25592026-08-21T17:21:59.415ZAug 21 17:21:58.024 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25602026-08-21T17:21:59.448Z[ omicron-package] Compiling backon v1.6.0
25612026-08-21T17:21:59.507Z[ omicron-package] Compiling password-hash v0.5.0
25622026-08-21T17:21:59.532Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25632026-08-21T17:21:59.548Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25642026-08-21T17:21:59.832Z[ helios-incorp] Retrieving packages for publisher helios ...
25652026-08-21T17:21:59.957Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25662026-08-21T17:21:59.957Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25672026-08-21T17:21:59.957Z[ omicron-package] Compiling blake2 v0.10.6
25682026-08-21T17:21:59.957Z[ omicron-package] Compiling ingot-types v0.2.0
25692026-08-21T17:21:59.957Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25702026-08-21T17:21:59.957Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25712026-08-21T17:21:59.957Z[ helios-incorp]
25722026-08-21T17:21:59.957Z[ helios-incorp] Archiving packages ...
25732026-08-21T17:21:59.957Z[ helios-incorp] Packages to add: 1
25742026-08-21T17:21:59.957Z[ helios-incorp] Files to retrieve: 0
25752026-08-21T17:21:59.958Z[ helios-incorp] Estimated transfer size: 0.00 B
25762026-08-21T17:21:59.958Z[ helios-incorp]
25772026-08-21T17:21:59.958Z[ helios-incorp] Packages to archive:
25782026-08-21T17:21:59.958Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260821T172157Z
25792026-08-21T17:21:59.958Z[ helios-incorp]
25802026-08-21T17:21:59.958Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25812026-08-21T17:21:59.958Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25822026-08-21T17:21:59.958ZAug 21 17:21:58.489 INFO [helios-incorp] process exited with exit status: 0 (465.00628ms)
25832026-08-21T17:21:59.958Z[ omicron-package] Compiling aead v0.5.2
25842026-08-21T17:21:59.958Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25852026-08-21T17:21:59.973Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25862026-08-21T17:21:59.973Z[ omicron-package] Compiling hostname v0.4.2
25872026-08-21T17:21:59.973Z[ omicron-package] Compiling instant v0.1.13
25882026-08-21T17:22:00.103Z[ omicron-package] Compiling proc-macro-error v1.0.4
25892026-08-21T17:22:00.163Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25902026-08-21T17:22:00.193Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25912026-08-21T17:22:00.316Z[ omicron-package] Compiling ingot v0.2.1
25922026-08-21T17:22:00.361Z[ omicron-package] Compiling backoff v0.4.0
25932026-08-21T17:22:00.401Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25942026-08-21T17:22:00.401Z[ omicron-package] Compiling argon2 v0.5.3
25952026-08-21T17:22:00.590Z[ omicron-package] Compiling foreign-types v0.5.0
25962026-08-21T17:22:00.621Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25972026-08-21T17:22:00.622Z[ omicron-package] Compiling num_enum v0.7.6
25982026-08-21T17:22:00.654Z[ omicron-package] Compiling num_enum_derive v0.5.11
25992026-08-21T17:22:00.693Z[ omicron-package] Compiling progenitor-extras v0.2.0
26002026-08-21T17:22:00.708Z[ omicron-package] Compiling vsss-rs v3.3.4
26012026-08-21T17:22:00.786Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26022026-08-21T17:22:00.991Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26032026-08-21T17:22:01.012Z[ omicron-package] Compiling parse-display v0.10.0
26042026-08-21T17:22:01.012Z[ omicron-package] Compiling regress v0.10.5
26052026-08-21T17:22:01.069Z[ omicron-package] Compiling itertools v0.14.0
26062026-08-21T17:22:01.082Z[ omicron-package] Compiling tabwriter v1.4.1
26072026-08-21T17:22:01.107Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26082026-08-21T17:22:01.380Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26092026-08-21T17:22:01.411Z[ omicron-package] Compiling cstr-argument v0.1.2
26102026-08-21T17:22:01.520Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26112026-08-21T17:22:01.669Z[ omicron-package] Compiling humantime v2.3.0
26122026-08-21T17:22:01.701Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26132026-08-21T17:22:01.709Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26142026-08-21T17:22:01.823Z[ omicron-package] Compiling num_enum v0.5.11
26152026-08-21T17:22:01.936Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26162026-08-21T17:22:02.072Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26172026-08-21T17:22:02.087Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26182026-08-21T17:22:02.203Z[ omicron-package] Compiling rayon v1.11.0
26192026-08-21T17:22:02.354Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26202026-08-21T17:22:02.375Z[ omicron-package] Compiling rand v0.10.1
26212026-08-21T17:22:02.433Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26222026-08-21T17:22:02.454Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26232026-08-21T17:22:02.506Z[ omicron-package] Compiling colored v3.1.1
26242026-08-21T17:22:02.542Z[ omicron-package] Compiling libefi-sys v0.1.0
26252026-08-21T17:22:02.590Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26262026-08-21T17:22:02.723Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26272026-08-21T17:22:02.790Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26282026-08-21T17:22:02.881Z[ omicron-package] Compiling itertools v0.12.1
26292026-08-21T17:22:02.911Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26302026-08-21T17:22:02.930Z[ omicron-package] Compiling usdt-macro v0.5.0
26312026-08-21T17:22:03.018Z[ omicron-package] Compiling num-derive v0.4.2
26322026-08-21T17:22:03.107Z[ omicron-package] Compiling bitfield-struct v0.6.2
26332026-08-21T17:22:03.209Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26342026-08-21T17:22:03.342Z[ omicron-package] Compiling memmap v0.7.0
26352026-08-21T17:22:03.374Z[ omicron-package] Compiling sigpipe v0.1.3
26362026-08-21T17:22:03.374Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26372026-08-21T17:22:03.503Z[ omicron-package] Compiling glob v0.3.3
26382026-08-21T17:22:03.740Z[ omicron-package] Compiling swrite v0.1.0
26392026-08-21T17:22:03.963Z[ omicron-package] Compiling usdt v0.5.0
26402026-08-21T17:22:04.008Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26412026-08-21T17:22:04.008Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26422026-08-21T17:22:04.192Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26432026-08-21T17:22:04.287Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26442026-08-21T17:22:04.462Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26452026-08-21T17:22:04.625Z[ omicron-package] Compiling zone v0.3.1
26462026-08-21T17:22:04.669Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26472026-08-21T17:22:04.706Z[ omicron-package] Compiling smf v0.2.3
26482026-08-21T17:22:04.750Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26492026-08-21T17:22:04.750Z[ omicron-package] Compiling whoami v1.6.1
26502026-08-21T17:22:04.821Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26512026-08-21T17:22:04.903Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26522026-08-21T17:22:05.021Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26532026-08-21T17:22:05.133Z[ omicron-package] Compiling gethostname v0.5.0
26542026-08-21T17:22:05.253Z[ omicron-package] Compiling console v0.16.2
26552026-08-21T17:22:05.343Z[ omicron-package] Compiling unit-prefix v0.5.2
26562026-08-21T17:22:05.372Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26572026-08-21T17:22:05.603Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26582026-08-21T17:22:05.811Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26592026-08-21T17:22:05.863Z[ omicron-package] Compiling indicatif v0.18.4
26602026-08-21T17:22:09.704Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26612026-08-21T17:22:10.277Z[ helios-setup] Aug 21 17:22:08.977 INFO helios repository root is: /work/oxidecomputer/helios
26622026-08-21T17:22:10.281Z[ helios-setup] Aug 21 17:22:08.978 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26632026-08-21T17:22:10.281Z[ helios-setup] Aug 21 17:22:08.978 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
26642026-08-21T17:22:10.281Z[ helios-setup] Aug 21 17:22:08.978 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26652026-08-21T17:22:10.281Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26662026-08-21T17:22:11.084ZAug 21 17:22:09.783 INFO [hubris-staging] task succeeded (16.823691848s)
26672026-08-21T17:22:11.387Z[ helios-setup] Aug 21 17:22:10.086 INFO clone ok!, project: pilot
26682026-08-21T17:22:11.387Z[ helios-setup] Aug 21 17:22:10.086 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
26692026-08-21T17:22:11.390Z[ helios-setup] Aug 21 17:22:10.086 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26702026-08-21T17:22:11.390Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26712026-08-21T17:22:11.989Z[ helios-setup] Aug 21 17:22:10.688 INFO clone ok!, project: image-builder
26722026-08-21T17:22:11.989Z[ helios-setup] Aug 21 17:22:10.689 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-21T17:22:11.993Z[ helios-setup] Aug 21 17:22:10.689 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26742026-08-21T17:22:11.993Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26752026-08-21T17:22:12.526Z[ helios-setup] Aug 21 17:22:11.225 INFO clone ok!, project: phbl
26762026-08-21T17:22:12.526Z[ helios-setup] Aug 21 17:22:11.225 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26772026-08-21T17:22:12.526Z[ helios-setup] Aug 21 17:22:11.225 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
26782026-08-21T17:22:12.526Z[ helios-setup] Aug 21 17:22:11.225 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26792026-08-21T17:22:12.529Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26802026-08-21T17:22:13.208Z[ helios-setup] Aug 21 17:22:11.907 INFO clone ok!, project: pinprick
26812026-08-21T17:22:13.208Z[ helios-setup] Aug 21 17:22:11.907 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
26822026-08-21T17:22:13.208Z[ helios-setup] Aug 21 17:22:11.907 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
26832026-08-21T17:22:13.211Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26842026-08-21T17:22:14.106Z[ helios-setup] Aug 21 17:22:12.805 INFO clone ok!, project: amd-host-image-builder
26852026-08-21T17:22:14.106Z[ helios-setup] Aug 21 17:22:12.805 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
26862026-08-21T17:22:14.106Z[ helios-setup] Aug 21 17:22:12.805 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26872026-08-21T17:22:14.109Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26882026-08-21T17:22:15.034Z[ helios-setup] Aug 21 17:22:13.733 INFO clone ok!, project: chelsio-t6-roms
26892026-08-21T17:22:15.035Z[ helios-setup] Aug 21 17:22:13.733 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
26902026-08-21T17:22:15.035Z[ helios-setup] Aug 21 17:22:13.733 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26912026-08-21T17:22:15.038Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26922026-08-21T17:22:18.922Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26932026-08-21T17:22:22.085Z[ helios-setup] Aug 21 17:22:20.784 INFO clone ok!, project: amd-firmware
26942026-08-21T17:22:22.085Z[ helios-setup] Aug 21 17:22:20.784 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
26952026-08-21T17:22:22.088Z[ helios-setup] Aug 21 17:22:20.784 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26962026-08-21T17:22:22.088Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26972026-08-21T17:22:22.327Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26982026-08-21T17:22:22.864Z[ helios-setup] Aug 21 17:22:21.563 INFO clone ok!, project: dmar-report
26992026-08-21T17:22:22.864Z[ helios-setup] Aug 21 17:22:21.563 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
27002026-08-21T17:22:22.867Z[ helios-setup] Aug 21 17:22:21.563 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
27012026-08-21T17:22:22.867Z[ helios-setup] Aug 21 17:22:21.563 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
27022026-08-21T17:22:22.867Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
27032026-08-21T17:22:23.376Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27042026-08-21T17:22:23.657Z[ helios-setup] Aug 21 17:22:22.356 INFO clone ok!, project: bootserver
27052026-08-21T17:22:23.660Z[ helios-setup] Aug 21 17:22:22.356 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27062026-08-21T17:22:23.890Z[ helios-setup] Aug 21 17:22:22.589 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27072026-08-21T17:22:24.107Z[ helios-setup] Aug 21 17:22:22.807 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27082026-08-21T17:22:24.108Z[ helios-setup] Aug 21 17:22:22.807 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27092026-08-21T17:22:24.345Z[ helios-setup] Aug 21 17:22:23.044 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27102026-08-21T17:22:24.589Z[ helios-setup] Aug 21 17:22:23.288 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27112026-08-21T17:22:24.592Z[ helios-setup] Aug 21 17:22:23.288 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27122026-08-21T17:22:24.853Z[ helios-setup] Aug 21 17:22:23.552 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27132026-08-21T17:22:25.118Z[ helios-setup] Aug 21 17:22:23.815 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27142026-08-21T17:22:25.118Z[ helios-setup] Aug 21 17:22:23.816 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27152026-08-21T17:22:25.121Z[ helios-setup] Aug 21 17:22:23.816 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27162026-08-21T17:22:25.121Z[ helios-setup] Aug 21 17:22:23.816 INFO ok!
27172026-08-21T17:22:25.121Z[ helios-setup] Aug 21 17:22:23.816 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27182026-08-21T17:22:25.121Z[ helios-setup] Aug 21 17:22:23.816 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27192026-08-21T17:22:25.121Z[ helios-setup] Aug 21 17:22:23.816 INFO ok!
27202026-08-21T17:22:25.121Z[ helios-setup] Aug 21 17:22:23.816 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27212026-08-21T17:22:25.121Z[ helios-setup] Aug 21 17:22:23.816 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27222026-08-21T17:22:25.121Z[ helios-setup] Aug 21 17:22:23.816 INFO ok!
27232026-08-21T17:22:25.121Z[ helios-setup] Aug 21 17:22:23.816 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
27242026-08-21T17:22:25.125Z[ helios-setup] Aug 21 17:22:23.824 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
27252026-08-21T17:22:25.125Z[ helios-setup] Aug 21 17:22:23.824 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27262026-08-21T17:22:25.125Z[ helios-setup] Aug 21 17:22:23.824 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27272026-08-21T17:22:25.209Z[ helios-setup] Aug 21 17:22:23.907 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27282026-08-21T17:22:25.533Z[ helios-setup] Aug 21 17:22:24.232 INFO E| From https://github.com/jclulow/hiercmd
27292026-08-21T17:22:25.533Z[ helios-setup] Aug 21 17:22:24.232 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
27302026-08-21T17:22:25.543Z[ helios-setup] Aug 21 17:22:24.242 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
27312026-08-21T17:22:25.849Z[ helios-setup] Aug 21 17:22:24.546 INFO E| From https://github.com/oxidecomputer/network-interface
27322026-08-21T17:22:25.849Z[ helios-setup] Aug 21 17:22:24.547 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
27332026-08-21T17:22:25.856Z[ helios-setup] Aug 21 17:22:24.556 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27342026-08-21T17:22:26.192Z[ helios-setup] Aug 21 17:22:24.891 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27352026-08-21T17:22:26.192Z[ helios-setup] Aug 21 17:22:24.891 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27362026-08-21T17:22:26.206Z[ helios-setup] Aug 21 17:22:24.905 INFO E| Updating crates.io index
27372026-08-21T17:22:26.374Z[ helios-setup] Aug 21 17:22:25.074 INFO E| Downloading crates ...
27382026-08-21T17:22:26.441Z[ helios-setup] Aug 21 17:22:25.140 INFO E| Downloaded bitflags v2.10.0
27392026-08-21T17:22:26.444Z[ helios-setup] Aug 21 17:22:25.143 INFO E| Downloaded anstyle-query v1.1.4
27402026-08-21T17:22:26.444Z[ helios-setup] Aug 21 17:22:25.143 INFO E| Downloaded base64ct v1.8.0
27412026-08-21T17:22:26.447Z[ helios-setup] Aug 21 17:22:25.147 INFO E| Downloaded bitfield v0.19.3
27422026-08-21T17:22:26.456Z[ helios-setup] Aug 21 17:22:25.156 INFO E| Downloaded clap_lex v0.7.6
27432026-08-21T17:22:26.465Z[ helios-setup] Aug 21 17:22:25.165 INFO E| Downloaded itoa v1.0.15
27442026-08-21T17:22:26.468Z[ helios-setup] Aug 21 17:22:25.168 INFO E| Downloaded futures-macro v0.3.31
27452026-08-21T17:22:26.471Z[ helios-setup] Aug 21 17:22:25.170 INFO E| Downloaded futures-io v0.3.31
27462026-08-21T17:22:26.474Z[ helios-setup] Aug 21 17:22:25.174 INFO E| Downloaded pin-utils v0.1.0
27472026-08-21T17:22:26.478Z[ helios-setup] Aug 21 17:22:25.177 INFO E| Downloaded libdevinfo-sys v1.1.0
27482026-08-21T17:22:26.488Z[ helios-setup] Aug 21 17:22:25.188 INFO E| Downloaded futures-channel v0.3.31
27492026-08-21T17:22:26.491Z[ helios-setup] Aug 21 17:22:25.189 INFO E| Downloaded generic-array v0.14.9
27502026-08-21T17:22:26.491Z[ helios-setup] Aug 21 17:22:25.190 INFO E| Downloaded bitfield-macros v0.19.3
27512026-08-21T17:22:26.491Z[ helios-setup] Aug 21 17:22:25.190 INFO E| Downloaded crc v3.3.0
27522026-08-21T17:22:26.496Z[ helios-setup] Aug 21 17:22:25.196 INFO E| Downloaded env_filter v0.1.4
27532026-08-21T17:22:26.504Z[ helios-setup] Aug 21 17:22:25.204 INFO E| Downloaded devinfo v0.1.0
27542026-08-21T17:22:26.507Z[ helios-setup] Aug 21 17:22:25.205 INFO E| Downloaded futures-core v0.3.31
27552026-08-21T17:22:26.511Z[ helios-setup] Aug 21 17:22:25.210 INFO E| Downloaded futures-task v0.3.31
27562026-08-21T17:22:26.518Z[ helios-setup] Aug 21 17:22:25.217 INFO E| Downloaded futures-sink v0.3.31
27572026-08-21T17:22:26.521Z[ helios-setup] Aug 21 17:22:25.218 INFO E| Downloaded serde_spanned v1.0.3
27582026-08-21T17:22:26.521Z[ helios-setup] Aug 21 17:22:25.219 INFO E| Downloaded zeroize_derive v1.4.2
27592026-08-21T17:22:26.521Z[ helios-setup] Aug 21 17:22:25.220 INFO E| Downloaded env_logger v0.11.8
27602026-08-21T17:22:26.524Z[ helios-setup] Aug 21 17:22:25.221 INFO E| Downloaded find-msvc-tools v0.1.4
27612026-08-21T17:22:26.531Z[ helios-setup] Aug 21 17:22:25.230 INFO E| Downloaded term v1.2.0
27622026-08-21T17:22:26.534Z[ helios-setup] Aug 21 17:22:25.232 INFO E| Downloaded time-core v0.1.6
27632026-08-21T17:22:26.534Z[ helios-setup] Aug 21 17:22:25.233 INFO E| Downloaded clap v4.5.51
27642026-08-21T17:22:26.547Z[ helios-setup] Aug 21 17:22:25.246 INFO E| Downloaded simd-adler32 v0.3.7
27652026-08-21T17:22:26.554Z[ helios-setup] Aug 21 17:22:25.253 INFO E| Downloaded clap_builder v4.5.51
27662026-08-21T17:22:26.557Z[ helios-setup] Aug 21 17:22:25.257 INFO E| Downloaded anstyle v1.0.13
27672026-08-21T17:22:26.560Z[ helios-setup] Aug 21 17:22:25.258 INFO E| Downloaded pin-project-lite v0.2.16
27682026-08-21T17:22:26.564Z[ helios-setup] Aug 21 17:22:25.263 INFO E| Downloaded deranged v0.5.5
27692026-08-21T17:22:26.566Z[ helios-setup] Aug 21 17:22:25.264 INFO E| Downloaded num_enum_derive v0.7.5
27702026-08-21T17:22:26.567Z[ helios-setup] Aug 21 17:22:25.264 INFO E| Downloaded quote v1.0.41
27712026-08-21T17:22:26.567Z[ helios-setup] Aug 21 17:22:25.266 INFO E| Downloaded futures-executor v0.3.31
27722026-08-21T17:22:26.569Z[ helios-setup] Aug 21 17:22:25.266 INFO E| Downloaded slab v0.4.11
27732026-08-21T17:22:26.570Z[ helios-setup] Aug 21 17:22:25.267 INFO E| Downloaded time-macros v0.2.24
27742026-08-21T17:22:26.573Z[ helios-setup] Aug 21 17:22:25.270 INFO E| Downloaded tokio-macros v2.6.0
27752026-08-21T17:22:26.573Z[ helios-setup] Aug 21 17:22:25.271 INFO E| Downloaded getopts v0.2.24
27762026-08-21T17:22:26.578Z[ helios-setup] Aug 21 17:22:25.278 INFO E| Downloaded getrandom v0.2.16
27772026-08-21T17:22:26.585Z[ helios-setup] Aug 21 17:22:25.284 INFO E| Downloaded toml_writer v1.0.4
27782026-08-21T17:22:26.588Z[ helios-setup] Aug 21 17:22:25.285 INFO E| Downloaded thiserror v2.0.17
27792026-08-21T17:22:26.595Z[ helios-setup] Aug 21 17:22:25.292 INFO E| Downloaded num_enum v0.7.5
27802026-08-21T17:22:26.670Z[ helios-setup] Aug 21 17:22:25.294 INFO E| Downloaded signal-hook-registry v1.4.6
27812026-08-21T17:22:26.670Z[ helios-setup] Aug 21 17:22:25.295 INFO E| Downloaded zeroize v1.8.2
27822026-08-21T17:22:26.670Z[ helios-setup] Aug 21 17:22:25.296 INFO E| Downloaded iana-time-zone v0.1.64
27832026-08-21T17:22:26.679Z[ helios-setup] Aug 21 17:22:25.299 INFO E| Downloaded thiserror-impl v2.0.17
27842026-08-21T17:22:26.679Z[ helios-setup] Aug 21 17:22:25.301 INFO E| Downloaded toml_datetime v0.7.3
27852026-08-21T17:22:26.679Z[ helios-setup] Aug 21 17:22:25.302 INFO E| Downloaded unicode-ident v1.0.22
27862026-08-21T17:22:26.679Z[ helios-setup] Aug 21 17:22:25.310 INFO E| Downloaded clap_derive v4.5.49
27872026-08-21T17:22:26.679Z[ helios-setup] Aug 21 17:22:25.312 INFO E| Downloaded futures v0.3.31
27882026-08-21T17:22:26.679Z[ helios-setup] Aug 21 17:22:25.314 INFO E| Downloaded toml_parser v1.0.4
27892026-08-21T17:22:26.679Z[ helios-setup] Aug 21 17:22:25.319 INFO E| Downloaded log v0.4.28
27902026-08-21T17:22:26.679Z[ helios-setup] Aug 21 17:22:25.321 INFO E| Downloaded ryu v1.0.20
27912026-08-21T17:22:26.679Z[ helios-setup] Aug 21 17:22:25.331 INFO E| Downloaded proc-macro2 v1.0.103
27922026-08-21T17:22:26.679Z[ helios-setup] Aug 21 17:22:25.333 INFO E| Downloaded anyhow v1.0.100
27932026-08-21T17:22:26.680Z[ helios-setup] Aug 21 17:22:25.350 INFO E| Downloaded flate2 v1.1.5
27942026-08-21T17:22:26.680Z[ helios-setup] Aug 21 17:22:25.360 INFO E| Downloaded toml v0.9.8
27952026-08-21T17:22:26.680Z[ helios-setup] Aug 21 17:22:25.364 INFO E| Downloaded socket2 v0.6.1
27962026-08-21T17:22:26.680Z[ helios-setup] Aug 21 17:22:25.367 INFO E| Downloaded bytes v1.10.1
27972026-08-21T17:22:26.680Z[ helios-setup] Aug 21 17:22:25.369 INFO E| Downloaded toml_edit v0.23.7
27982026-08-21T17:22:26.690Z[ helios-setup] Aug 21 17:22:25.389 INFO E| Downloaded typenum v1.19.0
27992026-08-21T17:22:26.704Z[ helios-setup] Aug 21 17:22:25.403 INFO E| Downloaded rsa v0.9.8
28002026-08-21T17:22:26.706Z[ helios-setup] Aug 21 17:22:25.406 INFO E| Downloaded zerocopy-derive v0.8.27
28012026-08-21T17:22:26.711Z[ helios-setup] Aug 21 17:22:25.410 INFO E| Downloaded uuid v1.18.1
28022026-08-21T17:22:26.714Z[ helios-setup] Aug 21 17:22:25.414 INFO E| Downloaded cc v1.2.44
28032026-08-21T17:22:26.717Z[ helios-setup] Aug 21 17:22:25.415 INFO E| Downloaded rand v0.8.5
28042026-08-21T17:22:26.721Z[ helios-setup] Aug 21 17:22:25.420 INFO E| Downloaded indexmap v2.12.0
28052026-08-21T17:22:26.725Z[ helios-setup] Aug 21 17:22:25.424 INFO E| Downloaded iddqd v0.3.14
28062026-08-21T17:22:26.735Z[ helios-setup] Aug 21 17:22:25.434 INFO E| Downloaded num-bigint-dig v0.8.4
28072026-08-21T17:22:26.738Z[ helios-setup] Aug 21 17:22:25.437 INFO E| Downloaded mio v1.1.0
28082026-08-21T17:22:26.756Z[ helios-setup] Aug 21 17:22:25.455 INFO E| Downloaded memchr v2.7.6
28092026-08-21T17:22:26.761Z[ helios-setup] Aug 21 17:22:25.458 INFO E| Downloaded hashbrown v0.16.0
28102026-08-21T17:22:26.764Z[ helios-setup] Aug 21 17:22:25.461 INFO E| Downloaded futures-util v0.3.31
28112026-08-21T17:22:26.772Z[ helios-setup] Aug 21 17:22:25.472 INFO E| Downloaded time v0.3.44
28122026-08-21T17:22:26.776Z[ helios-setup] Aug 21 17:22:25.476 INFO E| Downloaded libm v0.2.15
28132026-08-21T17:22:26.782Z[ helios-setup] Aug 21 17:22:25.482 INFO E| Downloaded winnow v0.7.13
28142026-08-21T17:22:26.788Z[ helios-setup] Aug 21 17:22:25.487 INFO E| Downloaded serde_json v1.0.145
28152026-08-21T17:22:26.810Z[ helios-setup] Aug 21 17:22:25.509 INFO E| Downloaded chrono v0.4.42
28162026-08-21T17:22:26.823Z[ helios-setup] Aug 21 17:22:25.523 INFO E| Downloaded unicode-width v0.2.2
28172026-08-21T17:22:26.837Z[ helios-setup] Aug 21 17:22:25.536 INFO E| Downloaded zerocopy v0.8.27
28182026-08-21T17:22:26.849Z[ helios-setup] Aug 21 17:22:25.549 INFO E| Downloaded syn v2.0.108
28192026-08-21T17:22:26.872Z[ helios-setup] Aug 21 17:22:25.572 INFO E| Downloaded rustix v1.1.2
28202026-08-21T17:22:26.911Z[ helios-setup] Aug 21 17:22:25.610 INFO E| Downloaded libc v0.2.177
28212026-08-21T17:22:26.924Z[ helios-setup] Aug 21 17:22:25.624 INFO E| Downloaded tokio v1.48.0
28222026-08-21T17:22:27.009Z[ helios-setup] Aug 21 17:22:25.708 INFO E| Compiling proc-macro2 v1.0.103
28232026-08-21T17:22:27.009Z[ helios-setup] Aug 21 17:22:25.708 INFO E| Compiling unicode-ident v1.0.22
28242026-08-21T17:22:27.009Z[ helios-setup] Aug 21 17:22:25.708 INFO E| Compiling quote v1.0.41
28252026-08-21T17:22:27.009Z[ helios-setup] Aug 21 17:22:25.708 INFO E| Compiling libc v0.2.177
28262026-08-21T17:22:27.014Z[ helios-setup] Aug 21 17:22:25.708 INFO E| Compiling serde_core v1.0.228
28272026-08-21T17:22:27.014Z[ helios-setup] Aug 21 17:22:25.708 INFO E| Compiling cfg-if v1.0.4
28282026-08-21T17:22:27.014Z[ helios-setup] Aug 21 17:22:25.708 INFO E| Compiling serde v1.0.228
28292026-08-21T17:22:27.014Z[ helios-setup] Aug 21 17:22:25.708 INFO E| Compiling version_check v0.9.5
28302026-08-21T17:22:27.014Z[ helios-setup] Aug 21 17:22:25.708 INFO E| Compiling autocfg v1.5.0
28312026-08-21T17:22:27.014Z[ helios-setup] Aug 21 17:22:25.708 INFO E| Compiling typenum v1.19.0
28322026-08-21T17:22:27.014Z[ helios-setup] Aug 21 17:22:25.708 INFO E| Compiling const-oid v0.9.6
28332026-08-21T17:22:27.014Z[ helios-setup] Aug 21 17:22:25.708 INFO E| Compiling libm v0.2.15
28342026-08-21T17:22:27.014Z[ helios-setup] Aug 21 17:22:25.708 INFO E| Compiling zerocopy v0.8.27
28352026-08-21T17:22:27.014Z[ helios-setup] Aug 21 17:22:25.708 INFO E| Compiling rustversion v1.0.22
28362026-08-21T17:22:27.014Z[ helios-setup] Aug 21 17:22:25.708 INFO E| Compiling zeroize v1.8.2
28372026-08-21T17:22:27.014Z[ helios-setup] Aug 21 17:22:25.709 INFO E| Compiling base64ct v1.8.0
28382026-08-21T17:22:27.175Z[ helios-setup] Aug 21 17:22:25.873 INFO E| Compiling smallvec v1.15.1
28392026-08-21T17:22:27.175Z[ helios-setup] Aug 21 17:22:25.873 INFO E| Compiling hashbrown v0.16.0
28402026-08-21T17:22:27.356Z[ helios-setup] Aug 21 17:22:26.055 INFO E| Compiling generic-array v0.14.9
28412026-08-21T17:22:27.356Z[ helios-setup] Aug 21 17:22:26.055 INFO E| Compiling pem-rfc7468 v0.7.0
28422026-08-21T17:22:27.405Z[ helios-setup] Aug 21 17:22:26.104 INFO E| Compiling num-traits v0.2.19
28432026-08-21T17:22:27.432Z[ helios-setup] Aug 21 17:22:26.130 INFO E| Compiling crc32fast v1.5.0
28442026-08-21T17:22:27.450Z[ helios-setup] Aug 21 17:22:26.148 INFO E| Compiling byteorder v1.5.0
28452026-08-21T17:22:27.469Z[ helios-setup] Aug 21 17:22:26.168 INFO E| Compiling memchr v2.7.6
28462026-08-21T17:22:27.508Z[ helios-setup] Aug 21 17:22:26.204 INFO E| Compiling utf8parse v0.2.2
28472026-08-21T17:22:27.626Z[ helios-setup] Aug 21 17:22:26.325 INFO E| Compiling equivalent v1.0.2
28482026-08-21T17:22:27.643Z[ helios-setup] Aug 21 17:22:26.340 INFO E| Compiling winnow v0.7.13
28492026-08-21T17:22:27.716Z[ helios-setup] Aug 21 17:22:26.416 INFO E| Compiling anyhow v1.0.100
28502026-08-21T17:22:27.734Z[ helios-setup] Aug 21 17:22:26.433 INFO E| Compiling rustix v1.1.2
28512026-08-21T17:22:27.751Z[ helios-setup] Aug 21 17:22:26.450 INFO E| Compiling flagset v0.4.7
28522026-08-21T17:22:27.813Z[ helios-setup] Aug 21 17:22:26.511 INFO E| Compiling getrandom v0.2.16
28532026-08-21T17:22:27.862Z[ helios-setup] Aug 21 17:22:26.562 INFO E| Compiling errno v0.3.14
28542026-08-21T17:22:27.881Z[ helios-setup] Aug 21 17:22:26.580 INFO E| Compiling indexmap v2.12.0
28552026-08-21T17:22:27.905Z[ helios-setup] Aug 21 17:22:26.603 INFO E| Compiling anstyle-parse v0.2.7
28562026-08-21T17:22:27.921Z[ helios-setup] Aug 21 17:22:26.620 INFO E| Compiling anstyle v1.0.13
28572026-08-21T17:22:27.987Z[ helios-setup] Aug 21 17:22:26.686 INFO E| Compiling rand_core v0.6.4
28582026-08-21T17:22:28.044Z[ helios-setup] Aug 21 17:22:26.742 INFO E| Compiling syn v1.0.109
28592026-08-21T17:22:28.120Z[ helios-setup] Aug 21 17:22:26.820 INFO E| Compiling anstyle-query v1.1.4
28602026-08-21T17:22:28.144Z[ helios-setup] Aug 21 17:22:26.843 INFO E| Compiling cpufeatures v0.2.17
28612026-08-21T17:22:28.147Z[ helios-setup] Aug 21 17:22:26.843 INFO E| Compiling toml_datetime v0.7.3
28622026-08-21T17:22:28.230Z[ helios-setup] Aug 21 17:22:26.919 INFO E| Compiling is_terminal_polyfill v1.70.2
28632026-08-21T17:22:28.234Z[ helios-setup] Aug 21 17:22:26.927 INFO E| Compiling radium v0.7.0
28642026-08-21T17:22:28.240Z[ helios-setup] Aug 21 17:22:26.939 INFO E| Compiling shlex v1.3.0
28652026-08-21T17:22:28.263Z[ helios-setup] Aug 21 17:22:26.963 INFO E| Compiling allocator-api2 v0.2.21
28662026-08-21T17:22:28.348Z[ helios-setup] Aug 21 17:22:27.047 INFO E| Compiling syn v2.0.108
28672026-08-21T17:22:28.380Z[ helios-setup] Aug 21 17:22:27.077 INFO E| Compiling find-msvc-tools v0.1.4
28682026-08-21T17:22:28.391Z[ helios-setup] Aug 21 17:22:27.089 INFO E| Compiling colorchoice v1.0.4
28692026-08-21T17:22:28.435Z[ helios-setup] Aug 21 17:22:27.134 INFO E| Compiling slog v2.8.2
28702026-08-21T17:22:28.474Z[ helios-setup] Aug 21 17:22:27.173 INFO E| Compiling anstream v0.6.21
28712026-08-21T17:22:28.531Z[ helios-setup] Aug 21 17:22:27.230 INFO E| Compiling cc v1.2.44
28722026-08-21T17:22:28.550Z[ helios-setup] Aug 21 17:22:27.249 INFO E| Compiling pkg-config v0.3.32
28732026-08-21T17:22:28.594Z[ helios-setup] Aug 21 17:22:27.294 INFO E| Compiling crypto-common v0.1.6
28742026-08-21T17:22:28.651Z[ helios-setup] Aug 21 17:22:27.350 INFO E| Compiling block-buffer v0.10.4
28752026-08-21T17:22:28.678Z[ helios-setup] Aug 21 17:22:27.377 INFO E| Compiling tap v1.0.1
28762026-08-21T17:22:28.726Z[ helios-setup] Aug 21 17:22:27.426 INFO E| Compiling futures-core v0.3.31
28772026-08-21T17:22:28.739Z[ helios-setup] Aug 21 17:22:27.438 INFO E| Compiling maybe-uninit v2.0.0
28782026-08-21T17:22:28.757Z[ helios-setup] Aug 21 17:22:27.456 INFO E| Compiling pin-project-lite v0.2.16
28792026-08-21T17:22:28.763Z[ helios-setup] Aug 21 17:22:27.462 INFO E| Compiling parking_lot_core v0.9.12
28802026-08-21T17:22:28.799Z[ helios-setup] Aug 21 17:22:27.498 INFO E| Compiling digest v0.10.7
28812026-08-21T17:22:28.827Z[ helios-setup] Aug 21 17:22:27.526 INFO E| Compiling futures-sink v0.3.31
28822026-08-21T17:22:28.929Z[ helios-setup] Aug 21 17:22:27.627 INFO E| Compiling unicode-width v0.2.2
28832026-08-21T17:22:28.959Z[ helios-setup] Aug 21 17:22:27.658 INFO E| Compiling futures-channel v0.3.31
28842026-08-21T17:22:28.980Z[ helios-setup] Aug 21 17:22:27.680 INFO E| Compiling wyz v0.5.1
28852026-08-21T17:22:29.025Z[ helios-setup] Aug 21 17:22:27.725 INFO E| Compiling sha2 v0.10.9
28862026-08-21T17:22:29.064Z[ helios-setup] Aug 21 17:22:27.764 INFO E| Compiling toml_parser v1.0.4
28872026-08-21T17:22:29.110Z[ helios-setup] Aug 21 17:22:27.809 INFO E| Compiling num-integer v0.1.46
28882026-08-21T17:22:29.192Z[ helios-setup] Aug 21 17:22:27.891 INFO E| Compiling getopts v0.2.24
28892026-08-21T17:22:29.200Z[ helios-setup] Aug 21 17:22:27.899 INFO E| Compiling ahash v0.8.12
28902026-08-21T17:22:29.200Z[ helios-setup] Aug 21 17:22:27.899 INFO E| Compiling itoa v1.0.15
28912026-08-21T17:22:29.223Z[ helios-setup] Aug 21 17:22:27.922 INFO E| Compiling packed_struct v0.10.1
28922026-08-21T17:22:29.230Z[ helios-setup] Aug 21 17:22:27.929 INFO E| Compiling futures-io v0.3.31
28932026-08-21T17:22:29.270Z[ helios-setup] Aug 21 17:22:27.970 INFO E| Compiling clap_lex v0.7.6
28942026-08-21T17:22:29.277Z[ helios-setup] Aug 21 17:22:27.977 INFO E| Compiling time-core v0.1.6
28952026-08-21T17:22:29.348Z[ helios-setup] Aug 21 17:22:28.048 INFO E| Compiling powerfmt v0.2.0
28962026-08-21T17:22:29.364Z[ helios-setup] Aug 21 17:22:28.064 INFO E| Compiling funty v2.0.0
28972026-08-21T17:22:29.394Z[ helios-setup] Aug 21 17:22:28.093 INFO E| Compiling thiserror v1.0.69
28982026-08-21T17:22:29.425Z[ helios-setup] Aug 21 17:22:28.124 INFO E| Compiling scopeguard v1.2.0
28992026-08-21T17:22:29.440Z[ helios-setup] Aug 21 17:22:28.140 INFO E| Compiling toml_edit v0.23.7
29002026-08-21T17:22:29.501Z[ helios-setup] Aug 21 17:22:28.200 INFO E| Compiling bitflags v2.10.0
29012026-08-21T17:22:29.534Z[ helios-setup] Aug 21 17:22:28.233 INFO E| Compiling spin v0.9.8
29022026-08-21T17:22:29.588Z[ helios-setup] Aug 21 17:22:28.287 INFO E| Compiling futures-task v0.3.31
29032026-08-21T17:22:29.623Z[ helios-setup] Aug 21 17:22:28.322 INFO E| Compiling num-conv v0.1.0
29042026-08-21T17:22:29.633Z[ helios-setup] Aug 21 17:22:28.332 INFO E| Compiling strsim v0.11.1
29052026-08-21T17:22:29.685Z[ helios-setup] Aug 21 17:22:28.384 INFO E| Compiling slab v0.4.11
29062026-08-21T17:22:29.692Z[ helios-setup] Aug 21 17:22:28.391 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
29072026-08-21T17:22:29.699Z[ helios-setup] Aug 21 17:22:28.398 INFO E| Compiling getrandom v0.3.4
29082026-08-21T17:22:29.730Z[ helios-setup] Aug 21 17:22:28.429 INFO E| Compiling heck v0.5.0
29092026-08-21T17:22:29.771Z[ helios-setup] Aug 21 17:22:28.470 INFO E| Compiling num-bigint-dig v0.8.4
29102026-08-21T17:22:29.777Z[ helios-setup] Aug 21 17:22:28.477 INFO E| Compiling bytes v1.10.1
29112026-08-21T17:22:29.785Z[ helios-setup] Aug 21 17:22:28.484 INFO E| Compiling pin-utils v0.1.0
29122026-08-21T17:22:29.923Z[ helios-setup] Aug 21 17:22:28.622 INFO E| Compiling time-macros v0.2.24
29132026-08-21T17:22:29.937Z[ helios-setup] Aug 21 17:22:28.637 INFO E| Compiling bitvec v1.0.1
29142026-08-21T17:22:29.961Z[ helios-setup] Aug 21 17:22:28.660 INFO E| Compiling lazy_static v1.5.0
29152026-08-21T17:22:30.013Z[ helios-setup] Aug 21 17:22:28.712 INFO E| Compiling proc-macro-crate v3.4.0
29162026-08-21T17:22:30.088Z[ helios-setup] Aug 21 17:22:28.786 INFO E| Compiling lock_api v0.4.14
29172026-08-21T17:22:30.110Z[ helios-setup] Aug 21 17:22:28.809 INFO E| Compiling deranged v0.5.5
29182026-08-21T17:22:30.123Z[ helios-setup] Aug 21 17:22:28.822 INFO E| Compiling num-iter v0.1.45
29192026-08-21T17:22:30.245Z[ helios-setup] Aug 21 17:22:28.944 INFO E| Compiling terminal_size v0.4.3
29202026-08-21T17:22:30.344Z[ helios-setup] Aug 21 17:22:29.043 INFO E| Compiling clap_builder v4.5.51
29212026-08-21T17:22:30.409Z[ helios-setup] Aug 21 17:22:29.108 INFO E| Compiling indexmap v1.9.3
29222026-08-21T17:22:30.409Z[ helios-setup] Aug 21 17:22:29.108 INFO E| Compiling thiserror v2.0.17
29232026-08-21T17:22:30.412Z[ helios-setup] Aug 21 17:22:29.110 INFO E| Compiling nodrop v0.1.14
29242026-08-21T17:22:30.447Z[ helios-setup] Aug 21 17:22:29.146 INFO E| Compiling log v0.4.28
29252026-08-21T17:22:30.473Z[ helios-setup] Aug 21 17:22:29.172 INFO E| Compiling serde_json v1.0.145
29262026-08-21T17:22:30.487Z[ helios-setup] Aug 21 17:22:29.186 INFO E| Compiling once_cell v1.21.3
29272026-08-21T17:22:30.676Z[ helios-setup] Aug 21 17:22:29.376 INFO E| Compiling crc-catalog v2.4.0
29282026-08-21T17:22:30.724Z[ helios-setup] Aug 21 17:22:29.423 INFO E| Compiling iana-time-zone v0.1.64
29292026-08-21T17:22:30.757Z[ helios-setup] Aug 21 17:22:29.456 INFO E| Compiling simd-adler32 v0.3.7
29302026-08-21T17:22:30.770Z[ helios-setup] Aug 21 17:22:29.469 INFO E| Compiling adler2 v2.0.1
29312026-08-21T17:22:30.788Z[ helios-setup] Aug 21 17:22:29.487 INFO E| Compiling crc v3.3.0
29322026-08-21T17:22:30.810Z[ helios-setup] Aug 21 17:22:29.510 INFO E| Compiling env_filter v0.1.4
29332026-08-21T17:22:30.850Z[ helios-setup] Aug 21 17:22:29.550 INFO E| Compiling chrono v0.4.42
29342026-08-21T17:22:30.875Z[ helios-setup] Aug 21 17:22:29.574 INFO E| Compiling parking_lot v0.12.5
29352026-08-21T17:22:30.939Z[ helios-setup] Aug 21 17:22:29.639 INFO E| Compiling miniz_oxide v0.8.9
29362026-08-21T17:22:30.987Z[ helios-setup] Aug 21 17:22:29.686 INFO E| Compiling array-init v0.0.4
29372026-08-21T17:22:31.002Z[ helios-setup] Aug 21 17:22:29.701 INFO E| Compiling smallvec v0.6.14
29382026-08-21T17:22:31.207Z[ helios-setup] Aug 21 17:22:29.904 INFO E| Compiling serde_spanned v1.0.3
29392026-08-21T17:22:31.304Z[ helios-setup] Aug 21 17:22:30.003 INFO E| Compiling time v0.3.44
29402026-08-21T17:22:31.372Z[ helios-setup] Aug 21 17:22:30.071 INFO E| Compiling signature v2.2.0
29412026-08-21T17:22:31.386Z[ helios-setup] Aug 21 17:22:30.084 INFO E| Compiling signal-hook-registry v1.4.6
29422026-08-21T17:22:31.477Z[ helios-setup] Aug 21 17:22:30.176 INFO E| Compiling socket2 v0.6.1
29432026-08-21T17:22:31.549Z[ helios-setup] Aug 21 17:22:30.248 INFO E| Compiling mio v1.1.0
29442026-08-21T17:22:31.583Z[ helios-setup] Aug 21 17:22:30.281 INFO E| Compiling is-terminal v0.4.17
29452026-08-21T17:22:31.643Z[ helios-setup] Aug 21 17:22:30.342 INFO E| Compiling thread_local v1.1.9
29462026-08-21T17:22:31.688Z[ helios-setup] Aug 21 17:22:30.387 INFO E| Compiling hashbrown v0.12.3
29472026-08-21T17:22:31.848Z[ helios-setup] Aug 21 17:22:30.547 INFO E| Compiling libdevinfo-sys v1.1.0
29482026-08-21T17:22:31.930Z[ helios-setup] Aug 21 17:22:30.629 INFO E| Compiling winnow v0.5.40
29492026-08-21T17:22:32.028Z[ helios-setup] Aug 21 17:22:30.727 INFO E| Compiling term v1.2.0
29502026-08-21T17:22:32.168Z[ helios-setup] Aug 21 17:22:30.867 INFO E| Compiling ryu v1.0.20
29512026-08-21T17:22:32.175Z[ helios-setup] Aug 21 17:22:30.874 INFO E| Compiling packed_struct_codegen v0.10.1
29522026-08-21T17:22:32.286Z[ helios-setup] Aug 21 17:22:30.984 INFO E| Compiling base64 v0.21.7
29532026-08-21T17:22:32.300Z[ helios-setup] Aug 21 17:22:30.998 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
29542026-08-21T17:22:32.316Z[ helios-setup] Aug 21 17:22:31.015 INFO E| Compiling subtle v2.6.1
29552026-08-21T17:22:32.332Z[ helios-setup] Aug 21 17:22:31.031 INFO E| Compiling serde_derive v1.0.228
29562026-08-21T17:22:32.351Z[ helios-setup] Aug 21 17:22:31.051 INFO E| Compiling zerocopy-derive v0.8.27
29572026-08-21T17:22:32.399Z[ helios-setup] Aug 21 17:22:31.098 INFO E| Compiling der_derive v0.7.3
29582026-08-21T17:22:32.475Z[ helios-setup] Aug 21 17:22:31.174 INFO E| Compiling futures-macro v0.3.31
29592026-08-21T17:22:32.497Z[ helios-setup] Aug 21 17:22:31.196 INFO E| Compiling zerocopy-derive v0.6.6
29602026-08-21T17:22:32.506Z[ helios-setup] Aug 21 17:22:31.205 INFO E| Compiling clap_derive v4.5.49
29612026-08-21T17:22:32.506Z[ helios-setup] Aug 21 17:22:31.205 INFO E| Compiling bitfield-macros v0.19.3
29622026-08-21T17:22:32.539Z[ helios-setup] Aug 21 17:22:31.238 INFO E| Compiling num_enum_derive v0.7.5
29632026-08-21T17:22:32.971Z[ helios-setup] Aug 21 17:22:31.670 INFO E| Compiling thiserror-impl v1.0.69
29642026-08-21T17:22:33.407Z[ helios-setup] Aug 21 17:22:32.106 INFO E| Compiling thiserror-impl v2.0.17
29652026-08-21T17:22:33.504Z[ helios-setup] Aug 21 17:22:32.203 INFO E| Compiling tokio-macros v2.6.0
29662026-08-21T17:22:33.507Z[ helios-setup] Aug 21 17:22:32.203 INFO E| Compiling bitfield v0.19.3
29672026-08-21T17:22:33.524Z[ helios-setup] Aug 21 17:22:32.223 INFO E| Compiling futures-util v0.3.31
29682026-08-21T17:22:33.571Z[ helios-setup] Aug 21 17:22:32.269 INFO E| Compiling zerocopy v0.6.6
29692026-08-21T17:22:33.613Z[ helios-setup] Aug 21 17:22:32.313 INFO E| Compiling toml_writer v1.0.4
29702026-08-21T17:22:33.800Z[ helios-setup] Aug 21 17:22:32.500 INFO E| Compiling num_enum v0.7.5
29712026-08-21T17:22:33.931Z[ helios-setup] Aug 21 17:22:32.631 INFO E| Compiling devinfo v0.1.0
29722026-08-21T17:22:33.932Z[ helios-setup] Aug 21 17:22:32.631 INFO E| Compiling toml v0.9.8
29732026-08-21T17:22:33.992Z[ helios-setup] Aug 21 17:22:32.691 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29742026-08-21T17:22:34.044Z[ helios-setup] Aug 21 17:22:32.742 INFO E| Compiling bzip2 v0.4.4
29752026-08-21T17:22:34.344Z[ helios-setup] Aug 21 17:22:33.043 INFO E| Compiling der v0.7.10
29762026-08-21T17:22:34.402Z[ helios-setup] Aug 21 17:22:33.101 INFO E| Compiling flate2 v1.1.5
29772026-08-21T17:22:34.456Z[ helios-setup] Aug 21 17:22:33.155 INFO E| Compiling uuid v1.18.1
29782026-08-21T17:22:34.595Z[ helios-setup] Aug 21 17:22:33.294 INFO E| Compiling tokio v1.48.0
29792026-08-21T17:22:34.812Z[ helios-setup] Aug 21 17:22:33.511 INFO E| Compiling env_logger v0.11.8
29802026-08-21T17:22:34.824Z[ helios-setup] Aug 21 17:22:33.522 INFO E| Compiling bitflags v1.3.2
29812026-08-21T17:22:34.830Z[ helios-setup] Aug 21 17:22:33.529 INFO E| Compiling hex v0.4.3
29822026-08-21T17:22:34.882Z[ helios-setup] Aug 21 17:22:33.581 INFO E| Compiling foldhash v0.2.0
29832026-08-21T17:22:34.903Z[ helios-setup] Aug 21 17:22:33.600 INFO E| Compiling crc-any v2.5.0
29842026-08-21T17:22:35.354Z[ helios-setup] Aug 21 17:22:34.053 INFO E| Compiling clap v4.5.51
29852026-08-21T17:22:35.383Z[ helios-setup] Aug 21 17:22:34.082 INFO E| Compiling rustc-hash v2.1.1
29862026-08-21T17:22:35.428Z[ helios-setup] Aug 21 17:22:34.127 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29872026-08-21T17:22:35.482Z[ helios-setup] Aug 21 17:22:34.180 INFO E| Compiling zip v0.6.6
29882026-08-21T17:22:35.485Z[ helios-setup] Aug 21 17:22:34.182 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29892026-08-21T17:22:35.583Z[ helios-setup] Aug 21 17:22:34.282 INFO E| Compiling iddqd v0.3.14
29902026-08-21T17:22:35.624Z[ helios-setup] Aug 21 17:22:34.323 INFO E| Compiling path-slash v0.1.5
29912026-08-21T17:22:35.902Z[ helios-setup] Aug 21 17:22:34.602 INFO E| Compiling spki v0.7.3
29922026-08-21T17:22:36.222Z[ helios-setup] Aug 21 17:22:34.921 INFO E| Compiling pkcs8 v0.10.2
29932026-08-21T17:22:36.227Z[ helios-setup] Aug 21 17:22:34.927 INFO E| Compiling x509-cert v0.2.5
29942026-08-21T17:22:36.321Z[ helios-setup] Aug 21 17:22:35.020 INFO E| Compiling ppv-lite86 v0.2.21
29952026-08-21T17:22:36.406Z[ helios-setup] Aug 21 17:22:35.105 INFO E| Compiling pkcs1 v0.7.5
29962026-08-21T17:22:36.666Z[ helios-setup] Aug 21 17:22:35.365 INFO E| Compiling rand_chacha v0.3.1
29972026-08-21T17:22:36.683Z[ helios-setup] Aug 21 17:22:35.381 INFO E| Compiling hashbrown v0.13.2
29982026-08-21T17:22:36.840Z[ helios-setup] Aug 21 17:22:35.536 INFO E| Compiling futures-executor v0.3.31
29992026-08-21T17:22:37.172Z[ helios-setup] Aug 21 17:22:35.871 INFO E| Compiling erased-serde v0.3.31
30002026-08-21T17:22:37.184Z[ helios-setup] Aug 21 17:22:35.883 INFO E| Compiling rand v0.8.5
30012026-08-21T17:22:37.209Z[ helios-setup] Aug 21 17:22:35.906 INFO E| Compiling toml_datetime v0.6.11
30022026-08-21T17:22:37.231Z[ helios-setup] Aug 21 17:22:35.930 INFO E| Compiling serde_spanned v0.6.9
30032026-08-21T17:22:37.364Z[ helios-setup] Aug 21 17:22:36.063 INFO E| Compiling futures v0.3.31
30042026-08-21T17:22:37.405Z[ helios-setup] Aug 21 17:22:36.105 INFO E| Compiling serde-hex v0.1.0
30052026-08-21T17:22:37.416Z[ helios-setup] Aug 21 17:22:36.116 INFO E| Compiling toml_edit v0.19.15
30062026-08-21T17:22:37.450Z[ helios-setup] Aug 21 17:22:36.148 INFO E| Compiling ron v0.8.1
30072026-08-21T17:22:37.767Z[ helios-setup] Aug 21 17:22:36.466 INFO E| Compiling object v0.30.4
30082026-08-21T17:22:37.986Z[ helios-setup] Aug 21 17:22:36.685 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
30092026-08-21T17:22:38.151Z[ omicron-package] Finished `release` profile [optimized] target(s) in 43.88s
30102026-08-21T17:22:38.307Z[ helios-setup] Aug 21 17:22:37.006 INFO E| Compiling slog-term v2.9.2
30112026-08-21T17:22:38.322Z[ helios-setup] Aug 21 17:22:37.022 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30122026-08-21T17:22:38.412Z[ omicron-package]
30132026-08-21T17:22:38.413Z[ omicron-package] real 44.076429892
30142026-08-21T17:22:38.416Z[ omicron-package] user 3:51.913968218
30152026-08-21T17:22:38.416Z[ omicron-package] sys 26.784644527
30162026-08-21T17:22:38.416Z[ omicron-package] trap 0.469874266
30172026-08-21T17:22:38.416Z[ omicron-package] tflt 0.517345419
30182026-08-21T17:22:38.416Z[ omicron-package] dflt 2.783415499
30192026-08-21T17:22:38.416Z[ omicron-package] kflt 0.000453370
30202026-08-21T17:22:38.416Z[ omicron-package] lock 11:57.173553407
30212026-08-21T17:22:38.416Z[ omicron-package] slp 6:15.039409081
30222026-08-21T17:22:38.416Z[ omicron-package] lat 1:07.735784548
30232026-08-21T17:22:38.416Z[ omicron-package] stop 1:47.691030972
30242026-08-21T17:22:38.416ZAug 21 17:22:37.113 INFO [omicron-package] process exited with exit status: 0 (44.15194309s)
30252026-08-21T17:22:38.416ZAug 21 17:22:37.113 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
30262026-08-21T17:22:38.416ZAug 21 17:22:37.115 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
30272026-08-21T17:22:38.424Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
30282026-08-21T17:22:38.426Z[ recovery-target] Created new build target 'recovery' and set it as active
30292026-08-21T17:22:38.426Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
30302026-08-21T17:22:38.426Z[ host-target] Created new build target 'host' and set it as active
30312026-08-21T17:22:38.429ZAug 21 17:22:37.128 INFO [recovery-target] process exited with exit status: 0 (15.169956ms)
30322026-08-21T17:22:38.432ZAug 21 17:22:37.129 INFO [host-target] process exited with exit status: 0 (14.543335ms)
30332026-08-21T17:22:38.432ZAug 21 17:22:37.129 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
30342026-08-21T17:22:38.441Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
30352026-08-21T17:22:38.848Z[ helios-setup] Aug 21 17:22:37.547 INFO E| Compiling rsa v0.9.8
30362026-08-21T17:22:38.940Z[ helios-setup] Aug 21 17:22:37.639 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
30372026-08-21T17:22:39.030Z[ helios-setup] Aug 21 17:22:37.730 INFO E| Compiling toml v0.7.8
30382026-08-21T17:22:39.653Z[ helios-setup] Aug 21 17:22:38.352 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
30392026-08-21T17:22:39.703Z[ helios-setup] Aug 21 17:22:38.402 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30402026-08-21T17:22:40.245Z[ host-package] Compiling heck v0.5.0
30412026-08-21T17:22:40.248Z[ host-package] Compiling regress v0.11.1
30422026-08-21T17:22:40.248Z[ host-package] Compiling unsafe-libyaml v0.2.11
30432026-08-21T17:22:40.248Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30442026-08-21T17:22:40.251Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30452026-08-21T17:22:40.252Z[ host-package] Compiling derive-where v1.6.0
30462026-08-21T17:22:40.252Z[ host-package] Compiling bytecount v0.6.9
30472026-08-21T17:22:40.252Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30482026-08-21T17:22:40.252Z[ host-package] Compiling atomicwrites v0.4.4
30492026-08-21T17:22:40.252Z[ host-package] Compiling is-terminal v0.4.17
30502026-08-21T17:22:40.252Z[ host-package] Compiling prettyplease v0.2.37
30512026-08-21T17:22:40.252Z[ host-package] Compiling newline-converter v0.3.0
30522026-08-21T17:22:40.252Z[ host-package] Compiling console v0.15.11
30532026-08-21T17:22:40.252Z[ host-package] Compiling slog-dtrace v0.3.0
30542026-08-21T17:22:40.252Z[ host-package] Compiling cancel-safe-futures v0.1.5
30552026-08-21T17:22:41.410Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30562026-08-21T17:22:41.414Z[ host-package] Compiling resolv-conf v0.7.6
30572026-08-21T17:22:41.414Z[ host-package] Compiling num-rational v0.4.2
30582026-08-21T17:22:41.861Z[ host-package] Compiling num-complex v0.4.6
30592026-08-21T17:22:42.040Z[ host-package] Compiling expectorate v1.2.0
30602026-08-21T17:22:42.054Z[ host-package] Compiling thread_local v1.1.9
30612026-08-21T17:22:42.296Z[ host-package] Compiling match_cfg v0.1.0
30622026-08-21T17:22:42.599Z[ host-package] Compiling compression-core v0.4.31
30632026-08-21T17:22:42.752Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30642026-08-21T17:22:42.766Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30652026-08-21T17:22:42.770Z[ host-package] Compiling num v0.4.3
30662026-08-21T17:22:42.855Z[ host-package] Compiling oxide-update-engine-types v0.1.2
30672026-08-21T17:22:42.880Z[ host-package] Compiling hostname v0.3.1
30682026-08-21T17:22:42.928Z[ host-package] Compiling typify-impl v0.6.2
30692026-08-21T17:22:42.931Z[ host-package] Compiling compression-codecs v0.4.37
30702026-08-21T17:22:42.931Z[ host-package] Compiling multer v3.1.0
30712026-08-21T17:22:43.024Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
30722026-08-21T17:22:43.047Z[ host-package] Compiling slog-async v2.8.0
30732026-08-21T17:22:43.079Z[ host-package] Compiling crossbeam-channel v0.5.15
30742026-08-21T17:22:43.082Z[ host-package] Compiling slog-json v2.6.1
30752026-08-21T17:22:43.127Z[ host-package] Compiling serde_spanned v1.1.1
30762026-08-21T17:22:43.127Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
30772026-08-21T17:22:43.193Z[ host-package] Compiling term v1.2.1
30782026-08-21T17:22:43.268Z[ host-package] Compiling float-ord v0.3.2
30792026-08-21T17:22:43.300Z[ host-package] Compiling linear-map v1.2.0
30802026-08-21T17:22:43.324Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
30812026-08-21T17:22:43.343Z[ host-package] Compiling linked-hash-map v0.5.6
30822026-08-21T17:22:43.368Z[ host-package] Compiling take_mut v0.2.2
30832026-08-21T17:22:43.426Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30842026-08-21T17:22:43.468Z[ host-package] Compiling slog-bunyan v2.5.0
30852026-08-21T17:22:43.533Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
30862026-08-21T17:22:43.568Z[ host-package] Compiling slog-term v2.9.2
30872026-08-21T17:22:43.620Z[ host-package] Compiling async-compression v0.4.41
30882026-08-21T17:22:43.655Z[ host-package] Compiling lru-cache v0.1.2
30892026-08-21T17:22:43.854Z[ host-package] Compiling async-stream v0.3.6
30902026-08-21T17:22:43.988Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30912026-08-21T17:22:44.063Z[ host-package] Compiling dropshot v0.17.1
30922026-08-21T17:22:44.167Z[ host-package] Compiling progenitor-client v0.14.0
30932026-08-21T17:22:44.167Z[ host-package] Compiling sha1 v0.11.0
30942026-08-21T17:22:44.174Z[ host-package] Compiling waitgroup v0.1.2
30952026-08-21T17:22:44.190Z[ host-package] Compiling rustls-pemfile v2.2.0
30962026-08-21T17:22:44.215Z[ host-package] Compiling backon v1.6.0
30972026-08-21T17:22:44.309Z[ host-package] Compiling oxide-update-engine v0.1.2
30982026-08-21T17:22:44.352Z[ helios-setup] Aug 21 17:22:43.048 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
30992026-08-21T17:22:44.388Z[ host-package] Compiling serde_path_to_error v0.1.20
31002026-08-21T17:22:44.451Z[ host-package] Compiling hostname v0.4.2
31012026-08-21T17:22:44.451Z[ host-package] Compiling instant v0.1.13
31022026-08-21T17:22:44.518Z[ host-package] Compiling debug-ignore v1.0.5
31032026-08-21T17:22:44.518Z[ host-package] Compiling minimal-lexical v0.2.1
31042026-08-21T17:22:44.650Z[ host-package] Compiling backoff v0.4.0
31052026-08-21T17:22:44.765Z[ host-package] Compiling progenitor-extras v0.2.0
31062026-08-21T17:22:44.765Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31072026-08-21T17:22:44.780Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31082026-08-21T17:22:44.977Z[ host-package] Compiling nom v7.1.3
31092026-08-21T17:22:45.022Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31102026-08-21T17:22:45.044Z[ host-package] Compiling parse-display v0.10.0
31112026-08-21T17:22:45.069Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31122026-08-21T17:22:45.229Z[ host-package] Compiling hickory-proto v0.24.4
31132026-08-21T17:22:45.419Z[ host-package] Compiling regress v0.10.5
31142026-08-21T17:22:45.557Z[ host-package] Compiling itertools v0.14.0
31152026-08-21T17:22:45.572Z[ helios-setup] Aug 21 17:22:44.272 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
31162026-08-21T17:22:46.062Z[ host-package] Compiling macaddr v1.0.1
31172026-08-21T17:22:46.111Z[ host-package] Compiling humantime v2.3.0
31182026-08-21T17:22:46.325Z[ host-package] Compiling unicode-xid v0.2.6
31192026-08-21T17:22:46.672Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31202026-08-21T17:22:46.677Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31212026-08-21T17:22:46.788Z[ host-package] Compiling typify-macro v0.6.2
31222026-08-21T17:22:46.788Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31232026-08-21T17:22:46.995Z[ host-package] Compiling convert_case v0.10.0
31242026-08-21T17:22:47.058Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31252026-08-21T17:22:47.317Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31262026-08-21T17:22:47.374Z[ host-package] Compiling toml v0.8.23
31272026-08-21T17:22:47.479Z[ host-package] Compiling derive_more-impl v2.1.1
31282026-08-21T17:22:47.685Z[ host-package] Compiling papergrid v0.11.0
31292026-08-21T17:22:47.843Z[ host-package] Compiling tabled_derive v0.7.0
31302026-08-21T17:22:48.409Z[ host-package] Compiling termtree v0.5.1
31312026-08-21T17:22:48.449Z[ host-package] Compiling phf_shared v0.12.1
31322026-08-21T17:22:48.636Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31332026-08-21T17:22:48.695Z[ host-package] Compiling derive_more v2.1.1
31342026-08-21T17:22:48.726Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31352026-08-21T17:22:48.803Z[ host-package] Compiling crossterm v0.29.0
31362026-08-21T17:22:48.833Z[ host-package] Compiling csv-core v0.1.13
31372026-08-21T17:22:48.912Z[ host-package] Compiling vte v0.14.1
31382026-08-21T17:22:49.176Z[ host-package] Compiling hickory-resolver v0.24.4
31392026-08-21T17:22:49.233Z[ host-package] Compiling typify v0.6.2
31402026-08-21T17:22:49.343Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31412026-08-21T17:22:49.413Z[ helios-setup] Aug 21 17:22:48.112 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31422026-08-21T17:22:49.417Z[ host-package] Compiling progenitor-impl v0.14.0
31432026-08-21T17:22:49.824Z[ host-package] Compiling tabled v0.15.0
31442026-08-21T17:22:50.732Z[ host-package] Compiling qorb v0.4.1
31452026-08-21T17:22:51.115Z[ host-package] Compiling chrono-tz v0.10.4
31462026-08-21T17:22:51.339Z[ host-package] Compiling highway v1.3.0
31472026-08-21T17:22:51.738Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31482026-08-21T17:22:51.803Z[ host-package] Compiling progenitor-macro v0.14.0
31492026-08-21T17:22:52.252Z[ host-package] Compiling csv v1.4.0
31502026-08-21T17:22:53.620Z[ host-package] Compiling strip-ansi-escapes v0.2.1
31512026-08-21T17:22:53.988Z[ host-package] Compiling phf v0.12.1
31522026-08-21T17:22:54.152Z[ host-package] Compiling const_format_proc_macros v0.2.34
31532026-08-21T17:22:54.247Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31542026-08-21T17:22:54.309Z[ host-package] Compiling fd-lock v4.0.4
31552026-08-21T17:22:54.365Z[ host-package] Compiling peg-macros v0.8.5
31562026-08-21T17:22:54.820Z[ host-package] Compiling nu-ansi-term v0.50.3
31572026-08-21T17:22:55.282Z[ host-package] Compiling const_format v0.2.35
31582026-08-21T17:22:55.418Z[ host-package] Compiling reedline v0.40.0
31592026-08-21T17:22:55.621Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31602026-08-21T17:22:56.012Z[ host-package] Compiling peg v0.8.5
31612026-08-21T17:22:56.140Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31622026-08-21T17:22:56.875Z[ host-package] Compiling progenitor v0.14.0
31632026-08-21T17:22:56.956Z[ host-package] Compiling bcs v0.1.6
31642026-08-21T17:22:57.389Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31652026-08-21T17:22:57.666Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31662026-08-21T17:22:57.813Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31672026-08-21T17:22:58.243Z[ host-package] Compiling nom v8.0.0
31682026-08-21T17:22:58.309Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31692026-08-21T17:22:59.131Z[ host-package] Compiling semver v0.1.20
31702026-08-21T17:22:59.218Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31712026-08-21T17:22:59.222Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31722026-08-21T17:22:59.579Z[ host-package] Compiling rustc_version v0.1.7
31732026-08-21T17:22:59.648Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31742026-08-21T17:22:59.827Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31752026-08-21T17:22:59.990Z[ host-package] Compiling newtype_derive v0.1.6
31762026-08-21T17:23:00.093Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31772026-08-21T17:23:00.456Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31782026-08-21T17:23:00.879Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31792026-08-21T17:23:01.178Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
31802026-08-21T17:23:01.238Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31812026-08-21T17:23:01.316Z[ host-package] Compiling steno v0.4.1
31822026-08-21T17:23:01.473Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31832026-08-21T17:23:01.548Z[ host-package] Compiling sha1 v0.10.6
31842026-08-21T17:23:01.710Z[ helios-setup] Aug 21 17:23:00.409 INFO E| Finished `release` profile [optimized] target(s) in 36.57s
31852026-08-21T17:23:01.713Z[ helios-setup] Aug 21 17:23:00.410 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
31862026-08-21T17:23:01.713Z[ helios-setup] Aug 21 17:23:00.410 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31872026-08-21T17:23:01.770Z[ helios-setup] Aug 21 17:23:00.470 INFO building project "pilot" ok (36 seconds)
31882026-08-21T17:23:01.771Z[ helios-setup] Aug 21 17:23:00.470 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
31892026-08-21T17:23:01.781Z[ helios-setup] Aug 21 17:23:00.479 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
31902026-08-21T17:23:01.781Z[ helios-setup] Aug 21 17:23:00.480 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
31912026-08-21T17:23:01.781Z[ helios-setup] Aug 21 17:23:00.480 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
31922026-08-21T17:23:01.840Z[ host-package] Compiling tagptr v0.2.0
31932026-08-21T17:23:01.920Z[ helios-setup] Aug 21 17:23:00.619 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
31942026-08-21T17:23:02.068Z[ host-package] Compiling utf-8 v0.7.6
31952026-08-21T17:23:02.165Z[ host-package] Compiling moka v0.12.13
31962026-08-21T17:23:02.213Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31972026-08-21T17:23:02.219Z[ helios-setup] Aug 21 17:23:00.918 INFO E| From https://github.com/jclulow/rust-jmclib
31982026-08-21T17:23:02.219Z[ helios-setup] Aug 21 17:23:00.918 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
31992026-08-21T17:23:02.230Z[ helios-setup] Aug 21 17:23:00.929 INFO E| Updating crates.io index
32002026-08-21T17:23:02.279Z[ helios-setup] Aug 21 17:23:00.978 INFO E| Downloading crates ...
32012026-08-21T17:23:02.323Z[ helios-setup] Aug 21 17:23:01.021 INFO E| Downloaded once_cell v1.18.0
32022026-08-21T17:23:02.330Z[ helios-setup] Aug 21 17:23:01.029 INFO E| Downloaded serde v1.0.193
32032026-08-21T17:23:02.334Z[ helios-setup] Aug 21 17:23:01.033 INFO E| Downloaded errno v0.3.1
32042026-08-21T17:23:02.337Z[ helios-setup] Aug 21 17:23:01.034 INFO E| Downloaded sha-1 v0.9.8
32052026-08-21T17:23:02.337Z[ helios-setup] Aug 21 17:23:01.035 INFO E| Downloaded cpufeatures v0.2.9
32062026-08-21T17:23:02.337Z[ helios-setup] Aug 21 17:23:01.036 INFO E| Downloaded fastrand v2.0.0
32072026-08-21T17:23:02.340Z[ helios-setup] Aug 21 17:23:01.038 INFO E| Downloaded block-buffer v0.9.0
32082026-08-21T17:23:02.343Z[ helios-setup] Aug 21 17:23:01.041 INFO E| Downloaded md-5 v0.9.1
32092026-08-21T17:23:02.353Z[ helios-setup] Aug 21 17:23:01.052 INFO E| Downloaded itoa v1.0.9
32102026-08-21T17:23:02.356Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32112026-08-21T17:23:02.356Z[ helios-setup] Aug 21 17:23:01.053 INFO E| Downloaded opaque-debug v0.3.0
32122026-08-21T17:23:02.356Z[ helios-setup] Aug 21 17:23:01.053 INFO E| Downloaded digest v0.9.0
32132026-08-21T17:23:02.356Z[ helios-setup] Aug 21 17:23:01.054 INFO E| Downloaded libdevinfo-sys v1.0.0
32142026-08-21T17:23:02.369Z[ helios-setup] Aug 21 17:23:01.064 INFO E| Downloaded quote v1.0.31
32152026-08-21T17:23:02.369Z[ helios-setup] Aug 21 17:23:01.068 INFO E| Downloaded tempfile v3.7.0
32162026-08-21T17:23:02.372Z[ helios-setup] Aug 21 17:23:01.068 INFO E| Downloaded unicode-width v0.1.10
32172026-08-21T17:23:02.372Z[ helios-setup] Aug 21 17:23:01.071 INFO E| Downloaded walkdir v2.3.3
32182026-08-21T17:23:02.377Z[ helios-setup] Aug 21 17:23:01.074 INFO E| Downloaded bitflags v2.3.3
32192026-08-21T17:23:02.381Z[ helios-setup] Aug 21 17:23:01.076 INFO E| Downloaded anyhow v1.0.72
32202026-08-21T17:23:02.381Z[ helios-setup] Aug 21 17:23:01.078 INFO E| Downloaded uuid v0.8.2
32212026-08-21T17:23:02.384Z[ helios-setup] Aug 21 17:23:01.080 INFO E| Downloaded proc-macro2 v1.0.66
32222026-08-21T17:23:02.384Z[ helios-setup] Aug 21 17:23:01.081 INFO E| Downloaded glob v0.3.1
32232026-08-21T17:23:02.384Z[ helios-setup] Aug 21 17:23:01.082 INFO E| Downloaded typenum v1.16.0
32242026-08-21T17:23:02.387Z[ helios-setup] Aug 21 17:23:01.084 INFO E| Downloaded unicode-ident v1.0.11
32252026-08-21T17:23:02.387Z[ helios-setup] Aug 21 17:23:01.085 INFO E| Downloaded getrandom v0.2.10
32262026-08-21T17:23:02.390Z[ helios-setup] Aug 21 17:23:01.087 INFO E| Downloaded toml v0.5.11
32272026-08-21T17:23:02.390Z[ helios-setup] Aug 21 17:23:01.089 INFO E| Downloaded ryu v1.0.15
32282026-08-21T17:23:02.393Z[ helios-setup] Aug 21 17:23:01.091 INFO E| Downloaded serde_derive v1.0.193
32292026-08-21T17:23:02.412Z[ helios-setup] Aug 21 17:23:01.111 INFO E| Downloaded serde_json v1.0.103
32302026-08-21T17:23:02.432Z[ helios-setup] Aug 21 17:23:01.131 INFO E| Downloaded syn v2.0.32
32312026-08-21T17:23:02.441Z[ helios-setup] Aug 21 17:23:01.140 INFO E| Downloaded rustix v0.38.4
32322026-08-21T17:23:02.461Z[ helios-setup] Aug 21 17:23:01.160 INFO E| Downloaded libc v0.2.147
32332026-08-21T17:23:02.522Z[ helios-setup] Aug 21 17:23:01.221 INFO E| Compiling libc v0.2.147
32342026-08-21T17:23:02.523Z[ helios-setup] Aug 21 17:23:01.221 INFO E| Compiling proc-macro2 v1.0.66
32352026-08-21T17:23:02.523Z[ helios-setup] Aug 21 17:23:01.221 INFO E| Compiling cfg-if v1.0.0
32362026-08-21T17:23:02.523Z[ helios-setup] Aug 21 17:23:01.221 INFO E| Compiling unicode-ident v1.0.11
32372026-08-21T17:23:02.523Z[ helios-setup] Aug 21 17:23:01.221 INFO E| Compiling typenum v1.16.0
32382026-08-21T17:23:02.526Z[ helios-setup] Aug 21 17:23:01.221 INFO E| Compiling version_check v0.9.4
32392026-08-21T17:23:02.526Z[ helios-setup] Aug 21 17:23:01.221 INFO E| Compiling serde v1.0.193
32402026-08-21T17:23:02.584Z[ helios-setup] Aug 21 17:23:01.283 INFO E| Compiling powerfmt v0.2.0
32412026-08-21T17:23:02.584Z[ helios-setup] Aug 21 17:23:01.283 INFO E| Compiling itoa v1.0.9
32422026-08-21T17:23:02.584Z[ helios-setup] Aug 21 17:23:01.283 INFO E| Compiling num-conv v0.1.0
32432026-08-21T17:23:02.587Z[ helios-setup] Aug 21 17:23:01.283 INFO E| Compiling time-core v0.1.2
32442026-08-21T17:23:02.587Z[ helios-setup] Aug 21 17:23:01.283 INFO E| Compiling rustix v0.38.4
32452026-08-21T17:23:02.587Z[ helios-setup] Aug 21 17:23:01.283 INFO E| Compiling slog v2.7.0
32462026-08-21T17:23:02.588Z[ helios-setup] Aug 21 17:23:01.283 INFO E| Compiling once_cell v1.18.0
32472026-08-21T17:23:02.588Z[ helios-setup] Aug 21 17:23:01.283 INFO E| Compiling bitflags v2.3.3
32482026-08-21T17:23:02.588Z[ helios-setup] Aug 21 17:23:01.284 INFO E| Compiling num_threads v0.1.6
32492026-08-21T17:23:02.592Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32502026-08-21T17:23:02.827Z[ host-package] Compiling tungstenite v0.21.0
32512026-08-21T17:23:03.037Z[ helios-setup] Aug 21 17:23:01.734 INFO E| Compiling serde_json v1.0.103
32522026-08-21T17:23:03.356Z[ helios-setup] Aug 21 17:23:02.055 INFO E| Compiling thread_local v1.1.7
32532026-08-21T17:23:03.359Z[ helios-setup] Aug 21 17:23:02.059 INFO E| Compiling fastrand v2.0.0
32542026-08-21T17:23:03.371Z[ helios-setup] Aug 21 17:23:02.071 INFO E| Compiling opaque-debug v0.3.0
32552026-08-21T17:23:03.461Z[ helios-setup] Aug 21 17:23:02.160 INFO E| Compiling anyhow v1.0.72
32562026-08-21T17:23:03.505Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32572026-08-21T17:23:03.561Z[ helios-setup] Aug 21 17:23:02.260 INFO E| Compiling ryu v1.0.15
32582026-08-21T17:23:03.630Z[ helios-setup] Aug 21 17:23:02.329 INFO E| Compiling deranged v0.3.11
32592026-08-21T17:23:03.667Z[ helios-setup] Aug 21 17:23:02.365 INFO E| Compiling same-file v1.0.6
32602026-08-21T17:23:03.718Z[ helios-setup] Aug 21 17:23:02.417 INFO E| Compiling unicode-width v0.1.10
32612026-08-21T17:23:03.832Z[ helios-setup] Aug 21 17:23:02.531 INFO E| Compiling time-macros v0.2.18
32622026-08-21T17:23:03.887Z[ host-package] Compiling hickory-resolver v0.25.2
32632026-08-21T17:23:03.933Z[ helios-setup] Aug 21 17:23:02.632 INFO E| Compiling cpufeatures v0.2.9
32642026-08-21T17:23:03.939Z[ helios-setup] Aug 21 17:23:02.638 INFO E| Compiling walkdir v2.3.3
32652026-08-21T17:23:04.019Z[ helios-setup] Aug 21 17:23:02.716 INFO E| Compiling getopts v0.2.21
32662026-08-21T17:23:04.022Z[ helios-setup] Aug 21 17:23:02.717 INFO E| Compiling glob v0.3.1
32672026-08-21T17:23:04.065Z[ helios-setup] Aug 21 17:23:02.764 INFO E| Compiling libdevinfo-sys v1.0.0
32682026-08-21T17:23:04.152Z[ helios-setup] Aug 21 17:23:02.852 INFO E| Compiling generic-array v0.14.7
32692026-08-21T17:23:04.282Z[ helios-setup] Aug 21 17:23:02.980 INFO E| Compiling quote v1.0.31
32702026-08-21T17:23:04.294Z[ helios-setup] Aug 21 17:23:02.993 INFO E| Compiling dirs-sys-next v0.1.2
32712026-08-21T17:23:04.294Z[ helios-setup] Aug 21 17:23:02.993 INFO E| Compiling errno v0.3.1
32722026-08-21T17:23:04.323Z[ helios-setup] Aug 21 17:23:03.022 INFO E| Compiling atty v0.2.14
32732026-08-21T17:23:04.370Z[ helios-setup] Aug 21 17:23:03.069 INFO E| Compiling getrandom v0.2.10
32742026-08-21T17:23:04.577Z[ helios-setup] Aug 21 17:23:03.276 INFO E| Compiling syn v2.0.32
32752026-08-21T17:23:04.605Z[ helios-setup] Aug 21 17:23:03.304 INFO E| Compiling dirs-next v2.0.0
32762026-08-21T17:23:04.682Z[ helios-setup] Aug 21 17:23:03.381 INFO E| Compiling term v0.7.0
32772026-08-21T17:23:05.337Z[ host-package] Compiling tokio-tungstenite v0.21.0
32782026-08-21T17:23:05.341Z[ helios-setup] Aug 21 17:23:04.035 INFO E| Compiling tempfile v3.7.0
32792026-08-21T17:23:05.591Z[ host-package] Compiling darling_core v0.21.3
32802026-08-21T17:23:05.782Z[ helios-setup] Aug 21 17:23:04.481 INFO E| Compiling block-buffer v0.9.0
32812026-08-21T17:23:05.782Z[ helios-setup] Aug 21 17:23:04.481 INFO E| Compiling digest v0.9.0
32822026-08-21T17:23:05.802Z[ helios-setup] Aug 21 17:23:04.501 INFO E| Compiling time v0.3.36
32832026-08-21T17:23:05.887Z[ helios-setup] Aug 21 17:23:04.586 INFO E| Compiling md-5 v0.9.1
32842026-08-21T17:23:05.887Z[ helios-setup] Aug 21 17:23:04.586 INFO E| Compiling sha-1 v0.9.8
32852026-08-21T17:23:06.015Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32862026-08-21T17:23:06.574Z[ helios-setup] Aug 21 17:23:05.273 INFO E| Compiling serde_derive v1.0.193
32872026-08-21T17:23:06.711Z[ helios-setup] Aug 21 17:23:05.410 INFO E| Compiling slog-term v2.9.0
32882026-08-21T17:23:07.315Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32892026-08-21T17:23:08.252Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32902026-08-21T17:23:08.364Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32912026-08-21T17:23:08.537Z[ host-package] Compiling darling_macro v0.21.3
32922026-08-21T17:23:08.638Z[ host-package] Compiling display-error-chain v0.2.2
32932026-08-21T17:23:08.895Z[ host-package] Compiling libscf-sys v1.2.0
32942026-08-21T17:23:09.086Z[ host-package] Compiling vergen-lib v0.1.6
32952026-08-21T17:23:09.303Z[ host-package] Compiling darling v0.21.3
32962026-08-21T17:23:09.364Z[ host-package] Compiling diesel_derives v2.3.7
32972026-08-21T17:23:09.444Z[ host-package] Compiling dsl_auto_type v0.2.0
32982026-08-21T17:23:09.845Z[ host-package] Compiling scheduled-thread-pool v0.2.7
32992026-08-21T17:23:09.923Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33002026-08-21T17:23:10.045Z[ host-package] Compiling vergen-gitcl v1.0.8
33012026-08-21T17:23:10.345Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
33022026-08-21T17:23:10.453Z[ host-package] Compiling dirs-sys-next v0.1.2
33032026-08-21T17:23:10.576Z[ host-package] Compiling crunchy v0.2.4
33042026-08-21T17:23:10.752Z[ host-package] Compiling maplit v1.0.2
33052026-08-21T17:23:10.882Z[ host-package] Compiling glob v0.3.3
33062026-08-21T17:23:11.012Z[ host-package] Compiling dirs-next v2.0.0
33072026-08-21T17:23:11.201Z[ helios-setup] Aug 21 17:23:09.898 INFO E| Compiling toml v0.5.11
33082026-08-21T17:23:11.201Z[ helios-setup] Aug 21 17:23:09.898 INFO E| Compiling uuid v0.8.2
33092026-08-21T17:23:11.353Z[ host-package] Compiling clang-sys v1.8.1
33102026-08-21T17:23:11.394Z[ host-package] Compiling r2d2 v0.8.10
33112026-08-21T17:23:11.513Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33122026-08-21T17:23:11.571Z[ host-package] Compiling papergrid v0.18.0
33132026-08-21T17:23:11.809Z[ host-package] Compiling xshell-macros v0.2.7
33142026-08-21T17:23:11.920Z[ host-package] Compiling tiny-keccak v2.0.2
33152026-08-21T17:23:11.980Z[ helios-setup] Aug 21 17:23:10.678 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
33162026-08-21T17:23:11.993Z[ host-package] Compiling downcast-rs v2.0.2
33172026-08-21T17:23:12.320Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33182026-08-21T17:23:12.354Z[ host-package] Compiling term v0.7.0
33192026-08-21T17:23:12.422Z[ host-package] Compiling xshell v0.2.7
33202026-08-21T17:23:12.549Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33212026-08-21T17:23:12.651Z[ helios-setup] Aug 21 17:23:11.350 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
33222026-08-21T17:23:12.782Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33232026-08-21T17:23:12.821Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33242026-08-21T17:23:12.977Z[ host-package] Compiling tabled v0.21.0
33252026-08-21T17:23:13.412Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33262026-08-21T17:23:13.710Z[ host-package] Compiling bit-vec v0.6.3
33272026-08-21T17:23:13.802Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33282026-08-21T17:23:13.862Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33292026-08-21T17:23:13.970Z[ host-package] Compiling bit-set v0.5.3
33302026-08-21T17:23:14.152Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33312026-08-21T17:23:14.370Z[ host-package] Compiling ascii-canvas v3.0.0
33322026-08-21T17:23:14.632Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33332026-08-21T17:23:14.710Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33342026-08-21T17:23:14.735Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33352026-08-21T17:23:14.913Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33362026-08-21T17:23:15.049Z[ host-package] Compiling itertools v0.10.5
33372026-08-21T17:23:15.190Z[ host-package] Compiling ena v0.14.4
33382026-08-21T17:23:15.261Z[ host-package] Compiling libloading v0.8.9
33392026-08-21T17:23:15.363Z[ host-package] Compiling unicase v2.9.0
33402026-08-21T17:23:15.507Z[ host-package] Compiling regex-syntax v0.6.29
33412026-08-21T17:23:15.570Z[ host-package] Compiling bindgen v0.71.1
33422026-08-21T17:23:15.783Z[ host-package] Compiling diff v0.1.13
33432026-08-21T17:23:16.160Z[ host-package] Compiling diesel v2.3.7
33442026-08-21T17:23:16.256Z[ host-package] Compiling cexpr v0.6.0
33452026-08-21T17:23:16.331Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33462026-08-21T17:23:16.645Z[ host-package] Compiling crc8 v0.1.1
33472026-08-21T17:23:16.754Z[ host-package] Compiling rustc-hash v2.1.1
33482026-08-21T17:23:16.920Z[ host-package] Compiling lalrpop v0.19.12
33492026-08-21T17:23:16.979Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33502026-08-21T17:23:17.270Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33512026-08-21T17:23:17.515Z[ host-package] Compiling headers-core v0.3.0
33522026-08-21T17:23:17.557Z[ helios-setup] Aug 21 17:23:16.256 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.76s
33532026-08-21T17:23:17.581Z[ helios-setup] Aug 21 17:23:16.279 INFO building project "image-builder" ok (15 seconds)
33542026-08-21T17:23:17.581Z[ helios-setup] Aug 21 17:23:16.280 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
33552026-08-21T17:23:17.669Z[ host-package] Compiling libxml v0.3.3
33562026-08-21T17:23:17.882Z[ host-package] Compiling headers v0.4.1
33572026-08-21T17:23:17.981Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33582026-08-21T17:23:18.199Z[ host-package] Compiling strum_macros v0.24.3
33592026-08-21T17:23:18.265Z[ host-package] Compiling indoc v1.0.9
33602026-08-21T17:23:18.561Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33612026-08-21T17:23:18.660Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33622026-08-21T17:23:18.751Z[ host-package] Compiling derive_builder v0.20.2
33632026-08-21T17:23:18.796Z[ host-package] Compiling quick-xml v0.37.5
33642026-08-21T17:23:19.019Z[ host-package] Compiling oso-derive v0.27.3
33652026-08-21T17:23:19.079Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
33662026-08-21T17:23:19.490Z[ host-package] Compiling openssl-probe v0.1.6
33672026-08-21T17:23:19.595Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33682026-08-21T17:23:19.627Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33692026-08-21T17:23:19.815Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33702026-08-21T17:23:20.408Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33712026-08-21T17:23:20.431Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33722026-08-21T17:23:20.564Z[ host-package] Compiling bb8 v0.8.6
33732026-08-21T17:23:20.586Z[ host-package] Compiling trait-variant v0.1.2
33742026-08-21T17:23:20.672Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
33752026-08-21T17:23:20.997Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33762026-08-21T17:23:21.099Z[ host-package] Compiling half v1.8.3
33772026-08-21T17:23:21.122Z[ host-package] Compiling proc-macro-error2 v2.0.1
33782026-08-21T17:23:21.148Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
33792026-08-21T17:23:21.206Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33802026-08-21T17:23:21.270Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33812026-08-21T17:23:21.472Z[ host-package] Compiling serde_cbor v0.11.2
33822026-08-21T17:23:21.523Z[ host-package] Compiling hashbrown v0.14.5
33832026-08-21T17:23:21.564Z[ host-package] Compiling rfc6979 v0.4.0
33842026-08-21T17:23:21.626Z[ host-package] Compiling salty v0.3.0
33852026-08-21T17:23:21.760Z[ host-package] Compiling ecdsa v0.16.9
33862026-08-21T17:23:22.128Z[ host-package] Compiling knus-derive v3.4.0
33872026-08-21T17:23:22.357Z[ host-package] Compiling chumsky v0.9.3
33882026-08-21T17:23:22.514Z[ host-package] Compiling samael v0.0.19
33892026-08-21T17:23:22.736Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33902026-08-21T17:23:22.772Z[ host-package] Compiling progenitor-impl v0.13.0
33912026-08-21T17:23:22.775Z[ host-package] Compiling primeorder v0.13.6
33922026-08-21T17:23:23.130Z[ host-package] Compiling nonempty v0.12.0
33932026-08-21T17:23:23.447Z[ host-package] Compiling p384 v0.13.1
33942026-08-21T17:23:23.809Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33952026-08-21T17:23:23.963Z[ host-package] Compiling knus v3.4.0
33962026-08-21T17:23:25.010Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33972026-08-21T17:23:25.074Z[ host-package] Compiling polar-core v0.27.3
33982026-08-21T17:23:25.166Z[ host-package] Compiling progenitor-macro v0.13.0
33992026-08-21T17:23:25.352Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
34002026-08-21T17:23:25.707Z[ host-package] Compiling progenitor-client v0.13.0
34012026-08-21T17:23:26.438Z[ host-package] Compiling fxhash v0.2.1
34022026-08-21T17:23:26.679Z[ host-package] Compiling libz-sys v1.1.24
34032026-08-21T17:23:26.704Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34042026-08-21T17:23:26.937Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
34052026-08-21T17:23:27.320Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34062026-08-21T17:23:27.840Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34072026-08-21T17:23:27.912Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34082026-08-21T17:23:28.467Z[ host-package] Compiling kstat-rs v0.2.5
34092026-08-21T17:23:29.262Z[ host-package] Compiling mime_guess v2.0.5
34102026-08-21T17:23:29.827Z[ host-package] Compiling progenitor v0.13.0
34112026-08-21T17:23:29.869Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34122026-08-21T17:23:31.452Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34132026-08-21T17:23:31.895Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34142026-08-21T17:23:32.306Z[ host-package] Compiling nanorand v0.7.0
34152026-08-21T17:23:32.375Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
34162026-08-21T17:23:32.493Z[ host-package] Compiling parking_lot_core v0.8.6
34172026-08-21T17:23:32.707Z[ host-package] Compiling flume v0.11.1
34182026-08-21T17:23:33.022Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34192026-08-21T17:23:33.099Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34202026-08-21T17:23:33.450Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34212026-08-21T17:23:34.296Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34222026-08-21T17:23:34.575Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34232026-08-21T17:23:35.025Z[ host-package] Compiling git-stub v1.0.0
34242026-08-21T17:23:35.075Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
34252026-08-21T17:23:35.326Z[ host-package] Compiling oso v0.27.3
34262026-08-21T17:23:35.350Z[ host-package] Compiling http-range v0.1.5
34272026-08-21T17:23:35.592Z[ host-package] Compiling instability v0.3.11
34282026-08-21T17:23:35.692Z[ host-package] Compiling corncobs v0.1.4
34292026-08-21T17:23:35.820Z[ host-package] Compiling strsim v0.10.0
34302026-08-21T17:23:35.965Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34312026-08-21T17:23:36.285Z[ host-package] Compiling diesel-dtrace v0.5.0
34322026-08-21T17:23:36.657Z[ host-package] Compiling async-bb8-diesel v0.2.1
34332026-08-21T17:23:36.680Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34342026-08-21T17:23:37.129Z[ host-package] Compiling darling_core v0.13.4
34352026-08-21T17:23:38.329Z[ helios-setup] Aug 21 17:23:37.028 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')"
34362026-08-21T17:23:38.329Z[ helios-setup] Aug 21 17:23:37.028 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
34372026-08-21T17:23:38.338Z[ helios-setup] Aug 21 17:23:37.037 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
34382026-08-21T17:23:38.338Z[ helios-setup] Aug 21 17:23:37.037 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
34392026-08-21T17:23:38.342Z[ helios-setup] Aug 21 17:23:37.037 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
34402026-08-21T17:23:38.521Z[ helios-setup] Aug 21 17:23:37.220 INFO E| Downloading crates ...
34412026-08-21T17:23:38.567Z[ helios-setup] Aug 21 17:23:37.266 INFO E| Downloaded adler2 v2.0.0
34422026-08-21T17:23:38.577Z[ helios-setup] Aug 21 17:23:37.276 INFO E| Downloaded miniz_oxide v0.8.8
34432026-08-21T17:23:38.618Z[ helios-setup] Aug 21 17:23:37.316 INFO E| Compiling adler2 v2.0.0
34442026-08-21T17:23:38.711Z[ helios-setup] Aug 21 17:23:37.410 INFO E| Compiling miniz_oxide v0.8.8
34452026-08-21T17:23:38.922Z[ host-package] Compiling git-stub-vcs v0.1.0
34462026-08-21T17:23:39.614Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34472026-08-21T17:23:39.933Z[ helios-setup] Aug 21 17:23:38.632 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
34482026-08-21T17:23:40.415Z[ helios-setup] Aug 21 17:23:39.114 INFO E| Finished `release` profile [optimized] target(s) in 2.06s
34492026-08-21T17:23:40.426Z[ helios-setup] Aug 21 17:23:39.125 INFO building project "pinprick" ok (2 seconds)
34502026-08-21T17:23:40.426Z[ helios-setup] Aug 21 17:23:39.125 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
34512026-08-21T17:23:40.462Z[ helios-setup] Aug 21 17:23:39.161 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')"
34522026-08-21T17:23:40.462Z[ helios-setup] Aug 21 17:23:39.161 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
34532026-08-21T17:23:40.462Z[ helios-setup] Aug 21 17:23:39.161 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
34542026-08-21T17:23:40.632Z[ helios-setup] Aug 21 17:23:39.331 INFO E| Updating crates.io index
34552026-08-21T17:23:40.635Z[ helios-setup] Aug 21 17:23:39.332 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
34562026-08-21T17:23:40.671Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34572026-08-21T17:23:40.879Z[ host-package] Compiling ignore v0.4.25
34582026-08-21T17:23:41.241Z[ helios-setup] Aug 21 17:23:39.940 INFO E| From https://github.com/oxidecomputer/amd-apcb
34592026-08-21T17:23:41.241Z[ helios-setup] Aug 21 17:23:39.940 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
34602026-08-21T17:23:41.258Z[ helios-setup] Aug 21 17:23:39.956 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
34612026-08-21T17:23:41.526Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34622026-08-21T17:23:41.707Z[ helios-setup] Aug 21 17:23:40.405 INFO E| From https://github.com/oxidecomputer/amd-efs
34632026-08-21T17:23:41.707Z[ helios-setup] Aug 21 17:23:40.405 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
34642026-08-21T17:23:42.050Z[ helios-setup] Aug 21 17:23:40.739 INFO E| Downloading crates ...
34652026-08-21T17:23:42.078Z[ helios-setup] Aug 21 17:23:40.776 INFO E| Downloaded strsim v0.8.0
34662026-08-21T17:23:42.086Z[ helios-setup] Aug 21 17:23:40.782 INFO E| Downloaded modular-bitfield v0.11.2
34672026-08-21T17:23:42.097Z[ helios-setup] Aug 21 17:23:40.793 INFO E| Downloaded serde v1.0.219
34682026-08-21T17:23:42.102Z[ helios-setup] Aug 21 17:23:40.795 INFO E| Downloaded unic-ucd-version v0.9.0
34692026-08-21T17:23:42.103Z[ helios-setup] Aug 21 17:23:40.796 INFO E| Downloaded vec_map v0.8.2
34702026-08-21T17:23:42.106Z[ helios-setup] Aug 21 17:23:40.797 INFO E| Downloaded pest_generator v2.8.0
34712026-08-21T17:23:42.106Z[ helios-setup] Aug 21 17:23:40.797 INFO E| Downloaded log v0.4.27
34722026-08-21T17:23:42.106Z[ helios-setup] Aug 21 17:23:40.799 INFO E| Downloaded fletcher v1.0.0
34732026-08-21T17:23:42.106Z[ helios-setup] Aug 21 17:23:40.800 INFO E| Downloaded heck v0.3.3
34742026-08-21T17:23:42.106Z[ helios-setup] Aug 21 17:23:40.800 INFO E| Downloaded parse_int v0.9.0
34752026-08-21T17:23:42.117Z[ helios-setup] Aug 21 17:23:40.809 INFO E| Downloaded autocfg v1.4.0
34762026-08-21T17:23:42.127Z[ helios-setup] Aug 21 17:23:40.810 INFO E| Downloaded quote v1.0.40
34772026-08-21T17:23:42.127Z[ helios-setup] Aug 21 17:23:40.816 INFO E| Downloaded dyn-clone v1.0.19
34782026-08-21T17:23:42.127Z[ helios-setup] Aug 21 17:23:40.817 INFO E| Downloaded unic-common v0.9.0
34792026-08-21T17:23:42.127Z[ helios-setup] Aug 21 17:23:40.817 INFO E| Downloaded unic-char-property v0.9.0
34802026-08-21T17:23:42.127Z[ helios-setup] Aug 21 17:23:40.818 INFO E| Downloaded ansi_term v0.12.1
34812026-08-21T17:23:42.127Z[ helios-setup] Aug 21 17:23:40.819 INFO E| Downloaded bytesize v2.0.1
34822026-08-21T17:23:42.161Z[ helios-setup] Aug 21 17:23:40.820 INFO E| Downloaded four-cc v0.4.0
34832026-08-21T17:23:42.161Z[ helios-setup] Aug 21 17:23:40.821 INFO E| Downloaded modular-bitfield-impl v0.13.1
34842026-08-21T17:23:42.161Z[ helios-setup] Aug 21 17:23:40.822 INFO E| Downloaded unic-char-range v0.9.0
34852026-08-21T17:23:42.161Z[ helios-setup] Aug 21 17:23:40.823 INFO E| Downloaded modular-bitfield-impl v0.11.2
34862026-08-21T17:23:42.161Z[ helios-setup] Aug 21 17:23:40.823 INFO E| Downloaded pest_meta v2.8.0
34872026-08-21T17:23:42.161Z[ helios-setup] Aug 21 17:23:40.825 INFO E| Downloaded textwrap v0.11.0
34882026-08-21T17:23:42.161Z[ helios-setup] Aug 21 17:23:40.826 INFO E| Downloaded unic-ucd-ident v0.9.0
34892026-08-21T17:23:42.161Z[ helios-setup] Aug 21 17:23:40.827 INFO E| Downloaded strum v0.27.1
34902026-08-21T17:23:42.180Z[ helios-setup] Aug 21 17:23:40.849 INFO E| Downloaded structopt-derive v0.4.18
34912026-08-21T17:23:42.181Z[ helios-setup] Aug 21 17:23:40.850 INFO E| Downloaded rustversion v1.0.20
34922026-08-21T17:23:42.181Z[ helios-setup] Aug 21 17:23:40.852 INFO E| Downloaded thiserror-impl v2.0.12
34932026-08-21T17:23:42.181Z[ helios-setup] Aug 21 17:23:40.853 INFO E| Downloaded strum_macros v0.27.1
34942026-08-21T17:23:42.181Z[ helios-setup] Aug 21 17:23:40.854 INFO E| Downloaded unicode-ident v1.0.18
34952026-08-21T17:23:42.181Z[ helios-setup] Aug 21 17:23:40.855 INFO E| Downloaded pest_derive v2.8.0
34962026-08-21T17:23:42.181Z[ helios-setup] Aug 21 17:23:40.857 INFO E| Downloaded structopt v0.3.26
34972026-08-21T17:23:42.181Z[ helios-setup] Aug 21 17:23:40.861 INFO E| Downloaded thiserror v2.0.12
34982026-08-21T17:23:42.200Z[ helios-setup] Aug 21 17:23:40.865 INFO E| Downloaded proc-macro2 v1.0.95
34992026-08-21T17:23:42.200Z[ helios-setup] Aug 21 17:23:40.866 INFO E| Downloaded serde_derive v1.0.219
35002026-08-21T17:23:42.200Z[ helios-setup] Aug 21 17:23:40.868 INFO E| Downloaded modular-bitfield v0.13.1
35012026-08-21T17:23:42.200Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35022026-08-21T17:23:42.200Z[ helios-setup] Aug 21 17:23:40.872 INFO E| Downloaded typenum v1.18.0
35032026-08-21T17:23:42.200Z[ helios-setup] Aug 21 17:23:40.874 INFO E| Downloaded zerocopy-derive v0.8.25
35042026-08-21T17:23:42.200Z[ helios-setup] Aug 21 17:23:40.878 INFO E| Downloaded memchr v2.7.4
35052026-08-21T17:23:42.211Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35062026-08-21T17:23:42.211Z[ helios-setup] Aug 21 17:23:40.897 INFO E| Downloaded pest v2.8.0
35072026-08-21T17:23:42.211Z[ helios-setup] Aug 21 17:23:40.900 INFO E| Downloaded serde_json v1.0.140
35082026-08-21T17:23:42.216Z[ helios-setup] Aug 21 17:23:40.905 INFO E| Downloaded goblin v0.9.3
35092026-08-21T17:23:42.216Z[ helios-setup] Aug 21 17:23:40.908 INFO E| Downloaded clap v2.34.0
35102026-08-21T17:23:42.246Z[ helios-setup] Aug 21 17:23:40.934 INFO E| Downloaded syn v2.0.101
35112026-08-21T17:23:42.266Z[ helios-setup] Aug 21 17:23:40.940 INFO E| Downloaded zerocopy v0.8.25
35122026-08-21T17:23:42.285Z[ helios-setup] Aug 21 17:23:40.955 INFO E| Downloaded libc v0.2.172
35132026-08-21T17:23:42.340Z[ helios-setup] Aug 21 17:23:41.032 INFO E| Compiling proc-macro2 v1.0.95
35142026-08-21T17:23:42.340Z[ helios-setup] Aug 21 17:23:41.032 INFO E| Compiling unicode-ident v1.0.18
35152026-08-21T17:23:42.340Z[ helios-setup] Aug 21 17:23:41.032 INFO E| Compiling memchr v2.7.4
35162026-08-21T17:23:42.349Z[ helios-setup] Aug 21 17:23:41.032 INFO E| Compiling autocfg v1.4.0
35172026-08-21T17:23:42.349Z[ helios-setup] Aug 21 17:23:41.032 INFO E| Compiling thiserror v2.0.12
35182026-08-21T17:23:42.349Z[ helios-setup] Aug 21 17:23:41.032 INFO E| Compiling serde v1.0.219
35192026-08-21T17:23:42.349Z[ helios-setup] Aug 21 17:23:41.032 INFO E| Compiling syn v1.0.109
35202026-08-21T17:23:42.349Z[ helios-setup] Aug 21 17:23:41.032 INFO E| Compiling version_check v0.9.5
35212026-08-21T17:23:42.349Z[ helios-setup] Aug 21 17:23:41.032 INFO E| Compiling serde_json v1.0.140
35222026-08-21T17:23:42.349Z[ helios-setup] Aug 21 17:23:41.032 INFO E| Compiling ryu v1.0.20
35232026-08-21T17:23:42.349Z[ helios-setup] Aug 21 17:23:41.032 INFO E| Compiling itoa v1.0.15
35242026-08-21T17:23:42.350Z[ helios-setup] Aug 21 17:23:41.032 INFO E| Compiling schemars v0.8.22
35252026-08-21T17:23:42.350Z[ helios-setup] Aug 21 17:23:41.032 INFO E| Compiling dyn-clone v1.0.19
35262026-08-21T17:23:42.350Z[ helios-setup] Aug 21 17:23:41.032 INFO E| Compiling static_assertions v1.1.0
35272026-08-21T17:23:42.350Z[ helios-setup] Aug 21 17:23:41.032 INFO E| Compiling ucd-trie v0.1.7
35282026-08-21T17:23:42.350Z[ helios-setup] Aug 21 17:23:41.032 INFO E| Compiling rustversion v1.0.20
35292026-08-21T17:23:42.371Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35302026-08-21T17:23:42.501Z[ helios-setup] Aug 21 17:23:41.200 INFO E| Compiling paste v1.0.15
35312026-08-21T17:23:42.785Z[ helios-setup] Aug 21 17:23:41.471 INFO E| Compiling libc v0.2.172
35322026-08-21T17:23:42.790Z[ helios-setup] Aug 21 17:23:41.478 INFO E| Compiling zerocopy v0.8.25
35332026-08-21T17:23:42.817Z[ helios-setup] Aug 21 17:23:41.497 INFO E| Compiling once_cell v1.21.3
35342026-08-21T17:23:42.817Z[ helios-setup] Aug 21 17:23:41.502 INFO E| Compiling heck v0.5.0
35352026-08-21T17:23:42.964Z[ helios-setup] Aug 21 17:23:41.645 INFO E| Compiling unicode-width v0.1.14
35362026-08-21T17:23:43.015Z[ helios-setup] Aug 21 17:23:41.712 INFO E| Compiling proc-macro-error-attr v1.0.4
35372026-08-21T17:23:43.080Z[ helios-setup] Aug 21 17:23:41.774 INFO E| Compiling proc-macro-error v1.0.4
35382026-08-21T17:23:43.098Z[ helios-setup] Aug 21 17:23:41.796 INFO E| Compiling unicode-segmentation v1.12.0
35392026-08-21T17:23:43.131Z[ helios-setup] Aug 21 17:23:41.821 INFO E| Compiling ansi_term v0.12.1
35402026-08-21T17:23:43.222Z[ helios-setup] Aug 21 17:23:41.915 INFO E| Compiling num-traits v0.2.19
35412026-08-21T17:23:43.304Z[ helios-setup] Aug 21 17:23:41.994 INFO E| Compiling memoffset v0.9.1
35422026-08-21T17:23:43.330Z[ helios-setup] Aug 21 17:23:42.028 INFO E| Compiling bitflags v1.3.2
35432026-08-21T17:23:43.430Z[ helios-setup] Aug 21 17:23:42.128 INFO E| Compiling strsim v0.8.0
35442026-08-21T17:23:43.449Z[ helios-setup] Aug 21 17:23:42.147 INFO E| Compiling unic-char-range v0.9.0
35452026-08-21T17:23:43.482Z[ helios-setup] Aug 21 17:23:42.179 INFO E| Compiling fletcher v1.0.0
35462026-08-21T17:23:43.645Z[ helios-setup] Aug 21 17:23:42.334 INFO E| Compiling textwrap v0.11.0
35472026-08-21T17:23:43.655Z[ helios-setup] Aug 21 17:23:42.339 INFO E| Compiling byteorder v1.5.0
35482026-08-21T17:23:43.663Z[ host-package] Compiling anstyle-parse v0.2.7
35492026-08-21T17:23:43.673Z[ helios-setup] Aug 21 17:23:42.362 INFO E| Compiling strum v0.27.1
35502026-08-21T17:23:43.791Z[ helios-setup] Aug 21 17:23:42.487 INFO E| Compiling heck v0.3.3
35512026-08-21T17:23:43.798Z[ helios-setup] Aug 21 17:23:42.495 INFO E| Compiling vec_map v0.8.2
35522026-08-21T17:23:43.808Z[ helios-setup] Aug 21 17:23:42.506 INFO E| Compiling unic-common v0.9.0
35532026-08-21T17:23:43.897Z[ helios-setup] Aug 21 17:23:42.582 INFO E| Compiling unic-char-property v0.9.0
35542026-08-21T17:23:43.914Z[ helios-setup] Aug 21 17:23:42.600 INFO E| Compiling unic-ucd-version v0.9.0
35552026-08-21T17:23:43.958Z[ helios-setup] Aug 21 17:23:42.640 INFO E| Compiling log v0.4.27
35562026-08-21T17:23:43.966Z[ helios-setup] Aug 21 17:23:42.657 INFO E| Compiling plain v0.2.3
35572026-08-21T17:23:43.985Z[ host-package] Compiling secrecy v0.8.0
35582026-08-21T17:23:43.989Z[ helios-setup] Aug 21 17:23:42.684 INFO E| Compiling lazy_static v1.5.0
35592026-08-21T17:23:44.020Z[ helios-setup] Aug 21 17:23:42.717 INFO E| Compiling unic-ucd-ident v0.9.0
35602026-08-21T17:23:44.036Z[ helios-setup] Aug 21 17:23:42.734 INFO E| Compiling bytesize v2.0.1
35612026-08-21T17:23:44.228Z[ helios-setup] Aug 21 17:23:42.918 INFO E| Compiling atty v0.2.14
35622026-08-21T17:23:44.300Z[ helios-setup] Aug 21 17:23:42.998 INFO E| Compiling clap v2.34.0
35632026-08-21T17:23:44.381Z[ helios-setup] Aug 21 17:23:43.079 INFO E| Compiling quote v1.0.40
35642026-08-21T17:23:44.416Z[ host-package] Compiling vergen-git2 v9.1.0
35652026-08-21T17:23:44.560Z[ helios-setup] Aug 21 17:23:43.258 INFO E| Compiling syn v2.0.101
35662026-08-21T17:23:44.885Z[ host-package] Compiling castaway v0.2.4
35672026-08-21T17:23:45.009Z[ helios-setup] Aug 21 17:23:43.706 INFO E| Compiling parse_int v0.9.0
35682026-08-21T17:23:45.027Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35692026-08-21T17:23:45.169Z[ host-package] Compiling indoc v2.0.7
35702026-08-21T17:23:45.236Z[ host-package] Compiling compact_str v0.8.1
35712026-08-21T17:23:45.434Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35722026-08-21T17:23:46.576Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35732026-08-21T17:23:46.843Z[ host-package] Compiling anstream v0.6.21
35742026-08-21T17:23:47.000Z[ host-package] Compiling globwalk v0.9.1
35752026-08-21T17:23:47.105Z[ host-package] Compiling parking_lot v0.11.2
35762026-08-21T17:23:47.190Z[ helios-setup] Aug 21 17:23:45.885 INFO E| Compiling serde_derive_internals v0.29.1
35772026-08-21T17:23:47.626Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35782026-08-21T17:23:47.749Z[ host-package] Compiling hyper-staticfile v0.10.1
35792026-08-21T17:23:47.884Z[ helios-setup] Aug 21 17:23:46.580 INFO E| Compiling modular-bitfield-impl v0.11.2
35802026-08-21T17:23:47.884Z[ helios-setup] Aug 21 17:23:46.580 INFO E| Compiling structopt-derive v0.4.18
35812026-08-21T17:23:47.975Z[ helios-setup] Aug 21 17:23:46.670 INFO E| Compiling thiserror-impl v2.0.12
35822026-08-21T17:23:47.975Z[ helios-setup] Aug 21 17:23:46.670 INFO E| Compiling serde_derive v1.0.219
35832026-08-21T17:23:47.981Z[ helios-setup] Aug 21 17:23:46.670 INFO E| Compiling zerocopy-derive v0.8.25
35842026-08-21T17:23:47.981Z[ helios-setup] Aug 21 17:23:46.670 INFO E| Compiling modular-bitfield-impl v0.13.1
35852026-08-21T17:23:47.981Z[ helios-setup] Aug 21 17:23:46.670 INFO E| Compiling num-derive v0.4.2
35862026-08-21T17:23:47.981Z[ helios-setup] Aug 21 17:23:46.670 INFO E| Compiling scroll_derive v0.12.1
35872026-08-21T17:23:47.981Z[ helios-setup] Aug 21 17:23:46.670 INFO E| Compiling strum_macros v0.27.1
35882026-08-21T17:23:47.990Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35892026-08-21T17:23:48.478Z[ helios-setup] Aug 21 17:23:47.175 INFO E| Compiling schemars_derive v0.8.22
35902026-08-21T17:23:48.882Z[ host-package] Compiling darling_macro v0.13.4
35912026-08-21T17:23:48.925Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35922026-08-21T17:23:49.528Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35932026-08-21T17:23:49.536Z[ helios-setup] Aug 21 17:23:48.234 INFO E| Compiling modular-bitfield v0.11.2
35942026-08-21T17:23:49.612Z[ helios-setup] Aug 21 17:23:48.304 INFO E| Compiling scroll v0.12.0
35952026-08-21T17:23:49.713Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35962026-08-21T17:23:49.776Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35972026-08-21T17:23:49.949Z[ helios-setup] Aug 21 17:23:48.647 INFO E| Compiling modular-bitfield v0.13.1
35982026-08-21T17:23:49.955Z[ helios-setup] Aug 21 17:23:48.653 INFO E| Compiling structopt v0.3.26
35992026-08-21T17:23:49.972Z[ helios-setup] Aug 21 17:23:48.670 INFO E| Compiling goblin v0.9.3
36002026-08-21T17:23:50.310Z[ helios-setup] Aug 21 17:23:49.006 INFO E| Compiling pest v2.8.0
36012026-08-21T17:23:50.990Z[ host-package] Compiling predicates-tree v1.0.13
36022026-08-21T17:23:51.200Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36032026-08-21T17:23:51.241Z[ host-package] Compiling unicode-truncate v1.1.0
36042026-08-21T17:23:51.364Z[ host-package] Compiling lru v0.12.5
36052026-08-21T17:23:51.504Z[ host-package] Compiling prefix-trie v0.7.0
36062026-08-21T17:23:51.533Z[ host-package] Compiling rand_seeder v0.4.0
36072026-08-21T17:23:51.582Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
36082026-08-21T17:23:51.650Z[ helios-setup] Aug 21 17:23:50.345 INFO E| Compiling pest_meta v2.8.0
36092026-08-21T17:23:51.798Z[ host-package] Compiling cassowary v0.3.0
36102026-08-21T17:23:51.904Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36112026-08-21T17:23:52.048Z[ host-package] Compiling hickory-server v0.25.2
36122026-08-21T17:23:52.243Z[ host-package] Compiling ratatui v0.29.0
36132026-08-21T17:23:52.283Z[ helios-setup] Aug 21 17:23:50.975 INFO E| Compiling pest_generator v2.8.0
36142026-08-21T17:23:52.304Z[ host-package] Compiling camino-tempfile-ext v0.3.3
36152026-08-21T17:23:52.312Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36162026-08-21T17:23:52.386Z[ host-package] Compiling darling v0.13.4
36172026-08-21T17:23:52.783Z[ host-package] Compiling sled v0.34.7
36182026-08-21T17:23:53.217Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
36192026-08-21T17:23:53.225Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36202026-08-21T17:23:53.421Z[ helios-setup] Aug 21 17:23:52.116 INFO E| Compiling pest_derive v2.8.0
36212026-08-21T17:23:53.446Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36222026-08-21T17:23:53.657Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36232026-08-21T17:23:53.848Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36242026-08-21T17:23:54.131Z[ helios-setup] Aug 21 17:23:52.829 INFO E| Compiling json5 v0.4.1
36252026-08-21T17:23:54.295Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36262026-08-21T17:23:54.427Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
36272026-08-21T17:23:55.779Z[ helios-setup] Aug 21 17:23:54.475 INFO E| Compiling four-cc v0.4.0
36282026-08-21T17:23:55.779Z[ helios-setup] Aug 21 17:23:54.475 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
36292026-08-21T17:23:55.904Z[ helios-setup] Aug 21 17:23:54.602 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
36302026-08-21T17:23:56.009Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
36312026-08-21T17:23:56.417Z[ host-package] Compiling serde_with_macros v1.5.2
36322026-08-21T17:23:57.134Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
36332026-08-21T17:23:57.588Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36342026-08-21T17:23:57.766Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
36352026-08-21T17:23:58.058Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36362026-08-21T17:23:58.502Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36372026-08-21T17:23:58.871Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36382026-08-21T17:23:59.061Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
36392026-08-21T17:23:59.294Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36402026-08-21T17:23:59.333Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36412026-08-21T17:23:59.518Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
36422026-08-21T17:23:59.610Z[ host-package] Compiling arc-swap v1.8.2
36432026-08-21T17:23:59.739Z[ host-package] Compiling void v1.0.2
36442026-08-21T17:23:59.893Z[ host-package] Compiling slog-scope v4.4.1
36452026-08-21T17:23:59.923Z[ host-package] Compiling lzss v0.8.2
36462026-08-21T17:24:00.349Z[ host-package] Compiling illumos-nvpair v0.3.0
36472026-08-21T17:24:00.379Z[ host-package] Compiling serde_with v1.14.0
36482026-08-21T17:24:00.662Z[ host-package] Compiling git2 v0.20.4
36492026-08-21T17:24:01.011Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36502026-08-21T17:24:01.045Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
36512026-08-21T17:24:01.614Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
36522026-08-21T17:24:02.975Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36532026-08-21T17:24:03.325Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
36542026-08-21T17:24:04.528Z[ host-package] Compiling scuffle v0.1.0
36552026-08-21T17:24:04.528Z[ host-package] Compiling tungstenite v0.23.0
36562026-08-21T17:24:04.528Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36572026-08-21T17:24:05.879Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36582026-08-21T17:24:06.203Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36592026-08-21T17:24:06.279Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36602026-08-21T17:24:06.555Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36612026-08-21T17:24:06.836Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36622026-08-21T17:24:07.072Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36632026-08-21T17:24:07.717Z[ host-package] Compiling nix v0.27.1
36642026-08-21T17:24:07.780Z[ host-package] Compiling twox-hash v2.1.2
36652026-08-21T17:24:07.954Z[ host-package] Compiling libsw-core v0.3.2
36662026-08-21T17:24:08.048Z[ host-package] Compiling atty v0.2.14
36672026-08-21T17:24:08.181Z[ host-package] Compiling serde_bytes v0.11.19
36682026-08-21T17:24:08.223Z[ host-package] Compiling libsw v3.5.0
36692026-08-21T17:24:08.344Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36702026-08-21T17:24:08.365Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
36712026-08-21T17:24:08.434Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36722026-08-21T17:24:08.482Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
36732026-08-21T17:24:08.504Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
36742026-08-21T17:24:08.877Z[ host-package] Compiling tokio-tungstenite v0.23.1
36752026-08-21T17:24:09.280Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36762026-08-21T17:24:10.200Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36772026-08-21T17:24:10.281Z[ helios-setup] Aug 21 17:24:08.718 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
36782026-08-21T17:24:13.805Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
36792026-08-21T17:24:13.873Z[ helios-setup] Aug 21 17:24:11.684 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
36802026-08-21T17:24:13.873Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
36812026-08-21T17:24:13.873Z[ host-package] Compiling slog-stdlog v4.1.1
36822026-08-21T17:24:13.873Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36832026-08-21T17:24:13.873Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36842026-08-21T17:24:13.893Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
36852026-08-21T17:24:14.001Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36862026-08-21T17:24:14.288Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
36872026-08-21T17:24:14.679Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36882026-08-21T17:24:15.651Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36892026-08-21T17:24:17.520Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36902026-08-21T17:24:17.852Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
36912026-08-21T17:24:18.501Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
36922026-08-21T17:24:18.671Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36932026-08-21T17:24:20.124Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36942026-08-21T17:24:20.651Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36952026-08-21T17:24:22.560Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36962026-08-21T17:24:22.657Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36972026-08-21T17:24:22.706Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
36982026-08-21T17:24:23.559Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36992026-08-21T17:24:23.610Z[ host-package] Compiling signal-hook-tokio v0.3.1
37002026-08-21T17:24:23.783Z[ host-package] Compiling fatfs v0.3.6
37012026-08-21T17:24:23.852Z[ host-package] Compiling yasna v0.5.2
37022026-08-21T17:24:25.008Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37032026-08-21T17:24:25.442Z[ host-package] Compiling assert_matches v1.5.0
37042026-08-21T17:24:25.550Z[ host-package] Compiling seq-macro v0.3.6
37052026-08-21T17:24:25.574Z[ host-package] Compiling rcgen v0.12.1
37062026-08-21T17:24:25.872Z[ helios-setup] Aug 21 17:24:24.569 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.37s
37072026-08-21T17:24:25.910Z[ helios-setup] Aug 21 17:24:24.605 INFO building project "amd-host-image-builder" ok (45 seconds)
37082026-08-21T17:24:25.910Z[ helios-setup] Aug 21 17:24:24.605 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
37092026-08-21T17:24:25.919Z[ helios-setup] Aug 21 17:24:24.615 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
37102026-08-21T17:24:25.919Z[ helios-setup] Aug 21 17:24:24.615 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
37112026-08-21T17:24:25.945Z[ helios-setup] Aug 21 17:24:24.615 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
37122026-08-21T17:24:26.051Z[ helios-setup] Aug 21 17:24:24.748 INFO E| Blocking waiting for file lock on package cache
37132026-08-21T17:24:26.074Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37142026-08-21T17:24:26.240Z[ helios-setup] Aug 21 17:24:24.937 INFO E| Downloading crates ...
37152026-08-21T17:24:26.331Z[ helios-setup] Aug 21 17:24:25.021 INFO E| Downloaded getrandom v0.3.3
37162026-08-21T17:24:26.331Z[ helios-setup] Aug 21 17:24:25.021 INFO E| Downloaded errno v0.3.12
37172026-08-21T17:24:26.331Z[ helios-setup] Aug 21 17:24:25.021 INFO E| Downloaded time-macros v0.2.22
37182026-08-21T17:24:26.331Z[ helios-setup] Aug 21 17:24:25.021 INFO E| Downloaded time-core v0.1.4
37192026-08-21T17:24:26.331Z[ helios-setup] Aug 21 17:24:25.021 INFO E| Downloaded deranged v0.4.0
37202026-08-21T17:24:26.331Z[ helios-setup] Aug 21 17:24:25.021 INFO E| Downloaded serde_with_macros v3.12.0
37212026-08-21T17:24:26.331Z[ helios-setup] Aug 21 17:24:25.021 INFO E| Downloaded tempfile v3.20.0
37222026-08-21T17:24:26.331Z[ helios-setup] Aug 21 17:24:25.027 INFO E| Downloaded bitflags v2.9.1
37232026-08-21T17:24:26.347Z[ helios-setup] Aug 21 17:24:25.030 INFO E| Downloaded iana-time-zone v0.1.63
37242026-08-21T17:24:26.347Z[ helios-setup] Aug 21 17:24:25.031 INFO E| Downloaded anyhow v1.0.98
37252026-08-21T17:24:26.351Z[ helios-setup] Aug 21 17:24:25.046 INFO E| Downloaded time v0.3.41
37262026-08-21T17:24:26.355Z[ helios-setup] Aug 21 17:24:25.051 INFO E| Downloaded indexmap v2.9.0
37272026-08-21T17:24:26.365Z[ helios-setup] Aug 21 17:24:25.063 INFO E| Downloaded hashbrown v0.15.3
37282026-08-21T17:24:26.370Z[ helios-setup] Aug 21 17:24:25.067 INFO E| Downloaded serde_with v3.12.0
37292026-08-21T17:24:26.378Z[ helios-setup] Aug 21 17:24:25.075 INFO E| Downloaded chrono v0.4.41
37302026-08-21T17:24:26.388Z[ helios-setup] Aug 21 17:24:25.086 INFO E| Downloaded rustix v1.0.7
37312026-08-21T17:24:26.452Z[ helios-setup] Aug 21 17:24:25.149 INFO E| Compiling proc-macro2 v1.0.95
37322026-08-21T17:24:26.452Z[ helios-setup] Aug 21 17:24:25.149 INFO E| Compiling unicode-ident v1.0.18
37332026-08-21T17:24:26.452Z[ helios-setup] Aug 21 17:24:25.149 INFO E| Compiling libc v0.2.172
37342026-08-21T17:24:26.456Z[ helios-setup] Aug 21 17:24:25.149 INFO E| Compiling fnv v1.0.7
37352026-08-21T17:24:26.456Z[ helios-setup] Aug 21 17:24:25.149 INFO E| Compiling strsim v0.11.1
37362026-08-21T17:24:26.456Z[ helios-setup] Aug 21 17:24:25.149 INFO E| Compiling ident_case v1.0.1
37372026-08-21T17:24:26.456Z[ helios-setup] Aug 21 17:24:25.149 INFO E| Compiling serde v1.0.219
37382026-08-21T17:24:26.466Z[ helios-setup] Aug 21 17:24:25.163 INFO E| Compiling getrandom v0.3.3
37392026-08-21T17:24:26.466Z[ helios-setup] Aug 21 17:24:25.163 INFO E| Compiling rustix v1.0.7
37402026-08-21T17:24:26.466Z[ helios-setup] Aug 21 17:24:25.163 INFO E| Compiling serde_json v1.0.140
37412026-08-21T17:24:26.470Z[ helios-setup] Aug 21 17:24:25.164 INFO E| Compiling bitflags v2.9.1
37422026-08-21T17:24:26.470Z[ helios-setup] Aug 21 17:24:25.164 INFO E| Compiling anyhow v1.0.98
37432026-08-21T17:24:26.470Z[ helios-setup] Aug 21 17:24:25.164 INFO E| Compiling cfg-if v1.0.0
37442026-08-21T17:24:26.470Z[ helios-setup] Aug 21 17:24:25.164 INFO E| Compiling thiserror v2.0.12
37452026-08-21T17:24:26.470Z[ helios-setup] Aug 21 17:24:25.164 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
37462026-08-21T17:24:26.470Z[ helios-setup] Aug 21 17:24:25.164 INFO E| Compiling memchr v2.7.4
37472026-08-21T17:24:26.748Z[ helios-setup] Aug 21 17:24:25.445 INFO E| Compiling fastrand v2.3.0
37482026-08-21T17:24:26.792Z[ helios-setup] Aug 21 17:24:25.489 INFO E| Compiling once_cell v1.21.3
37492026-08-21T17:24:26.847Z[ helios-setup] Aug 21 17:24:25.545 INFO E| Compiling itoa v1.0.15
37502026-08-21T17:24:26.867Z[ helios-setup] Aug 21 17:24:25.564 INFO E| Compiling ryu v1.0.20
37512026-08-21T17:24:27.941Z[ helios-setup] Aug 21 17:24:26.638 INFO E| Compiling errno v0.3.12
37522026-08-21T17:24:28.253Z[ helios-setup] Aug 21 17:24:26.950 INFO E| Compiling quote v1.0.40
37532026-08-21T17:24:28.450Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37542026-08-21T17:24:28.477Z[ helios-setup] Aug 21 17:24:27.174 INFO E| Compiling syn v2.0.101
37552026-08-21T17:24:28.956Z[ helios-setup] Aug 21 17:24:27.653 INFO E| Compiling tempfile v3.20.0
37562026-08-21T17:24:29.175Z[ host-package] Compiling slog-envlogger v2.2.0
37572026-08-21T17:24:30.016Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37582026-08-21T17:24:30.730Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37592026-08-21T17:24:31.085Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37602026-08-21T17:24:31.167Z[ helios-setup] Aug 21 17:24:29.864 INFO E| Compiling darling_core v0.20.11
37612026-08-21T17:24:31.173Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37622026-08-21T17:24:31.221Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37632026-08-21T17:24:31.448Z[ host-package] Compiling port-file v0.1.0
37642026-08-21T17:24:31.664Z[ host-package] Compiling rtoolbox v0.0.3
37652026-08-21T17:24:31.920Z[ helios-setup] Aug 21 17:24:30.617 INFO E| Compiling serde_derive v1.0.219
37662026-08-21T17:24:31.920Z[ helios-setup] Aug 21 17:24:30.617 INFO E| Compiling thiserror-impl v2.0.12
37672026-08-21T17:24:31.941Z[ host-package] Compiling subprocess v0.2.15
37682026-08-21T17:24:32.047Z[ host-package] Compiling rpassword v7.5.4
37692026-08-21T17:24:32.316Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37702026-08-21T17:24:32.836Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37712026-08-21T17:24:33.710Z[ helios-setup] Aug 21 17:24:32.406 INFO E| Compiling darling_macro v0.20.11
37722026-08-21T17:24:34.400Z[ helios-setup] Aug 21 17:24:33.097 INFO E| Compiling darling v0.20.11
37732026-08-21T17:24:34.492Z[ helios-setup] Aug 21 17:24:33.188 INFO E| Compiling serde_with_macros v3.12.0
37742026-08-21T17:24:34.550Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37752026-08-21T17:24:34.799Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37762026-08-21T17:24:35.503Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37772026-08-21T17:24:37.258Z[ helios-setup] Aug 21 17:24:35.954 INFO E| Compiling serde_with v3.12.0
37782026-08-21T17:24:37.315Z[ host-package] Compiling tui-tree-widget v0.23.1
37792026-08-21T17:24:37.656Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37802026-08-21T17:24:38.195Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37812026-08-21T17:24:38.711Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37822026-08-21T17:24:39.408Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
37832026-08-21T17:24:41.543Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37842026-08-21T17:24:41.860Z[ host-package] Compiling uzers v0.12.2
37852026-08-21T17:24:41.889Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37862026-08-21T17:24:42.065Z[ helios-setup] Aug 21 17:24:40.762 INFO E| Finished `release` profile [optimized] target(s) in 16.11s
37872026-08-21T17:24:42.089Z[ helios-setup] Aug 21 17:24:40.786 INFO building project "dmar-report" ok (16 seconds)
37882026-08-21T17:24:42.089Z[ helios-setup] Aug 21 17:24:40.786 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
37892026-08-21T17:24:42.098Z[ helios-setup] Aug 21 17:24:40.795 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
37902026-08-21T17:24:42.098Z[ helios-setup] Aug 21 17:24:40.795 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
37912026-08-21T17:24:42.102Z[ helios-setup] Aug 21 17:24:40.795 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
37922026-08-21T17:24:42.209Z[ helios-setup] Aug 21 17:24:40.904 INFO E| Downloading crates ...
37932026-08-21T17:24:42.249Z[ helios-setup] Aug 21 17:24:40.945 INFO E| Downloaded cpufeatures v0.2.5
37942026-08-21T17:24:42.256Z[ helios-setup] Aug 21 17:24:40.947 INFO E| Downloaded generic-array v0.14.6
37952026-08-21T17:24:42.261Z[ helios-setup] Aug 21 17:24:40.952 INFO E| Downloaded digest v0.10.3
37962026-08-21T17:24:42.261Z[ helios-setup] Aug 21 17:24:40.954 INFO E| Downloaded typenum v1.15.0
37972026-08-21T17:24:42.261Z[ helios-setup] Aug 21 17:24:40.958 INFO E| Downloaded anyhow v1.0.62
37982026-08-21T17:24:42.266Z[ helios-setup] Aug 21 17:24:40.960 INFO E| Downloaded block-buffer v0.10.3
37992026-08-21T17:24:42.282Z[ helios-setup] Aug 21 17:24:40.964 INFO E| Downloaded sha2 v0.10.5
38002026-08-21T17:24:42.289Z[ helios-setup] Aug 21 17:24:40.967 INFO E| Downloaded bytes v1.2.1
38012026-08-21T17:24:42.289Z[ helios-setup] Aug 21 17:24:40.969 INFO E| Downloaded flate2 v1.0.25
38022026-08-21T17:24:42.289Z[ helios-setup] Aug 21 17:24:40.974 INFO E| Downloaded miniz_oxide v0.6.2
38032026-08-21T17:24:42.326Z[ helios-setup] Aug 21 17:24:41.020 INFO E| Compiling typenum v1.15.0
38042026-08-21T17:24:42.326Z[ helios-setup] Aug 21 17:24:41.020 INFO E| Compiling version_check v0.9.4
38052026-08-21T17:24:42.326Z[ helios-setup] Aug 21 17:24:41.020 INFO E| Compiling cfg-if v1.0.0
38062026-08-21T17:24:42.335Z[ helios-setup] Aug 21 17:24:41.020 INFO E| Compiling crc32fast v1.3.2
38072026-08-21T17:24:42.335Z[ helios-setup] Aug 21 17:24:41.020 INFO E| Compiling anyhow v1.0.62
38082026-08-21T17:24:42.336Z[ helios-setup] Aug 21 17:24:41.020 INFO E| Compiling adler v1.0.2
38092026-08-21T17:24:42.336Z[ helios-setup] Aug 21 17:24:41.020 INFO E| Compiling cpufeatures v0.2.5
38102026-08-21T17:24:42.336Z[ helios-setup] Aug 21 17:24:41.021 INFO E| Compiling unicode-width v0.1.10
38112026-08-21T17:24:42.336Z[ helios-setup] Aug 21 17:24:41.021 INFO E| Compiling bytes v1.2.1
38122026-08-21T17:24:42.336Z[ helios-setup] Aug 21 17:24:41.021 INFO E| Compiling bitflags v1.3.2
38132026-08-21T17:24:42.499Z[ helios-setup] Aug 21 17:24:41.194 INFO E| Compiling getopts v0.2.21
38142026-08-21T17:24:42.523Z[ helios-setup] Aug 21 17:24:41.210 INFO E| Compiling miniz_oxide v0.6.2
38152026-08-21T17:24:42.639Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38162026-08-21T17:24:43.202Z[ helios-setup] Aug 21 17:24:41.899 INFO E| Compiling generic-array v0.14.6
38172026-08-21T17:24:43.681Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38182026-08-21T17:24:43.757Z[ helios-setup] Aug 21 17:24:42.452 INFO E| Compiling flate2 v1.0.25
38192026-08-21T17:24:44.066Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38202026-08-21T17:24:44.342Z[ helios-setup] Aug 21 17:24:43.039 INFO E| Compiling crypto-common v0.1.6
38212026-08-21T17:24:44.342Z[ helios-setup] Aug 21 17:24:43.039 INFO E| Compiling block-buffer v0.10.3
38222026-08-21T17:24:44.509Z[ helios-setup] Aug 21 17:24:43.193 INFO E| Compiling digest v0.10.3
38232026-08-21T17:24:44.628Z[ host-package] Compiling support-bundle-viewer v0.1.2
38242026-08-21T17:24:44.743Z[ helios-setup] Aug 21 17:24:43.387 INFO E| Compiling sha2 v0.10.5
38252026-08-21T17:24:44.933Z[ helios-setup] Aug 21 17:24:43.630 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
38262026-08-21T17:24:45.778Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38272026-08-21T17:24:46.730Z[ host-package] Compiling multimap v0.10.1
38282026-08-21T17:24:47.422Z[ helios-setup] Aug 21 17:24:46.117 INFO E| Finished `release` profile [optimized] target(s) in 5.30s
38292026-08-21T17:24:47.434Z[ helios-setup] Aug 21 17:24:46.131 INFO building project "bootserver" ok (5 seconds)
38302026-08-21T17:24:47.442Z[ helios-setup] rm -f helios-build
38312026-08-21T17:24:47.442Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38322026-08-21T17:24:47.442Z[ helios-setup]
38332026-08-21T17:24:47.442Z[ helios-setup] Setup complete! ./helios-build is now available.
38342026-08-21T17:24:47.451Z[ helios-setup]
38352026-08-21T17:24:47.452Z[ helios-setup]
38362026-08-21T17:24:47.452Z[ helios-setup] real 2:53.177670513
38372026-08-21T17:24:47.452ZAug 21 17:24:46.141 INFO [ helios-setup] user 7:02.267646782
38382026-08-21T17:24:47.452Z[helios-setup] process exited with exit status: 0 (173.180708364s)
38392026-08-21T17:24:47.452Z[ helios-setup] sys 1:16.398451717
38402026-08-21T17:24:47.452Z[ helios-setup] trap 0.517546775
38412026-08-21T17:24:47.452Z[ helios-setup] tflt 2.696909598
38422026-08-21T17:24:47.452Z[ helios-setup] dflt 7.969221267
38432026-08-21T17:24:47.452Z[ helios-setup] kflt 0.000694120
38442026-08-21T17:24:47.452Z[ helios-setup] lock 47:12.314470970
38452026-08-21T17:24:47.452Z[ helios-setup] slp 30:36.247876161
38462026-08-21T17:24:47.452Z[ helios-setup] lat 4:29.470678440
38472026-08-21T17:24:47.452Z[ helios-setup] stop 1:23.102442178
38482026-08-21T17:24:47.452ZAug 21 17:24:46.141 INFO [helios-record] running task
38492026-08-21T17:24:47.452ZAug 21 17:24:46.141 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38502026-08-21T17:24:47.452ZAug 21 17:24:46.146 DEBG process exited with exit status: 0 (4.222121ms)
38512026-08-21T17:24:47.452ZAug 21 17:24:46.146 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38522026-08-21T17:24:47.458ZAug 21 17:24:46.150 DEBG process exited with exit status: 0 (4.622282ms)
38532026-08-21T17:24:47.458ZAug 21 17:24:46.150 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38542026-08-21T17:24:47.458ZAug 21 17:24:46.154 DEBG process exited with exit status: 0 (3.791941ms)
38552026-08-21T17:24:47.458ZAug 21 17:24:46.154 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38562026-08-21T17:24:47.464ZAug 21 17:24:46.158 DEBG process exited with exit status: 0 (3.556252ms)
38572026-08-21T17:24:47.464ZAug 21 17:24:46.158 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38582026-08-21T17:24:47.472ZAug 21 17:24:46.161 DEBG process exited with exit status: 0 (3.590691ms)
38592026-08-21T17:24:47.472ZAug 21 17:24:46.161 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38602026-08-21T17:24:47.472ZAug 21 17:24:46.167 DEBG process exited with exit status: 0 (5.593362ms)
38612026-08-21T17:24:47.472ZAug 21 17:24:46.167 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38622026-08-21T17:24:47.477ZAug 21 17:24:46.171 DEBG process exited with exit status: 0 (3.688931ms)
38632026-08-21T17:24:47.477ZAug 21 17:24:46.171 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38642026-08-21T17:24:47.486ZAug 21 17:24:46.174 DEBG process exited with exit status: 0 (3.697292ms)
38652026-08-21T17:24:47.486ZAug 21 17:24:46.174 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38662026-08-21T17:24:47.486ZAug 21 17:24:46.178 DEBG process exited with exit status: 0 (3.596931ms)
38672026-08-21T17:24:47.486ZAug 21 17:24:46.178 INFO [helios-record] task succeeded (36.894133ms)
38682026-08-21T17:24:56.282Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38692026-08-21T17:25:00.117Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38702026-08-21T17:25:02.763Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38712026-08-21T17:25:07.706Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38722026-08-21T17:25:08.041Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38732026-08-21T17:33:51.395Z[ host-package] Finished `release` profile [optimized] target(s) in 11m 12s
38742026-08-21T17:33:51.401Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38752026-08-21T17:33:51.401Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38762026-08-21T17:34:42.229ZAug 21 17:34:40.922 INFO [host-package] process exited with exit status: 0 (723.792327048s)
38772026-08-21T17:34:42.230ZAug 21 17:34:40.922 INFO [host-libraries] running task
38782026-08-21T17:34:42.230ZAug 21 17:34:40.922 INFO [host-stamp] running task
38792026-08-21T17:34:42.234ZAug 21 17:34:40.924 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 23.0.0-0.ci+git230b14bb6b3
38802026-08-21T17:34:42.234ZAug 21 17:34:40.924 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 23.0.0-0.ci+git230b14bb6b3
38812026-08-21T17:34:42.234ZAug 21 17:34:40.925 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 23.0.0-0.ci+git230b14bb6b3
38822026-08-21T17:34:42.234ZAug 21 17:34:40.925 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 23.0.0-0.ci+git230b14bb6b3
38832026-08-21T17:34:42.234ZAug 21 17:34:40.925 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 23.0.0-0.ci+git230b14bb6b3
38842026-08-21T17:34:42.234ZAug 21 17:34:40.925 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 23.0.0-0.ci+git230b14bb6b3
38852026-08-21T17:34:42.238ZAug 21 17:34:40.926 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 23.0.0-0.ci+git230b14bb6b3
38862026-08-21T17:34:42.238ZAug 21 17:34:40.926 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 23.0.0-0.ci+git230b14bb6b3
38872026-08-21T17:34:42.241Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38882026-08-21T17:34:42.241Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38892026-08-21T17:34:42.242Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38902026-08-21T17:34:42.242Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38912026-08-21T17:34:42.242Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38922026-08-21T17:34:42.242Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38932026-08-21T17:34:42.242Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38942026-08-21T17:34:42.242Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38952026-08-21T17:34:42.246Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38962026-08-21T17:34:42.246ZAug 21 17:34:40.938 INFO [stamp-overlay] process exited with exit status: 0 (13.375645ms)
38972026-08-21T17:34:42.252Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38982026-08-21T17:34:42.255ZAug 21 17:34:40.945 INFO [stamp-oxlog] process exited with exit status: 0 (21.090028ms)
38992026-08-21T17:34:42.291Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39002026-08-21T17:34:42.294ZAug 21 17:34:40.985 INFO [stamp-crucible-utils] process exited with exit status: 0 (60.346502ms)
39012026-08-21T17:34:42.298Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39022026-08-21T17:34:42.301ZAug 21 17:34:40.992 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (66.132394ms)
39032026-08-21T17:34:42.436Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39042026-08-21T17:34:42.440ZAug 21 17:34:41.131 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (206.282236ms)
39052026-08-21T17:34:42.799Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39062026-08-21T17:34:42.804ZAug 21 17:34:41.493 INFO [stamp-propolis-server] process exited with exit status: 0 (567.806999ms)
39072026-08-21T17:34:42.828Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39082026-08-21T17:34:42.832ZAug 21 17:34:41.523 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (598.758149ms)
39092026-08-21T17:34:44.038ZAug 21 17:34:42.730 INFO [host-libraries] task succeeded (1.807979072s)
39102026-08-21T17:34:44.041ZAug 21 17:34:42.730 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39112026-08-21T17:34:44.044Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39122026-08-21T17:34:45.006Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39132026-08-21T17:34:45.840Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39142026-08-21T17:34:49.408Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39152026-08-21T17:34:49.414ZAug 21 17:34:48.104 INFO [stamp-switch-asic] process exited with exit status: 0 (7.178403377s)
39162026-08-21T17:34:49.414ZAug 21 17:34:48.104 INFO [host-stamp] task succeeded (7.182515729s)
39172026-08-21T17:34:49.414ZAug 21 17:34:48.104 INFO [host-proto] running task
39182026-08-21T17:34:50.755ZAug 21 17:34:48.616 INFO [host-proto] task succeeded (511.448758ms)
39192026-08-21T17:34:50.755ZAug 21 17:34:48.616 INFO [host-profile] running task
39202026-08-21T17:34:51.031ZAug 21 17:34:48.616 INFO [host-profile] task succeeded (216.84µs)
39212026-08-21T17:34:51.031ZAug 21 17:34:48.616 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.41.506' -P /tmp/.tmpoUnNLH/proto/host/root -N 'ci 230b14b/${os_short_commit} 2026-08-21 17:21' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
39222026-08-21T17:34:51.031Z[ host-image] Aug 21 17:34:48.622 INFO Checking files for board 'gimlet'
39232026-08-21T17:34:51.031Z[ host-image] Aug 21 17:34:48.622 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39242026-08-21T17:34:51.031Z[ host-image] Aug 21 17:34:48.623 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39252026-08-21T17:34:51.031Z[ host-image] Aug 21 17:34:48.623 INFO Checking files for board 'cosmo-mbist'
39262026-08-21T17:34:51.031Z[ host-image] Aug 21 17:34:48.623 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39272026-08-21T17:34:51.031Z[ host-image] Aug 21 17:34:48.623 INFO Checking files for board 'cosmo'
39282026-08-21T17:34:51.031Z[ host-image] Aug 21 17:34:48.623 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39292026-08-21T17:34:51.031Z[ host-image] Aug 21 17:34:48.623 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39302026-08-21T17:34:51.031Z[ host-image] Aug 21 17:34:48.623 INFO Checking files for board 'cosmo-mbist-noaggr'
39312026-08-21T17:34:51.032Z[ host-image] Aug 21 17:34:48.623 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39322026-08-21T17:34:51.032Z[ host-image] Aug 21 17:34:48.631 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpoUnNLH/proto/host/root"
39332026-08-21T17:34:51.032Z[ host-image] Aug 21 17:34:48.631 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39342026-08-21T17:34:51.032Z[ host-image] Aug 21 17:34:48.631 INFO image builder template: ramdisk-01-os...
39352026-08-21T17:34:51.032Z[ host-image] Aug 21 17:34:48.631 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/.tmpoUnNLH/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39362026-08-21T17:34:51.032Z[ host-image] Aug 21 17:34:48.645 INFO O| Aug 21 17:34:48.645 INFO CREATE DATASET: rpool/images/build/host/output
39372026-08-21T17:34:51.932Z[ host-image] Aug 21 17:34:50.624 INFO O| Aug 21 17:34:50.624 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39382026-08-21T17:34:51.936Z[ host-image] Aug 21 17:34:50.627 INFO O| Aug 21 17:34:50.627 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39392026-08-21T17:34:52.132Z[ host-image] Aug 21 17:34:50.825 INFO O| Aug 21 17:34:50.825 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39402026-08-21T17:34:52.203Z[ host-image] Aug 21 17:34:50.896 INFO O| Aug 21 17:34:50.896 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39412026-08-21T17:34:52.204Z[ host-image] Aug 21 17:34:50.896 INFO O| Aug 21 17:34:50.896 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39422026-08-21T17:34:52.209Z[ host-image] Aug 21 17:34:50.896 INFO O| Aug 21 17:34:50.896 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39432026-08-21T17:34:52.209Z[ host-image] Aug 21 17:34:50.896 INFO O| Aug 21 17:34:50.896 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39442026-08-21T17:34:52.209Z[ host-image] Aug 21 17:34:50.901 INFO O| Aug 21 17:34:50.901 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39452026-08-21T17:34:52.476Z[ host-image] Aug 21 17:34:51.168 INFO O| Aug 21 17:34:51.168 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39462026-08-21T17:34:52.484Z[ host-image] Aug 21 17:34:51.176 INFO O| Aug 21 17:34:51.176 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39472026-08-21T17:34:52.744Z[ host-image] Aug 21 17:34:51.436 INFO O| Aug 21 17:34:51.436 INFO O| Caching catalogs ... Done
39482026-08-21T17:34:52.803Z[ host-image] Aug 21 17:34:51.496 INFO O| Aug 21 17:34:51.496 INFO STEP 0 (pkg_image_create) COMPLETE
39492026-08-21T17:34:52.803Z[ host-image] Aug 21 17:34:51.496 INFO O| Aug 21 17:34:51.496 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39502026-08-21T17:34:52.810Z[ host-image] Aug 21 17:34:51.502 INFO O| Aug 21 17:34:51.502 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"]
39512026-08-21T17:34:53.164Z[ host-image] Aug 21 17:34:51.855 INFO O| Aug 21 17:34:51.855 INFO STEP 1 (pkg_set_publisher) COMPLETE
39522026-08-21T17:34:53.164Z[ host-image] Aug 21 17:34:51.855 INFO O| Aug 21 17:34:51.855 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39532026-08-21T17:34:53.168Z[ host-image] Aug 21 17:34:51.855 INFO O| Aug 21 17:34:51.855 INFO skip step because feature "publisher_1_name" is not enabled
39542026-08-21T17:34:53.168Z[ host-image] Aug 21 17:34:51.855 INFO O| Aug 21 17:34:51.855 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39552026-08-21T17:34:53.168Z[ host-image] Aug 21 17:34:51.855 INFO O| Aug 21 17:34:51.855 INFO skip step because feature "publisher_2_name" is not enabled
39562026-08-21T17:34:53.168Z[ host-image] Aug 21 17:34:51.855 INFO O| Aug 21 17:34:51.855 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39572026-08-21T17:34:53.168Z[ host-image] Aug 21 17:34:51.855 INFO O| Aug 21 17:34:51.855 INFO skip step because feature "publisher_3_name" is not enabled
39582026-08-21T17:34:53.168Z[ host-image] Aug 21 17:34:51.855 INFO O| Aug 21 17:34:51.855 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39592026-08-21T17:34:53.451Z[ host-image] Aug 21 17:34:52.143 INFO O| Aug 21 17:34:52.143 INFO variant opensolaris.zone is already global
39602026-08-21T17:34:53.451Z[ host-image] Aug 21 17:34:52.143 INFO O| Aug 21 17:34:52.143 INFO STEP 5 (pkg_change_variant) COMPLETE
39612026-08-21T17:34:53.451Z[ host-image] Aug 21 17:34:52.143 INFO O| Aug 21 17:34:52.143 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39622026-08-21T17:34:53.765Z[ host-image] Aug 21 17:34:52.409 INFO O| Aug 21 17:34:52.409 INFO variant opensolaris.imagetype is full; changing to partial
39632026-08-21T17:34:53.765Z[ host-image] Aug 21 17:34:52.409 INFO O| Aug 21 17:34:52.409 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39642026-08-21T17:34:55.225Z[ host-image] Aug 21 17:34:53.917 INFO O| Aug 21 17:34:53.916 INFO O| Startup: Refreshing catalog 'helios' ... Done
39652026-08-21T17:34:55.607Z[ host-image] Aug 21 17:34:54.299 INFO O| Aug 21 17:34:54.299 INFO O| Startup: Caching catalogs ... Done
39662026-08-21T17:34:55.620Z[ host-image] Aug 21 17:34:54.312 INFO O| Aug 21 17:34:54.312 INFO O| Planning: Planning completed in 0.00 seconds
39672026-08-21T17:34:55.624Z[ host-image] Aug 21 17:34:54.312 INFO O| Aug 21 17:34:54.312 INFO O| Planning: Consolidating action changes ... Done
39682026-08-21T17:34:55.624Z[ host-image] Aug 21 17:34:54.312 INFO O| Aug 21 17:34:54.312 INFO O| Planning: Evaluating mediators ... Done
39692026-08-21T17:34:55.624Z[ host-image] Aug 21 17:34:54.313 INFO O| Aug 21 17:34:54.313 INFO O| Planning: Planning completed in 0.00 seconds
39702026-08-21T17:34:55.624Z[ host-image] Aug 21 17:34:54.313 INFO O| Aug 21 17:34:54.313 INFO O| Variants/Facets to change: 1
39712026-08-21T17:34:55.628Z[ host-image] Aug 21 17:34:54.321 INFO O| Aug 21 17:34:54.321 INFO O| Finalize: Updating package state database ... Done
39722026-08-21T17:34:55.629Z[ host-image] Aug 21 17:34:54.321 INFO O| Aug 21 17:34:54.321 INFO O| Finalize: Updating package cache ... Done
39732026-08-21T17:34:55.695Z[ host-image] Aug 21 17:34:54.387 INFO O| Aug 21 17:34:54.387 INFO O| Finalize: Updating image state ... Done
39742026-08-21T17:34:55.708Z[ host-image] Aug 21 17:34:54.399 INFO O| Aug 21 17:34:54.398 INFO O| Finalize: Creating fast lookup database ... Done
39752026-08-21T17:34:55.711Z[ host-image] Aug 21 17:34:54.399 INFO O| Aug 21 17:34:54.399 INFO O| Finalize: Reading search index ... Done
39762026-08-21T17:34:55.711Z[ host-image] Aug 21 17:34:54.399 INFO O| Aug 21 17:34:54.399 INFO O| Finalize: Updating search index ... Done
39772026-08-21T17:34:55.711Z[ host-image] Aug 21 17:34:54.400 INFO O| Aug 21 17:34:54.400 INFO O| Finalize: Updating package cache ... Done
39782026-08-21T17:34:55.881Z[ host-image] Aug 21 17:34:54.573 INFO O| Aug 21 17:34:54.573 INFO STEP 6 (pkg_change_variant) COMPLETE
39792026-08-21T17:34:55.881Z[ host-image] Aug 21 17:34:54.573 INFO O| Aug 21 17:34:54.573 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39802026-08-21T17:34:55.885Z[ host-image] Aug 21 17:34:54.573 INFO O| Aug 21 17:34:54.573 INFO skip step because feature "debug_variant" is not enabled
39812026-08-21T17:34:55.885Z[ host-image] Aug 21 17:34:54.573 INFO O| Aug 21 17:34:54.573 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39822026-08-21T17:34:56.131Z[ host-image] Aug 21 17:34:54.823 INFO O| Aug 21 17:34:54.823 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39832026-08-21T17:34:56.885Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.72s
39842026-08-21T17:34:57.628Z[ host-image] Aug 21 17:34:56.318 INFO O| Aug 21 17:34:56.318 INFO O| Startup: Refreshing catalog 'helios' ... Done
39852026-08-21T17:34:58.005Z[ host-image] Aug 21 17:34:56.697 INFO O| Aug 21 17:34:56.697 INFO O| Startup: Caching catalogs ... Done
39862026-08-21T17:34:58.019Z[ host-image] Aug 21 17:34:56.710 INFO O| Aug 21 17:34:56.710 INFO O| Planning: Planning completed in 0.00 seconds
39872026-08-21T17:34:58.027Z[ host-image] Aug 21 17:34:56.710 INFO O| Aug 21 17:34:56.710 INFO O| Planning: Consolidating action changes ... Done
39882026-08-21T17:34:58.027Z[ host-image] Aug 21 17:34:56.711 INFO O| Aug 21 17:34:56.711 INFO O| Planning: Evaluating mediators ... Done
39892026-08-21T17:34:58.027Z[ host-image] Aug 21 17:34:56.711 INFO O| Aug 21 17:34:56.711 INFO O| Planning: Planning completed in 0.00 seconds
39902026-08-21T17:34:58.028Z[ host-image] Aug 21 17:34:56.711 INFO O| Aug 21 17:34:56.711 INFO O| Variants/Facets to change: 1
39912026-08-21T17:34:58.036Z[ host-image] Aug 21 17:34:56.720 INFO O| Aug 21 17:34:56.720 INFO O| Finalize: Updating package state database ... Done
39922026-08-21T17:34:58.036Z[ host-image] Aug 21 17:34:56.720 INFO O| Aug 21 17:34:56.720 INFO O| Finalize: Updating package cache ... Done
39932026-08-21T17:34:58.096Z[ host-image] Aug 21 17:34:56.786 INFO O| Aug 21 17:34:56.786 INFO O| Finalize: Updating image state ... Done
39942026-08-21T17:34:58.105Z[ host-image] Aug 21 17:34:56.796 INFO O| Aug 21 17:34:56.796 INFO O| Finalize: Creating fast lookup database ... Done
39952026-08-21T17:34:58.111Z[ host-image] Aug 21 17:34:56.797 INFO O| Aug 21 17:34:56.797 INFO O| Finalize: Reading search index ... Done
39962026-08-21T17:34:58.111Z[ host-image] Aug 21 17:34:56.797 INFO O| Aug 21 17:34:56.797 INFO O| Finalize: Updating search index ... Done
39972026-08-21T17:34:58.111Z[ host-image] Aug 21 17:34:56.798 INFO O| Aug 21 17:34:56.798 INFO O| Finalize: Updating package cache ... Done
39982026-08-21T17:34:58.286Z[ host-image] Aug 21 17:34:56.977 INFO O| Aug 21 17:34:56.977 INFO STEP 8 (pkg_change_facet) COMPLETE
39992026-08-21T17:34:58.286Z[ host-image] Aug 21 17:34:56.977 INFO O| Aug 21 17:34:56.977 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40002026-08-21T17:34:58.286Z[ host-image] Aug 21 17:34:56.977 INFO O| Aug 21 17:34:56.977 INFO skip step because feature "recovery" is not enabled
40012026-08-21T17:34:58.292Z[ host-image] Aug 21 17:34:56.977 INFO O| Aug 21 17:34:56.977 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40022026-08-21T17:34:58.292Z[ host-image] Aug 21 17:34:56.977 INFO O| Aug 21 17:34:56.977 INFO skip step because feature "recovery" is not enabled
40032026-08-21T17:34:58.292Z[ host-image] Aug 21 17:34:56.977 INFO O| Aug 21 17:34:56.977 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40042026-08-21T17:34:58.301Z[ host-image] Aug 21 17:34:56.985 INFO O| Aug 21 17:34:56.985 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@23.0.0.0"]
40052026-08-21T17:34:59.731Z[ host-image] Aug 21 17:34:58.424 INFO O| Aug 21 17:34:58.424 INFO O| Startup: Refreshing catalog 'helios' ... Done
40062026-08-21T17:35:00.185Z[ host-image] Aug 21 17:34:58.804 INFO O| Aug 21 17:34:58.804 INFO O| Startup: Caching catalogs ... Done
40072026-08-21T17:35:01.289ZAug 21 17:34:59.982 INFO [recovery-package] process exited with exit status: 0 (17.251666664s)
40082026-08-21T17:35:01.290ZAug 21 17:34:59.982 INFO [recovery-libraries] running task
40092026-08-21T17:35:01.290ZAug 21 17:34:59.982 INFO [recovery-stamp] running task
40102026-08-21T17:35:01.293ZAug 21 17:34:59.982 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 23.0.0-0.ci+git230b14bb6b3
40112026-08-21T17:35:01.293ZAug 21 17:34:59.982 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git230b14bb6b3
40122026-08-21T17:35:01.296Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40132026-08-21T17:35:01.300Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40142026-08-21T17:35:01.343ZAug 21 17:35:00.036 INFO [recovery-libraries] task succeeded (53.88218ms)
40152026-08-21T17:35:01.347ZAug 21 17:35:00.036 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40162026-08-21T17:35:01.418Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40172026-08-21T17:35:01.421ZAug 21 17:35:00.114 INFO [stamp-installinator] process exited with exit status: 0 (131.206658ms)
40182026-08-21T17:35:01.469Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40192026-08-21T17:35:01.472ZAug 21 17:35:00.164 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (182.222117ms)
40202026-08-21T17:35:01.472ZAug 21 17:35:00.164 INFO [recovery-stamp] task succeeded (182.656637ms)
40212026-08-21T17:35:01.472ZAug 21 17:35:00.164 INFO [recovery-proto] running task
40222026-08-21T17:35:01.472ZAug 21 17:35:00.164 INFO [tuf-stamp] running task
40232026-08-21T17:35:01.476ZAug 21 17:35:00.165 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 23.0.0-0.ci+git230b14bb6b3
40242026-08-21T17:35:01.476ZAug 21 17:35:00.165 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 23.0.0-0.ci+git230b14bb6b3
40252026-08-21T17:35:01.476ZAug 21 17:35:00.166 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 23.0.0-0.ci+git230b14bb6b3
40262026-08-21T17:35:01.476ZAug 21 17:35:00.166 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 23.0.0-0.ci+git230b14bb6b3
40272026-08-21T17:35:01.476ZAug 21 17:35:00.166 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 23.0.0-0.ci+git230b14bb6b3
40282026-08-21T17:35:01.476ZAug 21 17:35:00.167 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 23.0.0-0.ci+git230b14bb6b3
40292026-08-21T17:35:01.477ZAug 21 17:35:00.167 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 23.0.0-0.ci+git230b14bb6b3
40302026-08-21T17:35:01.477ZAug 21 17:35:00.167 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 23.0.0-0.ci+git230b14bb6b3
40312026-08-21T17:35:01.477ZAug 21 17:35:00.168 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 23.0.0-0.ci+git230b14bb6b3
40322026-08-21T17:35:01.477ZAug 21 17:35:00.168 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 23.0.0-0.ci+git230b14bb6b3
40332026-08-21T17:35:01.482ZAug 21 17:35:00.168 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 23.0.0-0.ci+git230b14bb6b3
40342026-08-21T17:35:01.482ZAug 21 17:35:00.169 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 23.0.0-0.ci+git230b14bb6b3
40352026-08-21T17:35:01.485Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40362026-08-21T17:35:01.485Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40372026-08-21T17:35:01.485Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40382026-08-21T17:35:01.485Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40392026-08-21T17:35:01.485Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40402026-08-21T17:35:01.485Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40412026-08-21T17:35:01.485Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40422026-08-21T17:35:01.485Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40432026-08-21T17:35:01.485Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40442026-08-21T17:35:01.485Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40452026-08-21T17:35:01.486Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40462026-08-21T17:35:01.486Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40472026-08-21T17:35:01.533Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40482026-08-21T17:35:01.537ZAug 21 17:35:00.229 INFO [stamp-probe] process exited with exit status: 0 (60.797092ms)
40492026-08-21T17:35:01.593ZAug 21 17:35:00.285 INFO [recovery-proto] task succeeded (120.981434ms)
40502026-08-21T17:35:01.598ZAug 21 17:35:00.285 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.41.506' -P /tmp/.tmpoUnNLH/proto/recovery/root -N 'recovery 230b14b/${os_short_commit} 2026-08-21 17:21' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40512026-08-21T17:35:01.601Z[ recovery-image] Aug 21 17:35:00.292 INFO Checking files for board 'gimlet'
40522026-08-21T17:35:01.601Z[ recovery-image] Aug 21 17:35:00.293 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40532026-08-21T17:35:01.601Z[ recovery-image] Aug 21 17:35:00.293 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40542026-08-21T17:35:01.601Z[ recovery-image] Aug 21 17:35:00.293 INFO Checking files for board 'cosmo-mbist-noaggr'
40552026-08-21T17:35:01.601Z[ recovery-image] Aug 21 17:35:00.293 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40562026-08-21T17:35:01.601Z[ recovery-image] Aug 21 17:35:00.293 INFO Checking files for board 'cosmo'
40572026-08-21T17:35:01.601Z[ recovery-image] Aug 21 17:35:00.293 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40582026-08-21T17:35:01.601Z[ recovery-image] Aug 21 17:35:00.293 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40592026-08-21T17:35:01.601Z[ recovery-image] Aug 21 17:35:00.293 INFO Checking files for board 'cosmo-mbist'
40602026-08-21T17:35:01.601Z[ recovery-image] Aug 21 17:35:00.293 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40612026-08-21T17:35:01.610Z[ recovery-image] Aug 21 17:35:00.303 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpoUnNLH/proto/recovery/root"
40622026-08-21T17:35:01.614Z[ recovery-image] Aug 21 17:35:00.303 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40632026-08-21T17:35:01.614Z[ recovery-image] Aug 21 17:35:00.303 INFO image builder template: ramdisk-01-os...
40642026-08-21T17:35:01.614Z[ recovery-image] Aug 21 17:35:00.303 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/.tmpoUnNLH/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40652026-08-21T17:35:01.648Z[ recovery-image] Aug 21 17:35:00.340 INFO O| Aug 21 17:35:00.340 INFO CREATE DATASET: rpool/images/build/recovery/output
40662026-08-21T17:35:01.892Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40672026-08-21T17:35:01.917Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40682026-08-21T17:35:01.923Z[ recovery-image] Aug 21 17:35:00.614 INFO O| Aug 21 17:35:00.614 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40692026-08-21T17:35:01.928Z[ recovery-image] Aug 21 17:35:00.618 INFO O| Aug 21 17:35:00.618 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40702026-08-21T17:35:02.061Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40712026-08-21T17:35:02.066ZAug 21 17:35:00.757 INFO [stamp-ntp] process exited with exit status: 0 (589.754466ms)
40722026-08-21T17:35:02.136Z[ host-image] Aug 21 17:35:00.829 INFO O| Aug 21 17:35:00.828 INFO O| Planning: Solver setup ... Done
40732026-08-21T17:35:02.163Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40742026-08-21T17:35:02.167ZAug 21 17:35:00.859 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (692.699063ms)
40752026-08-21T17:35:02.323Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40762026-08-21T17:35:02.327ZAug 21 17:35:01.019 INFO [stamp-external-dns] process exited with exit status: 0 (851.459662ms)
40772026-08-21T17:35:02.344Z[ host-image] Aug 21 17:35:01.036 INFO O| Aug 21 17:35:01.036 INFO O| Planning: Running solver ... Done
40782026-08-21T17:35:02.353Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40792026-08-21T17:35:02.356ZAug 21 17:35:01.048 INFO [stamp-internal-dns] process exited with exit status: 0 (881.197363ms)
40802026-08-21T17:35:02.371Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40812026-08-21T17:35:02.375ZAug 21 17:35:01.067 INFO [stamp-crucible-zone] process exited with exit status: 0 (898.549989ms)
40822026-08-21T17:35:02.390Z[ host-image] Aug 21 17:35:01.082 INFO O| Aug 21 17:35:01.082 INFO O| Planning: Finding local manifests ... Done
40832026-08-21T17:35:02.410Z[ host-image] Aug 21 17:35:01.102 INFO O| Aug 21 17:35:01.102 INFO O| Planning: Fetching manifests: 0/130 0% complete
40842026-08-21T17:35:02.489Z[ recovery-image] Aug 21 17:35:01.181 INFO O| Aug 21 17:35:01.181 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40852026-08-21T17:35:02.615Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40862026-08-21T17:35:02.619ZAug 21 17:35:01.311 INFO [stamp-oximeter] process exited with exit status: 0 (1.144736479s)
40872026-08-21T17:35:02.624Z[ recovery-image] Aug 21 17:35:01.316 INFO O| Aug 21 17:35:01.316 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40882026-08-21T17:35:02.624Z[ recovery-image] Aug 21 17:35:01.316 INFO O| Aug 21 17:35:01.316 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40892026-08-21T17:35:02.627Z[ recovery-image] Aug 21 17:35:01.316 INFO O| Aug 21 17:35:01.316 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40902026-08-21T17:35:02.627Z[ recovery-image] Aug 21 17:35:01.316 INFO O| Aug 21 17:35:01.316 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40912026-08-21T17:35:02.631Z[ recovery-image] Aug 21 17:35:01.322 INFO O| Aug 21 17:35:01.322 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40922026-08-21T17:35:03.634Z[ recovery-image] Aug 21 17:35:02.326 INFO O| Aug 21 17:35:02.326 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40932026-08-21T17:35:03.641Z[ recovery-image] Aug 21 17:35:02.333 INFO O| Aug 21 17:35:02.333 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40942026-08-21T17:35:03.913Z[ recovery-image] Aug 21 17:35:02.605 INFO O| Aug 21 17:35:02.605 INFO O| Caching catalogs ... Done
40952026-08-21T17:35:03.976Z[ recovery-image] Aug 21 17:35:02.668 INFO O| Aug 21 17:35:02.668 INFO STEP 0 (pkg_image_create) COMPLETE
40962026-08-21T17:35:03.976Z[ recovery-image] Aug 21 17:35:02.669 INFO O| Aug 21 17:35:02.668 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40972026-08-21T17:35:03.983Z[ recovery-image] Aug 21 17:35:02.675 INFO O| Aug 21 17:35:02.675 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"]
40982026-08-21T17:35:04.174Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40992026-08-21T17:35:04.177ZAug 21 17:35:02.869 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.7039354s)
41002026-08-21T17:35:04.240Z[ recovery-image] Aug 21 17:35:02.932 INFO O| Aug 21 17:35:02.932 INFO STEP 1 (pkg_set_publisher) COMPLETE
41012026-08-21T17:35:04.240Z[ recovery-image] Aug 21 17:35:02.932 INFO O| Aug 21 17:35:02.932 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41022026-08-21T17:35:04.243Z[ recovery-image] Aug 21 17:35:02.932 INFO O| Aug 21 17:35:02.932 INFO skip step because feature "publisher_1_name" is not enabled
41032026-08-21T17:35:04.243Z[ recovery-image] Aug 21 17:35:02.932 INFO O| Aug 21 17:35:02.932 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41042026-08-21T17:35:04.243Z[ recovery-image] Aug 21 17:35:02.932 INFO O| Aug 21 17:35:02.932 INFO skip step because feature "publisher_2_name" is not enabled
41052026-08-21T17:35:04.243Z[ recovery-image] Aug 21 17:35:02.932 INFO O| Aug 21 17:35:02.932 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41062026-08-21T17:35:04.243Z[ recovery-image] Aug 21 17:35:02.932 INFO O| Aug 21 17:35:02.932 INFO skip step because feature "publisher_3_name" is not enabled
41072026-08-21T17:35:04.243Z[ recovery-image] Aug 21 17:35:02.932 INFO O| Aug 21 17:35:02.932 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41082026-08-21T17:35:04.397Z[ host-image] Aug 21 17:35:03.088 INFO O| Aug 21 17:35:03.088 INFO O| Planning: Fetching manifests: 130/130 100% complete
41092026-08-21T17:35:04.506Z[ recovery-image] Aug 21 17:35:03.198 INFO O| Aug 21 17:35:03.198 INFO variant opensolaris.zone is already global
41102026-08-21T17:35:04.506Z[ recovery-image] Aug 21 17:35:03.198 INFO O| Aug 21 17:35:03.198 INFO STEP 5 (pkg_change_variant) COMPLETE
41112026-08-21T17:35:04.506Z[ recovery-image] Aug 21 17:35:03.198 INFO O| Aug 21 17:35:03.198 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41122026-08-21T17:35:04.877Z[ recovery-image] Aug 21 17:35:03.480 INFO O| Aug 21 17:35:03.480 INFO variant opensolaris.imagetype is full; changing to partial
41132026-08-21T17:35:04.877Z[ recovery-image] Aug 21 17:35:03.480 INFO O| Aug 21 17:35:03.480 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41142026-08-21T17:35:04.914Z[ host-image] Aug 21 17:35:03.607 INFO O| Aug 21 17:35:03.607 INFO O| Planning: Package planning ... Done
41152026-08-21T17:35:05.227Z[ host-image] Aug 21 17:35:03.919 INFO O| Aug 21 17:35:03.919 INFO O| Planning: Merging actions ... Done
41162026-08-21T17:35:05.336Z[ host-image] Aug 21 17:35:04.028 INFO O| Aug 21 17:35:04.028 INFO O| Planning: Checking for conflicting actions ... Done
41172026-08-21T17:35:05.438Z[ host-image] Aug 21 17:35:04.130 INFO O| Aug 21 17:35:04.130 INFO O| Planning: Consolidating action changes ... Done
41182026-08-21T17:35:05.638Z[ host-image] Aug 21 17:35:04.329 INFO O| Aug 21 17:35:04.329 INFO O| Planning: Evaluating mediators ... Done
41192026-08-21T17:35:06.203Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41202026-08-21T17:35:06.206ZAug 21 17:35:04.899 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.733343682s)
41212026-08-21T17:35:06.331Z[verify-libraries] Compiling match_cfg v0.1.0
41222026-08-21T17:35:06.331Z[verify-libraries] Compiling slog-json v2.6.1
41232026-08-21T17:35:06.334Z[verify-libraries] Compiling debug-ignore v1.0.5
41242026-08-21T17:35:06.334Z[verify-libraries] Compiling progenitor-client v0.14.0
41252026-08-21T17:35:06.334Z[verify-libraries] Compiling sha1 v0.11.0
41262026-08-21T17:35:06.334Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41272026-08-21T17:35:06.335Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41282026-08-21T17:35:06.565Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41292026-08-21T17:35:06.569ZAug 21 17:35:05.261 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.093647955s)
41302026-08-21T17:35:06.599Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41312026-08-21T17:35:06.603ZAug 21 17:35:05.295 INFO [stamp-clickhouse] process exited with exit status: 0 (5.130364668s)
41322026-08-21T17:35:06.614Z[verify-libraries] Compiling multer v3.1.0
41332026-08-21T17:35:06.636Z[verify-libraries] Compiling compression-core v0.4.31
41342026-08-21T17:35:06.640Z[verify-libraries] Compiling async-stream-impl v0.3.6
41352026-08-21T17:35:06.640Z[verify-libraries] Compiling serde_spanned v1.1.1
41362026-08-21T17:35:06.653Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41372026-08-21T17:35:06.656Z[verify-libraries] Compiling dropshot v0.17.1
41382026-08-21T17:35:06.776Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41392026-08-21T17:35:06.800Z[verify-libraries] Compiling hostname v0.3.1
41402026-08-21T17:35:06.800Z[verify-libraries] Compiling compression-codecs v0.4.37
41412026-08-21T17:35:06.800Z[verify-libraries] Compiling waitgroup v0.1.2
41422026-08-21T17:35:06.800Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41432026-08-21T17:35:06.891Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41442026-08-21T17:35:06.891Z[verify-libraries] Compiling hostname v0.4.2
41452026-08-21T17:35:06.952Z[verify-libraries] Compiling slog-bunyan v2.5.0
41462026-08-21T17:35:06.955Z[verify-libraries] Compiling atomicwrites v0.4.4
41472026-08-21T17:35:06.993Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41482026-08-21T17:35:07.042Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41492026-08-21T17:35:07.042Z[verify-libraries] Compiling macaddr v1.0.1
41502026-08-21T17:35:07.042Z[verify-libraries] Compiling regress v0.10.5
41512026-08-21T17:35:07.042Z[ host-image] Aug 21 17:35:05.733 INFO O| Aug 21 17:35:05.733 INFO O| Planning: Planning completed in 6.92 seconds
41522026-08-21T17:35:07.046Z[ host-image] Aug 21 17:35:05.736 INFO O| Aug 21 17:35:05.735 INFO O| Packages to install: 130
41532026-08-21T17:35:07.046Z[ host-image] Aug 21 17:35:05.736 INFO O| Aug 21 17:35:05.736 INFO O| Mediators to change: 5
41542026-08-21T17:35:07.046Z[ host-image] Aug 21 17:35:05.736 INFO O| Aug 21 17:35:05.736 INFO O| Services to change: 6
41552026-08-21T17:35:07.079Z[ host-image] Aug 21 17:35:05.769 INFO O| Aug 21 17:35:05.769 INFO O| Download: 0/23888 items 0.0/222.8MB 0% complete
41562026-08-21T17:35:07.116Z[verify-libraries] Compiling async-compression v0.4.41
41572026-08-21T17:35:07.116Z[verify-libraries] Compiling instant v0.1.13
41582026-08-21T17:35:07.116Z[verify-libraries] Compiling parse-display-derive v0.10.0
41592026-08-21T17:35:07.122Z[verify-libraries] Compiling itertools v0.14.0
41602026-08-21T17:35:07.149Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41612026-08-21T17:35:07.255ZAug 21 17:35:05.840 INFO [stamp-nexus] process exited with exit status: 0 (5.673851066s)
41622026-08-21T17:35:07.255ZAug 21 17:35:05.840 INFO [tuf-stamp] task succeeded (5.675590717s)
41632026-08-21T17:35:07.256ZAug 21 17:35:05.840 INFO [tuf-v2-zones] running task
41642026-08-21T17:35:07.341Z[verify-libraries] Compiling backon v1.6.0
41652026-08-21T17:35:07.341Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41662026-08-21T17:35:07.341Z[verify-libraries] Compiling humantime v2.3.0
41672026-08-21T17:35:07.347ZAug 21 17:35:05.960 INFO [tuf-v2-zones] task succeeded (119.387664ms)
41682026-08-21T17:35:07.347Z[verify-libraries] Compiling backoff v0.4.0
41692026-08-21T17:35:07.357Z[verify-libraries] Compiling convert_case v0.4.0
41702026-08-21T17:35:07.422Z[verify-libraries] Compiling half v2.7.1
41712026-08-21T17:35:07.431Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41722026-08-21T17:35:07.467Z[verify-libraries] Compiling async-stream v0.3.6
41732026-08-21T17:35:07.471Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41742026-08-21T17:35:07.518Z[verify-libraries] Compiling progenitor-extras v0.2.0
41752026-08-21T17:35:07.595Z[verify-libraries] Compiling ciborium-io v0.2.2
41762026-08-21T17:35:07.599Z[ recovery-image] Aug 21 17:35:06.290 INFO O| Aug 21 17:35:06.290 INFO O| Startup: Refreshing catalog 'helios' ... Done
41772026-08-21T17:35:07.622Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41782026-08-21T17:35:07.651Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41792026-08-21T17:35:07.688Z[verify-libraries] Compiling indent_write v2.2.0
41802026-08-21T17:35:07.709Z[verify-libraries] Compiling regress v0.11.1
41812026-08-21T17:35:07.733Z[verify-libraries] Compiling ciborium-ll v0.2.2
41822026-08-21T17:35:07.779Z[verify-libraries] Compiling secrecy v0.10.3
41832026-08-21T17:35:07.836Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41842026-08-21T17:35:07.844Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41852026-08-21T17:35:07.844Z[verify-libraries] Compiling derive_more v0.99.20
41862026-08-21T17:35:07.942Z[verify-libraries] Compiling inout v0.1.4
41872026-08-21T17:35:07.950Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41882026-08-21T17:35:07.950Z[verify-libraries] Compiling ciborium v0.2.2
41892026-08-21T17:35:08.009Z[verify-libraries] Compiling universal-hash v0.5.1
41902026-08-21T17:35:08.033Z[verify-libraries] Compiling cipher v0.4.4
41912026-08-21T17:35:08.075Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41922026-08-21T17:35:08.102Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41932026-08-21T17:35:08.174Z[verify-libraries] Compiling opaque-debug v0.3.1
41942026-08-21T17:35:08.204Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41952026-08-21T17:35:08.269Z[verify-libraries] Compiling chacha20 v0.9.1
41962026-08-21T17:35:08.305Z[verify-libraries] Compiling poly1305 v0.8.0
41972026-08-21T17:35:08.346Z[verify-libraries] Compiling blake2 v0.10.6
41982026-08-21T17:35:08.374Z[verify-libraries] Compiling aead v0.5.2
41992026-08-21T17:35:08.487Z[verify-libraries] Compiling password-hash v0.5.0
42002026-08-21T17:35:08.582Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42012026-08-21T17:35:08.614Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
42022026-08-21T17:35:08.644Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
42032026-08-21T17:35:08.669Z[verify-libraries] Compiling num-derive v0.4.2
42042026-08-21T17:35:08.755Z[verify-libraries] Compiling crossbeam-deque v0.8.6
42052026-08-21T17:35:08.826Z[verify-libraries] Compiling argon2 v0.5.3
42062026-08-21T17:35:08.911Z[verify-libraries] Compiling rayon-core v1.13.0
42072026-08-21T17:35:09.045Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
42082026-08-21T17:35:09.049Z[verify-libraries] Compiling glob v0.3.3
42092026-08-21T17:35:09.069Z[verify-libraries] Compiling parse-display v0.10.0
42102026-08-21T17:35:09.124Z[verify-libraries] Compiling usdt-macro v0.5.0
42112026-08-21T17:35:09.124Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
42122026-08-21T17:35:09.239Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42132026-08-21T17:35:09.319Z[ recovery-image] Aug 21 17:35:08.011 INFO O| Aug 21 17:35:07.999 INFO O| Startup: Caching catalogs ... Done
42142026-08-21T17:35:09.322Z[ recovery-image] Aug 21 17:35:08.014 INFO O| Aug 21 17:35:08.014 INFO O| Planning: Planning completed in 0.00 seconds
42152026-08-21T17:35:09.322Z[ recovery-image] Aug 21 17:35:08.014 INFO O| Aug 21 17:35:08.014 INFO O| Planning: Consolidating action changes ... Done
42162026-08-21T17:35:09.322Z[ recovery-image] Aug 21 17:35:08.014 INFO O| Aug 21 17:35:08.014 INFO O| Planning: Evaluating mediators ... Done
42172026-08-21T17:35:09.322Z[ recovery-image] Aug 21 17:35:08.015 INFO O| Aug 21 17:35:08.015 INFO O| Planning: Planning completed in 0.00 seconds
42182026-08-21T17:35:09.326Z[ recovery-image] Aug 21 17:35:08.015 INFO O| Aug 21 17:35:08.015 INFO O| Variants/Facets to change: 1
42192026-08-21T17:35:09.340Z[ recovery-image] Aug 21 17:35:08.032 INFO O| Aug 21 17:35:08.032 INFO O| Finalize: Updating package state database ... Done
42202026-08-21T17:35:09.340Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
42212026-08-21T17:35:09.340Z[ recovery-image] Aug 21 17:35:08.032 INFO O| Aug 21 17:35:08.032 INFO O| Finalize: Updating package cache ... Done
42222026-08-21T17:35:09.429Z[verify-libraries] Compiling typify-impl v0.6.2
42232026-08-21T17:35:09.432Z[ recovery-image] Aug 21 17:35:08.125 INFO O| Aug 21 17:35:08.125 INFO O| Finalize: Updating image state ... Done
42242026-08-21T17:35:09.448Z[ recovery-image] Aug 21 17:35:08.141 INFO O| Aug 21 17:35:08.141 INFO O| Finalize: Creating fast lookup database ... Done
42252026-08-21T17:35:09.452Z[ recovery-image] Aug 21 17:35:08.141 INFO O| Aug 21 17:35:08.141 INFO O| Finalize: Reading search index ... Done
42262026-08-21T17:35:09.452Z[ recovery-image] Aug 21 17:35:08.141 INFO O| Aug 21 17:35:08.141 INFO O| Finalize: Updating search index ... Done
42272026-08-21T17:35:09.452Z[ recovery-image] Aug 21 17:35:08.142 INFO O| Aug 21 17:35:08.142 INFO O| Finalize: Updating package cache ... Done
42282026-08-21T17:35:09.456Z[verify-libraries] Compiling thiserror-no-std v2.0.2
42292026-08-21T17:35:09.615Z[verify-libraries] Compiling vsss-rs v3.3.4
42302026-08-21T17:35:09.714Z[verify-libraries] Compiling memmap v0.7.0
42312026-08-21T17:35:09.743Z[ recovery-image] Aug 21 17:35:08.436 INFO O| Aug 21 17:35:08.436 INFO STEP 6 (pkg_change_variant) COMPLETE
42322026-08-21T17:35:09.744Z[ recovery-image] Aug 21 17:35:08.436 INFO O| Aug 21 17:35:08.436 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42332026-08-21T17:35:09.744Z[ recovery-image] Aug 21 17:35:08.436 INFO O| Aug 21 17:35:08.436 INFO skip step because feature "debug_variant" is not enabled
42342026-08-21T17:35:09.748Z[ recovery-image] Aug 21 17:35:08.436 INFO O| Aug 21 17:35:08.436 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42352026-08-21T17:35:09.817Z[verify-libraries] Compiling heapless v0.8.0
42362026-08-21T17:35:10.009Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42372026-08-21T17:35:10.062Z[ recovery-image] Aug 21 17:35:08.753 INFO O| Aug 21 17:35:08.753 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42382026-08-21T17:35:10.072Z[verify-libraries] Compiling proc-macro-error v1.0.4
42392026-08-21T17:35:10.105Z[verify-libraries] Compiling ingot-macros v0.2.0
42402026-08-21T17:35:10.159Z[verify-libraries] Compiling usdt v0.5.0
42412026-08-21T17:35:10.334Z[verify-libraries] Compiling tabwriter v1.4.1
42422026-08-21T17:35:10.384Z[verify-libraries] Compiling hash32 v0.3.1
42432026-08-21T17:35:10.423Z[verify-libraries] Compiling smoltcp v0.11.0
42442026-08-21T17:35:10.461Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42452026-08-21T17:35:10.501Z[verify-libraries] Compiling cobs v0.3.0
42462026-08-21T17:35:10.530Z[verify-libraries] Compiling colored v3.1.1
42472026-08-21T17:35:10.530Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42482026-08-21T17:35:10.582Z[verify-libraries] Compiling rayon v1.11.0
42492026-08-21T17:35:10.723Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42502026-08-21T17:35:10.723Z[verify-libraries] Compiling num_enum_derive v0.7.6
42512026-08-21T17:35:10.897Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42522026-08-21T17:35:10.901Z[verify-libraries] Compiling postcard v1.1.3
42532026-08-21T17:35:10.945Z[verify-libraries] Compiling rand v0.10.1
42542026-08-21T17:35:10.990Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42552026-08-21T17:35:10.994Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42562026-08-21T17:35:11.054Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42572026-08-21T17:35:11.098Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42582026-08-21T17:35:11.374Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42592026-08-21T17:35:11.398Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42602026-08-21T17:35:11.505Z[verify-libraries] Compiling num_enum_derive v0.5.11
42612026-08-21T17:35:11.616Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42622026-08-21T17:35:11.683Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42632026-08-21T17:35:11.731Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42642026-08-21T17:35:11.778Z[verify-libraries] Compiling foreign-types v0.5.0
42652026-08-21T17:35:11.809Z[verify-libraries] Compiling cstr-argument v0.1.2
42662026-08-21T17:35:11.837Z[ recovery-image] Aug 21 17:35:10.529 INFO O| Aug 21 17:35:10.529 INFO O| Startup: Refreshing catalog 'helios' ... Done
42672026-08-21T17:35:11.885Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42682026-08-21T17:35:11.961Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42692026-08-21T17:35:12.001Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42702026-08-21T17:35:12.005Z[verify-libraries] Compiling sigpipe v0.1.3
42712026-08-21T17:35:12.053Z[verify-libraries] Compiling num_enum v0.7.6
42722026-08-21T17:35:12.088Z[ host-image] Aug 21 17:35:10.780 INFO O| Aug 21 17:35:10.779 INFO O| Download: 13330/23888 items 119.7/222.8MB 53% complete (24.0M/s)
42732026-08-21T17:35:12.102Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42742026-08-21T17:35:12.154Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42752026-08-21T17:35:12.246Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42762026-08-21T17:35:12.270Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42772026-08-21T17:35:12.270Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42782026-08-21T17:35:12.280Z[ recovery-image] Aug 21 17:35:10.972 INFO O| Aug 21 17:35:10.972 INFO O| Startup: Caching catalogs ... Done
42792026-08-21T17:35:12.296Z[ recovery-image] Aug 21 17:35:10.987 INFO O| Aug 21 17:35:10.987 INFO O| Planning: Planning completed in 0.00 seconds
42802026-08-21T17:35:12.297Z[ recovery-image] Aug 21 17:35:10.987 INFO O| Aug 21 17:35:10.987 INFO O| Planning: Consolidating action changes ... Done
42812026-08-21T17:35:12.297Z[ recovery-image] Aug 21 17:35:10.987 INFO O| Aug 21 17:35:10.987 INFO O| Planning: Evaluating mediators ... Done
42822026-08-21T17:35:12.297Z[ recovery-image] Aug 21 17:35:10.988 INFO O| Aug 21 17:35:10.988 INFO O| Planning: Planning completed in 0.00 seconds
42832026-08-21T17:35:12.297Z[ recovery-image] Aug 21 17:35:10.988 INFO O| Aug 21 17:35:10.988 INFO O| Variants/Facets to change: 1
42842026-08-21T17:35:12.305Z[ recovery-image] Aug 21 17:35:10.997 INFO O| Aug 21 17:35:10.997 INFO O| Finalize: Updating package state database ... Done
42852026-08-21T17:35:12.305Z[ recovery-image] Aug 21 17:35:10.997 INFO O| Aug 21 17:35:10.997 INFO O| Finalize: Updating package cache ... Done
42862026-08-21T17:35:12.315Z[verify-libraries] Compiling itertools v0.12.1
42872026-08-21T17:35:12.342Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42882026-08-21T17:35:12.375Z[ recovery-image] Aug 21 17:35:11.067 INFO O| Aug 21 17:35:11.067 INFO O| Finalize: Updating image state ... Done
42892026-08-21T17:35:12.392Z[ recovery-image] Aug 21 17:35:11.083 INFO O| Aug 21 17:35:11.083 INFO O| Finalize: Creating fast lookup database ... Done
42902026-08-21T17:35:12.398Z[ recovery-image] Aug 21 17:35:11.083 INFO O| Aug 21 17:35:11.083 INFO O| Finalize: Reading search index ... Done
42912026-08-21T17:35:12.398Z[ recovery-image] Aug 21 17:35:11.084 INFO O| Aug 21 17:35:11.084 INFO O| Finalize: Updating search index ... Done
42922026-08-21T17:35:12.398Z[ recovery-image] Aug 21 17:35:11.084 INFO O| Aug 21 17:35:11.084 INFO O| Finalize: Updating package cache ... Done
42932026-08-21T17:35:12.488Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42942026-08-21T17:35:12.491Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42952026-08-21T17:35:12.491Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42962026-08-21T17:35:12.567Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42972026-08-21T17:35:12.571Z[verify-libraries] Compiling toml v0.8.23
42982026-08-21T17:35:12.634Z[verify-libraries] Compiling smf v0.2.3
42992026-08-21T17:35:12.683Z[verify-libraries] Compiling num_enum v0.5.11
43002026-08-21T17:35:12.686Z[ recovery-image] Aug 21 17:35:11.378 INFO O| Aug 21 17:35:11.378 INFO STEP 8 (pkg_change_facet) COMPLETE
43012026-08-21T17:35:12.686Z[ recovery-image] Aug 21 17:35:11.378 INFO O| Aug 21 17:35:11.378 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43022026-08-21T17:35:12.808Z[verify-libraries] Compiling whoami v1.6.1
43032026-08-21T17:35:12.865Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
43042026-08-21T17:35:12.958Z[verify-libraries] Compiling tokio-dtrace v0.1.1
43052026-08-21T17:35:13.008Z[verify-libraries] Compiling derive-where v1.6.0
43062026-08-21T17:35:13.012Z[ recovery-image] Aug 21 17:35:11.704 INFO O| Aug 21 17:35:11.703 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43072026-08-21T17:35:13.060Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43082026-08-21T17:35:13.239Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
43092026-08-21T17:35:13.277Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43102026-08-21T17:35:13.310Z[verify-libraries] Compiling gethostname v0.5.0
43112026-08-21T17:35:13.338Z[verify-libraries] Compiling ingot-types v0.2.0
43122026-08-21T17:35:13.369Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
43132026-08-21T17:35:13.373Z[verify-libraries] Compiling newline-converter v0.3.0
43142026-08-21T17:35:13.468Z[verify-libraries] Compiling console v0.15.11
43152026-08-21T17:35:13.513Z[verify-libraries] Compiling linear-map v1.2.0
43162026-08-21T17:35:13.518Z[verify-libraries] Compiling resolv-conf v0.7.6
43172026-08-21T17:35:13.518Z[verify-libraries] Compiling num-rational v0.4.2
43182026-08-21T17:35:13.601Z[verify-libraries] Compiling zone v0.3.1
43192026-08-21T17:35:13.640Z[verify-libraries] Compiling num-complex v0.4.6
43202026-08-21T17:35:13.685Z[verify-libraries] Compiling slog-dtrace v0.3.0
43212026-08-21T17:35:13.875Z[verify-libraries] Compiling ingot v0.2.1
43222026-08-21T17:35:13.907Z[verify-libraries] Compiling expectorate v1.2.0
43232026-08-21T17:35:13.998Z[verify-libraries] Compiling prettyplease v0.2.37
43242026-08-21T17:35:14.052Z[verify-libraries] Compiling num v0.4.3
43252026-08-21T17:35:14.138Z[verify-libraries] Compiling float-ord v0.3.2
43262026-08-21T17:35:14.193Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43272026-08-21T17:35:14.196Z[verify-libraries] Compiling linked-hash-map v0.5.6
43282026-08-21T17:35:14.196Z[verify-libraries] Compiling hickory-proto v0.24.4
43292026-08-21T17:35:14.254Z[verify-libraries] Compiling convert_case v0.10.0
43302026-08-21T17:35:14.257Z[verify-libraries] Compiling minimal-lexical v0.2.1
43312026-08-21T17:35:14.314Z[verify-libraries] Compiling unicode-xid v0.2.6
43322026-08-21T17:35:14.385Z[verify-libraries] Compiling lru-cache v0.1.2
43332026-08-21T17:35:14.448Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43342026-08-21T17:35:14.448Z[verify-libraries] Compiling tabled_derive v0.7.0
43352026-08-21T17:35:14.520Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43362026-08-21T17:35:14.555Z[verify-libraries] Compiling nom v7.1.3
43372026-08-21T17:35:14.591Z[verify-libraries] Compiling fd-lock v4.0.4
43382026-08-21T17:35:14.639Z[verify-libraries] Compiling derive_more-impl v2.1.1
43392026-08-21T17:35:14.639Z[verify-libraries] Compiling vte v0.14.1
43402026-08-21T17:35:14.664Z[verify-libraries] Compiling typify-macro v0.6.2
43412026-08-21T17:35:14.674Z[ recovery-image] Aug 21 17:35:13.365 INFO O| Aug 21 17:35:13.364 INFO O| Startup: Refreshing catalog 'helios' ... Done
43422026-08-21T17:35:14.847Z[verify-libraries] Compiling display-error-chain v0.2.2
43432026-08-21T17:35:14.967Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43442026-08-21T17:35:15.055Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43452026-08-21T17:35:15.097Z[verify-libraries] Compiling stacker v0.1.23
43462026-08-21T17:35:15.135Z[ recovery-image] Aug 21 17:35:13.827 INFO O| Aug 21 17:35:13.827 INFO O| Startup: Caching catalogs ... Done
43472026-08-21T17:35:15.146Z[verify-libraries] Compiling cfg_aliases v0.1.1
43482026-08-21T17:35:15.150Z[ recovery-image] Aug 21 17:35:13.842 INFO O| Aug 21 17:35:13.842 INFO O| Planning: Planning completed in 0.00 seconds
43492026-08-21T17:35:15.153Z[ recovery-image] Aug 21 17:35:13.843 INFO O| Aug 21 17:35:13.843 INFO O| Planning: Consolidating action changes ... Done
43502026-08-21T17:35:15.153Z[ recovery-image] Aug 21 17:35:13.843 INFO O| Aug 21 17:35:13.843 INFO O| Planning: Evaluating mediators ... Done
43512026-08-21T17:35:15.153Z[ recovery-image] Aug 21 17:35:13.843 INFO O| Aug 21 17:35:13.843 INFO O| Planning: Planning completed in 0.00 seconds
43522026-08-21T17:35:15.153Z[ recovery-image] Aug 21 17:35:13.843 INFO O| Aug 21 17:35:13.843 INFO O| Variants/Facets to change: 1
43532026-08-21T17:35:15.167Z[ recovery-image] Aug 21 17:35:13.860 INFO O| Aug 21 17:35:13.860 INFO O| Finalize: Updating package state database ... Done
43542026-08-21T17:35:15.168Z[ recovery-image] Aug 21 17:35:13.860 INFO O| Aug 21 17:35:13.860 INFO O| Finalize: Updating package cache ... Done
43552026-08-21T17:35:15.238Z[ recovery-image] Aug 21 17:35:13.930 INFO O| Aug 21 17:35:13.930 INFO O| Finalize: Updating image state ... Done
43562026-08-21T17:35:15.254Z[ recovery-image] Aug 21 17:35:13.946 INFO O| Aug 21 17:35:13.946 INFO O| Finalize: Creating fast lookup database ... Done
43572026-08-21T17:35:15.257Z[ recovery-image] Aug 21 17:35:13.946 INFO O| Aug 21 17:35:13.946 INFO O| Finalize: Reading search index ... Done
43582026-08-21T17:35:15.257Z[ recovery-image] Aug 21 17:35:13.946 INFO O| Aug 21 17:35:13.946 INFO O| Finalize: Updating search index ... Done
43592026-08-21T17:35:15.257Z[ recovery-image] Aug 21 17:35:13.947 INFO O| Aug 21 17:35:13.947 INFO O| Finalize: Updating package cache ... Done
43602026-08-21T17:35:15.309Z[verify-libraries] Compiling termtree v0.5.1
43612026-08-21T17:35:15.362Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43622026-08-21T17:35:15.452Z[verify-libraries] Compiling reedline v0.40.0
43632026-08-21T17:35:15.486Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43642026-08-21T17:35:15.541Z[ recovery-image] Aug 21 17:35:14.233 INFO O| Aug 21 17:35:14.232 INFO STEP 9 (pkg_change_facet) COMPLETE
43652026-08-21T17:35:15.541Z[ recovery-image] Aug 21 17:35:14.233 INFO O| Aug 21 17:35:14.233 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43662026-08-21T17:35:15.557Z[verify-libraries] Compiling psm v0.1.30
43672026-08-21T17:35:15.592Z[verify-libraries] Compiling nix v0.28.0
43682026-08-21T17:35:15.623Z[verify-libraries] Compiling tabled v0.15.0
43692026-08-21T17:35:15.684Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43702026-08-21T17:35:15.734Z[verify-libraries] Compiling semver v0.1.20
43712026-08-21T17:35:15.759Z[verify-libraries] Compiling derive_more v2.1.1
43722026-08-21T17:35:15.763Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43732026-08-21T17:35:15.974Z[verify-libraries] Compiling crossterm v0.29.0
43742026-08-21T17:35:15.989Z[ recovery-image] Aug 21 17:35:14.679 INFO O| Aug 21 17:35:14.679 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
43752026-08-21T17:35:16.001Z[verify-libraries] Compiling phf_shared v0.12.1
43762026-08-21T17:35:16.021Z[ host-image] Aug 21 17:35:14.713 INFO O| Aug 21 17:35:14.713 INFO O| Download: Completed 222.83 MB in 8.94 seconds (24.9M/s)
43772026-08-21T17:35:16.136Z[verify-libraries] Compiling rustc_version v0.1.7
43782026-08-21T17:35:16.163Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43792026-08-21T17:35:16.199Z[verify-libraries] Compiling nibble_vec v0.1.0
43802026-08-21T17:35:16.302Z[verify-libraries] Compiling endian-type v0.1.2
43812026-08-21T17:35:16.332Z[verify-libraries] Compiling highway v1.3.0
43822026-08-21T17:35:16.394Z[verify-libraries] Compiling chrono-tz v0.10.4
43832026-08-21T17:35:16.416Z[verify-libraries] Compiling phf v0.12.1
43842026-08-21T17:35:16.440Z[verify-libraries] Compiling newtype_derive v0.1.6
43852026-08-21T17:35:16.483Z[verify-libraries] Compiling radix_trie v0.2.1
43862026-08-21T17:35:16.674Z[verify-libraries] Compiling hickory-resolver v0.24.4
43872026-08-21T17:35:16.717Z[verify-libraries] Compiling typify v0.6.2
43882026-08-21T17:35:16.720Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43892026-08-21T17:35:16.749Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43902026-08-21T17:35:16.795Z[ host-image] Aug 21 17:35:15.487 INFO O| Aug 21 17:35:15.487 INFO O| Actions: 1/54182 actions (Installing new actions)
43912026-08-21T17:35:16.872Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43922026-08-21T17:35:16.872Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43932026-08-21T17:35:16.932Z[verify-libraries] Compiling progenitor-impl v0.14.0
43942026-08-21T17:35:16.935Z[verify-libraries] Compiling recursive v0.1.1
43952026-08-21T17:35:17.118Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43962026-08-21T17:35:17.177Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43972026-08-21T17:35:17.381Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43982026-08-21T17:35:17.452Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43992026-08-21T17:35:17.776Z[verify-libraries] Compiling peg-macros v0.8.5
44002026-08-21T17:35:17.902Z[ recovery-image] Aug 21 17:35:16.594 INFO O| Aug 21 17:35:16.594 INFO O| Startup: Refreshing catalog 'helios' ... Done
44012026-08-21T17:35:18.147Z[verify-libraries] Compiling qorb v0.4.1
44022026-08-21T17:35:18.179Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
44032026-08-21T17:35:18.276Z[verify-libraries] Compiling sqlparser_derive v0.5.0
44042026-08-21T17:35:18.338Z[verify-libraries] Compiling csv-core v0.1.13
44052026-08-21T17:35:18.344Z[ recovery-image] Aug 21 17:35:17.036 INFO O| Aug 21 17:35:17.036 INFO O| Startup: Caching catalogs ... Done
44062026-08-21T17:35:18.362Z[ recovery-image] Aug 21 17:35:17.054 INFO O| Aug 21 17:35:17.054 INFO O| Planning: Planning completed in 0.00 seconds
44072026-08-21T17:35:18.368Z[ recovery-image] Aug 21 17:35:17.055 INFO O| Aug 21 17:35:17.055 INFO O| Planning: Consolidating action changes ... Done
44082026-08-21T17:35:18.368Z[ recovery-image] Aug 21 17:35:17.055 INFO O| Aug 21 17:35:17.055 INFO O| Planning: Evaluating mediators ... Done
44092026-08-21T17:35:18.368Z[ recovery-image] Aug 21 17:35:17.055 INFO O| Aug 21 17:35:17.055 INFO O| Planning: Planning completed in 0.00 seconds
44102026-08-21T17:35:18.368Z[ recovery-image] Aug 21 17:35:17.055 INFO O| Aug 21 17:35:17.055 INFO O| Variants/Facets to change: 1
44112026-08-21T17:35:18.382Z[ recovery-image] Aug 21 17:35:17.074 INFO O| Aug 21 17:35:17.074 INFO O| Finalize: Updating package state database ... Done
44122026-08-21T17:35:18.382Z[ recovery-image] Aug 21 17:35:17.074 INFO O| Aug 21 17:35:17.074 INFO O| Finalize: Updating package cache ... Done
44132026-08-21T17:35:18.389Z[verify-libraries] Compiling winnow v0.6.26
44142026-08-21T17:35:18.415Z[verify-libraries] Compiling unicode_categories v0.1.1
44152026-08-21T17:35:18.460Z[ recovery-image] Aug 21 17:35:17.151 INFO O| Aug 21 17:35:17.151 INFO O| Finalize: Updating image state ... Done
44162026-08-21T17:35:18.475Z[ recovery-image] Aug 21 17:35:17.166 INFO O| Aug 21 17:35:17.166 INFO O| Finalize: Creating fast lookup database ... Done
44172026-08-21T17:35:18.480Z[ recovery-image] Aug 21 17:35:17.167 INFO O| Aug 21 17:35:17.167 INFO O| Finalize: Reading search index ... Done
44182026-08-21T17:35:18.480Z[ recovery-image] Aug 21 17:35:17.167 INFO O| Aug 21 17:35:17.167 INFO O| Finalize: Updating search index ... Done
44192026-08-21T17:35:18.480Z[ recovery-image] Aug 21 17:35:17.168 INFO O| Aug 21 17:35:17.168 INFO O| Finalize: Updating package cache ... Done
44202026-08-21T17:35:18.696Z[verify-libraries] Compiling home v0.5.12
44212026-08-21T17:35:18.780Z[ recovery-image] Aug 21 17:35:17.469 INFO O| Aug 21 17:35:17.469 INFO STEP 10 (pkg_change_facet) COMPLETE
44222026-08-21T17:35:18.780Z[ recovery-image] Aug 21 17:35:17.469 INFO O| Aug 21 17:35:17.469 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44232026-08-21T17:35:18.787Z[ recovery-image] Aug 21 17:35:17.478 INFO O| Aug 21 17:35:17.478 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@23.0.0.0"]
44242026-08-21T17:35:18.796Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44252026-08-21T17:35:18.799Z[verify-libraries] Compiling csv v1.4.0
44262026-08-21T17:35:18.929Z[verify-libraries] Compiling rustyline v14.0.0
44272026-08-21T17:35:18.978Z[verify-libraries] Compiling const_format v0.2.35
44282026-08-21T17:35:19.141Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44292026-08-21T17:35:19.321Z[verify-libraries] Compiling sqlparser v0.61.0
44302026-08-21T17:35:19.395Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44312026-08-21T17:35:19.481Z[verify-libraries] Compiling peg v0.8.5
44322026-08-21T17:35:19.605Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44332026-08-21T17:35:19.644Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44342026-08-21T17:35:19.725Z[verify-libraries] Compiling bcs v0.1.6
44352026-08-21T17:35:19.786Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44362026-08-21T17:35:19.961Z[verify-libraries] Compiling progenitor-macro v0.14.0
44372026-08-21T17:35:20.019Z[verify-libraries] Compiling sqlformat v0.3.5
44382026-08-21T17:35:20.192Z[verify-libraries] Compiling nom v8.0.0
44392026-08-21T17:35:20.213Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44402026-08-21T17:35:20.216Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44412026-08-21T17:35:20.421Z[verify-libraries] Compiling steno v0.4.1
44422026-08-21T17:35:20.481Z[verify-libraries] Compiling sha1 v0.10.6
44432026-08-21T17:35:20.743Z[ recovery-image] Aug 21 17:35:19.435 INFO O| Aug 21 17:35:19.435 INFO O| Startup: Refreshing catalog 'helios' ... Done
44442026-08-21T17:35:20.822Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44452026-08-21T17:35:20.826Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44462026-08-21T17:35:20.905Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44472026-08-21T17:35:20.968Z[verify-libraries] Compiling tagptr v0.2.0
44482026-08-21T17:35:21.064Z[verify-libraries] Compiling utf-8 v0.7.6
44492026-08-21T17:35:21.166Z[verify-libraries] Compiling moka v0.12.13
44502026-08-21T17:35:21.214Z[ recovery-image] Aug 21 17:35:19.904 INFO O| Aug 21 17:35:19.904 INFO O| Startup: Caching catalogs ... Done
44512026-08-21T17:35:21.224Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44522026-08-21T17:35:21.296Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44532026-08-21T17:35:21.300Z[verify-libraries] Compiling tungstenite v0.21.0
44542026-08-21T17:35:21.368Z[verify-libraries] Compiling libefi-sys v0.1.0
44552026-08-21T17:35:21.396Z[verify-libraries] Compiling bitfield-struct v0.6.2
44562026-08-21T17:35:21.499Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44572026-08-21T17:35:21.550Z[verify-libraries] Compiling xshell-macros v0.2.7
44582026-08-21T17:35:21.769Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44592026-08-21T17:35:21.793Z[verify-libraries] Compiling libscf-sys v1.2.0
44602026-08-21T17:35:21.796Z[ host-image] Aug 21 17:35:20.487 INFO O| Aug 21 17:35:20.487 INFO O| Actions: 25472/54182 actions (Installing new actions)
44612026-08-21T17:35:21.892Z[verify-libraries] Compiling papergrid v0.18.0
44622026-08-21T17:35:22.027Z[verify-libraries] Compiling hickory-resolver v0.25.2
44632026-08-21T17:35:22.069Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44642026-08-21T17:35:22.100Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44652026-08-21T17:35:22.124Z[verify-libraries] Compiling xshell v0.2.7
44662026-08-21T17:35:22.240Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44672026-08-21T17:35:22.290Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44682026-08-21T17:35:22.428Z[verify-libraries] Compiling sha2 v0.11.0
44692026-08-21T17:35:22.502Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44702026-08-21T17:35:22.505Z[verify-libraries] Compiling subprocess v0.2.15
44712026-08-21T17:35:22.706Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44722026-08-21T17:35:22.771Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44732026-08-21T17:35:23.037Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44742026-08-21T17:35:23.101Z[verify-libraries] Compiling headers-core v0.3.0
44752026-08-21T17:35:23.311Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44762026-08-21T17:35:23.346Z[verify-libraries] Compiling tabled v0.21.0
44772026-08-21T17:35:23.429Z[verify-libraries] Compiling unicase v2.9.0
44782026-08-21T17:35:23.512Z[verify-libraries] Compiling headers v0.4.1
44792026-08-21T17:35:23.536Z[ recovery-image] Aug 21 17:35:22.228 INFO O| Aug 21 17:35:22.228 INFO O| Planning: Solver setup ... Done
44802026-08-21T17:35:23.620Z[verify-libraries] Compiling darling_core v0.21.3
44812026-08-21T17:35:23.716Z[verify-libraries] Compiling crc8 v0.1.1
44822026-08-21T17:35:23.745Z[ recovery-image] Aug 21 17:35:22.437 INFO O| Aug 21 17:35:22.437 INFO O| Planning: Running solver ... Done
44832026-08-21T17:35:23.792Z[ recovery-image] Aug 21 17:35:22.484 INFO O| Aug 21 17:35:22.484 INFO O| Planning: Finding local manifests ... Done
44842026-08-21T17:35:23.858Z[ recovery-image] Aug 21 17:35:22.550 INFO O| Aug 21 17:35:22.549 INFO O| Planning: Fetching manifests: 0/130 0% complete
44852026-08-21T17:35:23.997Z[ host-image] Aug 21 17:35:22.689 INFO O| Aug 21 17:35:22.689 INFO O| Actions: Completed 54182 actions in 7.20 seconds.
44862026-08-21T17:35:24.002Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44872026-08-21T17:35:24.047Z[verify-libraries] Compiling maplit v1.0.2
44882026-08-21T17:35:24.089Z[ host-image] Aug 21 17:35:22.780 INFO O| Aug 21 17:35:22.780 INFO O| Finalize: Updating package state database ... Done
44892026-08-21T17:35:24.090Z[ host-image] Aug 21 17:35:22.780 INFO O| Aug 21 17:35:22.780 INFO O| Finalize: Updating package cache ... Done
44902026-08-21T17:35:24.127Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44912026-08-21T17:35:24.205Z[ host-image] Aug 21 17:35:22.897 INFO O| Aug 21 17:35:22.897 INFO O| Finalize: Updating image state ... Done
44922026-08-21T17:35:24.305Z[verify-libraries] Compiling yasna v0.5.2
44932026-08-21T17:35:24.358Z[verify-libraries] Compiling vergen-lib v0.1.6
44942026-08-21T17:35:24.438Z[verify-libraries] Compiling diesel_derives v2.3.7
44952026-08-21T17:35:24.499Z[verify-libraries] Compiling port-file v0.1.0
44962026-08-21T17:35:24.713Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44972026-08-21T17:35:24.814Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44982026-08-21T17:35:24.817Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44992026-08-21T17:35:24.861Z[verify-libraries] Compiling rcgen v0.12.1
45002026-08-21T17:35:24.925Z[verify-libraries] Compiling half v1.8.3
45012026-08-21T17:35:25.069Z[verify-libraries] Compiling r2d2 v0.8.10
45022026-08-21T17:35:25.110Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45032026-08-21T17:35:25.175Z[ host-image] Aug 21 17:35:23.867 INFO O| Aug 21 17:35:23.862 INFO O| Finalize: Creating fast lookup database ... Done
45042026-08-21T17:35:25.214Z[ host-image] Aug 21 17:35:23.903 INFO O| Aug 21 17:35:23.902 INFO O| Finalize: Reading search index ... Done
45052026-08-21T17:35:25.253Z[verify-libraries] Compiling serde_cbor v0.11.2
45062026-08-21T17:35:25.354Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45072026-08-21T17:35:25.441Z[verify-libraries] Compiling progenitor v0.14.0
45082026-08-21T17:35:25.527Z[verify-libraries] Compiling crunchy v0.2.4
45092026-08-21T17:35:25.631Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45102026-08-21T17:35:25.669Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45112026-08-21T17:35:25.776Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45122026-08-21T17:35:25.811Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45132026-08-21T17:35:25.918Z[verify-libraries] Compiling cpubits v0.1.1
45142026-08-21T17:35:25.976Z[verify-libraries] Compiling downcast-rs v2.0.2
45152026-08-21T17:35:26.087Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45162026-08-21T17:35:26.114Z[verify-libraries] Compiling dirs-next v2.0.0
45172026-08-21T17:35:26.138Z[verify-libraries] Compiling clang-sys v1.8.1
45182026-08-21T17:35:26.285Z[verify-libraries] Compiling tiny-keccak v2.0.2
45192026-08-21T17:35:26.333Z[verify-libraries] Compiling term v0.7.0
45202026-08-21T17:35:26.376Z[verify-libraries] Compiling darling_macro v0.21.3
45212026-08-21T17:35:26.460Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45222026-08-21T17:35:26.597Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45232026-08-21T17:35:26.624Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45242026-08-21T17:35:26.673Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45252026-08-21T17:35:26.698Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45262026-08-21T17:35:26.835Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45272026-08-21T17:35:26.875Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45282026-08-21T17:35:26.911Z[ recovery-image] Aug 21 17:35:25.601 INFO O| Aug 21 17:35:25.599 INFO O| Planning: Fetching manifests: 130/130 100% complete
45292026-08-21T17:35:26.968Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45302026-08-21T17:35:27.056Z[verify-libraries] Compiling darling v0.21.3
45312026-08-21T17:35:27.116Z[verify-libraries] Compiling bit-vec v0.6.3
45322026-08-21T17:35:27.119Z[verify-libraries] Compiling diff v0.1.13
45332026-08-21T17:35:27.167Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45342026-08-21T17:35:27.208Z[verify-libraries] Compiling ascii-canvas v3.0.0
45352026-08-21T17:35:27.412Z[verify-libraries] Compiling bit-set v0.5.3
45362026-08-21T17:35:27.416Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45372026-08-21T17:35:27.416Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45382026-08-21T17:35:27.425Z[ recovery-image] Aug 21 17:35:26.117 INFO O| Aug 21 17:35:26.117 INFO O| Planning: Package planning ... Done
45392026-08-21T17:35:27.485Z[verify-libraries] Compiling itertools v0.10.5
45402026-08-21T17:35:27.485Z[verify-libraries] Compiling libloading v0.8.9
45412026-08-21T17:35:27.664Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45422026-08-21T17:35:27.732Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45432026-08-21T17:35:27.736Z[ recovery-image] Aug 21 17:35:26.428 INFO O| Aug 21 17:35:26.428 INFO O| Planning: Merging actions ... Done
45442026-08-21T17:35:27.767Z[verify-libraries] Compiling ena v0.14.4
45452026-08-21T17:35:27.805Z[ recovery-image] Aug 21 17:35:26.497 INFO O| Aug 21 17:35:26.497 INFO O| Planning: Checking for conflicting actions ... Done
45462026-08-21T17:35:27.816Z[verify-libraries] Compiling regex-syntax v0.6.29
45472026-08-21T17:35:27.819Z[verify-libraries] Compiling bindgen v0.71.1
45482026-08-21T17:35:27.861Z[ recovery-image] Aug 21 17:35:26.553 INFO O| Aug 21 17:35:26.553 INFO O| Planning: Consolidating action changes ... Done
45492026-08-21T17:35:27.962Z[ host-image] Aug 21 17:35:26.653 INFO O| Aug 21 17:35:26.653 INFO O| Finalize: Building new search index ... Done
45502026-08-21T17:35:27.998Z[ recovery-image] Aug 21 17:35:26.689 INFO O| Aug 21 17:35:26.689 INFO O| Planning: Evaluating mediators ... Done
45512026-08-21T17:35:28.176Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45522026-08-21T17:35:28.290Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45532026-08-21T17:35:28.394Z[verify-libraries] Compiling cexpr v0.6.0
45542026-08-21T17:35:28.397Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45552026-08-21T17:35:28.421Z[verify-libraries] Compiling rustc-hash v2.1.1
45562026-08-21T17:35:28.438Z[ host-image] Aug 21 17:35:27.129 INFO O| Aug 21 17:35:27.129 INFO O| Finalize: Updating package cache ... Done
45572026-08-21T17:35:28.463Z[verify-libraries] Compiling rfc6979 v0.4.0
45582026-08-21T17:35:28.607Z[verify-libraries] Compiling libxml v0.3.3
45592026-08-21T17:35:28.666Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45602026-08-21T17:35:28.735Z[verify-libraries] Compiling ecdsa v0.16.9
45612026-08-21T17:35:28.768Z[ host-image] Aug 21 17:35:27.460 INFO O| Aug 21 17:35:27.460 INFO STEP 11 (pkg_install) COMPLETE
45622026-08-21T17:35:28.768Z[ host-image] Aug 21 17:35:27.460 INFO O| Aug 21 17:35:27.460 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45632026-08-21T17:35:28.778Z[ host-image] Aug 21 17:35:27.470 INFO O| Aug 21 17:35:27.470 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"]
45642026-08-21T17:35:28.805Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45652026-08-21T17:35:29.069Z[verify-libraries] Compiling strum_macros v0.24.3
45662026-08-21T17:35:29.073Z[verify-libraries] Compiling primeorder v0.13.6
45672026-08-21T17:35:29.131Z[verify-libraries] Compiling hashbrown v0.14.5
45682026-08-21T17:35:29.256Z[verify-libraries] Compiling lalrpop v0.19.12
45692026-08-21T17:35:29.306Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45702026-08-21T17:35:29.310Z[verify-libraries] Compiling hmac v0.13.0
45712026-08-21T17:35:29.310Z[verify-libraries] Compiling universal-hash v0.6.1
45722026-08-21T17:35:29.401Z[ recovery-image] Aug 21 17:35:28.093 INFO O| Aug 21 17:35:28.093 INFO O| Planning: Planning completed in 8.17 seconds
45732026-08-21T17:35:29.404Z[ recovery-image] Aug 21 17:35:28.095 INFO O| Aug 21 17:35:28.095 INFO O| Packages to install: 130
45742026-08-21T17:35:29.404Z[ recovery-image] Aug 21 17:35:28.095 INFO O| Aug 21 17:35:28.095 INFO O| Mediators to change: 5
45752026-08-21T17:35:29.404Z[ recovery-image] Aug 21 17:35:28.095 INFO O| Aug 21 17:35:28.095 INFO O| Services to change: 5
45762026-08-21T17:35:29.419Z[verify-libraries] Compiling fxhash v0.2.1
45772026-08-21T17:35:29.431Z[ recovery-image] Aug 21 17:35:28.124 INFO O| Aug 21 17:35:28.124 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
45782026-08-21T17:35:29.514Z[verify-libraries] Compiling salty v0.3.0
45792026-08-21T17:35:29.639Z[verify-libraries] Compiling indoc v1.0.9
45802026-08-21T17:35:29.690Z[verify-libraries] Compiling knus-derive v3.4.0
45812026-08-21T17:35:29.776Z[verify-libraries] Compiling chumsky v0.9.3
45822026-08-21T17:35:29.908Z[verify-libraries] Compiling p384 v0.13.1
45832026-08-21T17:35:29.936Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45842026-08-21T17:35:30.003Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45852026-08-21T17:35:30.394Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45862026-08-21T17:35:30.527Z[verify-libraries] Compiling progenitor-impl v0.13.0
45872026-08-21T17:35:30.558Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45882026-08-21T17:35:30.852Z[verify-libraries] Compiling oso-derive v0.27.3
45892026-08-21T17:35:31.254Z[verify-libraries] Compiling quick-xml v0.37.5
45902026-08-21T17:35:31.435Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45912026-08-21T17:35:31.539Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45922026-08-21T17:35:31.615Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45932026-08-21T17:35:32.626Z[ host-image] Aug 21 17:35:31.316 INFO O| Aug 21 17:35:31.316 INFO O| Startup: Refreshing catalog 'helios' ... Done
45942026-08-21T17:35:32.673Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45952026-08-21T17:35:33.192Z[ host-image] Aug 21 17:35:31.868 INFO O| Aug 21 17:35:31.867 INFO O| Startup: Caching catalogs ... Done
45962026-08-21T17:35:33.217Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45972026-08-21T17:35:33.509Z[verify-libraries] Compiling openssl-probe v0.1.6
45982026-08-21T17:35:33.725Z[ host-image] Aug 21 17:35:32.416 INFO O| Aug 21 17:35:32.416 INFO O| Planning: Solver setup ... Done
45992026-08-21T17:35:33.729Z[ host-image] Aug 21 17:35:32.421 INFO O| Aug 21 17:35:32.421 INFO O| Planning: Running solver ... Done
46002026-08-21T17:35:33.746Z[ host-image] Aug 21 17:35:32.438 INFO O| Aug 21 17:35:32.438 INFO O| Planning: Finding local manifests ... Done
46012026-08-21T17:35:33.783Z[ host-image] Aug 21 17:35:32.475 INFO O| Aug 21 17:35:32.475 INFO O| Planning: Fetching manifests: 0/6 0% complete
46022026-08-21T17:35:33.833Z[verify-libraries] Compiling knus v3.4.0
46032026-08-21T17:35:33.861Z[ host-image] Aug 21 17:35:32.553 INFO O| Aug 21 17:35:32.553 INFO O| Planning: Fetching manifests: 6/6 100% complete
46042026-08-21T17:35:33.881Z[ host-image] Aug 21 17:35:32.573 INFO O| Aug 21 17:35:32.573 INFO O| Planning: Package planning ... Done
46052026-08-21T17:35:33.885Z[ host-image] Aug 21 17:35:32.575 INFO O| Aug 21 17:35:32.575 INFO O| Planning: Merging actions ... Done
46062026-08-21T17:35:33.896Z[verify-libraries] Compiling progenitor-macro v0.13.0
46072026-08-21T17:35:33.938Z[verify-libraries] Compiling diesel v2.3.7
46082026-08-21T17:35:34.052Z[ host-image] Aug 21 17:35:32.744 INFO O| Aug 21 17:35:32.744 INFO O| Planning: Checking for conflicting actions ... Done
46092026-08-21T17:35:34.055Z[ host-image] Aug 21 17:35:32.745 INFO O| Aug 21 17:35:32.745 INFO O| Planning: Consolidating action changes ... Done
46102026-08-21T17:35:34.195Z[ host-image] Aug 21 17:35:32.883 INFO O| Aug 21 17:35:32.883 INFO O| Planning: Evaluating mediators ... Done
46112026-08-21T17:35:34.205Z[ host-image] Aug 21 17:35:32.884 INFO O| Aug 21 17:35:32.884 INFO O| Planning: Planning completed in 1.00 seconds
46122026-08-21T17:35:34.206Z[ host-image] Aug 21 17:35:32.884 INFO O| Aug 21 17:35:32.884 INFO O| Packages to install: 6
46132026-08-21T17:35:34.206Z[ host-image] Aug 21 17:35:32.884 INFO O| Aug 21 17:35:32.884 INFO O| Services to change: 2
46142026-08-21T17:35:34.206Z[ host-image] Aug 21 17:35:32.895 INFO O| Aug 21 17:35:32.895 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
46152026-08-21T17:35:34.402Z[ host-image] Aug 21 17:35:33.094 INFO O| Aug 21 17:35:33.094 INFO O| Download: Completed 1.75 MB in 0.20 seconds (8.8M/s)
46162026-08-21T17:35:34.431Z[ host-image] Aug 21 17:35:33.123 INFO O| Aug 21 17:35:33.123 INFO O| Actions: 1/390 actions (Installing new actions)
46172026-08-21T17:35:34.461Z[ recovery-image] Aug 21 17:35:33.153 INFO O| Aug 21 17:35:33.153 INFO O| Download: 8546/16682 items 87.9/200.0MB 43% complete (19.0M/s)
46182026-08-21T17:35:34.473Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
46192026-08-21T17:35:34.677Z[ host-image] Aug 21 17:35:33.369 INFO O| Aug 21 17:35:33.369 INFO O| Actions: Completed 390 actions in 0.25 seconds.
46202026-08-21T17:35:34.720Z[ host-image] Aug 21 17:35:33.412 INFO O| Aug 21 17:35:33.412 INFO O| Finalize: Updating package state database ... Done
46212026-08-21T17:35:34.720Z[ host-image] Aug 21 17:35:33.412 INFO O| Aug 21 17:35:33.412 INFO O| Finalize: Updating package cache ... Done
46222026-08-21T17:35:34.819Z[ host-image] Aug 21 17:35:33.502 INFO O| Aug 21 17:35:33.502 INFO O| Finalize: Updating image state ... Done
46232026-08-21T17:35:34.828Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46242026-08-21T17:35:34.853Z[verify-libraries] Compiling polyval v0.7.1
46252026-08-21T17:35:35.153Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46262026-08-21T17:35:35.227Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46272026-08-21T17:35:35.400Z[verify-libraries] Compiling der v0.8.0
46282026-08-21T17:35:35.760Z[ host-image] Aug 21 17:35:34.452 INFO O| Aug 21 17:35:34.451 INFO O| Finalize: Creating fast lookup database ... Done
46292026-08-21T17:35:35.785Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46302026-08-21T17:35:35.794Z[ host-image] Aug 21 17:35:34.486 INFO O| Aug 21 17:35:34.480 INFO O| Finalize: Reading search index ... Done
46312026-08-21T17:35:35.794Z[ host-image] Aug 21 17:35:34.486 INFO O| Aug 21 17:35:34.481 INFO O| Finalize: Updating search index ... Done
46322026-08-21T17:35:35.825Z[ host-image] Aug 21 17:35:34.516 INFO O| Aug 21 17:35:34.514 INFO O| Finalize: Updating package cache ... Done
46332026-08-21T17:35:35.981Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46342026-08-21T17:35:36.120Z[ host-image] Aug 21 17:35:34.812 INFO O| Aug 21 17:35:34.812 INFO STEP 12 (pkg_install) COMPLETE
46352026-08-21T17:35:36.120Z[ host-image] Aug 21 17:35:34.812 INFO O| Aug 21 17:35:34.812 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46362026-08-21T17:35:36.130Z[ host-image] Aug 21 17:35:34.822 INFO O| Aug 21 17:35:34.822 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46372026-08-21T17:35:36.145Z[verify-libraries] Compiling progenitor-client v0.13.0
46382026-08-21T17:35:36.722Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46392026-08-21T17:35:36.749Z[verify-libraries] Compiling git-stub v1.0.0
46402026-08-21T17:35:36.878Z[verify-libraries] Compiling kstat-rs v0.2.5
46412026-08-21T17:35:36.949Z[verify-libraries] Compiling trait-variant v0.1.2
46422026-08-21T17:35:37.173Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46432026-08-21T17:35:37.269Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46442026-08-21T17:35:37.584Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46452026-08-21T17:35:37.624Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46462026-08-21T17:35:37.653Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46472026-08-21T17:35:37.678Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46482026-08-21T17:35:38.111Z[verify-libraries] Compiling ghash v0.6.0
46492026-08-21T17:35:38.148Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46502026-08-21T17:35:38.173Z[verify-libraries] Compiling pbkdf2 v0.13.0
46512026-08-21T17:35:38.211Z[verify-libraries] Compiling aes v0.9.1
46522026-08-21T17:35:38.237Z[verify-libraries] Compiling crypto-bigint v0.7.5
46532026-08-21T17:35:38.320Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46542026-08-21T17:35:38.366Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46552026-08-21T17:35:38.423Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46562026-08-21T17:35:38.494Z[ host-image] Aug 21 17:35:37.186 INFO O| Aug 21 17:35:37.186 INFO O| Startup: Refreshing catalog 'helios' ... Done
46572026-08-21T17:35:38.504Z[ recovery-image] Aug 21 17:35:37.196 INFO O| Aug 21 17:35:37.196 INFO O| Download: Completed 200.00 MB in 9.07 seconds (22.0M/s)
46582026-08-21T17:35:38.623Z[verify-libraries] Compiling ctr v0.10.1
46592026-08-21T17:35:38.708Z[verify-libraries] Compiling aead v0.6.1
46602026-08-21T17:35:38.824Z[ recovery-image] Aug 21 17:35:37.516 INFO O| Aug 21 17:35:37.516 INFO O| Actions: 1/27580 actions (Installing new actions)
46612026-08-21T17:35:38.958Z[verify-libraries] Compiling bb8 v0.8.6
46622026-08-21T17:35:38.963Z[ host-image] Aug 21 17:35:37.652 INFO O| Aug 21 17:35:37.652 INFO O| Startup: Caching catalogs ... Done
46632026-08-21T17:35:39.040Z[verify-libraries] Compiling parking_lot_core v0.8.6
46642026-08-21T17:35:39.339Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46652026-08-21T17:35:39.375Z[ host-image] Aug 21 17:35:38.067 INFO O| Aug 21 17:35:38.067 INFO O| Planning: Solver setup ... Done
46662026-08-21T17:35:39.384Z[ host-image] Aug 21 17:35:38.073 INFO O| Aug 21 17:35:38.073 INFO O| Planning: Running solver ... Done
46672026-08-21T17:35:39.397Z[ host-image] Aug 21 17:35:38.089 INFO O| Aug 21 17:35:38.089 INFO O| Planning: Finding local manifests ... Done
46682026-08-21T17:35:39.405Z[verify-libraries] Compiling aes-gcm v0.11.0
46692026-08-21T17:35:39.415Z[ host-image] Aug 21 17:35:38.106 INFO O| Aug 21 17:35:38.105 INFO O| Planning: Fetching manifests: 0/6 0% complete
46702026-08-21T17:35:39.472Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46712026-08-21T17:35:39.524Z[verify-libraries] Compiling progenitor v0.13.0
46722026-08-21T17:35:39.533Z[ host-image] Aug 21 17:35:38.225 INFO O| Aug 21 17:35:38.225 INFO O| Planning: Fetching manifests: 6/6 100% complete
46732026-08-21T17:35:39.560Z[ host-image] Aug 21 17:35:38.251 INFO O| Aug 21 17:35:38.251 INFO O| Planning: Package planning ... Done
46742026-08-21T17:35:39.569Z[ host-image] Aug 21 17:35:38.260 INFO O| Aug 21 17:35:38.260 INFO O| Planning: Merging actions ... Done
46752026-08-21T17:35:39.662Z[verify-libraries] Compiling spki v0.8.0
46762026-08-21T17:35:39.722Z[verify-libraries] Compiling mime_guess v2.0.5
46772026-08-21T17:35:39.729Z[ host-image] Aug 21 17:35:38.421 INFO O| Aug 21 17:35:38.421 INFO O| Planning: Checking for conflicting actions ... Done
46782026-08-21T17:35:39.732Z[ host-image] Aug 21 17:35:38.424 INFO O| Aug 21 17:35:38.424 INFO O| Planning: Consolidating action changes ... Done
46792026-08-21T17:35:39.864Z[ host-image] Aug 21 17:35:38.556 INFO O| Aug 21 17:35:38.556 INFO O| Planning: Evaluating mediators ... Done
46802026-08-21T17:35:39.868Z[ host-image] Aug 21 17:35:38.559 INFO O| Aug 21 17:35:38.559 INFO O| Planning: Planning completed in 0.89 seconds
46812026-08-21T17:35:39.868Z[ host-image] Aug 21 17:35:38.559 INFO O| Aug 21 17:35:38.559 INFO O| Packages to install: 6
46822026-08-21T17:35:39.868Z[ host-image] Aug 21 17:35:38.559 INFO O| Aug 21 17:35:38.559 INFO O| Mediators to change: 1
46832026-08-21T17:35:39.868Z[ host-image] Aug 21 17:35:38.559 INFO O| Aug 21 17:35:38.559 INFO O| Services to change: 1
46842026-08-21T17:35:39.879Z[ host-image] Aug 21 17:35:38.571 INFO O| Aug 21 17:35:38.571 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
46852026-08-21T17:35:39.882Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46862026-08-21T17:35:39.933Z[verify-libraries] Compiling salsa20 v0.11.0
46872026-08-21T17:35:39.983Z[verify-libraries] Compiling nanorand v0.7.0
46882026-08-21T17:35:40.153Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46892026-08-21T17:35:40.322Z[verify-libraries] Compiling flume v0.11.1
46902026-08-21T17:35:40.353Z[verify-libraries] Compiling scrypt v0.12.0
46912026-08-21T17:35:40.386Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46922026-08-21T17:35:40.420Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46932026-08-21T17:35:40.557Z[verify-libraries] Compiling cbc v0.2.1
46942026-08-21T17:35:40.569Z[ host-image] Aug 21 17:35:39.262 INFO O| Aug 21 17:35:39.262 INFO O| Download: Completed 7.84 MB in 0.69 seconds (11.3M/s)
46952026-08-21T17:35:40.692Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
46962026-08-21T17:35:40.843Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46972026-08-21T17:35:40.846Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46982026-08-21T17:35:40.904Z[verify-libraries] Compiling corncobs v0.1.4
46992026-08-21T17:35:41.009Z[verify-libraries] Compiling nonempty v0.12.0
47002026-08-21T17:35:41.060Z[ host-image] Aug 21 17:35:39.752 INFO O| Aug 21 17:35:39.752 INFO O| Actions: 1/1366 actions (Installing new actions)
47012026-08-21T17:35:41.063Z[verify-libraries] Compiling http-range v0.1.5
47022026-08-21T17:35:41.170Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47032026-08-21T17:35:41.307Z[ host-image] Aug 21 17:35:39.999 INFO O| Aug 21 17:35:39.999 INFO O| Actions: Completed 1366 actions in 0.24 seconds.
47042026-08-21T17:35:41.329Z[verify-libraries] Compiling pkcs5 v0.8.1
47052026-08-21T17:35:41.352Z[ host-image] Aug 21 17:35:40.035 INFO O| Aug 21 17:35:40.035 INFO O| Finalize: Updating package state database ... Done
47062026-08-21T17:35:41.352Z[ host-image] Aug 21 17:35:40.035 INFO O| Aug 21 17:35:40.035 INFO O| Finalize: Updating package cache ... Done
47072026-08-21T17:35:41.358Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
47082026-08-21T17:35:41.387Z[verify-libraries] Compiling parking_lot v0.11.2
47092026-08-21T17:35:41.430Z[ host-image] Aug 21 17:35:40.122 INFO O| Aug 21 17:35:40.122 INFO O| Finalize: Updating image state ... Done
47102026-08-21T17:35:41.652Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
47112026-08-21T17:35:41.717Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47122026-08-21T17:35:41.871Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
47132026-08-21T17:35:41.911Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
47142026-08-21T17:35:42.088Z[verify-libraries] Compiling digest-io v0.1.0
47152026-08-21T17:35:42.314Z[verify-libraries] Compiling prefix-trie v0.7.0
47162026-08-21T17:35:42.358Z[verify-libraries] Compiling secrecy v0.8.0
47172026-08-21T17:35:42.465Z[ host-image] Aug 21 17:35:41.157 INFO O| Aug 21 17:35:41.157 INFO O| Finalize: Creating fast lookup database ... Done
47182026-08-21T17:35:42.493Z[ host-image] Aug 21 17:35:41.185 INFO O| Aug 21 17:35:41.185 INFO O| Finalize: Reading search index ... Done
47192026-08-21T17:35:42.498Z[ host-image] Aug 21 17:35:41.185 INFO O| Aug 21 17:35:41.185 INFO O| Finalize: Updating search index ... Done
47202026-08-21T17:35:42.527Z[ host-image] Aug 21 17:35:41.219 INFO O| Aug 21 17:35:41.219 INFO O| Finalize: Updating package cache ... Done
47212026-08-21T17:35:42.644Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
47222026-08-21T17:35:42.684Z[verify-libraries] Compiling rawzip v0.4.4
47232026-08-21T17:35:42.751Z[verify-libraries] Compiling hickory-server v0.25.2
47242026-08-21T17:35:42.815Z[ host-image] Aug 21 17:35:41.507 INFO O| Aug 21 17:35:41.507 INFO STEP 13 (pkg_install) COMPLETE
47252026-08-21T17:35:42.815Z[ host-image] Aug 21 17:35:41.507 INFO O| Aug 21 17:35:41.507 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47262026-08-21T17:35:42.825Z[ host-image] Aug 21 17:35:41.517 INFO O| Aug 21 17:35:41.517 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
47272026-08-21T17:35:43.194Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47282026-08-21T17:35:43.263Z[verify-libraries] Compiling pkcs8 v0.11.0
47292026-08-21T17:35:43.306Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47302026-08-21T17:35:43.535Z[verify-libraries] Compiling sled v0.34.7
47312026-08-21T17:35:43.761Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47322026-08-21T17:35:43.824Z[ recovery-image] Aug 21 17:35:42.516 INFO O| Aug 21 17:35:42.516 INFO O| Actions: 23756/27580 actions (Installing new actions)
47332026-08-21T17:35:43.993Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47342026-08-21T17:35:44.025Z[verify-libraries] Compiling ignore v0.4.25
47352026-08-21T17:35:44.096Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47362026-08-21T17:35:44.356Z[verify-libraries] Compiling anstyle-parse v0.2.7
47372026-08-21T17:35:44.516Z[verify-libraries] Compiling ff v0.14.0
47382026-08-21T17:35:44.562Z[ recovery-image] Aug 21 17:35:43.254 INFO O| Aug 21 17:35:43.254 INFO O| Actions: Completed 27580 actions in 5.74 seconds.
47392026-08-21T17:35:44.638Z[ recovery-image] Aug 21 17:35:43.330 INFO O| Aug 21 17:35:43.329 INFO O| Finalize: Updating package state database ... Done
47402026-08-21T17:35:44.638Z[ recovery-image] Aug 21 17:35:43.330 INFO O| Aug 21 17:35:43.329 INFO O| Finalize: Updating package cache ... Done
47412026-08-21T17:35:44.666Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
47422026-08-21T17:35:44.762Z[ recovery-image] Aug 21 17:35:43.454 INFO O| Aug 21 17:35:43.454 INFO O| Finalize: Updating image state ... Done
47432026-08-21T17:35:44.781Z[verify-libraries] Compiling anstream v0.6.21
47442026-08-21T17:35:44.851Z[verify-libraries] Compiling globwalk v0.9.1
47452026-08-21T17:35:45.055Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47462026-08-21T17:35:45.170Z[verify-libraries] Compiling predicates-tree v1.0.13
47472026-08-21T17:35:45.209Z[verify-libraries] Compiling libz-sys v1.1.24
47482026-08-21T17:35:45.262Z[verify-libraries] Compiling rand_seeder v0.4.0
47492026-08-21T17:35:45.422Z[ host-image] Aug 21 17:35:44.115 INFO O| Aug 21 17:35:44.115 INFO O| Startup: Refreshing catalog 'helios' ... Done
47502026-08-21T17:35:45.570Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47512026-08-21T17:35:45.606Z[ recovery-image] Aug 21 17:35:44.299 INFO O| Aug 21 17:35:44.298 INFO O| Finalize: Creating fast lookup database ... Done
47522026-08-21T17:35:45.624Z[ recovery-image] Aug 21 17:35:44.316 INFO O| Aug 21 17:35:44.316 INFO O| Finalize: Reading search index ... Done
47532026-08-21T17:35:45.723Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47542026-08-21T17:35:45.852Z[ host-image] Aug 21 17:35:44.544 INFO O| Aug 21 17:35:44.544 INFO O| Startup: Caching catalogs ... Done
47552026-08-21T17:35:45.877Z[verify-libraries] Compiling group v0.14.0
47562026-08-21T17:35:46.024Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47572026-08-21T17:35:46.092Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47582026-08-21T17:35:46.163Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47592026-08-21T17:35:46.300Z[ host-image] Aug 21 17:35:44.993 INFO O| Aug 21 17:35:44.993 INFO O| Planning: Solver setup ... Done
47602026-08-21T17:35:46.306Z[ host-image] Aug 21 17:35:44.998 INFO O| Aug 21 17:35:44.998 INFO O| Planning: Running solver ... Done
47612026-08-21T17:35:46.321Z[ host-image] Aug 21 17:35:45.013 INFO O| Aug 21 17:35:45.013 INFO O| Planning: Finding local manifests ... Done
47622026-08-21T17:35:46.349Z[verify-libraries] Compiling signature v3.0.0
47632026-08-21T17:35:46.358Z[ host-image] Aug 21 17:35:45.050 INFO O| Aug 21 17:35:45.050 INFO O| Planning: Fetching manifests: 0/1 0% complete
47642026-08-21T17:35:46.379Z[ host-image] Aug 21 17:35:45.071 INFO O| Aug 21 17:35:45.071 INFO O| Planning: Fetching manifests: 1/1 100% complete
47652026-08-21T17:35:46.389Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47662026-08-21T17:35:46.398Z[ host-image] Aug 21 17:35:45.090 INFO O| Aug 21 17:35:45.090 INFO O| Planning: Package planning ... Done
47672026-08-21T17:35:46.398Z[ host-image] Aug 21 17:35:45.090 INFO O| Aug 21 17:35:45.090 INFO O| Planning: Merging actions ... Done
47682026-08-21T17:35:46.449Z[verify-libraries] Compiling base16ct v1.0.0
47692026-08-21T17:35:46.538Z[ host-image] Aug 21 17:35:45.230 INFO O| Aug 21 17:35:45.230 INFO O| Planning: Checking for conflicting actions ... Done
47702026-08-21T17:35:46.541Z[ host-image] Aug 21 17:35:45.231 INFO O| Aug 21 17:35:45.230 INFO O| Planning: Consolidating action changes ... Done
47712026-08-21T17:35:46.661Z[verify-libraries] Compiling instability v0.3.11
47722026-08-21T17:35:46.672Z[ host-image] Aug 21 17:35:45.364 INFO O| Aug 21 17:35:45.364 INFO O| Planning: Evaluating mediators ... Done
47732026-08-21T17:35:46.682Z[ host-image] Aug 21 17:35:45.364 INFO O| Aug 21 17:35:45.364 INFO O| Planning: Planning completed in 0.81 seconds
47742026-08-21T17:35:46.682Z[ host-image] Aug 21 17:35:45.364 INFO O| Aug 21 17:35:45.364 INFO O| Packages to install: 1
47752026-08-21T17:35:46.687Z[ host-image] Aug 21 17:35:45.375 INFO O| Aug 21 17:35:45.375 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
47762026-08-21T17:35:46.714Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47772026-08-21T17:35:46.752Z[verify-libraries] Compiling sec1 v0.8.1
47782026-08-21T17:35:46.919Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47792026-08-21T17:35:46.947Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47802026-08-21T17:35:47.048Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47812026-08-21T17:35:47.177Z[ host-image] Aug 21 17:35:45.869 INFO O| Aug 21 17:35:45.869 INFO O| Download: Completed 13.27 MB in 0.49 seconds (26.9M/s)
47822026-08-21T17:35:47.200Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47832026-08-21T17:35:47.203Z[ host-image] Aug 21 17:35:45.895 INFO O| Aug 21 17:35:45.895 INFO O| Actions: 1/22 actions (Installing new actions)
47842026-08-21T17:35:47.232Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47852026-08-21T17:35:47.256Z[verify-libraries] Compiling hkdf v0.13.0
47862026-08-21T17:35:47.259Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47872026-08-21T17:35:47.337Z[ recovery-image] Aug 21 17:35:46.029 INFO O| Aug 21 17:35:46.029 INFO O| Finalize: Building new search index ... Done
47882026-08-21T17:35:47.374Z[verify-libraries] Compiling scuffle v0.1.0
47892026-08-21T17:35:47.448Z[ host-image] Aug 21 17:35:46.140 INFO O| Aug 21 17:35:46.139 INFO O| Actions: Completed 22 actions in 0.24 seconds.
47902026-08-21T17:35:47.570Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47912026-08-21T17:35:47.583Z[ host-image] Aug 21 17:35:46.275 INFO O| Aug 21 17:35:46.275 INFO O| Finalize: Updating package state database ... Done
47922026-08-21T17:35:47.583Z[ host-image] Aug 21 17:35:46.275 INFO O| Aug 21 17:35:46.275 INFO O| Finalize: Updating package cache ... Done
47932026-08-21T17:35:47.602Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47942026-08-21T17:35:47.689Z[ host-image] Aug 21 17:35:46.381 INFO O| Aug 21 17:35:46.381 INFO O| Finalize: Updating image state ... Done
47952026-08-21T17:35:47.773Z[ recovery-image] Aug 21 17:35:46.465 INFO O| Aug 21 17:35:46.465 INFO O| Finalize: Updating package cache ... Done
47962026-08-21T17:35:47.885Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47972026-08-21T17:35:48.004Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47982026-08-21T17:35:48.089Z[ recovery-image] Aug 21 17:35:46.781 INFO O| Aug 21 17:35:46.781 INFO STEP 11 (pkg_install) COMPLETE
47992026-08-21T17:35:48.089Z[ recovery-image] Aug 21 17:35:46.781 INFO O| Aug 21 17:35:46.781 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48002026-08-21T17:35:48.092Z[ recovery-image] Aug 21 17:35:46.781 INFO O| Aug 21 17:35:46.781 INFO skip step because feature "recovery" is enabled
48012026-08-21T17:35:48.092Z[ recovery-image] Aug 21 17:35:46.781 INFO O| Aug 21 17:35:46.781 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48022026-08-21T17:35:48.092Z[ recovery-image] Aug 21 17:35:46.781 INFO O| Aug 21 17:35:46.781 INFO skip step because feature "omicron1" is not enabled
48032026-08-21T17:35:48.092Z[ recovery-image] Aug 21 17:35:46.781 INFO O| Aug 21 17:35:46.781 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48042026-08-21T17:35:48.099Z[ recovery-image] Aug 21 17:35:46.791 INFO O| Aug 21 17:35:46.791 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48052026-08-21T17:35:48.287Z[verify-libraries] Compiling castaway v0.2.4
48062026-08-21T17:35:48.381Z[verify-libraries] Compiling indoc v2.0.7
48072026-08-21T17:35:48.494Z[verify-libraries] Compiling compact_str v0.8.1
48082026-08-21T17:35:48.666Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
48092026-08-21T17:35:48.767Z[ host-image] Aug 21 17:35:47.457 INFO O| Aug 21 17:35:47.457 INFO O| Finalize: Creating fast lookup database ... Done
48102026-08-21T17:35:48.794Z[ host-image] Aug 21 17:35:47.485 INFO O| Aug 21 17:35:47.485 INFO O| Finalize: Reading search index ... Done
48112026-08-21T17:35:48.794Z[ host-image] Aug 21 17:35:47.485 INFO O| Aug 21 17:35:47.485 INFO O| Finalize: Updating search index ... Done
48122026-08-21T17:35:48.797Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
48132026-08-21T17:35:48.803Z[ host-image] Aug 21 17:35:47.496 INFO O| Aug 21 17:35:47.496 INFO O| Finalize: Updating package cache ... Done
48142026-08-21T17:35:48.967Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
48152026-08-21T17:35:49.077Z[ host-image] Aug 21 17:35:47.769 INFO O| Aug 21 17:35:47.769 INFO STEP 14 (pkg_install) COMPLETE
48162026-08-21T17:35:49.077Z[ host-image] Aug 21 17:35:47.769 INFO O| Aug 21 17:35:47.769 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48172026-08-21T17:35:49.077Z[ host-image] Aug 21 17:35:47.769 INFO O| Aug 21 17:35:47.769 INFO skip step because feature "mbist" is not enabled
48182026-08-21T17:35:49.082Z[ host-image] Aug 21 17:35:47.769 INFO O| Aug 21 17:35:47.769 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48192026-08-21T17:35:49.082Z[ host-image] Aug 21 17:35:47.769 INFO O| Aug 21 17:35:47.769 INFO skip step because feature "mfg" is not enabled
48202026-08-21T17:35:49.082Z[ host-image] Aug 21 17:35:47.769 INFO O| Aug 21 17:35:47.769 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48212026-08-21T17:35:49.082Z[ host-image] Aug 21 17:35:47.769 INFO O| Aug 21 17:35:47.769 INFO skip step because feature "compliance" is not enabled
48222026-08-21T17:35:49.082Z[ host-image] Aug 21 17:35:47.769 INFO O| Aug 21 17:35:47.769 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48232026-08-21T17:35:49.082Z[ host-image] Aug 21 17:35:47.769 INFO O| Aug 21 17:35:47.769 INFO skip step because feature "stress" is not enabled
48242026-08-21T17:35:49.082Z[ host-image] Aug 21 17:35:47.769 INFO O| Aug 21 17:35:47.769 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48252026-08-21T17:35:49.082Z[ host-image] Aug 21 17:35:47.769 INFO O| Aug 21 17:35:47.769 INFO skip step because feature "compliance" is not enabled
48262026-08-21T17:35:49.082Z[ host-image] Aug 21 17:35:47.769 INFO O| Aug 21 17:35:47.769 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48272026-08-21T17:35:49.082Z[ host-image] Aug 21 17:35:47.769 INFO O| Aug 21 17:35:47.769 INFO skip step because feature "nfs" is not enabled
48282026-08-21T17:35:49.082Z[ host-image] Aug 21 17:35:47.769 INFO O| Aug 21 17:35:47.769 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
48292026-08-21T17:35:49.082Z[ host-image] Aug 21 17:35:47.769 INFO O| Aug 21 17:35:47.769 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
48302026-08-21T17:35:49.217Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
48312026-08-21T17:35:49.244Z[verify-libraries] Compiling elliptic-curve v0.14.1
48322026-08-21T17:35:49.264Z[ host-image] Aug 21 17:35:47.956 INFO O| Aug 21 17:35:47.956 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
48332026-08-21T17:35:49.439Z[ host-image] Aug 21 17:35:48.131 INFO O| Aug 21 17:35:48.131 INFO completed processing sled/ramdisk-01-os
48342026-08-21T17:35:49.442Z[ host-image] Aug 21 17:35:48.134 INFO omicron1 baseline generation...
48352026-08-21T17:35:49.443Z[ host-image] Aug 21 17:35:48.134 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
48362026-08-21T17:35:49.821Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
48372026-08-21T17:35:49.871Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48382026-08-21T17:35:49.875Z[ host-image] Aug 21 17:35:48.567 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24211:20260820T220116Z
48392026-08-21T17:35:49.992Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
48402026-08-21T17:35:50.078Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
48412026-08-21T17:35:50.201Z[ recovery-image] Aug 21 17:35:48.892 INFO O| Aug 21 17:35:48.892 INFO O| Startup: Refreshing catalog 'helios' ... Done
48422026-08-21T17:35:50.300Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
48432026-08-21T17:35:50.388Z[verify-libraries] Compiling lru v0.12.5
48442026-08-21T17:35:50.413Z[verify-libraries] Compiling unicode-truncate v1.1.0
48452026-08-21T17:35:50.630Z[verify-libraries] Compiling arc-swap v1.8.2
48462026-08-21T17:35:50.656Z[verify-libraries] Compiling cassowary v0.3.0
48472026-08-21T17:35:50.682Z[ recovery-image] Aug 21 17:35:49.374 INFO O| Aug 21 17:35:49.374 INFO O| Startup: Caching catalogs ... Done
48482026-08-21T17:35:50.941Z[verify-libraries] Compiling ratatui v0.29.0
48492026-08-21T17:35:51.097Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48502026-08-21T17:35:51.102Z[ recovery-image] Aug 21 17:35:49.794 INFO O| Aug 21 17:35:49.794 INFO O| Planning: Solver setup ... Done
48512026-08-21T17:35:51.107Z[ recovery-image] Aug 21 17:35:49.798 INFO O| Aug 21 17:35:49.798 INFO O| Planning: Running solver ... Done
48522026-08-21T17:35:51.120Z[ recovery-image] Aug 21 17:35:49.812 INFO O| Aug 21 17:35:49.811 INFO O| Planning: Finding local manifests ... Done
48532026-08-21T17:35:51.160Z[ recovery-image] Aug 21 17:35:49.852 INFO O| Aug 21 17:35:49.852 INFO O| Planning: Fetching manifests: 0/1 0% complete
48542026-08-21T17:35:51.171Z[ recovery-image] Aug 21 17:35:49.863 INFO O| Aug 21 17:35:49.863 INFO O| Planning: Fetching manifests: 1/1 100% complete
48552026-08-21T17:35:51.189Z[ recovery-image] Aug 21 17:35:49.881 INFO O| Aug 21 17:35:49.880 INFO O| Planning: Package planning ... Done
48562026-08-21T17:35:51.189Z[ recovery-image] Aug 21 17:35:49.881 INFO O| Aug 21 17:35:49.881 INFO O| Planning: Merging actions ... Done
48572026-08-21T17:35:51.267Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48582026-08-21T17:35:51.297Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
48592026-08-21T17:35:51.317Z[ recovery-image] Aug 21 17:35:50.009 INFO O| Aug 21 17:35:50.009 INFO O| Planning: Checking for conflicting actions ... Done
48602026-08-21T17:35:51.321Z[ recovery-image] Aug 21 17:35:50.009 INFO O| Aug 21 17:35:50.009 INFO O| Planning: Consolidating action changes ... Done
48612026-08-21T17:35:51.375Z[verify-libraries] Compiling slog-scope v4.4.1
48622026-08-21T17:35:51.445Z[ recovery-image] Aug 21 17:35:50.137 INFO O| Aug 21 17:35:50.137 INFO O| Planning: Evaluating mediators ... Done
48632026-08-21T17:35:51.448Z[ recovery-image] Aug 21 17:35:50.137 INFO O| Aug 21 17:35:50.137 INFO O| Planning: Planning completed in 0.75 seconds
48642026-08-21T17:35:51.448Z[ recovery-image] Aug 21 17:35:50.137 INFO O| Aug 21 17:35:50.137 INFO O| Packages to install: 1
48652026-08-21T17:35:51.459Z[ recovery-image] Aug 21 17:35:50.149 INFO O| Aug 21 17:35:50.149 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
48662026-08-21T17:35:51.588Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48672026-08-21T17:35:51.637Z[verify-libraries] Compiling wnaf v0.14.0
48682026-08-21T17:35:51.730Z[verify-libraries] Compiling primefield v0.14.0
48692026-08-21T17:35:51.851Z[ recovery-image] Aug 21 17:35:50.543 INFO O| Aug 21 17:35:50.543 INFO O| Download: Completed 13.27 MB in 0.39 seconds (33.7M/s)
48702026-08-21T17:35:51.892Z[ recovery-image] Aug 21 17:35:50.584 INFO O| Aug 21 17:35:50.584 INFO O| Actions: 1/22 actions (Installing new actions)
48712026-08-21T17:35:51.910Z[verify-libraries] Compiling rfc6979 v0.6.0
48722026-08-21T17:35:52.073Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48732026-08-21T17:35:52.120Z[ recovery-image] Aug 21 17:35:50.811 INFO O| Aug 21 17:35:50.811 INFO O| Actions: Completed 22 actions in 0.23 seconds.
48742026-08-21T17:35:52.157Z[ recovery-image] Aug 21 17:35:50.847 INFO O| Aug 21 17:35:50.846 INFO O| Finalize: Updating package state database ... Done
48752026-08-21T17:35:52.157Z[ recovery-image] Aug 21 17:35:50.847 INFO O| Aug 21 17:35:50.846 INFO O| Finalize: Updating package cache ... Done
48762026-08-21T17:35:52.157Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48772026-08-21T17:35:52.209Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48782026-08-21T17:35:52.234Z[verify-libraries] Compiling vergen-git2 v9.1.0
48792026-08-21T17:35:52.242Z[ recovery-image] Aug 21 17:35:50.935 INFO O| Aug 21 17:35:50.935 INFO O| Finalize: Updating image state ... Done
48802026-08-21T17:35:52.331Z[verify-libraries] Compiling strsim v0.10.0
48812026-08-21T17:35:52.416Z[verify-libraries] Compiling ecdsa v0.17.0
48822026-08-21T17:35:52.567Z[verify-libraries] Compiling darling_core v0.13.4
48832026-08-21T17:35:52.687Z[verify-libraries] Compiling primeorder v0.14.0
48842026-08-21T17:35:52.848Z[ recovery-image] Aug 21 17:35:51.540 INFO O| Aug 21 17:35:51.540 INFO O| Finalize: Creating fast lookup database ... Done
48852026-08-21T17:35:52.854Z[verify-libraries] Compiling slog-stdlog v4.1.1
48862026-08-21T17:35:52.863Z[ recovery-image] Aug 21 17:35:51.555 INFO O| Aug 21 17:35:51.555 INFO O| Finalize: Reading search index ... Done
48872026-08-21T17:35:52.863Z[ recovery-image] Aug 21 17:35:51.556 INFO O| Aug 21 17:35:51.555 INFO O| Finalize: Updating search index ... Done
48882026-08-21T17:35:52.874Z[ recovery-image] Aug 21 17:35:51.566 INFO O| Aug 21 17:35:51.566 INFO O| Finalize: Updating package cache ... Done
48892026-08-21T17:35:53.011Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48902026-08-21T17:35:53.196Z[verify-libraries] Compiling tungstenite v0.23.0
48912026-08-21T17:35:53.208Z[ recovery-image] Aug 21 17:35:51.900 INFO O| Aug 21 17:35:51.900 INFO STEP 14 (pkg_install) COMPLETE
48922026-08-21T17:35:53.208Z[ recovery-image] Aug 21 17:35:51.900 INFO O| Aug 21 17:35:51.900 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48932026-08-21T17:35:53.208Z[ recovery-image] Aug 21 17:35:51.900 INFO O| Aug 21 17:35:51.900 INFO skip step because feature "mbist" is not enabled
48942026-08-21T17:35:53.208Z[ recovery-image] Aug 21 17:35:51.900 INFO O| Aug 21 17:35:51.900 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48952026-08-21T17:35:53.211Z[ recovery-image] Aug 21 17:35:51.900 INFO O| Aug 21 17:35:51.900 INFO skip step because feature "mfg" is not enabled
48962026-08-21T17:35:53.211Z[ recovery-image] Aug 21 17:35:51.900 INFO O| Aug 21 17:35:51.900 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48972026-08-21T17:35:53.211Z[ recovery-image] Aug 21 17:35:51.900 INFO O| Aug 21 17:35:51.900 INFO skip step because feature "compliance" is not enabled
48982026-08-21T17:35:53.211Z[ recovery-image] Aug 21 17:35:51.900 INFO O| Aug 21 17:35:51.900 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48992026-08-21T17:35:53.211Z[ recovery-image] Aug 21 17:35:51.900 INFO O| Aug 21 17:35:51.900 INFO skip step because feature "stress" is not enabled
49002026-08-21T17:35:53.211Z[ recovery-image] Aug 21 17:35:51.900 INFO O| Aug 21 17:35:51.900 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49012026-08-21T17:35:53.211Z[ recovery-image] Aug 21 17:35:51.900 INFO O| Aug 21 17:35:51.900 INFO skip step because feature "compliance" is not enabled
49022026-08-21T17:35:53.211Z[ recovery-image] Aug 21 17:35:51.900 INFO O| Aug 21 17:35:51.900 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49032026-08-21T17:35:53.211Z[ recovery-image] Aug 21 17:35:51.900 INFO O| Aug 21 17:35:51.900 INFO skip step because feature "nfs" is not enabled
49042026-08-21T17:35:53.211Z[ recovery-image] Aug 21 17:35:51.900 INFO O| Aug 21 17:35:51.900 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49052026-08-21T17:35:53.211Z[ recovery-image] Aug 21 17:35:51.900 INFO O| Aug 21 17:35:51.900 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49062026-08-21T17:35:53.360Z[verify-libraries] Compiling curve25519-dalek v5.0.0
49072026-08-21T17:35:53.597Z[ recovery-image] Aug 21 17:35:52.289 INFO O| Aug 21 17:35:52.289 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49082026-08-21T17:35:53.710Z[verify-libraries] Compiling console v0.16.2
49092026-08-21T17:35:53.762Z[verify-libraries] Compiling libsw-core v0.3.2
49102026-08-21T17:35:53.766Z[ recovery-image] Aug 21 17:35:52.454 INFO O| Aug 21 17:35:52.454 INFO completed processing sled/ramdisk-01-os
49112026-08-21T17:35:53.769Z[ recovery-image] Aug 21 17:35:52.457 INFO image builder template: ramdisk-02-trim...
49122026-08-21T17:35:53.769Z[ recovery-image] Aug 21 17:35:52.457 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpoUnNLH/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
49132026-08-21T17:35:53.784Z[ recovery-image] Aug 21 17:35:52.476 INFO O| Aug 21 17:35:52.476 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49142026-08-21T17:35:53.788Z[ recovery-image] Aug 21 17:35:52.480 INFO O| Aug 21 17:35:52.480 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49152026-08-21T17:35:53.851Z[verify-libraries] Compiling void v1.0.2
49162026-08-21T17:35:53.895Z[ recovery-image] Aug 21 17:35:52.588 INFO O| Aug 21 17:35:52.587 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49172026-08-21T17:35:53.992Z[verify-libraries] Compiling unit-prefix v0.5.2
49182026-08-21T17:35:54.001Z[ recovery-image] Aug 21 17:35:52.692 INFO O| Aug 21 17:35:52.692 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49192026-08-21T17:35:54.001Z[ recovery-image] Aug 21 17:35:52.692 INFO O| Aug 21 17:35:52.692 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49202026-08-21T17:35:54.005Z[ recovery-image] Aug 21 17:35:52.697 INFO O| Aug 21 17:35:52.697 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49212026-08-21T17:35:54.010Z[ recovery-image] Aug 21 17:35:52.701 INFO O| Aug 21 17:35:52.701 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49222026-08-21T17:35:54.013Z[ recovery-image] Aug 21 17:35:52.706 INFO O| Aug 21 17:35:52.706 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49232026-08-21T17:35:54.030Z[verify-libraries] Compiling assert_matches v1.5.0
49242026-08-21T17:35:54.090Z[verify-libraries] Compiling lzss v0.8.2
49252026-08-21T17:35:54.166Z[verify-libraries] Compiling indicatif v0.18.4
49262026-08-21T17:35:54.255Z[verify-libraries] Compiling libsw v3.5.0
49272026-08-21T17:35:54.322Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
49282026-08-21T17:35:54.377Z[verify-libraries] Compiling slog-envlogger v2.2.0
49292026-08-21T17:35:54.408Z[verify-libraries] Compiling ssh-encoding v0.3.0
49302026-08-21T17:35:54.486Z[ recovery-image] Aug 21 17:35:53.178 INFO O| Aug 21 17:35:53.178 INFO rolled back to input snapshot; work may begin
49312026-08-21T17:35:54.486Z[ recovery-image] Aug 21 17:35:53.178 INFO O| Aug 21 17:35:53.178 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49322026-08-21T17:35:54.536Z[ recovery-image] Aug 21 17:35:53.183 INFO O| Aug 21 17:35:53.183 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49332026-08-21T17:35:54.536Z[ recovery-image] Aug 21 17:35:53.192 INFO O| Aug 21 17:35:53.192 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49342026-08-21T17:35:54.536Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
49352026-08-21T17:35:54.541Z[ recovery-image] Aug 21 17:35:53.227 INFO O| Aug 21 17:35:53.227 INFO STEP 0 (remove_files) COMPLETE
49362026-08-21T17:35:54.541Z[ recovery-image] Aug 21 17:35:53.228 INFO O| Aug 21 17:35:53.227 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49372026-08-21T17:35:54.545Z[ recovery-image] Aug 21 17:35:53.238 INFO O| Aug 21 17:35:53.237 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49382026-08-21T17:35:54.548Z[ recovery-image] Aug 21 17:35:53.239 INFO O| Aug 21 17:35:53.239 INFO STEP 1 (remove_files) COMPLETE
49392026-08-21T17:35:54.548Z[ recovery-image] Aug 21 17:35:53.239 INFO O| Aug 21 17:35:53.239 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49402026-08-21T17:35:54.555Z[ recovery-image] Aug 21 17:35:53.247 INFO O| Aug 21 17:35:53.247 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49412026-08-21T17:35:54.569Z[ recovery-image] Aug 21 17:35:53.261 INFO O| Aug 21 17:35:53.261 INFO STEP 2 (remove_files) COMPLETE
49422026-08-21T17:35:54.569Z[ recovery-image] Aug 21 17:35:53.261 INFO O| Aug 21 17:35:53.261 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49432026-08-21T17:35:54.579Z[ recovery-image] Aug 21 17:35:53.272 INFO O| Aug 21 17:35:53.271 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
49442026-08-21T17:35:54.583Z[ recovery-image] Aug 21 17:35:53.273 INFO O| Aug 21 17:35:53.273 INFO STEP 3 (remove_files) COMPLETE
49452026-08-21T17:35:54.583Z[ recovery-image] Aug 21 17:35:53.273 INFO O| Aug 21 17:35:53.273 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49462026-08-21T17:35:54.591Z[ recovery-image] Aug 21 17:35:53.283 INFO O| Aug 21 17:35:53.283 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
49472026-08-21T17:35:54.594Z[ recovery-image] Aug 21 17:35:53.286 INFO O| Aug 21 17:35:53.285 INFO STEP 4 (remove_files) COMPLETE
49482026-08-21T17:35:54.594Z[ recovery-image] Aug 21 17:35:53.286 INFO O| Aug 21 17:35:53.285 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49492026-08-21T17:35:54.603Z[ recovery-image] Aug 21 17:35:53.295 INFO O| Aug 21 17:35:53.295 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
49502026-08-21T17:35:54.603Z[ recovery-image] Aug 21 17:35:53.296 INFO O| Aug 21 17:35:53.296 INFO STEP 5 (remove_files) COMPLETE
49512026-08-21T17:35:54.603Z[ recovery-image] Aug 21 17:35:53.296 INFO O| Aug 21 17:35:53.296 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49522026-08-21T17:35:54.614Z[ recovery-image] Aug 21 17:35:53.306 INFO O| Aug 21 17:35:53.306 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
49532026-08-21T17:35:54.624Z[ recovery-image] Aug 21 17:35:53.316 INFO O| Aug 21 17:35:53.316 INFO STEP 6 (remove_files) COMPLETE
49542026-08-21T17:35:54.624Z[ recovery-image] Aug 21 17:35:53.316 INFO O| Aug 21 17:35:53.316 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49552026-08-21T17:35:54.627Z[ recovery-image] Aug 21 17:35:53.316 INFO O| Aug 21 17:35:53.316 INFO skip step because feature "heliosv2" is not enabled
49562026-08-21T17:35:54.627Z[ recovery-image] Aug 21 17:35:53.316 INFO O| Aug 21 17:35:53.316 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49572026-08-21T17:35:54.627Z[ recovery-image] Aug 21 17:35:53.316 INFO O| Aug 21 17:35:53.316 INFO skip step because feature "recovery" is enabled
49582026-08-21T17:35:54.627Z[ recovery-image] Aug 21 17:35:53.316 INFO O| Aug 21 17:35:53.316 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49592026-08-21T17:35:54.627Z[ recovery-image] Aug 21 17:35:53.316 INFO O| Aug 21 17:35:53.316 INFO skip step because feature "recovery" is enabled
49602026-08-21T17:35:54.627Z[ recovery-image] Aug 21 17:35:53.316 INFO O| Aug 21 17:35:53.316 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49612026-08-21T17:35:54.627Z[ recovery-image] Aug 21 17:35:53.316 INFO O| Aug 21 17:35:53.316 INFO skip step because feature "recovery" is enabled
49622026-08-21T17:35:54.627Z[ recovery-image] Aug 21 17:35:53.316 INFO O| Aug 21 17:35:53.316 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49632026-08-21T17:35:54.634Z[ recovery-image] Aug 21 17:35:53.326 INFO O| Aug 21 17:35:53.326 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
49642026-08-21T17:35:54.637Z[ recovery-image] Aug 21 17:35:53.329 INFO O| Aug 21 17:35:53.329 INFO STEP 11 (remove_files) COMPLETE
49652026-08-21T17:35:54.637Z[ recovery-image] Aug 21 17:35:53.329 INFO O| Aug 21 17:35:53.329 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49662026-08-21T17:35:54.647Z[ recovery-image] Aug 21 17:35:53.338 INFO O| Aug 21 17:35:53.338 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
49672026-08-21T17:35:54.647Z[ recovery-image] Aug 21 17:35:53.339 INFO O| Aug 21 17:35:53.339 INFO STEP 12 (remove_files) COMPLETE
49682026-08-21T17:35:54.650Z[ recovery-image] Aug 21 17:35:53.339 INFO O| Aug 21 17:35:53.339 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49692026-08-21T17:35:54.656Z[ recovery-image] Aug 21 17:35:53.348 INFO O| Aug 21 17:35:53.348 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
49702026-08-21T17:35:54.659Z[ recovery-image] Aug 21 17:35:53.349 INFO O| Aug 21 17:35:53.349 INFO STEP 13 (remove_files) COMPLETE
49712026-08-21T17:35:54.659Z[ recovery-image] Aug 21 17:35:53.349 INFO O| Aug 21 17:35:53.349 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49722026-08-21T17:35:54.671Z[ recovery-image] Aug 21 17:35:53.363 INFO O| Aug 21 17:35:53.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
49732026-08-21T17:35:54.671Z[ recovery-image] Aug 21 17:35:53.364 INFO O| Aug 21 17:35:53.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
49742026-08-21T17:35:54.692Z[ recovery-image] Aug 21 17:35:53.384 INFO O| Aug 21 17:35:53.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
49752026-08-21T17:35:54.722Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
49762026-08-21T17:35:54.728Z[ recovery-image] Aug 21 17:35:53.415 INFO O| Aug 21 17:35:53.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
49772026-08-21T17:35:54.769Z[verify-libraries] Compiling darling_macro v0.13.4
49782026-08-21T17:35:54.815Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
49792026-08-21T17:35:54.819Z[ recovery-image] Aug 21 17:35:53.512 INFO O| Aug 21 17:35:53.512 INFO STEP 14 (remove_files) COMPLETE
49802026-08-21T17:35:54.819Z[ recovery-image] Aug 21 17:35:53.512 INFO O| Aug 21 17:35:53.512 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49812026-08-21T17:35:54.866Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
49822026-08-21T17:35:54.870Z[ recovery-image] Aug 21 17:35:53.561 INFO O| Aug 21 17:35:53.561 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
49832026-08-21T17:35:54.872Z[ recovery-image] Aug 21 17:35:53.562 INFO O| Aug 21 17:35:53.562 INFO STEP 15 (remove_files) COMPLETE
49842026-08-21T17:35:54.872Z[ recovery-image] Aug 21 17:35:53.562 INFO O| Aug 21 17:35:53.562 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49852026-08-21T17:35:54.880Z[ recovery-image] Aug 21 17:35:53.572 INFO O| Aug 21 17:35:53.572 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
49862026-08-21T17:35:54.886Z[ recovery-image] Aug 21 17:35:53.578 INFO O| Aug 21 17:35:53.578 INFO STEP 16 (remove_files) COMPLETE
49872026-08-21T17:35:54.886Z[ recovery-image] Aug 21 17:35:53.578 INFO O| Aug 21 17:35:53.578 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49882026-08-21T17:35:54.897Z[ recovery-image] Aug 21 17:35:53.588 INFO O| Aug 21 17:35:53.588 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
49892026-08-21T17:35:54.897Z[ recovery-image] Aug 21 17:35:53.588 INFO O| Aug 21 17:35:53.588 INFO STEP 17 (remove_files) COMPLETE
49902026-08-21T17:35:54.900Z[ recovery-image] Aug 21 17:35:53.588 INFO O| Aug 21 17:35:53.588 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49912026-08-21T17:35:54.907Z[ recovery-image] Aug 21 17:35:53.598 INFO O| Aug 21 17:35:53.598 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
49922026-08-21T17:35:54.910Z[ recovery-image] Aug 21 17:35:53.599 INFO O| Aug 21 17:35:53.599 INFO STEP 18 (remove_files) COMPLETE
49932026-08-21T17:35:54.910Z[ recovery-image] Aug 21 17:35:53.599 INFO O| Aug 21 17:35:53.599 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49942026-08-21T17:35:54.917Z[ recovery-image] Aug 21 17:35:53.609 INFO O| Aug 21 17:35:53.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
49952026-08-21T17:35:54.917Z[ recovery-image] Aug 21 17:35:53.609 INFO O| Aug 21 17:35:53.609 INFO STEP 19 (remove_files) COMPLETE
49962026-08-21T17:35:54.917Z[ recovery-image] Aug 21 17:35:53.609 INFO O| Aug 21 17:35:53.609 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49972026-08-21T17:35:54.929Z[ recovery-image] Aug 21 17:35:53.619 INFO O| Aug 21 17:35:53.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
49982026-08-21T17:35:54.929Z[ recovery-image] Aug 21 17:35:53.619 INFO O| Aug 21 17:35:53.618 INFO STEP 20 (remove_files) COMPLETE
49992026-08-21T17:35:54.929Z[ recovery-image] Aug 21 17:35:53.619 INFO O| Aug 21 17:35:53.618 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50002026-08-21T17:35:54.935Z[ recovery-image] Aug 21 17:35:53.627 INFO O| Aug 21 17:35:53.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50012026-08-21T17:35:54.935Z[ recovery-image] Aug 21 17:35:53.627 INFO O| Aug 21 17:35:53.627 INFO STEP 21 (remove_files) COMPLETE
50022026-08-21T17:35:54.935Z[ recovery-image] Aug 21 17:35:53.627 INFO O| Aug 21 17:35:53.627 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50032026-08-21T17:35:54.957Z[ recovery-image] Aug 21 17:35:53.647 INFO O| Aug 21 17:35:53.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50042026-08-21T17:35:54.957Z[ recovery-image] Aug 21 17:35:53.647 INFO O| Aug 21 17:35:53.647 INFO STEP 22 (remove_files) COMPLETE
50052026-08-21T17:35:54.957Z[ recovery-image] Aug 21 17:35:53.647 INFO O| Aug 21 17:35:53.647 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50062026-08-21T17:35:54.964Z[ recovery-image] Aug 21 17:35:53.655 INFO O| Aug 21 17:35:53.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50072026-08-21T17:35:54.964Z[ recovery-image] Aug 21 17:35:53.656 INFO O| Aug 21 17:35:53.655 INFO STEP 23 (remove_files) COMPLETE
50082026-08-21T17:35:54.964Z[ recovery-image] Aug 21 17:35:53.656 INFO O| Aug 21 17:35:53.655 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50092026-08-21T17:35:54.974Z[ recovery-image] Aug 21 17:35:53.665 INFO O| Aug 21 17:35:53.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50102026-08-21T17:35:54.974Z[ recovery-image] Aug 21 17:35:53.665 INFO O| Aug 21 17:35:53.665 INFO STEP 24 (remove_files) COMPLETE
50112026-08-21T17:35:54.974Z[ recovery-image] Aug 21 17:35:53.665 INFO O| Aug 21 17:35:53.665 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50122026-08-21T17:35:54.988Z[ recovery-image] Aug 21 17:35:53.674 INFO O| Aug 21 17:35:53.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50132026-08-21T17:35:54.988Z[ recovery-image] Aug 21 17:35:53.674 INFO O| Aug 21 17:35:53.674 INFO STEP 25 (remove_files) COMPLETE
50142026-08-21T17:35:54.988Z[ recovery-image] Aug 21 17:35:53.674 INFO O| Aug 21 17:35:53.674 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50152026-08-21T17:35:54.994Z[ recovery-image] Aug 21 17:35:53.683 INFO O| Aug 21 17:35:53.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50162026-08-21T17:35:54.994Z[ recovery-image] Aug 21 17:35:53.683 INFO O| Aug 21 17:35:53.683 INFO STEP 26 (remove_files) COMPLETE
50172026-08-21T17:35:54.994Z[ recovery-image] Aug 21 17:35:53.683 INFO O| Aug 21 17:35:53.683 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50182026-08-21T17:35:55.000Z[ recovery-image] Aug 21 17:35:53.692 INFO O| Aug 21 17:35:53.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50192026-08-21T17:35:55.000Z[ recovery-image] Aug 21 17:35:53.692 INFO O| Aug 21 17:35:53.692 INFO STEP 27 (remove_files) COMPLETE
50202026-08-21T17:35:55.000Z[ recovery-image] Aug 21 17:35:53.692 INFO O| Aug 21 17:35:53.692 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50212026-08-21T17:35:55.021Z[ recovery-image] Aug 21 17:35:53.701 INFO O| Aug 21 17:35:53.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50222026-08-21T17:35:55.021Z[ recovery-image] Aug 21 17:35:53.701 INFO O| Aug 21 17:35:53.701 INFO STEP 28 (remove_files) COMPLETE
50232026-08-21T17:35:55.021Z[ recovery-image] Aug 21 17:35:53.701 INFO O| Aug 21 17:35:53.701 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50242026-08-21T17:35:55.021Z[ recovery-image] Aug 21 17:35:53.710 INFO O| Aug 21 17:35:53.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50252026-08-21T17:35:55.021Z[ recovery-image] Aug 21 17:35:53.710 INFO O| Aug 21 17:35:53.710 INFO STEP 29 (remove_files) COMPLETE
50262026-08-21T17:35:55.021Z[ recovery-image] Aug 21 17:35:53.710 INFO O| Aug 21 17:35:53.710 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50272026-08-21T17:35:55.028Z[ recovery-image] Aug 21 17:35:53.719 INFO O| Aug 21 17:35:53.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50282026-08-21T17:35:55.028Z[ recovery-image] Aug 21 17:35:53.719 INFO O| Aug 21 17:35:53.719 INFO STEP 30 (remove_files) COMPLETE
50292026-08-21T17:35:55.028Z[ recovery-image] Aug 21 17:35:53.719 INFO O| Aug 21 17:35:53.719 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50302026-08-21T17:35:55.035Z[ recovery-image] Aug 21 17:35:53.727 INFO O| Aug 21 17:35:53.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50312026-08-21T17:35:55.035Z[ recovery-image] Aug 21 17:35:53.727 INFO O| Aug 21 17:35:53.727 INFO STEP 31 (remove_files) COMPLETE
50322026-08-21T17:35:55.035Z[ recovery-image] Aug 21 17:35:53.727 INFO O| Aug 21 17:35:53.727 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50332026-08-21T17:35:55.044Z[ recovery-image] Aug 21 17:35:53.736 INFO O| Aug 21 17:35:53.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50342026-08-21T17:35:55.044Z[ recovery-image] Aug 21 17:35:53.736 INFO O| Aug 21 17:35:53.736 INFO STEP 32 (remove_files) COMPLETE
50352026-08-21T17:35:55.044Z[ recovery-image] Aug 21 17:35:53.736 INFO O| Aug 21 17:35:53.736 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50362026-08-21T17:35:55.063Z[ recovery-image] Aug 21 17:35:53.755 INFO O| Aug 21 17:35:53.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50372026-08-21T17:35:55.063Z[ recovery-image] Aug 21 17:35:53.755 INFO O| Aug 21 17:35:53.755 INFO STEP 33 (remove_files) COMPLETE
50382026-08-21T17:35:55.067Z[ recovery-image] Aug 21 17:35:53.755 INFO O| Aug 21 17:35:53.755 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50392026-08-21T17:35:55.073Z[ recovery-image] Aug 21 17:35:53.765 INFO O| Aug 21 17:35:53.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50402026-08-21T17:35:55.073Z[ recovery-image] Aug 21 17:35:53.765 INFO O| Aug 21 17:35:53.765 INFO STEP 34 (remove_files) COMPLETE
50412026-08-21T17:35:55.076Z[ recovery-image] Aug 21 17:35:53.765 INFO O| Aug 21 17:35:53.765 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50422026-08-21T17:35:55.083Z[ recovery-image] Aug 21 17:35:53.775 INFO O| Aug 21 17:35:53.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
50432026-08-21T17:35:55.083Z[ recovery-image] Aug 21 17:35:53.775 INFO O| Aug 21 17:35:53.775 INFO STEP 35 (remove_files) COMPLETE
50442026-08-21T17:35:55.087Z[ recovery-image] Aug 21 17:35:53.775 INFO O| Aug 21 17:35:53.775 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50452026-08-21T17:35:55.087Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
50462026-08-21T17:35:55.093Z[ recovery-image] Aug 21 17:35:53.785 INFO O| Aug 21 17:35:53.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
50472026-08-21T17:35:55.093Z[ recovery-image] Aug 21 17:35:53.785 INFO O| Aug 21 17:35:53.785 INFO STEP 36 (remove_files) COMPLETE
50482026-08-21T17:35:55.093Z[ recovery-image] Aug 21 17:35:53.785 INFO O| Aug 21 17:35:53.785 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50492026-08-21T17:35:55.103Z[ recovery-image] Aug 21 17:35:53.795 INFO O| Aug 21 17:35:53.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
50502026-08-21T17:35:55.103Z[ recovery-image] Aug 21 17:35:53.795 INFO O| Aug 21 17:35:53.795 INFO STEP 37 (remove_files) COMPLETE
50512026-08-21T17:35:55.107Z[ recovery-image] Aug 21 17:35:53.795 INFO O| Aug 21 17:35:53.795 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50522026-08-21T17:35:55.112Z[ recovery-image] Aug 21 17:35:53.805 INFO O| Aug 21 17:35:53.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
50532026-08-21T17:35:55.112Z[ recovery-image] Aug 21 17:35:53.805 INFO O| Aug 21 17:35:53.805 INFO STEP 38 (remove_files) COMPLETE
50542026-08-21T17:35:55.116Z[ recovery-image] Aug 21 17:35:53.805 INFO O| Aug 21 17:35:53.805 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50552026-08-21T17:35:55.116Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
50562026-08-21T17:35:55.122Z[ recovery-image] Aug 21 17:35:53.814 INFO O| Aug 21 17:35:53.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
50572026-08-21T17:35:55.122Z[ recovery-image] Aug 21 17:35:53.814 INFO O| Aug 21 17:35:53.814 INFO STEP 39 (remove_files) COMPLETE
50582026-08-21T17:35:55.122Z[ recovery-image] Aug 21 17:35:53.814 INFO O| Aug 21 17:35:53.814 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50592026-08-21T17:35:55.130Z[ recovery-image] Aug 21 17:35:53.823 INFO O| Aug 21 17:35:53.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
50602026-08-21T17:35:55.130Z[ recovery-image] Aug 21 17:35:53.823 INFO O| Aug 21 17:35:53.823 INFO STEP 40 (remove_files) COMPLETE
50612026-08-21T17:35:55.130Z[ recovery-image] Aug 21 17:35:53.823 INFO O| Aug 21 17:35:53.823 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50622026-08-21T17:35:55.140Z[ recovery-image] Aug 21 17:35:53.833 INFO O| Aug 21 17:35:53.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
50632026-08-21T17:35:55.140Z[ recovery-image] Aug 21 17:35:53.833 INFO O| Aug 21 17:35:53.833 INFO STEP 41 (remove_files) COMPLETE
50642026-08-21T17:35:55.144Z[ recovery-image] Aug 21 17:35:53.833 INFO O| Aug 21 17:35:53.833 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50652026-08-21T17:35:55.149Z[ recovery-image] Aug 21 17:35:53.841 INFO O| Aug 21 17:35:53.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
50662026-08-21T17:35:55.149Z[ recovery-image] Aug 21 17:35:53.841 INFO O| Aug 21 17:35:53.841 INFO STEP 42 (remove_files) COMPLETE
50672026-08-21T17:35:55.152Z[ recovery-image] Aug 21 17:35:53.841 INFO O| Aug 21 17:35:53.841 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50682026-08-21T17:35:55.168Z[ recovery-image] Aug 21 17:35:53.860 INFO O| Aug 21 17:35:53.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
50692026-08-21T17:35:55.168Z[ recovery-image] Aug 21 17:35:53.860 INFO O| Aug 21 17:35:53.860 INFO STEP 43 (remove_files) COMPLETE
50702026-08-21T17:35:55.168Z[ recovery-image] Aug 21 17:35:53.860 INFO O| Aug 21 17:35:53.860 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50712026-08-21T17:35:55.179Z[ recovery-image] Aug 21 17:35:53.871 INFO O| Aug 21 17:35:53.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
50722026-08-21T17:35:55.179Z[ recovery-image] Aug 21 17:35:53.871 INFO O| Aug 21 17:35:53.871 INFO STEP 44 (remove_files) COMPLETE
50732026-08-21T17:35:55.179Z[ recovery-image] Aug 21 17:35:53.871 INFO O| Aug 21 17:35:53.871 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50742026-08-21T17:35:55.190Z[ recovery-image] Aug 21 17:35:53.882 INFO O| Aug 21 17:35:53.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
50752026-08-21T17:35:55.190Z[ recovery-image] Aug 21 17:35:53.883 INFO O| Aug 21 17:35:53.882 INFO STEP 45 (remove_files) COMPLETE
50762026-08-21T17:35:55.190Z[ recovery-image] Aug 21 17:35:53.883 INFO O| Aug 21 17:35:53.882 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50772026-08-21T17:35:55.216Z[ recovery-image] Aug 21 17:35:53.893 INFO O| Aug 21 17:35:53.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
50782026-08-21T17:35:55.216Z[ recovery-image] Aug 21 17:35:53.893 INFO O| Aug 21 17:35:53.893 INFO STEP 46 (remove_files) COMPLETE
50792026-08-21T17:35:55.216Z[ recovery-image] Aug 21 17:35:53.893 INFO O| Aug 21 17:35:53.893 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50802026-08-21T17:35:55.220Z[ recovery-image] Aug 21 17:35:53.903 INFO O| Aug 21 17:35:53.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
50812026-08-21T17:35:55.220Z[ recovery-image] Aug 21 17:35:53.903 INFO O| Aug 21 17:35:53.903 INFO STEP 47 (remove_files) COMPLETE
50822026-08-21T17:35:55.220Z[ recovery-image] Aug 21 17:35:53.903 INFO O| Aug 21 17:35:53.903 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50832026-08-21T17:35:55.221Z[verify-libraries] Compiling nix v0.27.1
50842026-08-21T17:35:55.226Z[ recovery-image] Aug 21 17:35:53.913 INFO O| Aug 21 17:35:53.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
50852026-08-21T17:35:55.226Z[ recovery-image] Aug 21 17:35:53.914 INFO O| Aug 21 17:35:53.914 INFO STEP 48 (remove_files) COMPLETE
50862026-08-21T17:35:55.226Z[ recovery-image] Aug 21 17:35:53.914 INFO O| Aug 21 17:35:53.914 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50872026-08-21T17:35:55.245Z[ recovery-image] Aug 21 17:35:53.924 INFO O| Aug 21 17:35:53.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
50882026-08-21T17:35:55.245Z[ recovery-image] Aug 21 17:35:53.924 INFO O| Aug 21 17:35:53.924 INFO STEP 49 (remove_files) COMPLETE
50892026-08-21T17:35:55.245Z[ recovery-image] Aug 21 17:35:53.924 INFO O| Aug 21 17:35:53.924 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50902026-08-21T17:35:55.245Z[ recovery-image] Aug 21 17:35:53.934 INFO O| Aug 21 17:35:53.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
50912026-08-21T17:35:55.245Z[ recovery-image] Aug 21 17:35:53.934 INFO O| Aug 21 17:35:53.934 INFO STEP 50 (remove_files) COMPLETE
50922026-08-21T17:35:55.245Z[ recovery-image] Aug 21 17:35:53.934 INFO O| Aug 21 17:35:53.934 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50932026-08-21T17:35:55.250Z[verify-libraries] Compiling colored v2.2.0
50942026-08-21T17:35:55.256Z[ recovery-image] Aug 21 17:35:53.948 INFO O| Aug 21 17:35:53.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
50952026-08-21T17:35:55.256Z[ recovery-image] Aug 21 17:35:53.948 INFO O| Aug 21 17:35:53.948 INFO STEP 51 (remove_files) COMPLETE
50962026-08-21T17:35:55.259Z[ recovery-image] Aug 21 17:35:53.948 INFO O| Aug 21 17:35:53.948 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50972026-08-21T17:35:55.264Z[ recovery-image] Aug 21 17:35:53.956 INFO O| Aug 21 17:35:53.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
50982026-08-21T17:35:55.264Z[ recovery-image] Aug 21 17:35:53.956 INFO O| Aug 21 17:35:53.956 INFO STEP 52 (remove_files) COMPLETE
50992026-08-21T17:35:55.267Z[ recovery-image] Aug 21 17:35:53.956 INFO O| Aug 21 17:35:53.956 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51002026-08-21T17:35:55.275Z[ recovery-image] Aug 21 17:35:53.964 INFO O| Aug 21 17:35:53.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51012026-08-21T17:35:55.275Z[ recovery-image] Aug 21 17:35:53.964 INFO O| Aug 21 17:35:53.964 INFO STEP 53 (remove_files) COMPLETE
51022026-08-21T17:35:55.275Z[ recovery-image] Aug 21 17:35:53.964 INFO O| Aug 21 17:35:53.964 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51032026-08-21T17:35:55.280Z[ recovery-image] Aug 21 17:35:53.972 INFO O| Aug 21 17:35:53.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51042026-08-21T17:35:55.280Z[ recovery-image] Aug 21 17:35:53.972 INFO O| Aug 21 17:35:53.972 INFO STEP 54 (remove_files) COMPLETE
51052026-08-21T17:35:55.280Z[ recovery-image] Aug 21 17:35:53.972 INFO O| Aug 21 17:35:53.972 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51062026-08-21T17:35:55.288Z[ recovery-image] Aug 21 17:35:53.981 INFO O| Aug 21 17:35:53.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51072026-08-21T17:35:55.288Z[ recovery-image] Aug 21 17:35:53.981 INFO O| Aug 21 17:35:53.981 INFO STEP 55 (remove_files) COMPLETE
51082026-08-21T17:35:55.292Z[ recovery-image] Aug 21 17:35:53.981 INFO O| Aug 21 17:35:53.981 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51092026-08-21T17:35:55.298Z[ recovery-image] Aug 21 17:35:53.990 INFO O| Aug 21 17:35:53.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51102026-08-21T17:35:55.298Z[ recovery-image] Aug 21 17:35:53.990 INFO O| Aug 21 17:35:53.990 INFO STEP 56 (remove_files) COMPLETE
51112026-08-21T17:35:55.301Z[ recovery-image] Aug 21 17:35:53.990 INFO O| Aug 21 17:35:53.990 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51122026-08-21T17:35:55.308Z[ recovery-image] Aug 21 17:35:54.000 INFO O| Aug 21 17:35:54.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51132026-08-21T17:35:55.308Z[ recovery-image] Aug 21 17:35:54.000 INFO O| Aug 21 17:35:54.000 INFO STEP 57 (remove_files) COMPLETE
51142026-08-21T17:35:55.308Z[ recovery-image] Aug 21 17:35:54.000 INFO O| Aug 21 17:35:54.000 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51152026-08-21T17:35:55.319Z[ recovery-image] Aug 21 17:35:54.011 INFO O| Aug 21 17:35:54.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51162026-08-21T17:35:55.319Z[ recovery-image] Aug 21 17:35:54.011 INFO O| Aug 21 17:35:54.011 INFO STEP 58 (remove_files) COMPLETE
51172026-08-21T17:35:55.323Z[ recovery-image] Aug 21 17:35:54.011 INFO O| Aug 21 17:35:54.011 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51182026-08-21T17:35:55.328Z[verify-libraries] Compiling blake3 v1.8.5
51192026-08-21T17:35:55.332Z[ recovery-image] Aug 21 17:35:54.023 INFO O| Aug 21 17:35:54.022 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51202026-08-21T17:35:55.332Z[ recovery-image] Aug 21 17:35:54.023 INFO O| Aug 21 17:35:54.023 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51212026-08-21T17:35:55.332Z[ recovery-image] Aug 21 17:35:54.023 INFO O| Aug 21 17:35:54.023 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51222026-08-21T17:35:55.332Z[ recovery-image] Aug 21 17:35:54.023 INFO O| Aug 21 17:35:54.023 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51232026-08-21T17:35:55.332Z[ recovery-image] Aug 21 17:35:54.023 INFO O| Aug 21 17:35:54.023 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51242026-08-21T17:35:55.332Z[ recovery-image] Aug 21 17:35:54.023 INFO O| Aug 21 17:35:54.023 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51252026-08-21T17:35:55.332Z[ recovery-image] Aug 21 17:35:54.023 INFO O| Aug 21 17:35:54.023 INFO ok!
51262026-08-21T17:35:55.332Z[ recovery-image] Aug 21 17:35:54.023 INFO O| Aug 21 17:35:54.023 INFO STEP 59 (ensure_file) COMPLETE
51272026-08-21T17:35:55.332Z[ recovery-image] Aug 21 17:35:54.023 INFO O| Aug 21 17:35:54.023 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51282026-08-21T17:35:55.353Z[ recovery-image] Aug 21 17:35:54.042 INFO O| Aug 21 17:35:54.042 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51292026-08-21T17:35:55.353Z[ recovery-image] Aug 21 17:35:54.042 INFO O| Aug 21 17:35:54.042 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51302026-08-21T17:35:55.353Z[ recovery-image] Aug 21 17:35:54.042 INFO O| Aug 21 17:35:54.042 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51312026-08-21T17:35:55.354Z[ recovery-image] Aug 21 17:35:54.043 INFO O| Aug 21 17:35:54.043 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51322026-08-21T17:35:55.354Z[ recovery-image] Aug 21 17:35:54.043 INFO O| Aug 21 17:35:54.043 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51332026-08-21T17:35:55.354Z[ recovery-image] Aug 21 17:35:54.043 INFO O| Aug 21 17:35:54.043 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51342026-08-21T17:35:55.354Z[ recovery-image] Aug 21 17:35:54.043 INFO O| Aug 21 17:35:54.043 INFO ok!
51352026-08-21T17:35:55.354Z[ recovery-image] Aug 21 17:35:54.043 INFO O| Aug 21 17:35:54.043 INFO STEP 60 (ensure_file) COMPLETE
51362026-08-21T17:35:55.354Z[ recovery-image] Aug 21 17:35:54.043 INFO O| Aug 21 17:35:54.043 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51372026-08-21T17:35:55.361Z[verify-libraries] Compiling serde_bytes v0.11.19
51382026-08-21T17:35:55.364Z[ recovery-image] Aug 21 17:35:54.056 INFO O| Aug 21 17:35:54.056 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51392026-08-21T17:35:55.365Z[ recovery-image] Aug 21 17:35:54.056 INFO O| Aug 21 17:35:54.056 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51402026-08-21T17:35:55.365Z[ recovery-image] Aug 21 17:35:54.056 INFO O| Aug 21 17:35:54.056 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51412026-08-21T17:35:55.365Z[ recovery-image] Aug 21 17:35:54.056 INFO O| Aug 21 17:35:54.056 INFO ok!
51422026-08-21T17:35:55.365Z[ recovery-image] Aug 21 17:35:54.056 INFO O| Aug 21 17:35:54.056 INFO STEP 61 (ensure_file) COMPLETE
51432026-08-21T17:35:55.365Z[ recovery-image] Aug 21 17:35:54.056 INFO O| Aug 21 17:35:54.056 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51442026-08-21T17:35:55.373Z[ recovery-image] Aug 21 17:35:54.065 INFO O| Aug 21 17:35:54.065 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51452026-08-21T17:35:55.373Z[ recovery-image] Aug 21 17:35:54.065 INFO O| Aug 21 17:35:54.065 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51462026-08-21T17:35:55.373Z[ recovery-image] Aug 21 17:35:54.065 INFO O| Aug 21 17:35:54.065 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
51472026-08-21T17:35:55.377Z[ recovery-image] Aug 21 17:35:54.065 INFO O| Aug 21 17:35:54.065 INFO ok!
51482026-08-21T17:35:55.377Z[ recovery-image] Aug 21 17:35:54.065 INFO O| Aug 21 17:35:54.065 INFO STEP 62 (ensure_file) COMPLETE
51492026-08-21T17:35:55.377Z[ recovery-image] Aug 21 17:35:54.065 INFO O| Aug 21 17:35:54.065 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51502026-08-21T17:35:55.381Z[ recovery-image] Aug 21 17:35:54.074 INFO O| Aug 21 17:35:54.073 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
51512026-08-21T17:35:55.382Z[ recovery-image] Aug 21 17:35:54.074 INFO O| Aug 21 17:35:54.074 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
51522026-08-21T17:35:55.384Z[ recovery-image] Aug 21 17:35:54.074 INFO O| Aug 21 17:35:54.074 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51532026-08-21T17:35:55.384Z[ recovery-image] Aug 21 17:35:54.074 INFO O| Aug 21 17:35:54.074 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
51542026-08-21T17:35:55.385Z[ recovery-image] Aug 21 17:35:54.074 INFO O| Aug 21 17:35:54.074 INFO ok!
51552026-08-21T17:35:55.385Z[ recovery-image] Aug 21 17:35:54.074 INFO O| Aug 21 17:35:54.074 INFO STEP 63 (ensure_file) COMPLETE
51562026-08-21T17:35:55.385Z[ recovery-image] Aug 21 17:35:54.074 INFO O| Aug 21 17:35:54.074 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51572026-08-21T17:35:55.390Z[ recovery-image] Aug 21 17:35:54.082 INFO O| Aug 21 17:35:54.082 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
51582026-08-21T17:35:55.390Z[ recovery-image] Aug 21 17:35:54.082 INFO O| Aug 21 17:35:54.082 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
51592026-08-21T17:35:55.393Z[ recovery-image] Aug 21 17:35:54.082 INFO O| Aug 21 17:35:54.082 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51602026-08-21T17:35:55.393Z[ recovery-image] Aug 21 17:35:54.082 INFO O| Aug 21 17:35:54.082 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
51612026-08-21T17:35:55.393Z[ recovery-image] Aug 21 17:35:54.082 INFO O| Aug 21 17:35:54.082 INFO ok!
51622026-08-21T17:35:55.393Z[ recovery-image] Aug 21 17:35:54.082 INFO O| Aug 21 17:35:54.082 INFO STEP 64 (ensure_file) COMPLETE
51632026-08-21T17:35:55.394Z[ recovery-image] Aug 21 17:35:54.082 INFO O| Aug 21 17:35:54.082 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51642026-08-21T17:35:55.400Z[ recovery-image] Aug 21 17:35:54.091 INFO O| Aug 21 17:35:54.091 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
51652026-08-21T17:35:55.400Z[ recovery-image] Aug 21 17:35:54.091 INFO O| Aug 21 17:35:54.091 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
51662026-08-21T17:35:55.400Z[ recovery-image] Aug 21 17:35:54.091 INFO O| Aug 21 17:35:54.091 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
51672026-08-21T17:35:55.400Z[ recovery-image] Aug 21 17:35:54.091 INFO O| Aug 21 17:35:54.091 INFO ok!
51682026-08-21T17:35:55.400Z[ recovery-image] Aug 21 17:35:54.091 INFO O| Aug 21 17:35:54.091 INFO STEP 65 (assemble_files) COMPLETE
51692026-08-21T17:35:55.400Z[ recovery-image] Aug 21 17:35:54.091 INFO O| Aug 21 17:35:54.091 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51702026-08-21T17:35:55.409Z[ recovery-image] Aug 21 17:35:54.102 INFO O| Aug 21 17:35:54.102 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
51712026-08-21T17:35:55.409Z[ recovery-image] Aug 21 17:35:54.102 INFO O| Aug 21 17:35:54.102 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
51722026-08-21T17:35:55.412Z[ recovery-image] Aug 21 17:35:54.102 INFO O| Aug 21 17:35:54.102 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51732026-08-21T17:35:55.412Z[ recovery-image] Aug 21 17:35:54.102 INFO O| Aug 21 17:35:54.102 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
51742026-08-21T17:35:55.412Z[ recovery-image] Aug 21 17:35:54.102 INFO O| Aug 21 17:35:54.102 INFO ok!
51752026-08-21T17:35:55.413Z[ recovery-image] Aug 21 17:35:54.102 INFO O| Aug 21 17:35:54.102 INFO STEP 66 (ensure_file) COMPLETE
51762026-08-21T17:35:55.413Z[ recovery-image] Aug 21 17:35:54.102 INFO O| Aug 21 17:35:54.102 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51772026-08-21T17:35:55.413Z[ recovery-image] Aug 21 17:35:54.102 INFO O| Aug 21 17:35:54.102 INFO skip step because feature "omicron1" is not enabled
51782026-08-21T17:35:55.413Z[ recovery-image] Aug 21 17:35:54.102 INFO O| Aug 21 17:35:54.102 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51792026-08-21T17:35:55.413Z[ recovery-image] Aug 21 17:35:54.102 INFO O| Aug 21 17:35:54.102 INFO skip step because feature "omicron1" is not enabled
51802026-08-21T17:35:55.413Z[ recovery-image] Aug 21 17:35:54.102 INFO O| Aug 21 17:35:54.102 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51812026-08-21T17:35:55.413Z[ recovery-image] Aug 21 17:35:54.102 INFO O| Aug 21 17:35:54.102 INFO skip step because feature "omicron1" is not enabled
51822026-08-21T17:35:55.413Z[ recovery-image] Aug 21 17:35:54.102 INFO O| Aug 21 17:35:54.102 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51832026-08-21T17:35:55.425Z[ recovery-image] Aug 21 17:35:54.117 INFO O| Aug 21 17:35:54.117 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
51842026-08-21T17:35:55.425Z[ recovery-image] Aug 21 17:35:54.117 INFO O| Aug 21 17:35:54.117 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
51852026-08-21T17:35:55.431Z[verify-libraries] Compiling keccak v0.2.0
51862026-08-21T17:35:55.705Z[verify-libraries] Compiling shell-words v1.1.1
51872026-08-21T17:35:55.785Z[verify-libraries] Compiling darling v0.13.4
51882026-08-21T17:35:55.813Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
51892026-08-21T17:35:55.923Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
51902026-08-21T17:35:56.059Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
51912026-08-21T17:35:56.456Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
51922026-08-21T17:35:56.553Z[verify-libraries] Compiling ed25519 v3.0.0
51932026-08-21T17:35:56.614Z[verify-libraries] Compiling crypto-primes v0.7.2
51942026-08-21T17:35:56.655Z[ recovery-image] Aug 21 17:35:55.347 INFO O| Aug 21 17:35:55.347 INFO STEP 70 (pack_tar) COMPLETE
51952026-08-21T17:35:56.655Z[ recovery-image] Aug 21 17:35:55.347 INFO O| Aug 21 17:35:55.347 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
51962026-08-21T17:35:56.659Z[ recovery-image] Aug 21 17:35:55.347 INFO O| Aug 21 17:35:55.347 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
51972026-08-21T17:35:56.781Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
51982026-08-21T17:35:57.222Z[ recovery-image] Aug 21 17:35:55.913 INFO O| Aug 21 17:35:55.913 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
51992026-08-21T17:35:57.297Z[verify-libraries] Compiling poly1305 v0.9.0
52002026-08-21T17:35:57.353Z[ recovery-image] Aug 21 17:35:56.045 INFO O| Aug 21 17:35:56.045 INFO completed processing sled/ramdisk-02-trim
52012026-08-21T17:35:57.357Z[ recovery-image] Aug 21 17:35:56.047 INFO image builder template: ramdisk-03-recovery-trim...
52022026-08-21T17:35:57.357Z[ recovery-image] Aug 21 17:35:56.047 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/.tmpoUnNLH/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-03-recovery-trim"], pwd: None
52032026-08-21T17:35:57.360Z[ recovery-image] Aug 21 17:35:56.052 INFO O| Aug 21 17:35:56.052 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52042026-08-21T17:35:57.435Z[ recovery-image] Aug 21 17:35:56.127 INFO O| Aug 21 17:35:56.127 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52052026-08-21T17:35:57.439Z[ recovery-image] Aug 21 17:35:56.131 INFO O| Aug 21 17:35:56.131 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52062026-08-21T17:35:57.519Z[ recovery-image] Aug 21 17:35:56.211 INFO O| Aug 21 17:35:56.211 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52072026-08-21T17:35:57.594Z[ recovery-image] Aug 21 17:35:56.285 INFO O| Aug 21 17:35:56.285 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52082026-08-21T17:35:57.594Z[ recovery-image] Aug 21 17:35:56.285 INFO O| Aug 21 17:35:56.285 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52092026-08-21T17:35:57.607Z[ recovery-image] Aug 21 17:35:56.292 INFO O| Aug 21 17:35:56.292 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52102026-08-21T17:35:57.607Z[ recovery-image] Aug 21 17:35:56.296 INFO O| Aug 21 17:35:56.296 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52112026-08-21T17:35:57.610Z[ recovery-image] Aug 21 17:35:56.301 INFO O| Aug 21 17:35:56.301 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52122026-08-21T17:35:57.914Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
52132026-08-21T17:35:57.933Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
52142026-08-21T17:35:57.965Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
52152026-08-21T17:35:58.100Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
52162026-08-21T17:35:58.254Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
52172026-08-21T17:35:58.298Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
52182026-08-21T17:35:58.336Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
52192026-08-21T17:35:58.370Z[verify-libraries] Compiling blowfish v0.10.0
52202026-08-21T17:35:58.391Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
52212026-08-21T17:35:58.440Z[ recovery-image] Aug 21 17:35:57.132 INFO O| Aug 21 17:35:57.132 INFO rolled back to input snapshot; work may begin
52222026-08-21T17:35:58.440Z[ recovery-image] Aug 21 17:35:57.132 INFO O| Aug 21 17:35:57.132 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52232026-08-21T17:35:58.444Z[ recovery-image] Aug 21 17:35:57.136 INFO O| Aug 21 17:35:57.136 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52242026-08-21T17:35:58.454Z[ recovery-image] Aug 21 17:35:57.146 INFO O| Aug 21 17:35:57.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52252026-08-21T17:35:58.458Z[ recovery-image] Aug 21 17:35:57.148 INFO O| Aug 21 17:35:57.148 INFO STEP 0 (remove_files) COMPLETE
52262026-08-21T17:35:58.458Z[ recovery-image] Aug 21 17:35:57.148 INFO O| Aug 21 17:35:57.148 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52272026-08-21T17:35:58.466Z[ recovery-image] Aug 21 17:35:57.158 INFO O| Aug 21 17:35:57.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52282026-08-21T17:35:58.469Z[ recovery-image] Aug 21 17:35:57.159 INFO O| Aug 21 17:35:57.159 INFO STEP 1 (remove_files) COMPLETE
52292026-08-21T17:35:58.469Z[ recovery-image] Aug 21 17:35:57.159 INFO O| Aug 21 17:35:57.159 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52302026-08-21T17:35:58.475Z[ recovery-image] Aug 21 17:35:57.168 INFO O| Aug 21 17:35:57.168 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52312026-08-21T17:35:58.483Z[ recovery-image] Aug 21 17:35:57.176 INFO O| Aug 21 17:35:57.176 INFO STEP 2 (remove_files) COMPLETE
52322026-08-21T17:35:58.483Z[ recovery-image] Aug 21 17:35:57.176 INFO O| Aug 21 17:35:57.176 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52332026-08-21T17:35:58.492Z[ recovery-image] Aug 21 17:35:57.185 INFO O| Aug 21 17:35:57.184 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52342026-08-21T17:35:58.511Z[verify-libraries] Compiling petname v2.0.2
52352026-08-21T17:35:58.546Z[ recovery-image] Aug 21 17:35:57.238 INFO O| Aug 21 17:35:57.238 INFO STEP 3 (remove_files) COMPLETE
52362026-08-21T17:35:58.546Z[ recovery-image] Aug 21 17:35:57.238 INFO O| Aug 21 17:35:57.238 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52372026-08-21T17:35:58.557Z[ recovery-image] Aug 21 17:35:57.249 INFO O| Aug 21 17:35:57.249 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52382026-08-21T17:35:58.560Z[ recovery-image] Aug 21 17:35:57.250 INFO O| Aug 21 17:35:57.250 INFO STEP 4 (remove_files) COMPLETE
52392026-08-21T17:35:58.560Z[ recovery-image] Aug 21 17:35:57.250 INFO O| Aug 21 17:35:57.250 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52402026-08-21T17:35:58.568Z[ recovery-image] Aug 21 17:35:57.261 INFO O| Aug 21 17:35:57.261 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52412026-08-21T17:35:58.575Z[verify-libraries] Compiling constant_time_eq v0.4.2
52422026-08-21T17:35:58.602Z[ recovery-image] Aug 21 17:35:57.294 INFO O| Aug 21 17:35:57.294 INFO STEP 5 (remove_files) COMPLETE
52432026-08-21T17:35:58.602Z[ recovery-image] Aug 21 17:35:57.294 INFO O| Aug 21 17:35:57.294 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52442026-08-21T17:35:58.612Z[ recovery-image] Aug 21 17:35:57.304 INFO O| Aug 21 17:35:57.304 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52452026-08-21T17:35:58.617Z[verify-libraries] Compiling arrayvec v0.7.6
52462026-08-21T17:35:58.622Z[ recovery-image] Aug 21 17:35:57.314 INFO O| Aug 21 17:35:57.314 INFO STEP 6 (remove_files) COMPLETE
52472026-08-21T17:35:58.622Z[ recovery-image] Aug 21 17:35:57.314 INFO O| Aug 21 17:35:57.314 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52482026-08-21T17:35:58.633Z[ recovery-image] Aug 21 17:35:57.324 INFO O| Aug 21 17:35:57.324 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52492026-08-21T17:35:58.636Z[ recovery-image] Aug 21 17:35:57.327 INFO O| Aug 21 17:35:57.327 INFO STEP 7 (remove_files) COMPLETE
52502026-08-21T17:35:58.636Z[ recovery-image] Aug 21 17:35:57.327 INFO O| Aug 21 17:35:57.327 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52512026-08-21T17:35:58.645Z[ recovery-image] Aug 21 17:35:57.337 INFO O| Aug 21 17:35:57.337 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52522026-08-21T17:35:58.649Z[ recovery-image] Aug 21 17:35:57.339 INFO O| Aug 21 17:35:57.339 INFO STEP 8 (remove_files) COMPLETE
52532026-08-21T17:35:58.649Z[ recovery-image] Aug 21 17:35:57.339 INFO O| Aug 21 17:35:57.339 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52542026-08-21T17:35:58.658Z[ recovery-image] Aug 21 17:35:57.349 INFO O| Aug 21 17:35:57.349 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52552026-08-21T17:35:58.664Z[ recovery-image] Aug 21 17:35:57.356 INFO O| Aug 21 17:35:57.356 INFO STEP 9 (remove_files) COMPLETE
52562026-08-21T17:35:58.664Z[ recovery-image] Aug 21 17:35:57.356 INFO O| Aug 21 17:35:57.356 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52572026-08-21T17:35:58.703Z[ recovery-image] Aug 21 17:35:57.394 INFO O| Aug 21 17:35:57.394 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
52582026-08-21T17:35:58.706Z[ recovery-image] Aug 21 17:35:57.398 INFO O| Aug 21 17:35:57.398 INFO STEP 10 (remove_files) COMPLETE
52592026-08-21T17:35:58.706Z[ recovery-image] Aug 21 17:35:57.398 INFO O| Aug 21 17:35:57.398 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52602026-08-21T17:35:58.709Z[verify-libraries] Compiling arrayref v0.3.9
52612026-08-21T17:35:58.723Z[ recovery-image] Aug 21 17:35:57.415 INFO O| Aug 21 17:35:57.415 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
52622026-08-21T17:35:58.736Z[ recovery-image] Aug 21 17:35:57.428 INFO O| Aug 21 17:35:57.428 INFO STEP 11 (remove_files) COMPLETE
52632026-08-21T17:35:58.736Z[ recovery-image] Aug 21 17:35:57.428 INFO O| Aug 21 17:35:57.428 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52642026-08-21T17:35:58.768Z[ recovery-image] Aug 21 17:35:57.461 INFO O| Aug 21 17:35:57.460 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
52652026-08-21T17:35:58.819Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
52662026-08-21T17:35:58.922Z[ recovery-image] Aug 21 17:35:57.614 INFO O| Aug 21 17:35:57.614 INFO STEP 12 (remove_files) COMPLETE
52672026-08-21T17:35:58.922Z[ recovery-image] Aug 21 17:35:57.614 INFO O| Aug 21 17:35:57.614 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52682026-08-21T17:35:58.938Z[ recovery-image] Aug 21 17:35:57.630 INFO O| Aug 21 17:35:57.630 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
52692026-08-21T17:35:58.951Z[ recovery-image] Aug 21 17:35:57.643 INFO O| Aug 21 17:35:57.643 INFO STEP 13 (remove_files) COMPLETE
52702026-08-21T17:35:58.955Z[ recovery-image] Aug 21 17:35:57.643 INFO O| Aug 21 17:35:57.643 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52712026-08-21T17:35:58.989Z[ recovery-image] Aug 21 17:35:57.681 INFO O| Aug 21 17:35:57.680 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
52722026-08-21T17:35:58.998Z[ recovery-image] Aug 21 17:35:57.686 INFO O| Aug 21 17:35:57.686 INFO STEP 14 (remove_files) COMPLETE
52732026-08-21T17:35:58.998Z[ recovery-image] Aug 21 17:35:57.686 INFO O| Aug 21 17:35:57.686 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52742026-08-21T17:35:59.009Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
52752026-08-21T17:35:59.053Z[ recovery-image] Aug 21 17:35:57.745 INFO O| Aug 21 17:35:57.745 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
52762026-08-21T17:35:59.054Z[ recovery-image] Aug 21 17:35:57.745 INFO O| Aug 21 17:35:57.745 INFO STEP 15 (remove_files) COMPLETE
52772026-08-21T17:35:59.054Z[ recovery-image] Aug 21 17:35:57.745 INFO O| Aug 21 17:35:57.745 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52782026-08-21T17:35:59.062Z[ recovery-image] Aug 21 17:35:57.754 INFO O| Aug 21 17:35:57.754 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
52792026-08-21T17:35:59.065Z[ recovery-image] Aug 21 17:35:57.755 INFO O| Aug 21 17:35:57.755 INFO STEP 16 (remove_files) COMPLETE
52802026-08-21T17:35:59.065Z[ recovery-image] Aug 21 17:35:57.755 INFO O| Aug 21 17:35:57.755 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52812026-08-21T17:35:59.072Z[ recovery-image] Aug 21 17:35:57.764 INFO O| Aug 21 17:35:57.764 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
52822026-08-21T17:35:59.150Z[ recovery-image] Aug 21 17:35:57.842 INFO O| Aug 21 17:35:57.842 INFO STEP 17 (remove_files) COMPLETE
52832026-08-21T17:35:59.150Z[ recovery-image] Aug 21 17:35:57.842 INFO O| Aug 21 17:35:57.842 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52842026-08-21T17:35:59.160Z[ recovery-image] Aug 21 17:35:57.852 INFO O| Aug 21 17:35:57.852 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
52852026-08-21T17:35:59.163Z[ recovery-image] Aug 21 17:35:57.854 INFO O| Aug 21 17:35:57.853 INFO STEP 18 (remove_files) COMPLETE
52862026-08-21T17:35:59.164Z[ recovery-image] Aug 21 17:35:57.854 INFO O| Aug 21 17:35:57.853 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52872026-08-21T17:35:59.176Z[ recovery-image] Aug 21 17:35:57.863 INFO O| Aug 21 17:35:57.863 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
52882026-08-21T17:35:59.181Z[ recovery-image] Aug 21 17:35:57.864 INFO O| Aug 21 17:35:57.864 INFO STEP 19 (remove_files) COMPLETE
52892026-08-21T17:35:59.181Z[ recovery-image] Aug 21 17:35:57.864 INFO O| Aug 21 17:35:57.864 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52902026-08-21T17:35:59.184Z[ recovery-image] Aug 21 17:35:57.873 INFO O| Aug 21 17:35:57.873 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
52912026-08-21T17:35:59.242Z[verify-libraries] Compiling rsa v0.10.0-rc.18
52922026-08-21T17:35:59.264Z[verify-libraries] Compiling ssh-cipher v0.3.0
52932026-08-21T17:35:59.301Z[verify-libraries] Compiling ed25519-dalek v3.0.0
52942026-08-21T17:35:59.370Z[ recovery-image] Aug 21 17:35:58.061 INFO O| Aug 21 17:35:58.061 INFO STEP 20 (remove_files) COMPLETE
52952026-08-21T17:35:59.370Z[ recovery-image] Aug 21 17:35:58.062 INFO O| Aug 21 17:35:58.061 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52962026-08-21T17:35:59.385Z[ recovery-image] Aug 21 17:35:58.077 INFO O| Aug 21 17:35:58.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
52972026-08-21T17:35:59.388Z[ recovery-image] Aug 21 17:35:58.079 INFO O| Aug 21 17:35:58.079 INFO STEP 21 (remove_files) COMPLETE
52982026-08-21T17:35:59.388Z[ recovery-image] Aug 21 17:35:58.079 INFO O| Aug 21 17:35:58.079 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52992026-08-21T17:35:59.397Z[ recovery-image] Aug 21 17:35:58.089 INFO O| Aug 21 17:35:58.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53002026-08-21T17:35:59.397Z[ recovery-image] Aug 21 17:35:58.089 INFO O| Aug 21 17:35:58.089 INFO STEP 22 (remove_files) COMPLETE
53012026-08-21T17:35:59.397Z[ recovery-image] Aug 21 17:35:58.089 INFO O| Aug 21 17:35:58.089 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53022026-08-21T17:35:59.400Z[verify-libraries] Compiling serde_with_macros v1.5.2
53032026-08-21T17:35:59.407Z[ recovery-image] Aug 21 17:35:58.099 INFO O| Aug 21 17:35:58.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53042026-08-21T17:35:59.411Z[ recovery-image] Aug 21 17:35:58.100 INFO O| Aug 21 17:35:58.100 INFO STEP 23 (remove_files) COMPLETE
53052026-08-21T17:35:59.411Z[ recovery-image] Aug 21 17:35:58.100 INFO O| Aug 21 17:35:58.100 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53062026-08-21T17:35:59.418Z[ recovery-image] Aug 21 17:35:58.110 INFO O| Aug 21 17:35:58.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53072026-08-21T17:35:59.418Z[ recovery-image] Aug 21 17:35:58.110 INFO O| Aug 21 17:35:58.110 INFO STEP 24 (remove_files) COMPLETE
53082026-08-21T17:35:59.418Z[ recovery-image] Aug 21 17:35:58.110 INFO O| Aug 21 17:35:58.110 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53092026-08-21T17:35:59.427Z[ recovery-image] Aug 21 17:35:58.120 INFO O| Aug 21 17:35:58.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53102026-08-21T17:35:59.431Z[ recovery-image] Aug 21 17:35:58.120 INFO O| Aug 21 17:35:58.120 INFO STEP 25 (remove_files) COMPLETE
53112026-08-21T17:35:59.431Z[ recovery-image] Aug 21 17:35:58.120 INFO O| Aug 21 17:35:58.120 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53122026-08-21T17:35:59.438Z[ recovery-image] Aug 21 17:35:58.131 INFO O| Aug 21 17:35:58.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53132026-08-21T17:35:59.438Z[ recovery-image] Aug 21 17:35:58.131 INFO O| Aug 21 17:35:58.131 INFO STEP 26 (remove_files) COMPLETE
53142026-08-21T17:35:59.438Z[ recovery-image] Aug 21 17:35:58.131 INFO O| Aug 21 17:35:58.131 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53152026-08-21T17:35:59.449Z[ recovery-image] Aug 21 17:35:58.141 INFO O| Aug 21 17:35:58.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53162026-08-21T17:35:59.452Z[ recovery-image] Aug 21 17:35:58.142 INFO O| Aug 21 17:35:58.142 INFO STEP 27 (remove_files) COMPLETE
53172026-08-21T17:35:59.452Z[ recovery-image] Aug 21 17:35:58.142 INFO O| Aug 21 17:35:58.142 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53182026-08-21T17:35:59.460Z[ recovery-image] Aug 21 17:35:58.152 INFO O| Aug 21 17:35:58.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53192026-08-21T17:35:59.463Z[ recovery-image] Aug 21 17:35:58.153 INFO O| Aug 21 17:35:58.153 INFO STEP 28 (remove_files) COMPLETE
53202026-08-21T17:35:59.463Z[ recovery-image] Aug 21 17:35:58.153 INFO O| Aug 21 17:35:58.153 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53212026-08-21T17:35:59.471Z[ recovery-image] Aug 21 17:35:58.163 INFO O| Aug 21 17:35:58.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53222026-08-21T17:35:59.474Z[ recovery-image] Aug 21 17:35:58.164 INFO O| Aug 21 17:35:58.164 INFO STEP 29 (remove_files) COMPLETE
53232026-08-21T17:35:59.474Z[ recovery-image] Aug 21 17:35:58.164 INFO O| Aug 21 17:35:58.164 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-08-21T17:35:59.481Z[ recovery-image] Aug 21 17:35:58.173 INFO O| Aug 21 17:35:58.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53252026-08-21T17:35:59.481Z[ recovery-image] Aug 21 17:35:58.173 INFO O| Aug 21 17:35:58.173 INFO STEP 30 (remove_files) COMPLETE
53262026-08-21T17:35:59.484Z[ recovery-image] Aug 21 17:35:58.173 INFO O| Aug 21 17:35:58.173 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-08-21T17:35:59.491Z[ recovery-image] Aug 21 17:35:58.183 INFO O| Aug 21 17:35:58.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53282026-08-21T17:35:59.491Z[ recovery-image] Aug 21 17:35:58.183 INFO O| Aug 21 17:35:58.183 INFO STEP 31 (remove_files) COMPLETE
53292026-08-21T17:35:59.491Z[ recovery-image] Aug 21 17:35:58.183 INFO O| Aug 21 17:35:58.183 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53302026-08-21T17:35:59.494Z[verify-libraries] Compiling sha3 v0.11.0
53312026-08-21T17:35:59.499Z[ recovery-image] Aug 21 17:35:58.192 INFO O| Aug 21 17:35:58.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53322026-08-21T17:35:59.499Z[ recovery-image] Aug 21 17:35:58.192 INFO O| Aug 21 17:35:58.192 INFO STEP 32 (remove_files) COMPLETE
53332026-08-21T17:35:59.499Z[ recovery-image] Aug 21 17:35:58.192 INFO O| Aug 21 17:35:58.192 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53342026-08-21T17:35:59.509Z[ recovery-image] Aug 21 17:35:58.201 INFO O| Aug 21 17:35:58.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53352026-08-21T17:35:59.509Z[ recovery-image] Aug 21 17:35:58.201 INFO O| Aug 21 17:35:58.201 INFO STEP 33 (remove_files) COMPLETE
53362026-08-21T17:35:59.509Z[ recovery-image] Aug 21 17:35:58.201 INFO O| Aug 21 17:35:58.201 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53372026-08-21T17:35:59.518Z[ recovery-image] Aug 21 17:35:58.210 INFO O| Aug 21 17:35:58.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53382026-08-21T17:35:59.518Z[ recovery-image] Aug 21 17:35:58.210 INFO O| Aug 21 17:35:58.210 INFO STEP 34 (remove_files) COMPLETE
53392026-08-21T17:35:59.518Z[ recovery-image] Aug 21 17:35:58.210 INFO O| Aug 21 17:35:58.210 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53402026-08-21T17:35:59.528Z[ recovery-image] Aug 21 17:35:58.220 INFO O| Aug 21 17:35:58.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53412026-08-21T17:35:59.528Z[ recovery-image] Aug 21 17:35:58.220 INFO O| Aug 21 17:35:58.220 INFO STEP 35 (remove_files) COMPLETE
53422026-08-21T17:35:59.528Z[ recovery-image] Aug 21 17:35:58.220 INFO O| Aug 21 17:35:58.220 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-08-21T17:35:59.536Z[ recovery-image] Aug 21 17:35:58.229 INFO O| Aug 21 17:35:58.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53442026-08-21T17:35:59.540Z[ recovery-image] Aug 21 17:35:58.229 INFO O| Aug 21 17:35:58.229 INFO STEP 36 (remove_files) COMPLETE
53452026-08-21T17:35:59.540Z[ recovery-image] Aug 21 17:35:58.229 INFO O| Aug 21 17:35:58.229 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53462026-08-21T17:35:59.547Z[ recovery-image] Aug 21 17:35:58.239 INFO O| Aug 21 17:35:58.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53472026-08-21T17:35:59.547Z[ recovery-image] Aug 21 17:35:58.239 INFO O| Aug 21 17:35:58.239 INFO STEP 37 (remove_files) COMPLETE
53482026-08-21T17:35:59.550Z[ recovery-image] Aug 21 17:35:58.239 INFO O| Aug 21 17:35:58.239 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53492026-08-21T17:35:59.557Z[ recovery-image] Aug 21 17:35:58.250 INFO O| Aug 21 17:35:58.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53502026-08-21T17:35:59.557Z[ recovery-image] Aug 21 17:35:58.250 INFO O| Aug 21 17:35:58.250 INFO STEP 38 (remove_files) COMPLETE
53512026-08-21T17:35:59.561Z[ recovery-image] Aug 21 17:35:58.250 INFO O| Aug 21 17:35:58.250 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-08-21T17:35:59.567Z[ recovery-image] Aug 21 17:35:58.259 INFO O| Aug 21 17:35:58.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53532026-08-21T17:35:59.567Z[ recovery-image] Aug 21 17:35:58.259 INFO O| Aug 21 17:35:58.259 INFO STEP 39 (remove_files) COMPLETE
53542026-08-21T17:35:59.572Z[ recovery-image] Aug 21 17:35:58.259 INFO O| Aug 21 17:35:58.259 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53552026-08-21T17:35:59.576Z[ recovery-image] Aug 21 17:35:58.268 INFO O| Aug 21 17:35:58.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53562026-08-21T17:35:59.576Z[ recovery-image] Aug 21 17:35:58.268 INFO O| Aug 21 17:35:58.268 INFO STEP 40 (remove_files) COMPLETE
53572026-08-21T17:35:59.576Z[ recovery-image] Aug 21 17:35:58.268 INFO O| Aug 21 17:35:58.268 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53582026-08-21T17:35:59.585Z[ recovery-image] Aug 21 17:35:58.277 INFO O| Aug 21 17:35:58.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53592026-08-21T17:35:59.585Z[ recovery-image] Aug 21 17:35:58.277 INFO O| Aug 21 17:35:58.277 INFO STEP 41 (remove_files) COMPLETE
53602026-08-21T17:35:59.588Z[ recovery-image] Aug 21 17:35:58.277 INFO O| Aug 21 17:35:58.277 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-08-21T17:35:59.593Z[ recovery-image] Aug 21 17:35:58.286 INFO O| Aug 21 17:35:58.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
53622026-08-21T17:35:59.593Z[ recovery-image] Aug 21 17:35:58.286 INFO O| Aug 21 17:35:58.286 INFO STEP 42 (remove_files) COMPLETE
53632026-08-21T17:35:59.596Z[ recovery-image] Aug 21 17:35:58.286 INFO O| Aug 21 17:35:58.286 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53642026-08-21T17:35:59.602Z[ recovery-image] Aug 21 17:35:58.294 INFO O| Aug 21 17:35:58.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
53652026-08-21T17:35:59.602Z[ recovery-image] Aug 21 17:35:58.294 INFO O| Aug 21 17:35:58.294 INFO STEP 43 (remove_files) COMPLETE
53662026-08-21T17:35:59.602Z[ recovery-image] Aug 21 17:35:58.294 INFO O| Aug 21 17:35:58.294 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53672026-08-21T17:35:59.611Z[ recovery-image] Aug 21 17:35:58.303 INFO O| Aug 21 17:35:58.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
53682026-08-21T17:35:59.614Z[ recovery-image] Aug 21 17:35:58.304 INFO O| Aug 21 17:35:58.304 INFO STEP 44 (remove_files) COMPLETE
53692026-08-21T17:35:59.614Z[ recovery-image] Aug 21 17:35:58.304 INFO O| Aug 21 17:35:58.304 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53702026-08-21T17:35:59.620Z[ recovery-image] Aug 21 17:35:58.312 INFO O| Aug 21 17:35:58.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
53712026-08-21T17:35:59.623Z[ recovery-image] Aug 21 17:35:58.313 INFO O| Aug 21 17:35:58.313 INFO STEP 45 (remove_files) COMPLETE
53722026-08-21T17:35:59.623Z[ recovery-image] Aug 21 17:35:58.313 INFO O| Aug 21 17:35:58.313 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53732026-08-21T17:35:59.632Z[ recovery-image] Aug 21 17:35:58.323 INFO O| Aug 21 17:35:58.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
53742026-08-21T17:35:59.632Z[ recovery-image] Aug 21 17:35:58.324 INFO O| Aug 21 17:35:58.324 INFO STEP 46 (remove_files) COMPLETE
53752026-08-21T17:35:59.632Z[ recovery-image] Aug 21 17:35:58.324 INFO O| Aug 21 17:35:58.324 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53762026-08-21T17:35:59.642Z[ recovery-image] Aug 21 17:35:58.334 INFO O| Aug 21 17:35:58.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
53772026-08-21T17:35:59.645Z[ recovery-image] Aug 21 17:35:58.335 INFO O| Aug 21 17:35:58.335 INFO STEP 47 (remove_files) COMPLETE
53782026-08-21T17:35:59.645Z[ recovery-image] Aug 21 17:35:58.335 INFO O| Aug 21 17:35:58.335 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53792026-08-21T17:35:59.652Z[ recovery-image] Aug 21 17:35:58.344 INFO O| Aug 21 17:35:58.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
53802026-08-21T17:35:59.652Z[ recovery-image] Aug 21 17:35:58.344 INFO O| Aug 21 17:35:58.344 INFO STEP 48 (remove_files) COMPLETE
53812026-08-21T17:35:59.655Z[ recovery-image] Aug 21 17:35:58.344 INFO O| Aug 21 17:35:58.344 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53822026-08-21T17:35:59.660Z[ recovery-image] Aug 21 17:35:58.352 INFO O| Aug 21 17:35:58.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
53832026-08-21T17:35:59.660Z[ recovery-image] Aug 21 17:35:58.352 INFO O| Aug 21 17:35:58.352 INFO STEP 49 (remove_files) COMPLETE
53842026-08-21T17:35:59.660Z[ recovery-image] Aug 21 17:35:58.352 INFO O| Aug 21 17:35:58.352 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53852026-08-21T17:35:59.667Z[ recovery-image] Aug 21 17:35:58.360 INFO O| Aug 21 17:35:58.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
53862026-08-21T17:35:59.667Z[ recovery-image] Aug 21 17:35:58.360 INFO O| Aug 21 17:35:58.360 INFO STEP 50 (remove_files) COMPLETE
53872026-08-21T17:35:59.671Z[ recovery-image] Aug 21 17:35:58.360 INFO O| Aug 21 17:35:58.360 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-08-21T17:35:59.678Z[ recovery-image] Aug 21 17:35:58.368 INFO O| Aug 21 17:35:58.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
53892026-08-21T17:35:59.678Z[ recovery-image] Aug 21 17:35:58.369 INFO O| Aug 21 17:35:58.369 INFO STEP 51 (remove_files) COMPLETE
53902026-08-21T17:35:59.678Z[ recovery-image] Aug 21 17:35:58.369 INFO O| Aug 21 17:35:58.369 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-08-21T17:35:59.686Z[ recovery-image] Aug 21 17:35:58.378 INFO O| Aug 21 17:35:58.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
53922026-08-21T17:35:59.689Z[ recovery-image] Aug 21 17:35:58.379 INFO O| Aug 21 17:35:58.379 INFO STEP 52 (remove_files) COMPLETE
53932026-08-21T17:35:59.689Z[ recovery-image] Aug 21 17:35:58.379 INFO O| Aug 21 17:35:58.379 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53942026-08-21T17:35:59.715Z[ recovery-image] Aug 21 17:35:58.404 INFO O| Aug 21 17:35:58.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
53952026-08-21T17:35:59.716Z[ recovery-image] Aug 21 17:35:58.404 INFO O| Aug 21 17:35:58.404 INFO STEP 53 (remove_files) COMPLETE
53962026-08-21T17:35:59.716Z[ recovery-image] Aug 21 17:35:58.404 INFO O| Aug 21 17:35:58.404 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53972026-08-21T17:35:59.721Z[ recovery-image] Aug 21 17:35:58.413 INFO O| Aug 21 17:35:58.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
53982026-08-21T17:35:59.721Z[ recovery-image] Aug 21 17:35:58.413 INFO O| Aug 21 17:35:58.413 INFO STEP 54 (remove_files) COMPLETE
53992026-08-21T17:35:59.724Z[ recovery-image] Aug 21 17:35:58.413 INFO O| Aug 21 17:35:58.413 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54002026-08-21T17:35:59.730Z[ recovery-image] Aug 21 17:35:58.422 INFO O| Aug 21 17:35:58.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54012026-08-21T17:35:59.730Z[ recovery-image] Aug 21 17:35:58.422 INFO O| Aug 21 17:35:58.422 INFO STEP 55 (remove_files) COMPLETE
54022026-08-21T17:35:59.730Z[ recovery-image] Aug 21 17:35:58.422 INFO O| Aug 21 17:35:58.422 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54032026-08-21T17:35:59.739Z[ recovery-image] Aug 21 17:35:58.430 INFO O| Aug 21 17:35:58.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54042026-08-21T17:35:59.739Z[ recovery-image] Aug 21 17:35:58.430 INFO O| Aug 21 17:35:58.430 INFO STEP 56 (remove_files) COMPLETE
54052026-08-21T17:35:59.739Z[ recovery-image] Aug 21 17:35:58.430 INFO O| Aug 21 17:35:58.430 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54062026-08-21T17:35:59.752Z[ recovery-image] Aug 21 17:35:58.444 INFO O| Aug 21 17:35:58.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54072026-08-21T17:35:59.752Z[ recovery-image] Aug 21 17:35:58.444 INFO O| Aug 21 17:35:58.439 INFO STEP 57 (remove_files) COMPLETE
54082026-08-21T17:35:59.752Z[ recovery-image] Aug 21 17:35:58.444 INFO O| Aug 21 17:35:58.439 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54092026-08-21T17:35:59.755Z[ recovery-image] Aug 21 17:35:58.446 INFO O| Aug 21 17:35:58.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54102026-08-21T17:35:59.756Z[ recovery-image] Aug 21 17:35:58.446 INFO O| Aug 21 17:35:58.446 INFO STEP 58 (remove_files) COMPLETE
54112026-08-21T17:35:59.756Z[ recovery-image] Aug 21 17:35:58.446 INFO O| Aug 21 17:35:58.446 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54122026-08-21T17:35:59.762Z[ recovery-image] Aug 21 17:35:58.454 INFO O| Aug 21 17:35:58.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54132026-08-21T17:35:59.762Z[ recovery-image] Aug 21 17:35:58.454 INFO O| Aug 21 17:35:58.454 INFO STEP 59 (remove_files) COMPLETE
54142026-08-21T17:35:59.762Z[ recovery-image] Aug 21 17:35:58.454 INFO O| Aug 21 17:35:58.454 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54152026-08-21T17:35:59.770Z[ recovery-image] Aug 21 17:35:58.462 INFO O| Aug 21 17:35:58.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54162026-08-21T17:35:59.770Z[ recovery-image] Aug 21 17:35:58.462 INFO O| Aug 21 17:35:58.462 INFO STEP 60 (remove_files) COMPLETE
54172026-08-21T17:35:59.770Z[ recovery-image] Aug 21 17:35:58.462 INFO O| Aug 21 17:35:58.462 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54182026-08-21T17:35:59.779Z[ recovery-image] Aug 21 17:35:58.471 INFO O| Aug 21 17:35:58.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54192026-08-21T17:35:59.779Z[ recovery-image] Aug 21 17:35:58.471 INFO O| Aug 21 17:35:58.471 INFO STEP 61 (remove_files) COMPLETE
54202026-08-21T17:35:59.779Z[ recovery-image] Aug 21 17:35:58.471 INFO O| Aug 21 17:35:58.471 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-08-21T17:35:59.788Z[ recovery-image] Aug 21 17:35:58.479 INFO O| Aug 21 17:35:58.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54222026-08-21T17:35:59.788Z[ recovery-image] Aug 21 17:35:58.479 INFO O| Aug 21 17:35:58.479 INFO STEP 62 (remove_files) COMPLETE
54232026-08-21T17:35:59.788Z[ recovery-image] Aug 21 17:35:58.479 INFO O| Aug 21 17:35:58.479 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54242026-08-21T17:35:59.795Z[ recovery-image] Aug 21 17:35:58.487 INFO O| Aug 21 17:35:58.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54252026-08-21T17:35:59.795Z[ recovery-image] Aug 21 17:35:58.487 INFO O| Aug 21 17:35:58.487 INFO STEP 63 (remove_files) COMPLETE
54262026-08-21T17:35:59.795Z[ recovery-image] Aug 21 17:35:58.487 INFO O| Aug 21 17:35:58.487 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-08-21T17:35:59.802Z[ recovery-image] Aug 21 17:35:58.495 INFO O| Aug 21 17:35:58.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54282026-08-21T17:35:59.802Z[ recovery-image] Aug 21 17:35:58.495 INFO O| Aug 21 17:35:58.495 INFO STEP 64 (remove_files) COMPLETE
54292026-08-21T17:35:59.803Z[ recovery-image] Aug 21 17:35:58.495 INFO O| Aug 21 17:35:58.495 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54302026-08-21T17:35:59.813Z[ recovery-image] Aug 21 17:35:58.504 INFO O| Aug 21 17:35:58.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54312026-08-21T17:35:59.813Z[ recovery-image] Aug 21 17:35:58.504 INFO O| Aug 21 17:35:58.504 INFO STEP 65 (remove_files) COMPLETE
54322026-08-21T17:35:59.813Z[ recovery-image] Aug 21 17:35:58.504 INFO O| Aug 21 17:35:58.504 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54332026-08-21T17:35:59.822Z[ recovery-image] Aug 21 17:35:58.513 INFO O| Aug 21 17:35:58.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54342026-08-21T17:35:59.822Z[ recovery-image] Aug 21 17:35:58.513 INFO O| Aug 21 17:35:58.513 INFO STEP 66 (remove_files) COMPLETE
54352026-08-21T17:35:59.822Z[ recovery-image] Aug 21 17:35:58.513 INFO O| Aug 21 17:35:58.513 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-08-21T17:35:59.831Z[ recovery-image] Aug 21 17:35:58.523 INFO O| Aug 21 17:35:58.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54372026-08-21T17:35:59.831Z[ recovery-image] Aug 21 17:35:58.523 INFO O| Aug 21 17:35:58.523 INFO STEP 67 (remove_files) COMPLETE
54382026-08-21T17:35:59.831Z[ recovery-image] Aug 21 17:35:58.523 INFO O| Aug 21 17:35:58.523 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-08-21T17:35:59.839Z[ recovery-image] Aug 21 17:35:58.531 INFO O| Aug 21 17:35:58.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54402026-08-21T17:35:59.839Z[ recovery-image] Aug 21 17:35:58.531 INFO O| Aug 21 17:35:58.531 INFO STEP 68 (remove_files) COMPLETE
54412026-08-21T17:35:59.842Z[ recovery-image] Aug 21 17:35:58.531 INFO O| Aug 21 17:35:58.531 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-08-21T17:35:59.846Z[ recovery-image] Aug 21 17:35:58.539 INFO O| Aug 21 17:35:58.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54432026-08-21T17:35:59.846Z[ recovery-image] Aug 21 17:35:58.539 INFO O| Aug 21 17:35:58.539 INFO STEP 69 (remove_files) COMPLETE
54442026-08-21T17:35:59.846Z[ recovery-image] Aug 21 17:35:58.539 INFO O| Aug 21 17:35:58.539 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-08-21T17:35:59.857Z[ recovery-image] Aug 21 17:35:58.546 INFO O| Aug 21 17:35:58.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54462026-08-21T17:35:59.857Z[ recovery-image] Aug 21 17:35:58.546 INFO O| Aug 21 17:35:58.546 INFO STEP 70 (remove_files) COMPLETE
54472026-08-21T17:35:59.857Z[ recovery-image] Aug 21 17:35:58.546 INFO O| Aug 21 17:35:58.546 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-08-21T17:35:59.861Z[ recovery-image] Aug 21 17:35:58.553 INFO O| Aug 21 17:35:58.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54492026-08-21T17:35:59.861Z[ recovery-image] Aug 21 17:35:58.553 INFO O| Aug 21 17:35:58.553 INFO STEP 71 (remove_files) COMPLETE
54502026-08-21T17:35:59.861Z[ recovery-image] Aug 21 17:35:58.553 INFO O| Aug 21 17:35:58.553 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-08-21T17:35:59.868Z[verify-libraries] Compiling p256 v0.14.0
54522026-08-21T17:35:59.871Z[ recovery-image] Aug 21 17:35:58.561 INFO O| Aug 21 17:35:58.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54532026-08-21T17:35:59.871Z[ recovery-image] Aug 21 17:35:58.561 INFO O| Aug 21 17:35:58.561 INFO STEP 72 (remove_files) COMPLETE
54542026-08-21T17:35:59.871Z[ recovery-image] Aug 21 17:35:58.561 INFO O| Aug 21 17:35:58.561 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-08-21T17:35:59.876Z[ recovery-image] Aug 21 17:35:58.568 INFO O| Aug 21 17:35:58.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54562026-08-21T17:35:59.876Z[ recovery-image] Aug 21 17:35:58.568 INFO O| Aug 21 17:35:58.568 INFO STEP 73 (remove_files) COMPLETE
54572026-08-21T17:35:59.876Z[ recovery-image] Aug 21 17:35:58.568 INFO O| Aug 21 17:35:58.568 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-08-21T17:35:59.886Z[ recovery-image] Aug 21 17:35:58.578 INFO O| Aug 21 17:35:58.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54592026-08-21T17:35:59.886Z[ recovery-image] Aug 21 17:35:58.578 INFO O| Aug 21 17:35:58.578 INFO STEP 74 (remove_files) COMPLETE
54602026-08-21T17:35:59.889Z[ recovery-image] Aug 21 17:35:58.578 INFO O| Aug 21 17:35:58.578 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-08-21T17:35:59.894Z[ recovery-image] Aug 21 17:35:58.586 INFO O| Aug 21 17:35:58.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
54622026-08-21T17:35:59.894Z[ recovery-image] Aug 21 17:35:58.586 INFO O| Aug 21 17:35:58.586 INFO STEP 75 (remove_files) COMPLETE
54632026-08-21T17:35:59.894Z[ recovery-image] Aug 21 17:35:58.586 INFO O| Aug 21 17:35:58.586 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-08-21T17:35:59.902Z[ recovery-image] Aug 21 17:35:58.594 INFO O| Aug 21 17:35:58.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
54652026-08-21T17:35:59.902Z[ recovery-image] Aug 21 17:35:58.594 INFO O| Aug 21 17:35:58.594 INFO STEP 76 (remove_files) COMPLETE
54662026-08-21T17:35:59.905Z[ recovery-image] Aug 21 17:35:58.594 INFO O| Aug 21 17:35:58.594 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-08-21T17:35:59.905Z[verify-libraries] Compiling p521 v0.14.0
54682026-08-21T17:35:59.911Z[ recovery-image] Aug 21 17:35:58.603 INFO O| Aug 21 17:35:58.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
54692026-08-21T17:35:59.911Z[ recovery-image] Aug 21 17:35:58.603 INFO O| Aug 21 17:35:58.603 INFO STEP 77 (remove_files) COMPLETE
54702026-08-21T17:35:59.911Z[ recovery-image] Aug 21 17:35:58.603 INFO O| Aug 21 17:35:58.603 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54712026-08-21T17:35:59.920Z[ recovery-image] Aug 21 17:35:58.612 INFO O| Aug 21 17:35:58.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
54722026-08-21T17:35:59.924Z[ recovery-image] Aug 21 17:35:58.612 INFO O| Aug 21 17:35:58.612 INFO STEP 78 (remove_files) COMPLETE
54732026-08-21T17:35:59.924Z[ recovery-image] Aug 21 17:35:58.612 INFO O| Aug 21 17:35:58.612 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54742026-08-21T17:35:59.930Z[ recovery-image] Aug 21 17:35:58.622 INFO O| Aug 21 17:35:58.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
54752026-08-21T17:35:59.930Z[ recovery-image] Aug 21 17:35:58.622 INFO O| Aug 21 17:35:58.622 INFO STEP 79 (remove_files) COMPLETE
54762026-08-21T17:35:59.930Z[ recovery-image] Aug 21 17:35:58.622 INFO O| Aug 21 17:35:58.622 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54772026-08-21T17:35:59.940Z[ recovery-image] Aug 21 17:35:58.632 INFO O| Aug 21 17:35:58.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
54782026-08-21T17:35:59.940Z[ recovery-image] Aug 21 17:35:58.632 INFO O| Aug 21 17:35:58.632 INFO STEP 80 (remove_files) COMPLETE
54792026-08-21T17:35:59.943Z[ recovery-image] Aug 21 17:35:58.632 INFO O| Aug 21 17:35:58.632 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54802026-08-21T17:35:59.948Z[ recovery-image] Aug 21 17:35:58.641 INFO O| Aug 21 17:35:58.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
54812026-08-21T17:35:59.951Z[ recovery-image] Aug 21 17:35:58.641 INFO O| Aug 21 17:35:58.641 INFO STEP 81 (remove_files) COMPLETE
54822026-08-21T17:35:59.951Z[ recovery-image] Aug 21 17:35:58.641 INFO O| Aug 21 17:35:58.641 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54832026-08-21T17:35:59.951Z[verify-libraries] Compiling p384 v0.14.0
54842026-08-21T17:35:59.959Z[ recovery-image] Aug 21 17:35:58.651 INFO O| Aug 21 17:35:58.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
54852026-08-21T17:35:59.959Z[ recovery-image] Aug 21 17:35:58.651 INFO O| Aug 21 17:35:58.651 INFO STEP 82 (remove_files) COMPLETE
54862026-08-21T17:35:59.959Z[ recovery-image] Aug 21 17:35:58.651 INFO O| Aug 21 17:35:58.651 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-08-21T17:35:59.968Z[ recovery-image] Aug 21 17:35:58.660 INFO O| Aug 21 17:35:58.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
54882026-08-21T17:35:59.968Z[ recovery-image] Aug 21 17:35:58.660 INFO O| Aug 21 17:35:58.660 INFO STEP 83 (remove_files) COMPLETE
54892026-08-21T17:35:59.968Z[ recovery-image] Aug 21 17:35:58.660 INFO O| Aug 21 17:35:58.660 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-08-21T17:35:59.979Z[ recovery-image] Aug 21 17:35:58.670 INFO O| Aug 21 17:35:58.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
54912026-08-21T17:35:59.983Z[ recovery-image] Aug 21 17:35:58.671 INFO O| Aug 21 17:35:58.671 INFO STEP 84 (remove_files) COMPLETE
54922026-08-21T17:35:59.983Z[ recovery-image] Aug 21 17:35:58.671 INFO O| Aug 21 17:35:58.671 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-08-21T17:35:59.985Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
54942026-08-21T17:35:59.991Z[ recovery-image] Aug 21 17:35:58.682 INFO O| Aug 21 17:35:58.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
54952026-08-21T17:35:59.991Z[ recovery-image] Aug 21 17:35:58.682 INFO O| Aug 21 17:35:58.682 INFO STEP 85 (remove_files) COMPLETE
54962026-08-21T17:35:59.994Z[ recovery-image] Aug 21 17:35:58.682 INFO O| Aug 21 17:35:58.682 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-08-21T17:36:00.000Z[ recovery-image] Aug 21 17:35:58.692 INFO O| Aug 21 17:35:58.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
54982026-08-21T17:36:00.000Z[ recovery-image] Aug 21 17:35:58.692 INFO O| Aug 21 17:35:58.692 INFO STEP 86 (remove_files) COMPLETE
54992026-08-21T17:36:00.000Z[ recovery-image] Aug 21 17:35:58.692 INFO O| Aug 21 17:35:58.692 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-08-21T17:36:00.013Z[ recovery-image] Aug 21 17:35:58.702 INFO O| Aug 21 17:35:58.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55012026-08-21T17:36:00.013Z[ recovery-image] Aug 21 17:35:58.702 INFO O| Aug 21 17:35:58.702 INFO STEP 87 (remove_files) COMPLETE
55022026-08-21T17:36:00.013Z[ recovery-image] Aug 21 17:35:58.702 INFO O| Aug 21 17:35:58.702 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-08-21T17:36:00.018Z[ recovery-image] Aug 21 17:35:58.711 INFO O| Aug 21 17:35:58.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55042026-08-21T17:36:00.018Z[ recovery-image] Aug 21 17:35:58.711 INFO O| Aug 21 17:35:58.711 INFO STEP 88 (remove_files) COMPLETE
55052026-08-21T17:36:00.018Z[ recovery-image] Aug 21 17:35:58.711 INFO O| Aug 21 17:35:58.711 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-08-21T17:36:00.027Z[ recovery-image] Aug 21 17:35:58.720 INFO O| Aug 21 17:35:58.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55072026-08-21T17:36:00.035Z[ recovery-image] Aug 21 17:35:58.720 INFO O| Aug 21 17:35:58.720 INFO STEP 89 (remove_files) COMPLETE
55082026-08-21T17:36:00.035Z[ recovery-image] Aug 21 17:35:58.720 INFO O| Aug 21 17:35:58.720 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-08-21T17:36:00.038Z[ recovery-image] Aug 21 17:35:58.730 INFO O| Aug 21 17:35:58.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55102026-08-21T17:36:00.038Z[ recovery-image] Aug 21 17:35:58.730 INFO O| Aug 21 17:35:58.730 INFO STEP 90 (remove_files) COMPLETE
55112026-08-21T17:36:00.041Z[ recovery-image] Aug 21 17:35:58.730 INFO O| Aug 21 17:35:58.730 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-08-21T17:36:00.049Z[ recovery-image] Aug 21 17:35:58.739 INFO O| Aug 21 17:35:58.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55132026-08-21T17:36:00.049Z[ recovery-image] Aug 21 17:35:58.739 INFO O| Aug 21 17:35:58.739 INFO STEP 91 (remove_files) COMPLETE
55142026-08-21T17:36:00.049Z[ recovery-image] Aug 21 17:35:58.739 INFO O| Aug 21 17:35:58.739 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-08-21T17:36:00.055Z[ recovery-image] Aug 21 17:35:58.747 INFO O| Aug 21 17:35:58.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55162026-08-21T17:36:00.055Z[ recovery-image] Aug 21 17:35:58.747 INFO O| Aug 21 17:35:58.747 INFO STEP 92 (remove_files) COMPLETE
55172026-08-21T17:36:00.058Z[ recovery-image] Aug 21 17:35:58.747 INFO O| Aug 21 17:35:58.747 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-08-21T17:36:00.065Z[ recovery-image] Aug 21 17:35:58.757 INFO O| Aug 21 17:35:58.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55192026-08-21T17:36:00.065Z[ recovery-image] Aug 21 17:35:58.757 INFO O| Aug 21 17:35:58.757 INFO STEP 93 (remove_files) COMPLETE
55202026-08-21T17:36:00.065Z[ recovery-image] Aug 21 17:35:58.757 INFO O| Aug 21 17:35:58.757 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-08-21T17:36:00.071Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
55222026-08-21T17:36:00.074Z[ recovery-image] Aug 21 17:35:58.766 INFO O| Aug 21 17:35:58.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55232026-08-21T17:36:00.078Z[ recovery-image] Aug 21 17:35:58.771 INFO O| Aug 21 17:35:58.770 INFO STEP 94 (remove_files) COMPLETE
55242026-08-21T17:36:00.078Z[ recovery-image] Aug 21 17:35:58.771 INFO O| Aug 21 17:35:58.770 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-08-21T17:36:00.089Z[ recovery-image] Aug 21 17:35:58.781 INFO O| Aug 21 17:35:58.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55262026-08-21T17:36:00.089Z[ recovery-image] Aug 21 17:35:58.781 INFO O| Aug 21 17:35:58.780 INFO STEP 95 (remove_files) COMPLETE
55272026-08-21T17:36:00.093Z[ recovery-image] Aug 21 17:35:58.781 INFO O| Aug 21 17:35:58.780 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-08-21T17:36:00.096Z[ recovery-image] Aug 21 17:35:58.789 INFO O| Aug 21 17:35:58.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55292026-08-21T17:36:00.096Z[ recovery-image] Aug 21 17:35:58.789 INFO O| Aug 21 17:35:58.789 INFO STEP 96 (remove_files) COMPLETE
55302026-08-21T17:36:00.096Z[ recovery-image] Aug 21 17:35:58.789 INFO O| Aug 21 17:35:58.789 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-08-21T17:36:00.104Z[ recovery-image] Aug 21 17:35:58.797 INFO O| Aug 21 17:35:58.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55322026-08-21T17:36:00.104Z[ recovery-image] Aug 21 17:35:58.797 INFO O| Aug 21 17:35:58.797 INFO STEP 97 (remove_files) COMPLETE
55332026-08-21T17:36:00.107Z[ recovery-image] Aug 21 17:35:58.797 INFO O| Aug 21 17:35:58.797 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-08-21T17:36:00.112Z[ recovery-image] Aug 21 17:35:58.804 INFO O| Aug 21 17:35:58.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55352026-08-21T17:36:00.112Z[ recovery-image] Aug 21 17:35:58.804 INFO O| Aug 21 17:35:58.804 INFO STEP 98 (remove_files) COMPLETE
55362026-08-21T17:36:00.112Z[ recovery-image] Aug 21 17:35:58.804 INFO O| Aug 21 17:35:58.804 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-08-21T17:36:00.121Z[ recovery-image] Aug 21 17:35:58.813 INFO O| Aug 21 17:35:58.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55382026-08-21T17:36:00.121Z[ recovery-image] Aug 21 17:35:58.813 INFO O| Aug 21 17:35:58.813 INFO STEP 99 (remove_files) COMPLETE
55392026-08-21T17:36:00.125Z[ recovery-image] Aug 21 17:35:58.813 INFO O| Aug 21 17:35:58.813 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55402026-08-21T17:36:00.130Z[ recovery-image] Aug 21 17:35:58.822 INFO O| Aug 21 17:35:58.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55412026-08-21T17:36:00.130Z[ recovery-image] Aug 21 17:35:58.822 INFO O| Aug 21 17:35:58.822 INFO STEP 100 (remove_files) COMPLETE
55422026-08-21T17:36:00.130Z[ recovery-image] Aug 21 17:35:58.822 INFO O| Aug 21 17:35:58.822 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55432026-08-21T17:36:00.139Z[ recovery-image] Aug 21 17:35:58.831 INFO O| Aug 21 17:35:58.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55442026-08-21T17:36:00.139Z[ recovery-image] Aug 21 17:35:58.831 INFO O| Aug 21 17:35:58.831 INFO STEP 101 (remove_files) COMPLETE
55452026-08-21T17:36:00.139Z[ recovery-image] Aug 21 17:35:58.831 INFO O| Aug 21 17:35:58.831 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55462026-08-21T17:36:00.147Z[ recovery-image] Aug 21 17:35:58.839 INFO O| Aug 21 17:35:58.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55472026-08-21T17:36:00.147Z[ recovery-image] Aug 21 17:35:58.839 INFO O| Aug 21 17:35:58.839 INFO STEP 102 (remove_files) COMPLETE
55482026-08-21T17:36:00.150Z[ recovery-image] Aug 21 17:35:58.839 INFO O| Aug 21 17:35:58.839 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55492026-08-21T17:36:00.153Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
55502026-08-21T17:36:00.156Z[ recovery-image] Aug 21 17:35:58.849 INFO O| Aug 21 17:35:58.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55512026-08-21T17:36:00.156Z[ recovery-image] Aug 21 17:35:58.849 INFO O| Aug 21 17:35:58.849 INFO STEP 103 (remove_files) COMPLETE
55522026-08-21T17:36:00.160Z[ recovery-image] Aug 21 17:35:58.849 INFO O| Aug 21 17:35:58.849 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-08-21T17:36:00.168Z[ recovery-image] Aug 21 17:35:58.858 INFO O| Aug 21 17:35:58.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55542026-08-21T17:36:00.168Z[ recovery-image] Aug 21 17:35:58.858 INFO O| Aug 21 17:35:58.858 INFO STEP 104 (remove_files) COMPLETE
55552026-08-21T17:36:00.171Z[ recovery-image] Aug 21 17:35:58.858 INFO O| Aug 21 17:35:58.858 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-08-21T17:36:00.175Z[ recovery-image] Aug 21 17:35:58.867 INFO O| Aug 21 17:35:58.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55572026-08-21T17:36:00.175Z[ recovery-image] Aug 21 17:35:58.867 INFO O| Aug 21 17:35:58.867 INFO STEP 105 (remove_files) COMPLETE
55582026-08-21T17:36:00.175Z[ recovery-image] Aug 21 17:35:58.867 INFO O| Aug 21 17:35:58.867 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55592026-08-21T17:36:00.185Z[ recovery-image] Aug 21 17:35:58.877 INFO O| Aug 21 17:35:58.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55602026-08-21T17:36:00.185Z[ recovery-image] Aug 21 17:35:58.877 INFO O| Aug 21 17:35:58.877 INFO STEP 106 (remove_files) COMPLETE
55612026-08-21T17:36:00.188Z[ recovery-image] Aug 21 17:35:58.877 INFO O| Aug 21 17:35:58.877 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55622026-08-21T17:36:00.193Z[ recovery-image] Aug 21 17:35:58.886 INFO O| Aug 21 17:35:58.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55632026-08-21T17:36:00.193Z[ recovery-image] Aug 21 17:35:58.886 INFO O| Aug 21 17:35:58.886 INFO STEP 107 (remove_files) COMPLETE
55642026-08-21T17:36:00.193Z[ recovery-image] Aug 21 17:35:58.886 INFO O| Aug 21 17:35:58.886 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55652026-08-21T17:36:00.202Z[ recovery-image] Aug 21 17:35:58.895 INFO O| Aug 21 17:35:58.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55662026-08-21T17:36:00.202Z[ recovery-image] Aug 21 17:35:58.895 INFO O| Aug 21 17:35:58.895 INFO STEP 108 (remove_files) COMPLETE
55672026-08-21T17:36:00.202Z[ recovery-image] Aug 21 17:35:58.895 INFO O| Aug 21 17:35:58.895 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-08-21T17:36:00.212Z[ recovery-image] Aug 21 17:35:58.904 INFO O| Aug 21 17:35:58.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
55692026-08-21T17:36:00.212Z[ recovery-image] Aug 21 17:35:58.904 INFO O| Aug 21 17:35:58.904 INFO STEP 109 (remove_files) COMPLETE
55702026-08-21T17:36:00.212Z[ recovery-image] Aug 21 17:35:58.904 INFO O| Aug 21 17:35:58.904 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-08-21T17:36:00.222Z[ recovery-image] Aug 21 17:35:58.914 INFO O| Aug 21 17:35:58.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
55722026-08-21T17:36:00.222Z[ recovery-image] Aug 21 17:35:58.914 INFO O| Aug 21 17:35:58.914 INFO STEP 110 (remove_files) COMPLETE
55732026-08-21T17:36:00.222Z[ recovery-image] Aug 21 17:35:58.914 INFO O| Aug 21 17:35:58.914 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-08-21T17:36:00.231Z[ recovery-image] Aug 21 17:35:58.923 INFO O| Aug 21 17:35:58.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
55752026-08-21T17:36:00.231Z[ recovery-image] Aug 21 17:35:58.923 INFO O| Aug 21 17:35:58.923 INFO STEP 111 (remove_files) COMPLETE
55762026-08-21T17:36:00.231Z[ recovery-image] Aug 21 17:35:58.923 INFO O| Aug 21 17:35:58.923 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-08-21T17:36:00.239Z[ recovery-image] Aug 21 17:35:58.931 INFO O| Aug 21 17:35:58.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
55782026-08-21T17:36:00.239Z[ recovery-image] Aug 21 17:35:58.931 INFO O| Aug 21 17:35:58.931 INFO STEP 112 (remove_files) COMPLETE
55792026-08-21T17:36:00.239Z[ recovery-image] Aug 21 17:35:58.931 INFO O| Aug 21 17:35:58.931 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-08-21T17:36:00.247Z[ recovery-image] Aug 21 17:35:58.939 INFO O| Aug 21 17:35:58.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
55812026-08-21T17:36:00.247Z[ recovery-image] Aug 21 17:35:58.939 INFO O| Aug 21 17:35:58.939 INFO STEP 113 (remove_files) COMPLETE
55822026-08-21T17:36:00.252Z[ recovery-image] Aug 21 17:35:58.939 INFO O| Aug 21 17:35:58.939 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-08-21T17:36:00.255Z[ recovery-image] Aug 21 17:35:58.947 INFO O| Aug 21 17:35:58.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
55842026-08-21T17:36:00.255Z[ recovery-image] Aug 21 17:35:58.947 INFO O| Aug 21 17:35:58.947 INFO STEP 114 (remove_files) COMPLETE
55852026-08-21T17:36:00.258Z[ recovery-image] Aug 21 17:35:58.947 INFO O| Aug 21 17:35:58.947 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-08-21T17:36:00.263Z[ recovery-image] Aug 21 17:35:58.955 INFO O| Aug 21 17:35:58.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
55872026-08-21T17:36:00.263Z[ recovery-image] Aug 21 17:35:58.955 INFO O| Aug 21 17:35:58.955 INFO STEP 115 (remove_files) COMPLETE
55882026-08-21T17:36:00.263Z[ recovery-image] Aug 21 17:35:58.955 INFO O| Aug 21 17:35:58.955 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-08-21T17:36:00.271Z[ recovery-image] Aug 21 17:35:58.963 INFO O| Aug 21 17:35:58.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
55902026-08-21T17:36:00.271Z[ recovery-image] Aug 21 17:35:58.963 INFO O| Aug 21 17:35:58.963 INFO STEP 116 (remove_files) COMPLETE
55912026-08-21T17:36:00.271Z[ recovery-image] Aug 21 17:35:58.963 INFO O| Aug 21 17:35:58.963 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-08-21T17:36:00.280Z[ recovery-image] Aug 21 17:35:58.971 INFO O| Aug 21 17:35:58.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
55932026-08-21T17:36:00.280Z[ recovery-image] Aug 21 17:35:58.971 INFO O| Aug 21 17:35:58.971 INFO STEP 117 (remove_files) COMPLETE
55942026-08-21T17:36:00.280Z[ recovery-image] Aug 21 17:35:58.971 INFO O| Aug 21 17:35:58.971 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-08-21T17:36:00.286Z[ recovery-image] Aug 21 17:35:58.979 INFO O| Aug 21 17:35:58.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
55962026-08-21T17:36:00.286Z[ recovery-image] Aug 21 17:35:58.979 INFO O| Aug 21 17:35:58.979 INFO STEP 118 (remove_files) COMPLETE
55972026-08-21T17:36:00.286Z[ recovery-image] Aug 21 17:35:58.979 INFO O| Aug 21 17:35:58.979 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-08-21T17:36:00.329Z[ recovery-image] Aug 21 17:35:58.986 INFO O| Aug 21 17:35:58.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
55992026-08-21T17:36:00.329Z[ recovery-image] Aug 21 17:35:58.986 INFO O| Aug 21 17:35:58.986 INFO STEP 119 (remove_files) COMPLETE
56002026-08-21T17:36:00.329Z[ recovery-image] Aug 21 17:35:58.986 INFO O| Aug 21 17:35:58.986 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-08-21T17:36:00.329Z[ recovery-image] Aug 21 17:35:58.994 INFO O| Aug 21 17:35:58.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56022026-08-21T17:36:00.329Z[ recovery-image] Aug 21 17:35:58.994 INFO O| Aug 21 17:35:58.994 INFO STEP 120 (remove_files) COMPLETE
56032026-08-21T17:36:00.329Z[ recovery-image] Aug 21 17:35:58.994 INFO O| Aug 21 17:35:58.994 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-08-21T17:36:00.329Z[ recovery-image] Aug 21 17:35:59.005 INFO O| Aug 21 17:35:59.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56052026-08-21T17:36:00.329Z[ recovery-image] Aug 21 17:35:59.005 INFO O| Aug 21 17:35:59.005 INFO STEP 121 (remove_files) COMPLETE
56062026-08-21T17:36:00.329Z[ recovery-image] Aug 21 17:35:59.005 INFO O| Aug 21 17:35:59.005 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56072026-08-21T17:36:00.329Z[ recovery-image] Aug 21 17:35:59.015 INFO O| Aug 21 17:35:59.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56082026-08-21T17:36:00.329Z[ recovery-image] Aug 21 17:35:59.015 INFO O| Aug 21 17:35:59.015 INFO STEP 122 (remove_files) COMPLETE
56092026-08-21T17:36:00.329Z[ recovery-image] Aug 21 17:35:59.015 INFO O| Aug 21 17:35:59.015 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56102026-08-21T17:36:00.333Z[ recovery-image] Aug 21 17:35:59.024 INFO O| Aug 21 17:35:59.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56112026-08-21T17:36:00.333Z[ recovery-image] Aug 21 17:35:59.024 INFO O| Aug 21 17:35:59.024 INFO STEP 123 (remove_files) COMPLETE
56122026-08-21T17:36:00.333Z[ recovery-image] Aug 21 17:35:59.024 INFO O| Aug 21 17:35:59.024 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-08-21T17:36:00.341Z[ recovery-image] Aug 21 17:35:59.032 INFO O| Aug 21 17:35:59.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56142026-08-21T17:36:00.341Z[ recovery-image] Aug 21 17:35:59.032 INFO O| Aug 21 17:35:59.032 INFO STEP 124 (remove_files) COMPLETE
56152026-08-21T17:36:00.345Z[ recovery-image] Aug 21 17:35:59.032 INFO O| Aug 21 17:35:59.032 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-08-21T17:36:00.348Z[ recovery-image] Aug 21 17:35:59.040 INFO O| Aug 21 17:35:59.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56172026-08-21T17:36:00.348Z[ recovery-image] Aug 21 17:35:59.040 INFO O| Aug 21 17:35:59.040 INFO STEP 125 (remove_files) COMPLETE
56182026-08-21T17:36:00.348Z[ recovery-image] Aug 21 17:35:59.040 INFO O| Aug 21 17:35:59.040 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56192026-08-21T17:36:00.365Z[ recovery-image] Aug 21 17:35:59.057 INFO O| Aug 21 17:35:59.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56202026-08-21T17:36:00.365Z[ recovery-image] Aug 21 17:35:59.057 INFO O| Aug 21 17:35:59.057 INFO STEP 126 (remove_files) COMPLETE
56212026-08-21T17:36:00.368Z[ recovery-image] Aug 21 17:35:59.057 INFO O| Aug 21 17:35:59.057 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56222026-08-21T17:36:00.378Z[ recovery-image] Aug 21 17:35:59.066 INFO O| Aug 21 17:35:59.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56232026-08-21T17:36:00.378Z[ recovery-image] Aug 21 17:35:59.066 INFO O| Aug 21 17:35:59.066 INFO STEP 127 (remove_files) COMPLETE
56242026-08-21T17:36:00.378Z[ recovery-image] Aug 21 17:35:59.066 INFO O| Aug 21 17:35:59.066 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56252026-08-21T17:36:00.386Z[ recovery-image] Aug 21 17:35:59.074 INFO O| Aug 21 17:35:59.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56262026-08-21T17:36:00.386Z[ recovery-image] Aug 21 17:35:59.074 INFO O| Aug 21 17:35:59.074 INFO STEP 128 (remove_files) COMPLETE
56272026-08-21T17:36:00.386Z[ recovery-image] Aug 21 17:35:59.074 INFO O| Aug 21 17:35:59.074 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56282026-08-21T17:36:00.391Z[ recovery-image] Aug 21 17:35:59.082 INFO O| Aug 21 17:35:59.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56292026-08-21T17:36:00.391Z[ recovery-image] Aug 21 17:35:59.082 INFO O| Aug 21 17:35:59.082 INFO STEP 129 (remove_files) COMPLETE
56302026-08-21T17:36:00.393Z[ recovery-image] Aug 21 17:35:59.082 INFO O| Aug 21 17:35:59.082 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56312026-08-21T17:36:00.397Z[ recovery-image] Aug 21 17:35:59.089 INFO O| Aug 21 17:35:59.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56322026-08-21T17:36:00.397Z[ recovery-image] Aug 21 17:35:59.089 INFO O| Aug 21 17:35:59.089 INFO STEP 130 (remove_files) COMPLETE
56332026-08-21T17:36:00.397Z[ recovery-image] Aug 21 17:35:59.089 INFO O| Aug 21 17:35:59.089 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56342026-08-21T17:36:00.405Z[ recovery-image] Aug 21 17:35:59.097 INFO O| Aug 21 17:35:59.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56352026-08-21T17:36:00.405Z[ recovery-image] Aug 21 17:35:59.097 INFO O| Aug 21 17:35:59.097 INFO STEP 131 (remove_files) COMPLETE
56362026-08-21T17:36:00.405Z[ recovery-image] Aug 21 17:35:59.097 INFO O| Aug 21 17:35:59.097 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56372026-08-21T17:36:00.414Z[ recovery-image] Aug 21 17:35:59.107 INFO O| Aug 21 17:35:59.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56382026-08-21T17:36:00.415Z[ recovery-image] Aug 21 17:35:59.107 INFO O| Aug 21 17:35:59.107 INFO STEP 132 (remove_files) COMPLETE
56392026-08-21T17:36:00.415Z[ recovery-image] Aug 21 17:35:59.107 INFO O| Aug 21 17:35:59.107 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56402026-08-21T17:36:00.434Z[ recovery-image] Aug 21 17:35:59.118 INFO O| Aug 21 17:35:59.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56412026-08-21T17:36:00.434Z[ recovery-image] Aug 21 17:35:59.118 INFO O| Aug 21 17:35:59.118 INFO STEP 133 (remove_files) COMPLETE
56422026-08-21T17:36:00.434Z[ recovery-image] Aug 21 17:35:59.118 INFO O| Aug 21 17:35:59.118 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-08-21T17:36:00.437Z[ recovery-image] Aug 21 17:35:59.128 INFO O| Aug 21 17:35:59.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56442026-08-21T17:36:00.437Z[ recovery-image] Aug 21 17:35:59.128 INFO O| Aug 21 17:35:59.128 INFO STEP 134 (remove_files) COMPLETE
56452026-08-21T17:36:00.437Z[ recovery-image] Aug 21 17:35:59.128 INFO O| Aug 21 17:35:59.128 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-08-21T17:36:00.459Z[ recovery-image] Aug 21 17:35:59.151 INFO O| Aug 21 17:35:59.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56472026-08-21T17:36:00.459Z[ recovery-image] Aug 21 17:35:59.151 INFO O| Aug 21 17:35:59.151 INFO STEP 135 (remove_files) COMPLETE
56482026-08-21T17:36:00.462Z[ recovery-image] Aug 21 17:35:59.151 INFO O| Aug 21 17:35:59.151 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56492026-08-21T17:36:00.467Z[ recovery-image] Aug 21 17:35:59.160 INFO O| Aug 21 17:35:59.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56502026-08-21T17:36:00.467Z[ recovery-image] Aug 21 17:35:59.160 INFO O| Aug 21 17:35:59.160 INFO STEP 136 (remove_files) COMPLETE
56512026-08-21T17:36:00.467Z[ recovery-image] Aug 21 17:35:59.160 INFO O| Aug 21 17:35:59.160 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56522026-08-21T17:36:00.477Z[ recovery-image] Aug 21 17:35:59.169 INFO O| Aug 21 17:35:59.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56532026-08-21T17:36:00.477Z[ recovery-image] Aug 21 17:35:59.169 INFO O| Aug 21 17:35:59.169 INFO STEP 137 (remove_files) COMPLETE
56542026-08-21T17:36:00.477Z[ recovery-image] Aug 21 17:35:59.169 INFO O| Aug 21 17:35:59.169 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56552026-08-21T17:36:00.486Z[ recovery-image] Aug 21 17:35:59.178 INFO O| Aug 21 17:35:59.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56562026-08-21T17:36:00.486Z[ recovery-image] Aug 21 17:35:59.178 INFO O| Aug 21 17:35:59.178 INFO STEP 138 (remove_files) COMPLETE
56572026-08-21T17:36:00.489Z[ recovery-image] Aug 21 17:35:59.178 INFO O| Aug 21 17:35:59.178 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56582026-08-21T17:36:00.493Z[ recovery-image] Aug 21 17:35:59.186 INFO O| Aug 21 17:35:59.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56592026-08-21T17:36:00.494Z[ recovery-image] Aug 21 17:35:59.186 INFO O| Aug 21 17:35:59.186 INFO STEP 139 (remove_files) COMPLETE
56602026-08-21T17:36:00.497Z[ recovery-image] Aug 21 17:35:59.186 INFO O| Aug 21 17:35:59.186 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56612026-08-21T17:36:00.502Z[ recovery-image] Aug 21 17:35:59.194 INFO O| Aug 21 17:35:59.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56622026-08-21T17:36:00.502Z[ recovery-image] Aug 21 17:35:59.194 INFO O| Aug 21 17:35:59.194 INFO STEP 140 (remove_files) COMPLETE
56632026-08-21T17:36:00.505Z[ recovery-image] Aug 21 17:35:59.194 INFO O| Aug 21 17:35:59.194 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56642026-08-21T17:36:00.512Z[verify-libraries] Compiling twox-hash v2.1.2
56652026-08-21T17:36:00.515Z[ recovery-image] Aug 21 17:35:59.203 INFO O| Aug 21 17:35:59.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56662026-08-21T17:36:00.515Z[ recovery-image] Aug 21 17:35:59.203 INFO O| Aug 21 17:35:59.203 INFO STEP 141 (remove_files) COMPLETE
56672026-08-21T17:36:00.515Z[ recovery-image] Aug 21 17:35:59.203 INFO O| Aug 21 17:35:59.203 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-08-21T17:36:00.518Z[ recovery-image] Aug 21 17:35:59.210 INFO O| Aug 21 17:35:59.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
56692026-08-21T17:36:00.518Z[ recovery-image] Aug 21 17:35:59.210 INFO O| Aug 21 17:35:59.210 INFO STEP 142 (remove_files) COMPLETE
56702026-08-21T17:36:00.518Z[ recovery-image] Aug 21 17:35:59.210 INFO O| Aug 21 17:35:59.210 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-08-21T17:36:00.529Z[ recovery-image] Aug 21 17:35:59.218 INFO O| Aug 21 17:35:59.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
56722026-08-21T17:36:00.529Z[ recovery-image] Aug 21 17:35:59.218 INFO O| Aug 21 17:35:59.218 INFO STEP 143 (remove_files) COMPLETE
56732026-08-21T17:36:00.529Z[ recovery-image] Aug 21 17:35:59.218 INFO O| Aug 21 17:35:59.218 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-08-21T17:36:00.534Z[ recovery-image] Aug 21 17:35:59.226 INFO O| Aug 21 17:35:59.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
56752026-08-21T17:36:00.534Z[ recovery-image] Aug 21 17:35:59.226 INFO O| Aug 21 17:35:59.226 INFO STEP 144 (remove_files) COMPLETE
56762026-08-21T17:36:00.537Z[ recovery-image] Aug 21 17:35:59.226 INFO O| Aug 21 17:35:59.226 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-08-21T17:36:00.539Z[verify-libraries] Compiling kem v0.3.0
56782026-08-21T17:36:00.542Z[ recovery-image] Aug 21 17:35:59.233 INFO O| Aug 21 17:35:59.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
56792026-08-21T17:36:00.542Z[ recovery-image] Aug 21 17:35:59.233 INFO O| Aug 21 17:35:59.233 INFO STEP 145 (remove_files) COMPLETE
56802026-08-21T17:36:00.542Z[ recovery-image] Aug 21 17:35:59.233 INFO O| Aug 21 17:35:59.233 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-08-21T17:36:00.550Z[ recovery-image] Aug 21 17:35:59.243 INFO O| Aug 21 17:35:59.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
56822026-08-21T17:36:00.550Z[ recovery-image] Aug 21 17:35:59.243 INFO O| Aug 21 17:35:59.243 INFO STEP 146 (remove_files) COMPLETE
56832026-08-21T17:36:00.550Z[ recovery-image] Aug 21 17:35:59.243 INFO O| Aug 21 17:35:59.243 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-08-21T17:36:00.560Z[ recovery-image] Aug 21 17:35:59.252 INFO O| Aug 21 17:35:59.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
56852026-08-21T17:36:00.560Z[ recovery-image] Aug 21 17:35:59.252 INFO O| Aug 21 17:35:59.252 INFO STEP 147 (remove_files) COMPLETE
56862026-08-21T17:36:00.563Z[ recovery-image] Aug 21 17:35:59.252 INFO O| Aug 21 17:35:59.252 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-08-21T17:36:00.569Z[ recovery-image] Aug 21 17:35:59.261 INFO O| Aug 21 17:35:59.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
56882026-08-21T17:36:00.569Z[ recovery-image] Aug 21 17:35:59.261 INFO O| Aug 21 17:35:59.261 INFO STEP 148 (remove_files) COMPLETE
56892026-08-21T17:36:00.569Z[ recovery-image] Aug 21 17:35:59.261 INFO O| Aug 21 17:35:59.261 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-08-21T17:36:00.577Z[ recovery-image] Aug 21 17:35:59.270 INFO O| Aug 21 17:35:59.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
56912026-08-21T17:36:00.578Z[ recovery-image] Aug 21 17:35:59.270 INFO O| Aug 21 17:35:59.270 INFO STEP 149 (remove_files) COMPLETE
56922026-08-21T17:36:00.581Z[ recovery-image] Aug 21 17:35:59.270 INFO O| Aug 21 17:35:59.270 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-08-21T17:36:00.585Z[ recovery-image] Aug 21 17:35:59.278 INFO O| Aug 21 17:35:59.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
56942026-08-21T17:36:00.585Z[ recovery-image] Aug 21 17:35:59.278 INFO O| Aug 21 17:35:59.278 INFO STEP 150 (remove_files) COMPLETE
56952026-08-21T17:36:00.588Z[ recovery-image] Aug 21 17:35:59.278 INFO O| Aug 21 17:35:59.278 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-08-21T17:36:00.594Z[ recovery-image] Aug 21 17:35:59.285 INFO O| Aug 21 17:35:59.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
56972026-08-21T17:36:00.594Z[ recovery-image] Aug 21 17:35:59.286 INFO O| Aug 21 17:35:59.286 INFO STEP 151 (remove_files) COMPLETE
56982026-08-21T17:36:00.597Z[ recovery-image] Aug 21 17:35:59.286 INFO O| Aug 21 17:35:59.286 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-08-21T17:36:00.601Z[ recovery-image] Aug 21 17:35:59.293 INFO O| Aug 21 17:35:59.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57002026-08-21T17:36:00.601Z[ recovery-image] Aug 21 17:35:59.293 INFO O| Aug 21 17:35:59.293 INFO STEP 152 (remove_files) COMPLETE
57012026-08-21T17:36:00.604Z[ recovery-image] Aug 21 17:35:59.293 INFO O| Aug 21 17:35:59.293 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-08-21T17:36:00.609Z[ recovery-image] Aug 21 17:35:59.301 INFO O| Aug 21 17:35:59.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57032026-08-21T17:36:00.609Z[ recovery-image] Aug 21 17:35:59.301 INFO O| Aug 21 17:35:59.301 INFO STEP 153 (remove_files) COMPLETE
57042026-08-21T17:36:00.612Z[ recovery-image] Aug 21 17:35:59.301 INFO O| Aug 21 17:35:59.301 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-08-21T17:36:00.617Z[ recovery-image] Aug 21 17:35:59.309 INFO O| Aug 21 17:35:59.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57062026-08-21T17:36:00.617Z[ recovery-image] Aug 21 17:35:59.309 INFO O| Aug 21 17:35:59.309 INFO STEP 154 (remove_files) COMPLETE
57072026-08-21T17:36:00.622Z[ recovery-image] Aug 21 17:35:59.309 INFO O| Aug 21 17:35:59.309 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-08-21T17:36:00.626Z[ recovery-image] Aug 21 17:35:59.318 INFO O| Aug 21 17:35:59.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57092026-08-21T17:36:00.626Z[ recovery-image] Aug 21 17:35:59.318 INFO O| Aug 21 17:35:59.318 INFO STEP 155 (remove_files) COMPLETE
57102026-08-21T17:36:00.626Z[ recovery-image] Aug 21 17:35:59.318 INFO O| Aug 21 17:35:59.318 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-08-21T17:36:00.636Z[ recovery-image] Aug 21 17:35:59.328 INFO O| Aug 21 17:35:59.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57122026-08-21T17:36:00.636Z[ recovery-image] Aug 21 17:35:59.328 INFO O| Aug 21 17:35:59.328 INFO STEP 156 (remove_files) COMPLETE
57132026-08-21T17:36:00.636Z[ recovery-image] Aug 21 17:35:59.328 INFO O| Aug 21 17:35:59.328 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-08-21T17:36:00.645Z[ recovery-image] Aug 21 17:35:59.337 INFO O| Aug 21 17:35:59.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57152026-08-21T17:36:00.645Z[ recovery-image] Aug 21 17:35:59.337 INFO O| Aug 21 17:35:59.337 INFO STEP 157 (remove_files) COMPLETE
57162026-08-21T17:36:00.650Z[ recovery-image] Aug 21 17:35:59.337 INFO O| Aug 21 17:35:59.337 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-08-21T17:36:00.654Z[ recovery-image] Aug 21 17:35:59.345 INFO O| Aug 21 17:35:59.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57182026-08-21T17:36:00.654Z[ recovery-image] Aug 21 17:35:59.345 INFO O| Aug 21 17:35:59.345 INFO STEP 158 (remove_files) COMPLETE
57192026-08-21T17:36:00.657Z[ recovery-image] Aug 21 17:35:59.345 INFO O| Aug 21 17:35:59.345 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-08-21T17:36:00.661Z[ recovery-image] Aug 21 17:35:59.354 INFO O| Aug 21 17:35:59.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57212026-08-21T17:36:00.664Z[ recovery-image] Aug 21 17:35:59.354 INFO O| Aug 21 17:35:59.354 INFO STEP 159 (remove_files) COMPLETE
57222026-08-21T17:36:00.664Z[ recovery-image] Aug 21 17:35:59.354 INFO O| Aug 21 17:35:59.354 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-08-21T17:36:00.672Z[ recovery-image] Aug 21 17:35:59.364 INFO O| Aug 21 17:35:59.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57242026-08-21T17:36:00.672Z[ recovery-image] Aug 21 17:35:59.364 INFO O| Aug 21 17:35:59.364 INFO STEP 160 (remove_files) COMPLETE
57252026-08-21T17:36:00.676Z[ recovery-image] Aug 21 17:35:59.364 INFO O| Aug 21 17:35:59.364 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-08-21T17:36:00.681Z[ recovery-image] Aug 21 17:35:59.374 INFO O| Aug 21 17:35:59.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57272026-08-21T17:36:00.682Z[ recovery-image] Aug 21 17:35:59.374 INFO O| Aug 21 17:35:59.374 INFO STEP 161 (remove_files) COMPLETE
57282026-08-21T17:36:00.686Z[ recovery-image] Aug 21 17:35:59.374 INFO O| Aug 21 17:35:59.374 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-08-21T17:36:00.691Z[ recovery-image] Aug 21 17:35:59.383 INFO O| Aug 21 17:35:59.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57302026-08-21T17:36:00.691Z[ recovery-image] Aug 21 17:35:59.383 INFO O| Aug 21 17:35:59.383 INFO STEP 162 (remove_files) COMPLETE
57312026-08-21T17:36:00.691Z[ recovery-image] Aug 21 17:35:59.383 INFO O| Aug 21 17:35:59.383 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-08-21T17:36:00.700Z[ recovery-image] Aug 21 17:35:59.392 INFO O| Aug 21 17:35:59.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57332026-08-21T17:36:00.700Z[ recovery-image] Aug 21 17:35:59.392 INFO O| Aug 21 17:35:59.392 INFO STEP 163 (remove_files) COMPLETE
57342026-08-21T17:36:00.700Z[ recovery-image] Aug 21 17:35:59.392 INFO O| Aug 21 17:35:59.392 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-08-21T17:36:00.711Z[ recovery-image] Aug 21 17:35:59.403 INFO O| Aug 21 17:35:59.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57362026-08-21T17:36:00.711Z[ recovery-image] Aug 21 17:35:59.403 INFO O| Aug 21 17:35:59.403 INFO STEP 164 (remove_files) COMPLETE
57372026-08-21T17:36:00.711Z[ recovery-image] Aug 21 17:35:59.403 INFO O| Aug 21 17:35:59.403 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-08-21T17:36:00.719Z[ recovery-image] Aug 21 17:35:59.412 INFO O| Aug 21 17:35:59.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57392026-08-21T17:36:00.720Z[ recovery-image] Aug 21 17:35:59.412 INFO O| Aug 21 17:35:59.412 INFO STEP 165 (remove_files) COMPLETE
57402026-08-21T17:36:00.722Z[ recovery-image] Aug 21 17:35:59.412 INFO O| Aug 21 17:35:59.412 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-08-21T17:36:00.730Z[ recovery-image] Aug 21 17:35:59.422 INFO O| Aug 21 17:35:59.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57422026-08-21T17:36:00.730Z[ recovery-image] Aug 21 17:35:59.422 INFO O| Aug 21 17:35:59.422 INFO STEP 166 (remove_files) COMPLETE
57432026-08-21T17:36:00.730Z[ recovery-image] Aug 21 17:35:59.422 INFO O| Aug 21 17:35:59.422 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-08-21T17:36:00.739Z[ recovery-image] Aug 21 17:35:59.431 INFO O| Aug 21 17:35:59.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57452026-08-21T17:36:00.739Z[ recovery-image] Aug 21 17:35:59.431 INFO O| Aug 21 17:35:59.431 INFO STEP 167 (remove_files) COMPLETE
57462026-08-21T17:36:00.739Z[ recovery-image] Aug 21 17:35:59.431 INFO O| Aug 21 17:35:59.431 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-08-21T17:36:00.747Z[ recovery-image] Aug 21 17:35:59.440 INFO O| Aug 21 17:35:59.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57482026-08-21T17:36:00.748Z[ recovery-image] Aug 21 17:35:59.440 INFO O| Aug 21 17:35:59.440 INFO STEP 168 (remove_files) COMPLETE
57492026-08-21T17:36:00.751Z[ recovery-image] Aug 21 17:35:59.440 INFO O| Aug 21 17:35:59.440 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-08-21T17:36:00.759Z[ recovery-image] Aug 21 17:35:59.449 INFO O| Aug 21 17:35:59.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57512026-08-21T17:36:00.759Z[ recovery-image] Aug 21 17:35:59.449 INFO O| Aug 21 17:35:59.449 INFO STEP 169 (remove_files) COMPLETE
57522026-08-21T17:36:00.759Z[ recovery-image] Aug 21 17:35:59.449 INFO O| Aug 21 17:35:59.449 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-08-21T17:36:00.766Z[ recovery-image] Aug 21 17:35:59.458 INFO O| Aug 21 17:35:59.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57542026-08-21T17:36:00.772Z[ recovery-image] Aug 21 17:35:59.459 INFO O| Aug 21 17:35:59.459 INFO STEP 170 (remove_files) COMPLETE
57552026-08-21T17:36:00.772Z[ recovery-image] Aug 21 17:35:59.459 INFO O| Aug 21 17:35:59.459 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-08-21T17:36:00.776Z[ recovery-image] Aug 21 17:35:59.468 INFO O| Aug 21 17:35:59.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57572026-08-21T17:36:00.776Z[ recovery-image] Aug 21 17:35:59.468 INFO O| Aug 21 17:35:59.468 INFO STEP 171 (remove_files) COMPLETE
57582026-08-21T17:36:00.776Z[ recovery-image] Aug 21 17:35:59.468 INFO O| Aug 21 17:35:59.468 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-08-21T17:36:00.784Z[ recovery-image] Aug 21 17:35:59.476 INFO O| Aug 21 17:35:59.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57602026-08-21T17:36:00.784Z[ recovery-image] Aug 21 17:35:59.476 INFO O| Aug 21 17:35:59.476 INFO STEP 172 (remove_files) COMPLETE
57612026-08-21T17:36:00.787Z[ recovery-image] Aug 21 17:35:59.476 INFO O| Aug 21 17:35:59.476 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-08-21T17:36:00.791Z[verify-libraries] Compiling module-lattice v0.2.3
57632026-08-21T17:36:00.793Z[ recovery-image] Aug 21 17:35:59.484 INFO O| Aug 21 17:35:59.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57642026-08-21T17:36:00.793Z[ recovery-image] Aug 21 17:35:59.484 INFO O| Aug 21 17:35:59.484 INFO STEP 173 (remove_files) COMPLETE
57652026-08-21T17:36:00.793Z[ recovery-image] Aug 21 17:35:59.484 INFO O| Aug 21 17:35:59.484 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57662026-08-21T17:36:00.801Z[ recovery-image] Aug 21 17:35:59.493 INFO O| Aug 21 17:35:59.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57672026-08-21T17:36:00.801Z[ recovery-image] Aug 21 17:35:59.493 INFO O| Aug 21 17:35:59.493 INFO STEP 174 (remove_files) COMPLETE
57682026-08-21T17:36:00.801Z[ recovery-image] Aug 21 17:35:59.493 INFO O| Aug 21 17:35:59.493 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57692026-08-21T17:36:00.810Z[ recovery-image] Aug 21 17:35:59.502 INFO O| Aug 21 17:35:59.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
57702026-08-21T17:36:00.810Z[ recovery-image] Aug 21 17:35:59.502 INFO O| Aug 21 17:35:59.502 INFO STEP 175 (remove_files) COMPLETE
57712026-08-21T17:36:00.814Z[ recovery-image] Aug 21 17:35:59.502 INFO O| Aug 21 17:35:59.502 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57722026-08-21T17:36:00.819Z[ recovery-image] Aug 21 17:35:59.511 INFO O| Aug 21 17:35:59.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
57732026-08-21T17:36:00.819Z[ recovery-image] Aug 21 17:35:59.511 INFO O| Aug 21 17:35:59.511 INFO STEP 176 (remove_files) COMPLETE
57742026-08-21T17:36:00.819Z[ recovery-image] Aug 21 17:35:59.511 INFO O| Aug 21 17:35:59.511 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57752026-08-21T17:36:00.828Z[ recovery-image] Aug 21 17:35:59.520 INFO O| Aug 21 17:35:59.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
57762026-08-21T17:36:00.828Z[ recovery-image] Aug 21 17:35:59.520 INFO O| Aug 21 17:35:59.520 INFO STEP 177 (remove_files) COMPLETE
57772026-08-21T17:36:00.828Z[ recovery-image] Aug 21 17:35:59.520 INFO O| Aug 21 17:35:59.520 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57782026-08-21T17:36:00.836Z[ recovery-image] Aug 21 17:35:59.529 INFO O| Aug 21 17:35:59.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
57792026-08-21T17:36:00.836Z[ recovery-image] Aug 21 17:35:59.529 INFO O| Aug 21 17:35:59.529 INFO STEP 178 (remove_files) COMPLETE
57802026-08-21T17:36:00.840Z[ recovery-image] Aug 21 17:35:59.529 INFO O| Aug 21 17:35:59.529 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57812026-08-21T17:36:00.840Z[verify-libraries] Compiling rtoolbox v0.0.3
57822026-08-21T17:36:00.845Z[ recovery-image] Aug 21 17:35:59.538 INFO O| Aug 21 17:35:59.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
57832026-08-21T17:36:00.845Z[ recovery-image] Aug 21 17:35:59.538 INFO O| Aug 21 17:35:59.538 INFO STEP 179 (remove_files) COMPLETE
57842026-08-21T17:36:00.848Z[ recovery-image] Aug 21 17:35:59.538 INFO O| Aug 21 17:35:59.538 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-08-21T17:36:00.856Z[ recovery-image] Aug 21 17:35:59.546 INFO O| Aug 21 17:35:59.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
57862026-08-21T17:36:00.859Z[ recovery-image] Aug 21 17:35:59.547 INFO O| Aug 21 17:35:59.547 INFO STEP 180 (remove_files) COMPLETE
57872026-08-21T17:36:00.859Z[ recovery-image] Aug 21 17:35:59.547 INFO O| Aug 21 17:35:59.547 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-08-21T17:36:00.864Z[ recovery-image] Aug 21 17:35:59.557 INFO O| Aug 21 17:35:59.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
57892026-08-21T17:36:00.868Z[ recovery-image] Aug 21 17:35:59.557 INFO O| Aug 21 17:35:59.557 INFO STEP 181 (remove_files) COMPLETE
57902026-08-21T17:36:00.868Z[ recovery-image] Aug 21 17:35:59.557 INFO O| Aug 21 17:35:59.557 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-08-21T17:36:00.876Z[ recovery-image] Aug 21 17:35:59.567 INFO O| Aug 21 17:35:59.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
57922026-08-21T17:36:00.876Z[ recovery-image] Aug 21 17:35:59.567 INFO O| Aug 21 17:35:59.567 INFO STEP 182 (remove_files) COMPLETE
57932026-08-21T17:36:00.876Z[ recovery-image] Aug 21 17:35:59.567 INFO O| Aug 21 17:35:59.567 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-08-21T17:36:00.884Z[ recovery-image] Aug 21 17:35:59.576 INFO O| Aug 21 17:35:59.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
57952026-08-21T17:36:00.884Z[ recovery-image] Aug 21 17:35:59.576 INFO O| Aug 21 17:35:59.576 INFO STEP 183 (remove_files) COMPLETE
57962026-08-21T17:36:00.887Z[ recovery-image] Aug 21 17:35:59.576 INFO O| Aug 21 17:35:59.576 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-08-21T17:36:00.893Z[ recovery-image] Aug 21 17:35:59.586 INFO O| Aug 21 17:35:59.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
57982026-08-21T17:36:00.897Z[ recovery-image] Aug 21 17:35:59.586 INFO O| Aug 21 17:35:59.586 INFO STEP 184 (remove_files) COMPLETE
57992026-08-21T17:36:00.898Z[ recovery-image] Aug 21 17:35:59.586 INFO O| Aug 21 17:35:59.586 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-08-21T17:36:00.904Z[ recovery-image] Aug 21 17:35:59.596 INFO O| Aug 21 17:35:59.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58012026-08-21T17:36:00.904Z[ recovery-image] Aug 21 17:35:59.596 INFO O| Aug 21 17:35:59.596 INFO STEP 185 (remove_files) COMPLETE
58022026-08-21T17:36:00.906Z[ recovery-image] Aug 21 17:35:59.596 INFO O| Aug 21 17:35:59.596 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-08-21T17:36:00.913Z[ recovery-image] Aug 21 17:35:59.605 INFO O| Aug 21 17:35:59.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58042026-08-21T17:36:00.913Z[ recovery-image] Aug 21 17:35:59.605 INFO O| Aug 21 17:35:59.605 INFO STEP 186 (remove_files) COMPLETE
58052026-08-21T17:36:00.913Z[ recovery-image] Aug 21 17:35:59.605 INFO O| Aug 21 17:35:59.605 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-08-21T17:36:00.929Z[ recovery-image] Aug 21 17:35:59.621 INFO O| Aug 21 17:35:59.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58072026-08-21T17:36:00.929Z[ recovery-image] Aug 21 17:35:59.621 INFO O| Aug 21 17:35:59.621 INFO STEP 187 (remove_files) COMPLETE
58082026-08-21T17:36:00.929Z[ recovery-image] Aug 21 17:35:59.621 INFO O| Aug 21 17:35:59.621 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-08-21T17:36:00.938Z[ recovery-image] Aug 21 17:35:59.630 INFO O| Aug 21 17:35:59.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58102026-08-21T17:36:00.938Z[ recovery-image] Aug 21 17:35:59.630 INFO O| Aug 21 17:35:59.630 INFO STEP 188 (remove_files) COMPLETE
58112026-08-21T17:36:00.938Z[ recovery-image] Aug 21 17:35:59.630 INFO O| Aug 21 17:35:59.630 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-08-21T17:36:00.946Z[ recovery-image] Aug 21 17:35:59.638 INFO O| Aug 21 17:35:59.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58132026-08-21T17:36:00.946Z[ recovery-image] Aug 21 17:35:59.638 INFO O| Aug 21 17:35:59.638 INFO STEP 189 (remove_files) COMPLETE
58142026-08-21T17:36:00.946Z[ recovery-image] Aug 21 17:35:59.638 INFO O| Aug 21 17:35:59.638 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-08-21T17:36:00.954Z[ recovery-image] Aug 21 17:35:59.646 INFO O| Aug 21 17:35:59.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58162026-08-21T17:36:00.954Z[ recovery-image] Aug 21 17:35:59.646 INFO O| Aug 21 17:35:59.646 INFO STEP 190 (remove_files) COMPLETE
58172026-08-21T17:36:00.957Z[ recovery-image] Aug 21 17:35:59.646 INFO O| Aug 21 17:35:59.646 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-08-21T17:36:00.962Z[ recovery-image] Aug 21 17:35:59.654 INFO O| Aug 21 17:35:59.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58192026-08-21T17:36:00.962Z[ recovery-image] Aug 21 17:35:59.654 INFO O| Aug 21 17:35:59.654 INFO STEP 191 (remove_files) COMPLETE
58202026-08-21T17:36:00.968Z[ recovery-image] Aug 21 17:35:59.654 INFO O| Aug 21 17:35:59.654 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-08-21T17:36:00.971Z[ recovery-image] Aug 21 17:35:59.662 INFO O| Aug 21 17:35:59.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58222026-08-21T17:36:00.972Z[ recovery-image] Aug 21 17:35:59.662 INFO O| Aug 21 17:35:59.662 INFO STEP 192 (remove_files) COMPLETE
58232026-08-21T17:36:00.972Z[ recovery-image] Aug 21 17:35:59.662 INFO O| Aug 21 17:35:59.662 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-08-21T17:36:00.978Z[ recovery-image] Aug 21 17:35:59.670 INFO O| Aug 21 17:35:59.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58252026-08-21T17:36:00.978Z[ recovery-image] Aug 21 17:35:59.670 INFO O| Aug 21 17:35:59.670 INFO STEP 193 (remove_files) COMPLETE
58262026-08-21T17:36:00.978Z[ recovery-image] Aug 21 17:35:59.670 INFO O| Aug 21 17:35:59.670 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-08-21T17:36:00.986Z[ recovery-image] Aug 21 17:35:59.678 INFO O| Aug 21 17:35:59.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58282026-08-21T17:36:00.986Z[ recovery-image] Aug 21 17:35:59.678 INFO O| Aug 21 17:35:59.678 INFO STEP 194 (remove_files) COMPLETE
58292026-08-21T17:36:00.986Z[ recovery-image] Aug 21 17:35:59.678 INFO O| Aug 21 17:35:59.678 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-08-21T17:36:00.995Z[ recovery-image] Aug 21 17:35:59.687 INFO O| Aug 21 17:35:59.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58312026-08-21T17:36:00.995Z[ recovery-image] Aug 21 17:35:59.687 INFO O| Aug 21 17:35:59.687 INFO STEP 195 (remove_files) COMPLETE
58322026-08-21T17:36:00.995Z[ recovery-image] Aug 21 17:35:59.687 INFO O| Aug 21 17:35:59.687 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-08-21T17:36:01.003Z[ recovery-image] Aug 21 17:35:59.695 INFO O| Aug 21 17:35:59.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58342026-08-21T17:36:01.003Z[ recovery-image] Aug 21 17:35:59.695 INFO O| Aug 21 17:35:59.695 INFO STEP 196 (remove_files) COMPLETE
58352026-08-21T17:36:01.003Z[ recovery-image] Aug 21 17:35:59.695 INFO O| Aug 21 17:35:59.695 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-08-21T17:36:01.011Z[ recovery-image] Aug 21 17:35:59.703 INFO O| Aug 21 17:35:59.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58372026-08-21T17:36:01.011Z[ recovery-image] Aug 21 17:35:59.703 INFO O| Aug 21 17:35:59.703 INFO STEP 197 (remove_files) COMPLETE
58382026-08-21T17:36:01.011Z[ recovery-image] Aug 21 17:35:59.703 INFO O| Aug 21 17:35:59.703 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-08-21T17:36:01.020Z[ recovery-image] Aug 21 17:35:59.712 INFO O| Aug 21 17:35:59.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58402026-08-21T17:36:01.020Z[ recovery-image] Aug 21 17:35:59.712 INFO O| Aug 21 17:35:59.712 INFO STEP 198 (remove_files) COMPLETE
58412026-08-21T17:36:01.020Z[ recovery-image] Aug 21 17:35:59.712 INFO O| Aug 21 17:35:59.712 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-08-21T17:36:01.029Z[ recovery-image] Aug 21 17:35:59.720 INFO O| Aug 21 17:35:59.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58432026-08-21T17:36:01.029Z[ recovery-image] Aug 21 17:35:59.720 INFO O| Aug 21 17:35:59.720 INFO STEP 199 (remove_files) COMPLETE
58442026-08-21T17:36:01.029Z[ recovery-image] Aug 21 17:35:59.720 INFO O| Aug 21 17:35:59.720 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-08-21T17:36:01.040Z[ recovery-image] Aug 21 17:35:59.728 INFO O| Aug 21 17:35:59.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58462026-08-21T17:36:01.040Z[ recovery-image] Aug 21 17:35:59.728 INFO O| Aug 21 17:35:59.728 INFO STEP 200 (remove_files) COMPLETE
58472026-08-21T17:36:01.040Z[ recovery-image] Aug 21 17:35:59.728 INFO O| Aug 21 17:35:59.728 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-08-21T17:36:01.044Z[ recovery-image] Aug 21 17:35:59.736 INFO O| Aug 21 17:35:59.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58492026-08-21T17:36:01.044Z[ recovery-image] Aug 21 17:35:59.736 INFO O| Aug 21 17:35:59.736 INFO STEP 201 (remove_files) COMPLETE
58502026-08-21T17:36:01.044Z[ recovery-image] Aug 21 17:35:59.736 INFO O| Aug 21 17:35:59.736 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-08-21T17:36:01.054Z[ recovery-image] Aug 21 17:35:59.745 INFO O| Aug 21 17:35:59.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58522026-08-21T17:36:01.054Z[ recovery-image] Aug 21 17:35:59.745 INFO O| Aug 21 17:35:59.745 INFO STEP 202 (remove_files) COMPLETE
58532026-08-21T17:36:01.054Z[ recovery-image] Aug 21 17:35:59.745 INFO O| Aug 21 17:35:59.745 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-08-21T17:36:01.063Z[ recovery-image] Aug 21 17:35:59.754 INFO O| Aug 21 17:35:59.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58552026-08-21T17:36:01.063Z[ recovery-image] Aug 21 17:35:59.754 INFO O| Aug 21 17:35:59.754 INFO STEP 203 (remove_files) COMPLETE
58562026-08-21T17:36:01.063Z[ recovery-image] Aug 21 17:35:59.754 INFO O| Aug 21 17:35:59.754 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-08-21T17:36:01.066Z[verify-libraries] Compiling atty v0.2.14
58582026-08-21T17:36:01.071Z[ recovery-image] Aug 21 17:35:59.763 INFO O| Aug 21 17:35:59.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58592026-08-21T17:36:01.071Z[ recovery-image] Aug 21 17:35:59.763 INFO O| Aug 21 17:35:59.763 INFO STEP 204 (remove_files) COMPLETE
58602026-08-21T17:36:01.074Z[ recovery-image] Aug 21 17:35:59.763 INFO O| Aug 21 17:35:59.763 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-08-21T17:36:01.081Z[ recovery-image] Aug 21 17:35:59.773 INFO O| Aug 21 17:35:59.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58622026-08-21T17:36:01.081Z[ recovery-image] Aug 21 17:35:59.773 INFO O| Aug 21 17:35:59.773 INFO STEP 205 (remove_files) COMPLETE
58632026-08-21T17:36:01.081Z[ recovery-image] Aug 21 17:35:59.773 INFO O| Aug 21 17:35:59.773 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-08-21T17:36:01.092Z[ recovery-image] Aug 21 17:35:59.783 INFO O| Aug 21 17:35:59.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58652026-08-21T17:36:01.092Z[ recovery-image] Aug 21 17:35:59.783 INFO O| Aug 21 17:35:59.783 INFO STEP 206 (remove_files) COMPLETE
58662026-08-21T17:36:01.095Z[ recovery-image] Aug 21 17:35:59.783 INFO O| Aug 21 17:35:59.783 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-08-21T17:36:01.100Z[ recovery-image] Aug 21 17:35:59.792 INFO O| Aug 21 17:35:59.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58682026-08-21T17:36:01.100Z[ recovery-image] Aug 21 17:35:59.792 INFO O| Aug 21 17:35:59.792 INFO STEP 207 (remove_files) COMPLETE
58692026-08-21T17:36:01.100Z[ recovery-image] Aug 21 17:35:59.792 INFO O| Aug 21 17:35:59.792 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-08-21T17:36:01.104Z[verify-libraries] Compiling sponge-cursor v0.1.0
58712026-08-21T17:36:01.104Z[verify-libraries] Compiling topological-sort v0.2.2
58722026-08-21T17:36:01.108Z[ recovery-image] Aug 21 17:35:59.800 INFO O| Aug 21 17:35:59.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
58732026-08-21T17:36:01.108Z[ recovery-image] Aug 21 17:35:59.800 INFO O| Aug 21 17:35:59.800 INFO STEP 208 (remove_files) COMPLETE
58742026-08-21T17:36:01.108Z[ recovery-image] Aug 21 17:35:59.800 INFO O| Aug 21 17:35:59.800 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-08-21T17:36:01.120Z[ recovery-image] Aug 21 17:35:59.808 INFO O| Aug 21 17:35:59.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
58762026-08-21T17:36:01.120Z[ recovery-image] Aug 21 17:35:59.808 INFO O| Aug 21 17:35:59.808 INFO STEP 209 (remove_files) COMPLETE
58772026-08-21T17:36:01.120Z[ recovery-image] Aug 21 17:35:59.808 INFO O| Aug 21 17:35:59.808 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-08-21T17:36:01.125Z[ recovery-image] Aug 21 17:35:59.817 INFO O| Aug 21 17:35:59.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
58792026-08-21T17:36:01.125Z[ recovery-image] Aug 21 17:35:59.817 INFO O| Aug 21 17:35:59.817 INFO STEP 210 (remove_files) COMPLETE
58802026-08-21T17:36:01.129Z[ recovery-image] Aug 21 17:35:59.817 INFO O| Aug 21 17:35:59.817 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-08-21T17:36:01.134Z[ recovery-image] Aug 21 17:35:59.827 INFO O| Aug 21 17:35:59.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
58822026-08-21T17:36:01.134Z[ recovery-image] Aug 21 17:35:59.827 INFO O| Aug 21 17:35:59.827 INFO STEP 211 (remove_files) COMPLETE
58832026-08-21T17:36:01.137Z[ recovery-image] Aug 21 17:35:59.827 INFO O| Aug 21 17:35:59.827 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-08-21T17:36:01.144Z[ recovery-image] Aug 21 17:35:59.836 INFO O| Aug 21 17:35:59.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
58852026-08-21T17:36:01.144Z[ recovery-image] Aug 21 17:35:59.836 INFO O| Aug 21 17:35:59.836 INFO STEP 212 (remove_files) COMPLETE
58862026-08-21T17:36:01.144Z[ recovery-image] Aug 21 17:35:59.836 INFO O| Aug 21 17:35:59.836 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-08-21T17:36:01.153Z[ recovery-image] Aug 21 17:35:59.845 INFO O| Aug 21 17:35:59.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
58882026-08-21T17:36:01.153Z[ recovery-image] Aug 21 17:35:59.845 INFO O| Aug 21 17:35:59.845 INFO STEP 213 (remove_files) COMPLETE
58892026-08-21T17:36:01.153Z[ recovery-image] Aug 21 17:35:59.845 INFO O| Aug 21 17:35:59.845 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-08-21T17:36:01.161Z[ recovery-image] Aug 21 17:35:59.853 INFO O| Aug 21 17:35:59.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
58912026-08-21T17:36:01.161Z[ recovery-image] Aug 21 17:35:59.853 INFO O| Aug 21 17:35:59.853 INFO STEP 214 (remove_files) COMPLETE
58922026-08-21T17:36:01.165Z[ recovery-image] Aug 21 17:35:59.853 INFO O| Aug 21 17:35:59.853 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-08-21T17:36:01.170Z[ recovery-image] Aug 21 17:35:59.862 INFO O| Aug 21 17:35:59.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
58942026-08-21T17:36:01.175Z[ recovery-image] Aug 21 17:35:59.862 INFO O| Aug 21 17:35:59.862 INFO STEP 215 (remove_files) COMPLETE
58952026-08-21T17:36:01.175Z[ recovery-image] Aug 21 17:35:59.862 INFO O| Aug 21 17:35:59.862 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-08-21T17:36:01.181Z[ recovery-image] Aug 21 17:35:59.870 INFO O| Aug 21 17:35:59.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
58972026-08-21T17:36:01.181Z[ recovery-image] Aug 21 17:35:59.870 INFO O| Aug 21 17:35:59.870 INFO STEP 216 (remove_files) COMPLETE
58982026-08-21T17:36:01.181Z[ recovery-image] Aug 21 17:35:59.870 INFO O| Aug 21 17:35:59.870 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-08-21T17:36:01.187Z[verify-libraries] Compiling ml-kem v0.3.2
59002026-08-21T17:36:01.190Z[ recovery-image] Aug 21 17:35:59.878 INFO O| Aug 21 17:35:59.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59012026-08-21T17:36:01.190Z[ recovery-image] Aug 21 17:35:59.878 INFO O| Aug 21 17:35:59.878 INFO STEP 217 (remove_files) COMPLETE
59022026-08-21T17:36:01.190Z[ recovery-image] Aug 21 17:35:59.878 INFO O| Aug 21 17:35:59.878 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-08-21T17:36:01.196Z[ recovery-image] Aug 21 17:35:59.886 INFO O| Aug 21 17:35:59.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59042026-08-21T17:36:01.196Z[ recovery-image] Aug 21 17:35:59.886 INFO O| Aug 21 17:35:59.886 INFO STEP 218 (remove_files) COMPLETE
59052026-08-21T17:36:01.196Z[ recovery-image] Aug 21 17:35:59.886 INFO O| Aug 21 17:35:59.886 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-08-21T17:36:01.204Z[ recovery-image] Aug 21 17:35:59.894 INFO O| Aug 21 17:35:59.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59072026-08-21T17:36:01.204Z[ recovery-image] Aug 21 17:35:59.894 INFO O| Aug 21 17:35:59.894 INFO STEP 219 (remove_files) COMPLETE
59082026-08-21T17:36:01.204Z[ recovery-image] Aug 21 17:35:59.894 INFO O| Aug 21 17:35:59.894 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-08-21T17:36:01.210Z[ recovery-image] Aug 21 17:35:59.902 INFO O| Aug 21 17:35:59.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59102026-08-21T17:36:01.210Z[ recovery-image] Aug 21 17:35:59.902 INFO O| Aug 21 17:35:59.902 INFO STEP 220 (remove_files) COMPLETE
59112026-08-21T17:36:01.215Z[ recovery-image] Aug 21 17:35:59.902 INFO O| Aug 21 17:35:59.902 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-08-21T17:36:01.222Z[ recovery-image] Aug 21 17:35:59.911 INFO O| Aug 21 17:35:59.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59132026-08-21T17:36:01.223Z[ recovery-image] Aug 21 17:35:59.911 INFO O| Aug 21 17:35:59.911 INFO STEP 221 (remove_files) COMPLETE
59142026-08-21T17:36:01.223Z[ recovery-image] Aug 21 17:35:59.911 INFO O| Aug 21 17:35:59.911 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-08-21T17:36:01.227Z[ recovery-image] Aug 21 17:35:59.919 INFO O| Aug 21 17:35:59.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59162026-08-21T17:36:01.230Z[ recovery-image] Aug 21 17:35:59.919 INFO O| Aug 21 17:35:59.919 INFO STEP 222 (remove_files) COMPLETE
59172026-08-21T17:36:01.230Z[ recovery-image] Aug 21 17:35:59.919 INFO O| Aug 21 17:35:59.919 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-08-21T17:36:01.234Z[ recovery-image] Aug 21 17:35:59.927 INFO O| Aug 21 17:35:59.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59192026-08-21T17:36:01.234Z[ recovery-image] Aug 21 17:35:59.927 INFO O| Aug 21 17:35:59.927 INFO STEP 223 (remove_files) COMPLETE
59202026-08-21T17:36:01.234Z[ recovery-image] Aug 21 17:35:59.927 INFO O| Aug 21 17:35:59.927 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-08-21T17:36:01.242Z[ recovery-image] Aug 21 17:35:59.935 INFO O| Aug 21 17:35:59.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59222026-08-21T17:36:01.242Z[ recovery-image] Aug 21 17:35:59.935 INFO O| Aug 21 17:35:59.935 INFO STEP 224 (remove_files) COMPLETE
59232026-08-21T17:36:01.246Z[ recovery-image] Aug 21 17:35:59.935 INFO O| Aug 21 17:35:59.935 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-08-21T17:36:01.251Z[ recovery-image] Aug 21 17:35:59.943 INFO O| Aug 21 17:35:59.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59252026-08-21T17:36:01.251Z[ recovery-image] Aug 21 17:35:59.943 INFO O| Aug 21 17:35:59.943 INFO STEP 225 (remove_files) COMPLETE
59262026-08-21T17:36:01.251Z[ recovery-image] Aug 21 17:35:59.943 INFO O| Aug 21 17:35:59.943 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-08-21T17:36:01.254Z[verify-libraries] Compiling rpassword v7.5.4
59282026-08-21T17:36:01.259Z[ recovery-image] Aug 21 17:35:59.952 INFO O| Aug 21 17:35:59.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59292026-08-21T17:36:01.260Z[ recovery-image] Aug 21 17:35:59.952 INFO O| Aug 21 17:35:59.952 INFO STEP 226 (remove_files) COMPLETE
59302026-08-21T17:36:01.263Z[ recovery-image] Aug 21 17:35:59.952 INFO O| Aug 21 17:35:59.952 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-08-21T17:36:01.267Z[ recovery-image] Aug 21 17:35:59.960 INFO O| Aug 21 17:35:59.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59322026-08-21T17:36:01.268Z[ recovery-image] Aug 21 17:35:59.960 INFO O| Aug 21 17:35:59.960 INFO STEP 227 (remove_files) COMPLETE
59332026-08-21T17:36:01.271Z[ recovery-image] Aug 21 17:35:59.960 INFO O| Aug 21 17:35:59.960 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-08-21T17:36:01.277Z[ recovery-image] Aug 21 17:35:59.968 INFO O| Aug 21 17:35:59.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59352026-08-21T17:36:01.277Z[ recovery-image] Aug 21 17:35:59.968 INFO O| Aug 21 17:35:59.968 INFO STEP 228 (remove_files) COMPLETE
59362026-08-21T17:36:01.277Z[ recovery-image] Aug 21 17:35:59.968 INFO O| Aug 21 17:35:59.968 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59372026-08-21T17:36:01.291Z[ recovery-image] Aug 21 17:35:59.981 INFO O| Aug 21 17:35:59.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59382026-08-21T17:36:01.291Z[ recovery-image] Aug 21 17:35:59.981 INFO O| Aug 21 17:35:59.981 INFO STEP 229 (remove_files) COMPLETE
59392026-08-21T17:36:01.293Z[ recovery-image] Aug 21 17:35:59.981 INFO O| Aug 21 17:35:59.981 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59402026-08-21T17:36:01.297Z[ recovery-image] Aug 21 17:35:59.989 INFO O| Aug 21 17:35:59.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59412026-08-21T17:36:01.297Z[ recovery-image] Aug 21 17:35:59.989 INFO O| Aug 21 17:35:59.989 INFO STEP 230 (remove_files) COMPLETE
59422026-08-21T17:36:01.297Z[ recovery-image] Aug 21 17:35:59.989 INFO O| Aug 21 17:35:59.989 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59432026-08-21T17:36:01.306Z[ recovery-image] Aug 21 17:35:59.998 INFO O| Aug 21 17:35:59.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59442026-08-21T17:36:01.306Z[ recovery-image] Aug 21 17:35:59.998 INFO O| Aug 21 17:35:59.998 INFO STEP 231 (remove_files) COMPLETE
59452026-08-21T17:36:01.306Z[ recovery-image] Aug 21 17:35:59.998 INFO O| Aug 21 17:35:59.998 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59462026-08-21T17:36:01.315Z[ recovery-image] Aug 21 17:36:00.007 INFO O| Aug 21 17:36:00.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59472026-08-21T17:36:01.315Z[ recovery-image] Aug 21 17:36:00.007 INFO O| Aug 21 17:36:00.007 INFO STEP 232 (remove_files) COMPLETE
59482026-08-21T17:36:01.315Z[ recovery-image] Aug 21 17:36:00.007 INFO O| Aug 21 17:36:00.007 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59492026-08-21T17:36:01.320Z[verify-libraries] Compiling sha3 v0.12.0
59502026-08-21T17:36:01.324Z[ recovery-image] Aug 21 17:36:00.017 INFO O| Aug 21 17:36:00.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59512026-08-21T17:36:01.324Z[ recovery-image] Aug 21 17:36:00.017 INFO O| Aug 21 17:36:00.017 INFO STEP 233 (remove_files) COMPLETE
59522026-08-21T17:36:01.327Z[ recovery-image] Aug 21 17:36:00.017 INFO O| Aug 21 17:36:00.017 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-08-21T17:36:01.336Z[ recovery-image] Aug 21 17:36:00.025 INFO O| Aug 21 17:36:00.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59542026-08-21T17:36:01.336Z[ recovery-image] Aug 21 17:36:00.025 INFO O| Aug 21 17:36:00.025 INFO STEP 234 (remove_files) COMPLETE
59552026-08-21T17:36:01.339Z[ recovery-image] Aug 21 17:36:00.025 INFO O| Aug 21 17:36:00.025 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-08-21T17:36:01.343Z[ recovery-image] Aug 21 17:36:00.032 INFO O| Aug 21 17:36:00.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59572026-08-21T17:36:01.343Z[ recovery-image] Aug 21 17:36:00.032 INFO O| Aug 21 17:36:00.032 INFO STEP 235 (remove_files) COMPLETE
59582026-08-21T17:36:01.343Z[ recovery-image] Aug 21 17:36:00.032 INFO O| Aug 21 17:36:00.032 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-08-21T17:36:01.349Z[ recovery-image] Aug 21 17:36:00.040 INFO O| Aug 21 17:36:00.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59602026-08-21T17:36:01.349Z[ recovery-image] Aug 21 17:36:00.040 INFO O| Aug 21 17:36:00.040 INFO STEP 236 (remove_files) COMPLETE
59612026-08-21T17:36:01.349Z[ recovery-image] Aug 21 17:36:00.040 INFO O| Aug 21 17:36:00.040 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-08-21T17:36:01.355Z[ recovery-image] Aug 21 17:36:00.047 INFO O| Aug 21 17:36:00.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59632026-08-21T17:36:01.355Z[ recovery-image] Aug 21 17:36:00.047 INFO O| Aug 21 17:36:00.047 INFO STEP 237 (remove_files) COMPLETE
59642026-08-21T17:36:01.358Z[ recovery-image] Aug 21 17:36:00.047 INFO O| Aug 21 17:36:00.047 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-08-21T17:36:01.362Z[verify-libraries] Compiling omicron-zone-package v0.12.3
59662026-08-21T17:36:01.367Z[ recovery-image] Aug 21 17:36:00.055 INFO O| Aug 21 17:36:00.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59672026-08-21T17:36:01.367Z[ recovery-image] Aug 21 17:36:00.055 INFO O| Aug 21 17:36:00.055 INFO STEP 238 (remove_files) COMPLETE
59682026-08-21T17:36:01.367Z[ recovery-image] Aug 21 17:36:00.055 INFO O| Aug 21 17:36:00.055 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-08-21T17:36:01.373Z[ recovery-image] Aug 21 17:36:00.063 INFO O| Aug 21 17:36:00.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59702026-08-21T17:36:01.373Z[ recovery-image] Aug 21 17:36:00.063 INFO O| Aug 21 17:36:00.063 INFO STEP 239 (remove_files) COMPLETE
59712026-08-21T17:36:01.373Z[ recovery-image] Aug 21 17:36:00.063 INFO O| Aug 21 17:36:00.063 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-08-21T17:36:01.380Z[ recovery-image] Aug 21 17:36:00.071 INFO O| Aug 21 17:36:00.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
59732026-08-21T17:36:01.380Z[ recovery-image] Aug 21 17:36:00.071 INFO O| Aug 21 17:36:00.071 INFO STEP 240 (remove_files) COMPLETE
59742026-08-21T17:36:01.380Z[ recovery-image] Aug 21 17:36:00.071 INFO O| Aug 21 17:36:00.071 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-08-21T17:36:01.394Z[ recovery-image] Aug 21 17:36:00.086 INFO O| Aug 21 17:36:00.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
59762026-08-21T17:36:01.394Z[ recovery-image] Aug 21 17:36:00.086 INFO O| Aug 21 17:36:00.080 INFO STEP 241 (remove_files) COMPLETE
59772026-08-21T17:36:01.394Z[ recovery-image] Aug 21 17:36:00.086 INFO O| Aug 21 17:36:00.080 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-08-21T17:36:01.403Z[ recovery-image] Aug 21 17:36:00.095 INFO O| Aug 21 17:36:00.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
59792026-08-21T17:36:01.403Z[ recovery-image] Aug 21 17:36:00.095 INFO O| Aug 21 17:36:00.087 INFO STEP 242 (remove_files) COMPLETE
59802026-08-21T17:36:01.403Z[ recovery-image] Aug 21 17:36:00.095 INFO O| Aug 21 17:36:00.087 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-08-21T17:36:01.403Z[ recovery-image] Aug 21 17:36:00.095 INFO O| Aug 21 17:36:00.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
59822026-08-21T17:36:01.407Z[ recovery-image] Aug 21 17:36:00.095 INFO O| Aug 21 17:36:00.094 INFO STEP 243 (remove_files) COMPLETE
59832026-08-21T17:36:01.407Z[ recovery-image] Aug 21 17:36:00.095 INFO O| Aug 21 17:36:00.094 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-08-21T17:36:01.411Z[ recovery-image] Aug 21 17:36:00.104 INFO O| Aug 21 17:36:00.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
59852026-08-21T17:36:01.411Z[ recovery-image] Aug 21 17:36:00.104 INFO O| Aug 21 17:36:00.104 INFO STEP 244 (remove_files) COMPLETE
59862026-08-21T17:36:01.411Z[ recovery-image] Aug 21 17:36:00.104 INFO O| Aug 21 17:36:00.104 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-08-21T17:36:01.426Z[ recovery-image] Aug 21 17:36:00.114 INFO O| Aug 21 17:36:00.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
59882026-08-21T17:36:01.426Z[ recovery-image] Aug 21 17:36:00.114 INFO O| Aug 21 17:36:00.114 INFO STEP 245 (remove_files) COMPLETE
59892026-08-21T17:36:01.429Z[ recovery-image] Aug 21 17:36:00.114 INFO O| Aug 21 17:36:00.114 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-08-21T17:36:01.434Z[ recovery-image] Aug 21 17:36:00.125 INFO O| Aug 21 17:36:00.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
59912026-08-21T17:36:01.434Z[ recovery-image] Aug 21 17:36:00.125 INFO O| Aug 21 17:36:00.125 INFO STEP 246 (remove_files) COMPLETE
59922026-08-21T17:36:01.434Z[ recovery-image] Aug 21 17:36:00.125 INFO O| Aug 21 17:36:00.125 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-08-21T17:36:01.438Z[verify-libraries] Compiling serde_with v1.14.0
59942026-08-21T17:36:01.442Z[ recovery-image] Aug 21 17:36:00.134 INFO O| Aug 21 17:36:00.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
59952026-08-21T17:36:01.442Z[ recovery-image] Aug 21 17:36:00.134 INFO O| Aug 21 17:36:00.134 INFO STEP 247 (remove_files) COMPLETE
59962026-08-21T17:36:01.445Z[ recovery-image] Aug 21 17:36:00.134 INFO O| Aug 21 17:36:00.134 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59972026-08-21T17:36:01.451Z[ recovery-image] Aug 21 17:36:00.142 INFO O| Aug 21 17:36:00.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
59982026-08-21T17:36:01.451Z[ recovery-image] Aug 21 17:36:00.142 INFO O| Aug 21 17:36:00.142 INFO STEP 248 (remove_files) COMPLETE
59992026-08-21T17:36:01.451Z[ recovery-image] Aug 21 17:36:00.142 INFO O| Aug 21 17:36:00.142 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60002026-08-21T17:36:01.461Z[ recovery-image] Aug 21 17:36:00.152 INFO O| Aug 21 17:36:00.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60012026-08-21T17:36:01.461Z[ recovery-image] Aug 21 17:36:00.152 INFO O| Aug 21 17:36:00.152 INFO STEP 249 (remove_files) COMPLETE
60022026-08-21T17:36:01.461Z[ recovery-image] Aug 21 17:36:00.152 INFO O| Aug 21 17:36:00.152 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60032026-08-21T17:36:01.469Z[ recovery-image] Aug 21 17:36:00.161 INFO O| Aug 21 17:36:00.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60042026-08-21T17:36:01.469Z[ recovery-image] Aug 21 17:36:00.161 INFO O| Aug 21 17:36:00.161 INFO STEP 250 (remove_files) COMPLETE
60052026-08-21T17:36:01.469Z[ recovery-image] Aug 21 17:36:00.161 INFO O| Aug 21 17:36:00.161 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60062026-08-21T17:36:01.478Z[ recovery-image] Aug 21 17:36:00.170 INFO O| Aug 21 17:36:00.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60072026-08-21T17:36:01.478Z[ recovery-image] Aug 21 17:36:00.170 INFO O| Aug 21 17:36:00.170 INFO STEP 251 (remove_files) COMPLETE
60082026-08-21T17:36:01.478Z[ recovery-image] Aug 21 17:36:00.170 INFO O| Aug 21 17:36:00.170 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60092026-08-21T17:36:01.487Z[ recovery-image] Aug 21 17:36:00.179 INFO O| Aug 21 17:36:00.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60102026-08-21T17:36:01.487Z[ recovery-image] Aug 21 17:36:00.179 INFO O| Aug 21 17:36:00.179 INFO STEP 252 (remove_files) COMPLETE
60112026-08-21T17:36:01.487Z[ recovery-image] Aug 21 17:36:00.179 INFO O| Aug 21 17:36:00.179 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-08-21T17:36:01.497Z[ recovery-image] Aug 21 17:36:00.187 INFO O| Aug 21 17:36:00.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60132026-08-21T17:36:01.497Z[ recovery-image] Aug 21 17:36:00.187 INFO O| Aug 21 17:36:00.187 INFO STEP 253 (remove_files) COMPLETE
60142026-08-21T17:36:01.497Z[ recovery-image] Aug 21 17:36:00.187 INFO O| Aug 21 17:36:00.187 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-08-21T17:36:01.503Z[ recovery-image] Aug 21 17:36:00.195 INFO O| Aug 21 17:36:00.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60162026-08-21T17:36:01.503Z[ recovery-image] Aug 21 17:36:00.195 INFO O| Aug 21 17:36:00.195 INFO STEP 254 (remove_files) COMPLETE
60172026-08-21T17:36:01.503Z[ recovery-image] Aug 21 17:36:00.195 INFO O| Aug 21 17:36:00.195 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-08-21T17:36:01.511Z[ recovery-image] Aug 21 17:36:00.203 INFO O| Aug 21 17:36:00.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60192026-08-21T17:36:01.511Z[ recovery-image] Aug 21 17:36:00.203 INFO O| Aug 21 17:36:00.203 INFO STEP 255 (remove_files) COMPLETE
60202026-08-21T17:36:01.511Z[ recovery-image] Aug 21 17:36:00.203 INFO O| Aug 21 17:36:00.203 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-08-21T17:36:01.519Z[ recovery-image] Aug 21 17:36:00.211 INFO O| Aug 21 17:36:00.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60222026-08-21T17:36:01.519Z[ recovery-image] Aug 21 17:36:00.211 INFO O| Aug 21 17:36:00.211 INFO STEP 256 (remove_files) COMPLETE
60232026-08-21T17:36:01.519Z[ recovery-image] Aug 21 17:36:00.211 INFO O| Aug 21 17:36:00.211 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-08-21T17:36:01.526Z[ recovery-image] Aug 21 17:36:00.218 INFO O| Aug 21 17:36:00.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60252026-08-21T17:36:01.526Z[ recovery-image] Aug 21 17:36:00.218 INFO O| Aug 21 17:36:00.218 INFO STEP 257 (remove_files) COMPLETE
60262026-08-21T17:36:01.526Z[ recovery-image] Aug 21 17:36:00.218 INFO O| Aug 21 17:36:00.218 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-08-21T17:36:01.533Z[ recovery-image] Aug 21 17:36:00.225 INFO O| Aug 21 17:36:00.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60282026-08-21T17:36:01.533Z[ recovery-image] Aug 21 17:36:00.225 INFO O| Aug 21 17:36:00.225 INFO STEP 258 (remove_files) COMPLETE
60292026-08-21T17:36:01.533Z[ recovery-image] Aug 21 17:36:00.225 INFO O| Aug 21 17:36:00.225 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-08-21T17:36:01.541Z[ recovery-image] Aug 21 17:36:00.233 INFO O| Aug 21 17:36:00.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60312026-08-21T17:36:01.542Z[ recovery-image] Aug 21 17:36:00.233 INFO O| Aug 21 17:36:00.233 INFO STEP 259 (remove_files) COMPLETE
60322026-08-21T17:36:01.542Z[ recovery-image] Aug 21 17:36:00.233 INFO O| Aug 21 17:36:00.233 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-08-21T17:36:01.549Z[ recovery-image] Aug 21 17:36:00.241 INFO O| Aug 21 17:36:00.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60342026-08-21T17:36:01.549Z[ recovery-image] Aug 21 17:36:00.241 INFO O| Aug 21 17:36:00.241 INFO STEP 260 (remove_files) COMPLETE
60352026-08-21T17:36:01.549Z[ recovery-image] Aug 21 17:36:00.241 INFO O| Aug 21 17:36:00.241 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-08-21T17:36:01.558Z[ recovery-image] Aug 21 17:36:00.250 INFO O| Aug 21 17:36:00.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60372026-08-21T17:36:01.558Z[ recovery-image] Aug 21 17:36:00.250 INFO O| Aug 21 17:36:00.250 INFO STEP 261 (remove_files) COMPLETE
60382026-08-21T17:36:01.558Z[ recovery-image] Aug 21 17:36:00.251 INFO O| Aug 21 17:36:00.250 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-08-21T17:36:01.567Z[ recovery-image] Aug 21 17:36:00.259 INFO O| Aug 21 17:36:00.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60402026-08-21T17:36:01.567Z[ recovery-image] Aug 21 17:36:00.260 INFO O| Aug 21 17:36:00.260 INFO STEP 262 (remove_files) COMPLETE
60412026-08-21T17:36:01.567Z[ recovery-image] Aug 21 17:36:00.260 INFO O| Aug 21 17:36:00.260 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-08-21T17:36:01.576Z[ recovery-image] Aug 21 17:36:00.268 INFO O| Aug 21 17:36:00.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60432026-08-21T17:36:01.578Z[ recovery-image] Aug 21 17:36:00.268 INFO O| Aug 21 17:36:00.268 INFO STEP 263 (remove_files) COMPLETE
60442026-08-21T17:36:01.579Z[ recovery-image] Aug 21 17:36:00.268 INFO O| Aug 21 17:36:00.268 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-08-21T17:36:01.585Z[ recovery-image] Aug 21 17:36:00.277 INFO O| Aug 21 17:36:00.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60462026-08-21T17:36:01.585Z[ recovery-image] Aug 21 17:36:00.277 INFO O| Aug 21 17:36:00.277 INFO STEP 264 (remove_files) COMPLETE
60472026-08-21T17:36:01.585Z[ recovery-image] Aug 21 17:36:00.277 INFO O| Aug 21 17:36:00.277 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-08-21T17:36:01.594Z[ recovery-image] Aug 21 17:36:00.286 INFO O| Aug 21 17:36:00.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60492026-08-21T17:36:01.594Z[ recovery-image] Aug 21 17:36:00.286 INFO O| Aug 21 17:36:00.286 INFO STEP 265 (remove_files) COMPLETE
60502026-08-21T17:36:01.594Z[ recovery-image] Aug 21 17:36:00.286 INFO O| Aug 21 17:36:00.286 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-08-21T17:36:01.602Z[ recovery-image] Aug 21 17:36:00.294 INFO O| Aug 21 17:36:00.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60522026-08-21T17:36:01.602Z[ recovery-image] Aug 21 17:36:00.294 INFO O| Aug 21 17:36:00.294 INFO STEP 266 (remove_files) COMPLETE
60532026-08-21T17:36:01.602Z[ recovery-image] Aug 21 17:36:00.294 INFO O| Aug 21 17:36:00.294 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-08-21T17:36:01.610Z[ recovery-image] Aug 21 17:36:00.303 INFO O| Aug 21 17:36:00.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60552026-08-21T17:36:01.610Z[ recovery-image] Aug 21 17:36:00.303 INFO O| Aug 21 17:36:00.303 INFO STEP 267 (remove_files) COMPLETE
60562026-08-21T17:36:01.610Z[ recovery-image] Aug 21 17:36:00.303 INFO O| Aug 21 17:36:00.303 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-08-21T17:36:01.619Z[ recovery-image] Aug 21 17:36:00.311 INFO O| Aug 21 17:36:00.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60582026-08-21T17:36:01.619Z[ recovery-image] Aug 21 17:36:00.311 INFO O| Aug 21 17:36:00.311 INFO STEP 268 (remove_files) COMPLETE
60592026-08-21T17:36:01.619Z[ recovery-image] Aug 21 17:36:00.311 INFO O| Aug 21 17:36:00.311 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-08-21T17:36:01.627Z[ recovery-image] Aug 21 17:36:00.319 INFO O| Aug 21 17:36:00.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60612026-08-21T17:36:01.627Z[ recovery-image] Aug 21 17:36:00.319 INFO O| Aug 21 17:36:00.319 INFO STEP 269 (remove_files) COMPLETE
60622026-08-21T17:36:01.627Z[ recovery-image] Aug 21 17:36:00.319 INFO O| Aug 21 17:36:00.319 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-08-21T17:36:01.635Z[ recovery-image] Aug 21 17:36:00.327 INFO O| Aug 21 17:36:00.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60642026-08-21T17:36:01.635Z[ recovery-image] Aug 21 17:36:00.327 INFO O| Aug 21 17:36:00.327 INFO STEP 270 (remove_files) COMPLETE
60652026-08-21T17:36:01.635Z[ recovery-image] Aug 21 17:36:00.327 INFO O| Aug 21 17:36:00.327 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-08-21T17:36:01.643Z[ recovery-image] Aug 21 17:36:00.335 INFO O| Aug 21 17:36:00.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60672026-08-21T17:36:01.643Z[ recovery-image] Aug 21 17:36:00.335 INFO O| Aug 21 17:36:00.335 INFO STEP 271 (remove_files) COMPLETE
60682026-08-21T17:36:01.643Z[ recovery-image] Aug 21 17:36:00.335 INFO O| Aug 21 17:36:00.335 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60692026-08-21T17:36:01.651Z[ recovery-image] Aug 21 17:36:00.343 INFO O| Aug 21 17:36:00.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60702026-08-21T17:36:01.651Z[ recovery-image] Aug 21 17:36:00.343 INFO O| Aug 21 17:36:00.343 INFO STEP 272 (remove_files) COMPLETE
60712026-08-21T17:36:01.651Z[ recovery-image] Aug 21 17:36:00.343 INFO O| Aug 21 17:36:00.343 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60722026-08-21T17:36:01.660Z[ recovery-image] Aug 21 17:36:00.351 INFO O| Aug 21 17:36:00.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
60732026-08-21T17:36:01.660Z[ recovery-image] Aug 21 17:36:00.351 INFO O| Aug 21 17:36:00.351 INFO STEP 273 (remove_files) COMPLETE
60742026-08-21T17:36:01.660Z[ recovery-image] Aug 21 17:36:00.351 INFO O| Aug 21 17:36:00.351 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60752026-08-21T17:36:01.667Z[ recovery-image] Aug 21 17:36:00.359 INFO O| Aug 21 17:36:00.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
60762026-08-21T17:36:01.667Z[ recovery-image] Aug 21 17:36:00.359 INFO O| Aug 21 17:36:00.359 INFO STEP 274 (remove_files) COMPLETE
60772026-08-21T17:36:01.667Z[ recovery-image] Aug 21 17:36:00.359 INFO O| Aug 21 17:36:00.359 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-08-21T17:36:01.675Z[ recovery-image] Aug 21 17:36:00.367 INFO O| Aug 21 17:36:00.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
60792026-08-21T17:36:01.675Z[ recovery-image] Aug 21 17:36:00.367 INFO O| Aug 21 17:36:00.367 INFO STEP 275 (remove_files) COMPLETE
60802026-08-21T17:36:01.675Z[ recovery-image] Aug 21 17:36:00.367 INFO O| Aug 21 17:36:00.367 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-08-21T17:36:01.683Z[ recovery-image] Aug 21 17:36:00.375 INFO O| Aug 21 17:36:00.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
60822026-08-21T17:36:01.683Z[ recovery-image] Aug 21 17:36:00.375 INFO O| Aug 21 17:36:00.375 INFO STEP 276 (remove_files) COMPLETE
60832026-08-21T17:36:01.683Z[ recovery-image] Aug 21 17:36:00.375 INFO O| Aug 21 17:36:00.375 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-08-21T17:36:01.690Z[ recovery-image] Aug 21 17:36:00.383 INFO O| Aug 21 17:36:00.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
60852026-08-21T17:36:01.690Z[ recovery-image] Aug 21 17:36:00.383 INFO O| Aug 21 17:36:00.383 INFO STEP 277 (remove_files) COMPLETE
60862026-08-21T17:36:01.694Z[ recovery-image] Aug 21 17:36:00.383 INFO O| Aug 21 17:36:00.383 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-08-21T17:36:01.706Z[ recovery-image] Aug 21 17:36:00.398 INFO O| Aug 21 17:36:00.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
60882026-08-21T17:36:01.706Z[ recovery-image] Aug 21 17:36:00.399 INFO O| Aug 21 17:36:00.399 INFO STEP 278 (remove_files) COMPLETE
60892026-08-21T17:36:01.706Z[ recovery-image] Aug 21 17:36:00.399 INFO O| Aug 21 17:36:00.399 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-08-21T17:36:01.717Z[ recovery-image] Aug 21 17:36:00.409 INFO O| Aug 21 17:36:00.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
60912026-08-21T17:36:01.717Z[ recovery-image] Aug 21 17:36:00.409 INFO O| Aug 21 17:36:00.409 INFO STEP 279 (remove_files) COMPLETE
60922026-08-21T17:36:01.722Z[ recovery-image] Aug 21 17:36:00.409 INFO O| Aug 21 17:36:00.409 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-08-21T17:36:01.726Z[ recovery-image] Aug 21 17:36:00.418 INFO O| Aug 21 17:36:00.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
60942026-08-21T17:36:01.726Z[ recovery-image] Aug 21 17:36:00.418 INFO O| Aug 21 17:36:00.418 INFO STEP 280 (remove_files) COMPLETE
60952026-08-21T17:36:01.729Z[ recovery-image] Aug 21 17:36:00.418 INFO O| Aug 21 17:36:00.418 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-08-21T17:36:01.739Z[ recovery-image] Aug 21 17:36:00.426 INFO O| Aug 21 17:36:00.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
60972026-08-21T17:36:01.739Z[ recovery-image] Aug 21 17:36:00.426 INFO O| Aug 21 17:36:00.426 INFO STEP 281 (remove_files) COMPLETE
60982026-08-21T17:36:01.739Z[ recovery-image] Aug 21 17:36:00.426 INFO O| Aug 21 17:36:00.426 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60992026-08-21T17:36:01.743Z[ recovery-image] Aug 21 17:36:00.435 INFO O| Aug 21 17:36:00.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61002026-08-21T17:36:01.743Z[ recovery-image] Aug 21 17:36:00.435 INFO O| Aug 21 17:36:00.435 INFO STEP 282 (remove_files) COMPLETE
61012026-08-21T17:36:01.743Z[ recovery-image] Aug 21 17:36:00.435 INFO O| Aug 21 17:36:00.435 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61022026-08-21T17:36:01.752Z[ recovery-image] Aug 21 17:36:00.444 INFO O| Aug 21 17:36:00.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61032026-08-21T17:36:01.752Z[ recovery-image] Aug 21 17:36:00.444 INFO O| Aug 21 17:36:00.444 INFO STEP 283 (remove_files) COMPLETE
61042026-08-21T17:36:01.752Z[ recovery-image] Aug 21 17:36:00.444 INFO O| Aug 21 17:36:00.444 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-08-21T17:36:01.760Z[ recovery-image] Aug 21 17:36:00.452 INFO O| Aug 21 17:36:00.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61062026-08-21T17:36:01.760Z[ recovery-image] Aug 21 17:36:00.452 INFO O| Aug 21 17:36:00.452 INFO STEP 284 (remove_files) COMPLETE
61072026-08-21T17:36:01.760Z[ recovery-image] Aug 21 17:36:00.452 INFO O| Aug 21 17:36:00.452 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-08-21T17:36:01.768Z[ recovery-image] Aug 21 17:36:00.459 INFO O| Aug 21 17:36:00.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61092026-08-21T17:36:01.768Z[ recovery-image] Aug 21 17:36:00.460 INFO O| Aug 21 17:36:00.460 INFO STEP 285 (remove_files) COMPLETE
61102026-08-21T17:36:01.768Z[ recovery-image] Aug 21 17:36:00.460 INFO O| Aug 21 17:36:00.460 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-08-21T17:36:01.776Z[ recovery-image] Aug 21 17:36:00.467 INFO O| Aug 21 17:36:00.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61122026-08-21T17:36:01.776Z[ recovery-image] Aug 21 17:36:00.468 INFO O| Aug 21 17:36:00.468 INFO STEP 286 (remove_files) COMPLETE
61132026-08-21T17:36:01.776Z[ recovery-image] Aug 21 17:36:00.468 INFO O| Aug 21 17:36:00.468 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-08-21T17:36:01.784Z[ recovery-image] Aug 21 17:36:00.476 INFO O| Aug 21 17:36:00.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61152026-08-21T17:36:01.784Z[ recovery-image] Aug 21 17:36:00.476 INFO O| Aug 21 17:36:00.476 INFO STEP 287 (remove_files) COMPLETE
61162026-08-21T17:36:01.784Z[ recovery-image] Aug 21 17:36:00.476 INFO O| Aug 21 17:36:00.476 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-08-21T17:36:01.792Z[ recovery-image] Aug 21 17:36:00.484 INFO O| Aug 21 17:36:00.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61182026-08-21T17:36:01.792Z[ recovery-image] Aug 21 17:36:00.484 INFO O| Aug 21 17:36:00.484 INFO STEP 288 (remove_files) COMPLETE
61192026-08-21T17:36:01.792Z[ recovery-image] Aug 21 17:36:00.484 INFO O| Aug 21 17:36:00.484 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-08-21T17:36:01.800Z[ recovery-image] Aug 21 17:36:00.492 INFO O| Aug 21 17:36:00.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61212026-08-21T17:36:01.800Z[ recovery-image] Aug 21 17:36:00.492 INFO O| Aug 21 17:36:00.492 INFO STEP 289 (remove_files) COMPLETE
61222026-08-21T17:36:01.800Z[ recovery-image] Aug 21 17:36:00.492 INFO O| Aug 21 17:36:00.492 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-08-21T17:36:01.810Z[ recovery-image] Aug 21 17:36:00.503 INFO O| Aug 21 17:36:00.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61242026-08-21T17:36:01.810Z[ recovery-image] Aug 21 17:36:00.503 INFO O| Aug 21 17:36:00.503 INFO STEP 290 (remove_files) COMPLETE
61252026-08-21T17:36:01.811Z[ recovery-image] Aug 21 17:36:00.503 INFO O| Aug 21 17:36:00.503 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-08-21T17:36:01.819Z[ recovery-image] Aug 21 17:36:00.511 INFO O| Aug 21 17:36:00.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61272026-08-21T17:36:01.819Z[ recovery-image] Aug 21 17:36:00.511 INFO O| Aug 21 17:36:00.511 INFO STEP 291 (remove_files) COMPLETE
61282026-08-21T17:36:01.822Z[ recovery-image] Aug 21 17:36:00.511 INFO O| Aug 21 17:36:00.511 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-08-21T17:36:01.828Z[ recovery-image] Aug 21 17:36:00.520 INFO O| Aug 21 17:36:00.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61302026-08-21T17:36:01.828Z[ recovery-image] Aug 21 17:36:00.521 INFO O| Aug 21 17:36:00.521 INFO STEP 292 (remove_files) COMPLETE
61312026-08-21T17:36:01.832Z[ recovery-image] Aug 21 17:36:00.521 INFO O| Aug 21 17:36:00.521 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-08-21T17:36:01.837Z[ recovery-image] Aug 21 17:36:00.529 INFO O| Aug 21 17:36:00.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61332026-08-21T17:36:01.837Z[ recovery-image] Aug 21 17:36:00.530 INFO O| Aug 21 17:36:00.530 INFO STEP 293 (remove_files) COMPLETE
61342026-08-21T17:36:01.840Z[ recovery-image] Aug 21 17:36:00.530 INFO O| Aug 21 17:36:00.530 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-08-21T17:36:01.847Z[ recovery-image] Aug 21 17:36:00.539 INFO O| Aug 21 17:36:00.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61362026-08-21T17:36:01.847Z[ recovery-image] Aug 21 17:36:00.539 INFO O| Aug 21 17:36:00.539 INFO STEP 294 (remove_files) COMPLETE
61372026-08-21T17:36:01.847Z[ recovery-image] Aug 21 17:36:00.539 INFO O| Aug 21 17:36:00.539 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-08-21T17:36:01.856Z[ recovery-image] Aug 21 17:36:00.548 INFO O| Aug 21 17:36:00.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61392026-08-21T17:36:01.856Z[ recovery-image] Aug 21 17:36:00.548 INFO O| Aug 21 17:36:00.548 INFO STEP 295 (remove_files) COMPLETE
61402026-08-21T17:36:01.860Z[ recovery-image] Aug 21 17:36:00.548 INFO O| Aug 21 17:36:00.548 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-08-21T17:36:01.864Z[ recovery-image] Aug 21 17:36:00.556 INFO O| Aug 21 17:36:00.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61422026-08-21T17:36:01.864Z[ recovery-image] Aug 21 17:36:00.556 INFO O| Aug 21 17:36:00.556 INFO STEP 296 (remove_files) COMPLETE
61432026-08-21T17:36:01.864Z[ recovery-image] Aug 21 17:36:00.556 INFO O| Aug 21 17:36:00.556 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61442026-08-21T17:36:01.878Z[ recovery-image] Aug 21 17:36:00.569 INFO O| Aug 21 17:36:00.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61452026-08-21T17:36:01.878Z[ recovery-image] Aug 21 17:36:00.569 INFO O| Aug 21 17:36:00.564 INFO STEP 297 (remove_files) COMPLETE
61462026-08-21T17:36:01.878Z[ recovery-image] Aug 21 17:36:00.569 INFO O| Aug 21 17:36:00.564 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61472026-08-21T17:36:01.916Z[ recovery-image] Aug 21 17:36:00.571 INFO O| Aug 21 17:36:00.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61482026-08-21T17:36:01.916Z[ recovery-image] Aug 21 17:36:00.571 INFO O| Aug 21 17:36:00.571 INFO STEP 298 (remove_files) COMPLETE
61492026-08-21T17:36:01.916Z[ recovery-image] Aug 21 17:36:00.571 INFO O| Aug 21 17:36:00.571 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-08-21T17:36:01.916Z[ recovery-image] Aug 21 17:36:00.579 INFO O| Aug 21 17:36:00.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61512026-08-21T17:36:01.916Z[ recovery-image] Aug 21 17:36:00.579 INFO O| Aug 21 17:36:00.579 INFO STEP 299 (remove_files) COMPLETE
61522026-08-21T17:36:01.916Z[ recovery-image] Aug 21 17:36:00.579 INFO O| Aug 21 17:36:00.579 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-08-21T17:36:01.916Z[ recovery-image] Aug 21 17:36:00.588 INFO O| Aug 21 17:36:00.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61542026-08-21T17:36:01.916Z[ recovery-image] Aug 21 17:36:00.588 INFO O| Aug 21 17:36:00.588 INFO STEP 300 (remove_files) COMPLETE
61552026-08-21T17:36:01.916Z[ recovery-image] Aug 21 17:36:00.588 INFO O| Aug 21 17:36:00.588 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-08-21T17:36:01.916Z[ recovery-image] Aug 21 17:36:00.596 INFO O| Aug 21 17:36:00.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61572026-08-21T17:36:01.917Z[ recovery-image] Aug 21 17:36:00.596 INFO O| Aug 21 17:36:00.596 INFO STEP 301 (remove_files) COMPLETE
61582026-08-21T17:36:01.917Z[ recovery-image] Aug 21 17:36:00.596 INFO O| Aug 21 17:36:00.596 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-08-21T17:36:01.917Z[ recovery-image] Aug 21 17:36:00.604 INFO O| Aug 21 17:36:00.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61602026-08-21T17:36:01.917Z[ recovery-image] Aug 21 17:36:00.604 INFO O| Aug 21 17:36:00.604 INFO STEP 302 (remove_files) COMPLETE
61612026-08-21T17:36:01.917Z[ recovery-image] Aug 21 17:36:00.604 INFO O| Aug 21 17:36:00.604 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61622026-08-21T17:36:01.920Z[ recovery-image] Aug 21 17:36:00.612 INFO O| Aug 21 17:36:00.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61632026-08-21T17:36:01.920Z[ recovery-image] Aug 21 17:36:00.612 INFO O| Aug 21 17:36:00.612 INFO STEP 303 (remove_files) COMPLETE
61642026-08-21T17:36:01.920Z[ recovery-image] Aug 21 17:36:00.612 INFO O| Aug 21 17:36:00.612 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61652026-08-21T17:36:01.923Z[verify-libraries] Compiling russh-cryptovec v0.62.0
61662026-08-21T17:36:01.928Z[ recovery-image] Aug 21 17:36:00.620 INFO O| Aug 21 17:36:00.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61672026-08-21T17:36:01.928Z[ recovery-image] Aug 21 17:36:00.620 INFO O| Aug 21 17:36:00.620 INFO STEP 304 (remove_files) COMPLETE
61682026-08-21T17:36:01.928Z[ recovery-image] Aug 21 17:36:00.620 INFO O| Aug 21 17:36:00.620 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-08-21T17:36:01.946Z[ recovery-image] Aug 21 17:36:00.628 INFO O| Aug 21 17:36:00.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61702026-08-21T17:36:01.946Z[ recovery-image] Aug 21 17:36:00.628 INFO O| Aug 21 17:36:00.628 INFO STEP 305 (remove_files) COMPLETE
61712026-08-21T17:36:01.946Z[ recovery-image] Aug 21 17:36:00.628 INFO O| Aug 21 17:36:00.628 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-08-21T17:36:01.946Z[ recovery-image] Aug 21 17:36:00.635 INFO O| Aug 21 17:36:00.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61732026-08-21T17:36:01.946Z[ recovery-image] Aug 21 17:36:00.635 INFO O| Aug 21 17:36:00.635 INFO STEP 306 (remove_files) COMPLETE
61742026-08-21T17:36:01.946Z[ recovery-image] Aug 21 17:36:00.635 INFO O| Aug 21 17:36:00.635 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-08-21T17:36:01.954Z[ recovery-image] Aug 21 17:36:00.643 INFO O| Aug 21 17:36:00.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
61762026-08-21T17:36:01.954Z[ recovery-image] Aug 21 17:36:00.643 INFO O| Aug 21 17:36:00.643 INFO STEP 307 (remove_files) COMPLETE
61772026-08-21T17:36:01.954Z[ recovery-image] Aug 21 17:36:00.643 INFO O| Aug 21 17:36:00.643 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-08-21T17:36:01.959Z[ recovery-image] Aug 21 17:36:00.651 INFO O| Aug 21 17:36:00.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
61792026-08-21T17:36:01.959Z[ recovery-image] Aug 21 17:36:00.651 INFO O| Aug 21 17:36:00.651 INFO STEP 308 (remove_files) COMPLETE
61802026-08-21T17:36:01.959Z[ recovery-image] Aug 21 17:36:00.651 INFO O| Aug 21 17:36:00.651 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-08-21T17:36:01.967Z[ recovery-image] Aug 21 17:36:00.659 INFO O| Aug 21 17:36:00.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
61822026-08-21T17:36:01.967Z[ recovery-image] Aug 21 17:36:00.659 INFO O| Aug 21 17:36:00.659 INFO STEP 309 (remove_files) COMPLETE
61832026-08-21T17:36:01.970Z[ recovery-image] Aug 21 17:36:00.659 INFO O| Aug 21 17:36:00.659 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-08-21T17:36:01.976Z[ recovery-image] Aug 21 17:36:00.667 INFO O| Aug 21 17:36:00.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
61852026-08-21T17:36:01.976Z[ recovery-image] Aug 21 17:36:00.667 INFO O| Aug 21 17:36:00.667 INFO STEP 310 (remove_files) COMPLETE
61862026-08-21T17:36:01.976Z[ recovery-image] Aug 21 17:36:00.667 INFO O| Aug 21 17:36:00.667 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-08-21T17:36:01.982Z[ recovery-image] Aug 21 17:36:00.675 INFO O| Aug 21 17:36:00.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
61882026-08-21T17:36:01.982Z[ recovery-image] Aug 21 17:36:00.675 INFO O| Aug 21 17:36:00.675 INFO STEP 311 (remove_files) COMPLETE
61892026-08-21T17:36:01.982Z[ recovery-image] Aug 21 17:36:00.675 INFO O| Aug 21 17:36:00.675 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-08-21T17:36:01.991Z[ recovery-image] Aug 21 17:36:00.683 INFO O| Aug 21 17:36:00.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
61912026-08-21T17:36:01.991Z[ recovery-image] Aug 21 17:36:00.683 INFO O| Aug 21 17:36:00.683 INFO STEP 312 (remove_files) COMPLETE
61922026-08-21T17:36:01.991Z[ recovery-image] Aug 21 17:36:00.683 INFO O| Aug 21 17:36:00.683 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-08-21T17:36:01.998Z[ recovery-image] Aug 21 17:36:00.691 INFO O| Aug 21 17:36:00.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
61942026-08-21T17:36:01.998Z[ recovery-image] Aug 21 17:36:00.691 INFO O| Aug 21 17:36:00.691 INFO STEP 313 (remove_files) COMPLETE
61952026-08-21T17:36:01.999Z[ recovery-image] Aug 21 17:36:00.691 INFO O| Aug 21 17:36:00.691 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-08-21T17:36:02.007Z[ recovery-image] Aug 21 17:36:00.699 INFO O| Aug 21 17:36:00.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
61972026-08-21T17:36:02.007Z[ recovery-image] Aug 21 17:36:00.699 INFO O| Aug 21 17:36:00.699 INFO STEP 314 (remove_files) COMPLETE
61982026-08-21T17:36:02.008Z[ recovery-image] Aug 21 17:36:00.699 INFO O| Aug 21 17:36:00.699 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-08-21T17:36:02.016Z[ recovery-image] Aug 21 17:36:00.707 INFO O| Aug 21 17:36:00.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62002026-08-21T17:36:02.016Z[ recovery-image] Aug 21 17:36:00.707 INFO O| Aug 21 17:36:00.707 INFO STEP 315 (remove_files) COMPLETE
62012026-08-21T17:36:02.019Z[ recovery-image] Aug 21 17:36:00.707 INFO O| Aug 21 17:36:00.707 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-08-21T17:36:02.024Z[ recovery-image] Aug 21 17:36:00.716 INFO O| Aug 21 17:36:00.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62032026-08-21T17:36:02.024Z[ recovery-image] Aug 21 17:36:00.716 INFO O| Aug 21 17:36:00.716 INFO STEP 316 (remove_files) COMPLETE
62042026-08-21T17:36:02.024Z[ recovery-image] Aug 21 17:36:00.716 INFO O| Aug 21 17:36:00.716 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-08-21T17:36:02.032Z[ recovery-image] Aug 21 17:36:00.725 INFO O| Aug 21 17:36:00.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62062026-08-21T17:36:02.032Z[ recovery-image] Aug 21 17:36:00.725 INFO O| Aug 21 17:36:00.725 INFO STEP 317 (remove_files) COMPLETE
62072026-08-21T17:36:02.037Z[ recovery-image] Aug 21 17:36:00.725 INFO O| Aug 21 17:36:00.725 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-08-21T17:36:02.041Z[ recovery-image] Aug 21 17:36:00.733 INFO O| Aug 21 17:36:00.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62092026-08-21T17:36:02.041Z[ recovery-image] Aug 21 17:36:00.733 INFO O| Aug 21 17:36:00.733 INFO STEP 318 (remove_files) COMPLETE
62102026-08-21T17:36:02.044Z[ recovery-image] Aug 21 17:36:00.733 INFO O| Aug 21 17:36:00.733 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-08-21T17:36:02.050Z[ recovery-image] Aug 21 17:36:00.742 INFO O| Aug 21 17:36:00.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62122026-08-21T17:36:02.050Z[ recovery-image] Aug 21 17:36:00.742 INFO O| Aug 21 17:36:00.742 INFO STEP 319 (remove_files) COMPLETE
62132026-08-21T17:36:02.050Z[ recovery-image] Aug 21 17:36:00.742 INFO O| Aug 21 17:36:00.742 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-08-21T17:36:02.059Z[ recovery-image] Aug 21 17:36:00.751 INFO O| Aug 21 17:36:00.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62152026-08-21T17:36:02.059Z[ recovery-image] Aug 21 17:36:00.751 INFO O| Aug 21 17:36:00.751 INFO STEP 320 (remove_files) COMPLETE
62162026-08-21T17:36:02.059Z[ recovery-image] Aug 21 17:36:00.751 INFO O| Aug 21 17:36:00.751 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-08-21T17:36:02.068Z[ recovery-image] Aug 21 17:36:00.760 INFO O| Aug 21 17:36:00.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62182026-08-21T17:36:02.068Z[ recovery-image] Aug 21 17:36:00.760 INFO O| Aug 21 17:36:00.760 INFO STEP 321 (remove_files) COMPLETE
62192026-08-21T17:36:02.071Z[ recovery-image] Aug 21 17:36:00.760 INFO O| Aug 21 17:36:00.760 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-08-21T17:36:02.077Z[ recovery-image] Aug 21 17:36:00.769 INFO O| Aug 21 17:36:00.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62212026-08-21T17:36:02.077Z[ recovery-image] Aug 21 17:36:00.769 INFO O| Aug 21 17:36:00.769 INFO STEP 322 (remove_files) COMPLETE
62222026-08-21T17:36:02.077Z[ recovery-image] Aug 21 17:36:00.769 INFO O| Aug 21 17:36:00.769 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-08-21T17:36:02.086Z[ recovery-image] Aug 21 17:36:00.778 INFO O| Aug 21 17:36:00.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62242026-08-21T17:36:02.086Z[ recovery-image] Aug 21 17:36:00.778 INFO O| Aug 21 17:36:00.778 INFO STEP 323 (remove_files) COMPLETE
62252026-08-21T17:36:02.086Z[ recovery-image] Aug 21 17:36:00.778 INFO O| Aug 21 17:36:00.778 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-08-21T17:36:02.096Z[ recovery-image] Aug 21 17:36:00.788 INFO O| Aug 21 17:36:00.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62272026-08-21T17:36:02.096Z[ recovery-image] Aug 21 17:36:00.788 INFO O| Aug 21 17:36:00.788 INFO STEP 324 (remove_files) COMPLETE
62282026-08-21T17:36:02.096Z[ recovery-image] Aug 21 17:36:00.788 INFO O| Aug 21 17:36:00.788 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-08-21T17:36:02.105Z[ recovery-image] Aug 21 17:36:00.797 INFO O| Aug 21 17:36:00.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62302026-08-21T17:36:02.105Z[ recovery-image] Aug 21 17:36:00.797 INFO O| Aug 21 17:36:00.797 INFO STEP 325 (remove_files) COMPLETE
62312026-08-21T17:36:02.108Z[ recovery-image] Aug 21 17:36:00.797 INFO O| Aug 21 17:36:00.797 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-08-21T17:36:02.113Z[ recovery-image] Aug 21 17:36:00.806 INFO O| Aug 21 17:36:00.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62332026-08-21T17:36:02.113Z[ recovery-image] Aug 21 17:36:00.806 INFO O| Aug 21 17:36:00.806 INFO STEP 326 (remove_files) COMPLETE
62342026-08-21T17:36:02.114Z[ recovery-image] Aug 21 17:36:00.806 INFO O| Aug 21 17:36:00.806 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-08-21T17:36:02.122Z[ recovery-image] Aug 21 17:36:00.814 INFO O| Aug 21 17:36:00.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62362026-08-21T17:36:02.122Z[ recovery-image] Aug 21 17:36:00.814 INFO O| Aug 21 17:36:00.814 INFO STEP 327 (remove_files) COMPLETE
62372026-08-21T17:36:02.125Z[ recovery-image] Aug 21 17:36:00.814 INFO O| Aug 21 17:36:00.814 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-08-21T17:36:02.132Z[ recovery-image] Aug 21 17:36:00.822 INFO O| Aug 21 17:36:00.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62392026-08-21T17:36:02.132Z[ recovery-image] Aug 21 17:36:00.822 INFO O| Aug 21 17:36:00.822 INFO STEP 328 (remove_files) COMPLETE
62402026-08-21T17:36:02.132Z[ recovery-image] Aug 21 17:36:00.822 INFO O| Aug 21 17:36:00.822 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-08-21T17:36:02.138Z[ recovery-image] Aug 21 17:36:00.830 INFO O| Aug 21 17:36:00.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62422026-08-21T17:36:02.138Z[ recovery-image] Aug 21 17:36:00.830 INFO O| Aug 21 17:36:00.830 INFO STEP 329 (remove_files) COMPLETE
62432026-08-21T17:36:02.138Z[ recovery-image] Aug 21 17:36:00.830 INFO O| Aug 21 17:36:00.830 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-08-21T17:36:02.149Z[ recovery-image] Aug 21 17:36:00.838 INFO O| Aug 21 17:36:00.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62452026-08-21T17:36:02.149Z[ recovery-image] Aug 21 17:36:00.838 INFO O| Aug 21 17:36:00.838 INFO STEP 330 (remove_files) COMPLETE
62462026-08-21T17:36:02.149Z[ recovery-image] Aug 21 17:36:00.838 INFO O| Aug 21 17:36:00.838 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-08-21T17:36:02.182Z[ recovery-image] Aug 21 17:36:00.846 INFO O| Aug 21 17:36:00.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62482026-08-21T17:36:02.182Z[ recovery-image] Aug 21 17:36:00.846 INFO O| Aug 21 17:36:00.846 INFO STEP 331 (remove_files) COMPLETE
62492026-08-21T17:36:02.182Z[ recovery-image] Aug 21 17:36:00.846 INFO O| Aug 21 17:36:00.846 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-08-21T17:36:02.182Z[ recovery-image] Aug 21 17:36:00.855 INFO O| Aug 21 17:36:00.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62512026-08-21T17:36:02.182Z[ recovery-image] Aug 21 17:36:00.855 INFO O| Aug 21 17:36:00.855 INFO STEP 332 (remove_files) COMPLETE
62522026-08-21T17:36:02.183Z[ recovery-image] Aug 21 17:36:00.855 INFO O| Aug 21 17:36:00.855 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-08-21T17:36:02.183Z[ recovery-image] Aug 21 17:36:00.863 INFO O| Aug 21 17:36:00.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62542026-08-21T17:36:02.183Z[ recovery-image] Aug 21 17:36:00.863 INFO O| Aug 21 17:36:00.863 INFO STEP 333 (remove_files) COMPLETE
62552026-08-21T17:36:02.183Z[ recovery-image] Aug 21 17:36:00.863 INFO O| Aug 21 17:36:00.863 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-08-21T17:36:02.183Z[ recovery-image] Aug 21 17:36:00.872 INFO O| Aug 21 17:36:00.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62572026-08-21T17:36:02.183Z[ recovery-image] Aug 21 17:36:00.872 INFO O| Aug 21 17:36:00.872 INFO STEP 334 (remove_files) COMPLETE
62582026-08-21T17:36:02.183Z[ recovery-image] Aug 21 17:36:00.872 INFO O| Aug 21 17:36:00.872 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-08-21T17:36:02.186Z[verify-libraries] Compiling tui-tree-widget v0.23.1
62602026-08-21T17:36:02.189Z[ recovery-image] Aug 21 17:36:00.880 INFO O| Aug 21 17:36:00.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62612026-08-21T17:36:02.189Z[ recovery-image] Aug 21 17:36:00.880 INFO O| Aug 21 17:36:00.880 INFO STEP 335 (remove_files) COMPLETE
62622026-08-21T17:36:02.189Z[ recovery-image] Aug 21 17:36:00.880 INFO O| Aug 21 17:36:00.880 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-08-21T17:36:02.196Z[ recovery-image] Aug 21 17:36:00.888 INFO O| Aug 21 17:36:00.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62642026-08-21T17:36:02.196Z[ recovery-image] Aug 21 17:36:00.888 INFO O| Aug 21 17:36:00.888 INFO STEP 336 (remove_files) COMPLETE
62652026-08-21T17:36:02.196Z[ recovery-image] Aug 21 17:36:00.888 INFO O| Aug 21 17:36:00.888 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-08-21T17:36:02.204Z[ recovery-image] Aug 21 17:36:00.896 INFO O| Aug 21 17:36:00.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62672026-08-21T17:36:02.204Z[ recovery-image] Aug 21 17:36:00.896 INFO O| Aug 21 17:36:00.896 INFO STEP 337 (remove_files) COMPLETE
62682026-08-21T17:36:02.204Z[ recovery-image] Aug 21 17:36:00.896 INFO O| Aug 21 17:36:00.896 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-08-21T17:36:02.212Z[ recovery-image] Aug 21 17:36:00.904 INFO O| Aug 21 17:36:00.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62702026-08-21T17:36:02.215Z[ recovery-image] Aug 21 17:36:00.905 INFO O| Aug 21 17:36:00.905 INFO STEP 338 (remove_files) COMPLETE
62712026-08-21T17:36:02.215Z[ recovery-image] Aug 21 17:36:00.905 INFO O| Aug 21 17:36:00.905 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-08-21T17:36:02.222Z[ recovery-image] Aug 21 17:36:00.914 INFO O| Aug 21 17:36:00.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62732026-08-21T17:36:02.222Z[ recovery-image] Aug 21 17:36:00.914 INFO O| Aug 21 17:36:00.914 INFO STEP 339 (remove_files) COMPLETE
62742026-08-21T17:36:02.222Z[ recovery-image] Aug 21 17:36:00.914 INFO O| Aug 21 17:36:00.914 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-08-21T17:36:02.230Z[ recovery-image] Aug 21 17:36:00.922 INFO O| Aug 21 17:36:00.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
62762026-08-21T17:36:02.230Z[ recovery-image] Aug 21 17:36:00.922 INFO O| Aug 21 17:36:00.922 INFO STEP 340 (remove_files) COMPLETE
62772026-08-21T17:36:02.230Z[ recovery-image] Aug 21 17:36:00.922 INFO O| Aug 21 17:36:00.922 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-08-21T17:36:02.239Z[ recovery-image] Aug 21 17:36:00.930 INFO O| Aug 21 17:36:00.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
62792026-08-21T17:36:02.239Z[ recovery-image] Aug 21 17:36:00.931 INFO O| Aug 21 17:36:00.931 INFO STEP 341 (remove_files) COMPLETE
62802026-08-21T17:36:02.239Z[ recovery-image] Aug 21 17:36:00.931 INFO O| Aug 21 17:36:00.931 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-08-21T17:36:02.247Z[ recovery-image] Aug 21 17:36:00.939 INFO O| Aug 21 17:36:00.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
62822026-08-21T17:36:02.247Z[ recovery-image] Aug 21 17:36:00.939 INFO O| Aug 21 17:36:00.939 INFO STEP 342 (remove_files) COMPLETE
62832026-08-21T17:36:02.247Z[ recovery-image] Aug 21 17:36:00.939 INFO O| Aug 21 17:36:00.939 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-08-21T17:36:02.256Z[ recovery-image] Aug 21 17:36:00.948 INFO O| Aug 21 17:36:00.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
62852026-08-21T17:36:02.256Z[ recovery-image] Aug 21 17:36:00.948 INFO O| Aug 21 17:36:00.948 INFO STEP 343 (remove_files) COMPLETE
62862026-08-21T17:36:02.256Z[ recovery-image] Aug 21 17:36:00.948 INFO O| Aug 21 17:36:00.948 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-08-21T17:36:02.265Z[ recovery-image] Aug 21 17:36:00.957 INFO O| Aug 21 17:36:00.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
62882026-08-21T17:36:02.265Z[ recovery-image] Aug 21 17:36:00.957 INFO O| Aug 21 17:36:00.957 INFO STEP 344 (remove_files) COMPLETE
62892026-08-21T17:36:02.265Z[ recovery-image] Aug 21 17:36:00.957 INFO O| Aug 21 17:36:00.957 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-08-21T17:36:02.274Z[ recovery-image] Aug 21 17:36:00.966 INFO O| Aug 21 17:36:00.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
62912026-08-21T17:36:02.274Z[ recovery-image] Aug 21 17:36:00.966 INFO O| Aug 21 17:36:00.966 INFO STEP 345 (remove_files) COMPLETE
62922026-08-21T17:36:02.274Z[ recovery-image] Aug 21 17:36:00.966 INFO O| Aug 21 17:36:00.966 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-08-21T17:36:02.283Z[ recovery-image] Aug 21 17:36:00.975 INFO O| Aug 21 17:36:00.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
62942026-08-21T17:36:02.283Z[ recovery-image] Aug 21 17:36:00.975 INFO O| Aug 21 17:36:00.975 INFO STEP 346 (remove_files) COMPLETE
62952026-08-21T17:36:02.283Z[ recovery-image] Aug 21 17:36:00.975 INFO O| Aug 21 17:36:00.975 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-08-21T17:36:02.286Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
62972026-08-21T17:36:02.291Z[ recovery-image] Aug 21 17:36:00.983 INFO O| Aug 21 17:36:00.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
62982026-08-21T17:36:02.291Z[ recovery-image] Aug 21 17:36:00.983 INFO O| Aug 21 17:36:00.983 INFO STEP 347 (remove_files) COMPLETE
62992026-08-21T17:36:02.291Z[ recovery-image] Aug 21 17:36:00.983 INFO O| Aug 21 17:36:00.983 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63002026-08-21T17:36:02.302Z[ recovery-image] Aug 21 17:36:00.994 INFO O| Aug 21 17:36:00.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63012026-08-21T17:36:02.302Z[ recovery-image] Aug 21 17:36:00.994 INFO O| Aug 21 17:36:00.994 INFO STEP 348 (remove_files) COMPLETE
63022026-08-21T17:36:02.302Z[ recovery-image] Aug 21 17:36:00.994 INFO O| Aug 21 17:36:00.994 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-08-21T17:36:02.311Z[ recovery-image] Aug 21 17:36:01.003 INFO O| Aug 21 17:36:01.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63042026-08-21T17:36:02.311Z[ recovery-image] Aug 21 17:36:01.003 INFO O| Aug 21 17:36:01.003 INFO STEP 349 (remove_files) COMPLETE
63052026-08-21T17:36:02.311Z[ recovery-image] Aug 21 17:36:01.003 INFO O| Aug 21 17:36:01.003 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-08-21T17:36:02.321Z[ recovery-image] Aug 21 17:36:01.014 INFO O| Aug 21 17:36:01.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63072026-08-21T17:36:02.321Z[ recovery-image] Aug 21 17:36:01.014 INFO O| Aug 21 17:36:01.014 INFO STEP 350 (remove_files) COMPLETE
63082026-08-21T17:36:02.325Z[ recovery-image] Aug 21 17:36:01.014 INFO O| Aug 21 17:36:01.014 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-08-21T17:36:02.331Z[ recovery-image] Aug 21 17:36:01.023 INFO O| Aug 21 17:36:01.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63102026-08-21T17:36:02.334Z[ recovery-image] Aug 21 17:36:01.024 INFO O| Aug 21 17:36:01.024 INFO STEP 351 (remove_files) COMPLETE
63112026-08-21T17:36:02.334Z[ recovery-image] Aug 21 17:36:01.024 INFO O| Aug 21 17:36:01.024 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-08-21T17:36:02.342Z[ recovery-image] Aug 21 17:36:01.034 INFO O| Aug 21 17:36:01.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63132026-08-21T17:36:02.342Z[ recovery-image] Aug 21 17:36:01.034 INFO O| Aug 21 17:36:01.034 INFO STEP 352 (remove_files) COMPLETE
63142026-08-21T17:36:02.345Z[ recovery-image] Aug 21 17:36:01.034 INFO O| Aug 21 17:36:01.034 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-08-21T17:36:02.358Z[ recovery-image] Aug 21 17:36:01.050 INFO O| Aug 21 17:36:01.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63162026-08-21T17:36:02.358Z[ recovery-image] Aug 21 17:36:01.050 INFO O| Aug 21 17:36:01.050 INFO STEP 353 (remove_files) COMPLETE
63172026-08-21T17:36:02.361Z[ recovery-image] Aug 21 17:36:01.050 INFO O| Aug 21 17:36:01.050 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-08-21T17:36:02.371Z[ recovery-image] Aug 21 17:36:01.061 INFO O| Aug 21 17:36:01.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63192026-08-21T17:36:02.371Z[ recovery-image] Aug 21 17:36:01.061 INFO O| Aug 21 17:36:01.061 INFO STEP 354 (remove_files) COMPLETE
63202026-08-21T17:36:02.375Z[ recovery-image] Aug 21 17:36:01.061 INFO O| Aug 21 17:36:01.061 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-08-21T17:36:02.378Z[ recovery-image] Aug 21 17:36:01.070 INFO O| Aug 21 17:36:01.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63222026-08-21T17:36:02.378Z[ recovery-image] Aug 21 17:36:01.070 INFO O| Aug 21 17:36:01.070 INFO STEP 355 (remove_files) COMPLETE
63232026-08-21T17:36:02.381Z[ recovery-image] Aug 21 17:36:01.070 INFO O| Aug 21 17:36:01.070 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63242026-08-21T17:36:02.387Z[ recovery-image] Aug 21 17:36:01.079 INFO O| Aug 21 17:36:01.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63252026-08-21T17:36:02.387Z[ recovery-image] Aug 21 17:36:01.080 INFO O| Aug 21 17:36:01.079 INFO STEP 356 (remove_files) COMPLETE
63262026-08-21T17:36:02.391Z[ recovery-image] Aug 21 17:36:01.080 INFO O| Aug 21 17:36:01.080 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-08-21T17:36:02.397Z[ recovery-image] Aug 21 17:36:01.089 INFO O| Aug 21 17:36:01.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63282026-08-21T17:36:02.397Z[ recovery-image] Aug 21 17:36:01.089 INFO O| Aug 21 17:36:01.089 INFO STEP 357 (remove_files) COMPLETE
63292026-08-21T17:36:02.397Z[ recovery-image] Aug 21 17:36:01.089 INFO O| Aug 21 17:36:01.089 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-08-21T17:36:02.405Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
63312026-08-21T17:36:02.409Z[ recovery-image] Aug 21 17:36:01.098 INFO O| Aug 21 17:36:01.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63322026-08-21T17:36:02.409Z[ recovery-image] Aug 21 17:36:01.098 INFO O| Aug 21 17:36:01.098 INFO STEP 358 (remove_files) COMPLETE
63332026-08-21T17:36:02.409Z[ recovery-image] Aug 21 17:36:01.098 INFO O| Aug 21 17:36:01.098 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-08-21T17:36:02.415Z[ recovery-image] Aug 21 17:36:01.108 INFO O| Aug 21 17:36:01.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63352026-08-21T17:36:02.415Z[ recovery-image] Aug 21 17:36:01.108 INFO O| Aug 21 17:36:01.108 INFO STEP 359 (remove_files) COMPLETE
63362026-08-21T17:36:02.418Z[ recovery-image] Aug 21 17:36:01.108 INFO O| Aug 21 17:36:01.108 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-08-21T17:36:02.431Z[ recovery-image] Aug 21 17:36:01.118 INFO O| Aug 21 17:36:01.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63382026-08-21T17:36:02.432Z[ recovery-image] Aug 21 17:36:01.118 INFO O| Aug 21 17:36:01.118 INFO STEP 360 (remove_files) COMPLETE
63392026-08-21T17:36:02.432Z[ recovery-image] Aug 21 17:36:01.118 INFO O| Aug 21 17:36:01.118 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-08-21T17:36:02.437Z[ recovery-image] Aug 21 17:36:01.129 INFO O| Aug 21 17:36:01.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63412026-08-21T17:36:02.437Z[ recovery-image] Aug 21 17:36:01.129 INFO O| Aug 21 17:36:01.129 INFO STEP 361 (remove_files) COMPLETE
63422026-08-21T17:36:02.437Z[ recovery-image] Aug 21 17:36:01.129 INFO O| Aug 21 17:36:01.129 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-08-21T17:36:02.448Z[ recovery-image] Aug 21 17:36:01.140 INFO O| Aug 21 17:36:01.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63442026-08-21T17:36:02.448Z[ recovery-image] Aug 21 17:36:01.140 INFO O| Aug 21 17:36:01.140 INFO STEP 362 (remove_files) COMPLETE
63452026-08-21T17:36:02.448Z[ recovery-image] Aug 21 17:36:01.140 INFO O| Aug 21 17:36:01.140 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-08-21T17:36:02.457Z[ recovery-image] Aug 21 17:36:01.149 INFO O| Aug 21 17:36:01.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63472026-08-21T17:36:02.457Z[ recovery-image] Aug 21 17:36:01.149 INFO O| Aug 21 17:36:01.149 INFO STEP 363 (remove_files) COMPLETE
63482026-08-21T17:36:02.457Z[ recovery-image] Aug 21 17:36:01.149 INFO O| Aug 21 17:36:01.149 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-08-21T17:36:02.467Z[ recovery-image] Aug 21 17:36:01.159 INFO O| Aug 21 17:36:01.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63502026-08-21T17:36:02.467Z[ recovery-image] Aug 21 17:36:01.159 INFO O| Aug 21 17:36:01.159 INFO STEP 364 (remove_files) COMPLETE
63512026-08-21T17:36:02.467Z[ recovery-image] Aug 21 17:36:01.159 INFO O| Aug 21 17:36:01.159 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-08-21T17:36:02.476Z[ recovery-image] Aug 21 17:36:01.168 INFO O| Aug 21 17:36:01.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63532026-08-21T17:36:02.476Z[ recovery-image] Aug 21 17:36:01.168 INFO O| Aug 21 17:36:01.168 INFO STEP 365 (remove_files) COMPLETE
63542026-08-21T17:36:02.476Z[ recovery-image] Aug 21 17:36:01.168 INFO O| Aug 21 17:36:01.168 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-08-21T17:36:02.480Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
63562026-08-21T17:36:02.483Z[ recovery-image] Aug 21 17:36:01.176 INFO O| Aug 21 17:36:01.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63572026-08-21T17:36:02.484Z[ recovery-image] Aug 21 17:36:01.176 INFO O| Aug 21 17:36:01.176 INFO STEP 366 (remove_files) COMPLETE
63582026-08-21T17:36:02.484Z[ recovery-image] Aug 21 17:36:01.176 INFO O| Aug 21 17:36:01.176 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-08-21T17:36:02.491Z[ recovery-image] Aug 21 17:36:01.184 INFO O| Aug 21 17:36:01.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63602026-08-21T17:36:02.492Z[ recovery-image] Aug 21 17:36:01.184 INFO O| Aug 21 17:36:01.184 INFO STEP 367 (remove_files) COMPLETE
63612026-08-21T17:36:02.492Z[ recovery-image] Aug 21 17:36:01.184 INFO O| Aug 21 17:36:01.184 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-08-21T17:36:02.500Z[ recovery-image] Aug 21 17:36:01.193 INFO O| Aug 21 17:36:01.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63632026-08-21T17:36:02.500Z[ recovery-image] Aug 21 17:36:01.193 INFO O| Aug 21 17:36:01.193 INFO STEP 368 (remove_files) COMPLETE
63642026-08-21T17:36:02.501Z[ recovery-image] Aug 21 17:36:01.193 INFO O| Aug 21 17:36:01.193 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-08-21T17:36:02.509Z[ recovery-image] Aug 21 17:36:01.201 INFO O| Aug 21 17:36:01.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63662026-08-21T17:36:02.509Z[ recovery-image] Aug 21 17:36:01.201 INFO O| Aug 21 17:36:01.201 INFO STEP 369 (remove_files) COMPLETE
63672026-08-21T17:36:02.509Z[ recovery-image] Aug 21 17:36:01.201 INFO O| Aug 21 17:36:01.201 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-08-21T17:36:02.519Z[ recovery-image] Aug 21 17:36:01.209 INFO O| Aug 21 17:36:01.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63692026-08-21T17:36:02.519Z[ recovery-image] Aug 21 17:36:01.209 INFO O| Aug 21 17:36:01.209 INFO STEP 370 (remove_files) COMPLETE
63702026-08-21T17:36:02.519Z[ recovery-image] Aug 21 17:36:01.209 INFO O| Aug 21 17:36:01.209 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-08-21T17:36:02.526Z[ recovery-image] Aug 21 17:36:01.218 INFO O| Aug 21 17:36:01.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63722026-08-21T17:36:02.526Z[ recovery-image] Aug 21 17:36:01.218 INFO O| Aug 21 17:36:01.218 INFO STEP 371 (remove_files) COMPLETE
63732026-08-21T17:36:02.526Z[ recovery-image] Aug 21 17:36:01.218 INFO O| Aug 21 17:36:01.218 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-08-21T17:36:02.534Z[ recovery-image] Aug 21 17:36:01.226 INFO O| Aug 21 17:36:01.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63752026-08-21T17:36:02.534Z[ recovery-image] Aug 21 17:36:01.226 INFO O| Aug 21 17:36:01.226 INFO STEP 372 (remove_files) COMPLETE
63762026-08-21T17:36:02.537Z[ recovery-image] Aug 21 17:36:01.226 INFO O| Aug 21 17:36:01.226 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-08-21T17:36:02.541Z[ recovery-image] Aug 21 17:36:01.233 INFO O| Aug 21 17:36:01.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
63782026-08-21T17:36:02.541Z[ recovery-image] Aug 21 17:36:01.233 INFO O| Aug 21 17:36:01.233 INFO STEP 373 (remove_files) COMPLETE
63792026-08-21T17:36:02.541Z[ recovery-image] Aug 21 17:36:01.233 INFO O| Aug 21 17:36:01.233 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-08-21T17:36:02.550Z[ recovery-image] Aug 21 17:36:01.242 INFO O| Aug 21 17:36:01.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
63812026-08-21T17:36:02.550Z[ recovery-image] Aug 21 17:36:01.243 INFO O| Aug 21 17:36:01.243 INFO STEP 374 (remove_files) COMPLETE
63822026-08-21T17:36:02.550Z[ recovery-image] Aug 21 17:36:01.243 INFO O| Aug 21 17:36:01.243 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-08-21T17:36:02.559Z[ recovery-image] Aug 21 17:36:01.251 INFO O| Aug 21 17:36:01.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
63842026-08-21T17:36:02.559Z[ recovery-image] Aug 21 17:36:01.251 INFO O| Aug 21 17:36:01.251 INFO STEP 375 (remove_files) COMPLETE
63852026-08-21T17:36:02.559Z[ recovery-image] Aug 21 17:36:01.251 INFO O| Aug 21 17:36:01.251 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-08-21T17:36:02.567Z[ recovery-image] Aug 21 17:36:01.259 INFO O| Aug 21 17:36:01.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
63872026-08-21T17:36:02.567Z[ recovery-image] Aug 21 17:36:01.259 INFO O| Aug 21 17:36:01.259 INFO STEP 376 (remove_files) COMPLETE
63882026-08-21T17:36:02.571Z[ recovery-image] Aug 21 17:36:01.259 INFO O| Aug 21 17:36:01.259 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-08-21T17:36:02.577Z[ recovery-image] Aug 21 17:36:01.269 INFO O| Aug 21 17:36:01.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
63902026-08-21T17:36:02.577Z[ recovery-image] Aug 21 17:36:01.269 INFO O| Aug 21 17:36:01.269 INFO STEP 377 (remove_files) COMPLETE
63912026-08-21T17:36:02.580Z[ recovery-image] Aug 21 17:36:01.269 INFO O| Aug 21 17:36:01.269 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-08-21T17:36:02.587Z[ recovery-image] Aug 21 17:36:01.279 INFO O| Aug 21 17:36:01.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
63932026-08-21T17:36:02.589Z[ recovery-image] Aug 21 17:36:01.280 INFO O| Aug 21 17:36:01.280 INFO STEP 378 (remove_files) COMPLETE
63942026-08-21T17:36:02.589Z[ recovery-image] Aug 21 17:36:01.280 INFO O| Aug 21 17:36:01.280 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-08-21T17:36:02.597Z[ recovery-image] Aug 21 17:36:01.289 INFO O| Aug 21 17:36:01.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
63962026-08-21T17:36:02.597Z[ recovery-image] Aug 21 17:36:01.289 INFO O| Aug 21 17:36:01.289 INFO STEP 379 (remove_files) COMPLETE
63972026-08-21T17:36:02.600Z[ recovery-image] Aug 21 17:36:01.289 INFO O| Aug 21 17:36:01.289 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-08-21T17:36:02.609Z[ recovery-image] Aug 21 17:36:01.297 INFO O| Aug 21 17:36:01.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
63992026-08-21T17:36:02.609Z[ recovery-image] Aug 21 17:36:01.297 INFO O| Aug 21 17:36:01.297 INFO STEP 380 (remove_files) COMPLETE
64002026-08-21T17:36:02.609Z[ recovery-image] Aug 21 17:36:01.297 INFO O| Aug 21 17:36:01.297 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-08-21T17:36:02.614Z[ recovery-image] Aug 21 17:36:01.306 INFO O| Aug 21 17:36:01.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64022026-08-21T17:36:02.614Z[ recovery-image] Aug 21 17:36:01.306 INFO O| Aug 21 17:36:01.306 INFO STEP 381 (remove_files) COMPLETE
64032026-08-21T17:36:02.617Z[ recovery-image] Aug 21 17:36:01.306 INFO O| Aug 21 17:36:01.306 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-08-21T17:36:02.622Z[ recovery-image] Aug 21 17:36:01.314 INFO O| Aug 21 17:36:01.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64052026-08-21T17:36:02.622Z[ recovery-image] Aug 21 17:36:01.314 INFO O| Aug 21 17:36:01.314 INFO STEP 382 (remove_files) COMPLETE
64062026-08-21T17:36:02.626Z[ recovery-image] Aug 21 17:36:01.314 INFO O| Aug 21 17:36:01.314 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-08-21T17:36:02.630Z[ recovery-image] Aug 21 17:36:01.322 INFO O| Aug 21 17:36:01.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64082026-08-21T17:36:02.630Z[ recovery-image] Aug 21 17:36:01.322 INFO O| Aug 21 17:36:01.322 INFO STEP 383 (remove_files) COMPLETE
64092026-08-21T17:36:02.630Z[ recovery-image] Aug 21 17:36:01.322 INFO O| Aug 21 17:36:01.322 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-08-21T17:36:02.641Z[ recovery-image] Aug 21 17:36:01.333 INFO O| Aug 21 17:36:01.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64112026-08-21T17:36:02.641Z[ recovery-image] Aug 21 17:36:01.333 INFO O| Aug 21 17:36:01.333 INFO STEP 384 (remove_files) COMPLETE
64122026-08-21T17:36:02.641Z[ recovery-image] Aug 21 17:36:01.333 INFO O| Aug 21 17:36:01.333 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-08-21T17:36:02.651Z[ recovery-image] Aug 21 17:36:01.343 INFO O| Aug 21 17:36:01.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64142026-08-21T17:36:02.651Z[ recovery-image] Aug 21 17:36:01.343 INFO O| Aug 21 17:36:01.343 INFO STEP 385 (remove_files) COMPLETE
64152026-08-21T17:36:02.651Z[ recovery-image] Aug 21 17:36:01.343 INFO O| Aug 21 17:36:01.343 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-08-21T17:36:02.661Z[ recovery-image] Aug 21 17:36:01.353 INFO O| Aug 21 17:36:01.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64172026-08-21T17:36:02.661Z[ recovery-image] Aug 21 17:36:01.353 INFO O| Aug 21 17:36:01.353 INFO STEP 386 (remove_files) COMPLETE
64182026-08-21T17:36:02.661Z[ recovery-image] Aug 21 17:36:01.353 INFO O| Aug 21 17:36:01.353 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-08-21T17:36:02.672Z[ recovery-image] Aug 21 17:36:01.363 INFO O| Aug 21 17:36:01.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64202026-08-21T17:36:02.672Z[ recovery-image] Aug 21 17:36:01.364 INFO O| Aug 21 17:36:01.364 INFO STEP 387 (remove_files) COMPLETE
64212026-08-21T17:36:02.672Z[ recovery-image] Aug 21 17:36:01.364 INFO O| Aug 21 17:36:01.364 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-08-21T17:36:02.682Z[ recovery-image] Aug 21 17:36:01.374 INFO O| Aug 21 17:36:01.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64232026-08-21T17:36:02.682Z[ recovery-image] Aug 21 17:36:01.374 INFO O| Aug 21 17:36:01.374 INFO STEP 388 (remove_files) COMPLETE
64242026-08-21T17:36:02.682Z[ recovery-image] Aug 21 17:36:01.374 INFO O| Aug 21 17:36:01.374 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-08-21T17:36:02.698Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
64262026-08-21T17:36:02.703Z[ recovery-image] Aug 21 17:36:01.391 INFO O| Aug 21 17:36:01.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64272026-08-21T17:36:02.703Z[ recovery-image] Aug 21 17:36:01.391 INFO O| Aug 21 17:36:01.391 INFO STEP 389 (remove_files) COMPLETE
64282026-08-21T17:36:02.703Z[ recovery-image] Aug 21 17:36:01.391 INFO O| Aug 21 17:36:01.391 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64292026-08-21T17:36:02.708Z[ recovery-image] Aug 21 17:36:01.400 INFO O| Aug 21 17:36:01.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64302026-08-21T17:36:02.709Z[ recovery-image] Aug 21 17:36:01.401 INFO O| Aug 21 17:36:01.401 INFO STEP 390 (remove_files) COMPLETE
64312026-08-21T17:36:02.709Z[ recovery-image] Aug 21 17:36:01.401 INFO O| Aug 21 17:36:01.401 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64322026-08-21T17:36:02.719Z[ recovery-image] Aug 21 17:36:01.411 INFO O| Aug 21 17:36:01.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64332026-08-21T17:36:02.719Z[ recovery-image] Aug 21 17:36:01.411 INFO O| Aug 21 17:36:01.411 INFO STEP 391 (remove_files) COMPLETE
64342026-08-21T17:36:02.722Z[ recovery-image] Aug 21 17:36:01.411 INFO O| Aug 21 17:36:01.411 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64352026-08-21T17:36:02.722Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
64362026-08-21T17:36:02.727Z[ recovery-image] Aug 21 17:36:01.419 INFO O| Aug 21 17:36:01.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64372026-08-21T17:36:02.727Z[ recovery-image] Aug 21 17:36:01.419 INFO O| Aug 21 17:36:01.419 INFO STEP 392 (remove_files) COMPLETE
64382026-08-21T17:36:02.730Z[ recovery-image] Aug 21 17:36:01.419 INFO O| Aug 21 17:36:01.419 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-08-21T17:36:02.734Z[ recovery-image] Aug 21 17:36:01.427 INFO O| Aug 21 17:36:01.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64402026-08-21T17:36:02.737Z[ recovery-image] Aug 21 17:36:01.427 INFO O| Aug 21 17:36:01.427 INFO STEP 393 (remove_files) COMPLETE
64412026-08-21T17:36:02.737Z[ recovery-image] Aug 21 17:36:01.427 INFO O| Aug 21 17:36:01.427 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-08-21T17:36:02.741Z[ recovery-image] Aug 21 17:36:01.433 INFO O| Aug 21 17:36:01.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64432026-08-21T17:36:02.744Z[ recovery-image] Aug 21 17:36:01.434 INFO O| Aug 21 17:36:01.434 INFO STEP 394 (remove_files) COMPLETE
64442026-08-21T17:36:02.744Z[ recovery-image] Aug 21 17:36:01.434 INFO O| Aug 21 17:36:01.434 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-08-21T17:36:02.752Z[ recovery-image] Aug 21 17:36:01.443 INFO O| Aug 21 17:36:01.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64462026-08-21T17:36:02.752Z[ recovery-image] Aug 21 17:36:01.443 INFO O| Aug 21 17:36:01.443 INFO STEP 395 (remove_files) COMPLETE
64472026-08-21T17:36:02.752Z[ recovery-image] Aug 21 17:36:01.443 INFO O| Aug 21 17:36:01.443 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-08-21T17:36:02.759Z[ recovery-image] Aug 21 17:36:01.451 INFO O| Aug 21 17:36:01.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64492026-08-21T17:36:02.760Z[ recovery-image] Aug 21 17:36:01.451 INFO O| Aug 21 17:36:01.451 INFO STEP 396 (remove_files) COMPLETE
64502026-08-21T17:36:02.764Z[ recovery-image] Aug 21 17:36:01.451 INFO O| Aug 21 17:36:01.451 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-08-21T17:36:02.768Z[ recovery-image] Aug 21 17:36:01.458 INFO O| Aug 21 17:36:01.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64522026-08-21T17:36:02.768Z[ recovery-image] Aug 21 17:36:01.458 INFO O| Aug 21 17:36:01.458 INFO STEP 397 (remove_files) COMPLETE
64532026-08-21T17:36:02.768Z[ recovery-image] Aug 21 17:36:01.458 INFO O| Aug 21 17:36:01.458 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-08-21T17:36:02.776Z[ recovery-image] Aug 21 17:36:01.468 INFO O| Aug 21 17:36:01.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64552026-08-21T17:36:02.776Z[ recovery-image] Aug 21 17:36:01.468 INFO O| Aug 21 17:36:01.468 INFO STEP 398 (remove_files) COMPLETE
64562026-08-21T17:36:02.776Z[ recovery-image] Aug 21 17:36:01.468 INFO O| Aug 21 17:36:01.468 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-08-21T17:36:02.785Z[ recovery-image] Aug 21 17:36:01.477 INFO O| Aug 21 17:36:01.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64582026-08-21T17:36:02.785Z[ recovery-image] Aug 21 17:36:01.477 INFO O| Aug 21 17:36:01.477 INFO STEP 399 (remove_files) COMPLETE
64592026-08-21T17:36:02.788Z[ recovery-image] Aug 21 17:36:01.477 INFO O| Aug 21 17:36:01.477 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-08-21T17:36:02.794Z[ recovery-image] Aug 21 17:36:01.486 INFO O| Aug 21 17:36:01.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64612026-08-21T17:36:02.794Z[ recovery-image] Aug 21 17:36:01.486 INFO O| Aug 21 17:36:01.486 INFO STEP 400 (remove_files) COMPLETE
64622026-08-21T17:36:02.794Z[ recovery-image] Aug 21 17:36:01.486 INFO O| Aug 21 17:36:01.486 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-08-21T17:36:02.803Z[ recovery-image] Aug 21 17:36:01.495 INFO O| Aug 21 17:36:01.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64642026-08-21T17:36:02.803Z[ recovery-image] Aug 21 17:36:01.495 INFO O| Aug 21 17:36:01.495 INFO STEP 401 (remove_files) COMPLETE
64652026-08-21T17:36:02.803Z[ recovery-image] Aug 21 17:36:01.495 INFO O| Aug 21 17:36:01.495 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-08-21T17:36:02.811Z[ recovery-image] Aug 21 17:36:01.503 INFO O| Aug 21 17:36:01.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64672026-08-21T17:36:02.811Z[ recovery-image] Aug 21 17:36:01.503 INFO O| Aug 21 17:36:01.503 INFO STEP 402 (remove_files) COMPLETE
64682026-08-21T17:36:02.811Z[ recovery-image] Aug 21 17:36:01.503 INFO O| Aug 21 17:36:01.503 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-08-21T17:36:02.820Z[ recovery-image] Aug 21 17:36:01.513 INFO O| Aug 21 17:36:01.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64702026-08-21T17:36:02.820Z[ recovery-image] Aug 21 17:36:01.513 INFO O| Aug 21 17:36:01.513 INFO STEP 403 (remove_files) COMPLETE
64712026-08-21T17:36:02.824Z[ recovery-image] Aug 21 17:36:01.513 INFO O| Aug 21 17:36:01.513 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-08-21T17:36:02.829Z[ recovery-image] Aug 21 17:36:01.521 INFO O| Aug 21 17:36:01.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64732026-08-21T17:36:02.829Z[ recovery-image] Aug 21 17:36:01.522 INFO O| Aug 21 17:36:01.521 INFO STEP 404 (remove_files) COMPLETE
64742026-08-21T17:36:02.829Z[ recovery-image] Aug 21 17:36:01.522 INFO O| Aug 21 17:36:01.522 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-08-21T17:36:02.838Z[ recovery-image] Aug 21 17:36:01.530 INFO O| Aug 21 17:36:01.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64762026-08-21T17:36:02.838Z[ recovery-image] Aug 21 17:36:01.530 INFO O| Aug 21 17:36:01.530 INFO STEP 405 (remove_files) COMPLETE
64772026-08-21T17:36:02.842Z[ recovery-image] Aug 21 17:36:01.530 INFO O| Aug 21 17:36:01.530 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-08-21T17:36:02.846Z[ recovery-image] Aug 21 17:36:01.539 INFO O| Aug 21 17:36:01.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
64792026-08-21T17:36:02.846Z[ recovery-image] Aug 21 17:36:01.539 INFO O| Aug 21 17:36:01.539 INFO STEP 406 (remove_files) COMPLETE
64802026-08-21T17:36:02.846Z[ recovery-image] Aug 21 17:36:01.539 INFO O| Aug 21 17:36:01.539 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-08-21T17:36:02.855Z[ recovery-image] Aug 21 17:36:01.547 INFO O| Aug 21 17:36:01.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
64822026-08-21T17:36:02.855Z[ recovery-image] Aug 21 17:36:01.547 INFO O| Aug 21 17:36:01.547 INFO STEP 407 (remove_files) COMPLETE
64832026-08-21T17:36:02.855Z[ recovery-image] Aug 21 17:36:01.547 INFO O| Aug 21 17:36:01.547 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-08-21T17:36:02.864Z[ recovery-image] Aug 21 17:36:01.556 INFO O| Aug 21 17:36:01.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
64852026-08-21T17:36:02.864Z[ recovery-image] Aug 21 17:36:01.556 INFO O| Aug 21 17:36:01.556 INFO STEP 408 (remove_files) COMPLETE
64862026-08-21T17:36:02.864Z[ recovery-image] Aug 21 17:36:01.556 INFO O| Aug 21 17:36:01.556 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-08-21T17:36:02.873Z[ recovery-image] Aug 21 17:36:01.565 INFO O| Aug 21 17:36:01.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
64882026-08-21T17:36:02.873Z[ recovery-image] Aug 21 17:36:01.565 INFO O| Aug 21 17:36:01.565 INFO STEP 409 (remove_files) COMPLETE
64892026-08-21T17:36:02.873Z[ recovery-image] Aug 21 17:36:01.566 INFO O| Aug 21 17:36:01.565 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-08-21T17:36:02.882Z[ recovery-image] Aug 21 17:36:01.574 INFO O| Aug 21 17:36:01.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
64912026-08-21T17:36:02.886Z[ recovery-image] Aug 21 17:36:01.575 INFO O| Aug 21 17:36:01.575 INFO STEP 410 (remove_files) COMPLETE
64922026-08-21T17:36:02.886Z[ recovery-image] Aug 21 17:36:01.575 INFO O| Aug 21 17:36:01.575 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-08-21T17:36:02.892Z[ recovery-image] Aug 21 17:36:01.585 INFO O| Aug 21 17:36:01.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
64942026-08-21T17:36:02.892Z[ recovery-image] Aug 21 17:36:01.585 INFO O| Aug 21 17:36:01.585 INFO STEP 411 (remove_files) COMPLETE
64952026-08-21T17:36:02.895Z[ recovery-image] Aug 21 17:36:01.585 INFO O| Aug 21 17:36:01.585 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-08-21T17:36:02.901Z[ recovery-image] Aug 21 17:36:01.593 INFO O| Aug 21 17:36:01.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
64972026-08-21T17:36:02.901Z[ recovery-image] Aug 21 17:36:01.593 INFO O| Aug 21 17:36:01.593 INFO STEP 412 (remove_files) COMPLETE
64982026-08-21T17:36:02.901Z[ recovery-image] Aug 21 17:36:01.593 INFO O| Aug 21 17:36:01.593 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-08-21T17:36:02.910Z[ recovery-image] Aug 21 17:36:01.602 INFO O| Aug 21 17:36:01.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65002026-08-21T17:36:02.910Z[ recovery-image] Aug 21 17:36:01.602 INFO O| Aug 21 17:36:01.602 INFO STEP 413 (remove_files) COMPLETE
65012026-08-21T17:36:02.910Z[ recovery-image] Aug 21 17:36:01.602 INFO O| Aug 21 17:36:01.602 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-08-21T17:36:02.918Z[ recovery-image] Aug 21 17:36:01.610 INFO O| Aug 21 17:36:01.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65032026-08-21T17:36:02.918Z[ recovery-image] Aug 21 17:36:01.610 INFO O| Aug 21 17:36:01.610 INFO STEP 414 (remove_files) COMPLETE
65042026-08-21T17:36:02.918Z[ recovery-image] Aug 21 17:36:01.610 INFO O| Aug 21 17:36:01.610 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-08-21T17:36:02.927Z[ recovery-image] Aug 21 17:36:01.619 INFO O| Aug 21 17:36:01.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65062026-08-21T17:36:02.927Z[ recovery-image] Aug 21 17:36:01.619 INFO O| Aug 21 17:36:01.619 INFO STEP 415 (remove_files) COMPLETE
65072026-08-21T17:36:02.927Z[ recovery-image] Aug 21 17:36:01.619 INFO O| Aug 21 17:36:01.619 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-08-21T17:36:02.936Z[ recovery-image] Aug 21 17:36:01.628 INFO O| Aug 21 17:36:01.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65092026-08-21T17:36:02.936Z[ recovery-image] Aug 21 17:36:01.628 INFO O| Aug 21 17:36:01.628 INFO STEP 416 (remove_files) COMPLETE
65102026-08-21T17:36:02.936Z[ recovery-image] Aug 21 17:36:01.628 INFO O| Aug 21 17:36:01.628 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-08-21T17:36:02.946Z[ recovery-image] Aug 21 17:36:01.637 INFO O| Aug 21 17:36:01.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65122026-08-21T17:36:02.946Z[ recovery-image] Aug 21 17:36:01.637 INFO O| Aug 21 17:36:01.637 INFO STEP 417 (remove_files) COMPLETE
65132026-08-21T17:36:02.949Z[ recovery-image] Aug 21 17:36:01.637 INFO O| Aug 21 17:36:01.637 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-08-21T17:36:02.953Z[ recovery-image] Aug 21 17:36:01.645 INFO O| Aug 21 17:36:01.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65152026-08-21T17:36:02.953Z[ recovery-image] Aug 21 17:36:01.645 INFO O| Aug 21 17:36:01.645 INFO STEP 418 (remove_files) COMPLETE
65162026-08-21T17:36:02.953Z[ recovery-image] Aug 21 17:36:01.645 INFO O| Aug 21 17:36:01.645 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-08-21T17:36:02.961Z[ recovery-image] Aug 21 17:36:01.653 INFO O| Aug 21 17:36:01.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65182026-08-21T17:36:02.961Z[ recovery-image] Aug 21 17:36:01.653 INFO O| Aug 21 17:36:01.653 INFO STEP 419 (remove_files) COMPLETE
65192026-08-21T17:36:02.961Z[ recovery-image] Aug 21 17:36:01.653 INFO O| Aug 21 17:36:01.653 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-08-21T17:36:02.970Z[ recovery-image] Aug 21 17:36:01.662 INFO O| Aug 21 17:36:01.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65212026-08-21T17:36:02.972Z[ recovery-image] Aug 21 17:36:01.662 INFO O| Aug 21 17:36:01.662 INFO STEP 420 (remove_files) COMPLETE
65222026-08-21T17:36:02.972Z[ recovery-image] Aug 21 17:36:01.662 INFO O| Aug 21 17:36:01.662 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-08-21T17:36:02.980Z[ recovery-image] Aug 21 17:36:01.672 INFO O| Aug 21 17:36:01.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65242026-08-21T17:36:02.980Z[ recovery-image] Aug 21 17:36:01.672 INFO O| Aug 21 17:36:01.672 INFO STEP 421 (remove_files) COMPLETE
65252026-08-21T17:36:02.980Z[ recovery-image] Aug 21 17:36:01.672 INFO O| Aug 21 17:36:01.672 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-08-21T17:36:02.989Z[ recovery-image] Aug 21 17:36:01.682 INFO O| Aug 21 17:36:01.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65272026-08-21T17:36:02.990Z[ recovery-image] Aug 21 17:36:01.682 INFO O| Aug 21 17:36:01.682 INFO STEP 422 (remove_files) COMPLETE
65282026-08-21T17:36:02.990Z[ recovery-image] Aug 21 17:36:01.682 INFO O| Aug 21 17:36:01.682 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-08-21T17:36:02.998Z[ recovery-image] Aug 21 17:36:01.690 INFO O| Aug 21 17:36:01.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65302026-08-21T17:36:02.998Z[ recovery-image] Aug 21 17:36:01.690 INFO O| Aug 21 17:36:01.690 INFO STEP 423 (remove_files) COMPLETE
65312026-08-21T17:36:02.998Z[ recovery-image] Aug 21 17:36:01.691 INFO O| Aug 21 17:36:01.690 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-08-21T17:36:03.007Z[ recovery-image] Aug 21 17:36:01.699 INFO O| Aug 21 17:36:01.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65332026-08-21T17:36:03.007Z[ recovery-image] Aug 21 17:36:01.699 INFO O| Aug 21 17:36:01.699 INFO STEP 424 (remove_files) COMPLETE
65342026-08-21T17:36:03.007Z[ recovery-image] Aug 21 17:36:01.699 INFO O| Aug 21 17:36:01.699 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-08-21T17:36:03.016Z[ recovery-image] Aug 21 17:36:01.708 INFO O| Aug 21 17:36:01.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65362026-08-21T17:36:03.016Z[ recovery-image] Aug 21 17:36:01.708 INFO O| Aug 21 17:36:01.708 INFO STEP 425 (remove_files) COMPLETE
65372026-08-21T17:36:03.016Z[ recovery-image] Aug 21 17:36:01.708 INFO O| Aug 21 17:36:01.708 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-08-21T17:36:03.024Z[ recovery-image] Aug 21 17:36:01.716 INFO O| Aug 21 17:36:01.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65392026-08-21T17:36:03.024Z[ recovery-image] Aug 21 17:36:01.716 INFO O| Aug 21 17:36:01.716 INFO STEP 426 (remove_files) COMPLETE
65402026-08-21T17:36:03.024Z[ recovery-image] Aug 21 17:36:01.716 INFO O| Aug 21 17:36:01.716 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-08-21T17:36:03.032Z[ recovery-image] Aug 21 17:36:01.724 INFO O| Aug 21 17:36:01.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65422026-08-21T17:36:03.032Z[ recovery-image] Aug 21 17:36:01.724 INFO O| Aug 21 17:36:01.724 INFO STEP 427 (remove_files) COMPLETE
65432026-08-21T17:36:03.032Z[ recovery-image] Aug 21 17:36:01.724 INFO O| Aug 21 17:36:01.724 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-08-21T17:36:03.040Z[ recovery-image] Aug 21 17:36:01.732 INFO O| Aug 21 17:36:01.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65452026-08-21T17:36:03.040Z[ recovery-image] Aug 21 17:36:01.732 INFO O| Aug 21 17:36:01.732 INFO STEP 428 (remove_files) COMPLETE
65462026-08-21T17:36:03.040Z[ recovery-image] Aug 21 17:36:01.732 INFO O| Aug 21 17:36:01.732 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-08-21T17:36:03.048Z[ recovery-image] Aug 21 17:36:01.740 INFO O| Aug 21 17:36:01.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65482026-08-21T17:36:03.048Z[ recovery-image] Aug 21 17:36:01.740 INFO O| Aug 21 17:36:01.740 INFO STEP 429 (remove_files) COMPLETE
65492026-08-21T17:36:03.048Z[ recovery-image] Aug 21 17:36:01.740 INFO O| Aug 21 17:36:01.740 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-08-21T17:36:03.056Z[ recovery-image] Aug 21 17:36:01.747 INFO O| Aug 21 17:36:01.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65512026-08-21T17:36:03.056Z[ recovery-image] Aug 21 17:36:01.747 INFO O| Aug 21 17:36:01.747 INFO STEP 430 (remove_files) COMPLETE
65522026-08-21T17:36:03.056Z[ recovery-image] Aug 21 17:36:01.747 INFO O| Aug 21 17:36:01.747 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-08-21T17:36:03.063Z[ recovery-image] Aug 21 17:36:01.755 INFO O| Aug 21 17:36:01.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65542026-08-21T17:36:03.063Z[ recovery-image] Aug 21 17:36:01.755 INFO O| Aug 21 17:36:01.755 INFO STEP 431 (remove_files) COMPLETE
65552026-08-21T17:36:03.063Z[ recovery-image] Aug 21 17:36:01.755 INFO O| Aug 21 17:36:01.755 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-08-21T17:36:03.072Z[ recovery-image] Aug 21 17:36:01.764 INFO O| Aug 21 17:36:01.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65572026-08-21T17:36:03.072Z[ recovery-image] Aug 21 17:36:01.764 INFO O| Aug 21 17:36:01.764 INFO STEP 432 (remove_files) COMPLETE
65582026-08-21T17:36:03.072Z[ recovery-image] Aug 21 17:36:01.764 INFO O| Aug 21 17:36:01.764 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-08-21T17:36:03.080Z[ recovery-image] Aug 21 17:36:01.772 INFO O| Aug 21 17:36:01.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65602026-08-21T17:36:03.080Z[ recovery-image] Aug 21 17:36:01.772 INFO O| Aug 21 17:36:01.772 INFO STEP 433 (remove_files) COMPLETE
65612026-08-21T17:36:03.080Z[ recovery-image] Aug 21 17:36:01.772 INFO O| Aug 21 17:36:01.772 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-08-21T17:36:03.090Z[ recovery-image] Aug 21 17:36:01.781 INFO O| Aug 21 17:36:01.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65632026-08-21T17:36:03.090Z[ recovery-image] Aug 21 17:36:01.781 INFO O| Aug 21 17:36:01.781 INFO STEP 434 (remove_files) COMPLETE
65642026-08-21T17:36:03.090Z[ recovery-image] Aug 21 17:36:01.781 INFO O| Aug 21 17:36:01.781 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-08-21T17:36:03.097Z[ recovery-image] Aug 21 17:36:01.789 INFO O| Aug 21 17:36:01.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65662026-08-21T17:36:03.097Z[ recovery-image] Aug 21 17:36:01.789 INFO O| Aug 21 17:36:01.789 INFO STEP 435 (remove_files) COMPLETE
65672026-08-21T17:36:03.097Z[ recovery-image] Aug 21 17:36:01.789 INFO O| Aug 21 17:36:01.789 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-08-21T17:36:03.105Z[ recovery-image] Aug 21 17:36:01.797 INFO O| Aug 21 17:36:01.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65692026-08-21T17:36:03.105Z[ recovery-image] Aug 21 17:36:01.797 INFO O| Aug 21 17:36:01.797 INFO STEP 436 (remove_files) COMPLETE
65702026-08-21T17:36:03.105Z[ recovery-image] Aug 21 17:36:01.797 INFO O| Aug 21 17:36:01.797 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-08-21T17:36:03.113Z[ recovery-image] Aug 21 17:36:01.805 INFO O| Aug 21 17:36:01.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65722026-08-21T17:36:03.113Z[ recovery-image] Aug 21 17:36:01.805 INFO O| Aug 21 17:36:01.805 INFO STEP 437 (remove_files) COMPLETE
65732026-08-21T17:36:03.113Z[ recovery-image] Aug 21 17:36:01.805 INFO O| Aug 21 17:36:01.805 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-08-21T17:36:03.121Z[ recovery-image] Aug 21 17:36:01.813 INFO O| Aug 21 17:36:01.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
65752026-08-21T17:36:03.121Z[ recovery-image] Aug 21 17:36:01.813 INFO O| Aug 21 17:36:01.813 INFO STEP 438 (remove_files) COMPLETE
65762026-08-21T17:36:03.121Z[ recovery-image] Aug 21 17:36:01.813 INFO O| Aug 21 17:36:01.813 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-08-21T17:36:03.130Z[ recovery-image] Aug 21 17:36:01.822 INFO O| Aug 21 17:36:01.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
65782026-08-21T17:36:03.130Z[ recovery-image] Aug 21 17:36:01.822 INFO O| Aug 21 17:36:01.822 INFO STEP 439 (remove_files) COMPLETE
65792026-08-21T17:36:03.130Z[ recovery-image] Aug 21 17:36:01.822 INFO O| Aug 21 17:36:01.822 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-08-21T17:36:03.138Z[ recovery-image] Aug 21 17:36:01.830 INFO O| Aug 21 17:36:01.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
65812026-08-21T17:36:03.138Z[ recovery-image] Aug 21 17:36:01.830 INFO O| Aug 21 17:36:01.830 INFO STEP 440 (remove_files) COMPLETE
65822026-08-21T17:36:03.138Z[ recovery-image] Aug 21 17:36:01.830 INFO O| Aug 21 17:36:01.830 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-08-21T17:36:03.147Z[ recovery-image] Aug 21 17:36:01.839 INFO O| Aug 21 17:36:01.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
65842026-08-21T17:36:03.150Z[ recovery-image] Aug 21 17:36:01.839 INFO O| Aug 21 17:36:01.839 INFO STEP 441 (remove_files) COMPLETE
65852026-08-21T17:36:03.150Z[ recovery-image] Aug 21 17:36:01.839 INFO O| Aug 21 17:36:01.839 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-08-21T17:36:03.155Z[ recovery-image] Aug 21 17:36:01.847 INFO O| Aug 21 17:36:01.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
65872026-08-21T17:36:03.155Z[ recovery-image] Aug 21 17:36:01.847 INFO O| Aug 21 17:36:01.847 INFO STEP 442 (remove_files) COMPLETE
65882026-08-21T17:36:03.155Z[ recovery-image] Aug 21 17:36:01.847 INFO O| Aug 21 17:36:01.847 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-08-21T17:36:03.184Z[ recovery-image] Aug 21 17:36:01.876 INFO O| Aug 21 17:36:01.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
65902026-08-21T17:36:03.184Z[ recovery-image] Aug 21 17:36:01.876 INFO O| Aug 21 17:36:01.876 INFO STEP 443 (remove_files) COMPLETE
65912026-08-21T17:36:03.184Z[ recovery-image] Aug 21 17:36:01.876 INFO O| Aug 21 17:36:01.876 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-08-21T17:36:03.193Z[ recovery-image] Aug 21 17:36:01.885 INFO O| Aug 21 17:36:01.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
65932026-08-21T17:36:03.193Z[ recovery-image] Aug 21 17:36:01.885 INFO O| Aug 21 17:36:01.885 INFO STEP 444 (remove_files) COMPLETE
65942026-08-21T17:36:03.193Z[ recovery-image] Aug 21 17:36:01.885 INFO O| Aug 21 17:36:01.885 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-08-21T17:36:03.203Z[ recovery-image] Aug 21 17:36:01.895 INFO O| Aug 21 17:36:01.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
65962026-08-21T17:36:03.203Z[ recovery-image] Aug 21 17:36:01.895 INFO O| Aug 21 17:36:01.895 INFO STEP 445 (remove_files) COMPLETE
65972026-08-21T17:36:03.203Z[ recovery-image] Aug 21 17:36:01.895 INFO O| Aug 21 17:36:01.895 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-08-21T17:36:03.212Z[ recovery-image] Aug 21 17:36:01.904 INFO O| Aug 21 17:36:01.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
65992026-08-21T17:36:03.212Z[ recovery-image] Aug 21 17:36:01.904 INFO O| Aug 21 17:36:01.904 INFO STEP 446 (remove_files) COMPLETE
66002026-08-21T17:36:03.212Z[ recovery-image] Aug 21 17:36:01.904 INFO O| Aug 21 17:36:01.904 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-08-21T17:36:03.221Z[ recovery-image] Aug 21 17:36:01.913 INFO O| Aug 21 17:36:01.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66022026-08-21T17:36:03.224Z[ recovery-image] Aug 21 17:36:01.914 INFO O| Aug 21 17:36:01.914 INFO STEP 447 (remove_files) COMPLETE
66032026-08-21T17:36:03.224Z[ recovery-image] Aug 21 17:36:01.914 INFO O| Aug 21 17:36:01.914 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-08-21T17:36:03.231Z[ recovery-image] Aug 21 17:36:01.923 INFO O| Aug 21 17:36:01.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66052026-08-21T17:36:03.231Z[ recovery-image] Aug 21 17:36:01.923 INFO O| Aug 21 17:36:01.923 INFO STEP 448 (remove_files) COMPLETE
66062026-08-21T17:36:03.231Z[ recovery-image] Aug 21 17:36:01.923 INFO O| Aug 21 17:36:01.923 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-08-21T17:36:03.239Z[ recovery-image] Aug 21 17:36:01.932 INFO O| Aug 21 17:36:01.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66082026-08-21T17:36:03.239Z[ recovery-image] Aug 21 17:36:01.932 INFO O| Aug 21 17:36:01.932 INFO STEP 449 (remove_files) COMPLETE
66092026-08-21T17:36:03.239Z[ recovery-image] Aug 21 17:36:01.932 INFO O| Aug 21 17:36:01.932 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-08-21T17:36:03.249Z[ recovery-image] Aug 21 17:36:01.940 INFO O| Aug 21 17:36:01.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66112026-08-21T17:36:03.249Z[ recovery-image] Aug 21 17:36:01.940 INFO O| Aug 21 17:36:01.940 INFO STEP 450 (remove_files) COMPLETE
66122026-08-21T17:36:03.253Z[ recovery-image] Aug 21 17:36:01.940 INFO O| Aug 21 17:36:01.940 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-08-21T17:36:03.258Z[ recovery-image] Aug 21 17:36:01.949 INFO O| Aug 21 17:36:01.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66142026-08-21T17:36:03.258Z[ recovery-image] Aug 21 17:36:01.949 INFO O| Aug 21 17:36:01.949 INFO STEP 451 (remove_files) COMPLETE
66152026-08-21T17:36:03.262Z[ recovery-image] Aug 21 17:36:01.949 INFO O| Aug 21 17:36:01.949 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-08-21T17:36:03.268Z[ recovery-image] Aug 21 17:36:01.960 INFO O| Aug 21 17:36:01.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66172026-08-21T17:36:03.268Z[ recovery-image] Aug 21 17:36:01.960 INFO O| Aug 21 17:36:01.960 INFO STEP 452 (remove_files) COMPLETE
66182026-08-21T17:36:03.271Z[ recovery-image] Aug 21 17:36:01.960 INFO O| Aug 21 17:36:01.960 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-08-21T17:36:03.277Z[ recovery-image] Aug 21 17:36:01.970 INFO O| Aug 21 17:36:01.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66202026-08-21T17:36:03.277Z[ recovery-image] Aug 21 17:36:01.970 INFO O| Aug 21 17:36:01.970 INFO STEP 453 (remove_files) COMPLETE
66212026-08-21T17:36:03.278Z[ recovery-image] Aug 21 17:36:01.970 INFO O| Aug 21 17:36:01.970 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-08-21T17:36:03.287Z[ recovery-image] Aug 21 17:36:01.979 INFO O| Aug 21 17:36:01.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66232026-08-21T17:36:03.290Z[ recovery-image] Aug 21 17:36:01.980 INFO O| Aug 21 17:36:01.980 INFO STEP 454 (remove_files) COMPLETE
66242026-08-21T17:36:03.290Z[ recovery-image] Aug 21 17:36:01.980 INFO O| Aug 21 17:36:01.980 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-08-21T17:36:03.297Z[ recovery-image] Aug 21 17:36:01.989 INFO O| Aug 21 17:36:01.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66262026-08-21T17:36:03.297Z[ recovery-image] Aug 21 17:36:01.990 INFO O| Aug 21 17:36:01.990 INFO STEP 455 (remove_files) COMPLETE
66272026-08-21T17:36:03.301Z[ recovery-image] Aug 21 17:36:01.990 INFO O| Aug 21 17:36:01.990 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-08-21T17:36:03.305Z[ recovery-image] Aug 21 17:36:01.998 INFO O| Aug 21 17:36:01.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66292026-08-21T17:36:03.309Z[ recovery-image] Aug 21 17:36:01.998 INFO O| Aug 21 17:36:01.998 INFO STEP 456 (remove_files) COMPLETE
66302026-08-21T17:36:03.309Z[ recovery-image] Aug 21 17:36:01.998 INFO O| Aug 21 17:36:01.998 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-08-21T17:36:03.314Z[ recovery-image] Aug 21 17:36:02.007 INFO O| Aug 21 17:36:02.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66322026-08-21T17:36:03.314Z[ recovery-image] Aug 21 17:36:02.007 INFO O| Aug 21 17:36:02.007 INFO STEP 457 (remove_files) COMPLETE
66332026-08-21T17:36:03.317Z[ recovery-image] Aug 21 17:36:02.007 INFO O| Aug 21 17:36:02.007 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-08-21T17:36:03.324Z[ recovery-image] Aug 21 17:36:02.016 INFO O| Aug 21 17:36:02.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66352026-08-21T17:36:03.324Z[ recovery-image] Aug 21 17:36:02.016 INFO O| Aug 21 17:36:02.016 INFO STEP 458 (remove_files) COMPLETE
66362026-08-21T17:36:03.324Z[ recovery-image] Aug 21 17:36:02.016 INFO O| Aug 21 17:36:02.016 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-08-21T17:36:03.340Z[ recovery-image] Aug 21 17:36:02.033 INFO O| Aug 21 17:36:02.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66382026-08-21T17:36:03.379Z[ recovery-image] Aug 21 17:36:02.071 INFO O| Aug 21 17:36:02.071 INFO STEP 459 (remove_files) COMPLETE
66392026-08-21T17:36:03.379Z[ recovery-image] Aug 21 17:36:02.071 INFO O| Aug 21 17:36:02.071 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-08-21T17:36:03.390Z[ recovery-image] Aug 21 17:36:02.082 INFO O| Aug 21 17:36:02.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66412026-08-21T17:36:03.390Z[ recovery-image] Aug 21 17:36:02.082 INFO O| Aug 21 17:36:02.082 INFO STEP 460 (remove_files) COMPLETE
66422026-08-21T17:36:03.390Z[ recovery-image] Aug 21 17:36:02.082 INFO O| Aug 21 17:36:02.082 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-08-21T17:36:03.393Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
66442026-08-21T17:36:03.413Z[ recovery-image] Aug 21 17:36:02.093 INFO O| Aug 21 17:36:02.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66452026-08-21T17:36:03.413Z[ recovery-image] Aug 21 17:36:02.093 INFO O| Aug 21 17:36:02.093 INFO STEP 461 (remove_files) COMPLETE
66462026-08-21T17:36:03.413Z[ recovery-image] Aug 21 17:36:02.093 INFO O| Aug 21 17:36:02.093 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-08-21T17:36:03.413Z[ recovery-image] Aug 21 17:36:02.103 INFO O| Aug 21 17:36:02.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66482026-08-21T17:36:03.413Z[ recovery-image] Aug 21 17:36:02.103 INFO O| Aug 21 17:36:02.103 INFO STEP 462 (remove_files) COMPLETE
66492026-08-21T17:36:03.413Z[ recovery-image] Aug 21 17:36:02.103 INFO O| Aug 21 17:36:02.103 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-08-21T17:36:03.421Z[ recovery-image] Aug 21 17:36:02.113 INFO O| Aug 21 17:36:02.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66512026-08-21T17:36:03.421Z[ recovery-image] Aug 21 17:36:02.113 INFO O| Aug 21 17:36:02.113 INFO STEP 463 (remove_files) COMPLETE
66522026-08-21T17:36:03.421Z[ recovery-image] Aug 21 17:36:02.113 INFO O| Aug 21 17:36:02.113 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-08-21T17:36:03.433Z[ recovery-image] Aug 21 17:36:02.125 INFO O| Aug 21 17:36:02.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66542026-08-21T17:36:03.433Z[ recovery-image] Aug 21 17:36:02.125 INFO O| Aug 21 17:36:02.125 INFO STEP 464 (remove_files) COMPLETE
66552026-08-21T17:36:03.433Z[ recovery-image] Aug 21 17:36:02.125 INFO O| Aug 21 17:36:02.125 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-08-21T17:36:03.443Z[ recovery-image] Aug 21 17:36:02.135 INFO O| Aug 21 17:36:02.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66572026-08-21T17:36:03.443Z[ recovery-image] Aug 21 17:36:02.135 INFO O| Aug 21 17:36:02.135 INFO STEP 465 (remove_files) COMPLETE
66582026-08-21T17:36:03.443Z[ recovery-image] Aug 21 17:36:02.135 INFO O| Aug 21 17:36:02.135 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-08-21T17:36:03.454Z[ recovery-image] Aug 21 17:36:02.146 INFO O| Aug 21 17:36:02.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66602026-08-21T17:36:03.454Z[ recovery-image] Aug 21 17:36:02.146 INFO O| Aug 21 17:36:02.146 INFO STEP 466 (remove_files) COMPLETE
66612026-08-21T17:36:03.457Z[ recovery-image] Aug 21 17:36:02.146 INFO O| Aug 21 17:36:02.146 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-08-21T17:36:03.466Z[ recovery-image] Aug 21 17:36:02.158 INFO O| Aug 21 17:36:02.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66632026-08-21T17:36:03.466Z[ recovery-image] Aug 21 17:36:02.159 INFO O| Aug 21 17:36:02.159 INFO STEP 467 (remove_files) COMPLETE
66642026-08-21T17:36:03.467Z[ recovery-image] Aug 21 17:36:02.159 INFO O| Aug 21 17:36:02.159 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-08-21T17:36:03.478Z[ recovery-image] Aug 21 17:36:02.171 INFO O| Aug 21 17:36:02.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66662026-08-21T17:36:03.478Z[ recovery-image] Aug 21 17:36:02.171 INFO O| Aug 21 17:36:02.171 INFO STEP 468 (remove_files) COMPLETE
66672026-08-21T17:36:03.482Z[ recovery-image] Aug 21 17:36:02.171 INFO O| Aug 21 17:36:02.171 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-08-21T17:36:03.489Z[ recovery-image] Aug 21 17:36:02.181 INFO O| Aug 21 17:36:02.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66692026-08-21T17:36:03.489Z[ recovery-image] Aug 21 17:36:02.181 INFO O| Aug 21 17:36:02.181 INFO STEP 469 (remove_files) COMPLETE
66702026-08-21T17:36:03.489Z[ recovery-image] Aug 21 17:36:02.181 INFO O| Aug 21 17:36:02.181 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-08-21T17:36:03.500Z[ recovery-image] Aug 21 17:36:02.192 INFO O| Aug 21 17:36:02.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66722026-08-21T17:36:03.500Z[ recovery-image] Aug 21 17:36:02.192 INFO O| Aug 21 17:36:02.192 INFO STEP 470 (remove_files) COMPLETE
66732026-08-21T17:36:03.500Z[ recovery-image] Aug 21 17:36:02.192 INFO O| Aug 21 17:36:02.192 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-08-21T17:36:03.511Z[ recovery-image] Aug 21 17:36:02.203 INFO O| Aug 21 17:36:02.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
66752026-08-21T17:36:03.511Z[ recovery-image] Aug 21 17:36:02.203 INFO O| Aug 21 17:36:02.203 INFO STEP 471 (remove_files) COMPLETE
66762026-08-21T17:36:03.511Z[ recovery-image] Aug 21 17:36:02.203 INFO O| Aug 21 17:36:02.203 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-08-21T17:36:03.523Z[ recovery-image] Aug 21 17:36:02.213 INFO O| Aug 21 17:36:02.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
66782026-08-21T17:36:03.523Z[ recovery-image] Aug 21 17:36:02.214 INFO O| Aug 21 17:36:02.214 INFO STEP 472 (remove_files) COMPLETE
66792026-08-21T17:36:03.523Z[ recovery-image] Aug 21 17:36:02.214 INFO O| Aug 21 17:36:02.214 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-08-21T17:36:03.533Z[ recovery-image] Aug 21 17:36:02.225 INFO O| Aug 21 17:36:02.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
66812026-08-21T17:36:03.533Z[ recovery-image] Aug 21 17:36:02.226 INFO O| Aug 21 17:36:02.226 INFO STEP 473 (remove_files) COMPLETE
66822026-08-21T17:36:03.569Z[ recovery-image] Aug 21 17:36:02.226 INFO O| Aug 21 17:36:02.226 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-08-21T17:36:03.572Z[ recovery-image] Aug 21 17:36:02.236 INFO O| Aug 21 17:36:02.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
66842026-08-21T17:36:03.572Z[ recovery-image] Aug 21 17:36:02.236 INFO O| Aug 21 17:36:02.236 INFO STEP 474 (remove_files) COMPLETE
66852026-08-21T17:36:03.572Z[ recovery-image] Aug 21 17:36:02.236 INFO O| Aug 21 17:36:02.236 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-08-21T17:36:03.572Z[ recovery-image] Aug 21 17:36:02.246 INFO O| Aug 21 17:36:02.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
66872026-08-21T17:36:03.572Z[ recovery-image] Aug 21 17:36:02.246 INFO O| Aug 21 17:36:02.246 INFO STEP 475 (remove_files) COMPLETE
66882026-08-21T17:36:03.572Z[ recovery-image] Aug 21 17:36:02.246 INFO O| Aug 21 17:36:02.246 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-08-21T17:36:03.572Z[ recovery-image] Aug 21 17:36:02.255 INFO O| Aug 21 17:36:02.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
66902026-08-21T17:36:03.572Z[ recovery-image] Aug 21 17:36:02.255 INFO O| Aug 21 17:36:02.255 INFO STEP 476 (remove_files) COMPLETE
66912026-08-21T17:36:03.572Z[ recovery-image] Aug 21 17:36:02.255 INFO O| Aug 21 17:36:02.255 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-08-21T17:36:03.572Z[ recovery-image] Aug 21 17:36:02.264 INFO O| Aug 21 17:36:02.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
66932026-08-21T17:36:03.572Z[ recovery-image] Aug 21 17:36:02.264 INFO O| Aug 21 17:36:02.264 INFO STEP 477 (remove_files) COMPLETE
66942026-08-21T17:36:03.573Z[ recovery-image] Aug 21 17:36:02.264 INFO O| Aug 21 17:36:02.264 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-08-21T17:36:03.580Z[ recovery-image] Aug 21 17:36:02.273 INFO O| Aug 21 17:36:02.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
66962026-08-21T17:36:03.580Z[ recovery-image] Aug 21 17:36:02.273 INFO O| Aug 21 17:36:02.273 INFO STEP 478 (remove_files) COMPLETE
66972026-08-21T17:36:03.583Z[ recovery-image] Aug 21 17:36:02.273 INFO O| Aug 21 17:36:02.273 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-08-21T17:36:03.616Z[ recovery-image] Aug 21 17:36:02.281 INFO O| Aug 21 17:36:02.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
66992026-08-21T17:36:03.616Z[ recovery-image] Aug 21 17:36:02.281 INFO O| Aug 21 17:36:02.281 INFO STEP 479 (remove_files) COMPLETE
67002026-08-21T17:36:03.617Z[ recovery-image] Aug 21 17:36:02.281 INFO O| Aug 21 17:36:02.281 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-08-21T17:36:03.617Z[ recovery-image] Aug 21 17:36:02.290 INFO O| Aug 21 17:36:02.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67022026-08-21T17:36:03.617Z[ recovery-image] Aug 21 17:36:02.290 INFO O| Aug 21 17:36:02.290 INFO STEP 480 (remove_files) COMPLETE
67032026-08-21T17:36:03.617Z[ recovery-image] Aug 21 17:36:02.290 INFO O| Aug 21 17:36:02.290 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-08-21T17:36:03.617Z[ recovery-image] Aug 21 17:36:02.299 INFO O| Aug 21 17:36:02.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67052026-08-21T17:36:03.617Z[ recovery-image] Aug 21 17:36:02.300 INFO O| Aug 21 17:36:02.300 INFO STEP 481 (remove_files) COMPLETE
67062026-08-21T17:36:03.617Z[ recovery-image] Aug 21 17:36:02.300 INFO O| Aug 21 17:36:02.300 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-08-21T17:36:03.620Z[ recovery-image] Aug 21 17:36:02.312 INFO O| Aug 21 17:36:02.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67082026-08-21T17:36:03.620Z[ recovery-image] Aug 21 17:36:02.312 INFO O| Aug 21 17:36:02.312 INFO STEP 482 (remove_files) COMPLETE
67092026-08-21T17:36:03.620Z[ recovery-image] Aug 21 17:36:02.312 INFO O| Aug 21 17:36:02.312 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-08-21T17:36:03.631Z[ recovery-image] Aug 21 17:36:02.323 INFO O| Aug 21 17:36:02.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67112026-08-21T17:36:03.631Z[ recovery-image] Aug 21 17:36:02.323 INFO O| Aug 21 17:36:02.323 INFO STEP 483 (remove_files) COMPLETE
67122026-08-21T17:36:03.631Z[ recovery-image] Aug 21 17:36:02.323 INFO O| Aug 21 17:36:02.323 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-08-21T17:36:03.641Z[ recovery-image] Aug 21 17:36:02.333 INFO O| Aug 21 17:36:02.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67142026-08-21T17:36:03.641Z[ recovery-image] Aug 21 17:36:02.333 INFO O| Aug 21 17:36:02.333 INFO STEP 484 (remove_files) COMPLETE
67152026-08-21T17:36:03.642Z[ recovery-image] Aug 21 17:36:02.333 INFO O| Aug 21 17:36:02.333 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-08-21T17:36:03.645Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
67172026-08-21T17:36:03.651Z[ recovery-image] Aug 21 17:36:02.343 INFO O| Aug 21 17:36:02.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67182026-08-21T17:36:03.651Z[ recovery-image] Aug 21 17:36:02.343 INFO O| Aug 21 17:36:02.343 INFO STEP 485 (remove_files) COMPLETE
67192026-08-21T17:36:03.651Z[ recovery-image] Aug 21 17:36:02.343 INFO O| Aug 21 17:36:02.343 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67202026-08-21T17:36:03.661Z[ recovery-image] Aug 21 17:36:02.353 INFO O| Aug 21 17:36:02.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67212026-08-21T17:36:03.661Z[ recovery-image] Aug 21 17:36:02.353 INFO O| Aug 21 17:36:02.353 INFO STEP 486 (remove_files) COMPLETE
67222026-08-21T17:36:03.661Z[ recovery-image] Aug 21 17:36:02.353 INFO O| Aug 21 17:36:02.353 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67232026-08-21T17:36:03.670Z[ recovery-image] Aug 21 17:36:02.362 INFO O| Aug 21 17:36:02.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67242026-08-21T17:36:03.670Z[ recovery-image] Aug 21 17:36:02.362 INFO O| Aug 21 17:36:02.362 INFO STEP 487 (remove_files) COMPLETE
67252026-08-21T17:36:03.671Z[ recovery-image] Aug 21 17:36:02.362 INFO O| Aug 21 17:36:02.362 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67262026-08-21T17:36:03.680Z[ recovery-image] Aug 21 17:36:02.372 INFO O| Aug 21 17:36:02.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67272026-08-21T17:36:03.680Z[ recovery-image] Aug 21 17:36:02.372 INFO O| Aug 21 17:36:02.372 INFO STEP 488 (remove_files) COMPLETE
67282026-08-21T17:36:03.680Z[ recovery-image] Aug 21 17:36:02.372 INFO O| Aug 21 17:36:02.372 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67292026-08-21T17:36:03.690Z[ recovery-image] Aug 21 17:36:02.382 INFO O| Aug 21 17:36:02.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67302026-08-21T17:36:03.690Z[ recovery-image] Aug 21 17:36:02.382 INFO O| Aug 21 17:36:02.382 INFO STEP 489 (remove_files) COMPLETE
67312026-08-21T17:36:03.690Z[ recovery-image] Aug 21 17:36:02.382 INFO O| Aug 21 17:36:02.382 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67322026-08-21T17:36:03.699Z[ recovery-image] Aug 21 17:36:02.391 INFO O| Aug 21 17:36:02.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67332026-08-21T17:36:03.699Z[ recovery-image] Aug 21 17:36:02.391 INFO O| Aug 21 17:36:02.391 INFO STEP 490 (remove_files) COMPLETE
67342026-08-21T17:36:03.699Z[ recovery-image] Aug 21 17:36:02.391 INFO O| Aug 21 17:36:02.391 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67352026-08-21T17:36:03.709Z[ recovery-image] Aug 21 17:36:02.401 INFO O| Aug 21 17:36:02.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67362026-08-21T17:36:03.709Z[ recovery-image] Aug 21 17:36:02.401 INFO O| Aug 21 17:36:02.401 INFO STEP 491 (remove_files) COMPLETE
67372026-08-21T17:36:03.709Z[ recovery-image] Aug 21 17:36:02.401 INFO O| Aug 21 17:36:02.401 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67382026-08-21T17:36:03.717Z[ recovery-image] Aug 21 17:36:02.409 INFO O| Aug 21 17:36:02.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67392026-08-21T17:36:03.717Z[ recovery-image] Aug 21 17:36:02.409 INFO O| Aug 21 17:36:02.409 INFO STEP 492 (remove_files) COMPLETE
67402026-08-21T17:36:03.717Z[ recovery-image] Aug 21 17:36:02.409 INFO O| Aug 21 17:36:02.409 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67412026-08-21T17:36:03.725Z[ recovery-image] Aug 21 17:36:02.418 INFO O| Aug 21 17:36:02.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67422026-08-21T17:36:03.725Z[ recovery-image] Aug 21 17:36:02.418 INFO O| Aug 21 17:36:02.418 INFO STEP 493 (remove_files) COMPLETE
67432026-08-21T17:36:03.725Z[ recovery-image] Aug 21 17:36:02.418 INFO O| Aug 21 17:36:02.418 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67442026-08-21T17:36:03.733Z[ recovery-image] Aug 21 17:36:02.425 INFO O| Aug 21 17:36:02.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67452026-08-21T17:36:03.733Z[ recovery-image] Aug 21 17:36:02.426 INFO O| Aug 21 17:36:02.425 INFO STEP 494 (remove_files) COMPLETE
67462026-08-21T17:36:03.733Z[ recovery-image] Aug 21 17:36:02.426 INFO O| Aug 21 17:36:02.426 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67472026-08-21T17:36:03.741Z[ recovery-image] Aug 21 17:36:02.433 INFO O| Aug 21 17:36:02.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67482026-08-21T17:36:03.744Z[ recovery-image] Aug 21 17:36:02.434 INFO O| Aug 21 17:36:02.434 INFO STEP 495 (remove_files) COMPLETE
67492026-08-21T17:36:03.744Z[ recovery-image] Aug 21 17:36:02.434 INFO O| Aug 21 17:36:02.434 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67502026-08-21T17:36:03.750Z[ recovery-image] Aug 21 17:36:02.443 INFO O| Aug 21 17:36:02.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67512026-08-21T17:36:03.751Z[ recovery-image] Aug 21 17:36:02.443 INFO O| Aug 21 17:36:02.443 INFO STEP 496 (remove_files) COMPLETE
67522026-08-21T17:36:03.751Z[ recovery-image] Aug 21 17:36:02.443 INFO O| Aug 21 17:36:02.443 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-08-21T17:36:03.760Z[ recovery-image] Aug 21 17:36:02.451 INFO O| Aug 21 17:36:02.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67542026-08-21T17:36:03.760Z[ recovery-image] Aug 21 17:36:02.451 INFO O| Aug 21 17:36:02.451 INFO STEP 497 (remove_files) COMPLETE
67552026-08-21T17:36:03.760Z[ recovery-image] Aug 21 17:36:02.451 INFO O| Aug 21 17:36:02.451 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-08-21T17:36:03.768Z[ recovery-image] Aug 21 17:36:02.459 INFO O| Aug 21 17:36:02.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67572026-08-21T17:36:03.768Z[ recovery-image] Aug 21 17:36:02.459 INFO O| Aug 21 17:36:02.459 INFO STEP 498 (remove_files) COMPLETE
67582026-08-21T17:36:03.768Z[ recovery-image] Aug 21 17:36:02.459 INFO O| Aug 21 17:36:02.459 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-08-21T17:36:03.775Z[ recovery-image] Aug 21 17:36:02.467 INFO O| Aug 21 17:36:02.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67602026-08-21T17:36:03.775Z[ recovery-image] Aug 21 17:36:02.467 INFO O| Aug 21 17:36:02.467 INFO STEP 499 (remove_files) COMPLETE
67612026-08-21T17:36:03.775Z[ recovery-image] Aug 21 17:36:02.467 INFO O| Aug 21 17:36:02.467 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-08-21T17:36:03.783Z[ recovery-image] Aug 21 17:36:02.476 INFO O| Aug 21 17:36:02.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67632026-08-21T17:36:03.784Z[ recovery-image] Aug 21 17:36:02.476 INFO O| Aug 21 17:36:02.476 INFO STEP 500 (remove_files) COMPLETE
67642026-08-21T17:36:03.784Z[ recovery-image] Aug 21 17:36:02.476 INFO O| Aug 21 17:36:02.476 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-08-21T17:36:03.795Z[ recovery-image] Aug 21 17:36:02.485 INFO O| Aug 21 17:36:02.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67662026-08-21T17:36:03.795Z[ recovery-image] Aug 21 17:36:02.486 INFO O| Aug 21 17:36:02.486 INFO STEP 501 (remove_files) COMPLETE
67672026-08-21T17:36:03.795Z[ recovery-image] Aug 21 17:36:02.486 INFO O| Aug 21 17:36:02.486 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-08-21T17:36:03.803Z[ recovery-image] Aug 21 17:36:02.495 INFO O| Aug 21 17:36:02.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67692026-08-21T17:36:03.803Z[ recovery-image] Aug 21 17:36:02.495 INFO O| Aug 21 17:36:02.495 INFO STEP 502 (remove_files) COMPLETE
67702026-08-21T17:36:03.803Z[ recovery-image] Aug 21 17:36:02.495 INFO O| Aug 21 17:36:02.495 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-08-21T17:36:03.813Z[ recovery-image] Aug 21 17:36:02.505 INFO O| Aug 21 17:36:02.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
67722026-08-21T17:36:03.813Z[ recovery-image] Aug 21 17:36:02.505 INFO O| Aug 21 17:36:02.505 INFO STEP 503 (remove_files) COMPLETE
67732026-08-21T17:36:03.816Z[ recovery-image] Aug 21 17:36:02.505 INFO O| Aug 21 17:36:02.505 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-08-21T17:36:03.822Z[ recovery-image] Aug 21 17:36:02.514 INFO O| Aug 21 17:36:02.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
67752026-08-21T17:36:03.822Z[ recovery-image] Aug 21 17:36:02.515 INFO O| Aug 21 17:36:02.515 INFO STEP 504 (remove_files) COMPLETE
67762026-08-21T17:36:03.822Z[ recovery-image] Aug 21 17:36:02.515 INFO O| Aug 21 17:36:02.515 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-08-21T17:36:03.832Z[ recovery-image] Aug 21 17:36:02.524 INFO O| Aug 21 17:36:02.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
67782026-08-21T17:36:03.835Z[ recovery-image] Aug 21 17:36:02.525 INFO O| Aug 21 17:36:02.525 INFO STEP 505 (remove_files) COMPLETE
67792026-08-21T17:36:03.835Z[ recovery-image] Aug 21 17:36:02.525 INFO O| Aug 21 17:36:02.525 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-08-21T17:36:03.844Z[ recovery-image] Aug 21 17:36:02.535 INFO O| Aug 21 17:36:02.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
67812026-08-21T17:36:03.844Z[ recovery-image] Aug 21 17:36:02.536 INFO O| Aug 21 17:36:02.536 INFO STEP 506 (remove_files) COMPLETE
67822026-08-21T17:36:03.847Z[ recovery-image] Aug 21 17:36:02.536 INFO O| Aug 21 17:36:02.536 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-08-21T17:36:03.853Z[ recovery-image] Aug 21 17:36:02.545 INFO O| Aug 21 17:36:02.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
67842026-08-21T17:36:03.853Z[ recovery-image] Aug 21 17:36:02.545 INFO O| Aug 21 17:36:02.545 INFO STEP 507 (remove_files) COMPLETE
67852026-08-21T17:36:03.853Z[ recovery-image] Aug 21 17:36:02.545 INFO O| Aug 21 17:36:02.545 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-08-21T17:36:03.862Z[ recovery-image] Aug 21 17:36:02.554 INFO O| Aug 21 17:36:02.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
67872026-08-21T17:36:03.862Z[ recovery-image] Aug 21 17:36:02.554 INFO O| Aug 21 17:36:02.554 INFO STEP 508 (remove_files) COMPLETE
67882026-08-21T17:36:03.865Z[ recovery-image] Aug 21 17:36:02.554 INFO O| Aug 21 17:36:02.554 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-08-21T17:36:03.871Z[ recovery-image] Aug 21 17:36:02.563 INFO O| Aug 21 17:36:02.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
67902026-08-21T17:36:03.871Z[ recovery-image] Aug 21 17:36:02.563 INFO O| Aug 21 17:36:02.563 INFO STEP 509 (remove_files) COMPLETE
67912026-08-21T17:36:03.871Z[ recovery-image] Aug 21 17:36:02.563 INFO O| Aug 21 17:36:02.563 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-08-21T17:36:03.880Z[ recovery-image] Aug 21 17:36:02.572 INFO O| Aug 21 17:36:02.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
67932026-08-21T17:36:03.880Z[ recovery-image] Aug 21 17:36:02.572 INFO O| Aug 21 17:36:02.572 INFO STEP 510 (remove_files) COMPLETE
67942026-08-21T17:36:03.883Z[ recovery-image] Aug 21 17:36:02.572 INFO O| Aug 21 17:36:02.572 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-08-21T17:36:03.890Z[ recovery-image] Aug 21 17:36:02.582 INFO O| Aug 21 17:36:02.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
67962026-08-21T17:36:03.890Z[ recovery-image] Aug 21 17:36:02.582 INFO O| Aug 21 17:36:02.582 INFO STEP 511 (remove_files) COMPLETE
67972026-08-21T17:36:03.890Z[ recovery-image] Aug 21 17:36:02.582 INFO O| Aug 21 17:36:02.582 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-08-21T17:36:03.899Z[ recovery-image] Aug 21 17:36:02.591 INFO O| Aug 21 17:36:02.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
67992026-08-21T17:36:03.899Z[ recovery-image] Aug 21 17:36:02.591 INFO O| Aug 21 17:36:02.591 INFO STEP 512 (remove_files) COMPLETE
68002026-08-21T17:36:03.902Z[ recovery-image] Aug 21 17:36:02.591 INFO O| Aug 21 17:36:02.591 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-08-21T17:36:03.908Z[ recovery-image] Aug 21 17:36:02.600 INFO O| Aug 21 17:36:02.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68022026-08-21T17:36:03.910Z[ recovery-image] Aug 21 17:36:02.600 INFO O| Aug 21 17:36:02.600 INFO STEP 513 (remove_files) COMPLETE
68032026-08-21T17:36:03.910Z[ recovery-image] Aug 21 17:36:02.600 INFO O| Aug 21 17:36:02.600 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-08-21T17:36:03.916Z[ recovery-image] Aug 21 17:36:02.608 INFO O| Aug 21 17:36:02.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68052026-08-21T17:36:03.916Z[ recovery-image] Aug 21 17:36:02.609 INFO O| Aug 21 17:36:02.608 INFO STEP 514 (remove_files) COMPLETE
68062026-08-21T17:36:03.916Z[ recovery-image] Aug 21 17:36:02.609 INFO O| Aug 21 17:36:02.609 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-08-21T17:36:03.925Z[ recovery-image] Aug 21 17:36:02.617 INFO O| Aug 21 17:36:02.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68082026-08-21T17:36:03.925Z[ recovery-image] Aug 21 17:36:02.618 INFO O| Aug 21 17:36:02.618 INFO STEP 515 (remove_files) COMPLETE
68092026-08-21T17:36:03.925Z[ recovery-image] Aug 21 17:36:02.618 INFO O| Aug 21 17:36:02.618 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-08-21T17:36:03.935Z[ recovery-image] Aug 21 17:36:02.627 INFO O| Aug 21 17:36:02.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68112026-08-21T17:36:03.935Z[ recovery-image] Aug 21 17:36:02.627 INFO O| Aug 21 17:36:02.627 INFO STEP 516 (remove_files) COMPLETE
68122026-08-21T17:36:03.935Z[ recovery-image] Aug 21 17:36:02.627 INFO O| Aug 21 17:36:02.627 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-08-21T17:36:03.944Z[ recovery-image] Aug 21 17:36:02.636 INFO O| Aug 21 17:36:02.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68142026-08-21T17:36:03.944Z[ recovery-image] Aug 21 17:36:02.636 INFO O| Aug 21 17:36:02.636 INFO STEP 517 (remove_files) COMPLETE
68152026-08-21T17:36:03.944Z[ recovery-image] Aug 21 17:36:02.636 INFO O| Aug 21 17:36:02.636 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-08-21T17:36:03.953Z[ recovery-image] Aug 21 17:36:02.645 INFO O| Aug 21 17:36:02.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68172026-08-21T17:36:03.953Z[ recovery-image] Aug 21 17:36:02.645 INFO O| Aug 21 17:36:02.645 INFO STEP 518 (remove_files) COMPLETE
68182026-08-21T17:36:03.953Z[ recovery-image] Aug 21 17:36:02.645 INFO O| Aug 21 17:36:02.645 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-08-21T17:36:03.962Z[ recovery-image] Aug 21 17:36:02.654 INFO O| Aug 21 17:36:02.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68202026-08-21T17:36:03.962Z[ recovery-image] Aug 21 17:36:02.654 INFO O| Aug 21 17:36:02.654 INFO STEP 519 (remove_files) COMPLETE
68212026-08-21T17:36:03.965Z[ recovery-image] Aug 21 17:36:02.654 INFO O| Aug 21 17:36:02.654 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-08-21T17:36:03.972Z[ recovery-image] Aug 21 17:36:02.663 INFO O| Aug 21 17:36:02.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68232026-08-21T17:36:03.972Z[ recovery-image] Aug 21 17:36:02.663 INFO O| Aug 21 17:36:02.663 INFO STEP 520 (remove_files) COMPLETE
68242026-08-21T17:36:03.972Z[ recovery-image] Aug 21 17:36:02.663 INFO O| Aug 21 17:36:02.663 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-08-21T17:36:03.980Z[ recovery-image] Aug 21 17:36:02.672 INFO O| Aug 21 17:36:02.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68262026-08-21T17:36:03.980Z[ recovery-image] Aug 21 17:36:02.672 INFO O| Aug 21 17:36:02.672 INFO STEP 521 (remove_files) COMPLETE
68272026-08-21T17:36:03.983Z[ recovery-image] Aug 21 17:36:02.672 INFO O| Aug 21 17:36:02.672 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-08-21T17:36:03.989Z[ recovery-image] Aug 21 17:36:02.681 INFO O| Aug 21 17:36:02.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68292026-08-21T17:36:03.989Z[ recovery-image] Aug 21 17:36:02.681 INFO O| Aug 21 17:36:02.681 INFO STEP 522 (remove_files) COMPLETE
68302026-08-21T17:36:03.989Z[ recovery-image] Aug 21 17:36:02.681 INFO O| Aug 21 17:36:02.681 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-08-21T17:36:04.001Z[ recovery-image] Aug 21 17:36:02.692 INFO O| Aug 21 17:36:02.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68322026-08-21T17:36:04.001Z[ recovery-image] Aug 21 17:36:02.692 INFO O| Aug 21 17:36:02.692 INFO STEP 523 (remove_files) COMPLETE
68332026-08-21T17:36:04.001Z[ recovery-image] Aug 21 17:36:02.692 INFO O| Aug 21 17:36:02.692 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-08-21T17:36:04.011Z[ recovery-image] Aug 21 17:36:02.704 INFO O| Aug 21 17:36:02.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68352026-08-21T17:36:04.011Z[ recovery-image] Aug 21 17:36:02.704 INFO O| Aug 21 17:36:02.704 INFO STEP 524 (remove_files) COMPLETE
68362026-08-21T17:36:04.014Z[ recovery-image] Aug 21 17:36:02.704 INFO O| Aug 21 17:36:02.704 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-08-21T17:36:04.024Z[ recovery-image] Aug 21 17:36:02.715 INFO O| Aug 21 17:36:02.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68382026-08-21T17:36:04.024Z[ recovery-image] Aug 21 17:36:02.715 INFO O| Aug 21 17:36:02.715 INFO STEP 525 (remove_files) COMPLETE
68392026-08-21T17:36:04.024Z[ recovery-image] Aug 21 17:36:02.715 INFO O| Aug 21 17:36:02.715 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-08-21T17:36:04.033Z[ recovery-image] Aug 21 17:36:02.725 INFO O| Aug 21 17:36:02.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68412026-08-21T17:36:04.033Z[ recovery-image] Aug 21 17:36:02.725 INFO O| Aug 21 17:36:02.725 INFO STEP 526 (remove_files) COMPLETE
68422026-08-21T17:36:04.033Z[ recovery-image] Aug 21 17:36:02.725 INFO O| Aug 21 17:36:02.725 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-08-21T17:36:04.046Z[ recovery-image] Aug 21 17:36:02.736 INFO O| Aug 21 17:36:02.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68442026-08-21T17:36:04.046Z[ recovery-image] Aug 21 17:36:02.736 INFO O| Aug 21 17:36:02.736 INFO STEP 527 (remove_files) COMPLETE
68452026-08-21T17:36:04.046Z[ recovery-image] Aug 21 17:36:02.736 INFO O| Aug 21 17:36:02.736 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-08-21T17:36:04.055Z[ recovery-image] Aug 21 17:36:02.747 INFO O| Aug 21 17:36:02.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68472026-08-21T17:36:04.055Z[ recovery-image] Aug 21 17:36:02.747 INFO O| Aug 21 17:36:02.747 INFO STEP 528 (remove_files) COMPLETE
68482026-08-21T17:36:04.055Z[ recovery-image] Aug 21 17:36:02.747 INFO O| Aug 21 17:36:02.747 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-08-21T17:36:04.065Z[ recovery-image] Aug 21 17:36:02.757 INFO O| Aug 21 17:36:02.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68502026-08-21T17:36:04.065Z[ recovery-image] Aug 21 17:36:02.758 INFO O| Aug 21 17:36:02.758 INFO STEP 529 (remove_files) COMPLETE
68512026-08-21T17:36:04.066Z[ recovery-image] Aug 21 17:36:02.758 INFO O| Aug 21 17:36:02.758 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-08-21T17:36:04.076Z[ recovery-image] Aug 21 17:36:02.768 INFO O| Aug 21 17:36:02.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68532026-08-21T17:36:04.076Z[ recovery-image] Aug 21 17:36:02.768 INFO O| Aug 21 17:36:02.768 INFO STEP 530 (remove_files) COMPLETE
68542026-08-21T17:36:04.076Z[ recovery-image] Aug 21 17:36:02.768 INFO O| Aug 21 17:36:02.768 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-08-21T17:36:04.086Z[ recovery-image] Aug 21 17:36:02.778 INFO O| Aug 21 17:36:02.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68562026-08-21T17:36:04.086Z[ recovery-image] Aug 21 17:36:02.778 INFO O| Aug 21 17:36:02.778 INFO STEP 531 (remove_files) COMPLETE
68572026-08-21T17:36:04.086Z[ recovery-image] Aug 21 17:36:02.778 INFO O| Aug 21 17:36:02.778 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-08-21T17:36:04.095Z[ recovery-image] Aug 21 17:36:02.787 INFO O| Aug 21 17:36:02.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68592026-08-21T17:36:04.096Z[ recovery-image] Aug 21 17:36:02.788 INFO O| Aug 21 17:36:02.788 INFO STEP 532 (remove_files) COMPLETE
68602026-08-21T17:36:04.096Z[ recovery-image] Aug 21 17:36:02.788 INFO O| Aug 21 17:36:02.788 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-08-21T17:36:04.105Z[ recovery-image] Aug 21 17:36:02.797 INFO O| Aug 21 17:36:02.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68622026-08-21T17:36:04.105Z[ recovery-image] Aug 21 17:36:02.797 INFO O| Aug 21 17:36:02.797 INFO STEP 533 (remove_files) COMPLETE
68632026-08-21T17:36:04.105Z[ recovery-image] Aug 21 17:36:02.797 INFO O| Aug 21 17:36:02.797 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-08-21T17:36:04.115Z[ recovery-image] Aug 21 17:36:02.807 INFO O| Aug 21 17:36:02.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68652026-08-21T17:36:04.115Z[ recovery-image] Aug 21 17:36:02.807 INFO O| Aug 21 17:36:02.807 INFO STEP 534 (remove_files) COMPLETE
68662026-08-21T17:36:04.115Z[ recovery-image] Aug 21 17:36:02.807 INFO O| Aug 21 17:36:02.807 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-08-21T17:36:04.126Z[ recovery-image] Aug 21 17:36:02.818 INFO O| Aug 21 17:36:02.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68682026-08-21T17:36:04.126Z[ recovery-image] Aug 21 17:36:02.818 INFO O| Aug 21 17:36:02.818 INFO STEP 535 (remove_files) COMPLETE
68692026-08-21T17:36:04.126Z[ recovery-image] Aug 21 17:36:02.818 INFO O| Aug 21 17:36:02.818 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-08-21T17:36:04.135Z[ recovery-image] Aug 21 17:36:02.827 INFO O| Aug 21 17:36:02.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
68712026-08-21T17:36:04.138Z[ recovery-image] Aug 21 17:36:02.828 INFO O| Aug 21 17:36:02.828 INFO STEP 536 (remove_files) COMPLETE
68722026-08-21T17:36:04.138Z[ recovery-image] Aug 21 17:36:02.828 INFO O| Aug 21 17:36:02.828 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-08-21T17:36:04.145Z[ recovery-image] Aug 21 17:36:02.837 INFO O| Aug 21 17:36:02.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
68742026-08-21T17:36:04.145Z[ recovery-image] Aug 21 17:36:02.837 INFO O| Aug 21 17:36:02.837 INFO STEP 537 (remove_files) COMPLETE
68752026-08-21T17:36:04.145Z[ recovery-image] Aug 21 17:36:02.837 INFO O| Aug 21 17:36:02.837 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-08-21T17:36:04.153Z[ recovery-image] Aug 21 17:36:02.845 INFO O| Aug 21 17:36:02.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
68772026-08-21T17:36:04.153Z[ recovery-image] Aug 21 17:36:02.845 INFO O| Aug 21 17:36:02.845 INFO STEP 538 (remove_files) COMPLETE
68782026-08-21T17:36:04.153Z[ recovery-image] Aug 21 17:36:02.845 INFO O| Aug 21 17:36:02.845 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-08-21T17:36:04.162Z[ recovery-image] Aug 21 17:36:02.854 INFO O| Aug 21 17:36:02.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
68802026-08-21T17:36:04.162Z[ recovery-image] Aug 21 17:36:02.854 INFO O| Aug 21 17:36:02.854 INFO STEP 539 (remove_files) COMPLETE
68812026-08-21T17:36:04.162Z[ recovery-image] Aug 21 17:36:02.854 INFO O| Aug 21 17:36:02.854 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-08-21T17:36:04.171Z[ recovery-image] Aug 21 17:36:02.863 INFO O| Aug 21 17:36:02.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
68832026-08-21T17:36:04.171Z[ recovery-image] Aug 21 17:36:02.863 INFO O| Aug 21 17:36:02.863 INFO STEP 540 (remove_files) COMPLETE
68842026-08-21T17:36:04.174Z[ recovery-image] Aug 21 17:36:02.863 INFO O| Aug 21 17:36:02.863 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-08-21T17:36:04.181Z[ recovery-image] Aug 21 17:36:02.872 INFO O| Aug 21 17:36:02.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
68862026-08-21T17:36:04.181Z[ recovery-image] Aug 21 17:36:02.872 INFO O| Aug 21 17:36:02.872 INFO STEP 541 (remove_files) COMPLETE
68872026-08-21T17:36:04.182Z[ recovery-image] Aug 21 17:36:02.872 INFO O| Aug 21 17:36:02.872 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-08-21T17:36:04.191Z[ recovery-image] Aug 21 17:36:02.882 INFO O| Aug 21 17:36:02.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
68892026-08-21T17:36:04.191Z[ recovery-image] Aug 21 17:36:02.882 INFO O| Aug 21 17:36:02.882 INFO STEP 542 (remove_files) COMPLETE
68902026-08-21T17:36:04.193Z[ recovery-image] Aug 21 17:36:02.882 INFO O| Aug 21 17:36:02.882 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-08-21T17:36:04.199Z[ recovery-image] Aug 21 17:36:02.891 INFO O| Aug 21 17:36:02.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
68922026-08-21T17:36:04.199Z[ recovery-image] Aug 21 17:36:02.891 INFO O| Aug 21 17:36:02.891 INFO STEP 543 (remove_files) COMPLETE
68932026-08-21T17:36:04.202Z[ recovery-image] Aug 21 17:36:02.891 INFO O| Aug 21 17:36:02.891 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-08-21T17:36:04.208Z[ recovery-image] Aug 21 17:36:02.900 INFO O| Aug 21 17:36:02.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
68952026-08-21T17:36:04.208Z[ recovery-image] Aug 21 17:36:02.901 INFO O| Aug 21 17:36:02.901 INFO STEP 544 (remove_files) COMPLETE
68962026-08-21T17:36:04.211Z[ recovery-image] Aug 21 17:36:02.901 INFO O| Aug 21 17:36:02.901 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-08-21T17:36:04.219Z[ recovery-image] Aug 21 17:36:02.910 INFO O| Aug 21 17:36:02.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
68982026-08-21T17:36:04.219Z[ recovery-image] Aug 21 17:36:02.911 INFO O| Aug 21 17:36:02.910 INFO STEP 545 (remove_files) COMPLETE
68992026-08-21T17:36:04.219Z[ recovery-image] Aug 21 17:36:02.911 INFO O| Aug 21 17:36:02.910 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-08-21T17:36:04.229Z[ recovery-image] Aug 21 17:36:02.921 INFO O| Aug 21 17:36:02.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69012026-08-21T17:36:04.229Z[ recovery-image] Aug 21 17:36:02.921 INFO O| Aug 21 17:36:02.921 INFO STEP 546 (remove_files) COMPLETE
69022026-08-21T17:36:04.229Z[ recovery-image] Aug 21 17:36:02.921 INFO O| Aug 21 17:36:02.921 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-08-21T17:36:04.238Z[ recovery-image] Aug 21 17:36:02.930 INFO O| Aug 21 17:36:02.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69042026-08-21T17:36:04.238Z[ recovery-image] Aug 21 17:36:02.930 INFO O| Aug 21 17:36:02.930 INFO STEP 547 (remove_files) COMPLETE
69052026-08-21T17:36:04.238Z[ recovery-image] Aug 21 17:36:02.930 INFO O| Aug 21 17:36:02.930 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-08-21T17:36:04.248Z[ recovery-image] Aug 21 17:36:02.940 INFO O| Aug 21 17:36:02.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69072026-08-21T17:36:04.248Z[ recovery-image] Aug 21 17:36:02.940 INFO O| Aug 21 17:36:02.940 INFO STEP 548 (remove_files) COMPLETE
69082026-08-21T17:36:04.248Z[ recovery-image] Aug 21 17:36:02.940 INFO O| Aug 21 17:36:02.940 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-08-21T17:36:04.258Z[ recovery-image] Aug 21 17:36:02.950 INFO O| Aug 21 17:36:02.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69102026-08-21T17:36:04.258Z[ recovery-image] Aug 21 17:36:02.950 INFO O| Aug 21 17:36:02.950 INFO STEP 549 (remove_files) COMPLETE
69112026-08-21T17:36:04.258Z[ recovery-image] Aug 21 17:36:02.950 INFO O| Aug 21 17:36:02.950 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-08-21T17:36:04.267Z[ recovery-image] Aug 21 17:36:02.959 INFO O| Aug 21 17:36:02.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69132026-08-21T17:36:04.267Z[ recovery-image] Aug 21 17:36:02.959 INFO O| Aug 21 17:36:02.959 INFO STEP 550 (remove_files) COMPLETE
69142026-08-21T17:36:04.267Z[ recovery-image] Aug 21 17:36:02.959 INFO O| Aug 21 17:36:02.959 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-08-21T17:36:04.275Z[ recovery-image] Aug 21 17:36:02.967 INFO O| Aug 21 17:36:02.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69162026-08-21T17:36:04.275Z[ recovery-image] Aug 21 17:36:02.967 INFO O| Aug 21 17:36:02.967 INFO STEP 551 (remove_files) COMPLETE
69172026-08-21T17:36:04.280Z[ recovery-image] Aug 21 17:36:02.967 INFO O| Aug 21 17:36:02.967 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-08-21T17:36:04.284Z[ recovery-image] Aug 21 17:36:02.976 INFO O| Aug 21 17:36:02.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69192026-08-21T17:36:04.284Z[ recovery-image] Aug 21 17:36:02.976 INFO O| Aug 21 17:36:02.976 INFO STEP 552 (remove_files) COMPLETE
69202026-08-21T17:36:04.286Z[ recovery-image] Aug 21 17:36:02.976 INFO O| Aug 21 17:36:02.976 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-08-21T17:36:04.292Z[ recovery-image] Aug 21 17:36:02.985 INFO O| Aug 21 17:36:02.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69222026-08-21T17:36:04.292Z[ recovery-image] Aug 21 17:36:02.985 INFO O| Aug 21 17:36:02.985 INFO STEP 553 (remove_files) COMPLETE
69232026-08-21T17:36:04.295Z[ recovery-image] Aug 21 17:36:02.985 INFO O| Aug 21 17:36:02.985 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-08-21T17:36:04.303Z[ recovery-image] Aug 21 17:36:02.996 INFO O| Aug 21 17:36:02.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69252026-08-21T17:36:04.303Z[ recovery-image] Aug 21 17:36:02.996 INFO O| Aug 21 17:36:02.996 INFO STEP 554 (remove_files) COMPLETE
69262026-08-21T17:36:04.304Z[ recovery-image] Aug 21 17:36:02.996 INFO O| Aug 21 17:36:02.996 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69272026-08-21T17:36:04.314Z[ recovery-image] Aug 21 17:36:03.006 INFO O| Aug 21 17:36:03.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69282026-08-21T17:36:04.314Z[ recovery-image] Aug 21 17:36:03.006 INFO O| Aug 21 17:36:03.006 INFO STEP 555 (remove_files) COMPLETE
69292026-08-21T17:36:04.314Z[ recovery-image] Aug 21 17:36:03.006 INFO O| Aug 21 17:36:03.006 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-08-21T17:36:04.324Z[ recovery-image] Aug 21 17:36:03.016 INFO O| Aug 21 17:36:03.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69312026-08-21T17:36:04.324Z[ recovery-image] Aug 21 17:36:03.016 INFO O| Aug 21 17:36:03.016 INFO STEP 556 (remove_files) COMPLETE
69322026-08-21T17:36:04.324Z[ recovery-image] Aug 21 17:36:03.016 INFO O| Aug 21 17:36:03.016 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-08-21T17:36:04.334Z[ recovery-image] Aug 21 17:36:03.026 INFO O| Aug 21 17:36:03.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69342026-08-21T17:36:04.336Z[ recovery-image] Aug 21 17:36:03.027 INFO O| Aug 21 17:36:03.026 INFO STEP 557 (remove_files) COMPLETE
69352026-08-21T17:36:04.336Z[ recovery-image] Aug 21 17:36:03.027 INFO O| Aug 21 17:36:03.026 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-08-21T17:36:04.344Z[ recovery-image] Aug 21 17:36:03.037 INFO O| Aug 21 17:36:03.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69372026-08-21T17:36:04.344Z[ recovery-image] Aug 21 17:36:03.037 INFO O| Aug 21 17:36:03.037 INFO STEP 558 (remove_files) COMPLETE
69382026-08-21T17:36:04.344Z[ recovery-image] Aug 21 17:36:03.037 INFO O| Aug 21 17:36:03.037 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-08-21T17:36:04.352Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
69402026-08-21T17:36:04.355Z[ recovery-image] Aug 21 17:36:03.047 INFO O| Aug 21 17:36:03.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69412026-08-21T17:36:04.355Z[ recovery-image] Aug 21 17:36:03.047 INFO O| Aug 21 17:36:03.047 INFO STEP 559 (remove_files) COMPLETE
69422026-08-21T17:36:04.355Z[ recovery-image] Aug 21 17:36:03.047 INFO O| Aug 21 17:36:03.047 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-08-21T17:36:04.373Z[ recovery-image] Aug 21 17:36:03.065 INFO O| Aug 21 17:36:03.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69442026-08-21T17:36:04.373Z[ recovery-image] Aug 21 17:36:03.065 INFO O| Aug 21 17:36:03.057 INFO STEP 560 (remove_files) COMPLETE
69452026-08-21T17:36:04.373Z[ recovery-image] Aug 21 17:36:03.065 INFO O| Aug 21 17:36:03.057 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-08-21T17:36:04.376Z[ recovery-image] Aug 21 17:36:03.067 INFO O| Aug 21 17:36:03.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69472026-08-21T17:36:04.376Z[ recovery-image] Aug 21 17:36:03.068 INFO O| Aug 21 17:36:03.068 INFO STEP 561 (remove_files) COMPLETE
69482026-08-21T17:36:04.376Z[ recovery-image] Aug 21 17:36:03.068 INFO O| Aug 21 17:36:03.068 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-08-21T17:36:04.387Z[ recovery-image] Aug 21 17:36:03.079 INFO O| Aug 21 17:36:03.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69502026-08-21T17:36:04.387Z[ recovery-image] Aug 21 17:36:03.079 INFO O| Aug 21 17:36:03.079 INFO STEP 562 (remove_files) COMPLETE
69512026-08-21T17:36:04.387Z[ recovery-image] Aug 21 17:36:03.079 INFO O| Aug 21 17:36:03.079 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-08-21T17:36:04.397Z[ recovery-image] Aug 21 17:36:03.089 INFO O| Aug 21 17:36:03.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69532026-08-21T17:36:04.397Z[ recovery-image] Aug 21 17:36:03.089 INFO O| Aug 21 17:36:03.089 INFO STEP 563 (remove_files) COMPLETE
69542026-08-21T17:36:04.397Z[ recovery-image] Aug 21 17:36:03.089 INFO O| Aug 21 17:36:03.089 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-08-21T17:36:04.407Z[ recovery-image] Aug 21 17:36:03.099 INFO O| Aug 21 17:36:03.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69562026-08-21T17:36:04.407Z[ recovery-image] Aug 21 17:36:03.099 INFO O| Aug 21 17:36:03.099 INFO STEP 564 (remove_files) COMPLETE
69572026-08-21T17:36:04.410Z[ recovery-image] Aug 21 17:36:03.099 INFO O| Aug 21 17:36:03.099 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-08-21T17:36:04.416Z[ recovery-image] Aug 21 17:36:03.108 INFO O| Aug 21 17:36:03.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69592026-08-21T17:36:04.416Z[ recovery-image] Aug 21 17:36:03.108 INFO O| Aug 21 17:36:03.108 INFO STEP 565 (remove_files) COMPLETE
69602026-08-21T17:36:04.419Z[ recovery-image] Aug 21 17:36:03.108 INFO O| Aug 21 17:36:03.108 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-08-21T17:36:04.425Z[ recovery-image] Aug 21 17:36:03.117 INFO O| Aug 21 17:36:03.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69622026-08-21T17:36:04.425Z[ recovery-image] Aug 21 17:36:03.117 INFO O| Aug 21 17:36:03.117 INFO STEP 566 (remove_files) COMPLETE
69632026-08-21T17:36:04.425Z[ recovery-image] Aug 21 17:36:03.117 INFO O| Aug 21 17:36:03.117 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-08-21T17:36:04.435Z[ recovery-image] Aug 21 17:36:03.127 INFO O| Aug 21 17:36:03.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69652026-08-21T17:36:04.435Z[ recovery-image] Aug 21 17:36:03.127 INFO O| Aug 21 17:36:03.127 INFO STEP 567 (remove_files) COMPLETE
69662026-08-21T17:36:04.435Z[ recovery-image] Aug 21 17:36:03.127 INFO O| Aug 21 17:36:03.127 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-08-21T17:36:04.444Z[ recovery-image] Aug 21 17:36:03.136 INFO O| Aug 21 17:36:03.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
69682026-08-21T17:36:04.444Z[ recovery-image] Aug 21 17:36:03.137 INFO O| Aug 21 17:36:03.137 INFO STEP 568 (remove_files) COMPLETE
69692026-08-21T17:36:04.444Z[ recovery-image] Aug 21 17:36:03.137 INFO O| Aug 21 17:36:03.137 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-08-21T17:36:04.455Z[ recovery-image] Aug 21 17:36:03.146 INFO O| Aug 21 17:36:03.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
69712026-08-21T17:36:04.455Z[ recovery-image] Aug 21 17:36:03.146 INFO O| Aug 21 17:36:03.146 INFO STEP 569 (remove_files) COMPLETE
69722026-08-21T17:36:04.455Z[ recovery-image] Aug 21 17:36:03.146 INFO O| Aug 21 17:36:03.146 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-08-21T17:36:04.462Z[ recovery-image] Aug 21 17:36:03.155 INFO O| Aug 21 17:36:03.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
69742026-08-21T17:36:04.462Z[ recovery-image] Aug 21 17:36:03.155 INFO O| Aug 21 17:36:03.155 INFO STEP 570 (remove_files) COMPLETE
69752026-08-21T17:36:04.462Z[ recovery-image] Aug 21 17:36:03.155 INFO O| Aug 21 17:36:03.155 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-08-21T17:36:04.471Z[ recovery-image] Aug 21 17:36:03.163 INFO O| Aug 21 17:36:03.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
69772026-08-21T17:36:04.471Z[ recovery-image] Aug 21 17:36:03.163 INFO O| Aug 21 17:36:03.163 INFO STEP 571 (remove_files) COMPLETE
69782026-08-21T17:36:04.471Z[ recovery-image] Aug 21 17:36:03.163 INFO O| Aug 21 17:36:03.163 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-08-21T17:36:04.479Z[ recovery-image] Aug 21 17:36:03.171 INFO O| Aug 21 17:36:03.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
69802026-08-21T17:36:04.480Z[ recovery-image] Aug 21 17:36:03.171 INFO O| Aug 21 17:36:03.171 INFO STEP 572 (remove_files) COMPLETE
69812026-08-21T17:36:04.480Z[ recovery-image] Aug 21 17:36:03.171 INFO O| Aug 21 17:36:03.171 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-08-21T17:36:04.487Z[ recovery-image] Aug 21 17:36:03.180 INFO O| Aug 21 17:36:03.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
69832026-08-21T17:36:04.487Z[ recovery-image] Aug 21 17:36:03.180 INFO O| Aug 21 17:36:03.180 INFO STEP 573 (remove_files) COMPLETE
69842026-08-21T17:36:04.487Z[ recovery-image] Aug 21 17:36:03.180 INFO O| Aug 21 17:36:03.180 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-08-21T17:36:04.495Z[ recovery-image] Aug 21 17:36:03.188 INFO O| Aug 21 17:36:03.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
69862026-08-21T17:36:04.495Z[ recovery-image] Aug 21 17:36:03.188 INFO O| Aug 21 17:36:03.188 INFO STEP 574 (remove_files) COMPLETE
69872026-08-21T17:36:04.495Z[ recovery-image] Aug 21 17:36:03.188 INFO O| Aug 21 17:36:03.188 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-08-21T17:36:04.504Z[ recovery-image] Aug 21 17:36:03.197 INFO O| Aug 21 17:36:03.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
69892026-08-21T17:36:04.504Z[ recovery-image] Aug 21 17:36:03.197 INFO O| Aug 21 17:36:03.196 INFO STEP 575 (remove_files) COMPLETE
69902026-08-21T17:36:04.505Z[ recovery-image] Aug 21 17:36:03.197 INFO O| Aug 21 17:36:03.196 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-08-21T17:36:04.514Z[ recovery-image] Aug 21 17:36:03.207 INFO O| Aug 21 17:36:03.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
69922026-08-21T17:36:04.514Z[ recovery-image] Aug 21 17:36:03.207 INFO O| Aug 21 17:36:03.207 INFO STEP 576 (remove_files) COMPLETE
69932026-08-21T17:36:04.514Z[ recovery-image] Aug 21 17:36:03.207 INFO O| Aug 21 17:36:03.207 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-08-21T17:36:04.524Z[ recovery-image] Aug 21 17:36:03.216 INFO O| Aug 21 17:36:03.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
69952026-08-21T17:36:04.524Z[ recovery-image] Aug 21 17:36:03.217 INFO O| Aug 21 17:36:03.217 INFO STEP 577 (remove_files) COMPLETE
69962026-08-21T17:36:04.524Z[ recovery-image] Aug 21 17:36:03.217 INFO O| Aug 21 17:36:03.217 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-08-21T17:36:04.534Z[ recovery-image] Aug 21 17:36:03.226 INFO O| Aug 21 17:36:03.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
69982026-08-21T17:36:04.534Z[ recovery-image] Aug 21 17:36:03.226 INFO O| Aug 21 17:36:03.226 INFO STEP 578 (remove_files) COMPLETE
69992026-08-21T17:36:04.537Z[ recovery-image] Aug 21 17:36:03.226 INFO O| Aug 21 17:36:03.226 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-08-21T17:36:04.543Z[ recovery-image] Aug 21 17:36:03.235 INFO O| Aug 21 17:36:03.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70012026-08-21T17:36:04.543Z[ recovery-image] Aug 21 17:36:03.236 INFO O| Aug 21 17:36:03.236 INFO STEP 579 (remove_files) COMPLETE
70022026-08-21T17:36:04.543Z[ recovery-image] Aug 21 17:36:03.236 INFO O| Aug 21 17:36:03.236 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-08-21T17:36:04.553Z[ recovery-image] Aug 21 17:36:03.245 INFO O| Aug 21 17:36:03.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70042026-08-21T17:36:04.553Z[ recovery-image] Aug 21 17:36:03.245 INFO O| Aug 21 17:36:03.245 INFO STEP 580 (remove_files) COMPLETE
70052026-08-21T17:36:04.553Z[ recovery-image] Aug 21 17:36:03.245 INFO O| Aug 21 17:36:03.245 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-08-21T17:36:04.563Z[ recovery-image] Aug 21 17:36:03.255 INFO O| Aug 21 17:36:03.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70072026-08-21T17:36:04.566Z[ recovery-image] Aug 21 17:36:03.256 INFO O| Aug 21 17:36:03.256 INFO STEP 581 (remove_files) COMPLETE
70082026-08-21T17:36:04.566Z[ recovery-image] Aug 21 17:36:03.256 INFO O| Aug 21 17:36:03.256 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-08-21T17:36:04.572Z[ recovery-image] Aug 21 17:36:03.264 INFO O| Aug 21 17:36:03.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70102026-08-21T17:36:04.572Z[ recovery-image] Aug 21 17:36:03.265 INFO O| Aug 21 17:36:03.265 INFO STEP 582 (remove_files) COMPLETE
70112026-08-21T17:36:04.572Z[ recovery-image] Aug 21 17:36:03.265 INFO O| Aug 21 17:36:03.265 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-08-21T17:36:04.581Z[ recovery-image] Aug 21 17:36:03.273 INFO O| Aug 21 17:36:03.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70132026-08-21T17:36:04.581Z[ recovery-image] Aug 21 17:36:03.273 INFO O| Aug 21 17:36:03.273 INFO STEP 583 (remove_files) COMPLETE
70142026-08-21T17:36:04.581Z[ recovery-image] Aug 21 17:36:03.273 INFO O| Aug 21 17:36:03.273 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-08-21T17:36:04.589Z[ recovery-image] Aug 21 17:36:03.281 INFO O| Aug 21 17:36:03.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70162026-08-21T17:36:04.589Z[ recovery-image] Aug 21 17:36:03.281 INFO O| Aug 21 17:36:03.281 INFO STEP 584 (remove_files) COMPLETE
70172026-08-21T17:36:04.589Z[ recovery-image] Aug 21 17:36:03.281 INFO O| Aug 21 17:36:03.281 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-08-21T17:36:04.598Z[ recovery-image] Aug 21 17:36:03.290 INFO O| Aug 21 17:36:03.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70192026-08-21T17:36:04.598Z[ recovery-image] Aug 21 17:36:03.290 INFO O| Aug 21 17:36:03.290 INFO STEP 585 (remove_files) COMPLETE
70202026-08-21T17:36:04.598Z[ recovery-image] Aug 21 17:36:03.290 INFO O| Aug 21 17:36:03.290 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-08-21T17:36:04.607Z[ recovery-image] Aug 21 17:36:03.299 INFO O| Aug 21 17:36:03.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70222026-08-21T17:36:04.607Z[ recovery-image] Aug 21 17:36:03.299 INFO O| Aug 21 17:36:03.299 INFO STEP 586 (remove_files) COMPLETE
70232026-08-21T17:36:04.608Z[ recovery-image] Aug 21 17:36:03.299 INFO O| Aug 21 17:36:03.299 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-08-21T17:36:04.610Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
70252026-08-21T17:36:04.617Z[ recovery-image] Aug 21 17:36:03.309 INFO O| Aug 21 17:36:03.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70262026-08-21T17:36:04.617Z[ recovery-image] Aug 21 17:36:03.309 INFO O| Aug 21 17:36:03.309 INFO STEP 587 (remove_files) COMPLETE
70272026-08-21T17:36:04.620Z[ recovery-image] Aug 21 17:36:03.309 INFO O| Aug 21 17:36:03.309 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-08-21T17:36:04.626Z[ recovery-image] Aug 21 17:36:03.317 INFO O| Aug 21 17:36:03.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70292026-08-21T17:36:04.626Z[ recovery-image] Aug 21 17:36:03.317 INFO O| Aug 21 17:36:03.317 INFO STEP 588 (remove_files) COMPLETE
70302026-08-21T17:36:04.626Z[ recovery-image] Aug 21 17:36:03.317 INFO O| Aug 21 17:36:03.317 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-08-21T17:36:04.637Z[ recovery-image] Aug 21 17:36:03.327 INFO O| Aug 21 17:36:03.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70322026-08-21T17:36:04.637Z[ recovery-image] Aug 21 17:36:03.327 INFO O| Aug 21 17:36:03.327 INFO STEP 589 (remove_files) COMPLETE
70332026-08-21T17:36:04.641Z[ recovery-image] Aug 21 17:36:03.327 INFO O| Aug 21 17:36:03.327 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-08-21T17:36:04.644Z[ recovery-image] Aug 21 17:36:03.336 INFO O| Aug 21 17:36:03.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70352026-08-21T17:36:04.644Z[ recovery-image] Aug 21 17:36:03.336 INFO O| Aug 21 17:36:03.336 INFO STEP 590 (remove_files) COMPLETE
70362026-08-21T17:36:04.644Z[ recovery-image] Aug 21 17:36:03.336 INFO O| Aug 21 17:36:03.336 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-08-21T17:36:04.652Z[ recovery-image] Aug 21 17:36:03.344 INFO O| Aug 21 17:36:03.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70382026-08-21T17:36:04.652Z[ recovery-image] Aug 21 17:36:03.344 INFO O| Aug 21 17:36:03.344 INFO STEP 591 (remove_files) COMPLETE
70392026-08-21T17:36:04.657Z[ recovery-image] Aug 21 17:36:03.344 INFO O| Aug 21 17:36:03.344 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-08-21T17:36:04.662Z[ recovery-image] Aug 21 17:36:03.352 INFO O| Aug 21 17:36:03.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70412026-08-21T17:36:04.662Z[ recovery-image] Aug 21 17:36:03.352 INFO O| Aug 21 17:36:03.352 INFO STEP 592 (remove_files) COMPLETE
70422026-08-21T17:36:04.662Z[ recovery-image] Aug 21 17:36:03.352 INFO O| Aug 21 17:36:03.352 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-08-21T17:36:04.668Z[ recovery-image] Aug 21 17:36:03.360 INFO O| Aug 21 17:36:03.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70442026-08-21T17:36:04.669Z[ recovery-image] Aug 21 17:36:03.361 INFO O| Aug 21 17:36:03.361 INFO STEP 593 (remove_files) COMPLETE
70452026-08-21T17:36:04.671Z[ recovery-image] Aug 21 17:36:03.361 INFO O| Aug 21 17:36:03.361 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-08-21T17:36:04.677Z[ recovery-image] Aug 21 17:36:03.369 INFO O| Aug 21 17:36:03.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70472026-08-21T17:36:04.680Z[ recovery-image] Aug 21 17:36:03.370 INFO O| Aug 21 17:36:03.370 INFO STEP 594 (remove_files) COMPLETE
70482026-08-21T17:36:04.680Z[ recovery-image] Aug 21 17:36:03.370 INFO O| Aug 21 17:36:03.370 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-08-21T17:36:04.689Z[ recovery-image] Aug 21 17:36:03.379 INFO O| Aug 21 17:36:03.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70502026-08-21T17:36:04.689Z[ recovery-image] Aug 21 17:36:03.379 INFO O| Aug 21 17:36:03.379 INFO STEP 595 (remove_files) COMPLETE
70512026-08-21T17:36:04.689Z[ recovery-image] Aug 21 17:36:03.379 INFO O| Aug 21 17:36:03.379 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-08-21T17:36:04.697Z[ recovery-image] Aug 21 17:36:03.388 INFO O| Aug 21 17:36:03.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70532026-08-21T17:36:04.697Z[ recovery-image] Aug 21 17:36:03.388 INFO O| Aug 21 17:36:03.388 INFO STEP 596 (remove_files) COMPLETE
70542026-08-21T17:36:04.697Z[ recovery-image] Aug 21 17:36:03.388 INFO O| Aug 21 17:36:03.388 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-08-21T17:36:04.705Z[ recovery-image] Aug 21 17:36:03.397 INFO O| Aug 21 17:36:03.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70562026-08-21T17:36:04.705Z[ recovery-image] Aug 21 17:36:03.397 INFO O| Aug 21 17:36:03.397 INFO STEP 597 (remove_files) COMPLETE
70572026-08-21T17:36:04.705Z[ recovery-image] Aug 21 17:36:03.397 INFO O| Aug 21 17:36:03.397 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-08-21T17:36:04.713Z[ recovery-image] Aug 21 17:36:03.405 INFO O| Aug 21 17:36:03.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70592026-08-21T17:36:04.714Z[ recovery-image] Aug 21 17:36:03.405 INFO O| Aug 21 17:36:03.405 INFO STEP 598 (remove_files) COMPLETE
70602026-08-21T17:36:04.714Z[ recovery-image] Aug 21 17:36:03.405 INFO O| Aug 21 17:36:03.405 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-08-21T17:36:04.721Z[ recovery-image] Aug 21 17:36:03.413 INFO O| Aug 21 17:36:03.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70622026-08-21T17:36:04.722Z[ recovery-image] Aug 21 17:36:03.413 INFO O| Aug 21 17:36:03.413 INFO STEP 599 (remove_files) COMPLETE
70632026-08-21T17:36:04.722Z[ recovery-image] Aug 21 17:36:03.413 INFO O| Aug 21 17:36:03.413 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-08-21T17:36:04.729Z[ recovery-image] Aug 21 17:36:03.421 INFO O| Aug 21 17:36:03.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
70652026-08-21T17:36:04.729Z[ recovery-image] Aug 21 17:36:03.421 INFO O| Aug 21 17:36:03.421 INFO STEP 600 (remove_files) COMPLETE
70662026-08-21T17:36:04.732Z[ recovery-image] Aug 21 17:36:03.421 INFO O| Aug 21 17:36:03.421 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-08-21T17:36:04.737Z[ recovery-image] Aug 21 17:36:03.429 INFO O| Aug 21 17:36:03.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
70682026-08-21T17:36:04.737Z[ recovery-image] Aug 21 17:36:03.429 INFO O| Aug 21 17:36:03.429 INFO STEP 601 (remove_files) COMPLETE
70692026-08-21T17:36:04.740Z[ recovery-image] Aug 21 17:36:03.429 INFO O| Aug 21 17:36:03.429 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-08-21T17:36:04.745Z[ recovery-image] Aug 21 17:36:03.437 INFO O| Aug 21 17:36:03.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
70712026-08-21T17:36:04.745Z[ recovery-image] Aug 21 17:36:03.437 INFO O| Aug 21 17:36:03.437 INFO STEP 602 (remove_files) COMPLETE
70722026-08-21T17:36:04.745Z[ recovery-image] Aug 21 17:36:03.437 INFO O| Aug 21 17:36:03.437 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-08-21T17:36:04.754Z[ recovery-image] Aug 21 17:36:03.446 INFO O| Aug 21 17:36:03.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
70742026-08-21T17:36:04.754Z[ recovery-image] Aug 21 17:36:03.446 INFO O| Aug 21 17:36:03.446 INFO STEP 603 (remove_files) COMPLETE
70752026-08-21T17:36:04.754Z[ recovery-image] Aug 21 17:36:03.446 INFO O| Aug 21 17:36:03.446 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-08-21T17:36:04.763Z[ recovery-image] Aug 21 17:36:03.455 INFO O| Aug 21 17:36:03.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
70772026-08-21T17:36:04.763Z[ recovery-image] Aug 21 17:36:03.455 INFO O| Aug 21 17:36:03.455 INFO STEP 604 (remove_files) COMPLETE
70782026-08-21T17:36:04.763Z[ recovery-image] Aug 21 17:36:03.455 INFO O| Aug 21 17:36:03.455 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-08-21T17:36:04.772Z[ recovery-image] Aug 21 17:36:03.464 INFO O| Aug 21 17:36:03.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
70802026-08-21T17:36:04.772Z[ recovery-image] Aug 21 17:36:03.464 INFO O| Aug 21 17:36:03.464 INFO STEP 605 (remove_files) COMPLETE
70812026-08-21T17:36:04.772Z[ recovery-image] Aug 21 17:36:03.464 INFO O| Aug 21 17:36:03.464 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-08-21T17:36:04.782Z[ recovery-image] Aug 21 17:36:03.473 INFO O| Aug 21 17:36:03.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
70832026-08-21T17:36:04.782Z[ recovery-image] Aug 21 17:36:03.473 INFO O| Aug 21 17:36:03.473 INFO STEP 606 (remove_files) COMPLETE
70842026-08-21T17:36:04.782Z[ recovery-image] Aug 21 17:36:03.473 INFO O| Aug 21 17:36:03.473 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-08-21T17:36:04.790Z[ recovery-image] Aug 21 17:36:03.482 INFO O| Aug 21 17:36:03.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
70862026-08-21T17:36:04.790Z[ recovery-image] Aug 21 17:36:03.482 INFO O| Aug 21 17:36:03.482 INFO STEP 607 (remove_files) COMPLETE
70872026-08-21T17:36:04.790Z[ recovery-image] Aug 21 17:36:03.482 INFO O| Aug 21 17:36:03.482 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-08-21T17:36:04.799Z[ recovery-image] Aug 21 17:36:03.491 INFO O| Aug 21 17:36:03.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
70892026-08-21T17:36:04.799Z[ recovery-image] Aug 21 17:36:03.491 INFO O| Aug 21 17:36:03.491 INFO STEP 608 (remove_files) COMPLETE
70902026-08-21T17:36:04.799Z[ recovery-image] Aug 21 17:36:03.491 INFO O| Aug 21 17:36:03.491 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-08-21T17:36:04.806Z[ recovery-image] Aug 21 17:36:03.498 INFO O| Aug 21 17:36:03.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
70922026-08-21T17:36:04.806Z[ recovery-image] Aug 21 17:36:03.498 INFO O| Aug 21 17:36:03.498 INFO STEP 609 (remove_files) COMPLETE
70932026-08-21T17:36:04.806Z[ recovery-image] Aug 21 17:36:03.498 INFO O| Aug 21 17:36:03.498 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-08-21T17:36:04.814Z[ recovery-image] Aug 21 17:36:03.506 INFO O| Aug 21 17:36:03.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
70952026-08-21T17:36:04.815Z[ recovery-image] Aug 21 17:36:03.506 INFO O| Aug 21 17:36:03.506 INFO STEP 610 (remove_files) COMPLETE
70962026-08-21T17:36:04.815Z[ recovery-image] Aug 21 17:36:03.506 INFO O| Aug 21 17:36:03.506 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-08-21T17:36:04.826Z[ recovery-image] Aug 21 17:36:03.518 INFO O| Aug 21 17:36:03.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
70982026-08-21T17:36:04.826Z[ recovery-image] Aug 21 17:36:03.518 INFO O| Aug 21 17:36:03.518 INFO STEP 611 (remove_files) COMPLETE
70992026-08-21T17:36:04.826Z[ recovery-image] Aug 21 17:36:03.518 INFO O| Aug 21 17:36:03.518 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-08-21T17:36:04.836Z[ recovery-image] Aug 21 17:36:03.528 INFO O| Aug 21 17:36:03.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71012026-08-21T17:36:04.836Z[ recovery-image] Aug 21 17:36:03.528 INFO O| Aug 21 17:36:03.528 INFO STEP 612 (remove_files) COMPLETE
71022026-08-21T17:36:04.836Z[ recovery-image] Aug 21 17:36:03.528 INFO O| Aug 21 17:36:03.528 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-08-21T17:36:04.846Z[ recovery-image] Aug 21 17:36:03.538 INFO O| Aug 21 17:36:03.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71042026-08-21T17:36:04.846Z[ recovery-image] Aug 21 17:36:03.538 INFO O| Aug 21 17:36:03.538 INFO STEP 613 (remove_files) COMPLETE
71052026-08-21T17:36:04.846Z[ recovery-image] Aug 21 17:36:03.538 INFO O| Aug 21 17:36:03.538 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-08-21T17:36:04.855Z[ recovery-image] Aug 21 17:36:03.547 INFO O| Aug 21 17:36:03.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71072026-08-21T17:36:04.855Z[ recovery-image] Aug 21 17:36:03.547 INFO O| Aug 21 17:36:03.547 INFO STEP 614 (remove_files) COMPLETE
71082026-08-21T17:36:04.855Z[ recovery-image] Aug 21 17:36:03.547 INFO O| Aug 21 17:36:03.547 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-08-21T17:36:04.865Z[ recovery-image] Aug 21 17:36:03.557 INFO O| Aug 21 17:36:03.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71102026-08-21T17:36:04.865Z[ recovery-image] Aug 21 17:36:03.557 INFO O| Aug 21 17:36:03.557 INFO STEP 615 (remove_files) COMPLETE
71112026-08-21T17:36:04.865Z[ recovery-image] Aug 21 17:36:03.557 INFO O| Aug 21 17:36:03.557 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-08-21T17:36:04.874Z[ recovery-image] Aug 21 17:36:03.566 INFO O| Aug 21 17:36:03.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71132026-08-21T17:36:04.874Z[ recovery-image] Aug 21 17:36:03.566 INFO O| Aug 21 17:36:03.566 INFO STEP 616 (remove_files) COMPLETE
71142026-08-21T17:36:04.874Z[ recovery-image] Aug 21 17:36:03.566 INFO O| Aug 21 17:36:03.566 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-08-21T17:36:04.883Z[ recovery-image] Aug 21 17:36:03.575 INFO O| Aug 21 17:36:03.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71162026-08-21T17:36:04.883Z[ recovery-image] Aug 21 17:36:03.575 INFO O| Aug 21 17:36:03.575 INFO STEP 617 (remove_files) COMPLETE
71172026-08-21T17:36:04.883Z[ recovery-image] Aug 21 17:36:03.575 INFO O| Aug 21 17:36:03.575 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-08-21T17:36:04.892Z[ recovery-image] Aug 21 17:36:03.584 INFO O| Aug 21 17:36:03.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71192026-08-21T17:36:04.892Z[ recovery-image] Aug 21 17:36:03.584 INFO O| Aug 21 17:36:03.584 INFO STEP 618 (remove_files) COMPLETE
71202026-08-21T17:36:04.892Z[ recovery-image] Aug 21 17:36:03.584 INFO O| Aug 21 17:36:03.584 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-08-21T17:36:04.901Z[ recovery-image] Aug 21 17:36:03.593 INFO O| Aug 21 17:36:03.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71222026-08-21T17:36:04.901Z[ recovery-image] Aug 21 17:36:03.593 INFO O| Aug 21 17:36:03.593 INFO STEP 619 (remove_files) COMPLETE
71232026-08-21T17:36:04.904Z[ recovery-image] Aug 21 17:36:03.593 INFO O| Aug 21 17:36:03.593 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-08-21T17:36:04.909Z[ recovery-image] Aug 21 17:36:03.601 INFO O| Aug 21 17:36:03.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71252026-08-21T17:36:04.909Z[ recovery-image] Aug 21 17:36:03.602 INFO O| Aug 21 17:36:03.602 INFO STEP 620 (remove_files) COMPLETE
71262026-08-21T17:36:04.910Z[ recovery-image] Aug 21 17:36:03.602 INFO O| Aug 21 17:36:03.602 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-08-21T17:36:04.919Z[ recovery-image] Aug 21 17:36:03.611 INFO O| Aug 21 17:36:03.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71282026-08-21T17:36:04.919Z[ recovery-image] Aug 21 17:36:03.611 INFO O| Aug 21 17:36:03.611 INFO STEP 621 (remove_files) COMPLETE
71292026-08-21T17:36:04.920Z[ recovery-image] Aug 21 17:36:03.611 INFO O| Aug 21 17:36:03.611 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-08-21T17:36:04.929Z[ recovery-image] Aug 21 17:36:03.621 INFO O| Aug 21 17:36:03.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71312026-08-21T17:36:04.929Z[ recovery-image] Aug 21 17:36:03.621 INFO O| Aug 21 17:36:03.621 INFO STEP 622 (remove_files) COMPLETE
71322026-08-21T17:36:04.933Z[ recovery-image] Aug 21 17:36:03.621 INFO O| Aug 21 17:36:03.621 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-08-21T17:36:04.938Z[ recovery-image] Aug 21 17:36:03.630 INFO O| Aug 21 17:36:03.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71342026-08-21T17:36:04.938Z[ recovery-image] Aug 21 17:36:03.630 INFO O| Aug 21 17:36:03.630 INFO STEP 623 (remove_files) COMPLETE
71352026-08-21T17:36:04.941Z[ recovery-image] Aug 21 17:36:03.630 INFO O| Aug 21 17:36:03.630 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-08-21T17:36:04.947Z[ recovery-image] Aug 21 17:36:03.639 INFO O| Aug 21 17:36:03.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71372026-08-21T17:36:04.947Z[ recovery-image] Aug 21 17:36:03.639 INFO O| Aug 21 17:36:03.639 INFO STEP 624 (remove_files) COMPLETE
71382026-08-21T17:36:04.950Z[ recovery-image] Aug 21 17:36:03.639 INFO O| Aug 21 17:36:03.639 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-08-21T17:36:04.956Z[ recovery-image] Aug 21 17:36:03.648 INFO O| Aug 21 17:36:03.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71402026-08-21T17:36:04.956Z[ recovery-image] Aug 21 17:36:03.649 INFO O| Aug 21 17:36:03.649 INFO STEP 625 (remove_files) COMPLETE
71412026-08-21T17:36:04.957Z[ recovery-image] Aug 21 17:36:03.649 INFO O| Aug 21 17:36:03.649 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-08-21T17:36:04.966Z[ recovery-image] Aug 21 17:36:03.658 INFO O| Aug 21 17:36:03.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71432026-08-21T17:36:04.966Z[ recovery-image] Aug 21 17:36:03.658 INFO O| Aug 21 17:36:03.658 INFO STEP 626 (remove_files) COMPLETE
71442026-08-21T17:36:04.971Z[ recovery-image] Aug 21 17:36:03.658 INFO O| Aug 21 17:36:03.658 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-08-21T17:36:04.975Z[ recovery-image] Aug 21 17:36:03.668 INFO O| Aug 21 17:36:03.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71462026-08-21T17:36:04.975Z[ recovery-image] Aug 21 17:36:03.668 INFO O| Aug 21 17:36:03.668 INFO STEP 627 (remove_files) COMPLETE
71472026-08-21T17:36:04.976Z[ recovery-image] Aug 21 17:36:03.668 INFO O| Aug 21 17:36:03.668 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-08-21T17:36:04.985Z[ recovery-image] Aug 21 17:36:03.677 INFO O| Aug 21 17:36:03.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71492026-08-21T17:36:04.985Z[ recovery-image] Aug 21 17:36:03.677 INFO O| Aug 21 17:36:03.677 INFO STEP 628 (remove_files) COMPLETE
71502026-08-21T17:36:04.985Z[ recovery-image] Aug 21 17:36:03.677 INFO O| Aug 21 17:36:03.677 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-08-21T17:36:04.996Z[ recovery-image] Aug 21 17:36:03.688 INFO O| Aug 21 17:36:03.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71522026-08-21T17:36:04.996Z[ recovery-image] Aug 21 17:36:03.688 INFO O| Aug 21 17:36:03.688 INFO STEP 629 (remove_files) COMPLETE
71532026-08-21T17:36:04.996Z[ recovery-image] Aug 21 17:36:03.688 INFO O| Aug 21 17:36:03.688 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-08-21T17:36:05.006Z[ recovery-image] Aug 21 17:36:03.698 INFO O| Aug 21 17:36:03.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71552026-08-21T17:36:05.007Z[ recovery-image] Aug 21 17:36:03.698 INFO O| Aug 21 17:36:03.698 INFO STEP 630 (remove_files) COMPLETE
71562026-08-21T17:36:05.007Z[ recovery-image] Aug 21 17:36:03.698 INFO O| Aug 21 17:36:03.698 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-08-21T17:36:05.016Z[ recovery-image] Aug 21 17:36:03.708 INFO O| Aug 21 17:36:03.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71582026-08-21T17:36:05.017Z[ recovery-image] Aug 21 17:36:03.708 INFO O| Aug 21 17:36:03.708 INFO STEP 631 (remove_files) COMPLETE
71592026-08-21T17:36:05.020Z[ recovery-image] Aug 21 17:36:03.708 INFO O| Aug 21 17:36:03.708 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-08-21T17:36:05.025Z[ recovery-image] Aug 21 17:36:03.717 INFO O| Aug 21 17:36:03.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71612026-08-21T17:36:05.025Z[ recovery-image] Aug 21 17:36:03.717 INFO O| Aug 21 17:36:03.717 INFO STEP 632 (remove_files) COMPLETE
71622026-08-21T17:36:05.025Z[ recovery-image] Aug 21 17:36:03.717 INFO O| Aug 21 17:36:03.717 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-08-21T17:36:05.035Z[ recovery-image] Aug 21 17:36:03.726 INFO O| Aug 21 17:36:03.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
71642026-08-21T17:36:05.035Z[ recovery-image] Aug 21 17:36:03.726 INFO O| Aug 21 17:36:03.726 INFO STEP 633 (remove_files) COMPLETE
71652026-08-21T17:36:05.039Z[ recovery-image] Aug 21 17:36:03.726 INFO O| Aug 21 17:36:03.726 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-08-21T17:36:05.045Z[ recovery-image] Aug 21 17:36:03.736 INFO O| Aug 21 17:36:03.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
71672026-08-21T17:36:05.045Z[ recovery-image] Aug 21 17:36:03.736 INFO O| Aug 21 17:36:03.736 INFO STEP 634 (remove_files) COMPLETE
71682026-08-21T17:36:05.045Z[ recovery-image] Aug 21 17:36:03.736 INFO O| Aug 21 17:36:03.736 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-08-21T17:36:05.053Z[ recovery-image] Aug 21 17:36:03.745 INFO O| Aug 21 17:36:03.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
71702026-08-21T17:36:05.053Z[ recovery-image] Aug 21 17:36:03.745 INFO O| Aug 21 17:36:03.745 INFO STEP 635 (remove_files) COMPLETE
71712026-08-21T17:36:05.053Z[ recovery-image] Aug 21 17:36:03.745 INFO O| Aug 21 17:36:03.745 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-08-21T17:36:05.063Z[ recovery-image] Aug 21 17:36:03.755 INFO O| Aug 21 17:36:03.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
71732026-08-21T17:36:05.064Z[ recovery-image] Aug 21 17:36:03.755 INFO O| Aug 21 17:36:03.755 INFO STEP 636 (remove_files) COMPLETE
71742026-08-21T17:36:05.064Z[ recovery-image] Aug 21 17:36:03.755 INFO O| Aug 21 17:36:03.755 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-08-21T17:36:05.072Z[ recovery-image] Aug 21 17:36:03.764 INFO O| Aug 21 17:36:03.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
71762026-08-21T17:36:05.072Z[ recovery-image] Aug 21 17:36:03.764 INFO O| Aug 21 17:36:03.764 INFO STEP 637 (remove_files) COMPLETE
71772026-08-21T17:36:05.072Z[ recovery-image] Aug 21 17:36:03.764 INFO O| Aug 21 17:36:03.764 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-08-21T17:36:05.083Z[ recovery-image] Aug 21 17:36:03.775 INFO O| Aug 21 17:36:03.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
71792026-08-21T17:36:05.083Z[ recovery-image] Aug 21 17:36:03.775 INFO O| Aug 21 17:36:03.775 INFO STEP 638 (remove_files) COMPLETE
71802026-08-21T17:36:05.083Z[ recovery-image] Aug 21 17:36:03.775 INFO O| Aug 21 17:36:03.775 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-08-21T17:36:05.092Z[ recovery-image] Aug 21 17:36:03.784 INFO O| Aug 21 17:36:03.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
71822026-08-21T17:36:05.092Z[ recovery-image] Aug 21 17:36:03.784 INFO O| Aug 21 17:36:03.784 INFO STEP 639 (remove_files) COMPLETE
71832026-08-21T17:36:05.092Z[ recovery-image] Aug 21 17:36:03.784 INFO O| Aug 21 17:36:03.784 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-08-21T17:36:05.101Z[ recovery-image] Aug 21 17:36:03.792 INFO O| Aug 21 17:36:03.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
71852026-08-21T17:36:05.101Z[ recovery-image] Aug 21 17:36:03.792 INFO O| Aug 21 17:36:03.792 INFO STEP 640 (remove_files) COMPLETE
71862026-08-21T17:36:05.101Z[ recovery-image] Aug 21 17:36:03.792 INFO O| Aug 21 17:36:03.792 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-08-21T17:36:05.108Z[ recovery-image] Aug 21 17:36:03.800 INFO O| Aug 21 17:36:03.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
71882026-08-21T17:36:05.108Z[ recovery-image] Aug 21 17:36:03.800 INFO O| Aug 21 17:36:03.800 INFO STEP 641 (remove_files) COMPLETE
71892026-08-21T17:36:05.111Z[ recovery-image] Aug 21 17:36:03.800 INFO O| Aug 21 17:36:03.800 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-08-21T17:36:05.116Z[ recovery-image] Aug 21 17:36:03.809 INFO O| Aug 21 17:36:03.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
71912026-08-21T17:36:05.116Z[ recovery-image] Aug 21 17:36:03.809 INFO O| Aug 21 17:36:03.809 INFO STEP 642 (remove_files) COMPLETE
71922026-08-21T17:36:05.116Z[ recovery-image] Aug 21 17:36:03.809 INFO O| Aug 21 17:36:03.809 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-08-21T17:36:05.144Z[ recovery-image] Aug 21 17:36:03.836 INFO O| Aug 21 17:36:03.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
71942026-08-21T17:36:05.145Z[ recovery-image] Aug 21 17:36:03.836 INFO O| Aug 21 17:36:03.836 INFO STEP 643 (remove_files) COMPLETE
71952026-08-21T17:36:05.145Z[ recovery-image] Aug 21 17:36:03.836 INFO O| Aug 21 17:36:03.836 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-08-21T17:36:05.153Z[ recovery-image] Aug 21 17:36:03.845 INFO O| Aug 21 17:36:03.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
71972026-08-21T17:36:05.153Z[ recovery-image] Aug 21 17:36:03.845 INFO O| Aug 21 17:36:03.845 INFO STEP 644 (remove_files) COMPLETE
71982026-08-21T17:36:05.153Z[ recovery-image] Aug 21 17:36:03.845 INFO O| Aug 21 17:36:03.845 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-08-21T17:36:05.162Z[ recovery-image] Aug 21 17:36:03.853 INFO O| Aug 21 17:36:03.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72002026-08-21T17:36:05.162Z[ recovery-image] Aug 21 17:36:03.853 INFO O| Aug 21 17:36:03.853 INFO STEP 645 (remove_files) COMPLETE
72012026-08-21T17:36:05.162Z[ recovery-image] Aug 21 17:36:03.853 INFO O| Aug 21 17:36:03.853 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-08-21T17:36:05.170Z[ recovery-image] Aug 21 17:36:03.862 INFO O| Aug 21 17:36:03.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72032026-08-21T17:36:05.170Z[ recovery-image] Aug 21 17:36:03.863 INFO O| Aug 21 17:36:03.863 INFO STEP 646 (remove_files) COMPLETE
72042026-08-21T17:36:05.171Z[ recovery-image] Aug 21 17:36:03.863 INFO O| Aug 21 17:36:03.863 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-08-21T17:36:05.180Z[ recovery-image] Aug 21 17:36:03.872 INFO O| Aug 21 17:36:03.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72062026-08-21T17:36:05.184Z[ recovery-image] Aug 21 17:36:03.872 INFO O| Aug 21 17:36:03.872 INFO STEP 647 (remove_files) COMPLETE
72072026-08-21T17:36:05.184Z[ recovery-image] Aug 21 17:36:03.872 INFO O| Aug 21 17:36:03.872 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-08-21T17:36:05.189Z[ recovery-image] Aug 21 17:36:03.881 INFO O| Aug 21 17:36:03.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72092026-08-21T17:36:05.189Z[ recovery-image] Aug 21 17:36:03.881 INFO O| Aug 21 17:36:03.881 INFO STEP 648 (remove_files) COMPLETE
72102026-08-21T17:36:05.189Z[ recovery-image] Aug 21 17:36:03.881 INFO O| Aug 21 17:36:03.881 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-08-21T17:36:05.197Z[ recovery-image] Aug 21 17:36:03.889 INFO O| Aug 21 17:36:03.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72122026-08-21T17:36:05.197Z[ recovery-image] Aug 21 17:36:03.889 INFO O| Aug 21 17:36:03.889 INFO STEP 649 (remove_files) COMPLETE
72132026-08-21T17:36:05.197Z[ recovery-image] Aug 21 17:36:03.889 INFO O| Aug 21 17:36:03.889 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-08-21T17:36:05.206Z[ recovery-image] Aug 21 17:36:03.898 INFO O| Aug 21 17:36:03.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72152026-08-21T17:36:05.206Z[ recovery-image] Aug 21 17:36:03.898 INFO O| Aug 21 17:36:03.898 INFO STEP 650 (remove_files) COMPLETE
72162026-08-21T17:36:05.209Z[ recovery-image] Aug 21 17:36:03.898 INFO O| Aug 21 17:36:03.898 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-08-21T17:36:05.216Z[ recovery-image] Aug 21 17:36:03.908 INFO O| Aug 21 17:36:03.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72182026-08-21T17:36:05.216Z[ recovery-image] Aug 21 17:36:03.908 INFO O| Aug 21 17:36:03.908 INFO STEP 651 (remove_files) COMPLETE
72192026-08-21T17:36:05.266Z[ recovery-image] Aug 21 17:36:03.908 INFO O| Aug 21 17:36:03.908 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-08-21T17:36:05.266Z[ recovery-image] Aug 21 17:36:03.918 INFO O| Aug 21 17:36:03.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72212026-08-21T17:36:05.267Z[ recovery-image] Aug 21 17:36:03.918 INFO O| Aug 21 17:36:03.918 INFO STEP 652 (remove_files) COMPLETE
72222026-08-21T17:36:05.267Z[ recovery-image] Aug 21 17:36:03.918 INFO O| Aug 21 17:36:03.918 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-08-21T17:36:05.267Z[ recovery-image] Aug 21 17:36:03.927 INFO O| Aug 21 17:36:03.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72242026-08-21T17:36:05.267Z[ recovery-image] Aug 21 17:36:03.927 INFO O| Aug 21 17:36:03.927 INFO STEP 653 (remove_files) COMPLETE
72252026-08-21T17:36:05.267Z[ recovery-image] Aug 21 17:36:03.927 INFO O| Aug 21 17:36:03.927 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-08-21T17:36:05.267Z[ recovery-image] Aug 21 17:36:03.937 INFO O| Aug 21 17:36:03.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72272026-08-21T17:36:05.267Z[ recovery-image] Aug 21 17:36:03.937 INFO O| Aug 21 17:36:03.937 INFO STEP 654 (remove_files) COMPLETE
72282026-08-21T17:36:05.267Z[ recovery-image] Aug 21 17:36:03.937 INFO O| Aug 21 17:36:03.937 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-08-21T17:36:05.267Z[ recovery-image] Aug 21 17:36:03.946 INFO O| Aug 21 17:36:03.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72302026-08-21T17:36:05.267Z[ recovery-image] Aug 21 17:36:03.946 INFO O| Aug 21 17:36:03.946 INFO STEP 655 (remove_files) COMPLETE
72312026-08-21T17:36:05.268Z[ recovery-image] Aug 21 17:36:03.946 INFO O| Aug 21 17:36:03.946 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-08-21T17:36:05.271Z[ recovery-image] Aug 21 17:36:03.956 INFO O| Aug 21 17:36:03.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72332026-08-21T17:36:05.271Z[ recovery-image] Aug 21 17:36:03.956 INFO O| Aug 21 17:36:03.956 INFO STEP 656 (remove_files) COMPLETE
72342026-08-21T17:36:05.271Z[ recovery-image] Aug 21 17:36:03.956 INFO O| Aug 21 17:36:03.956 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-08-21T17:36:05.274Z[ recovery-image] Aug 21 17:36:03.966 INFO O| Aug 21 17:36:03.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72362026-08-21T17:36:05.274Z[ recovery-image] Aug 21 17:36:03.966 INFO O| Aug 21 17:36:03.966 INFO STEP 657 (remove_files) COMPLETE
72372026-08-21T17:36:05.274Z[ recovery-image] Aug 21 17:36:03.966 INFO O| Aug 21 17:36:03.966 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-08-21T17:36:05.283Z[ recovery-image] Aug 21 17:36:03.975 INFO O| Aug 21 17:36:03.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72392026-08-21T17:36:05.283Z[ recovery-image] Aug 21 17:36:03.975 INFO O| Aug 21 17:36:03.975 INFO STEP 658 (remove_files) COMPLETE
72402026-08-21T17:36:05.283Z[ recovery-image] Aug 21 17:36:03.975 INFO O| Aug 21 17:36:03.975 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-08-21T17:36:05.292Z[ recovery-image] Aug 21 17:36:03.984 INFO O| Aug 21 17:36:03.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72422026-08-21T17:36:05.295Z[ recovery-image] Aug 21 17:36:03.985 INFO O| Aug 21 17:36:03.985 INFO STEP 659 (remove_files) COMPLETE
72432026-08-21T17:36:05.295Z[ recovery-image] Aug 21 17:36:03.985 INFO O| Aug 21 17:36:03.985 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-08-21T17:36:05.302Z[ recovery-image] Aug 21 17:36:03.994 INFO O| Aug 21 17:36:03.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72452026-08-21T17:36:05.302Z[ recovery-image] Aug 21 17:36:03.994 INFO O| Aug 21 17:36:03.994 INFO STEP 660 (remove_files) COMPLETE
72462026-08-21T17:36:05.302Z[ recovery-image] Aug 21 17:36:03.994 INFO O| Aug 21 17:36:03.994 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-08-21T17:36:05.312Z[ recovery-image] Aug 21 17:36:04.004 INFO O| Aug 21 17:36:04.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72482026-08-21T17:36:05.313Z[ recovery-image] Aug 21 17:36:04.004 INFO O| Aug 21 17:36:04.004 INFO STEP 661 (remove_files) COMPLETE
72492026-08-21T17:36:05.313Z[ recovery-image] Aug 21 17:36:04.004 INFO O| Aug 21 17:36:04.004 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-08-21T17:36:05.322Z[ recovery-image] Aug 21 17:36:04.013 INFO O| Aug 21 17:36:04.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72512026-08-21T17:36:05.323Z[ recovery-image] Aug 21 17:36:04.014 INFO O| Aug 21 17:36:04.013 INFO STEP 662 (remove_files) COMPLETE
72522026-08-21T17:36:05.323Z[ recovery-image] Aug 21 17:36:04.014 INFO O| Aug 21 17:36:04.014 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-08-21T17:36:05.330Z[ recovery-image] Aug 21 17:36:04.022 INFO O| Aug 21 17:36:04.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72542026-08-21T17:36:05.330Z[ recovery-image] Aug 21 17:36:04.022 INFO O| Aug 21 17:36:04.022 INFO STEP 663 (remove_files) COMPLETE
72552026-08-21T17:36:05.330Z[ recovery-image] Aug 21 17:36:04.022 INFO O| Aug 21 17:36:04.022 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-08-21T17:36:05.339Z[ recovery-image] Aug 21 17:36:04.031 INFO O| Aug 21 17:36:04.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72572026-08-21T17:36:05.339Z[ recovery-image] Aug 21 17:36:04.031 INFO O| Aug 21 17:36:04.031 INFO STEP 664 (remove_files) COMPLETE
72582026-08-21T17:36:05.339Z[ recovery-image] Aug 21 17:36:04.031 INFO O| Aug 21 17:36:04.031 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-08-21T17:36:05.350Z[ recovery-image] Aug 21 17:36:04.042 INFO O| Aug 21 17:36:04.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
72602026-08-21T17:36:05.350Z[ recovery-image] Aug 21 17:36:04.042 INFO O| Aug 21 17:36:04.042 INFO STEP 665 (remove_files) COMPLETE
72612026-08-21T17:36:05.350Z[ recovery-image] Aug 21 17:36:04.042 INFO O| Aug 21 17:36:04.042 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-08-21T17:36:05.361Z[ recovery-image] Aug 21 17:36:04.050 INFO O| Aug 21 17:36:04.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
72632026-08-21T17:36:05.361Z[ recovery-image] Aug 21 17:36:04.050 INFO O| Aug 21 17:36:04.050 INFO STEP 666 (remove_files) COMPLETE
72642026-08-21T17:36:05.361Z[ recovery-image] Aug 21 17:36:04.050 INFO O| Aug 21 17:36:04.050 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-08-21T17:36:05.368Z[ recovery-image] Aug 21 17:36:04.058 INFO O| Aug 21 17:36:04.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
72662026-08-21T17:36:05.369Z[ recovery-image] Aug 21 17:36:04.058 INFO O| Aug 21 17:36:04.058 INFO STEP 667 (remove_files) COMPLETE
72672026-08-21T17:36:05.369Z[ recovery-image] Aug 21 17:36:04.058 INFO O| Aug 21 17:36:04.058 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-08-21T17:36:05.375Z[ recovery-image] Aug 21 17:36:04.066 INFO O| Aug 21 17:36:04.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
72692026-08-21T17:36:05.375Z[ recovery-image] Aug 21 17:36:04.066 INFO O| Aug 21 17:36:04.066 INFO STEP 668 (remove_files) COMPLETE
72702026-08-21T17:36:05.378Z[ recovery-image] Aug 21 17:36:04.066 INFO O| Aug 21 17:36:04.066 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-08-21T17:36:05.386Z[ recovery-image] Aug 21 17:36:04.073 INFO O| Aug 21 17:36:04.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
72722026-08-21T17:36:05.386Z[ recovery-image] Aug 21 17:36:04.074 INFO O| Aug 21 17:36:04.074 INFO STEP 669 (remove_files) COMPLETE
72732026-08-21T17:36:05.386Z[ recovery-image] Aug 21 17:36:04.074 INFO O| Aug 21 17:36:04.074 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-08-21T17:36:05.392Z[ recovery-image] Aug 21 17:36:04.084 INFO O| Aug 21 17:36:04.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
72752026-08-21T17:36:05.392Z[ recovery-image] Aug 21 17:36:04.084 INFO O| Aug 21 17:36:04.084 INFO STEP 670 (remove_files) COMPLETE
72762026-08-21T17:36:05.395Z[ recovery-image] Aug 21 17:36:04.084 INFO O| Aug 21 17:36:04.084 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-08-21T17:36:05.402Z[ recovery-image] Aug 21 17:36:04.094 INFO O| Aug 21 17:36:04.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
72782026-08-21T17:36:05.402Z[ recovery-image] Aug 21 17:36:04.094 INFO O| Aug 21 17:36:04.094 INFO STEP 671 (remove_files) COMPLETE
72792026-08-21T17:36:05.402Z[ recovery-image] Aug 21 17:36:04.094 INFO O| Aug 21 17:36:04.094 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-08-21T17:36:05.413Z[ recovery-image] Aug 21 17:36:04.105 INFO O| Aug 21 17:36:04.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
72812026-08-21T17:36:05.413Z[ recovery-image] Aug 21 17:36:04.105 INFO O| Aug 21 17:36:04.105 INFO STEP 672 (remove_files) COMPLETE
72822026-08-21T17:36:05.413Z[ recovery-image] Aug 21 17:36:04.105 INFO O| Aug 21 17:36:04.105 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-08-21T17:36:05.423Z[ recovery-image] Aug 21 17:36:04.115 INFO O| Aug 21 17:36:04.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
72842026-08-21T17:36:05.423Z[ recovery-image] Aug 21 17:36:04.115 INFO O| Aug 21 17:36:04.115 INFO STEP 673 (remove_files) COMPLETE
72852026-08-21T17:36:05.423Z[ recovery-image] Aug 21 17:36:04.115 INFO O| Aug 21 17:36:04.115 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-08-21T17:36:05.434Z[ recovery-image] Aug 21 17:36:04.125 INFO O| Aug 21 17:36:04.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
72872026-08-21T17:36:05.434Z[ recovery-image] Aug 21 17:36:04.125 INFO O| Aug 21 17:36:04.125 INFO STEP 674 (remove_files) COMPLETE
72882026-08-21T17:36:05.437Z[ recovery-image] Aug 21 17:36:04.125 INFO O| Aug 21 17:36:04.125 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-08-21T17:36:05.443Z[ recovery-image] Aug 21 17:36:04.135 INFO O| Aug 21 17:36:04.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
72902026-08-21T17:36:05.443Z[ recovery-image] Aug 21 17:36:04.135 INFO O| Aug 21 17:36:04.135 INFO STEP 675 (remove_files) COMPLETE
72912026-08-21T17:36:05.446Z[ recovery-image] Aug 21 17:36:04.135 INFO O| Aug 21 17:36:04.135 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-08-21T17:36:05.451Z[ recovery-image] Aug 21 17:36:04.143 INFO O| Aug 21 17:36:04.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
72932026-08-21T17:36:05.451Z[ recovery-image] Aug 21 17:36:04.143 INFO O| Aug 21 17:36:04.143 INFO STEP 676 (remove_files) COMPLETE
72942026-08-21T17:36:05.451Z[ recovery-image] Aug 21 17:36:04.143 INFO O| Aug 21 17:36:04.143 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-08-21T17:36:05.461Z[ recovery-image] Aug 21 17:36:04.153 INFO O| Aug 21 17:36:04.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
72962026-08-21T17:36:05.461Z[ recovery-image] Aug 21 17:36:04.153 INFO O| Aug 21 17:36:04.153 INFO STEP 677 (remove_files) COMPLETE
72972026-08-21T17:36:05.461Z[ recovery-image] Aug 21 17:36:04.153 INFO O| Aug 21 17:36:04.153 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-08-21T17:36:05.473Z[ recovery-image] Aug 21 17:36:04.163 INFO O| Aug 21 17:36:04.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
72992026-08-21T17:36:05.473Z[ recovery-image] Aug 21 17:36:04.163 INFO O| Aug 21 17:36:04.163 INFO STEP 678 (remove_files) COMPLETE
73002026-08-21T17:36:05.473Z[ recovery-image] Aug 21 17:36:04.163 INFO O| Aug 21 17:36:04.163 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-08-21T17:36:05.481Z[ recovery-image] Aug 21 17:36:04.173 INFO O| Aug 21 17:36:04.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73022026-08-21T17:36:05.482Z[ recovery-image] Aug 21 17:36:04.173 INFO O| Aug 21 17:36:04.173 INFO STEP 679 (remove_files) COMPLETE
73032026-08-21T17:36:05.482Z[ recovery-image] Aug 21 17:36:04.173 INFO O| Aug 21 17:36:04.173 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-08-21T17:36:05.491Z[ recovery-image] Aug 21 17:36:04.183 INFO O| Aug 21 17:36:04.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73052026-08-21T17:36:05.491Z[ recovery-image] Aug 21 17:36:04.183 INFO O| Aug 21 17:36:04.183 INFO STEP 680 (remove_files) COMPLETE
73062026-08-21T17:36:05.492Z[ recovery-image] Aug 21 17:36:04.183 INFO O| Aug 21 17:36:04.183 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-08-21T17:36:05.502Z[ recovery-image] Aug 21 17:36:04.194 INFO O| Aug 21 17:36:04.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73082026-08-21T17:36:05.502Z[ recovery-image] Aug 21 17:36:04.194 INFO O| Aug 21 17:36:04.194 INFO STEP 681 (remove_files) COMPLETE
73092026-08-21T17:36:05.502Z[ recovery-image] Aug 21 17:36:04.194 INFO O| Aug 21 17:36:04.194 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-08-21T17:36:05.512Z[ recovery-image] Aug 21 17:36:04.204 INFO O| Aug 21 17:36:04.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73112026-08-21T17:36:05.512Z[ recovery-image] Aug 21 17:36:04.204 INFO O| Aug 21 17:36:04.204 INFO STEP 682 (remove_files) COMPLETE
73122026-08-21T17:36:05.512Z[ recovery-image] Aug 21 17:36:04.204 INFO O| Aug 21 17:36:04.204 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-08-21T17:36:05.522Z[ recovery-image] Aug 21 17:36:04.214 INFO O| Aug 21 17:36:04.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73142026-08-21T17:36:05.522Z[ recovery-image] Aug 21 17:36:04.214 INFO O| Aug 21 17:36:04.214 INFO STEP 683 (remove_files) COMPLETE
73152026-08-21T17:36:05.522Z[ recovery-image] Aug 21 17:36:04.214 INFO O| Aug 21 17:36:04.214 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-08-21T17:36:05.533Z[ recovery-image] Aug 21 17:36:04.224 INFO O| Aug 21 17:36:04.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73172026-08-21T17:36:05.533Z[ recovery-image] Aug 21 17:36:04.224 INFO O| Aug 21 17:36:04.223 INFO STEP 684 (remove_files) COMPLETE
73182026-08-21T17:36:05.533Z[ recovery-image] Aug 21 17:36:04.224 INFO O| Aug 21 17:36:04.223 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-08-21T17:36:05.547Z[ recovery-image] Aug 21 17:36:04.235 INFO O| Aug 21 17:36:04.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73202026-08-21T17:36:05.547Z[ recovery-image] Aug 21 17:36:04.235 INFO O| Aug 21 17:36:04.235 INFO STEP 685 (remove_files) COMPLETE
73212026-08-21T17:36:05.547Z[ recovery-image] Aug 21 17:36:04.235 INFO O| Aug 21 17:36:04.235 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-08-21T17:36:05.551Z[ recovery-image] Aug 21 17:36:04.243 INFO O| Aug 21 17:36:04.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73232026-08-21T17:36:05.551Z[ recovery-image] Aug 21 17:36:04.243 INFO O| Aug 21 17:36:04.243 INFO STEP 686 (remove_files) COMPLETE
73242026-08-21T17:36:05.551Z[ recovery-image] Aug 21 17:36:04.243 INFO O| Aug 21 17:36:04.243 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-08-21T17:36:05.563Z[ recovery-image] Aug 21 17:36:04.251 INFO O| Aug 21 17:36:04.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73262026-08-21T17:36:05.563Z[ recovery-image] Aug 21 17:36:04.251 INFO O| Aug 21 17:36:04.251 INFO STEP 687 (remove_files) COMPLETE
73272026-08-21T17:36:05.564Z[ recovery-image] Aug 21 17:36:04.251 INFO O| Aug 21 17:36:04.251 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-08-21T17:36:05.569Z[ recovery-image] Aug 21 17:36:04.261 INFO O| Aug 21 17:36:04.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73292026-08-21T17:36:05.569Z[ recovery-image] Aug 21 17:36:04.261 INFO O| Aug 21 17:36:04.261 INFO STEP 688 (remove_files) COMPLETE
73302026-08-21T17:36:05.572Z[ recovery-image] Aug 21 17:36:04.261 INFO O| Aug 21 17:36:04.261 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-08-21T17:36:05.580Z[ recovery-image] Aug 21 17:36:04.272 INFO O| Aug 21 17:36:04.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73322026-08-21T17:36:05.580Z[ recovery-image] Aug 21 17:36:04.272 INFO O| Aug 21 17:36:04.272 INFO STEP 689 (remove_files) COMPLETE
73332026-08-21T17:36:05.583Z[ recovery-image] Aug 21 17:36:04.272 INFO O| Aug 21 17:36:04.272 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-08-21T17:36:05.590Z[ recovery-image] Aug 21 17:36:04.282 INFO O| Aug 21 17:36:04.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73352026-08-21T17:36:05.591Z[ recovery-image] Aug 21 17:36:04.282 INFO O| Aug 21 17:36:04.282 INFO STEP 690 (remove_files) COMPLETE
73362026-08-21T17:36:05.591Z[ recovery-image] Aug 21 17:36:04.282 INFO O| Aug 21 17:36:04.282 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-08-21T17:36:05.602Z[ recovery-image] Aug 21 17:36:04.292 INFO O| Aug 21 17:36:04.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73382026-08-21T17:36:05.602Z[ recovery-image] Aug 21 17:36:04.292 INFO O| Aug 21 17:36:04.292 INFO STEP 691 (remove_files) COMPLETE
73392026-08-21T17:36:05.602Z[ recovery-image] Aug 21 17:36:04.292 INFO O| Aug 21 17:36:04.292 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-08-21T17:36:05.609Z[ recovery-image] Aug 21 17:36:04.301 INFO O| Aug 21 17:36:04.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73412026-08-21T17:36:05.609Z[ recovery-image] Aug 21 17:36:04.301 INFO O| Aug 21 17:36:04.301 INFO STEP 692 (remove_files) COMPLETE
73422026-08-21T17:36:05.610Z[ recovery-image] Aug 21 17:36:04.301 INFO O| Aug 21 17:36:04.301 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-08-21T17:36:05.619Z[ recovery-image] Aug 21 17:36:04.311 INFO O| Aug 21 17:36:04.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73442026-08-21T17:36:05.619Z[ recovery-image] Aug 21 17:36:04.311 INFO O| Aug 21 17:36:04.311 INFO STEP 693 (remove_files) COMPLETE
73452026-08-21T17:36:05.622Z[ recovery-image] Aug 21 17:36:04.311 INFO O| Aug 21 17:36:04.311 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-08-21T17:36:05.628Z[ recovery-image] Aug 21 17:36:04.320 INFO O| Aug 21 17:36:04.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73472026-08-21T17:36:05.628Z[ recovery-image] Aug 21 17:36:04.320 INFO O| Aug 21 17:36:04.320 INFO STEP 694 (remove_files) COMPLETE
73482026-08-21T17:36:05.628Z[ recovery-image] Aug 21 17:36:04.320 INFO O| Aug 21 17:36:04.320 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-08-21T17:36:05.638Z[ recovery-image] Aug 21 17:36:04.329 INFO O| Aug 21 17:36:04.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73502026-08-21T17:36:05.638Z[ recovery-image] Aug 21 17:36:04.329 INFO O| Aug 21 17:36:04.329 INFO STEP 695 (remove_files) COMPLETE
73512026-08-21T17:36:05.638Z[ recovery-image] Aug 21 17:36:04.329 INFO O| Aug 21 17:36:04.329 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-08-21T17:36:05.647Z[ recovery-image] Aug 21 17:36:04.339 INFO O| Aug 21 17:36:04.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73532026-08-21T17:36:05.647Z[ recovery-image] Aug 21 17:36:04.339 INFO O| Aug 21 17:36:04.339 INFO STEP 696 (remove_files) COMPLETE
73542026-08-21T17:36:05.647Z[ recovery-image] Aug 21 17:36:04.339 INFO O| Aug 21 17:36:04.339 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-08-21T17:36:05.657Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
73562026-08-21T17:36:05.661Z[ recovery-image] Aug 21 17:36:04.348 INFO O| Aug 21 17:36:04.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73572026-08-21T17:36:05.661Z[ recovery-image] Aug 21 17:36:04.348 INFO O| Aug 21 17:36:04.348 INFO STEP 697 (remove_files) COMPLETE
73582026-08-21T17:36:05.661Z[ recovery-image] Aug 21 17:36:04.348 INFO O| Aug 21 17:36:04.348 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-08-21T17:36:05.665Z[ recovery-image] Aug 21 17:36:04.357 INFO O| Aug 21 17:36:04.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
73602026-08-21T17:36:05.665Z[ recovery-image] Aug 21 17:36:04.357 INFO O| Aug 21 17:36:04.357 INFO STEP 698 (remove_files) COMPLETE
73612026-08-21T17:36:05.665Z[ recovery-image] Aug 21 17:36:04.357 INFO O| Aug 21 17:36:04.357 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-08-21T17:36:05.677Z[ recovery-image] Aug 21 17:36:04.367 INFO O| Aug 21 17:36:04.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
73632026-08-21T17:36:05.677Z[ recovery-image] Aug 21 17:36:04.367 INFO O| Aug 21 17:36:04.367 INFO STEP 699 (remove_files) COMPLETE
73642026-08-21T17:36:05.680Z[ recovery-image] Aug 21 17:36:04.367 INFO O| Aug 21 17:36:04.367 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-08-21T17:36:05.680Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
73662026-08-21T17:36:05.685Z[ recovery-image] Aug 21 17:36:04.377 INFO O| Aug 21 17:36:04.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
73672026-08-21T17:36:05.685Z[ recovery-image] Aug 21 17:36:04.377 INFO O| Aug 21 17:36:04.377 INFO STEP 700 (remove_files) COMPLETE
73682026-08-21T17:36:05.685Z[ recovery-image] Aug 21 17:36:04.377 INFO O| Aug 21 17:36:04.377 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-08-21T17:36:05.697Z[ recovery-image] Aug 21 17:36:04.388 INFO O| Aug 21 17:36:04.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
73702026-08-21T17:36:05.697Z[ recovery-image] Aug 21 17:36:04.388 INFO O| Aug 21 17:36:04.388 INFO STEP 701 (remove_files) COMPLETE
73712026-08-21T17:36:05.700Z[ recovery-image] Aug 21 17:36:04.388 INFO O| Aug 21 17:36:04.388 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-08-21T17:36:05.706Z[ recovery-image] Aug 21 17:36:04.398 INFO O| Aug 21 17:36:04.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
73732026-08-21T17:36:05.706Z[ recovery-image] Aug 21 17:36:04.398 INFO O| Aug 21 17:36:04.398 INFO STEP 702 (remove_files) COMPLETE
73742026-08-21T17:36:05.709Z[ recovery-image] Aug 21 17:36:04.398 INFO O| Aug 21 17:36:04.398 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-08-21T17:36:05.715Z[ recovery-image] Aug 21 17:36:04.407 INFO O| Aug 21 17:36:04.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
73762026-08-21T17:36:05.715Z[ recovery-image] Aug 21 17:36:04.407 INFO O| Aug 21 17:36:04.407 INFO STEP 703 (remove_files) COMPLETE
73772026-08-21T17:36:05.715Z[ recovery-image] Aug 21 17:36:04.407 INFO O| Aug 21 17:36:04.407 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-08-21T17:36:05.723Z[ recovery-image] Aug 21 17:36:04.415 INFO O| Aug 21 17:36:04.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
73792026-08-21T17:36:05.723Z[ recovery-image] Aug 21 17:36:04.415 INFO O| Aug 21 17:36:04.415 INFO STEP 704 (remove_files) COMPLETE
73802026-08-21T17:36:05.723Z[ recovery-image] Aug 21 17:36:04.415 INFO O| Aug 21 17:36:04.415 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-08-21T17:36:05.733Z[ recovery-image] Aug 21 17:36:04.425 INFO O| Aug 21 17:36:04.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
73822026-08-21T17:36:05.733Z[ recovery-image] Aug 21 17:36:04.425 INFO O| Aug 21 17:36:04.425 INFO STEP 705 (remove_files) COMPLETE
73832026-08-21T17:36:05.733Z[ recovery-image] Aug 21 17:36:04.425 INFO O| Aug 21 17:36:04.425 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-08-21T17:36:05.743Z[ recovery-image] Aug 21 17:36:04.435 INFO O| Aug 21 17:36:04.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
73852026-08-21T17:36:05.743Z[ recovery-image] Aug 21 17:36:04.435 INFO O| Aug 21 17:36:04.435 INFO STEP 706 (remove_files) COMPLETE
73862026-08-21T17:36:05.743Z[ recovery-image] Aug 21 17:36:04.435 INFO O| Aug 21 17:36:04.435 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-08-21T17:36:05.754Z[ recovery-image] Aug 21 17:36:04.446 INFO O| Aug 21 17:36:04.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
73882026-08-21T17:36:05.754Z[ recovery-image] Aug 21 17:36:04.446 INFO O| Aug 21 17:36:04.446 INFO STEP 707 (remove_files) COMPLETE
73892026-08-21T17:36:05.757Z[ recovery-image] Aug 21 17:36:04.446 INFO O| Aug 21 17:36:04.446 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-08-21T17:36:05.764Z[ recovery-image] Aug 21 17:36:04.456 INFO O| Aug 21 17:36:04.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
73912026-08-21T17:36:05.764Z[ recovery-image] Aug 21 17:36:04.456 INFO O| Aug 21 17:36:04.456 INFO STEP 708 (remove_files) COMPLETE
73922026-08-21T17:36:05.764Z[ recovery-image] Aug 21 17:36:04.456 INFO O| Aug 21 17:36:04.456 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-08-21T17:36:05.773Z[ recovery-image] Aug 21 17:36:04.465 INFO O| Aug 21 17:36:04.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
73942026-08-21T17:36:05.773Z[ recovery-image] Aug 21 17:36:04.465 INFO O| Aug 21 17:36:04.465 INFO STEP 709 (remove_files) COMPLETE
73952026-08-21T17:36:05.773Z[ recovery-image] Aug 21 17:36:04.465 INFO O| Aug 21 17:36:04.465 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-08-21T17:36:05.786Z[ recovery-image] Aug 21 17:36:04.477 INFO O| Aug 21 17:36:04.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
73972026-08-21T17:36:05.786Z[ recovery-image] Aug 21 17:36:04.477 INFO O| Aug 21 17:36:04.477 INFO STEP 710 (remove_files) COMPLETE
73982026-08-21T17:36:05.786Z[ recovery-image] Aug 21 17:36:04.477 INFO O| Aug 21 17:36:04.477 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-08-21T17:36:05.795Z[ recovery-image] Aug 21 17:36:04.487 INFO O| Aug 21 17:36:04.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74002026-08-21T17:36:05.795Z[ recovery-image] Aug 21 17:36:04.487 INFO O| Aug 21 17:36:04.487 INFO STEP 711 (remove_files) COMPLETE
74012026-08-21T17:36:05.795Z[ recovery-image] Aug 21 17:36:04.487 INFO O| Aug 21 17:36:04.487 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-08-21T17:36:05.812Z[ recovery-image] Aug 21 17:36:04.497 INFO O| Aug 21 17:36:04.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74032026-08-21T17:36:05.813Z[ recovery-image] Aug 21 17:36:04.497 INFO O| Aug 21 17:36:04.497 INFO STEP 712 (remove_files) COMPLETE
74042026-08-21T17:36:05.813Z[ recovery-image] Aug 21 17:36:04.497 INFO O| Aug 21 17:36:04.497 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-08-21T17:36:05.820Z[ recovery-image] Aug 21 17:36:04.507 INFO O| Aug 21 17:36:04.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74062026-08-21T17:36:05.820Z[ recovery-image] Aug 21 17:36:04.507 INFO O| Aug 21 17:36:04.507 INFO STEP 713 (remove_files) COMPLETE
74072026-08-21T17:36:05.820Z[ recovery-image] Aug 21 17:36:04.507 INFO O| Aug 21 17:36:04.507 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-08-21T17:36:05.825Z[ recovery-image] Aug 21 17:36:04.516 INFO O| Aug 21 17:36:04.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74092026-08-21T17:36:05.825Z[ recovery-image] Aug 21 17:36:04.516 INFO O| Aug 21 17:36:04.516 INFO STEP 714 (remove_files) COMPLETE
74102026-08-21T17:36:05.825Z[ recovery-image] Aug 21 17:36:04.516 INFO O| Aug 21 17:36:04.516 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-08-21T17:36:05.834Z[ recovery-image] Aug 21 17:36:04.525 INFO O| Aug 21 17:36:04.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74122026-08-21T17:36:05.835Z[ recovery-image] Aug 21 17:36:04.525 INFO O| Aug 21 17:36:04.525 INFO STEP 715 (remove_files) COMPLETE
74132026-08-21T17:36:05.840Z[ recovery-image] Aug 21 17:36:04.525 INFO O| Aug 21 17:36:04.525 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-08-21T17:36:05.848Z[ recovery-image] Aug 21 17:36:04.533 INFO O| Aug 21 17:36:04.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74152026-08-21T17:36:05.848Z[ recovery-image] Aug 21 17:36:04.533 INFO O| Aug 21 17:36:04.533 INFO STEP 716 (remove_files) COMPLETE
74162026-08-21T17:36:05.848Z[ recovery-image] Aug 21 17:36:04.533 INFO O| Aug 21 17:36:04.533 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-08-21T17:36:05.852Z[ recovery-image] Aug 21 17:36:04.542 INFO O| Aug 21 17:36:04.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74182026-08-21T17:36:05.852Z[ recovery-image] Aug 21 17:36:04.542 INFO O| Aug 21 17:36:04.542 INFO STEP 717 (remove_files) COMPLETE
74192026-08-21T17:36:05.852Z[ recovery-image] Aug 21 17:36:04.542 INFO O| Aug 21 17:36:04.542 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-08-21T17:36:05.860Z[ recovery-image] Aug 21 17:36:04.550 INFO O| Aug 21 17:36:04.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74212026-08-21T17:36:05.860Z[ recovery-image] Aug 21 17:36:04.550 INFO O| Aug 21 17:36:04.550 INFO STEP 718 (remove_files) COMPLETE
74222026-08-21T17:36:05.860Z[ recovery-image] Aug 21 17:36:04.550 INFO O| Aug 21 17:36:04.550 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-08-21T17:36:05.865Z[ recovery-image] Aug 21 17:36:04.557 INFO O| Aug 21 17:36:04.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74242026-08-21T17:36:05.865Z[ recovery-image] Aug 21 17:36:04.557 INFO O| Aug 21 17:36:04.557 INFO STEP 719 (remove_files) COMPLETE
74252026-08-21T17:36:05.868Z[ recovery-image] Aug 21 17:36:04.557 INFO O| Aug 21 17:36:04.557 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-08-21T17:36:05.872Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
74272026-08-21T17:36:05.876Z[ recovery-image] Aug 21 17:36:04.566 INFO O| Aug 21 17:36:04.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74282026-08-21T17:36:05.876Z[ recovery-image] Aug 21 17:36:04.567 INFO O| Aug 21 17:36:04.567 INFO STEP 720 (remove_files) COMPLETE
74292026-08-21T17:36:05.876Z[ recovery-image] Aug 21 17:36:04.567 INFO O| Aug 21 17:36:04.567 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-08-21T17:36:05.884Z[ recovery-image] Aug 21 17:36:04.575 INFO O| Aug 21 17:36:04.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74312026-08-21T17:36:05.884Z[ recovery-image] Aug 21 17:36:04.576 INFO O| Aug 21 17:36:04.576 INFO STEP 721 (remove_files) COMPLETE
74322026-08-21T17:36:05.884Z[ recovery-image] Aug 21 17:36:04.576 INFO O| Aug 21 17:36:04.576 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-08-21T17:36:05.894Z[ recovery-image] Aug 21 17:36:04.586 INFO O| Aug 21 17:36:04.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74342026-08-21T17:36:05.894Z[ recovery-image] Aug 21 17:36:04.586 INFO O| Aug 21 17:36:04.586 INFO STEP 722 (remove_files) COMPLETE
74352026-08-21T17:36:05.902Z[ recovery-image] Aug 21 17:36:04.586 INFO O| Aug 21 17:36:04.586 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-08-21T17:36:05.904Z[ recovery-image] Aug 21 17:36:04.596 INFO O| Aug 21 17:36:04.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74372026-08-21T17:36:05.904Z[ recovery-image] Aug 21 17:36:04.596 INFO O| Aug 21 17:36:04.596 INFO STEP 723 (remove_files) COMPLETE
74382026-08-21T17:36:05.905Z[ recovery-image] Aug 21 17:36:04.596 INFO O| Aug 21 17:36:04.596 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-08-21T17:36:05.913Z[ recovery-image] Aug 21 17:36:04.605 INFO O| Aug 21 17:36:04.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74402026-08-21T17:36:05.913Z[ recovery-image] Aug 21 17:36:04.605 INFO O| Aug 21 17:36:04.605 INFO STEP 724 (remove_files) COMPLETE
74412026-08-21T17:36:05.913Z[ recovery-image] Aug 21 17:36:04.605 INFO O| Aug 21 17:36:04.605 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-08-21T17:36:05.922Z[ recovery-image] Aug 21 17:36:04.614 INFO O| Aug 21 17:36:04.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74432026-08-21T17:36:05.922Z[ recovery-image] Aug 21 17:36:04.614 INFO O| Aug 21 17:36:04.614 INFO STEP 725 (remove_files) COMPLETE
74442026-08-21T17:36:05.922Z[ recovery-image] Aug 21 17:36:04.614 INFO O| Aug 21 17:36:04.614 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-08-21T17:36:05.932Z[ recovery-image] Aug 21 17:36:04.624 INFO O| Aug 21 17:36:04.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74462026-08-21T17:36:05.932Z[ recovery-image] Aug 21 17:36:04.624 INFO O| Aug 21 17:36:04.624 INFO STEP 726 (remove_files) COMPLETE
74472026-08-21T17:36:05.932Z[ recovery-image] Aug 21 17:36:04.624 INFO O| Aug 21 17:36:04.624 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-08-21T17:36:05.941Z[ recovery-image] Aug 21 17:36:04.633 INFO O| Aug 21 17:36:04.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74492026-08-21T17:36:05.941Z[ recovery-image] Aug 21 17:36:04.633 INFO O| Aug 21 17:36:04.633 INFO STEP 727 (remove_files) COMPLETE
74502026-08-21T17:36:05.941Z[ recovery-image] Aug 21 17:36:04.633 INFO O| Aug 21 17:36:04.633 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-08-21T17:36:05.950Z[ recovery-image] Aug 21 17:36:04.642 INFO O| Aug 21 17:36:04.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74522026-08-21T17:36:05.950Z[ recovery-image] Aug 21 17:36:04.642 INFO O| Aug 21 17:36:04.642 INFO STEP 728 (remove_files) COMPLETE
74532026-08-21T17:36:05.950Z[ recovery-image] Aug 21 17:36:04.642 INFO O| Aug 21 17:36:04.642 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-08-21T17:36:05.960Z[ recovery-image] Aug 21 17:36:04.652 INFO O| Aug 21 17:36:04.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74552026-08-21T17:36:05.960Z[ recovery-image] Aug 21 17:36:04.652 INFO O| Aug 21 17:36:04.652 INFO STEP 729 (remove_files) COMPLETE
74562026-08-21T17:36:05.960Z[ recovery-image] Aug 21 17:36:04.652 INFO O| Aug 21 17:36:04.652 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-08-21T17:36:05.971Z[ recovery-image] Aug 21 17:36:04.660 INFO O| Aug 21 17:36:04.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
74582026-08-21T17:36:05.971Z[ recovery-image] Aug 21 17:36:04.661 INFO O| Aug 21 17:36:04.661 INFO STEP 730 (remove_files) COMPLETE
74592026-08-21T17:36:05.971Z[ recovery-image] Aug 21 17:36:04.661 INFO O| Aug 21 17:36:04.661 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-08-21T17:36:05.979Z[ recovery-image] Aug 21 17:36:04.670 INFO O| Aug 21 17:36:04.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
74612026-08-21T17:36:05.982Z[ recovery-image] Aug 21 17:36:04.671 INFO O| Aug 21 17:36:04.671 INFO STEP 731 (remove_files) COMPLETE
74622026-08-21T17:36:05.982Z[ recovery-image] Aug 21 17:36:04.671 INFO O| Aug 21 17:36:04.671 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-08-21T17:36:05.989Z[ recovery-image] Aug 21 17:36:04.681 INFO O| Aug 21 17:36:04.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
74642026-08-21T17:36:05.989Z[ recovery-image] Aug 21 17:36:04.681 INFO O| Aug 21 17:36:04.681 INFO STEP 732 (remove_files) COMPLETE
74652026-08-21T17:36:05.989Z[ recovery-image] Aug 21 17:36:04.681 INFO O| Aug 21 17:36:04.681 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-08-21T17:36:05.998Z[ recovery-image] Aug 21 17:36:04.690 INFO O| Aug 21 17:36:04.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
74672026-08-21T17:36:05.998Z[ recovery-image] Aug 21 17:36:04.690 INFO O| Aug 21 17:36:04.690 INFO STEP 733 (remove_files) COMPLETE
74682026-08-21T17:36:06.002Z[ recovery-image] Aug 21 17:36:04.690 INFO O| Aug 21 17:36:04.690 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-08-21T17:36:06.008Z[ recovery-image] Aug 21 17:36:04.700 INFO O| Aug 21 17:36:04.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
74702026-08-21T17:36:06.008Z[ recovery-image] Aug 21 17:36:04.700 INFO O| Aug 21 17:36:04.700 INFO STEP 734 (remove_files) COMPLETE
74712026-08-21T17:36:06.008Z[ recovery-image] Aug 21 17:36:04.700 INFO O| Aug 21 17:36:04.700 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-08-21T17:36:06.019Z[ recovery-image] Aug 21 17:36:04.710 INFO O| Aug 21 17:36:04.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
74732026-08-21T17:36:06.019Z[ recovery-image] Aug 21 17:36:04.711 INFO O| Aug 21 17:36:04.711 INFO STEP 735 (remove_files) COMPLETE
74742026-08-21T17:36:06.019Z[ recovery-image] Aug 21 17:36:04.711 INFO O| Aug 21 17:36:04.711 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-08-21T17:36:06.032Z[ recovery-image] Aug 21 17:36:04.724 INFO O| Aug 21 17:36:04.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
74762026-08-21T17:36:06.032Z[ recovery-image] Aug 21 17:36:04.724 INFO O| Aug 21 17:36:04.724 INFO STEP 736 (remove_files) COMPLETE
74772026-08-21T17:36:06.036Z[ recovery-image] Aug 21 17:36:04.724 INFO O| Aug 21 17:36:04.724 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-08-21T17:36:06.041Z[ recovery-image] Aug 21 17:36:04.733 INFO O| Aug 21 17:36:04.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
74792026-08-21T17:36:06.041Z[ recovery-image] Aug 21 17:36:04.733 INFO O| Aug 21 17:36:04.733 INFO STEP 737 (remove_files) COMPLETE
74802026-08-21T17:36:06.041Z[ recovery-image] Aug 21 17:36:04.733 INFO O| Aug 21 17:36:04.733 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-08-21T17:36:06.051Z[ recovery-image] Aug 21 17:36:04.743 INFO O| Aug 21 17:36:04.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
74822026-08-21T17:36:06.051Z[ recovery-image] Aug 21 17:36:04.743 INFO O| Aug 21 17:36:04.743 INFO STEP 738 (remove_files) COMPLETE
74832026-08-21T17:36:06.051Z[ recovery-image] Aug 21 17:36:04.743 INFO O| Aug 21 17:36:04.743 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-08-21T17:36:06.060Z[ recovery-image] Aug 21 17:36:04.752 INFO O| Aug 21 17:36:04.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
74852026-08-21T17:36:06.060Z[ recovery-image] Aug 21 17:36:04.752 INFO O| Aug 21 17:36:04.752 INFO STEP 739 (remove_files) COMPLETE
74862026-08-21T17:36:06.060Z[ recovery-image] Aug 21 17:36:04.752 INFO O| Aug 21 17:36:04.752 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-08-21T17:36:06.068Z[ recovery-image] Aug 21 17:36:04.760 INFO O| Aug 21 17:36:04.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
74882026-08-21T17:36:06.068Z[ recovery-image] Aug 21 17:36:04.760 INFO O| Aug 21 17:36:04.760 INFO STEP 740 (remove_files) COMPLETE
74892026-08-21T17:36:06.071Z[ recovery-image] Aug 21 17:36:04.760 INFO O| Aug 21 17:36:04.760 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-08-21T17:36:06.077Z[ recovery-image] Aug 21 17:36:04.769 INFO O| Aug 21 17:36:04.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
74912026-08-21T17:36:06.077Z[ recovery-image] Aug 21 17:36:04.769 INFO O| Aug 21 17:36:04.769 INFO STEP 741 (remove_files) COMPLETE
74922026-08-21T17:36:06.080Z[ recovery-image] Aug 21 17:36:04.769 INFO O| Aug 21 17:36:04.769 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-08-21T17:36:06.086Z[ recovery-image] Aug 21 17:36:04.778 INFO O| Aug 21 17:36:04.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
74942026-08-21T17:36:06.087Z[ recovery-image] Aug 21 17:36:04.778 INFO O| Aug 21 17:36:04.778 INFO STEP 742 (remove_files) COMPLETE
74952026-08-21T17:36:06.090Z[ recovery-image] Aug 21 17:36:04.778 INFO O| Aug 21 17:36:04.778 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-08-21T17:36:06.095Z[ recovery-image] Aug 21 17:36:04.787 INFO O| Aug 21 17:36:04.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
74972026-08-21T17:36:06.095Z[ recovery-image] Aug 21 17:36:04.787 INFO O| Aug 21 17:36:04.787 INFO STEP 743 (remove_files) COMPLETE
74982026-08-21T17:36:06.095Z[ recovery-image] Aug 21 17:36:04.787 INFO O| Aug 21 17:36:04.787 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-08-21T17:36:06.106Z[ recovery-image] Aug 21 17:36:04.797 INFO O| Aug 21 17:36:04.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75002026-08-21T17:36:06.106Z[ recovery-image] Aug 21 17:36:04.798 INFO O| Aug 21 17:36:04.798 INFO STEP 744 (remove_files) COMPLETE
75012026-08-21T17:36:06.109Z[ recovery-image] Aug 21 17:36:04.798 INFO O| Aug 21 17:36:04.798 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-08-21T17:36:06.116Z[ recovery-image] Aug 21 17:36:04.808 INFO O| Aug 21 17:36:04.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75032026-08-21T17:36:06.119Z[ recovery-image] Aug 21 17:36:04.809 INFO O| Aug 21 17:36:04.809 INFO STEP 745 (remove_files) COMPLETE
75042026-08-21T17:36:06.119Z[ recovery-image] Aug 21 17:36:04.809 INFO O| Aug 21 17:36:04.809 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-08-21T17:36:06.126Z[ recovery-image] Aug 21 17:36:04.818 INFO O| Aug 21 17:36:04.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75062026-08-21T17:36:06.126Z[ recovery-image] Aug 21 17:36:04.818 INFO O| Aug 21 17:36:04.818 INFO STEP 746 (remove_files) COMPLETE
75072026-08-21T17:36:06.126Z[ recovery-image] Aug 21 17:36:04.818 INFO O| Aug 21 17:36:04.818 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-08-21T17:36:06.135Z[ recovery-image] Aug 21 17:36:04.827 INFO O| Aug 21 17:36:04.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75092026-08-21T17:36:06.135Z[ recovery-image] Aug 21 17:36:04.827 INFO O| Aug 21 17:36:04.827 INFO STEP 747 (remove_files) COMPLETE
75102026-08-21T17:36:06.135Z[ recovery-image] Aug 21 17:36:04.827 INFO O| Aug 21 17:36:04.827 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-08-21T17:36:06.144Z[ recovery-image] Aug 21 17:36:04.836 INFO O| Aug 21 17:36:04.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75122026-08-21T17:36:06.144Z[ recovery-image] Aug 21 17:36:04.836 INFO O| Aug 21 17:36:04.836 INFO STEP 748 (remove_files) COMPLETE
75132026-08-21T17:36:06.145Z[ recovery-image] Aug 21 17:36:04.836 INFO O| Aug 21 17:36:04.836 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-08-21T17:36:06.154Z[ recovery-image] Aug 21 17:36:04.845 INFO O| Aug 21 17:36:04.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75152026-08-21T17:36:06.154Z[ recovery-image] Aug 21 17:36:04.845 INFO O| Aug 21 17:36:04.845 INFO STEP 749 (remove_files) COMPLETE
75162026-08-21T17:36:06.157Z[ recovery-image] Aug 21 17:36:04.845 INFO O| Aug 21 17:36:04.845 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-08-21T17:36:06.162Z[ recovery-image] Aug 21 17:36:04.854 INFO O| Aug 21 17:36:04.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75182026-08-21T17:36:06.162Z[ recovery-image] Aug 21 17:36:04.854 INFO O| Aug 21 17:36:04.854 INFO STEP 750 (remove_files) COMPLETE
75192026-08-21T17:36:06.162Z[ recovery-image] Aug 21 17:36:04.854 INFO O| Aug 21 17:36:04.854 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-08-21T17:36:06.172Z[ recovery-image] Aug 21 17:36:04.862 INFO O| Aug 21 17:36:04.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75212026-08-21T17:36:06.172Z[ recovery-image] Aug 21 17:36:04.862 INFO O| Aug 21 17:36:04.862 INFO STEP 751 (remove_files) COMPLETE
75222026-08-21T17:36:06.172Z[ recovery-image] Aug 21 17:36:04.862 INFO O| Aug 21 17:36:04.862 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-08-21T17:36:06.179Z[ recovery-image] Aug 21 17:36:04.871 INFO O| Aug 21 17:36:04.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75242026-08-21T17:36:06.179Z[ recovery-image] Aug 21 17:36:04.871 INFO O| Aug 21 17:36:04.871 INFO STEP 752 (remove_files) COMPLETE
75252026-08-21T17:36:06.179Z[ recovery-image] Aug 21 17:36:04.871 INFO O| Aug 21 17:36:04.871 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-08-21T17:36:06.188Z[ recovery-image] Aug 21 17:36:04.880 INFO O| Aug 21 17:36:04.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75272026-08-21T17:36:06.189Z[ recovery-image] Aug 21 17:36:04.880 INFO O| Aug 21 17:36:04.880 INFO STEP 753 (remove_files) COMPLETE
75282026-08-21T17:36:06.192Z[ recovery-image] Aug 21 17:36:04.880 INFO O| Aug 21 17:36:04.880 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-08-21T17:36:06.202Z[ recovery-image] Aug 21 17:36:04.894 INFO O| Aug 21 17:36:04.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75302026-08-21T17:36:06.202Z[ recovery-image] Aug 21 17:36:04.894 INFO O| Aug 21 17:36:04.894 INFO STEP 754 (remove_files) COMPLETE
75312026-08-21T17:36:06.206Z[ recovery-image] Aug 21 17:36:04.894 INFO O| Aug 21 17:36:04.894 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-08-21T17:36:06.211Z[ recovery-image] Aug 21 17:36:04.903 INFO O| Aug 21 17:36:04.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75332026-08-21T17:36:06.211Z[ recovery-image] Aug 21 17:36:04.903 INFO O| Aug 21 17:36:04.903 INFO STEP 755 (remove_files) COMPLETE
75342026-08-21T17:36:06.211Z[ recovery-image] Aug 21 17:36:04.903 INFO O| Aug 21 17:36:04.903 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-08-21T17:36:06.223Z[ recovery-image] Aug 21 17:36:04.915 INFO O| Aug 21 17:36:04.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75362026-08-21T17:36:06.223Z[ recovery-image] Aug 21 17:36:04.915 INFO O| Aug 21 17:36:04.915 INFO STEP 756 (remove_files) COMPLETE
75372026-08-21T17:36:06.223Z[ recovery-image] Aug 21 17:36:04.915 INFO O| Aug 21 17:36:04.915 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-08-21T17:36:06.234Z[ recovery-image] Aug 21 17:36:04.926 INFO O| Aug 21 17:36:04.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75392026-08-21T17:36:06.234Z[ recovery-image] Aug 21 17:36:04.926 INFO O| Aug 21 17:36:04.926 INFO STEP 757 (remove_files) COMPLETE
75402026-08-21T17:36:06.234Z[ recovery-image] Aug 21 17:36:04.926 INFO O| Aug 21 17:36:04.926 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-08-21T17:36:06.245Z[ recovery-image] Aug 21 17:36:04.937 INFO O| Aug 21 17:36:04.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75422026-08-21T17:36:06.246Z[ recovery-image] Aug 21 17:36:04.937 INFO O| Aug 21 17:36:04.937 INFO STEP 758 (remove_files) COMPLETE
75432026-08-21T17:36:06.246Z[ recovery-image] Aug 21 17:36:04.937 INFO O| Aug 21 17:36:04.937 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-08-21T17:36:06.254Z[ recovery-image] Aug 21 17:36:04.946 INFO O| Aug 21 17:36:04.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75452026-08-21T17:36:06.255Z[ recovery-image] Aug 21 17:36:04.946 INFO O| Aug 21 17:36:04.946 INFO STEP 759 (remove_files) COMPLETE
75462026-08-21T17:36:06.257Z[ recovery-image] Aug 21 17:36:04.946 INFO O| Aug 21 17:36:04.946 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-08-21T17:36:06.283Z[ recovery-image] Aug 21 17:36:04.973 INFO O| Aug 21 17:36:04.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75482026-08-21T17:36:06.283Z[ recovery-image] Aug 21 17:36:04.973 INFO O| Aug 21 17:36:04.973 INFO STEP 760 (remove_files) COMPLETE
75492026-08-21T17:36:06.283Z[ recovery-image] Aug 21 17:36:04.973 INFO O| Aug 21 17:36:04.973 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-08-21T17:36:06.291Z[ recovery-image] Aug 21 17:36:04.983 INFO O| Aug 21 17:36:04.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75512026-08-21T17:36:06.291Z[ recovery-image] Aug 21 17:36:04.983 INFO O| Aug 21 17:36:04.983 INFO STEP 761 (remove_files) COMPLETE
75522026-08-21T17:36:06.291Z[ recovery-image] Aug 21 17:36:04.983 INFO O| Aug 21 17:36:04.983 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-08-21T17:36:06.306Z[ recovery-image] Aug 21 17:36:04.997 INFO O| Aug 21 17:36:04.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75542026-08-21T17:36:06.306Z[ recovery-image] Aug 21 17:36:04.997 INFO O| Aug 21 17:36:04.997 INFO STEP 762 (remove_files) COMPLETE
75552026-08-21T17:36:06.306Z[ recovery-image] Aug 21 17:36:04.997 INFO O| Aug 21 17:36:04.997 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-08-21T17:36:06.316Z[ recovery-image] Aug 21 17:36:05.008 INFO O| Aug 21 17:36:05.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
75572026-08-21T17:36:06.316Z[ recovery-image] Aug 21 17:36:05.008 INFO O| Aug 21 17:36:05.008 INFO STEP 763 (remove_files) COMPLETE
75582026-08-21T17:36:06.316Z[ recovery-image] Aug 21 17:36:05.008 INFO O| Aug 21 17:36:05.008 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-08-21T17:36:06.325Z[ recovery-image] Aug 21 17:36:05.017 INFO O| Aug 21 17:36:05.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
75602026-08-21T17:36:06.325Z[ recovery-image] Aug 21 17:36:05.017 INFO O| Aug 21 17:36:05.017 INFO STEP 764 (remove_files) COMPLETE
75612026-08-21T17:36:06.325Z[ recovery-image] Aug 21 17:36:05.017 INFO O| Aug 21 17:36:05.017 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-08-21T17:36:06.334Z[ recovery-image] Aug 21 17:36:05.026 INFO O| Aug 21 17:36:05.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
75632026-08-21T17:36:06.334Z[ recovery-image] Aug 21 17:36:05.026 INFO O| Aug 21 17:36:05.026 INFO STEP 765 (remove_files) COMPLETE
75642026-08-21T17:36:06.334Z[ recovery-image] Aug 21 17:36:05.026 INFO O| Aug 21 17:36:05.026 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-08-21T17:36:06.347Z[ recovery-image] Aug 21 17:36:05.039 INFO O| Aug 21 17:36:05.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
75662026-08-21T17:36:06.347Z[ recovery-image] Aug 21 17:36:05.039 INFO O| Aug 21 17:36:05.039 INFO STEP 766 (remove_files) COMPLETE
75672026-08-21T17:36:06.347Z[ recovery-image] Aug 21 17:36:05.039 INFO O| Aug 21 17:36:05.039 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-08-21T17:36:06.366Z[ recovery-image] Aug 21 17:36:05.057 INFO O| Aug 21 17:36:05.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
75692026-08-21T17:36:06.366Z[ recovery-image] Aug 21 17:36:05.057 INFO O| Aug 21 17:36:05.057 INFO STEP 767 (remove_files) COMPLETE
75702026-08-21T17:36:06.366Z[ recovery-image] Aug 21 17:36:05.057 INFO O| Aug 21 17:36:05.057 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-08-21T17:36:06.376Z[ recovery-image] Aug 21 17:36:05.067 INFO O| Aug 21 17:36:05.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
75722026-08-21T17:36:06.376Z[ recovery-image] Aug 21 17:36:05.067 INFO O| Aug 21 17:36:05.067 INFO STEP 768 (remove_files) COMPLETE
75732026-08-21T17:36:06.377Z[ recovery-image] Aug 21 17:36:05.067 INFO O| Aug 21 17:36:05.067 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-08-21T17:36:06.385Z[ recovery-image] Aug 21 17:36:05.077 INFO O| Aug 21 17:36:05.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
75752026-08-21T17:36:06.385Z[ recovery-image] Aug 21 17:36:05.077 INFO O| Aug 21 17:36:05.077 INFO STEP 769 (remove_files) COMPLETE
75762026-08-21T17:36:06.385Z[ recovery-image] Aug 21 17:36:05.077 INFO O| Aug 21 17:36:05.077 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-08-21T17:36:06.397Z[ recovery-image] Aug 21 17:36:05.086 INFO O| Aug 21 17:36:05.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
75782026-08-21T17:36:06.397Z[ recovery-image] Aug 21 17:36:05.086 INFO O| Aug 21 17:36:05.086 INFO STEP 770 (remove_files) COMPLETE
75792026-08-21T17:36:06.397Z[ recovery-image] Aug 21 17:36:05.086 INFO O| Aug 21 17:36:05.086 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-08-21T17:36:06.401Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
75812026-08-21T17:36:06.406Z[ recovery-image] Aug 21 17:36:05.097 INFO O| Aug 21 17:36:05.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
75822026-08-21T17:36:06.406Z[ recovery-image] Aug 21 17:36:05.097 INFO O| Aug 21 17:36:05.097 INFO STEP 771 (remove_files) COMPLETE
75832026-08-21T17:36:06.406Z[ recovery-image] Aug 21 17:36:05.097 INFO O| Aug 21 17:36:05.097 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-08-21T17:36:06.414Z[ recovery-image] Aug 21 17:36:05.106 INFO O| Aug 21 17:36:05.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
75852026-08-21T17:36:06.417Z[ recovery-image] Aug 21 17:36:05.107 INFO O| Aug 21 17:36:05.107 INFO STEP 772 (remove_files) COMPLETE
75862026-08-21T17:36:06.417Z[ recovery-image] Aug 21 17:36:05.107 INFO O| Aug 21 17:36:05.107 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-08-21T17:36:06.427Z[ recovery-image] Aug 21 17:36:05.116 INFO O| Aug 21 17:36:05.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
75882026-08-21T17:36:06.427Z[ recovery-image] Aug 21 17:36:05.116 INFO O| Aug 21 17:36:05.116 INFO STEP 773 (remove_files) COMPLETE
75892026-08-21T17:36:06.427Z[ recovery-image] Aug 21 17:36:05.116 INFO O| Aug 21 17:36:05.116 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-08-21T17:36:06.435Z[ recovery-image] Aug 21 17:36:05.125 INFO O| Aug 21 17:36:05.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
75912026-08-21T17:36:06.435Z[ recovery-image] Aug 21 17:36:05.125 INFO O| Aug 21 17:36:05.125 INFO STEP 774 (remove_files) COMPLETE
75922026-08-21T17:36:06.435Z[ recovery-image] Aug 21 17:36:05.125 INFO O| Aug 21 17:36:05.125 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-08-21T17:36:06.442Z[ recovery-image] Aug 21 17:36:05.134 INFO O| Aug 21 17:36:05.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
75942026-08-21T17:36:06.442Z[ recovery-image] Aug 21 17:36:05.134 INFO O| Aug 21 17:36:05.134 INFO STEP 775 (remove_files) COMPLETE
75952026-08-21T17:36:06.442Z[ recovery-image] Aug 21 17:36:05.134 INFO O| Aug 21 17:36:05.134 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-08-21T17:36:06.452Z[ recovery-image] Aug 21 17:36:05.144 INFO O| Aug 21 17:36:05.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
75972026-08-21T17:36:06.453Z[ recovery-image] Aug 21 17:36:05.144 INFO O| Aug 21 17:36:05.144 INFO STEP 776 (remove_files) COMPLETE
75982026-08-21T17:36:06.453Z[ recovery-image] Aug 21 17:36:05.144 INFO O| Aug 21 17:36:05.144 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-08-21T17:36:06.462Z[ recovery-image] Aug 21 17:36:05.154 INFO O| Aug 21 17:36:05.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76002026-08-21T17:36:06.462Z[ recovery-image] Aug 21 17:36:05.154 INFO O| Aug 21 17:36:05.154 INFO STEP 777 (remove_files) COMPLETE
76012026-08-21T17:36:06.465Z[ recovery-image] Aug 21 17:36:05.154 INFO O| Aug 21 17:36:05.154 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-08-21T17:36:06.471Z[ recovery-image] Aug 21 17:36:05.163 INFO O| Aug 21 17:36:05.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76032026-08-21T17:36:06.471Z[ recovery-image] Aug 21 17:36:05.163 INFO O| Aug 21 17:36:05.163 INFO STEP 778 (remove_files) COMPLETE
76042026-08-21T17:36:06.476Z[ recovery-image] Aug 21 17:36:05.163 INFO O| Aug 21 17:36:05.163 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-08-21T17:36:06.483Z[ recovery-image] Aug 21 17:36:05.172 INFO O| Aug 21 17:36:05.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76062026-08-21T17:36:06.487Z[ recovery-image] Aug 21 17:36:05.172 INFO O| Aug 21 17:36:05.172 INFO STEP 779 (remove_files) COMPLETE
76072026-08-21T17:36:06.487Z[ recovery-image] Aug 21 17:36:05.172 INFO O| Aug 21 17:36:05.172 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-08-21T17:36:06.490Z[ recovery-image] Aug 21 17:36:05.181 INFO O| Aug 21 17:36:05.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76092026-08-21T17:36:06.490Z[ recovery-image] Aug 21 17:36:05.181 INFO O| Aug 21 17:36:05.181 INFO STEP 780 (remove_files) COMPLETE
76102026-08-21T17:36:06.490Z[ recovery-image] Aug 21 17:36:05.181 INFO O| Aug 21 17:36:05.181 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-08-21T17:36:06.500Z[ recovery-image] Aug 21 17:36:05.192 INFO O| Aug 21 17:36:05.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76122026-08-21T17:36:06.500Z[ recovery-image] Aug 21 17:36:05.192 INFO O| Aug 21 17:36:05.192 INFO STEP 781 (remove_files) COMPLETE
76132026-08-21T17:36:06.500Z[ recovery-image] Aug 21 17:36:05.192 INFO O| Aug 21 17:36:05.192 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-08-21T17:36:06.510Z[ recovery-image] Aug 21 17:36:05.202 INFO O| Aug 21 17:36:05.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76152026-08-21T17:36:06.510Z[ recovery-image] Aug 21 17:36:05.202 INFO O| Aug 21 17:36:05.202 INFO STEP 782 (remove_files) COMPLETE
76162026-08-21T17:36:06.513Z[ recovery-image] Aug 21 17:36:05.202 INFO O| Aug 21 17:36:05.202 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-08-21T17:36:06.521Z[ recovery-image] Aug 21 17:36:05.212 INFO O| Aug 21 17:36:05.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76182026-08-21T17:36:06.521Z[ recovery-image] Aug 21 17:36:05.212 INFO O| Aug 21 17:36:05.212 INFO STEP 783 (remove_files) COMPLETE
76192026-08-21T17:36:06.521Z[ recovery-image] Aug 21 17:36:05.212 INFO O| Aug 21 17:36:05.212 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-08-21T17:36:06.532Z[ recovery-image] Aug 21 17:36:05.222 INFO O| Aug 21 17:36:05.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76212026-08-21T17:36:06.532Z[ recovery-image] Aug 21 17:36:05.222 INFO O| Aug 21 17:36:05.222 INFO STEP 784 (remove_files) COMPLETE
76222026-08-21T17:36:06.537Z[ recovery-image] Aug 21 17:36:05.222 INFO O| Aug 21 17:36:05.222 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-08-21T17:36:06.541Z[ recovery-image] Aug 21 17:36:05.233 INFO O| Aug 21 17:36:05.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76242026-08-21T17:36:06.541Z[ recovery-image] Aug 21 17:36:05.233 INFO O| Aug 21 17:36:05.233 INFO STEP 785 (remove_files) COMPLETE
76252026-08-21T17:36:06.541Z[ recovery-image] Aug 21 17:36:05.233 INFO O| Aug 21 17:36:05.233 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-08-21T17:36:06.552Z[ recovery-image] Aug 21 17:36:05.243 INFO O| Aug 21 17:36:05.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76272026-08-21T17:36:06.552Z[ recovery-image] Aug 21 17:36:05.243 INFO O| Aug 21 17:36:05.243 INFO STEP 786 (remove_files) COMPLETE
76282026-08-21T17:36:06.552Z[ recovery-image] Aug 21 17:36:05.243 INFO O| Aug 21 17:36:05.243 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-08-21T17:36:06.560Z[ recovery-image] Aug 21 17:36:05.252 INFO O| Aug 21 17:36:05.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76302026-08-21T17:36:06.560Z[ recovery-image] Aug 21 17:36:05.252 INFO O| Aug 21 17:36:05.252 INFO STEP 787 (remove_files) COMPLETE
76312026-08-21T17:36:06.563Z[ recovery-image] Aug 21 17:36:05.252 INFO O| Aug 21 17:36:05.252 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-08-21T17:36:06.569Z[ recovery-image] Aug 21 17:36:05.261 INFO O| Aug 21 17:36:05.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76332026-08-21T17:36:06.570Z[ recovery-image] Aug 21 17:36:05.261 INFO O| Aug 21 17:36:05.261 INFO STEP 788 (remove_files) COMPLETE
76342026-08-21T17:36:06.573Z[ recovery-image] Aug 21 17:36:05.261 INFO O| Aug 21 17:36:05.261 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-08-21T17:36:06.578Z[ recovery-image] Aug 21 17:36:05.269 INFO O| Aug 21 17:36:05.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76362026-08-21T17:36:06.578Z[ recovery-image] Aug 21 17:36:05.270 INFO O| Aug 21 17:36:05.270 INFO STEP 789 (remove_files) COMPLETE
76372026-08-21T17:36:06.581Z[ recovery-image] Aug 21 17:36:05.270 INFO O| Aug 21 17:36:05.270 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-08-21T17:36:06.586Z[ recovery-image] Aug 21 17:36:05.278 INFO O| Aug 21 17:36:05.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76392026-08-21T17:36:06.587Z[ recovery-image] Aug 21 17:36:05.278 INFO O| Aug 21 17:36:05.278 INFO STEP 790 (remove_files) COMPLETE
76402026-08-21T17:36:06.587Z[ recovery-image] Aug 21 17:36:05.278 INFO O| Aug 21 17:36:05.278 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76412026-08-21T17:36:06.592Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
76422026-08-21T17:36:06.596Z[ recovery-image] Aug 21 17:36:05.288 INFO O| Aug 21 17:36:05.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76432026-08-21T17:36:06.596Z[ recovery-image] Aug 21 17:36:05.288 INFO O| Aug 21 17:36:05.288 INFO STEP 791 (remove_files) COMPLETE
76442026-08-21T17:36:06.597Z[ recovery-image] Aug 21 17:36:05.288 INFO O| Aug 21 17:36:05.288 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-08-21T17:36:06.606Z[ recovery-image] Aug 21 17:36:05.297 INFO O| Aug 21 17:36:05.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76462026-08-21T17:36:06.606Z[ recovery-image] Aug 21 17:36:05.298 INFO O| Aug 21 17:36:05.297 INFO STEP 792 (remove_files) COMPLETE
76472026-08-21T17:36:06.606Z[ recovery-image] Aug 21 17:36:05.298 INFO O| Aug 21 17:36:05.297 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-08-21T17:36:06.614Z[ recovery-image] Aug 21 17:36:05.306 INFO O| Aug 21 17:36:05.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76492026-08-21T17:36:06.614Z[ recovery-image] Aug 21 17:36:05.306 INFO O| Aug 21 17:36:05.306 INFO STEP 793 (remove_files) COMPLETE
76502026-08-21T17:36:06.614Z[ recovery-image] Aug 21 17:36:05.306 INFO O| Aug 21 17:36:05.306 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-08-21T17:36:06.622Z[ recovery-image] Aug 21 17:36:05.314 INFO O| Aug 21 17:36:05.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76522026-08-21T17:36:06.622Z[ recovery-image] Aug 21 17:36:05.314 INFO O| Aug 21 17:36:05.314 INFO STEP 794 (remove_files) COMPLETE
76532026-08-21T17:36:06.623Z[ recovery-image] Aug 21 17:36:05.314 INFO O| Aug 21 17:36:05.314 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-08-21T17:36:06.631Z[ recovery-image] Aug 21 17:36:05.323 INFO O| Aug 21 17:36:05.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76552026-08-21T17:36:06.632Z[ recovery-image] Aug 21 17:36:05.323 INFO O| Aug 21 17:36:05.323 INFO STEP 795 (remove_files) COMPLETE
76562026-08-21T17:36:06.632Z[ recovery-image] Aug 21 17:36:05.323 INFO O| Aug 21 17:36:05.323 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-08-21T17:36:06.639Z[ recovery-image] Aug 21 17:36:05.331 INFO O| Aug 21 17:36:05.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
76582026-08-21T17:36:06.639Z[ recovery-image] Aug 21 17:36:05.331 INFO O| Aug 21 17:36:05.331 INFO STEP 796 (remove_files) COMPLETE
76592026-08-21T17:36:06.644Z[ recovery-image] Aug 21 17:36:05.331 INFO O| Aug 21 17:36:05.331 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-08-21T17:36:06.650Z[ recovery-image] Aug 21 17:36:05.341 INFO O| Aug 21 17:36:05.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
76612026-08-21T17:36:06.655Z[ recovery-image] Aug 21 17:36:05.341 INFO O| Aug 21 17:36:05.341 INFO STEP 797 (remove_files) COMPLETE
76622026-08-21T17:36:06.655Z[ recovery-image] Aug 21 17:36:05.341 INFO O| Aug 21 17:36:05.341 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-08-21T17:36:06.659Z[ recovery-image] Aug 21 17:36:05.350 INFO O| Aug 21 17:36:05.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
76642026-08-21T17:36:06.659Z[ recovery-image] Aug 21 17:36:05.350 INFO O| Aug 21 17:36:05.350 INFO STEP 798 (remove_files) COMPLETE
76652026-08-21T17:36:06.659Z[ recovery-image] Aug 21 17:36:05.350 INFO O| Aug 21 17:36:05.350 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-08-21T17:36:06.664Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
76672026-08-21T17:36:06.670Z[ recovery-image] Aug 21 17:36:05.360 INFO O| Aug 21 17:36:05.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
76682026-08-21T17:36:06.670Z[ recovery-image] Aug 21 17:36:05.360 INFO O| Aug 21 17:36:05.360 INFO STEP 799 (remove_files) COMPLETE
76692026-08-21T17:36:06.675Z[ recovery-image] Aug 21 17:36:05.360 INFO O| Aug 21 17:36:05.360 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-08-21T17:36:06.678Z[ recovery-image] Aug 21 17:36:05.370 INFO O| Aug 21 17:36:05.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
76712026-08-21T17:36:06.682Z[ recovery-image] Aug 21 17:36:05.371 INFO O| Aug 21 17:36:05.371 INFO STEP 800 (remove_files) COMPLETE
76722026-08-21T17:36:06.682Z[ recovery-image] Aug 21 17:36:05.371 INFO O| Aug 21 17:36:05.371 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-08-21T17:36:06.690Z[ recovery-image] Aug 21 17:36:05.381 INFO O| Aug 21 17:36:05.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
76742026-08-21T17:36:06.690Z[ recovery-image] Aug 21 17:36:05.382 INFO O| Aug 21 17:36:05.382 INFO STEP 801 (remove_files) COMPLETE
76752026-08-21T17:36:06.694Z[ recovery-image] Aug 21 17:36:05.382 INFO O| Aug 21 17:36:05.382 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-08-21T17:36:06.700Z[ recovery-image] Aug 21 17:36:05.391 INFO O| Aug 21 17:36:05.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
76772026-08-21T17:36:06.700Z[ recovery-image] Aug 21 17:36:05.391 INFO O| Aug 21 17:36:05.391 INFO STEP 802 (remove_files) COMPLETE
76782026-08-21T17:36:06.700Z[ recovery-image] Aug 21 17:36:05.391 INFO O| Aug 21 17:36:05.391 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-08-21T17:36:06.709Z[ recovery-image] Aug 21 17:36:05.401 INFO O| Aug 21 17:36:05.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
76802026-08-21T17:36:06.716Z[ recovery-image] Aug 21 17:36:05.402 INFO O| Aug 21 17:36:05.402 INFO STEP 803 (remove_files) COMPLETE
76812026-08-21T17:36:06.716Z[ recovery-image] Aug 21 17:36:05.402 INFO O| Aug 21 17:36:05.402 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-08-21T17:36:06.721Z[ recovery-image] Aug 21 17:36:05.413 INFO O| Aug 21 17:36:05.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
76832026-08-21T17:36:06.721Z[ recovery-image] Aug 21 17:36:05.413 INFO O| Aug 21 17:36:05.413 INFO STEP 804 (remove_files) COMPLETE
76842026-08-21T17:36:06.727Z[ recovery-image] Aug 21 17:36:05.413 INFO O| Aug 21 17:36:05.413 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-08-21T17:36:06.732Z[ recovery-image] Aug 21 17:36:05.423 INFO O| Aug 21 17:36:05.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
76862026-08-21T17:36:06.732Z[ recovery-image] Aug 21 17:36:05.423 INFO O| Aug 21 17:36:05.423 INFO STEP 805 (remove_files) COMPLETE
76872026-08-21T17:36:06.732Z[ recovery-image] Aug 21 17:36:05.423 INFO O| Aug 21 17:36:05.423 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-08-21T17:36:06.742Z[ recovery-image] Aug 21 17:36:05.433 INFO O| Aug 21 17:36:05.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
76892026-08-21T17:36:06.742Z[ recovery-image] Aug 21 17:36:05.433 INFO O| Aug 21 17:36:05.433 INFO STEP 806 (remove_files) COMPLETE
76902026-08-21T17:36:06.742Z[ recovery-image] Aug 21 17:36:05.433 INFO O| Aug 21 17:36:05.433 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-08-21T17:36:06.752Z[ recovery-image] Aug 21 17:36:05.443 INFO O| Aug 21 17:36:05.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
76922026-08-21T17:36:06.752Z[ recovery-image] Aug 21 17:36:05.443 INFO O| Aug 21 17:36:05.443 INFO STEP 807 (remove_files) COMPLETE
76932026-08-21T17:36:06.752Z[ recovery-image] Aug 21 17:36:05.443 INFO O| Aug 21 17:36:05.443 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-08-21T17:36:06.761Z[ recovery-image] Aug 21 17:36:05.453 INFO O| Aug 21 17:36:05.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
76952026-08-21T17:36:06.762Z[ recovery-image] Aug 21 17:36:05.453 INFO O| Aug 21 17:36:05.453 INFO STEP 808 (remove_files) COMPLETE
76962026-08-21T17:36:06.762Z[ recovery-image] Aug 21 17:36:05.453 INFO O| Aug 21 17:36:05.453 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76972026-08-21T17:36:06.775Z[ recovery-image] Aug 21 17:36:05.463 INFO O| Aug 21 17:36:05.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
76982026-08-21T17:36:06.775Z[ recovery-image] Aug 21 17:36:05.463 INFO O| Aug 21 17:36:05.463 INFO STEP 809 (remove_files) COMPLETE
76992026-08-21T17:36:06.775Z[ recovery-image] Aug 21 17:36:05.463 INFO O| Aug 21 17:36:05.463 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-08-21T17:36:06.787Z[ recovery-image] Aug 21 17:36:05.473 INFO O| Aug 21 17:36:05.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77012026-08-21T17:36:06.787Z[ recovery-image] Aug 21 17:36:05.473 INFO O| Aug 21 17:36:05.473 INFO STEP 810 (remove_files) COMPLETE
77022026-08-21T17:36:06.794Z[ recovery-image] Aug 21 17:36:05.473 INFO O| Aug 21 17:36:05.473 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-08-21T17:36:06.794Z[ recovery-image] Aug 21 17:36:05.482 INFO O| Aug 21 17:36:05.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77042026-08-21T17:36:06.794Z[ recovery-image] Aug 21 17:36:05.482 INFO O| Aug 21 17:36:05.482 INFO STEP 811 (remove_files) COMPLETE
77052026-08-21T17:36:06.794Z[ recovery-image] Aug 21 17:36:05.482 INFO O| Aug 21 17:36:05.482 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-08-21T17:36:06.800Z[ recovery-image] Aug 21 17:36:05.491 INFO O| Aug 21 17:36:05.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77072026-08-21T17:36:06.804Z[ recovery-image] Aug 21 17:36:05.491 INFO O| Aug 21 17:36:05.491 INFO STEP 812 (remove_files) COMPLETE
77082026-08-21T17:36:06.814Z[ recovery-image] Aug 21 17:36:05.491 INFO O| Aug 21 17:36:05.491 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-08-21T17:36:06.828Z[ recovery-image] Aug 21 17:36:05.501 INFO O| Aug 21 17:36:05.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77102026-08-21T17:36:06.828Z[ recovery-image] Aug 21 17:36:05.501 INFO O| Aug 21 17:36:05.501 INFO STEP 813 (remove_files) COMPLETE
77112026-08-21T17:36:06.828Z[ recovery-image] Aug 21 17:36:05.501 INFO O| Aug 21 17:36:05.501 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-08-21T17:36:06.843Z[ recovery-image] Aug 21 17:36:05.511 INFO O| Aug 21 17:36:05.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77132026-08-21T17:36:06.843Z[ recovery-image] Aug 21 17:36:05.511 INFO O| Aug 21 17:36:05.511 INFO STEP 814 (remove_files) COMPLETE
77142026-08-21T17:36:06.843Z[ recovery-image] Aug 21 17:36:05.511 INFO O| Aug 21 17:36:05.511 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-08-21T17:36:06.843Z[ recovery-image] Aug 21 17:36:05.522 INFO O| Aug 21 17:36:05.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77162026-08-21T17:36:06.843Z[ recovery-image] Aug 21 17:36:05.523 INFO O| Aug 21 17:36:05.523 INFO STEP 815 (remove_files) COMPLETE
77172026-08-21T17:36:06.843Z[ recovery-image] Aug 21 17:36:05.523 INFO O| Aug 21 17:36:05.523 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-08-21T17:36:06.874Z[ recovery-image] Aug 21 17:36:05.535 INFO O| Aug 21 17:36:05.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77192026-08-21T17:36:06.874Z[ recovery-image] Aug 21 17:36:05.535 INFO O| Aug 21 17:36:05.535 INFO STEP 816 (remove_files) COMPLETE
77202026-08-21T17:36:06.874Z[ recovery-image] Aug 21 17:36:05.535 INFO O| Aug 21 17:36:05.535 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-08-21T17:36:06.880Z[ recovery-image] Aug 21 17:36:05.544 INFO O| Aug 21 17:36:05.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77222026-08-21T17:36:06.880Z[ recovery-image] Aug 21 17:36:05.544 INFO O| Aug 21 17:36:05.544 INFO STEP 817 (remove_files) COMPLETE
77232026-08-21T17:36:06.880Z[ recovery-image] Aug 21 17:36:05.544 INFO O| Aug 21 17:36:05.544 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-08-21T17:36:06.880Z[ recovery-image] Aug 21 17:36:05.553 INFO O| Aug 21 17:36:05.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77252026-08-21T17:36:06.880Z[ recovery-image] Aug 21 17:36:05.553 INFO O| Aug 21 17:36:05.553 INFO STEP 818 (remove_files) COMPLETE
77262026-08-21T17:36:06.880Z[ recovery-image] Aug 21 17:36:05.553 INFO O| Aug 21 17:36:05.553 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-08-21T17:36:06.880Z[ recovery-image] Aug 21 17:36:05.562 INFO O| Aug 21 17:36:05.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77282026-08-21T17:36:06.880Z[ recovery-image] Aug 21 17:36:05.562 INFO O| Aug 21 17:36:05.562 INFO STEP 819 (remove_files) COMPLETE
77292026-08-21T17:36:06.880Z[ recovery-image] Aug 21 17:36:05.562 INFO O| Aug 21 17:36:05.562 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-08-21T17:36:06.880Z[ recovery-image] Aug 21 17:36:05.571 INFO O| Aug 21 17:36:05.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77312026-08-21T17:36:06.880Z[ recovery-image] Aug 21 17:36:05.571 INFO O| Aug 21 17:36:05.571 INFO STEP 820 (remove_files) COMPLETE
77322026-08-21T17:36:06.880Z[ recovery-image] Aug 21 17:36:05.571 INFO O| Aug 21 17:36:05.571 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-08-21T17:36:06.946Z[ recovery-image] Aug 21 17:36:05.580 INFO O| Aug 21 17:36:05.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77342026-08-21T17:36:06.946Z[ recovery-image] Aug 21 17:36:05.580 INFO O| Aug 21 17:36:05.580 INFO STEP 821 (remove_files) COMPLETE
77352026-08-21T17:36:06.947Z[ recovery-image] Aug 21 17:36:05.580 INFO O| Aug 21 17:36:05.580 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-08-21T17:36:06.947Z[ recovery-image] Aug 21 17:36:05.592 INFO O| Aug 21 17:36:05.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77372026-08-21T17:36:06.947Z[ recovery-image] Aug 21 17:36:05.592 INFO O| Aug 21 17:36:05.591 INFO STEP 822 (remove_files) COMPLETE
77382026-08-21T17:36:06.947Z[ recovery-image] Aug 21 17:36:05.592 INFO O| Aug 21 17:36:05.591 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-08-21T17:36:06.947Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
77402026-08-21T17:36:06.948Z[ recovery-image] Aug 21 17:36:05.601 INFO O| Aug 21 17:36:05.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77412026-08-21T17:36:06.948Z[ recovery-image] Aug 21 17:36:05.601 INFO O| Aug 21 17:36:05.601 INFO STEP 823 (remove_files) COMPLETE
77422026-08-21T17:36:06.948Z[ recovery-image] Aug 21 17:36:05.601 INFO O| Aug 21 17:36:05.601 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77432026-08-21T17:36:06.948Z[ recovery-image] Aug 21 17:36:05.609 INFO O| Aug 21 17:36:05.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77442026-08-21T17:36:06.948Z[ recovery-image] Aug 21 17:36:05.609 INFO O| Aug 21 17:36:05.609 INFO STEP 824 (remove_files) COMPLETE
77452026-08-21T17:36:06.948Z[ recovery-image] Aug 21 17:36:05.609 INFO O| Aug 21 17:36:05.609 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77462026-08-21T17:36:06.948Z[ recovery-image] Aug 21 17:36:05.617 INFO O| Aug 21 17:36:05.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77472026-08-21T17:36:06.948Z[ recovery-image] Aug 21 17:36:05.618 INFO O| Aug 21 17:36:05.618 INFO STEP 825 (remove_files) COMPLETE
77482026-08-21T17:36:06.948Z[ recovery-image] Aug 21 17:36:05.618 INFO O| Aug 21 17:36:05.618 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77492026-08-21T17:36:06.948Z[ recovery-image] Aug 21 17:36:05.626 INFO O| Aug 21 17:36:05.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77502026-08-21T17:36:06.948Z[ recovery-image] Aug 21 17:36:05.626 INFO O| Aug 21 17:36:05.626 INFO STEP 826 (remove_files) COMPLETE
77512026-08-21T17:36:06.948Z[ recovery-image] Aug 21 17:36:05.626 INFO O| Aug 21 17:36:05.626 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77522026-08-21T17:36:06.956Z[ recovery-image] Aug 21 17:36:05.636 INFO O| Aug 21 17:36:05.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77532026-08-21T17:36:06.957Z[ recovery-image] Aug 21 17:36:05.636 INFO O| Aug 21 17:36:05.636 INFO STEP 827 (remove_files) COMPLETE
77542026-08-21T17:36:06.957Z[ recovery-image] Aug 21 17:36:05.636 INFO O| Aug 21 17:36:05.636 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77552026-08-21T17:36:06.971Z[ recovery-image] Aug 21 17:36:05.646 INFO O| Aug 21 17:36:05.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77562026-08-21T17:36:06.971Z[ recovery-image] Aug 21 17:36:05.646 INFO O| Aug 21 17:36:05.646 INFO STEP 828 (remove_files) COMPLETE
77572026-08-21T17:36:06.971Z[ recovery-image] Aug 21 17:36:05.646 INFO O| Aug 21 17:36:05.646 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77582026-08-21T17:36:06.979Z[ recovery-image] Aug 21 17:36:05.656 INFO O| Aug 21 17:36:05.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
77592026-08-21T17:36:06.980Z[ recovery-image] Aug 21 17:36:05.656 INFO O| Aug 21 17:36:05.656 INFO STEP 829 (remove_files) COMPLETE
77602026-08-21T17:36:06.980Z[ recovery-image] Aug 21 17:36:05.656 INFO O| Aug 21 17:36:05.656 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77612026-08-21T17:36:06.980Z[ recovery-image] Aug 21 17:36:05.665 INFO O| Aug 21 17:36:05.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
77622026-08-21T17:36:06.980Z[ recovery-image] Aug 21 17:36:05.666 INFO O| Aug 21 17:36:05.665 INFO STEP 830 (remove_files) COMPLETE
77632026-08-21T17:36:06.981Z[ recovery-image] Aug 21 17:36:05.666 INFO O| Aug 21 17:36:05.666 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77642026-08-21T17:36:06.990Z[ recovery-image] Aug 21 17:36:05.674 INFO O| Aug 21 17:36:05.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
77652026-08-21T17:36:06.990Z[ recovery-image] Aug 21 17:36:05.674 INFO O| Aug 21 17:36:05.674 INFO STEP 831 (remove_files) COMPLETE
77662026-08-21T17:36:06.990Z[ recovery-image] Aug 21 17:36:05.674 INFO O| Aug 21 17:36:05.674 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77672026-08-21T17:36:06.999Z[ recovery-image] Aug 21 17:36:05.682 INFO O| Aug 21 17:36:05.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
77682026-08-21T17:36:06.999Z[ recovery-image] Aug 21 17:36:05.682 INFO O| Aug 21 17:36:05.682 INFO STEP 832 (remove_files) COMPLETE
77692026-08-21T17:36:06.999Z[ recovery-image] Aug 21 17:36:05.682 INFO O| Aug 21 17:36:05.682 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77702026-08-21T17:36:07.005Z[ recovery-image] Aug 21 17:36:05.691 INFO O| Aug 21 17:36:05.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
77712026-08-21T17:36:07.005Z[ recovery-image] Aug 21 17:36:05.691 INFO O| Aug 21 17:36:05.691 INFO STEP 833 (remove_files) COMPLETE
77722026-08-21T17:36:07.005Z[ recovery-image] Aug 21 17:36:05.691 INFO O| Aug 21 17:36:05.691 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77732026-08-21T17:36:07.018Z[ recovery-image] Aug 21 17:36:05.700 INFO O| Aug 21 17:36:05.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
77742026-08-21T17:36:07.018Z[ recovery-image] Aug 21 17:36:05.700 INFO O| Aug 21 17:36:05.700 INFO STEP 834 (remove_files) COMPLETE
77752026-08-21T17:36:07.018Z[ recovery-image] Aug 21 17:36:05.700 INFO O| Aug 21 17:36:05.700 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77762026-08-21T17:36:07.023Z[ recovery-image] Aug 21 17:36:05.708 INFO O| Aug 21 17:36:05.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
77772026-08-21T17:36:07.023Z[ recovery-image] Aug 21 17:36:05.708 INFO O| Aug 21 17:36:05.708 INFO STEP 835 (remove_files) COMPLETE
77782026-08-21T17:36:07.023Z[ recovery-image] Aug 21 17:36:05.708 INFO O| Aug 21 17:36:05.708 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77792026-08-21T17:36:07.046Z[ recovery-image] Aug 21 17:36:05.716 INFO O| Aug 21 17:36:05.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
77802026-08-21T17:36:07.046Z[ recovery-image] Aug 21 17:36:05.716 INFO O| Aug 21 17:36:05.716 INFO STEP 836 (remove_files) COMPLETE
77812026-08-21T17:36:07.046Z[ recovery-image] Aug 21 17:36:05.716 INFO O| Aug 21 17:36:05.716 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-08-21T17:36:07.046Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
77832026-08-21T17:36:07.046Z[ recovery-image] Aug 21 17:36:05.727 INFO O| Aug 21 17:36:05.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
77842026-08-21T17:36:07.046Z[ recovery-image] Aug 21 17:36:05.727 INFO O| Aug 21 17:36:05.727 INFO STEP 837 (remove_files) COMPLETE
77852026-08-21T17:36:07.046Z[ recovery-image] Aug 21 17:36:05.727 INFO O| Aug 21 17:36:05.727 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-08-21T17:36:07.053Z[ recovery-image] Aug 21 17:36:05.735 INFO O| Aug 21 17:36:05.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
77872026-08-21T17:36:07.053Z[ recovery-image] Aug 21 17:36:05.736 INFO O| Aug 21 17:36:05.736 INFO STEP 838 (remove_files) COMPLETE
77882026-08-21T17:36:07.053Z[ recovery-image] Aug 21 17:36:05.736 INFO O| Aug 21 17:36:05.736 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-08-21T17:36:07.063Z[ recovery-image] Aug 21 17:36:05.746 INFO O| Aug 21 17:36:05.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
77902026-08-21T17:36:07.063Z[ recovery-image] Aug 21 17:36:05.746 INFO O| Aug 21 17:36:05.746 INFO STEP 839 (remove_files) COMPLETE
77912026-08-21T17:36:07.063Z[ recovery-image] Aug 21 17:36:05.746 INFO O| Aug 21 17:36:05.746 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-08-21T17:36:07.082Z[ recovery-image] Aug 21 17:36:05.757 INFO O| Aug 21 17:36:05.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
77932026-08-21T17:36:07.082Z[ recovery-image] Aug 21 17:36:05.758 INFO O| Aug 21 17:36:05.758 INFO STEP 840 (remove_files) COMPLETE
77942026-08-21T17:36:07.082Z[ recovery-image] Aug 21 17:36:05.758 INFO O| Aug 21 17:36:05.758 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-08-21T17:36:07.090Z[ recovery-image] Aug 21 17:36:05.767 INFO O| Aug 21 17:36:05.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
77962026-08-21T17:36:07.090Z[ recovery-image] Aug 21 17:36:05.767 INFO O| Aug 21 17:36:05.767 INFO STEP 841 (remove_files) COMPLETE
77972026-08-21T17:36:07.090Z[ recovery-image] Aug 21 17:36:05.767 INFO O| Aug 21 17:36:05.767 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-08-21T17:36:07.090Z[ recovery-image] Aug 21 17:36:05.777 INFO O| Aug 21 17:36:05.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
77992026-08-21T17:36:07.090Z[ recovery-image] Aug 21 17:36:05.777 INFO O| Aug 21 17:36:05.777 INFO STEP 842 (remove_files) COMPLETE
78002026-08-21T17:36:07.090Z[ recovery-image] Aug 21 17:36:05.777 INFO O| Aug 21 17:36:05.777 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-08-21T17:36:07.104Z[ recovery-image] Aug 21 17:36:05.795 INFO O| Aug 21 17:36:05.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78022026-08-21T17:36:07.104Z[ recovery-image] Aug 21 17:36:05.795 INFO O| Aug 21 17:36:05.795 INFO STEP 843 (remove_files) COMPLETE
78032026-08-21T17:36:07.104Z[ recovery-image] Aug 21 17:36:05.795 INFO O| Aug 21 17:36:05.795 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-08-21T17:36:07.113Z[ recovery-image] Aug 21 17:36:05.805 INFO O| Aug 21 17:36:05.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78052026-08-21T17:36:07.114Z[ recovery-image] Aug 21 17:36:05.805 INFO O| Aug 21 17:36:05.805 INFO STEP 844 (remove_files) COMPLETE
78062026-08-21T17:36:07.117Z[ recovery-image] Aug 21 17:36:05.805 INFO O| Aug 21 17:36:05.805 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-08-21T17:36:07.135Z[ recovery-image] Aug 21 17:36:05.814 INFO O| Aug 21 17:36:05.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78082026-08-21T17:36:07.135Z[ recovery-image] Aug 21 17:36:05.814 INFO O| Aug 21 17:36:05.814 INFO STEP 845 (remove_files) COMPLETE
78092026-08-21T17:36:07.135Z[ recovery-image] Aug 21 17:36:05.814 INFO O| Aug 21 17:36:05.814 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-08-21T17:36:07.135Z[ recovery-image] Aug 21 17:36:05.823 INFO O| Aug 21 17:36:05.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78112026-08-21T17:36:07.135Z[ recovery-image] Aug 21 17:36:05.823 INFO O| Aug 21 17:36:05.823 INFO STEP 846 (remove_files) COMPLETE
78122026-08-21T17:36:07.135Z[ recovery-image] Aug 21 17:36:05.823 INFO O| Aug 21 17:36:05.823 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-08-21T17:36:07.162Z[ recovery-image] Aug 21 17:36:05.852 INFO O| Aug 21 17:36:05.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78142026-08-21T17:36:07.165Z[ recovery-image] Aug 21 17:36:05.852 INFO O| Aug 21 17:36:05.852 INFO STEP 847 (remove_files) COMPLETE
78152026-08-21T17:36:07.165Z[ recovery-image] Aug 21 17:36:05.852 INFO O| Aug 21 17:36:05.852 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-08-21T17:36:07.172Z[ recovery-image] Aug 21 17:36:05.863 INFO O| Aug 21 17:36:05.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78172026-08-21T17:36:07.172Z[ recovery-image] Aug 21 17:36:05.863 INFO O| Aug 21 17:36:05.863 INFO STEP 848 (remove_files) COMPLETE
78182026-08-21T17:36:07.172Z[ recovery-image] Aug 21 17:36:05.864 INFO O| Aug 21 17:36:05.863 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-08-21T17:36:07.181Z[ recovery-image] Aug 21 17:36:05.873 INFO O| Aug 21 17:36:05.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78202026-08-21T17:36:07.181Z[ recovery-image] Aug 21 17:36:05.873 INFO O| Aug 21 17:36:05.873 INFO STEP 849 (remove_files) COMPLETE
78212026-08-21T17:36:07.181Z[ recovery-image] Aug 21 17:36:05.873 INFO O| Aug 21 17:36:05.873 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-08-21T17:36:07.190Z[ recovery-image] Aug 21 17:36:05.882 INFO O| Aug 21 17:36:05.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78232026-08-21T17:36:07.190Z[ recovery-image] Aug 21 17:36:05.882 INFO O| Aug 21 17:36:05.882 INFO STEP 850 (remove_files) COMPLETE
78242026-08-21T17:36:07.194Z[ recovery-image] Aug 21 17:36:05.882 INFO O| Aug 21 17:36:05.882 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-08-21T17:36:07.199Z[ recovery-image] Aug 21 17:36:05.891 INFO O| Aug 21 17:36:05.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78262026-08-21T17:36:07.199Z[ recovery-image] Aug 21 17:36:05.891 INFO O| Aug 21 17:36:05.891 INFO STEP 851 (remove_files) COMPLETE
78272026-08-21T17:36:07.203Z[ recovery-image] Aug 21 17:36:05.891 INFO O| Aug 21 17:36:05.891 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-08-21T17:36:07.213Z[ recovery-image] Aug 21 17:36:05.905 INFO O| Aug 21 17:36:05.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78292026-08-21T17:36:07.213Z[ recovery-image] Aug 21 17:36:05.905 INFO O| Aug 21 17:36:05.905 INFO STEP 852 (remove_files) COMPLETE
78302026-08-21T17:36:07.217Z[ recovery-image] Aug 21 17:36:05.905 INFO O| Aug 21 17:36:05.905 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-08-21T17:36:07.222Z[ recovery-image] Aug 21 17:36:05.914 INFO O| Aug 21 17:36:05.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78322026-08-21T17:36:07.222Z[ recovery-image] Aug 21 17:36:05.914 INFO O| Aug 21 17:36:05.914 INFO STEP 853 (remove_files) COMPLETE
78332026-08-21T17:36:07.225Z[ recovery-image] Aug 21 17:36:05.914 INFO O| Aug 21 17:36:05.914 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-08-21T17:36:07.230Z[ recovery-image] Aug 21 17:36:05.922 INFO O| Aug 21 17:36:05.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78352026-08-21T17:36:07.230Z[ recovery-image] Aug 21 17:36:05.922 INFO O| Aug 21 17:36:05.922 INFO STEP 854 (remove_files) COMPLETE
78362026-08-21T17:36:07.230Z[ recovery-image] Aug 21 17:36:05.922 INFO O| Aug 21 17:36:05.922 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-08-21T17:36:07.240Z[ recovery-image] Aug 21 17:36:05.932 INFO O| Aug 21 17:36:05.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78382026-08-21T17:36:07.240Z[ recovery-image] Aug 21 17:36:05.932 INFO O| Aug 21 17:36:05.932 INFO STEP 855 (remove_files) COMPLETE
78392026-08-21T17:36:07.243Z[ recovery-image] Aug 21 17:36:05.932 INFO O| Aug 21 17:36:05.932 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-08-21T17:36:07.249Z[ recovery-image] Aug 21 17:36:05.941 INFO O| Aug 21 17:36:05.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78412026-08-21T17:36:07.249Z[ recovery-image] Aug 21 17:36:05.942 INFO O| Aug 21 17:36:05.941 INFO STEP 856 (remove_files) COMPLETE
78422026-08-21T17:36:07.253Z[ recovery-image] Aug 21 17:36:05.942 INFO O| Aug 21 17:36:05.942 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-08-21T17:36:07.259Z[ recovery-image] Aug 21 17:36:05.951 INFO O| Aug 21 17:36:05.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78442026-08-21T17:36:07.259Z[ recovery-image] Aug 21 17:36:05.951 INFO O| Aug 21 17:36:05.951 INFO STEP 857 (remove_files) COMPLETE
78452026-08-21T17:36:07.263Z[ recovery-image] Aug 21 17:36:05.951 INFO O| Aug 21 17:36:05.951 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-08-21T17:36:07.271Z[ recovery-image] Aug 21 17:36:05.963 INFO O| Aug 21 17:36:05.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78472026-08-21T17:36:07.271Z[ recovery-image] Aug 21 17:36:05.963 INFO O| Aug 21 17:36:05.963 INFO STEP 858 (remove_files) COMPLETE
78482026-08-21T17:36:07.271Z[ recovery-image] Aug 21 17:36:05.963 INFO O| Aug 21 17:36:05.963 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-08-21T17:36:07.286Z[ recovery-image] Aug 21 17:36:05.973 INFO O| Aug 21 17:36:05.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78502026-08-21T17:36:07.286Z[ recovery-image] Aug 21 17:36:05.974 INFO O| Aug 21 17:36:05.974 INFO STEP 859 (remove_files) COMPLETE
78512026-08-21T17:36:07.286Z[ recovery-image] Aug 21 17:36:05.974 INFO O| Aug 21 17:36:05.974 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-08-21T17:36:07.292Z[ recovery-image] Aug 21 17:36:05.984 INFO O| Aug 21 17:36:05.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78532026-08-21T17:36:07.292Z[ recovery-image] Aug 21 17:36:05.984 INFO O| Aug 21 17:36:05.984 INFO STEP 860 (remove_files) COMPLETE
78542026-08-21T17:36:07.295Z[ recovery-image] Aug 21 17:36:05.984 INFO O| Aug 21 17:36:05.984 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-08-21T17:36:07.300Z[ recovery-image] Aug 21 17:36:05.993 INFO O| Aug 21 17:36:05.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
78562026-08-21T17:36:07.300Z[ recovery-image] Aug 21 17:36:05.993 INFO O| Aug 21 17:36:05.993 INFO STEP 861 (remove_files) COMPLETE
78572026-08-21T17:36:07.300Z[ recovery-image] Aug 21 17:36:05.993 INFO O| Aug 21 17:36:05.993 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-08-21T17:36:07.308Z[ recovery-image] Aug 21 17:36:06.000 INFO O| Aug 21 17:36:06.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
78592026-08-21T17:36:07.308Z[ recovery-image] Aug 21 17:36:06.000 INFO O| Aug 21 17:36:06.000 INFO STEP 862 (remove_files) COMPLETE
78602026-08-21T17:36:07.308Z[ recovery-image] Aug 21 17:36:06.000 INFO O| Aug 21 17:36:06.000 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-08-21T17:36:07.318Z[ recovery-image] Aug 21 17:36:06.010 INFO O| Aug 21 17:36:06.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
78622026-08-21T17:36:07.318Z[ recovery-image] Aug 21 17:36:06.010 INFO O| Aug 21 17:36:06.010 INFO STEP 863 (remove_files) COMPLETE
78632026-08-21T17:36:07.318Z[ recovery-image] Aug 21 17:36:06.011 INFO O| Aug 21 17:36:06.010 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-08-21T17:36:07.327Z[ recovery-image] Aug 21 17:36:06.019 INFO O| Aug 21 17:36:06.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
78652026-08-21T17:36:07.327Z[ recovery-image] Aug 21 17:36:06.019 INFO O| Aug 21 17:36:06.019 INFO STEP 864 (remove_files) COMPLETE
78662026-08-21T17:36:07.327Z[ recovery-image] Aug 21 17:36:06.019 INFO O| Aug 21 17:36:06.019 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-08-21T17:36:07.335Z[ recovery-image] Aug 21 17:36:06.027 INFO O| Aug 21 17:36:06.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
78682026-08-21T17:36:07.335Z[ recovery-image] Aug 21 17:36:06.027 INFO O| Aug 21 17:36:06.027 INFO STEP 865 (remove_files) COMPLETE
78692026-08-21T17:36:07.339Z[ recovery-image] Aug 21 17:36:06.027 INFO O| Aug 21 17:36:06.027 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-08-21T17:36:07.346Z[ recovery-image] Aug 21 17:36:06.038 INFO O| Aug 21 17:36:06.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
78712026-08-21T17:36:07.346Z[ recovery-image] Aug 21 17:36:06.038 INFO O| Aug 21 17:36:06.038 INFO STEP 866 (remove_files) COMPLETE
78722026-08-21T17:36:07.346Z[ recovery-image] Aug 21 17:36:06.038 INFO O| Aug 21 17:36:06.038 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-08-21T17:36:07.355Z[ recovery-image] Aug 21 17:36:06.047 INFO O| Aug 21 17:36:06.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
78742026-08-21T17:36:07.359Z[ recovery-image] Aug 21 17:36:06.048 INFO O| Aug 21 17:36:06.048 INFO STEP 867 (remove_files) COMPLETE
78752026-08-21T17:36:07.359Z[ recovery-image] Aug 21 17:36:06.048 INFO O| Aug 21 17:36:06.048 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-08-21T17:36:07.366Z[ recovery-image] Aug 21 17:36:06.058 INFO O| Aug 21 17:36:06.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
78772026-08-21T17:36:07.366Z[ recovery-image] Aug 21 17:36:06.058 INFO O| Aug 21 17:36:06.058 INFO STEP 868 (remove_files) COMPLETE
78782026-08-21T17:36:07.366Z[ recovery-image] Aug 21 17:36:06.058 INFO O| Aug 21 17:36:06.058 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-08-21T17:36:07.375Z[ recovery-image] Aug 21 17:36:06.067 INFO O| Aug 21 17:36:06.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
78802026-08-21T17:36:07.375Z[ recovery-image] Aug 21 17:36:06.067 INFO O| Aug 21 17:36:06.067 INFO STEP 869 (remove_files) COMPLETE
78812026-08-21T17:36:07.375Z[ recovery-image] Aug 21 17:36:06.067 INFO O| Aug 21 17:36:06.067 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-08-21T17:36:07.385Z[ recovery-image] Aug 21 17:36:06.077 INFO O| Aug 21 17:36:06.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
78832026-08-21T17:36:07.385Z[ recovery-image] Aug 21 17:36:06.077 INFO O| Aug 21 17:36:06.077 INFO STEP 870 (remove_files) COMPLETE
78842026-08-21T17:36:07.385Z[ recovery-image] Aug 21 17:36:06.077 INFO O| Aug 21 17:36:06.077 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-08-21T17:36:07.396Z[ recovery-image] Aug 21 17:36:06.086 INFO O| Aug 21 17:36:06.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
78862026-08-21T17:36:07.396Z[ recovery-image] Aug 21 17:36:06.086 INFO O| Aug 21 17:36:06.086 INFO STEP 871 (remove_files) COMPLETE
78872026-08-21T17:36:07.396Z[ recovery-image] Aug 21 17:36:06.086 INFO O| Aug 21 17:36:06.086 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-08-21T17:36:07.404Z[ recovery-image] Aug 21 17:36:06.096 INFO O| Aug 21 17:36:06.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
78892026-08-21T17:36:07.404Z[ recovery-image] Aug 21 17:36:06.097 INFO O| Aug 21 17:36:06.097 INFO STEP 872 (remove_files) COMPLETE
78902026-08-21T17:36:07.404Z[ recovery-image] Aug 21 17:36:06.097 INFO O| Aug 21 17:36:06.097 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-08-21T17:36:07.417Z[ recovery-image] Aug 21 17:36:06.109 INFO O| Aug 21 17:36:06.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
78922026-08-21T17:36:07.417Z[ recovery-image] Aug 21 17:36:06.109 INFO O| Aug 21 17:36:06.109 INFO STEP 873 (remove_files) COMPLETE
78932026-08-21T17:36:07.417Z[ recovery-image] Aug 21 17:36:06.109 INFO O| Aug 21 17:36:06.109 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-08-21T17:36:07.427Z[ recovery-image] Aug 21 17:36:06.119 INFO O| Aug 21 17:36:06.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
78952026-08-21T17:36:07.427Z[ recovery-image] Aug 21 17:36:06.119 INFO O| Aug 21 17:36:06.119 INFO STEP 874 (remove_files) COMPLETE
78962026-08-21T17:36:07.427Z[ recovery-image] Aug 21 17:36:06.119 INFO O| Aug 21 17:36:06.119 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-08-21T17:36:07.437Z[ recovery-image] Aug 21 17:36:06.129 INFO O| Aug 21 17:36:06.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
78982026-08-21T17:36:07.437Z[ recovery-image] Aug 21 17:36:06.129 INFO O| Aug 21 17:36:06.129 INFO STEP 875 (remove_files) COMPLETE
78992026-08-21T17:36:07.437Z[ recovery-image] Aug 21 17:36:06.129 INFO O| Aug 21 17:36:06.129 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-08-21T17:36:07.447Z[ recovery-image] Aug 21 17:36:06.139 INFO O| Aug 21 17:36:06.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79012026-08-21T17:36:07.447Z[ recovery-image] Aug 21 17:36:06.140 INFO O| Aug 21 17:36:06.140 INFO STEP 876 (remove_files) COMPLETE
79022026-08-21T17:36:07.448Z[ recovery-image] Aug 21 17:36:06.140 INFO O| Aug 21 17:36:06.140 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-08-21T17:36:07.457Z[ recovery-image] Aug 21 17:36:06.149 INFO O| Aug 21 17:36:06.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79042026-08-21T17:36:07.457Z[ recovery-image] Aug 21 17:36:06.149 INFO O| Aug 21 17:36:06.149 INFO STEP 877 (remove_files) COMPLETE
79052026-08-21T17:36:07.457Z[ recovery-image] Aug 21 17:36:06.149 INFO O| Aug 21 17:36:06.149 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-08-21T17:36:07.467Z[ recovery-image] Aug 21 17:36:06.159 INFO O| Aug 21 17:36:06.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79072026-08-21T17:36:07.467Z[ recovery-image] Aug 21 17:36:06.159 INFO O| Aug 21 17:36:06.159 INFO STEP 878 (remove_files) COMPLETE
79082026-08-21T17:36:07.468Z[ recovery-image] Aug 21 17:36:06.159 INFO O| Aug 21 17:36:06.159 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-08-21T17:36:07.477Z[ recovery-image] Aug 21 17:36:06.169 INFO O| Aug 21 17:36:06.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79102026-08-21T17:36:07.477Z[ recovery-image] Aug 21 17:36:06.169 INFO O| Aug 21 17:36:06.169 INFO STEP 879 (remove_files) COMPLETE
79112026-08-21T17:36:07.477Z[ recovery-image] Aug 21 17:36:06.169 INFO O| Aug 21 17:36:06.169 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-08-21T17:36:07.487Z[ recovery-image] Aug 21 17:36:06.179 INFO O| Aug 21 17:36:06.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79132026-08-21T17:36:07.487Z[ recovery-image] Aug 21 17:36:06.179 INFO O| Aug 21 17:36:06.179 INFO STEP 880 (remove_files) COMPLETE
79142026-08-21T17:36:07.487Z[ recovery-image] Aug 21 17:36:06.179 INFO O| Aug 21 17:36:06.179 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-08-21T17:36:07.497Z[ recovery-image] Aug 21 17:36:06.189 INFO O| Aug 21 17:36:06.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79162026-08-21T17:36:07.497Z[ recovery-image] Aug 21 17:36:06.189 INFO O| Aug 21 17:36:06.189 INFO STEP 881 (remove_files) COMPLETE
79172026-08-21T17:36:07.497Z[ recovery-image] Aug 21 17:36:06.189 INFO O| Aug 21 17:36:06.189 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-08-21T17:36:07.508Z[ recovery-image] Aug 21 17:36:06.199 INFO O| Aug 21 17:36:06.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79192026-08-21T17:36:07.508Z[ recovery-image] Aug 21 17:36:06.199 INFO O| Aug 21 17:36:06.199 INFO STEP 882 (remove_files) COMPLETE
79202026-08-21T17:36:07.517Z[ recovery-image] Aug 21 17:36:06.199 INFO O| Aug 21 17:36:06.199 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-08-21T17:36:07.520Z[ recovery-image] Aug 21 17:36:06.209 INFO O| Aug 21 17:36:06.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79222026-08-21T17:36:07.520Z[ recovery-image] Aug 21 17:36:06.209 INFO O| Aug 21 17:36:06.209 INFO STEP 883 (remove_files) COMPLETE
79232026-08-21T17:36:07.521Z[ recovery-image] Aug 21 17:36:06.209 INFO O| Aug 21 17:36:06.209 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-08-21T17:36:07.528Z[ recovery-image] Aug 21 17:36:06.220 INFO O| Aug 21 17:36:06.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79252026-08-21T17:36:07.531Z[ recovery-image] Aug 21 17:36:06.221 INFO O| Aug 21 17:36:06.221 INFO STEP 884 (remove_files) COMPLETE
79262026-08-21T17:36:07.531Z[ recovery-image] Aug 21 17:36:06.221 INFO O| Aug 21 17:36:06.221 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-08-21T17:36:07.539Z[ recovery-image] Aug 21 17:36:06.230 INFO O| Aug 21 17:36:06.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79282026-08-21T17:36:07.539Z[ recovery-image] Aug 21 17:36:06.230 INFO O| Aug 21 17:36:06.230 INFO STEP 885 (remove_files) COMPLETE
79292026-08-21T17:36:07.543Z[ recovery-image] Aug 21 17:36:06.230 INFO O| Aug 21 17:36:06.230 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-08-21T17:36:07.548Z[ recovery-image] Aug 21 17:36:06.240 INFO O| Aug 21 17:36:06.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79312026-08-21T17:36:07.548Z[ recovery-image] Aug 21 17:36:06.240 INFO O| Aug 21 17:36:06.240 INFO STEP 886 (remove_files) COMPLETE
79322026-08-21T17:36:07.548Z[ recovery-image] Aug 21 17:36:06.240 INFO O| Aug 21 17:36:06.240 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-08-21T17:36:07.559Z[ recovery-image] Aug 21 17:36:06.250 INFO O| Aug 21 17:36:06.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79342026-08-21T17:36:07.559Z[ recovery-image] Aug 21 17:36:06.250 INFO O| Aug 21 17:36:06.250 INFO STEP 887 (remove_files) COMPLETE
79352026-08-21T17:36:07.559Z[ recovery-image] Aug 21 17:36:06.250 INFO O| Aug 21 17:36:06.250 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-08-21T17:36:07.574Z[ recovery-image] Aug 21 17:36:06.259 INFO O| Aug 21 17:36:06.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79372026-08-21T17:36:07.574Z[ recovery-image] Aug 21 17:36:06.259 INFO O| Aug 21 17:36:06.259 INFO STEP 888 (remove_files) COMPLETE
79382026-08-21T17:36:07.575Z[ recovery-image] Aug 21 17:36:06.259 INFO O| Aug 21 17:36:06.259 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-08-21T17:36:07.578Z[ recovery-image] Aug 21 17:36:06.269 INFO O| Aug 21 17:36:06.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79402026-08-21T17:36:07.578Z[ recovery-image] Aug 21 17:36:06.269 INFO O| Aug 21 17:36:06.269 INFO STEP 889 (remove_files) COMPLETE
79412026-08-21T17:36:07.578Z[ recovery-image] Aug 21 17:36:06.269 INFO O| Aug 21 17:36:06.269 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-08-21T17:36:07.588Z[ recovery-image] Aug 21 17:36:06.280 INFO O| Aug 21 17:36:06.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79432026-08-21T17:36:07.588Z[ recovery-image] Aug 21 17:36:06.280 INFO O| Aug 21 17:36:06.280 INFO STEP 890 (remove_files) COMPLETE
79442026-08-21T17:36:07.588Z[ recovery-image] Aug 21 17:36:06.280 INFO O| Aug 21 17:36:06.280 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-08-21T17:36:07.600Z[ recovery-image] Aug 21 17:36:06.291 INFO O| Aug 21 17:36:06.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79462026-08-21T17:36:07.600Z[ recovery-image] Aug 21 17:36:06.291 INFO O| Aug 21 17:36:06.291 INFO STEP 891 (remove_files) COMPLETE
79472026-08-21T17:36:07.600Z[ recovery-image] Aug 21 17:36:06.291 INFO O| Aug 21 17:36:06.291 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-08-21T17:36:07.610Z[ recovery-image] Aug 21 17:36:06.302 INFO O| Aug 21 17:36:06.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79492026-08-21T17:36:07.610Z[ recovery-image] Aug 21 17:36:06.302 INFO O| Aug 21 17:36:06.302 INFO STEP 892 (remove_files) COMPLETE
79502026-08-21T17:36:07.610Z[ recovery-image] Aug 21 17:36:06.302 INFO O| Aug 21 17:36:06.302 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-08-21T17:36:07.622Z[ recovery-image] Aug 21 17:36:06.313 INFO O| Aug 21 17:36:06.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79522026-08-21T17:36:07.622Z[ recovery-image] Aug 21 17:36:06.313 INFO O| Aug 21 17:36:06.313 INFO STEP 893 (remove_files) COMPLETE
79532026-08-21T17:36:07.626Z[ recovery-image] Aug 21 17:36:06.313 INFO O| Aug 21 17:36:06.313 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-08-21T17:36:07.632Z[ recovery-image] Aug 21 17:36:06.324 INFO O| Aug 21 17:36:06.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
79552026-08-21T17:36:07.636Z[ recovery-image] Aug 21 17:36:06.324 INFO O| Aug 21 17:36:06.324 INFO STEP 894 (remove_files) COMPLETE
79562026-08-21T17:36:07.636Z[ recovery-image] Aug 21 17:36:06.325 INFO O| Aug 21 17:36:06.324 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-08-21T17:36:07.644Z[ recovery-image] Aug 21 17:36:06.336 INFO O| Aug 21 17:36:06.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
79582026-08-21T17:36:07.644Z[ recovery-image] Aug 21 17:36:06.336 INFO O| Aug 21 17:36:06.336 INFO STEP 895 (remove_files) COMPLETE
79592026-08-21T17:36:07.644Z[ recovery-image] Aug 21 17:36:06.336 INFO O| Aug 21 17:36:06.336 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-08-21T17:36:07.665Z[ recovery-image] Aug 21 17:36:06.354 INFO O| Aug 21 17:36:06.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
79612026-08-21T17:36:07.668Z[ recovery-image] Aug 21 17:36:06.355 INFO O| Aug 21 17:36:06.355 INFO STEP 896 (remove_files) COMPLETE
79622026-08-21T17:36:07.668Z[ recovery-image] Aug 21 17:36:06.355 INFO O| Aug 21 17:36:06.355 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-08-21T17:36:07.672Z[ recovery-image] Aug 21 17:36:06.364 INFO O| Aug 21 17:36:06.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
79642026-08-21T17:36:07.672Z[ recovery-image] Aug 21 17:36:06.364 INFO O| Aug 21 17:36:06.364 INFO STEP 897 (remove_files) COMPLETE
79652026-08-21T17:36:07.676Z[ recovery-image] Aug 21 17:36:06.364 INFO O| Aug 21 17:36:06.364 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-08-21T17:36:07.685Z[ recovery-image] Aug 21 17:36:06.373 INFO O| Aug 21 17:36:06.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
79672026-08-21T17:36:07.685Z[ recovery-image] Aug 21 17:36:06.373 INFO O| Aug 21 17:36:06.373 INFO STEP 898 (remove_files) COMPLETE
79682026-08-21T17:36:07.685Z[ recovery-image] Aug 21 17:36:06.373 INFO O| Aug 21 17:36:06.373 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-08-21T17:36:07.690Z[ recovery-image] Aug 21 17:36:06.381 INFO O| Aug 21 17:36:06.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
79702026-08-21T17:36:07.690Z[ recovery-image] Aug 21 17:36:06.381 INFO O| Aug 21 17:36:06.381 INFO STEP 899 (remove_files) COMPLETE
79712026-08-21T17:36:07.690Z[ recovery-image] Aug 21 17:36:06.381 INFO O| Aug 21 17:36:06.381 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-08-21T17:36:07.701Z[ recovery-image] Aug 21 17:36:06.392 INFO O| Aug 21 17:36:06.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
79732026-08-21T17:36:07.701Z[ recovery-image] Aug 21 17:36:06.392 INFO O| Aug 21 17:36:06.392 INFO STEP 900 (remove_files) COMPLETE
79742026-08-21T17:36:07.701Z[ recovery-image] Aug 21 17:36:06.392 INFO O| Aug 21 17:36:06.392 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-08-21T17:36:07.710Z[ recovery-image] Aug 21 17:36:06.401 INFO O| Aug 21 17:36:06.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
79762026-08-21T17:36:07.710Z[ recovery-image] Aug 21 17:36:06.402 INFO O| Aug 21 17:36:06.401 INFO STEP 901 (remove_files) COMPLETE
79772026-08-21T17:36:07.710Z[ recovery-image] Aug 21 17:36:06.402 INFO O| Aug 21 17:36:06.402 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-08-21T17:36:07.720Z[ recovery-image] Aug 21 17:36:06.411 INFO O| Aug 21 17:36:06.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
79792026-08-21T17:36:07.720Z[ recovery-image] Aug 21 17:36:06.411 INFO O| Aug 21 17:36:06.411 INFO STEP 902 (remove_files) COMPLETE
79802026-08-21T17:36:07.720Z[ recovery-image] Aug 21 17:36:06.411 INFO O| Aug 21 17:36:06.411 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-08-21T17:36:07.729Z[ recovery-image] Aug 21 17:36:06.421 INFO O| Aug 21 17:36:06.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
79822026-08-21T17:36:07.729Z[ recovery-image] Aug 21 17:36:06.421 INFO O| Aug 21 17:36:06.421 INFO STEP 903 (remove_files) COMPLETE
79832026-08-21T17:36:07.729Z[ recovery-image] Aug 21 17:36:06.421 INFO O| Aug 21 17:36:06.421 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-08-21T17:36:07.740Z[ recovery-image] Aug 21 17:36:06.430 INFO O| Aug 21 17:36:06.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
79852026-08-21T17:36:07.740Z[ recovery-image] Aug 21 17:36:06.430 INFO O| Aug 21 17:36:06.430 INFO STEP 904 (remove_files) COMPLETE
79862026-08-21T17:36:07.744Z[ recovery-image] Aug 21 17:36:06.430 INFO O| Aug 21 17:36:06.430 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-08-21T17:36:07.759Z[ recovery-image] Aug 21 17:36:06.439 INFO O| Aug 21 17:36:06.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
79882026-08-21T17:36:07.759Z[ recovery-image] Aug 21 17:36:06.439 INFO O| Aug 21 17:36:06.439 INFO STEP 905 (remove_files) COMPLETE
79892026-08-21T17:36:07.759Z[ recovery-image] Aug 21 17:36:06.439 INFO O| Aug 21 17:36:06.439 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-08-21T17:36:07.766Z[ recovery-image] Aug 21 17:36:06.449 INFO O| Aug 21 17:36:06.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
79912026-08-21T17:36:07.766Z[ recovery-image] Aug 21 17:36:06.449 INFO O| Aug 21 17:36:06.449 INFO STEP 906 (remove_files) COMPLETE
79922026-08-21T17:36:07.766Z[ recovery-image] Aug 21 17:36:06.449 INFO O| Aug 21 17:36:06.449 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-08-21T17:36:07.770Z[ recovery-image] Aug 21 17:36:06.459 INFO O| Aug 21 17:36:06.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
79942026-08-21T17:36:07.770Z[ recovery-image] Aug 21 17:36:06.459 INFO O| Aug 21 17:36:06.459 INFO STEP 907 (remove_files) COMPLETE
79952026-08-21T17:36:07.770Z[ recovery-image] Aug 21 17:36:06.459 INFO O| Aug 21 17:36:06.459 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-08-21T17:36:07.778Z[ recovery-image] Aug 21 17:36:06.470 INFO O| Aug 21 17:36:06.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
79972026-08-21T17:36:07.778Z[ recovery-image] Aug 21 17:36:06.470 INFO O| Aug 21 17:36:06.470 INFO STEP 908 (remove_files) COMPLETE
79982026-08-21T17:36:07.778Z[ recovery-image] Aug 21 17:36:06.470 INFO O| Aug 21 17:36:06.470 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-08-21T17:36:07.787Z[ recovery-image] Aug 21 17:36:06.479 INFO O| Aug 21 17:36:06.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80002026-08-21T17:36:07.787Z[ recovery-image] Aug 21 17:36:06.479 INFO O| Aug 21 17:36:06.479 INFO STEP 909 (remove_files) COMPLETE
80012026-08-21T17:36:07.787Z[ recovery-image] Aug 21 17:36:06.479 INFO O| Aug 21 17:36:06.479 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-08-21T17:36:07.800Z[ recovery-image] Aug 21 17:36:06.491 INFO O| Aug 21 17:36:06.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80032026-08-21T17:36:07.800Z[ recovery-image] Aug 21 17:36:06.491 INFO O| Aug 21 17:36:06.491 INFO STEP 910 (remove_files) COMPLETE
80042026-08-21T17:36:07.800Z[ recovery-image] Aug 21 17:36:06.491 INFO O| Aug 21 17:36:06.491 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-08-21T17:36:07.810Z[ recovery-image] Aug 21 17:36:06.502 INFO O| Aug 21 17:36:06.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80062026-08-21T17:36:07.810Z[ recovery-image] Aug 21 17:36:06.502 INFO O| Aug 21 17:36:06.502 INFO STEP 911 (remove_files) COMPLETE
80072026-08-21T17:36:07.814Z[ recovery-image] Aug 21 17:36:06.502 INFO O| Aug 21 17:36:06.502 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-08-21T17:36:07.820Z[ recovery-image] Aug 21 17:36:06.512 INFO O| Aug 21 17:36:06.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80092026-08-21T17:36:07.820Z[ recovery-image] Aug 21 17:36:06.512 INFO O| Aug 21 17:36:06.512 INFO STEP 912 (remove_files) COMPLETE
80102026-08-21T17:36:07.821Z[ recovery-image] Aug 21 17:36:06.512 INFO O| Aug 21 17:36:06.512 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-08-21T17:36:07.831Z[ recovery-image] Aug 21 17:36:06.523 INFO O| Aug 21 17:36:06.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80122026-08-21T17:36:07.831Z[ recovery-image] Aug 21 17:36:06.523 INFO O| Aug 21 17:36:06.523 INFO STEP 913 (remove_files) COMPLETE
80132026-08-21T17:36:07.831Z[ recovery-image] Aug 21 17:36:06.523 INFO O| Aug 21 17:36:06.523 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-08-21T17:36:07.842Z[ recovery-image] Aug 21 17:36:06.534 INFO O| Aug 21 17:36:06.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80152026-08-21T17:36:07.842Z[ recovery-image] Aug 21 17:36:06.534 INFO O| Aug 21 17:36:06.534 INFO STEP 914 (remove_files) COMPLETE
80162026-08-21T17:36:07.842Z[ recovery-image] Aug 21 17:36:06.534 INFO O| Aug 21 17:36:06.534 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-08-21T17:36:07.853Z[ recovery-image] Aug 21 17:36:06.544 INFO O| Aug 21 17:36:06.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80182026-08-21T17:36:07.853Z[ recovery-image] Aug 21 17:36:06.544 INFO O| Aug 21 17:36:06.544 INFO STEP 915 (remove_files) COMPLETE
80192026-08-21T17:36:07.853Z[ recovery-image] Aug 21 17:36:06.544 INFO O| Aug 21 17:36:06.544 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-08-21T17:36:07.865Z[ recovery-image] Aug 21 17:36:06.554 INFO O| Aug 21 17:36:06.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80212026-08-21T17:36:07.865Z[ recovery-image] Aug 21 17:36:06.554 INFO O| Aug 21 17:36:06.554 INFO STEP 916 (remove_files) COMPLETE
80222026-08-21T17:36:07.865Z[ recovery-image] Aug 21 17:36:06.554 INFO O| Aug 21 17:36:06.554 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-08-21T17:36:07.873Z[ recovery-image] Aug 21 17:36:06.565 INFO O| Aug 21 17:36:06.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80242026-08-21T17:36:07.874Z[ recovery-image] Aug 21 17:36:06.565 INFO O| Aug 21 17:36:06.565 INFO STEP 917 (remove_files) COMPLETE
80252026-08-21T17:36:07.874Z[ recovery-image] Aug 21 17:36:06.565 INFO O| Aug 21 17:36:06.565 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-08-21T17:36:07.886Z[ recovery-image] Aug 21 17:36:06.575 INFO O| Aug 21 17:36:06.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80272026-08-21T17:36:07.886Z[ recovery-image] Aug 21 17:36:06.575 INFO O| Aug 21 17:36:06.575 INFO STEP 918 (remove_files) COMPLETE
80282026-08-21T17:36:07.886Z[ recovery-image] Aug 21 17:36:06.575 INFO O| Aug 21 17:36:06.575 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-08-21T17:36:07.902Z[ recovery-image] Aug 21 17:36:06.585 INFO O| Aug 21 17:36:06.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80302026-08-21T17:36:07.902Z[ recovery-image] Aug 21 17:36:06.585 INFO O| Aug 21 17:36:06.585 INFO STEP 919 (remove_files) COMPLETE
80312026-08-21T17:36:07.906Z[ recovery-image] Aug 21 17:36:06.585 INFO O| Aug 21 17:36:06.585 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-08-21T17:36:07.906Z[ recovery-image] Aug 21 17:36:06.596 INFO O| Aug 21 17:36:06.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80332026-08-21T17:36:07.906Z[ recovery-image] Aug 21 17:36:06.596 INFO O| Aug 21 17:36:06.596 INFO STEP 920 (remove_files) COMPLETE
80342026-08-21T17:36:07.906Z[ recovery-image] Aug 21 17:36:06.596 INFO O| Aug 21 17:36:06.596 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-08-21T17:36:07.925Z[ recovery-image] Aug 21 17:36:06.606 INFO O| Aug 21 17:36:06.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80362026-08-21T17:36:07.925Z[ recovery-image] Aug 21 17:36:06.606 INFO O| Aug 21 17:36:06.606 INFO STEP 921 (remove_files) COMPLETE
80372026-08-21T17:36:07.928Z[ recovery-image] Aug 21 17:36:06.606 INFO O| Aug 21 17:36:06.606 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-08-21T17:36:07.928Z[ recovery-image] Aug 21 17:36:06.616 INFO O| Aug 21 17:36:06.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80392026-08-21T17:36:07.928Z[ recovery-image] Aug 21 17:36:06.616 INFO O| Aug 21 17:36:06.616 INFO STEP 922 (remove_files) COMPLETE
80402026-08-21T17:36:07.928Z[ recovery-image] Aug 21 17:36:06.616 INFO O| Aug 21 17:36:06.616 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-08-21T17:36:07.934Z[ recovery-image] Aug 21 17:36:06.626 INFO O| Aug 21 17:36:06.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80422026-08-21T17:36:07.934Z[ recovery-image] Aug 21 17:36:06.626 INFO O| Aug 21 17:36:06.626 INFO STEP 923 (remove_files) COMPLETE
80432026-08-21T17:36:07.945Z[ recovery-image] Aug 21 17:36:06.626 INFO O| Aug 21 17:36:06.626 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-08-21T17:36:07.955Z[ recovery-image] Aug 21 17:36:06.636 INFO O| Aug 21 17:36:06.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80452026-08-21T17:36:07.955Z[ recovery-image] Aug 21 17:36:06.637 INFO O| Aug 21 17:36:06.637 INFO STEP 924 (remove_files) COMPLETE
80462026-08-21T17:36:07.955Z[ recovery-image] Aug 21 17:36:06.637 INFO O| Aug 21 17:36:06.637 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-08-21T17:36:07.955Z[ recovery-image] Aug 21 17:36:06.646 INFO O| Aug 21 17:36:06.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80482026-08-21T17:36:07.955Z[ recovery-image] Aug 21 17:36:06.647 INFO O| Aug 21 17:36:06.647 INFO STEP 925 (remove_files) COMPLETE
80492026-08-21T17:36:07.956Z[ recovery-image] Aug 21 17:36:06.647 INFO O| Aug 21 17:36:06.647 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-08-21T17:36:07.967Z[ recovery-image] Aug 21 17:36:06.658 INFO O| Aug 21 17:36:06.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80512026-08-21T17:36:07.968Z[ recovery-image] Aug 21 17:36:06.658 INFO O| Aug 21 17:36:06.658 INFO STEP 926 (remove_files) COMPLETE
80522026-08-21T17:36:07.968Z[ recovery-image] Aug 21 17:36:06.658 INFO O| Aug 21 17:36:06.658 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-08-21T17:36:07.987Z[ recovery-image] Aug 21 17:36:06.669 INFO O| Aug 21 17:36:06.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
80542026-08-21T17:36:07.987Z[ recovery-image] Aug 21 17:36:06.669 INFO O| Aug 21 17:36:06.669 INFO STEP 927 (remove_files) COMPLETE
80552026-08-21T17:36:07.998Z[ recovery-image] Aug 21 17:36:06.669 INFO O| Aug 21 17:36:06.669 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-08-21T17:36:07.998Z[ recovery-image] Aug 21 17:36:06.680 INFO O| Aug 21 17:36:06.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
80572026-08-21T17:36:07.998Z[ recovery-image] Aug 21 17:36:06.680 INFO O| Aug 21 17:36:06.680 INFO STEP 928 (remove_files) COMPLETE
80582026-08-21T17:36:07.998Z[ recovery-image] Aug 21 17:36:06.680 INFO O| Aug 21 17:36:06.680 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-08-21T17:36:08.003Z[ recovery-image] Aug 21 17:36:06.691 INFO O| Aug 21 17:36:06.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
80602026-08-21T17:36:08.003Z[ recovery-image] Aug 21 17:36:06.691 INFO O| Aug 21 17:36:06.691 INFO STEP 929 (remove_files) COMPLETE
80612026-08-21T17:36:08.003Z[ recovery-image] Aug 21 17:36:06.691 INFO O| Aug 21 17:36:06.691 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-08-21T17:36:08.009Z[ recovery-image] Aug 21 17:36:06.701 INFO O| Aug 21 17:36:06.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
80632026-08-21T17:36:08.009Z[ recovery-image] Aug 21 17:36:06.701 INFO O| Aug 21 17:36:06.701 INFO STEP 930 (remove_files) COMPLETE
80642026-08-21T17:36:08.009Z[ recovery-image] Aug 21 17:36:06.701 INFO O| Aug 21 17:36:06.701 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-08-21T17:36:08.018Z[ recovery-image] Aug 21 17:36:06.710 INFO O| Aug 21 17:36:06.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
80662026-08-21T17:36:08.018Z[ recovery-image] Aug 21 17:36:06.710 INFO O| Aug 21 17:36:06.710 INFO STEP 931 (remove_files) COMPLETE
80672026-08-21T17:36:08.018Z[ recovery-image] Aug 21 17:36:06.710 INFO O| Aug 21 17:36:06.710 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-08-21T17:36:08.031Z[ recovery-image] Aug 21 17:36:06.720 INFO O| Aug 21 17:36:06.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
80692026-08-21T17:36:08.031Z[ recovery-image] Aug 21 17:36:06.720 INFO O| Aug 21 17:36:06.720 INFO STEP 932 (remove_files) COMPLETE
80702026-08-21T17:36:08.031Z[ recovery-image] Aug 21 17:36:06.720 INFO O| Aug 21 17:36:06.720 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-08-21T17:36:08.045Z[ recovery-image] Aug 21 17:36:06.730 INFO O| Aug 21 17:36:06.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
80722026-08-21T17:36:08.045Z[ recovery-image] Aug 21 17:36:06.730 INFO O| Aug 21 17:36:06.730 INFO STEP 933 (remove_files) COMPLETE
80732026-08-21T17:36:08.045Z[ recovery-image] Aug 21 17:36:06.730 INFO O| Aug 21 17:36:06.730 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-08-21T17:36:08.052Z[ recovery-image] Aug 21 17:36:06.741 INFO O| Aug 21 17:36:06.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
80752026-08-21T17:36:08.053Z[ recovery-image] Aug 21 17:36:06.741 INFO O| Aug 21 17:36:06.741 INFO STEP 934 (remove_files) COMPLETE
80762026-08-21T17:36:08.053Z[ recovery-image] Aug 21 17:36:06.741 INFO O| Aug 21 17:36:06.741 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-08-21T17:36:08.062Z[ recovery-image] Aug 21 17:36:06.751 INFO O| Aug 21 17:36:06.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
80782026-08-21T17:36:08.062Z[ recovery-image] Aug 21 17:36:06.752 INFO O| Aug 21 17:36:06.752 INFO STEP 935 (remove_files) COMPLETE
80792026-08-21T17:36:08.062Z[ recovery-image] Aug 21 17:36:06.752 INFO O| Aug 21 17:36:06.752 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-08-21T17:36:08.073Z[ recovery-image] Aug 21 17:36:06.763 INFO O| Aug 21 17:36:06.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
80812026-08-21T17:36:08.073Z[ recovery-image] Aug 21 17:36:06.763 INFO O| Aug 21 17:36:06.763 INFO STEP 936 (remove_files) COMPLETE
80822026-08-21T17:36:08.073Z[ recovery-image] Aug 21 17:36:06.763 INFO O| Aug 21 17:36:06.763 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-08-21T17:36:08.081Z[ recovery-image] Aug 21 17:36:06.773 INFO O| Aug 21 17:36:06.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
80842026-08-21T17:36:08.081Z[ recovery-image] Aug 21 17:36:06.773 INFO O| Aug 21 17:36:06.773 INFO STEP 937 (remove_files) COMPLETE
80852026-08-21T17:36:08.081Z[ recovery-image] Aug 21 17:36:06.773 INFO O| Aug 21 17:36:06.773 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-08-21T17:36:08.096Z[ recovery-image] Aug 21 17:36:06.782 INFO O| Aug 21 17:36:06.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
80872026-08-21T17:36:08.096Z[ recovery-image] Aug 21 17:36:06.782 INFO O| Aug 21 17:36:06.782 INFO STEP 938 (remove_files) COMPLETE
80882026-08-21T17:36:08.096Z[ recovery-image] Aug 21 17:36:06.782 INFO O| Aug 21 17:36:06.782 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-08-21T17:36:08.111Z[ recovery-image] Aug 21 17:36:06.792 INFO O| Aug 21 17:36:06.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
80902026-08-21T17:36:08.111Z[ recovery-image] Aug 21 17:36:06.792 INFO O| Aug 21 17:36:06.792 INFO STEP 939 (remove_files) COMPLETE
80912026-08-21T17:36:08.111Z[ recovery-image] Aug 21 17:36:06.792 INFO O| Aug 21 17:36:06.792 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-08-21T17:36:08.115Z[ recovery-image] Aug 21 17:36:06.801 INFO O| Aug 21 17:36:06.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
80932026-08-21T17:36:08.115Z[ recovery-image] Aug 21 17:36:06.801 INFO O| Aug 21 17:36:06.801 INFO STEP 940 (remove_files) COMPLETE
80942026-08-21T17:36:08.115Z[ recovery-image] Aug 21 17:36:06.801 INFO O| Aug 21 17:36:06.801 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-08-21T17:36:08.129Z[ recovery-image] Aug 21 17:36:06.809 INFO O| Aug 21 17:36:06.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
80962026-08-21T17:36:08.129Z[ recovery-image] Aug 21 17:36:06.809 INFO O| Aug 21 17:36:06.809 INFO STEP 941 (remove_files) COMPLETE
80972026-08-21T17:36:08.129Z[ recovery-image] Aug 21 17:36:06.809 INFO O| Aug 21 17:36:06.809 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-08-21T17:36:08.145Z[ recovery-image] Aug 21 17:36:06.819 INFO O| Aug 21 17:36:06.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
80992026-08-21T17:36:08.145Z[ recovery-image] Aug 21 17:36:06.819 INFO O| Aug 21 17:36:06.819 INFO STEP 942 (remove_files) COMPLETE
81002026-08-21T17:36:08.145Z[ recovery-image] Aug 21 17:36:06.819 INFO O| Aug 21 17:36:06.819 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-08-21T17:36:08.146Z[ recovery-image] Aug 21 17:36:06.828 INFO O| Aug 21 17:36:06.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81022026-08-21T17:36:08.146Z[ recovery-image] Aug 21 17:36:06.828 INFO O| Aug 21 17:36:06.828 INFO STEP 943 (remove_files) COMPLETE
81032026-08-21T17:36:08.146Z[ recovery-image] Aug 21 17:36:06.828 INFO O| Aug 21 17:36:06.828 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-08-21T17:36:08.146Z[ recovery-image] Aug 21 17:36:06.837 INFO O| Aug 21 17:36:06.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81052026-08-21T17:36:08.146Z[ recovery-image] Aug 21 17:36:06.837 INFO O| Aug 21 17:36:06.837 INFO STEP 944 (remove_files) COMPLETE
81062026-08-21T17:36:08.146Z[ recovery-image] Aug 21 17:36:06.837 INFO O| Aug 21 17:36:06.837 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-08-21T17:36:08.156Z[ recovery-image] Aug 21 17:36:06.846 INFO O| Aug 21 17:36:06.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81082026-08-21T17:36:08.156Z[ recovery-image] Aug 21 17:36:06.846 INFO O| Aug 21 17:36:06.846 INFO STEP 945 (remove_files) COMPLETE
81092026-08-21T17:36:08.156Z[ recovery-image] Aug 21 17:36:06.846 INFO O| Aug 21 17:36:06.846 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-08-21T17:36:08.165Z[ recovery-image] Aug 21 17:36:06.856 INFO O| Aug 21 17:36:06.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81112026-08-21T17:36:08.165Z[ recovery-image] Aug 21 17:36:06.856 INFO O| Aug 21 17:36:06.856 INFO STEP 946 (remove_files) COMPLETE
81122026-08-21T17:36:08.165Z[ recovery-image] Aug 21 17:36:06.856 INFO O| Aug 21 17:36:06.856 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-08-21T17:36:08.184Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
81142026-08-21T17:36:08.196Z[ recovery-image] Aug 21 17:36:06.865 INFO O| Aug 21 17:36:06.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81152026-08-21T17:36:08.197Z[ recovery-image] Aug 21 17:36:06.865 INFO O| Aug 21 17:36:06.865 INFO STEP 947 (remove_files) COMPLETE
81162026-08-21T17:36:08.197Z[ recovery-image] Aug 21 17:36:06.865 INFO O| Aug 21 17:36:06.865 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-08-21T17:36:08.197Z[ recovery-image] Aug 21 17:36:06.876 INFO O| Aug 21 17:36:06.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81182026-08-21T17:36:08.197Z[ recovery-image] Aug 21 17:36:06.876 INFO O| Aug 21 17:36:06.876 INFO STEP 948 (remove_files) COMPLETE
81192026-08-21T17:36:08.197Z[ recovery-image] Aug 21 17:36:06.876 INFO O| Aug 21 17:36:06.876 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-08-21T17:36:08.216Z[ recovery-image] Aug 21 17:36:06.887 INFO O| Aug 21 17:36:06.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81212026-08-21T17:36:08.216Z[ recovery-image] Aug 21 17:36:06.887 INFO O| Aug 21 17:36:06.887 INFO STEP 949 (remove_files) COMPLETE
81222026-08-21T17:36:08.216Z[ recovery-image] Aug 21 17:36:06.887 INFO O| Aug 21 17:36:06.887 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-08-21T17:36:08.216Z[ recovery-image] Aug 21 17:36:06.897 INFO O| Aug 21 17:36:06.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81242026-08-21T17:36:08.216Z[ recovery-image] Aug 21 17:36:06.897 INFO O| Aug 21 17:36:06.897 INFO STEP 950 (remove_files) COMPLETE
81252026-08-21T17:36:08.216Z[ recovery-image] Aug 21 17:36:06.897 INFO O| Aug 21 17:36:06.897 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-08-21T17:36:08.227Z[ recovery-image] Aug 21 17:36:06.907 INFO O| Aug 21 17:36:06.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81272026-08-21T17:36:08.227Z[ recovery-image] Aug 21 17:36:06.907 INFO O| Aug 21 17:36:06.907 INFO STEP 951 (remove_files) COMPLETE
81282026-08-21T17:36:08.228Z[ recovery-image] Aug 21 17:36:06.907 INFO O| Aug 21 17:36:06.907 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-08-21T17:36:08.238Z[ recovery-image] Aug 21 17:36:06.915 INFO O| Aug 21 17:36:06.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81302026-08-21T17:36:08.238Z[ recovery-image] Aug 21 17:36:06.915 INFO O| Aug 21 17:36:06.915 INFO STEP 952 (remove_files) COMPLETE
81312026-08-21T17:36:08.238Z[ recovery-image] Aug 21 17:36:06.915 INFO O| Aug 21 17:36:06.915 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-08-21T17:36:08.246Z[ recovery-image] Aug 21 17:36:06.926 INFO O| Aug 21 17:36:06.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81332026-08-21T17:36:08.246Z[ recovery-image] Aug 21 17:36:06.926 INFO O| Aug 21 17:36:06.926 INFO STEP 953 (remove_files) COMPLETE
81342026-08-21T17:36:08.247Z[ recovery-image] Aug 21 17:36:06.926 INFO O| Aug 21 17:36:06.926 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-08-21T17:36:08.259Z[ recovery-image] Aug 21 17:36:06.935 INFO O| Aug 21 17:36:06.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81362026-08-21T17:36:08.259Z[ recovery-image] Aug 21 17:36:06.935 INFO O| Aug 21 17:36:06.935 INFO STEP 954 (remove_files) COMPLETE
81372026-08-21T17:36:08.259Z[ recovery-image] Aug 21 17:36:06.935 INFO O| Aug 21 17:36:06.935 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-08-21T17:36:08.268Z[ recovery-image] Aug 21 17:36:06.944 INFO O| Aug 21 17:36:06.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81392026-08-21T17:36:08.269Z[ recovery-image] Aug 21 17:36:06.944 INFO O| Aug 21 17:36:06.944 INFO STEP 955 (remove_files) COMPLETE
81402026-08-21T17:36:08.269Z[ recovery-image] Aug 21 17:36:06.944 INFO O| Aug 21 17:36:06.944 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-08-21T17:36:08.269Z[ recovery-image] Aug 21 17:36:06.953 INFO O| Aug 21 17:36:06.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81422026-08-21T17:36:08.269Z[ recovery-image] Aug 21 17:36:06.953 INFO O| Aug 21 17:36:06.953 INFO STEP 956 (remove_files) COMPLETE
81432026-08-21T17:36:08.269Z[ recovery-image] Aug 21 17:36:06.953 INFO O| Aug 21 17:36:06.953 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-08-21T17:36:08.279Z[ recovery-image] Aug 21 17:36:06.963 INFO O| Aug 21 17:36:06.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81452026-08-21T17:36:08.279Z[ recovery-image] Aug 21 17:36:06.963 INFO O| Aug 21 17:36:06.963 INFO STEP 957 (remove_files) COMPLETE
81462026-08-21T17:36:08.279Z[ recovery-image] Aug 21 17:36:06.963 INFO O| Aug 21 17:36:06.963 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-08-21T17:36:08.291Z[ recovery-image] Aug 21 17:36:06.972 INFO O| Aug 21 17:36:06.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81482026-08-21T17:36:08.291Z[ recovery-image] Aug 21 17:36:06.972 INFO O| Aug 21 17:36:06.972 INFO STEP 958 (remove_files) COMPLETE
81492026-08-21T17:36:08.291Z[ recovery-image] Aug 21 17:36:06.972 INFO O| Aug 21 17:36:06.972 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-08-21T17:36:08.299Z[ recovery-image] Aug 21 17:36:06.981 INFO O| Aug 21 17:36:06.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81512026-08-21T17:36:08.299Z[ recovery-image] Aug 21 17:36:06.981 INFO O| Aug 21 17:36:06.981 INFO STEP 959 (remove_files) COMPLETE
81522026-08-21T17:36:08.300Z[ recovery-image] Aug 21 17:36:06.981 INFO O| Aug 21 17:36:06.981 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-08-21T17:36:08.311Z[ recovery-image] Aug 21 17:36:06.991 INFO O| Aug 21 17:36:06.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
81542026-08-21T17:36:08.312Z[ recovery-image] Aug 21 17:36:06.991 INFO O| Aug 21 17:36:06.991 INFO STEP 960 (remove_files) COMPLETE
81552026-08-21T17:36:08.312Z[ recovery-image] Aug 21 17:36:06.991 INFO O| Aug 21 17:36:06.991 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-08-21T17:36:08.328Z[ recovery-image] Aug 21 17:36:07.001 INFO O| Aug 21 17:36:07.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
81572026-08-21T17:36:08.329Z[ recovery-image] Aug 21 17:36:07.002 INFO O| Aug 21 17:36:07.002 INFO STEP 961 (remove_files) COMPLETE
81582026-08-21T17:36:08.329Z[ recovery-image] Aug 21 17:36:07.002 INFO O| Aug 21 17:36:07.002 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-08-21T17:36:08.335Z[ recovery-image] Aug 21 17:36:07.011 INFO O| Aug 21 17:36:07.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
81602026-08-21T17:36:08.335Z[ recovery-image] Aug 21 17:36:07.011 INFO O| Aug 21 17:36:07.011 INFO STEP 962 (remove_files) COMPLETE
81612026-08-21T17:36:08.335Z[ recovery-image] Aug 21 17:36:07.011 INFO O| Aug 21 17:36:07.011 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-08-21T17:36:08.345Z[ recovery-image] Aug 21 17:36:07.033 INFO O| Aug 21 17:36:07.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
81632026-08-21T17:36:08.345Z[ recovery-image] Aug 21 17:36:07.033 INFO O| Aug 21 17:36:07.033 INFO STEP 963 (remove_files) COMPLETE
81642026-08-21T17:36:08.345Z[ recovery-image] Aug 21 17:36:07.033 INFO O| Aug 21 17:36:07.033 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-08-21T17:36:08.355Z[ recovery-image] Aug 21 17:36:07.042 INFO O| Aug 21 17:36:07.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
81662026-08-21T17:36:08.355Z[ recovery-image] Aug 21 17:36:07.043 INFO O| Aug 21 17:36:07.043 INFO STEP 964 (remove_files) COMPLETE
81672026-08-21T17:36:08.373Z[ recovery-image] Aug 21 17:36:07.043 INFO O| Aug 21 17:36:07.043 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-08-21T17:36:08.394Z[ recovery-image] Aug 21 17:36:07.051 INFO O| Aug 21 17:36:07.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
81692026-08-21T17:36:08.394Z[ recovery-image] Aug 21 17:36:07.051 INFO O| Aug 21 17:36:07.051 INFO STEP 965 (remove_files) COMPLETE
81702026-08-21T17:36:08.394Z[ recovery-image] Aug 21 17:36:07.051 INFO O| Aug 21 17:36:07.051 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-08-21T17:36:08.394Z[ recovery-image] Aug 21 17:36:07.059 INFO O| Aug 21 17:36:07.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
81722026-08-21T17:36:08.394Z[ recovery-image] Aug 21 17:36:07.059 INFO O| Aug 21 17:36:07.059 INFO STEP 966 (remove_files) COMPLETE
81732026-08-21T17:36:08.394Z[ recovery-image] Aug 21 17:36:07.059 INFO O| Aug 21 17:36:07.059 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-08-21T17:36:08.403Z[ recovery-image] Aug 21 17:36:07.071 INFO O| Aug 21 17:36:07.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
81752026-08-21T17:36:08.403Z[ recovery-image] Aug 21 17:36:07.071 INFO O| Aug 21 17:36:07.070 INFO STEP 967 (remove_files) COMPLETE
81762026-08-21T17:36:08.403Z[ recovery-image] Aug 21 17:36:07.071 INFO O| Aug 21 17:36:07.070 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-08-21T17:36:08.403Z[ recovery-image] Aug 21 17:36:07.080 INFO O| Aug 21 17:36:07.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
81782026-08-21T17:36:08.403Z[ recovery-image] Aug 21 17:36:07.080 INFO O| Aug 21 17:36:07.080 INFO STEP 968 (remove_files) COMPLETE
81792026-08-21T17:36:08.404Z[ recovery-image] Aug 21 17:36:07.080 INFO O| Aug 21 17:36:07.080 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-08-21T17:36:08.404Z[ recovery-image] Aug 21 17:36:07.089 INFO O| Aug 21 17:36:07.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
81812026-08-21T17:36:08.404Z[ recovery-image] Aug 21 17:36:07.090 INFO O| Aug 21 17:36:07.090 INFO STEP 969 (remove_files) COMPLETE
81822026-08-21T17:36:08.404Z[ recovery-image] Aug 21 17:36:07.090 INFO O| Aug 21 17:36:07.090 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-08-21T17:36:08.420Z[ recovery-image] Aug 21 17:36:07.100 INFO O| Aug 21 17:36:07.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
81842026-08-21T17:36:08.420Z[ recovery-image] Aug 21 17:36:07.100 INFO O| Aug 21 17:36:07.100 INFO STEP 970 (remove_files) COMPLETE
81852026-08-21T17:36:08.421Z[ recovery-image] Aug 21 17:36:07.100 INFO O| Aug 21 17:36:07.100 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-08-21T17:36:08.428Z[ recovery-image] Aug 21 17:36:07.112 INFO O| Aug 21 17:36:07.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
81872026-08-21T17:36:08.428Z[ recovery-image] Aug 21 17:36:07.112 INFO O| Aug 21 17:36:07.112 INFO STEP 971 (remove_files) COMPLETE
81882026-08-21T17:36:08.428Z[ recovery-image] Aug 21 17:36:07.112 INFO O| Aug 21 17:36:07.112 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-08-21T17:36:08.434Z[ recovery-image] Aug 21 17:36:07.123 INFO O| Aug 21 17:36:07.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
81902026-08-21T17:36:08.434Z[ recovery-image] Aug 21 17:36:07.123 INFO O| Aug 21 17:36:07.123 INFO STEP 972 (remove_files) COMPLETE
81912026-08-21T17:36:08.439Z[ recovery-image] Aug 21 17:36:07.123 INFO O| Aug 21 17:36:07.123 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-08-21T17:36:08.445Z[ recovery-image] Aug 21 17:36:07.134 INFO O| Aug 21 17:36:07.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
81932026-08-21T17:36:08.445Z[ recovery-image] Aug 21 17:36:07.134 INFO O| Aug 21 17:36:07.134 INFO STEP 973 (remove_files) COMPLETE
81942026-08-21T17:36:08.445Z[ recovery-image] Aug 21 17:36:07.134 INFO O| Aug 21 17:36:07.134 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-08-21T17:36:08.456Z[ recovery-image] Aug 21 17:36:07.145 INFO O| Aug 21 17:36:07.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
81962026-08-21T17:36:08.456Z[ recovery-image] Aug 21 17:36:07.146 INFO O| Aug 21 17:36:07.146 INFO STEP 974 (remove_files) COMPLETE
81972026-08-21T17:36:08.456Z[ recovery-image] Aug 21 17:36:07.146 INFO O| Aug 21 17:36:07.146 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-08-21T17:36:08.470Z[ recovery-image] Aug 21 17:36:07.158 INFO O| Aug 21 17:36:07.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
81992026-08-21T17:36:08.480Z[ recovery-image] Aug 21 17:36:07.158 INFO O| Aug 21 17:36:07.158 INFO STEP 975 (remove_files) COMPLETE
82002026-08-21T17:36:08.480Z[ recovery-image] Aug 21 17:36:07.158 INFO O| Aug 21 17:36:07.158 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-08-21T17:36:08.488Z[ recovery-image] Aug 21 17:36:07.169 INFO O| Aug 21 17:36:07.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82022026-08-21T17:36:08.488Z[ recovery-image] Aug 21 17:36:07.169 INFO O| Aug 21 17:36:07.169 INFO STEP 976 (remove_files) COMPLETE
82032026-08-21T17:36:08.488Z[ recovery-image] Aug 21 17:36:07.169 INFO O| Aug 21 17:36:07.169 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-08-21T17:36:08.493Z[ recovery-image] Aug 21 17:36:07.179 INFO O| Aug 21 17:36:07.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82052026-08-21T17:36:08.493Z[ recovery-image] Aug 21 17:36:07.179 INFO O| Aug 21 17:36:07.179 INFO STEP 977 (remove_files) COMPLETE
82062026-08-21T17:36:08.493Z[ recovery-image] Aug 21 17:36:07.179 INFO O| Aug 21 17:36:07.179 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-08-21T17:36:08.503Z[ recovery-image] Aug 21 17:36:07.189 INFO O| Aug 21 17:36:07.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82082026-08-21T17:36:08.503Z[ recovery-image] Aug 21 17:36:07.190 INFO O| Aug 21 17:36:07.190 INFO STEP 978 (remove_files) COMPLETE
82092026-08-21T17:36:08.503Z[ recovery-image] Aug 21 17:36:07.190 INFO O| Aug 21 17:36:07.190 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-08-21T17:36:08.516Z[ recovery-image] Aug 21 17:36:07.200 INFO O| Aug 21 17:36:07.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82112026-08-21T17:36:08.516Z[ recovery-image] Aug 21 17:36:07.200 INFO O| Aug 21 17:36:07.200 INFO STEP 979 (remove_files) COMPLETE
82122026-08-21T17:36:08.517Z[ recovery-image] Aug 21 17:36:07.200 INFO O| Aug 21 17:36:07.200 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-08-21T17:36:08.538Z[ recovery-image] Aug 21 17:36:07.209 INFO O| Aug 21 17:36:07.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82142026-08-21T17:36:08.538Z[ recovery-image] Aug 21 17:36:07.209 INFO O| Aug 21 17:36:07.209 INFO STEP 980 (remove_files) COMPLETE
82152026-08-21T17:36:08.538Z[ recovery-image] Aug 21 17:36:07.209 INFO O| Aug 21 17:36:07.209 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-08-21T17:36:08.559Z[ recovery-image] Aug 21 17:36:07.219 INFO O| Aug 21 17:36:07.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82172026-08-21T17:36:08.559Z[ recovery-image] Aug 21 17:36:07.219 INFO O| Aug 21 17:36:07.219 INFO STEP 981 (remove_files) COMPLETE
82182026-08-21T17:36:08.559Z[ recovery-image] Aug 21 17:36:07.219 INFO O| Aug 21 17:36:07.219 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-08-21T17:36:08.559Z[ recovery-image] Aug 21 17:36:07.229 INFO O| Aug 21 17:36:07.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82202026-08-21T17:36:08.559Z[ recovery-image] Aug 21 17:36:07.229 INFO O| Aug 21 17:36:07.229 INFO STEP 982 (remove_files) COMPLETE
82212026-08-21T17:36:08.559Z[ recovery-image] Aug 21 17:36:07.229 INFO O| Aug 21 17:36:07.229 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-08-21T17:36:08.586Z[ recovery-image] Aug 21 17:36:07.238 INFO O| Aug 21 17:36:07.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82232026-08-21T17:36:08.586Z[ recovery-image] Aug 21 17:36:07.238 INFO O| Aug 21 17:36:07.238 INFO STEP 983 (remove_files) COMPLETE
82242026-08-21T17:36:08.586Z[ recovery-image] Aug 21 17:36:07.238 INFO O| Aug 21 17:36:07.238 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-08-21T17:36:08.586Z[ recovery-image] Aug 21 17:36:07.247 INFO O| Aug 21 17:36:07.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82262026-08-21T17:36:08.586Z[ recovery-image] Aug 21 17:36:07.247 INFO O| Aug 21 17:36:07.247 INFO STEP 984 (remove_files) COMPLETE
82272026-08-21T17:36:08.586Z[ recovery-image] Aug 21 17:36:07.247 INFO O| Aug 21 17:36:07.247 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-08-21T17:36:08.586Z[ recovery-image] Aug 21 17:36:07.256 INFO O| Aug 21 17:36:07.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82292026-08-21T17:36:08.586Z[ recovery-image] Aug 21 17:36:07.256 INFO O| Aug 21 17:36:07.256 INFO STEP 985 (remove_files) COMPLETE
82302026-08-21T17:36:08.586Z[ recovery-image] Aug 21 17:36:07.256 INFO O| Aug 21 17:36:07.256 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-08-21T17:36:08.586Z[ recovery-image] Aug 21 17:36:07.267 INFO O| Aug 21 17:36:07.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82322026-08-21T17:36:08.586Z[ recovery-image] Aug 21 17:36:07.267 INFO O| Aug 21 17:36:07.267 INFO STEP 986 (remove_files) COMPLETE
82332026-08-21T17:36:08.586Z[ recovery-image] Aug 21 17:36:07.267 INFO O| Aug 21 17:36:07.267 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-08-21T17:36:08.610Z[ recovery-image] Aug 21 17:36:07.277 INFO O| Aug 21 17:36:07.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82352026-08-21T17:36:08.610Z[ recovery-image] Aug 21 17:36:07.278 INFO O| Aug 21 17:36:07.278 INFO STEP 987 (remove_files) COMPLETE
82362026-08-21T17:36:08.610Z[ recovery-image] Aug 21 17:36:07.278 INFO O| Aug 21 17:36:07.278 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-08-21T17:36:08.610Z[ recovery-image] Aug 21 17:36:07.289 INFO O| Aug 21 17:36:07.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82382026-08-21T17:36:08.610Z[ recovery-image] Aug 21 17:36:07.289 INFO O| Aug 21 17:36:07.289 INFO STEP 988 (remove_files) COMPLETE
82392026-08-21T17:36:08.610Z[ recovery-image] Aug 21 17:36:07.289 INFO O| Aug 21 17:36:07.289 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82402026-08-21T17:36:08.624Z[ recovery-image] Aug 21 17:36:07.300 INFO O| Aug 21 17:36:07.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82412026-08-21T17:36:08.624Z[ recovery-image] Aug 21 17:36:07.300 INFO O| Aug 21 17:36:07.300 INFO STEP 989 (remove_files) COMPLETE
82422026-08-21T17:36:08.624Z[ recovery-image] Aug 21 17:36:07.300 INFO O| Aug 21 17:36:07.300 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82432026-08-21T17:36:08.632Z[ recovery-image] Aug 21 17:36:07.311 INFO O| Aug 21 17:36:07.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82442026-08-21T17:36:08.632Z[ recovery-image] Aug 21 17:36:07.311 INFO O| Aug 21 17:36:07.311 INFO STEP 990 (remove_files) COMPLETE
82452026-08-21T17:36:08.632Z[ recovery-image] Aug 21 17:36:07.311 INFO O| Aug 21 17:36:07.311 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82462026-08-21T17:36:08.650Z[ recovery-image] Aug 21 17:36:07.320 INFO O| Aug 21 17:36:07.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82472026-08-21T17:36:08.650Z[ recovery-image] Aug 21 17:36:07.321 INFO O| Aug 21 17:36:07.321 INFO STEP 991 (remove_files) COMPLETE
82482026-08-21T17:36:08.650Z[ recovery-image] Aug 21 17:36:07.321 INFO O| Aug 21 17:36:07.321 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82492026-08-21T17:36:08.679Z[ recovery-image] Aug 21 17:36:07.329 INFO O| Aug 21 17:36:07.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82502026-08-21T17:36:08.680Z[ recovery-image] Aug 21 17:36:07.329 INFO O| Aug 21 17:36:07.329 INFO STEP 992 (remove_files) COMPLETE
82512026-08-21T17:36:08.680Z[ recovery-image] Aug 21 17:36:07.329 INFO O| Aug 21 17:36:07.329 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82522026-08-21T17:36:08.680Z[ recovery-image] Aug 21 17:36:07.339 INFO O| Aug 21 17:36:07.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
82532026-08-21T17:36:08.680Z[ recovery-image] Aug 21 17:36:07.339 INFO O| Aug 21 17:36:07.339 INFO STEP 993 (remove_files) COMPLETE
82542026-08-21T17:36:08.680Z[ recovery-image] Aug 21 17:36:07.339 INFO O| Aug 21 17:36:07.339 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82552026-08-21T17:36:08.689Z[ recovery-image] Aug 21 17:36:07.350 INFO O| Aug 21 17:36:07.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
82562026-08-21T17:36:08.689Z[ recovery-image] Aug 21 17:36:07.350 INFO O| Aug 21 17:36:07.350 INFO STEP 994 (remove_files) COMPLETE
82572026-08-21T17:36:08.689Z[ recovery-image] Aug 21 17:36:07.350 INFO O| Aug 21 17:36:07.350 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82582026-08-21T17:36:08.689Z[ recovery-image] Aug 21 17:36:07.360 INFO O| Aug 21 17:36:07.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
82592026-08-21T17:36:08.689Z[ recovery-image] Aug 21 17:36:07.360 INFO O| Aug 21 17:36:07.360 INFO STEP 995 (remove_files) COMPLETE
82602026-08-21T17:36:08.689Z[ recovery-image] Aug 21 17:36:07.360 INFO O| Aug 21 17:36:07.360 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82612026-08-21T17:36:08.689Z[ recovery-image] Aug 21 17:36:07.371 INFO O| Aug 21 17:36:07.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
82622026-08-21T17:36:08.689Z[ recovery-image] Aug 21 17:36:07.371 INFO O| Aug 21 17:36:07.371 INFO STEP 996 (remove_files) COMPLETE
82632026-08-21T17:36:08.689Z[ recovery-image] Aug 21 17:36:07.371 INFO O| Aug 21 17:36:07.371 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82642026-08-21T17:36:08.705Z[ recovery-image] Aug 21 17:36:07.380 INFO O| Aug 21 17:36:07.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
82652026-08-21T17:36:08.705Z[ recovery-image] Aug 21 17:36:07.380 INFO O| Aug 21 17:36:07.380 INFO STEP 997 (remove_files) COMPLETE
82662026-08-21T17:36:08.706Z[ recovery-image] Aug 21 17:36:07.380 INFO O| Aug 21 17:36:07.380 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82672026-08-21T17:36:08.722Z[ recovery-image] Aug 21 17:36:07.391 INFO O| Aug 21 17:36:07.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
82682026-08-21T17:36:08.723Z[ recovery-image] Aug 21 17:36:07.391 INFO O| Aug 21 17:36:07.391 INFO STEP 998 (remove_files) COMPLETE
82692026-08-21T17:36:08.723Z[ recovery-image] Aug 21 17:36:07.391 INFO O| Aug 21 17:36:07.391 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82702026-08-21T17:36:08.723Z[ recovery-image] Aug 21 17:36:07.402 INFO O| Aug 21 17:36:07.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
82712026-08-21T17:36:08.723Z[ recovery-image] Aug 21 17:36:07.402 INFO O| Aug 21 17:36:07.402 INFO STEP 999 (remove_files) COMPLETE
82722026-08-21T17:36:08.723Z[ recovery-image] Aug 21 17:36:07.402 INFO O| Aug 21 17:36:07.402 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82732026-08-21T17:36:08.730Z[ recovery-image] Aug 21 17:36:07.412 INFO O| Aug 21 17:36:07.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
82742026-08-21T17:36:08.730Z[ recovery-image] Aug 21 17:36:07.412 INFO O| Aug 21 17:36:07.412 INFO STEP 1000 (remove_files) COMPLETE
82752026-08-21T17:36:08.730Z[ recovery-image] Aug 21 17:36:07.412 INFO O| Aug 21 17:36:07.412 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82762026-08-21T17:36:08.741Z[ recovery-image] Aug 21 17:36:07.422 INFO O| Aug 21 17:36:07.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
82772026-08-21T17:36:08.741Z[ recovery-image] Aug 21 17:36:07.422 INFO O| Aug 21 17:36:07.422 INFO STEP 1001 (remove_files) COMPLETE
82782026-08-21T17:36:08.741Z[ recovery-image] Aug 21 17:36:07.422 INFO O| Aug 21 17:36:07.422 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82792026-08-21T17:36:08.748Z[ recovery-image] Aug 21 17:36:07.433 INFO O| Aug 21 17:36:07.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
82802026-08-21T17:36:08.748Z[ recovery-image] Aug 21 17:36:07.433 INFO O| Aug 21 17:36:07.433 INFO STEP 1002 (remove_files) COMPLETE
82812026-08-21T17:36:08.748Z[ recovery-image] Aug 21 17:36:07.433 INFO O| Aug 21 17:36:07.433 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82822026-08-21T17:36:08.762Z[ recovery-image] Aug 21 17:36:07.443 INFO O| Aug 21 17:36:07.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
82832026-08-21T17:36:08.762Z[ recovery-image] Aug 21 17:36:07.443 INFO O| Aug 21 17:36:07.443 INFO STEP 1003 (remove_files) COMPLETE
82842026-08-21T17:36:08.762Z[ recovery-image] Aug 21 17:36:07.443 INFO O| Aug 21 17:36:07.443 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82852026-08-21T17:36:08.770Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
82862026-08-21T17:36:08.770Z[ recovery-image] Aug 21 17:36:07.453 INFO O| Aug 21 17:36:07.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
82872026-08-21T17:36:08.770Z[ recovery-image] Aug 21 17:36:07.453 INFO O| Aug 21 17:36:07.453 INFO STEP 1004 (remove_files) COMPLETE
82882026-08-21T17:36:08.770Z[ recovery-image] Aug 21 17:36:07.453 INFO O| Aug 21 17:36:07.453 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-08-21T17:36:08.783Z[ recovery-image] Aug 21 17:36:07.463 INFO O| Aug 21 17:36:07.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
82902026-08-21T17:36:08.783Z[ recovery-image] Aug 21 17:36:07.463 INFO O| Aug 21 17:36:07.463 INFO STEP 1005 (remove_files) COMPLETE
82912026-08-21T17:36:08.783Z[ recovery-image] Aug 21 17:36:07.463 INFO O| Aug 21 17:36:07.463 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-08-21T17:36:08.793Z[ recovery-image] Aug 21 17:36:07.475 INFO O| Aug 21 17:36:07.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
82932026-08-21T17:36:08.793Z[ recovery-image] Aug 21 17:36:07.475 INFO O| Aug 21 17:36:07.475 INFO STEP 1006 (remove_files) COMPLETE
82942026-08-21T17:36:08.793Z[ recovery-image] Aug 21 17:36:07.475 INFO O| Aug 21 17:36:07.475 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-08-21T17:36:08.811Z[ recovery-image] Aug 21 17:36:07.484 INFO O| Aug 21 17:36:07.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
82962026-08-21T17:36:08.811Z[ recovery-image] Aug 21 17:36:07.484 INFO O| Aug 21 17:36:07.484 INFO STEP 1007 (remove_files) COMPLETE
82972026-08-21T17:36:08.811Z[ recovery-image] Aug 21 17:36:07.484 INFO O| Aug 21 17:36:07.484 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-08-21T17:36:08.814Z[ recovery-image] Aug 21 17:36:07.493 INFO O| Aug 21 17:36:07.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
82992026-08-21T17:36:08.815Z[ recovery-image] Aug 21 17:36:07.493 INFO O| Aug 21 17:36:07.493 INFO STEP 1008 (remove_files) COMPLETE
83002026-08-21T17:36:08.815Z[ recovery-image] Aug 21 17:36:07.493 INFO O| Aug 21 17:36:07.493 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-08-21T17:36:08.815Z[ recovery-image] Aug 21 17:36:07.504 INFO O| Aug 21 17:36:07.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83022026-08-21T17:36:08.815Z[ recovery-image] Aug 21 17:36:07.504 INFO O| Aug 21 17:36:07.504 INFO STEP 1009 (remove_files) COMPLETE
83032026-08-21T17:36:08.815Z[ recovery-image] Aug 21 17:36:07.504 INFO O| Aug 21 17:36:07.504 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-08-21T17:36:08.822Z[ recovery-image] Aug 21 17:36:07.514 INFO O| Aug 21 17:36:07.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83052026-08-21T17:36:08.822Z[ recovery-image] Aug 21 17:36:07.514 INFO O| Aug 21 17:36:07.514 INFO STEP 1010 (remove_files) COMPLETE
83062026-08-21T17:36:08.829Z[ recovery-image] Aug 21 17:36:07.514 INFO O| Aug 21 17:36:07.514 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-08-21T17:36:08.833Z[ recovery-image] Aug 21 17:36:07.524 INFO O| Aug 21 17:36:07.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83082026-08-21T17:36:08.833Z[ recovery-image] Aug 21 17:36:07.524 INFO O| Aug 21 17:36:07.524 INFO STEP 1011 (remove_files) COMPLETE
83092026-08-21T17:36:08.833Z[ recovery-image] Aug 21 17:36:07.524 INFO O| Aug 21 17:36:07.524 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83102026-08-21T17:36:08.841Z[ recovery-image] Aug 21 17:36:07.533 INFO O| Aug 21 17:36:07.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83112026-08-21T17:36:08.842Z[ recovery-image] Aug 21 17:36:07.533 INFO O| Aug 21 17:36:07.533 INFO STEP 1012 (remove_files) COMPLETE
83122026-08-21T17:36:08.842Z[ recovery-image] Aug 21 17:36:07.533 INFO O| Aug 21 17:36:07.533 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-08-21T17:36:08.852Z[ recovery-image] Aug 21 17:36:07.542 INFO O| Aug 21 17:36:07.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83142026-08-21T17:36:08.852Z[ recovery-image] Aug 21 17:36:07.542 INFO O| Aug 21 17:36:07.542 INFO STEP 1013 (remove_files) COMPLETE
83152026-08-21T17:36:08.852Z[ recovery-image] Aug 21 17:36:07.542 INFO O| Aug 21 17:36:07.542 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83162026-08-21T17:36:08.862Z[ recovery-image] Aug 21 17:36:07.553 INFO O| Aug 21 17:36:07.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83172026-08-21T17:36:08.862Z[ recovery-image] Aug 21 17:36:07.553 INFO O| Aug 21 17:36:07.553 INFO STEP 1014 (remove_files) COMPLETE
83182026-08-21T17:36:08.862Z[ recovery-image] Aug 21 17:36:07.553 INFO O| Aug 21 17:36:07.553 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83192026-08-21T17:36:08.871Z[ recovery-image] Aug 21 17:36:07.563 INFO O| Aug 21 17:36:07.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83202026-08-21T17:36:08.871Z[ recovery-image] Aug 21 17:36:07.563 INFO O| Aug 21 17:36:07.563 INFO STEP 1015 (remove_files) COMPLETE
83212026-08-21T17:36:08.871Z[ recovery-image] Aug 21 17:36:07.563 INFO O| Aug 21 17:36:07.563 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83222026-08-21T17:36:08.879Z[ recovery-image] Aug 21 17:36:07.571 INFO O| Aug 21 17:36:07.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83232026-08-21T17:36:08.879Z[ recovery-image] Aug 21 17:36:07.571 INFO O| Aug 21 17:36:07.571 INFO STEP 1016 (remove_files) COMPLETE
83242026-08-21T17:36:08.879Z[ recovery-image] Aug 21 17:36:07.571 INFO O| Aug 21 17:36:07.571 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83252026-08-21T17:36:08.888Z[ recovery-image] Aug 21 17:36:07.579 INFO O| Aug 21 17:36:07.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83262026-08-21T17:36:08.888Z[ recovery-image] Aug 21 17:36:07.579 INFO O| Aug 21 17:36:07.579 INFO STEP 1017 (remove_files) COMPLETE
83272026-08-21T17:36:08.888Z[ recovery-image] Aug 21 17:36:07.579 INFO O| Aug 21 17:36:07.579 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83282026-08-21T17:36:08.897Z[ recovery-image] Aug 21 17:36:07.589 INFO O| Aug 21 17:36:07.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83292026-08-21T17:36:08.897Z[ recovery-image] Aug 21 17:36:07.589 INFO O| Aug 21 17:36:07.589 INFO STEP 1018 (remove_files) COMPLETE
83302026-08-21T17:36:08.901Z[ recovery-image] Aug 21 17:36:07.589 INFO O| Aug 21 17:36:07.589 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83312026-08-21T17:36:08.908Z[ recovery-image] Aug 21 17:36:07.600 INFO O| Aug 21 17:36:07.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83322026-08-21T17:36:08.908Z[ recovery-image] Aug 21 17:36:07.600 INFO O| Aug 21 17:36:07.600 INFO STEP 1019 (remove_files) COMPLETE
83332026-08-21T17:36:08.911Z[ recovery-image] Aug 21 17:36:07.600 INFO O| Aug 21 17:36:07.600 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83342026-08-21T17:36:08.918Z[ recovery-image] Aug 21 17:36:07.609 INFO O| Aug 21 17:36:07.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83352026-08-21T17:36:08.918Z[ recovery-image] Aug 21 17:36:07.609 INFO O| Aug 21 17:36:07.609 INFO STEP 1020 (remove_files) COMPLETE
83362026-08-21T17:36:08.918Z[ recovery-image] Aug 21 17:36:07.609 INFO O| Aug 21 17:36:07.609 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83372026-08-21T17:36:08.927Z[ recovery-image] Aug 21 17:36:07.619 INFO O| Aug 21 17:36:07.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83382026-08-21T17:36:08.927Z[ recovery-image] Aug 21 17:36:07.619 INFO O| Aug 21 17:36:07.619 INFO STEP 1021 (remove_files) COMPLETE
83392026-08-21T17:36:08.927Z[ recovery-image] Aug 21 17:36:07.619 INFO O| Aug 21 17:36:07.619 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83402026-08-21T17:36:08.938Z[ recovery-image] Aug 21 17:36:07.629 INFO O| Aug 21 17:36:07.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83412026-08-21T17:36:08.938Z[ recovery-image] Aug 21 17:36:07.629 INFO O| Aug 21 17:36:07.629 INFO STEP 1022 (remove_files) COMPLETE
83422026-08-21T17:36:08.938Z[ recovery-image] Aug 21 17:36:07.629 INFO O| Aug 21 17:36:07.629 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-08-21T17:36:08.999Z[ recovery-image] Aug 21 17:36:07.638 INFO O| Aug 21 17:36:07.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83442026-08-21T17:36:08.999Z[ recovery-image] Aug 21 17:36:07.638 INFO O| Aug 21 17:36:07.638 INFO STEP 1023 (remove_files) COMPLETE
83452026-08-21T17:36:08.999Z[ recovery-image] Aug 21 17:36:07.638 INFO O| Aug 21 17:36:07.638 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83462026-08-21T17:36:09.004Z[ recovery-image] Aug 21 17:36:07.648 INFO O| Aug 21 17:36:07.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83472026-08-21T17:36:09.004Z[ recovery-image] Aug 21 17:36:07.648 INFO O| Aug 21 17:36:07.648 INFO STEP 1024 (remove_files) COMPLETE
83482026-08-21T17:36:09.004Z[ recovery-image] Aug 21 17:36:07.648 INFO O| Aug 21 17:36:07.648 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83492026-08-21T17:36:09.005Z[ recovery-image] Aug 21 17:36:07.658 INFO O| Aug 21 17:36:07.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83502026-08-21T17:36:09.005Z[ recovery-image] Aug 21 17:36:07.658 INFO O| Aug 21 17:36:07.658 INFO STEP 1025 (remove_files) COMPLETE
83512026-08-21T17:36:09.005Z[ recovery-image] Aug 21 17:36:07.658 INFO O| Aug 21 17:36:07.658 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-08-21T17:36:09.005Z[ recovery-image] Aug 21 17:36:07.667 INFO O| Aug 21 17:36:07.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83532026-08-21T17:36:09.005Z[ recovery-image] Aug 21 17:36:07.667 INFO O| Aug 21 17:36:07.667 INFO STEP 1026 (remove_files) COMPLETE
83542026-08-21T17:36:09.005Z[ recovery-image] Aug 21 17:36:07.667 INFO O| Aug 21 17:36:07.667 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-08-21T17:36:09.005Z[ recovery-image] Aug 21 17:36:07.677 INFO O| Aug 21 17:36:07.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
83562026-08-21T17:36:09.005Z[ recovery-image] Aug 21 17:36:07.677 INFO O| Aug 21 17:36:07.677 INFO STEP 1027 (remove_files) COMPLETE
83572026-08-21T17:36:09.005Z[ recovery-image] Aug 21 17:36:07.677 INFO O| Aug 21 17:36:07.677 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83582026-08-21T17:36:09.005Z[ recovery-image] Aug 21 17:36:07.687 INFO O| Aug 21 17:36:07.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
83592026-08-21T17:36:09.005Z[ recovery-image] Aug 21 17:36:07.687 INFO O| Aug 21 17:36:07.687 INFO STEP 1028 (remove_files) COMPLETE
83602026-08-21T17:36:09.005Z[ recovery-image] Aug 21 17:36:07.687 INFO O| Aug 21 17:36:07.687 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83612026-08-21T17:36:09.010Z[ recovery-image] Aug 21 17:36:07.698 INFO O| Aug 21 17:36:07.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
83622026-08-21T17:36:09.010Z[ recovery-image] Aug 21 17:36:07.698 INFO O| Aug 21 17:36:07.698 INFO STEP 1029 (remove_files) COMPLETE
83632026-08-21T17:36:09.010Z[ recovery-image] Aug 21 17:36:07.698 INFO O| Aug 21 17:36:07.698 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83642026-08-21T17:36:09.017Z[ recovery-image] Aug 21 17:36:07.708 INFO O| Aug 21 17:36:07.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
83652026-08-21T17:36:09.017Z[ recovery-image] Aug 21 17:36:07.708 INFO O| Aug 21 17:36:07.708 INFO STEP 1030 (remove_files) COMPLETE
83662026-08-21T17:36:09.017Z[ recovery-image] Aug 21 17:36:07.708 INFO O| Aug 21 17:36:07.708 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83672026-08-21T17:36:09.028Z[ recovery-image] Aug 21 17:36:07.718 INFO O| Aug 21 17:36:07.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
83682026-08-21T17:36:09.028Z[ recovery-image] Aug 21 17:36:07.718 INFO O| Aug 21 17:36:07.718 INFO STEP 1031 (remove_files) COMPLETE
83692026-08-21T17:36:09.028Z[ recovery-image] Aug 21 17:36:07.718 INFO O| Aug 21 17:36:07.718 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83702026-08-21T17:36:09.037Z[ recovery-image] Aug 21 17:36:07.728 INFO O| Aug 21 17:36:07.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
83712026-08-21T17:36:09.037Z[ recovery-image] Aug 21 17:36:07.728 INFO O| Aug 21 17:36:07.728 INFO STEP 1032 (remove_files) COMPLETE
83722026-08-21T17:36:09.042Z[ recovery-image] Aug 21 17:36:07.728 INFO O| Aug 21 17:36:07.728 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83732026-08-21T17:36:09.047Z[ recovery-image] Aug 21 17:36:07.739 INFO O| Aug 21 17:36:07.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
83742026-08-21T17:36:09.047Z[ recovery-image] Aug 21 17:36:07.739 INFO O| Aug 21 17:36:07.739 INFO STEP 1033 (remove_files) COMPLETE
83752026-08-21T17:36:09.047Z[ recovery-image] Aug 21 17:36:07.739 INFO O| Aug 21 17:36:07.739 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83762026-08-21T17:36:09.058Z[ recovery-image] Aug 21 17:36:07.750 INFO O| Aug 21 17:36:07.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
83772026-08-21T17:36:09.058Z[ recovery-image] Aug 21 17:36:07.750 INFO O| Aug 21 17:36:07.750 INFO STEP 1034 (remove_files) COMPLETE
83782026-08-21T17:36:09.058Z[ recovery-image] Aug 21 17:36:07.750 INFO O| Aug 21 17:36:07.750 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83792026-08-21T17:36:09.070Z[ recovery-image] Aug 21 17:36:07.761 INFO O| Aug 21 17:36:07.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
83802026-08-21T17:36:09.071Z[ recovery-image] Aug 21 17:36:07.761 INFO O| Aug 21 17:36:07.761 INFO STEP 1035 (remove_files) COMPLETE
83812026-08-21T17:36:09.071Z[ recovery-image] Aug 21 17:36:07.761 INFO O| Aug 21 17:36:07.761 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83822026-08-21T17:36:09.081Z[ recovery-image] Aug 21 17:36:07.772 INFO O| Aug 21 17:36:07.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
83832026-08-21T17:36:09.081Z[ recovery-image] Aug 21 17:36:07.772 INFO O| Aug 21 17:36:07.772 INFO STEP 1036 (remove_files) COMPLETE
83842026-08-21T17:36:09.084Z[ recovery-image] Aug 21 17:36:07.772 INFO O| Aug 21 17:36:07.772 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83852026-08-21T17:36:09.097Z[ recovery-image] Aug 21 17:36:07.783 INFO O| Aug 21 17:36:07.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
83862026-08-21T17:36:09.097Z[ recovery-image] Aug 21 17:36:07.783 INFO O| Aug 21 17:36:07.783 INFO STEP 1037 (remove_files) COMPLETE
83872026-08-21T17:36:09.097Z[ recovery-image] Aug 21 17:36:07.783 INFO O| Aug 21 17:36:07.783 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83882026-08-21T17:36:09.102Z[ recovery-image] Aug 21 17:36:07.794 INFO O| Aug 21 17:36:07.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
83892026-08-21T17:36:09.102Z[ recovery-image] Aug 21 17:36:07.794 INFO O| Aug 21 17:36:07.794 INFO STEP 1038 (remove_files) COMPLETE
83902026-08-21T17:36:09.102Z[ recovery-image] Aug 21 17:36:07.794 INFO O| Aug 21 17:36:07.794 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83912026-08-21T17:36:09.113Z[ recovery-image] Aug 21 17:36:07.804 INFO O| Aug 21 17:36:07.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
83922026-08-21T17:36:09.113Z[ recovery-image] Aug 21 17:36:07.804 INFO O| Aug 21 17:36:07.804 INFO STEP 1039 (remove_files) COMPLETE
83932026-08-21T17:36:09.113Z[ recovery-image] Aug 21 17:36:07.804 INFO O| Aug 21 17:36:07.804 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83942026-08-21T17:36:09.122Z[ recovery-image] Aug 21 17:36:07.813 INFO O| Aug 21 17:36:07.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
83952026-08-21T17:36:09.122Z[ recovery-image] Aug 21 17:36:07.813 INFO O| Aug 21 17:36:07.813 INFO STEP 1040 (remove_files) COMPLETE
83962026-08-21T17:36:09.122Z[ recovery-image] Aug 21 17:36:07.813 INFO O| Aug 21 17:36:07.813 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83972026-08-21T17:36:09.132Z[ recovery-image] Aug 21 17:36:07.823 INFO O| Aug 21 17:36:07.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
83982026-08-21T17:36:09.132Z[ recovery-image] Aug 21 17:36:07.823 INFO O| Aug 21 17:36:07.823 INFO STEP 1041 (remove_files) COMPLETE
83992026-08-21T17:36:09.132Z[ recovery-image] Aug 21 17:36:07.823 INFO O| Aug 21 17:36:07.823 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84002026-08-21T17:36:09.143Z[ recovery-image] Aug 21 17:36:07.833 INFO O| Aug 21 17:36:07.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84012026-08-21T17:36:09.143Z[ recovery-image] Aug 21 17:36:07.833 INFO O| Aug 21 17:36:07.833 INFO STEP 1042 (remove_files) COMPLETE
84022026-08-21T17:36:09.143Z[ recovery-image] Aug 21 17:36:07.833 INFO O| Aug 21 17:36:07.833 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84032026-08-21T17:36:09.152Z[ recovery-image] Aug 21 17:36:07.843 INFO O| Aug 21 17:36:07.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84042026-08-21T17:36:09.152Z[ recovery-image] Aug 21 17:36:07.843 INFO O| Aug 21 17:36:07.843 INFO STEP 1043 (remove_files) COMPLETE
84052026-08-21T17:36:09.152Z[ recovery-image] Aug 21 17:36:07.843 INFO O| Aug 21 17:36:07.843 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84062026-08-21T17:36:09.163Z[ recovery-image] Aug 21 17:36:07.853 INFO O| Aug 21 17:36:07.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84072026-08-21T17:36:09.163Z[ recovery-image] Aug 21 17:36:07.853 INFO O| Aug 21 17:36:07.853 INFO STEP 1044 (remove_files) COMPLETE
84082026-08-21T17:36:09.168Z[ recovery-image] Aug 21 17:36:07.853 INFO O| Aug 21 17:36:07.853 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84092026-08-21T17:36:09.173Z[ recovery-image] Aug 21 17:36:07.863 INFO O| Aug 21 17:36:07.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84102026-08-21T17:36:09.173Z[ recovery-image] Aug 21 17:36:07.863 INFO O| Aug 21 17:36:07.863 INFO STEP 1045 (remove_files) COMPLETE
84112026-08-21T17:36:09.173Z[ recovery-image] Aug 21 17:36:07.863 INFO O| Aug 21 17:36:07.863 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84122026-08-21T17:36:09.183Z[ recovery-image] Aug 21 17:36:07.875 INFO O| Aug 21 17:36:07.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84132026-08-21T17:36:09.184Z[ recovery-image] Aug 21 17:36:07.875 INFO O| Aug 21 17:36:07.875 INFO STEP 1046 (remove_files) COMPLETE
84142026-08-21T17:36:09.184Z[ recovery-image] Aug 21 17:36:07.875 INFO O| Aug 21 17:36:07.875 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84152026-08-21T17:36:09.193Z[ recovery-image] Aug 21 17:36:07.885 INFO O| Aug 21 17:36:07.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84162026-08-21T17:36:09.193Z[ recovery-image] Aug 21 17:36:07.885 INFO O| Aug 21 17:36:07.885 INFO STEP 1047 (remove_files) COMPLETE
84172026-08-21T17:36:09.201Z[ recovery-image] Aug 21 17:36:07.885 INFO O| Aug 21 17:36:07.885 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-08-21T17:36:09.210Z[ recovery-image] Aug 21 17:36:07.896 INFO O| Aug 21 17:36:07.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84192026-08-21T17:36:09.210Z[ recovery-image] Aug 21 17:36:07.896 INFO O| Aug 21 17:36:07.896 INFO STEP 1048 (remove_files) COMPLETE
84202026-08-21T17:36:09.210Z[ recovery-image] Aug 21 17:36:07.896 INFO O| Aug 21 17:36:07.896 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-08-21T17:36:09.219Z[ recovery-image] Aug 21 17:36:07.908 INFO O| Aug 21 17:36:07.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84222026-08-21T17:36:09.219Z[ recovery-image] Aug 21 17:36:07.908 INFO O| Aug 21 17:36:07.908 INFO STEP 1049 (remove_files) COMPLETE
84232026-08-21T17:36:09.220Z[ recovery-image] Aug 21 17:36:07.908 INFO O| Aug 21 17:36:07.908 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-08-21T17:36:09.237Z[ recovery-image] Aug 21 17:36:07.918 INFO O| Aug 21 17:36:07.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84252026-08-21T17:36:09.238Z[ recovery-image] Aug 21 17:36:07.918 INFO O| Aug 21 17:36:07.918 INFO STEP 1050 (remove_files) COMPLETE
84262026-08-21T17:36:09.238Z[ recovery-image] Aug 21 17:36:07.918 INFO O| Aug 21 17:36:07.918 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-08-21T17:36:09.247Z[ recovery-image] Aug 21 17:36:07.929 INFO O| Aug 21 17:36:07.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84282026-08-21T17:36:09.247Z[ recovery-image] Aug 21 17:36:07.929 INFO O| Aug 21 17:36:07.929 INFO STEP 1051 (remove_files) COMPLETE
84292026-08-21T17:36:09.247Z[ recovery-image] Aug 21 17:36:07.929 INFO O| Aug 21 17:36:07.929 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-08-21T17:36:09.253Z[ recovery-image] Aug 21 17:36:07.939 INFO O| Aug 21 17:36:07.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84312026-08-21T17:36:09.253Z[ recovery-image] Aug 21 17:36:07.940 INFO O| Aug 21 17:36:07.939 INFO STEP 1052 (remove_files) COMPLETE
84322026-08-21T17:36:09.253Z[ recovery-image] Aug 21 17:36:07.940 INFO O| Aug 21 17:36:07.940 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-08-21T17:36:09.260Z[ recovery-image] Aug 21 17:36:07.950 INFO O| Aug 21 17:36:07.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84342026-08-21T17:36:09.260Z[ recovery-image] Aug 21 17:36:07.950 INFO O| Aug 21 17:36:07.950 INFO STEP 1053 (remove_files) COMPLETE
84352026-08-21T17:36:09.277Z[ recovery-image] Aug 21 17:36:07.950 INFO O| Aug 21 17:36:07.950 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-08-21T17:36:09.285Z[ recovery-image] Aug 21 17:36:07.960 INFO O| Aug 21 17:36:07.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84372026-08-21T17:36:09.285Z[ recovery-image] Aug 21 17:36:07.960 INFO O| Aug 21 17:36:07.960 INFO STEP 1054 (remove_files) COMPLETE
84382026-08-21T17:36:09.285Z[ recovery-image] Aug 21 17:36:07.960 INFO O| Aug 21 17:36:07.960 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-08-21T17:36:09.285Z[ recovery-image] Aug 21 17:36:07.970 INFO O| Aug 21 17:36:07.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84402026-08-21T17:36:09.285Z[ recovery-image] Aug 21 17:36:07.970 INFO O| Aug 21 17:36:07.970 INFO STEP 1055 (remove_files) COMPLETE
84412026-08-21T17:36:09.286Z[ recovery-image] Aug 21 17:36:07.970 INFO O| Aug 21 17:36:07.970 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-08-21T17:36:09.286Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
84432026-08-21T17:36:09.295Z[ recovery-image] Aug 21 17:36:07.979 INFO O| Aug 21 17:36:07.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84442026-08-21T17:36:09.295Z[ recovery-image] Aug 21 17:36:07.979 INFO O| Aug 21 17:36:07.979 INFO STEP 1056 (remove_files) COMPLETE
84452026-08-21T17:36:09.295Z[ recovery-image] Aug 21 17:36:07.979 INFO O| Aug 21 17:36:07.979 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-08-21T17:36:09.300Z[ recovery-image] Aug 21 17:36:07.988 INFO O| Aug 21 17:36:07.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84472026-08-21T17:36:09.300Z[ recovery-image] Aug 21 17:36:07.988 INFO O| Aug 21 17:36:07.988 INFO STEP 1057 (remove_files) COMPLETE
84482026-08-21T17:36:09.300Z[ recovery-image] Aug 21 17:36:07.989 INFO O| Aug 21 17:36:07.988 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-08-21T17:36:09.324Z[ recovery-image] Aug 21 17:36:07.998 INFO O| Aug 21 17:36:07.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84502026-08-21T17:36:09.324Z[ recovery-image] Aug 21 17:36:07.998 INFO O| Aug 21 17:36:07.998 INFO STEP 1058 (remove_files) COMPLETE
84512026-08-21T17:36:09.325Z[ recovery-image] Aug 21 17:36:07.998 INFO O| Aug 21 17:36:07.998 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-08-21T17:36:09.329Z[ recovery-image] Aug 21 17:36:08.008 INFO O| Aug 21 17:36:08.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84532026-08-21T17:36:09.329Z[ recovery-image] Aug 21 17:36:08.008 INFO O| Aug 21 17:36:08.008 INFO STEP 1059 (remove_files) COMPLETE
84542026-08-21T17:36:09.330Z[ recovery-image] Aug 21 17:36:08.008 INFO O| Aug 21 17:36:08.008 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-08-21T17:36:09.330Z[ recovery-image] Aug 21 17:36:08.017 INFO O| Aug 21 17:36:08.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
84562026-08-21T17:36:09.330Z[ recovery-image] Aug 21 17:36:08.017 INFO O| Aug 21 17:36:08.017 INFO STEP 1060 (remove_files) COMPLETE
84572026-08-21T17:36:09.330Z[ recovery-image] Aug 21 17:36:08.017 INFO O| Aug 21 17:36:08.017 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-08-21T17:36:09.343Z[ recovery-image] Aug 21 17:36:08.027 INFO O| Aug 21 17:36:08.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
84592026-08-21T17:36:09.343Z[ recovery-image] Aug 21 17:36:08.027 INFO O| Aug 21 17:36:08.027 INFO STEP 1061 (remove_files) COMPLETE
84602026-08-21T17:36:09.350Z[ recovery-image] Aug 21 17:36:08.027 INFO O| Aug 21 17:36:08.027 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-08-21T17:36:09.350Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
84622026-08-21T17:36:09.351Z[ recovery-image] Aug 21 17:36:08.037 INFO O| Aug 21 17:36:08.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
84632026-08-21T17:36:09.351Z[ recovery-image] Aug 21 17:36:08.038 INFO O| Aug 21 17:36:08.037 INFO STEP 1062 (remove_files) COMPLETE
84642026-08-21T17:36:09.351Z[ recovery-image] Aug 21 17:36:08.038 INFO O| Aug 21 17:36:08.038 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84652026-08-21T17:36:09.363Z[ recovery-image] Aug 21 17:36:08.047 INFO O| Aug 21 17:36:08.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
84662026-08-21T17:36:09.375Z[ recovery-image] Aug 21 17:36:08.048 INFO O| Aug 21 17:36:08.048 INFO STEP 1063 (remove_files) COMPLETE
84672026-08-21T17:36:09.376Z[ recovery-image] Aug 21 17:36:08.048 INFO O| Aug 21 17:36:08.048 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84682026-08-21T17:36:09.376Z[ recovery-image] Aug 21 17:36:08.056 INFO O| Aug 21 17:36:08.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
84692026-08-21T17:36:09.376Z[ recovery-image] Aug 21 17:36:08.056 INFO O| Aug 21 17:36:08.056 INFO STEP 1064 (remove_files) COMPLETE
84702026-08-21T17:36:09.376Z[ recovery-image] Aug 21 17:36:08.056 INFO O| Aug 21 17:36:08.056 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84712026-08-21T17:36:09.387Z[ recovery-image] Aug 21 17:36:08.065 INFO O| Aug 21 17:36:08.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
84722026-08-21T17:36:09.387Z[ recovery-image] Aug 21 17:36:08.065 INFO O| Aug 21 17:36:08.065 INFO STEP 1065 (remove_files) COMPLETE
84732026-08-21T17:36:09.387Z[ recovery-image] Aug 21 17:36:08.065 INFO O| Aug 21 17:36:08.065 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84742026-08-21T17:36:09.396Z[ recovery-image] Aug 21 17:36:08.074 INFO O| Aug 21 17:36:08.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
84752026-08-21T17:36:09.396Z[ recovery-image] Aug 21 17:36:08.074 INFO O| Aug 21 17:36:08.074 INFO STEP 1066 (remove_files) COMPLETE
84762026-08-21T17:36:09.396Z[ recovery-image] Aug 21 17:36:08.074 INFO O| Aug 21 17:36:08.074 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84772026-08-21T17:36:09.412Z[ recovery-image] Aug 21 17:36:08.085 INFO O| Aug 21 17:36:08.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
84782026-08-21T17:36:09.412Z[ recovery-image] Aug 21 17:36:08.085 INFO O| Aug 21 17:36:08.085 INFO STEP 1067 (remove_files) COMPLETE
84792026-08-21T17:36:09.412Z[ recovery-image] Aug 21 17:36:08.085 INFO O| Aug 21 17:36:08.085 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84802026-08-21T17:36:09.429Z[ recovery-image] Aug 21 17:36:08.095 INFO O| Aug 21 17:36:08.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
84812026-08-21T17:36:09.429Z[ recovery-image] Aug 21 17:36:08.095 INFO O| Aug 21 17:36:08.095 INFO STEP 1068 (remove_files) COMPLETE
84822026-08-21T17:36:09.429Z[ recovery-image] Aug 21 17:36:08.095 INFO O| Aug 21 17:36:08.095 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84832026-08-21T17:36:09.429Z[ recovery-image] Aug 21 17:36:08.105 INFO O| Aug 21 17:36:08.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
84842026-08-21T17:36:09.429Z[ recovery-image] Aug 21 17:36:08.105 INFO O| Aug 21 17:36:08.105 INFO STEP 1069 (remove_files) COMPLETE
84852026-08-21T17:36:09.429Z[ recovery-image] Aug 21 17:36:08.105 INFO O| Aug 21 17:36:08.105 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84862026-08-21T17:36:09.434Z[ recovery-image] Aug 21 17:36:08.116 INFO O| Aug 21 17:36:08.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
84872026-08-21T17:36:09.436Z[ recovery-image] Aug 21 17:36:08.116 INFO O| Aug 21 17:36:08.116 INFO STEP 1070 (remove_files) COMPLETE
84882026-08-21T17:36:09.436Z[ recovery-image] Aug 21 17:36:08.116 INFO O| Aug 21 17:36:08.116 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84892026-08-21T17:36:09.437Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
84902026-08-21T17:36:09.460Z[ recovery-image] Aug 21 17:36:08.126 INFO O| Aug 21 17:36:08.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
84912026-08-21T17:36:09.460Z[ recovery-image] Aug 21 17:36:08.126 INFO O| Aug 21 17:36:08.126 INFO STEP 1071 (remove_files) COMPLETE
84922026-08-21T17:36:09.460Z[ recovery-image] Aug 21 17:36:08.126 INFO O| Aug 21 17:36:08.126 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-08-21T17:36:09.460Z[ recovery-image] Aug 21 17:36:08.136 INFO O| Aug 21 17:36:08.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
84942026-08-21T17:36:09.461Z[ recovery-image] Aug 21 17:36:08.136 INFO O| Aug 21 17:36:08.136 INFO STEP 1072 (remove_files) COMPLETE
84952026-08-21T17:36:09.461Z[ recovery-image] Aug 21 17:36:08.136 INFO O| Aug 21 17:36:08.136 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-08-21T17:36:09.470Z[ recovery-image] Aug 21 17:36:08.146 INFO O| Aug 21 17:36:08.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
84972026-08-21T17:36:09.470Z[ recovery-image] Aug 21 17:36:08.146 INFO O| Aug 21 17:36:08.146 INFO STEP 1073 (remove_files) COMPLETE
84982026-08-21T17:36:09.470Z[ recovery-image] Aug 21 17:36:08.146 INFO O| Aug 21 17:36:08.146 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-08-21T17:36:09.471Z[ recovery-image] Aug 21 17:36:08.157 INFO O| Aug 21 17:36:08.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85002026-08-21T17:36:09.471Z[ recovery-image] Aug 21 17:36:08.157 INFO O| Aug 21 17:36:08.157 INFO STEP 1074 (remove_files) COMPLETE
85012026-08-21T17:36:09.471Z[ recovery-image] Aug 21 17:36:08.157 INFO O| Aug 21 17:36:08.157 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-08-21T17:36:09.483Z[ recovery-image] Aug 21 17:36:08.167 INFO O| Aug 21 17:36:08.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85032026-08-21T17:36:09.483Z[ recovery-image] Aug 21 17:36:08.167 INFO O| Aug 21 17:36:08.167 INFO STEP 1075 (remove_files) COMPLETE
85042026-08-21T17:36:09.484Z[ recovery-image] Aug 21 17:36:08.167 INFO O| Aug 21 17:36:08.167 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-08-21T17:36:09.511Z[ recovery-image] Aug 21 17:36:08.177 INFO O| Aug 21 17:36:08.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85062026-08-21T17:36:09.511Z[ recovery-image] Aug 21 17:36:08.178 INFO O| Aug 21 17:36:08.178 INFO STEP 1076 (remove_files) COMPLETE
85072026-08-21T17:36:09.511Z[ recovery-image] Aug 21 17:36:08.178 INFO O| Aug 21 17:36:08.178 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-08-21T17:36:09.511Z[ recovery-image] Aug 21 17:36:08.187 INFO O| Aug 21 17:36:08.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85092026-08-21T17:36:09.511Z[ recovery-image] Aug 21 17:36:08.187 INFO O| Aug 21 17:36:08.187 INFO STEP 1077 (remove_files) COMPLETE
85102026-08-21T17:36:09.511Z[ recovery-image] Aug 21 17:36:08.187 INFO O| Aug 21 17:36:08.187 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-08-21T17:36:09.563Z[ recovery-image] Aug 21 17:36:08.197 INFO O| Aug 21 17:36:08.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85122026-08-21T17:36:09.563Z[ recovery-image] Aug 21 17:36:08.197 INFO O| Aug 21 17:36:08.197 INFO STEP 1078 (remove_files) COMPLETE
85132026-08-21T17:36:09.563Z[ recovery-image] Aug 21 17:36:08.197 INFO O| Aug 21 17:36:08.197 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-08-21T17:36:09.564Z[ recovery-image] Aug 21 17:36:08.208 INFO O| Aug 21 17:36:08.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85152026-08-21T17:36:09.564Z[ recovery-image] Aug 21 17:36:08.208 INFO O| Aug 21 17:36:08.208 INFO STEP 1079 (remove_files) COMPLETE
85162026-08-21T17:36:09.564Z[ recovery-image] Aug 21 17:36:08.208 INFO O| Aug 21 17:36:08.208 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-08-21T17:36:09.654Z[ recovery-image] Aug 21 17:36:08.219 INFO O| Aug 21 17:36:08.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85182026-08-21T17:36:09.654Z[ recovery-image] Aug 21 17:36:08.219 INFO O| Aug 21 17:36:08.219 INFO STEP 1080 (remove_files) COMPLETE
85192026-08-21T17:36:09.654Z[ recovery-image] Aug 21 17:36:08.219 INFO O| Aug 21 17:36:08.219 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-08-21T17:36:09.654Z[ recovery-image] Aug 21 17:36:08.228 INFO O| Aug 21 17:36:08.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85212026-08-21T17:36:09.654Z[ recovery-image] Aug 21 17:36:08.229 INFO O| Aug 21 17:36:08.229 INFO STEP 1081 (remove_files) COMPLETE
85222026-08-21T17:36:09.654Z[ recovery-image] Aug 21 17:36:08.229 INFO O| Aug 21 17:36:08.229 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-08-21T17:36:09.654Z[ recovery-image] Aug 21 17:36:08.238 INFO O| Aug 21 17:36:08.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85242026-08-21T17:36:09.654Z[ recovery-image] Aug 21 17:36:08.238 INFO O| Aug 21 17:36:08.238 INFO STEP 1082 (remove_files) COMPLETE
85252026-08-21T17:36:09.654Z[ recovery-image] Aug 21 17:36:08.238 INFO O| Aug 21 17:36:08.238 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-08-21T17:36:09.654Z[ recovery-image] Aug 21 17:36:08.247 INFO O| Aug 21 17:36:08.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85272026-08-21T17:36:09.654Z[ recovery-image] Aug 21 17:36:08.247 INFO O| Aug 21 17:36:08.247 INFO STEP 1083 (remove_files) COMPLETE
85282026-08-21T17:36:09.654Z[ recovery-image] Aug 21 17:36:08.247 INFO O| Aug 21 17:36:08.247 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-08-21T17:36:09.654Z[ recovery-image] Aug 21 17:36:08.257 INFO O| Aug 21 17:36:08.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85302026-08-21T17:36:09.654Z[ recovery-image] Aug 21 17:36:08.257 INFO O| Aug 21 17:36:08.257 INFO STEP 1084 (remove_files) COMPLETE
85312026-08-21T17:36:09.654Z[ recovery-image] Aug 21 17:36:08.257 INFO O| Aug 21 17:36:08.257 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-08-21T17:36:09.668Z[ recovery-image] Aug 21 17:36:08.267 INFO O| Aug 21 17:36:08.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85332026-08-21T17:36:09.669Z[ recovery-image] Aug 21 17:36:08.269 INFO O| Aug 21 17:36:08.267 INFO STEP 1085 (remove_files) COMPLETE
85342026-08-21T17:36:09.669Z[ recovery-image] Aug 21 17:36:08.269 INFO O| Aug 21 17:36:08.267 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-08-21T17:36:09.669Z[ recovery-image] Aug 21 17:36:08.277 INFO O| Aug 21 17:36:08.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85362026-08-21T17:36:09.669Z[ recovery-image] Aug 21 17:36:08.277 INFO O| Aug 21 17:36:08.277 INFO STEP 1086 (remove_files) COMPLETE
85372026-08-21T17:36:09.669Z[ recovery-image] Aug 21 17:36:08.277 INFO O| Aug 21 17:36:08.277 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-08-21T17:36:09.669Z[ recovery-image] Aug 21 17:36:08.287 INFO O| Aug 21 17:36:08.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85392026-08-21T17:36:09.669Z[ recovery-image] Aug 21 17:36:08.287 INFO O| Aug 21 17:36:08.287 INFO STEP 1087 (remove_files) COMPLETE
85402026-08-21T17:36:09.669Z[ recovery-image] Aug 21 17:36:08.287 INFO O| Aug 21 17:36:08.287 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-08-21T17:36:09.669Z[ recovery-image] Aug 21 17:36:08.301 INFO O| Aug 21 17:36:08.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85422026-08-21T17:36:09.669Z[ recovery-image] Aug 21 17:36:08.301 INFO O| Aug 21 17:36:08.296 INFO STEP 1088 (remove_files) COMPLETE
85432026-08-21T17:36:09.669Z[ recovery-image] Aug 21 17:36:08.301 INFO O| Aug 21 17:36:08.296 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-08-21T17:36:09.669Z[ recovery-image] Aug 21 17:36:08.305 INFO O| Aug 21 17:36:08.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85452026-08-21T17:36:09.669Z[ recovery-image] Aug 21 17:36:08.305 INFO O| Aug 21 17:36:08.305 INFO STEP 1089 (remove_files) COMPLETE
85462026-08-21T17:36:09.669Z[ recovery-image] Aug 21 17:36:08.305 INFO O| Aug 21 17:36:08.305 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-08-21T17:36:09.669Z[ recovery-image] Aug 21 17:36:08.316 INFO O| Aug 21 17:36:08.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85482026-08-21T17:36:09.669Z[ recovery-image] Aug 21 17:36:08.316 INFO O| Aug 21 17:36:08.316 INFO STEP 1090 (remove_files) COMPLETE
85492026-08-21T17:36:09.669Z[ recovery-image] Aug 21 17:36:08.316 INFO O| Aug 21 17:36:08.316 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-08-21T17:36:09.669Z[ recovery-image] Aug 21 17:36:08.327 INFO O| Aug 21 17:36:08.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85512026-08-21T17:36:09.669Z[ recovery-image] Aug 21 17:36:08.327 INFO O| Aug 21 17:36:08.327 INFO STEP 1091 (remove_files) COMPLETE
85522026-08-21T17:36:09.669Z[ recovery-image] Aug 21 17:36:08.327 INFO O| Aug 21 17:36:08.327 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-08-21T17:36:09.670Z[ recovery-image] Aug 21 17:36:08.340 INFO O| Aug 21 17:36:08.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85542026-08-21T17:36:09.670Z[ recovery-image] Aug 21 17:36:08.340 INFO O| Aug 21 17:36:08.340 INFO STEP 1092 (remove_files) COMPLETE
85552026-08-21T17:36:09.670Z[ recovery-image] Aug 21 17:36:08.340 INFO O| Aug 21 17:36:08.340 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-08-21T17:36:09.670Z[ recovery-image] Aug 21 17:36:08.350 INFO O| Aug 21 17:36:08.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
85572026-08-21T17:36:09.670Z[ recovery-image] Aug 21 17:36:08.350 INFO O| Aug 21 17:36:08.350 INFO STEP 1093 (remove_files) COMPLETE
85582026-08-21T17:36:09.670Z[ recovery-image] Aug 21 17:36:08.350 INFO O| Aug 21 17:36:08.350 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-08-21T17:36:09.692Z[ recovery-image] Aug 21 17:36:08.359 INFO O| Aug 21 17:36:08.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
85602026-08-21T17:36:09.692Z[ recovery-image] Aug 21 17:36:08.359 INFO O| Aug 21 17:36:08.359 INFO STEP 1094 (remove_files) COMPLETE
85612026-08-21T17:36:09.693Z[ recovery-image] Aug 21 17:36:08.359 INFO O| Aug 21 17:36:08.359 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-08-21T17:36:09.693Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
85632026-08-21T17:36:09.693Z[ recovery-image] Aug 21 17:36:08.368 INFO O| Aug 21 17:36:08.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
85642026-08-21T17:36:09.693Z[ recovery-image] Aug 21 17:36:08.368 INFO O| Aug 21 17:36:08.368 INFO STEP 1095 (remove_files) COMPLETE
85652026-08-21T17:36:09.693Z[ recovery-image] Aug 21 17:36:08.368 INFO O| Aug 21 17:36:08.368 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-08-21T17:36:09.713Z[ recovery-image] Aug 21 17:36:08.377 INFO O| Aug 21 17:36:08.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
85672026-08-21T17:36:09.713Z[ recovery-image] Aug 21 17:36:08.377 INFO O| Aug 21 17:36:08.377 INFO STEP 1096 (remove_files) COMPLETE
85682026-08-21T17:36:09.713Z[ recovery-image] Aug 21 17:36:08.377 INFO O| Aug 21 17:36:08.377 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-08-21T17:36:09.713Z[ recovery-image] Aug 21 17:36:08.387 INFO O| Aug 21 17:36:08.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
85702026-08-21T17:36:09.713Z[ recovery-image] Aug 21 17:36:08.388 INFO O| Aug 21 17:36:08.388 INFO STEP 1097 (remove_files) COMPLETE
85712026-08-21T17:36:09.714Z[ recovery-image] Aug 21 17:36:08.388 INFO O| Aug 21 17:36:08.388 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-08-21T17:36:09.714Z[ recovery-image] Aug 21 17:36:08.398 INFO O| Aug 21 17:36:08.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
85732026-08-21T17:36:09.714Z[ recovery-image] Aug 21 17:36:08.399 INFO O| Aug 21 17:36:08.399 INFO STEP 1098 (remove_files) COMPLETE
85742026-08-21T17:36:09.714Z[ recovery-image] Aug 21 17:36:08.399 INFO O| Aug 21 17:36:08.399 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-08-21T17:36:09.727Z[ recovery-image] Aug 21 17:36:08.409 INFO O| Aug 21 17:36:08.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
85762026-08-21T17:36:09.727Z[ recovery-image] Aug 21 17:36:08.409 INFO O| Aug 21 17:36:08.409 INFO STEP 1099 (remove_files) COMPLETE
85772026-08-21T17:36:09.727Z[ recovery-image] Aug 21 17:36:08.409 INFO O| Aug 21 17:36:08.409 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-08-21T17:36:09.733Z[ recovery-image] Aug 21 17:36:08.418 INFO O| Aug 21 17:36:08.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
85792026-08-21T17:36:09.733Z[ recovery-image] Aug 21 17:36:08.418 INFO O| Aug 21 17:36:08.418 INFO STEP 1100 (remove_files) COMPLETE
85802026-08-21T17:36:09.733Z[ recovery-image] Aug 21 17:36:08.418 INFO O| Aug 21 17:36:08.418 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-08-21T17:36:09.739Z[ recovery-image] Aug 21 17:36:08.427 INFO O| Aug 21 17:36:08.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
85822026-08-21T17:36:09.739Z[ recovery-image] Aug 21 17:36:08.427 INFO O| Aug 21 17:36:08.427 INFO STEP 1101 (remove_files) COMPLETE
85832026-08-21T17:36:09.740Z[ recovery-image] Aug 21 17:36:08.427 INFO O| Aug 21 17:36:08.427 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-08-21T17:36:09.747Z[ recovery-image] Aug 21 17:36:08.436 INFO O| Aug 21 17:36:08.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
85852026-08-21T17:36:09.747Z[ recovery-image] Aug 21 17:36:08.436 INFO O| Aug 21 17:36:08.436 INFO STEP 1102 (remove_files) COMPLETE
85862026-08-21T17:36:09.773Z[ recovery-image] Aug 21 17:36:08.436 INFO O| Aug 21 17:36:08.436 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-08-21T17:36:09.773Z[ recovery-image] Aug 21 17:36:08.445 INFO O| Aug 21 17:36:08.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
85882026-08-21T17:36:09.774Z[ recovery-image] Aug 21 17:36:08.446 INFO O| Aug 21 17:36:08.446 INFO STEP 1103 (remove_files) COMPLETE
85892026-08-21T17:36:09.774Z[ recovery-image] Aug 21 17:36:08.446 INFO O| Aug 21 17:36:08.446 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-08-21T17:36:09.791Z[ recovery-image] Aug 21 17:36:08.455 INFO O| Aug 21 17:36:08.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
85912026-08-21T17:36:09.791Z[ recovery-image] Aug 21 17:36:08.455 INFO O| Aug 21 17:36:08.455 INFO STEP 1104 (remove_files) COMPLETE
85922026-08-21T17:36:09.791Z[ recovery-image] Aug 21 17:36:08.455 INFO O| Aug 21 17:36:08.455 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-08-21T17:36:09.791Z[ recovery-image] Aug 21 17:36:08.464 INFO O| Aug 21 17:36:08.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
85942026-08-21T17:36:09.791Z[ recovery-image] Aug 21 17:36:08.464 INFO O| Aug 21 17:36:08.464 INFO STEP 1105 (remove_files) COMPLETE
85952026-08-21T17:36:09.791Z[ recovery-image] Aug 21 17:36:08.464 INFO O| Aug 21 17:36:08.464 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-08-21T17:36:09.808Z[ recovery-image] Aug 21 17:36:08.473 INFO O| Aug 21 17:36:08.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
85972026-08-21T17:36:09.809Z[ recovery-image] Aug 21 17:36:08.473 INFO O| Aug 21 17:36:08.473 INFO STEP 1106 (remove_files) COMPLETE
85982026-08-21T17:36:09.809Z[ recovery-image] Aug 21 17:36:08.473 INFO O| Aug 21 17:36:08.473 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-08-21T17:36:09.809Z[ recovery-image] Aug 21 17:36:08.482 INFO O| Aug 21 17:36:08.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86002026-08-21T17:36:09.809Z[ recovery-image] Aug 21 17:36:08.482 INFO O| Aug 21 17:36:08.482 INFO STEP 1107 (remove_files) COMPLETE
86012026-08-21T17:36:09.809Z[ recovery-image] Aug 21 17:36:08.482 INFO O| Aug 21 17:36:08.482 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-08-21T17:36:09.816Z[ recovery-image] Aug 21 17:36:08.491 INFO O| Aug 21 17:36:08.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86032026-08-21T17:36:09.816Z[ recovery-image] Aug 21 17:36:08.491 INFO O| Aug 21 17:36:08.491 INFO STEP 1108 (remove_files) COMPLETE
86042026-08-21T17:36:09.816Z[ recovery-image] Aug 21 17:36:08.491 INFO O| Aug 21 17:36:08.491 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-08-21T17:36:09.816Z[ recovery-image] Aug 21 17:36:08.500 INFO O| Aug 21 17:36:08.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86062026-08-21T17:36:09.816Z[ recovery-image] Aug 21 17:36:08.500 INFO O| Aug 21 17:36:08.500 INFO STEP 1109 (remove_files) COMPLETE
86072026-08-21T17:36:09.816Z[ recovery-image] Aug 21 17:36:08.500 INFO O| Aug 21 17:36:08.500 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86082026-08-21T17:36:09.824Z[ recovery-image] Aug 21 17:36:08.508 INFO O| Aug 21 17:36:08.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86092026-08-21T17:36:09.825Z[ recovery-image] Aug 21 17:36:08.508 INFO O| Aug 21 17:36:08.508 INFO STEP 1110 (remove_files) COMPLETE
86102026-08-21T17:36:09.825Z[ recovery-image] Aug 21 17:36:08.508 INFO O| Aug 21 17:36:08.508 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86112026-08-21T17:36:09.833Z[ recovery-image] Aug 21 17:36:08.518 INFO O| Aug 21 17:36:08.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86122026-08-21T17:36:09.833Z[ recovery-image] Aug 21 17:36:08.518 INFO O| Aug 21 17:36:08.518 INFO STEP 1111 (remove_files) COMPLETE
86132026-08-21T17:36:09.833Z[ recovery-image] Aug 21 17:36:08.518 INFO O| Aug 21 17:36:08.518 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86142026-08-21T17:36:09.847Z[ recovery-image] Aug 21 17:36:08.528 INFO O| Aug 21 17:36:08.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86152026-08-21T17:36:09.847Z[ recovery-image] Aug 21 17:36:08.528 INFO O| Aug 21 17:36:08.528 INFO STEP 1112 (remove_files) COMPLETE
86162026-08-21T17:36:09.847Z[ recovery-image] Aug 21 17:36:08.528 INFO O| Aug 21 17:36:08.528 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86172026-08-21T17:36:09.854Z[ recovery-image] Aug 21 17:36:08.538 INFO O| Aug 21 17:36:08.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86182026-08-21T17:36:09.854Z[ recovery-image] Aug 21 17:36:08.538 INFO O| Aug 21 17:36:08.538 INFO STEP 1113 (remove_files) COMPLETE
86192026-08-21T17:36:09.854Z[ recovery-image] Aug 21 17:36:08.538 INFO O| Aug 21 17:36:08.538 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86202026-08-21T17:36:09.860Z[ recovery-image] Aug 21 17:36:08.548 INFO O| Aug 21 17:36:08.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86212026-08-21T17:36:09.860Z[ recovery-image] Aug 21 17:36:08.548 INFO O| Aug 21 17:36:08.548 INFO STEP 1114 (remove_files) COMPLETE
86222026-08-21T17:36:09.861Z[ recovery-image] Aug 21 17:36:08.548 INFO O| Aug 21 17:36:08.548 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86232026-08-21T17:36:09.877Z[ recovery-image] Aug 21 17:36:08.557 INFO O| Aug 21 17:36:08.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86242026-08-21T17:36:09.877Z[ recovery-image] Aug 21 17:36:08.557 INFO O| Aug 21 17:36:08.557 INFO STEP 1115 (remove_files) COMPLETE
86252026-08-21T17:36:09.877Z[ recovery-image] Aug 21 17:36:08.557 INFO O| Aug 21 17:36:08.557 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86262026-08-21T17:36:09.884Z[ recovery-image] Aug 21 17:36:08.568 INFO O| Aug 21 17:36:08.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86272026-08-21T17:36:09.884Z[ recovery-image] Aug 21 17:36:08.568 INFO O| Aug 21 17:36:08.568 INFO STEP 1116 (remove_files) COMPLETE
86282026-08-21T17:36:09.884Z[ recovery-image] Aug 21 17:36:08.568 INFO O| Aug 21 17:36:08.568 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86292026-08-21T17:36:09.889Z[ recovery-image] Aug 21 17:36:08.577 INFO O| Aug 21 17:36:08.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86302026-08-21T17:36:09.889Z[ recovery-image] Aug 21 17:36:08.578 INFO O| Aug 21 17:36:08.578 INFO STEP 1117 (remove_files) COMPLETE
86312026-08-21T17:36:09.889Z[ recovery-image] Aug 21 17:36:08.578 INFO O| Aug 21 17:36:08.578 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86322026-08-21T17:36:09.902Z[ recovery-image] Aug 21 17:36:08.592 INFO O| Aug 21 17:36:08.592 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86332026-08-21T17:36:09.902Z[ recovery-image] Aug 21 17:36:08.592 INFO O| Aug 21 17:36:08.592 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86342026-08-21T17:36:10.002Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
86352026-08-21T17:36:10.267Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
86362026-08-21T17:36:10.433Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
86372026-08-21T17:36:10.563Z[ recovery-image] Aug 21 17:36:09.251 INFO O| Aug 21 17:36:09.251 INFO STEP 1118 (pack_tar) COMPLETE
86382026-08-21T17:36:10.565Z[ recovery-image] Aug 21 17:36:09.251 INFO O| Aug 21 17:36:09.251 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86392026-08-21T17:36:10.565Z[ recovery-image] Aug 21 17:36:09.251 INFO O| Aug 21 17:36:09.251 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86402026-08-21T17:36:10.599Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
86412026-08-21T17:36:10.737Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
86422026-08-21T17:36:10.811Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
86432026-08-21T17:36:11.118Z[verify-libraries] Compiling fatfs v0.3.6
86442026-08-21T17:36:11.142Z[verify-libraries] Compiling num-bigint v0.4.6
86452026-08-21T17:36:11.210Z[verify-libraries] Compiling generic-array v1.4.3
86462026-08-21T17:36:11.262Z[ recovery-image] Aug 21 17:36:09.936 INFO O| Aug 21 17:36:09.936 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86472026-08-21T17:36:11.368Z[verify-libraries] Compiling russh-util v0.52.0
86482026-08-21T17:36:11.420Z[verify-libraries] Compiling enum_dispatch v0.3.13
86492026-08-21T17:36:11.497Z[ recovery-image] Aug 21 17:36:10.187 INFO O| Aug 21 17:36:10.187 INFO completed processing sled/ramdisk-03-recovery-trim
86502026-08-21T17:36:11.501Z[ recovery-image] Aug 21 17:36:10.190 INFO image builder template: zfs-recovery...
86512026-08-21T17:36:11.501Z[ recovery-image] Aug 21 17:36:10.190 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/.tmpoUnNLH/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs-recovery"], pwd: None
86522026-08-21T17:36:11.532Z[ recovery-image] Aug 21 17:36:10.219 INFO O| Aug 21 17:36:10.219 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86532026-08-21T17:36:11.537Z[ recovery-image] Aug 21 17:36:10.224 INFO O| Aug 21 17:36:10.224 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86542026-08-21T17:36:11.574Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
86552026-08-21T17:36:11.666Z[ recovery-image] Aug 21 17:36:10.353 INFO O| Aug 21 17:36:10.353 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
86562026-08-21T17:36:11.720Z[verify-libraries] Compiling delegate v0.13.5
86572026-08-21T17:36:11.742Z[ recovery-image] Aug 21 17:36:10.429 INFO O| Aug 21 17:36:10.429 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
86582026-08-21T17:36:11.742Z[ recovery-image] Aug 21 17:36:10.429 INFO O| Aug 21 17:36:10.429 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
86592026-08-21T17:36:11.747Z[ recovery-image] Aug 21 17:36:10.433 INFO O| Aug 21 17:36:10.433 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86602026-08-21T17:36:11.831Z[verify-libraries] Compiling sapling-renderdag v0.1.0
86612026-08-21T17:36:11.836Z[ recovery-image] Aug 21 17:36:10.527 INFO O| Aug 21 17:36:10.527 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
86622026-08-21T17:36:11.873Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
86632026-08-21T17:36:11.896Z[ recovery-image] Aug 21 17:36:10.581 INFO O| Aug 21 17:36:10.581 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
86642026-08-21T17:36:11.902Z[ recovery-image] Aug 21 17:36:10.591 INFO O| Aug 21 17:36:10.591 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86652026-08-21T17:36:11.910Z[ recovery-image] Aug 21 17:36:10.596 INFO O| Aug 21 17:36:10.596 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
86662026-08-21T17:36:11.914Z[ recovery-image] Aug 21 17:36:10.598 INFO O| Aug 21 17:36:10.597 INFO no lofi found
86672026-08-21T17:36:11.914Z[ recovery-image] Aug 21 17:36:10.598 INFO O| Aug 21 17:36:10.598 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
86682026-08-21T17:36:11.914Z[ recovery-image] Aug 21 17:36:10.598 INFO O| Aug 21 17:36:10.598 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86692026-08-21T17:36:11.944Z[verify-libraries] Compiling sync-ptr v0.1.4
86702026-08-21T17:36:12.148Z[verify-libraries] Compiling hex-literal v1.1.0
86712026-08-21T17:36:12.198Z[verify-libraries] Compiling md5 v0.8.0
86722026-08-21T17:36:12.258Z[verify-libraries] Compiling seq-macro v0.3.6
86732026-08-21T17:36:12.397Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
86742026-08-21T17:36:12.450Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
86752026-08-21T17:36:12.634Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
86762026-08-21T17:36:12.652Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
86772026-08-21T17:36:12.836Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
86782026-08-21T17:36:12.879Z[verify-libraries] Compiling russh v0.62.4
86792026-08-21T17:36:13.313Z[ recovery-image] Aug 21 17:36:12.001 INFO O| Aug 21 17:36:12.001 INFO lofi device = /dev/dsk/c2t1d0p0
86802026-08-21T17:36:13.314Z[ recovery-image] Aug 21 17:36:12.001 INFO O| Aug 21 17:36:12.001 INFO pool device = /dev/dsk/c2t1d0p0
86812026-08-21T17:36:13.331Z[ recovery-image] Aug 21 17:36:12.001 INFO O| Aug 21 17:36:12.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"]
86822026-08-21T17:36:13.469Z[ recovery-image] Aug 21 17:36:12.146 INFO O| Aug 21 17:36:12.146 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86832026-08-21T17:36:13.469Z[ recovery-image] Aug 21 17:36:12.146 INFO O| Aug 21 17:36:12.146 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
86842026-08-21T17:36:13.499Z[ recovery-image] Aug 21 17:36:12.174 INFO O| Aug 21 17:36:12.174 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
86852026-08-21T17:36:13.596Z[ recovery-image] Aug 21 17:36:12.288 INFO O| Aug 21 17:36:12.288 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
86862026-08-21T17:36:13.638Z[ recovery-image] Aug 21 17:36:12.321 INFO O| Aug 21 17:36:12.321 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
86872026-08-21T17:36:13.677Z[ recovery-image] Aug 21 17:36:12.349 INFO O| Aug 21 17:36:12.349 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
86882026-08-21T17:36:13.685Z[ recovery-image] Aug 21 17:36:12.366 INFO O| Aug 21 17:36:12.366 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
86892026-08-21T17:36:13.718Z[ recovery-image] Aug 21 17:36:12.408 INFO O| Aug 21 17:36:12.408 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86902026-08-21T17:36:13.719Z[ recovery-image] Aug 21 17:36:12.408 INFO O| Aug 21 17:36:12.408 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86912026-08-21T17:36:13.719Z[ recovery-image] Aug 21 17:36:12.408 INFO O| Aug 21 17:36:12.408 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
86922026-08-21T17:36:13.732Z[ recovery-image] Aug 21 17:36:12.422 INFO O| Aug 21 17:36:12.422 INFO boot environment UUID: e9295368-d564-44ed-b021-17392a72d177
86932026-08-21T17:36:13.732Z[ recovery-image] Aug 21 17:36:12.422 INFO O| Aug 21 17:36:12.422 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = e9295368-d564-44ed-b021-17392a72d177
86942026-08-21T17:36:13.758Z[ recovery-image] Aug 21 17:36:12.441 INFO O| Aug 21 17:36:12.441 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86952026-08-21T17:36:13.770Z[ recovery-image] Aug 21 17:36:12.460 INFO O| Aug 21 17:36:12.460 INFO STEP 0 (create_be) COMPLETE
86962026-08-21T17:36:13.770Z[ recovery-image] Aug 21 17:36:12.460 INFO O| Aug 21 17:36:12.460 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86972026-08-21T17:36:13.791Z[ recovery-image] Aug 21 17:36:12.474 INFO O| Aug 21 17:36:12.474 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"]
86982026-08-21T17:36:13.808Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
86992026-08-21T17:36:13.877Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
87002026-08-21T17:36:14.803Z[verify-libraries] Compiling samael v0.0.19
87012026-08-21T17:36:15.888Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
87022026-08-21T17:36:15.955Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
87032026-08-21T17:36:16.223Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
87042026-08-21T17:36:16.667Z[verify-libraries] Compiling socket2 v0.5.10
87052026-08-21T17:36:16.795Z[verify-libraries] Compiling fs-err v2.11.0
87062026-08-21T17:36:16.889Z[verify-libraries] Compiling internet-checksum v0.2.1
87072026-08-21T17:36:17.153Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87082026-08-21T17:36:17.610Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
87092026-08-21T17:36:17.985Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
87102026-08-21T17:36:18.457Z[verify-libraries] Compiling git2 v0.20.4
87112026-08-21T17:36:18.637Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
87122026-08-21T17:36:19.173Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
87132026-08-21T17:36:20.268Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
87142026-08-21T17:36:21.057Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
87152026-08-21T17:36:22.267Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
87162026-08-21T17:36:22.493Z[ recovery-image] Aug 21 17:36:21.165 INFO O| Aug 21 17:36:21.164 INFO STEP 1 (unpack_tar) COMPLETE
87172026-08-21T17:36:22.493Z[ recovery-image] Aug 21 17:36:21.165 INFO O| Aug 21 17:36:21.164 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87182026-08-21T17:36:22.517Z[ recovery-image] Aug 21 17:36:21.175 INFO O| Aug 21 17:36:21.175 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87192026-08-21T17:36:22.529Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
87202026-08-21T17:36:22.566Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
87212026-08-21T17:36:22.635Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
87222026-08-21T17:36:22.858Z[verify-libraries] Compiling yansi v1.0.1
87232026-08-21T17:36:23.061Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
87242026-08-21T17:36:23.121Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87252026-08-21T17:36:23.344Z[verify-libraries] Compiling pretty_assertions v1.4.1
87262026-08-21T17:36:23.876Z[ recovery-image] Aug 21 17:36:22.457 INFO O| Aug 21 17:36:22.457 INFO STEP 2 (devfsadm) COMPLETE
87272026-08-21T17:36:23.876Z[ recovery-image] Aug 21 17:36:22.457 INFO O| Aug 21 17:36:22.457 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87282026-08-21T17:36:23.891Z[ recovery-image] Aug 21 17:36:22.468 INFO O| Aug 21 17:36:22.468 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87292026-08-21T17:36:23.891Z[ recovery-image] Aug 21 17:36:22.468 INFO O| Aug 21 17:36:22.468 INFO STEP 3 (ensure_dir) COMPLETE
87302026-08-21T17:36:23.891Z[ recovery-image] Aug 21 17:36:22.468 INFO O| Aug 21 17:36:22.468 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87312026-08-21T17:36:23.891Z[ recovery-image] Aug 21 17:36:22.480 INFO O| Aug 21 17:36:22.480 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87322026-08-21T17:36:23.891Z[ recovery-image] Aug 21 17:36:22.480 INFO O| Aug 21 17:36:22.480 INFO STEP 4 (ensure_dir) COMPLETE
87332026-08-21T17:36:23.891Z[ recovery-image] Aug 21 17:36:22.480 INFO O| Aug 21 17:36:22.480 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87342026-08-21T17:36:23.891Z[ recovery-image] Aug 21 17:36:22.490 INFO O| Aug 21 17:36:22.490 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87352026-08-21T17:36:23.891Z[ recovery-image] Aug 21 17:36:22.490 INFO O| Aug 21 17:36:22.490 INFO STEP 5 (ensure_dir) COMPLETE
87362026-08-21T17:36:23.891Z[ recovery-image] Aug 21 17:36:22.490 INFO O| Aug 21 17:36:22.490 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87372026-08-21T17:36:23.891Z[ recovery-image] Aug 21 17:36:22.499 INFO O| Aug 21 17:36:22.499 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87382026-08-21T17:36:23.892Z[ recovery-image] Aug 21 17:36:22.499 INFO O| Aug 21 17:36:22.499 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87392026-08-21T17:36:23.892Z[ recovery-image] Aug 21 17:36:22.499 INFO O| Aug 21 17:36:22.499 INFO STEP 6 (ensure_dir) COMPLETE
87402026-08-21T17:36:23.892Z[ recovery-image] Aug 21 17:36:22.499 INFO O| Aug 21 17:36:22.499 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87412026-08-21T17:36:23.892Z[ recovery-image] Aug 21 17:36:22.510 INFO O| Aug 21 17:36:22.510 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87422026-08-21T17:36:23.892Z[ recovery-image] Aug 21 17:36:22.510 INFO O| Aug 21 17:36:22.510 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87432026-08-21T17:36:23.892Z[ recovery-image] Aug 21 17:36:22.510 INFO O| Aug 21 17:36:22.510 INFO STEP 7 (ensure_dir) COMPLETE
87442026-08-21T17:36:23.892Z[ recovery-image] Aug 21 17:36:22.510 INFO O| Aug 21 17:36:22.510 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87452026-08-21T17:36:23.892Z[ recovery-image] Aug 21 17:36:22.522 INFO O| Aug 21 17:36:22.522 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87462026-08-21T17:36:23.892Z[ recovery-image] Aug 21 17:36:22.522 INFO O| Aug 21 17:36:22.522 INFO STEP 8 (remove_files) COMPLETE
87472026-08-21T17:36:23.892Z[ recovery-image] Aug 21 17:36:22.522 INFO O| Aug 21 17:36:22.522 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87482026-08-21T17:36:23.892Z[ recovery-image] Aug 21 17:36:22.533 INFO O| Aug 21 17:36:22.533 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87492026-08-21T17:36:23.892Z[ recovery-image] Aug 21 17:36:22.534 INFO O| Aug 21 17:36:22.534 INFO STEP 9 (remove_files) COMPLETE
87502026-08-21T17:36:23.892Z[ recovery-image] Aug 21 17:36:22.534 INFO O| Aug 21 17:36:22.534 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87512026-08-21T17:36:23.892Z[ recovery-image] Aug 21 17:36:22.543 INFO O| Aug 21 17:36:22.543 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87522026-08-21T17:36:23.892Z[ recovery-image] Aug 21 17:36:22.544 INFO O| Aug 21 17:36:22.544 INFO STEP 10 (remove_files) COMPLETE
87532026-08-21T17:36:23.892Z[ recovery-image] Aug 21 17:36:22.544 INFO O| Aug 21 17:36:22.544 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87542026-08-21T17:36:23.892Z[ recovery-image] Aug 21 17:36:22.553 INFO O| Aug 21 17:36:22.553 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87552026-08-21T17:36:23.892Z[ recovery-image] Aug 21 17:36:22.554 INFO O| Aug 21 17:36:22.553 INFO STEP 11 (remove_files) COMPLETE
87562026-08-21T17:36:23.892Z[ recovery-image] Aug 21 17:36:22.554 INFO O| Aug 21 17:36:22.553 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87572026-08-21T17:36:23.892Z[ recovery-image] Aug 21 17:36:22.562 INFO O| Aug 21 17:36:22.562 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87582026-08-21T17:36:23.892Z[ recovery-image] Aug 21 17:36:22.562 INFO O| Aug 21 17:36:22.562 INFO STEP 12 (remove_files) COMPLETE
87592026-08-21T17:36:23.892Z[ recovery-image] Aug 21 17:36:22.562 INFO O| Aug 21 17:36:22.562 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87602026-08-21T17:36:23.892Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
87612026-08-21T17:36:23.907Z[ recovery-image] Aug 21 17:36:22.573 INFO O| Aug 21 17:36:22.572 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87622026-08-21T17:36:23.907Z[ recovery-image] Aug 21 17:36:22.573 INFO O| Aug 21 17:36:22.572 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87632026-08-21T17:36:23.907Z[ recovery-image] Aug 21 17:36:22.573 INFO O| Aug 21 17:36:22.572 INFO STEP 13 (ensure_dir) COMPLETE
87642026-08-21T17:36:23.907Z[ recovery-image] Aug 21 17:36:22.573 INFO O| Aug 21 17:36:22.572 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87652026-08-21T17:36:23.907Z[ recovery-image] Aug 21 17:36:22.581 INFO O| Aug 21 17:36:22.581 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87662026-08-21T17:36:23.907Z[ recovery-image] Aug 21 17:36:22.582 INFO O| Aug 21 17:36:22.581 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87672026-08-21T17:36:23.907Z[ recovery-image] Aug 21 17:36:22.582 INFO O| Aug 21 17:36:22.582 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87682026-08-21T17:36:23.907Z[ recovery-image] Aug 21 17:36:22.582 INFO O| Aug 21 17:36:22.582 INFO STEP 14 (ensure_dir) COMPLETE
87692026-08-21T17:36:23.907Z[ recovery-image] Aug 21 17:36:22.582 INFO O| Aug 21 17:36:22.582 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87702026-08-21T17:36:23.938Z[ recovery-image] Aug 21 17:36:22.592 INFO O| Aug 21 17:36:22.592 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87712026-08-21T17:36:23.938Z[ recovery-image] Aug 21 17:36:22.592 INFO O| Aug 21 17:36:22.592 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87722026-08-21T17:36:23.938Z[ recovery-image] Aug 21 17:36:22.592 INFO O| Aug 21 17:36:22.592 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87732026-08-21T17:36:23.938Z[ recovery-image] Aug 21 17:36:22.592 INFO O| Aug 21 17:36:22.592 INFO STEP 15 (ensure_dir) COMPLETE
87742026-08-21T17:36:23.938Z[ recovery-image] Aug 21 17:36:22.592 INFO O| Aug 21 17:36:22.592 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87752026-08-21T17:36:23.938Z[ recovery-image] Aug 21 17:36:22.602 INFO O| Aug 21 17:36:22.602 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87762026-08-21T17:36:23.940Z[ recovery-image] Aug 21 17:36:22.603 INFO O| Aug 21 17:36:22.602 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87772026-08-21T17:36:23.940Z[ recovery-image] Aug 21 17:36:22.603 INFO O| Aug 21 17:36:22.603 INFO STEP 16 (ensure_dir) COMPLETE
87782026-08-21T17:36:23.940Z[ recovery-image] Aug 21 17:36:22.603 INFO O| Aug 21 17:36:22.603 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87792026-08-21T17:36:23.948Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
87802026-08-21T17:36:23.948Z[ recovery-image] Aug 21 17:36:22.612 INFO O| Aug 21 17:36:22.612 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87812026-08-21T17:36:23.948Z[ recovery-image] Aug 21 17:36:22.612 INFO O| Aug 21 17:36:22.612 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87822026-08-21T17:36:23.948Z[ recovery-image] Aug 21 17:36:22.612 INFO O| Aug 21 17:36:22.612 INFO STEP 17 (ensure_dir) COMPLETE
87832026-08-21T17:36:23.948Z[ recovery-image] Aug 21 17:36:22.612 INFO O| Aug 21 17:36:22.612 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87842026-08-21T17:36:23.948Z[ recovery-image] Aug 21 17:36:22.620 INFO O| Aug 21 17:36:22.620 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87852026-08-21T17:36:23.948Z[ recovery-image] Aug 21 17:36:22.620 INFO O| Aug 21 17:36:22.620 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
87862026-08-21T17:36:23.948Z[ recovery-image] Aug 21 17:36:22.620 INFO O| Aug 21 17:36:22.620 INFO ok!
87872026-08-21T17:36:23.949Z[ recovery-image] Aug 21 17:36:22.620 INFO O| Aug 21 17:36:22.620 INFO STEP 18 (ensure_symlink) COMPLETE
87882026-08-21T17:36:23.949Z[ recovery-image] Aug 21 17:36:22.620 INFO O| Aug 21 17:36:22.620 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87892026-08-21T17:36:23.949Z[ recovery-image] Aug 21 17:36:22.629 INFO O| Aug 21 17:36:22.629 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
87902026-08-21T17:36:23.949Z[ recovery-image] Aug 21 17:36:22.629 INFO O| Aug 21 17:36:22.629 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
87912026-08-21T17:36:23.949Z[ recovery-image] Aug 21 17:36:22.629 INFO O| Aug 21 17:36:22.629 INFO ok!
87922026-08-21T17:36:23.950Z[ recovery-image] Aug 21 17:36:22.629 INFO O| Aug 21 17:36:22.629 INFO STEP 19 (ensure_file) COMPLETE
87932026-08-21T17:36:23.950Z[ recovery-image] Aug 21 17:36:22.629 INFO O| Aug 21 17:36:22.629 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87942026-08-21T17:36:23.960Z[ recovery-image] Aug 21 17:36:22.637 INFO O| Aug 21 17:36:22.637 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
87952026-08-21T17:36:23.960Z[ recovery-image] Aug 21 17:36:22.638 INFO O| Aug 21 17:36:22.637 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87962026-08-21T17:36:23.960Z[ recovery-image] Aug 21 17:36:22.638 INFO O| Aug 21 17:36:22.638 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
87972026-08-21T17:36:23.960Z[ recovery-image] Aug 21 17:36:22.638 INFO O| Aug 21 17:36:22.638 INFO ok!
87982026-08-21T17:36:23.960Z[ recovery-image] Aug 21 17:36:22.638 INFO O| Aug 21 17:36:22.638 INFO STEP 20 (ensure_symlink) COMPLETE
87992026-08-21T17:36:23.960Z[ recovery-image] Aug 21 17:36:22.638 INFO O| Aug 21 17:36:22.638 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88002026-08-21T17:36:23.966Z[ recovery-image] Aug 21 17:36:22.648 INFO O| Aug 21 17:36:22.648 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88012026-08-21T17:36:23.966Z[ recovery-image] Aug 21 17:36:22.649 INFO O| Aug 21 17:36:22.648 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88022026-08-21T17:36:23.966Z[ recovery-image] Aug 21 17:36:22.649 INFO O| Aug 21 17:36:22.649 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88032026-08-21T17:36:23.966Z[ recovery-image] Aug 21 17:36:22.649 INFO O| Aug 21 17:36:22.649 INFO ok!
88042026-08-21T17:36:23.967Z[ recovery-image] Aug 21 17:36:22.649 INFO O| Aug 21 17:36:22.649 INFO STEP 21 (ensure_symlink) COMPLETE
88052026-08-21T17:36:23.967Z[ recovery-image] Aug 21 17:36:22.649 INFO O| Aug 21 17:36:22.649 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88062026-08-21T17:36:23.967Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
88072026-08-21T17:36:23.982Z[ recovery-image] Aug 21 17:36:22.660 INFO O| Aug 21 17:36:22.660 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88082026-08-21T17:36:23.982Z[ recovery-image] Aug 21 17:36:22.660 INFO O| Aug 21 17:36:22.660 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88092026-08-21T17:36:23.982Z[ recovery-image] Aug 21 17:36:22.660 INFO O| Aug 21 17:36:22.660 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88102026-08-21T17:36:23.982Z[ recovery-image] Aug 21 17:36:22.660 INFO O| Aug 21 17:36:22.660 INFO ok!
88112026-08-21T17:36:23.982Z[ recovery-image] Aug 21 17:36:22.660 INFO O| Aug 21 17:36:22.660 INFO STEP 22 (ensure_symlink) COMPLETE
88122026-08-21T17:36:23.982Z[ recovery-image] Aug 21 17:36:22.660 INFO O| Aug 21 17:36:22.660 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88132026-08-21T17:36:23.991Z[ recovery-image] Aug 21 17:36:22.670 INFO O| Aug 21 17:36:22.670 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88142026-08-21T17:36:23.992Z[ recovery-image] Aug 21 17:36:22.670 INFO O| Aug 21 17:36:22.670 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88152026-08-21T17:36:23.992Z[ recovery-image] Aug 21 17:36:22.670 INFO O| Aug 21 17:36:22.670 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88162026-08-21T17:36:23.992Z[ recovery-image] Aug 21 17:36:22.670 INFO O| Aug 21 17:36:22.670 INFO ok!
88172026-08-21T17:36:23.992Z[ recovery-image] Aug 21 17:36:22.670 INFO O| Aug 21 17:36:22.670 INFO STEP 23 (ensure_symlink) COMPLETE
88182026-08-21T17:36:23.992Z[ recovery-image] Aug 21 17:36:22.670 INFO O| Aug 21 17:36:22.670 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88192026-08-21T17:36:24.113Z[ recovery-image] Aug 21 17:36:22.684 INFO O| Aug 21 17:36:22.684 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88202026-08-21T17:36:24.114Z[ recovery-image] Aug 21 17:36:22.684 INFO O| Aug 21 17:36:22.684 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 ...
88212026-08-21T17:36:24.114Z[ recovery-image] Aug 21 17:36:22.684 INFO O| Aug 21 17:36:22.684 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88222026-08-21T17:36:24.114Z[ recovery-image] Aug 21 17:36:22.684 INFO O| Aug 21 17:36:22.684 INFO ok!
88232026-08-21T17:36:24.114Z[ recovery-image] Aug 21 17:36:22.684 INFO O| Aug 21 17:36:22.684 INFO STEP 24 (ensure_file) COMPLETE
88242026-08-21T17:36:24.114Z[ recovery-image] Aug 21 17:36:22.684 INFO O| Aug 21 17:36:22.684 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88252026-08-21T17:36:24.140Z[ recovery-image] Aug 21 17:36:22.695 INFO O| Aug 21 17:36:22.694 INFO updating shadow file
88262026-08-21T17:36:24.140Z[ recovery-image] Aug 21 17:36:22.695 INFO O| Aug 21 17:36:22.695 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88272026-08-21T17:36:24.140Z[ recovery-image] Aug 21 17:36:22.695 INFO O| Aug 21 17:36:22.695 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88282026-08-21T17:36:24.140Z[ recovery-image] Aug 21 17:36:22.695 INFO O| Aug 21 17:36:22.695 INFO STEP 25 (shadow) COMPLETE
88292026-08-21T17:36:24.140Z[ recovery-image] Aug 21 17:36:22.695 INFO O| Aug 21 17:36:22.695 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88302026-08-21T17:36:24.140Z[ recovery-image] Aug 21 17:36:22.706 INFO O| Aug 21 17:36:22.706 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88312026-08-21T17:36:24.140Z[ recovery-image] Aug 21 17:36:22.706 INFO O| Aug 21 17:36:22.706 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88322026-08-21T17:36:24.140Z[ recovery-image] Aug 21 17:36:22.706 INFO O| Aug 21 17:36:22.706 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88332026-08-21T17:36:24.140Z[ recovery-image] Aug 21 17:36:22.706 INFO O| Aug 21 17:36:22.706 INFO ok!
88342026-08-21T17:36:24.140Z[ recovery-image] Aug 21 17:36:22.706 INFO O| Aug 21 17:36:22.706 INFO STEP 26 (ensure_file) COMPLETE
88352026-08-21T17:36:24.140Z[ recovery-image] Aug 21 17:36:22.706 INFO O| Aug 21 17:36:22.706 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88362026-08-21T17:36:24.140Z[ recovery-image] Aug 21 17:36:22.716 INFO O| Aug 21 17:36:22.716 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88372026-08-21T17:36:24.140Z[ recovery-image] Aug 21 17:36:22.716 INFO O| Aug 21 17:36:22.716 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88382026-08-21T17:36:24.140Z[ recovery-image] Aug 21 17:36:22.716 INFO O| Aug 21 17:36:22.716 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88392026-08-21T17:36:24.140Z[ recovery-image] Aug 21 17:36:22.716 INFO O| Aug 21 17:36:22.716 INFO ok!
88402026-08-21T17:36:24.140Z[ recovery-image] Aug 21 17:36:22.716 INFO O| Aug 21 17:36:22.716 INFO STEP 27 (ensure_file) COMPLETE
88412026-08-21T17:36:24.140Z[ recovery-image] Aug 21 17:36:22.716 INFO O| Aug 21 17:36:22.716 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88422026-08-21T17:36:24.140Z[ recovery-image] Aug 21 17:36:22.726 INFO O| Aug 21 17:36:22.726 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88432026-08-21T17:36:24.140Z[ recovery-image] Aug 21 17:36:22.726 INFO O| Aug 21 17:36:22.726 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88442026-08-21T17:36:24.141Z[ recovery-image] Aug 21 17:36:22.726 INFO O| Aug 21 17:36:22.726 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88452026-08-21T17:36:24.141Z[ recovery-image] Aug 21 17:36:22.726 INFO O| Aug 21 17:36:22.726 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88462026-08-21T17:36:24.141Z[ recovery-image] Aug 21 17:36:22.726 INFO O| Aug 21 17:36:22.726 INFO ok!
88472026-08-21T17:36:24.141Z[ recovery-image] Aug 21 17:36:22.726 INFO O| Aug 21 17:36:22.726 INFO STEP 28 (ensure_file) COMPLETE
88482026-08-21T17:36:24.141Z[ recovery-image] Aug 21 17:36:22.726 INFO O| Aug 21 17:36:22.726 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88492026-08-21T17:36:24.141Z[ recovery-image] Aug 21 17:36:22.737 INFO O| Aug 21 17:36:22.736 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88502026-08-21T17:36:24.141Z[ recovery-image] Aug 21 17:36:22.737 INFO O| Aug 21 17:36:22.737 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88512026-08-21T17:36:24.141Z[ recovery-image] Aug 21 17:36:22.737 INFO O| Aug 21 17:36:22.737 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88522026-08-21T17:36:24.141Z[ recovery-image] Aug 21 17:36:22.737 INFO O| Aug 21 17:36:22.737 INFO ok!
88532026-08-21T17:36:24.141Z[ recovery-image] Aug 21 17:36:22.737 INFO O| Aug 21 17:36:22.737 INFO STEP 29 (ensure_file) COMPLETE
88542026-08-21T17:36:24.141Z[ recovery-image] Aug 21 17:36:22.737 INFO O| Aug 21 17:36:22.737 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88552026-08-21T17:36:24.141Z[ recovery-image] Aug 21 17:36:22.747 INFO O| Aug 21 17:36:22.747 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88562026-08-21T17:36:24.141Z[ recovery-image] Aug 21 17:36:22.747 INFO O| Aug 21 17:36:22.747 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88572026-08-21T17:36:24.141Z[ recovery-image] Aug 21 17:36:22.747 INFO O| Aug 21 17:36:22.747 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88582026-08-21T17:36:24.141Z[ recovery-image] Aug 21 17:36:22.747 INFO O| Aug 21 17:36:22.747 INFO STEP 30 (ensure_dir) COMPLETE
88592026-08-21T17:36:24.141Z[ recovery-image] Aug 21 17:36:22.747 INFO O| Aug 21 17:36:22.747 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88602026-08-21T17:36:24.142Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
88612026-08-21T17:36:24.142Z[ recovery-image] Aug 21 17:36:22.757 INFO O| Aug 21 17:36:22.757 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88622026-08-21T17:36:24.142Z[ recovery-image] Aug 21 17:36:22.757 INFO O| Aug 21 17:36:22.757 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 ...
88632026-08-21T17:36:24.142Z[ recovery-image] Aug 21 17:36:22.757 INFO O| Aug 21 17:36:22.757 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
88642026-08-21T17:36:24.142Z[ recovery-image] Aug 21 17:36:22.757 INFO O| Aug 21 17:36:22.757 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88652026-08-21T17:36:24.142Z[ recovery-image] Aug 21 17:36:22.757 INFO O| Aug 21 17:36:22.757 INFO ok!
88662026-08-21T17:36:24.142Z[ recovery-image] Aug 21 17:36:22.757 INFO O| Aug 21 17:36:22.757 INFO STEP 31 (ensure_file) COMPLETE
88672026-08-21T17:36:24.142Z[ recovery-image] Aug 21 17:36:22.757 INFO O| Aug 21 17:36:22.757 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88682026-08-21T17:36:24.143Z[ recovery-image] Aug 21 17:36:22.767 INFO O| Aug 21 17:36:22.767 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88692026-08-21T17:36:24.143Z[ recovery-image] Aug 21 17:36:22.767 INFO O| Aug 21 17:36:22.767 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88702026-08-21T17:36:24.143Z[ recovery-image] Aug 21 17:36:22.767 INFO O| Aug 21 17:36:22.767 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88712026-08-21T17:36:24.143Z[ recovery-image] Aug 21 17:36:22.767 INFO O| Aug 21 17:36:22.767 INFO STEP 32 (ensure_dir) COMPLETE
88722026-08-21T17:36:24.143Z[ recovery-image] Aug 21 17:36:22.767 INFO O| Aug 21 17:36:22.767 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88732026-08-21T17:36:24.143Z[ recovery-image] Aug 21 17:36:22.778 INFO O| Aug 21 17:36:22.778 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
88742026-08-21T17:36:24.143Z[ recovery-image] Aug 21 17:36:22.778 INFO O| Aug 21 17:36:22.778 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 ...
88752026-08-21T17:36:24.143Z[ recovery-image] Aug 21 17:36:22.778 INFO O| Aug 21 17:36:22.778 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
88762026-08-21T17:36:24.143Z[ recovery-image] Aug 21 17:36:22.778 INFO O| Aug 21 17:36:22.778 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
88772026-08-21T17:36:24.143Z[ recovery-image] Aug 21 17:36:22.778 INFO O| Aug 21 17:36:22.778 INFO ok!
88782026-08-21T17:36:24.143Z[ recovery-image] Aug 21 17:36:22.778 INFO O| Aug 21 17:36:22.778 INFO STEP 33 (ensure_file) COMPLETE
88792026-08-21T17:36:24.143Z[ recovery-image] Aug 21 17:36:22.778 INFO O| Aug 21 17:36:22.778 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88802026-08-21T17:36:24.143Z[ recovery-image] Aug 21 17:36:22.789 INFO O| Aug 21 17:36:22.789 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
88812026-08-21T17:36:24.143Z[ recovery-image] Aug 21 17:36:22.789 INFO O| Aug 21 17:36:22.789 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
88822026-08-21T17:36:24.143Z[ recovery-image] Aug 21 17:36:22.789 INFO O| Aug 21 17:36:22.789 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
88832026-08-21T17:36:24.143Z[ recovery-image] Aug 21 17:36:22.789 INFO O| Aug 21 17:36:22.789 INFO ok!
88842026-08-21T17:36:24.143Z[ recovery-image] Aug 21 17:36:22.789 INFO O| Aug 21 17:36:22.789 INFO STEP 34 (ensure_file) COMPLETE
88852026-08-21T17:36:24.143Z[ recovery-image] Aug 21 17:36:22.789 INFO O| Aug 21 17:36:22.789 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88862026-08-21T17:36:24.143Z[ recovery-image] Aug 21 17:36:22.805 INFO O| Aug 21 17:36:22.805 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
88872026-08-21T17:36:24.143Z[ recovery-image] Aug 21 17:36:22.805 INFO O| Aug 21 17:36:22.805 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
88882026-08-21T17:36:24.143Z[ recovery-image] Aug 21 17:36:22.805 INFO O| Aug 21 17:36:22.805 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88892026-08-21T17:36:24.143Z[ recovery-image] Aug 21 17:36:22.805 INFO O| Aug 21 17:36:22.805 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
88902026-08-21T17:36:24.143Z[ recovery-image] Aug 21 17:36:22.805 INFO O| Aug 21 17:36:22.805 INFO ok!
88912026-08-21T17:36:24.143Z[ recovery-image] Aug 21 17:36:22.805 INFO O| Aug 21 17:36:22.805 INFO STEP 35 (ensure_file) COMPLETE
88922026-08-21T17:36:24.144Z[ recovery-image] Aug 21 17:36:22.805 INFO O| Aug 21 17:36:22.805 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88932026-08-21T17:36:24.144Z[ recovery-image] Aug 21 17:36:22.817 INFO O| Aug 21 17:36:22.817 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
88942026-08-21T17:36:24.144Z[ recovery-image] Aug 21 17:36:22.817 INFO O| Aug 21 17:36:22.817 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
88952026-08-21T17:36:24.144Z[ recovery-image] Aug 21 17:36:22.817 INFO O| Aug 21 17:36:22.817 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
88962026-08-21T17:36:24.144Z[ recovery-image] Aug 21 17:36:22.817 INFO O| Aug 21 17:36:22.817 INFO ok!
88972026-08-21T17:36:24.144Z[ recovery-image] Aug 21 17:36:22.817 INFO O| Aug 21 17:36:22.817 INFO STEP 36 (ensure_file) COMPLETE
88982026-08-21T17:36:24.144Z[ recovery-image] Aug 21 17:36:22.817 INFO O| Aug 21 17:36:22.817 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88992026-08-21T17:36:24.144Z[ recovery-image] Aug 21 17:36:22.826 INFO O| Aug 21 17:36:22.826 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89002026-08-21T17:36:24.144Z[ recovery-image] Aug 21 17:36:22.827 INFO O| Aug 21 17:36:22.826 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89012026-08-21T17:36:24.144Z[ recovery-image] Aug 21 17:36:22.827 INFO O| Aug 21 17:36:22.827 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89022026-08-21T17:36:24.144Z[ recovery-image] Aug 21 17:36:22.827 INFO O| Aug 21 17:36:22.827 INFO ok!
89032026-08-21T17:36:24.144Z[ recovery-image] Aug 21 17:36:22.827 INFO O| Aug 21 17:36:22.827 INFO STEP 37 (ensure_file) COMPLETE
89042026-08-21T17:36:24.144Z[ recovery-image] Aug 21 17:36:22.827 INFO O| Aug 21 17:36:22.827 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89052026-08-21T17:36:24.184Z[ recovery-image] Aug 21 17:36:22.838 INFO O| Aug 21 17:36:22.838 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89062026-08-21T17:36:24.184Z[ recovery-image] Aug 21 17:36:22.838 INFO O| Aug 21 17:36:22.838 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89072026-08-21T17:36:24.184Z[ recovery-image] Aug 21 17:36:22.838 INFO O| Aug 21 17:36:22.838 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89082026-08-21T17:36:24.185Z[ recovery-image] Aug 21 17:36:22.838 INFO O| Aug 21 17:36:22.838 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89092026-08-21T17:36:24.185Z[ recovery-image] Aug 21 17:36:22.838 INFO O| Aug 21 17:36:22.838 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89102026-08-21T17:36:24.185Z[ recovery-image] Aug 21 17:36:22.838 INFO O| Aug 21 17:36:22.838 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89112026-08-21T17:36:24.185Z[ recovery-image] Aug 21 17:36:22.838 INFO O| Aug 21 17:36:22.838 INFO ok!
89122026-08-21T17:36:24.185Z[ recovery-image] Aug 21 17:36:22.838 INFO O| Aug 21 17:36:22.838 INFO STEP 38 (ensure_file) COMPLETE
89132026-08-21T17:36:24.185Z[ recovery-image] Aug 21 17:36:22.838 INFO O| Aug 21 17:36:22.838 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89142026-08-21T17:36:24.237Z[ recovery-image] Aug 21 17:36:22.848 INFO O| Aug 21 17:36:22.848 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89152026-08-21T17:36:24.237Z[ recovery-image] Aug 21 17:36:22.848 INFO O| Aug 21 17:36:22.848 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89162026-08-21T17:36:24.237Z[ recovery-image] Aug 21 17:36:22.848 INFO O| Aug 21 17:36:22.848 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89172026-08-21T17:36:24.237Z[ recovery-image] Aug 21 17:36:22.848 INFO O| Aug 21 17:36:22.848 INFO STEP 39 (ensure_dir) COMPLETE
89182026-08-21T17:36:24.237Z[ recovery-image] Aug 21 17:36:22.848 INFO O| Aug 21 17:36:22.848 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89192026-08-21T17:36:24.238Z[ recovery-image] Aug 21 17:36:22.858 INFO O| Aug 21 17:36:22.858 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
89202026-08-21T17:36:24.238Z[ recovery-image] Aug 21 17:36:22.858 INFO O| Aug 21 17:36:22.858 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 ...
89212026-08-21T17:36:24.238Z[ recovery-image] Aug 21 17:36:22.858 INFO O| Aug 21 17:36:22.858 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
89222026-08-21T17:36:24.238Z[ recovery-image] Aug 21 17:36:22.858 INFO O| Aug 21 17:36:22.858 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
89232026-08-21T17:36:24.238Z[ recovery-image] Aug 21 17:36:22.858 INFO O| Aug 21 17:36:22.858 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
89242026-08-21T17:36:24.238Z[ recovery-image] Aug 21 17:36:22.858 INFO O| Aug 21 17:36:22.858 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
89252026-08-21T17:36:24.238Z[ recovery-image] Aug 21 17:36:22.858 INFO O| Aug 21 17:36:22.858 INFO ok!
89262026-08-21T17:36:24.238Z[ recovery-image] Aug 21 17:36:22.858 INFO O| Aug 21 17:36:22.858 INFO STEP 40 (ensure_file) COMPLETE
89272026-08-21T17:36:24.238Z[ recovery-image] Aug 21 17:36:22.858 INFO O| Aug 21 17:36:22.858 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89282026-08-21T17:36:24.238Z[ recovery-image] Aug 21 17:36:22.867 INFO O| Aug 21 17:36:22.867 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89292026-08-21T17:36:24.238Z[ recovery-image] Aug 21 17:36:22.867 INFO O| Aug 21 17:36:22.867 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 ...
89302026-08-21T17:36:24.238Z[ recovery-image] Aug 21 17:36:22.867 INFO O| Aug 21 17:36:22.867 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89312026-08-21T17:36:24.238Z[ recovery-image] Aug 21 17:36:22.867 INFO O| Aug 21 17:36:22.867 INFO ok!
89322026-08-21T17:36:24.238Z[ recovery-image] Aug 21 17:36:22.867 INFO O| Aug 21 17:36:22.867 INFO STEP 41 (ensure_symlink) COMPLETE
89332026-08-21T17:36:24.238Z[ recovery-image] Aug 21 17:36:22.867 INFO O| Aug 21 17:36:22.867 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89342026-08-21T17:36:24.238Z[ recovery-image] Aug 21 17:36:22.876 INFO O| Aug 21 17:36:22.876 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89352026-08-21T17:36:24.238Z[ recovery-image] Aug 21 17:36:22.876 INFO O| Aug 21 17:36:22.876 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89362026-08-21T17:36:24.238Z[ recovery-image] Aug 21 17:36:22.876 INFO O| Aug 21 17:36:22.876 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89372026-08-21T17:36:24.238Z[ recovery-image] Aug 21 17:36:22.876 INFO O| Aug 21 17:36:22.876 INFO ok!
89382026-08-21T17:36:24.238Z[ recovery-image] Aug 21 17:36:22.876 INFO O| Aug 21 17:36:22.876 INFO STEP 42 (ensure_symlink) COMPLETE
89392026-08-21T17:36:24.238Z[ recovery-image] Aug 21 17:36:22.876 INFO O| Aug 21 17:36:22.876 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89402026-08-21T17:36:24.238Z[ recovery-image] Aug 21 17:36:22.886 INFO O| Aug 21 17:36:22.886 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89412026-08-21T17:36:24.238Z[ recovery-image] Aug 21 17:36:22.886 INFO O| Aug 21 17:36:22.886 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89422026-08-21T17:36:24.238Z[ recovery-image] Aug 21 17:36:22.886 INFO O| Aug 21 17:36:22.886 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89432026-08-21T17:36:24.238Z[ recovery-image] Aug 21 17:36:22.886 INFO O| Aug 21 17:36:22.886 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89442026-08-21T17:36:24.238Z[ recovery-image] Aug 21 17:36:22.886 INFO O| Aug 21 17:36:22.886 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89452026-08-21T17:36:24.238Z[ recovery-image] Aug 21 17:36:22.886 INFO O| Aug 21 17:36:22.886 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89462026-08-21T17:36:24.239Z[ recovery-image] Aug 21 17:36:22.886 INFO O| Aug 21 17:36:22.886 INFO ok!
89472026-08-21T17:36:24.239Z[ recovery-image] Aug 21 17:36:22.886 INFO O| Aug 21 17:36:22.886 INFO STEP 43 (ensure_file) COMPLETE
89482026-08-21T17:36:24.239Z[ recovery-image] Aug 21 17:36:22.886 INFO O| Aug 21 17:36:22.886 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89492026-08-21T17:36:24.239Z[ recovery-image] Aug 21 17:36:22.896 INFO O| Aug 21 17:36:22.896 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89502026-08-21T17:36:24.239Z[ recovery-image] Aug 21 17:36:22.896 INFO O| Aug 21 17:36:22.896 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 ...
89512026-08-21T17:36:24.239Z[ recovery-image] Aug 21 17:36:22.896 INFO O| Aug 21 17:36:22.896 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
89522026-08-21T17:36:24.239Z[ recovery-image] Aug 21 17:36:22.896 INFO O| Aug 21 17:36:22.896 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89532026-08-21T17:36:24.239Z[ recovery-image] Aug 21 17:36:22.896 INFO O| Aug 21 17:36:22.896 INFO ok!
89542026-08-21T17:36:24.239Z[ recovery-image] Aug 21 17:36:22.896 INFO O| Aug 21 17:36:22.896 INFO STEP 44 (ensure_file) COMPLETE
89552026-08-21T17:36:24.239Z[ recovery-image] Aug 21 17:36:22.896 INFO O| Aug 21 17:36:22.896 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89562026-08-21T17:36:24.239Z[ recovery-image] Aug 21 17:36:22.908 INFO O| Aug 21 17:36:22.907 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89572026-08-21T17:36:24.239Z[ recovery-image] Aug 21 17:36:22.908 INFO O| Aug 21 17:36:22.908 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89582026-08-21T17:36:24.239Z[ recovery-image] Aug 21 17:36:22.908 INFO O| Aug 21 17:36:22.908 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89592026-08-21T17:36:24.239Z[ recovery-image] Aug 21 17:36:22.908 INFO O| Aug 21 17:36:22.908 INFO ok!
89602026-08-21T17:36:24.239Z[ recovery-image] Aug 21 17:36:22.908 INFO O| Aug 21 17:36:22.908 INFO STEP 45 (ensure_file) COMPLETE
89612026-08-21T17:36:24.239Z[ recovery-image] Aug 21 17:36:22.908 INFO O| Aug 21 17:36:22.908 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89622026-08-21T17:36:24.247Z[ recovery-image] Aug 21 17:36:22.919 INFO O| Aug 21 17:36:22.919 INFO updating shadow file
89632026-08-21T17:36:24.248Z[ recovery-image] Aug 21 17:36:22.919 INFO O| Aug 21 17:36:22.919 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89642026-08-21T17:36:24.248Z[ recovery-image] Aug 21 17:36:22.919 INFO O| Aug 21 17:36:22.919 INFO STEP 46 (shadow) COMPLETE
89652026-08-21T17:36:24.248Z[ recovery-image] Aug 21 17:36:22.919 INFO O| Aug 21 17:36:22.919 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89662026-08-21T17:36:24.248Z[ recovery-image] Aug 21 17:36:22.930 INFO O| Aug 21 17:36:22.930 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89672026-08-21T17:36:24.248Z[ recovery-image] Aug 21 17:36:22.930 INFO O| Aug 21 17:36:22.930 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
89682026-08-21T17:36:24.248Z[ recovery-image] Aug 21 17:36:22.930 INFO O| Aug 21 17:36:22.930 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89692026-08-21T17:36:24.248Z[ recovery-image] Aug 21 17:36:22.930 INFO O| Aug 21 17:36:22.930 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89702026-08-21T17:36:24.248Z[ recovery-image] Aug 21 17:36:22.930 INFO O| Aug 21 17:36:22.930 INFO ok!
89712026-08-21T17:36:24.248Z[ recovery-image] Aug 21 17:36:22.930 INFO O| Aug 21 17:36:22.930 INFO STEP 47 (ensure_file) COMPLETE
89722026-08-21T17:36:24.248Z[ recovery-image] Aug 21 17:36:22.930 INFO O| Aug 21 17:36:22.930 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89732026-08-21T17:36:24.248Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
89742026-08-21T17:36:24.274Z[ recovery-image] Aug 21 17:36:22.940 INFO O| Aug 21 17:36:22.939 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
89752026-08-21T17:36:24.274Z[ recovery-image] Aug 21 17:36:22.940 INFO O| Aug 21 17:36:22.940 INFO STEP 48 (ensure_dir) COMPLETE
89762026-08-21T17:36:24.274Z[ recovery-image] Aug 21 17:36:22.940 INFO O| Aug 21 17:36:22.940 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89772026-08-21T17:36:24.297Z[ recovery-image] Aug 21 17:36:22.949 INFO O| Aug 21 17:36:22.949 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89782026-08-21T17:36:24.297Z[ recovery-image] Aug 21 17:36:22.949 INFO O| Aug 21 17:36:22.949 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
89792026-08-21T17:36:24.297Z[ recovery-image] Aug 21 17:36:22.949 INFO O| Aug 21 17:36:22.949 INFO STEP 49 (ensure_dir) COMPLETE
89802026-08-21T17:36:24.297Z[ recovery-image] Aug 21 17:36:22.949 INFO O| Aug 21 17:36:22.949 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89812026-08-21T17:36:24.297Z[ recovery-image] Aug 21 17:36:22.958 INFO O| Aug 21 17:36:22.958 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89822026-08-21T17:36:24.297Z[ recovery-image] Aug 21 17:36:22.958 INFO O| Aug 21 17:36:22.958 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
89832026-08-21T17:36:24.297Z[ recovery-image] Aug 21 17:36:22.958 INFO O| Aug 21 17:36:22.958 INFO STEP 50 (ensure_dir) COMPLETE
89842026-08-21T17:36:24.298Z[ recovery-image] Aug 21 17:36:22.958 INFO O| Aug 21 17:36:22.958 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89852026-08-21T17:36:24.298Z[ recovery-image] Aug 21 17:36:22.966 INFO O| Aug 21 17:36:22.966 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
89862026-08-21T17:36:24.298Z[ recovery-image] Aug 21 17:36:22.966 INFO O| Aug 21 17:36:22.966 INFO copying /tmp/.tmpoUnNLH/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
89872026-08-21T17:36:24.317Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
89882026-08-21T17:36:24.336Z[ recovery-image] Aug 21 17:36:23.019 INFO O| Aug 21 17:36:23.018 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
89892026-08-21T17:36:24.336Z[ recovery-image] Aug 21 17:36:23.019 INFO O| Aug 21 17:36:23.018 INFO ok!
89902026-08-21T17:36:24.336Z[ recovery-image] Aug 21 17:36:23.019 INFO O| Aug 21 17:36:23.018 INFO STEP 51 (ensure_file) COMPLETE
89912026-08-21T17:36:24.336Z[ recovery-image] Aug 21 17:36:23.019 INFO O| Aug 21 17:36:23.018 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89922026-08-21T17:36:24.358Z[ recovery-image] Aug 21 17:36:23.030 INFO O| Aug 21 17:36:23.030 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89932026-08-21T17:36:24.358Z[ recovery-image] Aug 21 17:36:23.031 INFO O| Aug 21 17:36:23.030 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
89942026-08-21T17:36:24.358Z[ recovery-image] Aug 21 17:36:23.031 INFO O| Aug 21 17:36:23.030 INFO STEP 52 (ensure_dir) COMPLETE
89952026-08-21T17:36:24.358Z[ recovery-image] Aug 21 17:36:23.031 INFO O| Aug 21 17:36:23.030 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89962026-08-21T17:36:24.365Z[ recovery-image] Aug 21 17:36:23.043 INFO O| Aug 21 17:36:23.043 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
89972026-08-21T17:36:24.365Z[ recovery-image] Aug 21 17:36:23.043 INFO O| Aug 21 17:36:23.043 INFO copying /tmp/.tmpoUnNLH/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
89982026-08-21T17:36:24.365Z[ recovery-image] Aug 21 17:36:23.043 INFO O| Aug 21 17:36:23.043 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
89992026-08-21T17:36:24.365Z[ recovery-image] Aug 21 17:36:23.043 INFO O| Aug 21 17:36:23.043 INFO ok!
90002026-08-21T17:36:24.365Z[ recovery-image] Aug 21 17:36:23.043 INFO O| Aug 21 17:36:23.043 INFO STEP 53 (ensure_file) COMPLETE
90012026-08-21T17:36:24.365Z[ recovery-image] Aug 21 17:36:23.043 INFO O| Aug 21 17:36:23.043 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90022026-08-21T17:36:24.365Z[ recovery-image] Aug 21 17:36:23.053 INFO O| Aug 21 17:36:23.053 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90032026-08-21T17:36:24.365Z[ recovery-image] Aug 21 17:36:23.053 INFO O| Aug 21 17:36:23.053 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90042026-08-21T17:36:24.365Z[ recovery-image] Aug 21 17:36:23.053 INFO O| Aug 21 17:36:23.053 INFO STEP 54 (ensure_dir) COMPLETE
90052026-08-21T17:36:24.365Z[ recovery-image] Aug 21 17:36:23.053 INFO O| Aug 21 17:36:23.053 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90062026-08-21T17:36:24.382Z[ recovery-image] Aug 21 17:36:23.063 INFO O| Aug 21 17:36:23.063 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90072026-08-21T17:36:24.382Z[ recovery-image] Aug 21 17:36:23.063 INFO O| Aug 21 17:36:23.063 INFO copying /tmp/.tmpoUnNLH/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90082026-08-21T17:36:24.396Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
90092026-08-21T17:36:24.564Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
90102026-08-21T17:36:24.588Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
90112026-08-21T17:36:24.758Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
90122026-08-21T17:36:24.919Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
90132026-08-21T17:36:24.975Z[verify-libraries] Compiling drift v0.2.0
90142026-08-21T17:36:25.183Z[verify-libraries] Compiling uzers v0.12.2
90152026-08-21T17:36:25.903Z[verify-libraries] Compiling parse-size v1.1.0
90162026-08-21T17:36:26.042Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
90172026-08-21T17:36:26.112Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
90182026-08-21T17:36:26.154Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
90192026-08-21T17:36:26.250Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
90202026-08-21T17:36:26.329Z[ recovery-image] Aug 21 17:36:25.019 INFO O| Aug 21 17:36:25.019 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90212026-08-21T17:36:26.329Z[ recovery-image] Aug 21 17:36:25.019 INFO O| Aug 21 17:36:25.019 INFO ok!
90222026-08-21T17:36:26.329Z[ recovery-image] Aug 21 17:36:25.019 INFO O| Aug 21 17:36:25.019 INFO STEP 55 (ensure_file) COMPLETE
90232026-08-21T17:36:26.334Z[ recovery-image] Aug 21 17:36:25.020 INFO O| Aug 21 17:36:25.019 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90242026-08-21T17:36:26.337Z[ recovery-image] Aug 21 17:36:25.029 INFO O| Aug 21 17:36:25.029 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90252026-08-21T17:36:26.337Z[ recovery-image] Aug 21 17:36:25.029 INFO O| Aug 21 17:36:25.029 INFO copying /tmp/.tmpoUnNLH/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90262026-08-21T17:36:27.123Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
90272026-08-21T17:36:27.231Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
90282026-08-21T17:36:27.956Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
90292026-08-21T17:36:28.260Z[ recovery-image] Aug 21 17:36:26.949 INFO O| Aug 21 17:36:26.949 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90302026-08-21T17:36:28.261Z[ recovery-image] Aug 21 17:36:26.949 INFO O| Aug 21 17:36:26.949 INFO ok!
90312026-08-21T17:36:28.261Z[ recovery-image] Aug 21 17:36:26.949 INFO O| Aug 21 17:36:26.949 INFO STEP 56 (ensure_file) COMPLETE
90322026-08-21T17:36:28.270Z[ recovery-image] Aug 21 17:36:26.949 INFO O| Aug 21 17:36:26.949 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90332026-08-21T17:36:28.275Z[ recovery-image] Aug 21 17:36:26.959 INFO O| Aug 21 17:36:26.959 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90342026-08-21T17:36:28.275Z[ recovery-image] Aug 21 17:36:26.959 INFO O| Aug 21 17:36:26.959 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90352026-08-21T17:36:28.275Z[ recovery-image] Aug 21 17:36:26.959 INFO O| Aug 21 17:36:26.959 INFO STEP 57 (ensure_dir) COMPLETE
90362026-08-21T17:36:28.275Z[ recovery-image] Aug 21 17:36:26.959 INFO O| Aug 21 17:36:26.959 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90372026-08-21T17:36:28.287Z[ recovery-image] Aug 21 17:36:26.969 INFO O| Aug 21 17:36:26.969 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90382026-08-21T17:36:28.287Z[ recovery-image] Aug 21 17:36:26.969 INFO O| Aug 21 17:36:26.969 INFO copying /tmp/.tmpoUnNLH/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 ...
90392026-08-21T17:36:28.287Z[ recovery-image] Aug 21 17:36:26.969 INFO O| Aug 21 17:36:26.969 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
90402026-08-21T17:36:28.287Z[ recovery-image] Aug 21 17:36:26.969 INFO O| Aug 21 17:36:26.969 INFO ok!
90412026-08-21T17:36:28.287Z[ recovery-image] Aug 21 17:36:26.969 INFO O| Aug 21 17:36:26.969 INFO STEP 58 (ensure_file) COMPLETE
90422026-08-21T17:36:28.287Z[ recovery-image] Aug 21 17:36:26.969 INFO O| Aug 21 17:36:26.969 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90432026-08-21T17:36:28.297Z[ recovery-image] Aug 21 17:36:26.979 INFO O| Aug 21 17:36:26.979 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90442026-08-21T17:36:28.297Z[ recovery-image] Aug 21 17:36:26.979 INFO O| Aug 21 17:36:26.979 INFO copying /tmp/.tmpoUnNLH/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 ...
90452026-08-21T17:36:28.297Z[ recovery-image] Aug 21 17:36:26.979 INFO O| Aug 21 17:36:26.979 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
90462026-08-21T17:36:28.297Z[ recovery-image] Aug 21 17:36:26.979 INFO O| Aug 21 17:36:26.979 INFO ok!
90472026-08-21T17:36:28.297Z[ recovery-image] Aug 21 17:36:26.979 INFO O| Aug 21 17:36:26.979 INFO STEP 59 (ensure_file) COMPLETE
90482026-08-21T17:36:28.297Z[ recovery-image] Aug 21 17:36:26.979 INFO O| Aug 21 17:36:26.979 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90492026-08-21T17:36:28.315Z[ recovery-image] Aug 21 17:36:26.989 INFO O| Aug 21 17:36:26.989 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90502026-08-21T17:36:28.315Z[ recovery-image] Aug 21 17:36:26.989 INFO O| Aug 21 17:36:26.989 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90512026-08-21T17:36:28.315Z[ recovery-image] Aug 21 17:36:26.989 INFO O| Aug 21 17:36:26.989 INFO STEP 60 (ensure_dir) COMPLETE
90522026-08-21T17:36:28.315Z[ recovery-image] Aug 21 17:36:26.989 INFO O| Aug 21 17:36:26.989 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90532026-08-21T17:36:28.326Z[ recovery-image] Aug 21 17:36:27.001 INFO O| Aug 21 17:36:27.001 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90542026-08-21T17:36:28.326Z[ recovery-image] Aug 21 17:36:27.001 INFO O| Aug 21 17:36:27.001 INFO copying /tmp/.tmpoUnNLH/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 ...
90552026-08-21T17:36:28.326Z[ recovery-image] Aug 21 17:36:27.001 INFO O| Aug 21 17:36:27.001 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90562026-08-21T17:36:28.326Z[ recovery-image] Aug 21 17:36:27.001 INFO O| Aug 21 17:36:27.001 INFO ok!
90572026-08-21T17:36:28.326Z[ recovery-image] Aug 21 17:36:27.001 INFO O| Aug 21 17:36:27.001 INFO STEP 61 (ensure_file) COMPLETE
90582026-08-21T17:36:28.326Z[ recovery-image] Aug 21 17:36:27.001 INFO O| Aug 21 17:36:27.001 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90592026-08-21T17:36:28.326Z[ recovery-image] Aug 21 17:36:27.011 INFO O| Aug 21 17:36:27.011 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90602026-08-21T17:36:28.326Z[ recovery-image] Aug 21 17:36:27.011 INFO O| Aug 21 17:36:27.011 INFO copying /tmp/.tmpoUnNLH/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 ...
90612026-08-21T17:36:28.326Z[ recovery-image] Aug 21 17:36:27.012 INFO O| Aug 21 17:36:27.011 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
90622026-08-21T17:36:28.341Z[ recovery-image] Aug 21 17:36:27.012 INFO O| Aug 21 17:36:27.012 INFO ok!
90632026-08-21T17:36:28.341Z[ recovery-image] Aug 21 17:36:27.012 INFO O| Aug 21 17:36:27.012 INFO STEP 62 (ensure_file) COMPLETE
90642026-08-21T17:36:28.342Z[ recovery-image] Aug 21 17:36:27.012 INFO O| Aug 21 17:36:27.012 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90652026-08-21T17:36:28.342Z[ recovery-image] Aug 21 17:36:27.022 INFO O| Aug 21 17:36:27.022 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90662026-08-21T17:36:28.342Z[ recovery-image] Aug 21 17:36:27.022 INFO O| Aug 21 17:36:27.022 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90672026-08-21T17:36:28.342Z[ recovery-image] Aug 21 17:36:27.022 INFO O| Aug 21 17:36:27.022 INFO STEP 63 (ensure_dir) COMPLETE
90682026-08-21T17:36:28.342Z[ recovery-image] Aug 21 17:36:27.022 INFO O| Aug 21 17:36:27.022 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90692026-08-21T17:36:28.354Z[ recovery-image] Aug 21 17:36:27.031 INFO O| Aug 21 17:36:27.031 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90702026-08-21T17:36:28.354Z[ recovery-image] Aug 21 17:36:27.031 INFO O| Aug 21 17:36:27.031 INFO copying /tmp/.tmpoUnNLH/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 ...
90712026-08-21T17:36:28.354Z[ recovery-image] Aug 21 17:36:27.031 INFO O| Aug 21 17:36:27.031 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90722026-08-21T17:36:28.354Z[ recovery-image] Aug 21 17:36:27.031 INFO O| Aug 21 17:36:27.031 INFO ok!
90732026-08-21T17:36:28.354Z[ recovery-image] Aug 21 17:36:27.031 INFO O| Aug 21 17:36:27.031 INFO STEP 64 (ensure_file) COMPLETE
90742026-08-21T17:36:28.354Z[ recovery-image] Aug 21 17:36:27.032 INFO O| Aug 21 17:36:27.031 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90752026-08-21T17:36:28.361Z[ recovery-image] Aug 21 17:36:27.043 INFO O| Aug 21 17:36:27.042 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90762026-08-21T17:36:28.361Z[ recovery-image] Aug 21 17:36:27.043 INFO O| Aug 21 17:36:27.042 INFO copying /tmp/.tmpoUnNLH/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90772026-08-21T17:36:28.361Z[ recovery-image] Aug 21 17:36:27.043 INFO O| Aug 21 17:36:27.043 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90782026-08-21T17:36:28.361Z[ recovery-image] Aug 21 17:36:27.043 INFO O| Aug 21 17:36:27.043 INFO ok!
90792026-08-21T17:36:28.361Z[ recovery-image] Aug 21 17:36:27.043 INFO O| Aug 21 17:36:27.043 INFO STEP 65 (ensure_file) COMPLETE
90802026-08-21T17:36:28.361Z[ recovery-image] Aug 21 17:36:27.043 INFO O| Aug 21 17:36:27.043 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90812026-08-21T17:36:28.372Z[ recovery-image] Aug 21 17:36:27.053 INFO O| Aug 21 17:36:27.053 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
90822026-08-21T17:36:28.373Z[ recovery-image] Aug 21 17:36:27.053 INFO O| Aug 21 17:36:27.053 INFO STEP 66 (ensure_dir) COMPLETE
90832026-08-21T17:36:28.373Z[ recovery-image] Aug 21 17:36:27.053 INFO O| Aug 21 17:36:27.053 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90842026-08-21T17:36:28.378Z[ recovery-image] Aug 21 17:36:27.064 INFO O| Aug 21 17:36:27.064 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
90852026-08-21T17:36:28.378Z[ recovery-image] Aug 21 17:36:27.064 INFO O| Aug 21 17:36:27.064 INFO STEP 67 (ensure_dir) COMPLETE
90862026-08-21T17:36:28.378Z[ recovery-image] Aug 21 17:36:27.064 INFO O| Aug 21 17:36:27.064 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90872026-08-21T17:36:28.393Z[ recovery-image] Aug 21 17:36:27.075 INFO O| Aug 21 17:36:27.075 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
90882026-08-21T17:36:28.394Z[ recovery-image] Aug 21 17:36:27.076 INFO O| Aug 21 17:36:27.075 INFO STEP 68 (ensure_dir) COMPLETE
90892026-08-21T17:36:28.394Z[ recovery-image] Aug 21 17:36:27.076 INFO O| Aug 21 17:36:27.075 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90902026-08-21T17:36:28.397Z[ recovery-image] Aug 21 17:36:27.086 INFO O| Aug 21 17:36:27.086 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
90912026-08-21T17:36:28.398Z[ recovery-image] Aug 21 17:36:27.086 INFO O| Aug 21 17:36:27.086 INFO STEP 69 (ensure_dir) COMPLETE
90922026-08-21T17:36:28.398Z[ recovery-image] Aug 21 17:36:27.086 INFO O| Aug 21 17:36:27.086 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90932026-08-21T17:36:28.407Z[ recovery-image] Aug 21 17:36:27.097 INFO O| Aug 21 17:36:27.097 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
90942026-08-21T17:36:28.407Z[ recovery-image] Aug 21 17:36:27.097 INFO O| Aug 21 17:36:27.097 INFO copying /tmp/.tmpoUnNLH/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
90952026-08-21T17:36:28.407Z[ recovery-image] Aug 21 17:36:27.097 INFO O| Aug 21 17:36:27.097 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
90962026-08-21T17:36:28.407Z[ recovery-image] Aug 21 17:36:27.097 INFO O| Aug 21 17:36:27.097 INFO ok!
90972026-08-21T17:36:28.411Z[ recovery-image] Aug 21 17:36:27.097 INFO O| Aug 21 17:36:27.097 INFO STEP 70 (ensure_file) COMPLETE
90982026-08-21T17:36:28.411Z[ recovery-image] Aug 21 17:36:27.097 INFO O| Aug 21 17:36:27.097 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90992026-08-21T17:36:28.420Z[ recovery-image] Aug 21 17:36:27.108 INFO O| Aug 21 17:36:27.108 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91002026-08-21T17:36:28.420Z[ recovery-image] Aug 21 17:36:27.108 INFO O| Aug 21 17:36:27.108 INFO STEP 71 (remove_files) COMPLETE
91012026-08-21T17:36:28.420Z[ recovery-image] Aug 21 17:36:27.108 INFO O| Aug 21 17:36:27.108 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91022026-08-21T17:36:28.427Z[ recovery-image] Aug 21 17:36:27.118 INFO O| Aug 21 17:36:27.118 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91032026-08-21T17:36:28.430Z[ recovery-image] Aug 21 17:36:27.118 INFO O| Aug 21 17:36:27.118 INFO STEP 72 (remove_files) COMPLETE
91042026-08-21T17:36:28.430Z[ recovery-image] Aug 21 17:36:27.118 INFO O| Aug 21 17:36:27.118 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91052026-08-21T17:36:28.440Z[ recovery-image] Aug 21 17:36:27.127 INFO O| Aug 21 17:36:27.127 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91062026-08-21T17:36:28.440Z[ recovery-image] Aug 21 17:36:27.127 INFO O| Aug 21 17:36:27.127 INFO STEP 73 (remove_files) COMPLETE
91072026-08-21T17:36:28.444Z[ recovery-image] Aug 21 17:36:27.127 INFO O| Aug 21 17:36:27.127 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91082026-08-21T17:36:28.447Z[ recovery-image] Aug 21 17:36:27.138 INFO O| Aug 21 17:36:27.138 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91092026-08-21T17:36:28.448Z[ recovery-image] Aug 21 17:36:27.138 INFO O| Aug 21 17:36:27.138 INFO STEP 74 (remove_files) COMPLETE
91102026-08-21T17:36:28.448Z[ recovery-image] Aug 21 17:36:27.138 INFO O| Aug 21 17:36:27.138 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91112026-08-21T17:36:28.455Z[ recovery-image] Aug 21 17:36:27.146 INFO O| Aug 21 17:36:27.146 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91122026-08-21T17:36:28.455Z[ recovery-image] Aug 21 17:36:27.147 INFO O| Aug 21 17:36:27.147 INFO STEP 75 (remove_files) COMPLETE
91132026-08-21T17:36:28.458Z[ recovery-image] Aug 21 17:36:27.147 INFO O| Aug 21 17:36:27.147 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91142026-08-21T17:36:28.466Z[ recovery-image] Aug 21 17:36:27.155 INFO O| Aug 21 17:36:27.155 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91152026-08-21T17:36:28.466Z[ recovery-image] Aug 21 17:36:27.155 INFO O| Aug 21 17:36:27.155 INFO STEP 76 (remove_files) COMPLETE
91162026-08-21T17:36:28.470Z[ recovery-image] Aug 21 17:36:27.155 INFO O| Aug 21 17:36:27.155 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91172026-08-21T17:36:28.475Z[ recovery-image] Aug 21 17:36:27.166 INFO O| Aug 21 17:36:27.166 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91182026-08-21T17:36:28.476Z[ recovery-image] Aug 21 17:36:27.166 INFO O| Aug 21 17:36:27.166 INFO STEP 77 (remove_files) COMPLETE
91192026-08-21T17:36:28.476Z[ recovery-image] Aug 21 17:36:27.166 INFO O| Aug 21 17:36:27.166 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91202026-08-21T17:36:28.489Z[ recovery-image] Aug 21 17:36:27.176 INFO O| Aug 21 17:36:27.176 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91212026-08-21T17:36:28.490Z[ recovery-image] Aug 21 17:36:27.176 INFO O| Aug 21 17:36:27.176 INFO STEP 78 (remove_files) COMPLETE
91222026-08-21T17:36:28.490Z[ recovery-image] Aug 21 17:36:27.176 INFO O| Aug 21 17:36:27.176 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91232026-08-21T17:36:28.495Z[ recovery-image] Aug 21 17:36:27.186 INFO O| Aug 21 17:36:27.185 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91242026-08-21T17:36:28.495Z[ recovery-image] Aug 21 17:36:27.186 INFO O| Aug 21 17:36:27.186 INFO STEP 79 (remove_files) COMPLETE
91252026-08-21T17:36:28.496Z[ recovery-image] Aug 21 17:36:27.186 INFO O| Aug 21 17:36:27.186 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91262026-08-21T17:36:28.503Z[ recovery-image] Aug 21 17:36:27.195 INFO O| Aug 21 17:36:27.195 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91272026-08-21T17:36:28.503Z[ recovery-image] Aug 21 17:36:27.195 INFO O| Aug 21 17:36:27.195 INFO STEP 80 (remove_files) COMPLETE
91282026-08-21T17:36:28.503Z[ recovery-image] Aug 21 17:36:27.195 INFO O| Aug 21 17:36:27.195 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91292026-08-21T17:36:28.522Z[ recovery-image] Aug 21 17:36:27.206 INFO O| Aug 21 17:36:27.206 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91302026-08-21T17:36:28.523Z[ recovery-image] Aug 21 17:36:27.206 INFO O| Aug 21 17:36:27.206 INFO STEP 81 (remove_files) COMPLETE
91312026-08-21T17:36:28.526Z[ recovery-image] Aug 21 17:36:27.206 INFO O| Aug 21 17:36:27.206 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91322026-08-21T17:36:28.526Z[ recovery-image] Aug 21 17:36:27.216 INFO O| Aug 21 17:36:27.216 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91332026-08-21T17:36:28.526Z[ recovery-image] Aug 21 17:36:27.216 INFO O| Aug 21 17:36:27.216 INFO STEP 82 (remove_files) COMPLETE
91342026-08-21T17:36:28.526Z[ recovery-image] Aug 21 17:36:27.216 INFO O| Aug 21 17:36:27.216 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91352026-08-21T17:36:28.537Z[ recovery-image] Aug 21 17:36:27.228 INFO O| Aug 21 17:36:27.227 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91362026-08-21T17:36:28.537Z[ recovery-image] Aug 21 17:36:27.228 INFO O| Aug 21 17:36:27.228 INFO STEP 83 (remove_files) COMPLETE
91372026-08-21T17:36:28.544Z[ recovery-image] Aug 21 17:36:27.228 INFO O| Aug 21 17:36:27.228 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91382026-08-21T17:36:28.552Z[ recovery-image] Aug 21 17:36:27.237 INFO O| Aug 21 17:36:27.237 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91392026-08-21T17:36:28.552Z[ recovery-image] Aug 21 17:36:27.237 INFO O| Aug 21 17:36:27.237 INFO STEP 84 (remove_files) COMPLETE
91402026-08-21T17:36:28.552Z[ recovery-image] Aug 21 17:36:27.237 INFO O| Aug 21 17:36:27.237 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91412026-08-21T17:36:28.578Z[ recovery-image] Aug 21 17:36:27.248 INFO O| Aug 21 17:36:27.248 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91422026-08-21T17:36:28.578Z[ recovery-image] Aug 21 17:36:27.248 INFO O| Aug 21 17:36:27.248 INFO STEP 85 (remove_files) COMPLETE
91432026-08-21T17:36:28.583Z[ recovery-image] Aug 21 17:36:27.248 INFO O| Aug 21 17:36:27.248 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91442026-08-21T17:36:28.583Z[ recovery-image] Aug 21 17:36:27.258 INFO O| Aug 21 17:36:27.257 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91452026-08-21T17:36:28.583Z[ recovery-image] Aug 21 17:36:27.258 INFO O| Aug 21 17:36:27.258 INFO STEP 86 (remove_files) COMPLETE
91462026-08-21T17:36:28.583Z[ recovery-image] Aug 21 17:36:27.258 INFO O| Aug 21 17:36:27.258 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91472026-08-21T17:36:28.583Z[ recovery-image] Aug 21 17:36:27.266 INFO O| Aug 21 17:36:27.266 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91482026-08-21T17:36:28.583Z[ recovery-image] Aug 21 17:36:27.266 INFO O| Aug 21 17:36:27.266 INFO STEP 87 (remove_files) COMPLETE
91492026-08-21T17:36:28.583Z[ recovery-image] Aug 21 17:36:27.266 INFO O| Aug 21 17:36:27.266 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91502026-08-21T17:36:28.587Z[ recovery-image] Aug 21 17:36:27.275 INFO O| Aug 21 17:36:27.275 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91512026-08-21T17:36:28.588Z[ recovery-image] Aug 21 17:36:27.275 INFO O| Aug 21 17:36:27.275 INFO STEP 88 (remove_files) COMPLETE
91522026-08-21T17:36:28.588Z[ recovery-image] Aug 21 17:36:27.275 INFO O| Aug 21 17:36:27.275 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91532026-08-21T17:36:28.592Z[ recovery-image] Aug 21 17:36:27.284 INFO O| Aug 21 17:36:27.284 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91542026-08-21T17:36:28.592Z[ recovery-image] Aug 21 17:36:27.284 INFO O| Aug 21 17:36:27.284 INFO STEP 89 (remove_files) COMPLETE
91552026-08-21T17:36:28.592Z[ recovery-image] Aug 21 17:36:27.284 INFO O| Aug 21 17:36:27.284 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91562026-08-21T17:36:28.602Z[ recovery-image] Aug 21 17:36:27.293 INFO O| Aug 21 17:36:27.293 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91572026-08-21T17:36:28.602Z[ recovery-image] Aug 21 17:36:27.293 INFO O| Aug 21 17:36:27.293 INFO STEP 90 (remove_files) COMPLETE
91582026-08-21T17:36:28.607Z[ recovery-image] Aug 21 17:36:27.293 INFO O| Aug 21 17:36:27.293 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91592026-08-21T17:36:28.612Z[ recovery-image] Aug 21 17:36:27.303 INFO O| Aug 21 17:36:27.303 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91602026-08-21T17:36:28.612Z[ recovery-image] Aug 21 17:36:27.303 INFO O| Aug 21 17:36:27.303 INFO STEP 91 (remove_files) COMPLETE
91612026-08-21T17:36:28.612Z[ recovery-image] Aug 21 17:36:27.303 INFO O| Aug 21 17:36:27.303 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91622026-08-21T17:36:28.623Z[ recovery-image] Aug 21 17:36:27.314 INFO O| Aug 21 17:36:27.313 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91632026-08-21T17:36:28.623Z[ recovery-image] Aug 21 17:36:27.314 INFO O| Aug 21 17:36:27.314 INFO STEP 92 (remove_files) COMPLETE
91642026-08-21T17:36:28.633Z[ recovery-image] Aug 21 17:36:27.314 INFO O| Aug 21 17:36:27.314 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91652026-08-21T17:36:28.635Z[ recovery-image] Aug 21 17:36:27.324 INFO O| Aug 21 17:36:27.324 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91662026-08-21T17:36:28.636Z[ recovery-image] Aug 21 17:36:27.324 INFO O| Aug 21 17:36:27.324 INFO STEP 93 (remove_files) COMPLETE
91672026-08-21T17:36:28.636Z[ recovery-image] Aug 21 17:36:27.324 INFO O| Aug 21 17:36:27.324 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91682026-08-21T17:36:28.642Z[ recovery-image] Aug 21 17:36:27.334 INFO O| Aug 21 17:36:27.334 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91692026-08-21T17:36:28.642Z[ recovery-image] Aug 21 17:36:27.334 INFO O| Aug 21 17:36:27.334 INFO STEP 94 (remove_files) COMPLETE
91702026-08-21T17:36:28.642Z[ recovery-image] Aug 21 17:36:27.334 INFO O| Aug 21 17:36:27.334 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91712026-08-21T17:36:28.653Z[ recovery-image] Aug 21 17:36:27.344 INFO O| Aug 21 17:36:27.344 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91722026-08-21T17:36:28.653Z[ recovery-image] Aug 21 17:36:27.344 INFO O| Aug 21 17:36:27.344 INFO STEP 95 (remove_files) COMPLETE
91732026-08-21T17:36:28.653Z[ recovery-image] Aug 21 17:36:27.344 INFO O| Aug 21 17:36:27.344 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91742026-08-21T17:36:28.663Z[ recovery-image] Aug 21 17:36:27.354 INFO O| Aug 21 17:36:27.354 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91752026-08-21T17:36:28.663Z[ recovery-image] Aug 21 17:36:27.354 INFO O| Aug 21 17:36:27.354 INFO STEP 96 (remove_files) COMPLETE
91762026-08-21T17:36:28.663Z[ recovery-image] Aug 21 17:36:27.354 INFO O| Aug 21 17:36:27.354 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91772026-08-21T17:36:28.673Z[ recovery-image] Aug 21 17:36:27.365 INFO O| Aug 21 17:36:27.365 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91782026-08-21T17:36:28.673Z[ recovery-image] Aug 21 17:36:27.365 INFO O| Aug 21 17:36:27.365 INFO STEP 97 (remove_files) COMPLETE
91792026-08-21T17:36:28.673Z[ recovery-image] Aug 21 17:36:27.365 INFO O| Aug 21 17:36:27.365 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91802026-08-21T17:36:28.682Z[ recovery-image] Aug 21 17:36:27.374 INFO O| Aug 21 17:36:27.374 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
91812026-08-21T17:36:28.686Z[ recovery-image] Aug 21 17:36:27.374 INFO O| Aug 21 17:36:27.374 INFO STEP 98 (remove_files) COMPLETE
91822026-08-21T17:36:28.686Z[ recovery-image] Aug 21 17:36:27.374 INFO O| Aug 21 17:36:27.374 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91832026-08-21T17:36:28.693Z[ recovery-image] Aug 21 17:36:27.384 INFO O| Aug 21 17:36:27.384 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
91842026-08-21T17:36:28.693Z[ recovery-image] Aug 21 17:36:27.384 INFO O| Aug 21 17:36:27.384 INFO STEP 99 (remove_files) COMPLETE
91852026-08-21T17:36:28.693Z[ recovery-image] Aug 21 17:36:27.384 INFO O| Aug 21 17:36:27.384 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91862026-08-21T17:36:28.707Z[ recovery-image] Aug 21 17:36:27.399 INFO O| Aug 21 17:36:27.399 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
91872026-08-21T17:36:28.707Z[ recovery-image] Aug 21 17:36:27.399 INFO O| Aug 21 17:36:27.399 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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
91882026-08-21T17:36:29.838Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
91892026-08-21T17:36:30.498Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
91902026-08-21T17:36:30.669Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
91912026-08-21T17:36:31.371Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
91922026-08-21T17:36:32.062Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
91932026-08-21T17:36:32.258Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
91942026-08-21T17:36:32.360Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
91952026-08-21T17:36:32.401Z[verify-libraries] Compiling multimap v0.10.1
91962026-08-21T17:36:32.687Z[verify-libraries] Compiling termios v0.3.3
91972026-08-21T17:36:32.717Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
91982026-08-21T17:36:32.924Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
91992026-08-21T17:36:32.963Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
92002026-08-21T17:36:33.468Z[ recovery-image] Aug 21 17:36:32.151 INFO O| Aug 21 17:36:32.151 INFO O| Loading smf(7) service descriptions: 1/692/693/694/695/696/697/698/699/6910/6911/6912/6913/6914/6915/6916/6917/6918/6919/6920/6921/6922/6923/6924/6925/6926/6927/6928/6929/6930/6931/6932/6933/6934/6935/6936/6937/6938/6939/6940/6941/6942/6943/6944/6945/6946/6947/6948/6949/6950/6951/6952/6953/6954/6955/6956/6957/6958/6959/6960/6961/6962/6963/6964/6965/6966/6967/6968/6969/69
92012026-08-21T17:36:33.468Z[ recovery-image] Aug 21 17:36:32.152 INFO O| Aug 21 17:36:32.152 INFO E| svccfg: Loaded 69 smf(7) service descriptions
92022026-08-21T17:36:33.487Z[ recovery-image] Aug 21 17:36:32.165 INFO O| Aug 21 17:36:32.165 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92032026-08-21T17:36:33.572Z[ recovery-image] Aug 21 17:36:32.264 INFO O| Aug 21 17:36:32.264 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
92042026-08-21T17:36:33.629Z[ recovery-image] Aug 21 17:36:32.319 INFO O| Aug 21 17:36:32.319 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
92052026-08-21T17:36:33.704Z[ recovery-image] Aug 21 17:36:32.383 INFO O| Aug 21 17:36:32.383 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92062026-08-21T17:36:33.704Z[ recovery-image] Aug 21 17:36:32.384 INFO O| Aug 21 17:36:32.383 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 ...
92072026-08-21T17:36:33.720Z[ recovery-image] Aug 21 17:36:32.385 INFO O| Aug 21 17:36:32.385 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92082026-08-21T17:36:33.720Z[ recovery-image] Aug 21 17:36:32.385 INFO O| Aug 21 17:36:32.385 INFO ok!
92092026-08-21T17:36:33.720Z[ recovery-image] Aug 21 17:36:32.385 INFO O| Aug 21 17:36:32.385 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92102026-08-21T17:36:33.720Z[ recovery-image] Aug 21 17:36:32.385 INFO O| Aug 21 17:36:32.385 INFO STEP 100 (seed_smf) COMPLETE
92112026-08-21T17:36:33.721Z[ recovery-image] Aug 21 17:36:32.385 INFO O| Aug 21 17:36:32.385 INFO steps complete; finalising image!
92122026-08-21T17:36:33.721Z[ recovery-image] Aug 21 17:36:32.385 INFO O| Aug 21 17:36:32.385 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92132026-08-21T17:36:33.784Z[ recovery-image] Aug 21 17:36:32.452 INFO O| Aug 21 17:36:32.452 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Fri Aug 21 17:36:32 2026)
92142026-08-21T17:36:33.968Z[ recovery-image] Aug 21 17:36:32.658 INFO O| Aug 21 17:36:32.658 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 21 17:36:32 2026)
92152026-08-21T17:36:34.175Z[ recovery-image] Aug 21 17:36:32.863 INFO O| Aug 21 17:36:32.863 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 21 17:36:32 2026)
92162026-08-21T17:36:34.377Z[ recovery-image] Aug 21 17:36:33.069 INFO O| Aug 21 17:36:33.069 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 21 17:36:32 2026)
92172026-08-21T17:36:34.585Z[ recovery-image] Aug 21 17:36:33.274 INFO O| Aug 21 17:36:33.274 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 21 17:36:32 2026)
92182026-08-21T17:36:34.805Z[ recovery-image] Aug 21 17:36:33.480 INFO O| Aug 21 17:36:33.480 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 21 17:36:32 2026)
92192026-08-21T17:36:34.996Z[ recovery-image] Aug 21 17:36:33.687 INFO O| Aug 21 17:36:33.686 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 21 17:36:32 2026)
92202026-08-21T17:36:35.201Z[ recovery-image] Aug 21 17:36:33.892 INFO O| Aug 21 17:36:33.892 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 21 17:36:32 2026)
92212026-08-21T17:36:35.407Z[ recovery-image] Aug 21 17:36:34.098 INFO O| Aug 21 17:36:34.098 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 21 17:36:32 2026)
92222026-08-21T17:36:35.623Z[ recovery-image] Aug 21 17:36:34.307 INFO O| Aug 21 17:36:34.307 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 21 17:36:32 2026)
92232026-08-21T17:36:35.822Z[ recovery-image] Aug 21 17:36:34.513 INFO O| Aug 21 17:36:34.513 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 21 17:36:32 2026)
92242026-08-21T17:36:36.034Z[ recovery-image] Aug 21 17:36:34.719 INFO O| Aug 21 17:36:34.719 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 21 17:36:32 2026)
92252026-08-21T17:36:36.317Z[ recovery-image] Aug 21 17:36:34.924 INFO O| Aug 21 17:36:34.924 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 21 17:36:32 2026)
92262026-08-21T17:36:36.450Z[ recovery-image] Aug 21 17:36:35.130 INFO O| Aug 21 17:36:35.130 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Fri Aug 21 17:36:32 2026)
92272026-08-21T17:36:36.667Z[ recovery-image] Aug 21 17:36:35.353 INFO O| Aug 21 17:36:35.352 INFO temporary pool has 496M used, 1.27G avail, 1.00x compressratio
92282026-08-21T17:36:36.667Z[ recovery-image] Aug 21 17:36:35.353 INFO O| Aug 21 17:36:35.352 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
92292026-08-21T17:36:36.778Z[verify-libraries] Compiling polar-core v0.27.3
92302026-08-21T17:36:37.361Z[ recovery-image] Aug 21 17:36:36.052 INFO O| Aug 21 17:36:36.052 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
92312026-08-21T17:36:37.361Z[ recovery-image] Aug 21 17:36:36.052 INFO O| Aug 21 17:36:36.052 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
92322026-08-21T17:36:39.406Z[ recovery-image] Aug 21 17:36:38.091 INFO O| Aug 21 17:36:38.091 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92332026-08-21T17:36:39.406Z[ recovery-image] Aug 21 17:36:38.091 INFO O| Aug 21 17:36:38.091 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92342026-08-21T17:36:39.415Z[ recovery-image] Aug 21 17:36:38.091 INFO O| Aug 21 17:36:38.091 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92352026-08-21T17:36:39.415Z[ recovery-image] Aug 21 17:36:38.091 INFO O| Aug 21 17:36:38.091 INFO completed processing sled/zfs-recovery
92362026-08-21T17:36:39.415Z[ recovery-image] Aug 21 17:36:38.091 INFO O| Aug 21 17:36:38.091 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92372026-08-21T17:36:44.612Z[ host-image] Aug 21 17:36:43.289 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24211:20260820T220130Z
92382026-08-21T17:36:44.612Z[ host-image] Aug 21 17:36:43.289 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24211:20260820T220130Z
92392026-08-21T17:36:44.649Z[ host-image] Aug 21 17:36:43.289 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92402026-08-21T17:36:44.649Z[ host-image] Aug 21 17:36:43.290 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92412026-08-21T17:36:44.649Z[ host-image] Aug 21 17:36:43.290 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92422026-08-21T17:36:44.649Z[ host-image] Aug 21 17:36:43.290 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92432026-08-21T17:36:44.649Z[ host-image] Aug 21 17:36:43.290 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92442026-08-21T17:36:44.649Z[ host-image] Aug 21 17:36:43.290 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92452026-08-21T17:36:44.649Z[ host-image] Aug 21 17:36:43.290 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260821T172157Z
92462026-08-21T17:36:44.650Z[ host-image] Aug 21 17:36:43.290 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92472026-08-21T17:36:44.650Z[ host-image] Aug 21 17:36:43.291 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92482026-08-21T17:36:44.650Z[ host-image] Aug 21 17:36:43.291 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24211:20260820T220130Z
92492026-08-21T17:36:44.650Z[ host-image] Aug 21 17:36:43.291 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24211:20260820T220131Z
92502026-08-21T17:36:44.650Z[ host-image] Aug 21 17:36:43.291 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24211:20260820T220131Z
92512026-08-21T17:36:44.650Z[ host-image] Aug 21 17:36:43.291 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24211:20260820T220131Z
92522026-08-21T17:36:44.650Z[ host-image] Aug 21 17:36:43.291 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92532026-08-21T17:36:44.650Z[ host-image] Aug 21 17:36:43.292 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24211:20260820T220131Z
92542026-08-21T17:36:44.650Z[ host-image] Aug 21 17:36:43.292 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24211:20260820T220131Z
92552026-08-21T17:36:44.651Z[ host-image] Aug 21 17:36:43.292 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24211:20260820T220131Z
92562026-08-21T17:36:44.651Z[ host-image] Aug 21 17:36:43.292 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24211:20260820T220131Z
92572026-08-21T17:36:44.651Z[ host-image] Aug 21 17:36:43.292 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24211:20260820T220131Z
92582026-08-21T17:36:44.652Z[ host-image] Aug 21 17:36:43.292 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24211:20260820T220131Z
92592026-08-21T17:36:44.652Z[ host-image] Aug 21 17:36:43.292 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24211:20260820T220131Z
92602026-08-21T17:36:44.652Z[ host-image] Aug 21 17:36:43.292 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24211:20260820T220131Z
92612026-08-21T17:36:44.652Z[ host-image] Aug 21 17:36:43.292 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24211:20260820T220132Z
92622026-08-21T17:36:44.652Z[ host-image] Aug 21 17:36:43.292 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24211:20260820T220132Z
92632026-08-21T17:36:44.652Z[ host-image] Aug 21 17:36:43.292 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24211:20260820T220132Z
92642026-08-21T17:36:44.652Z[ host-image] Aug 21 17:36:43.292 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24211:20260820T220133Z
92652026-08-21T17:36:44.652Z[ host-image] Aug 21 17:36:43.292 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24211:20260820T220133Z
92662026-08-21T17:36:44.652Z[ host-image] Aug 21 17:36:43.292 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24211:20260820T220133Z
92672026-08-21T17:36:44.652Z[ host-image] Aug 21 17:36:43.292 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24211:20260820T220134Z
92682026-08-21T17:36:44.652Z[ host-image] Aug 21 17:36:43.292 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
92692026-08-21T17:36:44.652Z[ host-image] Aug 21 17:36:43.293 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24211:20260820T220134Z
92702026-08-21T17:36:44.652Z[ host-image] Aug 21 17:36:43.293 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24211:20260820T220135Z
92712026-08-21T17:36:44.652Z[ host-image] Aug 21 17:36:43.293 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24211:20260820T220135Z
92722026-08-21T17:36:44.658Z[ host-image] Aug 21 17:36:43.293 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24211:20260820T220135Z
92732026-08-21T17:36:44.658Z[ host-image] Aug 21 17:36:43.293 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24211:20260820T220136Z
92742026-08-21T17:36:44.659Z[ host-image] Aug 21 17:36:43.293 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24211:20260820T220136Z
92752026-08-21T17:36:44.659Z[ host-image] Aug 21 17:36:43.293 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24211:20260820T220136Z
92762026-08-21T17:36:44.659Z[ host-image] Aug 21 17:36:43.296 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92772026-08-21T17:36:44.659Z[ host-image] Aug 21 17:36:43.296 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24211:20260820T220136Z
92782026-08-21T17:36:44.659Z[ host-image] Aug 21 17:36:43.296 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92792026-08-21T17:36:44.659Z[ host-image] Aug 21 17:36:43.296 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92802026-08-21T17:36:44.659Z[ host-image] Aug 21 17:36:43.296 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92812026-08-21T17:36:44.659Z[ host-image] Aug 21 17:36:43.296 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92822026-08-21T17:36:44.659Z[ host-image] Aug 21 17:36:43.296 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24211:20260820T220137Z
92832026-08-21T17:36:44.659Z[ host-image] Aug 21 17:36:43.296 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92842026-08-21T17:36:44.659Z[ host-image] Aug 21 17:36:43.296 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92852026-08-21T17:36:44.659Z[ host-image] Aug 21 17:36:43.297 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92862026-08-21T17:36:44.659Z[ host-image] Aug 21 17:36:43.297 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92872026-08-21T17:36:44.659Z[ host-image] Aug 21 17:36:43.300 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92882026-08-21T17:36:44.659Z[ host-image] Aug 21 17:36:43.300 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92892026-08-21T17:36:44.662Z[ host-image] Aug 21 17:36:43.300 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92902026-08-21T17:36:44.662Z[ host-image] Aug 21 17:36:43.300 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92912026-08-21T17:36:44.662Z[ host-image] Aug 21 17:36:43.301 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92922026-08-21T17:36:44.662Z[ host-image] Aug 21 17:36:43.301 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92932026-08-21T17:36:44.662Z[ host-image] Aug 21 17:36:43.313 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92942026-08-21T17:36:44.662Z[ host-image] Aug 21 17:36:43.313 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92952026-08-21T17:36:44.662Z[ host-image] Aug 21 17:36:43.313 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92962026-08-21T17:36:44.662Z[ host-image] Aug 21 17:36:43.313 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24211:20260820T220137Z
92972026-08-21T17:36:44.662Z[ host-image] Aug 21 17:36:43.313 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24211:20260820T220140Z
92982026-08-21T17:36:44.662Z[ host-image] Aug 21 17:36:43.313 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92992026-08-21T17:36:44.662Z[ host-image] Aug 21 17:36:43.313 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24211:20260820T220140Z
93002026-08-21T17:36:44.662Z[ host-image] Aug 21 17:36:43.313 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93012026-08-21T17:36:44.662Z[ host-image] Aug 21 17:36:43.313 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93022026-08-21T17:36:44.662Z[ host-image] Aug 21 17:36:43.313 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93032026-08-21T17:36:44.664Z[ host-image] Aug 21 17:36:43.313 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93042026-08-21T17:36:44.664Z[ host-image] Aug 21 17:36:43.313 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24211:20260820T220140Z
93052026-08-21T17:36:44.664Z[ host-image] Aug 21 17:36:43.313 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93062026-08-21T17:36:44.664Z[ host-image] Aug 21 17:36:43.314 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93072026-08-21T17:36:44.664Z[ host-image] Aug 21 17:36:43.314 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93082026-08-21T17:36:44.664Z[ host-image] Aug 21 17:36:43.314 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93092026-08-21T17:36:44.664Z[ host-image] Aug 21 17:36:43.314 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24211:20260820T220140Z
93102026-08-21T17:36:44.664Z[ host-image] Aug 21 17:36:43.314 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93112026-08-21T17:36:44.679Z[ host-image] Aug 21 17:36:43.318 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93122026-08-21T17:36:44.679Z[ host-image] Aug 21 17:36:43.318 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24211:20260820T220141Z
93132026-08-21T17:36:44.679Z[ host-image] Aug 21 17:36:43.319 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24211:20260820T220141Z
93142026-08-21T17:36:44.679Z[ host-image] Aug 21 17:36:43.319 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24211:20260820T220141Z
93152026-08-21T17:36:44.679Z[ host-image] Aug 21 17:36:43.319 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93162026-08-21T17:36:44.679Z[ host-image] Aug 21 17:36:43.319 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24211:20260820T220141Z
93172026-08-21T17:36:44.679Z[ host-image] Aug 21 17:36:43.319 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24211:20260820T220141Z
93182026-08-21T17:36:44.679Z[ host-image] Aug 21 17:36:43.319 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24211:20260820T220141Z
93192026-08-21T17:36:44.679Z[ host-image] Aug 21 17:36:43.319 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24211:20260820T220141Z
93202026-08-21T17:36:44.680Z[ host-image] Aug 21 17:36:43.320 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93212026-08-21T17:36:44.680Z[ host-image] Aug 21 17:36:43.321 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24211:20260820T220142Z
93222026-08-21T17:36:44.680Z[ host-image] Aug 21 17:36:43.321 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24211:20260820T220142Z
93232026-08-21T17:36:44.680Z[ host-image] Aug 21 17:36:43.321 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93242026-08-21T17:36:44.680Z[ host-image] Aug 21 17:36:43.321 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24211:20260820T220142Z
93252026-08-21T17:36:44.680Z[ host-image] Aug 21 17:36:43.321 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24211:20260820T220142Z
93262026-08-21T17:36:44.680Z[ host-image] Aug 21 17:36:43.321 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24211:20260820T220142Z
93272026-08-21T17:36:44.680Z[ host-image] Aug 21 17:36:43.321 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24211:20260820T220142Z
93282026-08-21T17:36:44.680Z[ host-image] Aug 21 17:36:43.323 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24211:20260820T220143Z
93292026-08-21T17:36:44.680Z[ host-image] Aug 21 17:36:43.323 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93302026-08-21T17:36:44.680Z[ host-image] Aug 21 17:36:43.324 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24211:20260820T220143Z
93312026-08-21T17:36:44.680Z[ host-image] Aug 21 17:36:43.324 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24211:20260820T220143Z
93322026-08-21T17:36:44.680Z[ host-image] Aug 21 17:36:43.324 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24211:20260820T220143Z
93332026-08-21T17:36:44.680Z[ host-image] Aug 21 17:36:43.324 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24211:20260820T220143Z
93342026-08-21T17:36:44.680Z[ host-image] Aug 21 17:36:43.324 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24211:20260820T220143Z
93352026-08-21T17:36:44.680Z[ host-image] Aug 21 17:36:43.324 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24211:20260820T220143Z
93362026-08-21T17:36:44.680Z[ host-image] Aug 21 17:36:43.324 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24211:20260820T220143Z
93372026-08-21T17:36:44.680Z[ host-image] Aug 21 17:36:43.325 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24211:20260820T220143Z
93382026-08-21T17:36:44.680Z[ host-image] Aug 21 17:36:43.327 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24211:20260820T220144Z
93392026-08-21T17:36:44.680Z[ host-image] Aug 21 17:36:43.327 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24211:20260820T220143Z
93402026-08-21T17:36:44.680Z[ host-image] Aug 21 17:36:43.327 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24211:20260820T220144Z
93412026-08-21T17:36:44.680Z[ host-image] Aug 21 17:36:43.328 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24211:20260820T220144Z
93422026-08-21T17:36:44.680Z[ host-image] Aug 21 17:36:43.328 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24211:20260820T220144Z
93432026-08-21T17:36:44.680Z[ host-image] Aug 21 17:36:43.334 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24211:20260820T220145Z
93442026-08-21T17:36:44.680Z[ host-image] Aug 21 17:36:43.334 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24211:20260820T220144Z
93452026-08-21T17:36:44.680Z[ host-image] Aug 21 17:36:43.334 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24211:20260820T220144Z
93462026-08-21T17:36:44.680Z[ host-image] Aug 21 17:36:43.334 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93472026-08-21T17:36:44.680Z[ host-image] Aug 21 17:36:43.334 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93482026-08-21T17:36:44.681Z[ host-image] Aug 21 17:36:43.342 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24211:20260820T220144Z
93492026-08-21T17:36:44.681Z[ host-image] Aug 21 17:36:43.342 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93502026-08-21T17:36:44.681Z[ host-image] Aug 21 17:36:43.342 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24211:20260820T220144Z
93512026-08-21T17:36:44.681Z[ host-image] Aug 21 17:36:43.342 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24211:20260820T220144Z
93522026-08-21T17:36:44.681Z[ host-image] Aug 21 17:36:43.343 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24211:20260820T220144Z
93532026-08-21T17:36:44.681Z[ host-image] Aug 21 17:36:43.343 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93542026-08-21T17:36:44.681Z[ host-image] Aug 21 17:36:43.343 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93552026-08-21T17:36:44.681Z[ host-image] Aug 21 17:36:43.343 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24211:20260820T220145Z
93562026-08-21T17:36:44.681Z[ host-image] Aug 21 17:36:43.343 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24211:20260820T220145Z
93572026-08-21T17:36:44.681Z[ host-image] Aug 21 17:36:43.343 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24211:20260820T220145Z
93582026-08-21T17:36:44.681Z[ host-image] Aug 21 17:36:43.343 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24211:20260820T220145Z
93592026-08-21T17:36:44.681Z[ host-image] Aug 21 17:36:43.343 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24211:20260820T220145Z
93602026-08-21T17:36:44.681Z[ host-image] Aug 21 17:36:43.343 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24211:20260820T220145Z
93612026-08-21T17:36:44.681Z[ host-image] Aug 21 17:36:43.344 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93622026-08-21T17:36:44.681Z[ host-image] Aug 21 17:36:43.344 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24211:20260820T220145Z
93632026-08-21T17:36:44.681Z[ host-image] Aug 21 17:36:43.345 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24211:20260820T220146Z
93642026-08-21T17:36:44.681Z[ host-image] Aug 21 17:36:43.345 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24211:20260820T220146Z
93652026-08-21T17:36:44.681Z[ host-image] Aug 21 17:36:43.345 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24211:20260820T220146Z
93662026-08-21T17:36:44.681Z[ host-image] Aug 21 17:36:43.345 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24211:20260820T220146Z
93672026-08-21T17:36:44.681Z[ host-image] Aug 21 17:36:43.345 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24211:20260820T220146Z
93682026-08-21T17:36:44.681Z[ host-image] Aug 21 17:36:43.345 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93692026-08-21T17:36:44.681Z[ host-image] Aug 21 17:36:43.345 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93702026-08-21T17:36:44.681Z[ host-image] Aug 21 17:36:43.345 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24211:20260820T220147Z
93712026-08-21T17:36:44.681Z[ host-image] Aug 21 17:36:43.345 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24211:20260820T220147Z
93722026-08-21T17:36:44.681Z[ host-image] Aug 21 17:36:43.345 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93732026-08-21T17:36:44.681Z[ host-image] Aug 21 17:36:43.345 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93742026-08-21T17:36:44.681Z[ host-image] Aug 21 17:36:43.345 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93752026-08-21T17:36:44.681Z[ host-image] Aug 21 17:36:43.345 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93762026-08-21T17:36:44.682Z[ host-image] Aug 21 17:36:43.345 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93772026-08-21T17:36:44.682Z[ host-image] Aug 21 17:36:43.346 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93782026-08-21T17:36:44.682Z[ host-image] Aug 21 17:36:43.346 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93792026-08-21T17:36:44.682Z[ host-image] Aug 21 17:36:43.346 INFO O| tempdir @ "/tmp/.tmpNA82R1/tmp"
93802026-08-21T17:36:44.682Z[ host-image] Aug 21 17:36:43.346 INFO O| image root @ "/tmp/.tmpNA82R1/tmp/root"
93812026-08-21T17:36:44.682Z[ host-image] Aug 21 17:36:43.346 INFO O| creating image...
93822026-08-21T17:36:44.784Z[verify-libraries] Compiling oso v0.27.3
93832026-08-21T17:36:45.658Z[ recovery-image] Aug 21 17:36:44.349 INFO O| Aug 21 17:36:44.349 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93842026-08-21T17:36:45.704Z[ host-image] Aug 21 17:36:44.387 INFO O| copying publishers...
93852026-08-21T17:36:45.752Z[ recovery-image] Aug 21 17:36:44.443 INFO BUILD STRING "heads/stlouis-0-ge6ec6e0e5f\n"
93862026-08-21T17:36:45.752Z[ recovery-image] Aug 21 17:36:44.443 INFO expanded image name: "recovery 230b14b/${os_short_commit} 2026-08-21 17:21" -> "recovery 230b14b/e6ec6e0 2026-08-21 17:21"
93872026-08-21T17:36:45.759Z[ recovery-image] Aug 21 17:36:44.444 INFO output artefacts stored in: "/work/os-recovery"
93882026-08-21T17:36:45.759Z[ recovery-image] Aug 21 17:36:44.444 INFO collecting git info from project "amd-host-image-builder"...
93892026-08-21T17:36:45.794Z[ recovery-image] Aug 21 17:36:44.485 INFO collecting git info from project "bootserver"...
93902026-08-21T17:36:45.801Z[ recovery-image] Aug 21 17:36:44.492 INFO collecting git info from project "pinprick"...
93912026-08-21T17:36:45.808Z[ recovery-image] Aug 21 17:36:44.498 INFO collecting git info from project "image-builder"...
93922026-08-21T17:36:45.816Z[ recovery-image] Aug 21 17:36:44.505 INFO collecting git info from project "pilot"...
93932026-08-21T17:36:46.201Z[ recovery-image] Aug 21 17:36:44.513 INFO collecting git info from project "dmar-report"...
93942026-08-21T17:36:46.201Z[ recovery-image] Aug 21 17:36:44.538 INFO collecting git info from project "amd-firmware"...
93952026-08-21T17:36:46.310Z[ recovery-image] Aug 21 17:36:45.001 INFO collecting git info from project "chelsio-t6-roms"...
93962026-08-21T17:36:46.342Z[ recovery-image] Aug 21 17:36:45.032 INFO collecting git info from project "phbl"...
93972026-08-21T17:36:46.351Z[ recovery-image] Aug 21 17:36:45.042 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
93982026-08-21T17:36:47.240Z[ recovery-image] Aug 21 17:36:45.922 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
93992026-08-21T17:36:47.727Z[ recovery-image] Aug 21 17:36:46.408 INFO creating Oxide boot image...
94002026-08-21T17:36:47.727Z[ recovery-image] Aug 21 17:36:46.408 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 230b14b/e6ec6e0 2026-08-21 17:21", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94012026-08-21T17:36:48.600Z[ host-image] Aug 21 17:36:47.291 INFO O| adding properties...
94022026-08-21T17:36:49.853Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
94032026-08-21T17:36:50.199Z[ host-image] Aug 21 17:36:48.884 INFO O| installing packages...
94042026-08-21T17:36:50.439Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
94052026-08-21T17:37:00.022Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
94062026-08-21T17:37:01.230Z[ host-image] Aug 21 17:36:59.921 INFO O| seeding SMF database...
94072026-08-21T17:37:01.979Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
94082026-08-21T17:37:02.091Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94092026-08-21T17:37:02.958Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94102026-08-21T17:37:05.882Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94112026-08-21T17:37:05.948Z[ host-image] Aug 21 17:37:04.638 INFO O| configuring SMF profile...
94122026-08-21T17:37:05.948Z[ host-image] Aug 21 17:37:04.638 INFO O| modifying shadow(5)...
94132026-08-21T17:37:05.948Z[ host-image] Aug 21 17:37:04.639 INFO O| loading user and group database...
94142026-08-21T17:37:05.948Z[ host-image] Aug 21 17:37:04.639 INFO O| loading facet selections...
94152026-08-21T17:37:06.347Z[ host-image] Aug 21 17:37:05.038 INFO O| devel -> true
94162026-08-21T17:37:06.347Z[ host-image] Aug 21 17:37:05.038 INFO O| doc.man -> true
94172026-08-21T17:37:06.347Z[ host-image] Aug 21 17:37:05.038 INFO O| version-lock.shell/ksh93 -> true
94182026-08-21T17:37:06.347Z[ host-image] Aug 21 17:37:05.038 INFO O| version-lock.system/data/hardware-registry -> true
94192026-08-21T17:37:06.368Z[ host-image] Aug 21 17:37:05.038 INFO O| version-lock.system/data/zoneinfo -> true
94202026-08-21T17:37:06.368Z[ host-image] Aug 21 17:37:05.038 INFO O| version-lock.system/microcode/amd -> true
94212026-08-21T17:37:06.368Z[ host-image] Aug 21 17:37:05.038 INFO O| version-lock.system/microcode/intel -> true
94222026-08-21T17:37:06.368Z[ host-image] Aug 21 17:37:05.038 INFO O| version-lock.system/microcode/oxide -> true
94232026-08-21T17:37:06.368Z[ host-image] Aug 21 17:37:05.038 INFO O| assessing packaged files...
94242026-08-21T17:37:06.767Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94252026-08-21T17:37:08.560Z[ host-image] Aug 21 17:37:07.053 INFO O| creating archive...
94262026-08-21T17:37:08.602Z[ host-image] Aug 21 17:37:07.076 INFO O| missing from packaging:
94272026-08-21T17:37:08.602Z[ host-image] Aug 21 17:37:07.076 INFO O| "etc/.pwd.lock"
94282026-08-21T17:37:08.602Z[ host-image] Aug 21 17:37:07.076 INFO O| "etc/bash"
94292026-08-21T17:37:08.602Z[ host-image] Aug 21 17:37:07.080 INFO O| "etc/svc/profile/generic.xml"
94302026-08-21T17:37:08.602Z[ host-image] Aug 21 17:37:07.080 INFO O| "etc/svc/profile/inetd_services.xml"
94312026-08-21T17:37:08.602Z[ host-image] Aug 21 17:37:07.080 INFO O| "etc/svc/profile/name_service.xml"
94322026-08-21T17:37:08.602Z[ host-image] Aug 21 17:37:07.080 INFO O| "etc/svc/profile/platform.xml"
94332026-08-21T17:37:08.602Z[ host-image] Aug 21 17:37:07.080 INFO O| "etc/svc/profile/platform_omicron1.xml"
94342026-08-21T17:37:08.602Z[ host-image] Aug 21 17:37:07.080 INFO O| "etc/svc/repository.db"
94352026-08-21T17:37:08.602Z[ host-image] Aug 21 17:37:07.087 INFO O| "opt/ooce/share"
94362026-08-21T17:37:08.602Z[ host-image] Aug 21 17:37:07.087 INFO O| "opt/ooce/share/man"
94372026-08-21T17:37:08.602Z[ host-image] Aug 21 17:37:07.087 INFO O| "opt/ooce/share/man/man1"
94382026-08-21T17:37:08.602Z[ host-image] Aug 21 17:37:07.096 INFO O| finishing archive...
94392026-08-21T17:37:10.845Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94402026-08-21T17:37:11.149Z[ host-image] Aug 21 17:37:09.840 INFO O| creating gzonly manifest...
94412026-08-21T17:37:11.162Z[ host-image] Aug 21 17:37:09.847 INFO O| ok
94422026-08-21T17:37:11.352Z[ host-image] Aug 21 17:37:10.043 INFO image builder template: ramdisk-02-trim...
94432026-08-21T17:37:11.360Z[ host-image] Aug 21 17:37:10.043 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/.tmpoUnNLH/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None
94442026-08-21T17:37:11.387Z[ host-image] Aug 21 17:37:10.079 INFO O| Aug 21 17:37:10.078 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94452026-08-21T17:37:11.396Z[ host-image] Aug 21 17:37:10.086 INFO O| Aug 21 17:37:10.084 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94462026-08-21T17:37:11.902Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94472026-08-21T17:37:13.175Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94482026-08-21T17:37:13.479Z[ host-image] Aug 21 17:37:12.168 INFO O| Aug 21 17:37:12.168 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94492026-08-21T17:37:16.117Z[ host-image] Aug 21 17:37:14.809 INFO O| Aug 21 17:37:14.808 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94502026-08-21T17:37:16.118Z[ host-image] Aug 21 17:37:14.809 INFO O| Aug 21 17:37:14.809 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94512026-08-21T17:37:16.131Z[ host-image] Aug 21 17:37:14.814 INFO O| Aug 21 17:37:14.814 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94522026-08-21T17:37:16.137Z[ host-image] Aug 21 17:37:14.818 INFO O| Aug 21 17:37:14.818 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94532026-08-21T17:37:16.137Z[ host-image] Aug 21 17:37:14.823 INFO O| Aug 21 17:37:14.823 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94542026-08-21T17:37:21.914Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94552026-08-21T17:37:25.915Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
94562026-08-21T17:37:26.317Z[ host-image] Aug 21 17:37:25.008 INFO O| Aug 21 17:37:25.008 INFO rolled back to input snapshot; work may begin
94572026-08-21T17:37:26.317Z[ host-image] Aug 21 17:37:25.008 INFO O| Aug 21 17:37:25.008 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94582026-08-21T17:37:26.322Z[ host-image] Aug 21 17:37:25.013 INFO O| Aug 21 17:37:25.013 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94592026-08-21T17:37:26.332Z[ host-image] Aug 21 17:37:25.024 INFO O| Aug 21 17:37:25.023 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94602026-08-21T17:37:26.370Z[ host-image] Aug 21 17:37:25.061 INFO O| Aug 21 17:37:25.061 INFO STEP 0 (remove_files) COMPLETE
94612026-08-21T17:37:26.370Z[ host-image] Aug 21 17:37:25.061 INFO O| Aug 21 17:37:25.061 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94622026-08-21T17:37:26.380Z[ host-image] Aug 21 17:37:25.072 INFO O| Aug 21 17:37:25.072 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94632026-08-21T17:37:26.383Z[ host-image] Aug 21 17:37:25.073 INFO O| Aug 21 17:37:25.073 INFO STEP 1 (remove_files) COMPLETE
94642026-08-21T17:37:26.383Z[ host-image] Aug 21 17:37:25.073 INFO O| Aug 21 17:37:25.073 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94652026-08-21T17:37:26.391Z[ host-image] Aug 21 17:37:25.083 INFO O| Aug 21 17:37:25.083 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94662026-08-21T17:37:26.405Z[ host-image] Aug 21 17:37:25.096 INFO O| Aug 21 17:37:25.096 INFO STEP 2 (remove_files) COMPLETE
94672026-08-21T17:37:26.407Z[ host-image] Aug 21 17:37:25.096 INFO O| Aug 21 17:37:25.096 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94682026-08-21T17:37:26.415Z[ host-image] Aug 21 17:37:25.106 INFO O| Aug 21 17:37:25.106 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94692026-08-21T17:37:26.418Z[ host-image] Aug 21 17:37:25.107 INFO O| Aug 21 17:37:25.107 INFO STEP 3 (remove_files) COMPLETE
94702026-08-21T17:37:26.418Z[ host-image] Aug 21 17:37:25.108 INFO O| Aug 21 17:37:25.107 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94712026-08-21T17:37:26.425Z[ host-image] Aug 21 17:37:25.117 INFO O| Aug 21 17:37:25.117 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94722026-08-21T17:37:26.428Z[ host-image] Aug 21 17:37:25.119 INFO O| Aug 21 17:37:25.119 INFO STEP 4 (remove_files) COMPLETE
94732026-08-21T17:37:26.428Z[ host-image] Aug 21 17:37:25.119 INFO O| Aug 21 17:37:25.119 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94742026-08-21T17:37:26.439Z[ host-image] Aug 21 17:37:25.131 INFO O| Aug 21 17:37:25.131 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94752026-08-21T17:37:26.442Z[ host-image] Aug 21 17:37:25.133 INFO O| Aug 21 17:37:25.133 INFO STEP 5 (remove_files) COMPLETE
94762026-08-21T17:37:26.442Z[ host-image] Aug 21 17:37:25.133 INFO O| Aug 21 17:37:25.133 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94772026-08-21T17:37:26.452Z[ host-image] Aug 21 17:37:25.143 INFO O| Aug 21 17:37:25.143 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94782026-08-21T17:37:26.462Z[ host-image] Aug 21 17:37:25.153 INFO O| Aug 21 17:37:25.153 INFO STEP 6 (remove_files) COMPLETE
94792026-08-21T17:37:26.462Z[ host-image] Aug 21 17:37:25.153 INFO O| Aug 21 17:37:25.153 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94802026-08-21T17:37:26.464Z[ host-image] Aug 21 17:37:25.153 INFO O| Aug 21 17:37:25.153 INFO skip step because feature "heliosv2" is not enabled
94812026-08-21T17:37:26.464Z[ host-image] Aug 21 17:37:25.153 INFO O| Aug 21 17:37:25.153 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94822026-08-21T17:37:26.473Z[ host-image] Aug 21 17:37:25.164 INFO O| Aug 21 17:37:25.164 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94832026-08-21T17:37:26.484Z[ host-image] Aug 21 17:37:25.176 INFO O| Aug 21 17:37:25.176 INFO STEP 8 (remove_files) COMPLETE
94842026-08-21T17:37:26.484Z[ host-image] Aug 21 17:37:25.176 INFO O| Aug 21 17:37:25.176 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94852026-08-21T17:37:26.495Z[ host-image] Aug 21 17:37:25.186 INFO O| Aug 21 17:37:25.186 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94862026-08-21T17:37:26.563Z[ host-image] Aug 21 17:37:25.254 INFO O| Aug 21 17:37:25.254 INFO STEP 9 (remove_files) COMPLETE
94872026-08-21T17:37:26.563Z[ host-image] Aug 21 17:37:25.254 INFO O| Aug 21 17:37:25.254 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94882026-08-21T17:37:26.573Z[ host-image] Aug 21 17:37:25.264 INFO O| Aug 21 17:37:25.264 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94892026-08-21T17:37:26.654Z[ host-image] Aug 21 17:37:25.345 INFO O| Aug 21 17:37:25.345 INFO STEP 10 (remove_files) COMPLETE
94902026-08-21T17:37:26.654Z[ host-image] Aug 21 17:37:25.345 INFO O| Aug 21 17:37:25.345 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94912026-08-21T17:37:26.664Z[ host-image] Aug 21 17:37:25.356 INFO O| Aug 21 17:37:25.355 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94922026-08-21T17:37:26.667Z[ host-image] Aug 21 17:37:25.358 INFO O| Aug 21 17:37:25.358 INFO STEP 11 (remove_files) COMPLETE
94932026-08-21T17:37:26.667Z[ host-image] Aug 21 17:37:25.358 INFO O| Aug 21 17:37:25.358 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94942026-08-21T17:37:26.676Z[ host-image] Aug 21 17:37:25.368 INFO O| Aug 21 17:37:25.368 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94952026-08-21T17:37:26.679Z[ host-image] Aug 21 17:37:25.368 INFO O| Aug 21 17:37:25.368 INFO STEP 12 (remove_files) COMPLETE
94962026-08-21T17:37:26.679Z[ host-image] Aug 21 17:37:25.368 INFO O| Aug 21 17:37:25.368 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94972026-08-21T17:37:26.685Z[ host-image] Aug 21 17:37:25.376 INFO O| Aug 21 17:37:25.376 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94982026-08-21T17:37:26.688Z[ host-image] Aug 21 17:37:25.377 INFO O| Aug 21 17:37:25.377 INFO STEP 13 (remove_files) COMPLETE
94992026-08-21T17:37:26.688Z[ host-image] Aug 21 17:37:25.377 INFO O| Aug 21 17:37:25.377 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95002026-08-21T17:37:26.894Z[ host-image] Aug 21 17:37:25.585 INFO O| Aug 21 17:37:25.585 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95012026-08-21T17:37:26.908Z[ host-image] Aug 21 17:37:25.600 INFO O| Aug 21 17:37:25.600 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95022026-08-21T17:37:26.917Z[ host-image] Aug 21 17:37:25.609 INFO O| Aug 21 17:37:25.609 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95032026-08-21T17:37:26.921Z[ host-image] Aug 21 17:37:25.609 INFO O| Aug 21 17:37:25.609 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95042026-08-21T17:37:26.921Z[ host-image] Aug 21 17:37:25.609 INFO O| Aug 21 17:37:25.609 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95052026-08-21T17:37:26.921Z[ host-image] Aug 21 17:37:25.610 INFO O| Aug 21 17:37:25.610 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95062026-08-21T17:37:26.921Z[ host-image] Aug 21 17:37:25.610 INFO O| Aug 21 17:37:25.610 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95072026-08-21T17:37:26.921Z[ host-image] Aug 21 17:37:25.610 INFO O| Aug 21 17:37:25.610 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95082026-08-21T17:37:26.921Z[ host-image] Aug 21 17:37:25.610 INFO O| Aug 21 17:37:25.610 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95092026-08-21T17:37:26.921Z[ host-image] Aug 21 17:37:25.610 INFO O| Aug 21 17:37:25.610 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95102026-08-21T17:37:26.921Z[ host-image] Aug 21 17:37:25.610 INFO O| Aug 21 17:37:25.610 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95112026-08-21T17:37:26.921Z[ host-image] Aug 21 17:37:25.610 INFO O| Aug 21 17:37:25.610 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95122026-08-21T17:37:26.921Z[ host-image] Aug 21 17:37:25.610 INFO O| Aug 21 17:37:25.610 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95132026-08-21T17:37:26.921Z[ host-image] Aug 21 17:37:25.610 INFO O| Aug 21 17:37:25.610 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95142026-08-21T17:37:26.921Z[ host-image] Aug 21 17:37:25.610 INFO O| Aug 21 17:37:25.610 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95152026-08-21T17:37:26.921Z[ host-image] Aug 21 17:37:25.610 INFO O| Aug 21 17:37:25.610 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95162026-08-21T17:37:26.921Z[ host-image] Aug 21 17:37:25.610 INFO O| Aug 21 17:37:25.610 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95172026-08-21T17:37:26.921Z[ host-image] Aug 21 17:37:25.610 INFO O| Aug 21 17:37:25.610 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95182026-08-21T17:37:26.921Z[ host-image] Aug 21 17:37:25.610 INFO O| Aug 21 17:37:25.610 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95192026-08-21T17:37:26.921Z[ host-image] Aug 21 17:37:25.610 INFO O| Aug 21 17:37:25.610 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95202026-08-21T17:37:26.933Z[ host-image] Aug 21 17:37:25.624 INFO O| Aug 21 17:37:25.624 INFO STEP 14 (remove_files) COMPLETE
95212026-08-21T17:37:26.933Z[ host-image] Aug 21 17:37:25.624 INFO O| Aug 21 17:37:25.624 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95222026-08-21T17:37:26.943Z[ host-image] Aug 21 17:37:25.635 INFO O| Aug 21 17:37:25.635 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95232026-08-21T17:37:26.946Z[ host-image] Aug 21 17:37:25.636 INFO O| Aug 21 17:37:25.636 INFO STEP 15 (remove_files) COMPLETE
95242026-08-21T17:37:26.946Z[ host-image] Aug 21 17:37:25.636 INFO O| Aug 21 17:37:25.636 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95252026-08-21T17:37:26.954Z[ host-image] Aug 21 17:37:25.646 INFO O| Aug 21 17:37:25.645 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95262026-08-21T17:37:26.960Z[ host-image] Aug 21 17:37:25.651 INFO O| Aug 21 17:37:25.651 INFO STEP 16 (remove_files) COMPLETE
95272026-08-21T17:37:26.960Z[ host-image] Aug 21 17:37:25.651 INFO O| Aug 21 17:37:25.651 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95282026-08-21T17:37:26.969Z[ host-image] Aug 21 17:37:25.661 INFO O| Aug 21 17:37:25.661 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95292026-08-21T17:37:26.972Z[ host-image] Aug 21 17:37:25.661 INFO O| Aug 21 17:37:25.661 INFO STEP 17 (remove_files) COMPLETE
95302026-08-21T17:37:26.972Z[ host-image] Aug 21 17:37:25.661 INFO O| Aug 21 17:37:25.661 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95312026-08-21T17:37:26.978Z[ host-image] Aug 21 17:37:25.670 INFO O| Aug 21 17:37:25.669 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95322026-08-21T17:37:26.980Z[ host-image] Aug 21 17:37:25.671 INFO O| Aug 21 17:37:25.671 INFO STEP 18 (remove_files) COMPLETE
95332026-08-21T17:37:26.980Z[ host-image] Aug 21 17:37:25.671 INFO O| Aug 21 17:37:25.671 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95342026-08-21T17:37:26.987Z[ host-image] Aug 21 17:37:25.678 INFO O| Aug 21 17:37:25.678 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95352026-08-21T17:37:26.989Z[ host-image] Aug 21 17:37:25.678 INFO O| Aug 21 17:37:25.678 INFO STEP 19 (remove_files) COMPLETE
95362026-08-21T17:37:26.989Z[ host-image] Aug 21 17:37:25.678 INFO O| Aug 21 17:37:25.678 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95372026-08-21T17:37:26.997Z[ host-image] Aug 21 17:37:25.689 INFO O| Aug 21 17:37:25.689 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95382026-08-21T17:37:26.997Z[ host-image] Aug 21 17:37:25.689 INFO O| Aug 21 17:37:25.689 INFO STEP 20 (remove_files) COMPLETE
95392026-08-21T17:37:27.000Z[ host-image] Aug 21 17:37:25.689 INFO O| Aug 21 17:37:25.689 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95402026-08-21T17:37:27.006Z[ host-image] Aug 21 17:37:25.698 INFO O| Aug 21 17:37:25.698 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95412026-08-21T17:37:27.006Z[ host-image] Aug 21 17:37:25.698 INFO O| Aug 21 17:37:25.698 INFO STEP 21 (remove_files) COMPLETE
95422026-08-21T17:37:27.006Z[ host-image] Aug 21 17:37:25.698 INFO O| Aug 21 17:37:25.698 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95432026-08-21T17:37:27.015Z[ host-image] Aug 21 17:37:25.707 INFO O| Aug 21 17:37:25.707 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95442026-08-21T17:37:27.016Z[ host-image] Aug 21 17:37:25.707 INFO O| Aug 21 17:37:25.707 INFO STEP 22 (remove_files) COMPLETE
95452026-08-21T17:37:27.016Z[ host-image] Aug 21 17:37:25.707 INFO O| Aug 21 17:37:25.707 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95462026-08-21T17:37:27.023Z[ host-image] Aug 21 17:37:25.715 INFO O| Aug 21 17:37:25.715 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95472026-08-21T17:37:27.026Z[ host-image] Aug 21 17:37:25.715 INFO O| Aug 21 17:37:25.715 INFO STEP 23 (remove_files) COMPLETE
95482026-08-21T17:37:27.026Z[ host-image] Aug 21 17:37:25.715 INFO O| Aug 21 17:37:25.715 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95492026-08-21T17:37:27.033Z[ host-image] Aug 21 17:37:25.724 INFO O| Aug 21 17:37:25.724 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95502026-08-21T17:37:27.033Z[ host-image] Aug 21 17:37:25.724 INFO O| Aug 21 17:37:25.724 INFO STEP 24 (remove_files) COMPLETE
95512026-08-21T17:37:27.033Z[ host-image] Aug 21 17:37:25.724 INFO O| Aug 21 17:37:25.724 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95522026-08-21T17:37:27.041Z[ host-image] Aug 21 17:37:25.733 INFO O| Aug 21 17:37:25.733 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95532026-08-21T17:37:27.041Z[ host-image] Aug 21 17:37:25.733 INFO O| Aug 21 17:37:25.733 INFO STEP 25 (remove_files) COMPLETE
95542026-08-21T17:37:27.041Z[ host-image] Aug 21 17:37:25.733 INFO O| Aug 21 17:37:25.733 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95552026-08-21T17:37:27.051Z[ host-image] Aug 21 17:37:25.742 INFO O| Aug 21 17:37:25.742 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95562026-08-21T17:37:27.051Z[ host-image] Aug 21 17:37:25.742 INFO O| Aug 21 17:37:25.742 INFO STEP 26 (remove_files) COMPLETE
95572026-08-21T17:37:27.051Z[ host-image] Aug 21 17:37:25.742 INFO O| Aug 21 17:37:25.742 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95582026-08-21T17:37:27.059Z[ host-image] Aug 21 17:37:25.750 INFO O| Aug 21 17:37:25.750 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95592026-08-21T17:37:27.064Z[ host-image] Aug 21 17:37:25.750 INFO O| Aug 21 17:37:25.750 INFO STEP 27 (remove_files) COMPLETE
95602026-08-21T17:37:27.064Z[ host-image] Aug 21 17:37:25.750 INFO O| Aug 21 17:37:25.750 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95612026-08-21T17:37:27.069Z[ host-image] Aug 21 17:37:25.760 INFO O| Aug 21 17:37:25.760 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95622026-08-21T17:37:27.071Z[ host-image] Aug 21 17:37:25.760 INFO O| Aug 21 17:37:25.760 INFO STEP 28 (remove_files) COMPLETE
95632026-08-21T17:37:27.071Z[ host-image] Aug 21 17:37:25.760 INFO O| Aug 21 17:37:25.760 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95642026-08-21T17:37:27.079Z[ host-image] Aug 21 17:37:25.770 INFO O| Aug 21 17:37:25.770 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95652026-08-21T17:37:27.079Z[ host-image] Aug 21 17:37:25.771 INFO O| Aug 21 17:37:25.771 INFO STEP 29 (remove_files) COMPLETE
95662026-08-21T17:37:27.082Z[ host-image] Aug 21 17:37:25.771 INFO O| Aug 21 17:37:25.771 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95672026-08-21T17:37:27.089Z[ host-image] Aug 21 17:37:25.781 INFO O| Aug 21 17:37:25.781 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95682026-08-21T17:37:27.092Z[ host-image] Aug 21 17:37:25.781 INFO O| Aug 21 17:37:25.781 INFO STEP 30 (remove_files) COMPLETE
95692026-08-21T17:37:27.092Z[ host-image] Aug 21 17:37:25.781 INFO O| Aug 21 17:37:25.781 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95702026-08-21T17:37:27.098Z[ host-image] Aug 21 17:37:25.790 INFO O| Aug 21 17:37:25.790 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95712026-08-21T17:37:27.098Z[ host-image] Aug 21 17:37:25.790 INFO O| Aug 21 17:37:25.790 INFO STEP 31 (remove_files) COMPLETE
95722026-08-21T17:37:27.099Z[ host-image] Aug 21 17:37:25.790 INFO O| Aug 21 17:37:25.790 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95732026-08-21T17:37:27.108Z[ host-image] Aug 21 17:37:25.800 INFO O| Aug 21 17:37:25.800 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95742026-08-21T17:37:27.108Z[ host-image] Aug 21 17:37:25.800 INFO O| Aug 21 17:37:25.800 INFO STEP 32 (remove_files) COMPLETE
95752026-08-21T17:37:27.108Z[ host-image] Aug 21 17:37:25.800 INFO O| Aug 21 17:37:25.800 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95762026-08-21T17:37:27.117Z[ host-image] Aug 21 17:37:25.808 INFO O| Aug 21 17:37:25.808 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95772026-08-21T17:37:27.117Z[ host-image] Aug 21 17:37:25.808 INFO O| Aug 21 17:37:25.808 INFO STEP 33 (remove_files) COMPLETE
95782026-08-21T17:37:27.120Z[ host-image] Aug 21 17:37:25.809 INFO O| Aug 21 17:37:25.808 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95792026-08-21T17:37:27.127Z[ host-image] Aug 21 17:37:25.819 INFO O| Aug 21 17:37:25.819 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95802026-08-21T17:37:27.128Z[ host-image] Aug 21 17:37:25.819 INFO O| Aug 21 17:37:25.819 INFO STEP 34 (remove_files) COMPLETE
95812026-08-21T17:37:27.128Z[ host-image] Aug 21 17:37:25.819 INFO O| Aug 21 17:37:25.819 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95822026-08-21T17:37:27.136Z[ host-image] Aug 21 17:37:25.827 INFO O| Aug 21 17:37:25.827 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95832026-08-21T17:37:27.136Z[ host-image] Aug 21 17:37:25.827 INFO O| Aug 21 17:37:25.827 INFO STEP 35 (remove_files) COMPLETE
95842026-08-21T17:37:27.139Z[ host-image] Aug 21 17:37:25.828 INFO O| Aug 21 17:37:25.827 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95852026-08-21T17:37:27.146Z[ host-image] Aug 21 17:37:25.837 INFO O| Aug 21 17:37:25.837 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95862026-08-21T17:37:27.146Z[ host-image] Aug 21 17:37:25.837 INFO O| Aug 21 17:37:25.837 INFO STEP 36 (remove_files) COMPLETE
95872026-08-21T17:37:27.146Z[ host-image] Aug 21 17:37:25.837 INFO O| Aug 21 17:37:25.837 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95882026-08-21T17:37:27.156Z[ host-image] Aug 21 17:37:25.847 INFO O| Aug 21 17:37:25.847 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95892026-08-21T17:37:27.156Z[ host-image] Aug 21 17:37:25.847 INFO O| Aug 21 17:37:25.847 INFO STEP 37 (remove_files) COMPLETE
95902026-08-21T17:37:27.160Z[ host-image] Aug 21 17:37:25.847 INFO O| Aug 21 17:37:25.847 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95912026-08-21T17:37:27.164Z[ host-image] Aug 21 17:37:25.855 INFO O| Aug 21 17:37:25.855 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95922026-08-21T17:37:27.166Z[ host-image] Aug 21 17:37:25.855 INFO O| Aug 21 17:37:25.855 INFO STEP 38 (remove_files) COMPLETE
95932026-08-21T17:37:27.166Z[ host-image] Aug 21 17:37:25.855 INFO O| Aug 21 17:37:25.855 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95942026-08-21T17:37:27.172Z[ host-image] Aug 21 17:37:25.863 INFO O| Aug 21 17:37:25.863 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95952026-08-21T17:37:27.172Z[ host-image] Aug 21 17:37:25.863 INFO O| Aug 21 17:37:25.863 INFO STEP 39 (remove_files) COMPLETE
95962026-08-21T17:37:27.174Z[ host-image] Aug 21 17:37:25.863 INFO O| Aug 21 17:37:25.863 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95972026-08-21T17:37:27.179Z[ host-image] Aug 21 17:37:25.871 INFO O| Aug 21 17:37:25.871 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95982026-08-21T17:37:27.181Z[ host-image] Aug 21 17:37:25.871 INFO O| Aug 21 17:37:25.871 INFO STEP 40 (remove_files) COMPLETE
95992026-08-21T17:37:27.181Z[ host-image] Aug 21 17:37:25.871 INFO O| Aug 21 17:37:25.871 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96002026-08-21T17:37:27.187Z[ host-image] Aug 21 17:37:25.879 INFO O| Aug 21 17:37:25.879 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96012026-08-21T17:37:27.187Z[ host-image] Aug 21 17:37:25.879 INFO O| Aug 21 17:37:25.879 INFO STEP 41 (remove_files) COMPLETE
96022026-08-21T17:37:27.187Z[ host-image] Aug 21 17:37:25.879 INFO O| Aug 21 17:37:25.879 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96032026-08-21T17:37:27.196Z[ host-image] Aug 21 17:37:25.888 INFO O| Aug 21 17:37:25.888 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96042026-08-21T17:37:27.196Z[ host-image] Aug 21 17:37:25.888 INFO O| Aug 21 17:37:25.888 INFO STEP 42 (remove_files) COMPLETE
96052026-08-21T17:37:27.199Z[ host-image] Aug 21 17:37:25.888 INFO O| Aug 21 17:37:25.888 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96062026-08-21T17:37:27.205Z[ host-image] Aug 21 17:37:25.897 INFO O| Aug 21 17:37:25.897 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96072026-08-21T17:37:27.205Z[ host-image] Aug 21 17:37:25.897 INFO O| Aug 21 17:37:25.897 INFO STEP 43 (remove_files) COMPLETE
96082026-08-21T17:37:27.208Z[ host-image] Aug 21 17:37:25.897 INFO O| Aug 21 17:37:25.897 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96092026-08-21T17:37:27.214Z[ host-image] Aug 21 17:37:25.906 INFO O| Aug 21 17:37:25.906 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96102026-08-21T17:37:27.215Z[ host-image] Aug 21 17:37:25.906 INFO O| Aug 21 17:37:25.906 INFO STEP 44 (remove_files) COMPLETE
96112026-08-21T17:37:27.218Z[ host-image] Aug 21 17:37:25.906 INFO O| Aug 21 17:37:25.906 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96122026-08-21T17:37:27.222Z[ host-image] Aug 21 17:37:25.914 INFO O| Aug 21 17:37:25.914 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96132026-08-21T17:37:27.222Z[ host-image] Aug 21 17:37:25.914 INFO O| Aug 21 17:37:25.914 INFO STEP 45 (remove_files) COMPLETE
96142026-08-21T17:37:27.226Z[ host-image] Aug 21 17:37:25.914 INFO O| Aug 21 17:37:25.914 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96152026-08-21T17:37:27.231Z[ host-image] Aug 21 17:37:25.922 INFO O| Aug 21 17:37:25.922 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96162026-08-21T17:37:27.231Z[ host-image] Aug 21 17:37:25.922 INFO O| Aug 21 17:37:25.922 INFO STEP 46 (remove_files) COMPLETE
96172026-08-21T17:37:27.231Z[ host-image] Aug 21 17:37:25.922 INFO O| Aug 21 17:37:25.922 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96182026-08-21T17:37:27.241Z[ host-image] Aug 21 17:37:25.932 INFO O| Aug 21 17:37:25.932 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96192026-08-21T17:37:27.241Z[ host-image] Aug 21 17:37:25.932 INFO O| Aug 21 17:37:25.932 INFO STEP 47 (remove_files) COMPLETE
96202026-08-21T17:37:27.243Z[ host-image] Aug 21 17:37:25.932 INFO O| Aug 21 17:37:25.932 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96212026-08-21T17:37:27.249Z[ host-image] Aug 21 17:37:25.941 INFO O| Aug 21 17:37:25.941 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96222026-08-21T17:37:27.249Z[ host-image] Aug 21 17:37:25.941 INFO O| Aug 21 17:37:25.941 INFO STEP 48 (remove_files) COMPLETE
96232026-08-21T17:37:27.252Z[ host-image] Aug 21 17:37:25.941 INFO O| Aug 21 17:37:25.941 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96242026-08-21T17:37:27.258Z[ host-image] Aug 21 17:37:25.950 INFO O| Aug 21 17:37:25.950 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96252026-08-21T17:37:27.261Z[ host-image] Aug 21 17:37:25.950 INFO O| Aug 21 17:37:25.950 INFO STEP 49 (remove_files) COMPLETE
96262026-08-21T17:37:27.261Z[ host-image] Aug 21 17:37:25.950 INFO O| Aug 21 17:37:25.950 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96272026-08-21T17:37:27.267Z[ host-image] Aug 21 17:37:25.958 INFO O| Aug 21 17:37:25.958 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96282026-08-21T17:37:27.267Z[ host-image] Aug 21 17:37:25.958 INFO O| Aug 21 17:37:25.958 INFO STEP 50 (remove_files) COMPLETE
96292026-08-21T17:37:27.267Z[ host-image] Aug 21 17:37:25.958 INFO O| Aug 21 17:37:25.958 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96302026-08-21T17:37:27.276Z[ host-image] Aug 21 17:37:25.968 INFO O| Aug 21 17:37:25.968 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96312026-08-21T17:37:27.277Z[ host-image] Aug 21 17:37:25.968 INFO O| Aug 21 17:37:25.968 INFO STEP 51 (remove_files) COMPLETE
96322026-08-21T17:37:27.279Z[ host-image] Aug 21 17:37:25.968 INFO O| Aug 21 17:37:25.968 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96332026-08-21T17:37:27.286Z[ host-image] Aug 21 17:37:25.977 INFO O| Aug 21 17:37:25.977 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96342026-08-21T17:37:27.286Z[ host-image] Aug 21 17:37:25.977 INFO O| Aug 21 17:37:25.977 INFO STEP 52 (remove_files) COMPLETE
96352026-08-21T17:37:27.286Z[ host-image] Aug 21 17:37:25.977 INFO O| Aug 21 17:37:25.977 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96362026-08-21T17:37:27.295Z[ host-image] Aug 21 17:37:25.986 INFO O| Aug 21 17:37:25.986 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96372026-08-21T17:37:27.295Z[ host-image] Aug 21 17:37:25.986 INFO O| Aug 21 17:37:25.986 INFO STEP 53 (remove_files) COMPLETE
96382026-08-21T17:37:27.297Z[ host-image] Aug 21 17:37:25.986 INFO O| Aug 21 17:37:25.986 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96392026-08-21T17:37:27.303Z[ host-image] Aug 21 17:37:25.995 INFO O| Aug 21 17:37:25.995 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96402026-08-21T17:37:27.306Z[ host-image] Aug 21 17:37:25.995 INFO O| Aug 21 17:37:25.995 INFO STEP 54 (remove_files) COMPLETE
96412026-08-21T17:37:27.306Z[ host-image] Aug 21 17:37:25.995 INFO O| Aug 21 17:37:25.995 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96422026-08-21T17:37:27.312Z[ host-image] Aug 21 17:37:26.003 INFO O| Aug 21 17:37:26.003 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96432026-08-21T17:37:27.312Z[ host-image] Aug 21 17:37:26.003 INFO O| Aug 21 17:37:26.003 INFO STEP 55 (remove_files) COMPLETE
96442026-08-21T17:37:27.314Z[ host-image] Aug 21 17:37:26.003 INFO O| Aug 21 17:37:26.003 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96452026-08-21T17:37:27.320Z[ host-image] Aug 21 17:37:26.012 INFO O| Aug 21 17:37:26.012 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96462026-08-21T17:37:27.320Z[ host-image] Aug 21 17:37:26.012 INFO O| Aug 21 17:37:26.012 INFO STEP 56 (remove_files) COMPLETE
96472026-08-21T17:37:27.323Z[ host-image] Aug 21 17:37:26.012 INFO O| Aug 21 17:37:26.012 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96482026-08-21T17:37:27.331Z[ host-image] Aug 21 17:37:26.023 INFO O| Aug 21 17:37:26.023 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96492026-08-21T17:37:27.331Z[ host-image] Aug 21 17:37:26.023 INFO O| Aug 21 17:37:26.023 INFO STEP 57 (remove_files) COMPLETE
96502026-08-21T17:37:27.334Z[ host-image] Aug 21 17:37:26.023 INFO O| Aug 21 17:37:26.023 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96512026-08-21T17:37:27.341Z[ host-image] Aug 21 17:37:26.033 INFO O| Aug 21 17:37:26.033 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96522026-08-21T17:37:27.341Z[ host-image] Aug 21 17:37:26.033 INFO O| Aug 21 17:37:26.033 INFO STEP 58 (remove_files) COMPLETE
96532026-08-21T17:37:27.345Z[ host-image] Aug 21 17:37:26.033 INFO O| Aug 21 17:37:26.033 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96542026-08-21T17:37:27.351Z[ host-image] Aug 21 17:37:26.042 INFO O| Aug 21 17:37:26.042 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96552026-08-21T17:37:27.351Z[ host-image] Aug 21 17:37:26.042 INFO O| Aug 21 17:37:26.042 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96562026-08-21T17:37:27.354Z[ host-image] Aug 21 17:37:26.043 INFO O| Aug 21 17:37:26.043 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96572026-08-21T17:37:27.354Z[ host-image] Aug 21 17:37:26.043 INFO O| Aug 21 17:37:26.043 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96582026-08-21T17:37:27.354Z[ host-image] Aug 21 17:37:26.043 INFO O| Aug 21 17:37:26.043 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96592026-08-21T17:37:27.354Z[ host-image] Aug 21 17:37:26.043 INFO O| Aug 21 17:37:26.043 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96602026-08-21T17:37:27.354Z[ host-image] Aug 21 17:37:26.043 INFO O| Aug 21 17:37:26.043 INFO ok!
96612026-08-21T17:37:27.354Z[ host-image] Aug 21 17:37:26.043 INFO O| Aug 21 17:37:26.043 INFO STEP 59 (ensure_file) COMPLETE
96622026-08-21T17:37:27.354Z[ host-image] Aug 21 17:37:26.043 INFO O| Aug 21 17:37:26.043 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96632026-08-21T17:37:27.361Z[ host-image] Aug 21 17:37:26.053 INFO O| Aug 21 17:37:26.053 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96642026-08-21T17:37:27.361Z[ host-image] Aug 21 17:37:26.053 INFO O| Aug 21 17:37:26.053 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96652026-08-21T17:37:27.364Z[ host-image] Aug 21 17:37:26.053 INFO O| Aug 21 17:37:26.053 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96662026-08-21T17:37:27.365Z[ host-image] Aug 21 17:37:26.053 INFO O| Aug 21 17:37:26.053 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96672026-08-21T17:37:27.365Z[ host-image] Aug 21 17:37:26.053 INFO O| Aug 21 17:37:26.053 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96682026-08-21T17:37:27.365Z[ host-image] Aug 21 17:37:26.053 INFO O| Aug 21 17:37:26.053 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96692026-08-21T17:37:27.365Z[ host-image] Aug 21 17:37:26.053 INFO O| Aug 21 17:37:26.053 INFO ok!
96702026-08-21T17:37:27.365Z[ host-image] Aug 21 17:37:26.053 INFO O| Aug 21 17:37:26.053 INFO STEP 60 (ensure_file) COMPLETE
96712026-08-21T17:37:27.365Z[ host-image] Aug 21 17:37:26.053 INFO O| Aug 21 17:37:26.053 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96722026-08-21T17:37:27.372Z[ host-image] Aug 21 17:37:26.063 INFO O| Aug 21 17:37:26.063 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96732026-08-21T17:37:27.372Z[ host-image] Aug 21 17:37:26.063 INFO O| Aug 21 17:37:26.063 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96742026-08-21T17:37:27.375Z[ host-image] Aug 21 17:37:26.063 INFO O| Aug 21 17:37:26.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96752026-08-21T17:37:27.375Z[ host-image] Aug 21 17:37:26.063 INFO O| Aug 21 17:37:26.063 INFO ok!
96762026-08-21T17:37:27.375Z[ host-image] Aug 21 17:37:26.063 INFO O| Aug 21 17:37:26.063 INFO STEP 61 (ensure_file) COMPLETE
96772026-08-21T17:37:27.375Z[ host-image] Aug 21 17:37:26.063 INFO O| Aug 21 17:37:26.063 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96782026-08-21T17:37:27.381Z[ host-image] Aug 21 17:37:26.073 INFO O| Aug 21 17:37:26.073 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96792026-08-21T17:37:27.381Z[ host-image] Aug 21 17:37:26.073 INFO O| Aug 21 17:37:26.073 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96802026-08-21T17:37:27.384Z[ host-image] Aug 21 17:37:26.073 INFO O| Aug 21 17:37:26.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96812026-08-21T17:37:27.384Z[ host-image] Aug 21 17:37:26.073 INFO O| Aug 21 17:37:26.073 INFO ok!
96822026-08-21T17:37:27.384Z[ host-image] Aug 21 17:37:26.073 INFO O| Aug 21 17:37:26.073 INFO STEP 62 (ensure_file) COMPLETE
96832026-08-21T17:37:27.384Z[ host-image] Aug 21 17:37:26.073 INFO O| Aug 21 17:37:26.073 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96842026-08-21T17:37:27.391Z[ host-image] Aug 21 17:37:26.082 INFO O| Aug 21 17:37:26.082 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96852026-08-21T17:37:27.391Z[ host-image] Aug 21 17:37:26.082 INFO O| Aug 21 17:37:26.082 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96862026-08-21T17:37:27.394Z[ host-image] Aug 21 17:37:26.083 INFO O| Aug 21 17:37:26.083 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96872026-08-21T17:37:27.394Z[ host-image] Aug 21 17:37:26.083 INFO O| Aug 21 17:37:26.083 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96882026-08-21T17:37:27.394Z[ host-image] Aug 21 17:37:26.083 INFO O| Aug 21 17:37:26.083 INFO ok!
96892026-08-21T17:37:27.394Z[ host-image] Aug 21 17:37:26.083 INFO O| Aug 21 17:37:26.083 INFO STEP 63 (ensure_file) COMPLETE
96902026-08-21T17:37:27.394Z[ host-image] Aug 21 17:37:26.083 INFO O| Aug 21 17:37:26.083 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96912026-08-21T17:37:27.401Z[ host-image] Aug 21 17:37:26.091 INFO O| Aug 21 17:37:26.091 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96922026-08-21T17:37:27.401Z[ host-image] Aug 21 17:37:26.092 INFO O| Aug 21 17:37:26.091 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96932026-08-21T17:37:27.401Z[ host-image] Aug 21 17:37:26.092 INFO O| Aug 21 17:37:26.092 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96942026-08-21T17:37:27.404Z[ host-image] Aug 21 17:37:26.092 INFO O| Aug 21 17:37:26.092 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96952026-08-21T17:37:27.404Z[ host-image] Aug 21 17:37:26.092 INFO O| Aug 21 17:37:26.092 INFO ok!
96962026-08-21T17:37:27.404Z[ host-image] Aug 21 17:37:26.092 INFO O| Aug 21 17:37:26.092 INFO STEP 64 (ensure_file) COMPLETE
96972026-08-21T17:37:27.404Z[ host-image] Aug 21 17:37:26.092 INFO O| Aug 21 17:37:26.092 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96982026-08-21T17:37:27.410Z[ host-image] Aug 21 17:37:26.101 INFO O| Aug 21 17:37:26.101 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96992026-08-21T17:37:27.410Z[ host-image] Aug 21 17:37:26.101 INFO O| Aug 21 17:37:26.101 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97002026-08-21T17:37:27.410Z[ host-image] Aug 21 17:37:26.101 INFO O| Aug 21 17:37:26.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97012026-08-21T17:37:27.410Z[ host-image] Aug 21 17:37:26.101 INFO O| Aug 21 17:37:26.101 INFO ok!
97022026-08-21T17:37:27.413Z[ host-image] Aug 21 17:37:26.101 INFO O| Aug 21 17:37:26.101 INFO STEP 65 (assemble_files) COMPLETE
97032026-08-21T17:37:27.413Z[ host-image] Aug 21 17:37:26.101 INFO O| Aug 21 17:37:26.101 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97042026-08-21T17:37:27.420Z[ host-image] Aug 21 17:37:26.111 INFO O| Aug 21 17:37:26.111 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97052026-08-21T17:37:27.420Z[ host-image] Aug 21 17:37:26.111 INFO O| Aug 21 17:37:26.111 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97062026-08-21T17:37:27.423Z[ host-image] Aug 21 17:37:26.112 INFO O| Aug 21 17:37:26.112 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97072026-08-21T17:37:27.423Z[ host-image] Aug 21 17:37:26.112 INFO O| Aug 21 17:37:26.112 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97082026-08-21T17:37:27.423Z[ host-image] Aug 21 17:37:26.112 INFO O| Aug 21 17:37:26.112 INFO ok!
97092026-08-21T17:37:27.423Z[ host-image] Aug 21 17:37:26.112 INFO O| Aug 21 17:37:26.112 INFO STEP 66 (ensure_file) COMPLETE
97102026-08-21T17:37:27.423Z[ host-image] Aug 21 17:37:26.112 INFO O| Aug 21 17:37:26.112 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97112026-08-21T17:37:27.430Z[ host-image] Aug 21 17:37:26.121 INFO O| Aug 21 17:37:26.121 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97122026-08-21T17:37:27.430Z[ host-image] Aug 21 17:37:26.121 INFO O| Aug 21 17:37:26.121 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97132026-08-21T17:37:27.430Z[ host-image] Aug 21 17:37:26.121 INFO O| Aug 21 17:37:26.121 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97142026-08-21T17:37:27.430Z[ host-image] Aug 21 17:37:26.121 INFO O| Aug 21 17:37:26.121 INFO STEP 67 (ensure_dir) COMPLETE
97152026-08-21T17:37:27.430Z[ host-image] Aug 21 17:37:26.121 INFO O| Aug 21 17:37:26.121 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97162026-08-21T17:37:27.439Z[ host-image] Aug 21 17:37:26.130 INFO O| Aug 21 17:37:26.130 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97172026-08-21T17:37:27.439Z[ host-image] Aug 21 17:37:26.130 INFO O| Aug 21 17:37:26.130 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 ...
97182026-08-21T17:37:27.447Z[ host-image] Aug 21 17:37:26.138 INFO O| Aug 21 17:37:26.138 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
97192026-08-21T17:37:27.447Z[ host-image] Aug 21 17:37:26.138 INFO O| Aug 21 17:37:26.138 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97202026-08-21T17:37:27.450Z[ host-image] Aug 21 17:37:26.138 INFO O| Aug 21 17:37:26.138 INFO ok!
97212026-08-21T17:37:27.450Z[ host-image] Aug 21 17:37:26.138 INFO O| Aug 21 17:37:26.138 INFO STEP 68 (ensure_file) COMPLETE
97222026-08-21T17:37:27.450Z[ host-image] Aug 21 17:37:26.138 INFO O| Aug 21 17:37:26.138 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97232026-08-21T17:37:27.456Z[ host-image] Aug 21 17:37:26.148 INFO O| Aug 21 17:37:26.148 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97242026-08-21T17:37:27.456Z[ host-image] Aug 21 17:37:26.148 INFO O| Aug 21 17:37:26.148 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 ...
97252026-08-21T17:37:27.459Z[ host-image] Aug 21 17:37:26.148 INFO O| Aug 21 17:37:26.148 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
97262026-08-21T17:37:27.460Z[ host-image] Aug 21 17:37:26.148 INFO O| Aug 21 17:37:26.148 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97272026-08-21T17:37:27.460Z[ host-image] Aug 21 17:37:26.148 INFO O| Aug 21 17:37:26.148 INFO ok!
97282026-08-21T17:37:27.460Z[ host-image] Aug 21 17:37:26.148 INFO O| Aug 21 17:37:26.148 INFO STEP 69 (ensure_file) COMPLETE
97292026-08-21T17:37:27.460Z[ host-image] Aug 21 17:37:26.148 INFO O| Aug 21 17:37:26.148 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97302026-08-21T17:37:27.468Z[ host-image] Aug 21 17:37:26.160 INFO O| Aug 21 17:37:26.160 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97312026-08-21T17:37:27.468Z[ host-image] Aug 21 17:37:26.160 INFO O| Aug 21 17:37:26.160 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97322026-08-21T17:37:29.708Z[ host-image] Aug 21 17:37:27.789 INFO O| Aug 21 17:37:27.789 INFO STEP 70 (pack_tar) COMPLETE
97332026-08-21T17:37:29.708Z[ host-image] Aug 21 17:37:27.789 INFO O| Aug 21 17:37:27.789 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97342026-08-21T17:37:29.708Z[ host-image] Aug 21 17:37:27.789 INFO O| Aug 21 17:37:27.789 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97352026-08-21T17:37:29.790Z[ host-image] Aug 21 17:37:28.481 INFO O| Aug 21 17:37:28.481 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97362026-08-21T17:37:29.920Z[ host-image] Aug 21 17:37:28.610 INFO O| Aug 21 17:37:28.610 INFO completed processing sled/ramdisk-02-trim
97372026-08-21T17:37:29.923Z[ host-image] Aug 21 17:37:28.612 INFO image builder template: zfs...
97382026-08-21T17:37:29.923Z[ host-image] Aug 21 17:37:28.612 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/.tmpoUnNLH/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs"], pwd: None
97392026-08-21T17:37:29.933Z[ host-image] Aug 21 17:37:28.625 INFO O| Aug 21 17:37:28.624 INFO skip include "stress" because feature "stress" is not enabled
97402026-08-21T17:37:29.933Z[ host-image] Aug 21 17:37:28.625 INFO O| Aug 21 17:37:28.625 INFO skip include "stress" because feature "compliance" is not enabled
97412026-08-21T17:37:29.963Z[ host-image] Aug 21 17:37:28.654 INFO O| Aug 21 17:37:28.654 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97422026-08-21T17:37:29.967Z[ host-image] Aug 21 17:37:28.658 INFO O| Aug 21 17:37:28.658 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97432026-08-21T17:37:30.124Z[ host-image] Aug 21 17:37:28.815 INFO O| Aug 21 17:37:28.815 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97442026-08-21T17:37:30.262Z[ host-image] Aug 21 17:37:28.954 INFO O| Aug 21 17:37:28.954 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97452026-08-21T17:37:30.262Z[ host-image] Aug 21 17:37:28.954 INFO O| Aug 21 17:37:28.954 INFO work dataset: rpool/images/build/host/work/sled/zfs
97462026-08-21T17:37:30.267Z[ host-image] Aug 21 17:37:28.958 INFO O| Aug 21 17:37:28.958 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97472026-08-21T17:37:30.313Z[ host-image] Aug 21 17:37:29.004 INFO O| Aug 21 17:37:29.004 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97482026-08-21T17:37:30.361Z[ host-image] Aug 21 17:37:29.052 INFO O| Aug 21 17:37:29.052 INFO DESTROY POOL: TEMPORARY-sled-zfs
97492026-08-21T17:37:30.370Z[ host-image] Aug 21 17:37:29.061 INFO O| Aug 21 17:37:29.061 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97502026-08-21T17:37:30.377Z[ host-image] Aug 21 17:37:29.066 INFO O| Aug 21 17:37:29.066 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97512026-08-21T17:37:30.377Z[ host-image] Aug 21 17:37:29.066 INFO O| Aug 21 17:37:29.066 INFO no lofi found
97522026-08-21T17:37:30.380Z[ host-image] Aug 21 17:37:29.067 INFO O| Aug 21 17:37:29.066 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97532026-08-21T17:37:30.380Z[ host-image] Aug 21 17:37:29.067 INFO O| Aug 21 17:37:29.067 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97542026-08-21T17:37:32.310Z[ host-image] Aug 21 17:37:31.001 INFO O| Aug 21 17:37:31.001 INFO lofi device = /dev/dsk/c2t1d0p0
97552026-08-21T17:37:32.310Z[ host-image] Aug 21 17:37:31.001 INFO O| Aug 21 17:37:31.001 INFO pool device = /dev/dsk/c2t1d0p0
97562026-08-21T17:37:32.312Z[ host-image] Aug 21 17:37:31.001 INFO O| Aug 21 17:37:31.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"]
97572026-08-21T17:37:32.378Z[ host-image] Aug 21 17:37:31.069 INFO O| Aug 21 17:37:31.069 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97582026-08-21T17:37:32.378Z[ host-image] Aug 21 17:37:31.069 INFO O| Aug 21 17:37:31.069 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97592026-08-21T17:37:32.395Z[ host-image] Aug 21 17:37:31.087 INFO O| Aug 21 17:37:31.087 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97602026-08-21T17:37:32.441Z[ host-image] Aug 21 17:37:31.132 INFO O| Aug 21 17:37:31.132 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97612026-08-21T17:37:32.467Z[ host-image] Aug 21 17:37:31.158 INFO O| Aug 21 17:37:31.158 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97622026-08-21T17:37:32.479Z[ host-image] Aug 21 17:37:31.170 INFO O| Aug 21 17:37:31.170 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97632026-08-21T17:37:32.489Z[ host-image] Aug 21 17:37:31.180 INFO O| Aug 21 17:37:31.180 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97642026-08-21T17:37:32.523Z[ host-image] Aug 21 17:37:31.215 INFO O| Aug 21 17:37:31.215 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97652026-08-21T17:37:32.523Z[ host-image] Aug 21 17:37:31.215 INFO O| Aug 21 17:37:31.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97662026-08-21T17:37:32.526Z[ host-image] Aug 21 17:37:31.215 INFO O| Aug 21 17:37:31.215 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97672026-08-21T17:37:32.609Z[ host-image] Aug 21 17:37:31.223 INFO O| Aug 21 17:37:31.223 INFO boot environment UUID: 34ed16c6-c060-4060-ab3a-84c020c17f5a
97682026-08-21T17:37:32.609Z[ host-image] Aug 21 17:37:31.223 INFO O| Aug 21 17:37:31.223 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 34ed16c6-c060-4060-ab3a-84c020c17f5a
97692026-08-21T17:37:32.609Z[ host-image] Aug 21 17:37:31.232 INFO O| Aug 21 17:37:31.232 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97702026-08-21T17:37:32.609Z[ host-image] Aug 21 17:37:31.295 INFO O| Aug 21 17:37:31.295 INFO STEP 0 (create_be) COMPLETE
97712026-08-21T17:37:32.616Z[ host-image] Aug 21 17:37:31.295 INFO O| Aug 21 17:37:31.295 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97722026-08-21T17:37:32.630Z[ host-image] Aug 21 17:37:31.321 INFO O| Aug 21 17:37:31.319 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97732026-08-21T17:37:35.817Z[ recovery-image] Aug 21 17:37:34.505 INFO O| ok, image written!
97742026-08-21T17:37:35.817Z[ recovery-image] Aug 21 17:37:34.506 INFO O| ok, boot_image_csum file written!
97752026-08-21T17:37:35.821Z[ recovery-image] Aug 21 17:37:34.508 INFO creating boot archive (CPIO)...
97762026-08-21T17:37:35.825Z[ recovery-image] Aug 21 17:37:34.508 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
97772026-08-21T17:37:35.829Z[ recovery-image] Aug 21 17:37:34.516 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
97782026-08-21T17:37:35.829Z[ recovery-image] Aug 21 17:37:34.516 INFO E| + outfile=/work/os-recovery/cpio
97792026-08-21T17:37:35.829Z[ recovery-image] Aug 21 17:37:34.516 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
97802026-08-21T17:37:35.833Z[ recovery-image] Aug 21 17:37:34.519 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
97812026-08-21T17:37:35.833Z[ recovery-image] Aug 21 17:37:34.519 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
97822026-08-21T17:37:35.861Z[ recovery-image] Aug 21 17:37:34.548 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
97832026-08-21T17:37:35.861Z[ recovery-image] Aug 21 17:37:34.548 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
97842026-08-21T17:37:35.864Z[ recovery-image] Aug 21 17:37:34.554 INFO creating compressed cpio/unix for dev loaders...
97852026-08-21T17:37:35.864Z[ recovery-image] Aug 21 17:37:34.554 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
97862026-08-21T17:37:36.108Z[ recovery-image] Aug 21 17:37:34.799 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
97872026-08-21T17:37:40.587Z[ recovery-image] Aug 21 17:37:39.270 INFO creating reset image...
97882026-08-21T17:37:40.607Z[ recovery-image] Aug 21 17:37:39.270 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")
97892026-08-21T17:37:40.831Z[ recovery-image] Aug 21 17:37:39.521 INFO E| Updating crates.io index
97902026-08-21T17:37:40.949Z[ recovery-image] Aug 21 17:37:39.637 INFO E| Downloading crates ...
97912026-08-21T17:37:41.005Z[ recovery-image] Aug 21 17:37:39.695 INFO E| Downloaded colorchoice v1.0.5
97922026-08-21T17:37:41.005Z[ recovery-image] Aug 21 17:37:39.695 INFO E| Downloaded shared_thread v0.2.0
97932026-08-21T17:37:41.005Z[ recovery-image] Aug 21 17:37:39.695 INFO E| Downloaded shared_child v1.1.1
97942026-08-21T17:37:41.005Z[ recovery-image] Aug 21 17:37:39.696 INFO E| Downloaded duct v1.1.1
97952026-08-21T17:37:41.009Z[ recovery-image] Aug 21 17:37:39.698 INFO E| Downloaded os_pipe v1.2.3
97962026-08-21T17:37:41.009Z[ recovery-image] Aug 21 17:37:39.699 INFO E| Downloaded sigchld v0.2.4
97972026-08-21T17:37:41.013Z[ recovery-image] Aug 21 17:37:39.699 INFO E| Downloaded clap_lex v1.1.0
97982026-08-21T17:37:41.055Z[ recovery-image] Aug 21 17:37:39.746 INFO E| Compiling libc v0.2.186
97992026-08-21T17:37:41.056Z[ recovery-image] Aug 21 17:37:39.746 INFO E| Compiling proc-macro2 v1.0.106
98002026-08-21T17:37:41.059Z[ recovery-image] Aug 21 17:37:39.746 INFO E| Compiling signal-hook v0.3.18
98012026-08-21T17:37:41.062Z[ recovery-image] Aug 21 17:37:39.746 INFO E| Compiling quote v1.0.45
98022026-08-21T17:37:41.062Z[ recovery-image] Aug 21 17:37:39.746 INFO E| Compiling unicode-ident v1.0.24
98032026-08-21T17:37:41.062Z[ recovery-image] Aug 21 17:37:39.746 INFO E| Compiling utf8parse v0.2.2
98042026-08-21T17:37:41.062Z[ recovery-image] Aug 21 17:37:39.746 INFO E| Compiling is_terminal_polyfill v1.70.2
98052026-08-21T17:37:41.062Z[ recovery-image] Aug 21 17:37:39.746 INFO E| Compiling anstyle v1.0.14
98062026-08-21T17:37:41.062Z[ recovery-image] Aug 21 17:37:39.746 INFO E| Compiling anstyle-query v1.1.5
98072026-08-21T17:37:41.063Z[ recovery-image] Aug 21 17:37:39.746 INFO E| Compiling colorchoice v1.0.5
98082026-08-21T17:37:41.063Z[ recovery-image] Aug 21 17:37:39.746 INFO E| Compiling heck v0.5.0
98092026-08-21T17:37:41.063Z[ recovery-image] Aug 21 17:37:39.746 INFO E| Compiling strsim v0.11.1
98102026-08-21T17:37:41.063Z[ recovery-image] Aug 21 17:37:39.746 INFO E| Compiling clap_lex v1.1.0
98112026-08-21T17:37:41.063Z[ recovery-image] Aug 21 17:37:39.746 INFO E| Compiling shared_thread v0.2.0
98122026-08-21T17:37:41.365Z[ host-image] Aug 21 17:37:40.056 INFO O| Aug 21 17:37:40.056 INFO STEP 1 (unpack_tar) COMPLETE
98132026-08-21T17:37:41.365Z[ host-image] Aug 21 17:37:40.056 INFO O| Aug 21 17:37:40.056 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98142026-08-21T17:37:41.377Z[ host-image] Aug 21 17:37:40.067 INFO O| Aug 21 17:37:40.067 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98152026-08-21T17:37:41.460Z[ recovery-image] Aug 21 17:37:40.149 INFO E| Compiling anstyle-parse v1.0.0
98162026-08-21T17:37:41.899Z[ recovery-image] Aug 21 17:37:40.589 INFO E| Compiling anstream v1.0.0
98172026-08-21T17:37:42.068Z[ host-image] Aug 21 17:37:40.759 INFO O| Aug 21 17:37:40.759 INFO STEP 2 (devfsadm) COMPLETE
98182026-08-21T17:37:42.071Z[ host-image] Aug 21 17:37:40.759 INFO O| Aug 21 17:37:40.759 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98192026-08-21T17:37:42.078Z[ host-image] Aug 21 17:37:40.769 INFO O| Aug 21 17:37:40.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98202026-08-21T17:37:42.078Z[ host-image] Aug 21 17:37:40.769 INFO O| Aug 21 17:37:40.769 INFO STEP 3 (ensure_dir) COMPLETE
98212026-08-21T17:37:42.078Z[ host-image] Aug 21 17:37:40.769 INFO O| Aug 21 17:37:40.769 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98222026-08-21T17:37:42.088Z[ host-image] Aug 21 17:37:40.778 INFO O| Aug 21 17:37:40.778 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98232026-08-21T17:37:42.088Z[ host-image] Aug 21 17:37:40.778 INFO O| Aug 21 17:37:40.778 INFO STEP 4 (ensure_dir) COMPLETE
98242026-08-21T17:37:42.088Z[ host-image] Aug 21 17:37:40.778 INFO O| Aug 21 17:37:40.778 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98252026-08-21T17:37:42.097Z[ host-image] Aug 21 17:37:40.788 INFO O| Aug 21 17:37:40.788 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98262026-08-21T17:37:42.097Z[ host-image] Aug 21 17:37:40.788 INFO O| Aug 21 17:37:40.788 INFO STEP 5 (ensure_dir) COMPLETE
98272026-08-21T17:37:42.097Z[ host-image] Aug 21 17:37:40.788 INFO O| Aug 21 17:37:40.788 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98282026-08-21T17:37:42.107Z[ host-image] Aug 21 17:37:40.798 INFO O| Aug 21 17:37:40.798 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98292026-08-21T17:37:42.107Z[ host-image] Aug 21 17:37:40.798 INFO O| Aug 21 17:37:40.798 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98302026-08-21T17:37:42.107Z[ host-image] Aug 21 17:37:40.798 INFO O| Aug 21 17:37:40.798 INFO STEP 6 (ensure_dir) COMPLETE
98312026-08-21T17:37:42.111Z[ host-image] Aug 21 17:37:40.798 INFO O| Aug 21 17:37:40.798 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98322026-08-21T17:37:42.116Z[ host-image] Aug 21 17:37:40.807 INFO O| Aug 21 17:37:40.807 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98332026-08-21T17:37:42.120Z[ host-image] Aug 21 17:37:40.808 INFO O| Aug 21 17:37:40.807 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98342026-08-21T17:37:42.121Z[ host-image] Aug 21 17:37:40.808 INFO O| Aug 21 17:37:40.807 INFO STEP 7 (ensure_dir) COMPLETE
98352026-08-21T17:37:42.121Z[ host-image] Aug 21 17:37:40.808 INFO O| Aug 21 17:37:40.808 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98362026-08-21T17:37:42.133Z[ host-image] Aug 21 17:37:40.816 INFO O| Aug 21 17:37:40.816 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98372026-08-21T17:37:42.136Z[ host-image] Aug 21 17:37:40.817 INFO O| Aug 21 17:37:40.817 INFO STEP 8 (remove_files) COMPLETE
98382026-08-21T17:37:42.136Z[ host-image] Aug 21 17:37:40.817 INFO O| Aug 21 17:37:40.817 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98392026-08-21T17:37:42.137Z[ recovery-image] Aug 21 17:37:40.822 INFO E| Compiling clap_builder v4.6.0
98402026-08-21T17:37:42.137Z[ host-image] Aug 21 17:37:40.826 INFO O| Aug 21 17:37:40.826 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98412026-08-21T17:37:42.141Z[ host-image] Aug 21 17:37:40.827 INFO O| Aug 21 17:37:40.827 INFO STEP 9 (remove_files) COMPLETE
98422026-08-21T17:37:42.141Z[ host-image] Aug 21 17:37:40.827 INFO O| Aug 21 17:37:40.827 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98432026-08-21T17:37:42.145Z[ host-image] Aug 21 17:37:40.836 INFO O| Aug 21 17:37:40.836 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98442026-08-21T17:37:42.148Z[ host-image] Aug 21 17:37:40.837 INFO O| Aug 21 17:37:40.837 INFO STEP 10 (remove_files) COMPLETE
98452026-08-21T17:37:42.148Z[ host-image] Aug 21 17:37:40.837 INFO O| Aug 21 17:37:40.837 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98462026-08-21T17:37:42.156Z[ host-image] Aug 21 17:37:40.846 INFO O| Aug 21 17:37:40.846 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98472026-08-21T17:37:42.156Z[ host-image] Aug 21 17:37:40.846 INFO O| Aug 21 17:37:40.846 INFO STEP 11 (remove_files) COMPLETE
98482026-08-21T17:37:42.162Z[ host-image] Aug 21 17:37:40.846 INFO O| Aug 21 17:37:40.846 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98492026-08-21T17:37:42.165Z[ host-image] Aug 21 17:37:40.855 INFO O| Aug 21 17:37:40.855 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98502026-08-21T17:37:42.165Z[ host-image] Aug 21 17:37:40.855 INFO O| Aug 21 17:37:40.855 INFO STEP 12 (remove_files) COMPLETE
98512026-08-21T17:37:42.165Z[ host-image] Aug 21 17:37:40.855 INFO O| Aug 21 17:37:40.855 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98522026-08-21T17:37:42.172Z[ host-image] Aug 21 17:37:40.863 INFO O| Aug 21 17:37:40.863 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98532026-08-21T17:37:42.172Z[ host-image] Aug 21 17:37:40.863 INFO O| Aug 21 17:37:40.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98542026-08-21T17:37:42.175Z[ host-image] Aug 21 17:37:40.863 INFO O| Aug 21 17:37:40.863 INFO STEP 13 (ensure_dir) COMPLETE
98552026-08-21T17:37:42.175Z[ host-image] Aug 21 17:37:40.863 INFO O| Aug 21 17:37:40.863 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98562026-08-21T17:37:42.182Z[ host-image] Aug 21 17:37:40.873 INFO O| Aug 21 17:37:40.873 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98572026-08-21T17:37:42.182Z[ host-image] Aug 21 17:37:40.873 INFO O| Aug 21 17:37:40.873 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98582026-08-21T17:37:42.186Z[ host-image] Aug 21 17:37:40.873 INFO O| Aug 21 17:37:40.873 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98592026-08-21T17:37:42.186Z[ host-image] Aug 21 17:37:40.873 INFO O| Aug 21 17:37:40.873 INFO STEP 14 (ensure_dir) COMPLETE
98602026-08-21T17:37:42.186Z[ host-image] Aug 21 17:37:40.873 INFO O| Aug 21 17:37:40.873 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98612026-08-21T17:37:42.193Z[ host-image] Aug 21 17:37:40.882 INFO O| Aug 21 17:37:40.882 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98622026-08-21T17:37:42.197Z[ host-image] Aug 21 17:37:40.882 INFO O| Aug 21 17:37:40.882 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98632026-08-21T17:37:42.197Z[ host-image] Aug 21 17:37:40.882 INFO O| Aug 21 17:37:40.882 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98642026-08-21T17:37:42.197Z[ host-image] Aug 21 17:37:40.882 INFO O| Aug 21 17:37:40.882 INFO STEP 15 (ensure_dir) COMPLETE
98652026-08-21T17:37:42.197Z[ host-image] Aug 21 17:37:40.882 INFO O| Aug 21 17:37:40.882 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98662026-08-21T17:37:42.200Z[ host-image] Aug 21 17:37:40.891 INFO O| Aug 21 17:37:40.891 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98672026-08-21T17:37:42.200Z[ host-image] Aug 21 17:37:40.891 INFO O| Aug 21 17:37:40.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98682026-08-21T17:37:42.204Z[ host-image] Aug 21 17:37:40.891 INFO O| Aug 21 17:37:40.891 INFO STEP 16 (ensure_dir) COMPLETE
98692026-08-21T17:37:42.204Z[ host-image] Aug 21 17:37:40.891 INFO O| Aug 21 17:37:40.891 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98702026-08-21T17:37:42.209Z[ host-image] Aug 21 17:37:40.900 INFO O| Aug 21 17:37:40.900 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98712026-08-21T17:37:42.212Z[ host-image] Aug 21 17:37:40.900 INFO O| Aug 21 17:37:40.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98722026-08-21T17:37:42.212Z[ host-image] Aug 21 17:37:40.900 INFO O| Aug 21 17:37:40.900 INFO STEP 17 (ensure_dir) COMPLETE
98732026-08-21T17:37:42.213Z[ host-image] Aug 21 17:37:40.900 INFO O| Aug 21 17:37:40.900 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98742026-08-21T17:37:42.219Z[ host-image] Aug 21 17:37:40.910 INFO O| Aug 21 17:37:40.910 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98752026-08-21T17:37:42.222Z[ host-image] Aug 21 17:37:40.910 INFO O| Aug 21 17:37:40.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98762026-08-21T17:37:42.222Z[ host-image] Aug 21 17:37:40.910 INFO O| Aug 21 17:37:40.910 INFO ok!
98772026-08-21T17:37:42.222Z[ host-image] Aug 21 17:37:40.910 INFO O| Aug 21 17:37:40.910 INFO STEP 18 (ensure_symlink) COMPLETE
98782026-08-21T17:37:42.222Z[ host-image] Aug 21 17:37:40.910 INFO O| Aug 21 17:37:40.910 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98792026-08-21T17:37:42.228Z[ host-image] Aug 21 17:37:40.919 INFO O| Aug 21 17:37:40.919 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98802026-08-21T17:37:42.228Z[ host-image] Aug 21 17:37:40.919 INFO O| Aug 21 17:37:40.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98812026-08-21T17:37:42.232Z[ host-image] Aug 21 17:37:40.919 INFO O| Aug 21 17:37:40.919 INFO ok!
98822026-08-21T17:37:42.232Z[ host-image] Aug 21 17:37:40.919 INFO O| Aug 21 17:37:40.919 INFO STEP 19 (ensure_file) COMPLETE
98832026-08-21T17:37:42.232Z[ host-image] Aug 21 17:37:40.919 INFO O| Aug 21 17:37:40.919 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98842026-08-21T17:37:42.236Z[ host-image] Aug 21 17:37:40.928 INFO O| Aug 21 17:37:40.927 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98852026-08-21T17:37:42.236Z[ host-image] Aug 21 17:37:40.928 INFO O| Aug 21 17:37:40.927 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98862026-08-21T17:37:42.240Z[ host-image] Aug 21 17:37:40.928 INFO O| Aug 21 17:37:40.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98872026-08-21T17:37:42.240Z[ host-image] Aug 21 17:37:40.928 INFO O| Aug 21 17:37:40.928 INFO ok!
98882026-08-21T17:37:42.240Z[ host-image] Aug 21 17:37:40.928 INFO O| Aug 21 17:37:40.928 INFO STEP 20 (ensure_symlink) COMPLETE
98892026-08-21T17:37:42.241Z[ host-image] Aug 21 17:37:40.928 INFO O| Aug 21 17:37:40.928 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98902026-08-21T17:37:42.245Z[ host-image] Aug 21 17:37:40.936 INFO O| Aug 21 17:37:40.936 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98912026-08-21T17:37:42.245Z[ host-image] Aug 21 17:37:40.936 INFO O| Aug 21 17:37:40.936 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98922026-08-21T17:37:42.248Z[ host-image] Aug 21 17:37:40.936 INFO O| Aug 21 17:37:40.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98932026-08-21T17:37:42.249Z[ host-image] Aug 21 17:37:40.936 INFO O| Aug 21 17:37:40.936 INFO ok!
98942026-08-21T17:37:42.249Z[ host-image] Aug 21 17:37:40.936 INFO O| Aug 21 17:37:40.936 INFO STEP 21 (ensure_symlink) COMPLETE
98952026-08-21T17:37:42.249Z[ host-image] Aug 21 17:37:40.936 INFO O| Aug 21 17:37:40.936 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98962026-08-21T17:37:42.252Z[ host-image] Aug 21 17:37:40.943 INFO O| Aug 21 17:37:40.943 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98972026-08-21T17:37:42.253Z[ host-image] Aug 21 17:37:40.943 INFO O| Aug 21 17:37:40.943 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98982026-08-21T17:37:42.256Z[ host-image] Aug 21 17:37:40.943 INFO O| Aug 21 17:37:40.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98992026-08-21T17:37:42.256Z[ host-image] Aug 21 17:37:40.943 INFO O| Aug 21 17:37:40.943 INFO ok!
99002026-08-21T17:37:42.256Z[ host-image] Aug 21 17:37:40.943 INFO O| Aug 21 17:37:40.943 INFO STEP 22 (ensure_symlink) COMPLETE
99012026-08-21T17:37:42.256Z[ host-image] Aug 21 17:37:40.943 INFO O| Aug 21 17:37:40.943 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99022026-08-21T17:37:42.260Z[ host-image] Aug 21 17:37:40.951 INFO O| Aug 21 17:37:40.951 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
99032026-08-21T17:37:42.260Z[ host-image] Aug 21 17:37:40.951 INFO O| Aug 21 17:37:40.951 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
99042026-08-21T17:37:42.263Z[ host-image] Aug 21 17:37:40.951 INFO O| Aug 21 17:37:40.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
99052026-08-21T17:37:42.264Z[ host-image] Aug 21 17:37:40.951 INFO O| Aug 21 17:37:40.951 INFO ok!
99062026-08-21T17:37:42.264Z[ host-image] Aug 21 17:37:40.951 INFO O| Aug 21 17:37:40.951 INFO STEP 23 (ensure_symlink) COMPLETE
99072026-08-21T17:37:42.264Z[ host-image] Aug 21 17:37:40.951 INFO O| Aug 21 17:37:40.951 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99082026-08-21T17:37:42.267Z[ host-image] Aug 21 17:37:40.958 INFO O| Aug 21 17:37:40.958 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
99092026-08-21T17:37:42.267Z[ host-image] Aug 21 17:37:40.958 INFO O| Aug 21 17:37:40.958 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
99102026-08-21T17:37:42.268Z[ host-image] Aug 21 17:37:40.958 INFO O| Aug 21 17:37:40.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
99112026-08-21T17:37:42.268Z[ host-image] Aug 21 17:37:40.958 INFO O| Aug 21 17:37:40.958 INFO ok!
99122026-08-21T17:37:42.268Z[ host-image] Aug 21 17:37:40.958 INFO O| Aug 21 17:37:40.958 INFO STEP 24 (ensure_file) COMPLETE
99132026-08-21T17:37:42.271Z[ host-image] Aug 21 17:37:40.958 INFO O| Aug 21 17:37:40.958 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
99142026-08-21T17:37:42.276Z[ host-image] Aug 21 17:37:40.967 INFO O| Aug 21 17:37:40.967 INFO updating shadow file
99152026-08-21T17:37:42.279Z[ host-image] Aug 21 17:37:40.968 INFO O| Aug 21 17:37:40.968 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99162026-08-21T17:37:42.279Z[ host-image] Aug 21 17:37:40.968 INFO O| Aug 21 17:37:40.968 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99172026-08-21T17:37:42.279Z[ host-image] Aug 21 17:37:40.968 INFO O| Aug 21 17:37:40.968 INFO STEP 25 (shadow) COMPLETE
99182026-08-21T17:37:42.280Z[ host-image] Aug 21 17:37:40.968 INFO O| Aug 21 17:37:40.968 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99192026-08-21T17:37:42.283Z[ host-image] Aug 21 17:37:40.974 INFO O| Aug 21 17:37:40.974 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99202026-08-21T17:37:42.283Z[ host-image] Aug 21 17:37:40.974 INFO O| Aug 21 17:37:40.974 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99212026-08-21T17:37:42.286Z[ host-image] Aug 21 17:37:40.974 INFO O| Aug 21 17:37:40.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99222026-08-21T17:37:42.286Z[ host-image] Aug 21 17:37:40.974 INFO O| Aug 21 17:37:40.974 INFO ok!
99232026-08-21T17:37:42.286Z[ host-image] Aug 21 17:37:40.974 INFO O| Aug 21 17:37:40.974 INFO STEP 26 (ensure_file) COMPLETE
99242026-08-21T17:37:42.286Z[ host-image] Aug 21 17:37:40.974 INFO O| Aug 21 17:37:40.974 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99252026-08-21T17:37:42.293Z[ host-image] Aug 21 17:37:40.984 INFO O| Aug 21 17:37:40.984 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99262026-08-21T17:37:42.293Z[ host-image] Aug 21 17:37:40.984 INFO O| Aug 21 17:37:40.984 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99272026-08-21T17:37:42.297Z[ host-image] Aug 21 17:37:40.984 INFO O| Aug 21 17:37:40.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99282026-08-21T17:37:42.298Z[ host-image] Aug 21 17:37:40.984 INFO O| Aug 21 17:37:40.984 INFO ok!
99292026-08-21T17:37:42.298Z[ host-image] Aug 21 17:37:40.984 INFO O| Aug 21 17:37:40.984 INFO STEP 27 (ensure_file) COMPLETE
99302026-08-21T17:37:42.298Z[ host-image] Aug 21 17:37:40.984 INFO O| Aug 21 17:37:40.984 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99312026-08-21T17:37:42.301Z[ host-image] Aug 21 17:37:40.992 INFO O| Aug 21 17:37:40.992 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99322026-08-21T17:37:42.301Z[ host-image] Aug 21 17:37:40.992 INFO O| Aug 21 17:37:40.992 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99332026-08-21T17:37:42.301Z[ host-image] Aug 21 17:37:40.992 INFO O| Aug 21 17:37:40.992 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99342026-08-21T17:37:42.301Z[ host-image] Aug 21 17:37:40.992 INFO O| Aug 21 17:37:40.992 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99352026-08-21T17:37:42.301Z[ host-image] Aug 21 17:37:40.992 INFO O| Aug 21 17:37:40.992 INFO ok!
99362026-08-21T17:37:42.302Z[ host-image] Aug 21 17:37:40.992 INFO O| Aug 21 17:37:40.992 INFO STEP 28 (ensure_file) COMPLETE
99372026-08-21T17:37:42.302Z[ host-image] Aug 21 17:37:40.992 INFO O| Aug 21 17:37:40.992 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99382026-08-21T17:37:42.308Z[ host-image] Aug 21 17:37:40.999 INFO O| Aug 21 17:37:40.999 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99392026-08-21T17:37:42.308Z[ host-image] Aug 21 17:37:40.999 INFO O| Aug 21 17:37:40.999 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99402026-08-21T17:37:42.401Z[ host-image] Aug 21 17:37:40.999 INFO O| Aug 21 17:37:40.999 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99412026-08-21T17:37:42.402Z[ host-image] Aug 21 17:37:40.999 INFO O| Aug 21 17:37:40.999 INFO ok!
99422026-08-21T17:37:42.402Z[ host-image] Aug 21 17:37:40.999 INFO O| Aug 21 17:37:40.999 INFO STEP 29 (ensure_file) COMPLETE
99432026-08-21T17:37:42.402Z[ host-image] Aug 21 17:37:40.999 INFO O| Aug 21 17:37:40.999 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99442026-08-21T17:37:42.402Z[ recovery-image] Aug 21 17:37:41.005 INFO E| Compiling errno v0.3.14
99452026-08-21T17:37:42.402Z[ recovery-image] Aug 21 17:37:41.005 INFO E| Compiling os_pipe v1.2.3
99462026-08-21T17:37:42.402Z[ host-image] Aug 21 17:37:41.007 INFO O| Aug 21 17:37:41.007 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99472026-08-21T17:37:42.402Z[ host-image] Aug 21 17:37:41.007 INFO O| Aug 21 17:37:41.007 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99482026-08-21T17:37:42.402Z[ host-image] Aug 21 17:37:41.007 INFO O| Aug 21 17:37:41.007 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99492026-08-21T17:37:42.402Z[ host-image] Aug 21 17:37:41.007 INFO O| Aug 21 17:37:41.007 INFO STEP 30 (ensure_dir) COMPLETE
99502026-08-21T17:37:42.402Z[ host-image] Aug 21 17:37:41.007 INFO O| Aug 21 17:37:41.007 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99512026-08-21T17:37:42.402Z[ host-image] Aug 21 17:37:41.015 INFO O| Aug 21 17:37:41.015 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99522026-08-21T17:37:42.402Z[ host-image] Aug 21 17:37:41.015 INFO O| Aug 21 17:37:41.015 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99532026-08-21T17:37:42.402Z[ host-image] Aug 21 17:37:41.015 INFO O| Aug 21 17:37:41.015 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99542026-08-21T17:37:42.402Z[ host-image] Aug 21 17:37:41.015 INFO O| Aug 21 17:37:41.015 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99552026-08-21T17:37:42.402Z[ host-image] Aug 21 17:37:41.015 INFO O| Aug 21 17:37:41.015 INFO ok!
99562026-08-21T17:37:42.402Z[ host-image] Aug 21 17:37:41.015 INFO O| Aug 21 17:37:41.015 INFO STEP 31 (ensure_file) COMPLETE
99572026-08-21T17:37:42.402Z[ host-image] Aug 21 17:37:41.015 INFO O| Aug 21 17:37:41.015 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99582026-08-21T17:37:42.402Z[ host-image] Aug 21 17:37:41.023 INFO O| Aug 21 17:37:41.023 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99592026-08-21T17:37:42.403Z[ host-image] Aug 21 17:37:41.023 INFO O| Aug 21 17:37:41.023 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99602026-08-21T17:37:42.403Z[ host-image] Aug 21 17:37:41.023 INFO O| Aug 21 17:37:41.023 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99612026-08-21T17:37:42.403Z[ host-image] Aug 21 17:37:41.023 INFO O| Aug 21 17:37:41.023 INFO STEP 32 (ensure_dir) COMPLETE
99622026-08-21T17:37:42.403Z[ host-image] Aug 21 17:37:41.023 INFO O| Aug 21 17:37:41.023 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99632026-08-21T17:37:42.404Z[ host-image] Aug 21 17:37:41.032 INFO O| Aug 21 17:37:41.032 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99642026-08-21T17:37:42.404Z[ host-image] Aug 21 17:37:41.032 INFO O| Aug 21 17:37:41.032 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 ...
99652026-08-21T17:37:42.404Z[ host-image] Aug 21 17:37:41.032 INFO O| Aug 21 17:37:41.032 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
99662026-08-21T17:37:42.404Z[ host-image] Aug 21 17:37:41.032 INFO O| Aug 21 17:37:41.032 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99672026-08-21T17:37:42.404Z[ host-image] Aug 21 17:37:41.032 INFO O| Aug 21 17:37:41.032 INFO ok!
99682026-08-21T17:37:42.404Z[ host-image] Aug 21 17:37:41.032 INFO O| Aug 21 17:37:41.032 INFO STEP 33 (ensure_file) COMPLETE
99692026-08-21T17:37:42.404Z[ host-image] Aug 21 17:37:41.032 INFO O| Aug 21 17:37:41.032 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99702026-08-21T17:37:42.404Z[ host-image] Aug 21 17:37:41.040 INFO O| Aug 21 17:37:41.040 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99712026-08-21T17:37:42.404Z[ host-image] Aug 21 17:37:41.040 INFO O| Aug 21 17:37:41.040 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99722026-08-21T17:37:42.404Z[ host-image] Aug 21 17:37:41.040 INFO O| Aug 21 17:37:41.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99732026-08-21T17:37:42.404Z[ host-image] Aug 21 17:37:41.040 INFO O| Aug 21 17:37:41.040 INFO ok!
99742026-08-21T17:37:42.404Z[ host-image] Aug 21 17:37:41.040 INFO O| Aug 21 17:37:41.040 INFO STEP 34 (ensure_file) COMPLETE
99752026-08-21T17:37:42.404Z[ host-image] Aug 21 17:37:41.040 INFO O| Aug 21 17:37:41.040 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99762026-08-21T17:37:42.404Z[ host-image] Aug 21 17:37:41.049 INFO O| Aug 21 17:37:41.049 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99772026-08-21T17:37:42.404Z[ host-image] Aug 21 17:37:41.049 INFO O| Aug 21 17:37:41.049 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99782026-08-21T17:37:42.404Z[ host-image] Aug 21 17:37:41.049 INFO O| Aug 21 17:37:41.049 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99792026-08-21T17:37:42.404Z[ host-image] Aug 21 17:37:41.049 INFO O| Aug 21 17:37:41.049 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99802026-08-21T17:37:42.404Z[ host-image] Aug 21 17:37:41.049 INFO O| Aug 21 17:37:41.049 INFO ok!
99812026-08-21T17:37:42.404Z[ host-image] Aug 21 17:37:41.049 INFO O| Aug 21 17:37:41.049 INFO STEP 35 (ensure_file) COMPLETE
99822026-08-21T17:37:42.404Z[ host-image] Aug 21 17:37:41.049 INFO O| Aug 21 17:37:41.049 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99832026-08-21T17:37:42.404Z[ host-image] Aug 21 17:37:41.058 INFO O| Aug 21 17:37:41.058 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99842026-08-21T17:37:42.405Z[ host-image] Aug 21 17:37:41.058 INFO O| Aug 21 17:37:41.058 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99852026-08-21T17:37:42.405Z[ host-image] Aug 21 17:37:41.058 INFO O| Aug 21 17:37:41.058 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99862026-08-21T17:37:42.405Z[ host-image] Aug 21 17:37:41.058 INFO O| Aug 21 17:37:41.058 INFO ok!
99872026-08-21T17:37:42.405Z[ host-image] Aug 21 17:37:41.058 INFO O| Aug 21 17:37:41.058 INFO STEP 36 (ensure_file) COMPLETE
99882026-08-21T17:37:42.405Z[ host-image] Aug 21 17:37:41.058 INFO O| Aug 21 17:37:41.058 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99892026-08-21T17:37:42.405Z[ host-image] Aug 21 17:37:41.067 INFO O| Aug 21 17:37:41.067 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99902026-08-21T17:37:42.405Z[ host-image] Aug 21 17:37:41.067 INFO O| Aug 21 17:37:41.067 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99912026-08-21T17:37:42.405Z[ host-image] Aug 21 17:37:41.067 INFO O| Aug 21 17:37:41.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99922026-08-21T17:37:42.405Z[ host-image] Aug 21 17:37:41.067 INFO O| Aug 21 17:37:41.067 INFO ok!
99932026-08-21T17:37:42.405Z[ host-image] Aug 21 17:37:41.067 INFO O| Aug 21 17:37:41.067 INFO STEP 37 (ensure_file) COMPLETE
99942026-08-21T17:37:42.405Z[ host-image] Aug 21 17:37:41.067 INFO O| Aug 21 17:37:41.067 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99952026-08-21T17:37:42.405Z[ host-image] Aug 21 17:37:41.075 INFO O| Aug 21 17:37:41.075 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99962026-08-21T17:37:42.405Z[ host-image] Aug 21 17:37:41.075 INFO O| Aug 21 17:37:41.075 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99972026-08-21T17:37:42.405Z[ host-image] Aug 21 17:37:41.075 INFO O| Aug 21 17:37:41.075 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99982026-08-21T17:37:42.405Z[ host-image] Aug 21 17:37:41.075 INFO O| Aug 21 17:37:41.075 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99992026-08-21T17:37:42.405Z[ host-image] Aug 21 17:37:41.075 INFO O| Aug 21 17:37:41.075 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100002026-08-21T17:37:42.405Z[ host-image] Aug 21 17:37:41.075 INFO O| Aug 21 17:37:41.075 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100012026-08-21T17:37:42.405Z[ host-image] Aug 21 17:37:41.075 INFO O| Aug 21 17:37:41.075 INFO ok!
100022026-08-21T17:37:42.406Z[ host-image] Aug 21 17:37:41.075 INFO O| Aug 21 17:37:41.075 INFO STEP 38 (ensure_file) COMPLETE
100032026-08-21T17:37:42.406Z[ host-image] Aug 21 17:37:41.075 INFO O| Aug 21 17:37:41.075 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100042026-08-21T17:37:42.406Z[ host-image] Aug 21 17:37:41.083 INFO O| Aug 21 17:37:41.083 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100052026-08-21T17:37:42.406Z[ host-image] Aug 21 17:37:41.083 INFO O| Aug 21 17:37:41.083 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100062026-08-21T17:37:42.406Z[ host-image] Aug 21 17:37:41.083 INFO O| Aug 21 17:37:41.083 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100072026-08-21T17:37:42.406Z[ host-image] Aug 21 17:37:41.083 INFO O| Aug 21 17:37:41.083 INFO STEP 39 (ensure_dir) COMPLETE
100082026-08-21T17:37:42.406Z[ host-image] Aug 21 17:37:41.083 INFO O| Aug 21 17:37:41.083 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100092026-08-21T17:37:42.410Z[ host-image] Aug 21 17:37:41.090 INFO O| Aug 21 17:37:41.090 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
100102026-08-21T17:37:42.411Z[ host-image] Aug 21 17:37:41.090 INFO O| Aug 21 17:37:41.090 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 ...
100112026-08-21T17:37:42.411Z[ host-image] Aug 21 17:37:41.090 INFO O| Aug 21 17:37:41.090 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
100122026-08-21T17:37:42.411Z[ host-image] Aug 21 17:37:41.090 INFO O| Aug 21 17:37:41.090 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
100132026-08-21T17:37:42.411Z[ host-image] Aug 21 17:37:41.090 INFO O| Aug 21 17:37:41.090 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
100142026-08-21T17:37:42.411Z[ host-image] Aug 21 17:37:41.090 INFO O| Aug 21 17:37:41.090 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
100152026-08-21T17:37:42.411Z[ host-image] Aug 21 17:37:41.090 INFO O| Aug 21 17:37:41.090 INFO ok!
100162026-08-21T17:37:42.411Z[ host-image] Aug 21 17:37:41.090 INFO O| Aug 21 17:37:41.090 INFO STEP 40 (ensure_file) COMPLETE
100172026-08-21T17:37:42.411Z[ host-image] Aug 21 17:37:41.090 INFO O| Aug 21 17:37:41.090 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100182026-08-21T17:37:42.411Z[ host-image] Aug 21 17:37:41.098 INFO O| Aug 21 17:37:41.097 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100192026-08-21T17:37:42.411Z[ host-image] Aug 21 17:37:41.098 INFO O| Aug 21 17:37:41.098 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 ...
100202026-08-21T17:37:42.411Z[ host-image] Aug 21 17:37:41.098 INFO O| Aug 21 17:37:41.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100212026-08-21T17:37:42.411Z[ host-image] Aug 21 17:37:41.098 INFO O| Aug 21 17:37:41.098 INFO ok!
100222026-08-21T17:37:42.412Z[ host-image] Aug 21 17:37:41.098 INFO O| Aug 21 17:37:41.098 INFO STEP 41 (ensure_symlink) COMPLETE
100232026-08-21T17:37:42.412Z[ host-image] Aug 21 17:37:41.098 INFO O| Aug 21 17:37:41.098 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100242026-08-21T17:37:42.415Z[ recovery-image] Aug 21 17:37:41.104 INFO E| Compiling signal-hook-registry v1.4.8
100252026-08-21T17:37:42.419Z[ host-image] Aug 21 17:37:41.107 INFO O| Aug 21 17:37:41.107 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100262026-08-21T17:37:42.419Z[ host-image] Aug 21 17:37:41.107 INFO O| Aug 21 17:37:41.107 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100272026-08-21T17:37:42.419Z[ host-image] Aug 21 17:37:41.107 INFO O| Aug 21 17:37:41.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100282026-08-21T17:37:42.419Z[ host-image] Aug 21 17:37:41.107 INFO O| Aug 21 17:37:41.107 INFO ok!
100292026-08-21T17:37:42.419Z[ host-image] Aug 21 17:37:41.107 INFO O| Aug 21 17:37:41.107 INFO STEP 42 (ensure_symlink) COMPLETE
100302026-08-21T17:37:42.419Z[ host-image] Aug 21 17:37:41.107 INFO O| Aug 21 17:37:41.107 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100312026-08-21T17:37:42.425Z[ host-image] Aug 21 17:37:41.116 INFO O| Aug 21 17:37:41.116 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100322026-08-21T17:37:42.425Z[ host-image] Aug 21 17:37:41.116 INFO O| Aug 21 17:37:41.116 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100332026-08-21T17:37:42.429Z[ host-image] Aug 21 17:37:41.116 INFO O| Aug 21 17:37:41.116 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100342026-08-21T17:37:42.429Z[ host-image] Aug 21 17:37:41.116 INFO O| Aug 21 17:37:41.116 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100352026-08-21T17:37:42.430Z[ host-image] Aug 21 17:37:41.116 INFO O| Aug 21 17:37:41.116 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100362026-08-21T17:37:42.430Z[ host-image] Aug 21 17:37:41.116 INFO O| Aug 21 17:37:41.116 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100372026-08-21T17:37:42.430Z[ host-image] Aug 21 17:37:41.116 INFO O| Aug 21 17:37:41.116 INFO ok!
100382026-08-21T17:37:42.430Z[ host-image] Aug 21 17:37:41.116 INFO O| Aug 21 17:37:41.116 INFO STEP 43 (ensure_file) COMPLETE
100392026-08-21T17:37:42.430Z[ host-image] Aug 21 17:37:41.116 INFO O| Aug 21 17:37:41.116 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100402026-08-21T17:37:42.435Z[ host-image] Aug 21 17:37:41.124 INFO O| Aug 21 17:37:41.124 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100412026-08-21T17:37:42.435Z[ host-image] Aug 21 17:37:41.124 INFO O| Aug 21 17:37:41.124 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 ...
100422026-08-21T17:37:42.435Z[ host-image] Aug 21 17:37:41.124 INFO O| Aug 21 17:37:41.124 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
100432026-08-21T17:37:42.435Z[ host-image] Aug 21 17:37:41.124 INFO O| Aug 21 17:37:41.124 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100442026-08-21T17:37:42.435Z[ host-image] Aug 21 17:37:41.124 INFO O| Aug 21 17:37:41.124 INFO ok!
100452026-08-21T17:37:42.435Z[ host-image] Aug 21 17:37:41.124 INFO O| Aug 21 17:37:41.124 INFO STEP 44 (ensure_file) COMPLETE
100462026-08-21T17:37:42.435Z[ host-image] Aug 21 17:37:41.124 INFO O| Aug 21 17:37:41.124 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100472026-08-21T17:37:42.441Z[ host-image] Aug 21 17:37:41.132 INFO O| Aug 21 17:37:41.132 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100482026-08-21T17:37:42.444Z[ host-image] Aug 21 17:37:41.132 INFO O| Aug 21 17:37:41.132 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100492026-08-21T17:37:42.444Z[ host-image] Aug 21 17:37:41.132 INFO O| Aug 21 17:37:41.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100502026-08-21T17:37:42.444Z[ host-image] Aug 21 17:37:41.132 INFO O| Aug 21 17:37:41.132 INFO ok!
100512026-08-21T17:37:42.444Z[ host-image] Aug 21 17:37:41.132 INFO O| Aug 21 17:37:41.132 INFO STEP 45 (ensure_file) COMPLETE
100522026-08-21T17:37:42.444Z[ host-image] Aug 21 17:37:41.132 INFO O| Aug 21 17:37:41.132 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100532026-08-21T17:37:42.448Z[ host-image] Aug 21 17:37:41.139 INFO O| Aug 21 17:37:41.139 INFO updating shadow file
100542026-08-21T17:37:42.452Z[ host-image] Aug 21 17:37:41.139 INFO O| Aug 21 17:37:41.139 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100552026-08-21T17:37:42.452Z[ host-image] Aug 21 17:37:41.139 INFO O| Aug 21 17:37:41.139 INFO STEP 46 (shadow) COMPLETE
100562026-08-21T17:37:42.452Z[ host-image] Aug 21 17:37:41.139 INFO O| Aug 21 17:37:41.139 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100572026-08-21T17:37:42.458Z[ host-image] Aug 21 17:37:41.149 INFO O| Aug 21 17:37:41.149 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100582026-08-21T17:37:42.458Z[ host-image] Aug 21 17:37:41.149 INFO O| Aug 21 17:37:41.149 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100592026-08-21T17:37:42.461Z[ host-image] Aug 21 17:37:41.149 INFO O| Aug 21 17:37:41.149 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100602026-08-21T17:37:42.462Z[ host-image] Aug 21 17:37:41.149 INFO O| Aug 21 17:37:41.149 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100612026-08-21T17:37:42.462Z[ host-image] Aug 21 17:37:41.149 INFO O| Aug 21 17:37:41.149 INFO ok!
100622026-08-21T17:37:42.462Z[ host-image] Aug 21 17:37:41.149 INFO O| Aug 21 17:37:41.149 INFO STEP 47 (ensure_file) COMPLETE
100632026-08-21T17:37:42.462Z[ host-image] Aug 21 17:37:41.149 INFO O| Aug 21 17:37:41.149 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100642026-08-21T17:37:42.462Z[ host-image] Aug 21 17:37:41.150 INFO O| Aug 21 17:37:41.149 INFO skip step because feature "mfg" is not enabled
100652026-08-21T17:37:42.462Z[ host-image] Aug 21 17:37:41.150 INFO O| Aug 21 17:37:41.149 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100662026-08-21T17:37:42.462Z[ host-image] Aug 21 17:37:41.150 INFO O| Aug 21 17:37:41.150 INFO skip step because feature "mfg" is not enabled
100672026-08-21T17:37:42.462Z[ host-image] Aug 21 17:37:41.150 INFO O| Aug 21 17:37:41.150 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100682026-08-21T17:37:42.468Z[ host-image] Aug 21 17:37:41.159 INFO O| Aug 21 17:37:41.159 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100692026-08-21T17:37:42.468Z[ host-image] Aug 21 17:37:41.159 INFO O| Aug 21 17:37:41.159 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100702026-08-21T17:37:42.491Z[ host-image] Aug 21 17:37:41.182 INFO O| Aug 21 17:37:41.182 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100712026-08-21T17:37:42.491Z[ host-image] Aug 21 17:37:41.182 INFO O| Aug 21 17:37:41.182 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100722026-08-21T17:37:42.494Z[ host-image] Aug 21 17:37:41.182 INFO O| Aug 21 17:37:41.182 INFO ok!
100732026-08-21T17:37:42.495Z[ host-image] Aug 21 17:37:41.182 INFO O| Aug 21 17:37:41.182 INFO STEP 50 (ensure_file) COMPLETE
100742026-08-21T17:37:42.495Z[ host-image] Aug 21 17:37:41.182 INFO O| Aug 21 17:37:41.182 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100752026-08-21T17:37:42.495Z[ host-image] Aug 21 17:37:41.182 INFO O| Aug 21 17:37:41.182 INFO skip step because feature "compliance" is not enabled
100762026-08-21T17:37:42.495Z[ host-image] Aug 21 17:37:41.182 INFO O| Aug 21 17:37:41.182 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100772026-08-21T17:37:42.501Z[ host-image] Aug 21 17:37:41.192 INFO O| Aug 21 17:37:41.192 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100782026-08-21T17:37:42.501Z[ host-image] Aug 21 17:37:41.192 INFO O| Aug 21 17:37:41.192 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100792026-08-21T17:37:42.504Z[ host-image] Aug 21 17:37:41.192 INFO O| Aug 21 17:37:41.192 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100802026-08-21T17:37:42.505Z[ host-image] Aug 21 17:37:41.192 INFO O| Aug 21 17:37:41.192 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100812026-08-21T17:37:42.505Z[ host-image] Aug 21 17:37:41.192 INFO O| Aug 21 17:37:41.192 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100822026-08-21T17:37:42.505Z[ host-image] Aug 21 17:37:41.192 INFO O| Aug 21 17:37:41.192 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100832026-08-21T17:37:42.505Z[ host-image] Aug 21 17:37:41.192 INFO O| Aug 21 17:37:41.192 INFO ok!
100842026-08-21T17:37:42.505Z[ host-image] Aug 21 17:37:41.192 INFO O| Aug 21 17:37:41.192 INFO STEP 52 (ensure_file) COMPLETE
100852026-08-21T17:37:42.505Z[ host-image] Aug 21 17:37:41.192 INFO O| Aug 21 17:37:41.192 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100862026-08-21T17:37:42.509Z[ host-image] Aug 21 17:37:41.200 INFO O| Aug 21 17:37:41.200 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100872026-08-21T17:37:42.509Z[ host-image] Aug 21 17:37:41.200 INFO O| Aug 21 17:37:41.200 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 ...
100882026-08-21T17:37:42.514Z[ host-image] Aug 21 17:37:41.200 INFO O| Aug 21 17:37:41.200 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
100892026-08-21T17:37:42.515Z[ host-image] Aug 21 17:37:41.200 INFO O| Aug 21 17:37:41.200 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100902026-08-21T17:37:42.515Z[ host-image] Aug 21 17:37:41.200 INFO O| Aug 21 17:37:41.200 INFO ok!
100912026-08-21T17:37:42.515Z[ host-image] Aug 21 17:37:41.200 INFO O| Aug 21 17:37:41.200 INFO STEP 53 (ensure_file) COMPLETE
100922026-08-21T17:37:42.515Z[ host-image] Aug 21 17:37:41.200 INFO O| Aug 21 17:37:41.200 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100932026-08-21T17:37:42.518Z[ host-image] Aug 21 17:37:41.207 INFO O| Aug 21 17:37:41.207 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100942026-08-21T17:37:42.518Z[ host-image] Aug 21 17:37:41.207 INFO O| Aug 21 17:37:41.207 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 ...
100952026-08-21T17:37:42.518Z[ host-image] Aug 21 17:37:41.207 INFO O| Aug 21 17:37:41.207 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100962026-08-21T17:37:42.518Z[ host-image] Aug 21 17:37:41.207 INFO O| Aug 21 17:37:41.207 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100972026-08-21T17:37:42.518Z[ host-image] Aug 21 17:37:41.207 INFO O| Aug 21 17:37:41.207 INFO ok!
100982026-08-21T17:37:42.518Z[ host-image] Aug 21 17:37:41.207 INFO O| Aug 21 17:37:41.207 INFO STEP 54 (ensure_file) COMPLETE
100992026-08-21T17:37:42.518Z[ host-image] Aug 21 17:37:41.207 INFO O| Aug 21 17:37:41.207 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101002026-08-21T17:37:42.523Z[ host-image] Aug 21 17:37:41.214 INFO O| Aug 21 17:37:41.214 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
101012026-08-21T17:37:42.523Z[ host-image] Aug 21 17:37:41.214 INFO O| Aug 21 17:37:41.214 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 ...
101022026-08-21T17:37:42.526Z[ host-image] Aug 21 17:37:41.214 INFO O| Aug 21 17:37:41.214 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
101032026-08-21T17:37:42.526Z[ host-image] Aug 21 17:37:41.214 INFO O| Aug 21 17:37:41.214 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
101042026-08-21T17:37:42.526Z[ host-image] Aug 21 17:37:41.214 INFO O| Aug 21 17:37:41.214 INFO ok!
101052026-08-21T17:37:42.526Z[ host-image] Aug 21 17:37:41.214 INFO O| Aug 21 17:37:41.214 INFO STEP 55 (ensure_file) COMPLETE
101062026-08-21T17:37:42.526Z[ host-image] Aug 21 17:37:41.214 INFO O| Aug 21 17:37:41.214 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101072026-08-21T17:37:42.530Z[ host-image] Aug 21 17:37:41.221 INFO O| Aug 21 17:37:41.221 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
101082026-08-21T17:37:42.530Z[ host-image] Aug 21 17:37:41.221 INFO O| Aug 21 17:37:41.221 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 ...
101092026-08-21T17:37:42.530Z[ host-image] Aug 21 17:37:41.221 INFO O| Aug 21 17:37:41.221 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101102026-08-21T17:37:42.530Z[ host-image] Aug 21 17:37:41.221 INFO O| Aug 21 17:37:41.221 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101112026-08-21T17:37:42.530Z[ host-image] Aug 21 17:37:41.221 INFO O| Aug 21 17:37:41.221 INFO ok!
101122026-08-21T17:37:42.530Z[ host-image] Aug 21 17:37:41.221 INFO O| Aug 21 17:37:41.221 INFO STEP 56 (ensure_file) COMPLETE
101132026-08-21T17:37:42.530Z[ host-image] Aug 21 17:37:41.221 INFO O| Aug 21 17:37:41.221 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101142026-08-21T17:37:42.536Z[ host-image] Aug 21 17:37:41.227 INFO O| Aug 21 17:37:41.227 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
101152026-08-21T17:37:42.536Z[ host-image] Aug 21 17:37:41.227 INFO O| Aug 21 17:37:41.227 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 ...
101162026-08-21T17:37:42.540Z[ host-image] Aug 21 17:37:41.227 INFO O| Aug 21 17:37:41.227 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
101172026-08-21T17:37:42.540Z[ host-image] Aug 21 17:37:41.227 INFO O| Aug 21 17:37:41.227 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101182026-08-21T17:37:42.540Z[ host-image] Aug 21 17:37:41.227 INFO O| Aug 21 17:37:41.227 INFO ok!
101192026-08-21T17:37:42.540Z[ host-image] Aug 21 17:37:41.227 INFO O| Aug 21 17:37:41.227 INFO STEP 57 (ensure_file) COMPLETE
101202026-08-21T17:37:42.540Z[ host-image] Aug 21 17:37:41.227 INFO O| Aug 21 17:37:41.227 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101212026-08-21T17:37:42.544Z[ host-image] Aug 21 17:37:41.235 INFO O| Aug 21 17:37:41.235 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101222026-08-21T17:37:42.544Z[ host-image] Aug 21 17:37:41.235 INFO O| Aug 21 17:37:41.235 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 ...
101232026-08-21T17:37:42.544Z[ host-image] Aug 21 17:37:41.235 INFO O| Aug 21 17:37:41.235 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101242026-08-21T17:37:42.544Z[ host-image] Aug 21 17:37:41.235 INFO O| Aug 21 17:37:41.235 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101252026-08-21T17:37:42.544Z[ host-image] Aug 21 17:37:41.235 INFO O| Aug 21 17:37:41.235 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101262026-08-21T17:37:42.544Z[ host-image] Aug 21 17:37:41.235 INFO O| Aug 21 17:37:41.235 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101272026-08-21T17:37:42.545Z[ host-image] Aug 21 17:37:41.235 INFO O| Aug 21 17:37:41.235 INFO ok!
101282026-08-21T17:37:42.545Z[ host-image] Aug 21 17:37:41.235 INFO O| Aug 21 17:37:41.235 INFO STEP 58 (ensure_file) COMPLETE
101292026-08-21T17:37:42.545Z[ host-image] Aug 21 17:37:41.235 INFO O| Aug 21 17:37:41.235 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101302026-08-21T17:37:42.552Z[ host-image] Aug 21 17:37:41.243 INFO O| Aug 21 17:37:41.243 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101312026-08-21T17:37:42.553Z[ host-image] Aug 21 17:37:41.243 INFO O| Aug 21 17:37:41.243 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 ...
101322026-08-21T17:37:42.557Z[ host-image] Aug 21 17:37:41.243 INFO O| Aug 21 17:37:41.243 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
101332026-08-21T17:37:42.557Z[ host-image] Aug 21 17:37:41.243 INFO O| Aug 21 17:37:41.243 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101342026-08-21T17:37:42.557Z[ host-image] Aug 21 17:37:41.243 INFO O| Aug 21 17:37:41.243 INFO ok!
101352026-08-21T17:37:42.557Z[ host-image] Aug 21 17:37:41.243 INFO O| Aug 21 17:37:41.243 INFO STEP 59 (ensure_file) COMPLETE
101362026-08-21T17:37:42.557Z[ host-image] Aug 21 17:37:41.243 INFO O| Aug 21 17:37:41.243 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101372026-08-21T17:37:42.560Z[ host-image] Aug 21 17:37:41.251 INFO O| Aug 21 17:37:41.251 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101382026-08-21T17:37:42.561Z[ host-image] Aug 21 17:37:41.251 INFO O| Aug 21 17:37:41.251 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101392026-08-21T17:37:42.561Z[ host-image] Aug 21 17:37:41.251 INFO O| Aug 21 17:37:41.251 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101402026-08-21T17:37:42.561Z[ host-image] Aug 21 17:37:41.251 INFO O| Aug 21 17:37:41.251 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101412026-08-21T17:37:42.561Z[ host-image] Aug 21 17:37:41.251 INFO O| Aug 21 17:37:41.251 INFO ok!
101422026-08-21T17:37:42.564Z[ host-image] Aug 21 17:37:41.251 INFO O| Aug 21 17:37:41.251 INFO STEP 60 (ensure_file) COMPLETE
101432026-08-21T17:37:42.565Z[ host-image] Aug 21 17:37:41.251 INFO O| Aug 21 17:37:41.251 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101442026-08-21T17:37:42.570Z[ host-image] Aug 21 17:37:41.261 INFO O| Aug 21 17:37:41.261 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101452026-08-21T17:37:42.570Z[ host-image] Aug 21 17:37:41.261 INFO O| Aug 21 17:37:41.261 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 ...
101462026-08-21T17:37:42.574Z[ host-image] Aug 21 17:37:41.261 INFO O| Aug 21 17:37:41.261 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
101472026-08-21T17:37:42.574Z[ host-image] Aug 21 17:37:41.261 INFO O| Aug 21 17:37:41.261 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101482026-08-21T17:37:42.574Z[ host-image] Aug 21 17:37:41.261 INFO O| Aug 21 17:37:41.261 INFO ok!
101492026-08-21T17:37:42.574Z[ host-image] Aug 21 17:37:41.261 INFO O| Aug 21 17:37:41.261 INFO STEP 61 (ensure_file) COMPLETE
101502026-08-21T17:37:42.574Z[ host-image] Aug 21 17:37:41.261 INFO O| Aug 21 17:37:41.261 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101512026-08-21T17:37:42.579Z[ host-image] Aug 21 17:37:41.270 INFO O| Aug 21 17:37:41.270 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101522026-08-21T17:37:42.583Z[ host-image] Aug 21 17:37:41.270 INFO O| Aug 21 17:37:41.270 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101532026-08-21T17:37:42.583Z[ host-image] Aug 21 17:37:41.271 INFO O| Aug 21 17:37:41.271 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101542026-08-21T17:37:42.583Z[ host-image] Aug 21 17:37:41.271 INFO O| Aug 21 17:37:41.271 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101552026-08-21T17:37:42.583Z[ host-image] Aug 21 17:37:41.271 INFO O| Aug 21 17:37:41.271 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101562026-08-21T17:37:42.583Z[ host-image] Aug 21 17:37:41.271 INFO O| Aug 21 17:37:41.271 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101572026-08-21T17:37:42.583Z[ host-image] Aug 21 17:37:41.271 INFO O| Aug 21 17:37:41.271 INFO ok!
101582026-08-21T17:37:42.583Z[ host-image] Aug 21 17:37:41.271 INFO O| Aug 21 17:37:41.271 INFO STEP 62 (ensure_file) COMPLETE
101592026-08-21T17:37:42.583Z[ host-image] Aug 21 17:37:41.271 INFO O| Aug 21 17:37:41.271 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101602026-08-21T17:37:42.589Z[ host-image] Aug 21 17:37:41.279 INFO O| Aug 21 17:37:41.279 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101612026-08-21T17:37:42.589Z[ host-image] Aug 21 17:37:41.279 INFO O| Aug 21 17:37:41.279 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 ...
101622026-08-21T17:37:42.592Z[ host-image] Aug 21 17:37:41.279 INFO O| Aug 21 17:37:41.279 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
101632026-08-21T17:37:42.592Z[ host-image] Aug 21 17:37:41.279 INFO O| Aug 21 17:37:41.279 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101642026-08-21T17:37:42.593Z[ host-image] Aug 21 17:37:41.279 INFO O| Aug 21 17:37:41.279 INFO ok!
101652026-08-21T17:37:42.593Z[ host-image] Aug 21 17:37:41.279 INFO O| Aug 21 17:37:41.279 INFO STEP 63 (ensure_file) COMPLETE
101662026-08-21T17:37:42.593Z[ host-image] Aug 21 17:37:41.279 INFO O| Aug 21 17:37:41.279 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101672026-08-21T17:37:42.597Z[ host-image] Aug 21 17:37:41.287 INFO O| Aug 21 17:37:41.287 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101682026-08-21T17:37:42.600Z[ host-image] Aug 21 17:37:41.287 INFO O| Aug 21 17:37:41.287 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 ...
101692026-08-21T17:37:42.600Z[ host-image] Aug 21 17:37:41.287 INFO O| Aug 21 17:37:41.287 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
101702026-08-21T17:37:42.600Z[ host-image] Aug 21 17:37:41.287 INFO O| Aug 21 17:37:41.287 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101712026-08-21T17:37:42.600Z[ host-image] Aug 21 17:37:41.288 INFO O| Aug 21 17:37:41.287 INFO ok!
101722026-08-21T17:37:42.600Z[ host-image] Aug 21 17:37:41.288 INFO O| Aug 21 17:37:41.287 INFO STEP 64 (ensure_file) COMPLETE
101732026-08-21T17:37:42.600Z[ host-image] Aug 21 17:37:41.288 INFO O| Aug 21 17:37:41.288 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101742026-08-21T17:37:42.605Z[ host-image] Aug 21 17:37:41.296 INFO O| Aug 21 17:37:41.296 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101752026-08-21T17:37:42.605Z[ host-image] Aug 21 17:37:41.296 INFO O| Aug 21 17:37:41.296 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 ...
101762026-08-21T17:37:42.608Z[ host-image] Aug 21 17:37:41.296 INFO O| Aug 21 17:37:41.296 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
101772026-08-21T17:37:42.608Z[ host-image] Aug 21 17:37:41.296 INFO O| Aug 21 17:37:41.296 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101782026-08-21T17:37:42.608Z[ host-image] Aug 21 17:37:41.296 INFO O| Aug 21 17:37:41.296 INFO ok!
101792026-08-21T17:37:42.608Z[ host-image] Aug 21 17:37:41.296 INFO O| Aug 21 17:37:41.296 INFO STEP 65 (ensure_file) COMPLETE
101802026-08-21T17:37:42.608Z[ host-image] Aug 21 17:37:41.296 INFO O| Aug 21 17:37:41.296 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101812026-08-21T17:37:42.608Z[ host-image] Aug 21 17:37:41.296 INFO O| Aug 21 17:37:41.296 INFO skip step because feature "mbist" is not enabled
101822026-08-21T17:37:42.608Z[ host-image] Aug 21 17:37:41.296 INFO O| Aug 21 17:37:41.296 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101832026-08-21T17:37:42.617Z[ host-image] Aug 21 17:37:41.306 INFO O| Aug 21 17:37:41.306 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101842026-08-21T17:37:42.617Z[ host-image] Aug 21 17:37:41.306 INFO O| Aug 21 17:37:41.306 INFO STEP 67 (ensure_dir) COMPLETE
101852026-08-21T17:37:42.620Z[ host-image] Aug 21 17:37:41.306 INFO O| Aug 21 17:37:41.306 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101862026-08-21T17:37:42.625Z[ host-image] Aug 21 17:37:41.316 INFO O| Aug 21 17:37:41.316 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101872026-08-21T17:37:42.628Z[ host-image] Aug 21 17:37:41.316 INFO O| Aug 21 17:37:41.316 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101882026-08-21T17:37:42.628Z[ host-image] Aug 21 17:37:41.316 INFO O| Aug 21 17:37:41.316 INFO STEP 68 (ensure_dir) COMPLETE
101892026-08-21T17:37:42.629Z[ host-image] Aug 21 17:37:41.316 INFO O| Aug 21 17:37:41.316 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101902026-08-21T17:37:42.635Z[ host-image] Aug 21 17:37:41.326 INFO O| Aug 21 17:37:41.326 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101912026-08-21T17:37:42.638Z[ host-image] Aug 21 17:37:41.326 INFO O| Aug 21 17:37:41.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101922026-08-21T17:37:42.638Z[ host-image] Aug 21 17:37:41.326 INFO O| Aug 21 17:37:41.326 INFO STEP 69 (ensure_dir) COMPLETE
101932026-08-21T17:37:42.638Z[ host-image] Aug 21 17:37:41.326 INFO O| Aug 21 17:37:41.326 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101942026-08-21T17:37:42.644Z[ host-image] Aug 21 17:37:41.335 INFO O| Aug 21 17:37:41.335 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101952026-08-21T17:37:42.644Z[ host-image] Aug 21 17:37:41.335 INFO O| Aug 21 17:37:41.335 INFO copying /tmp/.tmpoUnNLH/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101962026-08-21T17:37:42.704Z[ recovery-image] Aug 21 17:37:41.374 INFO E| Compiling sigchld v0.2.4
101972026-08-21T17:37:42.832Z[ recovery-image] Aug 21 17:37:41.522 INFO E| Compiling shared_child v1.1.1
101982026-08-21T17:37:42.842Z[ recovery-image] Aug 21 17:37:41.533 INFO E| Compiling syn v2.0.117
101992026-08-21T17:37:42.973Z[ recovery-image] Aug 21 17:37:41.664 INFO E| Compiling duct v1.1.1
102002026-08-21T17:37:43.009Z[ host-image] Aug 21 17:37:41.699 INFO O| Aug 21 17:37:41.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
102012026-08-21T17:37:43.009Z[ host-image] Aug 21 17:37:41.699 INFO O| Aug 21 17:37:41.699 INFO ok!
102022026-08-21T17:37:43.009Z[ host-image] Aug 21 17:37:41.699 INFO O| Aug 21 17:37:41.699 INFO STEP 70 (ensure_file) COMPLETE
102032026-08-21T17:37:43.012Z[ host-image] Aug 21 17:37:41.699 INFO O| Aug 21 17:37:41.699 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102042026-08-21T17:37:43.019Z[ host-image] Aug 21 17:37:41.710 INFO O| Aug 21 17:37:41.710 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
102052026-08-21T17:37:43.019Z[ host-image] Aug 21 17:37:41.710 INFO O| Aug 21 17:37:41.710 INFO copying /tmp/.tmpoUnNLH/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
102062026-08-21T17:37:43.662Z[ host-image] Aug 21 17:37:42.353 INFO O| Aug 21 17:37:42.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
102072026-08-21T17:37:43.662Z[ host-image] Aug 21 17:37:42.353 INFO O| Aug 21 17:37:42.353 INFO ok!
102082026-08-21T17:37:43.666Z[ host-image] Aug 21 17:37:42.353 INFO O| Aug 21 17:37:42.353 INFO STEP 71 (ensure_file) COMPLETE
102092026-08-21T17:37:43.666Z[ host-image] Aug 21 17:37:42.353 INFO O| Aug 21 17:37:42.353 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102102026-08-21T17:37:43.672Z[ host-image] Aug 21 17:37:42.363 INFO O| Aug 21 17:37:42.363 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102112026-08-21T17:37:43.675Z[ host-image] Aug 21 17:37:42.363 INFO O| Aug 21 17:37:42.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102122026-08-21T17:37:43.675Z[ host-image] Aug 21 17:37:42.363 INFO O| Aug 21 17:37:42.363 INFO STEP 72 (ensure_dir) COMPLETE
102132026-08-21T17:37:43.675Z[ host-image] Aug 21 17:37:42.363 INFO O| Aug 21 17:37:42.363 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102142026-08-21T17:37:43.681Z[ host-image] Aug 21 17:37:42.372 INFO O| Aug 21 17:37:42.372 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
102152026-08-21T17:37:43.681Z[ host-image] Aug 21 17:37:42.372 INFO O| Aug 21 17:37:42.372 INFO copying /tmp/.tmpoUnNLH/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 ...
102162026-08-21T17:37:43.685Z[ host-image] Aug 21 17:37:42.372 INFO O| Aug 21 17:37:42.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
102172026-08-21T17:37:43.685Z[ host-image] Aug 21 17:37:42.372 INFO O| Aug 21 17:37:42.372 INFO ok!
102182026-08-21T17:37:43.685Z[ host-image] Aug 21 17:37:42.372 INFO O| Aug 21 17:37:42.372 INFO STEP 73 (ensure_file) COMPLETE
102192026-08-21T17:37:43.685Z[ host-image] Aug 21 17:37:42.372 INFO O| Aug 21 17:37:42.372 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102202026-08-21T17:37:43.690Z[ host-image] Aug 21 17:37:42.381 INFO O| Aug 21 17:37:42.381 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102212026-08-21T17:37:43.690Z[ host-image] Aug 21 17:37:42.381 INFO O| Aug 21 17:37:42.381 INFO copying /tmp/.tmpoUnNLH/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 ...
102222026-08-21T17:37:43.694Z[ host-image] Aug 21 17:37:42.381 INFO O| Aug 21 17:37:42.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102232026-08-21T17:37:43.694Z[ host-image] Aug 21 17:37:42.381 INFO O| Aug 21 17:37:42.381 INFO ok!
102242026-08-21T17:37:43.694Z[ host-image] Aug 21 17:37:42.381 INFO O| Aug 21 17:37:42.381 INFO STEP 74 (ensure_file) COMPLETE
102252026-08-21T17:37:43.694Z[ host-image] Aug 21 17:37:42.381 INFO O| Aug 21 17:37:42.381 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102262026-08-21T17:37:43.698Z[ host-image] Aug 21 17:37:42.389 INFO O| Aug 21 17:37:42.389 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102272026-08-21T17:37:43.698Z[ host-image] Aug 21 17:37:42.389 INFO O| Aug 21 17:37:42.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102282026-08-21T17:37:43.698Z[ host-image] Aug 21 17:37:42.389 INFO O| Aug 21 17:37:42.389 INFO STEP 75 (ensure_dir) COMPLETE
102292026-08-21T17:37:43.698Z[ host-image] Aug 21 17:37:42.389 INFO O| Aug 21 17:37:42.389 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102302026-08-21T17:37:43.704Z[ host-image] Aug 21 17:37:42.395 INFO O| Aug 21 17:37:42.395 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102312026-08-21T17:37:43.704Z[ host-image] Aug 21 17:37:42.395 INFO O| Aug 21 17:37:42.395 INFO copying /tmp/.tmpoUnNLH/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 ...
102322026-08-21T17:37:43.708Z[ host-image] Aug 21 17:37:42.395 INFO O| Aug 21 17:37:42.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102332026-08-21T17:37:43.708Z[ host-image] Aug 21 17:37:42.395 INFO O| Aug 21 17:37:42.395 INFO ok!
102342026-08-21T17:37:43.708Z[ host-image] Aug 21 17:37:42.395 INFO O| Aug 21 17:37:42.395 INFO STEP 76 (ensure_file) COMPLETE
102352026-08-21T17:37:43.708Z[ host-image] Aug 21 17:37:42.395 INFO O| Aug 21 17:37:42.395 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102362026-08-21T17:37:43.712Z[ host-image] Aug 21 17:37:42.403 INFO O| Aug 21 17:37:42.403 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102372026-08-21T17:37:43.712Z[ host-image] Aug 21 17:37:42.403 INFO O| Aug 21 17:37:42.403 INFO copying /tmp/.tmpoUnNLH/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 ...
102382026-08-21T17:37:43.715Z[ host-image] Aug 21 17:37:42.403 INFO O| Aug 21 17:37:42.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102392026-08-21T17:37:43.715Z[ host-image] Aug 21 17:37:42.403 INFO O| Aug 21 17:37:42.403 INFO ok!
102402026-08-21T17:37:43.715Z[ host-image] Aug 21 17:37:42.403 INFO O| Aug 21 17:37:42.403 INFO STEP 77 (ensure_file) COMPLETE
102412026-08-21T17:37:43.716Z[ host-image] Aug 21 17:37:42.403 INFO O| Aug 21 17:37:42.403 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102422026-08-21T17:37:43.719Z[ host-image] Aug 21 17:37:42.410 INFO O| Aug 21 17:37:42.410 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102432026-08-21T17:37:43.719Z[ host-image] Aug 21 17:37:42.410 INFO O| Aug 21 17:37:42.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102442026-08-21T17:37:43.719Z[ host-image] Aug 21 17:37:42.410 INFO O| Aug 21 17:37:42.410 INFO STEP 78 (ensure_dir) COMPLETE
102452026-08-21T17:37:43.719Z[ host-image] Aug 21 17:37:42.410 INFO O| Aug 21 17:37:42.410 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102462026-08-21T17:37:43.727Z[ host-image] Aug 21 17:37:42.418 INFO O| Aug 21 17:37:42.418 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102472026-08-21T17:37:43.727Z[ host-image] Aug 21 17:37:42.418 INFO O| Aug 21 17:37:42.418 INFO copying /tmp/.tmpoUnNLH/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 ...
102482026-08-21T17:37:43.730Z[ host-image] Aug 21 17:37:42.418 INFO O| Aug 21 17:37:42.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102492026-08-21T17:37:43.730Z[ host-image] Aug 21 17:37:42.418 INFO O| Aug 21 17:37:42.418 INFO ok!
102502026-08-21T17:37:43.730Z[ host-image] Aug 21 17:37:42.418 INFO O| Aug 21 17:37:42.418 INFO STEP 79 (ensure_file) COMPLETE
102512026-08-21T17:37:43.730Z[ host-image] Aug 21 17:37:42.418 INFO O| Aug 21 17:37:42.418 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102522026-08-21T17:37:43.734Z[ host-image] Aug 21 17:37:42.425 INFO O| Aug 21 17:37:42.425 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102532026-08-21T17:37:43.734Z[ host-image] Aug 21 17:37:42.425 INFO O| Aug 21 17:37:42.425 INFO copying /tmp/.tmpoUnNLH/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102542026-08-21T17:37:43.737Z[ host-image] Aug 21 17:37:42.425 INFO O| Aug 21 17:37:42.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102552026-08-21T17:37:43.737Z[ host-image] Aug 21 17:37:42.425 INFO O| Aug 21 17:37:42.425 INFO ok!
102562026-08-21T17:37:43.737Z[ host-image] Aug 21 17:37:42.425 INFO O| Aug 21 17:37:42.425 INFO STEP 80 (ensure_file) COMPLETE
102572026-08-21T17:37:43.737Z[ host-image] Aug 21 17:37:42.425 INFO O| Aug 21 17:37:42.425 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102582026-08-21T17:37:43.742Z[ host-image] Aug 21 17:37:42.433 INFO O| Aug 21 17:37:42.433 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102592026-08-21T17:37:43.742Z[ host-image] Aug 21 17:37:42.433 INFO O| Aug 21 17:37:42.433 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102602026-08-21T17:37:43.745Z[ host-image] Aug 21 17:37:42.433 INFO O| Aug 21 17:37:42.433 INFO STEP 81 (ensure_dir) COMPLETE
102612026-08-21T17:37:43.745Z[ host-image] Aug 21 17:37:42.433 INFO O| Aug 21 17:37:42.433 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102622026-08-21T17:37:43.748Z[ host-image] Aug 21 17:37:42.440 INFO O| Aug 21 17:37:42.440 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102632026-08-21T17:37:43.748Z[ host-image] Aug 21 17:37:42.440 INFO O| Aug 21 17:37:42.440 INFO copying /tmp/.tmpoUnNLH/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102642026-08-21T17:37:44.341Z[ host-image] Aug 21 17:37:43.031 INFO O| Aug 21 17:37:43.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102652026-08-21T17:37:44.341Z[ host-image] Aug 21 17:37:43.031 INFO O| Aug 21 17:37:43.031 INFO ok!
102662026-08-21T17:37:44.341Z[ host-image] Aug 21 17:37:43.031 INFO O| Aug 21 17:37:43.031 INFO STEP 82 (ensure_file) COMPLETE
102672026-08-21T17:37:44.345Z[ host-image] Aug 21 17:37:43.031 INFO O| Aug 21 17:37:43.031 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102682026-08-21T17:37:44.350Z[ host-image] Aug 21 17:37:43.041 INFO O| Aug 21 17:37:43.041 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102692026-08-21T17:37:44.350Z[ host-image] Aug 21 17:37:43.041 INFO O| Aug 21 17:37:43.041 INFO copying /tmp/.tmpoUnNLH/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102702026-08-21T17:37:44.658Z[ host-image] Aug 21 17:37:43.349 INFO O| Aug 21 17:37:43.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102712026-08-21T17:37:44.658Z[ host-image] Aug 21 17:37:43.349 INFO O| Aug 21 17:37:43.349 INFO ok!
102722026-08-21T17:37:44.658Z[ host-image] Aug 21 17:37:43.349 INFO O| Aug 21 17:37:43.349 INFO STEP 83 (ensure_file) COMPLETE
102732026-08-21T17:37:44.662Z[ host-image] Aug 21 17:37:43.349 INFO O| Aug 21 17:37:43.349 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102742026-08-21T17:37:44.667Z[ host-image] Aug 21 17:37:43.358 INFO O| Aug 21 17:37:43.358 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102752026-08-21T17:37:44.667Z[ host-image] Aug 21 17:37:43.358 INFO O| Aug 21 17:37:43.358 INFO copying /tmp/.tmpoUnNLH/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102762026-08-21T17:37:45.499Z[ recovery-image] Aug 21 17:37:44.187 INFO E| Compiling clap_derive v4.6.1
102772026-08-21T17:37:46.067Z[ host-image] Aug 21 17:37:44.757 INFO O| Aug 21 17:37:44.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102782026-08-21T17:37:46.067Z[ host-image] Aug 21 17:37:44.757 INFO O| Aug 21 17:37:44.757 INFO ok!
102792026-08-21T17:37:46.067Z[ host-image] Aug 21 17:37:44.757 INFO O| Aug 21 17:37:44.757 INFO STEP 84 (ensure_file) COMPLETE
102802026-08-21T17:37:46.070Z[ host-image] Aug 21 17:37:44.757 INFO O| Aug 21 17:37:44.757 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102812026-08-21T17:37:46.075Z[ host-image] Aug 21 17:37:44.766 INFO O| Aug 21 17:37:44.766 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102822026-08-21T17:37:46.079Z[ host-image] Aug 21 17:37:44.766 INFO O| Aug 21 17:37:44.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102832026-08-21T17:37:46.079Z[ host-image] Aug 21 17:37:44.766 INFO O| Aug 21 17:37:44.766 INFO STEP 85 (ensure_dir) COMPLETE
102842026-08-21T17:37:46.080Z[ host-image] Aug 21 17:37:44.766 INFO O| Aug 21 17:37:44.766 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102852026-08-21T17:37:46.084Z[ host-image] Aug 21 17:37:44.775 INFO O| Aug 21 17:37:44.775 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102862026-08-21T17:37:46.088Z[ host-image] Aug 21 17:37:44.775 INFO O| Aug 21 17:37:44.775 INFO copying /tmp/.tmpoUnNLH/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 ...
102872026-08-21T17:37:46.088Z[ host-image] Aug 21 17:37:44.775 INFO O| Aug 21 17:37:44.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102882026-08-21T17:37:46.088Z[ host-image] Aug 21 17:37:44.775 INFO O| Aug 21 17:37:44.775 INFO ok!
102892026-08-21T17:37:46.088Z[ host-image] Aug 21 17:37:44.775 INFO O| Aug 21 17:37:44.775 INFO STEP 86 (ensure_file) COMPLETE
102902026-08-21T17:37:46.088Z[ host-image] Aug 21 17:37:44.775 INFO O| Aug 21 17:37:44.775 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102912026-08-21T17:37:46.091Z[ host-image] Aug 21 17:37:44.782 INFO O| Aug 21 17:37:44.782 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102922026-08-21T17:37:46.091Z[ host-image] Aug 21 17:37:44.782 INFO O| Aug 21 17:37:44.782 INFO copying /tmp/.tmpoUnNLH/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 ...
102932026-08-21T17:37:46.095Z[ host-image] Aug 21 17:37:44.782 INFO O| Aug 21 17:37:44.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102942026-08-21T17:37:46.095Z[ host-image] Aug 21 17:37:44.782 INFO O| Aug 21 17:37:44.782 INFO ok!
102952026-08-21T17:37:46.095Z[ host-image] Aug 21 17:37:44.782 INFO O| Aug 21 17:37:44.782 INFO STEP 87 (ensure_file) COMPLETE
102962026-08-21T17:37:46.095Z[ host-image] Aug 21 17:37:44.782 INFO O| Aug 21 17:37:44.782 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102972026-08-21T17:37:46.098Z[ host-image] Aug 21 17:37:44.788 INFO O| Aug 21 17:37:44.788 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102982026-08-21T17:37:46.098Z[ host-image] Aug 21 17:37:44.788 INFO O| Aug 21 17:37:44.788 INFO copying /tmp/.tmpoUnNLH/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102992026-08-21T17:37:46.098Z[ host-image] Aug 21 17:37:44.788 INFO O| Aug 21 17:37:44.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
103002026-08-21T17:37:46.099Z[ host-image] Aug 21 17:37:44.788 INFO O| Aug 21 17:37:44.788 INFO ok!
103012026-08-21T17:37:46.099Z[ host-image] Aug 21 17:37:44.788 INFO O| Aug 21 17:37:44.788 INFO STEP 88 (ensure_file) COMPLETE
103022026-08-21T17:37:46.099Z[ host-image] Aug 21 17:37:44.788 INFO O| Aug 21 17:37:44.788 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103032026-08-21T17:37:46.105Z[ host-image] Aug 21 17:37:44.796 INFO O| Aug 21 17:37:44.796 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
103042026-08-21T17:37:46.105Z[ host-image] Aug 21 17:37:44.796 INFO O| Aug 21 17:37:44.796 INFO copying /tmp/.tmpoUnNLH/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
103052026-08-21T17:37:46.108Z[ host-image] Aug 21 17:37:44.796 INFO O| Aug 21 17:37:44.796 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
103062026-08-21T17:37:46.109Z[ host-image] Aug 21 17:37:44.796 INFO O| Aug 21 17:37:44.796 INFO ok!
103072026-08-21T17:37:46.109Z[ host-image] Aug 21 17:37:44.796 INFO O| Aug 21 17:37:44.796 INFO STEP 89 (ensure_file) COMPLETE
103082026-08-21T17:37:46.109Z[ host-image] Aug 21 17:37:44.796 INFO O| Aug 21 17:37:44.796 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103092026-08-21T17:37:46.112Z[ host-image] Aug 21 17:37:44.802 INFO O| Aug 21 17:37:44.802 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103102026-08-21T17:37:46.112Z[ host-image] Aug 21 17:37:44.802 INFO O| Aug 21 17:37:44.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103112026-08-21T17:37:46.113Z[ host-image] Aug 21 17:37:44.802 INFO O| Aug 21 17:37:44.802 INFO STEP 90 (ensure_dir) COMPLETE
103122026-08-21T17:37:46.113Z[ host-image] Aug 21 17:37:44.802 INFO O| Aug 21 17:37:44.802 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103132026-08-21T17:37:46.118Z[ host-image] Aug 21 17:37:44.809 INFO O| Aug 21 17:37:44.809 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
103142026-08-21T17:37:46.118Z[ host-image] Aug 21 17:37:44.809 INFO O| Aug 21 17:37:44.809 INFO copying /tmp/.tmpoUnNLH/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103152026-08-21T17:37:46.121Z[ host-image] Aug 21 17:37:44.811 INFO O| Aug 21 17:37:44.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103162026-08-21T17:37:46.121Z[ host-image] Aug 21 17:37:44.811 INFO O| Aug 21 17:37:44.811 INFO ok!
103172026-08-21T17:37:46.121Z[ host-image] Aug 21 17:37:44.811 INFO O| Aug 21 17:37:44.811 INFO STEP 91 (ensure_file) COMPLETE
103182026-08-21T17:37:46.122Z[ host-image] Aug 21 17:37:44.811 INFO O| Aug 21 17:37:44.811 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103192026-08-21T17:37:46.125Z[ host-image] Aug 21 17:37:44.816 INFO O| Aug 21 17:37:44.816 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103202026-08-21T17:37:46.126Z[ host-image] Aug 21 17:37:44.816 INFO O| Aug 21 17:37:44.816 INFO copying /tmp/.tmpoUnNLH/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103212026-08-21T17:37:46.133Z[ host-image] Aug 21 17:37:44.816 INFO O| Aug 21 17:37:44.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103222026-08-21T17:37:46.133Z[ host-image] Aug 21 17:37:44.816 INFO O| Aug 21 17:37:44.816 INFO ok!
103232026-08-21T17:37:46.133Z[ host-image] Aug 21 17:37:44.816 INFO O| Aug 21 17:37:44.816 INFO STEP 92 (ensure_file) COMPLETE
103242026-08-21T17:37:46.133Z[ host-image] Aug 21 17:37:44.817 INFO O| Aug 21 17:37:44.816 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103252026-08-21T17:37:46.133Z[ host-image] Aug 21 17:37:44.822 INFO O| Aug 21 17:37:44.822 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103262026-08-21T17:37:46.133Z[ host-image] Aug 21 17:37:44.822 INFO O| Aug 21 17:37:44.822 INFO copying /tmp/.tmpoUnNLH/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103272026-08-21T17:37:46.441Z[ host-image] Aug 21 17:37:45.132 INFO O| Aug 21 17:37:45.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103282026-08-21T17:37:46.441Z[ host-image] Aug 21 17:37:45.132 INFO O| Aug 21 17:37:45.132 INFO ok!
103292026-08-21T17:37:46.444Z[ host-image] Aug 21 17:37:45.132 INFO O| Aug 21 17:37:45.132 INFO STEP 93 (ensure_file) COMPLETE
103302026-08-21T17:37:46.445Z[ host-image] Aug 21 17:37:45.132 INFO O| Aug 21 17:37:45.132 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103312026-08-21T17:37:46.449Z[ host-image] Aug 21 17:37:45.140 INFO O| Aug 21 17:37:45.140 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103322026-08-21T17:37:46.449Z[ host-image] Aug 21 17:37:45.140 INFO O| Aug 21 17:37:45.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103332026-08-21T17:37:46.453Z[ host-image] Aug 21 17:37:45.140 INFO O| Aug 21 17:37:45.140 INFO STEP 94 (ensure_dir) COMPLETE
103342026-08-21T17:37:46.453Z[ host-image] Aug 21 17:37:45.140 INFO O| Aug 21 17:37:45.140 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103352026-08-21T17:37:46.458Z[ host-image] Aug 21 17:37:45.149 INFO O| Aug 21 17:37:45.149 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103362026-08-21T17:37:46.461Z[ host-image] Aug 21 17:37:45.149 INFO O| Aug 21 17:37:45.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103372026-08-21T17:37:46.461Z[ host-image] Aug 21 17:37:45.149 INFO O| Aug 21 17:37:45.149 INFO STEP 95 (ensure_dir) COMPLETE
103382026-08-21T17:37:46.461Z[ host-image] Aug 21 17:37:45.149 INFO O| Aug 21 17:37:45.149 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103392026-08-21T17:37:46.464Z[ host-image] Aug 21 17:37:45.156 INFO O| Aug 21 17:37:45.156 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103402026-08-21T17:37:46.468Z[ host-image] Aug 21 17:37:45.156 INFO O| Aug 21 17:37:45.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103412026-08-21T17:37:46.468Z[ host-image] Aug 21 17:37:45.156 INFO O| Aug 21 17:37:45.156 INFO STEP 96 (ensure_dir) COMPLETE
103422026-08-21T17:37:46.468Z[ host-image] Aug 21 17:37:45.156 INFO O| Aug 21 17:37:45.156 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103432026-08-21T17:37:46.472Z[ host-image] Aug 21 17:37:45.163 INFO O| Aug 21 17:37:45.163 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103442026-08-21T17:37:46.472Z[ host-image] Aug 21 17:37:45.163 INFO O| Aug 21 17:37:45.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103452026-08-21T17:37:46.472Z[ host-image] Aug 21 17:37:45.163 INFO O| Aug 21 17:37:45.163 INFO STEP 97 (ensure_dir) COMPLETE
103462026-08-21T17:37:46.475Z[ host-image] Aug 21 17:37:45.163 INFO O| Aug 21 17:37:45.163 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103472026-08-21T17:37:46.479Z[ host-image] Aug 21 17:37:45.170 INFO O| Aug 21 17:37:45.170 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103482026-08-21T17:37:46.482Z[ host-image] Aug 21 17:37:45.170 INFO O| Aug 21 17:37:45.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103492026-08-21T17:37:46.482Z[ host-image] Aug 21 17:37:45.170 INFO O| Aug 21 17:37:45.170 INFO STEP 98 (ensure_dir) COMPLETE
103502026-08-21T17:37:46.482Z[ host-image] Aug 21 17:37:45.170 INFO O| Aug 21 17:37:45.170 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103512026-08-21T17:37:46.485Z[ host-image] Aug 21 17:37:45.176 INFO O| Aug 21 17:37:45.176 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103522026-08-21T17:37:46.485Z[ host-image] Aug 21 17:37:45.176 INFO O| Aug 21 17:37:45.176 INFO copying /tmp/.tmpoUnNLH/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 ...
103532026-08-21T17:37:46.485Z[ host-image] Aug 21 17:37:45.176 INFO O| Aug 21 17:37:45.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103542026-08-21T17:37:46.486Z[ host-image] Aug 21 17:37:45.176 INFO O| Aug 21 17:37:45.176 INFO ok!
103552026-08-21T17:37:46.486Z[ host-image] Aug 21 17:37:45.176 INFO O| Aug 21 17:37:45.176 INFO STEP 99 (ensure_file) COMPLETE
103562026-08-21T17:37:46.486Z[ host-image] Aug 21 17:37:45.176 INFO O| Aug 21 17:37:45.176 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103572026-08-21T17:37:46.491Z[ host-image] Aug 21 17:37:45.182 INFO O| Aug 21 17:37:45.182 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103582026-08-21T17:37:46.491Z[ host-image] Aug 21 17:37:45.182 INFO O| Aug 21 17:37:45.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103592026-08-21T17:37:46.494Z[ host-image] Aug 21 17:37:45.182 INFO O| Aug 21 17:37:45.182 INFO STEP 100 (ensure_dir) COMPLETE
103602026-08-21T17:37:46.494Z[ host-image] Aug 21 17:37:45.182 INFO O| Aug 21 17:37:45.182 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103612026-08-21T17:37:46.497Z[ host-image] Aug 21 17:37:45.187 INFO O| Aug 21 17:37:45.187 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103622026-08-21T17:37:46.498Z[ host-image] Aug 21 17:37:45.187 INFO O| Aug 21 17:37:45.187 INFO copying /tmp/.tmpoUnNLH/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103632026-08-21T17:37:46.778Z[ host-image] Aug 21 17:37:45.466 INFO O| Aug 21 17:37:45.466 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103642026-08-21T17:37:46.778Z[ host-image] Aug 21 17:37:45.466 INFO O| Aug 21 17:37:45.466 INFO ok!
103652026-08-21T17:37:46.778Z[ host-image] Aug 21 17:37:45.466 INFO O| Aug 21 17:37:45.466 INFO STEP 101 (ensure_file) COMPLETE
103662026-08-21T17:37:46.778Z[ host-image] Aug 21 17:37:45.466 INFO O| Aug 21 17:37:45.466 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103672026-08-21T17:37:46.785Z[ host-image] Aug 21 17:37:45.474 INFO O| Aug 21 17:37:45.474 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103682026-08-21T17:37:46.786Z[ host-image] Aug 21 17:37:45.474 INFO O| Aug 21 17:37:45.474 INFO copying /tmp/.tmpoUnNLH/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103692026-08-21T17:37:46.786Z[ host-image] Aug 21 17:37:45.474 INFO O| Aug 21 17:37:45.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103702026-08-21T17:37:46.790Z[ host-image] Aug 21 17:37:45.474 INFO O| Aug 21 17:37:45.474 INFO ok!
103712026-08-21T17:37:46.790Z[ host-image] Aug 21 17:37:45.474 INFO O| Aug 21 17:37:45.474 INFO STEP 102 (ensure_file) COMPLETE
103722026-08-21T17:37:46.790Z[ host-image] Aug 21 17:37:45.474 INFO O| Aug 21 17:37:45.474 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103732026-08-21T17:37:46.790Z[ host-image] Aug 21 17:37:45.480 INFO O| Aug 21 17:37:45.480 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103742026-08-21T17:37:46.790Z[ host-image] Aug 21 17:37:45.480 INFO O| Aug 21 17:37:45.480 INFO copying /tmp/.tmpoUnNLH/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103752026-08-21T17:37:46.795Z[ host-image] Aug 21 17:37:45.486 INFO O| Aug 21 17:37:45.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103762026-08-21T17:37:46.798Z[ host-image] Aug 21 17:37:45.486 INFO O| Aug 21 17:37:45.486 INFO ok!
103772026-08-21T17:37:46.798Z[ host-image] Aug 21 17:37:45.486 INFO O| Aug 21 17:37:45.486 INFO STEP 103 (ensure_file) COMPLETE
103782026-08-21T17:37:46.798Z[ host-image] Aug 21 17:37:45.486 INFO O| Aug 21 17:37:45.486 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103792026-08-21T17:37:46.804Z[ host-image] Aug 21 17:37:45.495 INFO O| Aug 21 17:37:45.495 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103802026-08-21T17:37:46.804Z[ host-image] Aug 21 17:37:45.495 INFO O| Aug 21 17:37:45.495 INFO copying /tmp/.tmpoUnNLH/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103812026-08-21T17:37:46.807Z[ host-image] Aug 21 17:37:45.495 INFO O| Aug 21 17:37:45.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103822026-08-21T17:37:46.807Z[ host-image] Aug 21 17:37:45.495 INFO O| Aug 21 17:37:45.495 INFO ok!
103832026-08-21T17:37:46.807Z[ host-image] Aug 21 17:37:45.495 INFO O| Aug 21 17:37:45.495 INFO STEP 104 (ensure_file) COMPLETE
103842026-08-21T17:37:46.808Z[ host-image] Aug 21 17:37:45.495 INFO O| Aug 21 17:37:45.495 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103852026-08-21T17:37:46.811Z[ host-image] Aug 21 17:37:45.502 INFO O| Aug 21 17:37:45.502 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103862026-08-21T17:37:46.811Z[ host-image] Aug 21 17:37:45.502 INFO O| Aug 21 17:37:45.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103872026-08-21T17:37:46.811Z[ host-image] Aug 21 17:37:45.502 INFO O| Aug 21 17:37:45.502 INFO STEP 105 (ensure_dir) COMPLETE
103882026-08-21T17:37:46.811Z[ host-image] Aug 21 17:37:45.502 INFO O| Aug 21 17:37:45.502 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103892026-08-21T17:37:46.818Z[ host-image] Aug 21 17:37:45.509 INFO O| Aug 21 17:37:45.509 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103902026-08-21T17:37:46.821Z[ host-image] Aug 21 17:37:45.509 INFO O| Aug 21 17:37:45.509 INFO copying /tmp/.tmpoUnNLH/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 ...
103912026-08-21T17:37:46.888Z[ recovery-image] Aug 21 17:37:45.579 INFO E| Compiling clap v4.6.1
103922026-08-21T17:37:46.943Z[ recovery-image] Aug 21 17:37:45.634 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
103932026-08-21T17:37:47.077Z[ host-image] Aug 21 17:37:45.766 INFO O| Aug 21 17:37:45.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103942026-08-21T17:37:47.077Z[ host-image] Aug 21 17:37:45.767 INFO O| Aug 21 17:37:45.766 INFO ok!
103952026-08-21T17:37:47.077Z[ host-image] Aug 21 17:37:45.767 INFO O| Aug 21 17:37:45.766 INFO STEP 106 (ensure_file) COMPLETE
103962026-08-21T17:37:47.080Z[ host-image] Aug 21 17:37:45.767 INFO O| Aug 21 17:37:45.766 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103972026-08-21T17:37:47.084Z[ host-image] Aug 21 17:37:45.775 INFO O| Aug 21 17:37:45.775 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103982026-08-21T17:37:47.085Z[ host-image] Aug 21 17:37:45.775 INFO O| Aug 21 17:37:45.775 INFO copying /tmp/.tmpoUnNLH/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 ...
103992026-08-21T17:37:47.088Z[ host-image] Aug 21 17:37:45.775 INFO O| Aug 21 17:37:45.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
104002026-08-21T17:37:47.088Z[ host-image] Aug 21 17:37:45.775 INFO O| Aug 21 17:37:45.775 INFO ok!
104012026-08-21T17:37:47.088Z[ host-image] Aug 21 17:37:45.775 INFO O| Aug 21 17:37:45.775 INFO STEP 107 (ensure_file) COMPLETE
104022026-08-21T17:37:47.088Z[ host-image] Aug 21 17:37:45.775 INFO O| Aug 21 17:37:45.775 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104032026-08-21T17:37:47.094Z[ host-image] Aug 21 17:37:45.784 INFO O| Aug 21 17:37:45.784 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
104042026-08-21T17:37:47.094Z[ host-image] Aug 21 17:37:45.784 INFO O| Aug 21 17:37:45.784 INFO copying /tmp/.tmpoUnNLH/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 ...
104052026-08-21T17:37:47.094Z[ host-image] Aug 21 17:37:45.784 INFO O| Aug 21 17:37:45.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
104062026-08-21T17:37:47.095Z[ host-image] Aug 21 17:37:45.784 INFO O| Aug 21 17:37:45.784 INFO ok!
104072026-08-21T17:37:47.095Z[ host-image] Aug 21 17:37:45.784 INFO O| Aug 21 17:37:45.784 INFO STEP 108 (ensure_file) COMPLETE
104082026-08-21T17:37:47.095Z[ host-image] Aug 21 17:37:45.784 INFO O| Aug 21 17:37:45.784 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104092026-08-21T17:37:47.099Z[ host-image] Aug 21 17:37:45.790 INFO O| Aug 21 17:37:45.790 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104102026-08-21T17:37:47.099Z[ host-image] Aug 21 17:37:45.790 INFO O| Aug 21 17:37:45.790 INFO copying /tmp/.tmpoUnNLH/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 ...
104112026-08-21T17:37:47.103Z[ host-image] Aug 21 17:37:45.790 INFO O| Aug 21 17:37:45.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104122026-08-21T17:37:47.103Z[ host-image] Aug 21 17:37:45.790 INFO O| Aug 21 17:37:45.790 INFO ok!
104132026-08-21T17:37:47.103Z[ host-image] Aug 21 17:37:45.790 INFO O| Aug 21 17:37:45.790 INFO STEP 109 (ensure_file) COMPLETE
104142026-08-21T17:37:47.103Z[ host-image] Aug 21 17:37:45.790 INFO O| Aug 21 17:37:45.790 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104152026-08-21T17:37:47.107Z[ host-image] Aug 21 17:37:45.796 INFO O| Aug 21 17:37:45.796 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104162026-08-21T17:37:47.107Z[ host-image] Aug 21 17:37:45.796 INFO O| Aug 21 17:37:45.796 INFO copying /tmp/.tmpoUnNLH/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 ...
104172026-08-21T17:37:47.108Z[ host-image] Aug 21 17:37:45.796 INFO O| Aug 21 17:37:45.796 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104182026-08-21T17:37:47.108Z[ host-image] Aug 21 17:37:45.796 INFO O| Aug 21 17:37:45.796 INFO ok!
104192026-08-21T17:37:47.108Z[ host-image] Aug 21 17:37:45.796 INFO O| Aug 21 17:37:45.796 INFO STEP 110 (ensure_file) COMPLETE
104202026-08-21T17:37:47.108Z[ host-image] Aug 21 17:37:45.796 INFO O| Aug 21 17:37:45.796 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104212026-08-21T17:37:47.114Z[ host-image] Aug 21 17:37:45.802 INFO O| Aug 21 17:37:45.802 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104222026-08-21T17:37:47.114Z[ host-image] Aug 21 17:37:45.802 INFO O| Aug 21 17:37:45.802 INFO copying /tmp/.tmpoUnNLH/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 ...
104232026-08-21T17:37:47.114Z[ host-image] Aug 21 17:37:45.802 INFO O| Aug 21 17:37:45.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104242026-08-21T17:37:47.114Z[ host-image] Aug 21 17:37:45.802 INFO O| Aug 21 17:37:45.802 INFO ok!
104252026-08-21T17:37:47.115Z[ host-image] Aug 21 17:37:45.802 INFO O| Aug 21 17:37:45.802 INFO STEP 111 (ensure_file) COMPLETE
104262026-08-21T17:37:47.115Z[ host-image] Aug 21 17:37:45.802 INFO O| Aug 21 17:37:45.802 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104272026-08-21T17:37:47.118Z[ host-image] Aug 21 17:37:45.809 INFO O| Aug 21 17:37:45.809 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104282026-08-21T17:37:47.118Z[ host-image] Aug 21 17:37:45.809 INFO O| Aug 21 17:37:45.809 INFO copying /tmp/.tmpoUnNLH/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 ...
104292026-08-21T17:37:47.118Z[ host-image] Aug 21 17:37:45.809 INFO O| Aug 21 17:37:45.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104302026-08-21T17:37:47.123Z[ host-image] Aug 21 17:37:45.809 INFO O| Aug 21 17:37:45.809 INFO ok!
104312026-08-21T17:37:47.123Z[ host-image] Aug 21 17:37:45.809 INFO O| Aug 21 17:37:45.809 INFO STEP 112 (ensure_file) COMPLETE
104322026-08-21T17:37:47.123Z[ host-image] Aug 21 17:37:45.809 INFO O| Aug 21 17:37:45.809 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104332026-08-21T17:37:47.127Z[ host-image] Aug 21 17:37:45.816 INFO O| Aug 21 17:37:45.815 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104342026-08-21T17:37:47.127Z[ host-image] Aug 21 17:37:45.816 INFO O| Aug 21 17:37:45.816 INFO copying /tmp/.tmpoUnNLH/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104352026-08-21T17:37:47.127Z[ host-image] Aug 21 17:37:45.816 INFO O| Aug 21 17:37:45.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104362026-08-21T17:37:47.127Z[ host-image] Aug 21 17:37:45.816 INFO O| Aug 21 17:37:45.816 INFO ok!
104372026-08-21T17:37:47.127Z[ host-image] Aug 21 17:37:45.816 INFO O| Aug 21 17:37:45.816 INFO STEP 113 (ensure_file) COMPLETE
104382026-08-21T17:37:47.127Z[ host-image] Aug 21 17:37:45.816 INFO O| Aug 21 17:37:45.816 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104392026-08-21T17:37:47.131Z[ host-image] Aug 21 17:37:45.822 INFO O| Aug 21 17:37:45.822 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104402026-08-21T17:37:47.131Z[ host-image] Aug 21 17:37:45.822 INFO O| Aug 21 17:37:45.822 INFO copying /tmp/.tmpoUnNLH/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 ...
104412026-08-21T17:37:47.131Z[ host-image] Aug 21 17:37:45.822 INFO O| Aug 21 17:37:45.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104422026-08-21T17:37:47.131Z[ host-image] Aug 21 17:37:45.822 INFO O| Aug 21 17:37:45.822 INFO ok!
104432026-08-21T17:37:47.131Z[ host-image] Aug 21 17:37:45.822 INFO O| Aug 21 17:37:45.822 INFO STEP 114 (ensure_file) COMPLETE
104442026-08-21T17:37:47.131Z[ host-image] Aug 21 17:37:45.822 INFO O| Aug 21 17:37:45.822 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104452026-08-21T17:37:47.137Z[ host-image] Aug 21 17:37:45.828 INFO O| Aug 21 17:37:45.828 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104462026-08-21T17:37:47.137Z[ host-image] Aug 21 17:37:45.828 INFO O| Aug 21 17:37:45.828 INFO copying /tmp/.tmpoUnNLH/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 ...
104472026-08-21T17:37:47.141Z[ host-image] Aug 21 17:37:45.828 INFO O| Aug 21 17:37:45.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104482026-08-21T17:37:47.141Z[ host-image] Aug 21 17:37:45.828 INFO O| Aug 21 17:37:45.828 INFO ok!
104492026-08-21T17:37:47.141Z[ host-image] Aug 21 17:37:45.828 INFO O| Aug 21 17:37:45.828 INFO STEP 115 (ensure_file) COMPLETE
104502026-08-21T17:37:47.141Z[ host-image] Aug 21 17:37:45.828 INFO O| Aug 21 17:37:45.828 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104512026-08-21T17:37:47.145Z[ host-image] Aug 21 17:37:45.834 INFO O| Aug 21 17:37:45.834 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104522026-08-21T17:37:47.145Z[ host-image] Aug 21 17:37:45.834 INFO O| Aug 21 17:37:45.834 INFO copying /tmp/.tmpoUnNLH/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 ...
104532026-08-21T17:37:47.145Z[ host-image] Aug 21 17:37:45.834 INFO O| Aug 21 17:37:45.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104542026-08-21T17:37:47.145Z[ host-image] Aug 21 17:37:45.834 INFO O| Aug 21 17:37:45.834 INFO ok!
104552026-08-21T17:37:47.145Z[ host-image] Aug 21 17:37:45.834 INFO O| Aug 21 17:37:45.834 INFO STEP 116 (ensure_file) COMPLETE
104562026-08-21T17:37:47.145Z[ host-image] Aug 21 17:37:45.834 INFO O| Aug 21 17:37:45.834 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104572026-08-21T17:37:47.150Z[ host-image] Aug 21 17:37:45.841 INFO O| Aug 21 17:37:45.841 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104582026-08-21T17:37:47.150Z[ host-image] Aug 21 17:37:45.841 INFO O| Aug 21 17:37:45.841 INFO copying /tmp/.tmpoUnNLH/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104592026-08-21T17:37:47.153Z[ host-image] Aug 21 17:37:45.841 INFO O| Aug 21 17:37:45.841 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104602026-08-21T17:37:47.153Z[ host-image] Aug 21 17:37:45.841 INFO O| Aug 21 17:37:45.841 INFO ok!
104612026-08-21T17:37:47.153Z[ host-image] Aug 21 17:37:45.841 INFO O| Aug 21 17:37:45.841 INFO STEP 117 (ensure_file) COMPLETE
104622026-08-21T17:37:47.153Z[ host-image] Aug 21 17:37:45.841 INFO O| Aug 21 17:37:45.841 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104632026-08-21T17:37:47.156Z[ host-image] Aug 21 17:37:45.848 INFO O| Aug 21 17:37:45.848 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104642026-08-21T17:37:47.156Z[ host-image] Aug 21 17:37:45.848 INFO O| Aug 21 17:37:45.848 INFO copying /tmp/.tmpoUnNLH/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 ...
104652026-08-21T17:37:47.160Z[ host-image] Aug 21 17:37:45.848 INFO O| Aug 21 17:37:45.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104662026-08-21T17:37:47.160Z[ host-image] Aug 21 17:37:45.848 INFO O| Aug 21 17:37:45.848 INFO ok!
104672026-08-21T17:37:47.160Z[ host-image] Aug 21 17:37:45.848 INFO O| Aug 21 17:37:45.848 INFO STEP 118 (ensure_file) COMPLETE
104682026-08-21T17:37:47.160Z[ host-image] Aug 21 17:37:45.848 INFO O| Aug 21 17:37:45.848 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104692026-08-21T17:37:47.163Z[ host-image] Aug 21 17:37:45.855 INFO O| Aug 21 17:37:45.855 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104702026-08-21T17:37:47.163Z[ host-image] Aug 21 17:37:45.855 INFO O| Aug 21 17:37:45.855 INFO copying /tmp/.tmpoUnNLH/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 ...
104712026-08-21T17:37:47.167Z[ host-image] Aug 21 17:37:45.855 INFO O| Aug 21 17:37:45.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104722026-08-21T17:37:47.167Z[ host-image] Aug 21 17:37:45.855 INFO O| Aug 21 17:37:45.855 INFO ok!
104732026-08-21T17:37:47.167Z[ host-image] Aug 21 17:37:45.855 INFO O| Aug 21 17:37:45.855 INFO STEP 119 (ensure_file) COMPLETE
104742026-08-21T17:37:47.167Z[ host-image] Aug 21 17:37:45.855 INFO O| Aug 21 17:37:45.855 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104752026-08-21T17:37:47.171Z[ host-image] Aug 21 17:37:45.862 INFO O| Aug 21 17:37:45.862 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104762026-08-21T17:37:47.171Z[ host-image] Aug 21 17:37:45.862 INFO O| Aug 21 17:37:45.862 INFO copying /tmp/.tmpoUnNLH/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 ...
104772026-08-21T17:37:47.171Z[ host-image] Aug 21 17:37:45.862 INFO O| Aug 21 17:37:45.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104782026-08-21T17:37:47.174Z[ host-image] Aug 21 17:37:45.862 INFO O| Aug 21 17:37:45.862 INFO ok!
104792026-08-21T17:37:47.174Z[ host-image] Aug 21 17:37:45.862 INFO O| Aug 21 17:37:45.862 INFO STEP 120 (ensure_file) COMPLETE
104802026-08-21T17:37:47.174Z[ host-image] Aug 21 17:37:45.862 INFO O| Aug 21 17:37:45.862 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104812026-08-21T17:37:47.178Z[ host-image] Aug 21 17:37:45.868 INFO O| Aug 21 17:37:45.868 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104822026-08-21T17:37:47.178Z[ host-image] Aug 21 17:37:45.868 INFO O| Aug 21 17:37:45.868 INFO copying /tmp/.tmpoUnNLH/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 ...
104832026-08-21T17:37:47.178Z[ host-image] Aug 21 17:37:45.868 INFO O| Aug 21 17:37:45.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104842026-08-21T17:37:47.178Z[ host-image] Aug 21 17:37:45.868 INFO O| Aug 21 17:37:45.868 INFO ok!
104852026-08-21T17:37:47.178Z[ host-image] Aug 21 17:37:45.868 INFO O| Aug 21 17:37:45.868 INFO STEP 121 (ensure_file) COMPLETE
104862026-08-21T17:37:47.178Z[ host-image] Aug 21 17:37:45.868 INFO O| Aug 21 17:37:45.868 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104872026-08-21T17:37:47.183Z[ host-image] Aug 21 17:37:45.874 INFO O| Aug 21 17:37:45.874 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104882026-08-21T17:37:47.183Z[ host-image] Aug 21 17:37:45.874 INFO O| Aug 21 17:37:45.874 INFO copying /tmp/.tmpoUnNLH/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 ...
104892026-08-21T17:37:47.187Z[ host-image] Aug 21 17:37:45.874 INFO O| Aug 21 17:37:45.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104902026-08-21T17:37:47.187Z[ host-image] Aug 21 17:37:45.874 INFO O| Aug 21 17:37:45.874 INFO ok!
104912026-08-21T17:37:47.187Z[ host-image] Aug 21 17:37:45.874 INFO O| Aug 21 17:37:45.874 INFO STEP 122 (ensure_file) COMPLETE
104922026-08-21T17:37:47.187Z[ host-image] Aug 21 17:37:45.874 INFO O| Aug 21 17:37:45.874 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104932026-08-21T17:37:47.190Z[ host-image] Aug 21 17:37:45.881 INFO O| Aug 21 17:37:45.881 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104942026-08-21T17:37:47.190Z[ host-image] Aug 21 17:37:45.881 INFO O| Aug 21 17:37:45.881 INFO copying /tmp/.tmpoUnNLH/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 ...
104952026-08-21T17:37:47.193Z[ host-image] Aug 21 17:37:45.881 INFO O| Aug 21 17:37:45.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104962026-08-21T17:37:47.193Z[ host-image] Aug 21 17:37:45.881 INFO O| Aug 21 17:37:45.881 INFO ok!
104972026-08-21T17:37:47.193Z[ host-image] Aug 21 17:37:45.881 INFO O| Aug 21 17:37:45.881 INFO STEP 123 (ensure_file) COMPLETE
104982026-08-21T17:37:47.193Z[ host-image] Aug 21 17:37:45.881 INFO O| Aug 21 17:37:45.881 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104992026-08-21T17:37:47.198Z[ host-image] Aug 21 17:37:45.889 INFO O| Aug 21 17:37:45.889 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
105002026-08-21T17:37:47.198Z[ host-image] Aug 21 17:37:45.889 INFO O| Aug 21 17:37:45.889 INFO copying /tmp/.tmpoUnNLH/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 ...
105012026-08-21T17:37:47.201Z[ host-image] Aug 21 17:37:45.889 INFO O| Aug 21 17:37:45.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
105022026-08-21T17:37:47.201Z[ host-image] Aug 21 17:37:45.889 INFO O| Aug 21 17:37:45.889 INFO ok!
105032026-08-21T17:37:47.201Z[ host-image] Aug 21 17:37:45.889 INFO O| Aug 21 17:37:45.889 INFO STEP 124 (ensure_file) COMPLETE
105042026-08-21T17:37:47.201Z[ host-image] Aug 21 17:37:45.889 INFO O| Aug 21 17:37:45.889 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105052026-08-21T17:37:47.205Z[ host-image] Aug 21 17:37:45.896 INFO O| Aug 21 17:37:45.896 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105062026-08-21T17:37:47.205Z[ host-image] Aug 21 17:37:45.896 INFO O| Aug 21 17:37:45.896 INFO copying /tmp/.tmpoUnNLH/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 ...
105072026-08-21T17:37:47.208Z[ host-image] Aug 21 17:37:45.896 INFO O| Aug 21 17:37:45.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105082026-08-21T17:37:47.208Z[ host-image] Aug 21 17:37:45.896 INFO O| Aug 21 17:37:45.896 INFO ok!
105092026-08-21T17:37:47.209Z[ host-image] Aug 21 17:37:45.896 INFO O| Aug 21 17:37:45.896 INFO STEP 125 (ensure_file) COMPLETE
105102026-08-21T17:37:47.209Z[ host-image] Aug 21 17:37:45.896 INFO O| Aug 21 17:37:45.896 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105112026-08-21T17:37:47.212Z[ host-image] Aug 21 17:37:45.902 INFO O| Aug 21 17:37:45.902 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105122026-08-21T17:37:47.213Z[ host-image] Aug 21 17:37:45.902 INFO O| Aug 21 17:37:45.902 INFO copying /tmp/.tmpoUnNLH/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 ...
105132026-08-21T17:37:47.213Z[ host-image] Aug 21 17:37:45.902 INFO O| Aug 21 17:37:45.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105142026-08-21T17:37:47.213Z[ host-image] Aug 21 17:37:45.902 INFO O| Aug 21 17:37:45.902 INFO ok!
105152026-08-21T17:37:47.213Z[ host-image] Aug 21 17:37:45.902 INFO O| Aug 21 17:37:45.902 INFO STEP 126 (ensure_file) COMPLETE
105162026-08-21T17:37:47.213Z[ host-image] Aug 21 17:37:45.902 INFO O| Aug 21 17:37:45.902 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105172026-08-21T17:37:47.217Z[ host-image] Aug 21 17:37:45.908 INFO O| Aug 21 17:37:45.908 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105182026-08-21T17:37:47.217Z[ host-image] Aug 21 17:37:45.908 INFO O| Aug 21 17:37:45.908 INFO copying /tmp/.tmpoUnNLH/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 ...
105192026-08-21T17:37:47.220Z[ host-image] Aug 21 17:37:45.908 INFO O| Aug 21 17:37:45.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105202026-08-21T17:37:47.220Z[ host-image] Aug 21 17:37:45.908 INFO O| Aug 21 17:37:45.908 INFO ok!
105212026-08-21T17:37:47.220Z[ host-image] Aug 21 17:37:45.908 INFO O| Aug 21 17:37:45.908 INFO STEP 127 (ensure_file) COMPLETE
105222026-08-21T17:37:47.220Z[ host-image] Aug 21 17:37:45.908 INFO O| Aug 21 17:37:45.908 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105232026-08-21T17:37:47.223Z[ host-image] Aug 21 17:37:45.914 INFO O| Aug 21 17:37:45.914 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105242026-08-21T17:37:47.227Z[ host-image] Aug 21 17:37:45.914 INFO O| Aug 21 17:37:45.914 INFO copying /tmp/.tmpoUnNLH/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 ...
105252026-08-21T17:37:47.228Z[ host-image] Aug 21 17:37:45.914 INFO O| Aug 21 17:37:45.914 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105262026-08-21T17:37:47.228Z[ host-image] Aug 21 17:37:45.914 INFO O| Aug 21 17:37:45.914 INFO ok!
105272026-08-21T17:37:47.228Z[ host-image] Aug 21 17:37:45.914 INFO O| Aug 21 17:37:45.914 INFO STEP 128 (ensure_file) COMPLETE
105282026-08-21T17:37:47.228Z[ host-image] Aug 21 17:37:45.914 INFO O| Aug 21 17:37:45.914 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105292026-08-21T17:37:47.231Z[ host-image] Aug 21 17:37:45.920 INFO O| Aug 21 17:37:45.920 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105302026-08-21T17:37:47.231Z[ host-image] Aug 21 17:37:45.920 INFO O| Aug 21 17:37:45.920 INFO copying /tmp/.tmpoUnNLH/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 ...
105312026-08-21T17:37:47.231Z[ host-image] Aug 21 17:37:45.920 INFO O| Aug 21 17:37:45.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105322026-08-21T17:37:47.231Z[ host-image] Aug 21 17:37:45.920 INFO O| Aug 21 17:37:45.920 INFO ok!
105332026-08-21T17:37:47.232Z[ host-image] Aug 21 17:37:45.921 INFO O| Aug 21 17:37:45.920 INFO STEP 129 (ensure_file) COMPLETE
105342026-08-21T17:37:47.232Z[ host-image] Aug 21 17:37:45.921 INFO O| Aug 21 17:37:45.920 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105352026-08-21T17:37:47.237Z[ host-image] Aug 21 17:37:45.928 INFO O| Aug 21 17:37:45.928 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105362026-08-21T17:37:47.237Z[ host-image] Aug 21 17:37:45.928 INFO O| Aug 21 17:37:45.928 INFO copying /tmp/.tmpoUnNLH/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 ...
105372026-08-21T17:37:47.240Z[ host-image] Aug 21 17:37:45.928 INFO O| Aug 21 17:37:45.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105382026-08-21T17:37:47.240Z[ host-image] Aug 21 17:37:45.928 INFO O| Aug 21 17:37:45.928 INFO ok!
105392026-08-21T17:37:47.241Z[ host-image] Aug 21 17:37:45.928 INFO O| Aug 21 17:37:45.928 INFO STEP 130 (ensure_file) COMPLETE
105402026-08-21T17:37:47.241Z[ host-image] Aug 21 17:37:45.928 INFO O| Aug 21 17:37:45.928 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105412026-08-21T17:37:47.244Z[ host-image] Aug 21 17:37:45.934 INFO O| Aug 21 17:37:45.934 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105422026-08-21T17:37:47.244Z[ host-image] Aug 21 17:37:45.934 INFO O| Aug 21 17:37:45.934 INFO copying /tmp/.tmpoUnNLH/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 ...
105432026-08-21T17:37:47.244Z[ host-image] Aug 21 17:37:45.934 INFO O| Aug 21 17:37:45.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105442026-08-21T17:37:47.244Z[ host-image] Aug 21 17:37:45.934 INFO O| Aug 21 17:37:45.934 INFO ok!
105452026-08-21T17:37:47.244Z[ host-image] Aug 21 17:37:45.934 INFO O| Aug 21 17:37:45.934 INFO STEP 131 (ensure_file) COMPLETE
105462026-08-21T17:37:47.244Z[ host-image] Aug 21 17:37:45.934 INFO O| Aug 21 17:37:45.934 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105472026-08-21T17:37:47.249Z[ host-image] Aug 21 17:37:45.940 INFO O| Aug 21 17:37:45.940 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105482026-08-21T17:37:47.249Z[ host-image] Aug 21 17:37:45.940 INFO O| Aug 21 17:37:45.940 INFO copying /tmp/.tmpoUnNLH/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 ...
105492026-08-21T17:37:47.252Z[ host-image] Aug 21 17:37:45.941 INFO O| Aug 21 17:37:45.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105502026-08-21T17:37:47.253Z[ host-image] Aug 21 17:37:45.941 INFO O| Aug 21 17:37:45.940 INFO ok!
105512026-08-21T17:37:47.253Z[ host-image] Aug 21 17:37:45.941 INFO O| Aug 21 17:37:45.941 INFO STEP 132 (ensure_file) COMPLETE
105522026-08-21T17:37:47.254Z[ host-image] Aug 21 17:37:45.941 INFO O| Aug 21 17:37:45.941 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105532026-08-21T17:37:47.258Z[ host-image] Aug 21 17:37:45.946 INFO O| Aug 21 17:37:45.946 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105542026-08-21T17:37:47.258Z[ host-image] Aug 21 17:37:45.946 INFO O| Aug 21 17:37:45.946 INFO copying /tmp/.tmpoUnNLH/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 ...
105552026-08-21T17:37:47.258Z[ host-image] Aug 21 17:37:45.946 INFO O| Aug 21 17:37:45.946 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105562026-08-21T17:37:47.258Z[ host-image] Aug 21 17:37:45.946 INFO O| Aug 21 17:37:45.946 INFO ok!
105572026-08-21T17:37:47.258Z[ host-image] Aug 21 17:37:45.946 INFO O| Aug 21 17:37:45.946 INFO STEP 133 (ensure_file) COMPLETE
105582026-08-21T17:37:47.258Z[ host-image] Aug 21 17:37:45.946 INFO O| Aug 21 17:37:45.946 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105592026-08-21T17:37:47.261Z[ host-image] Aug 21 17:37:45.952 INFO O| Aug 21 17:37:45.952 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105602026-08-21T17:37:47.261Z[ host-image] Aug 21 17:37:45.952 INFO O| Aug 21 17:37:45.952 INFO copying /tmp/.tmpoUnNLH/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 ...
105612026-08-21T17:37:47.261Z[ host-image] Aug 21 17:37:45.952 INFO O| Aug 21 17:37:45.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105622026-08-21T17:37:47.261Z[ host-image] Aug 21 17:37:45.952 INFO O| Aug 21 17:37:45.952 INFO ok!
105632026-08-21T17:37:47.261Z[ host-image] Aug 21 17:37:45.952 INFO O| Aug 21 17:37:45.952 INFO STEP 134 (ensure_file) COMPLETE
105642026-08-21T17:37:47.261Z[ host-image] Aug 21 17:37:45.952 INFO O| Aug 21 17:37:45.952 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105652026-08-21T17:37:47.266Z[ host-image] Aug 21 17:37:45.957 INFO O| Aug 21 17:37:45.957 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105662026-08-21T17:37:47.266Z[ host-image] Aug 21 17:37:45.957 INFO O| Aug 21 17:37:45.957 INFO copying /tmp/.tmpoUnNLH/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 ...
105672026-08-21T17:37:47.269Z[ host-image] Aug 21 17:37:45.957 INFO O| Aug 21 17:37:45.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105682026-08-21T17:37:47.269Z[ host-image] Aug 21 17:37:45.957 INFO O| Aug 21 17:37:45.957 INFO ok!
105692026-08-21T17:37:47.269Z[ host-image] Aug 21 17:37:45.957 INFO O| Aug 21 17:37:45.957 INFO STEP 135 (ensure_file) COMPLETE
105702026-08-21T17:37:47.270Z[ host-image] Aug 21 17:37:45.957 INFO O| Aug 21 17:37:45.957 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105712026-08-21T17:37:47.273Z[ host-image] Aug 21 17:37:45.963 INFO O| Aug 21 17:37:45.963 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105722026-08-21T17:37:47.273Z[ host-image] Aug 21 17:37:45.963 INFO O| Aug 21 17:37:45.963 INFO copying /tmp/.tmpoUnNLH/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105732026-08-21T17:37:47.273Z[ host-image] Aug 21 17:37:45.963 INFO O| Aug 21 17:37:45.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105742026-08-21T17:37:47.273Z[ host-image] Aug 21 17:37:45.963 INFO O| Aug 21 17:37:45.963 INFO ok!
105752026-08-21T17:37:47.273Z[ host-image] Aug 21 17:37:45.963 INFO O| Aug 21 17:37:45.963 INFO STEP 136 (ensure_file) COMPLETE
105762026-08-21T17:37:47.273Z[ host-image] Aug 21 17:37:45.963 INFO O| Aug 21 17:37:45.963 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105772026-08-21T17:37:47.278Z[ host-image] Aug 21 17:37:45.970 INFO O| Aug 21 17:37:45.970 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105782026-08-21T17:37:47.279Z[ host-image] Aug 21 17:37:45.970 INFO O| Aug 21 17:37:45.970 INFO copying /tmp/.tmpoUnNLH/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 ...
105792026-08-21T17:37:47.281Z[ host-image] Aug 21 17:37:45.970 INFO O| Aug 21 17:37:45.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105802026-08-21T17:37:47.281Z[ host-image] Aug 21 17:37:45.970 INFO O| Aug 21 17:37:45.970 INFO ok!
105812026-08-21T17:37:47.282Z[ host-image] Aug 21 17:37:45.970 INFO O| Aug 21 17:37:45.970 INFO STEP 137 (ensure_file) COMPLETE
105822026-08-21T17:37:47.283Z[ host-image] Aug 21 17:37:45.970 INFO O| Aug 21 17:37:45.970 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105832026-08-21T17:37:47.287Z[ host-image] Aug 21 17:37:45.976 INFO O| Aug 21 17:37:45.976 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105842026-08-21T17:37:47.287Z[ host-image] Aug 21 17:37:45.976 INFO O| Aug 21 17:37:45.976 INFO copying /tmp/.tmpoUnNLH/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105852026-08-21T17:37:47.288Z[ host-image] Aug 21 17:37:45.976 INFO O| Aug 21 17:37:45.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105862026-08-21T17:37:47.288Z[ host-image] Aug 21 17:37:45.976 INFO O| Aug 21 17:37:45.976 INFO ok!
105872026-08-21T17:37:47.288Z[ host-image] Aug 21 17:37:45.976 INFO O| Aug 21 17:37:45.976 INFO STEP 138 (ensure_file) COMPLETE
105882026-08-21T17:37:47.288Z[ host-image] Aug 21 17:37:45.976 INFO O| Aug 21 17:37:45.976 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105892026-08-21T17:37:47.294Z[ host-image] Aug 21 17:37:45.983 INFO O| Aug 21 17:37:45.983 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105902026-08-21T17:37:47.294Z[ host-image] Aug 21 17:37:45.983 INFO O| Aug 21 17:37:45.983 INFO copying /tmp/.tmpoUnNLH/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105912026-08-21T17:37:47.841Z[ recovery-image] Aug 21 17:37:46.532 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.20s
105922026-08-21T17:37:47.849Z[ recovery-image] Aug 21 17:37:46.540 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
105932026-08-21T17:37:48.110Z[ recovery-image] Aug 21 17:37:46.801 INFO E| Downloading crates ...
105942026-08-21T17:37:48.162Z[ recovery-image] Aug 21 17:37:46.853 INFO E| Downloaded bit_field v0.10.3
105952026-08-21T17:37:48.168Z[ recovery-image] Aug 21 17:37:46.859 INFO E| Downloaded bitstruct v0.1.1
105962026-08-21T17:37:48.171Z[ recovery-image] Aug 21 17:37:46.860 INFO E| Downloaded cpio_reader v0.1.2
105972026-08-21T17:37:48.175Z[ recovery-image] Aug 21 17:37:46.866 INFO E| Downloaded miniz_oxide v0.9.1
105982026-08-21T17:37:48.178Z[ recovery-image] Aug 21 17:37:46.868 INFO E| Downloaded log v0.4.32
105992026-08-21T17:37:48.181Z[ recovery-image] Aug 21 17:37:46.870 INFO E| Downloaded bitstruct_derive v0.1.0
106002026-08-21T17:37:48.189Z[ recovery-image] Aug 21 17:37:46.880 INFO E| Downloaded bitflags v2.13.0
106012026-08-21T17:37:48.198Z[ recovery-image] Aug 21 17:37:46.889 INFO E| Downloaded raw-cpuid v10.7.0
106022026-08-21T17:37:48.220Z[ recovery-image] Aug 21 17:37:46.910 INFO E| Downloaded goblin v0.10.7
106032026-08-21T17:37:48.323Z[ recovery-image] Aug 21 17:37:47.013 INFO E| Downloaded x86 v0.52.0
106042026-08-21T17:37:48.358Z[ recovery-image] Aug 21 17:37:47.048 INFO E| Updating crates.io index
106052026-08-21T17:37:48.406Z[ recovery-image] Aug 21 17:37:47.097 INFO E| Downloading crates ...
106062026-08-21T17:37:48.428Z[ recovery-image] Aug 21 17:37:47.119 INFO E| Downloaded hashbrown v0.17.1
106072026-08-21T17:37:48.433Z[ recovery-image] Aug 21 17:37:47.124 INFO E| Downloaded rustc-literal-escaper v0.0.7
106082026-08-21T17:37:48.482Z[ recovery-image] Aug 21 17:37:47.173 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)
106092026-08-21T17:37:48.486Z[ recovery-image] Aug 21 17:37:47.173 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)
106102026-08-21T17:37:48.486Z[ recovery-image] Aug 21 17:37:47.173 INFO E| Compiling proc-macro2 v1.0.106
106112026-08-21T17:37:48.486Z[ recovery-image] Aug 21 17:37:47.173 INFO E| Compiling quote v1.0.45
106122026-08-21T17:37:48.486Z[ recovery-image] Aug 21 17:37:47.173 INFO E| Compiling unicode-ident v1.0.24
106132026-08-21T17:37:48.486Z[ recovery-image] Aug 21 17:37:47.173 INFO E| Compiling syn v1.0.109
106142026-08-21T17:37:48.486Z[ recovery-image] Aug 21 17:37:47.173 INFO E| Compiling x86 v0.52.0
106152026-08-21T17:37:48.486Z[ recovery-image] Aug 21 17:37:47.173 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106162026-08-21T17:37:48.486Z[ recovery-image] Aug 21 17:37:47.173 INFO E| Compiling seq-macro v0.3.6
106172026-08-21T17:37:49.609Z[ recovery-image] Aug 21 17:37:48.299 INFO E| Compiling syn v2.0.117
106182026-08-21T17:37:51.156Z[ recovery-image] Aug 21 17:37:49.847 INFO E| Compiling scroll_derive v0.13.1
106192026-08-21T17:37:52.448Z[ recovery-image] Aug 21 17:37:51.138 INFO E| Compiling bitstruct_derive v0.1.0
106202026-08-21T17:37:54.152Z[ host-image] Aug 21 17:37:52.842 INFO O| Aug 21 17:37:52.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106212026-08-21T17:37:54.152Z[ host-image] Aug 21 17:37:52.842 INFO O| Aug 21 17:37:52.842 INFO ok!
106222026-08-21T17:37:54.155Z[ host-image] Aug 21 17:37:52.842 INFO O| Aug 21 17:37:52.842 INFO STEP 139 (ensure_file) COMPLETE
106232026-08-21T17:37:54.155Z[ host-image] Aug 21 17:37:52.842 INFO O| Aug 21 17:37:52.842 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106242026-08-21T17:37:54.160Z[ host-image] Aug 21 17:37:52.851 INFO O| Aug 21 17:37:52.851 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106252026-08-21T17:37:54.160Z[ host-image] Aug 21 17:37:52.851 INFO O| Aug 21 17:37:52.851 INFO STEP 140 (ensure_dir) COMPLETE
106262026-08-21T17:37:54.160Z[ host-image] Aug 21 17:37:52.851 INFO O| Aug 21 17:37:52.851 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106272026-08-21T17:37:54.169Z[ host-image] Aug 21 17:37:52.860 INFO O| Aug 21 17:37:52.860 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106282026-08-21T17:37:54.169Z[ host-image] Aug 21 17:37:52.860 INFO O| Aug 21 17:37:52.860 INFO STEP 141 (ensure_dir) COMPLETE
106292026-08-21T17:37:54.169Z[ host-image] Aug 21 17:37:52.860 INFO O| Aug 21 17:37:52.860 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106302026-08-21T17:37:54.178Z[ host-image] Aug 21 17:37:52.867 INFO O| Aug 21 17:37:52.867 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106312026-08-21T17:37:54.178Z[ host-image] Aug 21 17:37:52.867 INFO O| Aug 21 17:37:52.867 INFO STEP 142 (ensure_dir) COMPLETE
106322026-08-21T17:37:54.182Z[ host-image] Aug 21 17:37:52.867 INFO O| Aug 21 17:37:52.867 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106332026-08-21T17:37:54.185Z[ host-image] Aug 21 17:37:52.874 INFO O| Aug 21 17:37:52.874 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106342026-08-21T17:37:54.185Z[ host-image] Aug 21 17:37:52.874 INFO O| Aug 21 17:37:52.874 INFO STEP 143 (ensure_dir) COMPLETE
106352026-08-21T17:37:54.185Z[ host-image] Aug 21 17:37:52.874 INFO O| Aug 21 17:37:52.874 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106362026-08-21T17:37:54.189Z[ host-image] Aug 21 17:37:52.880 INFO O| Aug 21 17:37:52.880 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106372026-08-21T17:37:54.192Z[ host-image] Aug 21 17:37:52.880 INFO O| Aug 21 17:37:52.880 INFO copying /tmp/.tmpoUnNLH/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 ...
106382026-08-21T17:37:54.192Z[ host-image] Aug 21 17:37:52.880 INFO O| Aug 21 17:37:52.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106392026-08-21T17:37:54.192Z[ host-image] Aug 21 17:37:52.880 INFO O| Aug 21 17:37:52.880 INFO ok!
106402026-08-21T17:37:54.192Z[ host-image] Aug 21 17:37:52.880 INFO O| Aug 21 17:37:52.880 INFO STEP 144 (ensure_file) COMPLETE
106412026-08-21T17:37:54.192Z[ host-image] Aug 21 17:37:52.880 INFO O| Aug 21 17:37:52.880 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106422026-08-21T17:37:54.196Z[ host-image] Aug 21 17:37:52.887 INFO O| Aug 21 17:37:52.887 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106432026-08-21T17:37:54.199Z[ host-image] Aug 21 17:37:52.887 INFO O| Aug 21 17:37:52.887 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106442026-08-21T17:37:54.199Z[ host-image] Aug 21 17:37:52.887 INFO O| Aug 21 17:37:52.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106452026-08-21T17:37:54.200Z[ host-image] Aug 21 17:37:52.887 INFO O| Aug 21 17:37:52.887 INFO STEP 145 (ensure_dir) COMPLETE
106462026-08-21T17:37:54.200Z[ host-image] Aug 21 17:37:52.887 INFO O| Aug 21 17:37:52.887 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106472026-08-21T17:37:54.203Z[ host-image] Aug 21 17:37:52.894 INFO O| Aug 21 17:37:52.894 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106482026-08-21T17:37:54.203Z[ host-image] Aug 21 17:37:52.894 INFO O| Aug 21 17:37:52.894 INFO copying /tmp/.tmpoUnNLH/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106492026-08-21T17:37:54.206Z[ host-image] Aug 21 17:37:52.894 INFO O| Aug 21 17:37:52.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106502026-08-21T17:37:54.206Z[ host-image] Aug 21 17:37:52.894 INFO O| Aug 21 17:37:52.894 INFO ok!
106512026-08-21T17:37:54.206Z[ host-image] Aug 21 17:37:52.894 INFO O| Aug 21 17:37:52.894 INFO STEP 146 (ensure_file) COMPLETE
106522026-08-21T17:37:54.206Z[ host-image] Aug 21 17:37:52.894 INFO O| Aug 21 17:37:52.894 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106532026-08-21T17:37:54.209Z[ host-image] Aug 21 17:37:52.900 INFO O| Aug 21 17:37:52.900 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106542026-08-21T17:37:54.209Z[ host-image] Aug 21 17:37:52.900 INFO O| Aug 21 17:37:52.900 INFO STEP 147 (remove_files) COMPLETE
106552026-08-21T17:37:54.209Z[ host-image] Aug 21 17:37:52.900 INFO O| Aug 21 17:37:52.900 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106562026-08-21T17:37:54.216Z[ host-image] Aug 21 17:37:52.907 INFO O| Aug 21 17:37:52.907 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106572026-08-21T17:37:54.219Z[ host-image] Aug 21 17:37:52.907 INFO O| Aug 21 17:37:52.907 INFO STEP 148 (remove_files) COMPLETE
106582026-08-21T17:37:54.219Z[ host-image] Aug 21 17:37:52.907 INFO O| Aug 21 17:37:52.907 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106592026-08-21T17:37:54.222Z[ host-image] Aug 21 17:37:52.913 INFO O| Aug 21 17:37:52.913 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106602026-08-21T17:37:54.223Z[ host-image] Aug 21 17:37:52.913 INFO O| Aug 21 17:37:52.913 INFO STEP 149 (remove_files) COMPLETE
106612026-08-21T17:37:54.223Z[ host-image] Aug 21 17:37:52.913 INFO O| Aug 21 17:37:52.913 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106622026-08-21T17:37:54.229Z[ host-image] Aug 21 17:37:52.920 INFO O| Aug 21 17:37:52.920 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106632026-08-21T17:37:54.232Z[ host-image] Aug 21 17:37:52.920 INFO O| Aug 21 17:37:52.920 INFO STEP 150 (remove_files) COMPLETE
106642026-08-21T17:37:54.233Z[ host-image] Aug 21 17:37:52.920 INFO O| Aug 21 17:37:52.920 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106652026-08-21T17:37:54.236Z[ host-image] Aug 21 17:37:52.926 INFO O| Aug 21 17:37:52.926 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106662026-08-21T17:37:54.236Z[ host-image] Aug 21 17:37:52.926 INFO O| Aug 21 17:37:52.926 INFO STEP 151 (remove_files) COMPLETE
106672026-08-21T17:37:54.236Z[ host-image] Aug 21 17:37:52.926 INFO O| Aug 21 17:37:52.926 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106682026-08-21T17:37:54.241Z[ host-image] Aug 21 17:37:52.932 INFO O| Aug 21 17:37:52.932 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106692026-08-21T17:37:54.244Z[ host-image] Aug 21 17:37:52.932 INFO O| Aug 21 17:37:52.932 INFO STEP 152 (remove_files) COMPLETE
106702026-08-21T17:37:54.244Z[ host-image] Aug 21 17:37:52.932 INFO O| Aug 21 17:37:52.932 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106712026-08-21T17:37:54.248Z[ host-image] Aug 21 17:37:52.939 INFO O| Aug 21 17:37:52.939 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106722026-08-21T17:37:54.252Z[ host-image] Aug 21 17:37:52.939 INFO O| Aug 21 17:37:52.939 INFO STEP 153 (remove_files) COMPLETE
106732026-08-21T17:37:54.252Z[ host-image] Aug 21 17:37:52.939 INFO O| Aug 21 17:37:52.939 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106742026-08-21T17:37:54.255Z[ host-image] Aug 21 17:37:52.945 INFO O| Aug 21 17:37:52.945 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106752026-08-21T17:37:54.255Z[ host-image] Aug 21 17:37:52.945 INFO O| Aug 21 17:37:52.945 INFO STEP 154 (remove_files) COMPLETE
106762026-08-21T17:37:54.255Z[ host-image] Aug 21 17:37:52.945 INFO O| Aug 21 17:37:52.945 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106772026-08-21T17:37:54.261Z[ host-image] Aug 21 17:37:52.952 INFO O| Aug 21 17:37:52.952 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106782026-08-21T17:37:54.261Z[ host-image] Aug 21 17:37:52.952 INFO O| Aug 21 17:37:52.952 INFO STEP 155 (remove_files) COMPLETE
106792026-08-21T17:37:54.264Z[ host-image] Aug 21 17:37:52.952 INFO O| Aug 21 17:37:52.952 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106802026-08-21T17:37:54.267Z[ host-image] Aug 21 17:37:52.958 INFO O| Aug 21 17:37:52.958 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106812026-08-21T17:37:54.267Z[ host-image] Aug 21 17:37:52.958 INFO O| Aug 21 17:37:52.958 INFO STEP 156 (remove_files) COMPLETE
106822026-08-21T17:37:54.267Z[ host-image] Aug 21 17:37:52.958 INFO O| Aug 21 17:37:52.958 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106832026-08-21T17:37:54.273Z[ host-image] Aug 21 17:37:52.964 INFO O| Aug 21 17:37:52.964 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106842026-08-21T17:37:54.273Z[ host-image] Aug 21 17:37:52.964 INFO O| Aug 21 17:37:52.964 INFO STEP 157 (remove_files) COMPLETE
106852026-08-21T17:37:54.277Z[ host-image] Aug 21 17:37:52.964 INFO O| Aug 21 17:37:52.964 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106862026-08-21T17:37:54.280Z[ host-image] Aug 21 17:37:52.971 INFO O| Aug 21 17:37:52.971 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106872026-08-21T17:37:54.280Z[ host-image] Aug 21 17:37:52.971 INFO O| Aug 21 17:37:52.971 INFO STEP 158 (remove_files) COMPLETE
106882026-08-21T17:37:54.280Z[ host-image] Aug 21 17:37:52.971 INFO O| Aug 21 17:37:52.971 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106892026-08-21T17:37:54.285Z[ host-image] Aug 21 17:37:52.976 INFO O| Aug 21 17:37:52.976 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106902026-08-21T17:37:54.285Z[ host-image] Aug 21 17:37:52.976 INFO O| Aug 21 17:37:52.976 INFO STEP 159 (remove_files) COMPLETE
106912026-08-21T17:37:54.289Z[ host-image] Aug 21 17:37:52.976 INFO O| Aug 21 17:37:52.976 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106922026-08-21T17:37:54.292Z[ host-image] Aug 21 17:37:52.983 INFO O| Aug 21 17:37:52.983 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106932026-08-21T17:37:54.295Z[ host-image] Aug 21 17:37:52.983 INFO O| Aug 21 17:37:52.983 INFO STEP 160 (remove_files) COMPLETE
106942026-08-21T17:37:54.295Z[ host-image] Aug 21 17:37:52.983 INFO O| Aug 21 17:37:52.983 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106952026-08-21T17:37:54.299Z[ host-image] Aug 21 17:37:52.989 INFO O| Aug 21 17:37:52.989 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106962026-08-21T17:37:54.299Z[ host-image] Aug 21 17:37:52.990 INFO O| Aug 21 17:37:52.990 INFO STEP 161 (remove_files) COMPLETE
106972026-08-21T17:37:54.299Z[ host-image] Aug 21 17:37:52.990 INFO O| Aug 21 17:37:52.990 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106982026-08-21T17:37:54.306Z[ host-image] Aug 21 17:37:52.996 INFO O| Aug 21 17:37:52.996 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106992026-08-21T17:37:54.307Z[ host-image] Aug 21 17:37:52.996 INFO O| Aug 21 17:37:52.996 INFO STEP 162 (remove_files) COMPLETE
107002026-08-21T17:37:54.310Z[ host-image] Aug 21 17:37:52.996 INFO O| Aug 21 17:37:52.996 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107012026-08-21T17:37:54.313Z[ host-image] Aug 21 17:37:53.002 INFO O| Aug 21 17:37:53.002 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
107022026-08-21T17:37:54.313Z[ host-image] Aug 21 17:37:53.002 INFO O| Aug 21 17:37:53.002 INFO STEP 163 (remove_files) COMPLETE
107032026-08-21T17:37:54.314Z[ host-image] Aug 21 17:37:53.002 INFO O| Aug 21 17:37:53.002 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107042026-08-21T17:37:54.321Z[ host-image] Aug 21 17:37:53.009 INFO O| Aug 21 17:37:53.008 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
107052026-08-21T17:37:54.321Z[ host-image] Aug 21 17:37:53.009 INFO O| Aug 21 17:37:53.009 INFO STEP 164 (remove_files) COMPLETE
107062026-08-21T17:37:54.321Z[ host-image] Aug 21 17:37:53.009 INFO O| Aug 21 17:37:53.009 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107072026-08-21T17:37:54.325Z[ host-image] Aug 21 17:37:53.016 INFO O| Aug 21 17:37:53.016 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
107082026-08-21T17:37:54.329Z[ host-image] Aug 21 17:37:53.016 INFO O| Aug 21 17:37:53.016 INFO STEP 165 (remove_files) COMPLETE
107092026-08-21T17:37:54.329Z[ host-image] Aug 21 17:37:53.016 INFO O| Aug 21 17:37:53.016 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107102026-08-21T17:37:54.333Z[ host-image] Aug 21 17:37:53.022 INFO O| Aug 21 17:37:53.022 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107112026-08-21T17:37:54.333Z[ host-image] Aug 21 17:37:53.022 INFO O| Aug 21 17:37:53.022 INFO STEP 166 (remove_files) COMPLETE
107122026-08-21T17:37:54.333Z[ host-image] Aug 21 17:37:53.022 INFO O| Aug 21 17:37:53.022 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107132026-08-21T17:37:54.336Z[ host-image] Aug 21 17:37:53.027 INFO O| Aug 21 17:37:53.027 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107142026-08-21T17:37:54.336Z[ host-image] Aug 21 17:37:53.027 INFO O| Aug 21 17:37:53.027 INFO STEP 167 (remove_files) COMPLETE
107152026-08-21T17:37:54.340Z[ host-image] Aug 21 17:37:53.027 INFO O| Aug 21 17:37:53.027 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107162026-08-21T17:37:54.343Z[ host-image] Aug 21 17:37:53.033 INFO O| Aug 21 17:37:53.033 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107172026-08-21T17:37:54.343Z[ host-image] Aug 21 17:37:53.033 INFO O| Aug 21 17:37:53.033 INFO STEP 168 (remove_files) COMPLETE
107182026-08-21T17:37:54.343Z[ host-image] Aug 21 17:37:53.033 INFO O| Aug 21 17:37:53.033 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107192026-08-21T17:37:54.349Z[ host-image] Aug 21 17:37:53.040 INFO O| Aug 21 17:37:53.040 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107202026-08-21T17:37:54.349Z[ host-image] Aug 21 17:37:53.040 INFO O| Aug 21 17:37:53.040 INFO STEP 169 (remove_files) COMPLETE
107212026-08-21T17:37:54.349Z[ host-image] Aug 21 17:37:53.040 INFO O| Aug 21 17:37:53.040 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107222026-08-21T17:37:54.355Z[ host-image] Aug 21 17:37:53.045 INFO O| Aug 21 17:37:53.045 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107232026-08-21T17:37:54.355Z[ host-image] Aug 21 17:37:53.045 INFO O| Aug 21 17:37:53.045 INFO STEP 170 (remove_files) COMPLETE
107242026-08-21T17:37:54.355Z[ host-image] Aug 21 17:37:53.045 INFO O| Aug 21 17:37:53.045 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107252026-08-21T17:37:54.360Z[ host-image] Aug 21 17:37:53.051 INFO O| Aug 21 17:37:53.051 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107262026-08-21T17:37:54.363Z[ host-image] Aug 21 17:37:53.051 INFO O| Aug 21 17:37:53.051 INFO STEP 171 (remove_files) COMPLETE
107272026-08-21T17:37:54.363Z[ host-image] Aug 21 17:37:53.051 INFO O| Aug 21 17:37:53.051 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107282026-08-21T17:37:54.366Z[ host-image] Aug 21 17:37:53.056 INFO O| Aug 21 17:37:53.056 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107292026-08-21T17:37:54.367Z[ host-image] Aug 21 17:37:53.056 INFO O| Aug 21 17:37:53.056 INFO STEP 172 (remove_files) COMPLETE
107302026-08-21T17:37:54.367Z[ host-image] Aug 21 17:37:53.056 INFO O| Aug 21 17:37:53.056 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107312026-08-21T17:37:54.371Z[ host-image] Aug 21 17:37:53.062 INFO O| Aug 21 17:37:53.062 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107322026-08-21T17:37:54.371Z[ host-image] Aug 21 17:37:53.062 INFO O| Aug 21 17:37:53.062 INFO STEP 173 (remove_files) COMPLETE
107332026-08-21T17:37:54.374Z[ host-image] Aug 21 17:37:53.062 INFO O| Aug 21 17:37:53.062 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107342026-08-21T17:37:54.378Z[ host-image] Aug 21 17:37:53.067 INFO O| Aug 21 17:37:53.067 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107352026-08-21T17:37:54.378Z[ host-image] Aug 21 17:37:53.067 INFO O| Aug 21 17:37:53.067 INFO STEP 174 (remove_files) COMPLETE
107362026-08-21T17:37:54.378Z[ host-image] Aug 21 17:37:53.067 INFO O| Aug 21 17:37:53.067 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107372026-08-21T17:37:54.381Z[ host-image] Aug 21 17:37:53.072 INFO O| Aug 21 17:37:53.072 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107382026-08-21T17:37:54.382Z[ host-image] Aug 21 17:37:53.072 INFO O| Aug 21 17:37:53.072 INFO STEP 175 (remove_files) COMPLETE
107392026-08-21T17:37:54.382Z[ host-image] Aug 21 17:37:53.072 INFO O| Aug 21 17:37:53.072 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107402026-08-21T17:37:54.391Z[ host-image] Aug 21 17:37:53.081 INFO O| Aug 21 17:37:53.081 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107412026-08-21T17:37:54.395Z[ host-image] Aug 21 17:37:53.081 INFO O| Aug 21 17:37:53.081 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107422026-08-21T17:37:59.187Z[ host-image] Aug 21 17:37:57.878 INFO O| Aug 21 17:37:57.878 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
107432026-08-21T17:37:59.188Z[ host-image] Aug 21 17:37:57.878 INFO O| Aug 21 17:37:57.878 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107442026-08-21T17:37:59.198Z[ host-image] Aug 21 17:37:57.889 INFO O| Aug 21 17:37:57.889 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
107452026-08-21T17:37:59.292Z[ host-image] Aug 21 17:37:57.982 INFO O| Aug 21 17:37:57.982 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
107462026-08-21T17:37:59.348Z[ host-image] Aug 21 17:37:58.038 INFO O| Aug 21 17:37:58.038 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107472026-08-21T17:37:59.407Z[ host-image] Aug 21 17:37:58.098 INFO O| Aug 21 17:37:58.098 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107482026-08-21T17:37:59.408Z[ host-image] Aug 21 17:37:58.098 INFO O| Aug 21 17:37:58.098 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107492026-08-21T17:37:59.411Z[ host-image] Aug 21 17:37:58.100 INFO O| Aug 21 17:37:58.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107502026-08-21T17:37:59.411Z[ host-image] Aug 21 17:37:58.100 INFO O| Aug 21 17:37:58.100 INFO ok!
107512026-08-21T17:37:59.411Z[ host-image] Aug 21 17:37:58.100 INFO O| Aug 21 17:37:58.100 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107522026-08-21T17:37:59.411Z[ host-image] Aug 21 17:37:58.100 INFO O| Aug 21 17:37:58.100 INFO STEP 176 (seed_smf) COMPLETE
107532026-08-21T17:37:59.411Z[ host-image] Aug 21 17:37:58.100 INFO O| Aug 21 17:37:58.100 INFO steps complete; finalising image!
107542026-08-21T17:37:59.411Z[ host-image] Aug 21 17:37:58.100 INFO O| Aug 21 17:37:58.100 INFO TRIM POOL: TEMPORARY-sled-zfs
107552026-08-21T17:37:59.483Z[ host-image] Aug 21 17:37:58.174 INFO O| Aug 21 17:37:58.173 INFO trim TEMPORARY-sled-zfs: (6% trimmed, started at Fri Aug 21 17:37:58 2026)
107562026-08-21T17:37:59.696Z[ host-image] Aug 21 17:37:58.387 INFO O| Aug 21 17:37:58.387 INFO temporary pool has 915M used, 109M avail, 1.80x compressratio
107572026-08-21T17:37:59.696Z[ host-image] Aug 21 17:37:58.387 INFO O| Aug 21 17:37:58.387 INFO EXPORT POOL: TEMPORARY-sled-zfs
107582026-08-21T17:38:00.032Z[ host-image] Aug 21 17:37:58.722 INFO O| Aug 21 17:37:58.722 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107592026-08-21T17:38:00.032Z[ host-image] Aug 21 17:37:58.722 INFO O| Aug 21 17:37:58.722 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107602026-08-21T17:38:00.890Z[ host-image] Aug 21 17:37:59.577 INFO O| Aug 21 17:37:59.576 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107612026-08-21T17:38:00.896Z[ host-image] Aug 21 17:37:59.577 INFO O| Aug 21 17:37:59.576 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107622026-08-21T17:38:00.896Z[ host-image] Aug 21 17:37:59.577 INFO O| Aug 21 17:37:59.576 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107632026-08-21T17:38:00.900Z[ host-image] Aug 21 17:37:59.577 INFO O| Aug 21 17:37:59.576 INFO completed processing sled/zfs
107642026-08-21T17:38:00.903Z[ host-image] Aug 21 17:37:59.577 INFO O| Aug 21 17:37:59.576 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107652026-08-21T17:38:01.821Z[ recovery-image] Aug 21 17:38:00.510 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)
107662026-08-21T17:38:03.845Z[ recovery-image] Aug 21 17:38:02.535 INFO E| Compiling bitflags v1.3.2
107672026-08-21T17:38:03.845Z[ recovery-image] Aug 21 17:38:02.535 INFO E| Compiling log v0.4.32
107682026-08-21T17:38:03.849Z[ recovery-image] Aug 21 17:38:02.535 INFO E| Compiling scroll v0.13.0
107692026-08-21T17:38:03.849Z[ recovery-image] Aug 21 17:38:02.535 INFO E| Compiling bit_field v0.10.3
107702026-08-21T17:38:03.849Z[ recovery-image] Aug 21 17:38:02.535 INFO E| Compiling adler2 v2.0.1
107712026-08-21T17:38:03.849Z[ recovery-image] Aug 21 17:38:02.535 INFO E| Compiling plain v0.2.3
107722026-08-21T17:38:03.849Z[ recovery-image] Aug 21 17:38:02.535 INFO E| Compiling bitflags v2.13.0
107732026-08-21T17:38:03.849Z[ recovery-image] Aug 21 17:38:02.535 INFO E| Compiling static_assertions v1.1.0
107742026-08-21T17:38:03.849Z[ recovery-image] Aug 21 17:38:02.536 INFO E| Compiling bitstruct v0.1.1
107752026-08-21T17:38:03.895Z[ recovery-image] Aug 21 17:38:02.585 INFO E| Compiling raw-cpuid v10.7.0
107762026-08-21T17:38:03.943Z[ recovery-image] Aug 21 17:38:02.633 INFO E| Compiling miniz_oxide v0.9.1
107772026-08-21T17:38:04.002Z[ recovery-image] Aug 21 17:38:02.693 INFO E| Compiling cpio_reader v0.1.2
107782026-08-21T17:38:04.068Z[ recovery-image] Aug 21 17:38:02.758 INFO E| Compiling goblin v0.10.7
107792026-08-21T17:38:06.813Z[ recovery-image] Aug 21 17:38:05.503 INFO E| Finished `release` profile [optimized] target(s) in 18.94s
107802026-08-21T17:38:06.831Z[ recovery-image] Aug 21 17:38:05.521 INFO building ROM for gimlet
107812026-08-21T17:38:06.835Z[ recovery-image] Aug 21 17:38:05.522 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")
107822026-08-21T17:38:06.903Z[ recovery-image] Aug 21 17:38:05.594 INFO E| Downloading crates ...
107832026-08-21T17:38:06.952Z[ recovery-image] Aug 21 17:38:05.642 INFO E| Downloaded anstyle-query v1.1.2
107842026-08-21T17:38:06.955Z[ recovery-image] Aug 21 17:38:05.643 INFO E| Downloaded colorchoice v1.0.3
107852026-08-21T17:38:06.959Z[ recovery-image] Aug 21 17:38:05.650 INFO E| Downloaded clap_lex v0.7.4
107862026-08-21T17:38:06.963Z[ recovery-image] Aug 21 17:38:05.651 INFO E| Downloaded clap_derive v4.5.32
107872026-08-21T17:38:06.966Z[ recovery-image] Aug 21 17:38:05.654 INFO E| Downloaded anstream v0.6.18
107882026-08-21T17:38:06.966Z[ recovery-image] Aug 21 17:38:05.655 INFO E| Downloaded os_pipe v1.2.1
107892026-08-21T17:38:06.969Z[ recovery-image] Aug 21 17:38:05.658 INFO E| Downloaded shared_child v1.0.1
107902026-08-21T17:38:06.970Z[ recovery-image] Aug 21 17:38:05.660 INFO E| Downloaded anstyle v1.0.10
107912026-08-21T17:38:06.973Z[ recovery-image] Aug 21 17:38:05.661 INFO E| Downloaded is_terminal_polyfill v1.70.1
107922026-08-21T17:38:06.973Z[ recovery-image] Aug 21 17:38:05.661 INFO E| Downloaded toml_write v0.1.1
107932026-08-21T17:38:06.973Z[ recovery-image] Aug 21 17:38:05.662 INFO E| Downloaded serde_spanned v0.6.8
107942026-08-21T17:38:06.978Z[ recovery-image] Aug 21 17:38:05.669 INFO E| Downloaded toml_datetime v0.6.9
107952026-08-21T17:38:06.982Z[ recovery-image] Aug 21 17:38:05.670 INFO E| Downloaded anstyle-parse v0.2.6
107962026-08-21T17:38:06.982Z[ recovery-image] Aug 21 17:38:05.672 INFO E| Downloaded duct v0.13.7
107972026-08-21T17:38:07.004Z[ recovery-image] Aug 21 17:38:05.695 INFO E| Downloaded clap v4.5.37
107982026-08-21T17:38:07.009Z[ recovery-image] Aug 21 17:38:05.700 INFO E| Downloaded toml v0.8.22
107992026-08-21T17:38:07.029Z[ recovery-image] Aug 21 17:38:05.720 INFO E| Downloaded cc v1.2.20
108002026-08-21T17:38:07.033Z[ recovery-image] Aug 21 17:38:05.722 INFO E| Downloaded toml_edit v0.22.26
108012026-08-21T17:38:07.050Z[ recovery-image] Aug 21 17:38:05.741 INFO E| Downloaded winnow v0.7.7
108022026-08-21T17:38:07.055Z[ recovery-image] Aug 21 17:38:05.746 INFO E| Downloaded clap_builder v4.5.37
108032026-08-21T17:38:07.069Z[ recovery-image] Aug 21 17:38:05.759 INFO E| Compiling libc v0.2.172
108042026-08-21T17:38:07.073Z[ recovery-image] Aug 21 17:38:05.759 INFO E| Compiling utf8parse v0.2.2
108052026-08-21T17:38:07.073Z[ recovery-image] Aug 21 17:38:05.759 INFO E| Compiling shlex v1.3.0
108062026-08-21T17:38:07.073Z[ recovery-image] Aug 21 17:38:05.759 INFO E| Compiling once_cell v1.21.3
108072026-08-21T17:38:07.073Z[ recovery-image] Aug 21 17:38:05.759 INFO E| Compiling hashbrown v0.15.2
108082026-08-21T17:38:07.073Z[ recovery-image] Aug 21 17:38:05.759 INFO E| Compiling anstyle v1.0.10
108092026-08-21T17:38:07.073Z[ recovery-image] Aug 21 17:38:05.759 INFO E| Compiling equivalent v1.0.2
108102026-08-21T17:38:07.087Z[ recovery-image] Aug 21 17:38:05.778 INFO E| Compiling anstyle-query v1.1.2
108112026-08-21T17:38:07.090Z[ recovery-image] Aug 21 17:38:05.778 INFO E| Compiling is_terminal_polyfill v1.70.1
108122026-08-21T17:38:07.090Z[ recovery-image] Aug 21 17:38:05.778 INFO E| Compiling colorchoice v1.0.3
108132026-08-21T17:38:07.090Z[ recovery-image] Aug 21 17:38:05.778 INFO E| Compiling winnow v0.7.7
108142026-08-21T17:38:07.091Z[ recovery-image] Aug 21 17:38:05.779 INFO E| Compiling clap_lex v0.7.4
108152026-08-21T17:38:07.094Z[ recovery-image] Aug 21 17:38:05.783 INFO E| Compiling toml_write v0.1.1
108162026-08-21T17:38:07.097Z[ recovery-image] Aug 21 17:38:05.786 INFO E| Compiling anyhow v1.0.98
108172026-08-21T17:38:07.098Z[ recovery-image] Aug 21 17:38:05.787 INFO E| Compiling strsim v0.11.1
108182026-08-21T17:38:07.101Z[ recovery-image] Aug 21 17:38:05.790 INFO E| Compiling syn v2.0.101
108192026-08-21T17:38:07.256Z[ recovery-image] Aug 21 17:38:05.946 INFO E| Compiling cc v1.2.20
108202026-08-21T17:38:07.260Z[ recovery-image] Aug 21 17:38:05.951 INFO E| Compiling anstyle-parse v0.2.6
108212026-08-21T17:38:07.393Z[ recovery-image] Aug 21 17:38:06.083 INFO E| Compiling anstream v0.6.18
108222026-08-21T17:38:07.549Z[ recovery-image] Aug 21 17:38:06.239 INFO E| Compiling indexmap v2.9.0
108232026-08-21T17:38:07.578Z[ recovery-image] Aug 21 17:38:06.268 INFO E| Compiling clap_builder v4.5.37
108242026-08-21T17:38:07.666Z[ recovery-image] Aug 21 17:38:06.356 INFO E| Compiling shared_child v1.0.1
108252026-08-21T17:38:07.666Z[ recovery-image] Aug 21 17:38:06.356 INFO E| Compiling os_pipe v1.2.1
108262026-08-21T17:38:07.775Z[ recovery-image] Aug 21 17:38:06.465 INFO E| Compiling duct v0.13.7
108272026-08-21T17:38:08.223Z[ recovery-image] Aug 21 17:38:06.913 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108282026-08-21T17:38:09.080Z[ recovery-image] Aug 21 17:38:07.771 INFO E| Compiling serde_derive v1.0.219
108292026-08-21T17:38:09.080Z[ recovery-image] Aug 21 17:38:07.771 INFO E| Compiling clap_derive v4.5.32
108302026-08-21T17:38:10.285Z[ recovery-image] Aug 21 17:38:08.976 INFO E| Compiling clap v4.5.37
108312026-08-21T17:38:10.869Z[ recovery-image] Aug 21 17:38:09.558 INFO E| Compiling serde v1.0.219
108322026-08-21T17:38:12.714Z[ recovery-image] Aug 21 17:38:11.404 INFO E| Compiling toml_datetime v0.6.9
108332026-08-21T17:38:12.714Z[ recovery-image] Aug 21 17:38:11.404 INFO E| Compiling serde_spanned v0.6.8
108342026-08-21T17:38:12.890Z[ recovery-image] Aug 21 17:38:11.580 INFO E| Compiling toml_edit v0.22.26
108352026-08-21T17:38:14.335Z[ recovery-image] Aug 21 17:38:13.025 INFO E| Compiling toml v0.8.22
108362026-08-21T17:38:16.587Z[ recovery-image] Aug 21 17:38:15.277 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.72s
108372026-08-21T17:38:16.597Z[ recovery-image] Aug 21 17:38:15.287 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`
108382026-08-21T17:38:16.613Z[ recovery-image] Aug 21 17:38:15.304 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108392026-08-21T17:38:16.696Z[ recovery-image] Aug 21 17:38:15.386 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108402026-08-21T17:38:16.701Z[ recovery-image] Aug 21 17:38:15.391 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`
108412026-08-21T17:38:16.830Z[ recovery-image] Aug 21 17:38:15.520 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108422026-08-21T17:38:16.830Z[ recovery-image] Aug 21 17:38:15.520 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108432026-08-21T17:38:16.830Z[ recovery-image] Aug 21 17:38:15.520 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108442026-08-21T17:38:16.834Z[ recovery-image] Aug 21 17:38:15.520 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108452026-08-21T17:38:16.834Z[ recovery-image] Aug 21 17:38:15.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108462026-08-21T17:38:16.834Z[ recovery-image] Aug 21 17:38:15.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108472026-08-21T17:38:16.834Z[ recovery-image] Aug 21 17:38:15.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108482026-08-21T17:38:16.834Z[ recovery-image] Aug 21 17:38:15.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108492026-08-21T17:38:16.834Z[ recovery-image] Aug 21 17:38:15.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108502026-08-21T17:38:16.834Z[ recovery-image] Aug 21 17:38:15.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108512026-08-21T17:38:16.835Z[ recovery-image] Aug 21 17:38:15.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108522026-08-21T17:38:16.835Z[ recovery-image] Aug 21 17:38:15.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108532026-08-21T17:38:16.835Z[ recovery-image] Aug 21 17:38:15.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108542026-08-21T17:38:16.835Z[ recovery-image] Aug 21 17:38:15.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108552026-08-21T17:38:16.835Z[ recovery-image] Aug 21 17:38:15.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108562026-08-21T17:38:16.835Z[ recovery-image] Aug 21 17:38:15.521 INFO O| Info: ABL version: 0x100f5010
108572026-08-21T17:38:16.835Z[ recovery-image] Aug 21 17:38:15.521 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
108582026-08-21T17:38:16.835Z[ recovery-image] Aug 21 17:38:15.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108592026-08-21T17:38:16.835Z[ recovery-image] Aug 21 17:38:15.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108602026-08-21T17:38:16.835Z[ recovery-image] Aug 21 17:38:15.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108612026-08-21T17:38:16.835Z[ recovery-image] Aug 21 17:38:15.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108622026-08-21T17:38:16.835Z[ recovery-image] Aug 21 17:38:15.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108632026-08-21T17:38:16.835Z[ recovery-image] Aug 21 17:38:15.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108642026-08-21T17:38:16.835Z[ recovery-image] Aug 21 17:38:15.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
108652026-08-21T17:38:16.836Z[ recovery-image] Aug 21 17:38:15.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
108662026-08-21T17:38:16.836Z[ recovery-image] Aug 21 17:38:15.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
108672026-08-21T17:38:16.836Z[ recovery-image] Aug 21 17:38:15.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
108682026-08-21T17:38:16.836Z[ recovery-image] Aug 21 17:38:15.521 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
108692026-08-21T17:38:16.836Z[ recovery-image] Aug 21 17:38:15.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108702026-08-21T17:38:16.836Z[ recovery-image] Aug 21 17:38:15.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108712026-08-21T17:38:16.836Z[ recovery-image] Aug 21 17:38:15.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108722026-08-21T17:38:16.836Z[ recovery-image] Aug 21 17:38:15.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108732026-08-21T17:38:16.836Z[ recovery-image] Aug 21 17:38:15.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108742026-08-21T17:38:16.836Z[ recovery-image] Aug 21 17:38:15.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108752026-08-21T17:38:16.836Z[ recovery-image] Aug 21 17:38:15.522 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
108762026-08-21T17:38:16.868Z[ recovery-image] Aug 21 17:38:15.559 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
108772026-08-21T17:38:16.868Z[ recovery-image] Aug 21 17:38:15.559 INFO building ROM for cosmo
108782026-08-21T17:38:16.872Z[ recovery-image] Aug 21 17:38:15.559 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")
108792026-08-21T17:38:16.972Z[ recovery-image] Aug 21 17:38:15.662 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108802026-08-21T17:38:16.976Z[ recovery-image] Aug 21 17:38:15.666 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`
108812026-08-21T17:38:16.989Z[ recovery-image] Aug 21 17:38:15.680 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108822026-08-21T17:38:17.066Z[ recovery-image] Aug 21 17:38:15.756 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108832026-08-21T17:38:17.070Z[ recovery-image] Aug 21 17:38:15.761 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`
108842026-08-21T17:38:17.281Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108852026-08-21T17:38:17.281Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108862026-08-21T17:38:17.281Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108872026-08-21T17:38:17.285Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108882026-08-21T17:38:17.286Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108892026-08-21T17:38:17.286Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108902026-08-21T17:38:17.286Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108912026-08-21T17:38:17.286Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108922026-08-21T17:38:17.286Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108932026-08-21T17:38:17.286Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108942026-08-21T17:38:17.286Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108952026-08-21T17:38:17.286Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108962026-08-21T17:38:17.286Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108972026-08-21T17:38:17.286Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108982026-08-21T17:38:17.286Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108992026-08-21T17:38:17.286Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109002026-08-21T17:38:17.286Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109012026-08-21T17:38:17.286Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109022026-08-21T17:38:17.286Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109032026-08-21T17:38:17.287Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109042026-08-21T17:38:17.287Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109052026-08-21T17:38:17.287Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109062026-08-21T17:38:17.287Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109072026-08-21T17:38:17.287Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109082026-08-21T17:38:17.287Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109092026-08-21T17:38:17.287Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109102026-08-21T17:38:17.287Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109112026-08-21T17:38:17.287Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109122026-08-21T17:38:17.287Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109132026-08-21T17:38:17.287Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109142026-08-21T17:38:17.287Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109152026-08-21T17:38:17.287Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109162026-08-21T17:38:17.287Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109172026-08-21T17:38:17.287Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109182026-08-21T17:38:17.287Z[ recovery-image] Aug 21 17:38:15.972 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109192026-08-21T17:38:17.287Z[ recovery-image] Aug 21 17:38:15.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109202026-08-21T17:38:17.287Z[ recovery-image] Aug 21 17:38:15.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109212026-08-21T17:38:17.288Z[ recovery-image] Aug 21 17:38:15.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109222026-08-21T17:38:17.288Z[ recovery-image] Aug 21 17:38:15.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109232026-08-21T17:38:17.288Z[ recovery-image] Aug 21 17:38:15.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109242026-08-21T17:38:17.288Z[ recovery-image] Aug 21 17:38:15.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109252026-08-21T17:38:17.288Z[ recovery-image] Aug 21 17:38:15.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109262026-08-21T17:38:17.288Z[ recovery-image] Aug 21 17:38:15.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109272026-08-21T17:38:17.288Z[ recovery-image] Aug 21 17:38:15.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109282026-08-21T17:38:17.288Z[ recovery-image] Aug 21 17:38:15.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109292026-08-21T17:38:17.288Z[ recovery-image] Aug 21 17:38:15.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109302026-08-21T17:38:17.288Z[ recovery-image] Aug 21 17:38:15.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109312026-08-21T17:38:17.288Z[ recovery-image] Aug 21 17:38:15.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109322026-08-21T17:38:17.288Z[ recovery-image] Aug 21 17:38:15.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109332026-08-21T17:38:17.288Z[ recovery-image] Aug 21 17:38:15.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109342026-08-21T17:38:17.288Z[ recovery-image] Aug 21 17:38:15.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109352026-08-21T17:38:17.289Z[ recovery-image] Aug 21 17:38:15.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109362026-08-21T17:38:17.289Z[ recovery-image] Aug 21 17:38:15.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109372026-08-21T17:38:17.289Z[ recovery-image] Aug 21 17:38:15.973 INFO O| Info: ABL version: 0x100af010
109382026-08-21T17:38:17.289Z[ recovery-image] Aug 21 17:38:15.973 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109392026-08-21T17:38:17.289Z[ recovery-image] Aug 21 17:38:15.973 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109402026-08-21T17:38:17.289Z[ recovery-image] Aug 21 17:38:15.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109412026-08-21T17:38:17.289Z[ recovery-image] Aug 21 17:38:15.973 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109422026-08-21T17:38:17.289Z[ recovery-image] Aug 21 17:38:15.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109432026-08-21T17:38:17.290Z[ recovery-image] Aug 21 17:38:15.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109442026-08-21T17:38:17.290Z[ recovery-image] Aug 21 17:38:15.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109452026-08-21T17:38:17.291Z[ recovery-image] Aug 21 17:38:15.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109462026-08-21T17:38:17.291Z[ recovery-image] Aug 21 17:38:15.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109472026-08-21T17:38:17.291Z[ recovery-image] Aug 21 17:38:15.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109482026-08-21T17:38:17.291Z[ recovery-image] Aug 21 17:38:15.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109492026-08-21T17:38:17.291Z[ recovery-image] Aug 21 17:38:15.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109502026-08-21T17:38:17.291Z[ recovery-image] Aug 21 17:38:15.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109512026-08-21T17:38:17.291Z[ recovery-image] Aug 21 17:38:15.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109522026-08-21T17:38:17.291Z[ recovery-image] Aug 21 17:38:15.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109532026-08-21T17:38:17.291Z[ recovery-image] Aug 21 17:38:15.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109542026-08-21T17:38:17.291Z[ recovery-image] Aug 21 17:38:15.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109552026-08-21T17:38:17.291Z[ recovery-image] Aug 21 17:38:15.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109562026-08-21T17:38:17.291Z[ recovery-image] Aug 21 17:38:15.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109572026-08-21T17:38:17.292Z[ recovery-image] Aug 21 17:38:15.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109582026-08-21T17:38:17.292Z[ recovery-image] Aug 21 17:38:15.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109592026-08-21T17:38:17.292Z[ recovery-image] Aug 21 17:38:15.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109602026-08-21T17:38:17.292Z[ recovery-image] Aug 21 17:38:15.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109612026-08-21T17:38:17.292Z[ recovery-image] Aug 21 17:38:15.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109622026-08-21T17:38:17.292Z[ recovery-image] Aug 21 17:38:15.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109632026-08-21T17:38:17.292Z[ recovery-image] Aug 21 17:38:15.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109642026-08-21T17:38:17.292Z[ recovery-image] Aug 21 17:38:15.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109652026-08-21T17:38:17.292Z[ recovery-image] Aug 21 17:38:15.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109662026-08-21T17:38:17.292Z[ recovery-image] Aug 21 17:38:15.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109672026-08-21T17:38:17.292Z[ recovery-image] Aug 21 17:38:15.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109682026-08-21T17:38:17.292Z[ recovery-image] Aug 21 17:38:15.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109692026-08-21T17:38:17.292Z[ recovery-image] Aug 21 17:38:15.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109702026-08-21T17:38:17.292Z[ recovery-image] Aug 21 17:38:15.974 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109712026-08-21T17:38:17.319Z[ recovery-image] Aug 21 17:38:16.009 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109722026-08-21T17:38:17.319Z[ recovery-image] Aug 21 17:38:16.009 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109732026-08-21T17:38:18.508Z[ recovery-image] Aug 21 17:38:17.198 INFO image complete! materials are in "/work/os-recovery"
109742026-08-21T17:38:18.512Z[ recovery-image]
109752026-08-21T17:38:18.512Z[ recovery-image] real 3:16.910908559
109762026-08-21T17:38:18.512Z[ recovery-image] user 2:41.408749128
109772026-08-21T17:38:18.512Z[ recovery-image] sys 37.374693366
109782026-08-21T17:38:18.512Z[ recovery-image] trap 0.143663043
109792026-08-21T17:38:18.512Z[ recovery-image] tflt 0.650210300
109802026-08-21T17:38:18.512Z[ recovery-image] dflt 0.892639219
109812026-08-21T17:38:18.512Z[ recovery-image] kflt 0.000123670
109822026-08-21T17:38:18.513Z[ recovery-image] lock 8:13.339244345
109832026-08-21T17:38:18.513Z[ recovery-image] slp 17:19.833161374
109842026-08-21T17:38:18.513Z[ recovery-image] lat 32.239282377
109852026-08-21T17:38:18.513Z[ recovery-image] stop 8.722458195
109862026-08-21T17:38:18.513ZAug 21 17:38:17.202 INFO [recovery-image] process exited with exit status: 0 (196.916124942s)
109872026-08-21T17:38:18.513ZAug 21 17:38:17.202 INFO [tuf-v2-recovery] running task
109882026-08-21T17:38:18.513ZAug 21 17:38:17.202 INFO [tuf-v2-recovery] task succeeded (703.21µs)
109892026-08-21T17:38:22.524Z[ host-image] Aug 21 17:38:21.215 INFO O| Aug 21 17:38:21.214 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
109902026-08-21T17:38:22.603Z[ host-image] Aug 21 17:38:21.293 INFO BUILD STRING "heads/stlouis-0-ge6ec6e0e5f\n"
109912026-08-21T17:38:22.603Z[ host-image] Aug 21 17:38:21.293 INFO expanded image name: "ci 230b14b/${os_short_commit} 2026-08-21 17:21" -> "ci 230b14b/e6ec6e0 2026-08-21 17:21"
109922026-08-21T17:38:22.607Z[ host-image] Aug 21 17:38:21.293 INFO output artefacts stored in: "/work/os-host"
109932026-08-21T17:38:22.607Z[ host-image] Aug 21 17:38:21.293 INFO collecting git info from project "amd-host-image-builder"...
109942026-08-21T17:38:22.610Z[ host-image] Aug 21 17:38:21.300 INFO collecting git info from project "bootserver"...
109952026-08-21T17:38:22.615Z[ host-image] Aug 21 17:38:21.305 INFO collecting git info from project "pinprick"...
109962026-08-21T17:38:22.618Z[ host-image] Aug 21 17:38:21.309 INFO collecting git info from project "image-builder"...
109972026-08-21T17:38:22.623Z[ host-image] Aug 21 17:38:21.313 INFO collecting git info from project "pilot"...
109982026-08-21T17:38:22.627Z[ host-image] Aug 21 17:38:21.318 INFO collecting git info from project "dmar-report"...
109992026-08-21T17:38:22.631Z[ host-image] Aug 21 17:38:21.322 INFO collecting git info from project "amd-firmware"...
110002026-08-21T17:38:22.641Z[ host-image] Aug 21 17:38:21.332 INFO collecting git info from project "chelsio-t6-roms"...
110012026-08-21T17:38:22.646Z[ host-image] Aug 21 17:38:21.336 INFO collecting git info from project "phbl"...
110022026-08-21T17:38:22.649Z[ host-image] Aug 21 17:38:21.340 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
110032026-08-21T17:38:22.951Z[ host-image] Aug 21 17:38:21.641 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
110042026-08-21T17:38:23.244Z[ host-image] Aug 21 17:38:21.935 INFO creating Oxide boot image...
110052026-08-21T17:38:23.244Z[ host-image] Aug 21 17:38:21.935 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 230b14b/e6ec6e0 2026-08-21 17:21", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
110062026-08-21T17:38:24.005Z[ host-image] Aug 21 17:38:22.695 INFO O| ok, image written!
110072026-08-21T17:38:24.005Z[ host-image] Aug 21 17:38:22.695 INFO O| ok, boot_image_csum file written!
110082026-08-21T17:38:24.008Z[ host-image] Aug 21 17:38:22.697 INFO creating boot archive (CPIO)...
110092026-08-21T17:38:24.008Z[ host-image] Aug 21 17:38:22.697 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
110102026-08-21T17:38:24.011Z[ host-image] Aug 21 17:38:22.701 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
110112026-08-21T17:38:24.011Z[ host-image] Aug 21 17:38:22.701 INFO E| + outfile=/work/os-host/cpio
110122026-08-21T17:38:24.011Z[ host-image] Aug 21 17:38:22.701 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
110132026-08-21T17:38:24.014Z[ host-image] Aug 21 17:38:22.702 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
110142026-08-21T17:38:24.014Z[ host-image] Aug 21 17:38:22.703 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
110152026-08-21T17:38:24.038Z[ host-image] Aug 21 17:38:22.728 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
110162026-08-21T17:38:24.041Z[ host-image] Aug 21 17:38:22.728 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
110172026-08-21T17:38:24.045Z[ host-image] Aug 21 17:38:22.734 INFO creating compressed cpio/unix for dev loaders...
110182026-08-21T17:38:24.045Z[ host-image] Aug 21 17:38:22.734 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
110192026-08-21T17:38:24.267Z[ host-image] Aug 21 17:38:22.957 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
110202026-08-21T17:38:27.493Z[ host-image] Aug 21 17:38:26.183 INFO creating reset image...
110212026-08-21T17:38:27.493Z[ host-image] Aug 21 17:38:26.183 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")
110222026-08-21T17:38:27.559Z[ host-image] Aug 21 17:38:26.249 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
110232026-08-21T17:38:27.563Z[ host-image] Aug 21 17:38:26.250 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
110242026-08-21T17:38:27.799Z[ host-image] Aug 21 17:38:26.489 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)
110252026-08-21T17:38:27.799Z[ host-image] Aug 21 17:38:26.489 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)
110262026-08-21T17:38:27.799Z[ host-image] Aug 21 17:38:26.489 INFO E| Compiling proc-macro2 v1.0.106
110272026-08-21T17:38:27.805Z[ host-image] Aug 21 17:38:26.489 INFO E| Compiling quote v1.0.45
110282026-08-21T17:38:27.805Z[ host-image] Aug 21 17:38:26.489 INFO E| Compiling unicode-ident v1.0.24
110292026-08-21T17:38:27.805Z[ host-image] Aug 21 17:38:26.489 INFO E| Compiling syn v1.0.109
110302026-08-21T17:38:27.805Z[ host-image] Aug 21 17:38:26.489 INFO E| Compiling x86 v0.52.0
110312026-08-21T17:38:27.805Z[ host-image] Aug 21 17:38:26.489 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
110322026-08-21T17:38:27.806Z[ host-image] Aug 21 17:38:26.489 INFO E| Compiling seq-macro v0.3.6
110332026-08-21T17:38:28.736Z[ host-image] Aug 21 17:38:27.426 INFO E| Compiling syn v2.0.117
110342026-08-21T17:38:30.012Z[ host-image] Aug 21 17:38:28.703 INFO E| Compiling scroll_derive v0.13.1
110352026-08-21T17:38:31.061Z[ host-image] Aug 21 17:38:29.751 INFO E| Compiling bitstruct_derive v0.1.0
110362026-08-21T17:38:39.939Z[ host-image] Aug 21 17:38:38.628 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)
110372026-08-21T17:38:42.008Z[ host-image] Aug 21 17:38:40.695 INFO E| Compiling bitflags v1.3.2
110382026-08-21T17:38:42.008Z[ host-image] Aug 21 17:38:40.695 INFO E| Compiling bitflags v2.13.0
110392026-08-21T17:38:42.027Z[ host-image] Aug 21 17:38:40.695 INFO E| Compiling log v0.4.32
110402026-08-21T17:38:42.027Z[ host-image] Aug 21 17:38:40.695 INFO E| Compiling plain v0.2.3
110412026-08-21T17:38:42.027Z[ host-image] Aug 21 17:38:40.695 INFO E| Compiling scroll v0.13.0
110422026-08-21T17:38:42.027Z[ host-image] Aug 21 17:38:40.695 INFO E| Compiling bit_field v0.10.3
110432026-08-21T17:38:42.027Z[ host-image] Aug 21 17:38:40.696 INFO E| Compiling adler2 v2.0.1
110442026-08-21T17:38:42.027Z[ host-image] Aug 21 17:38:40.696 INFO E| Compiling bitstruct v0.1.1
110452026-08-21T17:38:42.027Z[ host-image] Aug 21 17:38:40.696 INFO E| Compiling static_assertions v1.1.0
110462026-08-21T17:38:42.057Z[ host-image] Aug 21 17:38:40.745 INFO E| Compiling raw-cpuid v10.7.0
110472026-08-21T17:38:42.097Z[ host-image] Aug 21 17:38:40.787 INFO E| Compiling miniz_oxide v0.9.1
110482026-08-21T17:38:42.168Z[ host-image] Aug 21 17:38:40.858 INFO E| Compiling cpio_reader v0.1.2
110492026-08-21T17:38:42.221Z[ host-image] Aug 21 17:38:40.911 INFO E| Compiling goblin v0.10.7
110502026-08-21T17:38:45.271Z[ host-image] Aug 21 17:38:43.654 INFO E| Finished `release` profile [optimized] target(s) in 17.39s
110512026-08-21T17:38:45.275Z[ host-image] Aug 21 17:38:43.665 INFO building ROM for gimlet
110522026-08-21T17:38:45.275Z[ host-image] Aug 21 17:38:43.665 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")
110532026-08-21T17:38:45.275Z[ host-image] Aug 21 17:38:43.749 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110542026-08-21T17:38:45.275Z[ host-image] Aug 21 17:38:43.752 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`
110552026-08-21T17:38:45.275Z[ host-image] Aug 21 17:38:43.761 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110562026-08-21T17:38:45.275Z[ host-image] Aug 21 17:38:43.827 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110572026-08-21T17:38:45.275Z[ host-image] Aug 21 17:38:43.830 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`
110582026-08-21T17:38:45.276Z[ host-image] Aug 21 17:38:43.939 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110592026-08-21T17:38:45.276Z[ host-image] Aug 21 17:38:43.939 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110602026-08-21T17:38:45.276Z[ host-image] Aug 21 17:38:43.939 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110612026-08-21T17:38:45.276Z[ host-image] Aug 21 17:38:43.939 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110622026-08-21T17:38:45.276Z[ host-image] Aug 21 17:38:43.939 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110632026-08-21T17:38:45.276Z[ host-image] Aug 21 17:38:43.939 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110642026-08-21T17:38:45.276Z[ host-image] Aug 21 17:38:43.939 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110652026-08-21T17:38:45.276Z[ host-image] Aug 21 17:38:43.939 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110662026-08-21T17:38:45.276Z[ host-image] Aug 21 17:38:43.939 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110672026-08-21T17:38:45.276Z[ host-image] Aug 21 17:38:43.939 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110682026-08-21T17:38:45.276Z[ host-image] Aug 21 17:38:43.939 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110692026-08-21T17:38:45.276Z[ host-image] Aug 21 17:38:43.939 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110702026-08-21T17:38:45.276Z[ host-image] Aug 21 17:38:43.939 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110712026-08-21T17:38:45.276Z[ host-image] Aug 21 17:38:43.939 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110722026-08-21T17:38:45.276Z[ host-image] Aug 21 17:38:43.939 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110732026-08-21T17:38:45.276Z[ host-image] Aug 21 17:38:43.940 INFO O| Info: ABL version: 0x100f5010
110742026-08-21T17:38:45.276Z[ host-image] Aug 21 17:38:43.940 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110752026-08-21T17:38:45.276Z[ host-image] Aug 21 17:38:43.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110762026-08-21T17:38:45.276Z[ host-image] Aug 21 17:38:43.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110772026-08-21T17:38:45.276Z[ host-image] Aug 21 17:38:43.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110782026-08-21T17:38:45.276Z[ host-image] Aug 21 17:38:43.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110792026-08-21T17:38:45.276Z[ host-image] Aug 21 17:38:43.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110802026-08-21T17:38:45.276Z[ host-image] Aug 21 17:38:43.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110812026-08-21T17:38:45.277Z[ host-image] Aug 21 17:38:43.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110822026-08-21T17:38:45.277Z[ host-image] Aug 21 17:38:43.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110832026-08-21T17:38:45.277Z[ host-image] Aug 21 17:38:43.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110842026-08-21T17:38:45.277Z[ host-image] Aug 21 17:38:43.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110852026-08-21T17:38:45.277Z[ host-image] Aug 21 17:38:43.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110862026-08-21T17:38:45.277Z[ host-image] Aug 21 17:38:43.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110872026-08-21T17:38:45.278Z[ host-image] Aug 21 17:38:43.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110882026-08-21T17:38:45.279Z[ host-image] Aug 21 17:38:43.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110892026-08-21T17:38:45.279Z[ host-image] Aug 21 17:38:43.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110902026-08-21T17:38:45.279Z[ host-image] Aug 21 17:38:43.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110912026-08-21T17:38:45.279Z[ host-image] Aug 21 17:38:43.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110922026-08-21T17:38:45.279Z[ host-image] Aug 21 17:38:43.940 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110932026-08-21T17:38:45.286Z[ host-image] Aug 21 17:38:43.972 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110942026-08-21T17:38:45.286Z[ host-image] Aug 21 17:38:43.972 INFO building ROM for cosmo
110952026-08-21T17:38:45.286Z[ host-image] Aug 21 17:38:43.972 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")
110962026-08-21T17:38:45.366Z[ host-image] Aug 21 17:38:44.056 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110972026-08-21T17:38:45.369Z[ host-image] Aug 21 17:38:44.059 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`
110982026-08-21T17:38:45.378Z[ host-image] Aug 21 17:38:44.069 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110992026-08-21T17:38:45.444Z[ host-image] Aug 21 17:38:44.135 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111002026-08-21T17:38:45.448Z[ host-image] Aug 21 17:38:44.138 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`
111012026-08-21T17:38:45.647Z[ host-image] Aug 21 17:38:44.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
111022026-08-21T17:38:45.647Z[ host-image] Aug 21 17:38:44.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
111032026-08-21T17:38:45.647Z[ host-image] Aug 21 17:38:44.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
111042026-08-21T17:38:45.651Z[ host-image] Aug 21 17:38:44.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
111052026-08-21T17:38:45.651Z[ host-image] Aug 21 17:38:44.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
111062026-08-21T17:38:45.651Z[ host-image] Aug 21 17:38:44.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
111072026-08-21T17:38:45.651Z[ host-image] Aug 21 17:38:44.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
111082026-08-21T17:38:45.651Z[ host-image] Aug 21 17:38:44.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
111092026-08-21T17:38:45.651Z[ host-image] Aug 21 17:38:44.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
111102026-08-21T17:38:45.651Z[ host-image] Aug 21 17:38:44.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
111112026-08-21T17:38:45.651Z[ host-image] Aug 21 17:38:44.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
111122026-08-21T17:38:45.651Z[ host-image] Aug 21 17:38:44.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
111132026-08-21T17:38:45.651Z[ host-image] Aug 21 17:38:44.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
111142026-08-21T17:38:45.651Z[ host-image] Aug 21 17:38:44.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
111152026-08-21T17:38:45.651Z[ host-image] Aug 21 17:38:44.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111162026-08-21T17:38:45.651Z[ host-image] Aug 21 17:38:44.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111172026-08-21T17:38:45.651Z[ host-image] Aug 21 17:38:44.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111182026-08-21T17:38:45.651Z[ host-image] Aug 21 17:38:44.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111192026-08-21T17:38:45.651Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111202026-08-21T17:38:45.651Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111212026-08-21T17:38:45.651Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111222026-08-21T17:38:45.651Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111232026-08-21T17:38:45.653Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111242026-08-21T17:38:45.653Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111252026-08-21T17:38:45.653Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111262026-08-21T17:38:45.653Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111272026-08-21T17:38:45.653Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111282026-08-21T17:38:45.653Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111292026-08-21T17:38:45.653Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111302026-08-21T17:38:45.653Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111312026-08-21T17:38:45.653Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111322026-08-21T17:38:45.653Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111332026-08-21T17:38:45.653Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111342026-08-21T17:38:45.653Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111352026-08-21T17:38:45.653Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111362026-08-21T17:38:45.653Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111372026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111382026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111392026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111402026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111412026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111422026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111432026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111442026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111452026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111462026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111472026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111482026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111492026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111502026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111512026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111522026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111532026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111542026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.339 INFO O| Info: ABL version: 0x100af010
111552026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.340 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111562026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.340 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111572026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111582026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111592026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111602026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111612026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111622026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111632026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111642026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111652026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111662026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111672026-08-21T17:38:45.654Z[ host-image] Aug 21 17:38:44.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111682026-08-21T17:38:45.655Z[ host-image] Aug 21 17:38:44.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111692026-08-21T17:38:45.655Z[ host-image] Aug 21 17:38:44.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111702026-08-21T17:38:45.655Z[ host-image] Aug 21 17:38:44.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111712026-08-21T17:38:45.655Z[ host-image] Aug 21 17:38:44.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111722026-08-21T17:38:45.655Z[ host-image] Aug 21 17:38:44.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111732026-08-21T17:38:45.655Z[ host-image] Aug 21 17:38:44.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111742026-08-21T17:38:45.655Z[ host-image] Aug 21 17:38:44.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111752026-08-21T17:38:45.655Z[ host-image] Aug 21 17:38:44.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111762026-08-21T17:38:45.655Z[ host-image] Aug 21 17:38:44.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111772026-08-21T17:38:45.655Z[ host-image] Aug 21 17:38:44.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111782026-08-21T17:38:45.655Z[ host-image] Aug 21 17:38:44.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111792026-08-21T17:38:45.658Z[ host-image] Aug 21 17:38:44.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111802026-08-21T17:38:45.658Z[ host-image] Aug 21 17:38:44.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111812026-08-21T17:38:45.658Z[ host-image] Aug 21 17:38:44.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111822026-08-21T17:38:45.658Z[ host-image] Aug 21 17:38:44.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111832026-08-21T17:38:45.658Z[ host-image] Aug 21 17:38:44.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111842026-08-21T17:38:45.658Z[ host-image] Aug 21 17:38:44.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111852026-08-21T17:38:45.658Z[ host-image] Aug 21 17:38:44.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111862026-08-21T17:38:45.658Z[ host-image] Aug 21 17:38:44.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111872026-08-21T17:38:45.658Z[ host-image] Aug 21 17:38:44.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111882026-08-21T17:38:45.681Z[ host-image] Aug 21 17:38:44.372 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111892026-08-21T17:38:45.681Z[ host-image] Aug 21 17:38:44.372 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111902026-08-21T17:38:57.964Z[ host-image] Aug 21 17:38:56.654 INFO image complete! materials are in "/work/os-host"
111912026-08-21T17:38:57.968Z[ host-image]
111922026-08-21T17:38:57.968Z[ host-image] real 4:08.036669712
111932026-08-21T17:38:57.968Z[ host-image] user 2:46.429102055
111942026-08-21T17:38:57.968Z[ host-image] sys 35.587267847
111952026-08-21T17:38:57.968Z[ host-image] trap 0.123013127
111962026-08-21T17:38:57.968Z[ host-image] tflt 0.368021436
111972026-08-21T17:38:57.968Z[ host-image] dflt 0.187466611
111982026-08-21T17:38:57.968Z[ host-image] kflt 0.000214400
111992026-08-21T17:38:57.968Z[ host-image] lock 4:41.208206205
112002026-08-21T17:38:57.968Z[ host-image] slp 20:48.879038838
112012026-08-21T17:38:57.968Z[ host-image] lat 20.662538630
112022026-08-21T17:38:57.968Z[ host-image] stop 1.612495116
112032026-08-21T17:38:57.972ZAug 21 17:38:56.658 INFO [host-image] process exited with exit status: 0 (248.042152063s)
112042026-08-21T17:38:57.972ZAug 21 17:38:56.658 INFO [tuf-v2-host] running task
112052026-08-21T17:38:57.972ZAug 21 17:38:56.658 INFO [tuf-repo] running task
112062026-08-21T17:38:57.972ZAug 21 17:38:56.659 INFO [tuf-v2-host] task succeeded (482.41µs)
112072026-08-21T17:38:57.972ZAug 21 17:38:56.659 INFO [tuf-v2-repo] running task
112082026-08-21T17:39:19.236ZAug 21 17:39:17.927 INFO [tuf-v2-repo] task succeeded (21.267665974s)
112092026-08-21T17:39:19.245ZAug 21 17:39:17.935 INFO assembling repository in `/tmp/tufaceousQU2FcB`, component: OmicronRepoAssembler
112102026-08-21T17:39:28.072ZAug 21 17:39:26.762 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112112026-08-21T17:39:28.307ZAug 21 17:39:26.997 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112122026-08-21T17:39:30.615ZAug 21 17:39:29.305 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112132026-08-21T17:39:30.672ZAug 21 17:39:29.362 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112142026-08-21T17:39:30.720ZAug 21 17:39:29.410 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112152026-08-21T17:39:30.770ZAug 21 17:39:29.460 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112162026-08-21T17:39:30.817ZAug 21 17:39:29.508 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112172026-08-21T17:39:30.877ZAug 21 17:39:29.567 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112182026-08-21T17:39:30.925ZAug 21 17:39:29.615 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112192026-08-21T17:39:41.256ZAug 21 17:39:39.946 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
112202026-08-21T17:39:41.262ZAug 21 17:39:39.952 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
112212026-08-21T17:39:41.284ZAug 21 17:39:39.974 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
112222026-08-21T17:39:41.349ZAug 21 17:39:40.039 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112232026-08-21T17:39:41.402ZAug 21 17:39:40.092 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112242026-08-21T17:39:41.467ZAug 21 17:39:40.157 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112252026-08-21T17:39:41.531ZAug 21 17:39:40.221 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
112262026-08-21T17:39:41.537ZAug 21 17:39:40.227 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
112272026-08-21T17:39:41.560ZAug 21 17:39:40.250 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
112282026-08-21T17:39:43.281ZAug 21 17:39:41.971 INFO [tuf-repo] task succeeded (45.312567364s)
112292026-08-21T17:42:05.825Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 00s
112302026-08-21T17:42:05.829Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112312026-08-21T17:42:05.829Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112322026-08-21T17:42:08.396ZAug 21 17:42:07.085 INFO [verify-libraries] process exited with exit status: 0 (427.04922349s)
112332026-08-21T17:42:08.397ZAug 21 17:42:07.085 INFO all jobs completed in 1214.12547811s
112342026-08-21T17:42:09.536Zprocess exited: duration 1436011 ms, exit code 0
 
112352026-08-21T17:42:09.548Zfound 41 output files
112362026-08-21T17:42:09.548Zuploading: /work/manifest.toml (17334 bytes)
112372026-08-21T17:42:10.563Zuploaded: /work/manifest.toml
112382026-08-21T17:42:10.563Zuploading: /work/repo.zip (3305973517 bytes)
112392026-08-21T17:42:56.442Zuploaded: /work/repo.zip
112402026-08-21T17:42:56.442Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112412026-08-21T17:42:57.473Zuploaded: /work/repo.zip.sha256.txt
112422026-08-21T17:42:57.473Zuploading: /work/helios.json (647 bytes)
112432026-08-21T17:42:58.485Zuploaded: /work/helios.json
112442026-08-21T17:42:58.485Zuploading: /work/incorporation.p5m (113590 bytes)
112452026-08-21T17:42:59.501Zuploaded: /work/incorporation.p5m
112462026-08-21T17:42:59.505Zuploading: /work/incorporation.p5p (133120 bytes)
112472026-08-21T17:43:00.516Zuploaded: /work/incorporation.p5p
112482026-08-21T17:43:00.519Zuploading: /work/helios-incorp.log (522 bytes)
112492026-08-21T17:43:01.529Zuploaded: /work/helios-incorp.log
112502026-08-21T17:43:01.529Zuploading: /work/helios-setup.log (57206 bytes)
112512026-08-21T17:43:02.540Zuploaded: /work/helios-setup.log
112522026-08-21T17:43:02.540Zuploading: /work/host-image.log (233225 bytes)
112532026-08-21T17:43:03.555Zuploaded: /work/host-image.log
112542026-08-21T17:43:03.558Zuploading: /work/host-package.log (33711 bytes)
112552026-08-21T17:43:04.569Zuploaded: /work/host-package.log
112562026-08-21T17:43:04.569Zuploading: /work/host-target.log (101 bytes)
112572026-08-21T17:43:05.577Zuploaded: /work/host-target.log
112582026-08-21T17:43:05.577Zuploading: /work/incorp-create.log (0 bytes)
112592026-08-21T17:43:06.586Zuploaded: /work/incorp-create.log
112602026-08-21T17:43:06.591Zuploading: /work/incorp-fmt.log (0 bytes)
112612026-08-21T17:43:07.592Zuploaded: /work/incorp-fmt.log
112622026-08-21T17:43:07.596Zuploading: /work/incorp-pkgsend.log (108 bytes)
112632026-08-21T17:43:08.605Zuploaded: /work/incorp-pkgsend.log
112642026-08-21T17:43:08.605Zuploading: /work/incorp-publisher.log (0 bytes)
112652026-08-21T17:43:09.611Zuploaded: /work/incorp-publisher.log
112662026-08-21T17:43:09.611Zuploading: /work/omicron-package.log (10067 bytes)
112672026-08-21T17:43:10.624Zuploaded: /work/omicron-package.log
112682026-08-21T17:43:10.624Zuploading: /work/recovery-image.log (590418 bytes)
112692026-08-21T17:43:11.643Zuploaded: /work/recovery-image.log
112702026-08-21T17:43:11.643Zuploading: /work/recovery-package.log (321 bytes)
112712026-08-21T17:43:12.652Zuploaded: /work/recovery-package.log
112722026-08-21T17:43:12.652Zuploading: /work/recovery-target.log (98 bytes)
112732026-08-21T17:43:13.663Zuploaded: /work/recovery-target.log
112742026-08-21T17:43:13.663Zuploading: /work/stamp-clickhouse.log (117 bytes)
112752026-08-21T17:43:14.670Zuploaded: /work/stamp-clickhouse.log
112762026-08-21T17:43:14.670Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112772026-08-21T17:43:15.681Zuploaded: /work/stamp-clickhouse_keeper.log
112782026-08-21T17:43:15.681Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112792026-08-21T17:43:16.692Zuploaded: /work/stamp-clickhouse_server.log
112802026-08-21T17:43:16.692Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112812026-08-21T17:43:17.701Zuploaded: /work/stamp-cockroachdb.log
112822026-08-21T17:43:17.701Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112832026-08-21T17:43:18.711Zuploaded: /work/stamp-crucible-pantry-zone.log
112842026-08-21T17:43:18.711Zuploading: /work/stamp-crucible-utils.log (118 bytes)
112852026-08-21T17:43:19.722Zuploaded: /work/stamp-crucible-utils.log
112862026-08-21T17:43:19.722Zuploading: /work/stamp-crucible-zone.log (120 bytes)
112872026-08-21T17:43:20.731Zuploaded: /work/stamp-crucible-zone.log
112882026-08-21T17:43:20.731Zuploading: /work/stamp-external-dns.log (119 bytes)
112892026-08-21T17:43:21.741Zuploaded: /work/stamp-external-dns.log
112902026-08-21T17:43:21.741Zuploading: /work/stamp-installinator.log (103 bytes)
112912026-08-21T17:43:22.753Zuploaded: /work/stamp-installinator.log
112922026-08-21T17:43:22.753Zuploading: /work/stamp-internal-dns.log (119 bytes)
112932026-08-21T17:43:23.763Zuploaded: /work/stamp-internal-dns.log
112942026-08-21T17:43:23.763Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
112952026-08-21T17:43:24.774Zuploaded: /work/stamp-mg-ddm-gz.log
112962026-08-21T17:43:24.774Zuploading: /work/stamp-nexus.log (112 bytes)
112972026-08-21T17:43:25.783Zuploaded: /work/stamp-nexus.log
112982026-08-21T17:43:25.783Zuploading: /work/stamp-ntp.log (110 bytes)
112992026-08-21T17:43:26.794Zuploaded: /work/stamp-ntp.log
113002026-08-21T17:43:26.794Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113012026-08-21T17:43:27.805Zuploaded: /work/stamp-omicron-sled-agent.log
113022026-08-21T17:43:27.805Zuploading: /work/stamp-overlay.log (114 bytes)
113032026-08-21T17:43:28.815Zuploaded: /work/stamp-overlay.log
113042026-08-21T17:43:28.815Zuploading: /work/stamp-oximeter.log (115 bytes)
113052026-08-21T17:43:29.825Zuploaded: /work/stamp-oximeter.log
113062026-08-21T17:43:29.825Zuploading: /work/stamp-oxlog.log (109 bytes)
113072026-08-21T17:43:30.834Zuploaded: /work/stamp-oxlog.log
113082026-08-21T17:43:30.834Zuploading: /work/stamp-probe.log (112 bytes)
113092026-08-21T17:43:31.843Zuploaded: /work/stamp-probe.log
113102026-08-21T17:43:31.843Zuploading: /work/stamp-propolis-server.log (122 bytes)
113112026-08-21T17:43:32.853Zuploaded: /work/stamp-propolis-server.log
113122026-08-21T17:43:32.853Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113132026-08-21T17:43:33.862Zuploaded: /work/stamp-pumpkind-gz.log
113142026-08-21T17:43:33.862Zuploading: /work/stamp-switch-asic.log (118 bytes)
113152026-08-21T17:43:34.873Zuploaded: /work/stamp-switch-asic.log
113162026-08-21T17:43:34.873Zuploading: /work/verify-libraries.log (50450 bytes)
113172026-08-21T17:43:35.886Zuploaded: /work/verify-libraries.log