01M0G5JMKKEHS5GPETDAVHH98A: 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: 01M0G5K7XPBF266G0EKWQ2XN56

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-20T18:06:27.311Zjob assigned to worker 01M0G5KBS5KJ84RC7TFR51R9W4 [factory aws, i-06aef2a65405e8a7d] (queued for 47 s)
 
22026-08-20T18:06:34.243Zstarting task 0: "setup"
32026-08-20T18:06:34.251Z++ uname -s
42026-08-20T18:06:34.254Z+ kern=SunOS
52026-08-20T18:06:34.254Z+ build_user=build
62026-08-20T18:06:34.254Z+ build_uid=12345
72026-08-20T18:06:34.254Z+ work_dir=/work
82026-08-20T18:06:34.254Z+ input_dir=/input
92026-08-20T18:06:34.254Z+ [[ 0 == 12345 ]]
102026-08-20T18:06:34.254Z+ case "$kern" in
112026-08-20T18:06:34.254Z+ groupadd -g 12345 build
122026-08-20T18:06:34.258Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-20T18:06:36.265Z+ zfs create -o mountpoint=/work rpool/work
142026-08-20T18:06:36.347Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-20T18:06:36.350Z+ home_fs=zfs
162026-08-20T18:06:36.350Z+ [[ zfs == autofs ]]
172026-08-20T18:06:36.350Z+ mkdir -p /home/build
182026-08-20T18:06:36.350Z+ chown build:build /home/build /work
192026-08-20T18:06:38.352Z+ chmod 0700 /home/build /work
202026-08-20T18:06:38.356Zprocess exited: duration 4115 ms, exit code 0
 
212026-08-20T18:06:38.362Zstarting task 1: "rust-toolchain"
222026-08-20T18:06:38.367Z * rust toolchain channel = "1.97.1"
232026-08-20T18:06:38.367Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
242026-08-20T18:06:38.367Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-20T18:06:38.367Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-20T18:06:38.367Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-20T18:06:38.367Z * rust toolchain profile = "default"
282026-08-20T18:06:38.373Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-20T18:06:38.373Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-20T18:06:38.469Zinfo: downloading installer
312026-08-20T18:06:40.043Zwarn: It looks like you have an existing rustup settings file at:
322026-08-20T18:06:40.043Zwarn: /home/build/.rustup/settings.toml
332026-08-20T18:06:40.043Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-20T18:06:40.043Zwarn: instead of the one inferred from the default host triple.
352026-08-20T18:06:40.055Zinfo: profile set to default
362026-08-20T18:06:40.055Zinfo: default host triple is x86_64-unknown-illumos
372026-08-20T18:06:40.058Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-20T18:06:40.178Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-20T18:06:40.181Zinfo: downloading 6 components
402026-08-20T18:06:54.779Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-20T18:06:54.779Z
422026-08-20T18:06:54.808Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-20T18:06:54.808Z
442026-08-20T18:06:54.808Z
452026-08-20T18:06:54.808ZRust is installed now. Great!
462026-08-20T18:06:54.808Z
472026-08-20T18:06:54.808ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-20T18:06:54.808Zenvironment variable. This has not been done automatically.
492026-08-20T18:06:54.808Z
502026-08-20T18:06:54.808ZTo configure your current shell, you need to source
512026-08-20T18:06:54.808Zthe corresponding env file under $HOME/.cargo.
522026-08-20T18:06:54.809Z
532026-08-20T18:06:54.809ZThis is usually done by running one of the following (note the leading DOT):
542026-08-20T18:06:54.809Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-20T18:06:54.809Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-20T18:06:54.809Zsource "~/.cargo/env.nu" # For nushell
572026-08-20T18:06:54.809Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-20T18:06:54.809Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-20T18:06:54.809Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-20T18:06:54.812Zwarn: no default linker (`cc`) was found in your PATH
612026-08-20T18:06:54.812Zwarn: many Rust crates require a system C toolchain to build
622026-08-20T18:06:54.912Z+ rustup --version
632026-08-20T18:06:54.918Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-20T18:06:54.921Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-20T18:06:54.939Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-20T18:06:54.943Z+ cargo --version
672026-08-20T18:06:54.949Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-20T18:06:54.952Z+ rustc --version
692026-08-20T18:06:54.973Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-20T18:06:54.976Zprocess exited: duration 16613 ms, exit code 0
 
712026-08-20T18:06:54.983Zstarting task 2: "authentication"
722026-08-20T18:06:55.001Zprocess exited: duration 17 ms, exit code 0
 
732026-08-20T18:06:55.009Zstarting task 3: "clone repository"
742026-08-20T18:06:55.013Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-20T18:06:55.016Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-20T18:06:55.050ZCloning into '/work/oxidecomputer/omicron'...
772026-08-20T18:07:06.948Z+ cd /work/oxidecomputer/omicron
782026-08-20T18:07:06.948Z+ git fetch origin 6a760c915b97729478b1b8294d55333d34d6c6fb
792026-08-20T18:07:07.281ZFrom https://github.com/oxidecomputer/omicron
802026-08-20T18:07:07.281Z * branch 6a760c915b97729478b1b8294d55333d34d6c6fb -> FETCH_HEAD
812026-08-20T18:07:07.295Z+ [[ -n sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config ]]
822026-08-20T18:07:07.298Z++ git branch --show-current
832026-08-20T18:07:07.298Z+ current=main
842026-08-20T18:07:07.298Z+ [[ main != sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config ]]
852026-08-20T18:07:07.298Z+ git branch -f sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config 6a760c915b97729478b1b8294d55333d34d6c6fb
862026-08-20T18:07:07.301Z+ git checkout -f sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config
872026-08-20T18:07:07.558ZSwitched to branch 'sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config'
882026-08-20T18:07:07.562Z+ git reset --hard 6a760c915b97729478b1b8294d55333d34d6c6fb
892026-08-20T18:07:07.577ZHEAD is now at 6a760c915 rebase on main
902026-08-20T18:07:07.580Zprocess exited: duration 12569 ms, exit code 0
 
912026-08-20T18:07:07.587Zstarting task 4: "build"
922026-08-20T18:07:07.592Z+ source .github/buildomat/ci-env.sh
932026-08-20T18:07:07.592Z++ export CARGO_TERM_COLOR=always
942026-08-20T18:07:07.592Z++ CARGO_TERM_COLOR=always
952026-08-20T18:07:07.595Z+++ uname -s
962026-08-20T18:07:07.595Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-20T18:07:07.595Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-20T18:07:07.598Z+ cargo --version
992026-08-20T18:07:07.606Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-20T18:07:07.609Z+ rustc --version
1012026-08-20T18:07:07.630Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-20T18:07:07.633Z+ cargo tree --locked
1032026-08-20T18:07:07.804Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-20T18:07:08.147Z Updating crates.io index
1052026-08-20T18:07:08.151Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-20T18:07:08.445Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-20T18:07:08.868Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-08-20T18:07:10.166Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-08-20T18:07:10.782Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-08-20T18:07:12.525Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-08-20T18:07:14.074Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-08-20T18:07:14.452Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-08-20T18:07:14.933Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-08-20T18:07:20.047Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-08-20T18:07:20.442Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-08-20T18:07:20.844Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-08-20T18:07:21.147Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1182026-08-20T18:07:21.466Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1192026-08-20T18:07:21.792Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1202026-08-20T18:07:22.107Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-08-20T18:07:22.645Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-08-20T18:07:24.015Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1232026-08-20T18:07:24.539Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1242026-08-20T18:07:24.941Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1252026-08-20T18:07:25.439Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1262026-08-20T18:07:25.810Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1272026-08-20T18:07:26.508Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1282026-08-20T18:07:26.861Z Updating git repository `https://github.com/oxidecomputer/erebor`
1292026-08-20T18:07:27.436Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1302026-08-20T18:07:27.860Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1312026-08-20T18:07:28.427Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1322026-08-20T18:07:28.946Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1332026-08-20T18:07:29.385Z Updating git repository `https://github.com/oxidecomputer/ispf`
1342026-08-20T18:07:29.676Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1352026-08-20T18:07:30.042Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362026-08-20T18:07:30.499Z Updating git repository `https://github.com/oxidecomputer/tough`
1372026-08-20T18:07:31.754Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1382026-08-20T18:07:32.375Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1392026-08-20T18:07:32.782Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1402026-08-20T18:07:33.112Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1412026-08-20T18:07:33.505Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1422026-08-20T18:07:33.855Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1432026-08-20T18:07:34.171Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1442026-08-20T18:07:34.554Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1452026-08-20T18:07:34.844Z Updating git repository `https://github.com/illumos/smf-rs`
1462026-08-20T18:07:35.165Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1472026-08-20T18:07:38.034Z Downloading crates ...
1482026-08-20T18:07:38.080Z Downloaded clap_lex v1.0.0
1492026-08-20T18:07:38.089Z Downloaded addr2line v0.25.1
1502026-08-20T18:07:38.094Z Downloaded criterion v0.7.0
1512026-08-20T18:07:38.099Z Downloaded delegate v0.13.5
1522026-08-20T18:07:38.103Z Downloaded darling_core v0.13.4
1532026-08-20T18:07:38.106Z Downloaded hex v0.4.3
1542026-08-20T18:07:38.106Z Downloaded colorchoice v1.0.4
1552026-08-20T18:07:38.106Z Downloaded hash32 v0.2.1
1562026-08-20T18:07:38.110Z Downloaded cpufeatures v0.2.17
1572026-08-20T18:07:38.110Z Downloaded darling_core v0.23.0
1582026-08-20T18:07:38.115Z Downloaded cobs v0.3.0
1592026-08-20T18:07:38.115Z Downloaded crc v3.4.0
1602026-08-20T18:07:38.115Z Downloaded crossbeam-deque v0.8.6
1612026-08-20T18:07:38.118Z Downloaded concurrent-queue v2.5.0
1622026-08-20T18:07:38.118Z Downloaded const-oid v0.10.2
1632026-08-20T18:07:38.118Z Downloaded hashbrown v0.13.2
1642026-08-20T18:07:38.122Z Downloaded crucible-workspace-hack v0.1.0
1652026-08-20T18:07:38.126Z Downloaded heapless v0.8.0
1662026-08-20T18:07:38.126Z Downloaded convert_case v0.4.0
1672026-08-20T18:07:38.126Z Downloaded hubpack_derive v0.1.1
1682026-08-20T18:07:38.126Z Downloaded crunchy v0.2.4
1692026-08-20T18:07:38.132Z Downloaded constant_time_eq v0.3.1
1702026-08-20T18:07:38.135Z Downloaded hashbrown v0.12.3
1712026-08-20T18:07:38.135Z Downloaded http-range v0.1.5
1722026-08-20T18:07:38.135Z Downloaded hyper-tls v0.6.0
1732026-08-20T18:07:38.135Z Downloaded heck v0.4.1
1742026-08-20T18:07:38.140Z Downloaded cmov v0.5.4
1752026-08-20T18:07:38.140Z Downloaded icu_properties v2.1.2
1762026-08-20T18:07:38.140Z Downloaded heck v0.5.0
1772026-08-20T18:07:38.140Z Downloaded crc8 v0.1.1
1782026-08-20T18:07:38.147Z Downloaded criterion-plot v0.6.0
1792026-08-20T18:07:38.151Z Downloaded icu_locale_core v2.1.1
1802026-08-20T18:07:38.151Z Downloaded hex-literal v1.1.0
1812026-08-20T18:07:38.155Z Downloaded hostname v0.4.2
1822026-08-20T18:07:38.155Z Downloaded csv-core v0.1.13
1832026-08-20T18:07:38.155Z Downloaded corncobs v0.1.4
1842026-08-20T18:07:38.155Z Downloaded highway v1.3.0
1852026-08-20T18:07:38.158Z Downloaded httparse v1.10.1
1862026-08-20T18:07:38.158Z Downloaded httptest v0.16.4
1872026-08-20T18:07:38.162Z Downloaded hyper-rustls v0.27.7
1882026-08-20T18:07:38.162Z Downloaded hyper-staticfile v0.10.1
1892026-08-20T18:07:38.162Z Downloaded hostname v0.3.1
1902026-08-20T18:07:38.162Z Downloaded curve25519-dalek-derive v0.1.1
1912026-08-20T18:07:38.165Z Downloaded crypto-common v0.2.2
1922026-08-20T18:07:38.165Z Downloaded darling_macro v0.21.3
1932026-08-20T18:07:38.168Z Downloaded compression-core v0.4.31
1942026-08-20T18:07:38.172Z Downloaded crc-catalog v2.4.0
1952026-08-20T18:07:38.172Z Downloaded http-body v1.0.1
1962026-08-20T18:07:38.177Z Downloaded hubpack v0.1.2
1972026-08-20T18:07:38.177Z Downloaded is_terminal_polyfill v1.70.2
1982026-08-20T18:07:38.177Z Downloaded home v0.5.12
1992026-08-20T18:07:38.177Z Downloaded inout v0.2.2
2002026-08-20T18:07:38.182Z Downloaded difflib v0.4.0
2012026-08-20T18:07:38.182Z Downloaded const_format_proc_macros v0.2.34
2022026-08-20T18:07:38.182Z Downloaded derive-ex v0.1.8
2032026-08-20T18:07:38.182Z Downloaded idna_adapter v1.2.1
2042026-08-20T18:07:38.182Z Downloaded ident_case v1.0.1
2052026-08-20T18:07:38.182Z Downloaded is_ci v1.2.0
2062026-08-20T18:07:38.185Z Downloaded diesel_table_macro_syntax v0.3.0
2072026-08-20T18:07:38.185Z Downloaded darling_macro v0.13.4
2082026-08-20T18:07:38.185Z Downloaded cpubits v0.1.1
2092026-08-20T18:07:38.185Z Downloaded cpufeatures v0.3.0
2102026-08-20T18:07:38.189Z Downloaded derive_builder_macro v0.20.2
2112026-08-20T18:07:38.192Z Downloaded indoc v1.0.9
2122026-08-20T18:07:38.192Z Downloaded debug-ignore v1.0.5
2132026-08-20T18:07:38.192Z Downloaded instant v0.1.13
2142026-08-20T18:07:38.192Z Downloaded cstr-argument v0.1.2
2152026-08-20T18:07:38.195Z Downloaded darling_macro v0.20.11
2162026-08-20T18:07:38.195Z Downloaded crypto-common v0.1.7
2172026-08-20T18:07:38.195Z Downloaded hex-literal v0.4.1
2182026-08-20T18:07:38.195Z Downloaded defmt-parser v1.0.0
2192026-08-20T18:07:38.195Z Downloaded hash32 v0.3.1
2202026-08-20T18:07:38.196Z Downloaded keccak v0.1.6
2212026-08-20T18:07:38.196Z Downloaded headers-core v0.3.0
2222026-08-20T18:07:38.196Z Downloaded is-terminal v0.4.17
2232026-08-20T18:07:38.200Z Downloaded crossbeam-utils v0.8.21
2242026-08-20T18:07:38.200Z Downloaded jiff-static v0.2.34
2252026-08-20T18:07:38.204Z Downloaded critical-section v1.2.0
2262026-08-20T18:07:38.204Z Downloaded indent_write v2.2.0
2272026-08-20T18:07:38.204Z Downloaded illumos-nvpair v0.3.0
2282026-08-20T18:07:38.204Z Downloaded instability v0.3.11
2292026-08-20T18:07:38.207Z Downloaded const-oid v0.9.6
2302026-08-20T18:07:38.207Z Downloaded itoa v1.0.17
2312026-08-20T18:07:38.207Z Downloaded cookie v0.18.1
2322026-08-20T18:07:38.207Z Downloaded illumos-nvpair-sys v0.2.0
2332026-08-20T18:07:38.211Z Downloaded inout v0.1.4
2342026-08-20T18:07:38.211Z Downloaded ipnetwork v0.21.1
2352026-08-20T18:07:38.218Z Downloaded arrayref v0.3.9
2362026-08-20T18:07:38.221Z Downloaded darling_macro v0.23.0
2372026-08-20T18:07:38.221Z Downloaded array-init v0.0.4
2382026-08-20T18:07:38.221Z Downloaded assert_matches v1.5.0
2392026-08-20T18:07:38.221Z Downloaded atomicwrites v0.4.4
2402026-08-20T18:07:38.221Z Downloaded async-stream v0.3.6
2412026-08-20T18:07:38.225Z Downloaded internet-checksum v0.2.1
2422026-08-20T18:07:38.225Z Downloaded backtrace-ext v0.2.1
2432026-08-20T18:07:38.225Z Downloaded base16ct v0.2.0
2442026-08-20T18:07:38.225Z Downloaded base16ct v1.0.0
2452026-08-20T18:07:38.226Z Downloaded defmt v0.3.100
2462026-08-20T18:07:38.230Z Downloaded defmt v1.0.1
2472026-08-20T18:07:38.230Z Downloaded daft-derive v0.1.7
2482026-08-20T18:07:38.233Z Downloaded httpdate v1.0.3
2492026-08-20T18:07:38.233Z Downloaded deranged v0.5.8
2502026-08-20T18:07:38.237Z Downloaded bitfield-struct v0.6.2
2512026-08-20T18:07:38.237Z Downloaded block-buffer v0.10.4
2522026-08-20T18:07:38.237Z Downloaded olpc-cjson v0.1.4
2532026-08-20T18:07:38.241Z Downloaded ipnet v2.12.0
2542026-08-20T18:07:38.244Z Downloaded openssl-macros v0.1.1
2552026-08-20T18:07:38.244Z Downloaded darling v0.13.4
2562026-08-20T18:07:38.246Z Downloaded opaque-debug v0.3.1
2572026-08-20T18:07:38.246Z Downloaded compression-codecs v0.4.37
2582026-08-20T18:07:38.250Z Downloaded ctr v0.10.1
2592026-08-20T18:07:38.250Z Downloaded ctutils v0.4.2
2602026-08-20T18:07:38.250Z Downloaded data-encoding v2.10.0
2612026-08-20T18:07:38.250Z Downloaded crossbeam-epoch v0.9.18
2622026-08-20T18:07:38.250Z Downloaded path-slash v0.1.5
2632026-08-20T18:07:38.250Z Downloaded pathdiff v0.2.3
2642026-08-20T18:07:38.253Z Downloaded cmake v0.1.57
2652026-08-20T18:07:38.253Z Downloaded constant_time_eq v0.4.2
2662026-08-20T18:07:38.253Z Downloaded daft v0.1.7
2672026-08-20T18:07:38.253Z Downloaded derive_builder_core v0.20.2
2682026-08-20T18:07:38.257Z Downloaded der_derive v0.7.3
2692026-08-20T18:07:38.257Z Downloaded diesel-dtrace v0.5.0
2702026-08-20T18:07:38.257Z Downloaded http-body-util v0.1.3
2712026-08-20T18:07:38.257Z Downloaded oso-derive v0.27.3
2722026-08-20T18:07:38.257Z Downloaded impl-trait-for-tuples v0.2.3
2732026-08-20T18:07:38.260Z Downloaded ingot-types v0.2.0
2742026-08-20T18:07:38.260Z Downloaded jobserver v0.1.34
2752026-08-20T18:07:38.260Z Downloaded convert_case v0.10.0
2762026-08-20T18:07:38.263Z Downloaded crc-any v2.5.0
2772026-08-20T18:07:38.263Z Downloaded defmt-macros v1.0.1
2782026-08-20T18:07:38.263Z Downloaded clap v4.6.1
2792026-08-20T18:07:38.267Z Downloaded colored v3.1.1
2802026-08-20T18:07:38.271Z Downloaded predicates-tree v1.0.13
2812026-08-20T18:07:38.271Z Downloaded plotters-svg v0.3.7
2822026-08-20T18:07:38.271Z Downloaded proc-macro-error-attr v1.0.4
2832026-08-20T18:07:38.271Z Downloaded hmac v0.13.0
2842026-08-20T18:07:38.275Z Downloaded half v1.8.3
2852026-08-20T18:07:38.279Z Downloaded ingot v0.2.1
2862026-08-20T18:07:38.282Z Downloaded indoc v2.0.7
2872026-08-20T18:07:38.285Z Downloaded bs58 v0.5.1
2882026-08-20T18:07:38.285Z Downloaded group v0.13.0
2892026-08-20T18:07:38.285Z Downloaded anstream v0.6.21
2902026-08-20T18:07:38.288Z Downloaded proc-macro-error-attr2 v2.0.0
2912026-08-20T18:07:38.288Z Downloaded recursive v0.1.1
2922026-08-20T18:07:38.289Z Downloaded hybrid-array v0.4.13
2932026-08-20T18:07:38.292Z Downloaded cexpr v0.6.0
2942026-08-20T18:07:38.292Z Downloaded rtoolbox v0.0.3
2952026-08-20T18:07:38.295Z Downloaded clap_derive v4.6.1
2962026-08-20T18:07:38.295Z Downloaded cbc v0.2.1
2972026-08-20T18:07:38.295Z Downloaded recursive-proc-macro-impl v0.1.1
2982026-08-20T18:07:38.299Z Downloaded console v0.16.2
2992026-08-20T18:07:38.299Z Downloaded bit-vec v0.6.3
3002026-08-20T18:07:38.299Z Downloaded rustc-hash v2.1.1
3012026-08-20T18:07:38.302Z Downloaded sapling-renderdag v0.1.0
3022026-08-20T18:07:38.302Z Downloaded seq-macro v0.3.6
3032026-08-20T18:07:38.306Z Downloaded camino-tempfile v1.4.1
3042026-08-20T18:07:38.309Z Downloaded colored v2.2.0
3052026-08-20T18:07:38.309Z Downloaded owo-colors v3.5.0
3062026-08-20T18:07:38.309Z Downloaded parse-display v0.10.0
3072026-08-20T18:07:38.309Z Downloaded serde_repr v0.1.20
3082026-08-20T18:07:38.313Z Downloaded cipher v0.4.4
3092026-08-20T18:07:38.313Z Downloaded parking v2.2.1
3102026-08-20T18:07:38.313Z Downloaded crc32fast v1.5.0
3112026-08-20T18:07:38.313Z Downloaded derive_builder v0.20.2
3122026-08-20T18:07:38.316Z Downloaded sha1 v0.11.0
3132026-08-20T18:07:38.316Z Downloaded slog-bunyan v2.5.0
3142026-08-20T18:07:38.316Z Downloaded blake2 v0.10.6
3152026-08-20T18:07:38.320Z Downloaded path-tree v0.8.3
3162026-08-20T18:07:38.320Z Downloaded shell-words v1.1.1
3172026-08-20T18:07:38.323Z Downloaded console v0.15.11
3182026-08-20T18:07:38.323Z Downloaded const_format v0.2.35
3192026-08-20T18:07:38.327Z Downloaded darling v0.20.11
3202026-08-20T18:07:38.327Z Downloaded darling v0.21.3
3212026-08-20T18:07:39.333Z Downloaded humantime v2.3.0
3222026-08-20T18:07:39.333Z Downloaded pbkdf2 v0.13.0
3232026-08-20T18:07:39.333Z Downloaded polyval v0.7.1
3242026-08-20T18:07:39.342Z Downloaded pin-project-internal v1.1.11
3252026-08-20T18:07:39.342Z Downloaded phf v0.13.1
3262026-08-20T18:07:39.342Z Downloaded pkg-config v0.3.32
3272026-08-20T18:07:39.342Z Downloaded subtle v2.6.1
3282026-08-20T18:07:39.342Z Downloaded supports-hyperlinks v3.2.0
3292026-08-20T18:07:39.342Z Downloaded structmeta-derive v0.3.0
3302026-08-20T18:07:39.342Z Downloaded take_mut v0.2.2
3312026-08-20T18:07:39.342Z Downloaded tap v1.0.1
3322026-08-20T18:07:39.342Z Downloaded iana-time-zone v0.1.65
3332026-08-20T18:07:39.342Z Downloaded structmeta v0.3.0
3342026-08-20T18:07:39.342Z Downloaded supports-hyperlinks v2.1.0
3352026-08-20T18:07:39.342Z Downloaded heapless v0.7.17
3362026-08-20T18:07:39.342Z Downloaded ingot-macros v0.2.0
3372026-08-20T18:07:39.342Z Downloaded tabled_derive v0.7.0
3382026-08-20T18:07:39.342Z Downloaded datatest-stable v0.3.3
3392026-08-20T18:07:39.342Z Downloaded cookie_store v0.22.1
3402026-08-20T18:07:39.342Z Downloaded thiserror-impl-no-std v2.0.2
3412026-08-20T18:07:39.342Z Downloaded unicode-xid v0.2.6
3422026-08-20T18:07:39.342Z Downloaded darling v0.23.0
3432026-08-20T18:07:39.342Z Downloaded anstyle-parse v1.0.0
3442026-08-20T18:07:39.342Z Downloaded rand_chacha v0.3.1
3452026-08-20T18:07:39.342Z Downloaded hickory-client v0.25.2
3462026-08-20T18:07:39.342Z Downloaded diff v0.1.13
3472026-08-20T18:07:39.342Z Downloaded rustls-native-certs v0.8.3
3482026-08-20T18:07:39.342Z Downloaded serde_urlencoded v0.7.1
3492026-08-20T18:07:39.344Z Downloaded trait-variant v0.1.2
3502026-08-20T18:07:39.344Z Downloaded rand_chacha v0.9.0
3512026-08-20T18:07:39.344Z Downloaded headers v0.4.1
3522026-08-20T18:07:39.344Z Downloaded schemars_derive v0.8.22
3532026-08-20T18:07:39.344Z Downloaded sec1 v0.7.3
3542026-08-20T18:07:39.344Z Downloaded tokio-test v0.4.5
3552026-08-20T18:07:39.344Z Downloaded usdt-attr-macro v0.6.0
3562026-08-20T18:07:39.344Z Downloaded usdt-macro v0.6.0
3572026-08-20T18:07:39.344Z Downloaded xshell-macros v0.2.7
3582026-08-20T18:07:39.344Z Downloaded yoke-derive v0.8.1
3592026-08-20T18:07:39.344Z Downloaded universal-hash v0.6.1
3602026-08-20T18:07:39.344Z Downloaded des v0.9.0
3612026-08-20T18:07:39.344Z Downloaded hmac v0.12.1
3622026-08-20T18:07:39.344Z Downloaded icu_provider v2.1.1
3632026-08-20T18:07:39.344Z Downloaded indexmap v1.9.3
3642026-08-20T18:07:39.344Z Downloaded postgres-protocol v0.6.10
3652026-08-20T18:07:39.344Z Downloaded postgres-types v0.2.12
3662026-08-20T18:07:39.344Z Downloaded unicode-linebreak v0.1.5
3672026-08-20T18:07:39.344Z Downloaded waitgroup v0.1.2
3682026-08-20T18:07:39.344Z Downloaded primeorder v0.14.0
3692026-08-20T18:07:39.344Z Downloaded static_assertions v1.1.0
3702026-08-20T18:07:39.344Z Downloaded shlex v1.3.0
3712026-08-20T18:07:39.344Z Downloaded dirs-sys-next v0.1.2
3722026-08-20T18:07:39.344Z Downloaded dof v0.4.0
3732026-08-20T18:07:39.344Z Downloaded dof v0.3.0
3742026-08-20T18:07:39.344Z Downloaded parking_lot_core v0.9.12
3752026-08-20T18:07:39.344Z Downloaded slog-term v2.9.2
3762026-08-20T18:07:39.344Z Downloaded r2d2 v0.8.10
3772026-08-20T18:07:39.344Z Downloaded slog-stdlog v4.1.1
3782026-08-20T18:07:39.345Z Downloaded crypto-bigint v0.5.5
3792026-08-20T18:07:39.345Z Downloaded smallvec v0.6.14
3802026-08-20T18:07:39.345Z Downloaded snafu-derive v0.8.9
3812026-08-20T18:07:39.345Z Downloaded ssh-encoding v0.3.0
3822026-08-20T18:07:39.345Z Downloaded stringprep v0.1.5
3832026-08-20T18:07:39.345Z Downloaded hickory-resolver v0.24.4
3842026-08-20T18:07:39.345Z Downloaded zerofrom v0.1.6
3852026-08-20T18:07:39.345Z Downloaded half v2.7.1
3862026-08-20T18:07:39.345Z Downloaded dtrace-parser v0.2.0
3872026-08-20T18:07:39.345Z Downloaded tokio-tungstenite v0.23.1
3882026-08-20T18:07:39.345Z Downloaded thiserror-impl v2.0.18
3892026-08-20T18:07:39.345Z Downloaded topological-sort v0.2.2
3902026-08-20T18:07:39.345Z Downloaded float-ord v0.3.2
3912026-08-20T18:07:39.345Z Downloaded derive-where v1.6.0
3922026-08-20T18:07:39.345Z Downloaded icu_normalizer_data v2.1.1
3932026-08-20T18:07:39.345Z Downloaded bzip2 v0.4.4
3942026-08-20T18:07:39.345Z Downloaded env_filter v2.0.0
3952026-08-20T18:07:39.345Z Downloaded dsl_auto_type v0.2.0
3962026-08-20T18:07:39.345Z Downloaded equivalent v1.0.2
3972026-08-20T18:07:39.345Z Downloaded rustc-demangle v0.1.27
3982026-08-20T18:07:39.346Z Downloaded funty v2.0.0
3992026-08-20T18:07:39.346Z Downloaded gethostname v0.5.0
4002026-08-20T18:07:39.346Z Downloaded darling_core v0.20.11
4012026-08-20T18:07:39.346Z Downloaded derive_more v0.99.20
4022026-08-20T18:07:39.346Z Downloaded foreign-types-shared v0.1.1
4032026-08-20T18:07:39.346Z Downloaded icu_normalizer v2.1.1
4042026-08-20T18:07:39.346Z Downloaded time-macros v0.2.27
4052026-08-20T18:07:39.346Z Downloaded tiny-keccak v2.0.2
4062026-08-20T18:07:39.346Z Downloaded serde_with_macros v3.21.0
4072026-08-20T18:07:39.346Z Downloaded vergen-git2 v9.1.0
4082026-08-20T18:07:39.346Z Downloaded vergen-gitcl v1.0.8
4092026-08-20T18:07:39.346Z Downloaded compact_str v0.8.1
4102026-08-20T18:07:39.346Z Downloaded lalrpop-util v0.19.12
4112026-08-20T18:07:39.346Z Downloaded md5 v0.8.0
4122026-08-20T18:07:39.346Z Downloaded md-5 v0.10.6
4132026-08-20T18:07:39.346Z Downloaded miette-derive v5.10.0
4142026-08-20T18:07:39.346Z Downloaded salsa20 v0.11.0
4152026-08-20T18:07:39.346Z Downloaded tinystr v0.8.2
4162026-08-20T18:07:39.346Z Downloaded cargo_metadata v0.23.1
4172026-08-20T18:07:39.346Z Downloaded tokio-tungstenite v0.21.0
4182026-08-20T18:07:39.346Z Downloaded guppy-workspace-hack v0.1.0
4192026-08-20T18:07:39.346Z Downloaded indicatif v0.18.4
4202026-08-20T18:07:39.346Z Downloaded lru-slab v0.1.2
4212026-08-20T18:07:39.346Z Downloaded semver v1.0.28
4222026-08-20T18:07:39.346Z Downloaded ed25519 v3.0.0
4232026-08-20T18:07:39.346Z Downloaded wait-timeout v0.2.1
4242026-08-20T18:07:39.350Z Downloaded nibble_vec v0.1.0
4252026-08-20T18:07:39.350Z Downloaded approx v0.5.1
4262026-08-20T18:07:39.350Z Downloaded nodrop v0.1.14
4272026-08-20T18:07:39.350Z Downloaded ff v0.14.0
4282026-08-20T18:07:39.350Z Downloaded ignore v0.4.25
4292026-08-20T18:07:39.350Z Downloaded crossbeam-channel v0.5.15
4302026-08-20T18:07:39.350Z Downloaded pin-project v1.1.11
4312026-08-20T18:07:39.350Z Downloaded wyz v0.5.1
4322026-08-20T18:07:39.350Z Downloaded num_enum_derive v0.5.11
4332026-08-20T18:07:39.350Z Downloaded async-recursion v1.1.1
4342026-08-20T18:07:39.350Z Downloaded async-stream-impl v0.3.6
4352026-08-20T18:07:39.350Z Downloaded bit-set v0.5.3
4362026-08-20T18:07:39.350Z Downloaded fixedbitset v0.5.7
4372026-08-20T18:07:39.350Z Downloaded chumsky v0.9.3
4382026-08-20T18:07:39.350Z Downloaded enum_dispatch v0.3.13
4392026-08-20T18:07:39.350Z Downloaded env_logger v0.11.11
4402026-08-20T18:07:39.351Z Downloaded cast v0.3.0
4412026-08-20T18:07:39.351Z Downloaded castaway v0.2.4
4422026-08-20T18:07:39.351Z Downloaded nanorand v0.7.0
4432026-08-20T18:07:39.351Z Downloaded percent-encoding v2.3.2
4442026-08-20T18:07:39.351Z Downloaded ciborium-io v0.2.2
4452026-08-20T18:07:39.351Z Downloaded toml_parser v1.1.2+spec-1.1.0
4462026-08-20T18:07:39.351Z Downloaded fs_extra v1.3.0
4472026-08-20T18:07:39.351Z Downloaded p256 v0.14.0
4482026-08-20T18:07:39.351Z Downloaded prettyplease v0.2.37
4492026-08-20T18:07:39.351Z Downloaded progenitor-impl v0.13.0
4502026-08-20T18:07:39.351Z Downloaded ena v0.14.4
4512026-08-20T18:07:39.351Z Downloaded num_enum v0.5.11
4522026-08-20T18:07:39.351Z Downloaded num_enum v0.7.6
4532026-08-20T18:07:39.351Z Downloaded anstyle v1.0.14
4542026-08-20T18:07:39.351Z Downloaded keccak v0.2.0
4552026-08-20T18:07:39.351Z Downloaded lru-cache v0.1.2
4562026-08-20T18:07:39.351Z Downloaded parse-size v1.1.0
4572026-08-20T18:07:39.352Z Downloaded potential_utf v0.1.4
4582026-08-20T18:07:39.352Z Downloaded serde_derive v1.0.228
4592026-08-20T18:07:39.352Z Downloaded twox-hash v2.1.2
4602026-08-20T18:07:39.352Z Downloaded darling_core v0.21.3
4612026-08-20T18:07:39.352Z Downloaded libtest-mimic v0.8.1
4622026-08-20T18:07:39.352Z Downloaded psl-types v2.0.11
4632026-08-20T18:07:39.352Z Downloaded rand_xorshift v0.4.0
4642026-08-20T18:07:39.352Z Downloaded icu_collections v2.1.1
4652026-08-20T18:07:39.352Z Downloaded socket2 v0.5.10
4662026-08-20T18:07:39.352Z Downloaded http v1.4.2
4672026-08-20T18:07:39.352Z Downloaded indexmap v2.14.0
4682026-08-20T18:07:39.352Z Downloaded getrandom v0.2.17
4692026-08-20T18:07:39.352Z Downloaded target-lexicon v0.13.3
4702026-08-20T18:07:39.352Z Downloaded zstd v0.13.3
4712026-08-20T18:07:39.352Z Downloaded num-integer v0.1.46
4722026-08-20T18:07:39.352Z Downloaded radium v0.7.0
4732026-08-20T18:07:39.352Z Downloaded rfc6979 v0.6.0
4742026-08-20T18:07:39.352Z Downloaded scheduled-thread-pool v0.2.7
4752026-08-20T18:07:39.352Z Downloaded semver v0.1.20
4762026-08-20T18:07:39.352Z Downloaded serde_regex v1.1.0
4772026-08-20T18:07:39.352Z Downloaded ref-cast v1.0.25
4782026-08-20T18:07:39.352Z Downloaded rfc6979 v0.4.0
4792026-08-20T18:07:39.352Z Downloaded signature v2.2.0
4802026-08-20T18:07:39.352Z Downloaded internal-russh-num-bigint v0.5.0
4812026-08-20T18:07:39.352Z Downloaded litrs v1.0.0
4822026-08-20T18:07:39.353Z Downloaded derive_more v2.1.1
4832026-08-20T18:07:39.353Z Downloaded native-tls v0.2.18
4842026-08-20T18:07:39.353Z Downloaded scuffle v0.1.0
4852026-08-20T18:07:39.353Z Downloaded ar_archive_writer v0.5.1
4862026-08-20T18:07:39.353Z Downloaded der v0.7.10
4872026-08-20T18:07:39.353Z Downloaded qorb v0.4.1
4882026-08-20T18:07:39.353Z Downloaded fs-err v3.3.0
4892026-08-20T18:07:39.353Z Downloaded oxide-update-engine v0.1.2
4902026-08-20T18:07:39.353Z Downloaded sponge-cursor v0.1.0
4912026-08-20T18:07:39.353Z Downloaded supports-unicode v3.0.0
4922026-08-20T18:07:39.353Z Downloaded tagptr v0.2.0
4932026-08-20T18:07:39.353Z Downloaded sync_wrapper v1.0.2
4942026-08-20T18:07:39.353Z Downloaded tabwriter v1.4.1
4952026-08-20T18:07:39.353Z Downloaded tungstenite v0.23.0
4962026-08-20T18:07:39.353Z Downloaded terminal_size v0.1.17
4972026-08-20T18:07:39.353Z Downloaded termtree v0.5.1
4982026-08-20T18:07:39.353Z Downloaded hickory-resolver v0.25.2
4992026-08-20T18:07:39.353Z Downloaded hyper-util v0.1.20
5002026-08-20T18:07:39.353Z Downloaded tungstenite v0.21.0
5012026-08-20T18:07:39.353Z Downloaded parking_lot_core v0.8.6
5022026-08-20T18:07:39.353Z Downloaded backon v1.6.0
5032026-08-20T18:07:39.353Z Downloaded foldhash v0.2.0
5042026-08-20T18:07:39.353Z Downloaded predicates v3.1.4
5052026-08-20T18:07:39.353Z Downloaded primefield v0.14.0
5062026-08-20T18:07:39.353Z Downloaded progenitor v0.13.0
5072026-08-20T18:07:39.353Z Downloaded psm v0.1.30
5082026-08-20T18:07:39.354Z Downloaded thread-id v5.1.0
5092026-08-20T18:07:39.354Z Downloaded hashbrown v0.16.1
5102026-08-20T18:07:39.354Z Downloaded blake2b_simd v1.0.4
5112026-08-20T18:07:39.354Z Downloaded rsa v0.9.10
5122026-08-20T18:07:39.354Z Downloaded parse-display-derive v0.10.0
5132026-08-20T18:07:39.354Z Downloaded pem-rfc7468 v1.0.0
5142026-08-20T18:07:39.354Z Downloaded phc v0.6.1
5152026-08-20T18:07:39.354Z Downloaded phf v0.12.1
5162026-08-20T18:07:39.354Z Downloaded cc v1.2.56
5172026-08-20T18:07:39.354Z Downloaded unicode-ident v1.0.24
5182026-08-20T18:07:39.354Z Downloaded unsafe-libyaml v0.2.11
5192026-08-20T18:07:39.354Z Downloaded bzip2 v0.6.1
5202026-08-20T18:07:39.354Z Downloaded serde-hex v0.1.0
5212026-08-20T18:07:39.354Z Downloaded progenitor-extras v0.2.0
5222026-08-20T18:07:39.354Z Downloaded once_cell v1.21.3
5232026-08-20T18:07:39.354Z Downloaded ml-kem v0.3.2
5242026-08-20T18:07:39.359Z Downloaded slog-async v2.8.0
5252026-08-20T18:07:39.359Z Downloaded unicode-truncate v1.1.0
5262026-08-20T18:07:39.359Z Downloaded untrusted v0.9.0
5272026-08-20T18:07:39.359Z Downloaded usdt-attr-macro v0.5.0
5282026-08-20T18:07:39.359Z Downloaded resolv-conf v0.7.6
5292026-08-20T18:07:39.359Z Downloaded tar v0.4.46
5302026-08-20T18:07:39.359Z Downloaded hkdf v0.13.0
5312026-08-20T18:07:39.359Z Downloaded rand_core v0.6.4
5322026-08-20T18:07:39.359Z Downloaded scrypt v0.12.0
5332026-08-20T18:07:39.359Z Downloaded serdect v0.4.3
5342026-08-20T18:07:39.359Z Downloaded sha1 v0.10.6
5352026-08-20T18:07:39.359Z Downloaded strum_macros v0.24.3
5362026-08-20T18:07:39.359Z Downloaded zone v0.3.1
5372026-08-20T18:07:39.359Z Downloaded zone_cfg_derive v0.3.1
5382026-08-20T18:07:39.360Z Downloaded display-error-chain v0.2.2
5392026-08-20T18:07:39.360Z Downloaded dtrace-parser v0.3.0
5402026-08-20T18:07:39.360Z Downloaded anyhow v1.0.104
5412026-08-20T18:07:39.360Z Downloaded zopfli v0.8.3
5422026-08-20T18:07:39.360Z Downloaded itertools v0.10.5
5432026-08-20T18:07:39.360Z Downloaded async-bb8-diesel v0.2.1
5442026-08-20T18:07:39.360Z Downloaded poly1305 v0.9.0
5452026-08-20T18:07:39.360Z Downloaded smf v0.2.3
5462026-08-20T18:07:39.360Z Downloaded ssh-cipher v0.3.0
5472026-08-20T18:07:39.360Z Downloaded bumpalo v3.20.2
5482026-08-20T18:07:39.360Z Downloaded foreign-types-shared v0.3.1
5492026-08-20T18:07:39.360Z Downloaded textwrap v0.16.2
5502026-08-20T18:07:39.360Z Downloaded uuid v1.23.4
5512026-08-20T18:07:39.360Z Downloaded stringmetrics v2.2.2
5522026-08-20T18:07:39.360Z Downloaded embedded-io v0.6.1
5532026-08-20T18:07:39.360Z Downloaded unicase v2.9.0
5542026-08-20T18:07:39.360Z Downloaded fastrand v2.3.0
5552026-08-20T18:07:39.360Z Downloaded futures-core v0.3.32
5562026-08-20T18:07:39.360Z Downloaded fxhash v0.2.1
5572026-08-20T18:07:39.360Z Downloaded kstat-rs v0.2.5
5582026-08-20T18:07:39.360Z Downloaded usdt-impl v0.5.0
5592026-08-20T18:07:39.360Z Downloaded usdt-impl v0.6.0
5602026-08-20T18:07:39.361Z Downloaded hickory-server v0.25.2
5612026-08-20T18:07:39.361Z Downloaded tls_codec_derive v0.4.2
5622026-08-20T18:07:39.361Z Downloaded jiff-core v0.1.0
5632026-08-20T18:07:39.361Z Downloaded tui-tree-widget v0.23.1
5642026-08-20T18:07:39.361Z Downloaded omicron-zone-package v0.12.3
5652026-08-20T18:07:39.361Z Downloaded lzss v0.8.2
5662026-08-20T18:07:39.361Z Downloaded mime v0.3.17
5672026-08-20T18:07:39.361Z Downloaded nonempty v0.12.0
5682026-08-20T18:07:39.361Z Downloaded strum_macros v0.26.4
5692026-08-20T18:07:39.361Z Downloaded crossterm v0.29.0
5702026-08-20T18:07:39.361Z Downloaded pkcs5 v0.8.1
5712026-08-20T18:07:39.361Z Downloaded tinytemplate v1.2.1
5722026-08-20T18:07:39.361Z Downloaded rustls-pemfile v2.2.0
5732026-08-20T18:07:39.361Z Downloaded assert-json-diff v2.0.2
5742026-08-20T18:07:39.361Z Downloaded vergen-lib v9.1.0
5752026-08-20T18:07:39.361Z Downloaded maybe-uninit v2.0.0
5762026-08-20T18:07:39.361Z Downloaded ascii-canvas v3.0.0
5772026-08-20T18:07:39.361Z Downloaded bitfield-macros v0.19.4
5782026-08-20T18:07:39.361Z Downloaded hashbrown v0.14.5
5792026-08-20T18:07:39.361Z Downloaded adler2 v2.0.1
5802026-08-20T18:07:39.361Z Downloaded either v1.15.0
5812026-08-20T18:07:39.361Z Downloaded hashbrown v0.15.5
5822026-08-20T18:07:39.361Z Downloaded ryu v1.0.23
5832026-08-20T18:07:39.361Z Downloaded tracing-attributes v0.1.31
5842026-08-20T18:07:39.361Z Downloaded foldhash v0.1.5
5852026-08-20T18:07:39.361Z Downloaded filetime v0.2.27
5862026-08-20T18:07:39.362Z Downloaded find-msvc-tools v0.1.9
5872026-08-20T18:07:39.363Z Downloaded vergen-lib v0.1.6
5882026-08-20T18:07:39.363Z Downloaded packed_struct_codegen v0.10.1
5892026-08-20T18:07:39.363Z Downloaded hashbrown v0.17.0
5902026-08-20T18:07:39.363Z Downloaded hkdf v0.12.4
5912026-08-20T18:07:39.363Z Downloaded der v0.8.0
5922026-08-20T18:07:39.363Z Downloaded git-stub-vcs v0.1.0
5932026-08-20T18:07:39.363Z Downloaded chacha20poly1305 v0.10.1
5942026-08-20T18:07:39.363Z Downloaded writeable v0.6.2
5952026-08-20T18:07:39.363Z Downloaded diesel_derives v2.3.7
5962026-08-20T18:07:39.363Z Downloaded linked-hash-map v0.5.6
5972026-08-20T18:07:39.363Z Downloaded event-listener-strategy v0.5.4
5982026-08-20T18:07:39.363Z Downloaded plotters-backend v0.3.7
5992026-08-20T18:07:39.363Z Downloaded zerovec-derive v0.11.2
6002026-08-20T18:07:39.363Z Downloaded ed25519-dalek v2.2.0
6012026-08-20T18:07:39.363Z Downloaded futures v0.3.32
6022026-08-20T18:07:39.363Z Downloaded futures-executor v0.3.32
6032026-08-20T18:07:39.363Z Downloaded precomputed-hash v0.1.1
6042026-08-20T18:07:39.363Z Downloaded rand_pcg v0.10.2
6052026-08-20T18:07:39.363Z Downloaded h2 v0.4.15
6062026-08-20T18:07:39.363Z Downloaded progenitor-client v0.14.0
6072026-08-20T18:07:39.363Z Downloaded progenitor-macro v0.13.0
6082026-08-20T18:07:39.363Z Downloaded derive_more-impl v2.1.1
6092026-08-20T18:07:39.363Z Downloaded thiserror v2.0.18
6102026-08-20T18:07:39.363Z Downloaded iri-string v0.7.10
6112026-08-20T18:07:39.363Z Downloaded backtrace v0.3.76
6122026-08-20T18:07:39.363Z Downloaded argon2 v0.5.3
6132026-08-20T18:07:39.363Z Downloaded libefi-sys v0.1.0
6142026-08-20T18:07:39.363Z Downloaded anstream v1.0.0
6152026-08-20T18:07:39.363Z Downloaded blake2 v0.11.0-rc.6
6162026-08-20T18:07:39.363Z Downloaded lock_api v0.4.14
6172026-08-20T18:07:39.363Z Downloaded cipher v0.5.2
6182026-08-20T18:07:39.363Z Downloaded schemars v0.8.22
6192026-08-20T18:07:39.363Z Downloaded hyper v1.10.1
6202026-08-20T18:07:39.363Z Downloaded peg v0.8.5
6212026-08-20T18:07:39.363Z Downloaded module-lattice v0.2.3
6222026-08-20T18:07:39.363Z Downloaded scroll_derive v0.12.1
6232026-08-20T18:07:39.364Z Downloaded scroll_derive v0.13.1
6242026-08-20T18:07:39.367Z Downloaded supports-color v2.1.0
6252026-08-20T18:07:39.367Z Downloaded signal-hook-mio v0.2.5
6262026-08-20T18:07:39.368Z Downloaded snafu v0.8.9
6272026-08-20T18:07:39.368Z Downloaded bytes v1.11.1
6282026-08-20T18:07:39.368Z Downloaded vergen v9.1.0
6292026-08-20T18:07:39.368Z Downloaded yasna v0.5.2
6302026-08-20T18:07:39.368Z Downloaded itertools v0.13.0
6312026-08-20T18:07:39.368Z Downloaded itertools v0.12.1
6322026-08-20T18:07:39.368Z Downloaded slog v2.8.2
6332026-08-20T18:07:39.368Z Downloaded crossterm v0.28.1
6342026-08-20T18:07:39.368Z Downloaded clap_builder v4.6.0
6352026-08-20T18:07:39.368Z Downloaded p384 v0.14.0
6362026-08-20T18:07:39.369Z Downloaded similar v2.7.0
6372026-08-20T18:07:39.369Z Downloaded zerocopy-derive v0.7.35
6382026-08-20T18:07:39.369Z Downloaded primeorder v0.13.6
6392026-08-20T18:07:39.369Z Downloaded rand_core v0.10.0
6402026-08-20T18:07:39.369Z Downloaded rand v0.10.1
6412026-08-20T18:07:39.369Z Downloaded rand_core v0.9.5
6422026-08-20T18:07:39.369Z Downloaded camino-tempfile-ext v0.3.3
6432026-08-20T18:07:39.369Z Downloaded untrusted v0.7.1
6442026-08-20T18:07:39.369Z Downloaded want v0.3.1
6452026-08-20T18:07:39.369Z Downloaded itertools v0.15.0
6462026-08-20T18:07:39.369Z Downloaded schemars v1.2.1
6472026-08-20T18:07:39.369Z Downloaded tokio-postgres v0.7.16
6482026-08-20T18:07:39.369Z Downloaded icu_properties_data v2.1.2
6492026-08-20T18:07:39.369Z Downloaded idna v1.1.0
6502026-08-20T18:07:39.369Z Downloaded pretty_assertions v1.4.1
6512026-08-20T18:07:39.369Z Downloaded assert_cmd v2.1.2
6522026-08-20T18:07:39.369Z Downloaded blowfish v0.10.0
6532026-08-20T18:07:39.369Z Downloaded universal-hash v0.5.1
6542026-08-20T18:07:39.369Z Downloaded partial-io v0.5.4
6552026-08-20T18:07:39.369Z Downloaded utf8parse v0.2.2
6562026-08-20T18:07:39.369Z Downloaded pem-rfc7468 v0.7.0
6572026-08-20T18:07:39.369Z Downloaded proc-macro-error2 v2.0.1
6582026-08-20T18:07:39.369Z Downloaded unarray v0.1.4
6592026-08-20T18:07:39.369Z Downloaded toml_edit v0.23.10+spec-1.0.0
6602026-08-20T18:07:39.369Z Downloaded base64ct v1.8.3
6612026-08-20T18:07:39.369Z Downloaded serde_path_to_error v0.1.20
6622026-08-20T18:07:39.369Z Downloaded toml v0.8.23
6632026-08-20T18:07:39.370Z Downloaded void v1.0.2
6642026-08-20T18:07:39.370Z Downloaded xattr v1.6.1
6652026-08-20T18:07:39.370Z Downloaded ghash v0.6.0
6662026-08-20T18:07:39.370Z Downloaded sha2 v0.10.9
6672026-08-20T18:07:39.370Z Downloaded itertools v0.14.0
6682026-08-20T18:07:39.370Z Downloaded futures-macro v0.3.32
6692026-08-20T18:07:39.370Z Downloaded fd-lock v4.0.4
6702026-08-20T18:07:39.370Z Downloaded rusty-fork v0.3.1
6712026-08-20T18:07:39.370Z Downloaded sqlformat v0.3.5
6722026-08-20T18:07:39.370Z Downloaded toml v0.7.8
6732026-08-20T18:07:39.370Z Downloaded form_urlencoded v1.2.2
6742026-08-20T18:07:39.370Z Downloaded globwalk v0.9.1
6752026-08-20T18:07:39.370Z Downloaded thread_local v1.1.9
6762026-08-20T18:07:39.370Z Downloaded zerovec v0.11.5
6772026-08-20T18:07:39.370Z Downloaded multer v3.1.0
6782026-08-20T18:07:39.370Z Downloaded camino v1.2.5
6792026-08-20T18:07:39.370Z Downloaded cancel-safe-futures v0.1.5
6802026-08-20T18:07:39.370Z Downloaded rust-argon2 v2.1.0
6812026-08-20T18:07:39.370Z Downloaded scroll v0.13.0
6822026-08-20T18:07:39.370Z Downloaded serde_tokenstream v0.2.3
6832026-08-20T18:07:39.370Z Downloaded signal-hook-registry v1.4.8
6842026-08-20T18:07:39.370Z Downloaded lazy_static v1.5.0
6852026-08-20T18:07:39.370Z Downloaded libscf-sys v1.2.0
6862026-08-20T18:07:39.370Z Downloaded match_cfg v0.1.0
6872026-08-20T18:07:39.370Z Downloaded multimap v0.10.1
6882026-08-20T18:07:39.370Z Downloaded maplit v1.0.2
6892026-08-20T18:07:39.371Z Downloaded newtype-uuid-macros v0.1.0
6902026-08-20T18:07:39.371Z Downloaded rustls-pki-types v1.14.0
6912026-08-20T18:07:39.371Z Downloaded dropshot_endpoint v0.17.1
6922026-08-20T18:07:39.371Z Downloaded num-traits v0.2.19
6932026-08-20T18:07:39.371Z Downloaded aead v0.5.2
6942026-08-20T18:07:39.371Z Downloaded drift v0.2.0
6952026-08-20T18:07:39.371Z Downloaded zmij v1.0.21
6962026-08-20T18:07:39.371Z Downloaded tough v0.22.0
6972026-08-20T18:07:39.371Z Downloaded xshell v0.2.7
6982026-08-20T18:07:39.371Z Downloaded atty v0.2.14
6992026-08-20T18:07:39.371Z Downloaded cfg_aliases v0.1.1
7002026-08-20T18:07:39.371Z Downloaded getrandom v0.4.3
7012026-08-20T18:07:39.371Z Downloaded slab v0.4.12
7022026-08-20T18:07:39.371Z Downloaded string_cache v0.8.9
7032026-08-20T18:07:39.371Z Downloaded knuffel v3.2.0
7042026-08-20T18:07:39.371Z Downloaded futures-timer v3.0.3
7052026-08-20T18:07:39.371Z Downloaded ed25519 v2.2.3
7062026-08-20T18:07:39.371Z Downloaded ff v0.13.1
7072026-08-20T18:07:39.371Z Downloaded password-hash v0.6.1
7082026-08-20T18:07:39.371Z Downloaded peg-runtime v0.8.5
7092026-08-20T18:07:39.371Z Downloaded progenitor-macro v0.14.0
7102026-08-20T18:07:39.371Z Downloaded pest_generator v2.8.6
7112026-08-20T18:07:39.371Z Downloaded term v1.2.1
7122026-08-20T18:07:39.371Z Downloaded linear-map v1.2.0
7132026-08-20T18:07:39.371Z Downloaded typify v0.6.2
7142026-08-20T18:07:39.371Z Downloaded ecdsa v0.16.9
7152026-08-20T18:07:39.371Z Downloaded ron v0.8.1
7162026-08-20T18:07:39.371Z Downloaded phf_shared v0.12.1
7172026-08-20T18:07:39.371Z Downloaded phf_shared v0.11.3
7182026-08-20T18:07:39.371Z Downloaded plain v0.2.3
7192026-08-20T18:07:39.371Z Downloaded serde_plain v1.0.2
7202026-08-20T18:07:39.371Z Downloaded secrecy v0.10.3
7212026-08-20T18:07:39.372Z Downloaded tokio-native-tls v0.3.1
7222026-08-20T18:07:39.372Z Downloaded displaydoc v0.2.5
7232026-08-20T18:07:39.372Z Downloaded minimal-lexical v0.2.1
7242026-08-20T18:07:39.376Z Downloaded num-complex v0.4.6
7252026-08-20T18:07:39.376Z Downloaded globset v0.4.18
7262026-08-20T18:07:39.376Z Downloaded base64 v0.22.1
7272026-08-20T18:07:39.376Z Downloaded slog-scope v4.4.1
7282026-08-20T18:07:39.376Z Downloaded smallvec v1.15.1
7292026-08-20T18:07:39.376Z Downloaded spki v0.8.0
7302026-08-20T18:07:39.376Z Downloaded slog-envlogger v2.2.0
7312026-08-20T18:07:39.376Z Downloaded oxide-update-engine-types v0.1.2
7322026-08-20T18:07:39.376Z Downloaded autocfg v1.5.0
7332026-08-20T18:07:39.376Z Downloaded bcs v0.1.6
7342026-08-20T18:07:39.376Z Downloaded supports-color v3.0.2
7352026-08-20T18:07:39.376Z Downloaded mime_guess v2.0.5
7362026-08-20T18:07:39.376Z Downloaded num-rational v0.4.2
7372026-08-20T18:07:39.376Z Downloaded time-core v0.1.8
7382026-08-20T18:07:39.376Z Downloaded oorandom v11.1.5
7392026-08-20T18:07:39.376Z Downloaded yansi v1.0.1
7402026-08-20T18:07:39.377Z Downloaded oso v0.27.3
7412026-08-20T18:07:39.377Z Downloaded strum v0.27.2
7422026-08-20T18:07:39.377Z Downloaded ecdsa v0.17.0
7432026-08-20T18:07:39.377Z Downloaded event-listener v5.4.1
7442026-08-20T18:07:39.377Z Downloaded linkme v0.3.35
7452026-08-20T18:07:39.377Z Downloaded wnaf v0.14.0
7462026-08-20T18:07:39.377Z Downloaded thread-id v4.2.2
7472026-08-20T18:07:39.377Z Downloaded typify-macro v0.6.2
7482026-08-20T18:07:39.377Z Downloaded pest_meta v2.8.6
7492026-08-20T18:07:39.377Z Downloaded tinyvec v1.10.0
7502026-08-20T18:07:39.377Z Downloaded relative-path v1.9.3
7512026-08-20T18:07:39.377Z Downloaded num-bigint-dig v0.8.6
7522026-08-20T18:07:39.377Z Downloaded rand_distr v0.5.1
7532026-08-20T18:07:39.377Z Downloaded textwrap v0.15.2
7542026-08-20T18:07:39.377Z Downloaded rpassword v7.5.4
7552026-08-20T18:07:39.377Z Downloaded secrecy v0.8.0
7562026-08-20T18:07:39.377Z Downloaded linkme-impl v0.3.35
7572026-08-20T18:07:39.377Z Downloaded byte-wrapper v0.1.0
7582026-08-20T18:07:39.377Z Downloaded zerofrom-derive v0.1.6
7592026-08-20T18:07:39.377Z Downloaded embedded-io v0.4.0
7602026-08-20T18:07:39.377Z Downloaded macaddr v1.0.1
7612026-08-20T18:07:39.377Z Downloaded fnv v1.0.7
7622026-08-20T18:07:39.377Z Downloaded num-conv v0.2.0
7632026-08-20T18:07:39.377Z Downloaded num_threads v0.1.7
7642026-08-20T18:07:39.377Z Downloaded serde_with_macros v1.5.2
7652026-08-20T18:07:39.377Z Downloaded simd-adler32 v0.3.8
7662026-08-20T18:07:39.377Z Downloaded synstructure v0.13.2
7672026-08-20T18:07:39.377Z Downloaded async-lock v3.4.2
7682026-08-20T18:07:39.377Z Downloaded nom v7.1.3
7692026-08-20T18:07:39.377Z Downloaded newline-converter v0.3.0
7702026-08-20T18:07:39.377Z Downloaded oxnet v0.1.6
7712026-08-20T18:07:39.377Z Downloaded predicates-core v1.0.10
7722026-08-20T18:07:39.377Z Downloaded dropshot-api-manager-types v0.8.0
7732026-08-20T18:07:39.377Z Downloaded block-padding v0.4.2
7742026-08-20T18:07:39.377Z Downloaded flagset v0.4.7
7752026-08-20T18:07:39.377Z Downloaded block-buffer v0.12.1
7762026-08-20T18:07:39.377Z Downloaded cfg_aliases v0.2.1
7772026-08-20T18:07:39.378Z Downloaded clang-sys v1.8.1
7782026-08-20T18:07:39.378Z Downloaded p384 v0.13.1
7792026-08-20T18:07:39.378Z Downloaded unicode-segmentation v1.12.0
7802026-08-20T18:07:39.378Z Downloaded version_check v0.9.5
7812026-08-20T18:07:39.378Z Downloaded rand v0.9.2
7822026-08-20T18:07:39.378Z Downloaded vsss-rs v3.3.4
7832026-08-20T18:07:39.378Z Downloaded iddqd v0.4.2
7842026-08-20T18:07:39.378Z Downloaded rustversion v1.0.22
7852026-08-20T18:07:39.378Z Downloaded zeroize v1.9.0
7862026-08-20T18:07:39.378Z Downloaded phf_shared v0.13.1
7872026-08-20T18:07:39.378Z Downloaded rstest_macros v0.25.0
7882026-08-20T18:07:39.378Z Downloaded russh-cryptovec v0.62.0
7892026-08-20T18:07:39.378Z Downloaded group v0.14.0
7902026-08-20T18:07:39.378Z Downloaded libloading v0.8.9
7912026-08-20T18:07:39.378Z Downloaded termios v0.3.3
7922026-08-20T18:07:39.378Z Downloaded thiserror-no-std v2.0.2
7932026-08-20T18:07:39.378Z Downloaded try-lock v0.2.5
7942026-08-20T18:07:39.378Z Downloaded miette-derive v7.6.0
7952026-08-20T18:07:39.378Z Downloaded proc-macro-crate v1.3.1
7962026-08-20T18:07:39.378Z Downloaded reqwest v0.12.28
7972026-08-20T18:07:39.378Z Downloaded supports-unicode v2.1.0
7982026-08-20T18:07:39.378Z Downloaded term v0.7.0
7992026-08-20T18:07:39.378Z Downloaded rayon v1.11.0
8002026-08-20T18:07:39.378Z Downloaded spin v0.9.8
8012026-08-20T18:07:39.378Z Downloaded strsim v0.11.1
8022026-08-20T18:07:39.378Z Downloaded toml v1.1.2+spec-1.1.0
8032026-08-20T18:07:39.378Z Downloaded bitflags v2.11.0
8042026-08-20T18:07:39.378Z Downloaded newtype-uuid v1.3.2
8052026-08-20T18:07:39.378Z Downloaded libxml v0.3.3
8062026-08-20T18:07:39.378Z Downloaded arrayvec v0.7.6
8072026-08-20T18:07:39.378Z Downloaded buf-list v1.1.2
8082026-08-20T18:07:39.378Z Downloaded stable_deref_trait v1.2.1
8092026-08-20T18:07:39.378Z Downloaded strum v0.26.3
8102026-08-20T18:07:39.378Z Downloaded tinyvec_macros v0.1.1
8112026-08-20T18:07:39.378Z Downloaded toml_datetime v0.6.11
8122026-08-20T18:07:39.378Z Downloaded tempfile v3.27.0
8132026-08-20T18:07:39.378Z Downloaded bit-vec v0.8.0
8142026-08-20T18:07:39.379Z Downloaded chacha20 v0.9.1
8152026-08-20T18:07:39.379Z Downloaded steno v0.4.1
8162026-08-20T18:07:39.379Z Downloaded terminal_size v0.4.3
8172026-08-20T18:07:39.379Z Downloaded usdt v0.5.0
8182026-08-20T18:07:39.379Z Downloaded fs-err v2.11.0
8192026-08-20T18:07:39.379Z Downloaded crypto-primes v0.7.2
8202026-08-20T18:07:39.379Z Downloaded dirs-next v2.0.0
8212026-08-20T18:07:39.379Z Downloaded document-features v0.2.12
8222026-08-20T18:07:39.379Z Downloaded enum-as-inner v0.6.1
8232026-08-20T18:07:39.379Z Downloaded foreign-types v0.5.0
8242026-08-20T18:07:39.383Z Downloaded packed_struct v0.10.1
8252026-08-20T18:07:39.383Z Downloaded progenitor-impl v0.14.0
8262026-08-20T18:07:39.383Z Downloaded oxide-update-engine-display v0.1.2
8272026-08-20T18:07:39.383Z Downloaded ssh-key v0.7.0-rc.11
8282026-08-20T18:07:39.383Z Downloaded toml_edit v0.19.15
8292026-08-20T18:07:39.383Z Downloaded zeroize_derive v1.5.0
8302026-08-20T18:07:39.383Z Downloaded fatfs v0.3.6
8312026-08-20T18:07:39.383Z Downloaded memoffset v0.9.1
8322026-08-20T18:07:39.383Z Downloaded kem v0.3.0
8332026-08-20T18:07:39.384Z Downloaded futures-task v0.3.32
8342026-08-20T18:07:39.384Z Downloaded num v0.4.3
8352026-08-20T18:07:39.384Z Downloaded allocator-api2 v0.2.21
8362026-08-20T18:07:39.384Z Downloaded rand_seeder v0.4.0
8372026-08-20T18:07:39.384Z Downloaded samael v0.0.19
8382026-08-20T18:07:39.384Z Downloaded serde_yaml v0.9.34+deprecated
8392026-08-20T18:07:39.384Z Downloaded anstyle-query v1.1.5
8402026-08-20T18:07:39.384Z Downloaded cfg-if v1.0.4
8412026-08-20T18:07:39.384Z Downloaded postcard v1.1.3
8422026-08-20T18:07:39.384Z Downloaded memmap v0.7.0
8432026-08-20T18:07:39.384Z Downloaded ahash v0.8.12
8442026-08-20T18:07:39.385Z Downloaded argon2 v0.6.0-rc.8
8452026-08-20T18:07:39.385Z Downloaded quick-error v1.2.3
8462026-08-20T18:07:39.385Z Downloaded pkcs8 v0.10.2
8472026-08-20T18:07:39.385Z Downloaded walkdir v2.5.0
8482026-08-20T18:07:39.385Z Downloaded chacha20 v0.10.0
8492026-08-20T18:07:39.385Z Downloaded serde_json v1.0.151
8502026-08-20T18:07:39.385Z Downloaded fallible-iterator v0.2.0
8512026-08-20T18:07:39.385Z Downloaded progenitor v0.14.0
8522026-08-20T18:07:39.385Z Downloaded new_debug_unreachable v1.0.6
8532026-08-20T18:07:39.385Z Downloaded openssl-probe v0.2.1
8542026-08-20T18:07:39.385Z Downloaded scopeguard v1.2.0
8552026-08-20T18:07:39.385Z Downloaded ref-cast-impl v1.0.25
8562026-08-20T18:07:39.385Z Downloaded pem v3.0.6
8572026-08-20T18:07:39.385Z Downloaded port-file v0.1.0
8582026-08-20T18:07:39.385Z Downloaded proptest v1.11.0
8592026-08-20T18:07:39.385Z Downloaded rayon-core v1.13.0
8602026-08-20T18:07:39.385Z Downloaded unicode-bidi v0.3.18
8612026-08-20T18:07:39.385Z Downloaded similar-asserts v1.7.0
8622026-08-20T18:07:39.385Z Downloaded sqlparser_derive v0.5.0
8632026-08-20T18:07:39.386Z Downloaded sigpipe v0.1.3
8642026-08-20T18:07:39.386Z Downloaded thiserror-impl v1.0.69
8652026-08-20T18:07:39.386Z Downloaded toml_writer v1.1.1+spec-1.1.0
8662026-08-20T18:07:39.386Z Downloaded anes v0.1.6
8672026-08-20T18:07:39.386Z Downloaded sync-ptr v0.1.4
8682026-08-20T18:07:39.386Z Downloaded futures-channel v0.3.32
8692026-08-20T18:07:39.386Z Downloaded prefix-trie v0.7.0
8702026-08-20T18:07:39.386Z Downloaded serde_spanned v1.1.1
8712026-08-20T18:07:39.386Z Downloaded unit-prefix v0.5.2
8722026-08-20T18:07:39.386Z Downloaded utf8_iter v1.0.4
8732026-08-20T18:07:39.386Z Downloaded powerfmt v0.2.0
8742026-08-20T18:07:39.386Z Downloaded futures-io v0.3.32
8752026-08-20T18:07:39.386Z Downloaded anstyle-parse v0.2.7
8762026-08-20T18:07:39.386Z Downloaded bitfield v0.19.4
8772026-08-20T18:07:39.387Z Downloaded escape8259 v0.5.3
8782026-08-20T18:07:39.387Z Downloaded float-cmp v0.10.0
8792026-08-20T18:07:39.387Z Downloaded async-object-pool v0.2.0
8802026-08-20T18:07:39.387Z Downloaded bit-set v0.8.0
8812026-08-20T18:07:39.387Z Downloaded poly1305 v0.8.0
8822026-08-20T18:07:39.387Z Downloaded papergrid v0.11.0
8832026-08-20T18:07:39.387Z Downloaded serde_bytes v0.11.19
8842026-08-20T18:07:39.387Z Downloaded managed v0.8.0
8852026-08-20T18:07:39.387Z Downloaded cargo-platform v0.3.2
8862026-08-20T18:07:39.387Z Downloaded serde-big-array v0.5.1
8872026-08-20T18:07:39.387Z Downloaded socket2 v0.6.3
8882026-08-20T18:07:39.387Z Downloaded nom v8.0.0
8892026-08-20T18:07:39.387Z Downloaded tower v0.5.3
8902026-08-20T18:07:39.387Z Downloaded zlib-rs v0.6.2
8912026-08-20T18:07:39.387Z Downloaded p521 v0.14.0
8922026-08-20T18:07:39.387Z Downloaded signal-hook-tokio v0.3.1
8932026-08-20T18:07:39.387Z Downloaded openssl-probe v0.1.6
8942026-08-20T18:07:39.387Z Downloaded strum_macros v0.27.2
8952026-08-20T18:07:39.387Z Downloaded typenum v1.20.1
8962026-08-20T18:07:39.387Z Downloaded knus v3.4.0
8972026-08-20T18:07:39.387Z Downloaded same-file v1.0.6
8982026-08-20T18:07:39.387Z Downloaded strip-ansi-escapes v0.2.1
8992026-08-20T18:07:39.387Z Downloaded tracing-core v0.1.36
9002026-08-20T18:07:39.387Z Downloaded arc-swap v1.8.2
9012026-08-20T18:07:39.387Z Downloaded byteorder v1.5.0
9022026-08-20T18:07:39.387Z Downloaded usdt v0.6.0
9032026-08-20T18:07:39.387Z Downloaded usdt-macro v0.5.0
9042026-08-20T18:07:39.387Z Downloaded digest v0.10.7
9052026-08-20T18:07:39.387Z Downloaded dunce v1.0.5
9062026-08-20T18:07:39.387Z Downloaded libm v0.2.16
9072026-08-20T18:07:39.387Z Downloaded utf-8 v0.7.6
9082026-08-20T18:07:39.387Z Downloaded serde_core v1.0.228
9092026-08-20T18:07:39.387Z Downloaded digest v0.11.3
9102026-08-20T18:07:39.387Z Downloaded zip v4.6.1
9112026-08-20T18:07:39.387Z Downloaded futures-sink v0.3.32
9122026-08-20T18:07:39.387Z Downloaded trybuild v1.0.116
9132026-08-20T18:07:39.387Z Downloaded ucd-trie v0.1.7
9142026-08-20T18:07:39.387Z Downloaded knuffel-derive v3.2.0
9152026-08-20T18:07:39.387Z Downloaded cassowary v0.3.0
9162026-08-20T18:07:39.388Z Downloaded elliptic-curve v0.14.1
9172026-08-20T18:07:39.388Z Downloaded bb8 v0.8.6
9182026-08-20T18:07:39.388Z Downloaded elliptic-curve v0.13.8
9192026-08-20T18:07:39.388Z Downloaded getrandom v0.3.4
9202026-08-20T18:07:39.388Z Downloaded tls_codec v0.4.2
9212026-08-20T18:07:39.388Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9222026-08-20T18:07:39.388Z Downloaded zstd-safe v7.2.4
9232026-08-20T18:07:39.388Z Downloaded normalize-line-endings v0.3.0
9242026-08-20T18:07:39.393Z Downloaded tokio-dtrace v0.1.1
9252026-08-20T18:07:39.393Z Downloaded uzers v0.12.2
9262026-08-20T18:07:39.393Z Downloaded ppv-lite86 v0.2.21
9272026-08-20T18:07:39.393Z Downloaded proc-macro-crate v3.4.0
9282026-08-20T18:07:39.393Z Downloaded rsa v0.10.0-rc.18
9292026-08-20T18:07:39.393Z Downloaded quote v1.0.45
9302026-08-20T18:07:39.393Z Downloaded thiserror v1.0.69
9312026-08-20T18:07:39.393Z Downloaded libsw v3.5.0
9322026-08-20T18:07:39.393Z Downloaded tokio-macros v2.7.0
9332026-08-20T18:07:39.393Z Downloaded tower-layer v0.3.3
9342026-08-20T18:07:39.393Z Downloaded tower-service v0.3.3
9352026-08-20T18:07:39.394Z Downloaded errno v0.3.14
9362026-08-20T18:07:39.394Z Downloaded proc-macro2 v1.0.106
9372026-08-20T18:07:39.394Z Downloaded erased-serde v0.3.31
9382026-08-20T18:07:39.394Z Downloaded stacker v0.1.23
9392026-08-20T18:07:39.394Z Downloaded foreign-types v0.3.2
9402026-08-20T18:07:39.394Z Downloaded git-stub v1.0.0
9412026-08-20T18:07:39.394Z Downloaded newtype_derive v0.1.6
9422026-08-20T18:07:39.394Z Downloaded atomic-waker v1.1.2
9432026-08-20T18:07:39.394Z Downloaded zerocopy-derive v0.8.55
9442026-08-20T18:07:39.394Z Downloaded toml_edit v0.22.27
9452026-08-20T18:07:39.394Z Downloaded git2 v0.20.4
9462026-08-20T18:07:39.394Z Downloaded memmap2 v0.9.10
9472026-08-20T18:07:39.394Z Downloaded russh-util v0.52.0
9482026-08-20T18:07:39.395Z Downloaded backoff v0.4.0
9492026-08-20T18:07:39.395Z Downloaded pkcs1 v0.7.5
9502026-08-20T18:07:39.395Z Downloaded sha2 v0.11.0
9512026-08-20T18:07:39.395Z Downloaded serde_spanned v0.6.9
9522026-08-20T18:07:39.395Z Downloaded smawk v0.3.2
9532026-08-20T18:07:39.395Z Downloaded unicode_categories v0.1.1
9542026-08-20T18:07:39.395Z Downloaded libsw-core v0.3.2
9552026-08-20T18:07:39.395Z Downloaded num_enum_derive v0.7.6
9562026-08-20T18:07:39.395Z Downloaded async-trait v0.1.89
9572026-08-20T18:07:39.395Z Downloaded bytecount v0.6.9
9582026-08-20T18:07:39.395Z Downloaded testing_table v0.3.0
9592026-08-20T18:07:39.395Z Downloaded lalrpop v0.19.12
9602026-08-20T18:07:39.395Z Downloaded plotters v0.3.7
9612026-08-20T18:07:39.395Z Downloaded digest-io v0.1.0
9622026-08-20T18:07:39.395Z Downloaded tower-http v0.6.8
9632026-08-20T18:07:39.395Z Downloaded rand v0.8.6
9642026-08-20T18:07:39.395Z Downloaded ciborium-ll v0.2.2
9652026-08-20T18:07:39.395Z Downloaded owo-colors v4.3.0
9662026-08-20T18:07:39.395Z Downloaded fixedbitset v0.4.2
9672026-08-20T18:07:39.395Z Downloaded sha3 v0.12.0
9682026-08-20T18:07:39.395Z Downloaded oxide-tokio-rt v0.1.4
9692026-08-20T18:07:39.395Z Downloaded memchr v2.8.0
9702026-08-20T18:07:39.395Z Downloaded aho-corasick v1.1.4
9712026-08-20T18:07:39.395Z Downloaded num-derive v0.4.2
9722026-08-20T18:07:39.395Z Downloaded num-iter v0.1.45
9732026-08-20T18:07:39.395Z Downloaded strsim v0.10.0
9742026-08-20T18:07:39.395Z Downloaded swrite v0.1.0
9752026-08-20T18:07:39.395Z Downloaded downcast-rs v2.0.2
9762026-08-20T18:07:39.395Z Downloaded slog-json v2.6.1
9772026-08-20T18:07:39.395Z Downloaded tokio-stream v0.1.18
9782026-08-20T18:07:39.395Z Downloaded paste v1.0.15
9792026-08-20T18:07:39.395Z Downloaded unicode-properties v0.1.4
9802026-08-20T18:07:39.395Z Downloaded rstest v0.25.0
9812026-08-20T18:07:39.395Z Downloaded dropshot-api-manager v0.8.0
9822026-08-20T18:07:39.396Z Downloaded lru v0.12.5
9832026-08-20T18:07:39.396Z Downloaded nested v0.1.1
9842026-08-20T18:07:39.396Z Downloaded rustc_version v0.1.7
9852026-08-20T18:07:39.396Z Downloaded goblin v0.8.2
9862026-08-20T18:07:39.396Z Downloaded scroll v0.12.0
9872026-08-20T18:07:39.396Z Downloaded endian-type v0.1.2
9882026-08-20T18:07:39.396Z Downloaded glob v0.3.3
9892026-08-20T18:07:39.396Z Downloaded bitvec v1.0.1
9902026-08-20T18:07:39.396Z Downloaded openssl-sys v0.9.117
9912026-08-20T18:07:39.396Z Downloaded whoami v1.6.1
9922026-08-20T18:07:39.396Z Downloaded rustc_version v0.4.1
9932026-08-20T18:07:39.396Z Downloaded whoami v2.1.0
9942026-08-20T18:07:39.396Z Downloaded pkcs8 v0.11.0
9952026-08-20T18:07:39.396Z Downloaded url v2.5.8
9962026-08-20T18:07:39.396Z Downloaded rcgen v0.12.1
9972026-08-20T18:07:39.396Z Downloaded winnow v0.7.14
9982026-08-20T18:07:39.396Z Downloaded papergrid v0.18.0
9992026-08-20T18:07:39.396Z Downloaded password-hash v0.5.0
10002026-08-20T18:07:39.396Z Downloaded support-bundle-viewer v0.1.2
10012026-08-20T18:07:39.396Z Downloaded target-triple v1.0.0
10022026-08-20T18:07:39.396Z Downloaded toml_write v0.1.2
10032026-08-20T18:07:39.396Z Downloaded pretty-hex v0.4.1
10042026-08-20T18:07:39.396Z Downloaded dyn-clone v1.0.20
10052026-08-20T18:07:39.396Z Downloaded miniz_oxide v0.8.9
10062026-08-20T18:07:39.396Z Downloaded signal-hook v0.3.18
10072026-08-20T18:07:39.396Z Downloaded siphasher v1.0.2
10082026-08-20T18:07:39.396Z Downloaded signature v3.0.0
10092026-08-20T18:07:39.396Z Downloaded yoke v0.8.1
10102026-08-20T18:07:39.396Z Downloaded knus-derive v3.4.0
10112026-08-20T18:07:39.396Z Downloaded serde_derive_internals v0.29.1
10122026-08-20T18:07:39.396Z Downloaded generic-array v0.14.7
10132026-08-20T18:07:39.396Z Downloaded bcrypt-pbkdf v0.11.0
10142026-08-20T18:07:39.396Z Downloaded winnow v0.6.26
10152026-08-20T18:07:39.396Z Downloaded foreign-types-macros v0.2.3
10162026-08-20T18:07:39.396Z Downloaded ciborium v0.2.2
10172026-08-20T18:07:39.396Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10182026-08-20T18:07:39.396Z Downloaded expectorate v1.2.0
10192026-08-20T18:07:39.396Z Downloaded bitflags v1.3.2
10202026-08-20T18:07:39.397Z Downloaded nu-ansi-term v0.50.3
10212026-08-20T18:07:39.397Z Downloaded serde v1.0.228
10222026-08-20T18:07:39.397Z Downloaded subprocess v0.2.15
10232026-08-20T18:07:39.397Z Downloaded rustls-platform-verifier v0.6.2
10242026-08-20T18:07:39.400Z Downloaded target-spec v3.5.7
10252026-08-20T18:07:39.401Z Downloaded spki v0.7.3
10262026-08-20T18:07:39.401Z Downloaded tokio-rustls v0.26.4
10272026-08-20T18:07:39.401Z Downloaded parking_lot v0.12.5
10282026-08-20T18:07:39.401Z Downloaded termcolor v1.4.1
10292026-08-20T18:07:39.401Z Downloaded pkcs1 v0.8.0-rc.4
10302026-08-20T18:07:39.405Z Downloaded quinn-udp v0.5.14
10312026-08-20T18:07:39.405Z Downloaded reqwest v0.13.2
10322026-08-20T18:07:39.408Z Downloaded slog-dtrace v0.3.0
10332026-08-20T18:07:39.408Z Downloaded aes-gcm v0.11.0
10342026-08-20T18:07:39.411Z Downloaded peg-macros v0.8.5
10352026-08-20T18:07:39.411Z Downloaded proc-macro-error v1.0.4
10362026-08-20T18:07:39.414Z Downloaded cfg-expr v0.20.6
10372026-08-20T18:07:39.417Z Downloaded progenitor-client v0.13.0
10382026-08-20T18:07:39.417Z Downloaded sec1 v0.8.1
10392026-08-20T18:07:39.417Z Downloaded async-compression v0.4.41
10402026-08-20T18:07:39.421Z Downloaded rustyline v14.0.0
10412026-08-20T18:07:39.424Z Downloaded pin-project-lite v0.2.17
10422026-08-20T18:07:39.427Z Downloaded pest_derive v2.8.6
10432026-08-20T18:07:39.430Z Downloaded quinn-proto v0.11.16
10442026-08-20T18:07:39.433Z Downloaded miette v5.10.0
10452026-08-20T18:07:39.436Z Downloaded generic-array v1.4.3
10462026-08-20T18:07:39.437Z Downloaded parking_lot v0.11.2
10472026-08-20T18:07:39.440Z Downloaded hickory-proto v0.24.4
10482026-08-20T18:07:39.447Z Downloaded num-bigint v0.4.6
10492026-08-20T18:07:39.451Z Downloaded libbz2-rs-sys v0.2.2
10502026-08-20T18:07:39.455Z Downloaded litemap v0.8.1
10512026-08-20T18:07:39.455Z Downloaded aead v0.6.1
10522026-08-20T18:07:39.455Z Downloaded blake3 v1.8.5
10532026-08-20T18:07:39.459Z Downloaded serde_cbor v0.11.2
10542026-08-20T18:07:39.462Z Downloaded log v0.4.33
10552026-08-20T18:07:39.462Z Downloaded zerocopy v0.6.6
10562026-08-20T18:07:39.465Z Downloaded quinn v0.11.11
10572026-08-20T18:07:39.468Z Downloaded test-strategy v0.4.5
10582026-08-20T18:07:39.468Z Downloaded rustls-webpki v0.103.13
10592026-08-20T18:07:39.471Z Downloaded reedline v0.40.0
10602026-08-20T18:07:39.477Z Downloaded typed-path v0.9.3
10612026-08-20T18:07:39.485Z Downloaded flate2 v1.1.9
10622026-08-20T18:07:39.489Z Downloaded serde_with v1.14.0
10632026-08-20T18:07:39.492Z Downloaded vte v0.14.1
10642026-08-20T18:07:39.495Z Downloaded mio v1.2.0
10652026-08-20T18:07:39.503Z Downloaded x509-cert v0.2.5
10662026-08-20T18:07:39.508Z Downloaded zip v0.6.6
10672026-08-20T18:07:39.511Z Downloaded schemars v0.9.0
10682026-08-20T18:07:39.518Z Downloaded publicsuffix v2.3.0
10692026-08-20T18:07:39.521Z Downloaded flume v0.11.1
10702026-08-20T18:07:39.524Z Downloaded zerotrie v0.2.3
10712026-08-20T18:07:39.528Z Downloaded fancy-regex v0.14.0
10722026-08-20T18:07:39.532Z Downloaded crypto-bigint v0.7.5
10732026-08-20T18:07:39.541Z Downloaded regex v1.12.3
10742026-08-20T18:07:39.545Z Downloaded curve25519-dalek v4.1.3
10752026-08-20T18:07:39.550Z Downloaded serde_with v3.21.0
10762026-08-20T18:07:39.558Z Downloaded regex-syntax v0.6.29
10772026-08-20T18:07:39.563Z Downloaded hickory-proto v0.25.2
10782026-08-20T18:07:39.572Z Downloaded portable-atomic v1.13.1
10792026-08-20T18:07:39.577Z Downloaded rustls v0.23.41
10802026-08-20T18:07:39.584Z Downloaded winnow v1.0.3
10812026-08-20T18:07:39.591Z Downloaded quick-xml v0.37.5
10822026-08-20T18:07:39.595Z Downloaded base64 v0.21.7
10832026-08-20T18:07:39.598Z Downloaded miette v7.6.0
10842026-08-20T18:07:39.601Z Downloaded bindgen v0.71.1
10852026-08-20T18:07:39.604Z Downloaded tabled v0.21.0
10862026-08-20T18:07:39.615Z Downloaded futures-util v0.3.32
10872026-08-20T18:07:39.622Z Downloaded aes v0.9.1
10882026-08-20T18:07:39.625Z Downloaded curve25519-dalek v5.0.0
10892026-08-20T18:07:39.630Z Downloaded time v0.3.47
10902026-08-20T18:07:39.638Z Downloaded ed25519-dalek v3.0.0
10912026-08-20T18:07:39.641Z Downloaded unicode-normalization v0.1.25
10922026-08-20T18:07:39.644Z Downloaded zerocopy v0.7.35
10932026-08-20T18:07:39.652Z Downloaded winnow v0.5.40
10942026-08-20T18:07:39.657Z Downloaded pest v2.8.6
10952026-08-20T18:07:39.660Z Downloaded salty v0.3.0
10962026-08-20T18:07:39.665Z Downloaded tokio-util v0.7.18
10972026-08-20T18:07:39.669Z Downloaded russh v0.62.4
10982026-08-20T18:07:39.675Z Downloaded moka v0.12.13
10992026-08-20T18:07:39.680Z Downloaded tabled v0.15.0
11002026-08-20T18:07:39.689Z Downloaded guppy v0.17.25
11012026-08-20T18:07:39.693Z Downloaded radix_trie v0.2.1
11022026-08-20T18:07:39.720Z Downloaded nix v0.28.0
11032026-08-20T18:07:39.720Z Downloaded vcpkg v0.2.15
11042026-08-20T18:07:39.729Z Downloaded syn v1.0.109
11052026-08-20T18:07:39.735Z Downloaded syn v2.0.117
11062026-08-20T18:07:39.743Z Downloaded nix v0.31.2
11072026-08-20T18:07:39.750Z Downloaded sled v0.34.7
11082026-08-20T18:07:39.758Z Downloaded goblin v0.10.5
11092026-08-20T18:07:39.761Z Downloaded aws-lc-rs v1.16.3
11102026-08-20T18:07:39.767Z Downloaded nix v0.27.1
11112026-08-20T18:07:39.773Z Downloaded chrono v0.4.45
11122026-08-20T18:07:39.778Z Downloaded object v0.30.4
11132026-08-20T18:07:39.784Z Downloaded polar-core v0.27.3
11142026-08-20T18:07:39.788Z Downloaded rawzip v0.4.4
11152026-08-20T18:07:39.791Z Downloaded regex-syntax v0.8.10
11162026-08-20T18:07:39.796Z Downloaded rustix v0.38.44
11172026-08-20T18:07:39.808Z Downloaded bstr v1.12.1
11182026-08-20T18:07:39.813Z Downloaded regress v0.10.5
11192026-08-20T18:07:39.817Z Downloaded jiff v0.2.34
11202026-08-20T18:07:39.833Z Downloaded zerocopy v0.8.55
11212026-08-20T18:07:39.844Z Downloaded regex-automata v0.4.14
11222026-08-20T18:07:39.853Z Downloaded diesel v2.3.7
11232026-08-20T18:07:39.865Z Downloaded object v0.37.3
11242026-08-20T18:07:39.871Z Downloaded petname v2.0.2
11252026-08-20T18:07:39.874Z Downloaded typify-impl v0.6.2
11262026-08-20T18:07:39.882Z Downloaded tracing v0.1.44
11272026-08-20T18:07:39.896Z Downloaded unicode-width v0.1.14
11282026-08-20T18:07:39.900Z Downloaded unicode-width v0.2.0
11292026-08-20T18:07:39.903Z Downloaded openssl v0.10.80
11302026-08-20T18:07:39.908Z Downloaded petgraph v0.6.5
11312026-08-20T18:07:39.919Z Downloaded petgraph v0.8.3
11322026-08-20T18:07:39.932Z Downloaded smoltcp v0.9.1
11332026-08-20T18:07:39.938Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11342026-08-20T18:07:39.949Z Downloaded gimli v0.32.3
11352026-08-20T18:07:39.953Z Downloaded smoltcp v0.11.0
11362026-08-20T18:07:39.960Z Downloaded httpmock v0.8.3
11372026-08-20T18:07:39.973Z Downloaded rustix v1.1.4
11382026-08-20T18:07:39.986Z Downloaded regress v0.11.1
11392026-08-20T18:07:39.991Z Downloaded openapiv3 v2.2.0
11402026-08-20T18:07:39.998Z Downloaded dropshot v0.17.1
11412026-08-20T18:07:40.011Z Downloaded zerocopy-derive v0.6.6
11422026-08-20T18:07:40.016Z Downloaded sha3 v0.11.0
11432026-08-20T18:07:40.043Z Downloaded sqlparser v0.61.0
11442026-08-20T18:07:40.137Z Downloaded ratatui v0.29.0
11452026-08-20T18:07:40.148Z Downloaded bzip2-sys v0.1.13+1.0.8
11462026-08-20T18:07:40.222Z Downloaded csv v1.4.0
11472026-08-20T18:07:40.277Z Downloaded tokio v1.52.1
11482026-08-20T18:07:40.301Z Downloaded libc v0.2.185
11492026-08-20T18:07:40.320Z Downloaded chrono-tz v0.10.4
11502026-08-20T18:07:40.331Z Downloaded sha3 v0.10.8
11512026-08-20T18:07:40.334Z Downloaded libz-sys v1.1.24
11522026-08-20T18:07:40.427Z Downloaded encoding_rs v0.8.35
11532026-08-20T18:07:40.440Z Downloaded ring v0.17.14
11542026-08-20T18:07:40.485Z Downloaded libgit2-sys v0.18.3+1.9.2
11552026-08-20T18:07:40.964Z Downloaded aws-lc-sys v0.40.0
11562026-08-20T18:07:41.378Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11572026-08-20T18:07:43.290Z Startup: Refreshing catalog 'helios' ... Done
11582026-08-20T18:07:43.658Z Startup: Caching catalogs ... Done
11592026-08-20T18:07:45.500ZPlanning: Solver setup ... Done (1.726s)
11602026-08-20T18:07:45.555ZPlanning: Running solver ... Done (0.055s)
11612026-08-20T18:07:45.596ZPlanning: Finding local manifests ... Done (0.003s)
11622026-08-20T18:07:45.610ZPlanning: Fetching manifests: 0/2 0% complete
11632026-08-20T18:07:45.632ZPlanning: Fetching manifests: 2/2 100% complete
11642026-08-20T18:07:45.646ZPlanning: Package planning ... Done (0.014s)
11652026-08-20T18:07:45.650ZPlanning: Merging actions ... Done (0.001s)
11662026-08-20T18:07:45.811ZPlanning: Checking for conflicting actions ... Done (0.163s)
11672026-08-20T18:07:45.814ZPlanning: Consolidating action changes ... Done (0.001s)
11682026-08-20T18:07:46.641ZPlanning: Evaluating mediators ... Done (0.829s)
11692026-08-20T18:07:46.645ZPlanning: Planning completed in 2.95 seconds
11702026-08-20T18:07:46.651Z Packages to install: 2
11712026-08-20T18:07:46.651Z Estimated space available: 155.73 GB
11722026-08-20T18:07:46.651ZEstimated space to be consumed: 72.16 MB
11732026-08-20T18:07:46.651Z Create boot environment: No
11742026-08-20T18:07:46.651ZCreate backup boot environment: No
11752026-08-20T18:07:46.651Z Rebuild boot archive: No
11762026-08-20T18:07:46.655Z
11772026-08-20T18:07:46.655ZChanged packages:
11782026-08-20T18:07:46.655Zhelios
11792026-08-20T18:07:46.655Z developer/build-essential
11802026-08-20T18:07:46.655Z None -> 11-3.0
11812026-08-20T18:07:46.655Z library/libxmlsec1
11822026-08-20T18:07:46.655Z None -> 1.2.35-3.0
11832026-08-20T18:07:46.678Z
11842026-08-20T18:07:46.678ZDownload: 0/214 items 0.0/1.3MB 0% complete
11852026-08-20T18:07:46.746ZDownload: Completed 1.28 MB in 0.07 seconds (18.6M/s)
11862026-08-20T18:07:46.837Z Actions: 1/268 actions (Installing new actions)
11872026-08-20T18:07:46.878Z Actions: Completed 268 actions in 0.04 seconds.
11882026-08-20T18:07:46.910ZFinalize: Updating package state database ... Done (0.032s)
11892026-08-20T18:07:46.913ZFinalize: Updating package cache ... Done (0.000s)
11902026-08-20T18:07:46.990ZFinalize: Updating image state ... Done (0.080s)
11912026-08-20T18:07:49.606ZFinalize: Creating fast lookup database ... Done (2.566s)
11922026-08-20T18:07:49.675ZFinalize: Reading search index ... Done (0.013s)
11932026-08-20T18:07:49.679ZFinalize: Updating search index ... Done (0.000s)
11942026-08-20T18:07:49.793ZFinalize: Updating package cache ... Done (0.000s)
11952026-08-20T18:07:50.156ZPlanning: Evaluating mediator changes ... Done
11962026-08-20T18:07:50.260ZPlanning: Checking for conflicting actions ... Done
11972026-08-20T18:07:50.264ZPlanning: Consolidating action changes ... Done
11982026-08-20T18:07:50.416ZPlanning: Evaluating mediators ... Done
11992026-08-20T18:07:50.421ZPlanning: Planning completed in 0.26 seconds
12002026-08-20T18:07:50.440Z Mediators to change: 2
12012026-08-20T18:07:50.440Z Create boot environment: No
12022026-08-20T18:07:50.440ZCreate backup boot environment: No
12032026-08-20T18:07:50.487ZFinalize: Updating package state database ... Done
12042026-08-20T18:07:50.488ZFinalize: Updating package cache ... Done
12052026-08-20T18:07:50.534ZFinalize: Updating image state ... Done
12062026-08-20T18:07:52.464ZFinalize: Creating fast lookup database ... Done
12072026-08-20T18:07:52.522ZFinalize: Reading search index ... Done
12082026-08-20T18:07:52.537ZFinalize: Updating search index ... Done
12092026-08-20T18:07:52.612ZFinalize: Updating package cache ... Done
12102026-08-20T18:07:52.890ZPlanning: Evaluating mediator changes ... Done
12112026-08-20T18:07:52.995ZPlanning: Checking for conflicting actions ... Done
12122026-08-20T18:07:53.002ZPlanning: Consolidating action changes ... Done
12132026-08-20T18:07:53.154ZPlanning: Evaluating mediators ... Done
12142026-08-20T18:07:53.164ZPlanning: Planning completed in 0.26 seconds
12152026-08-20T18:07:53.171Z Mediators to change: 1
12162026-08-20T18:07:53.171Z Create boot environment: No
12172026-08-20T18:07:53.171ZCreate backup boot environment: No
12182026-08-20T18:07:53.216ZFinalize: Updating package state database ... Done
12192026-08-20T18:07:53.216ZFinalize: Updating package cache ... Done
12202026-08-20T18:07:53.263ZFinalize: Updating image state ... Done
12212026-08-20T18:07:55.190ZFinalize: Creating fast lookup database ... Done
12222026-08-20T18:07:55.252ZFinalize: Reading search index ... Done
12232026-08-20T18:07:55.259ZFinalize: Updating search index ... Done
12242026-08-20T18:07:55.324ZFinalize: Updating package cache ... Done
12252026-08-20T18:07:55.642ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12262026-08-20T18:07:55.642Zapache system 2.4 system
12272026-08-20T18:07:55.642Zclang system 15 system
12282026-08-20T18:07:55.642Zcsh system system illumos
12292026-08-20T18:07:55.642Zctags system system illumos
12302026-08-20T18:07:55.642Zfile vendor vendor darwinsys
12312026-08-20T18:07:55.642Zfile system system illumos
12322026-08-20T18:07:55.642Zgcc vendor 14 vendor
12332026-08-20T18:07:55.642Zgcc system 13 system
12342026-08-20T18:07:55.642Zgcc system 10 system
12352026-08-20T18:07:55.643Zgo system 1.25 system
12362026-08-20T18:07:55.643Zllvm system 15 system
12372026-08-20T18:07:55.644Zmariadb system 11.4 system
12382026-08-20T18:07:55.644Zmta vendor vendor dma
12392026-08-20T18:07:55.644Zopenjdk system 17 system
12402026-08-20T18:07:55.644Zopenjdk system 11 system
12412026-08-20T18:07:55.644Zopenssl vendor 3 vendor
12422026-08-20T18:07:55.644Zperl system 5.40 system
12432026-08-20T18:07:55.644Zpostgresql system 18 system
12442026-08-20T18:07:55.644Zpostgresql system 17 system
12452026-08-20T18:07:55.644Zpython vendor 3 vendor
12462026-08-20T18:07:55.644Zpython system 2 system
12472026-08-20T18:07:55.644Zpython3 vendor 3.13 vendor
12482026-08-20T18:07:55.644Zruby system 3.4 system
12492026-08-20T18:07:55.644Zruby system 3.0 system
12502026-08-20T18:07:55.644Zwords vendor vendor american-english
12512026-08-20T18:07:55.644Zwords system system australian-english
12522026-08-20T18:07:55.644Zwords system system british-english
12532026-08-20T18:07:55.644Zwords system system canadian-english
12542026-08-20T18:07:55.645Zwords system system french
12552026-08-20T18:07:55.645Zwords system system italian
12562026-08-20T18:07:55.645Zwords system system ngerman
12572026-08-20T18:07:55.645Zwords system system ogerman
12582026-08-20T18:07:55.645Zwords system system spanish
12592026-08-20T18:07:55.905ZPUBLISHER TYPE STATUS P LOCATION
12602026-08-20T18:07:55.905Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12612026-08-20T18:07:56.418ZFMRI IFO
12622026-08-20T18:07:56.418Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12632026-08-20T18:07:56.418Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12642026-08-20T18:07:56.418Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12652026-08-20T18:07:56.418Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12662026-08-20T18:07:56.418Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12672026-08-20T18:07:56.419Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12682026-08-20T18:07:56.419Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12692026-08-20T18:07:56.419Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12702026-08-20T18:07:56.419Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12712026-08-20T18:07:56.998Z Downloading crates ...
12722026-08-20T18:07:57.053Z Downloaded cargo_toml v0.21.0
12732026-08-20T18:07:57.101Z Compiling proc-macro2 v1.0.106
12742026-08-20T18:07:57.101Z Compiling quote v1.0.45
12752026-08-20T18:07:57.101Z Compiling unicode-ident v1.0.24
12762026-08-20T18:07:57.101Z Compiling serde_core v1.0.228
12772026-08-20T18:07:57.101Z Compiling libc v0.2.185
12782026-08-20T18:07:57.101Z Compiling version_check v0.9.5
12792026-08-20T18:07:57.101Z Compiling memchr v2.8.0
12802026-08-20T18:07:57.101Z Compiling serde v1.0.228
12812026-08-20T18:07:57.167Z Compiling zmij v1.0.21
12822026-08-20T18:07:57.192Z Compiling thiserror v1.0.69
12832026-08-20T18:07:57.192Z Compiling itoa v1.0.17
12842026-08-20T18:07:57.192Z Compiling ucd-trie v0.1.7
12852026-08-20T18:07:57.193Z Compiling byteorder v1.5.0
12862026-08-20T18:07:57.193Z Compiling rustix v1.1.4
12872026-08-20T18:07:57.359Z Compiling bitflags v2.11.0
12882026-08-20T18:07:57.420Z Compiling serde_json v1.0.151
12892026-08-20T18:07:57.553Z Compiling proc-macro-error-attr v1.0.4
12902026-08-20T18:07:57.597Z Compiling usdt-impl v0.5.0
12912026-08-20T18:07:57.624Z Compiling syn v1.0.109
12922026-08-20T18:07:57.628Z Compiling camino v1.2.5
12932026-08-20T18:07:57.682Z Compiling proc-macro-error v1.0.4
12942026-08-20T18:07:57.692Z Compiling pest v2.8.6
12952026-08-20T18:07:57.722Z Compiling utf8parse v0.2.2
12962026-08-20T18:07:57.806Z Compiling equivalent v1.0.2
12972026-08-20T18:07:57.817Z Compiling log v0.4.33
12982026-08-20T18:07:57.823Z Compiling plain v0.2.3
12992026-08-20T18:07:57.861Z Compiling hashbrown v0.17.0
13002026-08-20T18:07:57.882Z Compiling getrandom v0.3.4
13012026-08-20T18:07:57.938Z Compiling anstyle-parse v1.0.0
13022026-08-20T18:07:57.949Z Compiling anstyle v1.0.14
13032026-08-20T18:07:57.964Z Compiling is_terminal_polyfill v1.70.2
13042026-08-20T18:07:57.991Z Compiling colorchoice v1.0.4
13052026-08-20T18:07:58.012Z Compiling winnow v0.7.14
13062026-08-20T18:07:58.034Z Compiling cfg-if v1.0.4
13072026-08-20T18:07:58.045Z Compiling thiserror v2.0.18
13082026-08-20T18:07:58.073Z Compiling errno v0.3.14
13092026-08-20T18:07:58.083Z Compiling thread-id v4.2.2
13102026-08-20T18:07:58.117Z Compiling toml_write v0.1.2
13112026-08-20T18:07:58.123Z Compiling pretty-hex v0.4.1
13122026-08-20T18:07:58.130Z Compiling anstyle-query v1.1.5
13132026-08-20T18:07:58.134Z Compiling autocfg v1.5.0
13142026-08-20T18:07:58.178Z Compiling clap_lex v1.0.0
13152026-08-20T18:07:58.234Z Compiling fastrand v2.3.0
13162026-08-20T18:07:58.275Z Compiling anstream v1.0.0
13172026-08-20T18:07:58.294Z Compiling strsim v0.11.1
13182026-08-20T18:07:58.312Z Compiling anyhow v1.0.104
13192026-08-20T18:07:58.327Z Compiling once_cell v1.21.3
13202026-08-20T18:07:58.420Z Compiling indexmap v2.14.0
13212026-08-20T18:07:58.528Z Compiling heck v0.4.1
13222026-08-20T18:07:58.578Z Compiling bytecount v0.6.9
13232026-08-20T18:07:58.611Z Compiling syn v2.0.117
13242026-08-20T18:07:58.638Z Compiling fs-err v3.3.0
13252026-08-20T18:07:58.662Z Compiling heck v0.5.0
13262026-08-20T18:07:58.679Z Compiling fnv v1.0.7
13272026-08-20T18:07:58.689Z Compiling unicode-width v0.1.14
13282026-08-20T18:07:58.793Z Compiling pest_meta v2.8.6
13292026-08-20T18:07:58.802Z Compiling memmap v0.7.0
13302026-08-20T18:07:58.842Z Compiling smawk v0.3.2
13312026-08-20T18:07:58.905Z Compiling unicode-linebreak v0.1.5
13322026-08-20T18:07:58.962Z Compiling papergrid v0.11.0
13332026-08-20T18:07:58.984Z Compiling unicode-width v0.2.0
13342026-08-20T18:07:59.007Z Compiling swrite v0.1.0
13352026-08-20T18:07:59.092Z Compiling terminal_size v0.4.3
13362026-08-20T18:07:59.092Z Compiling tempfile v3.27.0
13372026-08-20T18:07:59.191Z Compiling clap_builder v4.6.0
13382026-08-20T18:07:59.204Z Compiling textwrap v0.16.2
13392026-08-20T18:07:59.415Z Compiling semver v1.0.28
13402026-08-20T18:07:59.415Z Compiling cargo-platform v0.3.2
13412026-08-20T18:07:59.696Z Compiling camino-tempfile v1.4.1
13422026-08-20T18:08:00.045Z Compiling tabled_derive v0.7.0
13432026-08-20T18:08:00.709Z Compiling tabled v0.15.0
13442026-08-20T18:08:00.719Z Compiling pest_generator v2.8.6
13452026-08-20T18:08:01.205Z Compiling serde_derive v1.0.228
13462026-08-20T18:08:01.205Z Compiling thiserror-impl v1.0.69
13472026-08-20T18:08:01.209Z Compiling zerocopy-derive v0.7.35
13482026-08-20T18:08:01.210Z Compiling scroll_derive v0.12.1
13492026-08-20T18:08:01.210Z Compiling thiserror-impl v2.0.18
13502026-08-20T18:08:01.210Z Compiling clap_derive v4.6.1
13512026-08-20T18:08:01.253Z Compiling pest_derive v2.8.6
13522026-08-20T18:08:01.857Z Compiling scroll v0.12.0
13532026-08-20T18:08:01.900Z Compiling zerocopy v0.7.35
13542026-08-20T18:08:02.062Z Compiling goblin v0.8.2
13552026-08-20T18:08:02.245Z Compiling dtrace-parser v0.2.0
13562026-08-20T18:08:02.521Z Compiling clap v4.6.1
13572026-08-20T18:08:03.535Z Compiling dof v0.3.0
13582026-08-20T18:08:03.535Z Compiling serde_tokenstream v0.2.3
13592026-08-20T18:08:03.552Z Compiling serde_spanned v0.6.9
13602026-08-20T18:08:03.552Z Compiling toml_datetime v0.6.11
13612026-08-20T18:08:03.556Z Compiling macaddr v1.0.1
13622026-08-20T18:08:03.556Z Compiling cargo_metadata v0.23.1
13632026-08-20T18:08:03.556Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13642026-08-20T18:08:03.725Z Compiling toml_edit v0.22.27
13652026-08-20T18:08:04.189Z Compiling usdt-attr-macro v0.5.0
13662026-08-20T18:08:04.195Z Compiling usdt-macro v0.5.0
13672026-08-20T18:08:04.793Z Compiling usdt v0.5.0
13682026-08-20T18:08:04.969Z Compiling toml v0.8.23
13692026-08-20T18:08:05.281Z Compiling cargo_toml v0.21.0
13702026-08-20T18:08:06.582Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13712026-08-20T18:08:08.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.11s
13722026-08-20T18:08:08.697Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13732026-08-20T18:08:09.471Z Compiling serde_core v1.0.228
13742026-08-20T18:08:09.471Z Compiling libc v0.2.185
13752026-08-20T18:08:09.476Z Compiling serde v1.0.228
13762026-08-20T18:08:09.476Z Compiling log v0.4.33
13772026-08-20T18:08:09.476Z Compiling smallvec v1.15.1
13782026-08-20T18:08:09.477Z Compiling shlex v1.3.0
13792026-08-20T18:08:09.477Z Compiling find-msvc-tools v0.1.9
13802026-08-20T18:08:09.477Z Compiling subtle v2.6.1
13812026-08-20T18:08:09.634Z Compiling scopeguard v1.2.0
13822026-08-20T18:08:09.638Z Compiling typenum v1.20.1
13832026-08-20T18:08:09.638Z Compiling stable_deref_trait v1.2.1
13842026-08-20T18:08:09.638Z Compiling zerocopy v0.8.55
13852026-08-20T18:08:09.644Z Compiling portable-atomic v1.13.1
13862026-08-20T18:08:09.695Z Compiling serde_json v1.0.151
13872026-08-20T18:08:09.698Z Compiling syn v2.0.117
13882026-08-20T18:08:09.722Z Compiling critical-section v1.2.0
13892026-08-20T18:08:09.777Z Compiling lock_api v0.4.14
13902026-08-20T18:08:09.792Z Compiling libm v0.2.16
13912026-08-20T18:08:09.833Z Compiling num-traits v0.2.19
13922026-08-20T18:08:09.848Z Compiling pkg-config v0.3.32
13932026-08-20T18:08:09.863Z Compiling generic-array v0.14.7
13942026-08-20T18:08:09.863Z Compiling pin-project-lite v0.2.17
13952026-08-20T18:08:09.881Z Compiling const-oid v0.9.6
13962026-08-20T18:08:09.962Z Compiling parking_lot_core v0.9.12
13972026-08-20T18:08:09.966Z Compiling getrandom v0.3.4
13982026-08-20T18:08:09.989Z Compiling litemap v0.8.1
13992026-08-20T18:08:10.035Z Compiling futures-core v0.3.32
14002026-08-20T18:08:10.041Z Compiling writeable v0.6.2
14012026-08-20T18:08:10.134Z Compiling percent-encoding v2.3.2
14022026-08-20T18:08:10.189Z Compiling icu_normalizer_data v2.1.1
14032026-08-20T18:08:10.205Z Compiling icu_properties_data v2.1.2
14042026-08-20T18:08:10.223Z Compiling getrandom v0.4.3
14052026-08-20T18:08:10.249Z Compiling rustix v1.1.4
14062026-08-20T18:08:10.286Z Compiling rand_core v0.10.0
14072026-08-20T18:08:10.314Z Compiling futures-sink v0.3.32
14082026-08-20T18:08:10.359Z Compiling futures-io v0.3.32
14092026-08-20T18:08:10.418Z Compiling futures-task v0.3.32
14102026-08-20T18:08:10.461Z Compiling errno v0.3.14
14112026-08-20T18:08:10.476Z Compiling jobserver v0.1.34
14122026-08-20T18:08:10.493Z Compiling getrandom v0.2.17
14132026-08-20T18:08:10.521Z Compiling mio v1.2.0
14142026-08-20T18:08:10.611Z Compiling signal-hook-registry v1.4.8
14152026-08-20T18:08:10.628Z Compiling socket2 v0.6.3
14162026-08-20T18:08:10.641Z Compiling futures-channel v0.3.32
14172026-08-20T18:08:10.667Z Compiling rand_core v0.6.4
14182026-08-20T18:08:10.715Z Compiling cc v1.2.56
14192026-08-20T18:08:10.731Z Compiling parking_lot v0.12.5
14202026-08-20T18:08:10.803Z Compiling once_cell v1.21.3
14212026-08-20T18:08:10.886Z Compiling utf8_iter v1.0.4
14222026-08-20T18:08:10.901Z Compiling slab v0.4.12
14232026-08-20T18:08:10.921Z Compiling form_urlencoded v1.2.2
14242026-08-20T18:08:10.936Z Compiling rustversion v1.0.22
14252026-08-20T18:08:10.958Z Compiling iana-time-zone v0.1.65
14262026-08-20T18:08:10.975Z Compiling base64ct v1.8.3
14272026-08-20T18:08:10.990Z Compiling flagset v0.4.7
14282026-08-20T18:08:11.005Z Compiling regex-syntax v0.8.10
14292026-08-20T18:08:11.028Z Compiling fs_extra v1.3.0
14302026-08-20T18:08:11.060Z Compiling dunce v1.0.5
14312026-08-20T18:08:11.076Z Compiling ident_case v1.0.1
14322026-08-20T18:08:11.103Z Compiling rand_core v0.9.5
14332026-08-20T18:08:11.118Z Compiling base64 v0.22.1
14342026-08-20T18:08:11.141Z Compiling syn v1.0.109
14352026-08-20T18:08:11.147Z Compiling vcpkg v0.2.15
14362026-08-20T18:08:11.175Z Compiling tracing-core v0.1.36
14372026-08-20T18:08:11.190Z Compiling aws-lc-rs v1.16.3
14382026-08-20T18:08:11.218Z Compiling pem-rfc7468 v0.7.0
14392026-08-20T18:08:11.290Z Compiling schemars v0.8.22
14402026-08-20T18:08:11.324Z Compiling simd-adler32 v0.3.8
14412026-08-20T18:08:11.403Z Compiling cpufeatures v0.2.17
14422026-08-20T18:08:11.419Z Compiling dyn-clone v1.0.20
14432026-08-20T18:08:11.468Z Compiling cmake v0.1.57
14442026-08-20T18:08:11.490Z Compiling spin v0.9.8
14452026-08-20T18:08:11.507Z Compiling tinyvec_macros v0.1.1
14462026-08-20T18:08:11.547Z Compiling openssl-probe v0.2.1
14472026-08-20T18:08:11.567Z Compiling adler2 v2.0.1
14482026-08-20T18:08:11.581Z Compiling crc32fast v1.5.0
14492026-08-20T18:08:11.596Z Compiling httparse v1.10.1
14502026-08-20T18:08:11.599Z Compiling cmov v0.5.4
14512026-08-20T18:08:11.692Z Compiling miniz_oxide v0.8.9
14522026-08-20T18:08:11.713Z Compiling tinyvec v1.10.0
14532026-08-20T18:08:11.727Z Compiling aho-corasick v1.1.4
14542026-08-20T18:08:11.744Z Compiling bitflags v2.11.0
14552026-08-20T18:08:11.838Z Compiling semver v1.0.28
14562026-08-20T18:08:11.868Z Compiling indexmap v2.14.0
14572026-08-20T18:08:11.894Z Compiling uuid v1.23.4
14582026-08-20T18:08:11.945Z Compiling ctutils v0.4.2
14592026-08-20T18:08:11.968Z Compiling tower-layer v0.3.3
14602026-08-20T18:08:11.995Z Compiling tower-service v0.3.3
14612026-08-20T18:08:12.034Z Compiling radium v0.7.0
14622026-08-20T18:08:12.075Z Compiling rustc_version v0.4.1
14632026-08-20T18:08:12.102Z Compiling try-lock v0.2.5
14642026-08-20T18:08:12.142Z Compiling untrusted v0.7.1
14652026-08-20T18:08:12.182Z Compiling atomic-waker v1.1.2
14662026-08-20T18:08:12.196Z Compiling want v0.3.1
14672026-08-20T18:08:12.306Z Compiling aws-lc-sys v0.40.0
14682026-08-20T18:08:12.334Z Compiling openssl-sys v0.9.117
14692026-08-20T18:08:12.340Z Compiling tap v1.0.1
14702026-08-20T18:08:12.363Z Compiling untrusted v0.9.0
14712026-08-20T18:08:12.377Z Compiling foreign-types-shared v0.1.1
14722026-08-20T18:08:12.403Z Compiling httpdate v1.0.3
14732026-08-20T18:08:12.468Z Compiling maybe-uninit v2.0.0
14742026-08-20T18:08:12.482Z Compiling openssl v0.10.80
14752026-08-20T18:08:12.486Z Compiling rustls v0.23.41
14762026-08-20T18:08:12.500Z Compiling foreign-types v0.3.2
14772026-08-20T18:08:12.529Z Compiling wyz v0.5.1
14782026-08-20T18:08:12.542Z Compiling regex-automata v0.4.14
14792026-08-20T18:08:12.594Z Compiling synstructure v0.13.2
14802026-08-20T18:08:12.654Z Compiling serde_derive_internals v0.29.1
14812026-08-20T18:08:12.692Z Compiling pest_generator v2.8.6
14822026-08-20T18:08:12.729Z Compiling darling_core v0.20.11
14832026-08-20T18:08:12.748Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14842026-08-20T18:08:12.782Z Compiling bzip2-sys v0.1.13+1.0.8
14852026-08-20T18:08:12.811Z Compiling terminal_size v0.4.3
14862026-08-20T18:08:12.899Z Compiling tempfile v3.27.0
14872026-08-20T18:08:12.967Z Compiling unicode-normalization v0.1.25
14882026-08-20T18:08:13.092Z Compiling num-integer v0.1.46
14892026-08-20T18:08:13.106Z Compiling wait-timeout v0.2.1
14902026-08-20T18:08:13.188Z Compiling ahash v0.8.12
14912026-08-20T18:08:13.211Z Compiling quick-error v1.2.3
14922026-08-20T18:08:13.310Z Compiling time-core v0.1.8
14932026-08-20T18:08:13.332Z Compiling num-bigint-dig v0.8.6
14942026-08-20T18:08:13.371Z Compiling powerfmt v0.2.0
14952026-08-20T18:08:13.401Z Compiling num-conv v0.2.0
14962026-08-20T18:08:13.418Z Compiling bit-vec v0.8.0
14972026-08-20T18:08:13.436Z Compiling funty v2.0.0
14982026-08-20T18:08:13.454Z Compiling packed_struct v0.10.1
14992026-08-20T18:08:13.454Z Compiling native-tls v0.2.18
15002026-08-20T18:08:13.481Z Compiling clap_builder v4.6.0
15012026-08-20T18:08:13.555Z Compiling deranged v0.5.8
15022026-08-20T18:08:13.562Z Compiling time-macros v0.2.27
15032026-08-20T18:08:13.583Z Compiling num-iter v0.1.45
15042026-08-20T18:08:13.588Z Compiling rusty-fork v0.3.1
15052026-08-20T18:08:13.608Z Compiling bit-set v0.8.0
15062026-08-20T18:08:13.738Z Compiling lazy_static v1.5.0
15072026-08-20T18:08:13.756Z Compiling rand_xorshift v0.4.0
15082026-08-20T18:08:13.793Z Compiling bitvec v1.0.1
15092026-08-20T18:08:13.797Z Compiling sync_wrapper v1.0.2
15102026-08-20T18:08:13.839Z Compiling indexmap v1.9.3
15112026-08-20T18:08:13.910Z Compiling crc-catalog v2.4.0
15122026-08-20T18:08:13.924Z Compiling nodrop v0.1.14
15132026-08-20T18:08:13.938Z Compiling siphasher v1.0.2
15142026-08-20T18:08:14.013Z Compiling object v0.37.3
15152026-08-20T18:08:14.028Z Compiling usdt-impl v0.6.0
15162026-08-20T18:08:14.043Z Compiling zlib-rs v0.6.2
15172026-08-20T18:08:14.047Z Compiling paste v1.0.15
15182026-08-20T18:08:14.135Z Compiling crossbeam-utils v0.8.21
15192026-08-20T18:08:14.253Z Compiling num_threads v0.1.7
15202026-08-20T18:08:14.305Z Compiling unarray v0.1.4
15212026-08-20T18:08:14.353Z Compiling serde_derive v1.0.228
15222026-08-20T18:08:14.362Z Compiling zeroize_derive v1.5.0
15232026-08-20T18:08:14.369Z Compiling zerofrom-derive v0.1.6
15242026-08-20T18:08:14.414Z Compiling zerocopy-derive v0.8.55
15252026-08-20T18:08:14.444Z Compiling yoke-derive v0.8.1
15262026-08-20T18:08:14.558Z Compiling zerovec-derive v0.11.2
15272026-08-20T18:08:14.627Z Compiling displaydoc v0.2.5
15282026-08-20T18:08:14.656Z Compiling tokio-macros v2.7.0
15292026-08-20T18:08:15.017Z Compiling futures-macro v0.3.32
15302026-08-20T18:08:15.055Z Compiling thiserror-impl v2.0.18
15312026-08-20T18:08:15.232Z Compiling der_derive v0.7.3
15322026-08-20T18:08:15.463Z Compiling tracing-attributes v0.1.31
15332026-08-20T18:08:15.468Z Compiling schemars_derive v0.8.22
15342026-08-20T18:08:15.493Z Compiling scroll_derive v0.13.1
15352026-08-20T18:08:15.638Z Compiling pest_derive v2.8.6
15362026-08-20T18:08:15.692Z Compiling darling_macro v0.20.11
15372026-08-20T18:08:15.813Z Compiling zerofrom v0.1.6
15382026-08-20T18:08:15.923Z Compiling yoke v0.8.1
15392026-08-20T18:08:15.958Z Compiling futures-util v0.3.32
15402026-08-20T18:08:16.125Z Compiling zerovec v0.11.5
15412026-08-20T18:08:16.144Z Compiling zerotrie v0.2.3
15422026-08-20T18:08:16.221Z Compiling thiserror-impl v1.0.69
15432026-08-20T18:08:16.280Z Compiling openssl-macros v0.1.1
15442026-08-20T18:08:16.327Z Compiling scroll v0.13.0
15452026-08-20T18:08:16.469Z Compiling darling v0.20.11
15462026-08-20T18:08:16.500Z Compiling packed_struct_codegen v0.10.1
15472026-08-20T18:08:16.516Z Compiling thiserror v2.0.18
15482026-08-20T18:08:16.565Z Compiling goblin v0.10.5
15492026-08-20T18:08:16.618Z Compiling tinystr v0.8.2
15502026-08-20T18:08:16.648Z Compiling potential_utf v0.1.4
15512026-08-20T18:08:16.662Z Compiling zerocopy-derive v0.6.6
15522026-08-20T18:08:16.733Z Compiling clap_derive v4.6.1
15532026-08-20T18:08:16.771Z Compiling icu_collections v2.1.1
15542026-08-20T18:08:16.823Z Compiling icu_locale_core v2.1.1
15552026-08-20T18:08:16.830Z Compiling tracing v0.1.44
15562026-08-20T18:08:16.850Z Compiling bitfield-macros v0.19.4
15572026-08-20T18:08:17.129Z Compiling flate2 v1.1.9
15582026-08-20T18:08:17.288Z Compiling dtrace-parser v0.3.0
15592026-08-20T18:08:17.324Z Compiling derive_builder_core v0.20.2
15602026-08-20T18:08:17.564Z Compiling icu_provider v2.1.1
15612026-08-20T18:08:17.564Z Compiling thiserror v1.0.69
15622026-08-20T18:08:17.594Z Compiling zerocopy v0.6.6
15632026-08-20T18:08:17.625Z Compiling bitfield v0.19.4
15642026-08-20T18:08:17.639Z Compiling time v0.3.47
15652026-08-20T18:08:17.812Z Compiling icu_properties v2.1.2
15662026-08-20T18:08:17.827Z Compiling icu_normalizer v2.1.1
15672026-08-20T18:08:17.883Z Compiling zeroize v1.9.0
15682026-08-20T18:08:17.926Z Compiling bytes v1.11.1
15692026-08-20T18:08:17.940Z Compiling chrono v0.4.45
15702026-08-20T18:08:17.940Z Compiling ipnet v2.12.0
15712026-08-20T18:08:18.120Z Compiling der v0.7.10
15722026-08-20T18:08:18.200Z Compiling rustls-pki-types v1.14.0
15732026-08-20T18:08:18.329Z Compiling hybrid-array v0.4.13
15742026-08-20T18:08:18.371Z Compiling hex v0.4.3
15752026-08-20T18:08:18.451Z Compiling tokio v1.52.1
15762026-08-20T18:08:18.535Z Compiling http v1.4.2
15772026-08-20T18:08:18.568Z Compiling crypto-common v0.1.7
15782026-08-20T18:08:18.622Z Compiling block-buffer v0.10.4
15792026-08-20T18:08:18.651Z Compiling idna_adapter v1.2.1
15802026-08-20T18:08:18.671Z Compiling serde_spanned v0.6.9
15812026-08-20T18:08:18.731Z Compiling toml_datetime v0.6.11
15822026-08-20T18:08:18.806Z Compiling digest v0.10.7
15832026-08-20T18:08:18.820Z Compiling idna v1.1.0
15842026-08-20T18:08:18.835Z Compiling clap v4.6.1
15852026-08-20T18:08:18.914Z Compiling ppv-lite86 v0.2.21
15862026-08-20T18:08:19.009Z Compiling spki v0.7.3
15872026-08-20T18:08:19.077Z Compiling sha2 v0.10.9
15882026-08-20T18:08:19.081Z Compiling signature v2.2.0
15892026-08-20T18:08:19.112Z Compiling url v2.5.8
15902026-08-20T18:08:19.177Z Compiling pkcs8 v0.10.2
15912026-08-20T18:08:19.197Z Compiling rand_chacha v0.9.0
15922026-08-20T18:08:19.234Z Compiling http-body v1.0.1
15932026-08-20T18:08:19.250Z Compiling rand_chacha v0.3.1
15942026-08-20T18:08:19.296Z Compiling hmac v0.12.1
15952026-08-20T18:08:19.322Z Compiling dof v0.4.0
15962026-08-20T18:08:19.338Z Compiling pkcs1 v0.7.5
15972026-08-20T18:08:19.403Z Compiling rand v0.9.2
15982026-08-20T18:08:19.444Z Compiling http-body-util v0.1.3
15992026-08-20T18:08:19.476Z Compiling rand v0.8.6
16002026-08-20T18:08:19.714Z Compiling scroll_derive v0.12.1
16012026-08-20T18:08:19.746Z Compiling structmeta-derive v0.3.0
16022026-08-20T18:08:19.877Z Compiling array-init v0.0.4
16032026-08-20T18:08:19.905Z Compiling crc v3.4.0
16042026-08-20T18:08:19.920Z Compiling smallvec v0.6.14
16052026-08-20T18:08:20.038Z Compiling proptest v1.11.0
16062026-08-20T18:08:20.135Z Compiling darling_core v0.23.0
16072026-08-20T18:08:20.168Z Compiling heapless v0.7.17
16082026-08-20T18:08:20.237Z Compiling slog v2.8.2
16092026-08-20T18:08:20.284Z Compiling thread-id v5.1.0
16102026-08-20T18:08:20.440Z Compiling env_filter v2.0.0
16112026-08-20T18:08:20.443Z Compiling cookie v0.18.1
16122026-08-20T18:08:20.472Z Compiling signal-hook v0.3.18
16132026-08-20T18:08:20.488Z Compiling hashbrown v0.12.3
16142026-08-20T18:08:20.502Z Compiling ryu v1.0.23
16152026-08-20T18:08:20.515Z Compiling zstd-safe v7.2.4
16162026-08-20T18:08:20.663Z Compiling ipnetwork v0.21.1
16172026-08-20T18:08:20.680Z Compiling unicode-bidi v0.3.18
16182026-08-20T18:08:20.694Z Compiling anyhow v1.0.104
16192026-08-20T18:08:20.727Z Compiling iri-string v0.7.10
16202026-08-20T18:08:20.757Z Compiling gimli v0.32.3
16212026-08-20T18:08:20.789Z Compiling winnow v0.5.40
16222026-08-20T18:08:20.854Z Compiling base64 v0.21.7
16232026-08-20T18:08:20.868Z Compiling unicode-properties v0.1.4
16242026-08-20T18:08:20.882Z Compiling allocator-api2 v0.2.21
16252026-08-20T18:08:21.082Z Compiling stringprep v0.1.5
16262026-08-20T18:08:21.097Z Compiling ron v0.8.1
16272026-08-20T18:08:21.122Z Compiling oxnet v0.1.6
16282026-08-20T18:08:21.187Z Compiling structmeta v0.3.0
16292026-08-20T18:08:21.228Z Compiling rsa v0.9.10
16302026-08-20T18:08:21.353Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16312026-08-20T18:08:21.367Z Compiling serde_urlencoded v0.7.1
16322026-08-20T18:08:21.396Z Compiling env_logger v0.11.11
16332026-08-20T18:08:21.502Z Compiling scroll v0.12.0
16342026-08-20T18:08:21.571Z Compiling serde-hex v0.1.0
16352026-08-20T18:08:21.633Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16362026-08-20T18:08:21.772Z Compiling camino v1.2.5
16372026-08-20T18:08:21.842Z Compiling x509-cert v0.2.5
16382026-08-20T18:08:22.074Z Compiling hashbrown v0.13.2
16392026-08-20T18:08:22.166Z Compiling toml_edit v0.19.15
16402026-08-20T18:08:22.185Z Compiling block-padding v0.4.2
16412026-08-20T18:08:22.253Z Compiling block-buffer v0.12.1
16422026-08-20T18:08:22.280Z Compiling crypto-common v0.2.2
16432026-08-20T18:08:22.375Z Compiling tokio-util v0.7.18
16442026-08-20T18:08:22.473Z Compiling tower v0.5.3
16452026-08-20T18:08:22.579Z Compiling newtype-uuid v1.3.2
16462026-08-20T18:08:22.749Z Compiling addr2line v0.25.1
16472026-08-20T18:08:22.763Z Compiling darling_macro v0.23.0
16482026-08-20T18:08:22.926Z Compiling tower-http v0.6.8
16492026-08-20T18:08:22.971Z Compiling tokio-native-tls v0.3.1
16502026-08-20T18:08:23.096Z Compiling h2 v0.4.15
16512026-08-20T18:08:23.164Z Compiling md-5 v0.10.6
16522026-08-20T18:08:23.295Z Compiling rustls-native-certs v0.8.3
16532026-08-20T18:08:23.343Z Compiling derive_builder_macro v0.20.2
16542026-08-20T18:08:23.357Z Compiling serde_tokenstream v0.2.3
16552026-08-20T18:08:23.374Z Compiling erased-serde v0.3.31
16562026-08-20T18:08:23.472Z Compiling bzip2 v0.4.4
16572026-08-20T18:08:23.695Z Compiling bstr v1.12.1
16582026-08-20T18:08:23.709Z Compiling pin-project-internal v1.1.11
16592026-08-20T18:08:23.835Z Compiling async-trait v0.1.89
16602026-08-20T18:08:23.865Z Compiling zerocopy-derive v0.7.35
16612026-08-20T18:08:23.937Z Compiling daft-derive v0.1.7
16622026-08-20T18:08:24.020Z Compiling curve25519-dalek v4.1.3
16632026-08-20T18:08:24.108Z Compiling vergen-lib v9.1.0
16642026-08-20T18:08:24.301Z Compiling hash32 v0.2.1
16652026-08-20T18:08:24.319Z Compiling memoffset v0.9.1
16662026-08-20T18:08:24.332Z Compiling encoding_rs v0.8.35
16672026-08-20T18:08:24.350Z Compiling cfg_aliases v0.2.1
16682026-08-20T18:08:24.375Z Compiling mime v0.3.17
16692026-08-20T18:08:24.436Z Compiling litrs v1.0.0
16702026-08-20T18:08:24.513Z Compiling psl-types v2.0.11
16712026-08-20T18:08:24.532Z Compiling smoltcp v0.9.1
16722026-08-20T18:08:24.635Z Compiling rustix v0.38.44
16732026-08-20T18:08:24.681Z Compiling crc-any v2.5.0
16742026-08-20T18:08:24.685Z Compiling ref-cast v1.0.25
16752026-08-20T18:08:24.691Z Compiling rustc-demangle v0.1.27
16762026-08-20T18:08:24.762Z Compiling fallible-iterator v0.2.0
16772026-08-20T18:08:24.817Z Compiling owo-colors v4.3.0
16782026-08-20T18:08:24.853Z Compiling pin-project v1.1.11
16792026-08-20T18:08:24.898Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16802026-08-20T18:08:24.926Z Compiling zerocopy v0.7.35
16812026-08-20T18:08:24.942Z Compiling backtrace v0.3.76
16822026-08-20T18:08:24.964Z Compiling document-features v0.2.12
16832026-08-20T18:08:24.967Z Compiling daft v0.1.7
16842026-08-20T18:08:25.049Z Compiling publicsuffix v2.3.0
16852026-08-20T18:08:25.100Z Compiling postgres-protocol v0.6.10
16862026-08-20T18:08:25.203Z Compiling nix v0.31.2
16872026-08-20T18:08:25.264Z Compiling derive_builder v0.20.2
16882026-08-20T18:08:25.349Z Compiling zip v0.6.6
16892026-08-20T18:08:25.442Z Compiling toml v0.7.8
16902026-08-20T18:08:25.537Z Compiling darling v0.23.0
16912026-08-20T18:08:25.582Z Compiling object v0.30.4
16922026-08-20T18:08:25.630Z Compiling inout v0.2.2
16932026-08-20T18:08:25.646Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16942026-08-20T18:08:25.684Z Compiling goblin v0.8.2
16952026-08-20T18:08:25.705Z Compiling derive-ex v0.1.8
16962026-08-20T18:08:25.947Z Compiling futures-executor v0.3.32
16972026-08-20T18:08:25.961Z Compiling hubpack_derive v0.1.1
16982026-08-20T18:08:25.977Z Compiling regex v1.12.3
16992026-08-20T18:08:26.077Z Compiling ref-cast-impl v1.0.25
17002026-08-20T18:08:26.091Z Compiling snafu-derive v0.8.9
17012026-08-20T18:08:26.159Z Compiling strum_macros v0.27.2
17022026-08-20T18:08:26.189Z Compiling curve25519-dalek-derive v0.1.1
17032026-08-20T18:08:26.232Z Compiling phf_shared v0.13.1
17042026-08-20T18:08:26.260Z Compiling vergen v9.1.0
17052026-08-20T18:08:26.305Z Compiling hyper v1.10.1
17062026-08-20T18:08:26.438Z Compiling cargo-platform v0.3.2
17072026-08-20T18:08:26.456Z Compiling ff v0.13.1
17082026-08-20T18:08:26.470Z Compiling fs-err v3.3.0
17092026-08-20T18:08:26.490Z Compiling base16ct v0.2.0
17102026-08-20T18:08:26.621Z Compiling bitflags v1.3.2
17112026-08-20T18:08:26.655Z Compiling is_ci v1.2.0
17122026-08-20T18:08:26.682Z Compiling bumpalo v3.20.2
17132026-08-20T18:08:26.698Z Compiling managed v0.8.0
17142026-08-20T18:08:26.715Z Compiling unicode-segmentation v1.12.0
17152026-08-20T18:08:26.725Z Compiling same-file v1.0.6
17162026-08-20T18:08:26.813Z Compiling foldhash v0.2.0
17172026-08-20T18:08:26.868Z Compiling jiff-core v0.1.0
17182026-08-20T18:08:26.907Z Compiling path-slash v0.1.5
17192026-08-20T18:08:26.935Z Compiling libbz2-rs-sys v0.2.2
17202026-08-20T18:08:26.962Z Compiling either v1.15.0
17212026-08-20T18:08:27.053Z Compiling foldhash v0.1.5
17222026-08-20T18:08:27.058Z Compiling textwrap v0.16.2
17232026-08-20T18:08:27.122Z Compiling hashbrown v0.16.1
17242026-08-20T18:08:27.186Z Compiling hashbrown v0.15.5
17252026-08-20T18:08:27.245Z Compiling zopfli v0.8.3
17262026-08-20T18:08:27.436Z Compiling hyper-util v0.1.20
17272026-08-20T18:08:27.552Z Compiling test-strategy v0.4.5
17282026-08-20T18:08:27.652Z Compiling jiff v0.2.34
17292026-08-20T18:08:27.734Z Compiling bzip2 v0.6.1
17302026-08-20T18:08:27.934Z Compiling dof v0.3.0
17312026-08-20T18:08:27.951Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17322026-08-20T18:08:27.966Z Compiling walkdir v2.5.0
17332026-08-20T18:08:27.979Z Compiling supports-color v3.0.2
17342026-08-20T18:08:28.060Z Compiling snafu v0.8.9
17352026-08-20T18:08:28.186Z Compiling strum v0.27.2
17362026-08-20T18:08:28.250Z Compiling cargo_metadata v0.23.1
17372026-08-20T18:08:28.280Z Compiling sec1 v0.7.3
17382026-08-20T18:08:28.299Z Compiling group v0.13.0
17392026-08-20T18:08:28.328Z Compiling hubpack v0.1.2
17402026-08-20T18:08:28.446Z Compiling phf v0.13.1
17412026-08-20T18:08:28.527Z Compiling futures v0.3.32
17422026-08-20T18:08:28.565Z Compiling signal-hook-mio v0.2.5
17432026-08-20T18:08:28.580Z Compiling cookie_store v0.22.1
17442026-08-20T18:08:28.621Z Compiling zstd v0.13.3
17452026-08-20T18:08:28.635Z Compiling cipher v0.5.2
17462026-08-20T18:08:28.669Z Compiling serde_with_macros v3.21.0
17472026-08-20T18:08:28.722Z Compiling postgres-types v0.2.12
17482026-08-20T18:08:28.867Z Compiling hyper-tls v0.6.0
17492026-08-20T18:08:28.903Z Compiling backtrace-ext v0.2.1
17502026-08-20T18:08:29.072Z Compiling reqwest v0.12.28
17512026-08-20T18:08:29.120Z Compiling globset v0.4.18
17522026-08-20T18:08:29.220Z Compiling usdt-macro v0.6.0
17532026-08-20T18:08:29.234Z Compiling usdt-attr-macro v0.6.0
17542026-08-20T18:08:29.271Z Compiling byte-wrapper v0.1.0
17552026-08-20T18:08:29.299Z Compiling hkdf v0.12.4
17562026-08-20T18:08:29.397Z Compiling ed25519 v2.2.3
17572026-08-20T18:08:29.491Z Compiling crypto-bigint v0.5.5
17582026-08-20T18:08:29.598Z Compiling serde_plain v1.0.2
17592026-08-20T18:08:29.624Z Compiling serde-big-array v0.5.1
17602026-08-20T18:08:29.789Z Compiling olpc-cjson v0.1.4
17612026-08-20T18:08:29.825Z Compiling dtrace-parser v0.2.0
17622026-08-20T18:08:29.835Z Compiling enum-as-inner v0.6.1
17632026-08-20T18:08:29.836Z Compiling miette-derive v7.6.0
17642026-08-20T18:08:29.857Z Compiling serde_repr v0.1.20
17652026-08-20T18:08:29.967Z Compiling async-recursion v1.1.1
17662026-08-20T18:08:30.022Z Compiling strum_macros v0.26.4
17672026-08-20T18:08:30.083Z Compiling phf_shared v0.11.3
17682026-08-20T18:08:30.196Z Compiling float-cmp v0.10.0
17692026-08-20T18:08:30.295Z Compiling pem v3.0.6
17702026-08-20T18:08:30.350Z Compiling thread-id v4.2.2
17712026-08-20T18:08:30.359Z Compiling memmap2 v0.9.10
17722026-08-20T18:08:30.392Z Compiling normalize-line-endings v0.3.0
17732026-08-20T18:08:30.446Z Compiling winnow v1.0.3
17742026-08-20T18:08:30.465Z Compiling data-encoding v2.10.0
17752026-08-20T18:08:30.519Z Compiling fixedbitset v0.4.2
17762026-08-20T18:08:30.567Z Compiling keccak v0.1.6
17772026-08-20T18:08:30.604Z Compiling static_assertions v1.1.0
17782026-08-20T18:08:30.654Z Compiling cpufeatures v0.3.0
17792026-08-20T18:08:30.667Z Compiling precomputed-hash v0.1.1
17802026-08-20T18:08:30.692Z Compiling difflib v0.4.0
17812026-08-20T18:08:30.754Z Compiling const-oid v0.10.2
17822026-08-20T18:08:30.771Z Compiling typed-path v0.9.3
17832026-08-20T18:08:30.781Z Compiling whoami v2.1.0
17842026-08-20T18:08:30.794Z Compiling supports-unicode v3.0.0
17852026-08-20T18:08:30.962Z Compiling supports-hyperlinks v3.2.0
17862026-08-20T18:08:30.985Z Compiling predicates-core v1.0.10
17872026-08-20T18:08:31.083Z Compiling fixedbitset v0.5.7
17882026-08-20T18:08:31.148Z Compiling new_debug_unreachable v1.0.6
17892026-08-20T18:08:31.171Z Compiling toml_edit v0.22.27
17902026-08-20T18:08:31.232Z Compiling predicates v3.1.4
17912026-08-20T18:08:31.232Z Compiling miette v7.6.0
17922026-08-20T18:08:31.256Z Compiling string_cache v0.8.9
17932026-08-20T18:08:31.257Z Compiling tokio-postgres v0.7.16
17942026-08-20T18:08:31.286Z Compiling digest v0.11.3
17952026-08-20T18:08:31.294Z Compiling hickory-proto v0.25.2
17962026-08-20T18:08:31.325Z Compiling petgraph v0.8.3
17972026-08-20T18:08:31.412Z Compiling toml_parser v1.1.2+spec-1.1.0
17982026-08-20T18:08:31.479Z Compiling sha3 v0.10.8
17992026-08-20T18:08:31.521Z Compiling chacha20 v0.10.0
18002026-08-20T18:08:31.567Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18012026-08-20T18:08:31.683Z Compiling petgraph v0.6.5
18022026-08-20T18:08:31.875Z Compiling usdt v0.6.0
18032026-08-20T18:08:31.895Z Compiling strum v0.26.3
18042026-08-20T18:08:31.925Z Compiling elliptic-curve v0.13.8
18052026-08-20T18:08:31.947Z Compiling usdt-impl v0.5.0
18062026-08-20T18:08:32.033Z Compiling crossterm v0.28.1
18072026-08-20T18:08:32.042Z Compiling zip v4.6.1
18082026-08-20T18:08:32.072Z Compiling serde_with v3.21.0
18092026-08-20T18:08:32.168Z Compiling ed25519-dalek v2.2.0
18102026-08-20T18:08:32.358Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18112026-08-20T18:08:32.805Z Compiling iddqd v0.4.2
18122026-08-20T18:08:32.904Z Compiling itertools v0.15.0
18132026-08-20T18:08:32.997Z Compiling itertools v0.13.0
18142026-08-20T18:08:33.171Z Compiling similar v2.7.0
18152026-08-20T18:08:33.227Z Compiling heck v0.4.1
18162026-08-20T18:08:33.351Z Compiling crossbeam-epoch v0.9.18
18172026-08-20T18:08:33.365Z Compiling tokio-stream v0.1.18
18182026-08-20T18:08:33.472Z Compiling buf-list v1.1.2
18192026-08-20T18:08:33.528Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18202026-08-20T18:08:33.699Z Compiling openapiv3 v2.2.0
18212026-08-20T18:08:33.763Z Compiling peg-runtime v0.8.5
18222026-08-20T18:08:33.845Z Compiling lalrpop-util v0.19.12
18232026-08-20T18:08:33.892Z Compiling thread_local v1.1.9
18242026-08-20T18:08:33.926Z Compiling slog-async v2.8.0
18252026-08-20T18:08:33.966Z Compiling crossbeam-channel v0.5.15
18262026-08-20T18:08:33.985Z Compiling is-terminal v0.4.17
18272026-08-20T18:08:34.034Z Compiling filetime v0.2.27
18282026-08-20T18:08:34.054Z Compiling term v1.2.1
18292026-08-20T18:08:34.082Z Compiling take_mut v0.2.2
18302026-08-20T18:08:34.091Z Compiling xattr v1.6.1
18312026-08-20T18:08:34.095Z Compiling camino-tempfile v1.4.1
18322026-08-20T18:08:34.239Z Compiling tar v0.4.46
18332026-08-20T18:08:34.334Z Compiling slog-term v2.9.2
18342026-08-20T18:08:51.412Z Compiling rustls-webpki v0.103.13
18352026-08-20T18:08:54.084Z Compiling tokio-rustls v0.26.4
18362026-08-20T18:08:54.084Z Compiling rustls-platform-verifier v0.6.2
18372026-08-20T18:08:54.085Z Compiling tough v0.22.0
18382026-08-20T18:08:54.276Z Compiling hyper-rustls v0.27.7
18392026-08-20T18:08:54.515Z Compiling reqwest v0.13.2
18402026-08-20T18:08:56.627Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18412026-08-20T18:08:56.856Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18422026-08-20T18:08:59.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.99s
18432026-08-20T18:08:59.859Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18442026-08-20T18:08:59.910ZAug 20 18:08:58.767 INFO Starting download, target: Clickhouse
18452026-08-20T18:08:59.910ZAug 20 18:08:58.768 INFO Starting download, target: Console
18462026-08-20T18:08:59.910ZAug 20 18:08:58.768 INFO Starting download, target: DendriteStub
18472026-08-20T18:08:59.910ZAug 20 18:08:58.768 INFO Starting download, target: Cockroach
18482026-08-20T18:08:59.910ZAug 20 18:08:58.768 INFO Starting download, target: MaghemiteMgd
18492026-08-20T18:08:59.910ZAug 20 18:08:58.768 INFO Starting download, target: MaghemiteDdmd
18502026-08-20T18:08:59.910ZAug 20 18:08:58.768 INFO Starting download, target: TransceiverControl
18512026-08-20T18:08:59.915ZAug 20 18:08:58.768 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18522026-08-20T18:08:59.916ZAug 20 18:08:58.768 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18532026-08-20T18:08:59.916ZAug 20 18:08:58.768 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18542026-08-20T18:08:59.916ZAug 20 18:08:58.768 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18552026-08-20T18:08:59.916ZAug 20 18:08:58.768 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18562026-08-20T18:08:59.916ZAug 20 18:08:58.768 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18572026-08-20T18:08:59.916ZAug 20 18:08:58.768 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18582026-08-20T18:09:00.310ZAug 20 18:08:59.148 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18592026-08-20T18:09:00.502ZAug 20 18:08:59.359 INFO Download complete, target: TransceiverControl
18602026-08-20T18:09:01.679ZAug 20 18:09:00.519 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18612026-08-20T18:09:01.917ZAug 20 18:09:00.769 INFO Download complete, target: Console
18622026-08-20T18:09:02.351ZAug 20 18:09:01.204 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18632026-08-20T18:09:02.363ZAug 20 18:09:01.211 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18642026-08-20T18:09:02.649ZAug 20 18:09:01.501 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18652026-08-20T18:09:02.661ZAug 20 18:09:01.511 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18662026-08-20T18:09:03.253ZAug 20 18:09:02.111 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18672026-08-20T18:09:03.253ZAug 20 18:09:02.111 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18682026-08-20T18:09:04.276ZAug 20 18:09:03.133 INFO Download complete, target: MaghemiteDdmd
18692026-08-20T18:09:05.348ZAug 20 18:09:04.207 INFO Download complete, target: DendriteStub
18702026-08-20T18:09:05.446ZAug 20 18:09:04.255 INFO Download complete, target: MaghemiteMgd
18712026-08-20T18:09:08.089ZAug 20 18:09:06.838 INFO Checking that binary works, target: Cockroach
18722026-08-20T18:09:08.132ZAug 20 18:09:06.959 INFO Download complete, target: Cockroach
18732026-08-20T18:09:09.223ZAug 20 18:09:08.082 INFO Checking that binary works, target: Clickhouse
18742026-08-20T18:09:09.306ZAug 20 18:09:08.164 INFO Download complete, target: Clickhouse
18752026-08-20T18:09:09.314ZAll prerequisites installed successfully
18762026-08-20T18:09:09.314Z
18772026-08-20T18:09:09.314Zreal 1:27.930582113
18782026-08-20T18:09:09.314Zuser 7:12.191955141
18792026-08-20T18:09:09.314Zsys 1:41.670934942
18802026-08-20T18:09:09.314Ztrap 0.263467843
18812026-08-20T18:09:09.314Ztflt 0.981337827
18822026-08-20T18:09:09.314Zdflt 1.765133799
18832026-08-20T18:09:09.314Zkflt 0.034853242
18842026-08-20T18:09:09.314Zlock 26:29.969573405
18852026-08-20T18:09:09.314Zslp 19:24.636791060
18862026-08-20T18:09:09.314Zlat 24.226200088
18872026-08-20T18:09:09.314Zstop 2:52.830299529
18882026-08-20T18:09:09.314Z+ source ./tools/include/force-git-over-https.sh
18892026-08-20T18:09:09.315Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18902026-08-20T18:09:09.315Z++ (( i = 0 ))
18912026-08-20T18:09:09.315Z++ (( i < 5 ))
18922026-08-20T18:09:09.315Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18932026-08-20T18:09:09.335Z++ (( i++ ))
18942026-08-20T18:09:09.335Z++ (( i < 5 ))
18952026-08-20T18:09:09.335Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18962026-08-20T18:09:09.335Z++ (( i++ ))
18972026-08-20T18:09:09.336Z++ (( i < 5 ))
18982026-08-20T18:09:09.336Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18992026-08-20T18:09:09.336Z++ (( i++ ))
19002026-08-20T18:09:09.336Z++ (( i < 5 ))
19012026-08-20T18:09:09.336Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19022026-08-20T18:09:09.336Z++ (( i++ ))
19032026-08-20T18:09:09.336Z++ (( i < 5 ))
19042026-08-20T18:09:09.336Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19052026-08-20T18:09:09.346Z++ (( i++ ))
19062026-08-20T18:09:09.346Z++ (( i < 5 ))
19072026-08-20T18:09:09.346Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19082026-08-20T18:09:09.346Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19092026-08-20T18:09:09.346Z+ rc=0
19102026-08-20T18:09:09.346Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19112026-08-20T18:09:20.572Z+ case $rc in
19122026-08-20T18:09:20.572Z+ pfexec zfs create -p rpool/images/build/host
19132026-08-20T18:09:20.632Z+ pfexec zfs create -p rpool/images/build/recovery
19142026-08-20T18:09:20.632Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19152026-08-20T18:09:20.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19162026-08-20T18:09:20.632Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19172026-08-20T18:09:20.632Z Compiling proc-macro2 v1.0.106
19182026-08-20T18:09:20.632Z Compiling quote v1.0.45
19192026-08-20T18:09:20.632Z Compiling unicode-ident v1.0.24
19202026-08-20T18:09:20.632Z Compiling serde_core v1.0.228
19212026-08-20T18:09:20.632Z Compiling libc v0.2.185
19222026-08-20T18:09:20.632Z Compiling serde v1.0.228
19232026-08-20T18:09:20.632Z Compiling cfg-if v1.0.4
19242026-08-20T18:09:20.632Z Compiling find-msvc-tools v0.1.9
19252026-08-20T18:09:20.632Z Compiling shlex v1.3.0
19262026-08-20T18:09:20.633Z Compiling autocfg v1.5.0
19272026-08-20T18:09:20.633Z Compiling version_check v0.9.5
19282026-08-20T18:09:20.633Z Compiling zerocopy v0.8.55
19292026-08-20T18:09:20.633Z Compiling portable-atomic v1.13.1
19302026-08-20T18:09:20.633Z Compiling memchr v2.8.0
19312026-08-20T18:09:20.633Z Compiling zmij v1.0.21
19322026-08-20T18:09:20.651Z Compiling serde_json v1.0.151
19332026-08-20T18:09:20.651Z Compiling libm v0.2.16
19342026-08-20T18:09:20.652Z Compiling getrandom v0.3.4
19352026-08-20T18:09:20.652Z Compiling parking_lot_core v0.9.12
19362026-08-20T18:09:20.652Z Compiling pkg-config v0.3.32
19372026-08-20T18:09:20.652Z Compiling icu_properties_data v2.1.2
19382026-08-20T18:09:20.652Z Compiling num-traits v0.2.19
19392026-08-20T18:09:20.652Z Compiling generic-array v0.14.7
19402026-08-20T18:09:20.652Z Compiling icu_normalizer_data v2.1.1
19412026-08-20T18:09:20.652Z Compiling smallvec v1.15.1
19422026-08-20T18:09:20.652Z Compiling rustix v1.1.4
19432026-08-20T18:09:20.652Z Compiling log v0.4.33
19442026-08-20T18:09:20.652Z Compiling getrandom v0.4.3
19452026-08-20T18:09:20.652Z Compiling itoa v1.0.17
19462026-08-20T18:09:20.652Z Compiling subtle v2.6.1
19472026-08-20T18:09:20.652Z Compiling stable_deref_trait v1.2.1
19482026-08-20T18:09:20.652Z Compiling scopeguard v1.2.0
19492026-08-20T18:09:20.652Z Compiling typenum v1.20.1
19502026-08-20T18:09:20.652Z Compiling jobserver v0.1.34
19512026-08-20T18:09:20.652Z Compiling errno v0.3.14
19522026-08-20T18:09:20.652Z Compiling heck v0.5.0
19532026-08-20T18:09:20.652Z Compiling lock_api v0.4.14
19542026-08-20T18:09:20.652Z Compiling critical-section v1.2.0
19552026-08-20T18:09:20.652Z Compiling thiserror v2.0.18
19562026-08-20T18:09:20.652Z Compiling cc v1.2.56
19572026-08-20T18:09:20.652Z Compiling getrandom v0.2.17
19582026-08-20T18:09:20.652Z Compiling fs_extra v1.3.0
19592026-08-20T18:09:20.652Z Compiling dunce v1.0.5
19602026-08-20T18:09:20.652Z Compiling syn v2.0.117
19612026-08-20T18:09:20.652Z Compiling rand_core v0.6.4
19622026-08-20T18:09:20.656Z Compiling once_cell v1.21.3
19632026-08-20T18:09:20.673Z Compiling percent-encoding v2.3.2
19642026-08-20T18:09:20.686Z Compiling litemap v0.8.1
19652026-08-20T18:09:20.735Z Compiling writeable v0.6.2
19662026-08-20T18:09:20.805Z Compiling const-oid v0.9.6
19672026-08-20T18:09:20.974Z Compiling pin-project-lite v0.2.17
19682026-08-20T18:09:20.991Z Compiling schemars v0.8.22
19692026-08-20T18:09:21.040Z Compiling cmake v0.1.57
19702026-08-20T18:09:21.110Z Compiling equivalent v1.0.2
19712026-08-20T18:09:21.129Z Compiling signal-hook-registry v1.4.8
19722026-08-20T18:09:21.239Z Compiling rand_core v0.10.0
19732026-08-20T18:09:21.239Z Compiling futures-core v0.3.32
19742026-08-20T18:09:21.270Z Compiling rustversion v1.0.22
19752026-08-20T18:09:21.377Z Compiling bitflags v2.11.0
19762026-08-20T18:09:21.400Z Compiling semver v1.0.28
19772026-08-20T18:09:21.453Z Compiling aws-lc-rs v1.16.3
19782026-08-20T18:09:21.565Z Compiling parking_lot v0.12.5
19792026-08-20T18:09:21.617Z Compiling aws-lc-sys v0.40.0
19802026-08-20T18:09:21.707Z Compiling mio v1.2.0
19812026-08-20T18:09:21.768Z Compiling crc32fast v1.5.0
19822026-08-20T18:09:21.795Z Compiling utf8_iter v1.0.4
19832026-08-20T18:09:21.966Z Compiling form_urlencoded v1.2.2
19842026-08-20T18:09:22.170Z Compiling fnv v1.0.7
19852026-08-20T18:09:22.234Z Compiling syn v1.0.109
19862026-08-20T18:09:22.251Z Compiling byteorder v1.5.0
19872026-08-20T18:09:22.255Z Compiling strsim v0.11.1
19882026-08-20T18:09:22.284Z Compiling hashbrown v0.17.0
19892026-08-20T18:09:22.287Z Compiling vcpkg v0.2.15
19902026-08-20T18:09:22.348Z Compiling socket2 v0.6.3
19912026-08-20T18:09:22.582Z Compiling radium v0.7.0
19922026-08-20T18:09:22.598Z Compiling futures-sink v0.3.32
19932026-08-20T18:09:22.598Z Compiling httparse v1.10.1
19942026-08-20T18:09:22.768Z Compiling futures-channel v0.3.32
19952026-08-20T18:09:22.784Z Compiling futures-io v0.3.32
19962026-08-20T18:09:22.830Z Compiling thiserror v1.0.69
19972026-08-20T18:09:22.873Z Compiling iana-time-zone v0.1.65
19982026-08-20T18:09:22.913Z Compiling openssl-sys v0.9.117
19992026-08-20T18:09:22.928Z Compiling slab v0.4.12
20002026-08-20T18:09:22.955Z Compiling indexmap v2.14.0
20012026-08-20T18:09:23.008Z Compiling futures-task v0.3.32
20022026-08-20T18:09:23.063Z Compiling maybe-uninit v2.0.0
20032026-08-20T18:09:23.116Z Compiling rustls v0.23.41
20042026-08-20T18:09:23.162Z Compiling base64 v0.22.1
20052026-08-20T18:09:23.194Z Compiling rustc_version v0.4.1
20062026-08-20T18:09:23.419Z Compiling synstructure v0.13.2
20072026-08-20T18:09:23.435Z Compiling serde_derive_internals v0.29.1
20082026-08-20T18:09:23.496Z Compiling uuid v1.23.4
20092026-08-20T18:09:23.517Z Compiling bzip2-sys v0.1.13+1.0.8
20102026-08-20T18:09:23.534Z Compiling ahash v0.8.12
20112026-08-20T18:09:23.536Z Compiling num-bigint-dig v0.8.6
20122026-08-20T18:09:23.646Z Compiling ident_case v1.0.1
20132026-08-20T18:09:23.662Z Compiling regex-syntax v0.8.10
20142026-08-20T18:09:23.684Z Compiling base64ct v1.8.3
20152026-08-20T18:09:23.705Z Compiling ucd-trie v0.1.7
20162026-08-20T18:09:23.770Z Compiling packed_struct v0.10.1
20172026-08-20T18:09:23.802Z Compiling rand_core v0.9.5
20182026-08-20T18:09:23.853Z Compiling pest v2.8.6
20192026-08-20T18:09:23.953Z Compiling openssl v0.10.80
20202026-08-20T18:09:23.993Z Compiling pem-rfc7468 v0.7.0
20212026-08-20T18:09:24.077Z Compiling fastrand v2.3.0
20222026-08-20T18:09:24.100Z Compiling flagset v0.4.7
20232026-08-20T18:09:24.135Z Compiling dyn-clone v1.0.20
20242026-08-20T18:09:24.183Z Compiling indexmap v1.9.3
20252026-08-20T18:09:24.264Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20262026-08-20T18:09:24.319Z Compiling tempfile v3.27.0
20272026-08-20T18:09:24.322Z Compiling cpufeatures v0.2.17
20282026-08-20T18:09:24.415Z Compiling simd-adler32 v0.3.8
20292026-08-20T18:09:24.441Z Compiling paste v1.0.15
20302026-08-20T18:09:24.456Z Compiling native-tls v0.2.18
20312026-08-20T18:09:24.625Z Compiling crossbeam-utils v0.8.21
20322026-08-20T18:09:24.699Z Compiling camino v1.2.5
20332026-08-20T18:09:24.717Z Compiling serde_derive v1.0.228
20342026-08-20T18:09:24.728Z Compiling zeroize_derive v1.5.0
20352026-08-20T18:09:24.747Z Compiling zerofrom-derive v0.1.6
20362026-08-20T18:09:24.845Z Compiling zerocopy-derive v0.8.55
20372026-08-20T18:09:24.867Z Compiling yoke-derive v0.8.1
20382026-08-20T18:09:24.940Z Compiling zerovec-derive v0.11.2
20392026-08-20T18:09:24.982Z Compiling displaydoc v0.2.5
20402026-08-20T18:09:25.001Z Compiling tokio-macros v2.7.0
20412026-08-20T18:09:25.017Z Compiling futures-macro v0.3.32
20422026-08-20T18:09:25.021Z Compiling thiserror-impl v2.0.18
20432026-08-20T18:09:25.126Z Compiling der_derive v0.7.3
20442026-08-20T18:09:25.144Z Compiling schemars_derive v0.8.22
20452026-08-20T18:09:25.353Z Compiling tracing-attributes v0.1.31
20462026-08-20T18:09:25.718Z Compiling thiserror-impl v1.0.69
20472026-08-20T18:09:25.735Z Compiling clap_derive v4.6.1
20482026-08-20T18:09:25.861Z Compiling pest_meta v2.8.6
20492026-08-20T18:09:25.916Z Compiling zerofrom v0.1.6
20502026-08-20T18:09:26.057Z Compiling yoke v0.8.1
20512026-08-20T18:09:26.093Z Compiling futures-util v0.3.32
20522026-08-20T18:09:26.216Z Compiling packed_struct_codegen v0.10.1
20532026-08-20T18:09:26.283Z Compiling zerovec v0.11.5
20542026-08-20T18:09:26.299Z Compiling zerotrie v0.2.3
20552026-08-20T18:09:26.646Z Compiling zerocopy-derive v0.6.6
20562026-08-20T18:09:26.739Z Compiling bitfield-macros v0.19.4
20572026-08-20T18:09:26.766Z Compiling tinystr v0.8.2
20582026-08-20T18:09:26.842Z Compiling potential_utf v0.1.4
20592026-08-20T18:09:27.010Z Compiling icu_locale_core v2.1.1
20602026-08-20T18:09:27.043Z Compiling icu_collections v2.1.1
20612026-08-20T18:09:27.160Z Compiling pest_generator v2.8.6
20622026-08-20T18:09:27.346Z Compiling openssl-macros v0.1.1
20632026-08-20T18:09:27.448Z Compiling scroll_derive v0.13.1
20642026-08-20T18:09:27.452Z Compiling adler2 v2.0.1
20652026-08-20T18:09:27.550Z Compiling anstyle v1.0.14
20662026-08-20T18:09:27.629Z Compiling utf8parse v0.2.2
20672026-08-20T18:09:27.779Z Compiling icu_provider v2.1.1
20682026-08-20T18:09:27.841Z Compiling anstyle-parse v1.0.0
20692026-08-20T18:09:27.864Z Compiling miniz_oxide v0.8.9
20702026-08-20T18:09:27.941Z Compiling zeroize v1.9.0
20712026-08-20T18:09:28.009Z Compiling bytes v1.11.1
20722026-08-20T18:09:28.106Z Compiling icu_normalizer v2.1.1
20732026-08-20T18:09:28.133Z Compiling icu_properties v2.1.2
20742026-08-20T18:09:28.463Z Compiling chrono v0.4.45
20752026-08-20T18:09:28.679Z Compiling crypto-common v0.1.7
20762026-08-20T18:09:28.737Z Compiling block-buffer v0.10.4
20772026-08-20T18:09:28.752Z Compiling tokio v1.52.1
20782026-08-20T18:09:28.874Z Compiling digest v0.10.7
20792026-08-20T18:09:28.925Z Compiling der v0.7.10
20802026-08-20T18:09:28.975Z Compiling hex v0.4.3
20812026-08-20T18:09:29.151Z Compiling idna_adapter v1.2.1
20822026-08-20T18:09:29.262Z Compiling pest_derive v2.8.6
20832026-08-20T18:09:29.298Z Compiling idna v1.1.0
20842026-08-20T18:09:29.337Z Compiling sha2 v0.10.9
20852026-08-20T18:09:29.413Z Compiling ppv-lite86 v0.2.21
20862026-08-20T18:09:29.657Z Compiling http v1.4.2
20872026-08-20T18:09:29.699Z Compiling url v2.5.8
20882026-08-20T18:09:29.907Z Compiling spki v0.7.3
20892026-08-20T18:09:29.997Z Compiling rand_chacha v0.9.0
20902026-08-20T18:09:30.277Z Compiling rand v0.9.2
20912026-08-20T18:09:30.482Z Compiling pkcs8 v0.10.2
20922026-08-20T18:09:30.576Z Compiling rustls-pki-types v1.14.0
20932026-08-20T18:09:30.657Z Compiling daft-derive v0.1.7
20942026-08-20T18:09:30.698Z Compiling terminal_size v0.4.3
20952026-08-20T18:09:31.003Z Compiling spin v0.9.8
20962026-08-20T18:09:31.036Z Compiling anstyle-query v1.1.5
20972026-08-20T18:09:31.110Z Compiling time-core v0.1.8
20982026-08-20T18:09:31.173Z Compiling tinyvec_macros v0.1.1
20992026-08-20T18:09:31.249Z Compiling colorchoice v1.0.4
21002026-08-20T18:09:31.264Z Compiling is_terminal_polyfill v1.70.2
21012026-08-20T18:09:31.280Z Compiling num-conv v0.2.0
21022026-08-20T18:09:31.284Z Compiling tinyvec v1.10.0
21032026-08-20T18:09:31.385Z Compiling anstream v1.0.0
21042026-08-20T18:09:31.402Z Compiling async-trait v0.1.89
21052026-08-20T18:09:31.434Z Compiling time-macros v0.2.27
21062026-08-20T18:09:31.457Z Compiling structmeta-derive v0.3.0
21072026-08-20T18:09:31.624Z Compiling tracing-core v0.1.36
21082026-08-20T18:09:31.751Z Compiling cmov v0.5.4
21092026-08-20T18:09:31.802Z Compiling plain v0.2.3
21102026-08-20T18:09:31.899Z Compiling untrusted v0.7.1
21112026-08-20T18:09:32.021Z Compiling object v0.37.3
21122026-08-20T18:09:32.024Z Compiling tracing v0.1.44
21132026-08-20T18:09:32.053Z Compiling ctutils v0.4.2
21142026-08-20T18:09:32.183Z Compiling http-body v1.0.1
21152026-08-20T18:09:32.328Z Compiling serde_spanned v0.6.9
21162026-08-20T18:09:32.366Z Compiling toml_datetime v0.6.11
21172026-08-20T18:09:32.383Z Compiling pin-project-internal v1.1.11
21182026-08-20T18:09:32.430Z Compiling structmeta v0.3.0
21192026-08-20T18:09:32.498Z Compiling slog v2.8.2
21202026-08-20T18:09:32.532Z Compiling wait-timeout v0.2.1
21212026-08-20T18:09:32.573Z Compiling cookie v0.18.1
21222026-08-20T18:09:32.655Z Compiling tap v1.0.1
21232026-08-20T18:09:32.682Z Compiling tokio-util v0.7.18
21242026-08-20T18:09:32.744Z Compiling openssl-probe v0.2.1
21252026-08-20T18:09:32.785Z Compiling zstd-safe v7.2.4
21262026-08-20T18:09:32.836Z Compiling quick-error v1.2.3
21272026-08-20T18:09:32.931Z Compiling clap_lex v1.0.0
21282026-08-20T18:09:32.946Z Compiling bit-vec v0.8.0
21292026-08-20T18:09:32.970Z Compiling untrusted v0.9.0
21302026-08-20T18:09:33.036Z Compiling rusty-fork v0.3.1
21312026-08-20T18:09:33.120Z Compiling clap_builder v4.6.0
21322026-08-20T18:09:33.255Z Compiling bit-set v0.8.0
21332026-08-20T18:09:33.284Z Compiling wyz v0.5.1
21342026-08-20T18:09:33.443Z Compiling derive-ex v0.1.8
21352026-08-20T18:09:33.563Z Compiling hybrid-array v0.4.13
21362026-08-20T18:09:33.646Z Compiling unicode-normalization v0.1.25
21372026-08-20T18:09:33.696Z Compiling rand_chacha v0.3.1
21382026-08-20T18:09:33.711Z Compiling signature v2.2.0
21392026-08-20T18:09:33.778Z Compiling scroll_derive v0.12.1
21402026-08-20T18:09:33.930Z Compiling rand_xorshift v0.4.0
21412026-08-20T18:09:33.964Z Compiling heapless v0.7.17
21422026-08-20T18:09:34.159Z Compiling num-integer v0.1.46
21432026-08-20T18:09:34.185Z Compiling aho-corasick v1.1.4
21442026-08-20T18:09:34.236Z Compiling atomic-waker v1.1.2
21452026-08-20T18:09:34.239Z Compiling usdt-impl v0.6.0
21462026-08-20T18:09:34.378Z Compiling try-lock v0.2.5
21472026-08-20T18:09:34.452Z Compiling tower-service v0.3.3
21482026-08-20T18:09:34.492Z Compiling signal-hook v0.3.18
21492026-08-20T18:09:34.508Z Compiling tower-layer v0.3.3
21502026-08-20T18:09:34.570Z Compiling anyhow v1.0.104
21512026-08-20T18:09:34.606Z Compiling zlib-rs v0.6.2
21522026-08-20T18:09:34.660Z Compiling rustix v0.38.44
21532026-08-20T18:09:34.676Z Compiling pretty-hex v0.4.1
21542026-08-20T18:09:34.693Z Compiling funty v2.0.0
21552026-08-20T18:09:34.696Z Compiling unarray v0.1.4
21562026-08-20T18:09:34.879Z Compiling proptest v1.11.0
21572026-08-20T18:09:34.962Z Compiling want v0.3.1
21582026-08-20T18:09:34.966Z Compiling test-strategy v0.4.5
21592026-08-20T18:09:35.003Z Compiling h2 v0.4.15
21602026-08-20T18:09:35.138Z Compiling clap v4.6.1
21612026-08-20T18:09:35.186Z Compiling regex-automata v0.4.14
21622026-08-20T18:09:35.190Z Compiling bitvec v1.0.1
21632026-08-20T18:09:35.241Z Compiling num-iter v0.1.45
21642026-08-20T18:09:35.712Z Compiling rand v0.8.6
21652026-08-20T18:09:36.070Z Compiling ipnetwork v0.21.1
21662026-08-20T18:09:36.229Z Compiling lazy_static v1.5.0
21672026-08-20T18:09:36.347Z Compiling scroll v0.13.0
21682026-08-20T18:09:36.522Z Compiling ipnet v2.12.0
21692026-08-20T18:09:36.715Z Compiling snafu-derive v0.8.9
21702026-08-20T18:09:37.029Z Compiling flate2 v1.1.9
21712026-08-20T18:09:37.128Z Compiling strum_macros v0.26.4
21722026-08-20T18:09:37.747Z Compiling darling_core v0.20.11
21732026-08-20T18:09:37.762Z Compiling darling_core v0.23.0
21742026-08-20T18:09:38.451Z Compiling httpdate v1.0.3
21752026-08-20T18:09:38.704Z Compiling nodrop v0.1.14
21762026-08-20T18:09:38.800Z Compiling crc-catalog v2.4.0
21772026-08-20T18:09:38.823Z Compiling foreign-types-shared v0.1.1
21782026-08-20T18:09:38.851Z Compiling winnow v0.5.40
21792026-08-20T18:09:38.944Z Compiling foreign-types v0.3.2
21802026-08-20T18:09:39.033Z Compiling crc v3.4.0
21812026-08-20T18:09:39.060Z Compiling array-init v0.0.4
21822026-08-20T18:09:39.152Z Compiling hyper v1.10.1
21832026-08-20T18:09:39.751Z Compiling newtype-uuid v1.3.2
21842026-08-20T18:09:39.791Z Compiling darling_macro v0.20.11
21852026-08-20T18:09:39.964Z Compiling darling_macro v0.23.0
21862026-08-20T18:09:40.292Z Compiling goblin v0.10.5
21872026-08-20T18:09:40.525Z Compiling toml_edit v0.19.15
21882026-08-20T18:09:40.647Z Compiling oxnet v0.1.6
21892026-08-20T18:09:40.664Z Compiling smallvec v0.6.14
21902026-08-20T18:09:40.955Z Compiling pkcs1 v0.7.5
21912026-08-20T18:09:41.295Z Compiling bitfield v0.19.4
21922026-08-20T18:09:41.335Z Compiling zerocopy v0.6.6
21932026-08-20T18:09:41.520Z Compiling zerocopy-derive v0.7.35
21942026-08-20T18:09:41.588Z Compiling curve25519-dalek v4.1.3
21952026-08-20T18:09:41.866Z Compiling env_filter v2.0.0
21962026-08-20T18:09:42.020Z Compiling memoffset v0.9.1
21972026-08-20T18:09:42.094Z Compiling base64 v0.21.7
21982026-08-20T18:09:42.195Z Compiling owo-colors v4.3.0
21992026-08-20T18:09:42.241Z Compiling smoltcp v0.9.1
22002026-08-20T18:09:42.492Z Compiling ref-cast v1.0.25
22012026-08-20T18:09:42.539Z Compiling hashbrown v0.12.3
22022026-08-20T18:09:42.620Z Compiling litrs v1.0.0
22032026-08-20T18:09:43.046Z Compiling ron v0.8.1
22042026-08-20T18:09:43.124Z Compiling document-features v0.2.12
22052026-08-20T18:09:43.141Z Compiling dof v0.4.0
22062026-08-20T18:09:43.144Z Compiling env_logger v0.11.11
22072026-08-20T18:09:43.268Z Compiling toml v0.7.8
22082026-08-20T18:09:43.521Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22092026-08-20T18:09:43.580Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22102026-08-20T18:09:43.718Z Compiling rsa v0.9.10
22112026-08-20T18:09:43.985Z Compiling daft v0.1.7
22122026-08-20T18:09:44.065Z Compiling serde-hex v0.1.0
22132026-08-20T18:09:44.212Z Compiling bzip2 v0.4.4
22142026-08-20T18:09:44.282Z Compiling hyper-util v0.1.20
22152026-08-20T18:09:44.308Z Compiling darling v0.23.0
22162026-08-20T18:09:44.324Z Compiling darling v0.20.11
22172026-08-20T18:09:44.422Z Compiling hashbrown v0.13.2
22182026-08-20T18:09:44.736Z Compiling x509-cert v0.2.5
22192026-08-20T18:09:44.963Z Compiling dtrace-parser v0.3.0
22202026-08-20T18:09:45.015Z Compiling hmac v0.12.1
22212026-08-20T18:09:45.297Z Compiling async-recursion v1.1.1
22222026-08-20T18:09:45.556Z Compiling sync_wrapper v1.0.2
22232026-08-20T18:09:45.684Z Compiling thread-id v5.1.0
22242026-08-20T18:09:45.704Z Compiling siphasher v1.0.2
22252026-08-20T18:09:45.781Z Compiling powerfmt v0.2.0
22262026-08-20T18:09:45.908Z Compiling cfg_aliases v0.2.1
22272026-08-20T18:09:46.038Z Compiling crc-any v2.5.0
22282026-08-20T18:09:46.294Z Compiling deranged v0.5.8
22292026-08-20T18:09:46.356Z Compiling nix v0.31.2
22302026-08-20T18:09:46.569Z Compiling tower v0.5.3
22312026-08-20T18:09:47.259Z Compiling object v0.30.4
22322026-08-20T18:09:47.324Z Compiling serde_with_macros v3.21.0
22332026-08-20T18:09:47.548Z Compiling derive_builder_core v0.20.2
22342026-08-20T18:09:47.791Z Compiling zip v0.6.6
22352026-08-20T18:09:47.928Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22362026-08-20T18:09:48.311Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22372026-08-20T18:09:48.521Z Compiling bstr v1.12.1
22382026-08-20T18:09:48.574Z Compiling crypto-common v0.2.2
22392026-08-20T18:09:48.617Z Compiling block-buffer v0.12.1
22402026-08-20T18:09:48.912Z Compiling http-body-util v0.1.3
22412026-08-20T18:09:49.125Z Compiling futures-executor v0.3.32
22422026-08-20T18:09:49.147Z Compiling erased-serde v0.3.31
22432026-08-20T18:09:49.366Z Compiling serde_tokenstream v0.2.3
22442026-08-20T18:09:49.522Z Compiling hubpack_derive v0.1.1
22452026-08-20T18:09:49.572Z Compiling curve25519-dalek-derive v0.1.1
22462026-08-20T18:09:49.617Z Compiling ref-cast-impl v1.0.25
22472026-08-20T18:09:49.617Z Compiling strum_macros v0.27.2
22482026-08-20T18:09:49.791Z Compiling fs-err v3.3.0
22492026-08-20T18:09:49.935Z Compiling usdt-impl v0.5.0
22502026-08-20T18:09:49.954Z Compiling unicode-properties v0.1.4
22512026-08-20T18:09:50.008Z Compiling iri-string v0.7.10
22522026-08-20T18:09:50.178Z Compiling path-slash v0.1.5
22532026-08-20T18:09:50.245Z Compiling same-file v1.0.6
22542026-08-20T18:09:50.274Z Compiling num_threads v0.1.7
22552026-08-20T18:09:50.405Z Compiling allocator-api2 v0.2.21
22562026-08-20T18:09:50.443Z Compiling ryu v1.0.23
22572026-08-20T18:09:50.732Z Compiling unicode-bidi v0.3.18
22582026-08-20T18:09:50.798Z Compiling gimli v0.32.3
22592026-08-20T18:09:50.798Z Compiling serde_urlencoded v0.7.1
22602026-08-20T18:09:51.218Z Compiling stringprep v0.1.5
22612026-08-20T18:09:51.365Z Compiling time v0.3.47
22622026-08-20T18:09:51.418Z Compiling walkdir v2.5.0
22632026-08-20T18:09:51.568Z Compiling tower-http v0.6.8
22642026-08-20T18:09:52.455Z Compiling addr2line v0.25.1
22652026-08-20T18:09:52.869Z Compiling futures v0.3.32
22662026-08-20T18:09:53.347Z Compiling derive_builder_macro v0.20.2
22672026-08-20T18:09:53.683Z Compiling tokio-native-tls v0.3.1
22682026-08-20T18:09:53.805Z Compiling strum v0.26.3
22692026-08-20T18:09:53.929Z Compiling block-padding v0.4.2
22702026-08-20T18:09:54.050Z Compiling scroll v0.12.0
22712026-08-20T18:09:54.065Z Compiling pin-project v1.1.11
22722026-08-20T18:09:54.098Z Compiling rustls-native-certs v0.8.3
22732026-08-20T18:09:54.173Z Compiling md-5 v0.10.6
22742026-08-20T18:09:54.206Z Compiling vergen-lib v9.1.0
22752026-08-20T18:09:54.237Z Compiling hash32 v0.2.1
22762026-08-20T18:09:54.261Z Compiling encoding_rs v0.8.35
22772026-08-20T18:09:54.374Z Compiling fallible-iterator v0.2.0
22782026-08-20T18:09:54.399Z Compiling mime v0.3.17
22792026-08-20T18:09:54.487Z Compiling cpufeatures v0.3.0
22802026-08-20T18:09:54.590Z Compiling jiff-core v0.1.0
22812026-08-20T18:09:54.594Z Compiling psl-types v2.0.11
22822026-08-20T18:09:54.646Z Compiling rustc-demangle v0.1.27
22832026-08-20T18:09:54.697Z Compiling postgres-protocol v0.6.10
22842026-08-20T18:09:54.720Z Compiling publicsuffix v2.3.0
22852026-08-20T18:09:54.881Z Compiling goblin v0.8.2
22862026-08-20T18:09:55.191Z Compiling snafu v0.8.9
22872026-08-20T18:09:55.276Z Compiling inout v0.2.2
22882026-08-20T18:09:55.458Z Compiling backtrace v0.3.76
22892026-08-20T18:09:55.527Z Compiling jiff v0.2.34
22902026-08-20T18:09:55.543Z Compiling derive_builder v0.20.2
22912026-08-20T18:09:55.576Z Compiling hyper-tls v0.6.0
22922026-08-20T18:09:55.863Z Compiling usdt-attr-macro v0.6.0
22932026-08-20T18:09:55.886Z Compiling usdt-macro v0.6.0
22942026-08-20T18:09:55.960Z Compiling globset v0.4.18
22952026-08-20T18:09:56.010Z Compiling phf_shared v0.13.1
22962026-08-20T18:09:56.249Z Compiling crossbeam-epoch v0.9.18
22972026-08-20T18:09:56.407Z Compiling zerocopy v0.7.35
22982026-08-20T18:09:56.532Z Compiling regex v1.12.3
22992026-08-20T18:09:56.802Z Compiling serde_plain v1.0.2
23002026-08-20T18:09:56.973Z Compiling enum-as-inner v0.6.1
23012026-08-20T18:09:56.993Z Compiling miette-derive v7.6.0
23022026-08-20T18:09:57.009Z Compiling serde_repr v0.1.20
23032026-08-20T18:09:57.028Z Compiling pem v3.0.6
23042026-08-20T18:09:57.081Z Compiling vergen v9.1.0
23052026-08-20T18:09:57.096Z Compiling cargo-platform v0.3.2
23062026-08-20T18:09:57.287Z Compiling ff v0.13.1
23072026-08-20T18:09:57.348Z Compiling filetime v0.2.27
23082026-08-20T18:09:57.364Z Compiling typed-path v0.9.3
23092026-08-20T18:09:57.447Z Compiling foldhash v0.2.0
23102026-08-20T18:09:57.537Z Compiling libbz2-rs-sys v0.2.2
23112026-08-20T18:09:57.575Z Compiling const-oid v0.10.2
23122026-08-20T18:09:57.703Z Compiling smawk v0.3.2
23132026-08-20T18:09:57.747Z Compiling is_ci v1.2.0
23142026-08-20T18:09:57.892Z Compiling bitflags v1.3.2
23152026-08-20T18:09:57.908Z Compiling unicode-width v0.2.0
23162026-08-20T18:09:57.925Z Compiling bumpalo v3.20.2
23172026-08-20T18:09:57.956Z Compiling base16ct v0.2.0
23182026-08-20T18:09:57.984Z Compiling unicode-segmentation v1.12.0
23192026-08-20T18:09:58.055Z Compiling unicode-linebreak v0.1.5
23202026-08-20T18:09:58.179Z Compiling managed v0.8.0
23212026-08-20T18:09:58.188Z Compiling xattr v1.6.1
23222026-08-20T18:09:58.299Z Compiling foldhash v0.1.5
23232026-08-20T18:09:58.379Z Compiling either v1.15.0
23242026-08-20T18:09:58.394Z Compiling tar v0.4.46
23252026-08-20T18:09:58.504Z Compiling hashbrown v0.15.5
23262026-08-20T18:09:58.717Z Compiling textwrap v0.16.2
23272026-08-20T18:09:58.745Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23282026-08-20T18:09:58.773Z Compiling zopfli v0.8.3
23292026-08-20T18:09:58.875Z Compiling sec1 v0.7.3
23302026-08-20T18:09:59.079Z Compiling bzip2 v0.6.1
23312026-08-20T18:09:59.123Z Compiling supports-color v3.0.2
23322026-08-20T18:09:59.166Z Compiling digest v0.11.3
23332026-08-20T18:09:59.191Z Compiling hashbrown v0.16.1
23342026-08-20T18:09:59.297Z Compiling group v0.13.0
23352026-08-20T18:09:59.330Z Compiling cargo_metadata v0.23.1
23362026-08-20T18:09:59.352Z Compiling dof v0.3.0
23372026-08-20T18:10:00.527Z Compiling phf v0.13.1
23382026-08-20T18:10:00.569Z Compiling zstd v0.13.3
23392026-08-20T18:10:00.708Z Compiling backtrace-ext v0.2.1
23402026-08-20T18:10:00.806Z Compiling reqwest v0.12.28
23412026-08-20T18:10:00.862Z Compiling signal-hook-mio v0.2.5
23422026-08-20T18:10:00.889Z Compiling cipher v0.5.2
23432026-08-20T18:10:00.998Z Compiling cookie_store v0.22.1
23442026-08-20T18:10:01.002Z Compiling postgres-types v0.2.12
23452026-08-20T18:10:01.200Z Compiling strum v0.27.2
23462026-08-20T18:10:01.408Z Compiling hubpack v0.1.2
23472026-08-20T18:10:01.475Z Compiling phf_shared v0.11.3
23482026-08-20T18:10:01.541Z Compiling hkdf v0.12.4
23492026-08-20T18:10:01.587Z Compiling dtrace-parser v0.2.0
23502026-08-20T18:10:01.637Z Compiling byte-wrapper v0.1.0
23512026-08-20T18:10:01.673Z Compiling ed25519 v2.2.3
23522026-08-20T18:10:01.709Z Compiling olpc-cjson v0.1.4
23532026-08-20T18:10:01.990Z Compiling crypto-bigint v0.5.5
23542026-08-20T18:10:02.070Z Compiling serde-big-array v0.5.1
23552026-08-20T18:10:02.186Z Compiling float-cmp v0.10.0
23562026-08-20T18:10:02.238Z Compiling memmap2 v0.9.10
23572026-08-20T18:10:02.346Z Compiling thread-id v4.2.2
23582026-08-20T18:10:02.457Z Compiling supports-unicode v3.0.0
23592026-08-20T18:10:02.542Z Compiling winnow v1.0.3
23602026-08-20T18:10:02.656Z Compiling fixedbitset v0.5.7
23612026-08-20T18:10:02.671Z Compiling data-encoding v2.10.0
23622026-08-20T18:10:02.810Z Compiling whoami v2.1.0
23632026-08-20T18:10:02.814Z Compiling static_assertions v1.1.0
23642026-08-20T18:10:02.919Z Compiling keccak v0.1.6
23652026-08-20T18:10:02.977Z Compiling toml_write v0.1.2
23662026-08-20T18:10:03.028Z Compiling rayon-core v1.13.0
23672026-08-20T18:10:03.164Z Compiling precomputed-hash v0.1.1
23682026-08-20T18:10:03.224Z Compiling difflib v0.4.0
23692026-08-20T18:10:03.240Z Compiling supports-hyperlinks v3.2.0
23702026-08-20T18:10:03.267Z Compiling predicates-core v1.0.10
23712026-08-20T18:10:03.422Z Compiling winnow v0.7.14
23722026-08-20T18:10:03.448Z Compiling normalize-line-endings v0.3.0
23732026-08-20T18:10:03.463Z Compiling fixedbitset v0.4.2
23742026-08-20T18:10:03.621Z Compiling unicode-width v0.1.14
23752026-08-20T18:10:03.680Z Compiling new_debug_unreachable v1.0.6
23762026-08-20T18:10:03.768Z Compiling string_cache v0.8.9
23772026-08-20T18:10:03.927Z Compiling miette v7.6.0
23782026-08-20T18:10:04.002Z Compiling petgraph v0.6.5
23792026-08-20T18:10:04.416Z Compiling predicates v3.1.4
23802026-08-20T18:10:04.701Z Compiling toml_parser v1.1.2+spec-1.1.0
23812026-08-20T18:10:04.734Z Compiling toml_edit v0.22.27
23822026-08-20T18:10:04.990Z Compiling sha3 v0.10.8
23832026-08-20T18:10:05.006Z Compiling tokio-postgres v0.7.16
23842026-08-20T18:10:05.098Z Compiling hickory-proto v0.25.2
23852026-08-20T18:10:05.208Z Compiling elliptic-curve v0.13.8
23862026-08-20T18:10:05.278Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23872026-08-20T18:10:05.501Z Compiling petgraph v0.8.3
23882026-08-20T18:10:05.563Z Compiling usdt v0.6.0
23892026-08-20T18:10:05.839Z Compiling chacha20 v0.10.0
23902026-08-20T18:10:06.525Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23912026-08-20T18:10:07.396Z Compiling ed25519-dalek v2.2.0
23922026-08-20T18:10:08.021Z Compiling crossterm v0.28.1
23932026-08-20T18:10:08.154Z Compiling zip v4.6.1
23942026-08-20T18:10:08.266Z Compiling iddqd v0.4.2
23952026-08-20T18:10:09.048Z Compiling itertools v0.15.0
23962026-08-20T18:10:09.188Z Compiling itertools v0.13.0
23972026-08-20T18:10:09.338Z Compiling heck v0.4.1
23982026-08-20T18:10:09.355Z Compiling similar v2.7.0
23992026-08-20T18:10:09.559Z Compiling serde_with v3.21.0
24002026-08-20T18:10:10.492Z Compiling tokio-stream v0.1.18
24012026-08-20T18:10:10.561Z Compiling buf-list v1.1.2
24022026-08-20T18:10:10.580Z Compiling half v2.7.1
24032026-08-20T18:10:10.692Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24042026-08-20T18:10:10.775Z Compiling openapiv3 v2.2.0
24052026-08-20T18:10:10.953Z Compiling lalrpop-util v0.19.12
24062026-08-20T18:10:11.016Z Compiling ciborium-io v0.2.2
24072026-08-20T18:10:11.416Z Compiling peg-runtime v0.8.5
24082026-08-20T18:10:11.941Z Compiling ciborium-ll v0.2.2
24092026-08-20T18:10:12.917Z Compiling crossbeam-deque v0.8.6
24102026-08-20T18:10:13.416Z Compiling camino-tempfile v1.4.1
24112026-08-20T18:10:13.813Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24122026-08-20T18:10:14.360Z Compiling blake3 v1.8.5
24132026-08-20T18:10:14.490Z Compiling fs-err v2.11.0
24142026-08-20T18:10:16.498Z Compiling rustls-webpki v0.103.13
24152026-08-20T18:10:17.242Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24162026-08-20T18:10:18.536Z Compiling ciborium v0.2.2
24172026-08-20T18:10:19.099Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24182026-08-20T18:10:19.675Z Compiling thread_local v1.1.9
24192026-08-20T18:10:19.772Z Compiling constant_time_eq v0.4.2
24202026-08-20T18:10:19.850Z Compiling arrayvec v0.7.6
24212026-08-20T18:10:19.940Z Compiling arrayref v0.3.9
24222026-08-20T18:10:19.986Z Compiling slog-async v2.8.0
24232026-08-20T18:10:20.107Z Compiling tokio-rustls v0.26.4
24242026-08-20T18:10:20.170Z Compiling rustls-platform-verifier v0.6.2
24252026-08-20T18:10:20.245Z Compiling tough v0.22.0
24262026-08-20T18:10:20.336Z Compiling hyper-rustls v0.27.7
24272026-08-20T18:10:20.366Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24282026-08-20T18:10:20.388Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24292026-08-20T18:10:20.616Z Compiling reqwest v0.13.2
24302026-08-20T18:10:20.651Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24312026-08-20T18:10:20.697Z Compiling toml v0.8.23
24322026-08-20T18:10:20.782Z Compiling atomicwrites v0.4.4
24332026-08-20T18:10:20.999Z Compiling sha2 v0.11.0
24342026-08-20T18:10:21.074Z Compiling digest-io v0.1.0
24352026-08-20T18:10:21.151Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24362026-08-20T18:10:21.237Z Compiling crossbeam-channel v0.5.15
24372026-08-20T18:10:21.378Z Compiling serde_path_to_error v0.1.20
24382026-08-20T18:10:21.481Z Compiling is-terminal v0.4.17
24392026-08-20T18:10:21.608Z Compiling parse-size v1.1.0
24402026-08-20T18:10:21.651Z Compiling debug-ignore v1.0.5
24412026-08-20T18:10:21.683Z Compiling topological-sort v0.2.2
24422026-08-20T18:10:21.774Z Compiling take_mut v0.2.2
24432026-08-20T18:10:21.809Z Compiling term v1.2.1
24442026-08-20T18:10:21.835Z Compiling indent_write v2.2.0
24452026-08-20T18:10:21.862Z Compiling rawzip v0.4.4
24462026-08-20T18:10:21.931Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24472026-08-20T18:10:22.010Z Compiling shell-words v1.1.1
24482026-08-20T18:10:22.272Z Compiling slog-term v2.9.2
24492026-08-20T18:10:23.769Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24502026-08-20T18:10:29.676Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24512026-08-20T18:10:31.740Z Compiling omicron-zone-package v0.12.3
24522026-08-20T18:10:32.057Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24532026-08-20T18:10:32.355Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24542026-08-20T18:10:32.488Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24552026-08-20T18:10:36.961Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24562026-08-20T18:10:49.204Z Finished `release` profile [optimized] target(s) in 1m 30s
24572026-08-20T18:10:49.349Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24582026-08-20T18:10:49.406ZAug 20 18:10:48.263 DEBG changing working directory to /work/oxidecomputer/omicron
24592026-08-20T18:10:49.501ZAug 20 18:10:48.360 DEBG running: git rev-parse HEAD
24602026-08-20T18:10:49.505ZAug 20 18:10:48.362 DEBG process exited with exit status: 0 (2.433612ms)
24612026-08-20T18:10:49.505ZAug 20 18:10:48.362 INFO version: 23.0.0-0.ci+git6a760c915b9
24622026-08-20T18:10:49.512ZAug 20 18:10:48.371 INFO cloning helios to /work/oxidecomputer/helios
24632026-08-20T18:10:49.512ZAug 20 18:10:48.371 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24642026-08-20T18:10:49.517ZCloning into '/work/oxidecomputer/helios'...
24652026-08-20T18:10:50.141ZAug 20 18:10:49.000 DEBG process exited with exit status: 0 (629.243424ms)
24662026-08-20T18:10:50.141ZAug 20 18:10:49.000 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24672026-08-20T18:10:50.144ZAug 20 18:10:49.002 DEBG process exited with exit status: 0 (2.265792ms)
24682026-08-20T18:10:50.144ZAug 20 18:10:49.002 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24692026-08-20T18:10:50.506ZAug 20 18:10:49.364 DEBG process exited with exit status: 0 (362.154533ms)
24702026-08-20T18:10:50.506ZAug 20 18:10:49.364 DEBG running: zfs list rpool/images/build/host
24712026-08-20T18:10:50.509ZNAME USED AVAIL REFER MOUNTPOINT
24722026-08-20T18:10:50.510Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24732026-08-20T18:10:50.513ZAug 20 18:10:49.369 DEBG process exited with exit status: 0 (4.123533ms)
24742026-08-20T18:10:50.513ZAug 20 18:10:49.369 DEBG running: zfs list rpool/images/build/recovery
24752026-08-20T18:10:50.516ZNAME USED AVAIL REFER MOUNTPOINT
24762026-08-20T18:10:50.516Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24772026-08-20T18:10:50.516ZAug 20 18:10:49.372 DEBG process exited with exit status: 0 (3.512983ms)
24782026-08-20T18:10:50.516ZAug 20 18:10:49.372 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
24792026-08-20T18:10:50.528ZAug 20 18:10:49.385 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-20T18:10:50.531ZAug 20 18:10:49.386 INFO [incorp-manifest] running task
24812026-08-20T18:10:50.531ZAug 20 18:10:49.386 INFO [hubris-staging] running task
24822026-08-20T18:10:50.532ZAug 20 18:10:49.386 INFO [hubris-production] running task
24832026-08-20T18:10:50.532ZAug 20 18:10:49.386 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24842026-08-20T18:10:50.532ZAug 20 18:10:49.386 INFO [incorp-create] running: pkgrepo create /work/incorporation
24852026-08-20T18:10:50.532ZAug 20 18:10:49.388 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-20T18:10:50.532ZAug 20 18:10:49.388 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24872026-08-20T18:10:50.570Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24882026-08-20T18:10:50.633Z[ omicron-package] Blocking waiting for file lock on package cache
24892026-08-20T18:10:50.761ZAug 20 18:10:49.620 INFO [incorp-create] process exited with exit status: 0 (233.784616ms)
24902026-08-20T18:10:50.765ZAug 20 18:10:49.620 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24912026-08-20T18:10:50.981ZAug 20 18:10:49.839 INFO [incorp-publisher] process exited with exit status: 0 (219.120774ms)
24922026-08-20T18:10:51.331Z[ omicron-package] Blocking waiting for file lock on package cache
24932026-08-20T18:10:51.712ZAug 20 18:10:50.570 INFO [hubris-production] task succeeded (1.184637592s)
24942026-08-20T18:10:52.460ZAug 20 18:10:51.319 DEBG process exited with exit status: 0 (1.932726995s)
24952026-08-20T18:10:52.464ZAug 20 18:10:51.319 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24962026-08-20T18:10:52.622Z[ omicron-package] Compiling macaddr v1.0.1
24972026-08-20T18:10:52.622Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24982026-08-20T18:10:52.626Z[ omicron-package] Compiling secrecy v0.10.3
24992026-08-20T18:10:52.627Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25002026-08-20T18:10:52.627Z[ omicron-package] Compiling heapless v0.8.0
25012026-08-20T18:10:52.627Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25022026-08-20T18:10:52.627Z[ omicron-package] Compiling ingot-macros v0.2.0
25032026-08-20T18:10:52.627Z[ omicron-package] Compiling hash32 v0.3.1
25042026-08-20T18:10:52.627Z[ omicron-package] Compiling inout v0.1.4
25052026-08-20T18:10:52.627Z[ omicron-package] Compiling multer v3.1.0
25062026-08-20T18:10:52.627Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25072026-08-20T18:10:52.627Z[ omicron-package] Compiling match_cfg v0.1.0
25082026-08-20T18:10:52.627Z[ omicron-package] Compiling compression-core v0.4.31
25092026-08-20T18:10:52.627Z[ omicron-package] Compiling smoltcp v0.11.0
25102026-08-20T18:10:52.627Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25112026-08-20T18:10:52.627Z[ omicron-package] Compiling slog-json v2.6.1
25122026-08-20T18:10:53.313Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25132026-08-20T18:10:53.316Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25142026-08-20T18:10:53.524Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25152026-08-20T18:10:53.641Z[ omicron-package] Compiling cipher v0.4.4
25162026-08-20T18:10:53.773Z[ omicron-package] Compiling cobs v0.3.0
25172026-08-20T18:10:53.863Z[ omicron-package] Compiling universal-hash v0.5.1
25182026-08-20T18:10:53.953Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25192026-08-20T18:10:53.986Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25202026-08-20T18:10:54.012Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25212026-08-20T18:10:54.063Z[ omicron-package] Compiling compression-codecs v0.4.37
25222026-08-20T18:10:54.064Z[ omicron-package] Compiling hostname v0.3.1
25232026-08-20T18:10:54.102Z[ omicron-package] Compiling dropshot v0.17.1
25242026-08-20T18:10:54.179Z[ omicron-package] Compiling serde_spanned v1.1.1
25252026-08-20T18:10:54.179Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25262026-08-20T18:10:54.210Z[ omicron-package] Compiling async-stream-impl v0.3.6
25272026-08-20T18:10:54.213Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25282026-08-20T18:10:54.213Z[ omicron-package] Compiling convert_case v0.4.0
25292026-08-20T18:10:54.302Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25302026-08-20T18:10:54.329Z[ omicron-package] Compiling opaque-debug v0.3.1
25312026-08-20T18:10:54.401Z[ omicron-package] Compiling async-compression v0.4.41
25322026-08-20T18:10:54.517Z[ omicron-package] Compiling num_enum_derive v0.7.6
25332026-08-20T18:10:54.522Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25342026-08-20T18:10:54.597Z[ omicron-package] Compiling derive_more v0.99.20
25352026-08-20T18:10:54.601Z[ omicron-package] Compiling slog-bunyan v2.5.0
25362026-08-20T18:10:54.601Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25372026-08-20T18:10:54.601Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25382026-08-20T18:10:54.601Z[ omicron-package] Compiling poly1305 v0.8.0
25392026-08-20T18:10:54.908ZAug 20 18:10:53.766 DEBG process exited with exit status: 0 (2.447716715s)
25402026-08-20T18:10:54.915ZAug 20 18:10:53.773 INFO [incorp-manifest] task succeeded (4.387427365s)
25412026-08-20T18:10:54.915ZAug 20 18:10:53.773 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25422026-08-20T18:10:54.931Z[ omicron-package] Compiling postcard v1.1.3
25432026-08-20T18:10:54.974Z[ omicron-package] Compiling chacha20 v0.9.1
25442026-08-20T18:10:55.101Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25452026-08-20T18:10:55.160ZAug 20 18:10:53.998 INFO [incorp-fmt] process exited with exit status: 0 (225.026569ms)
25462026-08-20T18:10:55.165ZAug 20 18:10:53.998 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25472026-08-20T18:10:55.165Z[ omicron-package] Compiling async-stream v0.3.6
25482026-08-20T18:10:55.208Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25492026-08-20T18:10:55.211Z[ omicron-package] Compiling sha1 v0.11.0
25502026-08-20T18:10:55.243Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25512026-08-20T18:10:55.318Z[ omicron-package] Compiling progenitor-client v0.14.0
25522026-08-20T18:10:55.419Z[ omicron-package] Compiling parse-display-derive v0.10.0
25532026-08-20T18:10:55.458Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260820T181054Z
25542026-08-20T18:10:55.458Z[ incorp-pkgsend] PUBLISHED
25552026-08-20T18:10:55.470Z[ omicron-package] Compiling waitgroup v0.1.2
25562026-08-20T18:10:55.504Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25572026-08-20T18:10:55.521ZAug 20 18:10:54.380 INFO [incorp-pkgsend] process exited with exit status: 0 (381.265497ms)
25582026-08-20T18:10:55.524ZAug 20 18:10:54.380 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25592026-08-20T18:10:55.553Z[ omicron-package] Compiling backon v1.6.0
25602026-08-20T18:10:55.574Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25612026-08-20T18:10:55.682Z[ omicron-package] Compiling password-hash v0.5.0
25622026-08-20T18:10:55.786Z[ helios-incorp] Retrieving packages for publisher helios ...
25632026-08-20T18:10:55.790Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25642026-08-20T18:10:55.813Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25652026-08-20T18:10:55.813Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25662026-08-20T18:10:55.818Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25672026-08-20T18:10:55.821Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25682026-08-20T18:10:55.821Z[ helios-incorp]
25692026-08-20T18:10:55.822Z[ helios-incorp] Archiving packages ...
25702026-08-20T18:10:55.822Z[ helios-incorp] Packages to add: 1
25712026-08-20T18:10:55.822Z[ helios-incorp] Files to retrieve: 0
25722026-08-20T18:10:55.822Z[ helios-incorp] Estimated transfer size: 0.00 B
25732026-08-20T18:10:55.822Z[ helios-incorp]
25742026-08-20T18:10:55.822Z[ helios-incorp] Packages to archive:
25752026-08-20T18:10:55.822Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260820T181054Z
25762026-08-20T18:10:55.822Z[ helios-incorp]
25772026-08-20T18:10:55.822Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25782026-08-20T18:10:55.822Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25792026-08-20T18:10:55.881Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25802026-08-20T18:10:55.888ZAug 20 18:10:54.747 INFO [helios-incorp] process exited with exit status: 0 (366.599087ms)
25812026-08-20T18:10:55.947Z[ omicron-package] Compiling blake2 v0.10.6
25822026-08-20T18:10:55.969Z[ omicron-package] Compiling aead v0.5.2
25832026-08-20T18:10:55.969Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25842026-08-20T18:10:56.069Z[ omicron-package] Compiling proc-macro-error v1.0.4
25852026-08-20T18:10:56.226Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25862026-08-20T18:10:56.281Z[ omicron-package] Compiling hostname v0.4.2
25872026-08-20T18:10:56.338Z[ omicron-package] Compiling instant v0.1.13
25882026-08-20T18:10:56.430Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25892026-08-20T18:10:56.459Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25902026-08-20T18:10:56.523Z[ omicron-package] Compiling backoff v0.4.0
25912026-08-20T18:10:56.644Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25922026-08-20T18:10:56.649Z[ omicron-package] Compiling argon2 v0.5.3
25932026-08-20T18:10:56.778Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25942026-08-20T18:10:56.801Z[ omicron-package] Compiling num_enum_derive v0.5.11
25952026-08-20T18:10:56.836Z[ omicron-package] Compiling progenitor-extras v0.2.0
25962026-08-20T18:10:56.857Z[ omicron-package] Compiling ingot-types v0.2.0
25972026-08-20T18:10:56.888Z[ omicron-package] Compiling num_enum v0.7.6
25982026-08-20T18:10:56.932Z[ omicron-package] Compiling vsss-rs v3.3.4
25992026-08-20T18:10:57.058Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26002026-08-20T18:10:57.164Z[ omicron-package] Compiling parse-display v0.10.0
26012026-08-20T18:10:57.223Z[ omicron-package] Compiling foreign-types v0.5.0
26022026-08-20T18:10:57.227Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26032026-08-20T18:10:57.256Z[ omicron-package] Compiling regress v0.10.5
26042026-08-20T18:10:57.321Z[ omicron-package] Compiling itertools v0.14.0
26052026-08-20T18:10:57.400Z[ omicron-package] Compiling ingot v0.2.1
26062026-08-20T18:10:57.444Z[ omicron-package] Compiling tabwriter v1.4.1
26072026-08-20T18:10:57.487Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26082026-08-20T18:10:57.792Z[ omicron-package] Compiling cstr-argument v0.1.2
26092026-08-20T18:10:57.833Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26102026-08-20T18:10:57.943Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26112026-08-20T18:10:57.993Z[ omicron-package] Compiling humantime v2.3.0
26122026-08-20T18:10:58.044Z[ omicron-package] Compiling num_enum v0.5.11
26132026-08-20T18:10:58.065Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26142026-08-20T18:10:58.113Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26152026-08-20T18:10:58.236Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26162026-08-20T18:10:58.345Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26172026-08-20T18:10:58.396Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26182026-08-20T18:10:58.453Z[ omicron-package] Compiling rayon v1.11.0
26192026-08-20T18:10:58.503Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26202026-08-20T18:10:58.640Z[ omicron-package] Compiling rand v0.10.1
26212026-08-20T18:10:58.688Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26222026-08-20T18:10:58.738Z[ omicron-package] Compiling colored v3.1.1
26232026-08-20T18:10:58.791Z[ omicron-package] Compiling libefi-sys v0.1.0
26242026-08-20T18:10:58.836Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26252026-08-20T18:10:58.839Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26262026-08-20T18:10:58.923Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26272026-08-20T18:10:58.951Z[ omicron-package] Compiling itertools v0.12.1
26282026-08-20T18:10:59.190Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26292026-08-20T18:10:59.225Z[ omicron-package] Compiling usdt-macro v0.5.0
26302026-08-20T18:10:59.293Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26312026-08-20T18:10:59.332Z[ omicron-package] Compiling sigpipe v0.1.3
26322026-08-20T18:10:59.464Z[ omicron-package] Compiling memmap v0.7.0
26332026-08-20T18:10:59.483Z[ omicron-package] Compiling bitfield-struct v0.6.2
26342026-08-20T18:10:59.488Z[ omicron-package] Compiling num-derive v0.4.2
26352026-08-20T18:10:59.556Z[ omicron-package] Compiling glob v0.3.3
26362026-08-20T18:10:59.577Z[ omicron-package] Compiling swrite v0.1.0
26372026-08-20T18:10:59.752Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26382026-08-20T18:10:59.797Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26392026-08-20T18:11:00.275Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26402026-08-20T18:11:00.275Z[ omicron-package] Compiling usdt v0.5.0
26412026-08-20T18:11:00.318Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26422026-08-20T18:11:00.530Z[ omicron-package] Compiling zone v0.3.1
26432026-08-20T18:11:00.565Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26442026-08-20T18:11:00.640Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26452026-08-20T18:11:00.864Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26462026-08-20T18:11:00.928Z[ omicron-package] Compiling smf v0.2.3
26472026-08-20T18:11:01.134Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26482026-08-20T18:11:01.195Z[ omicron-package] Compiling whoami v1.6.1
26492026-08-20T18:11:01.237Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26502026-08-20T18:11:01.297Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26512026-08-20T18:11:01.331Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26522026-08-20T18:11:01.460Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26532026-08-20T18:11:01.637Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26542026-08-20T18:11:01.667Z[ omicron-package] Compiling gethostname v0.5.0
26552026-08-20T18:11:01.720Z[ omicron-package] Compiling console v0.16.2
26562026-08-20T18:11:01.724Z[ omicron-package] Compiling unit-prefix v0.5.2
26572026-08-20T18:11:01.874Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26582026-08-20T18:11:02.214Z[ omicron-package] Compiling indicatif v0.18.4
26592026-08-20T18:11:03.255Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26602026-08-20T18:11:05.721Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26612026-08-20T18:11:06.178Z[ helios-setup] Aug 20 18:11:05.033 INFO helios repository root is: /work/oxidecomputer/helios
26622026-08-20T18:11:06.183Z[ helios-setup] Aug 20 18:11:05.035 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
26632026-08-20T18:11:06.183Z[ helios-setup] Aug 20 18:11:05.035 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
26642026-08-20T18:11:06.183Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26652026-08-20T18:11:07.054ZAug 20 18:11:05.913 INFO [hubris-staging] task succeeded (16.526911851s)
26662026-08-20T18:11:07.115Z[ helios-setup] Aug 20 18:11:05.971 INFO clone ok!, project: amd-host-image-builder
26672026-08-20T18:11:07.115Z[ helios-setup] Aug 20 18:11:05.971 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
26682026-08-20T18:11:07.120Z[ helios-setup] Aug 20 18:11:05.971 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26692026-08-20T18:11:07.120Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26702026-08-20T18:11:07.729Z[ helios-setup] Aug 20 18:11:06.587 INFO clone ok!, project: phbl
26712026-08-20T18:11:07.733Z[ helios-setup] Aug 20 18:11:06.588 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26722026-08-20T18:11:07.734Z[ helios-setup] Aug 20 18:11:06.588 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
26732026-08-20T18:11:07.734Z[ helios-setup] Aug 20 18:11:06.588 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26742026-08-20T18:11:07.734Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26752026-08-20T18:11:08.386Z[ helios-setup] Aug 20 18:11:07.245 INFO clone ok!, project: pinprick
26762026-08-20T18:11:08.387Z[ helios-setup] Aug 20 18:11:07.245 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
26772026-08-20T18:11:08.392Z[ helios-setup] Aug 20 18:11:07.245 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26782026-08-20T18:11:08.392Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26792026-08-20T18:11:14.722Z[ helios-setup] Aug 20 18:11:13.553 INFO clone ok!, project: amd-firmware
26802026-08-20T18:11:14.722Z[ helios-setup] Aug 20 18:11:13.553 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
26812026-08-20T18:11:14.727Z[ helios-setup] Aug 20 18:11:13.553 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26822026-08-20T18:11:14.727Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26832026-08-20T18:11:14.757Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26842026-08-20T18:11:15.749Z[ helios-setup] Aug 20 18:11:14.607 INFO clone ok!, project: pilot
26852026-08-20T18:11:15.754Z[ helios-setup] Aug 20 18:11:14.607 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26862026-08-20T18:11:15.754Z[ helios-setup] Aug 20 18:11:14.607 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
26872026-08-20T18:11:15.755Z[ helios-setup] Aug 20 18:11:14.607 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26882026-08-20T18:11:15.755Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26892026-08-20T18:11:16.939Z[ helios-setup] Aug 20 18:11:15.795 INFO clone ok!, project: image-builder
26902026-08-20T18:11:16.940Z[ helios-setup] Aug 20 18:11:15.795 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
26912026-08-20T18:11:16.943Z[ helios-setup] Aug 20 18:11:15.795 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26922026-08-20T18:11:16.943Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26932026-08-20T18:11:17.507Z[ helios-setup] Aug 20 18:11:16.365 INFO clone ok!, project: bootserver
26942026-08-20T18:11:17.511Z[ helios-setup] Aug 20 18:11:16.365 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26952026-08-20T18:11:17.511Z[ helios-setup] Aug 20 18:11:16.365 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
26962026-08-20T18:11:17.511Z[ helios-setup] Aug 20 18:11:16.365 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26972026-08-20T18:11:17.511Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26982026-08-20T18:11:18.045Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26992026-08-20T18:11:19.212Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27002026-08-20T18:11:19.857Z[ helios-setup] Aug 20 18:11:18.715 INFO clone ok!, project: chelsio-t6-roms
27012026-08-20T18:11:19.857Z[ helios-setup] Aug 20 18:11:18.715 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
27022026-08-20T18:11:19.861Z[ helios-setup] Aug 20 18:11:18.715 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27032026-08-20T18:11:19.861Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27042026-08-20T18:11:20.788Z[ helios-setup] Aug 20 18:11:19.646 INFO clone ok!, project: dmar-report
27052026-08-20T18:11:20.792Z[ helios-setup] Aug 20 18:11:19.646 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27062026-08-20T18:11:21.021Z[ helios-setup] Aug 20 18:11:19.879 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27072026-08-20T18:11:21.235Z[ helios-setup] Aug 20 18:11:20.093 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27082026-08-20T18:11:21.235Z[ helios-setup] Aug 20 18:11:20.093 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27092026-08-20T18:11:21.441Z[ helios-setup] Aug 20 18:11:20.299 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27102026-08-20T18:11:21.651Z[ helios-setup] Aug 20 18:11:20.509 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27112026-08-20T18:11:21.651Z[ helios-setup] Aug 20 18:11:20.509 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27122026-08-20T18:11:21.857Z[ helios-setup] Aug 20 18:11:20.715 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27132026-08-20T18:11:22.063Z[ helios-setup] Aug 20 18:11:20.921 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27142026-08-20T18:11:22.064Z[ helios-setup] Aug 20 18:11:20.921 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27152026-08-20T18:11:22.068Z[ helios-setup] Aug 20 18:11:20.921 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27162026-08-20T18:11:22.068Z[ helios-setup] Aug 20 18:11:20.921 INFO ok!
27172026-08-20T18:11:22.068Z[ helios-setup] Aug 20 18:11:20.921 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27182026-08-20T18:11:22.068Z[ helios-setup] Aug 20 18:11:20.921 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27192026-08-20T18:11:22.068Z[ helios-setup] Aug 20 18:11:20.921 INFO ok!
27202026-08-20T18:11:22.068Z[ helios-setup] Aug 20 18:11:20.921 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27212026-08-20T18:11:22.068Z[ helios-setup] Aug 20 18:11:20.921 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27222026-08-20T18:11:22.068Z[ helios-setup] Aug 20 18:11:20.921 INFO ok!
27232026-08-20T18:11:22.068Z[ helios-setup] Aug 20 18:11:20.921 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
27242026-08-20T18:11:22.092Z[ helios-setup] Aug 20 18:11:20.950 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')"
27252026-08-20T18:11:22.092Z[ helios-setup] Aug 20 18:11:20.950 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
27262026-08-20T18:11:22.095Z[ helios-setup] Aug 20 18:11:20.950 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
27272026-08-20T18:11:22.204Z[ helios-setup] Aug 20 18:11:21.062 INFO E| Updating crates.io index
27282026-08-20T18:11:22.207Z[ helios-setup] Aug 20 18:11:21.062 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
27292026-08-20T18:11:22.665Z[ helios-setup] Aug 20 18:11:21.518 INFO E| From https://github.com/oxidecomputer/amd-apcb
27302026-08-20T18:11:22.666Z[ helios-setup] Aug 20 18:11:21.518 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
27312026-08-20T18:11:22.675Z[ helios-setup] Aug 20 18:11:21.529 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
27322026-08-20T18:11:23.044Z[ helios-setup] Aug 20 18:11:21.901 INFO E| From https://github.com/oxidecomputer/amd-efs
27332026-08-20T18:11:23.044Z[ helios-setup] Aug 20 18:11:21.901 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
27342026-08-20T18:11:23.249Z[ helios-setup] Aug 20 18:11:22.107 INFO E| Downloading crates ...
27352026-08-20T18:11:23.299Z[ helios-setup] Aug 20 18:11:22.157 INFO E| Downloaded heck v0.3.3
27362026-08-20T18:11:23.307Z[ helios-setup] Aug 20 18:11:22.165 INFO E| Downloaded ansi_term v0.12.1
27372026-08-20T18:11:23.321Z[ helios-setup] Aug 20 18:11:22.180 INFO E| Downloaded thiserror v2.0.12
27382026-08-20T18:11:23.325Z[ helios-setup] Aug 20 18:11:22.183 INFO E| Downloaded unic-ucd-version v0.9.0
27392026-08-20T18:11:23.335Z[ helios-setup] Aug 20 18:11:22.193 INFO E| Downloaded rustversion v1.0.20
27402026-08-20T18:11:23.338Z[ helios-setup] Aug 20 18:11:22.197 INFO E| Downloaded strum v0.27.1
27412026-08-20T18:11:23.342Z[ helios-setup] Aug 20 18:11:22.198 INFO E| Downloaded unic-char-property v0.9.0
27422026-08-20T18:11:23.342Z[ helios-setup] Aug 20 18:11:22.198 INFO E| Downloaded unic-common v0.9.0
27432026-08-20T18:11:23.342Z[ helios-setup] Aug 20 18:11:22.200 INFO E| Downloaded unic-ucd-ident v0.9.0
27442026-08-20T18:11:23.349Z[ helios-setup] Aug 20 18:11:22.207 INFO E| Downloaded four-cc v0.4.0
27452026-08-20T18:11:23.352Z[ helios-setup] Aug 20 18:11:22.211 INFO E| Downloaded strsim v0.8.0
27462026-08-20T18:11:23.356Z[ helios-setup] Aug 20 18:11:22.214 INFO E| Downloaded parse_int v0.9.0
27472026-08-20T18:11:23.360Z[ helios-setup] Aug 20 18:11:22.217 INFO E| Downloaded itoa v1.0.15
27482026-08-20T18:11:23.364Z[ helios-setup] Aug 20 18:11:22.219 INFO E| Downloaded log v0.4.27
27492026-08-20T18:11:23.375Z[ helios-setup] Aug 20 18:11:22.233 INFO E| Downloaded dyn-clone v1.0.19
27502026-08-20T18:11:23.378Z[ helios-setup] Aug 20 18:11:22.237 INFO E| Downloaded fletcher v1.0.0
27512026-08-20T18:11:23.381Z[ helios-setup] Aug 20 18:11:22.238 INFO E| Downloaded unic-char-range v0.9.0
27522026-08-20T18:11:23.384Z[ helios-setup] Aug 20 18:11:22.242 INFO E| Downloaded modular-bitfield-impl v0.11.2
27532026-08-20T18:11:23.384Z[ helios-setup] Aug 20 18:11:22.242 INFO E| Downloaded textwrap v0.11.0
27542026-08-20T18:11:23.388Z[ helios-setup] Aug 20 18:11:22.246 INFO E| Downloaded autocfg v1.4.0
27552026-08-20T18:11:23.391Z[ helios-setup] Aug 20 18:11:22.249 INFO E| Downloaded bytesize v2.0.1
27562026-08-20T18:11:23.391Z[ helios-setup] Aug 20 18:11:22.250 INFO E| Downloaded thiserror-impl v2.0.12
27572026-08-20T18:11:23.394Z[ helios-setup] Aug 20 18:11:22.251 INFO E| Downloaded vec_map v0.8.2
27582026-08-20T18:11:23.401Z[ helios-setup] Aug 20 18:11:22.254 INFO E| Downloaded quote v1.0.40
27592026-08-20T18:11:23.405Z[ helios-setup] Aug 20 18:11:22.264 INFO E| Downloaded pest_derive v2.8.0
27602026-08-20T18:11:23.409Z[ helios-setup] Aug 20 18:11:22.265 INFO E| Downloaded pest_generator v2.8.0
27612026-08-20T18:11:23.413Z[ helios-setup] Aug 20 18:11:22.271 INFO E| Downloaded modular-bitfield-impl v0.13.1
27622026-08-20T18:11:23.416Z[ helios-setup] Aug 20 18:11:22.275 INFO E| Downloaded ryu v1.0.20
27632026-08-20T18:11:23.420Z[ helios-setup] Aug 20 18:11:22.277 INFO E| Downloaded pest_meta v2.8.0
27642026-08-20T18:11:23.424Z[ helios-setup] Aug 20 18:11:22.280 INFO E| Downloaded structopt-derive v0.4.18
27652026-08-20T18:11:23.427Z[ helios-setup] Aug 20 18:11:22.283 INFO E| Downloaded proc-macro2 v1.0.95
27662026-08-20T18:11:23.427Z[ helios-setup] Aug 20 18:11:22.285 INFO E| Downloaded modular-bitfield v0.11.2
27672026-08-20T18:11:23.432Z[ helios-setup] Aug 20 18:11:22.291 INFO E| Downloaded unicode-ident v1.0.18
27682026-08-20T18:11:23.436Z[ helios-setup] Aug 20 18:11:22.292 INFO E| Downloaded strum_macros v0.27.1
27692026-08-20T18:11:23.440Z[ helios-setup] Aug 20 18:11:22.297 INFO E| Downloaded modular-bitfield v0.13.1
27702026-08-20T18:11:23.447Z[ helios-setup] Aug 20 18:11:22.306 INFO E| Downloaded structopt v0.3.26
27712026-08-20T18:11:23.451Z[ helios-setup] Aug 20 18:11:22.310 INFO E| Downloaded typenum v1.18.0
27722026-08-20T18:11:23.455Z[ helios-setup] Aug 20 18:11:22.312 INFO E| Downloaded serde_derive v1.0.219
27732026-08-20T18:11:23.455Z[ helios-setup] Aug 20 18:11:22.313 INFO E| Downloaded memchr v2.7.4
27742026-08-20T18:11:23.459Z[ helios-setup] Aug 20 18:11:22.318 INFO E| Downloaded serde v1.0.219
27752026-08-20T18:11:23.463Z[ helios-setup] Aug 20 18:11:22.320 INFO E| Downloaded zerocopy-derive v0.8.25
27762026-08-20T18:11:23.475Z[ helios-setup] Aug 20 18:11:22.333 INFO E| Downloaded pest v2.8.0
27772026-08-20T18:11:23.504Z[ helios-setup] Aug 20 18:11:22.361 INFO E| Downloaded serde_json v1.0.140
27782026-08-20T18:11:23.513Z[ helios-setup] Aug 20 18:11:22.371 INFO E| Downloaded clap v2.34.0
27792026-08-20T18:11:23.521Z[ helios-setup] Aug 20 18:11:22.380 INFO E| Downloaded goblin v0.9.3
27802026-08-20T18:11:23.539Z[ helios-setup] Aug 20 18:11:22.397 INFO E| Downloaded syn v2.0.101
27812026-08-20T18:11:23.544Z[ helios-setup] Aug 20 18:11:22.403 INFO E| Downloaded zerocopy v0.8.25
27822026-08-20T18:11:23.575Z[ helios-setup] Aug 20 18:11:22.432 INFO E| Downloaded libc v0.2.172
27832026-08-20T18:11:23.621Z[ helios-setup] Aug 20 18:11:22.479 INFO E| Compiling proc-macro2 v1.0.95
27842026-08-20T18:11:23.624Z[ helios-setup] Aug 20 18:11:22.479 INFO E| Compiling unicode-ident v1.0.18
27852026-08-20T18:11:23.624Z[ helios-setup] Aug 20 18:11:22.479 INFO E| Compiling memchr v2.7.4
27862026-08-20T18:11:23.624Z[ helios-setup] Aug 20 18:11:22.479 INFO E| Compiling thiserror v2.0.12
27872026-08-20T18:11:23.624Z[ helios-setup] Aug 20 18:11:22.479 INFO E| Compiling autocfg v1.4.0
27882026-08-20T18:11:23.624Z[ helios-setup] Aug 20 18:11:22.479 INFO E| Compiling serde v1.0.219
27892026-08-20T18:11:23.624Z[ helios-setup] Aug 20 18:11:22.479 INFO E| Compiling syn v1.0.109
27902026-08-20T18:11:23.625Z[ helios-setup] Aug 20 18:11:22.479 INFO E| Compiling version_check v0.9.5
27912026-08-20T18:11:23.625Z[ helios-setup] Aug 20 18:11:22.479 INFO E| Compiling serde_json v1.0.140
27922026-08-20T18:11:23.625Z[ helios-setup] Aug 20 18:11:22.479 INFO E| Compiling ryu v1.0.20
27932026-08-20T18:11:23.625Z[ helios-setup] Aug 20 18:11:22.479 INFO E| Compiling schemars v0.8.22
27942026-08-20T18:11:23.625Z[ helios-setup] Aug 20 18:11:22.479 INFO E| Compiling itoa v1.0.15
27952026-08-20T18:11:23.643Z[ helios-setup] Aug 20 18:11:22.501 INFO E| Compiling paste v1.0.15
27962026-08-20T18:11:23.646Z[ helios-setup] Aug 20 18:11:22.502 INFO E| Compiling libc v0.2.172
27972026-08-20T18:11:23.647Z[ helios-setup] Aug 20 18:11:22.502 INFO E| Compiling dyn-clone v1.0.19
27982026-08-20T18:11:23.647Z[ helios-setup] Aug 20 18:11:22.502 INFO E| Compiling ucd-trie v0.1.7
27992026-08-20T18:11:23.779Z[ helios-setup] Aug 20 18:11:22.637 INFO E| Compiling static_assertions v1.1.0
28002026-08-20T18:11:23.824Z[ helios-setup] Aug 20 18:11:22.682 INFO E| Compiling rustversion v1.0.20
28012026-08-20T18:11:23.841Z[ helios-setup] Aug 20 18:11:22.699 INFO E| Compiling zerocopy v0.8.25
28022026-08-20T18:11:23.883Z[ helios-setup] Aug 20 18:11:22.742 INFO E| Compiling once_cell v1.21.3
28032026-08-20T18:11:23.895Z[ helios-setup] Aug 20 18:11:22.753 INFO E| Compiling heck v0.5.0
28042026-08-20T18:11:23.974Z[ helios-setup] Aug 20 18:11:22.832 INFO E| Compiling unicode-width v0.1.14
28052026-08-20T18:11:23.990Z[ helios-setup] Aug 20 18:11:22.848 INFO E| Compiling proc-macro-error-attr v1.0.4
28062026-08-20T18:11:24.008Z[ helios-setup] Aug 20 18:11:22.866 INFO E| Compiling proc-macro-error v1.0.4
28072026-08-20T18:11:24.043Z[ helios-setup] Aug 20 18:11:22.902 INFO E| Compiling num-traits v0.2.19
28082026-08-20T18:11:24.051Z[ helios-setup] Aug 20 18:11:22.907 INFO E| Compiling memoffset v0.9.1
28092026-08-20T18:11:24.136Z[ helios-setup] Aug 20 18:11:22.931 INFO E| Compiling unicode-segmentation v1.12.0
28102026-08-20T18:11:24.136Z[ helios-setup] Aug 20 18:11:22.941 INFO E| Compiling unic-char-range v0.9.0
28112026-08-20T18:11:24.142Z[ helios-setup] Aug 20 18:11:23.000 INFO E| Compiling vec_map v0.8.2
28122026-08-20T18:11:24.179Z[ helios-setup] Aug 20 18:11:23.037 INFO E| Compiling strum v0.27.1
28132026-08-20T18:11:24.228Z[ helios-setup] Aug 20 18:11:23.086 INFO E| Compiling textwrap v0.11.0
28142026-08-20T18:11:24.233Z[ helios-setup] Aug 20 18:11:23.091 INFO E| Compiling ansi_term v0.12.1
28152026-08-20T18:11:24.276Z[ helios-setup] Aug 20 18:11:23.132 INFO E| Compiling fletcher v1.0.0
28162026-08-20T18:11:24.282Z[ helios-setup] Aug 20 18:11:23.140 INFO E| Compiling bitflags v1.3.2
28172026-08-20T18:11:24.295Z[ helios-setup] Aug 20 18:11:23.152 INFO E| Compiling byteorder v1.5.0
28182026-08-20T18:11:24.342Z[ helios-setup] Aug 20 18:11:23.201 INFO E| Compiling strsim v0.8.0
28192026-08-20T18:11:24.357Z[ helios-setup] Aug 20 18:11:23.213 INFO E| Compiling unic-common v0.9.0
28202026-08-20T18:11:24.363Z[ helios-setup] Aug 20 18:11:23.219 INFO E| Compiling unic-char-property v0.9.0
28212026-08-20T18:11:24.374Z[ helios-setup] Aug 20 18:11:23.227 INFO E| Compiling log v0.4.27
28222026-08-20T18:11:24.385Z[ helios-setup] Aug 20 18:11:23.242 INFO E| Compiling atty v0.2.14
28232026-08-20T18:11:24.453Z[ helios-setup] Aug 20 18:11:23.298 INFO E| Compiling heck v0.3.3
28242026-08-20T18:11:24.466Z[ helios-setup] Aug 20 18:11:23.318 INFO E| Compiling unic-ucd-version v0.9.0
28252026-08-20T18:11:24.475Z[ helios-setup] Aug 20 18:11:23.333 INFO E| Compiling clap v2.34.0
28262026-08-20T18:11:24.500Z[ helios-setup] Aug 20 18:11:23.348 INFO E| Compiling plain v0.2.3
28272026-08-20T18:11:24.505Z[ helios-setup] Aug 20 18:11:23.348 INFO E| Compiling lazy_static v1.5.0
28282026-08-20T18:11:24.505Z[ helios-setup] Aug 20 18:11:23.358 INFO E| Compiling bytesize v2.0.1
28292026-08-20T18:11:24.529Z[ helios-setup] Aug 20 18:11:23.381 INFO E| Compiling unic-ucd-ident v0.9.0
28302026-08-20T18:11:24.623Z[ helios-setup] Aug 20 18:11:23.481 INFO E| Compiling quote v1.0.40
28312026-08-20T18:11:24.781Z[ helios-setup] Aug 20 18:11:23.640 INFO E| Compiling syn v2.0.101
28322026-08-20T18:11:25.009Z[ helios-setup] Aug 20 18:11:23.867 INFO E| Compiling parse_int v0.9.0
28332026-08-20T18:11:26.580Z[ helios-setup] Aug 20 18:11:25.438 INFO E| Compiling modular-bitfield-impl v0.11.2
28342026-08-20T18:11:26.580Z[ helios-setup] Aug 20 18:11:25.438 INFO E| Compiling structopt-derive v0.4.18
28352026-08-20T18:11:26.779Z[ helios-setup] Aug 20 18:11:25.637 INFO E| Compiling serde_derive_internals v0.29.1
28362026-08-20T18:11:27.305Z[ helios-setup] Aug 20 18:11:26.163 INFO E| Compiling thiserror-impl v2.0.12
28372026-08-20T18:11:27.305Z[ helios-setup] Aug 20 18:11:26.163 INFO E| Compiling serde_derive v1.0.219
28382026-08-20T18:11:27.305Z[ helios-setup] Aug 20 18:11:26.163 INFO E| Compiling zerocopy-derive v0.8.25
28392026-08-20T18:11:27.309Z[ helios-setup] Aug 20 18:11:26.163 INFO E| Compiling num-derive v0.4.2
28402026-08-20T18:11:27.309Z[ helios-setup] Aug 20 18:11:26.163 INFO E| Compiling modular-bitfield-impl v0.13.1
28412026-08-20T18:11:27.310Z[ helios-setup] Aug 20 18:11:26.163 INFO E| Compiling strum_macros v0.27.1
28422026-08-20T18:11:27.311Z[ helios-setup] Aug 20 18:11:26.163 INFO E| Compiling scroll_derive v0.12.1
28432026-08-20T18:11:27.375Z[ helios-setup] Aug 20 18:11:26.233 INFO E| Compiling schemars_derive v0.8.22
28442026-08-20T18:11:27.696Z[ helios-setup] Aug 20 18:11:26.552 INFO E| Compiling modular-bitfield v0.11.2
28452026-08-20T18:11:27.737Z[ helios-setup] Aug 20 18:11:26.582 INFO E| Compiling structopt v0.3.26
28462026-08-20T18:11:28.245Z[ helios-setup] Aug 20 18:11:27.103 INFO E| Compiling scroll v0.12.0
28472026-08-20T18:11:28.534Z[ helios-setup] Aug 20 18:11:27.392 INFO E| Compiling goblin v0.9.3
28482026-08-20T18:11:28.812Z[ helios-setup] Aug 20 18:11:27.670 INFO E| Compiling modular-bitfield v0.13.1
28492026-08-20T18:11:28.912Z[ helios-setup] Aug 20 18:11:27.770 INFO E| Compiling pest v2.8.0
28502026-08-20T18:11:29.877Z[ helios-setup] Aug 20 18:11:28.735 INFO E| Compiling pest_meta v2.8.0
28512026-08-20T18:11:30.326Z[ omicron-package] Finished `release` profile [optimized] target(s) in 39.79s
28522026-08-20T18:11:30.386Z[ helios-setup] Aug 20 18:11:29.244 INFO E| Compiling pest_generator v2.8.0
28532026-08-20T18:11:30.566Z[ omicron-package]
28542026-08-20T18:11:30.566Z[ omicron-package] real 39.971379882
28552026-08-20T18:11:30.566Z[ omicron-package] user 3:49.876978173
28562026-08-20T18:11:30.566Z[ omicron-package] sys 27.027295357
28572026-08-20T18:11:30.570Z[ omicron-package] trap 0.431296570
28582026-08-20T18:11:30.570Z[ omicron-package] tflt 0.665025245
28592026-08-20T18:11:30.571Z[ omicron-package] dflt 2.389397674
28602026-08-20T18:11:30.571Z[ omicron-package] kflt 0.000345960
28612026-08-20T18:11:30.571Z[ omicron-package] lock 11:15.263284567
28622026-08-20T18:11:30.571Z[ omicron-package] slp 6:02.238118798
28632026-08-20T18:11:30.571Z[ omicron-package] lat 48.145250668
28642026-08-20T18:11:30.571Z[ omicron-package] stop 1:44.951691507
28652026-08-20T18:11:30.571ZAug 20 18:11:29.425 INFO [omicron-package] process exited with exit status: 0 (40.037290791s)
28662026-08-20T18:11:30.571ZAug 20 18:11:29.425 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28672026-08-20T18:11:30.571ZAug 20 18:11:29.425 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28682026-08-20T18:11:30.576Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28692026-08-20T18:11:30.576Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28702026-08-20T18:11:30.580Z[ host-target] Created new build target 'host' and set it as active
28712026-08-20T18:11:30.581Z[ recovery-target] Created new build target 'recovery' and set it as active
28722026-08-20T18:11:30.581ZAug 20 18:11:29.438 INFO [host-target] process exited with exit status: 0 (13.012979ms)
28732026-08-20T18:11:30.581ZAug 20 18:11:29.438 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28742026-08-20T18:11:30.585ZAug 20 18:11:29.439 INFO [recovery-target] process exited with exit status: 0 (14.061631ms)
28752026-08-20T18:11:30.588Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28762026-08-20T18:11:30.847Z[ helios-setup] Aug 20 18:11:29.705 INFO E| Compiling pest_derive v2.8.0
28772026-08-20T18:11:31.366Z[ helios-setup] Aug 20 18:11:30.224 INFO E| Compiling json5 v0.4.1
28782026-08-20T18:11:32.207Z[ host-package] Compiling heck v0.5.0
28792026-08-20T18:11:32.212Z[ host-package] Compiling regress v0.11.1
28802026-08-20T18:11:32.416Z[ host-package] Compiling unsafe-libyaml v0.2.11
28812026-08-20T18:11:32.439Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
28822026-08-20T18:11:32.469Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28832026-08-20T18:11:32.469Z[ host-package] Compiling derive-where v1.6.0
28842026-08-20T18:11:32.469Z[ host-package] Compiling bytecount v0.6.9
28852026-08-20T18:11:32.531Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
28862026-08-20T18:11:32.536Z[ host-package] Compiling atomicwrites v0.4.4
28872026-08-20T18:11:32.536Z[ host-package] Compiling is-terminal v0.4.17
28882026-08-20T18:11:32.536Z[ host-package] Compiling prettyplease v0.2.37
28892026-08-20T18:11:32.536Z[ host-package] Compiling newline-converter v0.3.0
28902026-08-20T18:11:32.551Z[ host-package] Compiling console v0.15.11
28912026-08-20T18:11:32.567Z[ helios-setup] Aug 20 18:11:31.425 INFO E| Compiling four-cc v0.4.0
28922026-08-20T18:11:32.567Z[ helios-setup] Aug 20 18:11:31.425 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
28932026-08-20T18:11:32.617Z[ host-package] Compiling slog-dtrace v0.3.0
28942026-08-20T18:11:32.620Z[ host-package] Compiling resolv-conf v0.7.6
28952026-08-20T18:11:32.725Z[ helios-setup] Aug 20 18:11:31.579 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
28962026-08-20T18:11:32.840Z[ host-package] Compiling cancel-safe-futures v0.1.5
28972026-08-20T18:11:32.876Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
28982026-08-20T18:11:32.898Z[ host-package] Compiling num-rational v0.4.2
28992026-08-20T18:11:32.959Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
29002026-08-20T18:11:33.015Z[ host-package] Compiling num-complex v0.4.6
29012026-08-20T18:11:33.096Z[ host-package] Compiling thread_local v1.1.9
29022026-08-20T18:11:33.163Z[ host-package] Compiling expectorate v1.2.0
29032026-08-20T18:11:33.248Z[ host-package] Compiling match_cfg v0.1.0
29042026-08-20T18:11:33.350Z[ host-package] Compiling compression-core v0.4.31
29052026-08-20T18:11:33.390Z[ host-package] Compiling slog-async v2.8.0
29062026-08-20T18:11:33.469Z[ host-package] Compiling hostname v0.3.1
29072026-08-20T18:11:33.474Z[ host-package] Compiling multer v3.1.0
29082026-08-20T18:11:33.492Z[ host-package] Compiling num v0.4.3
29092026-08-20T18:11:33.607Z[ host-package] Compiling crossbeam-channel v0.5.15
29102026-08-20T18:11:33.611Z[ host-package] Compiling compression-codecs v0.4.37
29112026-08-20T18:11:33.652Z[ host-package] Compiling slog-json v2.6.1
29122026-08-20T18:11:33.676Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
29132026-08-20T18:11:33.729Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29142026-08-20T18:11:33.839Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
29152026-08-20T18:11:33.870Z[ host-package] Compiling oxide-update-engine-types v0.1.2
29162026-08-20T18:11:33.921Z[ host-package] Compiling serde_spanned v1.1.1
29172026-08-20T18:11:33.948Z[ host-package] Compiling linear-map v1.2.0
29182026-08-20T18:11:33.979Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
29192026-08-20T18:11:34.015Z[ host-package] Compiling typify-impl v0.6.2
29202026-08-20T18:11:34.018Z[ host-package] Compiling take_mut v0.2.2
29212026-08-20T18:11:34.081Z[ host-package] Compiling term v1.2.1
29222026-08-20T18:11:34.104Z[ host-package] Compiling float-ord v0.3.2
29232026-08-20T18:11:34.104Z[ host-package] Compiling linked-hash-map v0.5.6
29242026-08-20T18:11:34.147Z[ host-package] Compiling async-compression v0.4.41
29252026-08-20T18:11:34.270Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29262026-08-20T18:11:34.270Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
29272026-08-20T18:11:34.270Z[ host-package] Compiling slog-bunyan v2.5.0
29282026-08-20T18:11:34.495Z[ host-package] Compiling slog-term v2.9.2
29292026-08-20T18:11:34.542Z[ host-package] Compiling lru-cache v0.1.2
29302026-08-20T18:11:34.623Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29312026-08-20T18:11:34.628Z[ host-package] Compiling dropshot v0.17.1
29322026-08-20T18:11:34.718Z[ host-package] Compiling async-stream v0.3.6
29332026-08-20T18:11:34.743Z[ host-package] Compiling progenitor-client v0.14.0
29342026-08-20T18:11:34.766Z[ host-package] Compiling sha1 v0.11.0
29352026-08-20T18:11:34.790Z[ host-package] Compiling waitgroup v0.1.2
29362026-08-20T18:11:34.794Z[ host-package] Compiling rustls-pemfile v2.2.0
29372026-08-20T18:11:34.917Z[ host-package] Compiling backon v1.6.0
29382026-08-20T18:11:35.010Z[ host-package] Compiling hostname v0.4.2
29392026-08-20T18:11:35.037Z[ host-package] Compiling serde_path_to_error v0.1.20
29402026-08-20T18:11:35.082Z[ host-package] Compiling instant v0.1.13
29412026-08-20T18:11:35.119Z[ host-package] Compiling debug-ignore v1.0.5
29422026-08-20T18:11:35.159Z[ host-package] Compiling oxide-update-engine v0.1.2
29432026-08-20T18:11:35.199Z[ host-package] Compiling minimal-lexical v0.2.1
29442026-08-20T18:11:35.204Z[ host-package] Compiling backoff v0.4.0
29452026-08-20T18:11:35.246Z[ host-package] Compiling progenitor-extras v0.2.0
29462026-08-20T18:11:35.280Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29472026-08-20T18:11:35.423Z[ host-package] Compiling nom v7.1.3
29482026-08-20T18:11:35.506Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29492026-08-20T18:11:35.549Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
29502026-08-20T18:11:35.583Z[ host-package] Compiling parse-display v0.10.0
29512026-08-20T18:11:35.643Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29522026-08-20T18:11:35.656Z[ host-package] Compiling hickory-proto v0.24.4
29532026-08-20T18:11:35.991Z[ host-package] Compiling regress v0.10.5
29542026-08-20T18:11:36.403Z[ host-package] Compiling itertools v0.14.0
29552026-08-20T18:11:36.500Z[ host-package] Compiling macaddr v1.0.1
29562026-08-20T18:11:36.784Z[ host-package] Compiling humantime v2.3.0
29572026-08-20T18:11:36.923Z[ host-package] Compiling unicode-xid v0.2.6
29582026-08-20T18:11:37.013Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29592026-08-20T18:11:37.127Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29602026-08-20T18:11:37.197Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29612026-08-20T18:11:37.254Z[ host-package] Compiling convert_case v0.10.0
29622026-08-20T18:11:37.297Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29632026-08-20T18:11:37.518Z[ host-package] Compiling toml v0.8.23
29642026-08-20T18:11:37.569Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29652026-08-20T18:11:37.603Z[ host-package] Compiling derive_more-impl v2.1.1
29662026-08-20T18:11:37.659Z[ host-package] Compiling typify-macro v0.6.2
29672026-08-20T18:11:37.927Z[ host-package] Compiling papergrid v0.11.0
29682026-08-20T18:11:38.077Z[ host-package] Compiling tabled_derive v0.7.0
29692026-08-20T18:11:38.140Z[ host-package] Compiling termtree v0.5.1
29702026-08-20T18:11:38.445Z[ host-package] Compiling hickory-resolver v0.24.4
29712026-08-20T18:11:38.469Z[ host-package] Compiling phf_shared v0.12.1
29722026-08-20T18:11:38.500Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29732026-08-20T18:11:38.607Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29742026-08-20T18:11:38.797Z[ host-package] Compiling derive_more v2.1.1
29752026-08-20T18:11:38.915Z[ host-package] Compiling crossterm v0.29.0
29762026-08-20T18:11:39.110Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29772026-08-20T18:11:39.170Z[ host-package] Compiling tabled v0.15.0
29782026-08-20T18:11:39.342Z[ host-package] Compiling typify v0.6.2
29792026-08-20T18:11:39.576Z[ host-package] Compiling progenitor-impl v0.14.0
29802026-08-20T18:11:40.348Z[ host-package] Compiling qorb v0.4.1
29812026-08-20T18:11:40.433Z[ host-package] Compiling vte v0.14.1
29822026-08-20T18:11:40.723Z[ host-package] Compiling csv-core v0.1.13
29832026-08-20T18:11:41.229Z[ host-package] Compiling chrono-tz v0.10.4
29842026-08-20T18:11:41.466Z[ host-package] Compiling highway v1.3.0
29852026-08-20T18:11:42.272Z[ host-package] Compiling progenitor-macro v0.14.0
29862026-08-20T18:11:42.283Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29872026-08-20T18:11:43.277Z[ host-package] Compiling csv v1.4.0
29882026-08-20T18:11:43.642Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29892026-08-20T18:11:43.844Z[ host-package] Compiling phf v0.12.1
29902026-08-20T18:11:43.972Z[ host-package] Compiling const_format_proc_macros v0.2.34
29912026-08-20T18:11:44.076Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29922026-08-20T18:11:44.267Z[ host-package] Compiling fd-lock v4.0.4
29932026-08-20T18:11:44.350Z[ host-package] Compiling peg-macros v0.8.5
29942026-08-20T18:11:44.446Z[ host-package] Compiling nu-ansi-term v0.50.3
29952026-08-20T18:11:44.786Z[ host-package] Compiling reedline v0.40.0
29962026-08-20T18:11:44.854Z[ host-package] Compiling const_format v0.2.35
29972026-08-20T18:11:45.130Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29982026-08-20T18:11:45.151Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
29992026-08-20T18:11:45.675Z[ host-package] Compiling peg v0.8.5
30002026-08-20T18:11:45.787Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30012026-08-20T18:11:46.031Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30022026-08-20T18:11:46.452Z[ host-package] Compiling progenitor v0.14.0
30032026-08-20T18:11:46.616Z[ helios-setup] Aug 20 18:11:45.472 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
30042026-08-20T18:11:46.758Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30052026-08-20T18:11:47.023Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30062026-08-20T18:11:47.058Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30072026-08-20T18:11:47.313Z[ host-package] Compiling bcs v0.1.6
30082026-08-20T18:11:47.605Z[ host-package] Compiling nom v8.0.0
30092026-08-20T18:11:47.784Z[ host-package] Compiling semver v0.1.20
30102026-08-20T18:11:48.151Z[ host-package] Compiling rustc_version v0.1.7
30112026-08-20T18:11:48.402Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
30122026-08-20T18:11:48.436Z[ host-package] Compiling newtype_derive v0.1.6
30132026-08-20T18:11:48.725Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
30142026-08-20T18:11:48.794Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30152026-08-20T18:11:49.089Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30162026-08-20T18:11:49.609Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30172026-08-20T18:11:49.683Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
30182026-08-20T18:11:49.769Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30192026-08-20T18:11:50.070Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30202026-08-20T18:11:50.372Z[ helios-setup] Aug 20 18:11:49.221 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
30212026-08-20T18:11:50.511Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30222026-08-20T18:11:50.844Z[ host-package] Compiling steno v0.4.1
30232026-08-20T18:11:51.112Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
30242026-08-20T18:11:51.947Z[ host-package] Compiling sha1 v0.10.6
30252026-08-20T18:11:52.006Z[ host-package] Compiling tagptr v0.2.0
30262026-08-20T18:11:52.204Z[ host-package] Compiling utf-8 v0.7.6
30272026-08-20T18:11:52.252Z[ host-package] Compiling moka v0.12.13
30282026-08-20T18:11:52.422Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30292026-08-20T18:11:52.455Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
30302026-08-20T18:11:52.671Z[ host-package] Compiling tungstenite v0.21.0
30312026-08-20T18:11:53.044Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30322026-08-20T18:11:53.266Z[ host-package] Compiling darling_core v0.21.3
30332026-08-20T18:11:53.726Z[ host-package] Compiling hickory-resolver v0.25.2
30342026-08-20T18:11:54.887Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30352026-08-20T18:11:55.645Z[ host-package] Compiling tokio-tungstenite v0.21.0
30362026-08-20T18:11:55.859Z[ host-package] Compiling darling_macro v0.21.3
30372026-08-20T18:11:55.907Z[ host-package] Compiling display-error-chain v0.2.2
30382026-08-20T18:11:55.999Z[ host-package] Compiling libscf-sys v1.2.0
30392026-08-20T18:11:56.175Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30402026-08-20T18:11:56.252Z[ host-package] Compiling vergen-lib v0.1.6
30412026-08-20T18:11:56.257Z[ host-package] Compiling diesel_derives v2.3.7
30422026-08-20T18:11:56.583Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30432026-08-20T18:11:56.650Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30442026-08-20T18:11:56.732Z[ host-package] Compiling darling v0.21.3
30452026-08-20T18:11:57.006Z[ host-package] Compiling dsl_auto_type v0.2.0
30462026-08-20T18:11:57.290Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30472026-08-20T18:11:57.767Z[ host-package] Compiling vergen-gitcl v1.0.8
30482026-08-20T18:11:57.939Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30492026-08-20T18:11:58.146Z[ host-package] Compiling dirs-sys-next v0.1.2
30502026-08-20T18:11:58.196Z[ host-package] Compiling crunchy v0.2.4
30512026-08-20T18:11:58.278Z[ host-package] Compiling glob v0.3.3
30522026-08-20T18:11:58.572Z[ host-package] Compiling maplit v1.0.2
30532026-08-20T18:11:58.643Z[ host-package] Compiling dirs-next v2.0.0
30542026-08-20T18:11:58.724Z[ host-package] Compiling clang-sys v1.8.1
30552026-08-20T18:11:58.729Z[ host-package] Compiling r2d2 v0.8.10
30562026-08-20T18:11:58.901Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30572026-08-20T18:11:58.939Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30582026-08-20T18:11:59.091Z[ host-package] Compiling papergrid v0.18.0
30592026-08-20T18:11:59.232Z[ host-package] Compiling xshell-macros v0.2.7
30602026-08-20T18:11:59.282Z[ host-package] Compiling tiny-keccak v2.0.2
30612026-08-20T18:11:59.501Z[ host-package] Compiling downcast-rs v2.0.2
30622026-08-20T18:11:59.632Z[ host-package] Compiling xshell v0.2.7
30632026-08-20T18:11:59.910Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30642026-08-20T18:12:00.313Z[ host-package] Compiling term v0.7.0
30652026-08-20T18:12:00.400Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30662026-08-20T18:12:00.509Z[ host-package] Compiling tabled v0.21.0
30672026-08-20T18:12:00.839Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30682026-08-20T18:12:00.878Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30692026-08-20T18:12:00.929Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30702026-08-20T18:12:00.986Z[ host-package] Compiling bit-vec v0.6.3
30712026-08-20T18:12:01.294Z[ host-package] Compiling bit-set v0.5.3
30722026-08-20T18:12:01.353Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30732026-08-20T18:12:01.422Z[ host-package] Compiling ascii-canvas v3.0.0
30742026-08-20T18:12:01.540Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30752026-08-20T18:12:01.816Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30762026-08-20T18:12:01.947Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30772026-08-20T18:12:02.277Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30782026-08-20T18:12:02.436Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30792026-08-20T18:12:02.632Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30802026-08-20T18:12:02.660Z[ host-package] Compiling itertools v0.10.5
30812026-08-20T18:12:02.782Z[ host-package] Compiling ena v0.14.4
30822026-08-20T18:12:02.817Z[ host-package] Compiling libloading v0.8.9
30832026-08-20T18:12:02.899Z[ host-package] Compiling unicase v2.9.0
30842026-08-20T18:12:03.019Z[ helios-setup] Aug 20 18:12:01.872 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.89s
30852026-08-20T18:12:03.052Z[ host-package] Compiling regex-syntax v0.6.29
30862026-08-20T18:12:03.070Z[ helios-setup] Aug 20 18:12:01.908 INFO building project "amd-host-image-builder" ok (40 seconds)
30872026-08-20T18:12:03.071Z[ helios-setup] Aug 20 18:12:01.908 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
30882026-08-20T18:12:03.162Z[ host-package] Compiling diff v0.1.13
30892026-08-20T18:12:03.211Z[ host-package] Compiling bindgen v0.71.1
30902026-08-20T18:12:03.673Z[ host-package] Compiling diesel v2.3.7
30912026-08-20T18:12:03.941Z[ host-package] Compiling cexpr v0.6.0
30922026-08-20T18:12:03.974Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30932026-08-20T18:12:04.225Z[ host-package] Compiling crc8 v0.1.1
30942026-08-20T18:12:04.330Z[ host-package] Compiling rustc-hash v2.1.1
30952026-08-20T18:12:04.488Z[ host-package] Compiling lalrpop v0.19.12
30962026-08-20T18:12:04.688Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30972026-08-20T18:12:04.855Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30982026-08-20T18:12:05.001Z[ host-package] Compiling headers-core v0.3.0
30992026-08-20T18:12:05.140Z[ host-package] Compiling libxml v0.3.3
31002026-08-20T18:12:05.236Z[ host-package] Compiling headers v0.4.1
31012026-08-20T18:12:05.538Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31022026-08-20T18:12:05.812Z[ host-package] Compiling strum_macros v0.24.3
31032026-08-20T18:12:06.046Z[ host-package] Compiling indoc v1.0.9
31042026-08-20T18:12:06.744Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31052026-08-20T18:12:06.770Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31062026-08-20T18:12:06.770Z[ host-package] Compiling derive_builder v0.20.2
31072026-08-20T18:12:06.770Z[ host-package] Compiling quick-xml v0.37.5
31082026-08-20T18:12:06.770Z[ host-package] Compiling oso-derive v0.27.3
31092026-08-20T18:12:06.827Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31102026-08-20T18:12:06.870Z[ host-package] Compiling openssl-probe v0.1.6
31112026-08-20T18:12:07.256Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31122026-08-20T18:12:07.308Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31132026-08-20T18:12:07.427Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31142026-08-20T18:12:08.199Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31152026-08-20T18:12:08.221Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31162026-08-20T18:12:08.271Z[ host-package] Compiling bb8 v0.8.6
31172026-08-20T18:12:08.492Z[ host-package] Compiling trait-variant v0.1.2
31182026-08-20T18:12:08.613Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
31192026-08-20T18:12:08.759Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31202026-08-20T18:12:08.785Z[ host-package] Compiling half v1.8.3
31212026-08-20T18:12:08.921Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
31222026-08-20T18:12:09.096Z[ host-package] Compiling serde_cbor v0.11.2
31232026-08-20T18:12:09.145Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
31242026-08-20T18:12:09.168Z[ host-package] Compiling proc-macro-error2 v2.0.1
31252026-08-20T18:12:09.289Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31262026-08-20T18:12:09.530Z[ host-package] Compiling hashbrown v0.14.5
31272026-08-20T18:12:09.555Z[ host-package] Compiling rfc6979 v0.4.0
31282026-08-20T18:12:10.108Z[ host-package] Compiling salty v0.3.0
31292026-08-20T18:12:10.138Z[ host-package] Compiling ecdsa v0.16.9
31302026-08-20T18:12:10.138Z[ host-package] Compiling knus-derive v3.4.0
31312026-08-20T18:12:10.235Z[ host-package] Compiling chumsky v0.9.3
31322026-08-20T18:12:10.408Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31332026-08-20T18:12:10.541Z[ host-package] Compiling samael v0.0.19
31342026-08-20T18:12:10.616Z[ host-package] Compiling progenitor-impl v0.13.0
31352026-08-20T18:12:10.648Z[ host-package] Compiling primeorder v0.13.6
31362026-08-20T18:12:11.007Z[ host-package] Compiling nonempty v0.12.0
31372026-08-20T18:12:11.258Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31382026-08-20T18:12:11.680Z[ host-package] Compiling knus v3.4.0
31392026-08-20T18:12:11.751Z[ host-package] Compiling p384 v0.13.1
31402026-08-20T18:12:12.825Z[ host-package] Compiling polar-core v0.27.3
31412026-08-20T18:12:12.894Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31422026-08-20T18:12:16.646Z[ host-package] Compiling progenitor-macro v0.13.0
31432026-08-20T18:12:16.647Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31442026-08-20T18:12:16.647Z[ host-package] Compiling progenitor-client v0.13.0
31452026-08-20T18:12:16.683Z[ host-package] Compiling fxhash v0.2.1
31462026-08-20T18:12:16.683Z[ host-package] Compiling libz-sys v1.1.24
31472026-08-20T18:12:16.683Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
31482026-08-20T18:12:16.683Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
31492026-08-20T18:12:16.683Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31502026-08-20T18:12:16.684Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31512026-08-20T18:12:16.684Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31522026-08-20T18:12:16.684Z[ host-package] Compiling kstat-rs v0.2.5
31532026-08-20T18:12:17.223Z[ host-package] Compiling mime_guess v2.0.5
31542026-08-20T18:12:17.598Z[ host-package] Compiling progenitor v0.13.0
31552026-08-20T18:12:17.878Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31562026-08-20T18:12:18.301Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31572026-08-20T18:12:18.896Z[ host-package] Compiling nanorand v0.7.0
31582026-08-20T18:12:19.372Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31592026-08-20T18:12:19.521Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
31602026-08-20T18:12:20.123Z[ host-package] Compiling parking_lot_core v0.8.6
31612026-08-20T18:12:20.503Z[ host-package] Compiling flume v0.11.1
31622026-08-20T18:12:20.577Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31632026-08-20T18:12:21.024Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31642026-08-20T18:12:21.217Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31652026-08-20T18:12:21.331Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31662026-08-20T18:12:21.893Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31672026-08-20T18:12:22.011Z[ host-package] Compiling git-stub v1.0.0
31682026-08-20T18:12:22.289Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31692026-08-20T18:12:22.394Z[ host-package] Compiling http-range v0.1.5
31702026-08-20T18:12:22.599Z[ host-package] Compiling oso v0.27.3
31712026-08-20T18:12:22.666Z[ host-package] Compiling corncobs v0.1.4
31722026-08-20T18:12:22.799Z[ host-package] Compiling strsim v0.10.0
31732026-08-20T18:12:22.935Z[ host-package] Compiling instability v0.3.11
31742026-08-20T18:12:23.273Z[ host-package] Compiling diesel-dtrace v0.5.0
31752026-08-20T18:12:23.613Z[ host-package] Compiling async-bb8-diesel v0.2.1
31762026-08-20T18:12:24.105Z[ host-package] Compiling darling_core v0.13.4
31772026-08-20T18:12:24.125Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31782026-08-20T18:12:24.786Z[ helios-setup] Aug 20 18:12:23.644 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')"
31792026-08-20T18:12:24.786Z[ helios-setup] Aug 20 18:12:23.644 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
31802026-08-20T18:12:24.795Z[ helios-setup] Aug 20 18:12:23.653 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
31812026-08-20T18:12:24.795Z[ helios-setup] Aug 20 18:12:23.653 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
31822026-08-20T18:12:24.799Z[ helios-setup] Aug 20 18:12:23.653 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
31832026-08-20T18:12:24.987Z[ helios-setup] Aug 20 18:12:23.844 INFO E| Downloading crates ...
31842026-08-20T18:12:25.027Z[ helios-setup] Aug 20 18:12:23.884 INFO E| Downloaded adler2 v2.0.0
31852026-08-20T18:12:25.038Z[ helios-setup] Aug 20 18:12:23.896 INFO E| Downloaded miniz_oxide v0.8.8
31862026-08-20T18:12:25.049Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31872026-08-20T18:12:25.087Z[ helios-setup] Aug 20 18:12:23.938 INFO E| Compiling adler2 v2.0.0
31882026-08-20T18:12:25.174Z[ helios-setup] Aug 20 18:12:24.032 INFO E| Compiling miniz_oxide v0.8.8
31892026-08-20T18:12:25.999Z[ host-package] Compiling git-stub-vcs v0.1.0
31902026-08-20T18:12:26.424Z[ helios-setup] Aug 20 18:12:25.282 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
31912026-08-20T18:12:26.776Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31922026-08-20T18:12:26.906Z[ helios-setup] Aug 20 18:12:25.744 INFO E| Finished `release` profile [optimized] target(s) in 2.07s
31932026-08-20T18:12:26.916Z[ helios-setup] Aug 20 18:12:25.755 INFO building project "pinprick" ok (2 seconds)
31942026-08-20T18:12:26.916Z[ helios-setup] Aug 20 18:12:25.755 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
31952026-08-20T18:12:26.916Z[ helios-setup] Aug 20 18:12:25.763 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
31962026-08-20T18:12:26.916Z[ helios-setup] Aug 20 18:12:25.763 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
31972026-08-20T18:12:26.916Z[ helios-setup] Aug 20 18:12:25.763 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
31982026-08-20T18:12:27.015Z[ helios-setup] Aug 20 18:12:25.873 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
31992026-08-20T18:12:27.566Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32002026-08-20T18:12:27.586Z[ helios-setup] Aug 20 18:12:26.437 INFO E| From https://github.com/jclulow/hiercmd
32012026-08-20T18:12:27.586Z[ helios-setup] Aug 20 18:12:26.437 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
32022026-08-20T18:12:27.592Z[ helios-setup] Aug 20 18:12:26.450 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
32032026-08-20T18:12:27.960Z[ host-package] Compiling ignore v0.4.25
32042026-08-20T18:12:28.029Z[ helios-setup] Aug 20 18:12:26.887 INFO E| From https://github.com/oxidecomputer/network-interface
32052026-08-20T18:12:28.029Z[ helios-setup] Aug 20 18:12:26.887 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
32062026-08-20T18:12:28.042Z[ helios-setup] Aug 20 18:12:26.900 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
32072026-08-20T18:12:28.739Z[ helios-setup] Aug 20 18:12:27.597 INFO E| From https://github.com/oxidecomputer/boot-image-tools
32082026-08-20T18:12:28.739Z[ helios-setup] Aug 20 18:12:27.597 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
32092026-08-20T18:12:28.759Z[ helios-setup] Aug 20 18:12:27.614 INFO E| Updating crates.io index
32102026-08-20T18:12:29.038Z[ helios-setup] Aug 20 18:12:27.896 INFO E| Downloading crates ...
32112026-08-20T18:12:29.089Z[ helios-setup] Aug 20 18:12:27.947 INFO E| Downloaded futures-macro v0.3.31
32122026-08-20T18:12:29.093Z[ helios-setup] Aug 20 18:12:27.950 INFO E| Downloaded deranged v0.5.5
32132026-08-20T18:12:29.096Z[ helios-setup] Aug 20 18:12:27.951 INFO E| Downloaded getrandom v0.2.16
32142026-08-20T18:12:29.096Z[ helios-setup] Aug 20 18:12:27.953 INFO E| Downloaded bitflags v2.10.0
32152026-08-20T18:12:29.103Z[ helios-setup] Aug 20 18:12:27.961 INFO E| Downloaded typenum v1.19.0
32162026-08-20T18:12:29.107Z[ helios-setup] Aug 20 18:12:27.963 INFO E| Downloaded bitfield-macros v0.19.3
32172026-08-20T18:12:29.107Z[ helios-setup] Aug 20 18:12:27.964 INFO E| Downloaded futures-task v0.3.31
32182026-08-20T18:12:29.110Z[ helios-setup] Aug 20 18:12:27.967 INFO E| Downloaded generic-array v0.14.9
32192026-08-20T18:12:29.110Z[ helios-setup] Aug 20 18:12:27.968 INFO E| Downloaded thiserror v2.0.17
32202026-08-20T18:12:29.119Z[ helios-setup] Aug 20 18:12:27.976 INFO E| Downloaded devinfo v0.1.0
32212026-08-20T18:12:29.123Z[ helios-setup] Aug 20 18:12:27.977 INFO E| Downloaded anstyle v1.0.13
32222026-08-20T18:12:29.123Z[ helios-setup] Aug 20 18:12:27.978 INFO E| Downloaded bitfield v0.19.3
32232026-08-20T18:12:29.123Z[ helios-setup] Aug 20 18:12:27.979 INFO E| Downloaded proc-macro2 v1.0.103
32242026-08-20T18:12:29.126Z[ helios-setup] Aug 20 18:12:27.982 INFO E| Downloaded futures-io v0.3.31
32252026-08-20T18:12:29.126Z[ helios-setup] Aug 20 18:12:27.983 INFO E| Downloaded clap_lex v0.7.6
32262026-08-20T18:12:29.127Z[ helios-setup] Aug 20 18:12:27.984 INFO E| Downloaded futures-sink v0.3.31
32272026-08-20T18:12:29.133Z[ helios-setup] Aug 20 18:12:27.991 INFO E| Downloaded anstyle-query v1.1.4
32282026-08-20T18:12:29.137Z[ helios-setup] Aug 20 18:12:27.992 INFO E| Downloaded crc v3.3.0
32292026-08-20T18:12:29.152Z[ helios-setup] Aug 20 18:12:28.010 INFO E| Downloaded futures-core v0.3.31
32302026-08-20T18:12:29.156Z[ helios-setup] Aug 20 18:12:28.014 INFO E| Downloaded pin-utils v0.1.0
32312026-08-20T18:12:29.163Z[ helios-setup] Aug 20 18:12:28.021 INFO E| Downloaded env_filter v0.1.4
32322026-08-20T18:12:29.166Z[ helios-setup] Aug 20 18:12:28.022 INFO E| Downloaded getopts v0.2.24
32332026-08-20T18:12:29.166Z[ helios-setup] Aug 20 18:12:28.023 INFO E| Downloaded env_logger v0.11.8
32342026-08-20T18:12:29.169Z[ helios-setup] Aug 20 18:12:28.025 INFO E| Downloaded num_enum_derive v0.7.5
32352026-08-20T18:12:29.183Z[ helios-setup] Aug 20 18:12:28.041 INFO E| Downloaded iana-time-zone v0.1.64
32362026-08-20T18:12:29.189Z[ helios-setup] Aug 20 18:12:28.043 INFO E| Downloaded simd-adler32 v0.3.7
32372026-08-20T18:12:29.193Z[ helios-setup] Aug 20 18:12:28.051 INFO E| Downloaded zeroize_derive v1.4.2
32382026-08-20T18:12:29.197Z[ helios-setup] Aug 20 18:12:28.052 INFO E| Downloaded libdevinfo-sys v1.1.0
32392026-08-20T18:12:29.197Z[ helios-setup] Aug 20 18:12:28.053 INFO E| Downloaded time-core v0.1.6
32402026-08-20T18:12:29.197Z[ helios-setup] Aug 20 18:12:28.054 INFO E| Downloaded serde_spanned v1.0.3
32412026-08-20T18:12:29.205Z[ helios-setup] Aug 20 18:12:28.063 INFO E| Downloaded find-msvc-tools v0.1.4
32422026-08-20T18:12:29.208Z[ helios-setup] Aug 20 18:12:28.064 INFO E| Downloaded quote v1.0.41
32432026-08-20T18:12:29.208Z[ helios-setup] Aug 20 18:12:28.066 INFO E| Downloaded base64ct v1.8.0
32442026-08-20T18:12:29.212Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
32452026-08-20T18:12:29.213Z[ helios-setup] Aug 20 18:12:28.069 INFO E| Downloaded thiserror-impl v2.0.17
32462026-08-20T18:12:29.216Z[ helios-setup] Aug 20 18:12:28.072 INFO E| Downloaded futures-channel v0.3.31
32472026-08-20T18:12:29.217Z[ helios-setup] Aug 20 18:12:28.073 INFO E| Downloaded zeroize v1.8.2
32482026-08-20T18:12:29.233Z[ helios-setup] Aug 20 18:12:28.084 INFO E| Downloaded clap_derive v4.5.49
32492026-08-20T18:12:29.236Z[ helios-setup] Aug 20 18:12:28.091 INFO E| Downloaded futures-executor v0.3.31
32502026-08-20T18:12:29.236Z[ helios-setup] Aug 20 18:12:28.091 INFO E| Downloaded num_enum v0.7.5
32512026-08-20T18:12:29.236Z[ helios-setup] Aug 20 18:12:28.091 INFO E| Downloaded slab v0.4.11
32522026-08-20T18:12:29.236Z[ helios-setup] Aug 20 18:12:28.091 INFO E| Downloaded clap v4.5.51
32532026-08-20T18:12:29.244Z[ helios-setup] Aug 20 18:12:28.095 INFO E| Downloaded signal-hook-registry v1.4.6
32542026-08-20T18:12:29.244Z[ helios-setup] Aug 20 18:12:28.096 INFO E| Downloaded toml_datetime v0.7.3
32552026-08-20T18:12:29.244Z[ helios-setup] Aug 20 18:12:28.096 INFO E| Downloaded tokio-macros v2.6.0
32562026-08-20T18:12:29.250Z[ helios-setup] Aug 20 18:12:28.101 INFO E| Downloaded toml_parser v1.0.4
32572026-08-20T18:12:29.250Z[ helios-setup] Aug 20 18:12:28.103 INFO E| Downloaded time-macros v0.2.24
32582026-08-20T18:12:29.253Z[ helios-setup] Aug 20 18:12:28.110 INFO E| Downloaded anyhow v1.0.100
32592026-08-20T18:12:29.258Z[ helios-setup] Aug 20 18:12:28.114 INFO E| Downloaded pin-project-lite v0.2.16
32602026-08-20T18:12:29.262Z[ helios-setup] Aug 20 18:12:28.117 INFO E| Downloaded log v0.4.28
32612026-08-20T18:12:29.265Z[ helios-setup] Aug 20 18:12:28.121 INFO E| Downloaded term v1.2.0
32622026-08-20T18:12:29.269Z[ helios-setup] Aug 20 18:12:28.125 INFO E| Downloaded toml_writer v1.0.4
32632026-08-20T18:12:29.281Z[ helios-setup] Aug 20 18:12:28.138 INFO E| Downloaded socket2 v0.6.1
32642026-08-20T18:12:29.284Z[ helios-setup] Aug 20 18:12:28.140 INFO E| Downloaded uuid v1.18.1
32652026-08-20T18:12:29.305Z[ helios-setup] Aug 20 18:12:28.161 INFO E| Downloaded unicode-ident v1.0.22
32662026-08-20T18:12:29.309Z[ helios-setup] Aug 20 18:12:28.165 INFO E| Downloaded futures v0.3.31
32672026-08-20T18:12:29.313Z[ helios-setup] Aug 20 18:12:28.170 INFO E| Downloaded toml v0.9.8
32682026-08-20T18:12:29.316Z[ helios-setup] Aug 20 18:12:28.172 INFO E| Downloaded bytes v1.10.1
32692026-08-20T18:12:29.320Z[ helios-setup] Aug 20 18:12:28.175 INFO E| Downloaded flate2 v1.1.5
32702026-08-20T18:12:29.320Z[ helios-setup] Aug 20 18:12:28.177 INFO E| Downloaded indexmap v2.12.0
32712026-08-20T18:12:29.332Z[ helios-setup] Aug 20 18:12:28.190 INFO E| Downloaded rand v0.8.5
32722026-08-20T18:12:29.337Z[ helios-setup] Aug 20 18:12:28.195 INFO E| Downloaded cc v1.2.44
32732026-08-20T18:12:29.341Z[ helios-setup] Aug 20 18:12:28.197 INFO E| Downloaded toml_edit v0.23.7
32742026-08-20T18:12:29.344Z[ helios-setup] Aug 20 18:12:28.202 INFO E| Downloaded rsa v0.9.8
32752026-08-20T18:12:29.350Z[ helios-setup] Aug 20 18:12:28.205 INFO E| Downloaded memchr v2.7.6
32762026-08-20T18:12:29.354Z[ helios-setup] Aug 20 18:12:28.208 INFO E| Downloaded zerocopy-derive v0.8.27
32772026-08-20T18:12:29.361Z[ helios-setup] Aug 20 18:12:28.219 INFO E| Downloaded iddqd v0.3.14
32782026-08-20T18:12:29.380Z[ helios-setup] Aug 20 18:12:28.238 INFO E| Downloaded mio v1.1.0
32792026-08-20T18:12:29.384Z[ helios-setup] Aug 20 18:12:28.241 INFO E| Downloaded hashbrown v0.16.0
32802026-08-20T18:12:29.414Z[ helios-setup] Aug 20 18:12:28.272 INFO E| Downloaded time v0.3.44
32812026-08-20T18:12:29.419Z[ helios-setup] Aug 20 18:12:28.276 INFO E| Downloaded num-bigint-dig v0.8.4
32822026-08-20T18:12:29.422Z[ helios-setup] Aug 20 18:12:28.279 INFO E| Downloaded serde_json v1.0.145
32832026-08-20T18:12:29.427Z[ helios-setup] Aug 20 18:12:28.283 INFO E| Downloaded futures-util v0.3.31
32842026-08-20T18:12:29.432Z[ helios-setup] Aug 20 18:12:28.290 INFO E| Downloaded clap_builder v4.5.51
32852026-08-20T18:12:29.439Z[ helios-setup] Aug 20 18:12:28.297 INFO E| Downloaded winnow v0.7.13
32862026-08-20T18:12:29.444Z[ helios-setup] Aug 20 18:12:28.302 INFO E| Downloaded zerocopy v0.8.27
32872026-08-20T18:12:29.457Z[ helios-setup] Aug 20 18:12:28.315 INFO E| Downloaded libm v0.2.15
32882026-08-20T18:12:29.463Z[ helios-setup] Aug 20 18:12:28.321 INFO E| Downloaded chrono v0.4.42
32892026-08-20T18:12:29.489Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32902026-08-20T18:12:29.493Z[ helios-setup] Aug 20 18:12:28.348 INFO E| Downloaded unicode-width v0.2.2
32912026-08-20T18:12:29.498Z[ helios-setup] Aug 20 18:12:28.352 INFO E| Downloaded syn v2.0.108
32922026-08-20T18:12:29.502Z[ helios-setup] Aug 20 18:12:28.359 INFO E| Downloaded rustix v1.1.2
32932026-08-20T18:12:29.530Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32942026-08-20T18:12:29.557Z[ helios-setup] Aug 20 18:12:28.411 INFO E| Downloaded libc v0.2.177
32952026-08-20T18:12:29.569Z[ helios-setup] Aug 20 18:12:28.426 INFO E| Downloaded tokio v1.48.0
32962026-08-20T18:12:29.708Z[ helios-setup] Aug 20 18:12:28.565 INFO E| Compiling proc-macro2 v1.0.103
32972026-08-20T18:12:29.708Z[ helios-setup] Aug 20 18:12:28.565 INFO E| Compiling unicode-ident v1.0.22
32982026-08-20T18:12:29.708Z[ helios-setup] Aug 20 18:12:28.565 INFO E| Compiling quote v1.0.41
32992026-08-20T18:12:29.708Z[ helios-setup] Aug 20 18:12:28.565 INFO E| Compiling libc v0.2.177
33002026-08-20T18:12:29.712Z[ helios-setup] Aug 20 18:12:28.565 INFO E| Compiling serde_core v1.0.228
33012026-08-20T18:12:29.712Z[ helios-setup] Aug 20 18:12:28.565 INFO E| Compiling cfg-if v1.0.4
33022026-08-20T18:12:29.712Z[ helios-setup] Aug 20 18:12:28.565 INFO E| Compiling serde v1.0.228
33032026-08-20T18:12:29.713Z[ helios-setup] Aug 20 18:12:28.565 INFO E| Compiling version_check v0.9.5
33042026-08-20T18:12:29.713Z[ helios-setup] Aug 20 18:12:28.565 INFO E| Compiling autocfg v1.5.0
33052026-08-20T18:12:29.713Z[ helios-setup] Aug 20 18:12:28.565 INFO E| Compiling typenum v1.19.0
33062026-08-20T18:12:29.713Z[ helios-setup] Aug 20 18:12:28.565 INFO E| Compiling const-oid v0.9.6
33072026-08-20T18:12:29.713Z[ helios-setup] Aug 20 18:12:28.565 INFO E| Compiling libm v0.2.15
33082026-08-20T18:12:29.713Z[ helios-setup] Aug 20 18:12:28.565 INFO E| Compiling zerocopy v0.8.27
33092026-08-20T18:12:29.713Z[ helios-setup] Aug 20 18:12:28.565 INFO E| Compiling rustversion v1.0.22
33102026-08-20T18:12:29.713Z[ helios-setup] Aug 20 18:12:28.565 INFO E| Compiling smallvec v1.15.1
33112026-08-20T18:12:29.713Z[ helios-setup] Aug 20 18:12:28.565 INFO E| Compiling zeroize v1.8.2
33122026-08-20T18:12:29.885Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33132026-08-20T18:12:30.243Z[ helios-setup] Aug 20 18:12:29.101 INFO E| Compiling base64ct v1.8.0
33142026-08-20T18:12:30.388Z[ helios-setup] Aug 20 18:12:29.245 INFO E| Compiling hashbrown v0.16.0
33152026-08-20T18:12:30.684Z[ helios-setup] Aug 20 18:12:29.542 INFO E| Compiling generic-array v0.14.9
33162026-08-20T18:12:30.877Z[ host-package] Compiling anstyle-parse v0.2.7
33172026-08-20T18:12:31.030Z[ helios-setup] Aug 20 18:12:29.888 INFO E| Compiling pem-rfc7468 v0.7.0
33182026-08-20T18:12:31.030Z[ helios-setup] Aug 20 18:12:29.888 INFO E| Compiling anyhow v1.0.100
33192026-08-20T18:12:31.043Z[ helios-setup] Aug 20 18:12:29.900 INFO E| Compiling rustix v1.1.2
33202026-08-20T18:12:31.088Z[ helios-setup] Aug 20 18:12:29.945 INFO E| Compiling utf8parse v0.2.2
33212026-08-20T18:12:31.141Z[ helios-setup] Aug 20 18:12:29.998 INFO E| Compiling num-traits v0.2.19
33222026-08-20T18:12:31.222Z[ helios-setup] Aug 20 18:12:30.080 INFO E| Compiling winnow v0.7.13
33232026-08-20T18:12:31.247Z[ helios-setup] Aug 20 18:12:30.104 INFO E| Compiling byteorder v1.5.0
33242026-08-20T18:12:31.366Z[ helios-setup] Aug 20 18:12:30.201 INFO E| Compiling memchr v2.7.6
33252026-08-20T18:12:31.390Z[ helios-setup] Aug 20 18:12:30.248 INFO E| Compiling flagset v0.4.7
33262026-08-20T18:12:31.426Z[ host-package] Compiling secrecy v0.8.0
33272026-08-20T18:12:31.564Z[ host-package] Compiling vergen-git2 v9.1.0
33282026-08-20T18:12:31.660Z[ host-package] Compiling castaway v0.2.4
33292026-08-20T18:12:31.727Z[ helios-setup] Aug 20 18:12:30.585 INFO E| Compiling getrandom v0.2.16
33302026-08-20T18:12:31.789Z[ helios-setup] Aug 20 18:12:30.646 INFO E| Compiling crc32fast v1.5.0
33312026-08-20T18:12:31.795Z[ helios-setup] Aug 20 18:12:30.653 INFO E| Compiling equivalent v1.0.2
33322026-08-20T18:12:31.863Z[ helios-setup] Aug 20 18:12:30.715 INFO E| Compiling errno v0.3.14
33332026-08-20T18:12:31.901Z[ helios-setup] Aug 20 18:12:30.759 INFO E| Compiling indexmap v2.12.0
33342026-08-20T18:12:31.931Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33352026-08-20T18:12:32.142Z[ helios-setup] Aug 20 18:12:31.000 INFO E| Compiling rand_core v0.6.4
33362026-08-20T18:12:32.188Z[ host-package] Compiling indoc v2.0.7
33372026-08-20T18:12:32.231Z[ helios-setup] Aug 20 18:12:31.088 INFO E| Compiling anstyle-parse v0.2.7
33382026-08-20T18:12:32.275Z[ helios-setup] Aug 20 18:12:31.132 INFO E| Compiling find-msvc-tools v0.1.4
33392026-08-20T18:12:32.374Z[ host-package] Compiling compact_str v0.8.1
33402026-08-20T18:12:32.507Z[ helios-setup] Aug 20 18:12:31.364 INFO E| Compiling colorchoice v1.0.4
33412026-08-20T18:12:32.536Z[ helios-setup] Aug 20 18:12:31.394 INFO E| Compiling syn v2.0.108
33422026-08-20T18:12:32.556Z[ helios-setup] Aug 20 18:12:31.411 INFO E| Compiling cpufeatures v0.2.17
33432026-08-20T18:12:32.613Z[ helios-setup] Aug 20 18:12:31.470 INFO E| Compiling syn v1.0.109
33442026-08-20T18:12:32.638Z[ helios-setup] Aug 20 18:12:31.496 INFO E| Compiling allocator-api2 v0.2.21
33452026-08-20T18:12:32.645Z[ helios-setup] Aug 20 18:12:31.503 INFO E| Compiling toml_datetime v0.7.3
33462026-08-20T18:12:32.662Z[ helios-setup] Aug 20 18:12:31.520 INFO E| Compiling anstyle v1.0.13
33472026-08-20T18:12:32.699Z[ helios-setup] Aug 20 18:12:31.557 INFO E| Compiling radium v0.7.0
33482026-08-20T18:12:32.728Z[ helios-setup] Aug 20 18:12:31.585 INFO E| Compiling is_terminal_polyfill v1.70.2
33492026-08-20T18:12:32.987Z[ helios-setup] Aug 20 18:12:31.844 INFO E| Compiling block-buffer v0.10.4
33502026-08-20T18:12:33.085Z[ helios-setup] Aug 20 18:12:31.943 INFO E| Compiling crypto-common v0.1.6
33512026-08-20T18:12:33.101Z[ helios-setup] Aug 20 18:12:31.958 INFO E| Compiling anstyle-query v1.1.4
33522026-08-20T18:12:33.227Z[ helios-setup] Aug 20 18:12:32.085 INFO E| Compiling digest v0.10.7
33532026-08-20T18:12:33.251Z[ helios-setup] Aug 20 18:12:32.109 INFO E| Compiling shlex v1.3.0
33542026-08-20T18:12:33.268Z[ helios-setup] Aug 20 18:12:32.125 INFO E| Compiling anstream v0.6.21
33552026-08-20T18:12:33.268Z[ helios-setup] Aug 20 18:12:32.125 INFO E| Compiling slog v2.8.2
33562026-08-20T18:12:33.422Z[ host-package] Compiling anstream v0.6.21
33572026-08-20T18:12:33.465Z[ helios-setup] Aug 20 18:12:32.323 INFO E| Compiling tap v1.0.1
33582026-08-20T18:12:33.472Z[ helios-setup] Aug 20 18:12:32.329 INFO E| Compiling pkg-config v0.3.32
33592026-08-20T18:12:33.515Z[ helios-setup] Aug 20 18:12:32.372 INFO E| Compiling cc v1.2.44
33602026-08-20T18:12:33.561Z[ helios-setup] Aug 20 18:12:32.418 INFO E| Compiling maybe-uninit v2.0.0
33612026-08-20T18:12:33.642Z[ helios-setup] Aug 20 18:12:32.499 INFO E| Compiling sha2 v0.10.9
33622026-08-20T18:12:33.669Z[ helios-setup] Aug 20 18:12:32.525 INFO E| Compiling futures-sink v0.3.31
33632026-08-20T18:12:33.692Z[ helios-setup] Aug 20 18:12:32.550 INFO E| Compiling unicode-width v0.2.2
33642026-08-20T18:12:33.756Z[ helios-setup] Aug 20 18:12:32.613 INFO E| Compiling parking_lot_core v0.9.12
33652026-08-20T18:12:33.802Z[ helios-setup] Aug 20 18:12:32.655 INFO E| Compiling pin-project-lite v0.2.16
33662026-08-20T18:12:33.807Z[ helios-setup] Aug 20 18:12:32.665 INFO E| Compiling futures-core v0.3.31
33672026-08-20T18:12:33.934Z[ helios-setup] Aug 20 18:12:32.791 INFO E| Compiling futures-channel v0.3.31
33682026-08-20T18:12:34.085Z[ helios-setup] Aug 20 18:12:32.943 INFO E| Compiling wyz v0.5.1
33692026-08-20T18:12:34.171Z[ helios-setup] Aug 20 18:12:33.028 INFO E| Compiling toml_parser v1.0.4
33702026-08-20T18:12:34.303Z[ helios-setup] Aug 20 18:12:33.160 INFO E| Compiling bitflags v2.10.0
33712026-08-20T18:12:34.376Z[ helios-setup] Aug 20 18:12:33.234 INFO E| Compiling getopts v0.2.24
33722026-08-20T18:12:34.434Z[ helios-setup] Aug 20 18:12:33.291 INFO E| Compiling num-integer v0.1.46
33732026-08-20T18:12:34.440Z[ helios-setup] Aug 20 18:12:33.298 INFO E| Compiling ahash v0.8.12
33742026-08-20T18:12:34.467Z[ helios-setup] Aug 20 18:12:33.317 INFO E| Compiling strsim v0.11.1
33752026-08-20T18:12:34.467Z[ helios-setup] Aug 20 18:12:33.318 INFO E| Compiling futures-task v0.3.31
33762026-08-20T18:12:34.550Z[ helios-setup] Aug 20 18:12:33.407 INFO E| Compiling packed_struct v0.10.1
33772026-08-20T18:12:34.588Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33782026-08-20T18:12:34.592Z[ helios-setup] Aug 20 18:12:33.447 INFO E| Compiling thiserror v1.0.69
33792026-08-20T18:12:34.648Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
33802026-08-20T18:12:34.696Z[ helios-setup] Aug 20 18:12:33.554 INFO E| Compiling itoa v1.0.15
33812026-08-20T18:12:34.706Z[ helios-setup] Aug 20 18:12:33.562 INFO E| Compiling funty v2.0.0
33822026-08-20T18:12:34.764Z[ helios-setup] Aug 20 18:12:33.614 INFO E| Compiling num-conv v0.1.0
33832026-08-20T18:12:34.781Z[ host-package] Compiling globwalk v0.9.1
33842026-08-20T18:12:34.967Z[ helios-setup] Aug 20 18:12:33.824 INFO E| Compiling getrandom v0.3.4
33852026-08-20T18:12:35.122Z[ helios-setup] Aug 20 18:12:33.979 INFO E| Compiling powerfmt v0.2.0
33862026-08-20T18:12:35.142Z[ helios-setup] Aug 20 18:12:33.999 INFO E| Compiling toml_edit v0.23.7
33872026-08-20T18:12:35.243Z[ helios-setup] Aug 20 18:12:34.101 INFO E| Compiling clap_lex v0.7.6
33882026-08-20T18:12:35.276Z[ host-package] Compiling parking_lot v0.11.2
33892026-08-20T18:12:35.328Z[ helios-setup] Aug 20 18:12:34.186 INFO E| Compiling time-core v0.1.6
33902026-08-20T18:12:35.398Z[ helios-setup] Aug 20 18:12:34.256 INFO E| Compiling futures-io v0.3.31
33912026-08-20T18:12:35.450Z[ helios-setup] Aug 20 18:12:34.307 INFO E| Compiling spin v0.9.8
33922026-08-20T18:12:35.485Z[ helios-setup] Aug 20 18:12:34.343 INFO E| Compiling scopeguard v1.2.0
33932026-08-20T18:12:35.650Z[ helios-setup] Aug 20 18:12:34.508 INFO E| Compiling heck v0.5.0
33942026-08-20T18:12:35.780Z[ helios-setup] Aug 20 18:12:34.638 INFO E| Compiling terminal_size v0.4.3
33952026-08-20T18:12:35.872Z[ helios-setup] Aug 20 18:12:34.730 INFO E| Compiling bytes v1.10.1
33962026-08-20T18:12:35.904Z[ helios-setup] Aug 20 18:12:34.762 INFO E| Compiling num-bigint-dig v0.8.4
33972026-08-20T18:12:35.935Z[ helios-setup] Aug 20 18:12:34.792 INFO E| Compiling pin-utils v0.1.0
33982026-08-20T18:12:36.025Z[ helios-setup] Aug 20 18:12:34.883 INFO E| Compiling slab v0.4.11
33992026-08-20T18:12:36.031Z[ helios-setup] Aug 20 18:12:34.889 INFO E| Compiling clap_builder v4.5.51
34002026-08-20T18:12:36.051Z[ helios-setup] Aug 20 18:12:34.908 INFO E| Compiling time-macros v0.2.24
34012026-08-20T18:12:36.112Z[ helios-setup] Aug 20 18:12:34.968 INFO E| Compiling lazy_static v1.5.0
34022026-08-20T18:12:36.112Z[ helios-setup] Aug 20 18:12:34.968 INFO E| Compiling lock_api v0.4.14
34032026-08-20T18:12:36.187Z[ helios-setup] Aug 20 18:12:35.044 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
34042026-08-20T18:12:36.249Z[ helios-setup] Aug 20 18:12:35.107 INFO E| Compiling deranged v0.5.5
34052026-08-20T18:12:36.363Z[ helios-setup] Aug 20 18:12:35.221 INFO E| Compiling bitvec v1.0.1
34062026-08-20T18:12:36.400Z[ helios-setup] Aug 20 18:12:35.257 INFO E| Compiling num-iter v0.1.45
34072026-08-20T18:12:36.506Z[ helios-setup] Aug 20 18:12:35.364 INFO E| Compiling proc-macro-crate v3.4.0
34082026-08-20T18:12:36.626Z[ helios-setup] Aug 20 18:12:35.484 INFO E| Compiling indexmap v1.9.3
34092026-08-20T18:12:36.789Z[ helios-setup] Aug 20 18:12:35.647 INFO E| Compiling nodrop v0.1.14
34102026-08-20T18:12:36.826Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34112026-08-20T18:12:36.910Z[ helios-setup] Aug 20 18:12:35.768 INFO E| Compiling serde_json v1.0.145
34122026-08-20T18:12:37.215Z[ helios-setup] Aug 20 18:12:36.073 INFO E| Compiling simd-adler32 v0.3.7
34132026-08-20T18:12:37.238Z[ helios-setup] Aug 20 18:12:36.095 INFO E| Compiling once_cell v1.21.3
34142026-08-20T18:12:37.241Z[ host-package] Compiling hyper-staticfile v0.10.1
34152026-08-20T18:12:37.302Z[ helios-setup] Aug 20 18:12:36.159 INFO E| Compiling log v0.4.28
34162026-08-20T18:12:37.410Z[ helios-setup] Aug 20 18:12:36.268 INFO E| Compiling iana-time-zone v0.1.64
34172026-08-20T18:12:37.438Z[ helios-setup] Aug 20 18:12:36.295 INFO E| Compiling thiserror v2.0.17
34182026-08-20T18:12:37.472Z[ helios-setup] Aug 20 18:12:36.330 INFO E| Compiling crc-catalog v2.4.0
34192026-08-20T18:12:37.476Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34202026-08-20T18:12:37.534Z[ helios-setup] Aug 20 18:12:36.391 INFO E| Compiling adler2 v2.0.1
34212026-08-20T18:12:37.597Z[ helios-setup] Aug 20 18:12:36.455 INFO E| Compiling chrono v0.4.42
34222026-08-20T18:12:37.723Z[ helios-setup] Aug 20 18:12:36.580 INFO E| Compiling env_filter v0.1.4
34232026-08-20T18:12:37.976Z[ helios-setup] Aug 20 18:12:36.833 INFO E| Compiling miniz_oxide v0.8.9
34242026-08-20T18:12:37.989Z[ helios-setup] Aug 20 18:12:36.847 INFO E| Compiling crc v3.3.0
34252026-08-20T18:12:38.123Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34262026-08-20T18:12:38.169Z[ helios-setup] Aug 20 18:12:37.026 INFO E| Compiling parking_lot v0.12.5
34272026-08-20T18:12:38.210Z[ helios-setup] Aug 20 18:12:37.068 INFO E| Compiling array-init v0.0.4
34282026-08-20T18:12:38.273Z[ helios-setup] Aug 20 18:12:37.130 INFO E| Compiling smallvec v0.6.14
34292026-08-20T18:12:38.353Z[ host-package] Compiling darling_macro v0.13.4
34302026-08-20T18:12:38.389Z[ helios-setup] Aug 20 18:12:37.246 INFO E| Compiling time v0.3.44
34312026-08-20T18:12:38.519Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34322026-08-20T18:12:38.778Z[ helios-setup] Aug 20 18:12:37.636 INFO E| Compiling serde_spanned v1.0.3
34332026-08-20T18:12:39.028Z[ helios-setup] Aug 20 18:12:37.885 INFO E| Compiling signature v2.2.0
34342026-08-20T18:12:39.110Z[ helios-setup] Aug 20 18:12:37.968 INFO E| Compiling socket2 v0.6.1
34352026-08-20T18:12:39.135Z[ helios-setup] Aug 20 18:12:37.992 INFO E| Compiling signal-hook-registry v1.4.6
34362026-08-20T18:12:39.195Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34372026-08-20T18:12:39.249Z[ helios-setup] Aug 20 18:12:38.107 INFO E| Compiling mio v1.1.0
34382026-08-20T18:12:39.327Z[ helios-setup] Aug 20 18:12:38.185 INFO E| Compiling is-terminal v0.4.17
34392026-08-20T18:12:39.352Z[ helios-setup] Aug 20 18:12:38.209 INFO E| Compiling thread_local v1.1.9
34402026-08-20T18:12:39.468Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34412026-08-20T18:12:39.537Z[ helios-setup] Aug 20 18:12:38.395 INFO E| Compiling packed_struct_codegen v0.10.1
34422026-08-20T18:12:39.563Z[ helios-setup] Aug 20 18:12:38.421 INFO E| Compiling base64 v0.21.7
34432026-08-20T18:12:39.765Z[ helios-setup] Aug 20 18:12:38.622 INFO E| Compiling subtle v2.6.1
34442026-08-20T18:12:39.923Z[ helios-setup] Aug 20 18:12:38.780 INFO E| Compiling libdevinfo-sys v1.1.0
34452026-08-20T18:12:40.064Z[ helios-setup] Aug 20 18:12:38.922 INFO E| Compiling toml_writer v1.0.4
34462026-08-20T18:12:40.256Z[ helios-setup] Aug 20 18:12:39.105 INFO E| Compiling ryu v1.0.20
34472026-08-20T18:12:40.312Z[ host-package] Compiling predicates-tree v1.0.13
34482026-08-20T18:12:40.387Z[ helios-setup] Aug 20 18:12:39.245 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
34492026-08-20T18:12:40.421Z[ helios-setup] Aug 20 18:12:39.278 INFO E| Compiling serde_derive v1.0.228
34502026-08-20T18:12:40.438Z[ helios-setup] Aug 20 18:12:39.296 INFO E| Compiling zerocopy-derive v0.8.27
34512026-08-20T18:12:40.452Z[ helios-setup] Aug 20 18:12:39.310 INFO E| Compiling der_derive v0.7.3
34522026-08-20T18:12:40.540Z[ helios-setup] Aug 20 18:12:39.397 INFO E| Compiling futures-macro v0.3.31
34532026-08-20T18:12:40.540Z[ helios-setup] Aug 20 18:12:39.397 INFO E| Compiling num_enum_derive v0.7.5
34542026-08-20T18:12:40.667Z[ helios-setup] Aug 20 18:12:39.525 INFO E| Compiling zerocopy-derive v0.6.6
34552026-08-20T18:12:40.717Z[ helios-setup] Aug 20 18:12:39.574 INFO E| Compiling clap_derive v4.5.49
34562026-08-20T18:12:40.747Z[ helios-setup] Aug 20 18:12:39.604 INFO E| Compiling thiserror-impl v1.0.69
34572026-08-20T18:12:40.843Z[ helios-setup] Aug 20 18:12:39.701 INFO E| Compiling bitfield-macros v0.19.3
34582026-08-20T18:12:40.884Z[ helios-setup] Aug 20 18:12:39.741 INFO E| Compiling thiserror-impl v2.0.17
34592026-08-20T18:12:41.051Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34602026-08-20T18:12:41.499Z[ host-package] Compiling unicode-truncate v1.1.0
34612026-08-20T18:12:41.627Z[ helios-setup] Aug 20 18:12:40.484 INFO E| Compiling tokio-macros v2.6.0
34622026-08-20T18:12:41.664Z[ host-package] Compiling lru v0.12.5
34632026-08-20T18:12:41.829Z[ host-package] Compiling prefix-trie v0.7.0
34642026-08-20T18:12:41.911Z[ helios-setup] Aug 20 18:12:40.769 INFO E| Compiling hashbrown v0.12.3
34652026-08-20T18:12:42.000Z[ host-package] Compiling rand_seeder v0.4.0
34662026-08-20T18:12:42.233Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
34672026-08-20T18:12:42.262Z[ helios-setup] Aug 20 18:12:41.120 INFO E| Compiling futures-util v0.3.31
34682026-08-20T18:12:42.333Z[ host-package] Compiling cassowary v0.3.0
34692026-08-20T18:12:42.354Z[ helios-setup] Aug 20 18:12:41.211 INFO E| Compiling bitfield v0.19.3
34702026-08-20T18:12:42.365Z[ helios-setup] Aug 20 18:12:41.222 INFO E| Compiling zerocopy v0.6.6
34712026-08-20T18:12:42.488Z[ helios-setup] Aug 20 18:12:41.332 INFO E| Compiling term v1.2.0
34722026-08-20T18:12:42.616Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34732026-08-20T18:12:42.873Z[ helios-setup] Aug 20 18:12:41.731 INFO E| Compiling winnow v0.5.40
34742026-08-20T18:12:42.877Z[ host-package] Compiling camino-tempfile-ext v0.3.3
34752026-08-20T18:12:42.880Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34762026-08-20T18:12:42.886Z[ helios-setup] Aug 20 18:12:41.744 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34772026-08-20T18:12:42.980Z[ helios-setup] Aug 20 18:12:41.837 INFO E| Compiling der v0.7.10
34782026-08-20T18:12:42.984Z[ host-package] Compiling hickory-server v0.25.2
34792026-08-20T18:12:43.083Z[ host-package] Compiling ratatui v0.29.0
34802026-08-20T18:12:43.233Z[ helios-setup] Aug 20 18:12:42.089 INFO E| Compiling num_enum v0.7.5
34812026-08-20T18:12:43.240Z[ helios-setup] Aug 20 18:12:42.098 INFO E| Compiling tokio v1.48.0
34822026-08-20T18:12:43.254Z[ helios-setup] Aug 20 18:12:42.109 INFO E| Compiling bzip2 v0.4.4
34832026-08-20T18:12:43.342Z[ helios-setup] Aug 20 18:12:42.200 INFO E| Compiling toml v0.9.8
34842026-08-20T18:12:43.472Z[ host-package] Compiling darling v0.13.4
34852026-08-20T18:12:43.601Z[ helios-setup] Aug 20 18:12:42.459 INFO E| Compiling devinfo v0.1.0
34862026-08-20T18:12:43.729Z[ helios-setup] Aug 20 18:12:42.587 INFO E| Compiling flate2 v1.1.5
34872026-08-20T18:12:43.841Z[ helios-setup] Aug 20 18:12:42.699 INFO E| Compiling uuid v1.18.1
34882026-08-20T18:12:44.036Z[ host-package] Compiling sled v0.34.7
34892026-08-20T18:12:44.120Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
34902026-08-20T18:12:44.206Z[ helios-setup] Aug 20 18:12:43.059 INFO E| Compiling env_logger v0.11.8
34912026-08-20T18:12:44.339Z[ helios-setup] Aug 20 18:12:43.196 INFO E| Compiling clap v4.5.51
34922026-08-20T18:12:44.438Z[ helios-setup] Aug 20 18:12:43.296 INFO E| Compiling crc-any v2.5.0
34932026-08-20T18:12:44.720Z[ helios-setup] Aug 20 18:12:43.578 INFO E| Compiling foldhash v0.2.0
34942026-08-20T18:12:44.732Z[ helios-setup] Aug 20 18:12:43.590 INFO E| Compiling hex v0.4.3
34952026-08-20T18:12:44.975Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34962026-08-20T18:12:45.173Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34972026-08-20T18:12:45.246Z[ helios-setup] Aug 20 18:12:44.104 INFO E| Compiling spki v0.7.3
34982026-08-20T18:12:45.328Z[ helios-setup] Aug 20 18:12:44.184 INFO E| Compiling rustc-hash v2.1.1
34992026-08-20T18:12:45.379Z[ helios-setup] Aug 20 18:12:44.236 INFO E| Compiling bitflags v1.3.2
35002026-08-20T18:12:45.474Z[ helios-setup] Aug 20 18:12:44.332 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
35012026-08-20T18:12:45.489Z[ helios-setup] Aug 20 18:12:44.347 INFO E| Compiling zip v0.6.6
35022026-08-20T18:12:45.522Z[ helios-setup] Aug 20 18:12:44.378 INFO E| Compiling iddqd v0.3.14
35032026-08-20T18:12:45.805Z[ helios-setup] Aug 20 18:12:44.662 INFO E| Compiling pkcs8 v0.10.2
35042026-08-20T18:12:45.864Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35052026-08-20T18:12:46.135Z[ helios-setup] Aug 20 18:12:44.992 INFO E| Compiling pkcs1 v0.7.5
35062026-08-20T18:12:46.166Z[ helios-setup] Aug 20 18:12:45.023 INFO E| Compiling x509-cert v0.2.5
35072026-08-20T18:12:46.206Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35082026-08-20T18:12:46.236Z[ helios-setup] Aug 20 18:12:45.093 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
35092026-08-20T18:12:46.522Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35102026-08-20T18:12:46.651Z[ helios-setup] Aug 20 18:12:45.508 INFO E| Compiling erased-serde v0.3.31
35112026-08-20T18:12:46.930Z[ helios-setup] Aug 20 18:12:45.788 INFO E| Compiling toml_datetime v0.6.11
35122026-08-20T18:12:47.043Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35132026-08-20T18:12:47.184Z[ helios-setup] Aug 20 18:12:46.041 INFO E| Compiling serde_spanned v0.6.9
35142026-08-20T18:12:47.359Z[ helios-setup] Aug 20 18:12:46.216 INFO E| Compiling ppv-lite86 v0.2.21
35152026-08-20T18:12:47.544Z[ helios-setup] Aug 20 18:12:46.401 INFO E| Compiling toml_edit v0.19.15
35162026-08-20T18:12:47.727Z[ helios-setup] Aug 20 18:12:46.585 INFO E| Compiling rand_chacha v0.3.1
35172026-08-20T18:12:47.777Z[ helios-setup] Aug 20 18:12:46.635 INFO E| Compiling futures-executor v0.3.31
35182026-08-20T18:12:47.793Z[ helios-setup] Aug 20 18:12:46.651 INFO E| Compiling hashbrown v0.13.2
35192026-08-20T18:12:48.070Z[ helios-setup] Aug 20 18:12:46.924 INFO E| Compiling ron v0.8.1
35202026-08-20T18:12:48.229Z[ helios-setup] Aug 20 18:12:47.087 INFO E| Compiling rand v0.8.5
35212026-08-20T18:12:48.337Z[ helios-setup] Aug 20 18:12:47.194 INFO E| Compiling futures v0.3.31
35222026-08-20T18:12:48.438Z[ helios-setup] Aug 20 18:12:47.295 INFO E| Compiling serde-hex v0.1.0
35232026-08-20T18:12:48.475Z[ helios-setup] Aug 20 18:12:47.332 INFO E| Compiling path-slash v0.1.5
35242026-08-20T18:12:48.678Z[ helios-setup] Aug 20 18:12:47.536 INFO E| Compiling object v0.30.4
35252026-08-20T18:12:48.752Z[ helios-setup] Aug 20 18:12:47.609 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
35262026-08-20T18:12:49.016Z[ helios-setup] Aug 20 18:12:47.873 INFO E| Compiling slog-term v2.9.2
35272026-08-20T18:12:49.708Z[ helios-setup] Aug 20 18:12:48.566 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
35282026-08-20T18:12:50.040Z[ helios-setup] Aug 20 18:12:48.897 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35292026-08-20T18:12:50.268Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35302026-08-20T18:12:50.787Z[ host-package] Compiling git2 v0.20.4
35312026-08-20T18:12:51.187Z[ host-package] Compiling serde_with_macros v1.5.2
35322026-08-20T18:12:51.582Z[ helios-setup] Aug 20 18:12:50.439 INFO E| Compiling toml v0.7.8
35332026-08-20T18:12:51.704Z[ helios-setup] Aug 20 18:12:50.561 INFO E| Compiling rsa v0.9.8
35342026-08-20T18:12:51.829Z[ helios-setup] Aug 20 18:12:50.687 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
35352026-08-20T18:12:51.872Z[ helios-setup] Aug 20 18:12:50.730 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
35362026-08-20T18:12:52.918Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35372026-08-20T18:12:53.041Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35382026-08-20T18:12:54.118Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
35392026-08-20T18:12:54.652Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35402026-08-20T18:12:54.739Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35412026-08-20T18:12:55.228Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35422026-08-20T18:12:56.061Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35432026-08-20T18:12:56.311Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
35442026-08-20T18:12:56.487Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35452026-08-20T18:12:56.625Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35462026-08-20T18:12:56.712Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
35472026-08-20T18:12:57.047Z[ host-package] Compiling arc-swap v1.8.2
35482026-08-20T18:12:57.194Z[ host-package] Compiling void v1.0.2
35492026-08-20T18:12:57.583Z[ host-package] Compiling lzss v0.8.2
35502026-08-20T18:12:57.628Z[ host-package] Compiling slog-scope v4.4.1
35512026-08-20T18:12:58.059Z[ host-package] Compiling serde_with v1.14.0
35522026-08-20T18:12:58.108Z[ host-package] Compiling illumos-nvpair v0.3.0
35532026-08-20T18:12:58.349Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35542026-08-20T18:12:58.547Z[ helios-setup] Aug 20 18:12:57.405 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35552026-08-20T18:12:58.627Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35562026-08-20T18:12:59.601Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35572026-08-20T18:12:59.739Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35582026-08-20T18:12:59.777Z[ helios-setup] Aug 20 18:12:58.635 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
35592026-08-20T18:13:00.447Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35602026-08-20T18:13:01.009Z[ host-package] Compiling scuffle v0.1.0
35612026-08-20T18:13:01.826Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35622026-08-20T18:13:03.527Z[ host-package] Compiling tungstenite v0.23.0
35632026-08-20T18:13:03.551Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35642026-08-20T18:13:04.114Z[ helios-setup] Aug 20 18:13:02.972 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
35652026-08-20T18:13:05.123Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35662026-08-20T18:13:05.309Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35672026-08-20T18:13:05.546Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35682026-08-20T18:13:05.603Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35692026-08-20T18:13:05.656Z[ host-package] Compiling nix v0.27.1
35702026-08-20T18:13:05.807Z[ host-package] Compiling twox-hash v2.1.2
35712026-08-20T18:13:05.910Z[ host-package] Compiling libsw-core v0.3.2
35722026-08-20T18:13:06.012Z[ host-package] Compiling serde_bytes v0.11.19
35732026-08-20T18:13:06.226Z[ host-package] Compiling atty v0.2.14
35742026-08-20T18:13:06.463Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
35752026-08-20T18:13:06.514Z[ host-package] Compiling libsw v3.5.0
35762026-08-20T18:13:06.735Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35772026-08-20T18:13:06.824Z[ host-package] Compiling tokio-tungstenite v0.23.1
35782026-08-20T18:13:07.016Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35792026-08-20T18:13:07.242Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35802026-08-20T18:13:07.314Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35812026-08-20T18:13:07.592Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35822026-08-20T18:13:07.715Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35832026-08-20T18:13:11.888Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
35842026-08-20T18:13:12.334Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35852026-08-20T18:13:12.997Z[ host-package] Compiling slog-stdlog v4.1.1
35862026-08-20T18:13:13.068Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35872026-08-20T18:13:13.373Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35882026-08-20T18:13:13.443Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35892026-08-20T18:13:13.684Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35902026-08-20T18:13:13.951Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
35912026-08-20T18:13:14.107Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35922026-08-20T18:13:14.772Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35932026-08-20T18:13:16.708Z[ helios-setup] Aug 20 18:13:15.566 INFO E| Finished `release` profile [optimized] target(s) in 49.79s
35942026-08-20T18:13:16.712Z[ helios-setup] Aug 20 18:13:15.566 INFO E| Blocking waiting for file lock on package cache
35952026-08-20T18:13:16.920Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
35962026-08-20T18:13:17.502Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35972026-08-20T18:13:17.926Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35982026-08-20T18:13:18.209Z[ helios-setup] Aug 20 18:13:17.066 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
35992026-08-20T18:13:18.209Z[ helios-setup] Aug 20 18:13:17.066 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
36002026-08-20T18:13:18.270Z[ helios-setup] Aug 20 18:13:17.127 INFO building project "pilot" ok (51 seconds)
36012026-08-20T18:13:18.270Z[ helios-setup] Aug 20 18:13:17.127 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
36022026-08-20T18:13:18.279Z[ helios-setup] Aug 20 18:13:17.137 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
36032026-08-20T18:13:18.283Z[ helios-setup] Aug 20 18:13:17.137 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
36042026-08-20T18:13:18.283Z[ helios-setup] Aug 20 18:13:17.137 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
36052026-08-20T18:13:18.401Z[ helios-setup] Aug 20 18:13:17.259 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
36062026-08-20T18:13:18.588Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36072026-08-20T18:13:18.713Z[ helios-setup] Aug 20 18:13:17.569 INFO E| From https://github.com/jclulow/rust-jmclib
36082026-08-20T18:13:18.713Z[ helios-setup] Aug 20 18:13:17.569 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
36092026-08-20T18:13:18.726Z[ helios-setup] Aug 20 18:13:17.584 INFO E| Updating crates.io index
36102026-08-20T18:13:18.775Z[ helios-setup] Aug 20 18:13:17.633 INFO E| Downloading crates ...
36112026-08-20T18:13:18.833Z[ helios-setup] Aug 20 18:13:17.690 INFO E| Downloaded proc-macro2 v1.0.66
36122026-08-20T18:13:18.836Z[ helios-setup] Aug 20 18:13:17.693 INFO E| Downloaded toml v0.5.11
36132026-08-20T18:13:18.839Z[ helios-setup] Aug 20 18:13:17.695 INFO E| Downloaded cpufeatures v0.2.9
36142026-08-20T18:13:18.851Z[ helios-setup] Aug 20 18:13:17.709 INFO E| Downloaded libdevinfo-sys v1.0.0
36152026-08-20T18:13:18.854Z[ helios-setup] Aug 20 18:13:17.710 INFO E| Downloaded sha-1 v0.9.8
36162026-08-20T18:13:18.857Z[ helios-setup] Aug 20 18:13:17.714 INFO E| Downloaded block-buffer v0.9.0
36172026-08-20T18:13:18.860Z[ helios-setup] Aug 20 18:13:17.716 INFO E| Downloaded md-5 v0.9.1
36182026-08-20T18:13:18.860Z[ helios-setup] Aug 20 18:13:17.717 INFO E| Downloaded digest v0.9.0
36192026-08-20T18:13:18.867Z[ helios-setup] Aug 20 18:13:17.725 INFO E| Downloaded errno v0.3.1
36202026-08-20T18:13:18.870Z[ helios-setup] Aug 20 18:13:17.727 INFO E| Downloaded quote v1.0.31
36212026-08-20T18:13:18.875Z[ helios-setup] Aug 20 18:13:17.733 INFO E| Downloaded walkdir v2.3.3
36222026-08-20T18:13:18.880Z[ helios-setup] Aug 20 18:13:17.735 INFO E| Downloaded fastrand v2.0.0
36232026-08-20T18:13:18.880Z[ helios-setup] Aug 20 18:13:17.736 INFO E| Downloaded glob v0.3.1
36242026-08-20T18:13:18.883Z[ helios-setup] Aug 20 18:13:17.737 INFO E| Downloaded tempfile v3.7.0
36252026-08-20T18:13:18.883Z[ helios-setup] Aug 20 18:13:17.738 INFO E| Downloaded unicode-width v0.1.10
36262026-08-20T18:13:18.890Z[ helios-setup] Aug 20 18:13:17.748 INFO E| Downloaded serde_derive v1.0.193
36272026-08-20T18:13:18.893Z[ helios-setup] Aug 20 18:13:17.750 INFO E| Downloaded typenum v1.16.0
36282026-08-20T18:13:18.896Z[ helios-setup] Aug 20 18:13:17.752 INFO E| Downloaded uuid v0.8.2
36292026-08-20T18:13:18.896Z[ helios-setup] Aug 20 18:13:17.754 INFO E| Downloaded anyhow v1.0.72
36302026-08-20T18:13:18.899Z[ helios-setup] Aug 20 18:13:17.756 INFO E| Downloaded getrandom v0.2.10
36312026-08-20T18:13:18.902Z[ helios-setup] Aug 20 18:13:17.758 INFO E| Downloaded bitflags v2.3.3
36322026-08-20T18:13:18.902Z[ helios-setup] Aug 20 18:13:17.759 INFO E| Downloaded once_cell v1.18.0
36332026-08-20T18:13:18.905Z[ helios-setup] Aug 20 18:13:17.761 INFO E| Downloaded unicode-ident v1.0.11
36342026-08-20T18:13:18.945Z[ helios-setup] Aug 20 18:13:17.785 INFO E| Downloaded serde v1.0.193
36352026-08-20T18:13:18.950Z[ helios-setup] Aug 20 18:13:17.787 INFO E| Downloaded serde_json v1.0.103
36362026-08-20T18:13:18.961Z[ helios-setup] Aug 20 18:13:17.819 INFO E| Downloaded syn v2.0.32
36372026-08-20T18:13:18.967Z[ helios-setup] Aug 20 18:13:17.825 INFO E| Downloaded rustix v0.38.4
36382026-08-20T18:13:19.011Z[ helios-setup] Aug 20 18:13:17.869 INFO E| Downloaded libc v0.2.147
36392026-08-20T18:13:19.078Z[ helios-setup] Aug 20 18:13:17.936 INFO E| Compiling libc v0.2.147
36402026-08-20T18:13:19.078Z[ helios-setup] Aug 20 18:13:17.936 INFO E| Compiling proc-macro2 v1.0.66
36412026-08-20T18:13:19.078Z[ helios-setup] Aug 20 18:13:17.936 INFO E| Compiling unicode-ident v1.0.11
36422026-08-20T18:13:19.078Z[ helios-setup] Aug 20 18:13:17.936 INFO E| Compiling cfg-if v1.0.0
36432026-08-20T18:13:19.079Z[ helios-setup] Aug 20 18:13:17.936 INFO E| Compiling typenum v1.16.0
36442026-08-20T18:13:19.082Z[ helios-setup] Aug 20 18:13:17.936 INFO E| Compiling version_check v0.9.4
36452026-08-20T18:13:19.082Z[ helios-setup] Aug 20 18:13:17.936 INFO E| Compiling serde v1.0.193
36462026-08-20T18:13:19.082Z[ helios-setup] Aug 20 18:13:17.936 INFO E| Compiling powerfmt v0.2.0
36472026-08-20T18:13:19.082Z[ helios-setup] Aug 20 18:13:17.936 INFO E| Compiling num-conv v0.1.0
36482026-08-20T18:13:19.082Z[ helios-setup] Aug 20 18:13:17.936 INFO E| Compiling slog v2.7.0
36492026-08-20T18:13:19.082Z[ helios-setup] Aug 20 18:13:17.936 INFO E| Compiling itoa v1.0.9
36502026-08-20T18:13:19.082Z[ helios-setup] Aug 20 18:13:17.936 INFO E| Compiling rustix v0.38.4
36512026-08-20T18:13:19.082Z[ helios-setup] Aug 20 18:13:17.936 INFO E| Compiling time-core v0.1.2
36522026-08-20T18:13:19.082Z[ helios-setup] Aug 20 18:13:17.936 INFO E| Compiling num_threads v0.1.6
36532026-08-20T18:13:19.082Z[ helios-setup] Aug 20 18:13:17.936 INFO E| Compiling once_cell v1.18.0
36542026-08-20T18:13:19.082Z[ helios-setup] Aug 20 18:13:17.936 INFO E| Compiling bitflags v2.3.3
36552026-08-20T18:13:19.114Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36562026-08-20T18:13:19.302Z[ helios-setup] Aug 20 18:13:18.159 INFO E| Compiling opaque-debug v0.3.0
36572026-08-20T18:13:19.326Z[ helios-setup] Aug 20 18:13:18.184 INFO E| Compiling serde_json v1.0.103
36582026-08-20T18:13:19.428Z[ helios-setup] Aug 20 18:13:18.286 INFO E| Compiling anyhow v1.0.72
36592026-08-20T18:13:19.510Z[ helios-setup] Aug 20 18:13:18.368 INFO E| Compiling thread_local v1.1.7
36602026-08-20T18:13:19.566Z[ helios-setup] Aug 20 18:13:18.423 INFO E| Compiling deranged v0.3.11
36612026-08-20T18:13:19.601Z[ helios-setup] Aug 20 18:13:18.459 INFO E| Compiling fastrand v2.0.0
36622026-08-20T18:13:19.610Z[ helios-setup] Aug 20 18:13:18.467 INFO E| Compiling ryu v1.0.15
36632026-08-20T18:13:19.610Z[ helios-setup] Aug 20 18:13:18.467 INFO E| Compiling time-macros v0.2.18
36642026-08-20T18:13:19.816Z[ helios-setup] Aug 20 18:13:18.673 INFO E| Compiling cpufeatures v0.2.9
36652026-08-20T18:13:19.825Z[ helios-setup] Aug 20 18:13:18.683 INFO E| Compiling unicode-width v0.1.10
36662026-08-20T18:13:19.889Z[ helios-setup] Aug 20 18:13:18.747 INFO E| Compiling same-file v1.0.6
36672026-08-20T18:13:19.915Z[ helios-setup] Aug 20 18:13:18.773 INFO E| Compiling glob v0.3.1
36682026-08-20T18:13:19.938Z[ helios-setup] Aug 20 18:13:18.795 INFO E| Compiling libdevinfo-sys v1.0.0
36692026-08-20T18:13:20.007Z[ helios-setup] Aug 20 18:13:18.865 INFO E| Compiling getopts v0.2.21
36702026-08-20T18:13:20.058Z[ helios-setup] Aug 20 18:13:18.916 INFO E| Compiling generic-array v0.14.7
36712026-08-20T18:13:20.069Z[ helios-setup] Aug 20 18:13:18.926 INFO E| Compiling walkdir v2.3.3
36722026-08-20T18:13:20.800Z[ helios-setup] Aug 20 18:13:19.658 INFO E| Compiling dirs-sys-next v0.1.2
36732026-08-20T18:13:20.800Z[ helios-setup] Aug 20 18:13:19.658 INFO E| Compiling errno v0.3.1
36742026-08-20T18:13:20.803Z[ helios-setup] Aug 20 18:13:19.658 INFO E| Compiling atty v0.2.14
36752026-08-20T18:13:20.804Z[ helios-setup] Aug 20 18:13:19.658 INFO E| Compiling getrandom v0.2.10
36762026-08-20T18:13:20.862Z[ helios-setup] Aug 20 18:13:19.720 INFO E| Compiling quote v1.0.31
36772026-08-20T18:13:21.044Z[ helios-setup] Aug 20 18:13:19.902 INFO E| Compiling syn v2.0.32
36782026-08-20T18:13:21.062Z[ helios-setup] Aug 20 18:13:19.919 INFO E| Compiling dirs-next v2.0.0
36792026-08-20T18:13:21.187Z[ helios-setup] Aug 20 18:13:20.045 INFO E| Compiling term v0.7.0
36802026-08-20T18:13:21.234Z[ helios-setup] Aug 20 18:13:20.092 INFO E| Compiling time v0.3.36
36812026-08-20T18:13:21.844Z[ helios-setup] Aug 20 18:13:20.702 INFO E| Compiling digest v0.9.0
36822026-08-20T18:13:21.844Z[ helios-setup] Aug 20 18:13:20.702 INFO E| Compiling block-buffer v0.9.0
36832026-08-20T18:13:21.960Z[ helios-setup] Aug 20 18:13:20.818 INFO E| Compiling md-5 v0.9.1
36842026-08-20T18:13:21.960Z[ helios-setup] Aug 20 18:13:20.818 INFO E| Compiling sha-1 v0.9.8
36852026-08-20T18:13:21.996Z[ helios-setup] Aug 20 18:13:20.854 INFO E| Compiling tempfile v3.7.0
36862026-08-20T18:13:22.360Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36872026-08-20T18:13:22.364Z[ helios-setup] Aug 20 18:13:21.221 INFO E| Compiling slog-term v2.9.0
36882026-08-20T18:13:23.479Z[ helios-setup] Aug 20 18:13:22.337 INFO E| Compiling serde_derive v1.0.193
36892026-08-20T18:13:23.984Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36902026-08-20T18:13:24.017Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36912026-08-20T18:13:24.642Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
36922026-08-20T18:13:24.737Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36932026-08-20T18:13:24.991Z[ host-package] Compiling signal-hook-tokio v0.3.1
36942026-08-20T18:13:25.203Z[ host-package] Compiling fatfs v0.3.6
36952026-08-20T18:13:25.524Z[ host-package] Compiling yasna v0.5.2
36962026-08-20T18:13:26.671Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36972026-08-20T18:13:27.150Z[ host-package] Compiling assert_matches v1.5.0
36982026-08-20T18:13:27.274Z[ host-package] Compiling seq-macro v0.3.6
36992026-08-20T18:13:27.462Z[ host-package] Compiling rcgen v0.12.1
37002026-08-20T18:13:27.839Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37012026-08-20T18:13:27.972Z[ helios-setup] Aug 20 18:13:26.829 INFO E| Compiling toml v0.5.11
37022026-08-20T18:13:27.972Z[ helios-setup] Aug 20 18:13:26.829 INFO E| Compiling uuid v0.8.2
37032026-08-20T18:13:28.206Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37042026-08-20T18:13:28.724Z[ helios-setup] Aug 20 18:13:27.581 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
37052026-08-20T18:13:29.357Z[ helios-setup] Aug 20 18:13:28.214 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
37062026-08-20T18:13:29.425Z[ host-package] Compiling slog-envlogger v2.2.0
37072026-08-20T18:13:30.697Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37082026-08-20T18:13:30.832Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37092026-08-20T18:13:30.858Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37102026-08-20T18:13:31.648Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37112026-08-20T18:13:32.179Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37122026-08-20T18:13:32.348Z[ host-package] Compiling port-file v0.1.0
37132026-08-20T18:13:32.576Z[ host-package] Compiling rtoolbox v0.0.3
37142026-08-20T18:13:32.694Z[ host-package] Compiling subprocess v0.2.15
37152026-08-20T18:13:33.252Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37162026-08-20T18:13:33.299Z[ host-package] Compiling rpassword v7.5.4
37172026-08-20T18:13:33.736Z[ helios-setup] Aug 20 18:13:32.594 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.44s
37182026-08-20T18:13:33.754Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37192026-08-20T18:13:33.760Z[ helios-setup] Aug 20 18:13:32.618 INFO building project "image-builder" ok (15 seconds)
37202026-08-20T18:13:33.760Z[ helios-setup] Aug 20 18:13:32.618 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
37212026-08-20T18:13:33.776Z[ helios-setup] Aug 20 18:13:32.633 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
37222026-08-20T18:13:33.776Z[ helios-setup] Aug 20 18:13:32.634 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
37232026-08-20T18:13:33.776Z[ helios-setup] Aug 20 18:13:32.634 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
37242026-08-20T18:13:33.892Z[ helios-setup] Aug 20 18:13:32.749 INFO E| Downloading crates ...
37252026-08-20T18:13:33.951Z[ helios-setup] Aug 20 18:13:32.806 INFO E| Downloaded generic-array v0.14.6
37262026-08-20T18:13:33.955Z[ helios-setup] Aug 20 18:13:32.813 INFO E| Downloaded anyhow v1.0.62
37272026-08-20T18:13:33.959Z[ helios-setup] Aug 20 18:13:32.815 INFO E| Downloaded cpufeatures v0.2.5
37282026-08-20T18:13:33.959Z[ helios-setup] Aug 20 18:13:32.816 INFO E| Downloaded block-buffer v0.10.3
37292026-08-20T18:13:33.962Z[ helios-setup] Aug 20 18:13:32.817 INFO E| Downloaded bytes v1.2.1
37302026-08-20T18:13:33.962Z[ helios-setup] Aug 20 18:13:32.819 INFO E| Downloaded digest v0.10.3
37312026-08-20T18:13:33.965Z[ helios-setup] Aug 20 18:13:32.820 INFO E| Downloaded miniz_oxide v0.6.2
37322026-08-20T18:13:33.966Z[ helios-setup] Aug 20 18:13:32.821 INFO E| Downloaded sha2 v0.10.5
37332026-08-20T18:13:33.966Z[ helios-setup] Aug 20 18:13:32.823 INFO E| Downloaded typenum v1.15.0
37342026-08-20T18:13:33.970Z[ helios-setup] Aug 20 18:13:32.824 INFO E| Downloaded flate2 v1.0.25
37352026-08-20T18:13:34.014Z[ helios-setup] Aug 20 18:13:32.871 INFO E| Compiling version_check v0.9.4
37362026-08-20T18:13:34.014Z[ helios-setup] Aug 20 18:13:32.871 INFO E| Compiling typenum v1.15.0
37372026-08-20T18:13:34.014Z[ helios-setup] Aug 20 18:13:32.871 INFO E| Compiling cfg-if v1.0.0
37382026-08-20T18:13:34.014Z[ helios-setup] Aug 20 18:13:32.871 INFO E| Compiling crc32fast v1.3.2
37392026-08-20T18:13:34.014Z[ helios-setup] Aug 20 18:13:32.871 INFO E| Compiling anyhow v1.0.62
37402026-08-20T18:13:34.017Z[ helios-setup] Aug 20 18:13:32.871 INFO E| Compiling adler v1.0.2
37412026-08-20T18:13:34.017Z[ helios-setup] Aug 20 18:13:32.872 INFO E| Compiling cpufeatures v0.2.5
37422026-08-20T18:13:34.017Z[ helios-setup] Aug 20 18:13:32.872 INFO E| Compiling unicode-width v0.1.10
37432026-08-20T18:13:34.017Z[ helios-setup] Aug 20 18:13:32.872 INFO E| Compiling bytes v1.2.1
37442026-08-20T18:13:34.017Z[ helios-setup] Aug 20 18:13:32.872 INFO E| Compiling bitflags v1.3.2
37452026-08-20T18:13:34.389Z[ helios-setup] Aug 20 18:13:33.224 INFO E| Compiling generic-array v0.14.6
37462026-08-20T18:13:34.421Z[ helios-setup] Aug 20 18:13:33.274 INFO E| Compiling getopts v0.2.21
37472026-08-20T18:13:34.457Z[ helios-setup] Aug 20 18:13:33.314 INFO E| Compiling miniz_oxide v0.6.2
37482026-08-20T18:13:34.926Z[ helios-setup] Aug 20 18:13:33.784 INFO E| Compiling flate2 v1.0.25
37492026-08-20T18:13:34.987Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37502026-08-20T18:13:35.150Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37512026-08-20T18:13:35.238Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37522026-08-20T18:13:36.204Z[ helios-setup] Aug 20 18:13:35.061 INFO E| Compiling block-buffer v0.10.3
37532026-08-20T18:13:36.204Z[ helios-setup] Aug 20 18:13:35.061 INFO E| Compiling crypto-common v0.1.6
37542026-08-20T18:13:36.318Z[ helios-setup] Aug 20 18:13:35.175 INFO E| Compiling digest v0.10.3
37552026-08-20T18:13:36.522Z[ helios-setup] Aug 20 18:13:35.379 INFO E| Compiling sha2 v0.10.5
37562026-08-20T18:13:36.761Z[ helios-setup] Aug 20 18:13:35.618 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
37572026-08-20T18:13:37.640Z[ host-package] Compiling tui-tree-widget v0.23.1
37582026-08-20T18:13:37.904Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37592026-08-20T18:13:39.067Z[ helios-setup] Aug 20 18:13:37.924 INFO E| Finished `release` profile [optimized] target(s) in 5.27s
37602026-08-20T18:13:39.081Z[ helios-setup] Aug 20 18:13:37.938 INFO building project "bootserver" ok (5 seconds)
37612026-08-20T18:13:39.081Z[ helios-setup] Aug 20 18:13:37.938 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
37622026-08-20T18:13:39.090Z[ helios-setup] Aug 20 18:13:37.947 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
37632026-08-20T18:13:39.090Z[ helios-setup] Aug 20 18:13:37.948 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
37642026-08-20T18:13:39.090Z[ helios-setup] Aug 20 18:13:37.948 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
37652026-08-20T18:13:39.303Z[ helios-setup] Aug 20 18:13:38.159 INFO E| Downloading crates ...
37662026-08-20T18:13:39.361Z[ helios-setup] Aug 20 18:13:38.219 INFO E| Downloaded time-core v0.1.4
37672026-08-20T18:13:39.364Z[ helios-setup] Aug 20 18:13:38.221 INFO E| Downloaded errno v0.3.12
37682026-08-20T18:13:39.382Z[ helios-setup] Aug 20 18:13:38.239 INFO E| Downloaded time-macros v0.2.22
37692026-08-20T18:13:39.393Z[ helios-setup] Aug 20 18:13:38.250 INFO E| Downloaded bitflags v2.9.1
37702026-08-20T18:13:39.398Z[ helios-setup] Aug 20 18:13:38.255 INFO E| Downloaded deranged v0.4.0
37712026-08-20T18:13:39.401Z[ helios-setup] Aug 20 18:13:38.257 INFO E| Downloaded serde_with_macros v3.12.0
37722026-08-20T18:13:39.401Z[ helios-setup] Aug 20 18:13:38.258 INFO E| Downloaded iana-time-zone v0.1.63
37732026-08-20T18:13:39.409Z[ helios-setup] Aug 20 18:13:38.266 INFO E| Downloaded anyhow v1.0.98
37742026-08-20T18:13:39.412Z[ helios-setup] Aug 20 18:13:38.269 INFO E| Downloaded getrandom v0.3.3
37752026-08-20T18:13:39.415Z[ helios-setup] Aug 20 18:13:38.271 INFO E| Downloaded tempfile v3.20.0
37762026-08-20T18:13:39.429Z[ helios-setup] Aug 20 18:13:38.286 INFO E| Downloaded indexmap v2.9.0
37772026-08-20T18:13:39.437Z[ helios-setup] Aug 20 18:13:38.294 INFO E| Downloaded chrono v0.4.41
37782026-08-20T18:13:39.446Z[ helios-setup] Aug 20 18:13:38.304 INFO E| Downloaded serde_with v3.12.0
37792026-08-20T18:13:39.451Z[ helios-setup] Aug 20 18:13:38.309 INFO E| Downloaded time v0.3.41
37802026-08-20T18:13:39.455Z[ helios-setup] Aug 20 18:13:38.313 INFO E| Downloaded hashbrown v0.15.3
37812026-08-20T18:13:39.467Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37822026-08-20T18:13:39.470Z[ helios-setup] Aug 20 18:13:38.326 INFO E| Downloaded rustix v1.0.7
37832026-08-20T18:13:39.533Z[ helios-setup] Aug 20 18:13:38.390 INFO E| Compiling proc-macro2 v1.0.95
37842026-08-20T18:13:39.533Z[ helios-setup] Aug 20 18:13:38.390 INFO E| Compiling unicode-ident v1.0.18
37852026-08-20T18:13:39.536Z[ helios-setup] Aug 20 18:13:38.390 INFO E| Compiling libc v0.2.172
37862026-08-20T18:13:39.536Z[ helios-setup] Aug 20 18:13:38.390 INFO E| Compiling fnv v1.0.7
37872026-08-20T18:13:39.536Z[ helios-setup] Aug 20 18:13:38.390 INFO E| Compiling strsim v0.11.1
37882026-08-20T18:13:39.536Z[ helios-setup] Aug 20 18:13:38.391 INFO E| Compiling ident_case v1.0.1
37892026-08-20T18:13:39.536Z[ helios-setup] Aug 20 18:13:38.391 INFO E| Compiling serde v1.0.219
37902026-08-20T18:13:39.536Z[ helios-setup] Aug 20 18:13:38.391 INFO E| Compiling rustix v1.0.7
37912026-08-20T18:13:39.546Z[ helios-setup] Aug 20 18:13:38.404 INFO E| Compiling getrandom v0.3.3
37922026-08-20T18:13:39.546Z[ helios-setup] Aug 20 18:13:38.404 INFO E| Compiling thiserror v2.0.12
37932026-08-20T18:13:39.549Z[ helios-setup] Aug 20 18:13:38.404 INFO E| Compiling anyhow v1.0.98
37942026-08-20T18:13:39.549Z[ helios-setup] Aug 20 18:13:38.404 INFO E| Compiling serde_json v1.0.140
37952026-08-20T18:13:39.549Z[ helios-setup] Aug 20 18:13:38.404 INFO E| Compiling cfg-if v1.0.0
37962026-08-20T18:13:39.549Z[ helios-setup] Aug 20 18:13:38.404 INFO E| Compiling bitflags v2.9.1
37972026-08-20T18:13:39.549Z[ helios-setup] Aug 20 18:13:38.404 INFO E| Compiling fastrand v2.3.0
37982026-08-20T18:13:39.549Z[ helios-setup] Aug 20 18:13:38.404 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
37992026-08-20T18:13:39.600Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38002026-08-20T18:13:40.203Z[ helios-setup] Aug 20 18:13:39.060 INFO E| Compiling ryu v1.0.20
38012026-08-20T18:13:40.208Z[ helios-setup] Aug 20 18:13:39.066 INFO E| Compiling once_cell v1.21.3
38022026-08-20T18:13:40.227Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
38032026-08-20T18:13:40.261Z[ helios-setup] Aug 20 18:13:39.119 INFO E| Compiling itoa v1.0.15
38042026-08-20T18:13:40.299Z[ helios-setup] Aug 20 18:13:39.155 INFO E| Compiling memchr v2.7.4
38052026-08-20T18:13:41.092Z[ helios-setup] Aug 20 18:13:39.949 INFO E| Compiling quote v1.0.40
38062026-08-20T18:13:41.315Z[ helios-setup] Aug 20 18:13:40.173 INFO E| Compiling syn v2.0.101
38072026-08-20T18:13:41.326Z[ helios-setup] Aug 20 18:13:40.184 INFO E| Compiling errno v0.3.12
38082026-08-20T18:13:42.187Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38092026-08-20T18:13:42.218Z[ helios-setup] Aug 20 18:13:41.075 INFO E| Compiling tempfile v3.20.0
38102026-08-20T18:13:42.580Z[ host-package] Compiling uzers v0.12.2
38112026-08-20T18:13:42.651Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38122026-08-20T18:13:42.968Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38132026-08-20T18:13:44.194Z[ helios-setup] Aug 20 18:13:43.045 INFO E| Compiling darling_core v0.20.11
38142026-08-20T18:13:44.260Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38152026-08-20T18:13:44.975Z[ helios-setup] Aug 20 18:13:43.830 INFO E| Compiling serde_derive v1.0.219
38162026-08-20T18:13:44.975Z[ helios-setup] Aug 20 18:13:43.830 INFO E| Compiling thiserror-impl v2.0.12
38172026-08-20T18:13:45.311Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38182026-08-20T18:13:45.439Z[ host-package] Compiling support-bundle-viewer v0.1.2
38192026-08-20T18:13:46.208Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38202026-08-20T18:13:46.368Z[ helios-setup] Aug 20 18:13:45.224 INFO E| Compiling darling_macro v0.20.11
38212026-08-20T18:13:47.242Z[ helios-setup] Aug 20 18:13:46.098 INFO E| Compiling darling v0.20.11
38222026-08-20T18:13:47.337Z[ helios-setup] Aug 20 18:13:46.194 INFO E| Compiling serde_with_macros v3.12.0
38232026-08-20T18:13:47.532Z[ host-package] Compiling multimap v0.10.1
38242026-08-20T18:13:50.255Z[ helios-setup] Aug 20 18:13:49.111 INFO E| Compiling serde_with v3.12.0
38252026-08-20T18:13:54.810Z[ helios-setup] Aug 20 18:13:53.654 INFO E| Finished `release` profile [optimized] target(s) in 15.69s
38262026-08-20T18:13:54.828Z[ helios-setup] Aug 20 18:13:53.677 INFO building project "dmar-report" ok (15 seconds)
38272026-08-20T18:13:54.828Z[ helios-setup] rm -f helios-build
38282026-08-20T18:13:54.828Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38292026-08-20T18:13:54.839Z[ helios-setup]
38302026-08-20T18:13:54.839Z[ helios-setup] Setup complete! ./helios-build is now available.
38312026-08-20T18:13:54.839Z[ helios-setup]
38322026-08-20T18:13:54.839Z[ helios-setup]
38332026-08-20T18:13:54.840Z[ helios-setup] real 3:04.295156079
38342026-08-20T18:13:54.840Z[ helios-setup] user 7:02.267952230
38352026-08-20T18:13:54.840Z[ helios-setup] sys 1:19.151038729
38362026-08-20T18:13:54.840Z[ helios-setup] trap 0.552776145
38372026-08-20T18:13:54.840Z[ helios-setup] tflt 3.526908776
38382026-08-20T18:13:54.840Z[ helios-setup] dflt 6.451167012
38392026-08-20T18:13:54.840Z[ helios-setup] kflt 0.038451068
38402026-08-20T18:13:54.840Z[ helios-setup] lock 55:47.907159689
38412026-08-20T18:13:54.840Z[ helios-setup] slp 37:20.337734650
38422026-08-20T18:13:54.840Z[ helios-setup] lat 6:51.083615584
38432026-08-20T18:13:54.840Z[ helios-setup] stop 1:30.133727442
38442026-08-20T18:13:54.840ZAug 20 18:13:53.686 INFO [helios-setup] process exited with exit status: 0 (184.298144401s)
38452026-08-20T18:13:54.840ZAug 20 18:13:53.686 INFO [helios-record] running task
38462026-08-20T18:13:54.840ZAug 20 18:13:53.686 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38472026-08-20T18:13:54.861ZAug 20 18:13:53.690 DEBG process exited with exit status: 0 (4.112103ms)
38482026-08-20T18:13:54.861ZAug 20 18:13:53.690 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38492026-08-20T18:13:54.861ZAug 20 18:13:53.695 DEBG process exited with exit status: 0 (4.559344ms)
38502026-08-20T18:13:54.861ZAug 20 18:13:53.695 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38512026-08-20T18:13:54.861ZAug 20 18:13:53.699 DEBG process exited with exit status: 0 (3.877593ms)
38522026-08-20T18:13:54.861ZAug 20 18:13:53.699 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38532026-08-20T18:13:54.861ZAug 20 18:13:53.703 DEBG process exited with exit status: 0 (3.794153ms)
38542026-08-20T18:13:54.861ZAug 20 18:13:53.703 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38552026-08-20T18:13:54.861ZAug 20 18:13:53.707 DEBG process exited with exit status: 0 (4.378273ms)
38562026-08-20T18:13:54.862ZAug 20 18:13:53.707 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38572026-08-20T18:13:54.898ZAug 20 18:13:53.711 DEBG process exited with exit status: 0 (3.767003ms)
38582026-08-20T18:13:54.898ZAug 20 18:13:53.711 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38592026-08-20T18:13:54.899ZAug 20 18:13:53.714 DEBG process exited with exit status: 0 (3.488263ms)
38602026-08-20T18:13:54.899ZAug 20 18:13:53.714 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38612026-08-20T18:13:54.899ZAug 20 18:13:53.718 DEBG process exited with exit status: 0 (3.494592ms)
38622026-08-20T18:13:54.899ZAug 20 18:13:53.718 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38632026-08-20T18:13:54.899ZAug 20 18:13:53.721 DEBG process exited with exit status: 0 (3.490813ms)
38642026-08-20T18:13:54.899ZAug 20 18:13:53.722 INFO [helios-record] task succeeded (35.552657ms)
38652026-08-20T18:13:56.622Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38662026-08-20T18:14:01.433Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38672026-08-20T18:14:05.431Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38682026-08-20T18:14:09.347Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38692026-08-20T18:14:09.916Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38702026-08-20T18:22:09.981Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 39s
38712026-08-20T18:22:09.984Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38722026-08-20T18:22:09.984Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38732026-08-20T18:23:03.593ZAug 20 18:23:02.448 INFO [host-package] process exited with exit status: 0 (693.009815723s)
38742026-08-20T18:23:03.593ZAug 20 18:23:02.448 INFO [host-libraries] running task
38752026-08-20T18:23:03.593ZAug 20 18:23:02.448 INFO [host-stamp] running task
38762026-08-20T18:23:03.598ZAug 20 18:23:02.451 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+git6a760c915b9
38772026-08-20T18:23:03.598ZAug 20 18:23:02.451 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+git6a760c915b9
38782026-08-20T18:23:03.598ZAug 20 18:23:02.451 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+git6a760c915b9
38792026-08-20T18:23:03.598ZAug 20 18:23:02.451 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+git6a760c915b9
38802026-08-20T18:23:03.598ZAug 20 18:23:02.452 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+git6a760c915b9
38812026-08-20T18:23:03.598ZAug 20 18:23:02.452 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+git6a760c915b9
38822026-08-20T18:23:03.598ZAug 20 18:23:02.452 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+git6a760c915b9
38832026-08-20T18:23:03.598ZAug 20 18:23:02.452 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+git6a760c915b9
38842026-08-20T18:23:03.605Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38852026-08-20T18:23:03.605Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38862026-08-20T18:23:03.605Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38872026-08-20T18:23:03.605Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38882026-08-20T18:23:03.605Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38892026-08-20T18:23:03.609Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38902026-08-20T18:23:03.609Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38912026-08-20T18:23:03.609Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38922026-08-20T18:23:03.610Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38932026-08-20T18:23:03.613ZAug 20 18:23:02.464 INFO [stamp-overlay] process exited with exit status: 0 (11.737599ms)
38942026-08-20T18:23:03.618Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38952026-08-20T18:23:03.621ZAug 20 18:23:02.474 INFO [stamp-oxlog] process exited with exit status: 0 (23.506778ms)
38962026-08-20T18:23:03.662Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38972026-08-20T18:23:03.666ZAug 20 18:23:02.520 INFO [stamp-crucible-utils] process exited with exit status: 0 (68.849792ms)
38982026-08-20T18:23:03.681Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38992026-08-20T18:23:03.684ZAug 20 18:23:02.538 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (86.790846ms)
39002026-08-20T18:23:03.797Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39012026-08-20T18:23:03.802ZAug 20 18:23:02.656 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (204.940034ms)
39022026-08-20T18:23:04.146Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39032026-08-20T18:23:04.150ZAug 20 18:23:03.005 INFO [stamp-propolis-server] process exited with exit status: 0 (553.237296ms)
39042026-08-20T18:23:04.251Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39052026-08-20T18:23:04.254ZAug 20 18:23:03.109 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (657.029124ms)
39062026-08-20T18:23:05.363ZAug 20 18:23:04.218 INFO [host-libraries] task succeeded (1.769716812s)
39072026-08-20T18:23:05.366ZAug 20 18:23:04.218 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39082026-08-20T18:23:05.369Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39092026-08-20T18:23:06.328Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39102026-08-20T18:23:07.156Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39112026-08-20T18:23:10.711Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39122026-08-20T18:23:10.714ZAug 20 18:23:09.569 INFO [stamp-switch-asic] process exited with exit status: 0 (7.117386549s)
39132026-08-20T18:23:10.714ZAug 20 18:23:09.569 INFO [host-stamp] task succeeded (7.121101392s)
39142026-08-20T18:23:10.714ZAug 20 18:23:09.569 INFO [host-proto] running task
39152026-08-20T18:23:11.269ZAug 20 18:23:10.123 INFO [host-proto] task succeeded (553.432637ms)
39162026-08-20T18:23:11.269ZAug 20 18:23:10.123 INFO [host-profile] running task
39172026-08-20T18:23:11.272ZAug 20 18:23:10.123 INFO [host-profile] task succeeded (204.66µs)
39182026-08-20T18:23:11.272ZAug 20 18:23:10.123 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/.tmprb053a/proto/host/root -N 'ci 6a760c9/${os_short_commit} 2026-08-20 18:10' -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/'
39192026-08-20T18:23:11.275Z[ host-image] Aug 20 18:23:10.129 INFO Checking files for board 'cosmo-mbist-noaggr'
39202026-08-20T18:23:11.275Z[ host-image] Aug 20 18:23:10.129 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39212026-08-20T18:23:11.275Z[ host-image] Aug 20 18:23:10.129 INFO Checking files for board 'gimlet'
39222026-08-20T18:23:11.275Z[ host-image] Aug 20 18:23:10.129 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39232026-08-20T18:23:11.276Z[ host-image] Aug 20 18:23:10.129 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39242026-08-20T18:23:11.276Z[ host-image] Aug 20 18:23:10.129 INFO Checking files for board 'cosmo'
39252026-08-20T18:23:11.276Z[ host-image] Aug 20 18:23:10.129 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39262026-08-20T18:23:11.276Z[ host-image] Aug 20 18:23:10.129 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39272026-08-20T18:23:11.276Z[ host-image] Aug 20 18:23:10.129 INFO Checking files for board 'cosmo-mbist'
39282026-08-20T18:23:11.276Z[ host-image] Aug 20 18:23:10.129 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39292026-08-20T18:23:11.282Z[ host-image] Aug 20 18:23:10.137 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmprb053a/proto/host/root"
39302026-08-20T18:23:11.283Z[ host-image] Aug 20 18:23:10.137 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39312026-08-20T18:23:11.286Z[ host-image] Aug 20 18:23:10.137 INFO image builder template: ramdisk-01-os...
39322026-08-20T18:23:11.286Z[ host-image] Aug 20 18:23:10.137 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/.tmprb053a/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
39332026-08-20T18:23:11.296Z[ host-image] Aug 20 18:23:10.151 INFO O| Aug 20 18:23:10.151 INFO CREATE DATASET: rpool/images/build/host/output
39342026-08-20T18:23:12.411Z[ host-image] Aug 20 18:23:11.265 INFO O| Aug 20 18:23:11.264 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39352026-08-20T18:23:12.415Z[ host-image] Aug 20 18:23:11.267 INFO O| Aug 20 18:23:11.267 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39362026-08-20T18:23:12.622Z[ host-image] Aug 20 18:23:11.477 INFO O| Aug 20 18:23:11.477 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39372026-08-20T18:23:12.684Z[ host-image] Aug 20 18:23:11.539 INFO O| Aug 20 18:23:11.538 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39382026-08-20T18:23:12.684Z[ host-image] Aug 20 18:23:11.539 INFO O| Aug 20 18:23:11.539 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39392026-08-20T18:23:12.688Z[ host-image] Aug 20 18:23:11.539 INFO O| Aug 20 18:23:11.539 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39402026-08-20T18:23:12.688Z[ host-image] Aug 20 18:23:11.539 INFO O| Aug 20 18:23:11.539 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39412026-08-20T18:23:12.691Z[ host-image] Aug 20 18:23:11.544 INFO O| Aug 20 18:23:11.544 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39422026-08-20T18:23:12.911Z[ host-image] Aug 20 18:23:11.766 INFO O| Aug 20 18:23:11.766 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39432026-08-20T18:23:12.918Z[ host-image] Aug 20 18:23:11.773 INFO O| Aug 20 18:23:11.773 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39442026-08-20T18:23:13.202Z[ host-image] Aug 20 18:23:12.057 INFO O| Aug 20 18:23:12.056 INFO O| Caching catalogs ... Done
39452026-08-20T18:23:13.274Z[ host-image] Aug 20 18:23:12.127 INFO O| Aug 20 18:23:12.127 INFO STEP 0 (pkg_image_create) COMPLETE
39462026-08-20T18:23:13.274Z[ host-image] Aug 20 18:23:12.127 INFO O| Aug 20 18:23:12.127 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39472026-08-20T18:23:13.282Z[ host-image] Aug 20 18:23:12.135 INFO O| Aug 20 18:23:12.135 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"]
39482026-08-20T18:23:13.541Z[ host-image] Aug 20 18:23:12.396 INFO O| Aug 20 18:23:12.396 INFO STEP 1 (pkg_set_publisher) COMPLETE
39492026-08-20T18:23:13.541Z[ host-image] Aug 20 18:23:12.396 INFO O| Aug 20 18:23:12.396 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39502026-08-20T18:23:13.541Z[ host-image] Aug 20 18:23:12.396 INFO O| Aug 20 18:23:12.396 INFO skip step because feature "publisher_1_name" is not enabled
39512026-08-20T18:23:13.544Z[ host-image] Aug 20 18:23:12.396 INFO O| Aug 20 18:23:12.396 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39522026-08-20T18:23:13.546Z[ host-image] Aug 20 18:23:12.396 INFO O| Aug 20 18:23:12.396 INFO skip step because feature "publisher_2_name" is not enabled
39532026-08-20T18:23:13.546Z[ host-image] Aug 20 18:23:12.396 INFO O| Aug 20 18:23:12.396 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39542026-08-20T18:23:13.546Z[ host-image] Aug 20 18:23:12.396 INFO O| Aug 20 18:23:12.396 INFO skip step because feature "publisher_3_name" is not enabled
39552026-08-20T18:23:13.546Z[ host-image] Aug 20 18:23:12.396 INFO O| Aug 20 18:23:12.396 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39562026-08-20T18:23:13.793Z[ host-image] Aug 20 18:23:12.648 INFO O| Aug 20 18:23:12.647 INFO variant opensolaris.zone is already global
39572026-08-20T18:23:13.793Z[ host-image] Aug 20 18:23:12.648 INFO O| Aug 20 18:23:12.648 INFO STEP 5 (pkg_change_variant) COMPLETE
39582026-08-20T18:23:13.796Z[ host-image] Aug 20 18:23:12.648 INFO O| Aug 20 18:23:12.648 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39592026-08-20T18:23:14.031Z[ host-image] Aug 20 18:23:12.885 INFO O| Aug 20 18:23:12.885 INFO variant opensolaris.imagetype is full; changing to partial
39602026-08-20T18:23:14.031Z[ host-image] Aug 20 18:23:12.885 INFO O| Aug 20 18:23:12.885 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39612026-08-20T18:23:15.663Z[ host-image] Aug 20 18:23:14.518 INFO O| Aug 20 18:23:14.518 INFO O| Startup: Refreshing catalog 'helios' ... Done
39622026-08-20T18:23:16.042Z[ host-image] Aug 20 18:23:14.896 INFO O| Aug 20 18:23:14.896 INFO O| Startup: Caching catalogs ... Done
39632026-08-20T18:23:16.053Z[ host-image] Aug 20 18:23:14.908 INFO O| Aug 20 18:23:14.908 INFO O| Planning: Planning completed in 0.00 seconds
39642026-08-20T18:23:16.057Z[ host-image] Aug 20 18:23:14.909 INFO O| Aug 20 18:23:14.909 INFO O| Planning: Consolidating action changes ... Done
39652026-08-20T18:23:16.058Z[ host-image] Aug 20 18:23:14.909 INFO O| Aug 20 18:23:14.909 INFO O| Planning: Evaluating mediators ... Done
39662026-08-20T18:23:16.058Z[ host-image] Aug 20 18:23:14.909 INFO O| Aug 20 18:23:14.909 INFO O| Planning: Planning completed in 0.00 seconds
39672026-08-20T18:23:16.058Z[ host-image] Aug 20 18:23:14.909 INFO O| Aug 20 18:23:14.909 INFO O| Variants/Facets to change: 1
39682026-08-20T18:23:16.062Z[ host-image] Aug 20 18:23:14.918 INFO O| Aug 20 18:23:14.917 INFO O| Finalize: Updating package state database ... Done
39692026-08-20T18:23:16.062Z[ host-image] Aug 20 18:23:14.918 INFO O| Aug 20 18:23:14.918 INFO O| Finalize: Updating package cache ... Done
39702026-08-20T18:23:16.121Z[ host-image] Aug 20 18:23:14.976 INFO O| Aug 20 18:23:14.975 INFO O| Finalize: Updating image state ... Done
39712026-08-20T18:23:16.130Z[ host-image] Aug 20 18:23:14.985 INFO O| Aug 20 18:23:14.985 INFO O| Finalize: Creating fast lookup database ... Done
39722026-08-20T18:23:16.133Z[ host-image] Aug 20 18:23:14.985 INFO O| Aug 20 18:23:14.985 INFO O| Finalize: Reading search index ... Done
39732026-08-20T18:23:16.133Z[ host-image] Aug 20 18:23:14.985 INFO O| Aug 20 18:23:14.985 INFO O| Finalize: Updating search index ... Done
39742026-08-20T18:23:16.133Z[ host-image] Aug 20 18:23:14.986 INFO O| Aug 20 18:23:14.986 INFO O| Finalize: Updating package cache ... Done
39752026-08-20T18:23:16.294Z[ host-image] Aug 20 18:23:15.149 INFO O| Aug 20 18:23:15.149 INFO STEP 6 (pkg_change_variant) COMPLETE
39762026-08-20T18:23:16.294Z[ host-image] Aug 20 18:23:15.149 INFO O| Aug 20 18:23:15.149 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39772026-08-20T18:23:16.297Z[ host-image] Aug 20 18:23:15.149 INFO O| Aug 20 18:23:15.149 INFO skip step because feature "debug_variant" is not enabled
39782026-08-20T18:23:16.297Z[ host-image] Aug 20 18:23:15.149 INFO O| Aug 20 18:23:15.149 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39792026-08-20T18:23:16.535Z[ host-image] Aug 20 18:23:15.390 INFO O| Aug 20 18:23:15.389 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39802026-08-20T18:23:18.013Z[ host-image] Aug 20 18:23:16.868 INFO O| Aug 20 18:23:16.868 INFO O| Startup: Refreshing catalog 'helios' ... Done
39812026-08-20T18:23:18.192Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.70s
39822026-08-20T18:23:18.389Z[ host-image] Aug 20 18:23:17.244 INFO O| Aug 20 18:23:17.244 INFO O| Startup: Caching catalogs ... Done
39832026-08-20T18:23:18.401Z[ host-image] Aug 20 18:23:17.257 INFO O| Aug 20 18:23:17.256 INFO O| Planning: Planning completed in 0.00 seconds
39842026-08-20T18:23:18.405Z[ host-image] Aug 20 18:23:17.257 INFO O| Aug 20 18:23:17.257 INFO O| Planning: Consolidating action changes ... Done
39852026-08-20T18:23:18.405Z[ host-image] Aug 20 18:23:17.257 INFO O| Aug 20 18:23:17.257 INFO O| Planning: Evaluating mediators ... Done
39862026-08-20T18:23:18.405Z[ host-image] Aug 20 18:23:17.257 INFO O| Aug 20 18:23:17.257 INFO O| Planning: Planning completed in 0.00 seconds
39872026-08-20T18:23:18.405Z[ host-image] Aug 20 18:23:17.257 INFO O| Aug 20 18:23:17.257 INFO O| Variants/Facets to change: 1
39882026-08-20T18:23:18.411Z[ host-image] Aug 20 18:23:17.266 INFO O| Aug 20 18:23:17.266 INFO O| Finalize: Updating package state database ... Done
39892026-08-20T18:23:18.411Z[ host-image] Aug 20 18:23:17.266 INFO O| Aug 20 18:23:17.266 INFO O| Finalize: Updating package cache ... Done
39902026-08-20T18:23:18.495Z[ host-image] Aug 20 18:23:17.340 INFO O| Aug 20 18:23:17.340 INFO O| Finalize: Updating image state ... Done
39912026-08-20T18:23:18.499Z[ host-image] Aug 20 18:23:17.350 INFO O| Aug 20 18:23:17.350 INFO O| Finalize: Creating fast lookup database ... Done
39922026-08-20T18:23:18.499Z[ host-image] Aug 20 18:23:17.351 INFO O| Aug 20 18:23:17.350 INFO O| Finalize: Reading search index ... Done
39932026-08-20T18:23:18.499Z[ host-image] Aug 20 18:23:17.351 INFO O| Aug 20 18:23:17.351 INFO O| Finalize: Updating search index ... Done
39942026-08-20T18:23:18.499Z[ host-image] Aug 20 18:23:17.351 INFO O| Aug 20 18:23:17.351 INFO O| Finalize: Updating package cache ... Done
39952026-08-20T18:23:18.679Z[ host-image] Aug 20 18:23:17.533 INFO O| Aug 20 18:23:17.533 INFO STEP 8 (pkg_change_facet) COMPLETE
39962026-08-20T18:23:18.680Z[ host-image] Aug 20 18:23:17.533 INFO O| Aug 20 18:23:17.533 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39972026-08-20T18:23:18.680Z[ host-image] Aug 20 18:23:17.533 INFO O| Aug 20 18:23:17.533 INFO skip step because feature "recovery" is not enabled
39982026-08-20T18:23:18.694Z[ host-image] Aug 20 18:23:17.533 INFO O| Aug 20 18:23:17.533 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39992026-08-20T18:23:18.694Z[ host-image] Aug 20 18:23:17.533 INFO O| Aug 20 18:23:17.533 INFO skip step because feature "recovery" is not enabled
40002026-08-20T18:23:18.694Z[ host-image] Aug 20 18:23:17.533 INFO O| Aug 20 18:23:17.533 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40012026-08-20T18:23:18.694Z[ host-image] Aug 20 18:23:17.539 INFO O| Aug 20 18:23:17.539 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"]
40022026-08-20T18:23:20.167Z[ host-image] Aug 20 18:23:19.019 INFO O| Aug 20 18:23:19.019 INFO O| Startup: Refreshing catalog 'helios' ... Done
40032026-08-20T18:23:20.457ZAug 20 18:23:19.312 INFO [recovery-package] process exited with exit status: 0 (15.094273008s)
40042026-08-20T18:23:20.457ZAug 20 18:23:19.312 INFO [recovery-libraries] running task
40052026-08-20T18:23:20.458ZAug 20 18:23:19.312 INFO [recovery-stamp] running task
40062026-08-20T18:23:20.462ZAug 20 18:23:19.313 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+git6a760c915b9
40072026-08-20T18:23:20.462ZAug 20 18:23:19.313 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git6a760c915b9
40082026-08-20T18:23:20.465Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40092026-08-20T18:23:20.465Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40102026-08-20T18:23:20.514ZAug 20 18:23:19.370 INFO [recovery-libraries] task succeeded (57.098223ms)
40112026-08-20T18:23:20.517ZAug 20 18:23:19.370 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40122026-08-20T18:23:20.559Z[ host-image] Aug 20 18:23:19.413 INFO O| Aug 20 18:23:19.413 INFO O| Startup: Caching catalogs ... Done
40132026-08-20T18:23:20.567Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40142026-08-20T18:23:20.570ZAug 20 18:23:19.425 INFO [stamp-installinator] process exited with exit status: 0 (112.190195ms)
40152026-08-20T18:23:20.629Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40162026-08-20T18:23:20.632ZAug 20 18:23:19.487 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (173.717051ms)
40172026-08-20T18:23:20.632ZAug 20 18:23:19.487 INFO [recovery-stamp] task succeeded (174.164441ms)
40182026-08-20T18:23:20.632ZAug 20 18:23:19.487 INFO [recovery-proto] running task
40192026-08-20T18:23:20.632ZAug 20 18:23:19.487 INFO [tuf-stamp] running task
40202026-08-20T18:23:20.632ZAug 20 18:23:19.487 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+git6a760c915b9
40212026-08-20T18:23:20.636ZAug 20 18:23:19.488 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+git6a760c915b9
40222026-08-20T18:23:20.636ZAug 20 18:23:19.488 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+git6a760c915b9
40232026-08-20T18:23:20.636ZAug 20 18:23:19.489 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+git6a760c915b9
40242026-08-20T18:23:20.636ZAug 20 18:23:19.489 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+git6a760c915b9
40252026-08-20T18:23:20.636ZAug 20 18:23:19.489 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+git6a760c915b9
40262026-08-20T18:23:20.636ZAug 20 18:23:19.489 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+git6a760c915b9
40272026-08-20T18:23:20.636ZAug 20 18:23:19.490 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+git6a760c915b9
40282026-08-20T18:23:20.636ZAug 20 18:23:19.490 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+git6a760c915b9
40292026-08-20T18:23:20.636ZAug 20 18:23:19.490 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+git6a760c915b9
40302026-08-20T18:23:20.639ZAug 20 18:23:19.491 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+git6a760c915b9
40312026-08-20T18:23:20.639ZAug 20 18:23:19.491 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+git6a760c915b9
40322026-08-20T18:23:20.642Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40332026-08-20T18:23:20.642Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40342026-08-20T18:23:20.642Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40352026-08-20T18:23:20.642Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40362026-08-20T18:23:20.642Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40372026-08-20T18:23:20.645Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40382026-08-20T18:23:20.645Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40392026-08-20T18:23:20.645Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40402026-08-20T18:23:20.645Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40412026-08-20T18:23:20.645Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40422026-08-20T18:23:20.645Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40432026-08-20T18:23:20.645Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40442026-08-20T18:23:20.692Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40452026-08-20T18:23:20.696ZAug 20 18:23:19.551 INFO [stamp-probe] process exited with exit status: 0 (59.744465ms)
40462026-08-20T18:23:20.749ZAug 20 18:23:19.604 INFO [recovery-proto] task succeeded (117.053898ms)
40472026-08-20T18:23:20.752ZAug 20 18:23:19.604 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/.tmprb053a/proto/recovery/root -N 'recovery 6a760c9/${os_short_commit} 2026-08-20 18:10' -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/'
40482026-08-20T18:23:20.755Z[ recovery-image] Aug 20 18:23:19.610 INFO Checking files for board 'cosmo'
40492026-08-20T18:23:20.755Z[ recovery-image] Aug 20 18:23:19.611 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40502026-08-20T18:23:20.758Z[ recovery-image] Aug 20 18:23:19.611 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40512026-08-20T18:23:20.759Z[ recovery-image] Aug 20 18:23:19.611 INFO Checking files for board 'cosmo-mbist'
40522026-08-20T18:23:20.759Z[ recovery-image] Aug 20 18:23:19.611 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40532026-08-20T18:23:20.759Z[ recovery-image] Aug 20 18:23:19.611 INFO Checking files for board 'cosmo-mbist-noaggr'
40542026-08-20T18:23:20.759Z[ recovery-image] Aug 20 18:23:19.611 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40552026-08-20T18:23:20.759Z[ recovery-image] Aug 20 18:23:19.611 INFO Checking files for board 'gimlet'
40562026-08-20T18:23:20.759Z[ recovery-image] Aug 20 18:23:19.611 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40572026-08-20T18:23:20.759Z[ recovery-image] Aug 20 18:23:19.611 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40582026-08-20T18:23:20.765Z[ recovery-image] Aug 20 18:23:19.620 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmprb053a/proto/recovery/root"
40592026-08-20T18:23:20.768Z[ recovery-image] Aug 20 18:23:19.620 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40602026-08-20T18:23:20.768Z[ recovery-image] Aug 20 18:23:19.620 INFO image builder template: ramdisk-01-os...
40612026-08-20T18:23:20.768Z[ recovery-image] Aug 20 18:23:19.620 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/.tmprb053a/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40622026-08-20T18:23:20.783Z[ recovery-image] Aug 20 18:23:19.638 INFO O| Aug 20 18:23:19.638 INFO CREATE DATASET: rpool/images/build/recovery/output
40632026-08-20T18:23:21.117Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
40642026-08-20T18:23:21.143Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40652026-08-20T18:23:21.176Z[ recovery-image] Aug 20 18:23:20.031 INFO O| Aug 20 18:23:20.031 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40662026-08-20T18:23:21.180Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40672026-08-20T18:23:21.183Z[ recovery-image] Aug 20 18:23:20.035 INFO O| Aug 20 18:23:20.035 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40682026-08-20T18:23:21.183ZAug 20 18:23:20.036 INFO [stamp-ntp] process exited with exit status: 0 (547.113752ms)
40692026-08-20T18:23:21.273Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40702026-08-20T18:23:21.277ZAug 20 18:23:20.132 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (642.906653ms)
40712026-08-20T18:23:21.492Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40722026-08-20T18:23:21.495ZAug 20 18:23:20.348 INFO [stamp-external-dns] process exited with exit status: 0 (858.283266ms)
40732026-08-20T18:23:21.495Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40742026-08-20T18:23:21.498ZAug 20 18:23:20.354 INFO [stamp-internal-dns] process exited with exit status: 0 (864.33324ms)
40752026-08-20T18:23:21.502Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40762026-08-20T18:23:21.505ZAug 20 18:23:20.358 INFO [stamp-crucible-zone] process exited with exit status: 0 (869.538465ms)
40772026-08-20T18:23:21.726Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40782026-08-20T18:23:21.730ZAug 20 18:23:20.583 INFO [stamp-oximeter] process exited with exit status: 0 (1.092786052s)
40792026-08-20T18:23:22.522Z[ host-image] Aug 20 18:23:21.377 INFO O| Aug 20 18:23:21.377 INFO O| Planning: Solver setup ... Done
40802026-08-20T18:23:22.547Z[ recovery-image] Aug 20 18:23:21.402 INFO O| Aug 20 18:23:21.402 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40812026-08-20T18:23:22.703Z[ host-image] Aug 20 18:23:21.557 INFO O| Aug 20 18:23:21.557 INFO O| Planning: Running solver ... Done
40822026-08-20T18:23:22.743Z[ host-image] Aug 20 18:23:21.598 INFO O| Aug 20 18:23:21.598 INFO O| Planning: Finding local manifests ... Done
40832026-08-20T18:23:22.762Z[ host-image] Aug 20 18:23:21.616 INFO O| Aug 20 18:23:21.616 INFO O| Planning: Fetching manifests: 0/130 0% complete
40842026-08-20T18:23:23.278Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40852026-08-20T18:23:23.281ZAug 20 18:23:22.136 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.645407641s)
40862026-08-20T18:23:23.644Z[ recovery-image] Aug 20 18:23:22.498 INFO O| Aug 20 18:23:22.498 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40872026-08-20T18:23:23.644Z[ recovery-image] Aug 20 18:23:22.498 INFO O| Aug 20 18:23:22.498 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40882026-08-20T18:23:23.660Z[ recovery-image] Aug 20 18:23:22.499 INFO O| Aug 20 18:23:22.498 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40892026-08-20T18:23:23.660Z[ recovery-image] Aug 20 18:23:22.499 INFO O| Aug 20 18:23:22.499 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40902026-08-20T18:23:23.672Z[ recovery-image] Aug 20 18:23:22.522 INFO O| Aug 20 18:23:22.522 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40912026-08-20T18:23:24.481Z[ host-image] Aug 20 18:23:23.336 INFO O| Aug 20 18:23:23.335 INFO O| Planning: Fetching manifests: 130/130 100% complete
40922026-08-20T18:23:24.839Z[ host-image] Aug 20 18:23:23.694 INFO O| Aug 20 18:23:23.694 INFO O| Planning: Package planning ... Done
40932026-08-20T18:23:25.289Z[ host-image] Aug 20 18:23:24.143 INFO O| Aug 20 18:23:24.143 INFO O| Planning: Merging actions ... Done
40942026-08-20T18:23:25.323Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40952026-08-20T18:23:25.326ZAug 20 18:23:24.181 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.693155104s)
40962026-08-20T18:23:25.395Z[ host-image] Aug 20 18:23:24.249 INFO O| Aug 20 18:23:24.249 INFO O| Planning: Checking for conflicting actions ... Done
40972026-08-20T18:23:25.494Z[ host-image] Aug 20 18:23:24.349 INFO O| Aug 20 18:23:24.348 INFO O| Planning: Consolidating action changes ... Done
40982026-08-20T18:23:25.503Z[verify-libraries] Compiling match_cfg v0.1.0
40992026-08-20T18:23:25.503Z[verify-libraries] Compiling slog-json v2.6.1
41002026-08-20T18:23:25.506Z[verify-libraries] Compiling debug-ignore v1.0.5
41012026-08-20T18:23:25.506Z[verify-libraries] Compiling progenitor-client v0.14.0
41022026-08-20T18:23:25.506Z[verify-libraries] Compiling sha1 v0.11.0
41032026-08-20T18:23:25.506Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41042026-08-20T18:23:25.506Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41052026-08-20T18:23:25.560Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41062026-08-20T18:23:25.564Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41072026-08-20T18:23:25.564ZAug 20 18:23:24.419 INFO [stamp-clickhouse] process exited with exit status: 0 (4.929163243s)
41082026-08-20T18:23:25.564ZAug 20 18:23:24.419 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.927873172s)
41092026-08-20T18:23:25.663Z[ host-image] Aug 20 18:23:24.518 INFO O| Aug 20 18:23:24.517 INFO O| Planning: Evaluating mediators ... Done
41102026-08-20T18:23:25.824Z[verify-libraries] Compiling multer v3.1.0
41112026-08-20T18:23:25.824Z[verify-libraries] Compiling compression-core v0.4.31
41122026-08-20T18:23:25.828Z[verify-libraries] Compiling async-stream-impl v0.3.6
41132026-08-20T18:23:25.828Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41142026-08-20T18:23:25.828Z[verify-libraries] Compiling serde_spanned v1.1.1
41152026-08-20T18:23:25.828Z[verify-libraries] Compiling dropshot v0.17.1
41162026-08-20T18:23:25.954Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41172026-08-20T18:23:25.954Z[verify-libraries] Compiling waitgroup v0.1.2
41182026-08-20T18:23:25.996Z[verify-libraries] Compiling hostname v0.3.1
41192026-08-20T18:23:25.996Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41202026-08-20T18:23:25.996Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41212026-08-20T18:23:26.060Z[verify-libraries] Compiling compression-codecs v0.4.37
41222026-08-20T18:23:26.060Z[verify-libraries] Compiling hostname v0.4.2
41232026-08-20T18:23:26.121Z[verify-libraries] Compiling slog-bunyan v2.5.0
41242026-08-20T18:23:26.121Z[verify-libraries] Compiling atomicwrites v0.4.4
41252026-08-20T18:23:26.146Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41262026-08-20T18:23:26.162Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41272026-08-20T18:23:26.166ZAug 20 18:23:25.021 INFO [stamp-nexus] process exited with exit status: 0 (5.533689838s)
41282026-08-20T18:23:26.166ZAug 20 18:23:25.021 INFO [tuf-stamp] task succeeded (5.534424108s)
41292026-08-20T18:23:26.166ZAug 20 18:23:25.021 INFO [tuf-v2-zones] running task
41302026-08-20T18:23:26.213Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41312026-08-20T18:23:26.217Z[verify-libraries] Compiling macaddr v1.0.1
41322026-08-20T18:23:26.217Z[verify-libraries] Compiling regress v0.10.5
41332026-08-20T18:23:26.217Z[verify-libraries] Compiling instant v0.1.13
41342026-08-20T18:23:26.217Z[verify-libraries] Compiling parse-display-derive v0.10.0
41352026-08-20T18:23:26.271Z[verify-libraries] Compiling itertools v0.14.0
41362026-08-20T18:23:26.274Z[verify-libraries] Compiling async-compression v0.4.41
41372026-08-20T18:23:26.282ZAug 20 18:23:25.135 INFO [tuf-v2-zones] task succeeded (114.229486ms)
41382026-08-20T18:23:26.296Z[verify-libraries] Compiling backon v1.6.0
41392026-08-20T18:23:26.399Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41402026-08-20T18:23:26.399Z[verify-libraries] Compiling humantime v2.3.0
41412026-08-20T18:23:26.416Z[verify-libraries] Compiling convert_case v0.4.0
41422026-08-20T18:23:26.480Z[verify-libraries] Compiling async-stream v0.3.6
41432026-08-20T18:23:26.503Z[verify-libraries] Compiling backoff v0.4.0
41442026-08-20T18:23:26.528Z[verify-libraries] Compiling half v2.7.1
41452026-08-20T18:23:26.575Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41462026-08-20T18:23:26.651Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41472026-08-20T18:23:26.651Z[verify-libraries] Compiling progenitor-extras v0.2.0
41482026-08-20T18:23:26.739Z[verify-libraries] Compiling ciborium-io v0.2.2
41492026-08-20T18:23:26.744Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41502026-08-20T18:23:26.744Z[verify-libraries] Compiling indent_write v2.2.0
41512026-08-20T18:23:26.747Z[verify-libraries] Compiling regress v0.11.1
41522026-08-20T18:23:26.812Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41532026-08-20T18:23:26.839Z[verify-libraries] Compiling ciborium-ll v0.2.2
41542026-08-20T18:23:26.869Z[verify-libraries] Compiling derive_more v0.99.20
41552026-08-20T18:23:26.900Z[verify-libraries] Compiling secrecy v0.10.3
41562026-08-20T18:23:26.903Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41572026-08-20T18:23:26.965Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41582026-08-20T18:23:26.989Z[verify-libraries] Compiling inout v0.1.4
41592026-08-20T18:23:27.035Z[verify-libraries] Compiling ciborium v0.2.2
41602026-08-20T18:23:27.065Z[ host-image] Aug 20 18:23:25.920 INFO O| Aug 20 18:23:25.919 INFO O| Planning: Planning completed in 6.49 seconds
41612026-08-20T18:23:27.070Z[ host-image] Aug 20 18:23:25.922 INFO O| Aug 20 18:23:25.922 INFO O| Packages to install: 130
41622026-08-20T18:23:27.070Z[ host-image] Aug 20 18:23:25.922 INFO O| Aug 20 18:23:25.922 INFO O| Mediators to change: 5
41632026-08-20T18:23:27.070Z[ host-image] Aug 20 18:23:25.922 INFO O| Aug 20 18:23:25.922 INFO O| Services to change: 6
41642026-08-20T18:23:27.096Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41652026-08-20T18:23:27.109Z[ host-image] Aug 20 18:23:25.954 INFO O| Aug 20 18:23:25.954 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete
41662026-08-20T18:23:27.118Z[verify-libraries] Compiling universal-hash v0.5.1
41672026-08-20T18:23:27.215Z[verify-libraries] Compiling cipher v0.4.4
41682026-08-20T18:23:27.240Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41692026-08-20T18:23:27.280Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41702026-08-20T18:23:27.313Z[verify-libraries] Compiling opaque-debug v0.3.1
41712026-08-20T18:23:27.363Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41722026-08-20T18:23:27.448Z[verify-libraries] Compiling blake2 v0.10.6
41732026-08-20T18:23:27.473Z[verify-libraries] Compiling poly1305 v0.8.0
41742026-08-20T18:23:27.498Z[verify-libraries] Compiling chacha20 v0.9.1
41752026-08-20T18:23:27.578Z[verify-libraries] Compiling aead v0.5.2
41762026-08-20T18:23:27.607Z[verify-libraries] Compiling password-hash v0.5.0
41772026-08-20T18:23:27.677Z[verify-libraries] Compiling num-derive v0.4.2
41782026-08-20T18:23:27.742Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41792026-08-20T18:23:27.829Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41802026-08-20T18:23:27.859Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41812026-08-20T18:23:28.021Z[verify-libraries] Compiling argon2 v0.5.3
41822026-08-20T18:23:28.071Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41832026-08-20T18:23:28.100Z[verify-libraries] Compiling rayon-core v1.13.0
41842026-08-20T18:23:28.132Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41852026-08-20T18:23:28.133Z[verify-libraries] Compiling glob v0.3.3
41862026-08-20T18:23:28.218Z[verify-libraries] Compiling parse-display v0.10.0
41872026-08-20T18:23:28.333Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41882026-08-20T18:23:28.354Z[verify-libraries] Compiling usdt-macro v0.5.0
41892026-08-20T18:23:28.424Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41902026-08-20T18:23:28.504Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41912026-08-20T18:23:28.599Z[verify-libraries] Compiling typify-impl v0.6.2
41922026-08-20T18:23:28.679Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41932026-08-20T18:23:28.789Z[verify-libraries] Compiling memmap v0.7.0
41942026-08-20T18:23:28.822Z[verify-libraries] Compiling vsss-rs v3.3.4
41952026-08-20T18:23:28.887Z[verify-libraries] Compiling heapless v0.8.0
41962026-08-20T18:23:29.015Z[verify-libraries] Compiling proc-macro-error v1.0.4
41972026-08-20T18:23:29.290Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41982026-08-20T18:23:29.375Z[verify-libraries] Compiling usdt v0.5.0
41992026-08-20T18:23:29.375Z[verify-libraries] Compiling ingot-macros v0.2.0
42002026-08-20T18:23:29.418Z[verify-libraries] Compiling tabwriter v1.4.1
42012026-08-20T18:23:29.422Z[verify-libraries] Compiling hash32 v0.3.1
42022026-08-20T18:23:29.422Z[verify-libraries] Compiling smoltcp v0.11.0
42032026-08-20T18:23:29.574Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42042026-08-20T18:23:29.690Z[verify-libraries] Compiling cobs v0.3.0
42052026-08-20T18:23:29.690Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42062026-08-20T18:23:29.748Z[verify-libraries] Compiling colored v3.1.1
42072026-08-20T18:23:29.775Z[verify-libraries] Compiling rayon v1.11.0
42082026-08-20T18:23:29.787Z[ recovery-image] Aug 20 18:23:28.638 INFO O| Aug 20 18:23:28.638 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42092026-08-20T18:23:29.794Z[ recovery-image] Aug 20 18:23:28.649 INFO O| Aug 20 18:23:28.649 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
42102026-08-20T18:23:29.829Z[verify-libraries] Compiling rand v0.10.1
42112026-08-20T18:23:29.873Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42122026-08-20T18:23:29.945Z[verify-libraries] Compiling num_enum_derive v0.7.6
42132026-08-20T18:23:29.970Z[verify-libraries] Compiling postcard v1.1.3
42142026-08-20T18:23:30.011Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42152026-08-20T18:23:30.052Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42162026-08-20T18:23:30.086Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42172026-08-20T18:23:30.124Z[ recovery-image] Aug 20 18:23:28.978 INFO O| Aug 20 18:23:28.978 INFO O| Caching catalogs ... Done
42182026-08-20T18:23:30.201Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42192026-08-20T18:23:30.217Z[ recovery-image] Aug 20 18:23:29.071 INFO O| Aug 20 18:23:29.071 INFO STEP 0 (pkg_image_create) COMPLETE
42202026-08-20T18:23:30.219Z[ recovery-image] Aug 20 18:23:29.071 INFO O| Aug 20 18:23:29.071 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42212026-08-20T18:23:30.227Z[ recovery-image] Aug 20 18:23:29.082 INFO O| Aug 20 18:23:29.082 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"]
42222026-08-20T18:23:30.254Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42232026-08-20T18:23:30.425Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42242026-08-20T18:23:30.452Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42252026-08-20T18:23:30.557Z[verify-libraries] Compiling num_enum_derive v0.5.11
42262026-08-20T18:23:30.584Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42272026-08-20T18:23:30.603Z[ recovery-image] Aug 20 18:23:29.457 INFO O| Aug 20 18:23:29.457 INFO STEP 1 (pkg_set_publisher) COMPLETE
42282026-08-20T18:23:30.603Z[ recovery-image] Aug 20 18:23:29.457 INFO O| Aug 20 18:23:29.457 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42292026-08-20T18:23:30.603Z[ recovery-image] Aug 20 18:23:29.457 INFO O| Aug 20 18:23:29.457 INFO skip step because feature "publisher_1_name" is not enabled
42302026-08-20T18:23:30.607Z[ recovery-image] Aug 20 18:23:29.457 INFO O| Aug 20 18:23:29.457 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42312026-08-20T18:23:30.607Z[ recovery-image] Aug 20 18:23:29.457 INFO O| Aug 20 18:23:29.457 INFO skip step because feature "publisher_2_name" is not enabled
42322026-08-20T18:23:30.607Z[ recovery-image] Aug 20 18:23:29.457 INFO O| Aug 20 18:23:29.457 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42332026-08-20T18:23:30.607Z[ recovery-image] Aug 20 18:23:29.457 INFO O| Aug 20 18:23:29.457 INFO skip step because feature "publisher_3_name" is not enabled
42342026-08-20T18:23:30.607Z[ recovery-image] Aug 20 18:23:29.457 INFO O| Aug 20 18:23:29.457 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42352026-08-20T18:23:30.652Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42362026-08-20T18:23:30.748Z[verify-libraries] Compiling foreign-types v0.5.0
42372026-08-20T18:23:30.787Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42382026-08-20T18:23:30.792Z[verify-libraries] Compiling cstr-argument v0.1.2
42392026-08-20T18:23:30.854Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42402026-08-20T18:23:30.893Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42412026-08-20T18:23:30.925Z[ recovery-image] Aug 20 18:23:29.779 INFO O| Aug 20 18:23:29.779 INFO variant opensolaris.zone is already global
42422026-08-20T18:23:30.925Z[ recovery-image] Aug 20 18:23:29.779 INFO O| Aug 20 18:23:29.779 INFO STEP 5 (pkg_change_variant) COMPLETE
42432026-08-20T18:23:30.925Z[ recovery-image] Aug 20 18:23:29.779 INFO O| Aug 20 18:23:29.779 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42442026-08-20T18:23:30.948Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42452026-08-20T18:23:31.003Z[verify-libraries] Compiling sigpipe v0.1.3
42462026-08-20T18:23:31.057Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42472026-08-20T18:23:31.224Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42482026-08-20T18:23:31.230Z[verify-libraries] Compiling num_enum v0.7.6
42492026-08-20T18:23:31.233Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42502026-08-20T18:23:31.233Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42512026-08-20T18:23:31.251Z[ recovery-image] Aug 20 18:23:30.105 INFO O| Aug 20 18:23:30.105 INFO variant opensolaris.imagetype is full; changing to partial
42522026-08-20T18:23:31.251Z[ recovery-image] Aug 20 18:23:30.105 INFO O| Aug 20 18:23:30.105 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42532026-08-20T18:23:31.307Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42542026-08-20T18:23:31.376Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42552026-08-20T18:23:31.376Z[verify-libraries] Compiling itertools v0.12.1
42562026-08-20T18:23:31.430Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42572026-08-20T18:23:31.434Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42582026-08-20T18:23:31.499Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42592026-08-20T18:23:31.499Z[verify-libraries] Compiling toml v0.8.23
42602026-08-20T18:23:31.689Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42612026-08-20T18:23:31.729Z[verify-libraries] Compiling smf v0.2.3
42622026-08-20T18:23:31.753Z[verify-libraries] Compiling num_enum v0.5.11
42632026-08-20T18:23:31.836Z[verify-libraries] Compiling whoami v1.6.1
42642026-08-20T18:23:31.870Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42652026-08-20T18:23:31.899Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42662026-08-20T18:23:31.946Z[verify-libraries] Compiling derive-where v1.6.0
42672026-08-20T18:23:31.978Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42682026-08-20T18:23:32.109Z[ host-image] Aug 20 18:23:30.964 INFO O| Aug 20 18:23:30.964 INFO O| Download: 11691/23887 items 99.2/222.8MB 44% complete (20.0M/s)
42692026-08-20T18:23:32.112Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42702026-08-20T18:23:32.226Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
42712026-08-20T18:23:32.306Z[verify-libraries] Compiling gethostname v0.5.0
42722026-08-20T18:23:32.333Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42732026-08-20T18:23:32.333Z[verify-libraries] Compiling newline-converter v0.3.0
42742026-08-20T18:23:32.435Z[verify-libraries] Compiling console v0.15.11
42752026-08-20T18:23:32.468Z[verify-libraries] Compiling linear-map v1.2.0
42762026-08-20T18:23:32.495Z[verify-libraries] Compiling ingot-types v0.2.0
42772026-08-20T18:23:32.520Z[verify-libraries] Compiling resolv-conf v0.7.6
42782026-08-20T18:23:32.547Z[verify-libraries] Compiling num-rational v0.4.2
42792026-08-20T18:23:32.606Z[verify-libraries] Compiling zone v0.3.1
42802026-08-20T18:23:32.609Z[verify-libraries] Compiling num-complex v0.4.6
42812026-08-20T18:23:32.750Z[verify-libraries] Compiling slog-dtrace v0.3.0
42822026-08-20T18:23:32.754Z[verify-libraries] Compiling prettyplease v0.2.37
42832026-08-20T18:23:32.988Z[verify-libraries] Compiling ingot v0.2.1
42842026-08-20T18:23:33.017Z[verify-libraries] Compiling expectorate v1.2.0
42852026-08-20T18:23:33.066Z[verify-libraries] Compiling num v0.4.3
42862026-08-20T18:23:33.113Z[verify-libraries] Compiling float-ord v0.3.2
42872026-08-20T18:23:33.166Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42882026-08-20T18:23:33.210Z[verify-libraries] Compiling linked-hash-map v0.5.6
42892026-08-20T18:23:33.267Z[ recovery-image] Aug 20 18:23:32.122 INFO O| Aug 20 18:23:32.122 INFO O| Startup: Refreshing catalog 'helios' ... Done
42902026-08-20T18:23:33.273Z[verify-libraries] Compiling hickory-proto v0.24.4
42912026-08-20T18:23:33.299Z[verify-libraries] Compiling convert_case v0.10.0
42922026-08-20T18:23:33.300Z[verify-libraries] Compiling minimal-lexical v0.2.1
42932026-08-20T18:23:33.330Z[verify-libraries] Compiling unicode-xid v0.2.6
42942026-08-20T18:23:33.394Z[verify-libraries] Compiling tabled_derive v0.7.0
42952026-08-20T18:23:33.436Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
42962026-08-20T18:23:33.439Z[verify-libraries] Compiling typify-macro v0.6.2
42972026-08-20T18:23:33.487Z[verify-libraries] Compiling lru-cache v0.1.2
42982026-08-20T18:23:33.585Z[verify-libraries] Compiling nom v7.1.3
42992026-08-20T18:23:33.661Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43002026-08-20T18:23:33.664Z[verify-libraries] Compiling fd-lock v4.0.4
43012026-08-20T18:23:33.709Z[verify-libraries] Compiling derive_more-impl v2.1.1
43022026-08-20T18:23:33.731Z[ recovery-image] Aug 20 18:23:32.586 INFO O| Aug 20 18:23:32.586 INFO O| Startup: Caching catalogs ... Done
43032026-08-20T18:23:33.739Z[verify-libraries] Compiling vte v0.14.1
43042026-08-20T18:23:33.746Z[ recovery-image] Aug 20 18:23:32.601 INFO O| Aug 20 18:23:32.601 INFO O| Planning: Planning completed in 0.00 seconds
43052026-08-20T18:23:33.749Z[ recovery-image] Aug 20 18:23:32.601 INFO O| Aug 20 18:23:32.601 INFO O| Planning: Consolidating action changes ... Done
43062026-08-20T18:23:33.749Z[ recovery-image] Aug 20 18:23:32.601 INFO O| Aug 20 18:23:32.601 INFO O| Planning: Evaluating mediators ... Done
43072026-08-20T18:23:33.749Z[ recovery-image] Aug 20 18:23:32.601 INFO O| Aug 20 18:23:32.601 INFO O| Planning: Planning completed in 0.00 seconds
43082026-08-20T18:23:33.749Z[ recovery-image] Aug 20 18:23:32.602 INFO O| Aug 20 18:23:32.602 INFO O| Variants/Facets to change: 1
43092026-08-20T18:23:33.788Z[ recovery-image] Aug 20 18:23:32.642 INFO O| Aug 20 18:23:32.642 INFO O| Finalize: Updating package state database ... Done
43102026-08-20T18:23:33.788Z[ recovery-image] Aug 20 18:23:32.642 INFO O| Aug 20 18:23:32.642 INFO O| Finalize: Updating package cache ... Done
43112026-08-20T18:23:33.870Z[verify-libraries] Compiling display-error-chain v0.2.2
43122026-08-20T18:23:33.877Z[ recovery-image] Aug 20 18:23:32.732 INFO O| Aug 20 18:23:32.732 INFO O| Finalize: Updating image state ... Done
43132026-08-20T18:23:33.897Z[ recovery-image] Aug 20 18:23:32.750 INFO O| Aug 20 18:23:32.748 INFO O| Finalize: Creating fast lookup database ... Done
43142026-08-20T18:23:33.897Z[ recovery-image] Aug 20 18:23:32.750 INFO O| Aug 20 18:23:32.749 INFO O| Finalize: Reading search index ... Done
43152026-08-20T18:23:33.897Z[ recovery-image] Aug 20 18:23:32.750 INFO O| Aug 20 18:23:32.749 INFO O| Finalize: Updating search index ... Done
43162026-08-20T18:23:33.897Z[ recovery-image] Aug 20 18:23:32.750 INFO O| Aug 20 18:23:32.749 INFO O| Finalize: Updating package cache ... Done
43172026-08-20T18:23:33.903Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43182026-08-20T18:23:33.994Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43192026-08-20T18:23:34.076Z[verify-libraries] Compiling stacker v0.1.23
43202026-08-20T18:23:34.154Z[verify-libraries] Compiling reedline v0.40.0
43212026-08-20T18:23:34.197Z[ recovery-image] Aug 20 18:23:33.050 INFO O| Aug 20 18:23:33.050 INFO STEP 6 (pkg_change_variant) COMPLETE
43222026-08-20T18:23:34.197Z[ recovery-image] Aug 20 18:23:33.050 INFO O| Aug 20 18:23:33.050 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43232026-08-20T18:23:34.201Z[ recovery-image] Aug 20 18:23:33.050 INFO O| Aug 20 18:23:33.050 INFO skip step because feature "debug_variant" is not enabled
43242026-08-20T18:23:34.201Z[ recovery-image] Aug 20 18:23:33.050 INFO O| Aug 20 18:23:33.050 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43252026-08-20T18:23:34.293Z[verify-libraries] Compiling cfg_aliases v0.1.1
43262026-08-20T18:23:34.336Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43272026-08-20T18:23:34.484Z[verify-libraries] Compiling semver v0.1.20
43282026-08-20T18:23:34.571Z[ recovery-image] Aug 20 18:23:33.426 INFO O| Aug 20 18:23:33.425 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43292026-08-20T18:23:34.604Z[verify-libraries] Compiling termtree v0.5.1
43302026-08-20T18:23:34.628Z[verify-libraries] Compiling tabled v0.15.0
43312026-08-20T18:23:34.665Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43322026-08-20T18:23:34.665Z[verify-libraries] Compiling psm v0.1.30
43332026-08-20T18:23:34.758Z[verify-libraries] Compiling nix v0.28.0
43342026-08-20T18:23:34.790Z[verify-libraries] Compiling derive_more v2.1.1
43352026-08-20T18:23:34.847Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43362026-08-20T18:23:34.941Z[verify-libraries] Compiling crossterm v0.29.0
43372026-08-20T18:23:34.964Z[verify-libraries] Compiling rustc_version v0.1.7
43382026-08-20T18:23:34.985Z[verify-libraries] Compiling phf_shared v0.12.1
43392026-08-20T18:23:35.208Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43402026-08-20T18:23:35.238Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43412026-08-20T18:23:35.283Z[verify-libraries] Compiling nibble_vec v0.1.0
43422026-08-20T18:23:35.287Z[verify-libraries] Compiling chrono-tz v0.10.4
43432026-08-20T18:23:35.309Z[verify-libraries] Compiling endian-type v0.1.2
43442026-08-20T18:23:35.358Z[verify-libraries] Compiling highway v1.3.0
43452026-08-20T18:23:35.467Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43462026-08-20T18:23:35.492Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43472026-08-20T18:23:35.492Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43482026-08-20T18:23:35.601Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43492026-08-20T18:23:35.633Z[verify-libraries] Compiling typify v0.6.2
43502026-08-20T18:23:35.788Z[verify-libraries] Compiling progenitor-impl v0.14.0
43512026-08-20T18:23:35.828Z[verify-libraries] Compiling hickory-resolver v0.24.4
43522026-08-20T18:23:35.975Z[verify-libraries] Compiling radix_trie v0.2.1
43532026-08-20T18:23:36.153Z[verify-libraries] Compiling recursive v0.1.1
43542026-08-20T18:23:36.377Z[verify-libraries] Compiling newtype_derive v0.1.6
43552026-08-20T18:23:36.403Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43562026-08-20T18:23:36.484Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43572026-08-20T18:23:36.708Z[verify-libraries] Compiling phf v0.12.1
43582026-08-20T18:23:36.911Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43592026-08-20T18:23:36.958Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43602026-08-20T18:23:36.961Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43612026-08-20T18:23:36.961Z[ recovery-image] Aug 20 18:23:35.812 INFO O| Aug 20 18:23:35.812 INFO O| Startup: Refreshing catalog 'helios' ... Done
43622026-08-20T18:23:37.008Z[verify-libraries] Compiling qorb v0.4.1
43632026-08-20T18:23:37.106Z[verify-libraries] Compiling peg-macros v0.8.5
43642026-08-20T18:23:37.110Z[ host-image] Aug 20 18:23:35.964 INFO O| Aug 20 18:23:35.964 INFO O| Download: 23335/23887 items 220.8/222.8MB 99% complete (22.0M/s)
43652026-08-20T18:23:37.145Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43662026-08-20T18:23:37.176Z[verify-libraries] Compiling winnow v0.6.26
43672026-08-20T18:23:37.215Z[verify-libraries] Compiling csv-core v0.1.13
43682026-08-20T18:23:37.326Z[ host-image] Aug 20 18:23:36.181 INFO O| Aug 20 18:23:36.181 INFO O| Download: Completed 222.83 MB in 10.23 seconds (21.7M/s)
43692026-08-20T18:23:37.401Z[ recovery-image] Aug 20 18:23:36.255 INFO O| Aug 20 18:23:36.255 INFO O| Startup: Caching catalogs ... Done
43702026-08-20T18:23:37.416Z[ recovery-image] Aug 20 18:23:36.271 INFO O| Aug 20 18:23:36.271 INFO O| Planning: Planning completed in 0.00 seconds
43712026-08-20T18:23:37.419Z[ recovery-image] Aug 20 18:23:36.271 INFO O| Aug 20 18:23:36.271 INFO O| Planning: Consolidating action changes ... Done
43722026-08-20T18:23:37.419Z[ recovery-image] Aug 20 18:23:36.271 INFO O| Aug 20 18:23:36.271 INFO O| Planning: Evaluating mediators ... Done
43732026-08-20T18:23:37.419Z[ recovery-image] Aug 20 18:23:36.271 INFO O| Aug 20 18:23:36.271 INFO O| Planning: Planning completed in 0.00 seconds
43742026-08-20T18:23:37.419Z[ recovery-image] Aug 20 18:23:36.272 INFO O| Aug 20 18:23:36.272 INFO O| Variants/Facets to change: 1
43752026-08-20T18:23:37.430Z[ recovery-image] Aug 20 18:23:36.285 INFO O| Aug 20 18:23:36.285 INFO O| Finalize: Updating package state database ... Done
43762026-08-20T18:23:37.431Z[ recovery-image] Aug 20 18:23:36.285 INFO O| Aug 20 18:23:36.285 INFO O| Finalize: Updating package cache ... Done
43772026-08-20T18:23:37.552Z[verify-libraries] Compiling home v0.5.12
43782026-08-20T18:23:37.560Z[ recovery-image] Aug 20 18:23:36.415 INFO O| Aug 20 18:23:36.415 INFO O| Finalize: Updating image state ... Done
43792026-08-20T18:23:37.578Z[ recovery-image] Aug 20 18:23:36.431 INFO O| Aug 20 18:23:36.431 INFO O| Finalize: Creating fast lookup database ... Done
43802026-08-20T18:23:37.581Z[ recovery-image] Aug 20 18:23:36.432 INFO O| Aug 20 18:23:36.432 INFO O| Finalize: Reading search index ... Done
43812026-08-20T18:23:37.581Z[ recovery-image] Aug 20 18:23:36.432 INFO O| Aug 20 18:23:36.432 INFO O| Finalize: Updating search index ... Done
43822026-08-20T18:23:37.581Z[ recovery-image] Aug 20 18:23:36.433 INFO O| Aug 20 18:23:36.433 INFO O| Finalize: Updating package cache ... Done
43832026-08-20T18:23:37.680Z[verify-libraries] Compiling unicode_categories v0.1.1
43842026-08-20T18:23:37.876Z[verify-libraries] Compiling rustyline v14.0.0
43852026-08-20T18:23:37.880Z[ recovery-image] Aug 20 18:23:36.732 INFO O| Aug 20 18:23:36.731 INFO STEP 8 (pkg_change_facet) COMPLETE
43862026-08-20T18:23:37.880Z[ recovery-image] Aug 20 18:23:36.732 INFO O| Aug 20 18:23:36.732 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43872026-08-20T18:23:37.890Z[ host-image] Aug 20 18:23:36.737 INFO O| Aug 20 18:23:36.737 INFO O| Actions: 1/54180 actions (Installing new actions)
43882026-08-20T18:23:37.984Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43892026-08-20T18:23:38.043Z[verify-libraries] Compiling sqlparser v0.61.0
43902026-08-20T18:23:38.076Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43912026-08-20T18:23:38.200Z[ recovery-image] Aug 20 18:23:37.055 INFO O| Aug 20 18:23:37.055 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43922026-08-20T18:23:38.223Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43932026-08-20T18:23:38.291Z[verify-libraries] Compiling const_format v0.2.35
43942026-08-20T18:23:38.326Z[verify-libraries] Compiling csv v1.4.0
43952026-08-20T18:23:38.477Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43962026-08-20T18:23:38.535Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43972026-08-20T18:23:38.649Z[verify-libraries] Compiling progenitor-macro v0.14.0
43982026-08-20T18:23:38.681Z[verify-libraries] Compiling sqlformat v0.3.5
43992026-08-20T18:23:38.735Z[verify-libraries] Compiling peg v0.8.5
44002026-08-20T18:23:38.885Z[verify-libraries] Compiling bcs v0.1.6
44012026-08-20T18:23:39.091Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44022026-08-20T18:23:39.121Z[verify-libraries] Compiling nom v8.0.0
44032026-08-20T18:23:39.298Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44042026-08-20T18:23:39.340Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44052026-08-20T18:23:39.421Z[verify-libraries] Compiling steno v0.4.1
44062026-08-20T18:23:39.477Z[verify-libraries] Compiling sha1 v0.10.6
44072026-08-20T18:23:39.518Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44082026-08-20T18:23:39.751Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44092026-08-20T18:23:39.809Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44102026-08-20T18:23:39.874Z[verify-libraries] Compiling tagptr v0.2.0
44112026-08-20T18:23:39.955Z[verify-libraries] Compiling utf-8 v0.7.6
44122026-08-20T18:23:40.172Z[verify-libraries] Compiling moka v0.12.13
44132026-08-20T18:23:40.188Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44142026-08-20T18:23:40.217Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44152026-08-20T18:23:40.238Z[verify-libraries] Compiling tungstenite v0.21.0
44162026-08-20T18:23:40.241Z[verify-libraries] Compiling libefi-sys v0.1.0
44172026-08-20T18:23:40.302Z[verify-libraries] Compiling bitfield-struct v0.6.2
44182026-08-20T18:23:40.313Z[ recovery-image] Aug 20 18:23:39.168 INFO O| Aug 20 18:23:39.168 INFO O| Startup: Refreshing catalog 'helios' ... Done
44192026-08-20T18:23:40.372Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44202026-08-20T18:23:40.405Z[verify-libraries] Compiling xshell-macros v0.2.7
44212026-08-20T18:23:40.735Z[verify-libraries] Compiling libscf-sys v1.2.0
44222026-08-20T18:23:40.799Z[verify-libraries] Compiling papergrid v0.18.0
44232026-08-20T18:23:40.802Z[ recovery-image] Aug 20 18:23:39.657 INFO O| Aug 20 18:23:39.657 INFO O| Startup: Caching catalogs ... Done
44242026-08-20T18:23:40.818Z[ recovery-image] Aug 20 18:23:39.672 INFO O| Aug 20 18:23:39.672 INFO O| Planning: Planning completed in 0.00 seconds
44252026-08-20T18:23:40.821Z[ recovery-image] Aug 20 18:23:39.673 INFO O| Aug 20 18:23:39.673 INFO O| Planning: Consolidating action changes ... Done
44262026-08-20T18:23:40.821Z[ recovery-image] Aug 20 18:23:39.673 INFO O| Aug 20 18:23:39.673 INFO O| Planning: Evaluating mediators ... Done
44272026-08-20T18:23:40.821Z[ recovery-image] Aug 20 18:23:39.673 INFO O| Aug 20 18:23:39.673 INFO O| Planning: Planning completed in 0.00 seconds
44282026-08-20T18:23:40.821Z[ recovery-image] Aug 20 18:23:39.673 INFO O| Aug 20 18:23:39.673 INFO O| Variants/Facets to change: 1
44292026-08-20T18:23:40.838Z[ recovery-image] Aug 20 18:23:39.692 INFO O| Aug 20 18:23:39.692 INFO O| Finalize: Updating package state database ... Done
44302026-08-20T18:23:40.838Z[ recovery-image] Aug 20 18:23:39.692 INFO O| Aug 20 18:23:39.692 INFO O| Finalize: Updating package cache ... Done
44312026-08-20T18:23:40.846Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44322026-08-20T18:23:40.915Z[ recovery-image] Aug 20 18:23:39.769 INFO O| Aug 20 18:23:39.769 INFO O| Finalize: Updating image state ... Done
44332026-08-20T18:23:40.918Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44342026-08-20T18:23:40.933Z[ recovery-image] Aug 20 18:23:39.785 INFO O| Aug 20 18:23:39.785 INFO O| Finalize: Creating fast lookup database ... Done
44352026-08-20T18:23:40.933Z[ recovery-image] Aug 20 18:23:39.785 INFO O| Aug 20 18:23:39.785 INFO O| Finalize: Reading search index ... Done
44362026-08-20T18:23:40.933Z[ recovery-image] Aug 20 18:23:39.785 INFO O| Aug 20 18:23:39.785 INFO O| Finalize: Updating search index ... Done
44372026-08-20T18:23:40.933Z[ recovery-image] Aug 20 18:23:39.787 INFO O| Aug 20 18:23:39.786 INFO O| Finalize: Updating package cache ... Done
44382026-08-20T18:23:40.968Z[verify-libraries] Compiling hickory-resolver v0.25.2
44392026-08-20T18:23:41.023Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44402026-08-20T18:23:41.108Z[verify-libraries] Compiling xshell v0.2.7
44412026-08-20T18:23:41.199Z[ recovery-image] Aug 20 18:23:40.052 INFO O| Aug 20 18:23:40.052 INFO STEP 9 (pkg_change_facet) COMPLETE
44422026-08-20T18:23:41.199Z[ recovery-image] Aug 20 18:23:40.052 INFO O| Aug 20 18:23:40.052 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44432026-08-20T18:23:41.275Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44442026-08-20T18:23:41.321Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44452026-08-20T18:23:41.324Z[verify-libraries] Compiling sha2 v0.11.0
44462026-08-20T18:23:41.375Z[verify-libraries] Compiling subprocess v0.2.15
44472026-08-20T18:23:41.489Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44482026-08-20T18:23:41.532Z[ recovery-image] Aug 20 18:23:40.387 INFO O| Aug 20 18:23:40.382 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44492026-08-20T18:23:41.689Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44502026-08-20T18:23:41.783Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44512026-08-20T18:23:41.816Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44522026-08-20T18:23:41.936Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44532026-08-20T18:23:42.121Z[verify-libraries] Compiling tabled v0.21.0
44542026-08-20T18:23:42.255Z[verify-libraries] Compiling headers-core v0.3.0
44552026-08-20T18:23:42.294Z[verify-libraries] Compiling unicase v2.9.0
44562026-08-20T18:23:42.316Z[verify-libraries] Compiling darling_core v0.21.3
44572026-08-20T18:23:42.596Z[verify-libraries] Compiling headers v0.4.1
44582026-08-20T18:23:42.764Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44592026-08-20T18:23:42.823Z[verify-libraries] Compiling maplit v1.0.2
44602026-08-20T18:23:42.888Z[ host-image] Aug 20 18:23:41.741 INFO O| Aug 20 18:23:41.741 INFO O| Actions: 22060/54180 actions (Installing new actions)
44612026-08-20T18:23:42.897Z[verify-libraries] Compiling crc8 v0.1.1
44622026-08-20T18:23:43.129Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44632026-08-20T18:23:43.203Z[verify-libraries] Compiling yasna v0.5.2
44642026-08-20T18:23:43.268Z[verify-libraries] Compiling vergen-lib v0.1.6
44652026-08-20T18:23:43.457Z[verify-libraries] Compiling diesel_derives v2.3.7
44662026-08-20T18:23:43.518Z[verify-libraries] Compiling port-file v0.1.0
44672026-08-20T18:23:43.679Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44682026-08-20T18:23:43.763Z[ recovery-image] Aug 20 18:23:42.617 INFO O| Aug 20 18:23:42.617 INFO O| Startup: Refreshing catalog 'helios' ... Done
44692026-08-20T18:23:43.766Z[verify-libraries] Compiling rcgen v0.12.1
44702026-08-20T18:23:43.887Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44712026-08-20T18:23:43.922Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44722026-08-20T18:23:43.994Z[verify-libraries] Compiling half v1.8.3
44732026-08-20T18:23:44.204Z[ recovery-image] Aug 20 18:23:43.046 INFO O| Aug 20 18:23:43.046 INFO O| Startup: Caching catalogs ... Done
44742026-08-20T18:23:44.208Z[ recovery-image] Aug 20 18:23:43.061 INFO O| Aug 20 18:23:43.061 INFO O| Planning: Planning completed in 0.00 seconds
44752026-08-20T18:23:44.208Z[ recovery-image] Aug 20 18:23:43.062 INFO O| Aug 20 18:23:43.062 INFO O| Planning: Consolidating action changes ... Done
44762026-08-20T18:23:44.208Z[ recovery-image] Aug 20 18:23:43.062 INFO O| Aug 20 18:23:43.062 INFO O| Planning: Evaluating mediators ... Done
44772026-08-20T18:23:44.208Z[ recovery-image] Aug 20 18:23:43.062 INFO O| Aug 20 18:23:43.062 INFO O| Planning: Planning completed in 0.00 seconds
44782026-08-20T18:23:44.208Z[ recovery-image] Aug 20 18:23:43.062 INFO O| Aug 20 18:23:43.062 INFO O| Variants/Facets to change: 1
44792026-08-20T18:23:44.212Z[verify-libraries] Compiling serde_cbor v0.11.2
44802026-08-20T18:23:44.226Z[ recovery-image] Aug 20 18:23:43.081 INFO O| Aug 20 18:23:43.081 INFO O| Finalize: Updating package state database ... Done
44812026-08-20T18:23:44.227Z[ recovery-image] Aug 20 18:23:43.081 INFO O| Aug 20 18:23:43.081 INFO O| Finalize: Updating package cache ... Done
44822026-08-20T18:23:44.283Z[verify-libraries] Compiling r2d2 v0.8.10
44832026-08-20T18:23:44.307Z[ recovery-image] Aug 20 18:23:43.160 INFO O| Aug 20 18:23:43.160 INFO O| Finalize: Updating image state ... Done
44842026-08-20T18:23:44.322Z[ recovery-image] Aug 20 18:23:43.176 INFO O| Aug 20 18:23:43.176 INFO O| Finalize: Creating fast lookup database ... Done
44852026-08-20T18:23:44.322Z[ recovery-image] Aug 20 18:23:43.176 INFO O| Aug 20 18:23:43.176 INFO O| Finalize: Reading search index ... Done
44862026-08-20T18:23:44.322Z[ recovery-image] Aug 20 18:23:43.176 INFO O| Aug 20 18:23:43.176 INFO O| Finalize: Updating search index ... Done
44872026-08-20T18:23:44.327Z[ recovery-image] Aug 20 18:23:43.179 INFO O| Aug 20 18:23:43.179 INFO O| Finalize: Updating package cache ... Done
44882026-08-20T18:23:44.372Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44892026-08-20T18:23:44.407Z[verify-libraries] Compiling progenitor v0.14.0
44902026-08-20T18:23:44.465Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44912026-08-20T18:23:44.508Z[verify-libraries] Compiling downcast-rs v2.0.2
44922026-08-20T18:23:44.586Z[verify-libraries] Compiling cpubits v0.1.1
44932026-08-20T18:23:44.632Z[ recovery-image] Aug 20 18:23:43.486 INFO O| Aug 20 18:23:43.486 INFO STEP 10 (pkg_change_facet) COMPLETE
44942026-08-20T18:23:44.632Z[ recovery-image] Aug 20 18:23:43.486 INFO O| Aug 20 18:23:43.486 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44952026-08-20T18:23:44.641Z[ recovery-image] Aug 20 18:23:43.496 INFO O| Aug 20 18:23:43.496 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"]
44962026-08-20T18:23:44.674Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44972026-08-20T18:23:44.721Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
44982026-08-20T18:23:44.750Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44992026-08-20T18:23:44.803Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45002026-08-20T18:23:44.854Z[verify-libraries] Compiling crunchy v0.2.4
45012026-08-20T18:23:44.966Z[verify-libraries] Compiling dirs-next v2.0.0
45022026-08-20T18:23:45.229Z[verify-libraries] Compiling clang-sys v1.8.1
45032026-08-20T18:23:45.385Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45042026-08-20T18:23:45.410Z[verify-libraries] Compiling tiny-keccak v2.0.2
45052026-08-20T18:23:45.542Z[verify-libraries] Compiling darling_macro v0.21.3
45062026-08-20T18:23:45.598Z[verify-libraries] Compiling term v0.7.0
45072026-08-20T18:23:45.636Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45082026-08-20T18:23:45.719Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45092026-08-20T18:23:45.784Z[ host-image] Aug 20 18:23:44.638 INFO O| Aug 20 18:23:44.638 INFO O| Actions: Completed 54180 actions in 7.89 seconds.
45102026-08-20T18:23:45.831Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45112026-08-20T18:23:45.856Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45122026-08-20T18:23:45.871Z[ host-image] Aug 20 18:23:44.726 INFO O| Aug 20 18:23:44.725 INFO O| Finalize: Updating package state database ... Done
45132026-08-20T18:23:45.871Z[ host-image] Aug 20 18:23:44.726 INFO O| Aug 20 18:23:44.726 INFO O| Finalize: Updating package cache ... Done
45142026-08-20T18:23:45.902Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45152026-08-20T18:23:45.986Z[ host-image] Aug 20 18:23:44.841 INFO O| Aug 20 18:23:44.841 INFO O| Finalize: Updating image state ... Done
45162026-08-20T18:23:46.032Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45172026-08-20T18:23:46.145Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45182026-08-20T18:23:46.145Z[verify-libraries] Compiling darling v0.21.3
45192026-08-20T18:23:46.232Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45202026-08-20T18:23:46.296Z[verify-libraries] Compiling bit-vec v0.6.3
45212026-08-20T18:23:46.300Z[verify-libraries] Compiling diff v0.1.13
45222026-08-20T18:23:46.338Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45232026-08-20T18:23:46.393Z[verify-libraries] Compiling ascii-canvas v3.0.0
45242026-08-20T18:23:46.564Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45252026-08-20T18:23:46.602Z[ recovery-image] Aug 20 18:23:45.456 INFO O| Aug 20 18:23:45.456 INFO O| Startup: Refreshing catalog 'helios' ... Done
45262026-08-20T18:23:46.605Z[verify-libraries] Compiling bit-set v0.5.3
45272026-08-20T18:23:46.661Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45282026-08-20T18:23:46.667Z[verify-libraries] Compiling itertools v0.10.5
45292026-08-20T18:23:46.741Z[verify-libraries] Compiling ena v0.14.4
45302026-08-20T18:23:46.768Z[verify-libraries] Compiling libloading v0.8.9
45312026-08-20T18:23:46.830Z[verify-libraries] Compiling regex-syntax v0.6.29
45322026-08-20T18:23:46.887Z[verify-libraries] Compiling bindgen v0.71.1
45332026-08-20T18:23:46.954Z[ host-image] Aug 20 18:23:45.809 INFO O| Aug 20 18:23:45.808 INFO O| Finalize: Creating fast lookup database ... Done
45342026-08-20T18:23:46.983Z[ host-image] Aug 20 18:23:45.838 INFO O| Aug 20 18:23:45.838 INFO O| Finalize: Reading search index ... Done
45352026-08-20T18:23:47.021Z[ recovery-image] Aug 20 18:23:45.876 INFO O| Aug 20 18:23:45.876 INFO O| Startup: Caching catalogs ... Done
45362026-08-20T18:23:47.035Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45372026-08-20T18:23:47.039Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45382026-08-20T18:23:47.237Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45392026-08-20T18:23:47.316Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45402026-08-20T18:23:47.426Z[verify-libraries] Compiling cexpr v0.6.0
45412026-08-20T18:23:47.432Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45422026-08-20T18:23:47.570Z[verify-libraries] Compiling rustc-hash v2.1.1
45432026-08-20T18:23:47.634Z[verify-libraries] Compiling rfc6979 v0.4.0
45442026-08-20T18:23:47.766Z[verify-libraries] Compiling libxml v0.3.3
45452026-08-20T18:23:47.837Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45462026-08-20T18:23:47.841Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45472026-08-20T18:23:47.910Z[verify-libraries] Compiling ecdsa v0.16.9
45482026-08-20T18:23:48.045Z[verify-libraries] Compiling strum_macros v0.24.3
45492026-08-20T18:23:48.168Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45502026-08-20T18:23:48.199Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45512026-08-20T18:23:48.338Z[verify-libraries] Compiling lalrpop v0.19.12
45522026-08-20T18:23:48.378Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45532026-08-20T18:23:48.436Z[verify-libraries] Compiling primeorder v0.13.6
45542026-08-20T18:23:48.496Z[verify-libraries] Compiling hashbrown v0.14.5
45552026-08-20T18:23:48.890Z[verify-libraries] Compiling hmac v0.13.0
45562026-08-20T18:23:48.953Z[verify-libraries] Compiling universal-hash v0.6.1
45572026-08-20T18:23:49.146Z[ recovery-image] Aug 20 18:23:48.000 INFO O| Aug 20 18:23:48.000 INFO O| Planning: Solver setup ... Done
45582026-08-20T18:23:49.164Z[verify-libraries] Compiling fxhash v0.2.1
45592026-08-20T18:23:49.225Z[verify-libraries] Compiling indoc v1.0.9
45602026-08-20T18:23:49.296Z[verify-libraries] Compiling salty v0.3.0
45612026-08-20T18:23:49.336Z[ recovery-image] Aug 20 18:23:48.189 INFO O| Aug 20 18:23:48.189 INFO O| Planning: Running solver ... Done
45622026-08-20T18:23:49.371Z[verify-libraries] Compiling chumsky v0.9.3
45632026-08-20T18:23:49.375Z[verify-libraries] Compiling knus-derive v3.4.0
45642026-08-20T18:23:49.380Z[ recovery-image] Aug 20 18:23:48.234 INFO O| Aug 20 18:23:48.234 INFO O| Planning: Finding local manifests ... Done
45652026-08-20T18:23:49.418Z[ recovery-image] Aug 20 18:23:48.273 INFO O| Aug 20 18:23:48.273 INFO O| Planning: Fetching manifests: 0/130 0% complete
45662026-08-20T18:23:49.615Z[ host-image] Aug 20 18:23:48.469 INFO O| Aug 20 18:23:48.469 INFO O| Finalize: Building new search index ... Done
45672026-08-20T18:23:49.627Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45682026-08-20T18:23:49.732Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45692026-08-20T18:23:49.998Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45702026-08-20T18:23:50.096Z[ host-image] Aug 20 18:23:48.950 INFO O| Aug 20 18:23:48.950 INFO O| Finalize: Updating package cache ... Done
45712026-08-20T18:23:50.571Z[ host-image] Aug 20 18:23:49.425 INFO O| Aug 20 18:23:49.425 INFO STEP 11 (pkg_install) COMPLETE
45722026-08-20T18:23:50.571Z[ host-image] Aug 20 18:23:49.425 INFO O| Aug 20 18:23:49.425 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45732026-08-20T18:23:50.581Z[ host-image] Aug 20 18:23:49.436 INFO O| Aug 20 18:23:49.436 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"]
45742026-08-20T18:23:50.939Z[verify-libraries] Compiling p384 v0.13.1
45752026-08-20T18:23:51.295Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45762026-08-20T18:23:51.851Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45772026-08-20T18:23:51.994Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45782026-08-20T18:23:52.155Z[verify-libraries] Compiling progenitor-impl v0.13.0
45792026-08-20T18:23:52.255Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45802026-08-20T18:23:52.532Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45812026-08-20T18:23:52.619Z[verify-libraries] Compiling oso-derive v0.27.3
45822026-08-20T18:23:52.771Z[verify-libraries] Compiling quick-xml v0.37.5
45832026-08-20T18:23:52.775Z[ host-image] Aug 20 18:23:51.629 INFO O| Aug 20 18:23:51.629 INFO O| Startup: Refreshing catalog 'helios' ... Done
45842026-08-20T18:23:52.992Z[verify-libraries] Compiling diesel v2.3.7
45852026-08-20T18:23:53.216Z[ host-image] Aug 20 18:23:52.067 INFO O| Aug 20 18:23:52.067 INFO O| Startup: Caching catalogs ... Done
45862026-08-20T18:23:53.299Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45872026-08-20T18:23:53.434Z[ recovery-image] Aug 20 18:23:52.288 INFO O| Aug 20 18:23:52.288 INFO O| Planning: Fetching manifests: 130/130 100% complete
45882026-08-20T18:23:53.683Z[ host-image] Aug 20 18:23:52.537 INFO O| Aug 20 18:23:52.537 INFO O| Planning: Solver setup ... Done
45892026-08-20T18:23:53.687Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45902026-08-20T18:23:53.691Z[ host-image] Aug 20 18:23:52.545 INFO O| Aug 20 18:23:52.545 INFO O| Planning: Running solver ... Done
45912026-08-20T18:23:53.706Z[ host-image] Aug 20 18:23:52.561 INFO O| Aug 20 18:23:52.560 INFO O| Planning: Finding local manifests ... Done
45922026-08-20T18:23:53.781Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45932026-08-20T18:23:53.799Z[ host-image] Aug 20 18:23:52.653 INFO O| Aug 20 18:23:52.653 INFO O| Planning: Fetching manifests: 0/6 0% complete
45942026-08-20T18:23:53.870Z[ recovery-image] Aug 20 18:23:52.725 INFO O| Aug 20 18:23:52.725 INFO O| Planning: Package planning ... Done
45952026-08-20T18:23:53.939Z[ host-image] Aug 20 18:23:52.786 INFO O| Aug 20 18:23:52.786 INFO O| Planning: Fetching manifests: 6/6 100% complete
45962026-08-20T18:23:53.951Z[ host-image] Aug 20 18:23:52.805 INFO O| Aug 20 18:23:52.805 INFO O| Planning: Package planning ... Done
45972026-08-20T18:23:53.955Z[ host-image] Aug 20 18:23:52.807 INFO O| Aug 20 18:23:52.807 INFO O| Planning: Merging actions ... Done
45982026-08-20T18:23:54.024Z[ recovery-image] Aug 20 18:23:52.878 INFO O| Aug 20 18:23:52.878 INFO O| Planning: Merging actions ... Done
45992026-08-20T18:23:54.110Z[ host-image] Aug 20 18:23:52.959 INFO O| Aug 20 18:23:52.959 INFO O| Planning: Checking for conflicting actions ... Done
46002026-08-20T18:23:54.127Z[ host-image] Aug 20 18:23:52.961 INFO O| Aug 20 18:23:52.961 INFO O| Planning: Consolidating action changes ... Done
46012026-08-20T18:23:54.178Z[verify-libraries] Compiling openssl-probe v0.1.6
46022026-08-20T18:23:54.241Z[ recovery-image] Aug 20 18:23:53.095 INFO O| Aug 20 18:23:53.095 INFO O| Planning: Checking for conflicting actions ... Done
46032026-08-20T18:23:54.262Z[ host-image] Aug 20 18:23:53.101 INFO O| Aug 20 18:23:53.101 INFO O| Planning: Evaluating mediators ... Done
46042026-08-20T18:23:54.262Z[ host-image] Aug 20 18:23:53.102 INFO O| Aug 20 18:23:53.102 INFO O| Planning: Planning completed in 1.02 seconds
46052026-08-20T18:23:54.262Z[ host-image] Aug 20 18:23:53.103 INFO O| Aug 20 18:23:53.103 INFO O| Packages to install: 6
46062026-08-20T18:23:54.262Z[ host-image] Aug 20 18:23:53.103 INFO O| Aug 20 18:23:53.103 INFO O| Services to change: 2
46072026-08-20T18:23:54.262Z[ host-image] Aug 20 18:23:53.114 INFO O| Aug 20 18:23:53.114 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
46082026-08-20T18:23:54.294Z[verify-libraries] Compiling knus v3.4.0
46092026-08-20T18:23:54.299Z[ recovery-image] Aug 20 18:23:53.153 INFO O| Aug 20 18:23:53.153 INFO O| Planning: Consolidating action changes ... Done
46102026-08-20T18:23:54.437Z[ host-image] Aug 20 18:23:53.289 INFO O| Aug 20 18:23:53.289 INFO O| Download: Completed 1.75 MB in 0.18 seconds (9.9M/s)
46112026-08-20T18:23:54.445Z[ recovery-image] Aug 20 18:23:53.299 INFO O| Aug 20 18:23:53.299 INFO O| Planning: Evaluating mediators ... Done
46122026-08-20T18:23:54.492Z[ host-image] Aug 20 18:23:53.346 INFO O| Aug 20 18:23:53.346 INFO O| Actions: 1/390 actions (Installing new actions)
46132026-08-20T18:23:54.756Z[ host-image] Aug 20 18:23:53.598 INFO O| Aug 20 18:23:53.598 INFO O| Actions: Completed 390 actions in 0.25 seconds.
46142026-08-20T18:23:54.785Z[ host-image] Aug 20 18:23:53.633 INFO O| Aug 20 18:23:53.633 INFO O| Finalize: Updating package state database ... Done
46152026-08-20T18:23:54.785Z[ host-image] Aug 20 18:23:53.634 INFO O| Aug 20 18:23:53.633 INFO O| Finalize: Updating package cache ... Done
46162026-08-20T18:23:54.882Z[ host-image] Aug 20 18:23:53.736 INFO O| Aug 20 18:23:53.736 INFO O| Finalize: Updating image state ... Done
46172026-08-20T18:23:54.968Z[verify-libraries] Compiling polyval v0.7.1
46182026-08-20T18:23:55.127Z[verify-libraries] Compiling der v0.8.0
46192026-08-20T18:23:55.343Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46202026-08-20T18:23:55.365Z[verify-libraries] Compiling progenitor-macro v0.13.0
46212026-08-20T18:23:55.407Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46222026-08-20T18:23:55.442Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46232026-08-20T18:23:55.519Z[verify-libraries] Compiling progenitor-client v0.13.0
46242026-08-20T18:23:55.933Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46252026-08-20T18:23:56.008Z[ host-image] Aug 20 18:23:54.862 INFO O| Aug 20 18:23:54.862 INFO O| Finalize: Creating fast lookup database ... Done
46262026-08-20T18:23:56.017Z[ recovery-image] Aug 20 18:23:54.868 INFO O| Aug 20 18:23:54.868 INFO O| Planning: Planning completed in 8.98 seconds
46272026-08-20T18:23:56.021Z[ recovery-image] Aug 20 18:23:54.870 INFO O| Aug 20 18:23:54.870 INFO O| Packages to install: 130
46282026-08-20T18:23:56.021Z[ recovery-image] Aug 20 18:23:54.870 INFO O| Aug 20 18:23:54.870 INFO O| Mediators to change: 5
46292026-08-20T18:23:56.021Z[ recovery-image] Aug 20 18:23:54.870 INFO O| Aug 20 18:23:54.870 INFO O| Services to change: 5
46302026-08-20T18:23:56.037Z[ host-image] Aug 20 18:23:54.890 INFO O| Aug 20 18:23:54.890 INFO O| Finalize: Reading search index ... Done
46312026-08-20T18:23:56.037Z[ host-image] Aug 20 18:23:54.890 INFO O| Aug 20 18:23:54.890 INFO O| Finalize: Updating search index ... Done
46322026-08-20T18:23:56.045Z[ recovery-image] Aug 20 18:23:54.900 INFO O| Aug 20 18:23:54.899 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46332026-08-20T18:23:56.051Z[ host-image] Aug 20 18:23:54.906 INFO O| Aug 20 18:23:54.906 INFO O| Finalize: Updating package cache ... Done
46342026-08-20T18:23:56.159Z[verify-libraries] Compiling git-stub v1.0.0
46352026-08-20T18:23:56.333Z[ host-image] Aug 20 18:23:55.187 INFO O| Aug 20 18:23:55.187 INFO STEP 12 (pkg_install) COMPLETE
46362026-08-20T18:23:56.333Z[ host-image] Aug 20 18:23:55.187 INFO O| Aug 20 18:23:55.187 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46372026-08-20T18:23:56.342Z[ host-image] Aug 20 18:23:55.197 INFO O| Aug 20 18:23:55.197 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46382026-08-20T18:23:56.347Z[verify-libraries] Compiling kstat-rs v0.2.5
46392026-08-20T18:23:56.482Z[verify-libraries] Compiling trait-variant v0.1.2
46402026-08-20T18:23:56.504Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46412026-08-20T18:23:56.602Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46422026-08-20T18:23:56.744Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46432026-08-20T18:23:56.805Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46442026-08-20T18:23:56.842Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46452026-08-20T18:23:56.846Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46462026-08-20T18:23:56.926Z[verify-libraries] Compiling ghash v0.6.0
46472026-08-20T18:23:57.015Z[verify-libraries] Compiling pbkdf2 v0.13.0
46482026-08-20T18:23:57.151Z[verify-libraries] Compiling aes v0.9.1
46492026-08-20T18:23:57.179Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46502026-08-20T18:23:57.256Z[verify-libraries] Compiling crypto-bigint v0.7.5
46512026-08-20T18:23:57.305Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46522026-08-20T18:23:57.343Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46532026-08-20T18:23:57.376Z[verify-libraries] Compiling ctr v0.10.1
46542026-08-20T18:23:57.762Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46552026-08-20T18:23:57.884Z[verify-libraries] Compiling aead v0.6.1
46562026-08-20T18:23:58.060Z[verify-libraries] Compiling bb8 v0.8.6
46572026-08-20T18:23:58.106Z[verify-libraries] Compiling parking_lot_core v0.8.6
46582026-08-20T18:23:58.147Z[ host-image] Aug 20 18:23:57.001 INFO O| Aug 20 18:23:57.000 INFO O| Startup: Refreshing catalog 'helios' ... Done
46592026-08-20T18:23:58.151Z[verify-libraries] Compiling aes-gcm v0.11.0
46602026-08-20T18:23:58.467Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46612026-08-20T18:23:58.580Z[verify-libraries] Compiling spki v0.8.0
46622026-08-20T18:23:58.591Z[ host-image] Aug 20 18:23:57.445 INFO O| Aug 20 18:23:57.445 INFO O| Startup: Caching catalogs ... Done
46632026-08-20T18:23:58.652Z[verify-libraries] Compiling mime_guess v2.0.5
46642026-08-20T18:23:58.878Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46652026-08-20T18:23:58.917Z[verify-libraries] Compiling salsa20 v0.11.0
46662026-08-20T18:23:58.964Z[verify-libraries] Compiling nanorand v0.7.0
46672026-08-20T18:23:59.002Z[ host-image] Aug 20 18:23:57.857 INFO O| Aug 20 18:23:57.856 INFO O| Planning: Solver setup ... Done
46682026-08-20T18:23:59.008Z[ host-image] Aug 20 18:23:57.862 INFO O| Aug 20 18:23:57.862 INFO O| Planning: Running solver ... Done
46692026-08-20T18:23:59.021Z[ host-image] Aug 20 18:23:57.876 INFO O| Aug 20 18:23:57.876 INFO O| Planning: Finding local manifests ... Done
46702026-08-20T18:23:59.062Z[ host-image] Aug 20 18:23:57.916 INFO O| Aug 20 18:23:57.916 INFO O| Planning: Fetching manifests: 0/6 0% complete
46712026-08-20T18:23:59.143Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46722026-08-20T18:23:59.160Z[ host-image] Aug 20 18:23:58.014 INFO O| Aug 20 18:23:58.014 INFO O| Planning: Fetching manifests: 6/6 100% complete
46732026-08-20T18:23:59.186Z[ host-image] Aug 20 18:23:58.039 INFO O| Aug 20 18:23:58.038 INFO O| Planning: Package planning ... Done
46742026-08-20T18:23:59.193Z[ host-image] Aug 20 18:23:58.047 INFO O| Aug 20 18:23:58.047 INFO O| Planning: Merging actions ... Done
46752026-08-20T18:23:59.205Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46762026-08-20T18:23:59.340Z[verify-libraries] Compiling flume v0.11.1
46772026-08-20T18:23:59.359Z[ host-image] Aug 20 18:23:58.213 INFO O| Aug 20 18:23:58.213 INFO O| Planning: Checking for conflicting actions ... Done
46782026-08-20T18:23:59.365Z[ host-image] Aug 20 18:23:58.219 INFO O| Aug 20 18:23:58.219 INFO O| Planning: Consolidating action changes ... Done
46792026-08-20T18:23:59.389Z[verify-libraries] Compiling scrypt v0.12.0
46802026-08-20T18:23:59.555Z[ host-image] Aug 20 18:23:58.410 INFO O| Aug 20 18:23:58.410 INFO O| Planning: Evaluating mediators ... Done
46812026-08-20T18:23:59.560Z[ host-image] Aug 20 18:23:58.413 INFO O| Aug 20 18:23:58.413 INFO O| Planning: Planning completed in 0.95 seconds
46822026-08-20T18:23:59.560Z[ host-image] Aug 20 18:23:58.414 INFO O| Aug 20 18:23:58.414 INFO O| Packages to install: 6
46832026-08-20T18:23:59.560Z[ host-image] Aug 20 18:23:58.414 INFO O| Aug 20 18:23:58.414 INFO O| Mediators to change: 1
46842026-08-20T18:23:59.560Z[ host-image] Aug 20 18:23:58.414 INFO O| Aug 20 18:23:58.414 INFO O| Services to change: 1
46852026-08-20T18:23:59.571Z[ host-image] Aug 20 18:23:58.425 INFO O| Aug 20 18:23:58.425 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
46862026-08-20T18:23:59.734Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46872026-08-20T18:23:59.801Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46882026-08-20T18:23:59.825Z[verify-libraries] Compiling cbc v0.2.1
46892026-08-20T18:24:00.004Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
46902026-08-20T18:24:00.020Z[ host-image] Aug 20 18:23:58.874 INFO O| Aug 20 18:23:58.874 INFO O| Download: Completed 7.84 MB in 0.45 seconds (17.5M/s)
46912026-08-20T18:24:00.036Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46922026-08-20T18:24:00.057Z[ host-image] Aug 20 18:23:58.911 INFO O| Aug 20 18:23:58.911 INFO O| Actions: 1/1366 actions (Installing new actions)
46932026-08-20T18:24:00.070Z[verify-libraries] Compiling http-range v0.1.5
46942026-08-20T18:24:00.294Z[verify-libraries] Compiling corncobs v0.1.4
46952026-08-20T18:24:00.348Z[verify-libraries] Compiling nonempty v0.12.0
46962026-08-20T18:24:00.377Z[ host-image] Aug 20 18:23:59.231 INFO O| Aug 20 18:23:59.231 INFO O| Actions: Completed 1366 actions in 0.32 seconds.
46972026-08-20T18:24:00.422Z[ host-image] Aug 20 18:23:59.276 INFO O| Aug 20 18:23:59.275 INFO O| Finalize: Updating package state database ... Done
46982026-08-20T18:24:00.422Z[ host-image] Aug 20 18:23:59.276 INFO O| Aug 20 18:23:59.276 INFO O| Finalize: Updating package cache ... Done
46992026-08-20T18:24:00.505Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47002026-08-20T18:24:00.533Z[verify-libraries] Compiling pkcs5 v0.8.1
47012026-08-20T18:24:00.555Z[ host-image] Aug 20 18:23:59.409 INFO O| Aug 20 18:23:59.409 INFO O| Finalize: Updating image state ... Done
47022026-08-20T18:24:00.567Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
47032026-08-20T18:24:00.598Z[verify-libraries] Compiling parking_lot v0.11.2
47042026-08-20T18:24:00.700Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
47052026-08-20T18:24:00.902Z[verify-libraries] Compiling progenitor v0.13.0
47062026-08-20T18:24:01.051Z[ recovery-image] Aug 20 18:23:59.905 INFO O| Aug 20 18:23:59.905 INFO O| Download: 9905/16682 items 103.5/200.0MB 51% complete (20.7M/s)
47072026-08-20T18:24:01.078Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
47082026-08-20T18:24:01.122Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47092026-08-20T18:24:01.169Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
47102026-08-20T18:24:01.219Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
47112026-08-20T18:24:01.266Z[verify-libraries] Compiling digest-io v0.1.0
47122026-08-20T18:24:01.302Z[verify-libraries] Compiling prefix-trie v0.7.0
47132026-08-20T18:24:01.482Z[verify-libraries] Compiling secrecy v0.8.0
47142026-08-20T18:24:01.509Z[ host-image] Aug 20 18:24:00.363 INFO O| Aug 20 18:24:00.363 INFO O| Finalize: Creating fast lookup database ... Done
47152026-08-20T18:24:01.539Z[ host-image] Aug 20 18:24:00.393 INFO O| Aug 20 18:24:00.393 INFO O| Finalize: Reading search index ... Done
47162026-08-20T18:24:01.539Z[ host-image] Aug 20 18:24:00.393 INFO O| Aug 20 18:24:00.393 INFO O| Finalize: Updating search index ... Done
47172026-08-20T18:24:01.572Z[ host-image] Aug 20 18:24:00.426 INFO O| Aug 20 18:24:00.426 INFO O| Finalize: Updating package cache ... Done
47182026-08-20T18:24:01.702Z[verify-libraries] Compiling rawzip v0.4.4
47192026-08-20T18:24:01.866Z[ host-image] Aug 20 18:24:00.720 INFO O| Aug 20 18:24:00.720 INFO STEP 13 (pkg_install) COMPLETE
47202026-08-20T18:24:01.866Z[ host-image] Aug 20 18:24:00.720 INFO O| Aug 20 18:24:00.720 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47212026-08-20T18:24:01.877Z[ host-image] Aug 20 18:24:00.731 INFO O| Aug 20 18:24:00.731 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
47222026-08-20T18:24:01.881Z[verify-libraries] Compiling hickory-server v0.25.2
47232026-08-20T18:24:01.965Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47242026-08-20T18:24:02.381Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47252026-08-20T18:24:02.416Z[verify-libraries] Compiling pkcs8 v0.11.0
47262026-08-20T18:24:02.460Z[verify-libraries] Compiling sled v0.34.7
47272026-08-20T18:24:02.695Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47282026-08-20T18:24:02.878Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47292026-08-20T18:24:03.060Z[verify-libraries] Compiling ignore v0.4.25
47302026-08-20T18:24:03.242Z[verify-libraries] Compiling anstyle-parse v0.2.7
47312026-08-20T18:24:03.300Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47322026-08-20T18:24:03.333Z[verify-libraries] Compiling ff v0.14.0
47332026-08-20T18:24:03.509Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
47342026-08-20T18:24:03.569Z[verify-libraries] Compiling anstream v0.6.21
47352026-08-20T18:24:03.754Z[ host-image] Aug 20 18:24:02.606 INFO O| Aug 20 18:24:02.606 INFO O| Startup: Refreshing catalog 'helios' ... Done
47362026-08-20T18:24:03.826Z[verify-libraries] Compiling globwalk v0.9.1
47372026-08-20T18:24:03.909Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47382026-08-20T18:24:03.954Z[verify-libraries] Compiling predicates-tree v1.0.13
47392026-08-20T18:24:04.005Z[verify-libraries] Compiling libz-sys v1.1.24
47402026-08-20T18:24:04.192Z[ host-image] Aug 20 18:24:03.045 INFO O| Aug 20 18:24:03.045 INFO O| Startup: Caching catalogs ... Done
47412026-08-20T18:24:04.540Z[verify-libraries] Compiling rand_seeder v0.4.0
47422026-08-20T18:24:04.605Z[ host-image] Aug 20 18:24:03.459 INFO O| Aug 20 18:24:03.459 INFO O| Planning: Solver setup ... Done
47432026-08-20T18:24:04.610Z[ host-image] Aug 20 18:24:03.464 INFO O| Aug 20 18:24:03.464 INFO O| Planning: Running solver ... Done
47442026-08-20T18:24:04.624Z[ host-image] Aug 20 18:24:03.478 INFO O| Aug 20 18:24:03.478 INFO O| Planning: Finding local manifests ... Done
47452026-08-20T18:24:04.648Z[ host-image] Aug 20 18:24:03.502 INFO O| Aug 20 18:24:03.502 INFO O| Planning: Fetching manifests: 0/1 0% complete
47462026-08-20T18:24:04.653Z[ host-image] Aug 20 18:24:03.508 INFO O| Aug 20 18:24:03.507 INFO O| Planning: Fetching manifests: 1/1 100% complete
47472026-08-20T18:24:04.676Z[ host-image] Aug 20 18:24:03.531 INFO O| Aug 20 18:24:03.531 INFO O| Planning: Package planning ... Done
47482026-08-20T18:24:04.676Z[ host-image] Aug 20 18:24:03.531 INFO O| Aug 20 18:24:03.531 INFO O| Planning: Merging actions ... Done
47492026-08-20T18:24:04.737Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47502026-08-20T18:24:04.813Z[ host-image] Aug 20 18:24:03.667 INFO O| Aug 20 18:24:03.667 INFO O| Planning: Checking for conflicting actions ... Done
47512026-08-20T18:24:04.817Z[ host-image] Aug 20 18:24:03.667 INFO O| Aug 20 18:24:03.667 INFO O| Planning: Consolidating action changes ... Done
47522026-08-20T18:24:04.824Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47532026-08-20T18:24:04.949Z[verify-libraries] Compiling group v0.14.0
47542026-08-20T18:24:04.997Z[ host-image] Aug 20 18:24:03.851 INFO O| Aug 20 18:24:03.851 INFO O| Planning: Evaluating mediators ... Done
47552026-08-20T18:24:05.002Z[ host-image] Aug 20 18:24:03.852 INFO O| Aug 20 18:24:03.852 INFO O| Planning: Planning completed in 0.79 seconds
47562026-08-20T18:24:05.002Z[ host-image] Aug 20 18:24:03.853 INFO O| Aug 20 18:24:03.853 INFO O| Packages to install: 1
47572026-08-20T18:24:05.011Z[ host-image] Aug 20 18:24:03.865 INFO O| Aug 20 18:24:03.865 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
47582026-08-20T18:24:05.103Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47592026-08-20T18:24:05.164Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47602026-08-20T18:24:05.226Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47612026-08-20T18:24:05.330Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47622026-08-20T18:24:05.347Z[ host-image] Aug 20 18:24:04.201 INFO O| Aug 20 18:24:04.201 INFO O| Download: Completed 13.27 MB in 0.34 seconds (39.6M/s)
47632026-08-20T18:24:05.375Z[verify-libraries] Compiling signature v3.0.0
47642026-08-20T18:24:05.395Z[ host-image] Aug 20 18:24:04.249 INFO O| Aug 20 18:24:04.249 INFO O| Actions: 1/22 actions (Installing new actions)
47652026-08-20T18:24:05.499Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47662026-08-20T18:24:05.565Z[ recovery-image] Aug 20 18:24:04.419 INFO O| Aug 20 18:24:04.418 INFO O| Download: Completed 200.00 MB in 9.52 seconds (20.9M/s)
47672026-08-20T18:24:05.620Z[verify-libraries] Compiling base16ct v1.0.0
47682026-08-20T18:24:05.624Z[ host-image] Aug 20 18:24:04.474 INFO O| Aug 20 18:24:04.474 INFO O| Actions: Completed 22 actions in 0.23 seconds.
47692026-08-20T18:24:05.664Z[ host-image] Aug 20 18:24:04.516 INFO O| Aug 20 18:24:04.516 INFO O| Finalize: Updating package state database ... Done
47702026-08-20T18:24:05.664Z[ host-image] Aug 20 18:24:04.516 INFO O| Aug 20 18:24:04.516 INFO O| Finalize: Updating package cache ... Done
47712026-08-20T18:24:05.677Z[verify-libraries] Compiling instability v0.3.11
47722026-08-20T18:24:05.745Z[ host-image] Aug 20 18:24:04.599 INFO O| Aug 20 18:24:04.599 INFO O| Finalize: Updating image state ... Done
47732026-08-20T18:24:05.835Z[ recovery-image] Aug 20 18:24:04.683 INFO O| Aug 20 18:24:04.682 INFO O| Actions: 1/27580 actions (Installing new actions)
47742026-08-20T18:24:05.969Z[verify-libraries] Compiling sec1 v0.8.1
47752026-08-20T18:24:06.050Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47762026-08-20T18:24:06.129Z[verify-libraries] Compiling illumos-nvpair v0.3.0
47772026-08-20T18:24:06.187Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47782026-08-20T18:24:06.334Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47792026-08-20T18:24:06.399Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47802026-08-20T18:24:06.462Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47812026-08-20T18:24:06.513Z[verify-libraries] Compiling hkdf v0.13.0
47822026-08-20T18:24:06.539Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47832026-08-20T18:24:06.642Z[verify-libraries] Compiling scuffle v0.1.0
47842026-08-20T18:24:06.763Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47852026-08-20T18:24:06.767Z[ host-image] Aug 20 18:24:05.619 INFO O| Aug 20 18:24:05.619 INFO O| Finalize: Creating fast lookup database ... Done
47862026-08-20T18:24:06.806Z[ host-image] Aug 20 18:24:05.652 INFO O| Aug 20 18:24:05.652 INFO O| Finalize: Reading search index ... Done
47872026-08-20T18:24:06.806Z[ host-image] Aug 20 18:24:05.652 INFO O| Aug 20 18:24:05.652 INFO O| Finalize: Updating search index ... Done
47882026-08-20T18:24:06.810Z[ host-image] Aug 20 18:24:05.662 INFO O| Aug 20 18:24:05.662 INFO O| Finalize: Updating package cache ... Done
47892026-08-20T18:24:06.845Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47902026-08-20T18:24:07.050Z[verify-libraries] Compiling castaway v0.2.4
47912026-08-20T18:24:07.099Z[ host-image] Aug 20 18:24:05.951 INFO O| Aug 20 18:24:05.951 INFO STEP 14 (pkg_install) COMPLETE
47922026-08-20T18:24:07.099Z[ host-image] Aug 20 18:24:05.951 INFO O| Aug 20 18:24:05.951 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47932026-08-20T18:24:07.099Z[ host-image] Aug 20 18:24:05.951 INFO O| Aug 20 18:24:05.951 INFO skip step because feature "mbist" is not enabled
47942026-08-20T18:24:07.103Z[ host-image] Aug 20 18:24:05.951 INFO O| Aug 20 18:24:05.951 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47952026-08-20T18:24:07.103Z[ host-image] Aug 20 18:24:05.951 INFO O| Aug 20 18:24:05.951 INFO skip step because feature "mfg" is not enabled
47962026-08-20T18:24:07.103Z[ host-image] Aug 20 18:24:05.951 INFO O| Aug 20 18:24:05.951 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47972026-08-20T18:24:07.103Z[ host-image] Aug 20 18:24:05.951 INFO O| Aug 20 18:24:05.951 INFO skip step because feature "compliance" is not enabled
47982026-08-20T18:24:07.103Z[ host-image] Aug 20 18:24:05.951 INFO O| Aug 20 18:24:05.951 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47992026-08-20T18:24:07.103Z[ host-image] Aug 20 18:24:05.951 INFO O| Aug 20 18:24:05.951 INFO skip step because feature "stress" is not enabled
48002026-08-20T18:24:07.103Z[ host-image] Aug 20 18:24:05.951 INFO O| Aug 20 18:24:05.951 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48012026-08-20T18:24:07.103Z[ host-image] Aug 20 18:24:05.951 INFO O| Aug 20 18:24:05.951 INFO skip step because feature "compliance" is not enabled
48022026-08-20T18:24:07.104Z[ host-image] Aug 20 18:24:05.951 INFO O| Aug 20 18:24:05.951 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48032026-08-20T18:24:07.104Z[ host-image] Aug 20 18:24:05.951 INFO O| Aug 20 18:24:05.951 INFO skip step because feature "nfs" is not enabled
48042026-08-20T18:24:07.104Z[ host-image] Aug 20 18:24:05.951 INFO O| Aug 20 18:24:05.951 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
48052026-08-20T18:24:07.104Z[ host-image] Aug 20 18:24:05.951 INFO O| Aug 20 18:24:05.951 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
48062026-08-20T18:24:07.165Z[verify-libraries] Compiling indoc v2.0.7
48072026-08-20T18:24:07.334Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
48082026-08-20T18:24:07.450Z[verify-libraries] Compiling compact_str v0.8.1
48092026-08-20T18:24:07.454Z[ host-image] Aug 20 18:24:06.307 INFO O| Aug 20 18:24:06.307 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
48102026-08-20T18:24:07.622Z[ host-image] Aug 20 18:24:06.475 INFO O| Aug 20 18:24:06.475 INFO completed processing sled/ramdisk-01-os
48112026-08-20T18:24:07.627Z[ host-image] Aug 20 18:24:06.478 INFO omicron1 baseline generation...
48122026-08-20T18:24:07.627Z[ host-image] Aug 20 18:24:06.478 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
48132026-08-20T18:24:07.715Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
48142026-08-20T18:24:07.928Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48152026-08-20T18:24:07.994Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
48162026-08-20T18:24:08.060Z[ host-image] Aug 20 18:24:06.914 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24193:20260819T212204Z
48172026-08-20T18:24:08.130Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
48182026-08-20T18:24:08.154Z[verify-libraries] Compiling elliptic-curve v0.14.1
48192026-08-20T18:24:08.653Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
48202026-08-20T18:24:08.866Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
48212026-08-20T18:24:09.012Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
48222026-08-20T18:24:09.086Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
48232026-08-20T18:24:09.114Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
48242026-08-20T18:24:09.307Z[verify-libraries] Compiling lru v0.12.5
48252026-08-20T18:24:09.490Z[verify-libraries] Compiling unicode-truncate v1.1.0
48262026-08-20T18:24:09.563Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
48272026-08-20T18:24:09.622Z[verify-libraries] Compiling arc-swap v1.8.2
48282026-08-20T18:24:09.695Z[verify-libraries] Compiling cassowary v0.3.0
48292026-08-20T18:24:09.940Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48302026-08-20T18:24:10.193Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
48312026-08-20T18:24:10.276Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48322026-08-20T18:24:10.343Z[verify-libraries] Compiling ratatui v0.29.0
48332026-08-20T18:24:10.736Z[verify-libraries] Compiling slog-scope v4.4.1
48342026-08-20T18:24:10.829Z[ recovery-image] Aug 20 18:24:09.683 INFO O| Aug 20 18:24:09.683 INFO O| Actions: 21408/27580 actions (Installing new actions)
48352026-08-20T18:24:10.914Z[verify-libraries] Compiling wnaf v0.14.0
48362026-08-20T18:24:11.147Z[verify-libraries] Compiling primefield v0.14.0
48372026-08-20T18:24:11.151Z[verify-libraries] Compiling rfc6979 v0.6.0
48382026-08-20T18:24:11.295Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48392026-08-20T18:24:11.341Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48402026-08-20T18:24:11.380Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48412026-08-20T18:24:11.448Z[verify-libraries] Compiling vergen-git2 v9.1.0
48422026-08-20T18:24:11.583Z[verify-libraries] Compiling strsim v0.10.0
48432026-08-20T18:24:11.678Z[verify-libraries] Compiling primeorder v0.14.0
48442026-08-20T18:24:11.731Z[ recovery-image] Aug 20 18:24:10.584 INFO O| Aug 20 18:24:10.584 INFO O| Actions: Completed 27580 actions in 5.90 seconds.
48452026-08-20T18:24:11.806Z[ recovery-image] Aug 20 18:24:10.660 INFO O| Aug 20 18:24:10.660 INFO O| Finalize: Updating package state database ... Done
48462026-08-20T18:24:11.806Z[ recovery-image] Aug 20 18:24:10.660 INFO O| Aug 20 18:24:10.660 INFO O| Finalize: Updating package cache ... Done
48472026-08-20T18:24:11.848Z[verify-libraries] Compiling darling_core v0.13.4
48482026-08-20T18:24:11.926Z[ recovery-image] Aug 20 18:24:10.780 INFO O| Aug 20 18:24:10.779 INFO O| Finalize: Updating image state ... Done
48492026-08-20T18:24:12.006Z[verify-libraries] Compiling ecdsa v0.17.0
48502026-08-20T18:24:12.221Z[verify-libraries] Compiling slog-stdlog v4.1.1
48512026-08-20T18:24:12.621Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48522026-08-20T18:24:12.659Z[verify-libraries] Compiling tungstenite v0.23.0
48532026-08-20T18:24:12.668Z[ recovery-image] Aug 20 18:24:11.522 INFO O| Aug 20 18:24:11.521 INFO O| Finalize: Creating fast lookup database ... Done
48542026-08-20T18:24:12.699Z[ recovery-image] Aug 20 18:24:11.539 INFO O| Aug 20 18:24:11.539 INFO O| Finalize: Reading search index ... Done
48552026-08-20T18:24:12.713Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48562026-08-20T18:24:12.933Z[verify-libraries] Compiling console v0.16.2
48572026-08-20T18:24:13.246Z[verify-libraries] Compiling libsw-core v0.3.2
48582026-08-20T18:24:13.308Z[verify-libraries] Compiling assert_matches v1.5.0
48592026-08-20T18:24:13.344Z[verify-libraries] Compiling void v1.0.2
48602026-08-20T18:24:13.458Z[verify-libraries] Compiling unit-prefix v0.5.2
48612026-08-20T18:24:13.505Z[verify-libraries] Compiling lzss v0.8.2
48622026-08-20T18:24:13.561Z[verify-libraries] Compiling libsw v3.5.0
48632026-08-20T18:24:13.611Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48642026-08-20T18:24:13.706Z[verify-libraries] Compiling indicatif v0.18.4
48652026-08-20T18:24:13.739Z[verify-libraries] Compiling slog-envlogger v2.2.0
48662026-08-20T18:24:13.818Z[verify-libraries] Compiling ssh-encoding v0.3.0
48672026-08-20T18:24:13.852Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48682026-08-20T18:24:13.900Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48692026-08-20T18:24:14.024Z[verify-libraries] Compiling darling_macro v0.13.4
48702026-08-20T18:24:14.051Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48712026-08-20T18:24:14.313Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48722026-08-20T18:24:14.320Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48732026-08-20T18:24:14.353Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48742026-08-20T18:24:14.543Z[ recovery-image] Aug 20 18:24:13.397 INFO O| Aug 20 18:24:13.397 INFO O| Finalize: Building new search index ... Done
48752026-08-20T18:24:14.611Z[verify-libraries] Compiling nix v0.27.1
48762026-08-20T18:24:14.711Z[verify-libraries] Compiling colored v2.2.0
48772026-08-20T18:24:14.711Z[verify-libraries] Compiling blake3 v1.8.5
48782026-08-20T18:24:14.716Z[verify-libraries] Compiling serde_bytes v0.11.19
48792026-08-20T18:24:14.808Z[verify-libraries] Compiling keccak v0.2.0
48802026-08-20T18:24:14.854Z[ recovery-image] Aug 20 18:24:13.707 INFO O| Aug 20 18:24:13.707 INFO O| Finalize: Updating package cache ... Done
48812026-08-20T18:24:15.073Z[verify-libraries] Compiling shell-words v1.1.1
48822026-08-20T18:24:15.125Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48832026-08-20T18:24:15.189Z[ recovery-image] Aug 20 18:24:14.041 INFO O| Aug 20 18:24:14.041 INFO STEP 11 (pkg_install) COMPLETE
48842026-08-20T18:24:15.193Z[ recovery-image] Aug 20 18:24:14.041 INFO O| Aug 20 18:24:14.041 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48852026-08-20T18:24:15.193Z[ recovery-image] Aug 20 18:24:14.041 INFO O| Aug 20 18:24:14.041 INFO skip step because feature "recovery" is enabled
48862026-08-20T18:24:15.194Z[ recovery-image] Aug 20 18:24:14.041 INFO O| Aug 20 18:24:14.041 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48872026-08-20T18:24:15.194Z[ recovery-image] Aug 20 18:24:14.041 INFO O| Aug 20 18:24:14.041 INFO skip step because feature "omicron1" is not enabled
48882026-08-20T18:24:15.194Z[ recovery-image] Aug 20 18:24:14.041 INFO O| Aug 20 18:24:14.041 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48892026-08-20T18:24:15.197Z[ recovery-image] Aug 20 18:24:14.052 INFO O| Aug 20 18:24:14.051 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48902026-08-20T18:24:15.289Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48912026-08-20T18:24:15.294Z[verify-libraries] Compiling darling v0.13.4
48922026-08-20T18:24:15.459Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48932026-08-20T18:24:15.627Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48942026-08-20T18:24:15.774Z[verify-libraries] Compiling ed25519 v3.0.0
48952026-08-20T18:24:16.225Z[verify-libraries] Compiling crypto-primes v0.7.2
48962026-08-20T18:24:16.245Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48972026-08-20T18:24:16.709Z[verify-libraries] Compiling poly1305 v0.9.0
48982026-08-20T18:24:17.043Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48992026-08-20T18:24:17.106Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49002026-08-20T18:24:17.154Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49012026-08-20T18:24:17.229Z[ recovery-image] Aug 20 18:24:16.083 INFO O| Aug 20 18:24:16.083 INFO O| Startup: Refreshing catalog 'helios' ... Done
49022026-08-20T18:24:17.297Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49032026-08-20T18:24:17.471Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49042026-08-20T18:24:17.527Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49052026-08-20T18:24:17.580Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49062026-08-20T18:24:17.674Z[ recovery-image] Aug 20 18:24:16.526 INFO O| Aug 20 18:24:16.526 INFO O| Startup: Caching catalogs ... Done
49072026-08-20T18:24:17.721Z[verify-libraries] Compiling blowfish v0.10.0
49082026-08-20T18:24:17.789Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49092026-08-20T18:24:17.870Z[verify-libraries] Compiling petname v2.0.2
49102026-08-20T18:24:17.930Z[verify-libraries] Compiling arrayref v0.3.9
49112026-08-20T18:24:17.985Z[verify-libraries] Compiling constant_time_eq v0.4.2
49122026-08-20T18:24:18.070Z[ recovery-image] Aug 20 18:24:16.924 INFO O| Aug 20 18:24:16.924 INFO O| Planning: Solver setup ... Done
49132026-08-20T18:24:18.077Z[ recovery-image] Aug 20 18:24:16.929 INFO O| Aug 20 18:24:16.929 INFO O| Planning: Running solver ... Done
49142026-08-20T18:24:18.090Z[ recovery-image] Aug 20 18:24:16.943 INFO O| Aug 20 18:24:16.943 INFO O| Planning: Finding local manifests ... Done
49152026-08-20T18:24:18.094Z[verify-libraries] Compiling arrayvec v0.7.6
49162026-08-20T18:24:18.141Z[ recovery-image] Aug 20 18:24:16.992 INFO O| Aug 20 18:24:16.992 INFO O| Planning: Fetching manifests: 0/1 0% complete
49172026-08-20T18:24:18.151Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
49182026-08-20T18:24:18.154Z[ recovery-image] Aug 20 18:24:17.006 INFO O| Aug 20 18:24:17.006 INFO O| Planning: Fetching manifests: 1/1 100% complete
49192026-08-20T18:24:18.168Z[ recovery-image] Aug 20 18:24:17.022 INFO O| Aug 20 18:24:17.022 INFO O| Planning: Package planning ... Done
49202026-08-20T18:24:18.169Z[ recovery-image] Aug 20 18:24:17.023 INFO O| Aug 20 18:24:17.023 INFO O| Planning: Merging actions ... Done
49212026-08-20T18:24:18.289Z[ recovery-image] Aug 20 18:24:17.143 INFO O| Aug 20 18:24:17.143 INFO O| Planning: Checking for conflicting actions ... Done
49222026-08-20T18:24:18.293Z[ recovery-image] Aug 20 18:24:17.144 INFO O| Aug 20 18:24:17.144 INFO O| Planning: Consolidating action changes ... Done
49232026-08-20T18:24:18.361Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49242026-08-20T18:24:18.384Z[ recovery-image] Aug 20 18:24:17.237 INFO O| Aug 20 18:24:17.237 INFO O| Planning: Evaluating mediators ... Done
49252026-08-20T18:24:18.388Z[ recovery-image] Aug 20 18:24:17.238 INFO O| Aug 20 18:24:17.238 INFO O| Planning: Planning completed in 0.70 seconds
49262026-08-20T18:24:18.388Z[ recovery-image] Aug 20 18:24:17.238 INFO O| Aug 20 18:24:17.238 INFO O| Packages to install: 1
49272026-08-20T18:24:18.395Z[ recovery-image] Aug 20 18:24:17.249 INFO O| Aug 20 18:24:17.249 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49282026-08-20T18:24:18.587Z[verify-libraries] Compiling rsa v0.10.0-rc.18
49292026-08-20T18:24:18.617Z[ recovery-image] Aug 20 18:24:17.468 INFO O| Aug 20 18:24:17.468 INFO O| Download: Completed 13.27 MB in 0.22 seconds (60.4M/s)
49302026-08-20T18:24:18.627Z[verify-libraries] Compiling ssh-cipher v0.3.0
49312026-08-20T18:24:18.655Z[ recovery-image] Aug 20 18:24:17.510 INFO O| Aug 20 18:24:17.509 INFO O| Actions: 1/22 actions (Installing new actions)
49322026-08-20T18:24:18.704Z[verify-libraries] Compiling ed25519-dalek v3.0.0
49332026-08-20T18:24:18.820Z[verify-libraries] Compiling serde_with_macros v1.5.2
49342026-08-20T18:24:18.888Z[ recovery-image] Aug 20 18:24:17.742 INFO O| Aug 20 18:24:17.742 INFO O| Actions: Completed 22 actions in 0.23 seconds.
49352026-08-20T18:24:18.925Z[ recovery-image] Aug 20 18:24:17.779 INFO O| Aug 20 18:24:17.779 INFO O| Finalize: Updating package state database ... Done
49362026-08-20T18:24:18.925Z[ recovery-image] Aug 20 18:24:17.779 INFO O| Aug 20 18:24:17.779 INFO O| Finalize: Updating package cache ... Done
49372026-08-20T18:24:19.011Z[ recovery-image] Aug 20 18:24:17.865 INFO O| Aug 20 18:24:17.863 INFO O| Finalize: Updating image state ... Done
49382026-08-20T18:24:19.147Z[verify-libraries] Compiling sha3 v0.11.0
49392026-08-20T18:24:19.195Z[verify-libraries] Compiling p384 v0.14.0
49402026-08-20T18:24:19.200Z[verify-libraries] Compiling p256 v0.14.0
49412026-08-20T18:24:19.292Z[verify-libraries] Compiling p521 v0.14.0
49422026-08-20T18:24:19.350Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49432026-08-20T18:24:19.382Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49442026-08-20T18:24:19.630Z[ recovery-image] Aug 20 18:24:18.483 INFO O| Aug 20 18:24:18.483 INFO O| Finalize: Creating fast lookup database ... Done
49452026-08-20T18:24:19.641Z[ recovery-image] Aug 20 18:24:18.495 INFO O| Aug 20 18:24:18.495 INFO O| Finalize: Reading search index ... Done
49462026-08-20T18:24:19.641Z[ recovery-image] Aug 20 18:24:18.495 INFO O| Aug 20 18:24:18.495 INFO O| Finalize: Updating search index ... Done
49472026-08-20T18:24:19.651Z[ recovery-image] Aug 20 18:24:18.506 INFO O| Aug 20 18:24:18.506 INFO O| Finalize: Updating package cache ... Done
49482026-08-20T18:24:19.815Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49492026-08-20T18:24:19.879Z[verify-libraries] Compiling twox-hash v2.1.2
49502026-08-20T18:24:19.901Z[ recovery-image] Aug 20 18:24:18.755 INFO O| Aug 20 18:24:18.755 INFO STEP 14 (pkg_install) COMPLETE
49512026-08-20T18:24:19.901Z[ recovery-image] Aug 20 18:24:18.755 INFO O| Aug 20 18:24:18.755 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49522026-08-20T18:24:19.902Z[ recovery-image] Aug 20 18:24:18.755 INFO O| Aug 20 18:24:18.755 INFO skip step because feature "mbist" is not enabled
49532026-08-20T18:24:19.905Z[ recovery-image] Aug 20 18:24:18.755 INFO O| Aug 20 18:24:18.755 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49542026-08-20T18:24:19.905Z[ recovery-image] Aug 20 18:24:18.755 INFO O| Aug 20 18:24:18.755 INFO skip step because feature "mfg" is not enabled
49552026-08-20T18:24:19.906Z[ recovery-image] Aug 20 18:24:18.755 INFO O| Aug 20 18:24:18.755 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49562026-08-20T18:24:19.906Z[ recovery-image] Aug 20 18:24:18.755 INFO O| Aug 20 18:24:18.755 INFO skip step because feature "compliance" is not enabled
49572026-08-20T18:24:19.906Z[ recovery-image] Aug 20 18:24:18.755 INFO O| Aug 20 18:24:18.755 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49582026-08-20T18:24:19.906Z[ recovery-image] Aug 20 18:24:18.755 INFO O| Aug 20 18:24:18.755 INFO skip step because feature "stress" is not enabled
49592026-08-20T18:24:19.907Z[ recovery-image] Aug 20 18:24:18.755 INFO O| Aug 20 18:24:18.755 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49602026-08-20T18:24:19.908Z[ recovery-image] Aug 20 18:24:18.755 INFO O| Aug 20 18:24:18.755 INFO skip step because feature "compliance" is not enabled
49612026-08-20T18:24:19.908Z[ recovery-image] Aug 20 18:24:18.755 INFO O| Aug 20 18:24:18.755 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49622026-08-20T18:24:19.908Z[ recovery-image] Aug 20 18:24:18.755 INFO O| Aug 20 18:24:18.755 INFO skip step because feature "nfs" is not enabled
49632026-08-20T18:24:19.908Z[ recovery-image] Aug 20 18:24:18.755 INFO O| Aug 20 18:24:18.755 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49642026-08-20T18:24:19.908Z[ recovery-image] Aug 20 18:24:18.755 INFO O| Aug 20 18:24:18.755 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49652026-08-20T18:24:20.145Z[verify-libraries] Compiling kem v0.3.0
49662026-08-20T18:24:20.188Z[verify-libraries] Compiling module-lattice v0.2.3
49672026-08-20T18:24:20.257Z[ recovery-image] Aug 20 18:24:19.111 INFO O| Aug 20 18:24:19.111 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49682026-08-20T18:24:20.310Z[verify-libraries] Compiling atty v0.2.14
49692026-08-20T18:24:20.382Z[ recovery-image] Aug 20 18:24:19.236 INFO O| Aug 20 18:24:19.236 INFO completed processing sled/ramdisk-01-os
49702026-08-20T18:24:20.386Z[ recovery-image] Aug 20 18:24:19.239 INFO image builder template: ramdisk-02-trim...
49712026-08-20T18:24:20.386Z[ recovery-image] Aug 20 18:24:19.239 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/.tmprb053a/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
49722026-08-20T18:24:20.405Z[ recovery-image] Aug 20 18:24:19.259 INFO O| Aug 20 18:24:19.259 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49732026-08-20T18:24:20.411Z[ recovery-image] Aug 20 18:24:19.264 INFO O| Aug 20 18:24:19.264 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49742026-08-20T18:24:20.421Z[verify-libraries] Compiling rtoolbox v0.0.3
49752026-08-20T18:24:20.497Z[verify-libraries] Compiling topological-sort v0.2.2
49762026-08-20T18:24:20.519Z[verify-libraries] Compiling sponge-cursor v0.1.0
49772026-08-20T18:24:20.519Z[verify-libraries] Compiling ml-kem v0.3.2
49782026-08-20T18:24:20.525Z[ recovery-image] Aug 20 18:24:19.379 INFO O| Aug 20 18:24:19.379 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49792026-08-20T18:24:20.611Z[ recovery-image] Aug 20 18:24:19.464 INFO O| Aug 20 18:24:19.464 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49802026-08-20T18:24:20.611Z[ recovery-image] Aug 20 18:24:19.464 INFO O| Aug 20 18:24:19.464 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49812026-08-20T18:24:20.616Z[ recovery-image] Aug 20 18:24:19.470 INFO O| Aug 20 18:24:19.470 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49822026-08-20T18:24:20.620Z[ recovery-image] Aug 20 18:24:19.474 INFO O| Aug 20 18:24:19.474 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49832026-08-20T18:24:20.624Z[ recovery-image] Aug 20 18:24:19.478 INFO O| Aug 20 18:24:19.478 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49842026-08-20T18:24:20.686Z[verify-libraries] Compiling sha3 v0.12.0
49852026-08-20T18:24:20.706Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49862026-08-20T18:24:20.710Z[verify-libraries] Compiling rpassword v7.5.4
49872026-08-20T18:24:20.789Z[verify-libraries] Compiling serde_with v1.14.0
49882026-08-20T18:24:21.331Z[verify-libraries] Compiling russh-cryptovec v0.62.0
49892026-08-20T18:24:21.335Z[ recovery-image] Aug 20 18:24:20.187 INFO O| Aug 20 18:24:20.187 INFO rolled back to input snapshot; work may begin
49902026-08-20T18:24:21.335Z[ recovery-image] Aug 20 18:24:20.187 INFO O| Aug 20 18:24:20.187 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49912026-08-20T18:24:21.339Z[ recovery-image] Aug 20 18:24:20.192 INFO O| Aug 20 18:24:20.192 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49922026-08-20T18:24:21.354Z[ recovery-image] Aug 20 18:24:20.208 INFO O| Aug 20 18:24:20.208 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49932026-08-20T18:24:21.389Z[ recovery-image] Aug 20 18:24:20.242 INFO O| Aug 20 18:24:20.242 INFO STEP 0 (remove_files) COMPLETE
49942026-08-20T18:24:21.389Z[ recovery-image] Aug 20 18:24:20.242 INFO O| Aug 20 18:24:20.242 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49952026-08-20T18:24:21.397Z[ recovery-image] Aug 20 18:24:20.252 INFO O| Aug 20 18:24:20.252 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
49962026-08-20T18:24:21.401Z[ recovery-image] Aug 20 18:24:20.253 INFO O| Aug 20 18:24:20.253 INFO STEP 1 (remove_files) COMPLETE
49972026-08-20T18:24:21.402Z[ recovery-image] Aug 20 18:24:20.253 INFO O| Aug 20 18:24:20.253 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49982026-08-20T18:24:21.407Z[ recovery-image] Aug 20 18:24:20.262 INFO O| Aug 20 18:24:20.262 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
49992026-08-20T18:24:21.421Z[ recovery-image] Aug 20 18:24:20.274 INFO O| Aug 20 18:24:20.274 INFO STEP 2 (remove_files) COMPLETE
50002026-08-20T18:24:21.421Z[ recovery-image] Aug 20 18:24:20.275 INFO O| Aug 20 18:24:20.274 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50012026-08-20T18:24:21.431Z[ recovery-image] Aug 20 18:24:20.285 INFO O| Aug 20 18:24:20.285 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50022026-08-20T18:24:21.435Z[ recovery-image] Aug 20 18:24:20.286 INFO O| Aug 20 18:24:20.286 INFO STEP 3 (remove_files) COMPLETE
50032026-08-20T18:24:21.435Z[ recovery-image] Aug 20 18:24:20.286 INFO O| Aug 20 18:24:20.286 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50042026-08-20T18:24:21.441Z[ recovery-image] Aug 20 18:24:20.295 INFO O| Aug 20 18:24:20.295 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50052026-08-20T18:24:21.446Z[ recovery-image] Aug 20 18:24:20.298 INFO O| Aug 20 18:24:20.298 INFO STEP 4 (remove_files) COMPLETE
50062026-08-20T18:24:21.446Z[ recovery-image] Aug 20 18:24:20.298 INFO O| Aug 20 18:24:20.298 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50072026-08-20T18:24:21.454Z[ recovery-image] Aug 20 18:24:20.307 INFO O| Aug 20 18:24:20.307 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50082026-08-20T18:24:21.458Z[ recovery-image] Aug 20 18:24:20.307 INFO O| Aug 20 18:24:20.307 INFO STEP 5 (remove_files) COMPLETE
50092026-08-20T18:24:21.458Z[ recovery-image] Aug 20 18:24:20.307 INFO O| Aug 20 18:24:20.307 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50102026-08-20T18:24:21.463Z[ recovery-image] Aug 20 18:24:20.316 INFO O| Aug 20 18:24:20.316 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50112026-08-20T18:24:21.472Z[ recovery-image] Aug 20 18:24:20.326 INFO O| Aug 20 18:24:20.326 INFO STEP 6 (remove_files) COMPLETE
50122026-08-20T18:24:21.472Z[ recovery-image] Aug 20 18:24:20.326 INFO O| Aug 20 18:24:20.326 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50132026-08-20T18:24:21.472Z[ recovery-image] Aug 20 18:24:20.326 INFO O| Aug 20 18:24:20.326 INFO skip step because feature "heliosv2" is not enabled
50142026-08-20T18:24:21.472Z[ recovery-image] Aug 20 18:24:20.326 INFO O| Aug 20 18:24:20.326 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50152026-08-20T18:24:21.472Z[ recovery-image] Aug 20 18:24:20.326 INFO O| Aug 20 18:24:20.326 INFO skip step because feature "recovery" is enabled
50162026-08-20T18:24:21.476Z[ recovery-image] Aug 20 18:24:20.326 INFO O| Aug 20 18:24:20.326 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50172026-08-20T18:24:21.476Z[ recovery-image] Aug 20 18:24:20.326 INFO O| Aug 20 18:24:20.326 INFO skip step because feature "recovery" is enabled
50182026-08-20T18:24:21.476Z[ recovery-image] Aug 20 18:24:20.326 INFO O| Aug 20 18:24:20.326 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50192026-08-20T18:24:21.476Z[ recovery-image] Aug 20 18:24:20.326 INFO O| Aug 20 18:24:20.326 INFO skip step because feature "recovery" is enabled
50202026-08-20T18:24:21.476Z[ recovery-image] Aug 20 18:24:20.326 INFO O| Aug 20 18:24:20.326 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50212026-08-20T18:24:21.482Z[ recovery-image] Aug 20 18:24:20.336 INFO O| Aug 20 18:24:20.336 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50222026-08-20T18:24:21.485Z[ recovery-image] Aug 20 18:24:20.338 INFO O| Aug 20 18:24:20.338 INFO STEP 11 (remove_files) COMPLETE
50232026-08-20T18:24:21.485Z[ recovery-image] Aug 20 18:24:20.338 INFO O| Aug 20 18:24:20.338 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50242026-08-20T18:24:21.494Z[ recovery-image] Aug 20 18:24:20.348 INFO O| Aug 20 18:24:20.348 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50252026-08-20T18:24:21.497Z[ recovery-image] Aug 20 18:24:20.349 INFO O| Aug 20 18:24:20.348 INFO STEP 12 (remove_files) COMPLETE
50262026-08-20T18:24:21.497Z[ recovery-image] Aug 20 18:24:20.349 INFO O| Aug 20 18:24:20.348 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50272026-08-20T18:24:21.503Z[ recovery-image] Aug 20 18:24:20.358 INFO O| Aug 20 18:24:20.358 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50282026-08-20T18:24:21.507Z[ recovery-image] Aug 20 18:24:20.359 INFO O| Aug 20 18:24:20.359 INFO STEP 13 (remove_files) COMPLETE
50292026-08-20T18:24:21.507Z[ recovery-image] Aug 20 18:24:20.359 INFO O| Aug 20 18:24:20.359 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50302026-08-20T18:24:21.580Z[verify-libraries] Compiling tui-tree-widget v0.23.1
50312026-08-20T18:24:21.585Z[ recovery-image] Aug 20 18:24:20.435 INFO O| Aug 20 18:24:20.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50322026-08-20T18:24:21.597Z[ recovery-image] Aug 20 18:24:20.446 INFO O| Aug 20 18:24:20.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50332026-08-20T18:24:21.670Z[ recovery-image] Aug 20 18:24:20.524 INFO O| Aug 20 18:24:20.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50342026-08-20T18:24:21.670Z[ recovery-image] Aug 20 18:24:20.524 INFO O| Aug 20 18:24:20.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50352026-08-20T18:24:21.674Z[ recovery-image] Aug 20 18:24:20.524 INFO O| Aug 20 18:24:20.524 INFO STEP 14 (remove_files) COMPLETE
50362026-08-20T18:24:21.674Z[ recovery-image] Aug 20 18:24:20.524 INFO O| Aug 20 18:24:20.524 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50372026-08-20T18:24:21.681Z[ recovery-image] Aug 20 18:24:20.535 INFO O| Aug 20 18:24:20.535 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50382026-08-20T18:24:21.686Z[ recovery-image] Aug 20 18:24:20.536 INFO O| Aug 20 18:24:20.536 INFO STEP 15 (remove_files) COMPLETE
50392026-08-20T18:24:21.686Z[ recovery-image] Aug 20 18:24:20.536 INFO O| Aug 20 18:24:20.536 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50402026-08-20T18:24:21.692Z[ recovery-image] Aug 20 18:24:20.546 INFO O| Aug 20 18:24:20.546 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50412026-08-20T18:24:21.698Z[ recovery-image] Aug 20 18:24:20.552 INFO O| Aug 20 18:24:20.552 INFO STEP 16 (remove_files) COMPLETE
50422026-08-20T18:24:21.698Z[ recovery-image] Aug 20 18:24:20.552 INFO O| Aug 20 18:24:20.552 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50432026-08-20T18:24:21.708Z[ recovery-image] Aug 20 18:24:20.562 INFO O| Aug 20 18:24:20.562 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50442026-08-20T18:24:21.712Z[ recovery-image] Aug 20 18:24:20.562 INFO O| Aug 20 18:24:20.562 INFO STEP 17 (remove_files) COMPLETE
50452026-08-20T18:24:21.712Z[ recovery-image] Aug 20 18:24:20.562 INFO O| Aug 20 18:24:20.562 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50462026-08-20T18:24:21.725Z[ recovery-image] Aug 20 18:24:20.571 INFO O| Aug 20 18:24:20.571 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50472026-08-20T18:24:21.725Z[ recovery-image] Aug 20 18:24:20.573 INFO O| Aug 20 18:24:20.572 INFO STEP 18 (remove_files) COMPLETE
50482026-08-20T18:24:21.730Z[ recovery-image] Aug 20 18:24:20.573 INFO O| Aug 20 18:24:20.572 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50492026-08-20T18:24:21.730Z[ recovery-image] Aug 20 18:24:20.582 INFO O| Aug 20 18:24:20.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50502026-08-20T18:24:21.730Z[ recovery-image] Aug 20 18:24:20.582 INFO O| Aug 20 18:24:20.582 INFO STEP 19 (remove_files) COMPLETE
50512026-08-20T18:24:21.730Z[ recovery-image] Aug 20 18:24:20.582 INFO O| Aug 20 18:24:20.582 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50522026-08-20T18:24:21.738Z[ recovery-image] Aug 20 18:24:20.590 INFO O| Aug 20 18:24:20.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50532026-08-20T18:24:21.738Z[ recovery-image] Aug 20 18:24:20.590 INFO O| Aug 20 18:24:20.590 INFO STEP 20 (remove_files) COMPLETE
50542026-08-20T18:24:21.743Z[ recovery-image] Aug 20 18:24:20.590 INFO O| Aug 20 18:24:20.590 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50552026-08-20T18:24:21.743Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50562026-08-20T18:24:21.747Z[ recovery-image] Aug 20 18:24:20.599 INFO O| Aug 20 18:24:20.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50572026-08-20T18:24:21.747Z[ recovery-image] Aug 20 18:24:20.599 INFO O| Aug 20 18:24:20.599 INFO STEP 21 (remove_files) COMPLETE
50582026-08-20T18:24:21.748Z[ recovery-image] Aug 20 18:24:20.599 INFO O| Aug 20 18:24:20.599 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50592026-08-20T18:24:21.753Z[ recovery-image] Aug 20 18:24:20.607 INFO O| Aug 20 18:24:20.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50602026-08-20T18:24:21.753Z[ recovery-image] Aug 20 18:24:20.607 INFO O| Aug 20 18:24:20.607 INFO STEP 22 (remove_files) COMPLETE
50612026-08-20T18:24:21.753Z[ recovery-image] Aug 20 18:24:20.607 INFO O| Aug 20 18:24:20.607 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50622026-08-20T18:24:21.762Z[ recovery-image] Aug 20 18:24:20.616 INFO O| Aug 20 18:24:20.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50632026-08-20T18:24:21.762Z[ recovery-image] Aug 20 18:24:20.616 INFO O| Aug 20 18:24:20.616 INFO STEP 23 (remove_files) COMPLETE
50642026-08-20T18:24:21.766Z[ recovery-image] Aug 20 18:24:20.616 INFO O| Aug 20 18:24:20.616 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50652026-08-20T18:24:21.771Z[ recovery-image] Aug 20 18:24:20.626 INFO O| Aug 20 18:24:20.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50662026-08-20T18:24:21.772Z[ recovery-image] Aug 20 18:24:20.626 INFO O| Aug 20 18:24:20.626 INFO STEP 24 (remove_files) COMPLETE
50672026-08-20T18:24:21.775Z[ recovery-image] Aug 20 18:24:20.626 INFO O| Aug 20 18:24:20.626 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50682026-08-20T18:24:21.781Z[ recovery-image] Aug 20 18:24:20.635 INFO O| Aug 20 18:24:20.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50692026-08-20T18:24:21.781Z[ recovery-image] Aug 20 18:24:20.635 INFO O| Aug 20 18:24:20.635 INFO STEP 25 (remove_files) COMPLETE
50702026-08-20T18:24:21.781Z[ recovery-image] Aug 20 18:24:20.635 INFO O| Aug 20 18:24:20.635 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50712026-08-20T18:24:21.791Z[ recovery-image] Aug 20 18:24:20.644 INFO O| Aug 20 18:24:20.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50722026-08-20T18:24:21.791Z[ recovery-image] Aug 20 18:24:20.644 INFO O| Aug 20 18:24:20.644 INFO STEP 26 (remove_files) COMPLETE
50732026-08-20T18:24:21.795Z[ recovery-image] Aug 20 18:24:20.644 INFO O| Aug 20 18:24:20.644 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50742026-08-20T18:24:21.800Z[ recovery-image] Aug 20 18:24:20.653 INFO O| Aug 20 18:24:20.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50752026-08-20T18:24:21.801Z[ recovery-image] Aug 20 18:24:20.654 INFO O| Aug 20 18:24:20.654 INFO STEP 27 (remove_files) COMPLETE
50762026-08-20T18:24:21.801Z[ recovery-image] Aug 20 18:24:20.654 INFO O| Aug 20 18:24:20.654 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50772026-08-20T18:24:21.808Z[ recovery-image] Aug 20 18:24:20.662 INFO O| Aug 20 18:24:20.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50782026-08-20T18:24:21.808Z[ recovery-image] Aug 20 18:24:20.662 INFO O| Aug 20 18:24:20.662 INFO STEP 28 (remove_files) COMPLETE
50792026-08-20T18:24:21.808Z[ recovery-image] Aug 20 18:24:20.662 INFO O| Aug 20 18:24:20.662 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50802026-08-20T18:24:21.817Z[ recovery-image] Aug 20 18:24:20.671 INFO O| Aug 20 18:24:20.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50812026-08-20T18:24:21.817Z[ recovery-image] Aug 20 18:24:20.671 INFO O| Aug 20 18:24:20.671 INFO STEP 29 (remove_files) COMPLETE
50822026-08-20T18:24:21.817Z[ recovery-image] Aug 20 18:24:20.671 INFO O| Aug 20 18:24:20.671 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50832026-08-20T18:24:21.830Z[ recovery-image] Aug 20 18:24:20.682 INFO O| Aug 20 18:24:20.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50842026-08-20T18:24:21.831Z[ recovery-image] Aug 20 18:24:20.682 INFO O| Aug 20 18:24:20.682 INFO STEP 30 (remove_files) COMPLETE
50852026-08-20T18:24:21.835Z[ recovery-image] Aug 20 18:24:20.682 INFO O| Aug 20 18:24:20.682 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50862026-08-20T18:24:21.839Z[ recovery-image] Aug 20 18:24:20.691 INFO O| Aug 20 18:24:20.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
50872026-08-20T18:24:21.839Z[ recovery-image] Aug 20 18:24:20.691 INFO O| Aug 20 18:24:20.691 INFO STEP 31 (remove_files) COMPLETE
50882026-08-20T18:24:21.839Z[ recovery-image] Aug 20 18:24:20.691 INFO O| Aug 20 18:24:20.691 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50892026-08-20T18:24:21.846Z[ recovery-image] Aug 20 18:24:20.700 INFO O| Aug 20 18:24:20.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
50902026-08-20T18:24:21.846Z[ recovery-image] Aug 20 18:24:20.700 INFO O| Aug 20 18:24:20.700 INFO STEP 32 (remove_files) COMPLETE
50912026-08-20T18:24:21.846Z[ recovery-image] Aug 20 18:24:20.700 INFO O| Aug 20 18:24:20.700 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50922026-08-20T18:24:21.854Z[ recovery-image] Aug 20 18:24:20.709 INFO O| Aug 20 18:24:20.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
50932026-08-20T18:24:21.854Z[ recovery-image] Aug 20 18:24:20.709 INFO O| Aug 20 18:24:20.709 INFO STEP 33 (remove_files) COMPLETE
50942026-08-20T18:24:21.854Z[ recovery-image] Aug 20 18:24:20.709 INFO O| Aug 20 18:24:20.709 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50952026-08-20T18:24:21.859Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
50962026-08-20T18:24:21.864Z[ recovery-image] Aug 20 18:24:20.719 INFO O| Aug 20 18:24:20.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
50972026-08-20T18:24:21.864Z[ recovery-image] Aug 20 18:24:20.719 INFO O| Aug 20 18:24:20.719 INFO STEP 34 (remove_files) COMPLETE
50982026-08-20T18:24:21.865Z[ recovery-image] Aug 20 18:24:20.719 INFO O| Aug 20 18:24:20.719 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50992026-08-20T18:24:21.873Z[ recovery-image] Aug 20 18:24:20.727 INFO O| Aug 20 18:24:20.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51002026-08-20T18:24:21.873Z[ recovery-image] Aug 20 18:24:20.727 INFO O| Aug 20 18:24:20.727 INFO STEP 35 (remove_files) COMPLETE
51012026-08-20T18:24:21.877Z[ recovery-image] Aug 20 18:24:20.727 INFO O| Aug 20 18:24:20.727 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51022026-08-20T18:24:21.882Z[ recovery-image] Aug 20 18:24:20.736 INFO O| Aug 20 18:24:20.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51032026-08-20T18:24:21.882Z[ recovery-image] Aug 20 18:24:20.736 INFO O| Aug 20 18:24:20.736 INFO STEP 36 (remove_files) COMPLETE
51042026-08-20T18:24:21.882Z[ recovery-image] Aug 20 18:24:20.736 INFO O| Aug 20 18:24:20.736 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51052026-08-20T18:24:21.891Z[ recovery-image] Aug 20 18:24:20.745 INFO O| Aug 20 18:24:20.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51062026-08-20T18:24:21.891Z[ recovery-image] Aug 20 18:24:20.745 INFO O| Aug 20 18:24:20.745 INFO STEP 37 (remove_files) COMPLETE
51072026-08-20T18:24:21.895Z[ recovery-image] Aug 20 18:24:20.745 INFO O| Aug 20 18:24:20.745 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51082026-08-20T18:24:21.900Z[ recovery-image] Aug 20 18:24:20.754 INFO O| Aug 20 18:24:20.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51092026-08-20T18:24:21.900Z[ recovery-image] Aug 20 18:24:20.754 INFO O| Aug 20 18:24:20.754 INFO STEP 38 (remove_files) COMPLETE
51102026-08-20T18:24:21.900Z[ recovery-image] Aug 20 18:24:20.754 INFO O| Aug 20 18:24:20.754 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-08-20T18:24:21.908Z[ recovery-image] Aug 20 18:24:20.762 INFO O| Aug 20 18:24:20.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51122026-08-20T18:24:21.908Z[ recovery-image] Aug 20 18:24:20.762 INFO O| Aug 20 18:24:20.762 INFO STEP 39 (remove_files) COMPLETE
51132026-08-20T18:24:21.912Z[ recovery-image] Aug 20 18:24:20.762 INFO O| Aug 20 18:24:20.762 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-08-20T18:24:21.918Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
51152026-08-20T18:24:21.918Z[ recovery-image] Aug 20 18:24:20.771 INFO O| Aug 20 18:24:20.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51162026-08-20T18:24:21.918Z[ recovery-image] Aug 20 18:24:20.771 INFO O| Aug 20 18:24:20.771 INFO STEP 40 (remove_files) COMPLETE
51172026-08-20T18:24:21.918Z[ recovery-image] Aug 20 18:24:20.771 INFO O| Aug 20 18:24:20.771 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51182026-08-20T18:24:21.924Z[ recovery-image] Aug 20 18:24:20.778 INFO O| Aug 20 18:24:20.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51192026-08-20T18:24:21.924Z[ recovery-image] Aug 20 18:24:20.778 INFO O| Aug 20 18:24:20.778 INFO STEP 41 (remove_files) COMPLETE
51202026-08-20T18:24:21.924Z[ recovery-image] Aug 20 18:24:20.778 INFO O| Aug 20 18:24:20.778 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51212026-08-20T18:24:21.931Z[ recovery-image] Aug 20 18:24:20.786 INFO O| Aug 20 18:24:20.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51222026-08-20T18:24:21.932Z[ recovery-image] Aug 20 18:24:20.786 INFO O| Aug 20 18:24:20.786 INFO STEP 42 (remove_files) COMPLETE
51232026-08-20T18:24:21.935Z[ recovery-image] Aug 20 18:24:20.786 INFO O| Aug 20 18:24:20.786 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51242026-08-20T18:24:21.939Z[ recovery-image] Aug 20 18:24:20.793 INFO O| Aug 20 18:24:20.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51252026-08-20T18:24:21.939Z[ recovery-image] Aug 20 18:24:20.793 INFO O| Aug 20 18:24:20.793 INFO STEP 43 (remove_files) COMPLETE
51262026-08-20T18:24:21.939Z[ recovery-image] Aug 20 18:24:20.793 INFO O| Aug 20 18:24:20.793 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51272026-08-20T18:24:21.946Z[ recovery-image] Aug 20 18:24:20.801 INFO O| Aug 20 18:24:20.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51282026-08-20T18:24:21.947Z[ recovery-image] Aug 20 18:24:20.801 INFO O| Aug 20 18:24:20.801 INFO STEP 44 (remove_files) COMPLETE
51292026-08-20T18:24:21.951Z[ recovery-image] Aug 20 18:24:20.801 INFO O| Aug 20 18:24:20.801 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51302026-08-20T18:24:22.033Z[ recovery-image] Aug 20 18:24:20.809 INFO O| Aug 20 18:24:20.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51312026-08-20T18:24:22.033Z[ recovery-image] Aug 20 18:24:20.809 INFO O| Aug 20 18:24:20.809 INFO STEP 45 (remove_files) COMPLETE
51322026-08-20T18:24:22.033Z[ recovery-image] Aug 20 18:24:20.809 INFO O| Aug 20 18:24:20.809 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51332026-08-20T18:24:22.046Z[ recovery-image] Aug 20 18:24:20.816 INFO O| Aug 20 18:24:20.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51342026-08-20T18:24:22.046Z[ recovery-image] Aug 20 18:24:20.816 INFO O| Aug 20 18:24:20.816 INFO STEP 46 (remove_files) COMPLETE
51352026-08-20T18:24:22.046Z[ recovery-image] Aug 20 18:24:20.816 INFO O| Aug 20 18:24:20.816 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51362026-08-20T18:24:22.046Z[ recovery-image] Aug 20 18:24:20.824 INFO O| Aug 20 18:24:20.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51372026-08-20T18:24:22.046Z[ recovery-image] Aug 20 18:24:20.824 INFO O| Aug 20 18:24:20.824 INFO STEP 47 (remove_files) COMPLETE
51382026-08-20T18:24:22.046Z[ recovery-image] Aug 20 18:24:20.824 INFO O| Aug 20 18:24:20.824 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51392026-08-20T18:24:22.046Z[ recovery-image] Aug 20 18:24:20.832 INFO O| Aug 20 18:24:20.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51402026-08-20T18:24:22.046Z[ recovery-image] Aug 20 18:24:20.832 INFO O| Aug 20 18:24:20.832 INFO STEP 48 (remove_files) COMPLETE
51412026-08-20T18:24:22.046Z[ recovery-image] Aug 20 18:24:20.832 INFO O| Aug 20 18:24:20.832 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51422026-08-20T18:24:22.047Z[ recovery-image] Aug 20 18:24:20.840 INFO O| Aug 20 18:24:20.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51432026-08-20T18:24:22.047Z[ recovery-image] Aug 20 18:24:20.840 INFO O| Aug 20 18:24:20.840 INFO STEP 49 (remove_files) COMPLETE
51442026-08-20T18:24:22.047Z[ recovery-image] Aug 20 18:24:20.840 INFO O| Aug 20 18:24:20.840 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51452026-08-20T18:24:22.047Z[ recovery-image] Aug 20 18:24:20.849 INFO O| Aug 20 18:24:20.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51462026-08-20T18:24:22.047Z[ recovery-image] Aug 20 18:24:20.849 INFO O| Aug 20 18:24:20.849 INFO STEP 50 (remove_files) COMPLETE
51472026-08-20T18:24:22.047Z[ recovery-image] Aug 20 18:24:20.849 INFO O| Aug 20 18:24:20.849 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51482026-08-20T18:24:22.047Z[ recovery-image] Aug 20 18:24:20.858 INFO O| Aug 20 18:24:20.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51492026-08-20T18:24:22.047Z[ recovery-image] Aug 20 18:24:20.858 INFO O| Aug 20 18:24:20.858 INFO STEP 51 (remove_files) COMPLETE
51502026-08-20T18:24:22.048Z[ recovery-image] Aug 20 18:24:20.858 INFO O| Aug 20 18:24:20.858 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51512026-08-20T18:24:22.048Z[ recovery-image] Aug 20 18:24:20.866 INFO O| Aug 20 18:24:20.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51522026-08-20T18:24:22.048Z[ recovery-image] Aug 20 18:24:20.866 INFO O| Aug 20 18:24:20.866 INFO STEP 52 (remove_files) COMPLETE
51532026-08-20T18:24:22.048Z[ recovery-image] Aug 20 18:24:20.866 INFO O| Aug 20 18:24:20.866 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51542026-08-20T18:24:22.048Z[ recovery-image] Aug 20 18:24:20.879 INFO O| Aug 20 18:24:20.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51552026-08-20T18:24:22.048Z[ recovery-image] Aug 20 18:24:20.879 INFO O| Aug 20 18:24:20.875 INFO STEP 53 (remove_files) COMPLETE
51562026-08-20T18:24:22.048Z[ recovery-image] Aug 20 18:24:20.879 INFO O| Aug 20 18:24:20.875 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51572026-08-20T18:24:22.048Z[ recovery-image] Aug 20 18:24:20.886 INFO O| Aug 20 18:24:20.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51582026-08-20T18:24:22.048Z[ recovery-image] Aug 20 18:24:20.886 INFO O| Aug 20 18:24:20.886 INFO STEP 54 (remove_files) COMPLETE
51592026-08-20T18:24:22.048Z[ recovery-image] Aug 20 18:24:20.886 INFO O| Aug 20 18:24:20.886 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51602026-08-20T18:24:22.048Z[ recovery-image] Aug 20 18:24:20.895 INFO O| Aug 20 18:24:20.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51612026-08-20T18:24:22.048Z[ recovery-image] Aug 20 18:24:20.896 INFO O| Aug 20 18:24:20.895 INFO STEP 55 (remove_files) COMPLETE
51622026-08-20T18:24:22.048Z[ recovery-image] Aug 20 18:24:20.896 INFO O| Aug 20 18:24:20.896 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51632026-08-20T18:24:22.065Z[ recovery-image] Aug 20 18:24:20.904 INFO O| Aug 20 18:24:20.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51642026-08-20T18:24:22.065Z[ recovery-image] Aug 20 18:24:20.905 INFO O| Aug 20 18:24:20.904 INFO STEP 56 (remove_files) COMPLETE
51652026-08-20T18:24:22.065Z[ recovery-image] Aug 20 18:24:20.905 INFO O| Aug 20 18:24:20.905 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51662026-08-20T18:24:22.069Z[ recovery-image] Aug 20 18:24:20.913 INFO O| Aug 20 18:24:20.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51672026-08-20T18:24:22.070Z[ recovery-image] Aug 20 18:24:20.913 INFO O| Aug 20 18:24:20.913 INFO STEP 57 (remove_files) COMPLETE
51682026-08-20T18:24:22.070Z[ recovery-image] Aug 20 18:24:20.913 INFO O| Aug 20 18:24:20.913 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51692026-08-20T18:24:22.070Z[ recovery-image] Aug 20 18:24:20.921 INFO O| Aug 20 18:24:20.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51702026-08-20T18:24:22.070Z[ recovery-image] Aug 20 18:24:20.921 INFO O| Aug 20 18:24:20.921 INFO STEP 58 (remove_files) COMPLETE
51712026-08-20T18:24:22.070Z[ recovery-image] Aug 20 18:24:20.921 INFO O| Aug 20 18:24:20.921 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51722026-08-20T18:24:22.074Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
51732026-08-20T18:24:22.078Z[ recovery-image] Aug 20 18:24:20.930 INFO O| Aug 20 18:24:20.930 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51742026-08-20T18:24:22.078Z[ recovery-image] Aug 20 18:24:20.930 INFO O| Aug 20 18:24:20.930 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51752026-08-20T18:24:22.078Z[ recovery-image] Aug 20 18:24:20.930 INFO O| Aug 20 18:24:20.930 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51762026-08-20T18:24:22.079Z[ recovery-image] Aug 20 18:24:20.930 INFO O| Aug 20 18:24:20.930 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51772026-08-20T18:24:22.079Z[ recovery-image] Aug 20 18:24:20.930 INFO O| Aug 20 18:24:20.930 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51782026-08-20T18:24:22.079Z[ recovery-image] Aug 20 18:24:20.931 INFO O| Aug 20 18:24:20.930 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51792026-08-20T18:24:22.079Z[ recovery-image] Aug 20 18:24:20.931 INFO O| Aug 20 18:24:20.931 INFO ok!
51802026-08-20T18:24:22.079Z[ recovery-image] Aug 20 18:24:20.931 INFO O| Aug 20 18:24:20.931 INFO STEP 59 (ensure_file) COMPLETE
51812026-08-20T18:24:22.079Z[ recovery-image] Aug 20 18:24:20.931 INFO O| Aug 20 18:24:20.931 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51822026-08-20T18:24:22.085Z[ recovery-image] Aug 20 18:24:20.939 INFO O| Aug 20 18:24:20.939 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51832026-08-20T18:24:22.085Z[ recovery-image] Aug 20 18:24:20.939 INFO O| Aug 20 18:24:20.939 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51842026-08-20T18:24:22.091Z[ recovery-image] Aug 20 18:24:20.940 INFO O| Aug 20 18:24:20.940 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51852026-08-20T18:24:22.092Z[ recovery-image] Aug 20 18:24:20.940 INFO O| Aug 20 18:24:20.940 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51862026-08-20T18:24:22.092Z[ recovery-image] Aug 20 18:24:20.940 INFO O| Aug 20 18:24:20.940 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51872026-08-20T18:24:22.092Z[ recovery-image] Aug 20 18:24:20.940 INFO O| Aug 20 18:24:20.940 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51882026-08-20T18:24:22.092Z[ recovery-image] Aug 20 18:24:20.940 INFO O| Aug 20 18:24:20.940 INFO ok!
51892026-08-20T18:24:22.092Z[ recovery-image] Aug 20 18:24:20.940 INFO O| Aug 20 18:24:20.940 INFO STEP 60 (ensure_file) COMPLETE
51902026-08-20T18:24:22.092Z[ recovery-image] Aug 20 18:24:20.940 INFO O| Aug 20 18:24:20.940 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51912026-08-20T18:24:22.096Z[ recovery-image] Aug 20 18:24:20.948 INFO O| Aug 20 18:24:20.948 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
51922026-08-20T18:24:22.096Z[ recovery-image] Aug 20 18:24:20.948 INFO O| Aug 20 18:24:20.948 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
51932026-08-20T18:24:22.096Z[ recovery-image] Aug 20 18:24:20.948 INFO O| Aug 20 18:24:20.948 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
51942026-08-20T18:24:22.096Z[ recovery-image] Aug 20 18:24:20.948 INFO O| Aug 20 18:24:20.948 INFO ok!
51952026-08-20T18:24:22.096Z[ recovery-image] Aug 20 18:24:20.948 INFO O| Aug 20 18:24:20.948 INFO STEP 61 (ensure_file) COMPLETE
51962026-08-20T18:24:22.096Z[ recovery-image] Aug 20 18:24:20.948 INFO O| Aug 20 18:24:20.948 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51972026-08-20T18:24:22.102Z[ recovery-image] Aug 20 18:24:20.956 INFO O| Aug 20 18:24:20.956 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
51982026-08-20T18:24:22.102Z[ recovery-image] Aug 20 18:24:20.956 INFO O| Aug 20 18:24:20.956 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
51992026-08-20T18:24:22.102Z[ recovery-image] Aug 20 18:24:20.956 INFO O| Aug 20 18:24:20.956 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52002026-08-20T18:24:22.107Z[ recovery-image] Aug 20 18:24:20.956 INFO O| Aug 20 18:24:20.956 INFO ok!
52012026-08-20T18:24:22.107Z[ recovery-image] Aug 20 18:24:20.956 INFO O| Aug 20 18:24:20.956 INFO STEP 62 (ensure_file) COMPLETE
52022026-08-20T18:24:22.107Z[ recovery-image] Aug 20 18:24:20.957 INFO O| Aug 20 18:24:20.957 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52032026-08-20T18:24:22.112Z[ recovery-image] Aug 20 18:24:20.966 INFO O| Aug 20 18:24:20.966 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52042026-08-20T18:24:22.112Z[ recovery-image] Aug 20 18:24:20.966 INFO O| Aug 20 18:24:20.966 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52052026-08-20T18:24:22.112Z[ recovery-image] Aug 20 18:24:20.966 INFO O| Aug 20 18:24:20.966 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52062026-08-20T18:24:22.116Z[ recovery-image] Aug 20 18:24:20.966 INFO O| Aug 20 18:24:20.966 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52072026-08-20T18:24:22.116Z[ recovery-image] Aug 20 18:24:20.966 INFO O| Aug 20 18:24:20.966 INFO ok!
52082026-08-20T18:24:22.116Z[ recovery-image] Aug 20 18:24:20.966 INFO O| Aug 20 18:24:20.966 INFO STEP 63 (ensure_file) COMPLETE
52092026-08-20T18:24:22.116Z[ recovery-image] Aug 20 18:24:20.966 INFO O| Aug 20 18:24:20.966 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52102026-08-20T18:24:22.140Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
52112026-08-20T18:24:22.144Z[ recovery-image] Aug 20 18:24:20.996 INFO O| Aug 20 18:24:20.996 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52122026-08-20T18:24:22.144Z[ recovery-image] Aug 20 18:24:20.996 INFO O| Aug 20 18:24:20.996 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52132026-08-20T18:24:22.144Z[ recovery-image] Aug 20 18:24:20.996 INFO O| Aug 20 18:24:20.996 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52142026-08-20T18:24:22.144Z[ recovery-image] Aug 20 18:24:20.996 INFO O| Aug 20 18:24:20.996 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52152026-08-20T18:24:22.144Z[ recovery-image] Aug 20 18:24:20.996 INFO O| Aug 20 18:24:20.996 INFO ok!
52162026-08-20T18:24:22.144Z[ recovery-image] Aug 20 18:24:20.996 INFO O| Aug 20 18:24:20.996 INFO STEP 64 (ensure_file) COMPLETE
52172026-08-20T18:24:22.144Z[ recovery-image] Aug 20 18:24:20.996 INFO O| Aug 20 18:24:20.996 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52182026-08-20T18:24:22.207Z[ recovery-image] Aug 20 18:24:21.061 INFO O| Aug 20 18:24:21.061 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52192026-08-20T18:24:22.208Z[ recovery-image] Aug 20 18:24:21.061 INFO O| Aug 20 18:24:21.061 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52202026-08-20T18:24:22.208Z[ recovery-image] Aug 20 18:24:21.061 INFO O| Aug 20 18:24:21.061 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52212026-08-20T18:24:22.212Z[ recovery-image] Aug 20 18:24:21.061 INFO O| Aug 20 18:24:21.061 INFO ok!
52222026-08-20T18:24:22.212Z[ recovery-image] Aug 20 18:24:21.061 INFO O| Aug 20 18:24:21.061 INFO STEP 65 (assemble_files) COMPLETE
52232026-08-20T18:24:22.212Z[ recovery-image] Aug 20 18:24:21.061 INFO O| Aug 20 18:24:21.061 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52242026-08-20T18:24:22.225Z[ recovery-image] Aug 20 18:24:21.079 INFO O| Aug 20 18:24:21.070 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52252026-08-20T18:24:22.225Z[ recovery-image] Aug 20 18:24:21.079 INFO O| Aug 20 18:24:21.070 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52262026-08-20T18:24:22.225Z[ recovery-image] Aug 20 18:24:21.079 INFO O| Aug 20 18:24:21.070 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52272026-08-20T18:24:22.225Z[ recovery-image] Aug 20 18:24:21.079 INFO O| Aug 20 18:24:21.070 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52282026-08-20T18:24:22.229Z[ recovery-image] Aug 20 18:24:21.079 INFO O| Aug 20 18:24:21.070 INFO ok!
52292026-08-20T18:24:22.229Z[ recovery-image] Aug 20 18:24:21.079 INFO O| Aug 20 18:24:21.070 INFO STEP 66 (ensure_file) COMPLETE
52302026-08-20T18:24:22.229Z[ recovery-image] Aug 20 18:24:21.079 INFO O| Aug 20 18:24:21.070 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52312026-08-20T18:24:22.229Z[ recovery-image] Aug 20 18:24:21.079 INFO O| Aug 20 18:24:21.070 INFO skip step because feature "omicron1" is not enabled
52322026-08-20T18:24:22.229Z[ recovery-image] Aug 20 18:24:21.079 INFO O| Aug 20 18:24:21.070 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52332026-08-20T18:24:22.229Z[ recovery-image] Aug 20 18:24:21.079 INFO O| Aug 20 18:24:21.070 INFO skip step because feature "omicron1" is not enabled
52342026-08-20T18:24:22.229Z[ recovery-image] Aug 20 18:24:21.079 INFO O| Aug 20 18:24:21.070 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52352026-08-20T18:24:22.229Z[ recovery-image] Aug 20 18:24:21.079 INFO O| Aug 20 18:24:21.070 INFO skip step because feature "omicron1" is not enabled
52362026-08-20T18:24:22.229Z[ recovery-image] Aug 20 18:24:21.079 INFO O| Aug 20 18:24:21.070 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52372026-08-20T18:24:22.253Z[ recovery-image] Aug 20 18:24:21.107 INFO O| Aug 20 18:24:21.107 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52382026-08-20T18:24:22.253Z[ recovery-image] Aug 20 18:24:21.107 INFO O| Aug 20 18:24:21.107 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52392026-08-20T18:24:22.258Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52402026-08-20T18:24:22.305Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
52412026-08-20T18:24:22.572Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
52422026-08-20T18:24:22.868Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
52432026-08-20T18:24:23.054Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
52442026-08-20T18:24:23.248Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
52452026-08-20T18:24:23.450Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
52462026-08-20T18:24:23.600Z[ recovery-image] Aug 20 18:24:22.453 INFO O| Aug 20 18:24:22.453 INFO STEP 70 (pack_tar) COMPLETE
52472026-08-20T18:24:23.600Z[ recovery-image] Aug 20 18:24:22.453 INFO O| Aug 20 18:24:22.453 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52482026-08-20T18:24:23.606Z[ recovery-image] Aug 20 18:24:22.453 INFO O| Aug 20 18:24:22.453 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52492026-08-20T18:24:23.640Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
52502026-08-20T18:24:23.673Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
52512026-08-20T18:24:23.695Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52522026-08-20T18:24:24.176Z[ recovery-image] Aug 20 18:24:22.990 INFO O| Aug 20 18:24:22.990 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52532026-08-20T18:24:24.327Z[ recovery-image] Aug 20 18:24:23.181 INFO O| Aug 20 18:24:23.181 INFO completed processing sled/ramdisk-02-trim
52542026-08-20T18:24:24.334Z[ recovery-image] Aug 20 18:24:23.184 INFO image builder template: ramdisk-03-recovery-trim...
52552026-08-20T18:24:24.334Z[ recovery-image] Aug 20 18:24:23.184 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/.tmprb053a/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
52562026-08-20T18:24:24.339Z[ recovery-image] Aug 20 18:24:23.189 INFO O| Aug 20 18:24:23.189 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52572026-08-20T18:24:24.409Z[ recovery-image] Aug 20 18:24:23.263 INFO O| Aug 20 18:24:23.263 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52582026-08-20T18:24:24.414Z[ recovery-image] Aug 20 18:24:23.267 INFO O| Aug 20 18:24:23.267 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52592026-08-20T18:24:24.542Z[ recovery-image] Aug 20 18:24:23.396 INFO O| Aug 20 18:24:23.396 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52602026-08-20T18:24:24.572Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
52612026-08-20T18:24:24.639Z[ recovery-image] Aug 20 18:24:23.492 INFO O| Aug 20 18:24:23.492 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52622026-08-20T18:24:24.639Z[ recovery-image] Aug 20 18:24:23.492 INFO O| Aug 20 18:24:23.492 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52632026-08-20T18:24:24.645Z[ recovery-image] Aug 20 18:24:23.499 INFO O| Aug 20 18:24:23.499 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52642026-08-20T18:24:24.649Z[ recovery-image] Aug 20 18:24:23.502 INFO O| Aug 20 18:24:23.502 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52652026-08-20T18:24:24.653Z[ recovery-image] Aug 20 18:24:23.506 INFO O| Aug 20 18:24:23.506 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52662026-08-20T18:24:24.899Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
52672026-08-20T18:24:25.310Z[ recovery-image] Aug 20 18:24:24.164 INFO O| Aug 20 18:24:24.164 INFO rolled back to input snapshot; work may begin
52682026-08-20T18:24:25.310Z[ recovery-image] Aug 20 18:24:24.164 INFO O| Aug 20 18:24:24.164 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52692026-08-20T18:24:25.314Z[ recovery-image] Aug 20 18:24:24.168 INFO O| Aug 20 18:24:24.168 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52702026-08-20T18:24:25.324Z[ recovery-image] Aug 20 18:24:24.178 INFO O| Aug 20 18:24:24.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52712026-08-20T18:24:25.329Z[ recovery-image] Aug 20 18:24:24.180 INFO O| Aug 20 18:24:24.180 INFO STEP 0 (remove_files) COMPLETE
52722026-08-20T18:24:25.329Z[ recovery-image] Aug 20 18:24:24.180 INFO O| Aug 20 18:24:24.180 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52732026-08-20T18:24:25.336Z[ recovery-image] Aug 20 18:24:24.190 INFO O| Aug 20 18:24:24.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52742026-08-20T18:24:25.336Z[ recovery-image] Aug 20 18:24:24.191 INFO O| Aug 20 18:24:24.190 INFO STEP 1 (remove_files) COMPLETE
52752026-08-20T18:24:25.340Z[ recovery-image] Aug 20 18:24:24.191 INFO O| Aug 20 18:24:24.191 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52762026-08-20T18:24:25.347Z[ recovery-image] Aug 20 18:24:24.201 INFO O| Aug 20 18:24:24.201 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52772026-08-20T18:24:25.364Z[ recovery-image] Aug 20 18:24:24.216 INFO O| Aug 20 18:24:24.216 INFO STEP 2 (remove_files) COMPLETE
52782026-08-20T18:24:25.364Z[ recovery-image] Aug 20 18:24:24.217 INFO O| Aug 20 18:24:24.216 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52792026-08-20T18:24:25.372Z[ recovery-image] Aug 20 18:24:24.226 INFO O| Aug 20 18:24:24.226 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52802026-08-20T18:24:25.417Z[ recovery-image] Aug 20 18:24:24.271 INFO O| Aug 20 18:24:24.271 INFO STEP 3 (remove_files) COMPLETE
52812026-08-20T18:24:25.417Z[ recovery-image] Aug 20 18:24:24.271 INFO O| Aug 20 18:24:24.271 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52822026-08-20T18:24:25.428Z[ recovery-image] Aug 20 18:24:24.282 INFO O| Aug 20 18:24:24.281 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52832026-08-20T18:24:25.432Z[ recovery-image] Aug 20 18:24:24.284 INFO O| Aug 20 18:24:24.283 INFO STEP 4 (remove_files) COMPLETE
52842026-08-20T18:24:25.432Z[ recovery-image] Aug 20 18:24:24.284 INFO O| Aug 20 18:24:24.283 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52852026-08-20T18:24:25.440Z[ recovery-image] Aug 20 18:24:24.294 INFO O| Aug 20 18:24:24.294 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
52862026-08-20T18:24:25.474Z[ recovery-image] Aug 20 18:24:24.328 INFO O| Aug 20 18:24:24.328 INFO STEP 5 (remove_files) COMPLETE
52872026-08-20T18:24:25.474Z[ recovery-image] Aug 20 18:24:24.328 INFO O| Aug 20 18:24:24.328 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52882026-08-20T18:24:25.484Z[ recovery-image] Aug 20 18:24:24.338 INFO O| Aug 20 18:24:24.338 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
52892026-08-20T18:24:25.500Z[ recovery-image] Aug 20 18:24:24.354 INFO O| Aug 20 18:24:24.353 INFO STEP 6 (remove_files) COMPLETE
52902026-08-20T18:24:25.500Z[ recovery-image] Aug 20 18:24:24.354 INFO O| Aug 20 18:24:24.354 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52912026-08-20T18:24:25.510Z[ recovery-image] Aug 20 18:24:24.364 INFO O| Aug 20 18:24:24.364 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
52922026-08-20T18:24:25.514Z[ recovery-image] Aug 20 18:24:24.365 INFO O| Aug 20 18:24:24.365 INFO STEP 7 (remove_files) COMPLETE
52932026-08-20T18:24:25.514Z[ recovery-image] Aug 20 18:24:24.366 INFO O| Aug 20 18:24:24.365 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52942026-08-20T18:24:25.521Z[ recovery-image] Aug 20 18:24:24.376 INFO O| Aug 20 18:24:24.376 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
52952026-08-20T18:24:25.525Z[ recovery-image] Aug 20 18:24:24.377 INFO O| Aug 20 18:24:24.377 INFO STEP 8 (remove_files) COMPLETE
52962026-08-20T18:24:25.525Z[ recovery-image] Aug 20 18:24:24.377 INFO O| Aug 20 18:24:24.377 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52972026-08-20T18:24:25.534Z[ recovery-image] Aug 20 18:24:24.386 INFO O| Aug 20 18:24:24.386 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
52982026-08-20T18:24:25.538Z[ recovery-image] Aug 20 18:24:24.390 INFO O| Aug 20 18:24:24.390 INFO STEP 9 (remove_files) COMPLETE
52992026-08-20T18:24:25.538Z[ recovery-image] Aug 20 18:24:24.390 INFO O| Aug 20 18:24:24.390 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53002026-08-20T18:24:25.546Z[ recovery-image] Aug 20 18:24:24.400 INFO O| Aug 20 18:24:24.400 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53012026-08-20T18:24:25.549Z[ recovery-image] Aug 20 18:24:24.400 INFO O| Aug 20 18:24:24.400 INFO STEP 10 (remove_files) COMPLETE
53022026-08-20T18:24:25.549Z[ recovery-image] Aug 20 18:24:24.400 INFO O| Aug 20 18:24:24.400 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53032026-08-20T18:24:25.557Z[ recovery-image] Aug 20 18:24:24.411 INFO O| Aug 20 18:24:24.411 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53042026-08-20T18:24:25.561Z[ recovery-image] Aug 20 18:24:24.413 INFO O| Aug 20 18:24:24.413 INFO STEP 11 (remove_files) COMPLETE
53052026-08-20T18:24:25.561Z[ recovery-image] Aug 20 18:24:24.413 INFO O| Aug 20 18:24:24.413 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53062026-08-20T18:24:25.569Z[ recovery-image] Aug 20 18:24:24.423 INFO O| Aug 20 18:24:24.423 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53072026-08-20T18:24:25.623Z[ recovery-image] Aug 20 18:24:24.476 INFO O| Aug 20 18:24:24.476 INFO STEP 12 (remove_files) COMPLETE
53082026-08-20T18:24:25.623Z[ recovery-image] Aug 20 18:24:24.477 INFO O| Aug 20 18:24:24.476 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53092026-08-20T18:24:25.650Z[ recovery-image] Aug 20 18:24:24.504 INFO O| Aug 20 18:24:24.504 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53102026-08-20T18:24:25.694Z[ recovery-image] Aug 20 18:24:24.548 INFO O| Aug 20 18:24:24.548 INFO STEP 13 (remove_files) COMPLETE
53112026-08-20T18:24:25.694Z[ recovery-image] Aug 20 18:24:24.548 INFO O| Aug 20 18:24:24.548 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53122026-08-20T18:24:25.722Z[ recovery-image] Aug 20 18:24:24.576 INFO O| Aug 20 18:24:24.576 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53132026-08-20T18:24:25.726Z[ recovery-image] Aug 20 18:24:24.580 INFO O| Aug 20 18:24:24.580 INFO STEP 14 (remove_files) COMPLETE
53142026-08-20T18:24:25.726Z[ recovery-image] Aug 20 18:24:24.580 INFO O| Aug 20 18:24:24.580 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53152026-08-20T18:24:25.741Z[ recovery-image] Aug 20 18:24:24.595 INFO O| Aug 20 18:24:24.595 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53162026-08-20T18:24:25.746Z[ recovery-image] Aug 20 18:24:24.598 INFO O| Aug 20 18:24:24.598 INFO STEP 15 (remove_files) COMPLETE
53172026-08-20T18:24:25.748Z[ recovery-image] Aug 20 18:24:24.598 INFO O| Aug 20 18:24:24.598 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53182026-08-20T18:24:25.756Z[ recovery-image] Aug 20 18:24:24.610 INFO O| Aug 20 18:24:24.610 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53192026-08-20T18:24:25.762Z[ recovery-image] Aug 20 18:24:24.614 INFO O| Aug 20 18:24:24.613 INFO STEP 16 (remove_files) COMPLETE
53202026-08-20T18:24:25.762Z[ recovery-image] Aug 20 18:24:24.614 INFO O| Aug 20 18:24:24.614 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53212026-08-20T18:24:25.773Z[ recovery-image] Aug 20 18:24:24.627 INFO O| Aug 20 18:24:24.627 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53222026-08-20T18:24:25.811Z[ recovery-image] Aug 20 18:24:24.665 INFO O| Aug 20 18:24:24.665 INFO STEP 17 (remove_files) COMPLETE
53232026-08-20T18:24:25.812Z[ recovery-image] Aug 20 18:24:24.665 INFO O| Aug 20 18:24:24.665 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-08-20T18:24:25.826Z[ recovery-image] Aug 20 18:24:24.680 INFO O| Aug 20 18:24:24.680 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53252026-08-20T18:24:25.826Z[ recovery-image] Aug 20 18:24:24.680 INFO O| Aug 20 18:24:24.680 INFO STEP 18 (remove_files) COMPLETE
53262026-08-20T18:24:25.826Z[ recovery-image] Aug 20 18:24:24.680 INFO O| Aug 20 18:24:24.680 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-08-20T18:24:25.840Z[ recovery-image] Aug 20 18:24:24.691 INFO O| Aug 20 18:24:24.691 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53282026-08-20T18:24:25.846Z[ recovery-image] Aug 20 18:24:24.693 INFO O| Aug 20 18:24:24.693 INFO STEP 19 (remove_files) COMPLETE
53292026-08-20T18:24:25.846Z[ recovery-image] Aug 20 18:24:24.693 INFO O| Aug 20 18:24:24.693 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53302026-08-20T18:24:25.863Z[ recovery-image] Aug 20 18:24:24.717 INFO O| Aug 20 18:24:24.717 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53312026-08-20T18:24:26.011Z[ recovery-image] Aug 20 18:24:24.802 INFO O| Aug 20 18:24:24.802 INFO STEP 20 (remove_files) COMPLETE
53322026-08-20T18:24:26.011Z[ recovery-image] Aug 20 18:24:24.802 INFO O| Aug 20 18:24:24.802 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53332026-08-20T18:24:26.021Z[ recovery-image] Aug 20 18:24:24.821 INFO O| Aug 20 18:24:24.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53342026-08-20T18:24:26.021Z[ recovery-image] Aug 20 18:24:24.830 INFO O| Aug 20 18:24:24.830 INFO STEP 21 (remove_files) COMPLETE
53352026-08-20T18:24:26.021Z[ recovery-image] Aug 20 18:24:24.830 INFO O| Aug 20 18:24:24.830 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53362026-08-20T18:24:26.021Z[ recovery-image] Aug 20 18:24:24.847 INFO O| Aug 20 18:24:24.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53372026-08-20T18:24:26.021Z[ recovery-image] Aug 20 18:24:24.859 INFO O| Aug 20 18:24:24.859 INFO STEP 22 (remove_files) COMPLETE
53382026-08-20T18:24:26.021Z[ recovery-image] Aug 20 18:24:24.859 INFO O| Aug 20 18:24:24.859 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53392026-08-20T18:24:26.025Z[ recovery-image] Aug 20 18:24:24.878 INFO O| Aug 20 18:24:24.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53402026-08-20T18:24:26.030Z[ recovery-image] Aug 20 18:24:24.883 INFO O| Aug 20 18:24:24.883 INFO STEP 23 (remove_files) COMPLETE
53412026-08-20T18:24:26.030Z[ recovery-image] Aug 20 18:24:24.883 INFO O| Aug 20 18:24:24.883 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53422026-08-20T18:24:26.037Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
53432026-08-20T18:24:26.041Z[ recovery-image] Aug 20 18:24:24.896 INFO O| Aug 20 18:24:24.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53442026-08-20T18:24:26.046Z[ recovery-image] Aug 20 18:24:24.897 INFO O| Aug 20 18:24:24.897 INFO STEP 24 (remove_files) COMPLETE
53452026-08-20T18:24:26.046Z[ recovery-image] Aug 20 18:24:24.897 INFO O| Aug 20 18:24:24.897 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53462026-08-20T18:24:26.062Z[ recovery-image] Aug 20 18:24:24.916 INFO O| Aug 20 18:24:24.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53472026-08-20T18:24:26.062Z[ recovery-image] Aug 20 18:24:24.916 INFO O| Aug 20 18:24:24.916 INFO STEP 25 (remove_files) COMPLETE
53482026-08-20T18:24:26.062Z[ recovery-image] Aug 20 18:24:24.916 INFO O| Aug 20 18:24:24.916 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53492026-08-20T18:24:26.084Z[ recovery-image] Aug 20 18:24:24.938 INFO O| Aug 20 18:24:24.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53502026-08-20T18:24:26.085Z[ recovery-image] Aug 20 18:24:24.938 INFO O| Aug 20 18:24:24.938 INFO STEP 26 (remove_files) COMPLETE
53512026-08-20T18:24:26.085Z[ recovery-image] Aug 20 18:24:24.938 INFO O| Aug 20 18:24:24.938 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-08-20T18:24:26.107Z[ recovery-image] Aug 20 18:24:24.961 INFO O| Aug 20 18:24:24.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53532026-08-20T18:24:26.107Z[ recovery-image] Aug 20 18:24:24.961 INFO O| Aug 20 18:24:24.961 INFO STEP 27 (remove_files) COMPLETE
53542026-08-20T18:24:26.107Z[ recovery-image] Aug 20 18:24:24.961 INFO O| Aug 20 18:24:24.961 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53552026-08-20T18:24:26.124Z[ recovery-image] Aug 20 18:24:24.977 INFO O| Aug 20 18:24:24.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53562026-08-20T18:24:26.128Z[ recovery-image] Aug 20 18:24:24.980 INFO O| Aug 20 18:24:24.980 INFO STEP 28 (remove_files) COMPLETE
53572026-08-20T18:24:26.128Z[ recovery-image] Aug 20 18:24:24.980 INFO O| Aug 20 18:24:24.980 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53582026-08-20T18:24:26.140Z[ recovery-image] Aug 20 18:24:24.994 INFO O| Aug 20 18:24:24.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53592026-08-20T18:24:26.140Z[ recovery-image] Aug 20 18:24:24.994 INFO O| Aug 20 18:24:24.994 INFO STEP 29 (remove_files) COMPLETE
53602026-08-20T18:24:26.144Z[ recovery-image] Aug 20 18:24:24.994 INFO O| Aug 20 18:24:24.994 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53612026-08-20T18:24:26.150Z[ recovery-image] Aug 20 18:24:25.004 INFO O| Aug 20 18:24:25.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53622026-08-20T18:24:26.150Z[ recovery-image] Aug 20 18:24:25.004 INFO O| Aug 20 18:24:25.004 INFO STEP 30 (remove_files) COMPLETE
53632026-08-20T18:24:26.154Z[ recovery-image] Aug 20 18:24:25.004 INFO O| Aug 20 18:24:25.004 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53642026-08-20T18:24:26.168Z[ recovery-image] Aug 20 18:24:25.021 INFO O| Aug 20 18:24:25.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53652026-08-20T18:24:26.168Z[ recovery-image] Aug 20 18:24:25.022 INFO O| Aug 20 18:24:25.022 INFO STEP 31 (remove_files) COMPLETE
53662026-08-20T18:24:26.168Z[ recovery-image] Aug 20 18:24:25.022 INFO O| Aug 20 18:24:25.022 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53672026-08-20T18:24:26.179Z[ recovery-image] Aug 20 18:24:25.032 INFO O| Aug 20 18:24:25.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53682026-08-20T18:24:26.184Z[ recovery-image] Aug 20 18:24:25.036 INFO O| Aug 20 18:24:25.036 INFO STEP 32 (remove_files) COMPLETE
53692026-08-20T18:24:26.184Z[ recovery-image] Aug 20 18:24:25.037 INFO O| Aug 20 18:24:25.036 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53702026-08-20T18:24:26.184Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
53712026-08-20T18:24:26.212Z[ recovery-image] Aug 20 18:24:25.065 INFO O| Aug 20 18:24:25.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53722026-08-20T18:24:26.213Z[ recovery-image] Aug 20 18:24:25.065 INFO O| Aug 20 18:24:25.065 INFO STEP 33 (remove_files) COMPLETE
53732026-08-20T18:24:26.213Z[ recovery-image] Aug 20 18:24:25.065 INFO O| Aug 20 18:24:25.065 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-08-20T18:24:26.219Z[ recovery-image] Aug 20 18:24:25.073 INFO O| Aug 20 18:24:25.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53752026-08-20T18:24:26.219Z[ recovery-image] Aug 20 18:24:25.073 INFO O| Aug 20 18:24:25.073 INFO STEP 34 (remove_files) COMPLETE
53762026-08-20T18:24:26.223Z[ recovery-image] Aug 20 18:24:25.073 INFO O| Aug 20 18:24:25.073 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-08-20T18:24:26.228Z[ recovery-image] Aug 20 18:24:25.081 INFO O| Aug 20 18:24:25.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53782026-08-20T18:24:26.228Z[ recovery-image] Aug 20 18:24:25.081 INFO O| Aug 20 18:24:25.081 INFO STEP 35 (remove_files) COMPLETE
53792026-08-20T18:24:26.228Z[ recovery-image] Aug 20 18:24:25.081 INFO O| Aug 20 18:24:25.081 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-08-20T18:24:26.234Z[ recovery-image] Aug 20 18:24:25.089 INFO O| Aug 20 18:24:25.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53812026-08-20T18:24:26.235Z[ recovery-image] Aug 20 18:24:25.089 INFO O| Aug 20 18:24:25.089 INFO STEP 36 (remove_files) COMPLETE
53822026-08-20T18:24:26.235Z[ recovery-image] Aug 20 18:24:25.089 INFO O| Aug 20 18:24:25.089 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-08-20T18:24:26.252Z[ recovery-image] Aug 20 18:24:25.102 INFO O| Aug 20 18:24:25.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
53842026-08-20T18:24:26.252Z[ recovery-image] Aug 20 18:24:25.102 INFO O| Aug 20 18:24:25.102 INFO STEP 37 (remove_files) COMPLETE
53852026-08-20T18:24:26.252Z[ recovery-image] Aug 20 18:24:25.102 INFO O| Aug 20 18:24:25.102 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-08-20T18:24:26.259Z[ recovery-image] Aug 20 18:24:25.111 INFO O| Aug 20 18:24:25.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
53872026-08-20T18:24:26.262Z[ recovery-image] Aug 20 18:24:25.111 INFO O| Aug 20 18:24:25.111 INFO STEP 38 (remove_files) COMPLETE
53882026-08-20T18:24:26.263Z[ recovery-image] Aug 20 18:24:25.111 INFO O| Aug 20 18:24:25.111 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-08-20T18:24:26.266Z[ recovery-image] Aug 20 18:24:25.120 INFO O| Aug 20 18:24:25.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
53902026-08-20T18:24:26.268Z[ recovery-image] Aug 20 18:24:25.120 INFO O| Aug 20 18:24:25.120 INFO STEP 39 (remove_files) COMPLETE
53912026-08-20T18:24:26.268Z[ recovery-image] Aug 20 18:24:25.120 INFO O| Aug 20 18:24:25.120 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-08-20T18:24:26.274Z[ recovery-image] Aug 20 18:24:25.128 INFO O| Aug 20 18:24:25.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
53932026-08-20T18:24:26.274Z[ recovery-image] Aug 20 18:24:25.129 INFO O| Aug 20 18:24:25.128 INFO STEP 40 (remove_files) COMPLETE
53942026-08-20T18:24:26.275Z[ recovery-image] Aug 20 18:24:25.129 INFO O| Aug 20 18:24:25.128 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-08-20T18:24:26.283Z[ recovery-image] Aug 20 18:24:25.137 INFO O| Aug 20 18:24:25.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
53962026-08-20T18:24:26.283Z[ recovery-image] Aug 20 18:24:25.137 INFO O| Aug 20 18:24:25.137 INFO STEP 41 (remove_files) COMPLETE
53972026-08-20T18:24:26.287Z[ recovery-image] Aug 20 18:24:25.137 INFO O| Aug 20 18:24:25.137 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-08-20T18:24:26.293Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53992026-08-20T18:24:26.297Z[ recovery-image] Aug 20 18:24:25.150 INFO O| Aug 20 18:24:25.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54002026-08-20T18:24:26.297Z[ recovery-image] Aug 20 18:24:25.150 INFO O| Aug 20 18:24:25.150 INFO STEP 42 (remove_files) COMPLETE
54012026-08-20T18:24:26.297Z[ recovery-image] Aug 20 18:24:25.150 INFO O| Aug 20 18:24:25.150 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-08-20T18:24:26.309Z[ recovery-image] Aug 20 18:24:25.157 INFO O| Aug 20 18:24:25.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54032026-08-20T18:24:26.309Z[ recovery-image] Aug 20 18:24:25.157 INFO O| Aug 20 18:24:25.157 INFO STEP 43 (remove_files) COMPLETE
54042026-08-20T18:24:26.310Z[ recovery-image] Aug 20 18:24:25.157 INFO O| Aug 20 18:24:25.157 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-08-20T18:24:26.324Z[ recovery-image] Aug 20 18:24:25.178 INFO O| Aug 20 18:24:25.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54062026-08-20T18:24:26.324Z[ recovery-image] Aug 20 18:24:25.178 INFO O| Aug 20 18:24:25.178 INFO STEP 44 (remove_files) COMPLETE
54072026-08-20T18:24:26.324Z[ recovery-image] Aug 20 18:24:25.178 INFO O| Aug 20 18:24:25.178 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-08-20T18:24:26.331Z[ recovery-image] Aug 20 18:24:25.186 INFO O| Aug 20 18:24:25.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54092026-08-20T18:24:26.337Z[ recovery-image] Aug 20 18:24:25.190 INFO O| Aug 20 18:24:25.190 INFO STEP 45 (remove_files) COMPLETE
54102026-08-20T18:24:26.337Z[ recovery-image] Aug 20 18:24:25.190 INFO O| Aug 20 18:24:25.190 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-08-20T18:24:26.346Z[ recovery-image] Aug 20 18:24:25.200 INFO O| Aug 20 18:24:25.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54122026-08-20T18:24:26.346Z[ recovery-image] Aug 20 18:24:25.200 INFO O| Aug 20 18:24:25.200 INFO STEP 46 (remove_files) COMPLETE
54132026-08-20T18:24:26.346Z[ recovery-image] Aug 20 18:24:25.200 INFO O| Aug 20 18:24:25.200 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-08-20T18:24:26.356Z[ recovery-image] Aug 20 18:24:25.210 INFO O| Aug 20 18:24:25.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54152026-08-20T18:24:26.359Z[ recovery-image] Aug 20 18:24:25.211 INFO O| Aug 20 18:24:25.211 INFO STEP 47 (remove_files) COMPLETE
54162026-08-20T18:24:26.359Z[ recovery-image] Aug 20 18:24:25.211 INFO O| Aug 20 18:24:25.211 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-08-20T18:24:26.367Z[ recovery-image] Aug 20 18:24:25.222 INFO O| Aug 20 18:24:25.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54182026-08-20T18:24:26.369Z[ recovery-image] Aug 20 18:24:25.222 INFO O| Aug 20 18:24:25.222 INFO STEP 48 (remove_files) COMPLETE
54192026-08-20T18:24:26.369Z[ recovery-image] Aug 20 18:24:25.222 INFO O| Aug 20 18:24:25.222 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-08-20T18:24:26.379Z[ recovery-image] Aug 20 18:24:25.232 INFO O| Aug 20 18:24:25.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54212026-08-20T18:24:26.382Z[ recovery-image] Aug 20 18:24:25.233 INFO O| Aug 20 18:24:25.233 INFO STEP 49 (remove_files) COMPLETE
54222026-08-20T18:24:26.382Z[ recovery-image] Aug 20 18:24:25.233 INFO O| Aug 20 18:24:25.233 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-08-20T18:24:26.389Z[ recovery-image] Aug 20 18:24:25.244 INFO O| Aug 20 18:24:25.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54242026-08-20T18:24:26.389Z[ recovery-image] Aug 20 18:24:25.244 INFO O| Aug 20 18:24:25.244 INFO STEP 50 (remove_files) COMPLETE
54252026-08-20T18:24:26.389Z[ recovery-image] Aug 20 18:24:25.244 INFO O| Aug 20 18:24:25.244 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-08-20T18:24:26.400Z[ recovery-image] Aug 20 18:24:25.254 INFO O| Aug 20 18:24:25.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54272026-08-20T18:24:26.404Z[ recovery-image] Aug 20 18:24:25.255 INFO O| Aug 20 18:24:25.255 INFO STEP 51 (remove_files) COMPLETE
54282026-08-20T18:24:26.404Z[ recovery-image] Aug 20 18:24:25.255 INFO O| Aug 20 18:24:25.255 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-08-20T18:24:26.411Z[ recovery-image] Aug 20 18:24:25.266 INFO O| Aug 20 18:24:25.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54302026-08-20T18:24:26.411Z[ recovery-image] Aug 20 18:24:25.266 INFO O| Aug 20 18:24:25.266 INFO STEP 52 (remove_files) COMPLETE
54312026-08-20T18:24:26.411Z[ recovery-image] Aug 20 18:24:25.266 INFO O| Aug 20 18:24:25.266 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-08-20T18:24:26.421Z[ recovery-image] Aug 20 18:24:25.276 INFO O| Aug 20 18:24:25.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54332026-08-20T18:24:26.422Z[ recovery-image] Aug 20 18:24:25.276 INFO O| Aug 20 18:24:25.276 INFO STEP 53 (remove_files) COMPLETE
54342026-08-20T18:24:26.425Z[ recovery-image] Aug 20 18:24:25.276 INFO O| Aug 20 18:24:25.276 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-08-20T18:24:26.430Z[ recovery-image] Aug 20 18:24:25.284 INFO O| Aug 20 18:24:25.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54362026-08-20T18:24:26.430Z[ recovery-image] Aug 20 18:24:25.284 INFO O| Aug 20 18:24:25.284 INFO STEP 54 (remove_files) COMPLETE
54372026-08-20T18:24:26.433Z[ recovery-image] Aug 20 18:24:25.284 INFO O| Aug 20 18:24:25.284 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-08-20T18:24:26.439Z[ recovery-image] Aug 20 18:24:25.293 INFO O| Aug 20 18:24:25.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54392026-08-20T18:24:26.439Z[ recovery-image] Aug 20 18:24:25.293 INFO O| Aug 20 18:24:25.293 INFO STEP 55 (remove_files) COMPLETE
54402026-08-20T18:24:26.439Z[ recovery-image] Aug 20 18:24:25.293 INFO O| Aug 20 18:24:25.293 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54412026-08-20T18:24:26.449Z[ recovery-image] Aug 20 18:24:25.303 INFO O| Aug 20 18:24:25.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54422026-08-20T18:24:26.449Z[ recovery-image] Aug 20 18:24:25.303 INFO O| Aug 20 18:24:25.303 INFO STEP 56 (remove_files) COMPLETE
54432026-08-20T18:24:26.453Z[ recovery-image] Aug 20 18:24:25.303 INFO O| Aug 20 18:24:25.303 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54442026-08-20T18:24:26.457Z[ recovery-image] Aug 20 18:24:25.312 INFO O| Aug 20 18:24:25.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54452026-08-20T18:24:26.457Z[ recovery-image] Aug 20 18:24:25.312 INFO O| Aug 20 18:24:25.312 INFO STEP 57 (remove_files) COMPLETE
54462026-08-20T18:24:26.459Z[ recovery-image] Aug 20 18:24:25.312 INFO O| Aug 20 18:24:25.312 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54472026-08-20T18:24:26.466Z[ recovery-image] Aug 20 18:24:25.320 INFO O| Aug 20 18:24:25.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54482026-08-20T18:24:26.466Z[ recovery-image] Aug 20 18:24:25.320 INFO O| Aug 20 18:24:25.320 INFO STEP 58 (remove_files) COMPLETE
54492026-08-20T18:24:26.466Z[ recovery-image] Aug 20 18:24:25.320 INFO O| Aug 20 18:24:25.320 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54502026-08-20T18:24:26.474Z[ recovery-image] Aug 20 18:24:25.328 INFO O| Aug 20 18:24:25.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54512026-08-20T18:24:26.474Z[ recovery-image] Aug 20 18:24:25.328 INFO O| Aug 20 18:24:25.328 INFO STEP 59 (remove_files) COMPLETE
54522026-08-20T18:24:26.474Z[ recovery-image] Aug 20 18:24:25.328 INFO O| Aug 20 18:24:25.328 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54532026-08-20T18:24:26.482Z[ recovery-image] Aug 20 18:24:25.336 INFO O| Aug 20 18:24:25.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54542026-08-20T18:24:26.482Z[ recovery-image] Aug 20 18:24:25.336 INFO O| Aug 20 18:24:25.336 INFO STEP 60 (remove_files) COMPLETE
54552026-08-20T18:24:26.485Z[ recovery-image] Aug 20 18:24:25.336 INFO O| Aug 20 18:24:25.336 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54562026-08-20T18:24:26.490Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
54572026-08-20T18:24:26.493Z[ recovery-image] Aug 20 18:24:25.344 INFO O| Aug 20 18:24:25.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54582026-08-20T18:24:26.494Z[ recovery-image] Aug 20 18:24:25.344 INFO O| Aug 20 18:24:25.344 INFO STEP 61 (remove_files) COMPLETE
54592026-08-20T18:24:26.494Z[ recovery-image] Aug 20 18:24:25.344 INFO O| Aug 20 18:24:25.344 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-08-20T18:24:26.498Z[ recovery-image] Aug 20 18:24:25.353 INFO O| Aug 20 18:24:25.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54612026-08-20T18:24:26.498Z[ recovery-image] Aug 20 18:24:25.353 INFO O| Aug 20 18:24:25.353 INFO STEP 62 (remove_files) COMPLETE
54622026-08-20T18:24:26.502Z[ recovery-image] Aug 20 18:24:25.353 INFO O| Aug 20 18:24:25.353 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-08-20T18:24:26.509Z[ recovery-image] Aug 20 18:24:25.364 INFO O| Aug 20 18:24:25.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54642026-08-20T18:24:26.509Z[ recovery-image] Aug 20 18:24:25.364 INFO O| Aug 20 18:24:25.364 INFO STEP 63 (remove_files) COMPLETE
54652026-08-20T18:24:26.509Z[ recovery-image] Aug 20 18:24:25.364 INFO O| Aug 20 18:24:25.364 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54662026-08-20T18:24:26.520Z[ recovery-image] Aug 20 18:24:25.375 INFO O| Aug 20 18:24:25.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54672026-08-20T18:24:26.524Z[ recovery-image] Aug 20 18:24:25.376 INFO O| Aug 20 18:24:25.376 INFO STEP 64 (remove_files) COMPLETE
54682026-08-20T18:24:26.524Z[ recovery-image] Aug 20 18:24:25.376 INFO O| Aug 20 18:24:25.376 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-08-20T18:24:26.530Z[ recovery-image] Aug 20 18:24:25.385 INFO O| Aug 20 18:24:25.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54702026-08-20T18:24:26.530Z[ recovery-image] Aug 20 18:24:25.385 INFO O| Aug 20 18:24:25.385 INFO STEP 65 (remove_files) COMPLETE
54712026-08-20T18:24:26.530Z[ recovery-image] Aug 20 18:24:25.385 INFO O| Aug 20 18:24:25.385 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54722026-08-20T18:24:26.539Z[ recovery-image] Aug 20 18:24:25.394 INFO O| Aug 20 18:24:25.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54732026-08-20T18:24:26.540Z[ recovery-image] Aug 20 18:24:25.394 INFO O| Aug 20 18:24:25.394 INFO STEP 66 (remove_files) COMPLETE
54742026-08-20T18:24:26.540Z[ recovery-image] Aug 20 18:24:25.394 INFO O| Aug 20 18:24:25.394 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54752026-08-20T18:24:26.549Z[ recovery-image] Aug 20 18:24:25.403 INFO O| Aug 20 18:24:25.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54762026-08-20T18:24:26.552Z[ recovery-image] Aug 20 18:24:25.404 INFO O| Aug 20 18:24:25.404 INFO STEP 67 (remove_files) COMPLETE
54772026-08-20T18:24:26.552Z[ recovery-image] Aug 20 18:24:25.404 INFO O| Aug 20 18:24:25.404 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54782026-08-20T18:24:26.559Z[ recovery-image] Aug 20 18:24:25.413 INFO O| Aug 20 18:24:25.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54792026-08-20T18:24:26.559Z[ recovery-image] Aug 20 18:24:25.413 INFO O| Aug 20 18:24:25.413 INFO STEP 68 (remove_files) COMPLETE
54802026-08-20T18:24:26.559Z[ recovery-image] Aug 20 18:24:25.413 INFO O| Aug 20 18:24:25.413 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54812026-08-20T18:24:26.570Z[ recovery-image] Aug 20 18:24:25.423 INFO O| Aug 20 18:24:25.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54822026-08-20T18:24:26.570Z[ recovery-image] Aug 20 18:24:25.423 INFO O| Aug 20 18:24:25.423 INFO STEP 69 (remove_files) COMPLETE
54832026-08-20T18:24:26.570Z[ recovery-image] Aug 20 18:24:25.423 INFO O| Aug 20 18:24:25.423 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54842026-08-20T18:24:26.580Z[ recovery-image] Aug 20 18:24:25.434 INFO O| Aug 20 18:24:25.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
54852026-08-20T18:24:26.580Z[ recovery-image] Aug 20 18:24:25.434 INFO O| Aug 20 18:24:25.434 INFO STEP 70 (remove_files) COMPLETE
54862026-08-20T18:24:26.580Z[ recovery-image] Aug 20 18:24:25.434 INFO O| Aug 20 18:24:25.434 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-08-20T18:24:26.590Z[ recovery-image] Aug 20 18:24:25.444 INFO O| Aug 20 18:24:25.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
54882026-08-20T18:24:26.591Z[ recovery-image] Aug 20 18:24:25.444 INFO O| Aug 20 18:24:25.444 INFO STEP 71 (remove_files) COMPLETE
54892026-08-20T18:24:26.595Z[ recovery-image] Aug 20 18:24:25.444 INFO O| Aug 20 18:24:25.444 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-08-20T18:24:26.599Z[ recovery-image] Aug 20 18:24:25.454 INFO O| Aug 20 18:24:25.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
54912026-08-20T18:24:26.599Z[ recovery-image] Aug 20 18:24:25.454 INFO O| Aug 20 18:24:25.454 INFO STEP 72 (remove_files) COMPLETE
54922026-08-20T18:24:26.603Z[ recovery-image] Aug 20 18:24:25.454 INFO O| Aug 20 18:24:25.454 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-08-20T18:24:26.608Z[ recovery-image] Aug 20 18:24:25.463 INFO O| Aug 20 18:24:25.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
54942026-08-20T18:24:26.608Z[ recovery-image] Aug 20 18:24:25.463 INFO O| Aug 20 18:24:25.463 INFO STEP 73 (remove_files) COMPLETE
54952026-08-20T18:24:26.612Z[ recovery-image] Aug 20 18:24:25.463 INFO O| Aug 20 18:24:25.463 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-08-20T18:24:26.617Z[ recovery-image] Aug 20 18:24:25.472 INFO O| Aug 20 18:24:25.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
54972026-08-20T18:24:26.618Z[ recovery-image] Aug 20 18:24:25.472 INFO O| Aug 20 18:24:25.472 INFO STEP 74 (remove_files) COMPLETE
54982026-08-20T18:24:26.618Z[ recovery-image] Aug 20 18:24:25.472 INFO O| Aug 20 18:24:25.472 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54992026-08-20T18:24:26.627Z[ recovery-image] Aug 20 18:24:25.481 INFO O| Aug 20 18:24:25.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55002026-08-20T18:24:26.627Z[ recovery-image] Aug 20 18:24:25.481 INFO O| Aug 20 18:24:25.481 INFO STEP 75 (remove_files) COMPLETE
55012026-08-20T18:24:26.627Z[ recovery-image] Aug 20 18:24:25.481 INFO O| Aug 20 18:24:25.481 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55022026-08-20T18:24:26.636Z[ recovery-image] Aug 20 18:24:25.490 INFO O| Aug 20 18:24:25.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55032026-08-20T18:24:26.636Z[ recovery-image] Aug 20 18:24:25.490 INFO O| Aug 20 18:24:25.490 INFO STEP 76 (remove_files) COMPLETE
55042026-08-20T18:24:26.640Z[ recovery-image] Aug 20 18:24:25.490 INFO O| Aug 20 18:24:25.490 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55052026-08-20T18:24:26.645Z[ recovery-image] Aug 20 18:24:25.500 INFO O| Aug 20 18:24:25.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55062026-08-20T18:24:26.645Z[ recovery-image] Aug 20 18:24:25.500 INFO O| Aug 20 18:24:25.500 INFO STEP 77 (remove_files) COMPLETE
55072026-08-20T18:24:26.649Z[ recovery-image] Aug 20 18:24:25.500 INFO O| Aug 20 18:24:25.500 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55082026-08-20T18:24:26.656Z[ recovery-image] Aug 20 18:24:25.510 INFO O| Aug 20 18:24:25.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55092026-08-20T18:24:26.656Z[ recovery-image] Aug 20 18:24:25.511 INFO O| Aug 20 18:24:25.510 INFO STEP 78 (remove_files) COMPLETE
55102026-08-20T18:24:26.656Z[ recovery-image] Aug 20 18:24:25.511 INFO O| Aug 20 18:24:25.511 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55112026-08-20T18:24:26.667Z[ recovery-image] Aug 20 18:24:25.521 INFO O| Aug 20 18:24:25.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55122026-08-20T18:24:26.667Z[ recovery-image] Aug 20 18:24:25.521 INFO O| Aug 20 18:24:25.521 INFO STEP 79 (remove_files) COMPLETE
55132026-08-20T18:24:26.667Z[ recovery-image] Aug 20 18:24:25.521 INFO O| Aug 20 18:24:25.521 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55142026-08-20T18:24:26.677Z[ recovery-image] Aug 20 18:24:25.532 INFO O| Aug 20 18:24:25.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55152026-08-20T18:24:26.677Z[ recovery-image] Aug 20 18:24:25.532 INFO O| Aug 20 18:24:25.532 INFO STEP 80 (remove_files) COMPLETE
55162026-08-20T18:24:26.677Z[ recovery-image] Aug 20 18:24:25.532 INFO O| Aug 20 18:24:25.532 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55172026-08-20T18:24:26.688Z[ recovery-image] Aug 20 18:24:25.542 INFO O| Aug 20 18:24:25.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55182026-08-20T18:24:26.688Z[ recovery-image] Aug 20 18:24:25.542 INFO O| Aug 20 18:24:25.542 INFO STEP 81 (remove_files) COMPLETE
55192026-08-20T18:24:26.688Z[ recovery-image] Aug 20 18:24:25.542 INFO O| Aug 20 18:24:25.542 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55202026-08-20T18:24:26.698Z[ recovery-image] Aug 20 18:24:25.552 INFO O| Aug 20 18:24:25.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55212026-08-20T18:24:26.698Z[ recovery-image] Aug 20 18:24:25.552 INFO O| Aug 20 18:24:25.552 INFO STEP 82 (remove_files) COMPLETE
55222026-08-20T18:24:26.698Z[ recovery-image] Aug 20 18:24:25.552 INFO O| Aug 20 18:24:25.552 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55232026-08-20T18:24:26.707Z[ recovery-image] Aug 20 18:24:25.561 INFO O| Aug 20 18:24:25.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55242026-08-20T18:24:26.707Z[ recovery-image] Aug 20 18:24:25.562 INFO O| Aug 20 18:24:25.561 INFO STEP 83 (remove_files) COMPLETE
55252026-08-20T18:24:26.711Z[ recovery-image] Aug 20 18:24:25.562 INFO O| Aug 20 18:24:25.561 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55262026-08-20T18:24:26.716Z[ recovery-image] Aug 20 18:24:25.570 INFO O| Aug 20 18:24:25.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55272026-08-20T18:24:26.716Z[ recovery-image] Aug 20 18:24:25.570 INFO O| Aug 20 18:24:25.570 INFO STEP 84 (remove_files) COMPLETE
55282026-08-20T18:24:26.719Z[ recovery-image] Aug 20 18:24:25.570 INFO O| Aug 20 18:24:25.570 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55292026-08-20T18:24:26.726Z[ recovery-image] Aug 20 18:24:25.580 INFO O| Aug 20 18:24:25.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55302026-08-20T18:24:26.727Z[ recovery-image] Aug 20 18:24:25.580 INFO O| Aug 20 18:24:25.580 INFO STEP 85 (remove_files) COMPLETE
55312026-08-20T18:24:26.731Z[ recovery-image] Aug 20 18:24:25.580 INFO O| Aug 20 18:24:25.580 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55322026-08-20T18:24:26.734Z[ recovery-image] Aug 20 18:24:25.589 INFO O| Aug 20 18:24:25.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55332026-08-20T18:24:26.734Z[ recovery-image] Aug 20 18:24:25.589 INFO O| Aug 20 18:24:25.589 INFO STEP 86 (remove_files) COMPLETE
55342026-08-20T18:24:26.734Z[ recovery-image] Aug 20 18:24:25.589 INFO O| Aug 20 18:24:25.589 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55352026-08-20T18:24:26.743Z[ recovery-image] Aug 20 18:24:25.597 INFO O| Aug 20 18:24:25.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55362026-08-20T18:24:26.743Z[ recovery-image] Aug 20 18:24:25.597 INFO O| Aug 20 18:24:25.597 INFO STEP 87 (remove_files) COMPLETE
55372026-08-20T18:24:26.746Z[ recovery-image] Aug 20 18:24:25.597 INFO O| Aug 20 18:24:25.597 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55382026-08-20T18:24:26.754Z[ recovery-image] Aug 20 18:24:25.608 INFO O| Aug 20 18:24:25.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55392026-08-20T18:24:26.754Z[ recovery-image] Aug 20 18:24:25.608 INFO O| Aug 20 18:24:25.608 INFO STEP 88 (remove_files) COMPLETE
55402026-08-20T18:24:26.759Z[ recovery-image] Aug 20 18:24:25.608 INFO O| Aug 20 18:24:25.608 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55412026-08-20T18:24:26.763Z[ recovery-image] Aug 20 18:24:25.617 INFO O| Aug 20 18:24:25.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55422026-08-20T18:24:26.763Z[ recovery-image] Aug 20 18:24:25.617 INFO O| Aug 20 18:24:25.617 INFO STEP 89 (remove_files) COMPLETE
55432026-08-20T18:24:26.763Z[ recovery-image] Aug 20 18:24:25.617 INFO O| Aug 20 18:24:25.617 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-08-20T18:24:26.772Z[ recovery-image] Aug 20 18:24:25.625 INFO O| Aug 20 18:24:25.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55452026-08-20T18:24:26.772Z[ recovery-image] Aug 20 18:24:25.625 INFO O| Aug 20 18:24:25.625 INFO STEP 90 (remove_files) COMPLETE
55462026-08-20T18:24:26.775Z[ recovery-image] Aug 20 18:24:25.625 INFO O| Aug 20 18:24:25.625 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-08-20T18:24:26.782Z[ recovery-image] Aug 20 18:24:25.636 INFO O| Aug 20 18:24:25.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55482026-08-20T18:24:26.782Z[ recovery-image] Aug 20 18:24:25.636 INFO O| Aug 20 18:24:25.636 INFO STEP 91 (remove_files) COMPLETE
55492026-08-20T18:24:26.785Z[ recovery-image] Aug 20 18:24:25.636 INFO O| Aug 20 18:24:25.636 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-08-20T18:24:26.791Z[ recovery-image] Aug 20 18:24:25.646 INFO O| Aug 20 18:24:25.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55512026-08-20T18:24:26.791Z[ recovery-image] Aug 20 18:24:25.646 INFO O| Aug 20 18:24:25.646 INFO STEP 92 (remove_files) COMPLETE
55522026-08-20T18:24:26.791Z[ recovery-image] Aug 20 18:24:25.646 INFO O| Aug 20 18:24:25.646 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-08-20T18:24:26.801Z[ recovery-image] Aug 20 18:24:25.656 INFO O| Aug 20 18:24:25.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55542026-08-20T18:24:26.801Z[ recovery-image] Aug 20 18:24:25.656 INFO O| Aug 20 18:24:25.656 INFO STEP 93 (remove_files) COMPLETE
55552026-08-20T18:24:26.801Z[ recovery-image] Aug 20 18:24:25.656 INFO O| Aug 20 18:24:25.656 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-08-20T18:24:26.811Z[ recovery-image] Aug 20 18:24:25.665 INFO O| Aug 20 18:24:25.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55572026-08-20T18:24:26.811Z[ recovery-image] Aug 20 18:24:25.665 INFO O| Aug 20 18:24:25.665 INFO STEP 94 (remove_files) COMPLETE
55582026-08-20T18:24:26.812Z[ recovery-image] Aug 20 18:24:25.665 INFO O| Aug 20 18:24:25.665 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55592026-08-20T18:24:26.820Z[ recovery-image] Aug 20 18:24:25.675 INFO O| Aug 20 18:24:25.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55602026-08-20T18:24:26.820Z[ recovery-image] Aug 20 18:24:25.675 INFO O| Aug 20 18:24:25.675 INFO STEP 95 (remove_files) COMPLETE
55612026-08-20T18:24:26.820Z[ recovery-image] Aug 20 18:24:25.675 INFO O| Aug 20 18:24:25.675 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55622026-08-20T18:24:26.829Z[ recovery-image] Aug 20 18:24:25.684 INFO O| Aug 20 18:24:25.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55632026-08-20T18:24:26.829Z[ recovery-image] Aug 20 18:24:25.684 INFO O| Aug 20 18:24:25.684 INFO STEP 96 (remove_files) COMPLETE
55642026-08-20T18:24:26.833Z[ recovery-image] Aug 20 18:24:25.684 INFO O| Aug 20 18:24:25.684 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55652026-08-20T18:24:26.839Z[ recovery-image] Aug 20 18:24:25.693 INFO O| Aug 20 18:24:25.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55662026-08-20T18:24:26.839Z[ recovery-image] Aug 20 18:24:25.693 INFO O| Aug 20 18:24:25.693 INFO STEP 97 (remove_files) COMPLETE
55672026-08-20T18:24:26.839Z[ recovery-image] Aug 20 18:24:25.693 INFO O| Aug 20 18:24:25.693 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-08-20T18:24:26.848Z[ recovery-image] Aug 20 18:24:25.702 INFO O| Aug 20 18:24:25.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55692026-08-20T18:24:26.848Z[ recovery-image] Aug 20 18:24:25.702 INFO O| Aug 20 18:24:25.702 INFO STEP 98 (remove_files) COMPLETE
55702026-08-20T18:24:26.851Z[ recovery-image] Aug 20 18:24:25.702 INFO O| Aug 20 18:24:25.702 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-08-20T18:24:26.857Z[ recovery-image] Aug 20 18:24:25.711 INFO O| Aug 20 18:24:25.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55722026-08-20T18:24:26.861Z[ recovery-image] Aug 20 18:24:25.711 INFO O| Aug 20 18:24:25.711 INFO STEP 99 (remove_files) COMPLETE
55732026-08-20T18:24:26.861Z[ recovery-image] Aug 20 18:24:25.711 INFO O| Aug 20 18:24:25.711 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-08-20T18:24:26.866Z[ recovery-image] Aug 20 18:24:25.720 INFO O| Aug 20 18:24:25.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55752026-08-20T18:24:26.866Z[ recovery-image] Aug 20 18:24:25.721 INFO O| Aug 20 18:24:25.720 INFO STEP 100 (remove_files) COMPLETE
55762026-08-20T18:24:26.869Z[ recovery-image] Aug 20 18:24:25.721 INFO O| Aug 20 18:24:25.720 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-08-20T18:24:26.875Z[ recovery-image] Aug 20 18:24:25.730 INFO O| Aug 20 18:24:25.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55782026-08-20T18:24:26.875Z[ recovery-image] Aug 20 18:24:25.730 INFO O| Aug 20 18:24:25.730 INFO STEP 101 (remove_files) COMPLETE
55792026-08-20T18:24:26.875Z[ recovery-image] Aug 20 18:24:25.730 INFO O| Aug 20 18:24:25.730 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-08-20T18:24:26.884Z[ recovery-image] Aug 20 18:24:25.738 INFO O| Aug 20 18:24:25.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55812026-08-20T18:24:26.884Z[ recovery-image] Aug 20 18:24:25.738 INFO O| Aug 20 18:24:25.738 INFO STEP 102 (remove_files) COMPLETE
55822026-08-20T18:24:26.884Z[ recovery-image] Aug 20 18:24:25.738 INFO O| Aug 20 18:24:25.738 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-08-20T18:24:26.894Z[ recovery-image] Aug 20 18:24:25.748 INFO O| Aug 20 18:24:25.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55842026-08-20T18:24:26.894Z[ recovery-image] Aug 20 18:24:25.748 INFO O| Aug 20 18:24:25.748 INFO STEP 103 (remove_files) COMPLETE
55852026-08-20T18:24:26.894Z[ recovery-image] Aug 20 18:24:25.748 INFO O| Aug 20 18:24:25.748 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-08-20T18:24:26.903Z[ recovery-image] Aug 20 18:24:25.758 INFO O| Aug 20 18:24:25.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
55872026-08-20T18:24:26.903Z[ recovery-image] Aug 20 18:24:25.758 INFO O| Aug 20 18:24:25.758 INFO STEP 104 (remove_files) COMPLETE
55882026-08-20T18:24:26.903Z[ recovery-image] Aug 20 18:24:25.758 INFO O| Aug 20 18:24:25.758 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-08-20T18:24:26.913Z[ recovery-image] Aug 20 18:24:25.767 INFO O| Aug 20 18:24:25.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
55902026-08-20T18:24:26.913Z[ recovery-image] Aug 20 18:24:25.767 INFO O| Aug 20 18:24:25.767 INFO STEP 105 (remove_files) COMPLETE
55912026-08-20T18:24:26.916Z[ recovery-image] Aug 20 18:24:25.767 INFO O| Aug 20 18:24:25.767 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-08-20T18:24:26.923Z[ recovery-image] Aug 20 18:24:25.777 INFO O| Aug 20 18:24:25.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
55932026-08-20T18:24:26.923Z[ recovery-image] Aug 20 18:24:25.777 INFO O| Aug 20 18:24:25.777 INFO STEP 106 (remove_files) COMPLETE
55942026-08-20T18:24:26.923Z[ recovery-image] Aug 20 18:24:25.777 INFO O| Aug 20 18:24:25.777 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-08-20T18:24:26.932Z[ recovery-image] Aug 20 18:24:25.786 INFO O| Aug 20 18:24:25.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
55962026-08-20T18:24:26.932Z[ recovery-image] Aug 20 18:24:25.786 INFO O| Aug 20 18:24:25.786 INFO STEP 107 (remove_files) COMPLETE
55972026-08-20T18:24:26.935Z[ recovery-image] Aug 20 18:24:25.786 INFO O| Aug 20 18:24:25.786 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-08-20T18:24:26.942Z[ recovery-image] Aug 20 18:24:25.796 INFO O| Aug 20 18:24:25.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
55992026-08-20T18:24:26.942Z[ recovery-image] Aug 20 18:24:25.796 INFO O| Aug 20 18:24:25.796 INFO STEP 108 (remove_files) COMPLETE
56002026-08-20T18:24:26.942Z[ recovery-image] Aug 20 18:24:25.796 INFO O| Aug 20 18:24:25.796 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-08-20T18:24:26.953Z[ recovery-image] Aug 20 18:24:25.807 INFO O| Aug 20 18:24:25.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56022026-08-20T18:24:26.953Z[ recovery-image] Aug 20 18:24:25.807 INFO O| Aug 20 18:24:25.807 INFO STEP 109 (remove_files) COMPLETE
56032026-08-20T18:24:26.953Z[ recovery-image] Aug 20 18:24:25.807 INFO O| Aug 20 18:24:25.807 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-08-20T18:24:26.964Z[ recovery-image] Aug 20 18:24:25.818 INFO O| Aug 20 18:24:25.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56052026-08-20T18:24:26.964Z[ recovery-image] Aug 20 18:24:25.818 INFO O| Aug 20 18:24:25.818 INFO STEP 110 (remove_files) COMPLETE
56062026-08-20T18:24:26.964Z[ recovery-image] Aug 20 18:24:25.818 INFO O| Aug 20 18:24:25.818 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56072026-08-20T18:24:26.974Z[ recovery-image] Aug 20 18:24:25.829 INFO O| Aug 20 18:24:25.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56082026-08-20T18:24:26.974Z[ recovery-image] Aug 20 18:24:25.829 INFO O| Aug 20 18:24:25.829 INFO STEP 111 (remove_files) COMPLETE
56092026-08-20T18:24:26.974Z[ recovery-image] Aug 20 18:24:25.829 INFO O| Aug 20 18:24:25.829 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56102026-08-20T18:24:26.986Z[ recovery-image] Aug 20 18:24:25.840 INFO O| Aug 20 18:24:25.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56112026-08-20T18:24:26.986Z[ recovery-image] Aug 20 18:24:25.840 INFO O| Aug 20 18:24:25.840 INFO STEP 112 (remove_files) COMPLETE
56122026-08-20T18:24:26.986Z[ recovery-image] Aug 20 18:24:25.840 INFO O| Aug 20 18:24:25.840 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-08-20T18:24:26.996Z[ recovery-image] Aug 20 18:24:25.850 INFO O| Aug 20 18:24:25.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56142026-08-20T18:24:26.996Z[ recovery-image] Aug 20 18:24:25.850 INFO O| Aug 20 18:24:25.850 INFO STEP 113 (remove_files) COMPLETE
56152026-08-20T18:24:26.996Z[ recovery-image] Aug 20 18:24:25.850 INFO O| Aug 20 18:24:25.850 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-08-20T18:24:27.007Z[ recovery-image] Aug 20 18:24:25.860 INFO O| Aug 20 18:24:25.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56172026-08-20T18:24:27.007Z[ recovery-image] Aug 20 18:24:25.860 INFO O| Aug 20 18:24:25.860 INFO STEP 114 (remove_files) COMPLETE
56182026-08-20T18:24:27.011Z[ recovery-image] Aug 20 18:24:25.860 INFO O| Aug 20 18:24:25.860 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56192026-08-20T18:24:27.017Z[ recovery-image] Aug 20 18:24:25.871 INFO O| Aug 20 18:24:25.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56202026-08-20T18:24:27.017Z[ recovery-image] Aug 20 18:24:25.871 INFO O| Aug 20 18:24:25.871 INFO STEP 115 (remove_files) COMPLETE
56212026-08-20T18:24:27.017Z[ recovery-image] Aug 20 18:24:25.871 INFO O| Aug 20 18:24:25.871 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56222026-08-20T18:24:27.027Z[ recovery-image] Aug 20 18:24:25.881 INFO O| Aug 20 18:24:25.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56232026-08-20T18:24:27.027Z[ recovery-image] Aug 20 18:24:25.881 INFO O| Aug 20 18:24:25.881 INFO STEP 116 (remove_files) COMPLETE
56242026-08-20T18:24:27.027Z[ recovery-image] Aug 20 18:24:25.881 INFO O| Aug 20 18:24:25.881 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56252026-08-20T18:24:27.037Z[ recovery-image] Aug 20 18:24:25.891 INFO O| Aug 20 18:24:25.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56262026-08-20T18:24:27.037Z[ recovery-image] Aug 20 18:24:25.892 INFO O| Aug 20 18:24:25.892 INFO STEP 117 (remove_files) COMPLETE
56272026-08-20T18:24:27.041Z[ recovery-image] Aug 20 18:24:25.892 INFO O| Aug 20 18:24:25.892 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56282026-08-20T18:24:27.047Z[ recovery-image] Aug 20 18:24:25.901 INFO O| Aug 20 18:24:25.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56292026-08-20T18:24:27.047Z[ recovery-image] Aug 20 18:24:25.901 INFO O| Aug 20 18:24:25.901 INFO STEP 118 (remove_files) COMPLETE
56302026-08-20T18:24:27.048Z[ recovery-image] Aug 20 18:24:25.901 INFO O| Aug 20 18:24:25.901 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56312026-08-20T18:24:27.056Z[ recovery-image] Aug 20 18:24:25.911 INFO O| Aug 20 18:24:25.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56322026-08-20T18:24:27.056Z[ recovery-image] Aug 20 18:24:25.911 INFO O| Aug 20 18:24:25.911 INFO STEP 119 (remove_files) COMPLETE
56332026-08-20T18:24:27.056Z[ recovery-image] Aug 20 18:24:25.911 INFO O| Aug 20 18:24:25.911 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56342026-08-20T18:24:27.067Z[ recovery-image] Aug 20 18:24:25.921 INFO O| Aug 20 18:24:25.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56352026-08-20T18:24:27.067Z[ recovery-image] Aug 20 18:24:25.921 INFO O| Aug 20 18:24:25.921 INFO STEP 120 (remove_files) COMPLETE
56362026-08-20T18:24:27.070Z[ recovery-image] Aug 20 18:24:25.921 INFO O| Aug 20 18:24:25.921 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56372026-08-20T18:24:27.076Z[ recovery-image] Aug 20 18:24:25.931 INFO O| Aug 20 18:24:25.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56382026-08-20T18:24:27.076Z[ recovery-image] Aug 20 18:24:25.931 INFO O| Aug 20 18:24:25.931 INFO STEP 121 (remove_files) COMPLETE
56392026-08-20T18:24:27.080Z[ recovery-image] Aug 20 18:24:25.931 INFO O| Aug 20 18:24:25.931 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56402026-08-20T18:24:27.088Z[ recovery-image] Aug 20 18:24:25.942 INFO O| Aug 20 18:24:25.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56412026-08-20T18:24:27.088Z[ recovery-image] Aug 20 18:24:25.942 INFO O| Aug 20 18:24:25.942 INFO STEP 122 (remove_files) COMPLETE
56422026-08-20T18:24:27.093Z[ recovery-image] Aug 20 18:24:25.942 INFO O| Aug 20 18:24:25.942 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-08-20T18:24:27.098Z[ recovery-image] Aug 20 18:24:25.952 INFO O| Aug 20 18:24:25.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56442026-08-20T18:24:27.098Z[ recovery-image] Aug 20 18:24:25.952 INFO O| Aug 20 18:24:25.952 INFO STEP 123 (remove_files) COMPLETE
56452026-08-20T18:24:27.101Z[ recovery-image] Aug 20 18:24:25.952 INFO O| Aug 20 18:24:25.952 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-08-20T18:24:27.107Z[ recovery-image] Aug 20 18:24:25.961 INFO O| Aug 20 18:24:25.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56472026-08-20T18:24:27.107Z[ recovery-image] Aug 20 18:24:25.961 INFO O| Aug 20 18:24:25.961 INFO STEP 124 (remove_files) COMPLETE
56482026-08-20T18:24:27.110Z[ recovery-image] Aug 20 18:24:25.961 INFO O| Aug 20 18:24:25.961 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56492026-08-20T18:24:27.116Z[ recovery-image] Aug 20 18:24:25.970 INFO O| Aug 20 18:24:25.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56502026-08-20T18:24:27.116Z[ recovery-image] Aug 20 18:24:25.970 INFO O| Aug 20 18:24:25.970 INFO STEP 125 (remove_files) COMPLETE
56512026-08-20T18:24:27.116Z[ recovery-image] Aug 20 18:24:25.970 INFO O| Aug 20 18:24:25.970 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56522026-08-20T18:24:27.124Z[ recovery-image] Aug 20 18:24:25.979 INFO O| Aug 20 18:24:25.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56532026-08-20T18:24:27.124Z[ recovery-image] Aug 20 18:24:25.979 INFO O| Aug 20 18:24:25.979 INFO STEP 126 (remove_files) COMPLETE
56542026-08-20T18:24:27.124Z[ recovery-image] Aug 20 18:24:25.979 INFO O| Aug 20 18:24:25.979 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56552026-08-20T18:24:27.132Z[ recovery-image] Aug 20 18:24:25.987 INFO O| Aug 20 18:24:25.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56562026-08-20T18:24:27.132Z[ recovery-image] Aug 20 18:24:25.987 INFO O| Aug 20 18:24:25.987 INFO STEP 127 (remove_files) COMPLETE
56572026-08-20T18:24:27.133Z[ recovery-image] Aug 20 18:24:25.987 INFO O| Aug 20 18:24:25.987 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56582026-08-20T18:24:27.141Z[ recovery-image] Aug 20 18:24:25.995 INFO O| Aug 20 18:24:25.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56592026-08-20T18:24:27.141Z[ recovery-image] Aug 20 18:24:25.995 INFO O| Aug 20 18:24:25.995 INFO STEP 128 (remove_files) COMPLETE
56602026-08-20T18:24:27.145Z[ recovery-image] Aug 20 18:24:25.995 INFO O| Aug 20 18:24:25.995 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56612026-08-20T18:24:27.149Z[ recovery-image] Aug 20 18:24:26.002 INFO O| Aug 20 18:24:26.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56622026-08-20T18:24:27.150Z[ recovery-image] Aug 20 18:24:26.003 INFO O| Aug 20 18:24:26.002 INFO STEP 129 (remove_files) COMPLETE
56632026-08-20T18:24:27.150Z[ recovery-image] Aug 20 18:24:26.003 INFO O| Aug 20 18:24:26.002 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56642026-08-20T18:24:27.156Z[ recovery-image] Aug 20 18:24:26.010 INFO O| Aug 20 18:24:26.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56652026-08-20T18:24:27.156Z[ recovery-image] Aug 20 18:24:26.010 INFO O| Aug 20 18:24:26.010 INFO STEP 130 (remove_files) COMPLETE
56662026-08-20T18:24:27.160Z[ recovery-image] Aug 20 18:24:26.010 INFO O| Aug 20 18:24:26.010 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56672026-08-20T18:24:27.163Z[ recovery-image] Aug 20 18:24:26.018 INFO O| Aug 20 18:24:26.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56682026-08-20T18:24:27.163Z[ recovery-image] Aug 20 18:24:26.018 INFO O| Aug 20 18:24:26.018 INFO STEP 131 (remove_files) COMPLETE
56692026-08-20T18:24:27.163Z[ recovery-image] Aug 20 18:24:26.018 INFO O| Aug 20 18:24:26.018 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56702026-08-20T18:24:27.171Z[ recovery-image] Aug 20 18:24:26.025 INFO O| Aug 20 18:24:26.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56712026-08-20T18:24:27.171Z[ recovery-image] Aug 20 18:24:26.025 INFO O| Aug 20 18:24:26.025 INFO STEP 132 (remove_files) COMPLETE
56722026-08-20T18:24:27.175Z[ recovery-image] Aug 20 18:24:26.025 INFO O| Aug 20 18:24:26.025 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56732026-08-20T18:24:27.178Z[ recovery-image] Aug 20 18:24:26.033 INFO O| Aug 20 18:24:26.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56742026-08-20T18:24:27.178Z[ recovery-image] Aug 20 18:24:26.033 INFO O| Aug 20 18:24:26.033 INFO STEP 133 (remove_files) COMPLETE
56752026-08-20T18:24:27.178Z[ recovery-image] Aug 20 18:24:26.033 INFO O| Aug 20 18:24:26.033 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-08-20T18:24:27.186Z[ recovery-image] Aug 20 18:24:26.040 INFO O| Aug 20 18:24:26.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56772026-08-20T18:24:27.186Z[ recovery-image] Aug 20 18:24:26.040 INFO O| Aug 20 18:24:26.040 INFO STEP 134 (remove_files) COMPLETE
56782026-08-20T18:24:27.186Z[ recovery-image] Aug 20 18:24:26.041 INFO O| Aug 20 18:24:26.040 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-08-20T18:24:27.194Z[ recovery-image] Aug 20 18:24:26.049 INFO O| Aug 20 18:24:26.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56802026-08-20T18:24:27.194Z[ recovery-image] Aug 20 18:24:26.049 INFO O| Aug 20 18:24:26.049 INFO STEP 135 (remove_files) COMPLETE
56812026-08-20T18:24:27.198Z[ recovery-image] Aug 20 18:24:26.049 INFO O| Aug 20 18:24:26.049 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-08-20T18:24:27.203Z[ recovery-image] Aug 20 18:24:26.057 INFO O| Aug 20 18:24:26.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56832026-08-20T18:24:27.206Z[ recovery-image] Aug 20 18:24:26.057 INFO O| Aug 20 18:24:26.057 INFO STEP 136 (remove_files) COMPLETE
56842026-08-20T18:24:27.206Z[ recovery-image] Aug 20 18:24:26.057 INFO O| Aug 20 18:24:26.057 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-08-20T18:24:27.210Z[ recovery-image] Aug 20 18:24:26.065 INFO O| Aug 20 18:24:26.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
56862026-08-20T18:24:27.210Z[ recovery-image] Aug 20 18:24:26.065 INFO O| Aug 20 18:24:26.065 INFO STEP 137 (remove_files) COMPLETE
56872026-08-20T18:24:27.214Z[ recovery-image] Aug 20 18:24:26.065 INFO O| Aug 20 18:24:26.065 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-08-20T18:24:27.219Z[ recovery-image] Aug 20 18:24:26.073 INFO O| Aug 20 18:24:26.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
56892026-08-20T18:24:27.222Z[ recovery-image] Aug 20 18:24:26.073 INFO O| Aug 20 18:24:26.073 INFO STEP 138 (remove_files) COMPLETE
56902026-08-20T18:24:27.222Z[ recovery-image] Aug 20 18:24:26.073 INFO O| Aug 20 18:24:26.073 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56912026-08-20T18:24:27.227Z[ recovery-image] Aug 20 18:24:26.081 INFO O| Aug 20 18:24:26.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
56922026-08-20T18:24:27.227Z[ recovery-image] Aug 20 18:24:26.081 INFO O| Aug 20 18:24:26.081 INFO STEP 139 (remove_files) COMPLETE
56932026-08-20T18:24:27.231Z[ recovery-image] Aug 20 18:24:26.081 INFO O| Aug 20 18:24:26.081 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56942026-08-20T18:24:27.235Z[ recovery-image] Aug 20 18:24:26.089 INFO O| Aug 20 18:24:26.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
56952026-08-20T18:24:27.235Z[ recovery-image] Aug 20 18:24:26.089 INFO O| Aug 20 18:24:26.089 INFO STEP 140 (remove_files) COMPLETE
56962026-08-20T18:24:27.235Z[ recovery-image] Aug 20 18:24:26.089 INFO O| Aug 20 18:24:26.089 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56972026-08-20T18:24:27.243Z[ recovery-image] Aug 20 18:24:26.097 INFO O| Aug 20 18:24:26.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
56982026-08-20T18:24:27.243Z[ recovery-image] Aug 20 18:24:26.097 INFO O| Aug 20 18:24:26.097 INFO STEP 141 (remove_files) COMPLETE
56992026-08-20T18:24:27.247Z[ recovery-image] Aug 20 18:24:26.097 INFO O| Aug 20 18:24:26.097 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57002026-08-20T18:24:27.255Z[ recovery-image] Aug 20 18:24:26.109 INFO O| Aug 20 18:24:26.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57012026-08-20T18:24:27.255Z[ recovery-image] Aug 20 18:24:26.109 INFO O| Aug 20 18:24:26.109 INFO STEP 142 (remove_files) COMPLETE
57022026-08-20T18:24:27.255Z[ recovery-image] Aug 20 18:24:26.109 INFO O| Aug 20 18:24:26.109 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57032026-08-20T18:24:27.265Z[ recovery-image] Aug 20 18:24:26.119 INFO O| Aug 20 18:24:26.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57042026-08-20T18:24:27.265Z[ recovery-image] Aug 20 18:24:26.119 INFO O| Aug 20 18:24:26.119 INFO STEP 143 (remove_files) COMPLETE
57052026-08-20T18:24:27.265Z[ recovery-image] Aug 20 18:24:26.119 INFO O| Aug 20 18:24:26.119 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57062026-08-20T18:24:27.275Z[ recovery-image] Aug 20 18:24:26.130 INFO O| Aug 20 18:24:26.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57072026-08-20T18:24:27.275Z[ recovery-image] Aug 20 18:24:26.130 INFO O| Aug 20 18:24:26.130 INFO STEP 144 (remove_files) COMPLETE
57082026-08-20T18:24:27.275Z[ recovery-image] Aug 20 18:24:26.130 INFO O| Aug 20 18:24:26.130 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57092026-08-20T18:24:27.286Z[ recovery-image] Aug 20 18:24:26.140 INFO O| Aug 20 18:24:26.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57102026-08-20T18:24:27.286Z[ recovery-image] Aug 20 18:24:26.140 INFO O| Aug 20 18:24:26.140 INFO STEP 145 (remove_files) COMPLETE
57112026-08-20T18:24:27.290Z[ recovery-image] Aug 20 18:24:26.140 INFO O| Aug 20 18:24:26.140 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57122026-08-20T18:24:27.297Z[ recovery-image] Aug 20 18:24:26.151 INFO O| Aug 20 18:24:26.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57132026-08-20T18:24:27.297Z[ recovery-image] Aug 20 18:24:26.151 INFO O| Aug 20 18:24:26.151 INFO STEP 146 (remove_files) COMPLETE
57142026-08-20T18:24:27.300Z[ recovery-image] Aug 20 18:24:26.151 INFO O| Aug 20 18:24:26.151 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57152026-08-20T18:24:27.308Z[ recovery-image] Aug 20 18:24:26.161 INFO O| Aug 20 18:24:26.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57162026-08-20T18:24:27.308Z[ recovery-image] Aug 20 18:24:26.161 INFO O| Aug 20 18:24:26.161 INFO STEP 147 (remove_files) COMPLETE
57172026-08-20T18:24:27.308Z[ recovery-image] Aug 20 18:24:26.161 INFO O| Aug 20 18:24:26.161 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-08-20T18:24:27.317Z[ recovery-image] Aug 20 18:24:26.172 INFO O| Aug 20 18:24:26.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57192026-08-20T18:24:27.317Z[ recovery-image] Aug 20 18:24:26.172 INFO O| Aug 20 18:24:26.172 INFO STEP 148 (remove_files) COMPLETE
57202026-08-20T18:24:27.317Z[ recovery-image] Aug 20 18:24:26.172 INFO O| Aug 20 18:24:26.172 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57212026-08-20T18:24:27.327Z[ recovery-image] Aug 20 18:24:26.181 INFO O| Aug 20 18:24:26.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57222026-08-20T18:24:27.327Z[ recovery-image] Aug 20 18:24:26.181 INFO O| Aug 20 18:24:26.181 INFO STEP 149 (remove_files) COMPLETE
57232026-08-20T18:24:27.327Z[ recovery-image] Aug 20 18:24:26.181 INFO O| Aug 20 18:24:26.181 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57242026-08-20T18:24:27.336Z[ recovery-image] Aug 20 18:24:26.190 INFO O| Aug 20 18:24:26.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57252026-08-20T18:24:27.336Z[ recovery-image] Aug 20 18:24:26.190 INFO O| Aug 20 18:24:26.190 INFO STEP 150 (remove_files) COMPLETE
57262026-08-20T18:24:27.341Z[ recovery-image] Aug 20 18:24:26.190 INFO O| Aug 20 18:24:26.190 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-08-20T18:24:27.346Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
57282026-08-20T18:24:27.350Z[ recovery-image] Aug 20 18:24:26.200 INFO O| Aug 20 18:24:26.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57292026-08-20T18:24:27.350Z[ recovery-image] Aug 20 18:24:26.200 INFO O| Aug 20 18:24:26.200 INFO STEP 151 (remove_files) COMPLETE
57302026-08-20T18:24:27.350Z[ recovery-image] Aug 20 18:24:26.200 INFO O| Aug 20 18:24:26.200 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-08-20T18:24:27.357Z[ recovery-image] Aug 20 18:24:26.211 INFO O| Aug 20 18:24:26.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57322026-08-20T18:24:27.357Z[ recovery-image] Aug 20 18:24:26.211 INFO O| Aug 20 18:24:26.211 INFO STEP 152 (remove_files) COMPLETE
57332026-08-20T18:24:27.357Z[ recovery-image] Aug 20 18:24:26.211 INFO O| Aug 20 18:24:26.211 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-08-20T18:24:27.369Z[ recovery-image] Aug 20 18:24:26.220 INFO O| Aug 20 18:24:26.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57352026-08-20T18:24:27.369Z[ recovery-image] Aug 20 18:24:26.220 INFO O| Aug 20 18:24:26.220 INFO STEP 153 (remove_files) COMPLETE
57362026-08-20T18:24:27.373Z[ recovery-image] Aug 20 18:24:26.220 INFO O| Aug 20 18:24:26.220 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-08-20T18:24:27.377Z[ recovery-image] Aug 20 18:24:26.230 INFO O| Aug 20 18:24:26.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57382026-08-20T18:24:27.377Z[ recovery-image] Aug 20 18:24:26.230 INFO O| Aug 20 18:24:26.230 INFO STEP 154 (remove_files) COMPLETE
57392026-08-20T18:24:27.377Z[ recovery-image] Aug 20 18:24:26.230 INFO O| Aug 20 18:24:26.230 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-08-20T18:24:27.384Z[ recovery-image] Aug 20 18:24:26.238 INFO O| Aug 20 18:24:26.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57412026-08-20T18:24:27.384Z[ recovery-image] Aug 20 18:24:26.238 INFO O| Aug 20 18:24:26.238 INFO STEP 155 (remove_files) COMPLETE
57422026-08-20T18:24:27.384Z[ recovery-image] Aug 20 18:24:26.239 INFO O| Aug 20 18:24:26.238 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-08-20T18:24:27.392Z[ recovery-image] Aug 20 18:24:26.246 INFO O| Aug 20 18:24:26.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57442026-08-20T18:24:27.392Z[ recovery-image] Aug 20 18:24:26.246 INFO O| Aug 20 18:24:26.246 INFO STEP 156 (remove_files) COMPLETE
57452026-08-20T18:24:27.392Z[ recovery-image] Aug 20 18:24:26.246 INFO O| Aug 20 18:24:26.246 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-08-20T18:24:27.399Z[ recovery-image] Aug 20 18:24:26.253 INFO O| Aug 20 18:24:26.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57472026-08-20T18:24:27.399Z[ recovery-image] Aug 20 18:24:26.253 INFO O| Aug 20 18:24:26.253 INFO STEP 157 (remove_files) COMPLETE
57482026-08-20T18:24:27.403Z[ recovery-image] Aug 20 18:24:26.253 INFO O| Aug 20 18:24:26.253 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-08-20T18:24:27.406Z[ recovery-image] Aug 20 18:24:26.261 INFO O| Aug 20 18:24:26.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57502026-08-20T18:24:27.406Z[ recovery-image] Aug 20 18:24:26.261 INFO O| Aug 20 18:24:26.261 INFO STEP 158 (remove_files) COMPLETE
57512026-08-20T18:24:27.406Z[ recovery-image] Aug 20 18:24:26.261 INFO O| Aug 20 18:24:26.261 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-08-20T18:24:27.414Z[ recovery-image] Aug 20 18:24:26.268 INFO O| Aug 20 18:24:26.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57532026-08-20T18:24:27.418Z[ recovery-image] Aug 20 18:24:26.268 INFO O| Aug 20 18:24:26.268 INFO STEP 159 (remove_files) COMPLETE
57542026-08-20T18:24:27.418Z[ recovery-image] Aug 20 18:24:26.268 INFO O| Aug 20 18:24:26.268 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-08-20T18:24:27.423Z[ recovery-image] Aug 20 18:24:26.278 INFO O| Aug 20 18:24:26.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57562026-08-20T18:24:27.423Z[ recovery-image] Aug 20 18:24:26.278 INFO O| Aug 20 18:24:26.278 INFO STEP 160 (remove_files) COMPLETE
57572026-08-20T18:24:27.424Z[ recovery-image] Aug 20 18:24:26.278 INFO O| Aug 20 18:24:26.278 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-08-20T18:24:27.434Z[ recovery-image] Aug 20 18:24:26.288 INFO O| Aug 20 18:24:26.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57592026-08-20T18:24:27.434Z[ recovery-image] Aug 20 18:24:26.288 INFO O| Aug 20 18:24:26.288 INFO STEP 161 (remove_files) COMPLETE
57602026-08-20T18:24:27.437Z[ recovery-image] Aug 20 18:24:26.288 INFO O| Aug 20 18:24:26.288 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-08-20T18:24:27.437Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
57622026-08-20T18:24:27.443Z[ recovery-image] Aug 20 18:24:26.297 INFO O| Aug 20 18:24:26.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57632026-08-20T18:24:27.443Z[ recovery-image] Aug 20 18:24:26.297 INFO O| Aug 20 18:24:26.297 INFO STEP 162 (remove_files) COMPLETE
57642026-08-20T18:24:27.443Z[ recovery-image] Aug 20 18:24:26.297 INFO O| Aug 20 18:24:26.297 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-08-20T18:24:27.454Z[ recovery-image] Aug 20 18:24:26.308 INFO O| Aug 20 18:24:26.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57662026-08-20T18:24:27.454Z[ recovery-image] Aug 20 18:24:26.308 INFO O| Aug 20 18:24:26.308 INFO STEP 163 (remove_files) COMPLETE
57672026-08-20T18:24:27.454Z[ recovery-image] Aug 20 18:24:26.308 INFO O| Aug 20 18:24:26.308 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-08-20T18:24:27.466Z[ recovery-image] Aug 20 18:24:26.319 INFO O| Aug 20 18:24:26.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57692026-08-20T18:24:27.466Z[ recovery-image] Aug 20 18:24:26.319 INFO O| Aug 20 18:24:26.319 INFO STEP 164 (remove_files) COMPLETE
57702026-08-20T18:24:27.471Z[ recovery-image] Aug 20 18:24:26.319 INFO O| Aug 20 18:24:26.319 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-08-20T18:24:27.475Z[ recovery-image] Aug 20 18:24:26.329 INFO O| Aug 20 18:24:26.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57722026-08-20T18:24:27.475Z[ recovery-image] Aug 20 18:24:26.329 INFO O| Aug 20 18:24:26.329 INFO STEP 165 (remove_files) COMPLETE
57732026-08-20T18:24:27.475Z[ recovery-image] Aug 20 18:24:26.329 INFO O| Aug 20 18:24:26.329 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-08-20T18:24:27.484Z[ recovery-image] Aug 20 18:24:26.339 INFO O| Aug 20 18:24:26.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57752026-08-20T18:24:27.484Z[ recovery-image] Aug 20 18:24:26.339 INFO O| Aug 20 18:24:26.339 INFO STEP 166 (remove_files) COMPLETE
57762026-08-20T18:24:27.488Z[ recovery-image] Aug 20 18:24:26.339 INFO O| Aug 20 18:24:26.339 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-08-20T18:24:27.493Z[ recovery-image] Aug 20 18:24:26.347 INFO O| Aug 20 18:24:26.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57782026-08-20T18:24:27.493Z[ recovery-image] Aug 20 18:24:26.347 INFO O| Aug 20 18:24:26.347 INFO STEP 167 (remove_files) COMPLETE
57792026-08-20T18:24:27.493Z[ recovery-image] Aug 20 18:24:26.347 INFO O| Aug 20 18:24:26.347 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-08-20T18:24:27.501Z[ recovery-image] Aug 20 18:24:26.356 INFO O| Aug 20 18:24:26.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57812026-08-20T18:24:27.501Z[ recovery-image] Aug 20 18:24:26.356 INFO O| Aug 20 18:24:26.356 INFO STEP 168 (remove_files) COMPLETE
57822026-08-20T18:24:27.505Z[ recovery-image] Aug 20 18:24:26.356 INFO O| Aug 20 18:24:26.356 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-08-20T18:24:27.510Z[ recovery-image] Aug 20 18:24:26.364 INFO O| Aug 20 18:24:26.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57842026-08-20T18:24:27.511Z[ recovery-image] Aug 20 18:24:26.364 INFO O| Aug 20 18:24:26.364 INFO STEP 169 (remove_files) COMPLETE
57852026-08-20T18:24:27.514Z[ recovery-image] Aug 20 18:24:26.364 INFO O| Aug 20 18:24:26.364 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-08-20T18:24:27.518Z[ recovery-image] Aug 20 18:24:26.373 INFO O| Aug 20 18:24:26.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
57872026-08-20T18:24:27.518Z[ recovery-image] Aug 20 18:24:26.373 INFO O| Aug 20 18:24:26.373 INFO STEP 170 (remove_files) COMPLETE
57882026-08-20T18:24:27.521Z[ recovery-image] Aug 20 18:24:26.373 INFO O| Aug 20 18:24:26.373 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-08-20T18:24:27.527Z[ recovery-image] Aug 20 18:24:26.381 INFO O| Aug 20 18:24:26.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
57902026-08-20T18:24:27.527Z[ recovery-image] Aug 20 18:24:26.381 INFO O| Aug 20 18:24:26.381 INFO STEP 171 (remove_files) COMPLETE
57912026-08-20T18:24:27.527Z[ recovery-image] Aug 20 18:24:26.381 INFO O| Aug 20 18:24:26.381 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-08-20T18:24:27.535Z[ recovery-image] Aug 20 18:24:26.390 INFO O| Aug 20 18:24:26.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
57932026-08-20T18:24:27.535Z[ recovery-image] Aug 20 18:24:26.390 INFO O| Aug 20 18:24:26.390 INFO STEP 172 (remove_files) COMPLETE
57942026-08-20T18:24:27.539Z[ recovery-image] Aug 20 18:24:26.390 INFO O| Aug 20 18:24:26.390 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-08-20T18:24:27.546Z[ recovery-image] Aug 20 18:24:26.400 INFO O| Aug 20 18:24:26.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
57962026-08-20T18:24:27.546Z[ recovery-image] Aug 20 18:24:26.400 INFO O| Aug 20 18:24:26.400 INFO STEP 173 (remove_files) COMPLETE
57972026-08-20T18:24:27.550Z[ recovery-image] Aug 20 18:24:26.400 INFO O| Aug 20 18:24:26.400 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-08-20T18:24:27.554Z[ recovery-image] Aug 20 18:24:26.409 INFO O| Aug 20 18:24:26.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
57992026-08-20T18:24:27.558Z[ recovery-image] Aug 20 18:24:26.410 INFO O| Aug 20 18:24:26.410 INFO STEP 174 (remove_files) COMPLETE
58002026-08-20T18:24:27.558Z[ recovery-image] Aug 20 18:24:26.410 INFO O| Aug 20 18:24:26.410 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-08-20T18:24:27.566Z[ recovery-image] Aug 20 18:24:26.420 INFO O| Aug 20 18:24:26.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58022026-08-20T18:24:27.566Z[ recovery-image] Aug 20 18:24:26.420 INFO O| Aug 20 18:24:26.420 INFO STEP 175 (remove_files) COMPLETE
58032026-08-20T18:24:27.625Z[ recovery-image] Aug 20 18:24:26.420 INFO O| Aug 20 18:24:26.420 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-08-20T18:24:27.625Z[ recovery-image] Aug 20 18:24:26.432 INFO O| Aug 20 18:24:26.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58052026-08-20T18:24:27.625Z[ recovery-image] Aug 20 18:24:26.432 INFO O| Aug 20 18:24:26.432 INFO STEP 176 (remove_files) COMPLETE
58062026-08-20T18:24:27.625Z[ recovery-image] Aug 20 18:24:26.432 INFO O| Aug 20 18:24:26.432 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-08-20T18:24:27.625Z[ recovery-image] Aug 20 18:24:26.442 INFO O| Aug 20 18:24:26.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58082026-08-20T18:24:27.625Z[ recovery-image] Aug 20 18:24:26.442 INFO O| Aug 20 18:24:26.442 INFO STEP 177 (remove_files) COMPLETE
58092026-08-20T18:24:27.625Z[ recovery-image] Aug 20 18:24:26.442 INFO O| Aug 20 18:24:26.442 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-08-20T18:24:27.625Z[ recovery-image] Aug 20 18:24:26.453 INFO O| Aug 20 18:24:26.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58112026-08-20T18:24:27.625Z[ recovery-image] Aug 20 18:24:26.453 INFO O| Aug 20 18:24:26.453 INFO STEP 178 (remove_files) COMPLETE
58122026-08-20T18:24:27.625Z[ recovery-image] Aug 20 18:24:26.453 INFO O| Aug 20 18:24:26.453 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-08-20T18:24:27.625Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
58142026-08-20T18:24:27.625Z[ recovery-image] Aug 20 18:24:26.463 INFO O| Aug 20 18:24:26.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58152026-08-20T18:24:27.625Z[ recovery-image] Aug 20 18:24:26.463 INFO O| Aug 20 18:24:26.463 INFO STEP 179 (remove_files) COMPLETE
58162026-08-20T18:24:27.625Z[ recovery-image] Aug 20 18:24:26.463 INFO O| Aug 20 18:24:26.463 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58172026-08-20T18:24:27.629Z[ recovery-image] Aug 20 18:24:26.473 INFO O| Aug 20 18:24:26.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58182026-08-20T18:24:27.629Z[ recovery-image] Aug 20 18:24:26.474 INFO O| Aug 20 18:24:26.474 INFO STEP 180 (remove_files) COMPLETE
58192026-08-20T18:24:27.629Z[ recovery-image] Aug 20 18:24:26.474 INFO O| Aug 20 18:24:26.474 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58202026-08-20T18:24:27.633Z[ recovery-image] Aug 20 18:24:26.483 INFO O| Aug 20 18:24:26.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58212026-08-20T18:24:27.633Z[ recovery-image] Aug 20 18:24:26.483 INFO O| Aug 20 18:24:26.483 INFO STEP 181 (remove_files) COMPLETE
58222026-08-20T18:24:27.633Z[ recovery-image] Aug 20 18:24:26.483 INFO O| Aug 20 18:24:26.483 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58232026-08-20T18:24:27.640Z[ recovery-image] Aug 20 18:24:26.494 INFO O| Aug 20 18:24:26.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58242026-08-20T18:24:27.640Z[ recovery-image] Aug 20 18:24:26.494 INFO O| Aug 20 18:24:26.494 INFO STEP 182 (remove_files) COMPLETE
58252026-08-20T18:24:27.640Z[ recovery-image] Aug 20 18:24:26.494 INFO O| Aug 20 18:24:26.494 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58262026-08-20T18:24:27.650Z[ recovery-image] Aug 20 18:24:26.504 INFO O| Aug 20 18:24:26.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58272026-08-20T18:24:27.650Z[ recovery-image] Aug 20 18:24:26.504 INFO O| Aug 20 18:24:26.504 INFO STEP 183 (remove_files) COMPLETE
58282026-08-20T18:24:27.653Z[ recovery-image] Aug 20 18:24:26.504 INFO O| Aug 20 18:24:26.504 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58292026-08-20T18:24:27.660Z[ recovery-image] Aug 20 18:24:26.514 INFO O| Aug 20 18:24:26.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58302026-08-20T18:24:27.660Z[ recovery-image] Aug 20 18:24:26.514 INFO O| Aug 20 18:24:26.514 INFO STEP 184 (remove_files) COMPLETE
58312026-08-20T18:24:27.663Z[ recovery-image] Aug 20 18:24:26.514 INFO O| Aug 20 18:24:26.514 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58322026-08-20T18:24:27.670Z[ recovery-image] Aug 20 18:24:26.525 INFO O| Aug 20 18:24:26.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58332026-08-20T18:24:27.670Z[ recovery-image] Aug 20 18:24:26.525 INFO O| Aug 20 18:24:26.525 INFO STEP 185 (remove_files) COMPLETE
58342026-08-20T18:24:27.670Z[ recovery-image] Aug 20 18:24:26.525 INFO O| Aug 20 18:24:26.525 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58352026-08-20T18:24:27.680Z[ recovery-image] Aug 20 18:24:26.535 INFO O| Aug 20 18:24:26.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58362026-08-20T18:24:27.680Z[ recovery-image] Aug 20 18:24:26.535 INFO O| Aug 20 18:24:26.535 INFO STEP 186 (remove_files) COMPLETE
58372026-08-20T18:24:27.680Z[ recovery-image] Aug 20 18:24:26.535 INFO O| Aug 20 18:24:26.535 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58382026-08-20T18:24:27.690Z[ recovery-image] Aug 20 18:24:26.544 INFO O| Aug 20 18:24:26.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58392026-08-20T18:24:27.690Z[ recovery-image] Aug 20 18:24:26.544 INFO O| Aug 20 18:24:26.544 INFO STEP 187 (remove_files) COMPLETE
58402026-08-20T18:24:27.693Z[ recovery-image] Aug 20 18:24:26.544 INFO O| Aug 20 18:24:26.544 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58412026-08-20T18:24:27.701Z[ recovery-image] Aug 20 18:24:26.553 INFO O| Aug 20 18:24:26.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58422026-08-20T18:24:27.701Z[ recovery-image] Aug 20 18:24:26.553 INFO O| Aug 20 18:24:26.553 INFO STEP 188 (remove_files) COMPLETE
58432026-08-20T18:24:27.701Z[ recovery-image] Aug 20 18:24:26.553 INFO O| Aug 20 18:24:26.553 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58442026-08-20T18:24:27.708Z[ recovery-image] Aug 20 18:24:26.562 INFO O| Aug 20 18:24:26.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58452026-08-20T18:24:27.708Z[ recovery-image] Aug 20 18:24:26.562 INFO O| Aug 20 18:24:26.562 INFO STEP 189 (remove_files) COMPLETE
58462026-08-20T18:24:27.708Z[ recovery-image] Aug 20 18:24:26.562 INFO O| Aug 20 18:24:26.562 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58472026-08-20T18:24:27.716Z[ recovery-image] Aug 20 18:24:26.570 INFO O| Aug 20 18:24:26.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58482026-08-20T18:24:27.716Z[ recovery-image] Aug 20 18:24:26.570 INFO O| Aug 20 18:24:26.570 INFO STEP 190 (remove_files) COMPLETE
58492026-08-20T18:24:27.719Z[ recovery-image] Aug 20 18:24:26.570 INFO O| Aug 20 18:24:26.570 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58502026-08-20T18:24:27.726Z[ recovery-image] Aug 20 18:24:26.580 INFO O| Aug 20 18:24:26.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58512026-08-20T18:24:27.726Z[ recovery-image] Aug 20 18:24:26.580 INFO O| Aug 20 18:24:26.580 INFO STEP 191 (remove_files) COMPLETE
58522026-08-20T18:24:27.726Z[ recovery-image] Aug 20 18:24:26.580 INFO O| Aug 20 18:24:26.580 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58532026-08-20T18:24:27.735Z[ recovery-image] Aug 20 18:24:26.590 INFO O| Aug 20 18:24:26.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58542026-08-20T18:24:27.739Z[ recovery-image] Aug 20 18:24:26.591 INFO O| Aug 20 18:24:26.591 INFO STEP 192 (remove_files) COMPLETE
58552026-08-20T18:24:27.739Z[ recovery-image] Aug 20 18:24:26.591 INFO O| Aug 20 18:24:26.591 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58562026-08-20T18:24:27.756Z[ recovery-image] Aug 20 18:24:26.610 INFO O| Aug 20 18:24:26.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58572026-08-20T18:24:27.756Z[ recovery-image] Aug 20 18:24:26.610 INFO O| Aug 20 18:24:26.610 INFO STEP 193 (remove_files) COMPLETE
58582026-08-20T18:24:27.757Z[ recovery-image] Aug 20 18:24:26.610 INFO O| Aug 20 18:24:26.610 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58592026-08-20T18:24:27.766Z[ recovery-image] Aug 20 18:24:26.620 INFO O| Aug 20 18:24:26.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58602026-08-20T18:24:27.766Z[ recovery-image] Aug 20 18:24:26.620 INFO O| Aug 20 18:24:26.620 INFO STEP 194 (remove_files) COMPLETE
58612026-08-20T18:24:27.769Z[ recovery-image] Aug 20 18:24:26.620 INFO O| Aug 20 18:24:26.620 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58622026-08-20T18:24:27.777Z[ recovery-image] Aug 20 18:24:26.632 INFO O| Aug 20 18:24:26.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58632026-08-20T18:24:27.777Z[ recovery-image] Aug 20 18:24:26.632 INFO O| Aug 20 18:24:26.632 INFO STEP 195 (remove_files) COMPLETE
58642026-08-20T18:24:27.777Z[ recovery-image] Aug 20 18:24:26.632 INFO O| Aug 20 18:24:26.632 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58652026-08-20T18:24:27.786Z[ recovery-image] Aug 20 18:24:26.640 INFO O| Aug 20 18:24:26.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58662026-08-20T18:24:27.786Z[ recovery-image] Aug 20 18:24:26.640 INFO O| Aug 20 18:24:26.640 INFO STEP 196 (remove_files) COMPLETE
58672026-08-20T18:24:27.789Z[ recovery-image] Aug 20 18:24:26.640 INFO O| Aug 20 18:24:26.640 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58682026-08-20T18:24:27.795Z[ recovery-image] Aug 20 18:24:26.649 INFO O| Aug 20 18:24:26.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58692026-08-20T18:24:27.795Z[ recovery-image] Aug 20 18:24:26.649 INFO O| Aug 20 18:24:26.649 INFO STEP 197 (remove_files) COMPLETE
58702026-08-20T18:24:27.795Z[ recovery-image] Aug 20 18:24:26.649 INFO O| Aug 20 18:24:26.649 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58712026-08-20T18:24:27.804Z[ recovery-image] Aug 20 18:24:26.658 INFO O| Aug 20 18:24:26.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58722026-08-20T18:24:27.804Z[ recovery-image] Aug 20 18:24:26.658 INFO O| Aug 20 18:24:26.658 INFO STEP 198 (remove_files) COMPLETE
58732026-08-20T18:24:27.807Z[ recovery-image] Aug 20 18:24:26.658 INFO O| Aug 20 18:24:26.658 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58742026-08-20T18:24:27.813Z[ recovery-image] Aug 20 18:24:26.667 INFO O| Aug 20 18:24:26.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58752026-08-20T18:24:27.813Z[ recovery-image] Aug 20 18:24:26.667 INFO O| Aug 20 18:24:26.667 INFO STEP 199 (remove_files) COMPLETE
58762026-08-20T18:24:27.813Z[ recovery-image] Aug 20 18:24:26.667 INFO O| Aug 20 18:24:26.667 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58772026-08-20T18:24:27.823Z[ recovery-image] Aug 20 18:24:26.676 INFO O| Aug 20 18:24:26.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58782026-08-20T18:24:27.823Z[ recovery-image] Aug 20 18:24:26.676 INFO O| Aug 20 18:24:26.676 INFO STEP 200 (remove_files) COMPLETE
58792026-08-20T18:24:27.827Z[ recovery-image] Aug 20 18:24:26.677 INFO O| Aug 20 18:24:26.676 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58802026-08-20T18:24:27.833Z[ recovery-image] Aug 20 18:24:26.686 INFO O| Aug 20 18:24:26.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58812026-08-20T18:24:27.833Z[ recovery-image] Aug 20 18:24:26.686 INFO O| Aug 20 18:24:26.686 INFO STEP 201 (remove_files) COMPLETE
58822026-08-20T18:24:27.836Z[ recovery-image] Aug 20 18:24:26.686 INFO O| Aug 20 18:24:26.686 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58832026-08-20T18:24:27.840Z[ recovery-image] Aug 20 18:24:26.694 INFO O| Aug 20 18:24:26.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
58842026-08-20T18:24:27.840Z[ recovery-image] Aug 20 18:24:26.694 INFO O| Aug 20 18:24:26.694 INFO STEP 202 (remove_files) COMPLETE
58852026-08-20T18:24:27.840Z[ recovery-image] Aug 20 18:24:26.694 INFO O| Aug 20 18:24:26.694 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58862026-08-20T18:24:27.851Z[ recovery-image] Aug 20 18:24:26.705 INFO O| Aug 20 18:24:26.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
58872026-08-20T18:24:27.851Z[ recovery-image] Aug 20 18:24:26.705 INFO O| Aug 20 18:24:26.705 INFO STEP 203 (remove_files) COMPLETE
58882026-08-20T18:24:27.851Z[ recovery-image] Aug 20 18:24:26.705 INFO O| Aug 20 18:24:26.705 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58892026-08-20T18:24:28.308Z[ recovery-image] Aug 20 18:24:26.713 INFO O| Aug 20 18:24:26.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
58902026-08-20T18:24:28.316Z[ recovery-image] Aug 20 18:24:26.715 INFO O| Aug 20 18:24:26.715 INFO STEP 204 (remove_files) COMPLETE
58912026-08-20T18:24:28.316Z[ recovery-image] Aug 20 18:24:26.715 INFO O| Aug 20 18:24:26.715 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58922026-08-20T18:24:28.316Z[ recovery-image] Aug 20 18:24:26.725 INFO O| Aug 20 18:24:26.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
58932026-08-20T18:24:28.316Z[ recovery-image] Aug 20 18:24:26.725 INFO O| Aug 20 18:24:26.725 INFO STEP 205 (remove_files) COMPLETE
58942026-08-20T18:24:28.316Z[ recovery-image] Aug 20 18:24:26.725 INFO O| Aug 20 18:24:26.725 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58952026-08-20T18:24:28.316Z[ recovery-image] Aug 20 18:24:26.736 INFO O| Aug 20 18:24:26.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
58962026-08-20T18:24:28.316Z[ recovery-image] Aug 20 18:24:26.736 INFO O| Aug 20 18:24:26.736 INFO STEP 206 (remove_files) COMPLETE
58972026-08-20T18:24:28.316Z[ recovery-image] Aug 20 18:24:26.736 INFO O| Aug 20 18:24:26.736 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58982026-08-20T18:24:28.317Z[ recovery-image] Aug 20 18:24:26.747 INFO O| Aug 20 18:24:26.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
58992026-08-20T18:24:28.318Z[ recovery-image] Aug 20 18:24:26.747 INFO O| Aug 20 18:24:26.747 INFO STEP 207 (remove_files) COMPLETE
59002026-08-20T18:24:28.318Z[ recovery-image] Aug 20 18:24:26.747 INFO O| Aug 20 18:24:26.747 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59012026-08-20T18:24:28.318Z[ recovery-image] Aug 20 18:24:26.757 INFO O| Aug 20 18:24:26.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59022026-08-20T18:24:28.318Z[ recovery-image] Aug 20 18:24:26.757 INFO O| Aug 20 18:24:26.757 INFO STEP 208 (remove_files) COMPLETE
59032026-08-20T18:24:28.318Z[ recovery-image] Aug 20 18:24:26.757 INFO O| Aug 20 18:24:26.757 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59042026-08-20T18:24:28.318Z[ recovery-image] Aug 20 18:24:26.767 INFO O| Aug 20 18:24:26.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59052026-08-20T18:24:28.319Z[ recovery-image] Aug 20 18:24:26.767 INFO O| Aug 20 18:24:26.767 INFO STEP 209 (remove_files) COMPLETE
59062026-08-20T18:24:28.319Z[ recovery-image] Aug 20 18:24:26.767 INFO O| Aug 20 18:24:26.767 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59072026-08-20T18:24:28.319Z[ recovery-image] Aug 20 18:24:26.777 INFO O| Aug 20 18:24:26.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59082026-08-20T18:24:28.319Z[ recovery-image] Aug 20 18:24:26.777 INFO O| Aug 20 18:24:26.777 INFO STEP 210 (remove_files) COMPLETE
59092026-08-20T18:24:28.319Z[ recovery-image] Aug 20 18:24:26.777 INFO O| Aug 20 18:24:26.777 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59102026-08-20T18:24:28.320Z[ recovery-image] Aug 20 18:24:26.787 INFO O| Aug 20 18:24:26.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59112026-08-20T18:24:28.320Z[ recovery-image] Aug 20 18:24:26.787 INFO O| Aug 20 18:24:26.787 INFO STEP 211 (remove_files) COMPLETE
59122026-08-20T18:24:28.320Z[ recovery-image] Aug 20 18:24:26.787 INFO O| Aug 20 18:24:26.787 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59132026-08-20T18:24:28.320Z[ recovery-image] Aug 20 18:24:26.797 INFO O| Aug 20 18:24:26.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59142026-08-20T18:24:28.320Z[ recovery-image] Aug 20 18:24:26.797 INFO O| Aug 20 18:24:26.797 INFO STEP 212 (remove_files) COMPLETE
59152026-08-20T18:24:28.320Z[ recovery-image] Aug 20 18:24:26.797 INFO O| Aug 20 18:24:26.797 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59162026-08-20T18:24:28.320Z[ recovery-image] Aug 20 18:24:26.807 INFO O| Aug 20 18:24:26.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59172026-08-20T18:24:28.321Z[ recovery-image] Aug 20 18:24:26.807 INFO O| Aug 20 18:24:26.807 INFO STEP 213 (remove_files) COMPLETE
59182026-08-20T18:24:28.321Z[ recovery-image] Aug 20 18:24:26.807 INFO O| Aug 20 18:24:26.807 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-08-20T18:24:28.321Z[ recovery-image] Aug 20 18:24:26.816 INFO O| Aug 20 18:24:26.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59202026-08-20T18:24:28.321Z[ recovery-image] Aug 20 18:24:26.817 INFO O| Aug 20 18:24:26.816 INFO STEP 214 (remove_files) COMPLETE
59212026-08-20T18:24:28.321Z[ recovery-image] Aug 20 18:24:26.817 INFO O| Aug 20 18:24:26.816 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-08-20T18:24:28.321Z[ recovery-image] Aug 20 18:24:26.825 INFO O| Aug 20 18:24:26.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59232026-08-20T18:24:28.321Z[ recovery-image] Aug 20 18:24:26.826 INFO O| Aug 20 18:24:26.826 INFO STEP 215 (remove_files) COMPLETE
59242026-08-20T18:24:28.321Z[ recovery-image] Aug 20 18:24:26.826 INFO O| Aug 20 18:24:26.826 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-08-20T18:24:28.322Z[ recovery-image] Aug 20 18:24:26.834 INFO O| Aug 20 18:24:26.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59262026-08-20T18:24:28.322Z[ recovery-image] Aug 20 18:24:26.835 INFO O| Aug 20 18:24:26.834 INFO STEP 216 (remove_files) COMPLETE
59272026-08-20T18:24:28.322Z[ recovery-image] Aug 20 18:24:26.835 INFO O| Aug 20 18:24:26.834 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-08-20T18:24:28.323Z[ recovery-image] Aug 20 18:24:26.844 INFO O| Aug 20 18:24:26.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59292026-08-20T18:24:28.323Z[ recovery-image] Aug 20 18:24:26.844 INFO O| Aug 20 18:24:26.844 INFO STEP 217 (remove_files) COMPLETE
59302026-08-20T18:24:28.323Z[ recovery-image] Aug 20 18:24:26.844 INFO O| Aug 20 18:24:26.844 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59312026-08-20T18:24:28.323Z[ recovery-image] Aug 20 18:24:26.853 INFO O| Aug 20 18:24:26.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59322026-08-20T18:24:28.323Z[ recovery-image] Aug 20 18:24:26.853 INFO O| Aug 20 18:24:26.853 INFO STEP 218 (remove_files) COMPLETE
59332026-08-20T18:24:28.323Z[ recovery-image] Aug 20 18:24:26.853 INFO O| Aug 20 18:24:26.853 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59342026-08-20T18:24:28.323Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
59352026-08-20T18:24:28.323Z[ recovery-image] Aug 20 18:24:26.861 INFO O| Aug 20 18:24:26.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59362026-08-20T18:24:28.323Z[ recovery-image] Aug 20 18:24:26.861 INFO O| Aug 20 18:24:26.861 INFO STEP 219 (remove_files) COMPLETE
59372026-08-20T18:24:28.324Z[ recovery-image] Aug 20 18:24:26.861 INFO O| Aug 20 18:24:26.861 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-08-20T18:24:28.324Z[ recovery-image] Aug 20 18:24:26.871 INFO O| Aug 20 18:24:26.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59392026-08-20T18:24:28.324Z[ recovery-image] Aug 20 18:24:26.871 INFO O| Aug 20 18:24:26.871 INFO STEP 220 (remove_files) COMPLETE
59402026-08-20T18:24:28.325Z[ recovery-image] Aug 20 18:24:26.871 INFO O| Aug 20 18:24:26.871 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-08-20T18:24:28.325Z[ recovery-image] Aug 20 18:24:26.880 INFO O| Aug 20 18:24:26.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59422026-08-20T18:24:28.325Z[ recovery-image] Aug 20 18:24:26.880 INFO O| Aug 20 18:24:26.880 INFO STEP 221 (remove_files) COMPLETE
59432026-08-20T18:24:28.325Z[ recovery-image] Aug 20 18:24:26.880 INFO O| Aug 20 18:24:26.880 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-08-20T18:24:28.325Z[ recovery-image] Aug 20 18:24:26.890 INFO O| Aug 20 18:24:26.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59452026-08-20T18:24:28.325Z[ recovery-image] Aug 20 18:24:26.890 INFO O| Aug 20 18:24:26.890 INFO STEP 222 (remove_files) COMPLETE
59462026-08-20T18:24:28.325Z[ recovery-image] Aug 20 18:24:26.890 INFO O| Aug 20 18:24:26.890 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-08-20T18:24:28.325Z[ recovery-image] Aug 20 18:24:26.901 INFO O| Aug 20 18:24:26.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59482026-08-20T18:24:28.325Z[ recovery-image] Aug 20 18:24:26.901 INFO O| Aug 20 18:24:26.901 INFO STEP 223 (remove_files) COMPLETE
59492026-08-20T18:24:28.325Z[ recovery-image] Aug 20 18:24:26.901 INFO O| Aug 20 18:24:26.901 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-08-20T18:24:28.325Z[ recovery-image] Aug 20 18:24:26.911 INFO O| Aug 20 18:24:26.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59512026-08-20T18:24:28.325Z[ recovery-image] Aug 20 18:24:26.911 INFO O| Aug 20 18:24:26.911 INFO STEP 224 (remove_files) COMPLETE
59522026-08-20T18:24:28.325Z[ recovery-image] Aug 20 18:24:26.911 INFO O| Aug 20 18:24:26.911 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-08-20T18:24:28.325Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
59542026-08-20T18:24:28.325Z[ recovery-image] Aug 20 18:24:26.920 INFO O| Aug 20 18:24:26.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59552026-08-20T18:24:28.325Z[ recovery-image] Aug 20 18:24:26.920 INFO O| Aug 20 18:24:26.920 INFO STEP 225 (remove_files) COMPLETE
59562026-08-20T18:24:28.325Z[ recovery-image] Aug 20 18:24:26.920 INFO O| Aug 20 18:24:26.920 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-08-20T18:24:28.325Z[ recovery-image] Aug 20 18:24:26.929 INFO O| Aug 20 18:24:26.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59582026-08-20T18:24:28.325Z[ recovery-image] Aug 20 18:24:26.929 INFO O| Aug 20 18:24:26.929 INFO STEP 226 (remove_files) COMPLETE
59592026-08-20T18:24:28.325Z[ recovery-image] Aug 20 18:24:26.929 INFO O| Aug 20 18:24:26.929 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-08-20T18:24:28.326Z[ recovery-image] Aug 20 18:24:26.937 INFO O| Aug 20 18:24:26.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59612026-08-20T18:24:28.326Z[ recovery-image] Aug 20 18:24:26.937 INFO O| Aug 20 18:24:26.937 INFO STEP 227 (remove_files) COMPLETE
59622026-08-20T18:24:28.326Z[ recovery-image] Aug 20 18:24:26.937 INFO O| Aug 20 18:24:26.937 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-08-20T18:24:28.326Z[ recovery-image] Aug 20 18:24:26.946 INFO O| Aug 20 18:24:26.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59642026-08-20T18:24:28.326Z[ recovery-image] Aug 20 18:24:26.946 INFO O| Aug 20 18:24:26.946 INFO STEP 228 (remove_files) COMPLETE
59652026-08-20T18:24:28.326Z[ recovery-image] Aug 20 18:24:26.946 INFO O| Aug 20 18:24:26.946 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-08-20T18:24:28.326Z[ recovery-image] Aug 20 18:24:26.955 INFO O| Aug 20 18:24:26.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59672026-08-20T18:24:28.326Z[ recovery-image] Aug 20 18:24:26.955 INFO O| Aug 20 18:24:26.955 INFO STEP 229 (remove_files) COMPLETE
59682026-08-20T18:24:28.326Z[ recovery-image] Aug 20 18:24:26.955 INFO O| Aug 20 18:24:26.955 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-08-20T18:24:28.326Z[ recovery-image] Aug 20 18:24:26.963 INFO O| Aug 20 18:24:26.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59702026-08-20T18:24:28.326Z[ recovery-image] Aug 20 18:24:26.963 INFO O| Aug 20 18:24:26.963 INFO STEP 230 (remove_files) COMPLETE
59712026-08-20T18:24:28.326Z[ recovery-image] Aug 20 18:24:26.963 INFO O| Aug 20 18:24:26.963 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-08-20T18:24:28.326Z[ recovery-image] Aug 20 18:24:26.971 INFO O| Aug 20 18:24:26.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59732026-08-20T18:24:28.326Z[ recovery-image] Aug 20 18:24:26.971 INFO O| Aug 20 18:24:26.971 INFO STEP 231 (remove_files) COMPLETE
59742026-08-20T18:24:28.326Z[ recovery-image] Aug 20 18:24:26.971 INFO O| Aug 20 18:24:26.971 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-08-20T18:24:28.326Z[ recovery-image] Aug 20 18:24:26.978 INFO O| Aug 20 18:24:26.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59762026-08-20T18:24:28.326Z[ recovery-image] Aug 20 18:24:26.978 INFO O| Aug 20 18:24:26.978 INFO STEP 232 (remove_files) COMPLETE
59772026-08-20T18:24:28.326Z[ recovery-image] Aug 20 18:24:26.978 INFO O| Aug 20 18:24:26.978 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-08-20T18:24:28.326Z[ recovery-image] Aug 20 18:24:26.988 INFO O| Aug 20 18:24:26.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59792026-08-20T18:24:28.326Z[ recovery-image] Aug 20 18:24:26.988 INFO O| Aug 20 18:24:26.988 INFO STEP 233 (remove_files) COMPLETE
59802026-08-20T18:24:28.326Z[ recovery-image] Aug 20 18:24:26.988 INFO O| Aug 20 18:24:26.988 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-08-20T18:24:28.326Z[ recovery-image] Aug 20 18:24:26.997 INFO O| Aug 20 18:24:26.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
59822026-08-20T18:24:28.327Z[ recovery-image] Aug 20 18:24:26.997 INFO O| Aug 20 18:24:26.997 INFO STEP 234 (remove_files) COMPLETE
59832026-08-20T18:24:28.327Z[ recovery-image] Aug 20 18:24:26.997 INFO O| Aug 20 18:24:26.997 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-08-20T18:24:28.327Z[ recovery-image] Aug 20 18:24:27.011 INFO O| Aug 20 18:24:27.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
59852026-08-20T18:24:28.327Z[ recovery-image] Aug 20 18:24:27.011 INFO O| Aug 20 18:24:27.011 INFO STEP 235 (remove_files) COMPLETE
59862026-08-20T18:24:28.327Z[ recovery-image] Aug 20 18:24:27.011 INFO O| Aug 20 18:24:27.011 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-08-20T18:24:28.327Z[ recovery-image] Aug 20 18:24:27.019 INFO O| Aug 20 18:24:27.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
59882026-08-20T18:24:28.327Z[ recovery-image] Aug 20 18:24:27.019 INFO O| Aug 20 18:24:27.019 INFO STEP 236 (remove_files) COMPLETE
59892026-08-20T18:24:28.327Z[ recovery-image] Aug 20 18:24:27.019 INFO O| Aug 20 18:24:27.019 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-08-20T18:24:28.334Z[ recovery-image] Aug 20 18:24:27.030 INFO O| Aug 20 18:24:27.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
59912026-08-20T18:24:28.334Z[ recovery-image] Aug 20 18:24:27.030 INFO O| Aug 20 18:24:27.030 INFO STEP 237 (remove_files) COMPLETE
59922026-08-20T18:24:28.334Z[ recovery-image] Aug 20 18:24:27.030 INFO O| Aug 20 18:24:27.030 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-08-20T18:24:28.334Z[ recovery-image] Aug 20 18:24:27.039 INFO O| Aug 20 18:24:27.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
59942026-08-20T18:24:28.334Z[ recovery-image] Aug 20 18:24:27.039 INFO O| Aug 20 18:24:27.039 INFO STEP 238 (remove_files) COMPLETE
59952026-08-20T18:24:28.334Z[ recovery-image] Aug 20 18:24:27.039 INFO O| Aug 20 18:24:27.039 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-08-20T18:24:28.334Z[ recovery-image] Aug 20 18:24:27.047 INFO O| Aug 20 18:24:27.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
59972026-08-20T18:24:28.334Z[ recovery-image] Aug 20 18:24:27.047 INFO O| Aug 20 18:24:27.047 INFO STEP 239 (remove_files) COMPLETE
59982026-08-20T18:24:28.334Z[ recovery-image] Aug 20 18:24:27.047 INFO O| Aug 20 18:24:27.047 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-08-20T18:24:28.334Z[ recovery-image] Aug 20 18:24:27.055 INFO O| Aug 20 18:24:27.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60002026-08-20T18:24:28.334Z[ recovery-image] Aug 20 18:24:27.056 INFO O| Aug 20 18:24:27.056 INFO STEP 240 (remove_files) COMPLETE
60012026-08-20T18:24:28.334Z[ recovery-image] Aug 20 18:24:27.056 INFO O| Aug 20 18:24:27.056 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.065 INFO O| Aug 20 18:24:27.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60032026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.065 INFO O| Aug 20 18:24:27.065 INFO STEP 241 (remove_files) COMPLETE
60042026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.065 INFO O| Aug 20 18:24:27.065 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.073 INFO O| Aug 20 18:24:27.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60062026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.073 INFO O| Aug 20 18:24:27.073 INFO STEP 242 (remove_files) COMPLETE
60072026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.073 INFO O| Aug 20 18:24:27.073 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.081 INFO O| Aug 20 18:24:27.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60092026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.081 INFO O| Aug 20 18:24:27.081 INFO STEP 243 (remove_files) COMPLETE
60102026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.081 INFO O| Aug 20 18:24:27.081 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.090 INFO O| Aug 20 18:24:27.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60122026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.090 INFO O| Aug 20 18:24:27.090 INFO STEP 244 (remove_files) COMPLETE
60132026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.090 INFO O| Aug 20 18:24:27.090 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.100 INFO O| Aug 20 18:24:27.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60152026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.100 INFO O| Aug 20 18:24:27.100 INFO STEP 245 (remove_files) COMPLETE
60162026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.100 INFO O| Aug 20 18:24:27.100 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.109 INFO O| Aug 20 18:24:27.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60182026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.110 INFO O| Aug 20 18:24:27.110 INFO STEP 246 (remove_files) COMPLETE
60192026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.110 INFO O| Aug 20 18:24:27.110 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.119 INFO O| Aug 20 18:24:27.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60212026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.119 INFO O| Aug 20 18:24:27.119 INFO STEP 247 (remove_files) COMPLETE
60222026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.119 INFO O| Aug 20 18:24:27.119 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.129 INFO O| Aug 20 18:24:27.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60242026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.129 INFO O| Aug 20 18:24:27.129 INFO STEP 248 (remove_files) COMPLETE
60252026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.129 INFO O| Aug 20 18:24:27.129 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-08-20T18:24:28.335Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
60272026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.139 INFO O| Aug 20 18:24:27.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60282026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.139 INFO O| Aug 20 18:24:27.139 INFO STEP 249 (remove_files) COMPLETE
60292026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.139 INFO O| Aug 20 18:24:27.139 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.148 INFO O| Aug 20 18:24:27.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60312026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.148 INFO O| Aug 20 18:24:27.148 INFO STEP 250 (remove_files) COMPLETE
60322026-08-20T18:24:28.335Z[ recovery-image] Aug 20 18:24:27.148 INFO O| Aug 20 18:24:27.148 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-08-20T18:24:28.336Z[ recovery-image] Aug 20 18:24:27.163 INFO O| Aug 20 18:24:27.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60342026-08-20T18:24:28.336Z[ recovery-image] Aug 20 18:24:27.163 INFO O| Aug 20 18:24:27.163 INFO STEP 251 (remove_files) COMPLETE
60352026-08-20T18:24:28.336Z[ recovery-image] Aug 20 18:24:27.163 INFO O| Aug 20 18:24:27.163 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-08-20T18:24:28.336Z[ recovery-image] Aug 20 18:24:27.174 INFO O| Aug 20 18:24:27.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60372026-08-20T18:24:28.336Z[ recovery-image] Aug 20 18:24:27.174 INFO O| Aug 20 18:24:27.174 INFO STEP 252 (remove_files) COMPLETE
60382026-08-20T18:24:28.336Z[ recovery-image] Aug 20 18:24:27.174 INFO O| Aug 20 18:24:27.174 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-08-20T18:24:28.336Z[ recovery-image] Aug 20 18:24:27.184 INFO O| Aug 20 18:24:27.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60402026-08-20T18:24:28.336Z[ recovery-image] Aug 20 18:24:27.184 INFO O| Aug 20 18:24:27.184 INFO STEP 253 (remove_files) COMPLETE
60412026-08-20T18:24:28.336Z[ recovery-image] Aug 20 18:24:27.184 INFO O| Aug 20 18:24:27.184 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-08-20T18:24:28.340Z[ recovery-image] Aug 20 18:24:27.193 INFO O| Aug 20 18:24:27.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60432026-08-20T18:24:28.340Z[ recovery-image] Aug 20 18:24:27.193 INFO O| Aug 20 18:24:27.193 INFO STEP 254 (remove_files) COMPLETE
60442026-08-20T18:24:28.340Z[ recovery-image] Aug 20 18:24:27.193 INFO O| Aug 20 18:24:27.193 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-08-20T18:24:28.350Z[ recovery-image] Aug 20 18:24:27.204 INFO O| Aug 20 18:24:27.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60462026-08-20T18:24:28.350Z[ recovery-image] Aug 20 18:24:27.204 INFO O| Aug 20 18:24:27.204 INFO STEP 255 (remove_files) COMPLETE
60472026-08-20T18:24:28.353Z[ recovery-image] Aug 20 18:24:27.204 INFO O| Aug 20 18:24:27.204 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-08-20T18:24:28.358Z[ recovery-image] Aug 20 18:24:27.213 INFO O| Aug 20 18:24:27.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60492026-08-20T18:24:28.358Z[ recovery-image] Aug 20 18:24:27.213 INFO O| Aug 20 18:24:27.213 INFO STEP 256 (remove_files) COMPLETE
60502026-08-20T18:24:28.358Z[ recovery-image] Aug 20 18:24:27.213 INFO O| Aug 20 18:24:27.213 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-08-20T18:24:28.369Z[ recovery-image] Aug 20 18:24:27.223 INFO O| Aug 20 18:24:27.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60522026-08-20T18:24:28.369Z[ recovery-image] Aug 20 18:24:27.223 INFO O| Aug 20 18:24:27.223 INFO STEP 257 (remove_files) COMPLETE
60532026-08-20T18:24:28.369Z[ recovery-image] Aug 20 18:24:27.223 INFO O| Aug 20 18:24:27.223 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-08-20T18:24:28.379Z[ recovery-image] Aug 20 18:24:27.233 INFO O| Aug 20 18:24:27.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60552026-08-20T18:24:28.379Z[ recovery-image] Aug 20 18:24:27.234 INFO O| Aug 20 18:24:27.234 INFO STEP 258 (remove_files) COMPLETE
60562026-08-20T18:24:28.379Z[ recovery-image] Aug 20 18:24:27.234 INFO O| Aug 20 18:24:27.234 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-08-20T18:24:28.388Z[ recovery-image] Aug 20 18:24:27.243 INFO O| Aug 20 18:24:27.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60582026-08-20T18:24:28.388Z[ recovery-image] Aug 20 18:24:27.243 INFO O| Aug 20 18:24:27.243 INFO STEP 259 (remove_files) COMPLETE
60592026-08-20T18:24:28.388Z[ recovery-image] Aug 20 18:24:27.243 INFO O| Aug 20 18:24:27.243 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60602026-08-20T18:24:28.398Z[ recovery-image] Aug 20 18:24:27.253 INFO O| Aug 20 18:24:27.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60612026-08-20T18:24:28.398Z[ recovery-image] Aug 20 18:24:27.253 INFO O| Aug 20 18:24:27.253 INFO STEP 260 (remove_files) COMPLETE
60622026-08-20T18:24:28.398Z[ recovery-image] Aug 20 18:24:27.253 INFO O| Aug 20 18:24:27.253 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60632026-08-20T18:24:28.408Z[ recovery-image] Aug 20 18:24:27.262 INFO O| Aug 20 18:24:27.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60642026-08-20T18:24:28.408Z[ recovery-image] Aug 20 18:24:27.262 INFO O| Aug 20 18:24:27.262 INFO STEP 261 (remove_files) COMPLETE
60652026-08-20T18:24:28.408Z[ recovery-image] Aug 20 18:24:27.262 INFO O| Aug 20 18:24:27.262 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60662026-08-20T18:24:28.417Z[ recovery-image] Aug 20 18:24:27.271 INFO O| Aug 20 18:24:27.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60672026-08-20T18:24:28.417Z[ recovery-image] Aug 20 18:24:27.271 INFO O| Aug 20 18:24:27.271 INFO STEP 262 (remove_files) COMPLETE
60682026-08-20T18:24:28.417Z[ recovery-image] Aug 20 18:24:27.271 INFO O| Aug 20 18:24:27.271 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60692026-08-20T18:24:28.425Z[ recovery-image] Aug 20 18:24:27.280 INFO O| Aug 20 18:24:27.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60702026-08-20T18:24:28.425Z[ recovery-image] Aug 20 18:24:27.280 INFO O| Aug 20 18:24:27.280 INFO STEP 263 (remove_files) COMPLETE
60712026-08-20T18:24:28.429Z[ recovery-image] Aug 20 18:24:27.280 INFO O| Aug 20 18:24:27.280 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60722026-08-20T18:24:28.434Z[ recovery-image] Aug 20 18:24:27.288 INFO O| Aug 20 18:24:27.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60732026-08-20T18:24:28.434Z[ recovery-image] Aug 20 18:24:27.288 INFO O| Aug 20 18:24:27.288 INFO STEP 264 (remove_files) COMPLETE
60742026-08-20T18:24:28.434Z[ recovery-image] Aug 20 18:24:27.288 INFO O| Aug 20 18:24:27.288 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60752026-08-20T18:24:28.443Z[ recovery-image] Aug 20 18:24:27.297 INFO O| Aug 20 18:24:27.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60762026-08-20T18:24:28.443Z[ recovery-image] Aug 20 18:24:27.297 INFO O| Aug 20 18:24:27.297 INFO STEP 265 (remove_files) COMPLETE
60772026-08-20T18:24:28.443Z[ recovery-image] Aug 20 18:24:27.297 INFO O| Aug 20 18:24:27.297 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60782026-08-20T18:24:28.452Z[ recovery-image] Aug 20 18:24:27.306 INFO O| Aug 20 18:24:27.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60792026-08-20T18:24:28.452Z[ recovery-image] Aug 20 18:24:27.306 INFO O| Aug 20 18:24:27.306 INFO STEP 266 (remove_files) COMPLETE
60802026-08-20T18:24:28.452Z[ recovery-image] Aug 20 18:24:27.306 INFO O| Aug 20 18:24:27.306 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60812026-08-20T18:24:28.461Z[ recovery-image] Aug 20 18:24:27.315 INFO O| Aug 20 18:24:27.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
60822026-08-20T18:24:28.461Z[ recovery-image] Aug 20 18:24:27.315 INFO O| Aug 20 18:24:27.315 INFO STEP 267 (remove_files) COMPLETE
60832026-08-20T18:24:28.461Z[ recovery-image] Aug 20 18:24:27.315 INFO O| Aug 20 18:24:27.315 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60842026-08-20T18:24:28.471Z[ recovery-image] Aug 20 18:24:27.324 INFO O| Aug 20 18:24:27.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
60852026-08-20T18:24:28.471Z[ recovery-image] Aug 20 18:24:27.324 INFO O| Aug 20 18:24:27.324 INFO STEP 268 (remove_files) COMPLETE
60862026-08-20T18:24:28.471Z[ recovery-image] Aug 20 18:24:27.324 INFO O| Aug 20 18:24:27.324 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60872026-08-20T18:24:28.478Z[ recovery-image] Aug 20 18:24:27.332 INFO O| Aug 20 18:24:27.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
60882026-08-20T18:24:28.478Z[ recovery-image] Aug 20 18:24:27.332 INFO O| Aug 20 18:24:27.332 INFO STEP 269 (remove_files) COMPLETE
60892026-08-20T18:24:28.478Z[ recovery-image] Aug 20 18:24:27.332 INFO O| Aug 20 18:24:27.332 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60902026-08-20T18:24:28.486Z[ recovery-image] Aug 20 18:24:27.340 INFO O| Aug 20 18:24:27.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
60912026-08-20T18:24:28.486Z[ recovery-image] Aug 20 18:24:27.340 INFO O| Aug 20 18:24:27.340 INFO STEP 270 (remove_files) COMPLETE
60922026-08-20T18:24:28.486Z[ recovery-image] Aug 20 18:24:27.340 INFO O| Aug 20 18:24:27.340 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60932026-08-20T18:24:28.495Z[ recovery-image] Aug 20 18:24:27.349 INFO O| Aug 20 18:24:27.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
60942026-08-20T18:24:28.495Z[ recovery-image] Aug 20 18:24:27.349 INFO O| Aug 20 18:24:27.349 INFO STEP 271 (remove_files) COMPLETE
60952026-08-20T18:24:28.495Z[ recovery-image] Aug 20 18:24:27.349 INFO O| Aug 20 18:24:27.349 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60962026-08-20T18:24:28.503Z[ recovery-image] Aug 20 18:24:27.357 INFO O| Aug 20 18:24:27.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
60972026-08-20T18:24:28.503Z[ recovery-image] Aug 20 18:24:27.357 INFO O| Aug 20 18:24:27.357 INFO STEP 272 (remove_files) COMPLETE
60982026-08-20T18:24:28.506Z[ recovery-image] Aug 20 18:24:27.357 INFO O| Aug 20 18:24:27.357 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60992026-08-20T18:24:28.512Z[ recovery-image] Aug 20 18:24:27.366 INFO O| Aug 20 18:24:27.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61002026-08-20T18:24:28.512Z[ recovery-image] Aug 20 18:24:27.366 INFO O| Aug 20 18:24:27.366 INFO STEP 273 (remove_files) COMPLETE
61012026-08-20T18:24:28.512Z[ recovery-image] Aug 20 18:24:27.366 INFO O| Aug 20 18:24:27.366 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61022026-08-20T18:24:28.521Z[ recovery-image] Aug 20 18:24:27.375 INFO O| Aug 20 18:24:27.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61032026-08-20T18:24:28.521Z[ recovery-image] Aug 20 18:24:27.375 INFO O| Aug 20 18:24:27.375 INFO STEP 274 (remove_files) COMPLETE
61042026-08-20T18:24:28.521Z[ recovery-image] Aug 20 18:24:27.375 INFO O| Aug 20 18:24:27.375 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61052026-08-20T18:24:28.532Z[ recovery-image] Aug 20 18:24:27.386 INFO O| Aug 20 18:24:27.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61062026-08-20T18:24:28.532Z[ recovery-image] Aug 20 18:24:27.386 INFO O| Aug 20 18:24:27.386 INFO STEP 275 (remove_files) COMPLETE
61072026-08-20T18:24:28.532Z[ recovery-image] Aug 20 18:24:27.386 INFO O| Aug 20 18:24:27.386 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61082026-08-20T18:24:28.542Z[ recovery-image] Aug 20 18:24:27.397 INFO O| Aug 20 18:24:27.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61092026-08-20T18:24:28.542Z[ recovery-image] Aug 20 18:24:27.397 INFO O| Aug 20 18:24:27.397 INFO STEP 276 (remove_files) COMPLETE
61102026-08-20T18:24:28.542Z[ recovery-image] Aug 20 18:24:27.397 INFO O| Aug 20 18:24:27.397 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61112026-08-20T18:24:28.552Z[ recovery-image] Aug 20 18:24:27.406 INFO O| Aug 20 18:24:27.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61122026-08-20T18:24:28.552Z[ recovery-image] Aug 20 18:24:27.406 INFO O| Aug 20 18:24:27.406 INFO STEP 277 (remove_files) COMPLETE
61132026-08-20T18:24:28.552Z[ recovery-image] Aug 20 18:24:27.406 INFO O| Aug 20 18:24:27.406 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61142026-08-20T18:24:28.561Z[ recovery-image] Aug 20 18:24:27.415 INFO O| Aug 20 18:24:27.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61152026-08-20T18:24:28.561Z[ recovery-image] Aug 20 18:24:27.416 INFO O| Aug 20 18:24:27.416 INFO STEP 278 (remove_files) COMPLETE
61162026-08-20T18:24:28.561Z[ recovery-image] Aug 20 18:24:27.416 INFO O| Aug 20 18:24:27.416 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61172026-08-20T18:24:28.572Z[ recovery-image] Aug 20 18:24:27.425 INFO O| Aug 20 18:24:27.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61182026-08-20T18:24:28.572Z[ recovery-image] Aug 20 18:24:27.425 INFO O| Aug 20 18:24:27.425 INFO STEP 279 (remove_files) COMPLETE
61192026-08-20T18:24:28.576Z[ recovery-image] Aug 20 18:24:27.425 INFO O| Aug 20 18:24:27.425 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61202026-08-20T18:24:28.581Z[ recovery-image] Aug 20 18:24:27.435 INFO O| Aug 20 18:24:27.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61212026-08-20T18:24:28.581Z[ recovery-image] Aug 20 18:24:27.435 INFO O| Aug 20 18:24:27.435 INFO STEP 280 (remove_files) COMPLETE
61222026-08-20T18:24:28.581Z[ recovery-image] Aug 20 18:24:27.435 INFO O| Aug 20 18:24:27.435 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61232026-08-20T18:24:28.590Z[ recovery-image] Aug 20 18:24:27.444 INFO O| Aug 20 18:24:27.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61242026-08-20T18:24:28.590Z[ recovery-image] Aug 20 18:24:27.444 INFO O| Aug 20 18:24:27.444 INFO STEP 281 (remove_files) COMPLETE
61252026-08-20T18:24:28.593Z[ recovery-image] Aug 20 18:24:27.444 INFO O| Aug 20 18:24:27.444 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61262026-08-20T18:24:28.599Z[ recovery-image] Aug 20 18:24:27.454 INFO O| Aug 20 18:24:27.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61272026-08-20T18:24:28.599Z[ recovery-image] Aug 20 18:24:27.454 INFO O| Aug 20 18:24:27.454 INFO STEP 282 (remove_files) COMPLETE
61282026-08-20T18:24:28.602Z[ recovery-image] Aug 20 18:24:27.454 INFO O| Aug 20 18:24:27.454 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61292026-08-20T18:24:28.609Z[ recovery-image] Aug 20 18:24:27.463 INFO O| Aug 20 18:24:27.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61302026-08-20T18:24:28.609Z[ recovery-image] Aug 20 18:24:27.463 INFO O| Aug 20 18:24:27.463 INFO STEP 283 (remove_files) COMPLETE
61312026-08-20T18:24:28.609Z[ recovery-image] Aug 20 18:24:27.463 INFO O| Aug 20 18:24:27.463 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61322026-08-20T18:24:28.619Z[ recovery-image] Aug 20 18:24:27.473 INFO O| Aug 20 18:24:27.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61332026-08-20T18:24:28.619Z[ recovery-image] Aug 20 18:24:27.473 INFO O| Aug 20 18:24:27.473 INFO STEP 284 (remove_files) COMPLETE
61342026-08-20T18:24:28.619Z[ recovery-image] Aug 20 18:24:27.473 INFO O| Aug 20 18:24:27.473 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-08-20T18:24:28.630Z[ recovery-image] Aug 20 18:24:27.483 INFO O| Aug 20 18:24:27.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61362026-08-20T18:24:28.630Z[ recovery-image] Aug 20 18:24:27.483 INFO O| Aug 20 18:24:27.483 INFO STEP 285 (remove_files) COMPLETE
61372026-08-20T18:24:28.630Z[ recovery-image] Aug 20 18:24:27.483 INFO O| Aug 20 18:24:27.483 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-08-20T18:24:28.638Z[ recovery-image] Aug 20 18:24:27.492 INFO O| Aug 20 18:24:27.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61392026-08-20T18:24:28.638Z[ recovery-image] Aug 20 18:24:27.492 INFO O| Aug 20 18:24:27.492 INFO STEP 286 (remove_files) COMPLETE
61402026-08-20T18:24:28.638Z[ recovery-image] Aug 20 18:24:27.492 INFO O| Aug 20 18:24:27.492 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-08-20T18:24:28.647Z[ recovery-image] Aug 20 18:24:27.501 INFO O| Aug 20 18:24:27.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61422026-08-20T18:24:28.647Z[ recovery-image] Aug 20 18:24:27.502 INFO O| Aug 20 18:24:27.501 INFO STEP 287 (remove_files) COMPLETE
61432026-08-20T18:24:28.647Z[ recovery-image] Aug 20 18:24:27.502 INFO O| Aug 20 18:24:27.501 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61442026-08-20T18:24:28.657Z[ recovery-image] Aug 20 18:24:27.511 INFO O| Aug 20 18:24:27.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61452026-08-20T18:24:28.657Z[ recovery-image] Aug 20 18:24:27.511 INFO O| Aug 20 18:24:27.511 INFO STEP 288 (remove_files) COMPLETE
61462026-08-20T18:24:28.657Z[ recovery-image] Aug 20 18:24:27.511 INFO O| Aug 20 18:24:27.511 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61472026-08-20T18:24:28.666Z[ recovery-image] Aug 20 18:24:27.520 INFO O| Aug 20 18:24:27.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61482026-08-20T18:24:28.666Z[ recovery-image] Aug 20 18:24:27.520 INFO O| Aug 20 18:24:27.520 INFO STEP 289 (remove_files) COMPLETE
61492026-08-20T18:24:28.666Z[ recovery-image] Aug 20 18:24:27.520 INFO O| Aug 20 18:24:27.520 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-08-20T18:24:28.676Z[ recovery-image] Aug 20 18:24:27.530 INFO O| Aug 20 18:24:27.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61512026-08-20T18:24:28.676Z[ recovery-image] Aug 20 18:24:27.530 INFO O| Aug 20 18:24:27.530 INFO STEP 290 (remove_files) COMPLETE
61522026-08-20T18:24:28.676Z[ recovery-image] Aug 20 18:24:27.530 INFO O| Aug 20 18:24:27.530 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-08-20T18:24:28.686Z[ recovery-image] Aug 20 18:24:27.541 INFO O| Aug 20 18:24:27.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61542026-08-20T18:24:28.686Z[ recovery-image] Aug 20 18:24:27.541 INFO O| Aug 20 18:24:27.541 INFO STEP 291 (remove_files) COMPLETE
61552026-08-20T18:24:28.686Z[ recovery-image] Aug 20 18:24:27.541 INFO O| Aug 20 18:24:27.541 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-08-20T18:24:28.696Z[ recovery-image] Aug 20 18:24:27.550 INFO O| Aug 20 18:24:27.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61572026-08-20T18:24:28.696Z[ recovery-image] Aug 20 18:24:27.550 INFO O| Aug 20 18:24:27.550 INFO STEP 292 (remove_files) COMPLETE
61582026-08-20T18:24:28.696Z[ recovery-image] Aug 20 18:24:27.550 INFO O| Aug 20 18:24:27.550 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-08-20T18:24:28.705Z[ recovery-image] Aug 20 18:24:27.559 INFO O| Aug 20 18:24:27.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61602026-08-20T18:24:28.705Z[ recovery-image] Aug 20 18:24:27.559 INFO O| Aug 20 18:24:27.559 INFO STEP 293 (remove_files) COMPLETE
61612026-08-20T18:24:28.705Z[ recovery-image] Aug 20 18:24:27.559 INFO O| Aug 20 18:24:27.559 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61622026-08-20T18:24:28.715Z[ recovery-image] Aug 20 18:24:27.569 INFO O| Aug 20 18:24:27.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61632026-08-20T18:24:28.715Z[ recovery-image] Aug 20 18:24:27.569 INFO O| Aug 20 18:24:27.569 INFO STEP 294 (remove_files) COMPLETE
61642026-08-20T18:24:28.715Z[ recovery-image] Aug 20 18:24:27.569 INFO O| Aug 20 18:24:27.569 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61652026-08-20T18:24:28.723Z[ recovery-image] Aug 20 18:24:27.577 INFO O| Aug 20 18:24:27.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61662026-08-20T18:24:28.723Z[ recovery-image] Aug 20 18:24:27.577 INFO O| Aug 20 18:24:27.577 INFO STEP 295 (remove_files) COMPLETE
61672026-08-20T18:24:28.723Z[ recovery-image] Aug 20 18:24:27.577 INFO O| Aug 20 18:24:27.577 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61682026-08-20T18:24:28.733Z[ recovery-image] Aug 20 18:24:27.587 INFO O| Aug 20 18:24:27.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61692026-08-20T18:24:28.733Z[ recovery-image] Aug 20 18:24:27.587 INFO O| Aug 20 18:24:27.587 INFO STEP 296 (remove_files) COMPLETE
61702026-08-20T18:24:28.733Z[ recovery-image] Aug 20 18:24:27.587 INFO O| Aug 20 18:24:27.587 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61712026-08-20T18:24:28.743Z[ recovery-image] Aug 20 18:24:27.597 INFO O| Aug 20 18:24:27.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61722026-08-20T18:24:28.743Z[ recovery-image] Aug 20 18:24:27.597 INFO O| Aug 20 18:24:27.597 INFO STEP 297 (remove_files) COMPLETE
61732026-08-20T18:24:28.743Z[ recovery-image] Aug 20 18:24:27.597 INFO O| Aug 20 18:24:27.597 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61742026-08-20T18:24:28.752Z[ recovery-image] Aug 20 18:24:27.607 INFO O| Aug 20 18:24:27.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61752026-08-20T18:24:28.752Z[ recovery-image] Aug 20 18:24:27.607 INFO O| Aug 20 18:24:27.607 INFO STEP 298 (remove_files) COMPLETE
61762026-08-20T18:24:28.752Z[ recovery-image] Aug 20 18:24:27.607 INFO O| Aug 20 18:24:27.607 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61772026-08-20T18:24:28.763Z[ recovery-image] Aug 20 18:24:27.618 INFO O| Aug 20 18:24:27.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
61782026-08-20T18:24:28.763Z[ recovery-image] Aug 20 18:24:27.618 INFO O| Aug 20 18:24:27.618 INFO STEP 299 (remove_files) COMPLETE
61792026-08-20T18:24:28.767Z[ recovery-image] Aug 20 18:24:27.618 INFO O| Aug 20 18:24:27.618 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61802026-08-20T18:24:28.773Z[ recovery-image] Aug 20 18:24:27.627 INFO O| Aug 20 18:24:27.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
61812026-08-20T18:24:28.773Z[ recovery-image] Aug 20 18:24:27.627 INFO O| Aug 20 18:24:27.627 INFO STEP 300 (remove_files) COMPLETE
61822026-08-20T18:24:28.773Z[ recovery-image] Aug 20 18:24:27.627 INFO O| Aug 20 18:24:27.627 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61832026-08-20T18:24:28.783Z[ recovery-image] Aug 20 18:24:27.636 INFO O| Aug 20 18:24:27.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
61842026-08-20T18:24:28.783Z[ recovery-image] Aug 20 18:24:27.636 INFO O| Aug 20 18:24:27.636 INFO STEP 301 (remove_files) COMPLETE
61852026-08-20T18:24:28.786Z[ recovery-image] Aug 20 18:24:27.636 INFO O| Aug 20 18:24:27.636 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61862026-08-20T18:24:28.790Z[ recovery-image] Aug 20 18:24:27.645 INFO O| Aug 20 18:24:27.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
61872026-08-20T18:24:28.790Z[ recovery-image] Aug 20 18:24:27.645 INFO O| Aug 20 18:24:27.645 INFO STEP 302 (remove_files) COMPLETE
61882026-08-20T18:24:28.793Z[ recovery-image] Aug 20 18:24:27.645 INFO O| Aug 20 18:24:27.645 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61892026-08-20T18:24:28.798Z[ recovery-image] Aug 20 18:24:27.653 INFO O| Aug 20 18:24:27.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
61902026-08-20T18:24:28.798Z[ recovery-image] Aug 20 18:24:27.653 INFO O| Aug 20 18:24:27.653 INFO STEP 303 (remove_files) COMPLETE
61912026-08-20T18:24:28.798Z[ recovery-image] Aug 20 18:24:27.653 INFO O| Aug 20 18:24:27.653 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61922026-08-20T18:24:28.808Z[ recovery-image] Aug 20 18:24:27.662 INFO O| Aug 20 18:24:27.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
61932026-08-20T18:24:28.808Z[ recovery-image] Aug 20 18:24:27.662 INFO O| Aug 20 18:24:27.662 INFO STEP 304 (remove_files) COMPLETE
61942026-08-20T18:24:28.809Z[ recovery-image] Aug 20 18:24:27.662 INFO O| Aug 20 18:24:27.662 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61952026-08-20T18:24:28.817Z[ recovery-image] Aug 20 18:24:27.671 INFO O| Aug 20 18:24:27.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
61962026-08-20T18:24:28.817Z[ recovery-image] Aug 20 18:24:27.671 INFO O| Aug 20 18:24:27.671 INFO STEP 305 (remove_files) COMPLETE
61972026-08-20T18:24:28.820Z[ recovery-image] Aug 20 18:24:27.671 INFO O| Aug 20 18:24:27.671 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61982026-08-20T18:24:28.825Z[ recovery-image] Aug 20 18:24:27.679 INFO O| Aug 20 18:24:27.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
61992026-08-20T18:24:28.825Z[ recovery-image] Aug 20 18:24:27.679 INFO O| Aug 20 18:24:27.679 INFO STEP 306 (remove_files) COMPLETE
62002026-08-20T18:24:28.828Z[ recovery-image] Aug 20 18:24:27.679 INFO O| Aug 20 18:24:27.679 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62012026-08-20T18:24:28.833Z[ recovery-image] Aug 20 18:24:27.687 INFO O| Aug 20 18:24:27.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62022026-08-20T18:24:28.833Z[ recovery-image] Aug 20 18:24:27.687 INFO O| Aug 20 18:24:27.687 INFO STEP 307 (remove_files) COMPLETE
62032026-08-20T18:24:28.833Z[ recovery-image] Aug 20 18:24:27.687 INFO O| Aug 20 18:24:27.687 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62042026-08-20T18:24:28.844Z[ recovery-image] Aug 20 18:24:27.696 INFO O| Aug 20 18:24:27.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62052026-08-20T18:24:28.844Z[ recovery-image] Aug 20 18:24:27.696 INFO O| Aug 20 18:24:27.696 INFO STEP 308 (remove_files) COMPLETE
62062026-08-20T18:24:28.844Z[ recovery-image] Aug 20 18:24:27.696 INFO O| Aug 20 18:24:27.696 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62072026-08-20T18:24:28.855Z[ recovery-image] Aug 20 18:24:27.707 INFO O| Aug 20 18:24:27.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62082026-08-20T18:24:28.855Z[ recovery-image] Aug 20 18:24:27.707 INFO O| Aug 20 18:24:27.707 INFO STEP 309 (remove_files) COMPLETE
62092026-08-20T18:24:28.855Z[ recovery-image] Aug 20 18:24:27.707 INFO O| Aug 20 18:24:27.707 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62102026-08-20T18:24:28.862Z[ recovery-image] Aug 20 18:24:27.717 INFO O| Aug 20 18:24:27.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62112026-08-20T18:24:28.862Z[ recovery-image] Aug 20 18:24:27.717 INFO O| Aug 20 18:24:27.717 INFO STEP 310 (remove_files) COMPLETE
62122026-08-20T18:24:28.866Z[ recovery-image] Aug 20 18:24:27.717 INFO O| Aug 20 18:24:27.717 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62132026-08-20T18:24:28.873Z[ recovery-image] Aug 20 18:24:27.727 INFO O| Aug 20 18:24:27.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62142026-08-20T18:24:28.873Z[ recovery-image] Aug 20 18:24:27.727 INFO O| Aug 20 18:24:27.727 INFO STEP 311 (remove_files) COMPLETE
62152026-08-20T18:24:28.873Z[ recovery-image] Aug 20 18:24:27.727 INFO O| Aug 20 18:24:27.727 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62162026-08-20T18:24:28.884Z[ recovery-image] Aug 20 18:24:27.738 INFO O| Aug 20 18:24:27.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62172026-08-20T18:24:28.884Z[ recovery-image] Aug 20 18:24:27.738 INFO O| Aug 20 18:24:27.738 INFO STEP 312 (remove_files) COMPLETE
62182026-08-20T18:24:28.884Z[ recovery-image] Aug 20 18:24:27.738 INFO O| Aug 20 18:24:27.738 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62192026-08-20T18:24:28.894Z[ recovery-image] Aug 20 18:24:27.749 INFO O| Aug 20 18:24:27.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62202026-08-20T18:24:28.898Z[ recovery-image] Aug 20 18:24:27.749 INFO O| Aug 20 18:24:27.749 INFO STEP 313 (remove_files) COMPLETE
62212026-08-20T18:24:28.898Z[ recovery-image] Aug 20 18:24:27.749 INFO O| Aug 20 18:24:27.749 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62222026-08-20T18:24:28.908Z[ recovery-image] Aug 20 18:24:27.760 INFO O| Aug 20 18:24:27.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62232026-08-20T18:24:28.909Z[ recovery-image] Aug 20 18:24:27.760 INFO O| Aug 20 18:24:27.760 INFO STEP 314 (remove_files) COMPLETE
62242026-08-20T18:24:28.909Z[ recovery-image] Aug 20 18:24:27.760 INFO O| Aug 20 18:24:27.760 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62252026-08-20T18:24:28.917Z[ recovery-image] Aug 20 18:24:27.770 INFO O| Aug 20 18:24:27.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62262026-08-20T18:24:28.917Z[ recovery-image] Aug 20 18:24:27.770 INFO O| Aug 20 18:24:27.770 INFO STEP 315 (remove_files) COMPLETE
62272026-08-20T18:24:28.917Z[ recovery-image] Aug 20 18:24:27.770 INFO O| Aug 20 18:24:27.770 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62282026-08-20T18:24:28.927Z[ recovery-image] Aug 20 18:24:27.780 INFO O| Aug 20 18:24:27.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62292026-08-20T18:24:28.927Z[ recovery-image] Aug 20 18:24:27.780 INFO O| Aug 20 18:24:27.780 INFO STEP 316 (remove_files) COMPLETE
62302026-08-20T18:24:28.927Z[ recovery-image] Aug 20 18:24:27.780 INFO O| Aug 20 18:24:27.780 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62312026-08-20T18:24:28.933Z[ recovery-image] Aug 20 18:24:27.787 INFO O| Aug 20 18:24:27.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62322026-08-20T18:24:28.933Z[ recovery-image] Aug 20 18:24:27.787 INFO O| Aug 20 18:24:27.787 INFO STEP 317 (remove_files) COMPLETE
62332026-08-20T18:24:28.933Z[ recovery-image] Aug 20 18:24:27.787 INFO O| Aug 20 18:24:27.787 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62342026-08-20T18:24:28.941Z[ recovery-image] Aug 20 18:24:27.795 INFO O| Aug 20 18:24:27.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62352026-08-20T18:24:28.941Z[ recovery-image] Aug 20 18:24:27.795 INFO O| Aug 20 18:24:27.795 INFO STEP 318 (remove_files) COMPLETE
62362026-08-20T18:24:28.941Z[ recovery-image] Aug 20 18:24:27.795 INFO O| Aug 20 18:24:27.795 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62372026-08-20T18:24:28.950Z[ recovery-image] Aug 20 18:24:27.804 INFO O| Aug 20 18:24:27.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62382026-08-20T18:24:28.950Z[ recovery-image] Aug 20 18:24:27.804 INFO O| Aug 20 18:24:27.804 INFO STEP 319 (remove_files) COMPLETE
62392026-08-20T18:24:28.951Z[ recovery-image] Aug 20 18:24:27.804 INFO O| Aug 20 18:24:27.804 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62402026-08-20T18:24:28.957Z[ recovery-image] Aug 20 18:24:27.812 INFO O| Aug 20 18:24:27.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62412026-08-20T18:24:28.958Z[ recovery-image] Aug 20 18:24:27.812 INFO O| Aug 20 18:24:27.812 INFO STEP 320 (remove_files) COMPLETE
62422026-08-20T18:24:28.958Z[ recovery-image] Aug 20 18:24:27.812 INFO O| Aug 20 18:24:27.812 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62432026-08-20T18:24:28.967Z[ recovery-image] Aug 20 18:24:27.821 INFO O| Aug 20 18:24:27.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62442026-08-20T18:24:28.967Z[ recovery-image] Aug 20 18:24:27.821 INFO O| Aug 20 18:24:27.821 INFO STEP 321 (remove_files) COMPLETE
62452026-08-20T18:24:28.967Z[ recovery-image] Aug 20 18:24:27.821 INFO O| Aug 20 18:24:27.821 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62462026-08-20T18:24:28.974Z[ recovery-image] Aug 20 18:24:27.828 INFO O| Aug 20 18:24:27.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62472026-08-20T18:24:28.974Z[ recovery-image] Aug 20 18:24:27.829 INFO O| Aug 20 18:24:27.828 INFO STEP 322 (remove_files) COMPLETE
62482026-08-20T18:24:28.975Z[ recovery-image] Aug 20 18:24:27.829 INFO O| Aug 20 18:24:27.829 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62492026-08-20T18:24:28.982Z[ recovery-image] Aug 20 18:24:27.836 INFO O| Aug 20 18:24:27.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62502026-08-20T18:24:28.982Z[ recovery-image] Aug 20 18:24:27.836 INFO O| Aug 20 18:24:27.836 INFO STEP 323 (remove_files) COMPLETE
62512026-08-20T18:24:28.982Z[ recovery-image] Aug 20 18:24:27.836 INFO O| Aug 20 18:24:27.836 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62522026-08-20T18:24:28.991Z[ recovery-image] Aug 20 18:24:27.845 INFO O| Aug 20 18:24:27.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62532026-08-20T18:24:28.991Z[ recovery-image] Aug 20 18:24:27.845 INFO O| Aug 20 18:24:27.845 INFO STEP 324 (remove_files) COMPLETE
62542026-08-20T18:24:28.991Z[ recovery-image] Aug 20 18:24:27.845 INFO O| Aug 20 18:24:27.845 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62552026-08-20T18:24:28.999Z[ recovery-image] Aug 20 18:24:27.853 INFO O| Aug 20 18:24:27.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62562026-08-20T18:24:28.999Z[ recovery-image] Aug 20 18:24:27.853 INFO O| Aug 20 18:24:27.853 INFO STEP 325 (remove_files) COMPLETE
62572026-08-20T18:24:29.002Z[ recovery-image] Aug 20 18:24:27.853 INFO O| Aug 20 18:24:27.853 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-08-20T18:24:29.007Z[ recovery-image] Aug 20 18:24:27.861 INFO O| Aug 20 18:24:27.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62592026-08-20T18:24:29.007Z[ recovery-image] Aug 20 18:24:27.861 INFO O| Aug 20 18:24:27.861 INFO STEP 326 (remove_files) COMPLETE
62602026-08-20T18:24:29.007Z[ recovery-image] Aug 20 18:24:27.861 INFO O| Aug 20 18:24:27.861 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-08-20T18:24:29.015Z[ recovery-image] Aug 20 18:24:27.869 INFO O| Aug 20 18:24:27.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62622026-08-20T18:24:29.015Z[ recovery-image] Aug 20 18:24:27.869 INFO O| Aug 20 18:24:27.869 INFO STEP 327 (remove_files) COMPLETE
62632026-08-20T18:24:29.015Z[ recovery-image] Aug 20 18:24:27.869 INFO O| Aug 20 18:24:27.869 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62642026-08-20T18:24:29.023Z[ recovery-image] Aug 20 18:24:27.877 INFO O| Aug 20 18:24:27.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62652026-08-20T18:24:29.023Z[ recovery-image] Aug 20 18:24:27.877 INFO O| Aug 20 18:24:27.877 INFO STEP 328 (remove_files) COMPLETE
62662026-08-20T18:24:29.023Z[ recovery-image] Aug 20 18:24:27.877 INFO O| Aug 20 18:24:27.877 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62672026-08-20T18:24:29.030Z[ recovery-image] Aug 20 18:24:27.885 INFO O| Aug 20 18:24:27.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62682026-08-20T18:24:29.030Z[ recovery-image] Aug 20 18:24:27.885 INFO O| Aug 20 18:24:27.885 INFO STEP 329 (remove_files) COMPLETE
62692026-08-20T18:24:29.030Z[ recovery-image] Aug 20 18:24:27.885 INFO O| Aug 20 18:24:27.885 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62702026-08-20T18:24:29.040Z[ recovery-image] Aug 20 18:24:27.894 INFO O| Aug 20 18:24:27.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62712026-08-20T18:24:29.040Z[ recovery-image] Aug 20 18:24:27.894 INFO O| Aug 20 18:24:27.894 INFO STEP 330 (remove_files) COMPLETE
62722026-08-20T18:24:29.040Z[ recovery-image] Aug 20 18:24:27.894 INFO O| Aug 20 18:24:27.894 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62732026-08-20T18:24:29.050Z[ recovery-image] Aug 20 18:24:27.904 INFO O| Aug 20 18:24:27.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
62742026-08-20T18:24:29.050Z[ recovery-image] Aug 20 18:24:27.904 INFO O| Aug 20 18:24:27.904 INFO STEP 331 (remove_files) COMPLETE
62752026-08-20T18:24:29.050Z[ recovery-image] Aug 20 18:24:27.904 INFO O| Aug 20 18:24:27.904 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62762026-08-20T18:24:29.061Z[ recovery-image] Aug 20 18:24:27.915 INFO O| Aug 20 18:24:27.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
62772026-08-20T18:24:29.065Z[ recovery-image] Aug 20 18:24:27.916 INFO O| Aug 20 18:24:27.916 INFO STEP 332 (remove_files) COMPLETE
62782026-08-20T18:24:29.065Z[ recovery-image] Aug 20 18:24:27.916 INFO O| Aug 20 18:24:27.916 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62792026-08-20T18:24:29.073Z[ recovery-image] Aug 20 18:24:27.927 INFO O| Aug 20 18:24:27.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
62802026-08-20T18:24:29.073Z[ recovery-image] Aug 20 18:24:27.927 INFO O| Aug 20 18:24:27.927 INFO STEP 333 (remove_files) COMPLETE
62812026-08-20T18:24:29.073Z[ recovery-image] Aug 20 18:24:27.927 INFO O| Aug 20 18:24:27.927 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62822026-08-20T18:24:29.081Z[ recovery-image] Aug 20 18:24:27.936 INFO O| Aug 20 18:24:27.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
62832026-08-20T18:24:29.081Z[ recovery-image] Aug 20 18:24:27.936 INFO O| Aug 20 18:24:27.936 INFO STEP 334 (remove_files) COMPLETE
62842026-08-20T18:24:29.081Z[ recovery-image] Aug 20 18:24:27.936 INFO O| Aug 20 18:24:27.936 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62852026-08-20T18:24:29.090Z[ recovery-image] Aug 20 18:24:27.945 INFO O| Aug 20 18:24:27.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
62862026-08-20T18:24:29.091Z[ recovery-image] Aug 20 18:24:27.945 INFO O| Aug 20 18:24:27.945 INFO STEP 335 (remove_files) COMPLETE
62872026-08-20T18:24:29.091Z[ recovery-image] Aug 20 18:24:27.945 INFO O| Aug 20 18:24:27.945 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62882026-08-20T18:24:29.100Z[ recovery-image] Aug 20 18:24:27.954 INFO O| Aug 20 18:24:27.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
62892026-08-20T18:24:29.100Z[ recovery-image] Aug 20 18:24:27.954 INFO O| Aug 20 18:24:27.954 INFO STEP 336 (remove_files) COMPLETE
62902026-08-20T18:24:29.100Z[ recovery-image] Aug 20 18:24:27.954 INFO O| Aug 20 18:24:27.954 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62912026-08-20T18:24:29.108Z[ recovery-image] Aug 20 18:24:27.962 INFO O| Aug 20 18:24:27.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
62922026-08-20T18:24:29.108Z[ recovery-image] Aug 20 18:24:27.962 INFO O| Aug 20 18:24:27.962 INFO STEP 337 (remove_files) COMPLETE
62932026-08-20T18:24:29.108Z[ recovery-image] Aug 20 18:24:27.962 INFO O| Aug 20 18:24:27.962 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62942026-08-20T18:24:29.117Z[ recovery-image] Aug 20 18:24:27.971 INFO O| Aug 20 18:24:27.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
62952026-08-20T18:24:29.117Z[ recovery-image] Aug 20 18:24:27.971 INFO O| Aug 20 18:24:27.971 INFO STEP 338 (remove_files) COMPLETE
62962026-08-20T18:24:29.117Z[ recovery-image] Aug 20 18:24:27.971 INFO O| Aug 20 18:24:27.971 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62972026-08-20T18:24:29.126Z[ recovery-image] Aug 20 18:24:27.980 INFO O| Aug 20 18:24:27.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
62982026-08-20T18:24:29.126Z[ recovery-image] Aug 20 18:24:27.980 INFO O| Aug 20 18:24:27.980 INFO STEP 339 (remove_files) COMPLETE
62992026-08-20T18:24:29.126Z[ recovery-image] Aug 20 18:24:27.980 INFO O| Aug 20 18:24:27.980 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63002026-08-20T18:24:29.137Z[ recovery-image] Aug 20 18:24:27.989 INFO O| Aug 20 18:24:27.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63012026-08-20T18:24:29.137Z[ recovery-image] Aug 20 18:24:27.989 INFO O| Aug 20 18:24:27.989 INFO STEP 340 (remove_files) COMPLETE
63022026-08-20T18:24:29.140Z[ recovery-image] Aug 20 18:24:27.989 INFO O| Aug 20 18:24:27.989 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63032026-08-20T18:24:29.144Z[ recovery-image] Aug 20 18:24:27.998 INFO O| Aug 20 18:24:27.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63042026-08-20T18:24:29.144Z[ recovery-image] Aug 20 18:24:27.998 INFO O| Aug 20 18:24:27.998 INFO STEP 341 (remove_files) COMPLETE
63052026-08-20T18:24:29.148Z[ recovery-image] Aug 20 18:24:27.998 INFO O| Aug 20 18:24:27.998 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63062026-08-20T18:24:29.155Z[ recovery-image] Aug 20 18:24:28.008 INFO O| Aug 20 18:24:28.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63072026-08-20T18:24:29.155Z[ recovery-image] Aug 20 18:24:28.008 INFO O| Aug 20 18:24:28.008 INFO STEP 342 (remove_files) COMPLETE
63082026-08-20T18:24:29.155Z[ recovery-image] Aug 20 18:24:28.008 INFO O| Aug 20 18:24:28.008 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63092026-08-20T18:24:29.164Z[ recovery-image] Aug 20 18:24:28.018 INFO O| Aug 20 18:24:28.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63102026-08-20T18:24:29.164Z[ recovery-image] Aug 20 18:24:28.018 INFO O| Aug 20 18:24:28.018 INFO STEP 343 (remove_files) COMPLETE
63112026-08-20T18:24:29.168Z[ recovery-image] Aug 20 18:24:28.018 INFO O| Aug 20 18:24:28.018 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63122026-08-20T18:24:29.174Z[ recovery-image] Aug 20 18:24:28.028 INFO O| Aug 20 18:24:28.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63132026-08-20T18:24:29.174Z[ recovery-image] Aug 20 18:24:28.028 INFO O| Aug 20 18:24:28.028 INFO STEP 344 (remove_files) COMPLETE
63142026-08-20T18:24:29.174Z[ recovery-image] Aug 20 18:24:28.028 INFO O| Aug 20 18:24:28.028 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63152026-08-20T18:24:29.184Z[ recovery-image] Aug 20 18:24:28.039 INFO O| Aug 20 18:24:28.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63162026-08-20T18:24:29.184Z[ recovery-image] Aug 20 18:24:28.039 INFO O| Aug 20 18:24:28.039 INFO STEP 345 (remove_files) COMPLETE
63172026-08-20T18:24:29.184Z[ recovery-image] Aug 20 18:24:28.039 INFO O| Aug 20 18:24:28.039 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63182026-08-20T18:24:29.194Z[ recovery-image] Aug 20 18:24:28.049 INFO O| Aug 20 18:24:28.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63192026-08-20T18:24:29.194Z[ recovery-image] Aug 20 18:24:28.049 INFO O| Aug 20 18:24:28.049 INFO STEP 346 (remove_files) COMPLETE
63202026-08-20T18:24:29.194Z[ recovery-image] Aug 20 18:24:28.049 INFO O| Aug 20 18:24:28.049 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63212026-08-20T18:24:29.204Z[ recovery-image] Aug 20 18:24:28.059 INFO O| Aug 20 18:24:28.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63222026-08-20T18:24:29.205Z[ recovery-image] Aug 20 18:24:28.059 INFO O| Aug 20 18:24:28.059 INFO STEP 347 (remove_files) COMPLETE
63232026-08-20T18:24:29.208Z[ recovery-image] Aug 20 18:24:28.059 INFO O| Aug 20 18:24:28.059 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63242026-08-20T18:24:29.215Z[ recovery-image] Aug 20 18:24:28.070 INFO O| Aug 20 18:24:28.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63252026-08-20T18:24:29.215Z[ recovery-image] Aug 20 18:24:28.070 INFO O| Aug 20 18:24:28.070 INFO STEP 348 (remove_files) COMPLETE
63262026-08-20T18:24:29.215Z[ recovery-image] Aug 20 18:24:28.070 INFO O| Aug 20 18:24:28.070 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63272026-08-20T18:24:29.225Z[ recovery-image] Aug 20 18:24:28.079 INFO O| Aug 20 18:24:28.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63282026-08-20T18:24:29.225Z[ recovery-image] Aug 20 18:24:28.079 INFO O| Aug 20 18:24:28.079 INFO STEP 349 (remove_files) COMPLETE
63292026-08-20T18:24:29.225Z[ recovery-image] Aug 20 18:24:28.079 INFO O| Aug 20 18:24:28.079 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63302026-08-20T18:24:29.234Z[ recovery-image] Aug 20 18:24:28.088 INFO O| Aug 20 18:24:28.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63312026-08-20T18:24:29.234Z[ recovery-image] Aug 20 18:24:28.089 INFO O| Aug 20 18:24:28.089 INFO STEP 350 (remove_files) COMPLETE
63322026-08-20T18:24:29.234Z[ recovery-image] Aug 20 18:24:28.089 INFO O| Aug 20 18:24:28.089 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63332026-08-20T18:24:29.244Z[ recovery-image] Aug 20 18:24:28.098 INFO O| Aug 20 18:24:28.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63342026-08-20T18:24:29.244Z[ recovery-image] Aug 20 18:24:28.098 INFO O| Aug 20 18:24:28.098 INFO STEP 351 (remove_files) COMPLETE
63352026-08-20T18:24:29.244Z[ recovery-image] Aug 20 18:24:28.098 INFO O| Aug 20 18:24:28.098 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63362026-08-20T18:24:29.255Z[ recovery-image] Aug 20 18:24:28.109 INFO O| Aug 20 18:24:28.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63372026-08-20T18:24:29.255Z[ recovery-image] Aug 20 18:24:28.109 INFO O| Aug 20 18:24:28.109 INFO STEP 352 (remove_files) COMPLETE
63382026-08-20T18:24:29.255Z[ recovery-image] Aug 20 18:24:28.109 INFO O| Aug 20 18:24:28.109 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63392026-08-20T18:24:29.266Z[ recovery-image] Aug 20 18:24:28.120 INFO O| Aug 20 18:24:28.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63402026-08-20T18:24:29.266Z[ recovery-image] Aug 20 18:24:28.120 INFO O| Aug 20 18:24:28.120 INFO STEP 353 (remove_files) COMPLETE
63412026-08-20T18:24:29.266Z[ recovery-image] Aug 20 18:24:28.120 INFO O| Aug 20 18:24:28.120 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63422026-08-20T18:24:29.276Z[ recovery-image] Aug 20 18:24:28.131 INFO O| Aug 20 18:24:28.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63432026-08-20T18:24:29.276Z[ recovery-image] Aug 20 18:24:28.131 INFO O| Aug 20 18:24:28.131 INFO STEP 354 (remove_files) COMPLETE
63442026-08-20T18:24:29.276Z[ recovery-image] Aug 20 18:24:28.131 INFO O| Aug 20 18:24:28.131 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63452026-08-20T18:24:29.288Z[ recovery-image] Aug 20 18:24:28.141 INFO O| Aug 20 18:24:28.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63462026-08-20T18:24:29.288Z[ recovery-image] Aug 20 18:24:28.141 INFO O| Aug 20 18:24:28.141 INFO STEP 355 (remove_files) COMPLETE
63472026-08-20T18:24:29.289Z[ recovery-image] Aug 20 18:24:28.141 INFO O| Aug 20 18:24:28.141 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63482026-08-20T18:24:29.297Z[ recovery-image] Aug 20 18:24:28.152 INFO O| Aug 20 18:24:28.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63492026-08-20T18:24:29.297Z[ recovery-image] Aug 20 18:24:28.152 INFO O| Aug 20 18:24:28.152 INFO STEP 356 (remove_files) COMPLETE
63502026-08-20T18:24:29.301Z[ recovery-image] Aug 20 18:24:28.152 INFO O| Aug 20 18:24:28.152 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63512026-08-20T18:24:29.309Z[ recovery-image] Aug 20 18:24:28.163 INFO O| Aug 20 18:24:28.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63522026-08-20T18:24:29.309Z[ recovery-image] Aug 20 18:24:28.163 INFO O| Aug 20 18:24:28.163 INFO STEP 357 (remove_files) COMPLETE
63532026-08-20T18:24:29.309Z[ recovery-image] Aug 20 18:24:28.163 INFO O| Aug 20 18:24:28.163 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63542026-08-20T18:24:29.318Z[ recovery-image] Aug 20 18:24:28.173 INFO O| Aug 20 18:24:28.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63552026-08-20T18:24:29.318Z[ recovery-image] Aug 20 18:24:28.173 INFO O| Aug 20 18:24:28.173 INFO STEP 358 (remove_files) COMPLETE
63562026-08-20T18:24:29.322Z[ recovery-image] Aug 20 18:24:28.173 INFO O| Aug 20 18:24:28.173 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63572026-08-20T18:24:29.328Z[ recovery-image] Aug 20 18:24:28.182 INFO O| Aug 20 18:24:28.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63582026-08-20T18:24:29.328Z[ recovery-image] Aug 20 18:24:28.182 INFO O| Aug 20 18:24:28.182 INFO STEP 359 (remove_files) COMPLETE
63592026-08-20T18:24:29.328Z[ recovery-image] Aug 20 18:24:28.182 INFO O| Aug 20 18:24:28.182 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63602026-08-20T18:24:29.337Z[ recovery-image] Aug 20 18:24:28.191 INFO O| Aug 20 18:24:28.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63612026-08-20T18:24:29.337Z[ recovery-image] Aug 20 18:24:28.191 INFO O| Aug 20 18:24:28.191 INFO STEP 360 (remove_files) COMPLETE
63622026-08-20T18:24:29.337Z[ recovery-image] Aug 20 18:24:28.191 INFO O| Aug 20 18:24:28.191 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63632026-08-20T18:24:29.347Z[ recovery-image] Aug 20 18:24:28.199 INFO O| Aug 20 18:24:28.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63642026-08-20T18:24:29.350Z[ recovery-image] Aug 20 18:24:28.199 INFO O| Aug 20 18:24:28.199 INFO STEP 361 (remove_files) COMPLETE
63652026-08-20T18:24:29.350Z[ recovery-image] Aug 20 18:24:28.199 INFO O| Aug 20 18:24:28.199 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63662026-08-20T18:24:29.353Z[ recovery-image] Aug 20 18:24:28.208 INFO O| Aug 20 18:24:28.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63672026-08-20T18:24:29.353Z[ recovery-image] Aug 20 18:24:28.208 INFO O| Aug 20 18:24:28.208 INFO STEP 362 (remove_files) COMPLETE
63682026-08-20T18:24:29.353Z[ recovery-image] Aug 20 18:24:28.208 INFO O| Aug 20 18:24:28.208 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63692026-08-20T18:24:29.362Z[ recovery-image] Aug 20 18:24:28.216 INFO O| Aug 20 18:24:28.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
63702026-08-20T18:24:29.362Z[ recovery-image] Aug 20 18:24:28.216 INFO O| Aug 20 18:24:28.216 INFO STEP 363 (remove_files) COMPLETE
63712026-08-20T18:24:29.366Z[ recovery-image] Aug 20 18:24:28.216 INFO O| Aug 20 18:24:28.216 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63722026-08-20T18:24:29.373Z[ recovery-image] Aug 20 18:24:28.226 INFO O| Aug 20 18:24:28.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
63732026-08-20T18:24:29.373Z[ recovery-image] Aug 20 18:24:28.226 INFO O| Aug 20 18:24:28.226 INFO STEP 364 (remove_files) COMPLETE
63742026-08-20T18:24:29.376Z[ recovery-image] Aug 20 18:24:28.226 INFO O| Aug 20 18:24:28.226 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63752026-08-20T18:24:29.384Z[ recovery-image] Aug 20 18:24:28.237 INFO O| Aug 20 18:24:28.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
63762026-08-20T18:24:29.384Z[ recovery-image] Aug 20 18:24:28.237 INFO O| Aug 20 18:24:28.237 INFO STEP 365 (remove_files) COMPLETE
63772026-08-20T18:24:29.389Z[ recovery-image] Aug 20 18:24:28.237 INFO O| Aug 20 18:24:28.237 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63782026-08-20T18:24:29.394Z[ recovery-image] Aug 20 18:24:28.247 INFO O| Aug 20 18:24:28.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
63792026-08-20T18:24:29.395Z[ recovery-image] Aug 20 18:24:28.247 INFO O| Aug 20 18:24:28.247 INFO STEP 366 (remove_files) COMPLETE
63802026-08-20T18:24:29.395Z[ recovery-image] Aug 20 18:24:28.247 INFO O| Aug 20 18:24:28.247 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63812026-08-20T18:24:29.403Z[ recovery-image] Aug 20 18:24:28.258 INFO O| Aug 20 18:24:28.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
63822026-08-20T18:24:29.403Z[ recovery-image] Aug 20 18:24:28.258 INFO O| Aug 20 18:24:28.258 INFO STEP 367 (remove_files) COMPLETE
63832026-08-20T18:24:29.403Z[ recovery-image] Aug 20 18:24:28.258 INFO O| Aug 20 18:24:28.258 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63842026-08-20T18:24:29.461Z[ recovery-image] Aug 20 18:24:28.268 INFO O| Aug 20 18:24:28.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
63852026-08-20T18:24:29.461Z[ recovery-image] Aug 20 18:24:28.268 INFO O| Aug 20 18:24:28.268 INFO STEP 368 (remove_files) COMPLETE
63862026-08-20T18:24:29.461Z[ recovery-image] Aug 20 18:24:28.268 INFO O| Aug 20 18:24:28.268 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63872026-08-20T18:24:29.466Z[ recovery-image] Aug 20 18:24:28.277 INFO O| Aug 20 18:24:28.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
63882026-08-20T18:24:29.466Z[ recovery-image] Aug 20 18:24:28.277 INFO O| Aug 20 18:24:28.277 INFO STEP 369 (remove_files) COMPLETE
63892026-08-20T18:24:29.466Z[ recovery-image] Aug 20 18:24:28.277 INFO O| Aug 20 18:24:28.277 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63902026-08-20T18:24:29.466Z[ recovery-image] Aug 20 18:24:28.285 INFO O| Aug 20 18:24:28.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
63912026-08-20T18:24:29.466Z[ recovery-image] Aug 20 18:24:28.286 INFO O| Aug 20 18:24:28.286 INFO STEP 370 (remove_files) COMPLETE
63922026-08-20T18:24:29.466Z[ recovery-image] Aug 20 18:24:28.286 INFO O| Aug 20 18:24:28.286 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63932026-08-20T18:24:29.466Z[ recovery-image] Aug 20 18:24:28.295 INFO O| Aug 20 18:24:28.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
63942026-08-20T18:24:29.466Z[ recovery-image] Aug 20 18:24:28.295 INFO O| Aug 20 18:24:28.295 INFO STEP 371 (remove_files) COMPLETE
63952026-08-20T18:24:29.466Z[ recovery-image] Aug 20 18:24:28.295 INFO O| Aug 20 18:24:28.295 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63962026-08-20T18:24:29.467Z[ recovery-image] Aug 20 18:24:28.306 INFO O| Aug 20 18:24:28.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
63972026-08-20T18:24:29.467Z[ recovery-image] Aug 20 18:24:28.306 INFO O| Aug 20 18:24:28.306 INFO STEP 372 (remove_files) COMPLETE
63982026-08-20T18:24:29.467Z[ recovery-image] Aug 20 18:24:28.306 INFO O| Aug 20 18:24:28.306 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63992026-08-20T18:24:29.467Z[ recovery-image] Aug 20 18:24:28.316 INFO O| Aug 20 18:24:28.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64002026-08-20T18:24:29.467Z[ recovery-image] Aug 20 18:24:28.317 INFO O| Aug 20 18:24:28.317 INFO STEP 373 (remove_files) COMPLETE
64012026-08-20T18:24:29.467Z[ recovery-image] Aug 20 18:24:28.317 INFO O| Aug 20 18:24:28.317 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64022026-08-20T18:24:29.472Z[ recovery-image] Aug 20 18:24:28.327 INFO O| Aug 20 18:24:28.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64032026-08-20T18:24:29.472Z[ recovery-image] Aug 20 18:24:28.327 INFO O| Aug 20 18:24:28.327 INFO STEP 374 (remove_files) COMPLETE
64042026-08-20T18:24:29.472Z[ recovery-image] Aug 20 18:24:28.327 INFO O| Aug 20 18:24:28.327 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64052026-08-20T18:24:29.482Z[ recovery-image] Aug 20 18:24:28.337 INFO O| Aug 20 18:24:28.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64062026-08-20T18:24:29.482Z[ recovery-image] Aug 20 18:24:28.337 INFO O| Aug 20 18:24:28.337 INFO STEP 375 (remove_files) COMPLETE
64072026-08-20T18:24:29.485Z[ recovery-image] Aug 20 18:24:28.337 INFO O| Aug 20 18:24:28.337 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64082026-08-20T18:24:29.491Z[ recovery-image] Aug 20 18:24:28.346 INFO O| Aug 20 18:24:28.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64092026-08-20T18:24:29.491Z[ recovery-image] Aug 20 18:24:28.346 INFO O| Aug 20 18:24:28.346 INFO STEP 376 (remove_files) COMPLETE
64102026-08-20T18:24:29.491Z[ recovery-image] Aug 20 18:24:28.346 INFO O| Aug 20 18:24:28.346 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64112026-08-20T18:24:29.500Z[ recovery-image] Aug 20 18:24:28.354 INFO O| Aug 20 18:24:28.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64122026-08-20T18:24:29.500Z[ recovery-image] Aug 20 18:24:28.354 INFO O| Aug 20 18:24:28.354 INFO STEP 377 (remove_files) COMPLETE
64132026-08-20T18:24:29.500Z[ recovery-image] Aug 20 18:24:28.354 INFO O| Aug 20 18:24:28.354 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64142026-08-20T18:24:29.509Z[ recovery-image] Aug 20 18:24:28.364 INFO O| Aug 20 18:24:28.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64152026-08-20T18:24:29.509Z[ recovery-image] Aug 20 18:24:28.364 INFO O| Aug 20 18:24:28.364 INFO STEP 378 (remove_files) COMPLETE
64162026-08-20T18:24:29.512Z[ recovery-image] Aug 20 18:24:28.364 INFO O| Aug 20 18:24:28.364 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64172026-08-20T18:24:29.518Z[ recovery-image] Aug 20 18:24:28.373 INFO O| Aug 20 18:24:28.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64182026-08-20T18:24:29.518Z[ recovery-image] Aug 20 18:24:28.373 INFO O| Aug 20 18:24:28.373 INFO STEP 379 (remove_files) COMPLETE
64192026-08-20T18:24:29.518Z[ recovery-image] Aug 20 18:24:28.373 INFO O| Aug 20 18:24:28.373 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64202026-08-20T18:24:29.527Z[ recovery-image] Aug 20 18:24:28.381 INFO O| Aug 20 18:24:28.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64212026-08-20T18:24:29.530Z[ recovery-image] Aug 20 18:24:28.381 INFO O| Aug 20 18:24:28.381 INFO STEP 380 (remove_files) COMPLETE
64222026-08-20T18:24:29.530Z[ recovery-image] Aug 20 18:24:28.381 INFO O| Aug 20 18:24:28.381 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64232026-08-20T18:24:29.537Z[ recovery-image] Aug 20 18:24:28.392 INFO O| Aug 20 18:24:28.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64242026-08-20T18:24:29.537Z[ recovery-image] Aug 20 18:24:28.392 INFO O| Aug 20 18:24:28.392 INFO STEP 381 (remove_files) COMPLETE
64252026-08-20T18:24:29.537Z[ recovery-image] Aug 20 18:24:28.392 INFO O| Aug 20 18:24:28.392 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64262026-08-20T18:24:29.541Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
64272026-08-20T18:24:29.547Z[ recovery-image] Aug 20 18:24:28.402 INFO O| Aug 20 18:24:28.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64282026-08-20T18:24:29.547Z[ recovery-image] Aug 20 18:24:28.402 INFO O| Aug 20 18:24:28.402 INFO STEP 382 (remove_files) COMPLETE
64292026-08-20T18:24:29.550Z[ recovery-image] Aug 20 18:24:28.402 INFO O| Aug 20 18:24:28.402 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-08-20T18:24:29.557Z[ recovery-image] Aug 20 18:24:28.412 INFO O| Aug 20 18:24:28.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64312026-08-20T18:24:29.557Z[ recovery-image] Aug 20 18:24:28.412 INFO O| Aug 20 18:24:28.412 INFO STEP 383 (remove_files) COMPLETE
64322026-08-20T18:24:29.557Z[ recovery-image] Aug 20 18:24:28.412 INFO O| Aug 20 18:24:28.412 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-08-20T18:24:29.569Z[ recovery-image] Aug 20 18:24:28.423 INFO O| Aug 20 18:24:28.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64342026-08-20T18:24:29.569Z[ recovery-image] Aug 20 18:24:28.423 INFO O| Aug 20 18:24:28.423 INFO STEP 384 (remove_files) COMPLETE
64352026-08-20T18:24:29.569Z[ recovery-image] Aug 20 18:24:28.423 INFO O| Aug 20 18:24:28.423 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-08-20T18:24:29.578Z[ recovery-image] Aug 20 18:24:28.433 INFO O| Aug 20 18:24:28.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64372026-08-20T18:24:29.578Z[ recovery-image] Aug 20 18:24:28.433 INFO O| Aug 20 18:24:28.433 INFO STEP 385 (remove_files) COMPLETE
64382026-08-20T18:24:29.578Z[ recovery-image] Aug 20 18:24:28.433 INFO O| Aug 20 18:24:28.433 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-08-20T18:24:29.590Z[ recovery-image] Aug 20 18:24:28.445 INFO O| Aug 20 18:24:28.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64402026-08-20T18:24:29.591Z[ recovery-image] Aug 20 18:24:28.445 INFO O| Aug 20 18:24:28.445 INFO STEP 386 (remove_files) COMPLETE
64412026-08-20T18:24:29.591Z[ recovery-image] Aug 20 18:24:28.445 INFO O| Aug 20 18:24:28.445 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-08-20T18:24:29.603Z[ recovery-image] Aug 20 18:24:28.456 INFO O| Aug 20 18:24:28.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64432026-08-20T18:24:29.603Z[ recovery-image] Aug 20 18:24:28.456 INFO O| Aug 20 18:24:28.455 INFO STEP 387 (remove_files) COMPLETE
64442026-08-20T18:24:29.603Z[ recovery-image] Aug 20 18:24:28.456 INFO O| Aug 20 18:24:28.455 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-08-20T18:24:29.606Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
64462026-08-20T18:24:29.611Z[ recovery-image] Aug 20 18:24:28.466 INFO O| Aug 20 18:24:28.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64472026-08-20T18:24:29.611Z[ recovery-image] Aug 20 18:24:28.466 INFO O| Aug 20 18:24:28.466 INFO STEP 388 (remove_files) COMPLETE
64482026-08-20T18:24:29.615Z[ recovery-image] Aug 20 18:24:28.466 INFO O| Aug 20 18:24:28.466 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-08-20T18:24:29.621Z[ recovery-image] Aug 20 18:24:28.475 INFO O| Aug 20 18:24:28.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64502026-08-20T18:24:29.624Z[ recovery-image] Aug 20 18:24:28.476 INFO O| Aug 20 18:24:28.476 INFO STEP 389 (remove_files) COMPLETE
64512026-08-20T18:24:29.624Z[ recovery-image] Aug 20 18:24:28.476 INFO O| Aug 20 18:24:28.476 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-08-20T18:24:29.634Z[ recovery-image] Aug 20 18:24:28.486 INFO O| Aug 20 18:24:28.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64532026-08-20T18:24:29.634Z[ recovery-image] Aug 20 18:24:28.486 INFO O| Aug 20 18:24:28.486 INFO STEP 390 (remove_files) COMPLETE
64542026-08-20T18:24:29.635Z[ recovery-image] Aug 20 18:24:28.487 INFO O| Aug 20 18:24:28.486 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-08-20T18:24:29.641Z[ recovery-image] Aug 20 18:24:28.496 INFO O| Aug 20 18:24:28.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64562026-08-20T18:24:29.641Z[ recovery-image] Aug 20 18:24:28.496 INFO O| Aug 20 18:24:28.496 INFO STEP 391 (remove_files) COMPLETE
64572026-08-20T18:24:29.641Z[ recovery-image] Aug 20 18:24:28.496 INFO O| Aug 20 18:24:28.496 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-08-20T18:24:29.651Z[ recovery-image] Aug 20 18:24:28.505 INFO O| Aug 20 18:24:28.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64592026-08-20T18:24:29.651Z[ recovery-image] Aug 20 18:24:28.505 INFO O| Aug 20 18:24:28.505 INFO STEP 392 (remove_files) COMPLETE
64602026-08-20T18:24:29.651Z[ recovery-image] Aug 20 18:24:28.505 INFO O| Aug 20 18:24:28.505 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-08-20T18:24:29.718Z[ recovery-image] Aug 20 18:24:28.516 INFO O| Aug 20 18:24:28.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64622026-08-20T18:24:29.718Z[ recovery-image] Aug 20 18:24:28.516 INFO O| Aug 20 18:24:28.516 INFO STEP 393 (remove_files) COMPLETE
64632026-08-20T18:24:29.719Z[ recovery-image] Aug 20 18:24:28.516 INFO O| Aug 20 18:24:28.516 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-08-20T18:24:29.719Z[ recovery-image] Aug 20 18:24:28.527 INFO O| Aug 20 18:24:28.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64652026-08-20T18:24:29.719Z[ recovery-image] Aug 20 18:24:28.527 INFO O| Aug 20 18:24:28.527 INFO STEP 394 (remove_files) COMPLETE
64662026-08-20T18:24:29.719Z[ recovery-image] Aug 20 18:24:28.527 INFO O| Aug 20 18:24:28.527 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-08-20T18:24:29.719Z[ recovery-image] Aug 20 18:24:28.538 INFO O| Aug 20 18:24:28.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64682026-08-20T18:24:29.719Z[ recovery-image] Aug 20 18:24:28.538 INFO O| Aug 20 18:24:28.538 INFO STEP 395 (remove_files) COMPLETE
64692026-08-20T18:24:29.719Z[ recovery-image] Aug 20 18:24:28.538 INFO O| Aug 20 18:24:28.538 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-08-20T18:24:29.720Z[ recovery-image] Aug 20 18:24:28.548 INFO O| Aug 20 18:24:28.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
64712026-08-20T18:24:29.720Z[ recovery-image] Aug 20 18:24:28.548 INFO O| Aug 20 18:24:28.548 INFO STEP 396 (remove_files) COMPLETE
64722026-08-20T18:24:29.720Z[ recovery-image] Aug 20 18:24:28.548 INFO O| Aug 20 18:24:28.548 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-08-20T18:24:29.720Z[ recovery-image] Aug 20 18:24:28.558 INFO O| Aug 20 18:24:28.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
64742026-08-20T18:24:29.720Z[ recovery-image] Aug 20 18:24:28.558 INFO O| Aug 20 18:24:28.558 INFO STEP 397 (remove_files) COMPLETE
64752026-08-20T18:24:29.720Z[ recovery-image] Aug 20 18:24:28.558 INFO O| Aug 20 18:24:28.558 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-08-20T18:24:29.727Z[ recovery-image] Aug 20 18:24:28.569 INFO O| Aug 20 18:24:28.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
64772026-08-20T18:24:29.727Z[ recovery-image] Aug 20 18:24:28.569 INFO O| Aug 20 18:24:28.569 INFO STEP 398 (remove_files) COMPLETE
64782026-08-20T18:24:29.727Z[ recovery-image] Aug 20 18:24:28.569 INFO O| Aug 20 18:24:28.569 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-08-20T18:24:29.727Z[ recovery-image] Aug 20 18:24:28.578 INFO O| Aug 20 18:24:28.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
64802026-08-20T18:24:29.727Z[ recovery-image] Aug 20 18:24:28.578 INFO O| Aug 20 18:24:28.578 INFO STEP 399 (remove_files) COMPLETE
64812026-08-20T18:24:29.727Z[ recovery-image] Aug 20 18:24:28.578 INFO O| Aug 20 18:24:28.578 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-08-20T18:24:29.732Z[ recovery-image] Aug 20 18:24:28.587 INFO O| Aug 20 18:24:28.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
64832026-08-20T18:24:29.732Z[ recovery-image] Aug 20 18:24:28.587 INFO O| Aug 20 18:24:28.587 INFO STEP 400 (remove_files) COMPLETE
64842026-08-20T18:24:29.732Z[ recovery-image] Aug 20 18:24:28.587 INFO O| Aug 20 18:24:28.587 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-08-20T18:24:29.741Z[ recovery-image] Aug 20 18:24:28.595 INFO O| Aug 20 18:24:28.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
64862026-08-20T18:24:29.741Z[ recovery-image] Aug 20 18:24:28.595 INFO O| Aug 20 18:24:28.595 INFO STEP 401 (remove_files) COMPLETE
64872026-08-20T18:24:29.741Z[ recovery-image] Aug 20 18:24:28.595 INFO O| Aug 20 18:24:28.595 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-08-20T18:24:29.750Z[ recovery-image] Aug 20 18:24:28.605 INFO O| Aug 20 18:24:28.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
64892026-08-20T18:24:29.751Z[ recovery-image] Aug 20 18:24:28.605 INFO O| Aug 20 18:24:28.605 INFO STEP 402 (remove_files) COMPLETE
64902026-08-20T18:24:29.751Z[ recovery-image] Aug 20 18:24:28.605 INFO O| Aug 20 18:24:28.605 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-08-20T18:24:29.762Z[ recovery-image] Aug 20 18:24:28.616 INFO O| Aug 20 18:24:28.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
64922026-08-20T18:24:29.762Z[ recovery-image] Aug 20 18:24:28.616 INFO O| Aug 20 18:24:28.616 INFO STEP 403 (remove_files) COMPLETE
64932026-08-20T18:24:29.762Z[ recovery-image] Aug 20 18:24:28.616 INFO O| Aug 20 18:24:28.616 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-08-20T18:24:29.772Z[ recovery-image] Aug 20 18:24:28.626 INFO O| Aug 20 18:24:28.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
64952026-08-20T18:24:29.772Z[ recovery-image] Aug 20 18:24:28.626 INFO O| Aug 20 18:24:28.626 INFO STEP 404 (remove_files) COMPLETE
64962026-08-20T18:24:29.775Z[ recovery-image] Aug 20 18:24:28.626 INFO O| Aug 20 18:24:28.626 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-08-20T18:24:29.782Z[ recovery-image] Aug 20 18:24:28.637 INFO O| Aug 20 18:24:28.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
64982026-08-20T18:24:29.783Z[ recovery-image] Aug 20 18:24:28.637 INFO O| Aug 20 18:24:28.637 INFO STEP 405 (remove_files) COMPLETE
64992026-08-20T18:24:29.783Z[ recovery-image] Aug 20 18:24:28.637 INFO O| Aug 20 18:24:28.637 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-08-20T18:24:29.792Z[ recovery-image] Aug 20 18:24:28.647 INFO O| Aug 20 18:24:28.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65012026-08-20T18:24:29.792Z[ recovery-image] Aug 20 18:24:28.647 INFO O| Aug 20 18:24:28.647 INFO STEP 406 (remove_files) COMPLETE
65022026-08-20T18:24:29.792Z[ recovery-image] Aug 20 18:24:28.647 INFO O| Aug 20 18:24:28.647 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-08-20T18:24:29.801Z[ recovery-image] Aug 20 18:24:28.656 INFO O| Aug 20 18:24:28.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65042026-08-20T18:24:29.801Z[ recovery-image] Aug 20 18:24:28.656 INFO O| Aug 20 18:24:28.656 INFO STEP 407 (remove_files) COMPLETE
65052026-08-20T18:24:29.802Z[ recovery-image] Aug 20 18:24:28.656 INFO O| Aug 20 18:24:28.656 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-08-20T18:24:29.811Z[verify-libraries] Compiling fatfs v0.3.6
65072026-08-20T18:24:29.815Z[ recovery-image] Aug 20 18:24:28.666 INFO O| Aug 20 18:24:28.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65082026-08-20T18:24:29.815Z[ recovery-image] Aug 20 18:24:28.666 INFO O| Aug 20 18:24:28.666 INFO STEP 408 (remove_files) COMPLETE
65092026-08-20T18:24:29.815Z[ recovery-image] Aug 20 18:24:28.666 INFO O| Aug 20 18:24:28.666 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65102026-08-20T18:24:29.821Z[ recovery-image] Aug 20 18:24:28.675 INFO O| Aug 20 18:24:28.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65112026-08-20T18:24:29.821Z[ recovery-image] Aug 20 18:24:28.676 INFO O| Aug 20 18:24:28.676 INFO STEP 409 (remove_files) COMPLETE
65122026-08-20T18:24:29.825Z[ recovery-image] Aug 20 18:24:28.676 INFO O| Aug 20 18:24:28.676 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65132026-08-20T18:24:29.834Z[ recovery-image] Aug 20 18:24:28.687 INFO O| Aug 20 18:24:28.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65142026-08-20T18:24:29.834Z[ recovery-image] Aug 20 18:24:28.687 INFO O| Aug 20 18:24:28.687 INFO STEP 410 (remove_files) COMPLETE
65152026-08-20T18:24:29.834Z[ recovery-image] Aug 20 18:24:28.687 INFO O| Aug 20 18:24:28.687 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65162026-08-20T18:24:29.843Z[ recovery-image] Aug 20 18:24:28.698 INFO O| Aug 20 18:24:28.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65172026-08-20T18:24:29.843Z[ recovery-image] Aug 20 18:24:28.698 INFO O| Aug 20 18:24:28.698 INFO STEP 411 (remove_files) COMPLETE
65182026-08-20T18:24:29.843Z[ recovery-image] Aug 20 18:24:28.698 INFO O| Aug 20 18:24:28.698 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65192026-08-20T18:24:29.854Z[ recovery-image] Aug 20 18:24:28.708 INFO O| Aug 20 18:24:28.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65202026-08-20T18:24:29.854Z[ recovery-image] Aug 20 18:24:28.708 INFO O| Aug 20 18:24:28.708 INFO STEP 412 (remove_files) COMPLETE
65212026-08-20T18:24:29.854Z[ recovery-image] Aug 20 18:24:28.708 INFO O| Aug 20 18:24:28.708 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65222026-08-20T18:24:29.863Z[ recovery-image] Aug 20 18:24:28.718 INFO O| Aug 20 18:24:28.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65232026-08-20T18:24:29.864Z[ recovery-image] Aug 20 18:24:28.718 INFO O| Aug 20 18:24:28.718 INFO STEP 413 (remove_files) COMPLETE
65242026-08-20T18:24:29.869Z[ recovery-image] Aug 20 18:24:28.718 INFO O| Aug 20 18:24:28.718 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65252026-08-20T18:24:29.873Z[ recovery-image] Aug 20 18:24:28.728 INFO O| Aug 20 18:24:28.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65262026-08-20T18:24:29.873Z[ recovery-image] Aug 20 18:24:28.728 INFO O| Aug 20 18:24:28.728 INFO STEP 414 (remove_files) COMPLETE
65272026-08-20T18:24:29.879Z[ recovery-image] Aug 20 18:24:28.728 INFO O| Aug 20 18:24:28.728 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65282026-08-20T18:24:29.882Z[ recovery-image] Aug 20 18:24:28.736 INFO O| Aug 20 18:24:28.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65292026-08-20T18:24:29.882Z[ recovery-image] Aug 20 18:24:28.736 INFO O| Aug 20 18:24:28.736 INFO STEP 415 (remove_files) COMPLETE
65302026-08-20T18:24:29.882Z[ recovery-image] Aug 20 18:24:28.736 INFO O| Aug 20 18:24:28.736 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-08-20T18:24:29.892Z[ recovery-image] Aug 20 18:24:28.747 INFO O| Aug 20 18:24:28.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65322026-08-20T18:24:29.892Z[ recovery-image] Aug 20 18:24:28.747 INFO O| Aug 20 18:24:28.747 INFO STEP 416 (remove_files) COMPLETE
65332026-08-20T18:24:29.892Z[ recovery-image] Aug 20 18:24:28.747 INFO O| Aug 20 18:24:28.747 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65342026-08-20T18:24:29.903Z[ recovery-image] Aug 20 18:24:28.757 INFO O| Aug 20 18:24:28.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65352026-08-20T18:24:29.903Z[ recovery-image] Aug 20 18:24:28.757 INFO O| Aug 20 18:24:28.757 INFO STEP 417 (remove_files) COMPLETE
65362026-08-20T18:24:29.903Z[ recovery-image] Aug 20 18:24:28.757 INFO O| Aug 20 18:24:28.757 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-08-20T18:24:29.913Z[ recovery-image] Aug 20 18:24:28.768 INFO O| Aug 20 18:24:28.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65382026-08-20T18:24:29.913Z[ recovery-image] Aug 20 18:24:28.768 INFO O| Aug 20 18:24:28.768 INFO STEP 418 (remove_files) COMPLETE
65392026-08-20T18:24:29.913Z[ recovery-image] Aug 20 18:24:28.768 INFO O| Aug 20 18:24:28.768 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-08-20T18:24:29.923Z[ recovery-image] Aug 20 18:24:28.777 INFO O| Aug 20 18:24:28.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65412026-08-20T18:24:29.923Z[ recovery-image] Aug 20 18:24:28.777 INFO O| Aug 20 18:24:28.777 INFO STEP 419 (remove_files) COMPLETE
65422026-08-20T18:24:29.923Z[ recovery-image] Aug 20 18:24:28.777 INFO O| Aug 20 18:24:28.777 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-08-20T18:24:29.932Z[ recovery-image] Aug 20 18:24:28.787 INFO O| Aug 20 18:24:28.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65442026-08-20T18:24:29.932Z[ recovery-image] Aug 20 18:24:28.787 INFO O| Aug 20 18:24:28.787 INFO STEP 420 (remove_files) COMPLETE
65452026-08-20T18:24:29.936Z[ recovery-image] Aug 20 18:24:28.787 INFO O| Aug 20 18:24:28.787 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-08-20T18:24:29.941Z[ recovery-image] Aug 20 18:24:28.796 INFO O| Aug 20 18:24:28.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65472026-08-20T18:24:29.941Z[ recovery-image] Aug 20 18:24:28.796 INFO O| Aug 20 18:24:28.796 INFO STEP 421 (remove_files) COMPLETE
65482026-08-20T18:24:29.941Z[ recovery-image] Aug 20 18:24:28.796 INFO O| Aug 20 18:24:28.796 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-08-20T18:24:29.954Z[ recovery-image] Aug 20 18:24:28.808 INFO O| Aug 20 18:24:28.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65502026-08-20T18:24:29.954Z[ recovery-image] Aug 20 18:24:28.808 INFO O| Aug 20 18:24:28.808 INFO STEP 422 (remove_files) COMPLETE
65512026-08-20T18:24:29.958Z[ recovery-image] Aug 20 18:24:28.808 INFO O| Aug 20 18:24:28.808 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65522026-08-20T18:24:29.964Z[ recovery-image] Aug 20 18:24:28.819 INFO O| Aug 20 18:24:28.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65532026-08-20T18:24:29.964Z[ recovery-image] Aug 20 18:24:28.819 INFO O| Aug 20 18:24:28.819 INFO STEP 423 (remove_files) COMPLETE
65542026-08-20T18:24:29.964Z[ recovery-image] Aug 20 18:24:28.819 INFO O| Aug 20 18:24:28.819 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65552026-08-20T18:24:29.973Z[ recovery-image] Aug 20 18:24:28.827 INFO O| Aug 20 18:24:28.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65562026-08-20T18:24:29.973Z[ recovery-image] Aug 20 18:24:28.827 INFO O| Aug 20 18:24:28.827 INFO STEP 424 (remove_files) COMPLETE
65572026-08-20T18:24:29.973Z[ recovery-image] Aug 20 18:24:28.827 INFO O| Aug 20 18:24:28.827 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65582026-08-20T18:24:29.981Z[ recovery-image] Aug 20 18:24:28.835 INFO O| Aug 20 18:24:28.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65592026-08-20T18:24:29.981Z[ recovery-image] Aug 20 18:24:28.835 INFO O| Aug 20 18:24:28.835 INFO STEP 425 (remove_files) COMPLETE
65602026-08-20T18:24:29.981Z[ recovery-image] Aug 20 18:24:28.835 INFO O| Aug 20 18:24:28.835 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65612026-08-20T18:24:29.991Z[ recovery-image] Aug 20 18:24:28.844 INFO O| Aug 20 18:24:28.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65622026-08-20T18:24:29.994Z[verify-libraries] Compiling num-bigint v0.4.6
65632026-08-20T18:24:29.994Z[ recovery-image] Aug 20 18:24:28.846 INFO O| Aug 20 18:24:28.844 INFO STEP 426 (remove_files) COMPLETE
65642026-08-20T18:24:29.995Z[ recovery-image] Aug 20 18:24:28.846 INFO O| Aug 20 18:24:28.844 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-08-20T18:24:29.998Z[ recovery-image] Aug 20 18:24:28.853 INFO O| Aug 20 18:24:28.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65662026-08-20T18:24:29.998Z[ recovery-image] Aug 20 18:24:28.853 INFO O| Aug 20 18:24:28.853 INFO STEP 427 (remove_files) COMPLETE
65672026-08-20T18:24:30.002Z[ recovery-image] Aug 20 18:24:28.853 INFO O| Aug 20 18:24:28.853 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-08-20T18:24:30.006Z[ recovery-image] Aug 20 18:24:28.861 INFO O| Aug 20 18:24:28.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
65692026-08-20T18:24:30.006Z[ recovery-image] Aug 20 18:24:28.861 INFO O| Aug 20 18:24:28.861 INFO STEP 428 (remove_files) COMPLETE
65702026-08-20T18:24:30.006Z[ recovery-image] Aug 20 18:24:28.861 INFO O| Aug 20 18:24:28.861 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-08-20T18:24:30.017Z[ recovery-image] Aug 20 18:24:28.871 INFO O| Aug 20 18:24:28.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
65722026-08-20T18:24:30.017Z[ recovery-image] Aug 20 18:24:28.871 INFO O| Aug 20 18:24:28.871 INFO STEP 429 (remove_files) COMPLETE
65732026-08-20T18:24:30.017Z[ recovery-image] Aug 20 18:24:28.871 INFO O| Aug 20 18:24:28.871 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-08-20T18:24:30.027Z[ recovery-image] Aug 20 18:24:28.881 INFO O| Aug 20 18:24:28.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
65752026-08-20T18:24:30.027Z[ recovery-image] Aug 20 18:24:28.881 INFO O| Aug 20 18:24:28.881 INFO STEP 430 (remove_files) COMPLETE
65762026-08-20T18:24:30.030Z[ recovery-image] Aug 20 18:24:28.881 INFO O| Aug 20 18:24:28.881 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-08-20T18:24:30.037Z[ recovery-image] Aug 20 18:24:28.891 INFO O| Aug 20 18:24:28.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
65782026-08-20T18:24:30.037Z[ recovery-image] Aug 20 18:24:28.891 INFO O| Aug 20 18:24:28.891 INFO STEP 431 (remove_files) COMPLETE
65792026-08-20T18:24:30.037Z[ recovery-image] Aug 20 18:24:28.891 INFO O| Aug 20 18:24:28.891 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-08-20T18:24:30.047Z[ recovery-image] Aug 20 18:24:28.901 INFO O| Aug 20 18:24:28.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
65812026-08-20T18:24:30.048Z[ recovery-image] Aug 20 18:24:28.901 INFO O| Aug 20 18:24:28.901 INFO STEP 432 (remove_files) COMPLETE
65822026-08-20T18:24:30.048Z[ recovery-image] Aug 20 18:24:28.901 INFO O| Aug 20 18:24:28.901 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-08-20T18:24:30.054Z[ recovery-image] Aug 20 18:24:28.909 INFO O| Aug 20 18:24:28.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
65842026-08-20T18:24:30.054Z[ recovery-image] Aug 20 18:24:28.909 INFO O| Aug 20 18:24:28.909 INFO STEP 433 (remove_files) COMPLETE
65852026-08-20T18:24:30.054Z[ recovery-image] Aug 20 18:24:28.909 INFO O| Aug 20 18:24:28.909 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-08-20T18:24:30.064Z[ recovery-image] Aug 20 18:24:28.918 INFO O| Aug 20 18:24:28.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
65872026-08-20T18:24:30.064Z[ recovery-image] Aug 20 18:24:28.918 INFO O| Aug 20 18:24:28.918 INFO STEP 434 (remove_files) COMPLETE
65882026-08-20T18:24:30.067Z[ recovery-image] Aug 20 18:24:28.918 INFO O| Aug 20 18:24:28.918 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-08-20T18:24:30.074Z[ recovery-image] Aug 20 18:24:28.927 INFO O| Aug 20 18:24:28.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
65902026-08-20T18:24:30.074Z[ recovery-image] Aug 20 18:24:28.927 INFO O| Aug 20 18:24:28.927 INFO STEP 435 (remove_files) COMPLETE
65912026-08-20T18:24:30.074Z[ recovery-image] Aug 20 18:24:28.927 INFO O| Aug 20 18:24:28.927 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-08-20T18:24:30.077Z[verify-libraries] Compiling generic-array v1.4.3
65932026-08-20T18:24:30.082Z[ recovery-image] Aug 20 18:24:28.937 INFO O| Aug 20 18:24:28.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
65942026-08-20T18:24:30.082Z[ recovery-image] Aug 20 18:24:28.937 INFO O| Aug 20 18:24:28.937 INFO STEP 436 (remove_files) COMPLETE
65952026-08-20T18:24:30.082Z[ recovery-image] Aug 20 18:24:28.937 INFO O| Aug 20 18:24:28.937 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-08-20T18:24:30.092Z[ recovery-image] Aug 20 18:24:28.945 INFO O| Aug 20 18:24:28.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
65972026-08-20T18:24:30.092Z[ recovery-image] Aug 20 18:24:28.945 INFO O| Aug 20 18:24:28.945 INFO STEP 437 (remove_files) COMPLETE
65982026-08-20T18:24:30.092Z[ recovery-image] Aug 20 18:24:28.945 INFO O| Aug 20 18:24:28.945 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-08-20T18:24:30.099Z[ recovery-image] Aug 20 18:24:28.953 INFO O| Aug 20 18:24:28.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66002026-08-20T18:24:30.100Z[ recovery-image] Aug 20 18:24:28.953 INFO O| Aug 20 18:24:28.953 INFO STEP 438 (remove_files) COMPLETE
66012026-08-20T18:24:30.100Z[ recovery-image] Aug 20 18:24:28.953 INFO O| Aug 20 18:24:28.953 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-08-20T18:24:30.106Z[ recovery-image] Aug 20 18:24:28.961 INFO O| Aug 20 18:24:28.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66032026-08-20T18:24:30.107Z[ recovery-image] Aug 20 18:24:28.961 INFO O| Aug 20 18:24:28.961 INFO STEP 439 (remove_files) COMPLETE
66042026-08-20T18:24:30.107Z[ recovery-image] Aug 20 18:24:28.961 INFO O| Aug 20 18:24:28.961 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-08-20T18:24:30.117Z[ recovery-image] Aug 20 18:24:28.971 INFO O| Aug 20 18:24:28.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66062026-08-20T18:24:30.117Z[ recovery-image] Aug 20 18:24:28.971 INFO O| Aug 20 18:24:28.971 INFO STEP 440 (remove_files) COMPLETE
66072026-08-20T18:24:30.117Z[ recovery-image] Aug 20 18:24:28.971 INFO O| Aug 20 18:24:28.971 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-08-20T18:24:30.127Z[ recovery-image] Aug 20 18:24:28.980 INFO O| Aug 20 18:24:28.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66092026-08-20T18:24:30.127Z[ recovery-image] Aug 20 18:24:28.980 INFO O| Aug 20 18:24:28.980 INFO STEP 441 (remove_files) COMPLETE
66102026-08-20T18:24:30.127Z[ recovery-image] Aug 20 18:24:28.980 INFO O| Aug 20 18:24:28.980 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-08-20T18:24:30.136Z[ recovery-image] Aug 20 18:24:28.990 INFO O| Aug 20 18:24:28.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66122026-08-20T18:24:30.139Z[ recovery-image] Aug 20 18:24:28.990 INFO O| Aug 20 18:24:28.990 INFO STEP 442 (remove_files) COMPLETE
66132026-08-20T18:24:30.139Z[ recovery-image] Aug 20 18:24:28.990 INFO O| Aug 20 18:24:28.990 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-08-20T18:24:30.147Z[ recovery-image] Aug 20 18:24:29.001 INFO O| Aug 20 18:24:29.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66152026-08-20T18:24:30.150Z[ recovery-image] Aug 20 18:24:29.002 INFO O| Aug 20 18:24:29.002 INFO STEP 443 (remove_files) COMPLETE
66162026-08-20T18:24:30.150Z[ recovery-image] Aug 20 18:24:29.002 INFO O| Aug 20 18:24:29.002 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-08-20T18:24:30.178Z[ recovery-image] Aug 20 18:24:29.032 INFO O| Aug 20 18:24:29.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66182026-08-20T18:24:30.178Z[ recovery-image] Aug 20 18:24:29.032 INFO O| Aug 20 18:24:29.032 INFO STEP 444 (remove_files) COMPLETE
66192026-08-20T18:24:30.178Z[ recovery-image] Aug 20 18:24:29.032 INFO O| Aug 20 18:24:29.032 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-08-20T18:24:30.192Z[ recovery-image] Aug 20 18:24:29.046 INFO O| Aug 20 18:24:29.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66212026-08-20T18:24:30.192Z[ recovery-image] Aug 20 18:24:29.046 INFO O| Aug 20 18:24:29.046 INFO STEP 445 (remove_files) COMPLETE
66222026-08-20T18:24:30.192Z[ recovery-image] Aug 20 18:24:29.046 INFO O| Aug 20 18:24:29.046 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-08-20T18:24:30.217Z[ recovery-image] Aug 20 18:24:29.071 INFO O| Aug 20 18:24:29.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66242026-08-20T18:24:30.217Z[ recovery-image] Aug 20 18:24:29.071 INFO O| Aug 20 18:24:29.071 INFO STEP 446 (remove_files) COMPLETE
66252026-08-20T18:24:30.217Z[ recovery-image] Aug 20 18:24:29.071 INFO O| Aug 20 18:24:29.071 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-08-20T18:24:30.229Z[ recovery-image] Aug 20 18:24:29.083 INFO O| Aug 20 18:24:29.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66272026-08-20T18:24:30.229Z[ recovery-image] Aug 20 18:24:29.083 INFO O| Aug 20 18:24:29.083 INFO STEP 447 (remove_files) COMPLETE
66282026-08-20T18:24:30.232Z[ recovery-image] Aug 20 18:24:29.083 INFO O| Aug 20 18:24:29.083 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-08-20T18:24:30.241Z[ recovery-image] Aug 20 18:24:29.095 INFO O| Aug 20 18:24:29.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66302026-08-20T18:24:30.241Z[ recovery-image] Aug 20 18:24:29.096 INFO O| Aug 20 18:24:29.096 INFO STEP 448 (remove_files) COMPLETE
66312026-08-20T18:24:30.245Z[ recovery-image] Aug 20 18:24:29.096 INFO O| Aug 20 18:24:29.096 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-08-20T18:24:30.253Z[ recovery-image] Aug 20 18:24:29.107 INFO O| Aug 20 18:24:29.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66332026-08-20T18:24:30.253Z[ recovery-image] Aug 20 18:24:29.107 INFO O| Aug 20 18:24:29.107 INFO STEP 449 (remove_files) COMPLETE
66342026-08-20T18:24:30.253Z[ recovery-image] Aug 20 18:24:29.107 INFO O| Aug 20 18:24:29.107 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-08-20T18:24:30.264Z[ recovery-image] Aug 20 18:24:29.118 INFO O| Aug 20 18:24:29.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66362026-08-20T18:24:30.264Z[ recovery-image] Aug 20 18:24:29.118 INFO O| Aug 20 18:24:29.118 INFO STEP 450 (remove_files) COMPLETE
66372026-08-20T18:24:30.267Z[ recovery-image] Aug 20 18:24:29.118 INFO O| Aug 20 18:24:29.118 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-08-20T18:24:30.274Z[ recovery-image] Aug 20 18:24:29.128 INFO O| Aug 20 18:24:29.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66392026-08-20T18:24:30.278Z[ recovery-image] Aug 20 18:24:29.129 INFO O| Aug 20 18:24:29.128 INFO STEP 451 (remove_files) COMPLETE
66402026-08-20T18:24:30.278Z[ recovery-image] Aug 20 18:24:29.129 INFO O| Aug 20 18:24:29.128 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-08-20T18:24:30.285Z[ recovery-image] Aug 20 18:24:29.139 INFO O| Aug 20 18:24:29.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66422026-08-20T18:24:30.285Z[ recovery-image] Aug 20 18:24:29.139 INFO O| Aug 20 18:24:29.139 INFO STEP 452 (remove_files) COMPLETE
66432026-08-20T18:24:30.285Z[ recovery-image] Aug 20 18:24:29.139 INFO O| Aug 20 18:24:29.139 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-08-20T18:24:30.294Z[ recovery-image] Aug 20 18:24:29.148 INFO O| Aug 20 18:24:29.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66452026-08-20T18:24:30.294Z[ recovery-image] Aug 20 18:24:29.148 INFO O| Aug 20 18:24:29.148 INFO STEP 453 (remove_files) COMPLETE
66462026-08-20T18:24:30.297Z[ recovery-image] Aug 20 18:24:29.148 INFO O| Aug 20 18:24:29.148 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-08-20T18:24:30.303Z[ recovery-image] Aug 20 18:24:29.157 INFO O| Aug 20 18:24:29.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66482026-08-20T18:24:30.304Z[ recovery-image] Aug 20 18:24:29.157 INFO O| Aug 20 18:24:29.157 INFO STEP 454 (remove_files) COMPLETE
66492026-08-20T18:24:30.304Z[ recovery-image] Aug 20 18:24:29.157 INFO O| Aug 20 18:24:29.157 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-08-20T18:24:30.313Z[ recovery-image] Aug 20 18:24:29.167 INFO O| Aug 20 18:24:29.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66512026-08-20T18:24:30.317Z[ recovery-image] Aug 20 18:24:29.167 INFO O| Aug 20 18:24:29.167 INFO STEP 455 (remove_files) COMPLETE
66522026-08-20T18:24:30.317Z[ recovery-image] Aug 20 18:24:29.167 INFO O| Aug 20 18:24:29.167 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-08-20T18:24:30.327Z[ recovery-image] Aug 20 18:24:29.182 INFO O| Aug 20 18:24:29.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66542026-08-20T18:24:30.327Z[ recovery-image] Aug 20 18:24:29.182 INFO O| Aug 20 18:24:29.182 INFO STEP 456 (remove_files) COMPLETE
66552026-08-20T18:24:30.327Z[ recovery-image] Aug 20 18:24:29.182 INFO O| Aug 20 18:24:29.182 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-08-20T18:24:30.344Z[ recovery-image] Aug 20 18:24:29.193 INFO O| Aug 20 18:24:29.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66572026-08-20T18:24:30.344Z[ recovery-image] Aug 20 18:24:29.193 INFO O| Aug 20 18:24:29.193 INFO STEP 457 (remove_files) COMPLETE
66582026-08-20T18:24:30.344Z[ recovery-image] Aug 20 18:24:29.193 INFO O| Aug 20 18:24:29.193 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-08-20T18:24:30.353Z[ recovery-image] Aug 20 18:24:29.205 INFO O| Aug 20 18:24:29.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66602026-08-20T18:24:30.353Z[ recovery-image] Aug 20 18:24:29.205 INFO O| Aug 20 18:24:29.205 INFO STEP 458 (remove_files) COMPLETE
66612026-08-20T18:24:30.353Z[ recovery-image] Aug 20 18:24:29.205 INFO O| Aug 20 18:24:29.205 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-08-20T18:24:30.358Z[verify-libraries] Compiling russh-util v0.52.0
66632026-08-20T18:24:30.363Z[ recovery-image] Aug 20 18:24:29.217 INFO O| Aug 20 18:24:29.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66642026-08-20T18:24:30.363Z[ recovery-image] Aug 20 18:24:29.217 INFO O| Aug 20 18:24:29.217 INFO STEP 459 (remove_files) COMPLETE
66652026-08-20T18:24:30.363Z[ recovery-image] Aug 20 18:24:29.217 INFO O| Aug 20 18:24:29.217 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66662026-08-20T18:24:30.374Z[ recovery-image] Aug 20 18:24:29.227 INFO O| Aug 20 18:24:29.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66672026-08-20T18:24:30.374Z[ recovery-image] Aug 20 18:24:29.227 INFO O| Aug 20 18:24:29.227 INFO STEP 460 (remove_files) COMPLETE
66682026-08-20T18:24:30.374Z[ recovery-image] Aug 20 18:24:29.227 INFO O| Aug 20 18:24:29.227 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66692026-08-20T18:24:30.394Z[ recovery-image] Aug 20 18:24:29.238 INFO O| Aug 20 18:24:29.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
66702026-08-20T18:24:30.394Z[ recovery-image] Aug 20 18:24:29.238 INFO O| Aug 20 18:24:29.238 INFO STEP 461 (remove_files) COMPLETE
66712026-08-20T18:24:30.395Z[ recovery-image] Aug 20 18:24:29.238 INFO O| Aug 20 18:24:29.238 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66722026-08-20T18:24:30.400Z[verify-libraries] Compiling enum_dispatch v0.3.13
66732026-08-20T18:24:30.400Z[ recovery-image] Aug 20 18:24:29.250 INFO O| Aug 20 18:24:29.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
66742026-08-20T18:24:30.400Z[ recovery-image] Aug 20 18:24:29.250 INFO O| Aug 20 18:24:29.250 INFO STEP 462 (remove_files) COMPLETE
66752026-08-20T18:24:30.400Z[ recovery-image] Aug 20 18:24:29.250 INFO O| Aug 20 18:24:29.250 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-08-20T18:24:30.409Z[ recovery-image] Aug 20 18:24:29.262 INFO O| Aug 20 18:24:29.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
66772026-08-20T18:24:30.410Z[ recovery-image] Aug 20 18:24:29.262 INFO O| Aug 20 18:24:29.262 INFO STEP 463 (remove_files) COMPLETE
66782026-08-20T18:24:30.410Z[ recovery-image] Aug 20 18:24:29.262 INFO O| Aug 20 18:24:29.262 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-08-20T18:24:30.419Z[ recovery-image] Aug 20 18:24:29.273 INFO O| Aug 20 18:24:29.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
66802026-08-20T18:24:30.420Z[ recovery-image] Aug 20 18:24:29.273 INFO O| Aug 20 18:24:29.273 INFO STEP 464 (remove_files) COMPLETE
66812026-08-20T18:24:30.420Z[ recovery-image] Aug 20 18:24:29.273 INFO O| Aug 20 18:24:29.273 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-08-20T18:24:30.432Z[ recovery-image] Aug 20 18:24:29.286 INFO O| Aug 20 18:24:29.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
66832026-08-20T18:24:30.432Z[ recovery-image] Aug 20 18:24:29.286 INFO O| Aug 20 18:24:29.286 INFO STEP 465 (remove_files) COMPLETE
66842026-08-20T18:24:30.432Z[ recovery-image] Aug 20 18:24:29.286 INFO O| Aug 20 18:24:29.286 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-08-20T18:24:30.443Z[ recovery-image] Aug 20 18:24:29.297 INFO O| Aug 20 18:24:29.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
66862026-08-20T18:24:30.443Z[ recovery-image] Aug 20 18:24:29.297 INFO O| Aug 20 18:24:29.297 INFO STEP 466 (remove_files) COMPLETE
66872026-08-20T18:24:30.443Z[ recovery-image] Aug 20 18:24:29.297 INFO O| Aug 20 18:24:29.297 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-08-20T18:24:30.454Z[ recovery-image] Aug 20 18:24:29.308 INFO O| Aug 20 18:24:29.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
66892026-08-20T18:24:30.454Z[ recovery-image] Aug 20 18:24:29.309 INFO O| Aug 20 18:24:29.309 INFO STEP 467 (remove_files) COMPLETE
66902026-08-20T18:24:30.454Z[ recovery-image] Aug 20 18:24:29.309 INFO O| Aug 20 18:24:29.309 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-08-20T18:24:30.467Z[ recovery-image] Aug 20 18:24:29.320 INFO O| Aug 20 18:24:29.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
66922026-08-20T18:24:30.467Z[ recovery-image] Aug 20 18:24:29.320 INFO O| Aug 20 18:24:29.320 INFO STEP 468 (remove_files) COMPLETE
66932026-08-20T18:24:30.467Z[ recovery-image] Aug 20 18:24:29.320 INFO O| Aug 20 18:24:29.320 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-08-20T18:24:30.477Z[ recovery-image] Aug 20 18:24:29.332 INFO O| Aug 20 18:24:29.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
66952026-08-20T18:24:30.477Z[ recovery-image] Aug 20 18:24:29.332 INFO O| Aug 20 18:24:29.332 INFO STEP 469 (remove_files) COMPLETE
66962026-08-20T18:24:30.480Z[ recovery-image] Aug 20 18:24:29.332 INFO O| Aug 20 18:24:29.332 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-08-20T18:24:30.486Z[ recovery-image] Aug 20 18:24:29.341 INFO O| Aug 20 18:24:29.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
66982026-08-20T18:24:30.486Z[ recovery-image] Aug 20 18:24:29.341 INFO O| Aug 20 18:24:29.341 INFO STEP 470 (remove_files) COMPLETE
66992026-08-20T18:24:30.490Z[ recovery-image] Aug 20 18:24:29.341 INFO O| Aug 20 18:24:29.341 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-08-20T18:24:30.496Z[ recovery-image] Aug 20 18:24:29.350 INFO O| Aug 20 18:24:29.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67012026-08-20T18:24:30.499Z[ recovery-image] Aug 20 18:24:29.350 INFO O| Aug 20 18:24:29.350 INFO STEP 471 (remove_files) COMPLETE
67022026-08-20T18:24:30.499Z[ recovery-image] Aug 20 18:24:29.350 INFO O| Aug 20 18:24:29.350 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-08-20T18:24:30.506Z[ recovery-image] Aug 20 18:24:29.360 INFO O| Aug 20 18:24:29.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67042026-08-20T18:24:30.506Z[ recovery-image] Aug 20 18:24:29.360 INFO O| Aug 20 18:24:29.360 INFO STEP 472 (remove_files) COMPLETE
67052026-08-20T18:24:30.511Z[ recovery-image] Aug 20 18:24:29.360 INFO O| Aug 20 18:24:29.360 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-08-20T18:24:30.516Z[ recovery-image] Aug 20 18:24:29.370 INFO O| Aug 20 18:24:29.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67072026-08-20T18:24:30.516Z[ recovery-image] Aug 20 18:24:29.370 INFO O| Aug 20 18:24:29.370 INFO STEP 473 (remove_files) COMPLETE
67082026-08-20T18:24:30.520Z[ recovery-image] Aug 20 18:24:29.370 INFO O| Aug 20 18:24:29.370 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-08-20T18:24:30.526Z[ recovery-image] Aug 20 18:24:29.380 INFO O| Aug 20 18:24:29.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67102026-08-20T18:24:30.529Z[ recovery-image] Aug 20 18:24:29.381 INFO O| Aug 20 18:24:29.381 INFO STEP 474 (remove_files) COMPLETE
67112026-08-20T18:24:30.529Z[ recovery-image] Aug 20 18:24:29.381 INFO O| Aug 20 18:24:29.381 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-08-20T18:24:30.537Z[ recovery-image] Aug 20 18:24:29.391 INFO O| Aug 20 18:24:29.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67132026-08-20T18:24:30.540Z[ recovery-image] Aug 20 18:24:29.391 INFO O| Aug 20 18:24:29.391 INFO STEP 475 (remove_files) COMPLETE
67142026-08-20T18:24:30.540Z[ recovery-image] Aug 20 18:24:29.391 INFO O| Aug 20 18:24:29.391 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-08-20T18:24:30.548Z[ recovery-image] Aug 20 18:24:29.402 INFO O| Aug 20 18:24:29.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67162026-08-20T18:24:30.548Z[ recovery-image] Aug 20 18:24:29.402 INFO O| Aug 20 18:24:29.402 INFO STEP 476 (remove_files) COMPLETE
67172026-08-20T18:24:30.551Z[ recovery-image] Aug 20 18:24:29.402 INFO O| Aug 20 18:24:29.402 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-08-20T18:24:30.559Z[ recovery-image] Aug 20 18:24:29.413 INFO O| Aug 20 18:24:29.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67192026-08-20T18:24:30.559Z[ recovery-image] Aug 20 18:24:29.413 INFO O| Aug 20 18:24:29.413 INFO STEP 477 (remove_files) COMPLETE
67202026-08-20T18:24:30.559Z[ recovery-image] Aug 20 18:24:29.413 INFO O| Aug 20 18:24:29.413 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-08-20T18:24:30.570Z[ recovery-image] Aug 20 18:24:29.425 INFO O| Aug 20 18:24:29.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67222026-08-20T18:24:30.574Z[ recovery-image] Aug 20 18:24:29.425 INFO O| Aug 20 18:24:29.425 INFO STEP 478 (remove_files) COMPLETE
67232026-08-20T18:24:30.574Z[ recovery-image] Aug 20 18:24:29.425 INFO O| Aug 20 18:24:29.425 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-08-20T18:24:30.584Z[ recovery-image] Aug 20 18:24:29.438 INFO O| Aug 20 18:24:29.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67252026-08-20T18:24:30.584Z[ recovery-image] Aug 20 18:24:29.438 INFO O| Aug 20 18:24:29.438 INFO STEP 479 (remove_files) COMPLETE
67262026-08-20T18:24:30.588Z[ recovery-image] Aug 20 18:24:29.438 INFO O| Aug 20 18:24:29.438 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-08-20T18:24:30.594Z[ recovery-image] Aug 20 18:24:29.448 INFO O| Aug 20 18:24:29.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67282026-08-20T18:24:30.594Z[ recovery-image] Aug 20 18:24:29.448 INFO O| Aug 20 18:24:29.448 INFO STEP 480 (remove_files) COMPLETE
67292026-08-20T18:24:30.594Z[ recovery-image] Aug 20 18:24:29.448 INFO O| Aug 20 18:24:29.448 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-08-20T18:24:30.602Z[ recovery-image] Aug 20 18:24:29.457 INFO O| Aug 20 18:24:29.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67312026-08-20T18:24:30.602Z[ recovery-image] Aug 20 18:24:29.457 INFO O| Aug 20 18:24:29.457 INFO STEP 481 (remove_files) COMPLETE
67322026-08-20T18:24:30.608Z[ recovery-image] Aug 20 18:24:29.457 INFO O| Aug 20 18:24:29.457 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-08-20T18:24:30.613Z[ recovery-image] Aug 20 18:24:29.467 INFO O| Aug 20 18:24:29.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67342026-08-20T18:24:30.613Z[ recovery-image] Aug 20 18:24:29.467 INFO O| Aug 20 18:24:29.467 INFO STEP 482 (remove_files) COMPLETE
67352026-08-20T18:24:30.616Z[ recovery-image] Aug 20 18:24:29.467 INFO O| Aug 20 18:24:29.467 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-08-20T18:24:30.622Z[ recovery-image] Aug 20 18:24:29.477 INFO O| Aug 20 18:24:29.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67372026-08-20T18:24:30.622Z[ recovery-image] Aug 20 18:24:29.477 INFO O| Aug 20 18:24:29.477 INFO STEP 483 (remove_files) COMPLETE
67382026-08-20T18:24:30.625Z[ recovery-image] Aug 20 18:24:29.477 INFO O| Aug 20 18:24:29.477 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-08-20T18:24:30.625Z[verify-libraries] Compiling delegate v0.13.5
67402026-08-20T18:24:30.634Z[ recovery-image] Aug 20 18:24:29.487 INFO O| Aug 20 18:24:29.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67412026-08-20T18:24:30.634Z[ recovery-image] Aug 20 18:24:29.487 INFO O| Aug 20 18:24:29.487 INFO STEP 484 (remove_files) COMPLETE
67422026-08-20T18:24:30.634Z[ recovery-image] Aug 20 18:24:29.487 INFO O| Aug 20 18:24:29.487 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-08-20T18:24:30.642Z[ recovery-image] Aug 20 18:24:29.496 INFO O| Aug 20 18:24:29.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67442026-08-20T18:24:30.642Z[ recovery-image] Aug 20 18:24:29.496 INFO O| Aug 20 18:24:29.496 INFO STEP 485 (remove_files) COMPLETE
67452026-08-20T18:24:30.642Z[ recovery-image] Aug 20 18:24:29.496 INFO O| Aug 20 18:24:29.496 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-08-20T18:24:30.653Z[ recovery-image] Aug 20 18:24:29.506 INFO O| Aug 20 18:24:29.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67472026-08-20T18:24:30.653Z[ recovery-image] Aug 20 18:24:29.506 INFO O| Aug 20 18:24:29.506 INFO STEP 486 (remove_files) COMPLETE
67482026-08-20T18:24:30.653Z[ recovery-image] Aug 20 18:24:29.506 INFO O| Aug 20 18:24:29.506 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-08-20T18:24:30.661Z[ recovery-image] Aug 20 18:24:29.514 INFO O| Aug 20 18:24:29.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67502026-08-20T18:24:30.661Z[ recovery-image] Aug 20 18:24:29.514 INFO O| Aug 20 18:24:29.514 INFO STEP 487 (remove_files) COMPLETE
67512026-08-20T18:24:30.661Z[ recovery-image] Aug 20 18:24:29.514 INFO O| Aug 20 18:24:29.514 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-08-20T18:24:30.668Z[ recovery-image] Aug 20 18:24:29.522 INFO O| Aug 20 18:24:29.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67532026-08-20T18:24:30.674Z[ recovery-image] Aug 20 18:24:29.522 INFO O| Aug 20 18:24:29.522 INFO STEP 488 (remove_files) COMPLETE
67542026-08-20T18:24:30.674Z[ recovery-image] Aug 20 18:24:29.522 INFO O| Aug 20 18:24:29.522 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-08-20T18:24:30.674Z[verify-libraries] Compiling sapling-renderdag v0.1.0
67562026-08-20T18:24:30.688Z[ recovery-image] Aug 20 18:24:29.531 INFO O| Aug 20 18:24:29.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67572026-08-20T18:24:30.689Z[ recovery-image] Aug 20 18:24:29.531 INFO O| Aug 20 18:24:29.531 INFO STEP 489 (remove_files) COMPLETE
67582026-08-20T18:24:30.689Z[ recovery-image] Aug 20 18:24:29.531 INFO O| Aug 20 18:24:29.531 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-08-20T18:24:30.696Z[ recovery-image] Aug 20 18:24:29.542 INFO O| Aug 20 18:24:29.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67602026-08-20T18:24:30.696Z[ recovery-image] Aug 20 18:24:29.542 INFO O| Aug 20 18:24:29.542 INFO STEP 490 (remove_files) COMPLETE
67612026-08-20T18:24:30.696Z[ recovery-image] Aug 20 18:24:29.542 INFO O| Aug 20 18:24:29.542 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-08-20T18:24:30.700Z[ recovery-image] Aug 20 18:24:29.553 INFO O| Aug 20 18:24:29.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67632026-08-20T18:24:30.700Z[ recovery-image] Aug 20 18:24:29.553 INFO O| Aug 20 18:24:29.553 INFO STEP 491 (remove_files) COMPLETE
67642026-08-20T18:24:30.700Z[ recovery-image] Aug 20 18:24:29.553 INFO O| Aug 20 18:24:29.553 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-08-20T18:24:30.710Z[ recovery-image] Aug 20 18:24:29.563 INFO O| Aug 20 18:24:29.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67662026-08-20T18:24:30.710Z[ recovery-image] Aug 20 18:24:29.563 INFO O| Aug 20 18:24:29.563 INFO STEP 492 (remove_files) COMPLETE
67672026-08-20T18:24:30.710Z[ recovery-image] Aug 20 18:24:29.563 INFO O| Aug 20 18:24:29.563 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-08-20T18:24:30.720Z[ recovery-image] Aug 20 18:24:29.573 INFO O| Aug 20 18:24:29.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67692026-08-20T18:24:30.720Z[ recovery-image] Aug 20 18:24:29.573 INFO O| Aug 20 18:24:29.573 INFO STEP 493 (remove_files) COMPLETE
67702026-08-20T18:24:30.720Z[ recovery-image] Aug 20 18:24:29.573 INFO O| Aug 20 18:24:29.573 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-08-20T18:24:30.730Z[ recovery-image] Aug 20 18:24:29.583 INFO O| Aug 20 18:24:29.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
67722026-08-20T18:24:30.730Z[ recovery-image] Aug 20 18:24:29.583 INFO O| Aug 20 18:24:29.583 INFO STEP 494 (remove_files) COMPLETE
67732026-08-20T18:24:30.730Z[ recovery-image] Aug 20 18:24:29.583 INFO O| Aug 20 18:24:29.583 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-08-20T18:24:30.743Z[ recovery-image] Aug 20 18:24:29.593 INFO O| Aug 20 18:24:29.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
67752026-08-20T18:24:30.743Z[ recovery-image] Aug 20 18:24:29.593 INFO O| Aug 20 18:24:29.593 INFO STEP 495 (remove_files) COMPLETE
67762026-08-20T18:24:30.743Z[ recovery-image] Aug 20 18:24:29.593 INFO O| Aug 20 18:24:29.593 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-08-20T18:24:30.747Z[ recovery-image] Aug 20 18:24:29.602 INFO O| Aug 20 18:24:29.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
67782026-08-20T18:24:30.748Z[ recovery-image] Aug 20 18:24:29.602 INFO O| Aug 20 18:24:29.602 INFO STEP 496 (remove_files) COMPLETE
67792026-08-20T18:24:30.751Z[ recovery-image] Aug 20 18:24:29.602 INFO O| Aug 20 18:24:29.602 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-08-20T18:24:30.759Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
67812026-08-20T18:24:30.759Z[ recovery-image] Aug 20 18:24:29.612 INFO O| Aug 20 18:24:29.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
67822026-08-20T18:24:30.759Z[ recovery-image] Aug 20 18:24:29.612 INFO O| Aug 20 18:24:29.612 INFO STEP 497 (remove_files) COMPLETE
67832026-08-20T18:24:30.759Z[ recovery-image] Aug 20 18:24:29.612 INFO O| Aug 20 18:24:29.612 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-08-20T18:24:30.769Z[ recovery-image] Aug 20 18:24:29.623 INFO O| Aug 20 18:24:29.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
67852026-08-20T18:24:30.769Z[ recovery-image] Aug 20 18:24:29.623 INFO O| Aug 20 18:24:29.623 INFO STEP 498 (remove_files) COMPLETE
67862026-08-20T18:24:30.773Z[ recovery-image] Aug 20 18:24:29.623 INFO O| Aug 20 18:24:29.623 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-08-20T18:24:30.778Z[ recovery-image] Aug 20 18:24:29.632 INFO O| Aug 20 18:24:29.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
67882026-08-20T18:24:30.778Z[ recovery-image] Aug 20 18:24:29.632 INFO O| Aug 20 18:24:29.632 INFO STEP 499 (remove_files) COMPLETE
67892026-08-20T18:24:30.778Z[ recovery-image] Aug 20 18:24:29.632 INFO O| Aug 20 18:24:29.632 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-08-20T18:24:30.786Z[ recovery-image] Aug 20 18:24:29.641 INFO O| Aug 20 18:24:29.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
67912026-08-20T18:24:30.786Z[ recovery-image] Aug 20 18:24:29.641 INFO O| Aug 20 18:24:29.641 INFO STEP 500 (remove_files) COMPLETE
67922026-08-20T18:24:30.790Z[ recovery-image] Aug 20 18:24:29.641 INFO O| Aug 20 18:24:29.641 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-08-20T18:24:30.796Z[ recovery-image] Aug 20 18:24:29.650 INFO O| Aug 20 18:24:29.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
67942026-08-20T18:24:30.796Z[ recovery-image] Aug 20 18:24:29.650 INFO O| Aug 20 18:24:29.650 INFO STEP 501 (remove_files) COMPLETE
67952026-08-20T18:24:30.796Z[ recovery-image] Aug 20 18:24:29.650 INFO O| Aug 20 18:24:29.650 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-08-20T18:24:30.805Z[ recovery-image] Aug 20 18:24:29.660 INFO O| Aug 20 18:24:29.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
67972026-08-20T18:24:30.805Z[ recovery-image] Aug 20 18:24:29.660 INFO O| Aug 20 18:24:29.660 INFO STEP 502 (remove_files) COMPLETE
67982026-08-20T18:24:30.805Z[ recovery-image] Aug 20 18:24:29.660 INFO O| Aug 20 18:24:29.660 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-08-20T18:24:30.816Z[ recovery-image] Aug 20 18:24:29.670 INFO O| Aug 20 18:24:29.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68002026-08-20T18:24:30.816Z[ recovery-image] Aug 20 18:24:29.670 INFO O| Aug 20 18:24:29.670 INFO STEP 503 (remove_files) COMPLETE
68012026-08-20T18:24:30.816Z[ recovery-image] Aug 20 18:24:29.670 INFO O| Aug 20 18:24:29.670 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-08-20T18:24:30.825Z[ recovery-image] Aug 20 18:24:29.680 INFO O| Aug 20 18:24:29.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68032026-08-20T18:24:30.825Z[ recovery-image] Aug 20 18:24:29.680 INFO O| Aug 20 18:24:29.680 INFO STEP 504 (remove_files) COMPLETE
68042026-08-20T18:24:30.825Z[ recovery-image] Aug 20 18:24:29.680 INFO O| Aug 20 18:24:29.680 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-08-20T18:24:30.829Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
68062026-08-20T18:24:30.839Z[ recovery-image] Aug 20 18:24:29.689 INFO O| Aug 20 18:24:29.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68072026-08-20T18:24:30.839Z[ recovery-image] Aug 20 18:24:29.689 INFO O| Aug 20 18:24:29.689 INFO STEP 505 (remove_files) COMPLETE
68082026-08-20T18:24:30.839Z[ recovery-image] Aug 20 18:24:29.689 INFO O| Aug 20 18:24:29.689 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-08-20T18:24:30.843Z[ recovery-image] Aug 20 18:24:29.698 INFO O| Aug 20 18:24:29.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68102026-08-20T18:24:30.847Z[ recovery-image] Aug 20 18:24:29.698 INFO O| Aug 20 18:24:29.698 INFO STEP 506 (remove_files) COMPLETE
68112026-08-20T18:24:30.847Z[ recovery-image] Aug 20 18:24:29.698 INFO O| Aug 20 18:24:29.698 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-08-20T18:24:30.852Z[ recovery-image] Aug 20 18:24:29.707 INFO O| Aug 20 18:24:29.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68132026-08-20T18:24:30.853Z[ recovery-image] Aug 20 18:24:29.707 INFO O| Aug 20 18:24:29.707 INFO STEP 507 (remove_files) COMPLETE
68142026-08-20T18:24:30.857Z[ recovery-image] Aug 20 18:24:29.707 INFO O| Aug 20 18:24:29.707 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-08-20T18:24:30.863Z[ recovery-image] Aug 20 18:24:29.718 INFO O| Aug 20 18:24:29.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68162026-08-20T18:24:30.863Z[ recovery-image] Aug 20 18:24:29.718 INFO O| Aug 20 18:24:29.718 INFO STEP 508 (remove_files) COMPLETE
68172026-08-20T18:24:30.868Z[ recovery-image] Aug 20 18:24:29.718 INFO O| Aug 20 18:24:29.718 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-08-20T18:24:30.872Z[ recovery-image] Aug 20 18:24:29.727 INFO O| Aug 20 18:24:29.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68192026-08-20T18:24:30.872Z[ recovery-image] Aug 20 18:24:29.727 INFO O| Aug 20 18:24:29.727 INFO STEP 509 (remove_files) COMPLETE
68202026-08-20T18:24:30.872Z[ recovery-image] Aug 20 18:24:29.727 INFO O| Aug 20 18:24:29.727 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-08-20T18:24:30.881Z[ recovery-image] Aug 20 18:24:29.735 INFO O| Aug 20 18:24:29.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68222026-08-20T18:24:30.881Z[ recovery-image] Aug 20 18:24:29.735 INFO O| Aug 20 18:24:29.735 INFO STEP 510 (remove_files) COMPLETE
68232026-08-20T18:24:30.884Z[ recovery-image] Aug 20 18:24:29.735 INFO O| Aug 20 18:24:29.735 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-08-20T18:24:30.889Z[ recovery-image] Aug 20 18:24:29.743 INFO O| Aug 20 18:24:29.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68252026-08-20T18:24:30.889Z[ recovery-image] Aug 20 18:24:29.743 INFO O| Aug 20 18:24:29.743 INFO STEP 511 (remove_files) COMPLETE
68262026-08-20T18:24:30.892Z[ recovery-image] Aug 20 18:24:29.743 INFO O| Aug 20 18:24:29.743 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-08-20T18:24:30.901Z[ recovery-image] Aug 20 18:24:29.753 INFO O| Aug 20 18:24:29.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68282026-08-20T18:24:30.901Z[ recovery-image] Aug 20 18:24:29.753 INFO O| Aug 20 18:24:29.753 INFO STEP 512 (remove_files) COMPLETE
68292026-08-20T18:24:30.904Z[ recovery-image] Aug 20 18:24:29.753 INFO O| Aug 20 18:24:29.753 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-08-20T18:24:30.907Z[ recovery-image] Aug 20 18:24:29.762 INFO O| Aug 20 18:24:29.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68312026-08-20T18:24:30.914Z[ recovery-image] Aug 20 18:24:29.763 INFO O| Aug 20 18:24:29.763 INFO STEP 513 (remove_files) COMPLETE
68322026-08-20T18:24:30.914Z[ recovery-image] Aug 20 18:24:29.763 INFO O| Aug 20 18:24:29.763 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-08-20T18:24:30.917Z[ recovery-image] Aug 20 18:24:29.772 INFO O| Aug 20 18:24:29.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68342026-08-20T18:24:30.917Z[ recovery-image] Aug 20 18:24:29.772 INFO O| Aug 20 18:24:29.772 INFO STEP 514 (remove_files) COMPLETE
68352026-08-20T18:24:30.917Z[ recovery-image] Aug 20 18:24:29.772 INFO O| Aug 20 18:24:29.772 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-08-20T18:24:30.926Z[ recovery-image] Aug 20 18:24:29.780 INFO O| Aug 20 18:24:29.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68372026-08-20T18:24:30.926Z[ recovery-image] Aug 20 18:24:29.780 INFO O| Aug 20 18:24:29.780 INFO STEP 515 (remove_files) COMPLETE
68382026-08-20T18:24:30.926Z[ recovery-image] Aug 20 18:24:29.780 INFO O| Aug 20 18:24:29.780 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-08-20T18:24:30.929Z[verify-libraries] Compiling md5 v0.8.0
68402026-08-20T18:24:30.935Z[ recovery-image] Aug 20 18:24:29.789 INFO O| Aug 20 18:24:29.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68412026-08-20T18:24:30.938Z[ recovery-image] Aug 20 18:24:29.790 INFO O| Aug 20 18:24:29.790 INFO STEP 516 (remove_files) COMPLETE
68422026-08-20T18:24:30.938Z[ recovery-image] Aug 20 18:24:29.790 INFO O| Aug 20 18:24:29.790 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-08-20T18:24:30.944Z[ recovery-image] Aug 20 18:24:29.799 INFO O| Aug 20 18:24:29.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68442026-08-20T18:24:30.945Z[ recovery-image] Aug 20 18:24:29.799 INFO O| Aug 20 18:24:29.799 INFO STEP 517 (remove_files) COMPLETE
68452026-08-20T18:24:30.945Z[ recovery-image] Aug 20 18:24:29.799 INFO O| Aug 20 18:24:29.799 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-08-20T18:24:30.953Z[ recovery-image] Aug 20 18:24:29.807 INFO O| Aug 20 18:24:29.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68472026-08-20T18:24:30.953Z[ recovery-image] Aug 20 18:24:29.807 INFO O| Aug 20 18:24:29.807 INFO STEP 518 (remove_files) COMPLETE
68482026-08-20T18:24:30.956Z[ recovery-image] Aug 20 18:24:29.807 INFO O| Aug 20 18:24:29.807 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-08-20T18:24:30.961Z[ recovery-image] Aug 20 18:24:29.816 INFO O| Aug 20 18:24:29.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68502026-08-20T18:24:30.961Z[ recovery-image] Aug 20 18:24:29.816 INFO O| Aug 20 18:24:29.816 INFO STEP 519 (remove_files) COMPLETE
68512026-08-20T18:24:30.961Z[ recovery-image] Aug 20 18:24:29.816 INFO O| Aug 20 18:24:29.816 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-08-20T18:24:30.971Z[ recovery-image] Aug 20 18:24:29.825 INFO O| Aug 20 18:24:29.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68532026-08-20T18:24:30.971Z[ recovery-image] Aug 20 18:24:29.825 INFO O| Aug 20 18:24:29.825 INFO STEP 520 (remove_files) COMPLETE
68542026-08-20T18:24:30.971Z[ recovery-image] Aug 20 18:24:29.825 INFO O| Aug 20 18:24:29.825 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-08-20T18:24:30.980Z[ recovery-image] Aug 20 18:24:29.834 INFO O| Aug 20 18:24:29.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68562026-08-20T18:24:30.980Z[ recovery-image] Aug 20 18:24:29.834 INFO O| Aug 20 18:24:29.834 INFO STEP 521 (remove_files) COMPLETE
68572026-08-20T18:24:30.980Z[ recovery-image] Aug 20 18:24:29.834 INFO O| Aug 20 18:24:29.834 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-08-20T18:24:30.988Z[ recovery-image] Aug 20 18:24:29.843 INFO O| Aug 20 18:24:29.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68592026-08-20T18:24:30.988Z[ recovery-image] Aug 20 18:24:29.843 INFO O| Aug 20 18:24:29.843 INFO STEP 522 (remove_files) COMPLETE
68602026-08-20T18:24:30.988Z[ recovery-image] Aug 20 18:24:29.843 INFO O| Aug 20 18:24:29.843 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-08-20T18:24:30.997Z[ recovery-image] Aug 20 18:24:29.852 INFO O| Aug 20 18:24:29.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68622026-08-20T18:24:30.997Z[ recovery-image] Aug 20 18:24:29.852 INFO O| Aug 20 18:24:29.852 INFO STEP 523 (remove_files) COMPLETE
68632026-08-20T18:24:30.997Z[ recovery-image] Aug 20 18:24:29.852 INFO O| Aug 20 18:24:29.852 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-08-20T18:24:31.006Z[ recovery-image] Aug 20 18:24:29.861 INFO O| Aug 20 18:24:29.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68652026-08-20T18:24:31.006Z[ recovery-image] Aug 20 18:24:29.861 INFO O| Aug 20 18:24:29.861 INFO STEP 524 (remove_files) COMPLETE
68662026-08-20T18:24:31.006Z[ recovery-image] Aug 20 18:24:29.861 INFO O| Aug 20 18:24:29.861 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-08-20T18:24:31.016Z[ recovery-image] Aug 20 18:24:29.870 INFO O| Aug 20 18:24:29.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68682026-08-20T18:24:31.025Z[ recovery-image] Aug 20 18:24:29.871 INFO O| Aug 20 18:24:29.871 INFO STEP 525 (remove_files) COMPLETE
68692026-08-20T18:24:31.025Z[ recovery-image] Aug 20 18:24:29.871 INFO O| Aug 20 18:24:29.871 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-08-20T18:24:31.029Z[ recovery-image] Aug 20 18:24:29.880 INFO O| Aug 20 18:24:29.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68712026-08-20T18:24:31.029Z[ recovery-image] Aug 20 18:24:29.880 INFO O| Aug 20 18:24:29.880 INFO STEP 526 (remove_files) COMPLETE
68722026-08-20T18:24:31.029Z[ recovery-image] Aug 20 18:24:29.880 INFO O| Aug 20 18:24:29.880 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-08-20T18:24:31.034Z[ recovery-image] Aug 20 18:24:29.889 INFO O| Aug 20 18:24:29.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
68742026-08-20T18:24:31.034Z[ recovery-image] Aug 20 18:24:29.889 INFO O| Aug 20 18:24:29.889 INFO STEP 527 (remove_files) COMPLETE
68752026-08-20T18:24:31.038Z[ recovery-image] Aug 20 18:24:29.889 INFO O| Aug 20 18:24:29.889 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-08-20T18:24:31.047Z[ recovery-image] Aug 20 18:24:29.901 INFO O| Aug 20 18:24:29.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
68772026-08-20T18:24:31.047Z[ recovery-image] Aug 20 18:24:29.901 INFO O| Aug 20 18:24:29.901 INFO STEP 528 (remove_files) COMPLETE
68782026-08-20T18:24:31.047Z[ recovery-image] Aug 20 18:24:29.901 INFO O| Aug 20 18:24:29.901 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-08-20T18:24:31.058Z[ recovery-image] Aug 20 18:24:29.912 INFO O| Aug 20 18:24:29.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
68802026-08-20T18:24:31.058Z[ recovery-image] Aug 20 18:24:29.912 INFO O| Aug 20 18:24:29.912 INFO STEP 529 (remove_files) COMPLETE
68812026-08-20T18:24:31.061Z[ recovery-image] Aug 20 18:24:29.912 INFO O| Aug 20 18:24:29.912 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-08-20T18:24:31.076Z[ recovery-image] Aug 20 18:24:29.922 INFO O| Aug 20 18:24:29.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
68832026-08-20T18:24:31.076Z[ recovery-image] Aug 20 18:24:29.922 INFO O| Aug 20 18:24:29.922 INFO STEP 530 (remove_files) COMPLETE
68842026-08-20T18:24:31.076Z[ recovery-image] Aug 20 18:24:29.922 INFO O| Aug 20 18:24:29.922 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-08-20T18:24:31.081Z[verify-libraries] Compiling seq-macro v0.3.6
68862026-08-20T18:24:31.081Z[ recovery-image] Aug 20 18:24:29.932 INFO O| Aug 20 18:24:29.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
68872026-08-20T18:24:31.081Z[ recovery-image] Aug 20 18:24:29.932 INFO O| Aug 20 18:24:29.932 INFO STEP 531 (remove_files) COMPLETE
68882026-08-20T18:24:31.081Z[ recovery-image] Aug 20 18:24:29.932 INFO O| Aug 20 18:24:29.932 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-08-20T18:24:31.088Z[ recovery-image] Aug 20 18:24:29.943 INFO O| Aug 20 18:24:29.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
68902026-08-20T18:24:31.088Z[ recovery-image] Aug 20 18:24:29.943 INFO O| Aug 20 18:24:29.943 INFO STEP 532 (remove_files) COMPLETE
68912026-08-20T18:24:31.088Z[ recovery-image] Aug 20 18:24:29.943 INFO O| Aug 20 18:24:29.943 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-08-20T18:24:31.099Z[ recovery-image] Aug 20 18:24:29.953 INFO O| Aug 20 18:24:29.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
68932026-08-20T18:24:31.099Z[ recovery-image] Aug 20 18:24:29.953 INFO O| Aug 20 18:24:29.953 INFO STEP 533 (remove_files) COMPLETE
68942026-08-20T18:24:31.099Z[ recovery-image] Aug 20 18:24:29.953 INFO O| Aug 20 18:24:29.953 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-08-20T18:24:31.108Z[ recovery-image] Aug 20 18:24:29.963 INFO O| Aug 20 18:24:29.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
68962026-08-20T18:24:31.108Z[ recovery-image] Aug 20 18:24:29.963 INFO O| Aug 20 18:24:29.963 INFO STEP 534 (remove_files) COMPLETE
68972026-08-20T18:24:31.108Z[ recovery-image] Aug 20 18:24:29.963 INFO O| Aug 20 18:24:29.963 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-08-20T18:24:31.120Z[ recovery-image] Aug 20 18:24:29.974 INFO O| Aug 20 18:24:29.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
68992026-08-20T18:24:31.120Z[ recovery-image] Aug 20 18:24:29.974 INFO O| Aug 20 18:24:29.974 INFO STEP 535 (remove_files) COMPLETE
69002026-08-20T18:24:31.120Z[ recovery-image] Aug 20 18:24:29.974 INFO O| Aug 20 18:24:29.974 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-08-20T18:24:31.131Z[ recovery-image] Aug 20 18:24:29.985 INFO O| Aug 20 18:24:29.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69022026-08-20T18:24:31.131Z[ recovery-image] Aug 20 18:24:29.985 INFO O| Aug 20 18:24:29.985 INFO STEP 536 (remove_files) COMPLETE
69032026-08-20T18:24:31.131Z[ recovery-image] Aug 20 18:24:29.985 INFO O| Aug 20 18:24:29.985 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-08-20T18:24:31.142Z[ recovery-image] Aug 20 18:24:29.997 INFO O| Aug 20 18:24:29.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69052026-08-20T18:24:31.146Z[ recovery-image] Aug 20 18:24:29.997 INFO O| Aug 20 18:24:29.997 INFO STEP 537 (remove_files) COMPLETE
69062026-08-20T18:24:31.146Z[ recovery-image] Aug 20 18:24:29.997 INFO O| Aug 20 18:24:29.997 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-08-20T18:24:31.151Z[ recovery-image] Aug 20 18:24:30.006 INFO O| Aug 20 18:24:30.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69082026-08-20T18:24:31.155Z[ recovery-image] Aug 20 18:24:30.007 INFO O| Aug 20 18:24:30.007 INFO STEP 538 (remove_files) COMPLETE
69092026-08-20T18:24:31.155Z[ recovery-image] Aug 20 18:24:30.007 INFO O| Aug 20 18:24:30.007 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-08-20T18:24:31.161Z[ recovery-image] Aug 20 18:24:30.016 INFO O| Aug 20 18:24:30.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69112026-08-20T18:24:31.161Z[ recovery-image] Aug 20 18:24:30.016 INFO O| Aug 20 18:24:30.016 INFO STEP 539 (remove_files) COMPLETE
69122026-08-20T18:24:31.165Z[ recovery-image] Aug 20 18:24:30.016 INFO O| Aug 20 18:24:30.016 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-08-20T18:24:31.170Z[ recovery-image] Aug 20 18:24:30.025 INFO O| Aug 20 18:24:30.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69142026-08-20T18:24:31.170Z[ recovery-image] Aug 20 18:24:30.025 INFO O| Aug 20 18:24:30.025 INFO STEP 540 (remove_files) COMPLETE
69152026-08-20T18:24:31.174Z[ recovery-image] Aug 20 18:24:30.025 INFO O| Aug 20 18:24:30.025 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-08-20T18:24:31.180Z[ recovery-image] Aug 20 18:24:30.034 INFO O| Aug 20 18:24:30.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69172026-08-20T18:24:31.180Z[ recovery-image] Aug 20 18:24:30.034 INFO O| Aug 20 18:24:30.034 INFO STEP 541 (remove_files) COMPLETE
69182026-08-20T18:24:31.183Z[ recovery-image] Aug 20 18:24:30.034 INFO O| Aug 20 18:24:30.034 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-08-20T18:24:31.189Z[ recovery-image] Aug 20 18:24:30.044 INFO O| Aug 20 18:24:30.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69202026-08-20T18:24:31.189Z[ recovery-image] Aug 20 18:24:30.044 INFO O| Aug 20 18:24:30.044 INFO STEP 542 (remove_files) COMPLETE
69212026-08-20T18:24:31.193Z[ recovery-image] Aug 20 18:24:30.044 INFO O| Aug 20 18:24:30.044 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-08-20T18:24:31.202Z[ recovery-image] Aug 20 18:24:30.056 INFO O| Aug 20 18:24:30.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69232026-08-20T18:24:31.202Z[ recovery-image] Aug 20 18:24:30.057 INFO O| Aug 20 18:24:30.057 INFO STEP 543 (remove_files) COMPLETE
69242026-08-20T18:24:31.206Z[ recovery-image] Aug 20 18:24:30.057 INFO O| Aug 20 18:24:30.057 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-08-20T18:24:31.212Z[ recovery-image] Aug 20 18:24:30.067 INFO O| Aug 20 18:24:30.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69262026-08-20T18:24:31.212Z[ recovery-image] Aug 20 18:24:30.067 INFO O| Aug 20 18:24:30.067 INFO STEP 544 (remove_files) COMPLETE
69272026-08-20T18:24:31.212Z[ recovery-image] Aug 20 18:24:30.067 INFO O| Aug 20 18:24:30.067 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-08-20T18:24:31.221Z[ recovery-image] Aug 20 18:24:30.076 INFO O| Aug 20 18:24:30.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69292026-08-20T18:24:31.221Z[ recovery-image] Aug 20 18:24:30.076 INFO O| Aug 20 18:24:30.076 INFO STEP 545 (remove_files) COMPLETE
69302026-08-20T18:24:31.221Z[ recovery-image] Aug 20 18:24:30.076 INFO O| Aug 20 18:24:30.076 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-08-20T18:24:31.233Z[ recovery-image] Aug 20 18:24:30.087 INFO O| Aug 20 18:24:30.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69322026-08-20T18:24:31.233Z[ recovery-image] Aug 20 18:24:30.088 INFO O| Aug 20 18:24:30.088 INFO STEP 546 (remove_files) COMPLETE
69332026-08-20T18:24:31.236Z[ recovery-image] Aug 20 18:24:30.088 INFO O| Aug 20 18:24:30.088 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-08-20T18:24:31.243Z[ recovery-image] Aug 20 18:24:30.098 INFO O| Aug 20 18:24:30.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69352026-08-20T18:24:31.243Z[ recovery-image] Aug 20 18:24:30.098 INFO O| Aug 20 18:24:30.098 INFO STEP 547 (remove_files) COMPLETE
69362026-08-20T18:24:31.246Z[ recovery-image] Aug 20 18:24:30.098 INFO O| Aug 20 18:24:30.098 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-08-20T18:24:31.251Z[ recovery-image] Aug 20 18:24:30.106 INFO O| Aug 20 18:24:30.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69382026-08-20T18:24:31.251Z[ recovery-image] Aug 20 18:24:30.106 INFO O| Aug 20 18:24:30.106 INFO STEP 548 (remove_files) COMPLETE
69392026-08-20T18:24:31.251Z[ recovery-image] Aug 20 18:24:30.106 INFO O| Aug 20 18:24:30.106 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-08-20T18:24:31.261Z[ recovery-image] Aug 20 18:24:30.114 INFO O| Aug 20 18:24:30.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69412026-08-20T18:24:31.261Z[ recovery-image] Aug 20 18:24:30.114 INFO O| Aug 20 18:24:30.114 INFO STEP 549 (remove_files) COMPLETE
69422026-08-20T18:24:31.261Z[ recovery-image] Aug 20 18:24:30.114 INFO O| Aug 20 18:24:30.114 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-08-20T18:24:31.268Z[ recovery-image] Aug 20 18:24:30.122 INFO O| Aug 20 18:24:30.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69442026-08-20T18:24:31.268Z[ recovery-image] Aug 20 18:24:30.122 INFO O| Aug 20 18:24:30.122 INFO STEP 550 (remove_files) COMPLETE
69452026-08-20T18:24:31.271Z[ recovery-image] Aug 20 18:24:30.122 INFO O| Aug 20 18:24:30.122 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-08-20T18:24:31.275Z[ recovery-image] Aug 20 18:24:30.130 INFO O| Aug 20 18:24:30.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69472026-08-20T18:24:31.276Z[ recovery-image] Aug 20 18:24:30.130 INFO O| Aug 20 18:24:30.130 INFO STEP 551 (remove_files) COMPLETE
69482026-08-20T18:24:31.279Z[ recovery-image] Aug 20 18:24:30.130 INFO O| Aug 20 18:24:30.130 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-08-20T18:24:31.284Z[ recovery-image] Aug 20 18:24:30.138 INFO O| Aug 20 18:24:30.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69502026-08-20T18:24:31.284Z[ recovery-image] Aug 20 18:24:30.138 INFO O| Aug 20 18:24:30.138 INFO STEP 552 (remove_files) COMPLETE
69512026-08-20T18:24:31.287Z[ recovery-image] Aug 20 18:24:30.138 INFO O| Aug 20 18:24:30.138 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-08-20T18:24:31.298Z[ recovery-image] Aug 20 18:24:30.151 INFO O| Aug 20 18:24:30.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69532026-08-20T18:24:31.298Z[ recovery-image] Aug 20 18:24:30.151 INFO O| Aug 20 18:24:30.151 INFO STEP 553 (remove_files) COMPLETE
69542026-08-20T18:24:31.301Z[ recovery-image] Aug 20 18:24:30.151 INFO O| Aug 20 18:24:30.151 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-08-20T18:24:31.308Z[ recovery-image] Aug 20 18:24:30.163 INFO O| Aug 20 18:24:30.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69562026-08-20T18:24:31.308Z[ recovery-image] Aug 20 18:24:30.163 INFO O| Aug 20 18:24:30.163 INFO STEP 554 (remove_files) COMPLETE
69572026-08-20T18:24:31.311Z[ recovery-image] Aug 20 18:24:30.163 INFO O| Aug 20 18:24:30.163 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-08-20T18:24:31.334Z[verify-libraries] Compiling sync-ptr v0.1.4
69592026-08-20T18:24:31.339Z[ recovery-image] Aug 20 18:24:30.193 INFO O| Aug 20 18:24:30.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69602026-08-20T18:24:31.339Z[ recovery-image] Aug 20 18:24:30.193 INFO O| Aug 20 18:24:30.193 INFO STEP 555 (remove_files) COMPLETE
69612026-08-20T18:24:31.339Z[ recovery-image] Aug 20 18:24:30.193 INFO O| Aug 20 18:24:30.193 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-08-20T18:24:31.347Z[ recovery-image] Aug 20 18:24:30.202 INFO O| Aug 20 18:24:30.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69632026-08-20T18:24:31.347Z[ recovery-image] Aug 20 18:24:30.202 INFO O| Aug 20 18:24:30.202 INFO STEP 556 (remove_files) COMPLETE
69642026-08-20T18:24:31.347Z[ recovery-image] Aug 20 18:24:30.202 INFO O| Aug 20 18:24:30.202 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-08-20T18:24:31.356Z[ recovery-image] Aug 20 18:24:30.211 INFO O| Aug 20 18:24:30.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69662026-08-20T18:24:31.356Z[ recovery-image] Aug 20 18:24:30.211 INFO O| Aug 20 18:24:30.211 INFO STEP 557 (remove_files) COMPLETE
69672026-08-20T18:24:31.356Z[ recovery-image] Aug 20 18:24:30.211 INFO O| Aug 20 18:24:30.211 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-08-20T18:24:31.364Z[ recovery-image] Aug 20 18:24:30.219 INFO O| Aug 20 18:24:30.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69692026-08-20T18:24:31.364Z[ recovery-image] Aug 20 18:24:30.219 INFO O| Aug 20 18:24:30.219 INFO STEP 558 (remove_files) COMPLETE
69702026-08-20T18:24:31.368Z[ recovery-image] Aug 20 18:24:30.219 INFO O| Aug 20 18:24:30.219 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-08-20T18:24:31.375Z[ recovery-image] Aug 20 18:24:30.229 INFO O| Aug 20 18:24:30.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69722026-08-20T18:24:31.375Z[ recovery-image] Aug 20 18:24:30.229 INFO O| Aug 20 18:24:30.229 INFO STEP 559 (remove_files) COMPLETE
69732026-08-20T18:24:31.378Z[ recovery-image] Aug 20 18:24:30.229 INFO O| Aug 20 18:24:30.229 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-08-20T18:24:31.384Z[ recovery-image] Aug 20 18:24:30.238 INFO O| Aug 20 18:24:30.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
69752026-08-20T18:24:31.384Z[ recovery-image] Aug 20 18:24:30.238 INFO O| Aug 20 18:24:30.238 INFO STEP 560 (remove_files) COMPLETE
69762026-08-20T18:24:31.384Z[ recovery-image] Aug 20 18:24:30.238 INFO O| Aug 20 18:24:30.238 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-08-20T18:24:31.394Z[ recovery-image] Aug 20 18:24:30.248 INFO O| Aug 20 18:24:30.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
69782026-08-20T18:24:31.395Z[ recovery-image] Aug 20 18:24:30.248 INFO O| Aug 20 18:24:30.248 INFO STEP 561 (remove_files) COMPLETE
69792026-08-20T18:24:31.395Z[ recovery-image] Aug 20 18:24:30.248 INFO O| Aug 20 18:24:30.248 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-08-20T18:24:31.402Z[ recovery-image] Aug 20 18:24:30.257 INFO O| Aug 20 18:24:30.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
69812026-08-20T18:24:31.402Z[ recovery-image] Aug 20 18:24:30.257 INFO O| Aug 20 18:24:30.257 INFO STEP 562 (remove_files) COMPLETE
69822026-08-20T18:24:31.402Z[ recovery-image] Aug 20 18:24:30.257 INFO O| Aug 20 18:24:30.257 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-08-20T18:24:31.406Z[verify-libraries] Compiling hex-literal v1.1.0
69842026-08-20T18:24:31.411Z[ recovery-image] Aug 20 18:24:30.265 INFO O| Aug 20 18:24:30.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
69852026-08-20T18:24:31.414Z[ recovery-image] Aug 20 18:24:30.266 INFO O| Aug 20 18:24:30.266 INFO STEP 563 (remove_files) COMPLETE
69862026-08-20T18:24:31.414Z[ recovery-image] Aug 20 18:24:30.266 INFO O| Aug 20 18:24:30.266 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-08-20T18:24:31.420Z[ recovery-image] Aug 20 18:24:30.274 INFO O| Aug 20 18:24:30.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
69882026-08-20T18:24:31.420Z[ recovery-image] Aug 20 18:24:30.274 INFO O| Aug 20 18:24:30.274 INFO STEP 564 (remove_files) COMPLETE
69892026-08-20T18:24:31.420Z[ recovery-image] Aug 20 18:24:30.274 INFO O| Aug 20 18:24:30.274 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-08-20T18:24:31.429Z[ recovery-image] Aug 20 18:24:30.284 INFO O| Aug 20 18:24:30.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
69912026-08-20T18:24:31.429Z[ recovery-image] Aug 20 18:24:30.284 INFO O| Aug 20 18:24:30.284 INFO STEP 565 (remove_files) COMPLETE
69922026-08-20T18:24:31.429Z[ recovery-image] Aug 20 18:24:30.284 INFO O| Aug 20 18:24:30.284 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-08-20T18:24:31.438Z[ recovery-image] Aug 20 18:24:30.293 INFO O| Aug 20 18:24:30.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
69942026-08-20T18:24:31.438Z[ recovery-image] Aug 20 18:24:30.293 INFO O| Aug 20 18:24:30.293 INFO STEP 566 (remove_files) COMPLETE
69952026-08-20T18:24:31.441Z[ recovery-image] Aug 20 18:24:30.293 INFO O| Aug 20 18:24:30.293 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-08-20T18:24:31.447Z[ recovery-image] Aug 20 18:24:30.301 INFO O| Aug 20 18:24:30.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
69972026-08-20T18:24:31.447Z[ recovery-image] Aug 20 18:24:30.301 INFO O| Aug 20 18:24:30.301 INFO STEP 567 (remove_files) COMPLETE
69982026-08-20T18:24:31.447Z[ recovery-image] Aug 20 18:24:30.301 INFO O| Aug 20 18:24:30.301 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-08-20T18:24:31.456Z[ recovery-image] Aug 20 18:24:30.310 INFO O| Aug 20 18:24:30.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70002026-08-20T18:24:31.456Z[ recovery-image] Aug 20 18:24:30.310 INFO O| Aug 20 18:24:30.310 INFO STEP 568 (remove_files) COMPLETE
70012026-08-20T18:24:31.456Z[ recovery-image] Aug 20 18:24:30.310 INFO O| Aug 20 18:24:30.310 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-08-20T18:24:31.466Z[ recovery-image] Aug 20 18:24:30.321 INFO O| Aug 20 18:24:30.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70032026-08-20T18:24:31.466Z[ recovery-image] Aug 20 18:24:30.321 INFO O| Aug 20 18:24:30.321 INFO STEP 569 (remove_files) COMPLETE
70042026-08-20T18:24:31.466Z[ recovery-image] Aug 20 18:24:30.321 INFO O| Aug 20 18:24:30.321 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-08-20T18:24:31.476Z[ recovery-image] Aug 20 18:24:30.330 INFO O| Aug 20 18:24:30.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70062026-08-20T18:24:31.476Z[ recovery-image] Aug 20 18:24:30.330 INFO O| Aug 20 18:24:30.330 INFO STEP 570 (remove_files) COMPLETE
70072026-08-20T18:24:31.479Z[ recovery-image] Aug 20 18:24:30.330 INFO O| Aug 20 18:24:30.330 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-08-20T18:24:31.484Z[ recovery-image] Aug 20 18:24:30.339 INFO O| Aug 20 18:24:30.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70092026-08-20T18:24:31.484Z[ recovery-image] Aug 20 18:24:30.339 INFO O| Aug 20 18:24:30.339 INFO STEP 571 (remove_files) COMPLETE
70102026-08-20T18:24:31.487Z[ recovery-image] Aug 20 18:24:30.339 INFO O| Aug 20 18:24:30.339 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-08-20T18:24:31.492Z[ recovery-image] Aug 20 18:24:30.347 INFO O| Aug 20 18:24:30.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70122026-08-20T18:24:31.492Z[ recovery-image] Aug 20 18:24:30.347 INFO O| Aug 20 18:24:30.347 INFO STEP 572 (remove_files) COMPLETE
70132026-08-20T18:24:31.495Z[ recovery-image] Aug 20 18:24:30.347 INFO O| Aug 20 18:24:30.347 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-08-20T18:24:31.552Z[ recovery-image] Aug 20 18:24:30.355 INFO O| Aug 20 18:24:30.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70152026-08-20T18:24:31.552Z[ recovery-image] Aug 20 18:24:30.355 INFO O| Aug 20 18:24:30.355 INFO STEP 573 (remove_files) COMPLETE
70162026-08-20T18:24:31.552Z[ recovery-image] Aug 20 18:24:30.355 INFO O| Aug 20 18:24:30.355 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-08-20T18:24:31.552Z[ recovery-image] Aug 20 18:24:30.365 INFO O| Aug 20 18:24:30.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70182026-08-20T18:24:31.552Z[ recovery-image] Aug 20 18:24:30.366 INFO O| Aug 20 18:24:30.366 INFO STEP 574 (remove_files) COMPLETE
70192026-08-20T18:24:31.552Z[ recovery-image] Aug 20 18:24:30.366 INFO O| Aug 20 18:24:30.366 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-08-20T18:24:31.552Z[ recovery-image] Aug 20 18:24:30.376 INFO O| Aug 20 18:24:30.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70212026-08-20T18:24:31.552Z[ recovery-image] Aug 20 18:24:30.376 INFO O| Aug 20 18:24:30.376 INFO STEP 575 (remove_files) COMPLETE
70222026-08-20T18:24:31.553Z[ recovery-image] Aug 20 18:24:30.376 INFO O| Aug 20 18:24:30.376 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-08-20T18:24:31.553Z[ recovery-image] Aug 20 18:24:30.385 INFO O| Aug 20 18:24:30.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70242026-08-20T18:24:31.553Z[ recovery-image] Aug 20 18:24:30.385 INFO O| Aug 20 18:24:30.385 INFO STEP 576 (remove_files) COMPLETE
70252026-08-20T18:24:31.553Z[ recovery-image] Aug 20 18:24:30.385 INFO O| Aug 20 18:24:30.385 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-08-20T18:24:31.553Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
70272026-08-20T18:24:31.553Z[ recovery-image] Aug 20 18:24:30.395 INFO O| Aug 20 18:24:30.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70282026-08-20T18:24:31.553Z[ recovery-image] Aug 20 18:24:30.395 INFO O| Aug 20 18:24:30.395 INFO STEP 577 (remove_files) COMPLETE
70292026-08-20T18:24:31.553Z[ recovery-image] Aug 20 18:24:30.395 INFO O| Aug 20 18:24:30.395 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-08-20T18:24:31.557Z[ recovery-image] Aug 20 18:24:30.406 INFO O| Aug 20 18:24:30.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70312026-08-20T18:24:31.557Z[ recovery-image] Aug 20 18:24:30.406 INFO O| Aug 20 18:24:30.406 INFO STEP 578 (remove_files) COMPLETE
70322026-08-20T18:24:31.557Z[ recovery-image] Aug 20 18:24:30.406 INFO O| Aug 20 18:24:30.406 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-08-20T18:24:31.562Z[ recovery-image] Aug 20 18:24:30.416 INFO O| Aug 20 18:24:30.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70342026-08-20T18:24:31.565Z[ recovery-image] Aug 20 18:24:30.420 INFO O| Aug 20 18:24:30.417 INFO STEP 579 (remove_files) COMPLETE
70352026-08-20T18:24:31.565Z[ recovery-image] Aug 20 18:24:30.420 INFO O| Aug 20 18:24:30.417 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-08-20T18:24:31.570Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
70372026-08-20T18:24:31.575Z[ recovery-image] Aug 20 18:24:30.430 INFO O| Aug 20 18:24:30.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70382026-08-20T18:24:31.575Z[ recovery-image] Aug 20 18:24:30.430 INFO O| Aug 20 18:24:30.430 INFO STEP 580 (remove_files) COMPLETE
70392026-08-20T18:24:31.578Z[ recovery-image] Aug 20 18:24:30.430 INFO O| Aug 20 18:24:30.430 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-08-20T18:24:31.586Z[ recovery-image] Aug 20 18:24:30.440 INFO O| Aug 20 18:24:30.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70412026-08-20T18:24:31.586Z[ recovery-image] Aug 20 18:24:30.440 INFO O| Aug 20 18:24:30.440 INFO STEP 581 (remove_files) COMPLETE
70422026-08-20T18:24:31.586Z[ recovery-image] Aug 20 18:24:30.440 INFO O| Aug 20 18:24:30.440 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-08-20T18:24:31.596Z[ recovery-image] Aug 20 18:24:30.450 INFO O| Aug 20 18:24:30.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70442026-08-20T18:24:31.596Z[ recovery-image] Aug 20 18:24:30.450 INFO O| Aug 20 18:24:30.450 INFO STEP 582 (remove_files) COMPLETE
70452026-08-20T18:24:31.596Z[ recovery-image] Aug 20 18:24:30.450 INFO O| Aug 20 18:24:30.450 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-08-20T18:24:31.605Z[ recovery-image] Aug 20 18:24:30.460 INFO O| Aug 20 18:24:30.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70472026-08-20T18:24:31.605Z[ recovery-image] Aug 20 18:24:30.460 INFO O| Aug 20 18:24:30.460 INFO STEP 583 (remove_files) COMPLETE
70482026-08-20T18:24:31.605Z[ recovery-image] Aug 20 18:24:30.460 INFO O| Aug 20 18:24:30.460 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-08-20T18:24:31.614Z[ recovery-image] Aug 20 18:24:30.469 INFO O| Aug 20 18:24:30.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70502026-08-20T18:24:31.614Z[ recovery-image] Aug 20 18:24:30.469 INFO O| Aug 20 18:24:30.469 INFO STEP 584 (remove_files) COMPLETE
70512026-08-20T18:24:31.614Z[ recovery-image] Aug 20 18:24:30.469 INFO O| Aug 20 18:24:30.469 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-08-20T18:24:31.622Z[ recovery-image] Aug 20 18:24:30.477 INFO O| Aug 20 18:24:30.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70532026-08-20T18:24:31.622Z[ recovery-image] Aug 20 18:24:30.477 INFO O| Aug 20 18:24:30.477 INFO STEP 585 (remove_files) COMPLETE
70542026-08-20T18:24:31.626Z[ recovery-image] Aug 20 18:24:30.477 INFO O| Aug 20 18:24:30.477 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-08-20T18:24:31.630Z[ recovery-image] Aug 20 18:24:30.485 INFO O| Aug 20 18:24:30.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70562026-08-20T18:24:31.632Z[ recovery-image] Aug 20 18:24:30.485 INFO O| Aug 20 18:24:30.485 INFO STEP 586 (remove_files) COMPLETE
70572026-08-20T18:24:31.635Z[ recovery-image] Aug 20 18:24:30.485 INFO O| Aug 20 18:24:30.485 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-08-20T18:24:31.638Z[ recovery-image] Aug 20 18:24:30.493 INFO O| Aug 20 18:24:30.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70592026-08-20T18:24:31.638Z[ recovery-image] Aug 20 18:24:30.493 INFO O| Aug 20 18:24:30.493 INFO STEP 587 (remove_files) COMPLETE
70602026-08-20T18:24:31.638Z[ recovery-image] Aug 20 18:24:30.493 INFO O| Aug 20 18:24:30.493 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-08-20T18:24:31.648Z[ recovery-image] Aug 20 18:24:30.501 INFO O| Aug 20 18:24:30.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70622026-08-20T18:24:31.648Z[ recovery-image] Aug 20 18:24:30.501 INFO O| Aug 20 18:24:30.501 INFO STEP 588 (remove_files) COMPLETE
70632026-08-20T18:24:31.648Z[ recovery-image] Aug 20 18:24:30.501 INFO O| Aug 20 18:24:30.501 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-08-20T18:24:31.655Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
70652026-08-20T18:24:31.658Z[ recovery-image] Aug 20 18:24:30.511 INFO O| Aug 20 18:24:30.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70662026-08-20T18:24:31.658Z[ recovery-image] Aug 20 18:24:30.511 INFO O| Aug 20 18:24:30.511 INFO STEP 589 (remove_files) COMPLETE
70672026-08-20T18:24:31.658Z[ recovery-image] Aug 20 18:24:30.511 INFO O| Aug 20 18:24:30.511 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70682026-08-20T18:24:31.667Z[ recovery-image] Aug 20 18:24:30.521 INFO O| Aug 20 18:24:30.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70692026-08-20T18:24:31.667Z[ recovery-image] Aug 20 18:24:30.521 INFO O| Aug 20 18:24:30.521 INFO STEP 590 (remove_files) COMPLETE
70702026-08-20T18:24:31.670Z[ recovery-image] Aug 20 18:24:30.521 INFO O| Aug 20 18:24:30.521 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70712026-08-20T18:24:31.675Z[ recovery-image] Aug 20 18:24:30.530 INFO O| Aug 20 18:24:30.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70722026-08-20T18:24:31.675Z[ recovery-image] Aug 20 18:24:30.530 INFO O| Aug 20 18:24:30.530 INFO STEP 591 (remove_files) COMPLETE
70732026-08-20T18:24:31.675Z[ recovery-image] Aug 20 18:24:30.530 INFO O| Aug 20 18:24:30.530 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70742026-08-20T18:24:31.679Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
70752026-08-20T18:24:31.685Z[ recovery-image] Aug 20 18:24:30.540 INFO O| Aug 20 18:24:30.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70762026-08-20T18:24:31.685Z[ recovery-image] Aug 20 18:24:30.540 INFO O| Aug 20 18:24:30.540 INFO STEP 592 (remove_files) COMPLETE
70772026-08-20T18:24:31.689Z[ recovery-image] Aug 20 18:24:30.540 INFO O| Aug 20 18:24:30.540 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-08-20T18:24:31.694Z[ recovery-image] Aug 20 18:24:30.549 INFO O| Aug 20 18:24:30.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
70792026-08-20T18:24:31.698Z[ recovery-image] Aug 20 18:24:30.550 INFO O| Aug 20 18:24:30.550 INFO STEP 593 (remove_files) COMPLETE
70802026-08-20T18:24:31.698Z[ recovery-image] Aug 20 18:24:30.550 INFO O| Aug 20 18:24:30.550 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-08-20T18:24:31.704Z[ recovery-image] Aug 20 18:24:30.559 INFO O| Aug 20 18:24:30.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
70822026-08-20T18:24:31.704Z[ recovery-image] Aug 20 18:24:30.559 INFO O| Aug 20 18:24:30.559 INFO STEP 594 (remove_files) COMPLETE
70832026-08-20T18:24:31.708Z[ recovery-image] Aug 20 18:24:30.559 INFO O| Aug 20 18:24:30.559 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-08-20T18:24:31.713Z[ recovery-image] Aug 20 18:24:30.568 INFO O| Aug 20 18:24:30.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
70852026-08-20T18:24:31.713Z[ recovery-image] Aug 20 18:24:30.568 INFO O| Aug 20 18:24:30.568 INFO STEP 595 (remove_files) COMPLETE
70862026-08-20T18:24:31.713Z[ recovery-image] Aug 20 18:24:30.568 INFO O| Aug 20 18:24:30.568 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-08-20T18:24:31.720Z[verify-libraries] Compiling russh v0.62.4
70882026-08-20T18:24:31.723Z[ recovery-image] Aug 20 18:24:30.576 INFO O| Aug 20 18:24:30.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
70892026-08-20T18:24:31.723Z[ recovery-image] Aug 20 18:24:30.576 INFO O| Aug 20 18:24:30.576 INFO STEP 596 (remove_files) COMPLETE
70902026-08-20T18:24:31.723Z[ recovery-image] Aug 20 18:24:30.576 INFO O| Aug 20 18:24:30.576 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-08-20T18:24:31.731Z[ recovery-image] Aug 20 18:24:30.586 INFO O| Aug 20 18:24:30.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
70922026-08-20T18:24:31.732Z[ recovery-image] Aug 20 18:24:30.586 INFO O| Aug 20 18:24:30.586 INFO STEP 597 (remove_files) COMPLETE
70932026-08-20T18:24:31.732Z[ recovery-image] Aug 20 18:24:30.586 INFO O| Aug 20 18:24:30.586 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-08-20T18:24:31.745Z[ recovery-image] Aug 20 18:24:30.599 INFO O| Aug 20 18:24:30.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
70952026-08-20T18:24:31.745Z[ recovery-image] Aug 20 18:24:30.599 INFO O| Aug 20 18:24:30.599 INFO STEP 598 (remove_files) COMPLETE
70962026-08-20T18:24:31.745Z[ recovery-image] Aug 20 18:24:30.599 INFO O| Aug 20 18:24:30.599 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-08-20T18:24:31.757Z[ recovery-image] Aug 20 18:24:30.610 INFO O| Aug 20 18:24:30.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
70982026-08-20T18:24:31.757Z[ recovery-image] Aug 20 18:24:30.610 INFO O| Aug 20 18:24:30.610 INFO STEP 599 (remove_files) COMPLETE
70992026-08-20T18:24:31.757Z[ recovery-image] Aug 20 18:24:30.610 INFO O| Aug 20 18:24:30.610 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-08-20T18:24:31.765Z[ recovery-image] Aug 20 18:24:30.619 INFO O| Aug 20 18:24:30.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71012026-08-20T18:24:31.765Z[ recovery-image] Aug 20 18:24:30.619 INFO O| Aug 20 18:24:30.619 INFO STEP 600 (remove_files) COMPLETE
71022026-08-20T18:24:31.765Z[ recovery-image] Aug 20 18:24:30.619 INFO O| Aug 20 18:24:30.619 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-08-20T18:24:31.774Z[ recovery-image] Aug 20 18:24:30.629 INFO O| Aug 20 18:24:30.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71042026-08-20T18:24:31.778Z[ recovery-image] Aug 20 18:24:30.630 INFO O| Aug 20 18:24:30.630 INFO STEP 601 (remove_files) COMPLETE
71052026-08-20T18:24:31.778Z[ recovery-image] Aug 20 18:24:30.630 INFO O| Aug 20 18:24:30.630 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-08-20T18:24:31.785Z[ recovery-image] Aug 20 18:24:30.639 INFO O| Aug 20 18:24:30.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71072026-08-20T18:24:31.785Z[ recovery-image] Aug 20 18:24:30.639 INFO O| Aug 20 18:24:30.639 INFO STEP 602 (remove_files) COMPLETE
71082026-08-20T18:24:31.788Z[ recovery-image] Aug 20 18:24:30.639 INFO O| Aug 20 18:24:30.639 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-08-20T18:24:31.795Z[ recovery-image] Aug 20 18:24:30.649 INFO O| Aug 20 18:24:30.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71102026-08-20T18:24:31.795Z[ recovery-image] Aug 20 18:24:30.649 INFO O| Aug 20 18:24:30.649 INFO STEP 603 (remove_files) COMPLETE
71112026-08-20T18:24:31.795Z[ recovery-image] Aug 20 18:24:30.649 INFO O| Aug 20 18:24:30.649 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-08-20T18:24:31.804Z[ recovery-image] Aug 20 18:24:30.658 INFO O| Aug 20 18:24:30.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71132026-08-20T18:24:31.804Z[ recovery-image] Aug 20 18:24:30.658 INFO O| Aug 20 18:24:30.658 INFO STEP 604 (remove_files) COMPLETE
71142026-08-20T18:24:31.807Z[ recovery-image] Aug 20 18:24:30.658 INFO O| Aug 20 18:24:30.658 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-08-20T18:24:31.811Z[ recovery-image] Aug 20 18:24:30.666 INFO O| Aug 20 18:24:30.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71162026-08-20T18:24:31.815Z[ recovery-image] Aug 20 18:24:30.667 INFO O| Aug 20 18:24:30.667 INFO STEP 605 (remove_files) COMPLETE
71172026-08-20T18:24:31.815Z[ recovery-image] Aug 20 18:24:30.667 INFO O| Aug 20 18:24:30.667 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-08-20T18:24:31.822Z[ recovery-image] Aug 20 18:24:30.677 INFO O| Aug 20 18:24:30.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71192026-08-20T18:24:31.822Z[ recovery-image] Aug 20 18:24:30.677 INFO O| Aug 20 18:24:30.677 INFO STEP 606 (remove_files) COMPLETE
71202026-08-20T18:24:31.822Z[ recovery-image] Aug 20 18:24:30.677 INFO O| Aug 20 18:24:30.677 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-08-20T18:24:31.831Z[ recovery-image] Aug 20 18:24:30.685 INFO O| Aug 20 18:24:30.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71222026-08-20T18:24:31.834Z[ recovery-image] Aug 20 18:24:30.685 INFO O| Aug 20 18:24:30.685 INFO STEP 607 (remove_files) COMPLETE
71232026-08-20T18:24:31.834Z[ recovery-image] Aug 20 18:24:30.685 INFO O| Aug 20 18:24:30.685 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-08-20T18:24:31.839Z[ recovery-image] Aug 20 18:24:30.694 INFO O| Aug 20 18:24:30.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71252026-08-20T18:24:31.839Z[ recovery-image] Aug 20 18:24:30.694 INFO O| Aug 20 18:24:30.694 INFO STEP 608 (remove_files) COMPLETE
71262026-08-20T18:24:31.842Z[ recovery-image] Aug 20 18:24:30.694 INFO O| Aug 20 18:24:30.694 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-08-20T18:24:31.852Z[ recovery-image] Aug 20 18:24:30.702 INFO O| Aug 20 18:24:30.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71282026-08-20T18:24:31.853Z[ recovery-image] Aug 20 18:24:30.702 INFO O| Aug 20 18:24:30.702 INFO STEP 609 (remove_files) COMPLETE
71292026-08-20T18:24:31.856Z[ recovery-image] Aug 20 18:24:30.702 INFO O| Aug 20 18:24:30.702 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-08-20T18:24:31.859Z[ recovery-image] Aug 20 18:24:30.714 INFO O| Aug 20 18:24:30.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71312026-08-20T18:24:31.859Z[ recovery-image] Aug 20 18:24:30.714 INFO O| Aug 20 18:24:30.714 INFO STEP 610 (remove_files) COMPLETE
71322026-08-20T18:24:31.859Z[ recovery-image] Aug 20 18:24:30.714 INFO O| Aug 20 18:24:30.714 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-08-20T18:24:31.864Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
71342026-08-20T18:24:31.869Z[ recovery-image] Aug 20 18:24:30.723 INFO O| Aug 20 18:24:30.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71352026-08-20T18:24:31.869Z[ recovery-image] Aug 20 18:24:30.723 INFO O| Aug 20 18:24:30.723 INFO STEP 611 (remove_files) COMPLETE
71362026-08-20T18:24:31.869Z[ recovery-image] Aug 20 18:24:30.723 INFO O| Aug 20 18:24:30.723 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71372026-08-20T18:24:31.877Z[ recovery-image] Aug 20 18:24:30.731 INFO O| Aug 20 18:24:30.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71382026-08-20T18:24:31.877Z[ recovery-image] Aug 20 18:24:30.732 INFO O| Aug 20 18:24:30.732 INFO STEP 612 (remove_files) COMPLETE
71392026-08-20T18:24:31.877Z[ recovery-image] Aug 20 18:24:30.732 INFO O| Aug 20 18:24:30.732 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71402026-08-20T18:24:31.887Z[ recovery-image] Aug 20 18:24:30.741 INFO O| Aug 20 18:24:30.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71412026-08-20T18:24:31.887Z[ recovery-image] Aug 20 18:24:30.742 INFO O| Aug 20 18:24:30.742 INFO STEP 613 (remove_files) COMPLETE
71422026-08-20T18:24:31.887Z[ recovery-image] Aug 20 18:24:30.742 INFO O| Aug 20 18:24:30.742 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71432026-08-20T18:24:31.896Z[ recovery-image] Aug 20 18:24:30.750 INFO O| Aug 20 18:24:30.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71442026-08-20T18:24:31.896Z[ recovery-image] Aug 20 18:24:30.750 INFO O| Aug 20 18:24:30.750 INFO STEP 614 (remove_files) COMPLETE
71452026-08-20T18:24:31.899Z[ recovery-image] Aug 20 18:24:30.750 INFO O| Aug 20 18:24:30.750 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71462026-08-20T18:24:31.904Z[ recovery-image] Aug 20 18:24:30.759 INFO O| Aug 20 18:24:30.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71472026-08-20T18:24:31.905Z[ recovery-image] Aug 20 18:24:30.759 INFO O| Aug 20 18:24:30.759 INFO STEP 615 (remove_files) COMPLETE
71482026-08-20T18:24:31.908Z[ recovery-image] Aug 20 18:24:30.759 INFO O| Aug 20 18:24:30.759 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71492026-08-20T18:24:31.915Z[ recovery-image] Aug 20 18:24:30.770 INFO O| Aug 20 18:24:30.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71502026-08-20T18:24:31.915Z[ recovery-image] Aug 20 18:24:30.770 INFO O| Aug 20 18:24:30.770 INFO STEP 616 (remove_files) COMPLETE
71512026-08-20T18:24:31.920Z[ recovery-image] Aug 20 18:24:30.770 INFO O| Aug 20 18:24:30.770 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71522026-08-20T18:24:31.927Z[ recovery-image] Aug 20 18:24:30.780 INFO O| Aug 20 18:24:30.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71532026-08-20T18:24:31.927Z[ recovery-image] Aug 20 18:24:30.780 INFO O| Aug 20 18:24:30.780 INFO STEP 617 (remove_files) COMPLETE
71542026-08-20T18:24:31.927Z[ recovery-image] Aug 20 18:24:30.780 INFO O| Aug 20 18:24:30.780 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71552026-08-20T18:24:31.936Z[ recovery-image] Aug 20 18:24:30.791 INFO O| Aug 20 18:24:30.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71562026-08-20T18:24:31.936Z[ recovery-image] Aug 20 18:24:30.791 INFO O| Aug 20 18:24:30.791 INFO STEP 618 (remove_files) COMPLETE
71572026-08-20T18:24:31.936Z[ recovery-image] Aug 20 18:24:30.791 INFO O| Aug 20 18:24:30.791 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71582026-08-20T18:24:31.946Z[ recovery-image] Aug 20 18:24:30.800 INFO O| Aug 20 18:24:30.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71592026-08-20T18:24:31.946Z[ recovery-image] Aug 20 18:24:30.801 INFO O| Aug 20 18:24:30.800 INFO STEP 619 (remove_files) COMPLETE
71602026-08-20T18:24:31.946Z[ recovery-image] Aug 20 18:24:30.801 INFO O| Aug 20 18:24:30.801 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71612026-08-20T18:24:31.956Z[ recovery-image] Aug 20 18:24:30.811 INFO O| Aug 20 18:24:30.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71622026-08-20T18:24:31.956Z[ recovery-image] Aug 20 18:24:30.811 INFO O| Aug 20 18:24:30.811 INFO STEP 620 (remove_files) COMPLETE
71632026-08-20T18:24:31.956Z[ recovery-image] Aug 20 18:24:30.811 INFO O| Aug 20 18:24:30.811 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71642026-08-20T18:24:31.966Z[ recovery-image] Aug 20 18:24:30.819 INFO O| Aug 20 18:24:30.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71652026-08-20T18:24:31.966Z[ recovery-image] Aug 20 18:24:30.819 INFO O| Aug 20 18:24:30.819 INFO STEP 621 (remove_files) COMPLETE
71662026-08-20T18:24:31.970Z[ recovery-image] Aug 20 18:24:30.819 INFO O| Aug 20 18:24:30.819 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71672026-08-20T18:24:31.974Z[ recovery-image] Aug 20 18:24:30.828 INFO O| Aug 20 18:24:30.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71682026-08-20T18:24:31.974Z[ recovery-image] Aug 20 18:24:30.828 INFO O| Aug 20 18:24:30.828 INFO STEP 622 (remove_files) COMPLETE
71692026-08-20T18:24:31.974Z[ recovery-image] Aug 20 18:24:30.828 INFO O| Aug 20 18:24:30.828 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71702026-08-20T18:24:31.981Z[ recovery-image] Aug 20 18:24:30.836 INFO O| Aug 20 18:24:30.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71712026-08-20T18:24:31.981Z[ recovery-image] Aug 20 18:24:30.836 INFO O| Aug 20 18:24:30.836 INFO STEP 623 (remove_files) COMPLETE
71722026-08-20T18:24:31.988Z[ recovery-image] Aug 20 18:24:30.836 INFO O| Aug 20 18:24:30.836 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71732026-08-20T18:24:31.994Z[ recovery-image] Aug 20 18:24:30.844 INFO O| Aug 20 18:24:30.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71742026-08-20T18:24:31.994Z[ recovery-image] Aug 20 18:24:30.845 INFO O| Aug 20 18:24:30.845 INFO STEP 624 (remove_files) COMPLETE
71752026-08-20T18:24:31.994Z[ recovery-image] Aug 20 18:24:30.845 INFO O| Aug 20 18:24:30.845 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71762026-08-20T18:24:31.999Z[ recovery-image] Aug 20 18:24:30.853 INFO O| Aug 20 18:24:30.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71772026-08-20T18:24:31.999Z[ recovery-image] Aug 20 18:24:30.853 INFO O| Aug 20 18:24:30.853 INFO STEP 625 (remove_files) COMPLETE
71782026-08-20T18:24:31.999Z[ recovery-image] Aug 20 18:24:30.853 INFO O| Aug 20 18:24:30.853 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71792026-08-20T18:24:32.007Z[ recovery-image] Aug 20 18:24:30.862 INFO O| Aug 20 18:24:30.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
71802026-08-20T18:24:32.007Z[ recovery-image] Aug 20 18:24:30.862 INFO O| Aug 20 18:24:30.862 INFO STEP 626 (remove_files) COMPLETE
71812026-08-20T18:24:32.010Z[ recovery-image] Aug 20 18:24:30.862 INFO O| Aug 20 18:24:30.862 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71822026-08-20T18:24:32.016Z[ recovery-image] Aug 20 18:24:30.870 INFO O| Aug 20 18:24:30.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
71832026-08-20T18:24:32.016Z[ recovery-image] Aug 20 18:24:30.870 INFO O| Aug 20 18:24:30.870 INFO STEP 627 (remove_files) COMPLETE
71842026-08-20T18:24:32.019Z[ recovery-image] Aug 20 18:24:30.870 INFO O| Aug 20 18:24:30.870 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71852026-08-20T18:24:32.024Z[ recovery-image] Aug 20 18:24:30.879 INFO O| Aug 20 18:24:30.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
71862026-08-20T18:24:32.024Z[ recovery-image] Aug 20 18:24:30.879 INFO O| Aug 20 18:24:30.879 INFO STEP 628 (remove_files) COMPLETE
71872026-08-20T18:24:32.027Z[ recovery-image] Aug 20 18:24:30.879 INFO O| Aug 20 18:24:30.879 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71882026-08-20T18:24:32.033Z[ recovery-image] Aug 20 18:24:30.887 INFO O| Aug 20 18:24:30.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
71892026-08-20T18:24:32.033Z[ recovery-image] Aug 20 18:24:30.887 INFO O| Aug 20 18:24:30.887 INFO STEP 629 (remove_files) COMPLETE
71902026-08-20T18:24:32.033Z[ recovery-image] Aug 20 18:24:30.887 INFO O| Aug 20 18:24:30.887 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71912026-08-20T18:24:32.045Z[ recovery-image] Aug 20 18:24:30.899 INFO O| Aug 20 18:24:30.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
71922026-08-20T18:24:32.045Z[ recovery-image] Aug 20 18:24:30.900 INFO O| Aug 20 18:24:30.899 INFO STEP 630 (remove_files) COMPLETE
71932026-08-20T18:24:32.045Z[ recovery-image] Aug 20 18:24:30.900 INFO O| Aug 20 18:24:30.900 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71942026-08-20T18:24:32.055Z[ recovery-image] Aug 20 18:24:30.909 INFO O| Aug 20 18:24:30.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
71952026-08-20T18:24:32.055Z[ recovery-image] Aug 20 18:24:30.910 INFO O| Aug 20 18:24:30.910 INFO STEP 631 (remove_files) COMPLETE
71962026-08-20T18:24:32.055Z[ recovery-image] Aug 20 18:24:30.910 INFO O| Aug 20 18:24:30.910 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71972026-08-20T18:24:32.064Z[ recovery-image] Aug 20 18:24:30.919 INFO O| Aug 20 18:24:30.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
71982026-08-20T18:24:32.064Z[ recovery-image] Aug 20 18:24:30.919 INFO O| Aug 20 18:24:30.919 INFO STEP 632 (remove_files) COMPLETE
71992026-08-20T18:24:32.064Z[ recovery-image] Aug 20 18:24:30.919 INFO O| Aug 20 18:24:30.919 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72002026-08-20T18:24:32.074Z[ recovery-image] Aug 20 18:24:30.928 INFO O| Aug 20 18:24:30.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72012026-08-20T18:24:32.074Z[ recovery-image] Aug 20 18:24:30.928 INFO O| Aug 20 18:24:30.928 INFO STEP 633 (remove_files) COMPLETE
72022026-08-20T18:24:32.074Z[ recovery-image] Aug 20 18:24:30.928 INFO O| Aug 20 18:24:30.928 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72032026-08-20T18:24:32.082Z[ recovery-image] Aug 20 18:24:30.937 INFO O| Aug 20 18:24:30.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72042026-08-20T18:24:32.082Z[ recovery-image] Aug 20 18:24:30.937 INFO O| Aug 20 18:24:30.937 INFO STEP 634 (remove_files) COMPLETE
72052026-08-20T18:24:32.082Z[ recovery-image] Aug 20 18:24:30.937 INFO O| Aug 20 18:24:30.937 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72062026-08-20T18:24:32.091Z[ recovery-image] Aug 20 18:24:30.946 INFO O| Aug 20 18:24:30.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72072026-08-20T18:24:32.095Z[ recovery-image] Aug 20 18:24:30.947 INFO O| Aug 20 18:24:30.947 INFO STEP 635 (remove_files) COMPLETE
72082026-08-20T18:24:32.095Z[ recovery-image] Aug 20 18:24:30.947 INFO O| Aug 20 18:24:30.947 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72092026-08-20T18:24:32.101Z[ recovery-image] Aug 20 18:24:30.956 INFO O| Aug 20 18:24:30.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72102026-08-20T18:24:32.101Z[ recovery-image] Aug 20 18:24:30.956 INFO O| Aug 20 18:24:30.956 INFO STEP 636 (remove_files) COMPLETE
72112026-08-20T18:24:32.101Z[ recovery-image] Aug 20 18:24:30.956 INFO O| Aug 20 18:24:30.956 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72122026-08-20T18:24:32.110Z[ recovery-image] Aug 20 18:24:30.964 INFO O| Aug 20 18:24:30.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72132026-08-20T18:24:32.110Z[ recovery-image] Aug 20 18:24:30.965 INFO O| Aug 20 18:24:30.965 INFO STEP 637 (remove_files) COMPLETE
72142026-08-20T18:24:32.113Z[ recovery-image] Aug 20 18:24:30.965 INFO O| Aug 20 18:24:30.965 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72152026-08-20T18:24:32.119Z[ recovery-image] Aug 20 18:24:30.973 INFO O| Aug 20 18:24:30.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72162026-08-20T18:24:32.119Z[ recovery-image] Aug 20 18:24:30.973 INFO O| Aug 20 18:24:30.973 INFO STEP 638 (remove_files) COMPLETE
72172026-08-20T18:24:32.119Z[ recovery-image] Aug 20 18:24:30.974 INFO O| Aug 20 18:24:30.973 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72182026-08-20T18:24:32.128Z[ recovery-image] Aug 20 18:24:30.982 INFO O| Aug 20 18:24:30.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72192026-08-20T18:24:32.129Z[ recovery-image] Aug 20 18:24:30.982 INFO O| Aug 20 18:24:30.982 INFO STEP 639 (remove_files) COMPLETE
72202026-08-20T18:24:32.129Z[ recovery-image] Aug 20 18:24:30.982 INFO O| Aug 20 18:24:30.982 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72212026-08-20T18:24:32.139Z[ recovery-image] Aug 20 18:24:30.992 INFO O| Aug 20 18:24:30.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72222026-08-20T18:24:32.139Z[ recovery-image] Aug 20 18:24:30.992 INFO O| Aug 20 18:24:30.992 INFO STEP 640 (remove_files) COMPLETE
72232026-08-20T18:24:32.139Z[ recovery-image] Aug 20 18:24:30.992 INFO O| Aug 20 18:24:30.992 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72242026-08-20T18:24:32.147Z[ recovery-image] Aug 20 18:24:31.002 INFO O| Aug 20 18:24:31.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72252026-08-20T18:24:32.147Z[ recovery-image] Aug 20 18:24:31.002 INFO O| Aug 20 18:24:31.002 INFO STEP 641 (remove_files) COMPLETE
72262026-08-20T18:24:32.147Z[ recovery-image] Aug 20 18:24:31.002 INFO O| Aug 20 18:24:31.002 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72272026-08-20T18:24:32.157Z[ recovery-image] Aug 20 18:24:31.011 INFO O| Aug 20 18:24:31.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72282026-08-20T18:24:32.157Z[ recovery-image] Aug 20 18:24:31.011 INFO O| Aug 20 18:24:31.011 INFO STEP 642 (remove_files) COMPLETE
72292026-08-20T18:24:32.160Z[ recovery-image] Aug 20 18:24:31.011 INFO O| Aug 20 18:24:31.011 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72302026-08-20T18:24:32.166Z[ recovery-image] Aug 20 18:24:31.021 INFO O| Aug 20 18:24:31.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72312026-08-20T18:24:32.167Z[ recovery-image] Aug 20 18:24:31.021 INFO O| Aug 20 18:24:31.021 INFO STEP 643 (remove_files) COMPLETE
72322026-08-20T18:24:32.167Z[ recovery-image] Aug 20 18:24:31.021 INFO O| Aug 20 18:24:31.021 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72332026-08-20T18:24:32.176Z[ recovery-image] Aug 20 18:24:31.031 INFO O| Aug 20 18:24:31.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72342026-08-20T18:24:32.176Z[ recovery-image] Aug 20 18:24:31.031 INFO O| Aug 20 18:24:31.031 INFO STEP 644 (remove_files) COMPLETE
72352026-08-20T18:24:32.179Z[ recovery-image] Aug 20 18:24:31.031 INFO O| Aug 20 18:24:31.031 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72362026-08-20T18:24:32.185Z[ recovery-image] Aug 20 18:24:31.040 INFO O| Aug 20 18:24:31.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72372026-08-20T18:24:32.186Z[ recovery-image] Aug 20 18:24:31.040 INFO O| Aug 20 18:24:31.040 INFO STEP 645 (remove_files) COMPLETE
72382026-08-20T18:24:32.186Z[ recovery-image] Aug 20 18:24:31.040 INFO O| Aug 20 18:24:31.040 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72392026-08-20T18:24:32.195Z[ recovery-image] Aug 20 18:24:31.050 INFO O| Aug 20 18:24:31.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72402026-08-20T18:24:32.195Z[ recovery-image] Aug 20 18:24:31.050 INFO O| Aug 20 18:24:31.050 INFO STEP 646 (remove_files) COMPLETE
72412026-08-20T18:24:32.199Z[ recovery-image] Aug 20 18:24:31.050 INFO O| Aug 20 18:24:31.050 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72422026-08-20T18:24:32.205Z[ recovery-image] Aug 20 18:24:31.060 INFO O| Aug 20 18:24:31.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72432026-08-20T18:24:32.205Z[ recovery-image] Aug 20 18:24:31.060 INFO O| Aug 20 18:24:31.060 INFO STEP 647 (remove_files) COMPLETE
72442026-08-20T18:24:32.205Z[ recovery-image] Aug 20 18:24:31.060 INFO O| Aug 20 18:24:31.060 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72452026-08-20T18:24:32.214Z[ recovery-image] Aug 20 18:24:31.069 INFO O| Aug 20 18:24:31.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72462026-08-20T18:24:32.215Z[ recovery-image] Aug 20 18:24:31.069 INFO O| Aug 20 18:24:31.069 INFO STEP 648 (remove_files) COMPLETE
72472026-08-20T18:24:32.215Z[ recovery-image] Aug 20 18:24:31.069 INFO O| Aug 20 18:24:31.069 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72482026-08-20T18:24:32.224Z[ recovery-image] Aug 20 18:24:31.079 INFO O| Aug 20 18:24:31.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72492026-08-20T18:24:32.224Z[ recovery-image] Aug 20 18:24:31.079 INFO O| Aug 20 18:24:31.079 INFO STEP 649 (remove_files) COMPLETE
72502026-08-20T18:24:32.224Z[ recovery-image] Aug 20 18:24:31.079 INFO O| Aug 20 18:24:31.079 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72512026-08-20T18:24:32.234Z[ recovery-image] Aug 20 18:24:31.088 INFO O| Aug 20 18:24:31.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72522026-08-20T18:24:32.234Z[ recovery-image] Aug 20 18:24:31.089 INFO O| Aug 20 18:24:31.088 INFO STEP 650 (remove_files) COMPLETE
72532026-08-20T18:24:32.240Z[ recovery-image] Aug 20 18:24:31.089 INFO O| Aug 20 18:24:31.088 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72542026-08-20T18:24:32.246Z[ recovery-image] Aug 20 18:24:31.098 INFO O| Aug 20 18:24:31.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72552026-08-20T18:24:32.247Z[ recovery-image] Aug 20 18:24:31.098 INFO O| Aug 20 18:24:31.098 INFO STEP 651 (remove_files) COMPLETE
72562026-08-20T18:24:32.247Z[ recovery-image] Aug 20 18:24:31.098 INFO O| Aug 20 18:24:31.098 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72572026-08-20T18:24:32.254Z[ recovery-image] Aug 20 18:24:31.108 INFO O| Aug 20 18:24:31.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72582026-08-20T18:24:32.254Z[ recovery-image] Aug 20 18:24:31.108 INFO O| Aug 20 18:24:31.108 INFO STEP 652 (remove_files) COMPLETE
72592026-08-20T18:24:32.254Z[ recovery-image] Aug 20 18:24:31.108 INFO O| Aug 20 18:24:31.108 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72602026-08-20T18:24:32.263Z[ recovery-image] Aug 20 18:24:31.118 INFO O| Aug 20 18:24:31.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72612026-08-20T18:24:32.263Z[ recovery-image] Aug 20 18:24:31.118 INFO O| Aug 20 18:24:31.118 INFO STEP 653 (remove_files) COMPLETE
72622026-08-20T18:24:32.269Z[ recovery-image] Aug 20 18:24:31.118 INFO O| Aug 20 18:24:31.118 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72632026-08-20T18:24:32.274Z[ recovery-image] Aug 20 18:24:31.127 INFO O| Aug 20 18:24:31.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72642026-08-20T18:24:32.274Z[ recovery-image] Aug 20 18:24:31.127 INFO O| Aug 20 18:24:31.127 INFO STEP 654 (remove_files) COMPLETE
72652026-08-20T18:24:32.274Z[ recovery-image] Aug 20 18:24:31.127 INFO O| Aug 20 18:24:31.127 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72662026-08-20T18:24:32.282Z[ recovery-image] Aug 20 18:24:31.137 INFO O| Aug 20 18:24:31.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72672026-08-20T18:24:32.282Z[ recovery-image] Aug 20 18:24:31.137 INFO O| Aug 20 18:24:31.137 INFO STEP 655 (remove_files) COMPLETE
72682026-08-20T18:24:32.282Z[ recovery-image] Aug 20 18:24:31.137 INFO O| Aug 20 18:24:31.137 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72692026-08-20T18:24:32.292Z[ recovery-image] Aug 20 18:24:31.147 INFO O| Aug 20 18:24:31.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72702026-08-20T18:24:32.292Z[ recovery-image] Aug 20 18:24:31.147 INFO O| Aug 20 18:24:31.147 INFO STEP 656 (remove_files) COMPLETE
72712026-08-20T18:24:32.296Z[ recovery-image] Aug 20 18:24:31.147 INFO O| Aug 20 18:24:31.147 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72722026-08-20T18:24:32.302Z[ recovery-image] Aug 20 18:24:31.157 INFO O| Aug 20 18:24:31.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72732026-08-20T18:24:32.302Z[ recovery-image] Aug 20 18:24:31.157 INFO O| Aug 20 18:24:31.157 INFO STEP 657 (remove_files) COMPLETE
72742026-08-20T18:24:32.302Z[ recovery-image] Aug 20 18:24:31.157 INFO O| Aug 20 18:24:31.157 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72752026-08-20T18:24:32.312Z[ recovery-image] Aug 20 18:24:31.167 INFO O| Aug 20 18:24:31.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72762026-08-20T18:24:32.312Z[ recovery-image] Aug 20 18:24:31.167 INFO O| Aug 20 18:24:31.167 INFO STEP 658 (remove_files) COMPLETE
72772026-08-20T18:24:32.312Z[ recovery-image] Aug 20 18:24:31.167 INFO O| Aug 20 18:24:31.167 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72782026-08-20T18:24:32.321Z[ recovery-image] Aug 20 18:24:31.176 INFO O| Aug 20 18:24:31.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72792026-08-20T18:24:32.321Z[ recovery-image] Aug 20 18:24:31.176 INFO O| Aug 20 18:24:31.176 INFO STEP 659 (remove_files) COMPLETE
72802026-08-20T18:24:32.321Z[ recovery-image] Aug 20 18:24:31.176 INFO O| Aug 20 18:24:31.176 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72812026-08-20T18:24:32.330Z[ recovery-image] Aug 20 18:24:31.184 INFO O| Aug 20 18:24:31.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
72822026-08-20T18:24:32.330Z[ recovery-image] Aug 20 18:24:31.184 INFO O| Aug 20 18:24:31.184 INFO STEP 660 (remove_files) COMPLETE
72832026-08-20T18:24:32.335Z[ recovery-image] Aug 20 18:24:31.184 INFO O| Aug 20 18:24:31.184 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72842026-08-20T18:24:32.339Z[ recovery-image] Aug 20 18:24:31.194 INFO O| Aug 20 18:24:31.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
72852026-08-20T18:24:32.340Z[ recovery-image] Aug 20 18:24:31.194 INFO O| Aug 20 18:24:31.194 INFO STEP 661 (remove_files) COMPLETE
72862026-08-20T18:24:32.340Z[ recovery-image] Aug 20 18:24:31.194 INFO O| Aug 20 18:24:31.194 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72872026-08-20T18:24:32.349Z[ recovery-image] Aug 20 18:24:31.203 INFO O| Aug 20 18:24:31.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
72882026-08-20T18:24:32.349Z[ recovery-image] Aug 20 18:24:31.203 INFO O| Aug 20 18:24:31.203 INFO STEP 662 (remove_files) COMPLETE
72892026-08-20T18:24:32.349Z[ recovery-image] Aug 20 18:24:31.203 INFO O| Aug 20 18:24:31.203 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72902026-08-20T18:24:32.358Z[ recovery-image] Aug 20 18:24:31.213 INFO O| Aug 20 18:24:31.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
72912026-08-20T18:24:32.358Z[ recovery-image] Aug 20 18:24:31.213 INFO O| Aug 20 18:24:31.213 INFO STEP 663 (remove_files) COMPLETE
72922026-08-20T18:24:32.358Z[ recovery-image] Aug 20 18:24:31.213 INFO O| Aug 20 18:24:31.213 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72932026-08-20T18:24:32.368Z[ recovery-image] Aug 20 18:24:31.222 INFO O| Aug 20 18:24:31.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
72942026-08-20T18:24:32.368Z[ recovery-image] Aug 20 18:24:31.222 INFO O| Aug 20 18:24:31.222 INFO STEP 664 (remove_files) COMPLETE
72952026-08-20T18:24:32.373Z[ recovery-image] Aug 20 18:24:31.222 INFO O| Aug 20 18:24:31.222 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72962026-08-20T18:24:32.378Z[ recovery-image] Aug 20 18:24:31.233 INFO O| Aug 20 18:24:31.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
72972026-08-20T18:24:32.378Z[ recovery-image] Aug 20 18:24:31.233 INFO O| Aug 20 18:24:31.233 INFO STEP 665 (remove_files) COMPLETE
72982026-08-20T18:24:32.381Z[ recovery-image] Aug 20 18:24:31.233 INFO O| Aug 20 18:24:31.233 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72992026-08-20T18:24:32.388Z[ recovery-image] Aug 20 18:24:31.243 INFO O| Aug 20 18:24:31.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73002026-08-20T18:24:32.388Z[ recovery-image] Aug 20 18:24:31.243 INFO O| Aug 20 18:24:31.243 INFO STEP 666 (remove_files) COMPLETE
73012026-08-20T18:24:32.391Z[ recovery-image] Aug 20 18:24:31.243 INFO O| Aug 20 18:24:31.243 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73022026-08-20T18:24:32.398Z[ recovery-image] Aug 20 18:24:31.253 INFO O| Aug 20 18:24:31.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73032026-08-20T18:24:32.398Z[ recovery-image] Aug 20 18:24:31.253 INFO O| Aug 20 18:24:31.253 INFO STEP 667 (remove_files) COMPLETE
73042026-08-20T18:24:32.402Z[ recovery-image] Aug 20 18:24:31.253 INFO O| Aug 20 18:24:31.253 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73052026-08-20T18:24:32.408Z[ recovery-image] Aug 20 18:24:31.263 INFO O| Aug 20 18:24:31.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73062026-08-20T18:24:32.408Z[ recovery-image] Aug 20 18:24:31.263 INFO O| Aug 20 18:24:31.263 INFO STEP 668 (remove_files) COMPLETE
73072026-08-20T18:24:32.411Z[ recovery-image] Aug 20 18:24:31.263 INFO O| Aug 20 18:24:31.263 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73082026-08-20T18:24:32.418Z[ recovery-image] Aug 20 18:24:31.273 INFO O| Aug 20 18:24:31.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73092026-08-20T18:24:32.418Z[ recovery-image] Aug 20 18:24:31.273 INFO O| Aug 20 18:24:31.273 INFO STEP 669 (remove_files) COMPLETE
73102026-08-20T18:24:32.424Z[ recovery-image] Aug 20 18:24:31.273 INFO O| Aug 20 18:24:31.273 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73112026-08-20T18:24:32.430Z[ recovery-image] Aug 20 18:24:31.283 INFO O| Aug 20 18:24:31.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73122026-08-20T18:24:32.430Z[ recovery-image] Aug 20 18:24:31.283 INFO O| Aug 20 18:24:31.283 INFO STEP 670 (remove_files) COMPLETE
73132026-08-20T18:24:32.430Z[ recovery-image] Aug 20 18:24:31.283 INFO O| Aug 20 18:24:31.283 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73142026-08-20T18:24:32.438Z[ recovery-image] Aug 20 18:24:31.292 INFO O| Aug 20 18:24:31.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73152026-08-20T18:24:32.438Z[ recovery-image] Aug 20 18:24:31.292 INFO O| Aug 20 18:24:31.292 INFO STEP 671 (remove_files) COMPLETE
73162026-08-20T18:24:32.438Z[ recovery-image] Aug 20 18:24:31.292 INFO O| Aug 20 18:24:31.292 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73172026-08-20T18:24:32.449Z[ recovery-image] Aug 20 18:24:31.303 INFO O| Aug 20 18:24:31.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73182026-08-20T18:24:32.449Z[ recovery-image] Aug 20 18:24:31.303 INFO O| Aug 20 18:24:31.303 INFO STEP 672 (remove_files) COMPLETE
73192026-08-20T18:24:32.449Z[ recovery-image] Aug 20 18:24:31.303 INFO O| Aug 20 18:24:31.303 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73202026-08-20T18:24:32.460Z[ recovery-image] Aug 20 18:24:31.314 INFO O| Aug 20 18:24:31.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73212026-08-20T18:24:32.460Z[ recovery-image] Aug 20 18:24:31.315 INFO O| Aug 20 18:24:31.314 INFO STEP 673 (remove_files) COMPLETE
73222026-08-20T18:24:32.460Z[ recovery-image] Aug 20 18:24:31.315 INFO O| Aug 20 18:24:31.314 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73232026-08-20T18:24:32.469Z[ recovery-image] Aug 20 18:24:31.324 INFO O| Aug 20 18:24:31.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73242026-08-20T18:24:32.470Z[ recovery-image] Aug 20 18:24:31.324 INFO O| Aug 20 18:24:31.324 INFO STEP 674 (remove_files) COMPLETE
73252026-08-20T18:24:32.470Z[ recovery-image] Aug 20 18:24:31.324 INFO O| Aug 20 18:24:31.324 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73262026-08-20T18:24:32.479Z[ recovery-image] Aug 20 18:24:31.333 INFO O| Aug 20 18:24:31.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73272026-08-20T18:24:32.479Z[ recovery-image] Aug 20 18:24:31.333 INFO O| Aug 20 18:24:31.333 INFO STEP 675 (remove_files) COMPLETE
73282026-08-20T18:24:32.479Z[ recovery-image] Aug 20 18:24:31.333 INFO O| Aug 20 18:24:31.333 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73292026-08-20T18:24:32.487Z[ recovery-image] Aug 20 18:24:31.342 INFO O| Aug 20 18:24:31.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73302026-08-20T18:24:32.487Z[ recovery-image] Aug 20 18:24:31.342 INFO O| Aug 20 18:24:31.342 INFO STEP 676 (remove_files) COMPLETE
73312026-08-20T18:24:32.491Z[ recovery-image] Aug 20 18:24:31.342 INFO O| Aug 20 18:24:31.342 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73322026-08-20T18:24:32.496Z[ recovery-image] Aug 20 18:24:31.351 INFO O| Aug 20 18:24:31.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73332026-08-20T18:24:32.496Z[ recovery-image] Aug 20 18:24:31.351 INFO O| Aug 20 18:24:31.351 INFO STEP 677 (remove_files) COMPLETE
73342026-08-20T18:24:32.497Z[ recovery-image] Aug 20 18:24:31.351 INFO O| Aug 20 18:24:31.351 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73352026-08-20T18:24:32.505Z[ recovery-image] Aug 20 18:24:31.360 INFO O| Aug 20 18:24:31.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73362026-08-20T18:24:32.505Z[ recovery-image] Aug 20 18:24:31.360 INFO O| Aug 20 18:24:31.360 INFO STEP 678 (remove_files) COMPLETE
73372026-08-20T18:24:32.505Z[ recovery-image] Aug 20 18:24:31.360 INFO O| Aug 20 18:24:31.360 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73382026-08-20T18:24:32.514Z[ recovery-image] Aug 20 18:24:31.369 INFO O| Aug 20 18:24:31.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73392026-08-20T18:24:32.514Z[ recovery-image] Aug 20 18:24:31.369 INFO O| Aug 20 18:24:31.369 INFO STEP 679 (remove_files) COMPLETE
73402026-08-20T18:24:32.514Z[ recovery-image] Aug 20 18:24:31.369 INFO O| Aug 20 18:24:31.369 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73412026-08-20T18:24:32.524Z[ recovery-image] Aug 20 18:24:31.378 INFO O| Aug 20 18:24:31.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73422026-08-20T18:24:32.524Z[ recovery-image] Aug 20 18:24:31.378 INFO O| Aug 20 18:24:31.378 INFO STEP 680 (remove_files) COMPLETE
73432026-08-20T18:24:32.524Z[ recovery-image] Aug 20 18:24:31.378 INFO O| Aug 20 18:24:31.378 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73442026-08-20T18:24:32.533Z[ recovery-image] Aug 20 18:24:31.387 INFO O| Aug 20 18:24:31.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73452026-08-20T18:24:32.533Z[ recovery-image] Aug 20 18:24:31.387 INFO O| Aug 20 18:24:31.387 INFO STEP 681 (remove_files) COMPLETE
73462026-08-20T18:24:32.533Z[ recovery-image] Aug 20 18:24:31.387 INFO O| Aug 20 18:24:31.387 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73472026-08-20T18:24:32.541Z[ recovery-image] Aug 20 18:24:31.395 INFO O| Aug 20 18:24:31.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73482026-08-20T18:24:32.541Z[ recovery-image] Aug 20 18:24:31.396 INFO O| Aug 20 18:24:31.396 INFO STEP 682 (remove_files) COMPLETE
73492026-08-20T18:24:32.541Z[ recovery-image] Aug 20 18:24:31.396 INFO O| Aug 20 18:24:31.396 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73502026-08-20T18:24:32.549Z[ recovery-image] Aug 20 18:24:31.403 INFO O| Aug 20 18:24:31.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73512026-08-20T18:24:32.549Z[ recovery-image] Aug 20 18:24:31.403 INFO O| Aug 20 18:24:31.403 INFO STEP 683 (remove_files) COMPLETE
73522026-08-20T18:24:32.549Z[ recovery-image] Aug 20 18:24:31.403 INFO O| Aug 20 18:24:31.403 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73532026-08-20T18:24:32.557Z[ recovery-image] Aug 20 18:24:31.411 INFO O| Aug 20 18:24:31.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73542026-08-20T18:24:32.557Z[ recovery-image] Aug 20 18:24:31.411 INFO O| Aug 20 18:24:31.411 INFO STEP 684 (remove_files) COMPLETE
73552026-08-20T18:24:32.557Z[ recovery-image] Aug 20 18:24:31.411 INFO O| Aug 20 18:24:31.411 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73562026-08-20T18:24:32.565Z[ recovery-image] Aug 20 18:24:31.420 INFO O| Aug 20 18:24:31.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73572026-08-20T18:24:32.565Z[ recovery-image] Aug 20 18:24:31.420 INFO O| Aug 20 18:24:31.420 INFO STEP 685 (remove_files) COMPLETE
73582026-08-20T18:24:32.565Z[ recovery-image] Aug 20 18:24:31.420 INFO O| Aug 20 18:24:31.420 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73592026-08-20T18:24:32.574Z[ recovery-image] Aug 20 18:24:31.429 INFO O| Aug 20 18:24:31.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73602026-08-20T18:24:32.574Z[ recovery-image] Aug 20 18:24:31.429 INFO O| Aug 20 18:24:31.429 INFO STEP 686 (remove_files) COMPLETE
73612026-08-20T18:24:32.574Z[ recovery-image] Aug 20 18:24:31.429 INFO O| Aug 20 18:24:31.429 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73622026-08-20T18:24:32.582Z[ recovery-image] Aug 20 18:24:31.437 INFO O| Aug 20 18:24:31.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73632026-08-20T18:24:32.582Z[ recovery-image] Aug 20 18:24:31.437 INFO O| Aug 20 18:24:31.437 INFO STEP 687 (remove_files) COMPLETE
73642026-08-20T18:24:32.582Z[ recovery-image] Aug 20 18:24:31.437 INFO O| Aug 20 18:24:31.437 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73652026-08-20T18:24:32.592Z[ recovery-image] Aug 20 18:24:31.445 INFO O| Aug 20 18:24:31.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73662026-08-20T18:24:32.595Z[ recovery-image] Aug 20 18:24:31.446 INFO O| Aug 20 18:24:31.446 INFO STEP 688 (remove_files) COMPLETE
73672026-08-20T18:24:32.595Z[ recovery-image] Aug 20 18:24:31.446 INFO O| Aug 20 18:24:31.446 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73682026-08-20T18:24:32.599Z[ recovery-image] Aug 20 18:24:31.454 INFO O| Aug 20 18:24:31.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73692026-08-20T18:24:32.600Z[ recovery-image] Aug 20 18:24:31.454 INFO O| Aug 20 18:24:31.454 INFO STEP 689 (remove_files) COMPLETE
73702026-08-20T18:24:32.600Z[ recovery-image] Aug 20 18:24:31.454 INFO O| Aug 20 18:24:31.454 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73712026-08-20T18:24:32.610Z[ recovery-image] Aug 20 18:24:31.464 INFO O| Aug 20 18:24:31.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73722026-08-20T18:24:32.610Z[ recovery-image] Aug 20 18:24:31.464 INFO O| Aug 20 18:24:31.464 INFO STEP 690 (remove_files) COMPLETE
73732026-08-20T18:24:32.610Z[ recovery-image] Aug 20 18:24:31.464 INFO O| Aug 20 18:24:31.464 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73742026-08-20T18:24:32.618Z[ recovery-image] Aug 20 18:24:31.472 INFO O| Aug 20 18:24:31.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73752026-08-20T18:24:32.618Z[ recovery-image] Aug 20 18:24:31.472 INFO O| Aug 20 18:24:31.472 INFO STEP 691 (remove_files) COMPLETE
73762026-08-20T18:24:32.618Z[ recovery-image] Aug 20 18:24:31.472 INFO O| Aug 20 18:24:31.472 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73772026-08-20T18:24:32.626Z[ recovery-image] Aug 20 18:24:31.480 INFO O| Aug 20 18:24:31.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73782026-08-20T18:24:32.626Z[ recovery-image] Aug 20 18:24:31.480 INFO O| Aug 20 18:24:31.480 INFO STEP 692 (remove_files) COMPLETE
73792026-08-20T18:24:32.626Z[ recovery-image] Aug 20 18:24:31.480 INFO O| Aug 20 18:24:31.480 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73802026-08-20T18:24:32.634Z[ recovery-image] Aug 20 18:24:31.489 INFO O| Aug 20 18:24:31.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
73812026-08-20T18:24:32.635Z[ recovery-image] Aug 20 18:24:31.489 INFO O| Aug 20 18:24:31.489 INFO STEP 693 (remove_files) COMPLETE
73822026-08-20T18:24:32.635Z[ recovery-image] Aug 20 18:24:31.489 INFO O| Aug 20 18:24:31.489 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73832026-08-20T18:24:32.643Z[ recovery-image] Aug 20 18:24:31.497 INFO O| Aug 20 18:24:31.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
73842026-08-20T18:24:32.643Z[ recovery-image] Aug 20 18:24:31.497 INFO O| Aug 20 18:24:31.497 INFO STEP 694 (remove_files) COMPLETE
73852026-08-20T18:24:32.643Z[ recovery-image] Aug 20 18:24:31.497 INFO O| Aug 20 18:24:31.497 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73862026-08-20T18:24:32.653Z[ recovery-image] Aug 20 18:24:31.506 INFO O| Aug 20 18:24:31.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
73872026-08-20T18:24:32.653Z[ recovery-image] Aug 20 18:24:31.506 INFO O| Aug 20 18:24:31.506 INFO STEP 695 (remove_files) COMPLETE
73882026-08-20T18:24:32.653Z[ recovery-image] Aug 20 18:24:31.506 INFO O| Aug 20 18:24:31.506 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73892026-08-20T18:24:32.660Z[ recovery-image] Aug 20 18:24:31.514 INFO O| Aug 20 18:24:31.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
73902026-08-20T18:24:32.660Z[ recovery-image] Aug 20 18:24:31.514 INFO O| Aug 20 18:24:31.514 INFO STEP 696 (remove_files) COMPLETE
73912026-08-20T18:24:32.660Z[ recovery-image] Aug 20 18:24:31.514 INFO O| Aug 20 18:24:31.514 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73922026-08-20T18:24:32.670Z[ recovery-image] Aug 20 18:24:31.525 INFO O| Aug 20 18:24:31.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
73932026-08-20T18:24:32.670Z[ recovery-image] Aug 20 18:24:31.525 INFO O| Aug 20 18:24:31.525 INFO STEP 697 (remove_files) COMPLETE
73942026-08-20T18:24:32.670Z[ recovery-image] Aug 20 18:24:31.525 INFO O| Aug 20 18:24:31.525 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73952026-08-20T18:24:32.680Z[ recovery-image] Aug 20 18:24:31.534 INFO O| Aug 20 18:24:31.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
73962026-08-20T18:24:32.680Z[ recovery-image] Aug 20 18:24:31.534 INFO O| Aug 20 18:24:31.534 INFO STEP 698 (remove_files) COMPLETE
73972026-08-20T18:24:32.683Z[ recovery-image] Aug 20 18:24:31.534 INFO O| Aug 20 18:24:31.534 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73982026-08-20T18:24:32.689Z[ recovery-image] Aug 20 18:24:31.544 INFO O| Aug 20 18:24:31.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
73992026-08-20T18:24:32.689Z[ recovery-image] Aug 20 18:24:31.544 INFO O| Aug 20 18:24:31.544 INFO STEP 699 (remove_files) COMPLETE
74002026-08-20T18:24:32.692Z[ recovery-image] Aug 20 18:24:31.544 INFO O| Aug 20 18:24:31.544 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74012026-08-20T18:24:32.698Z[ recovery-image] Aug 20 18:24:31.553 INFO O| Aug 20 18:24:31.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74022026-08-20T18:24:32.698Z[ recovery-image] Aug 20 18:24:31.553 INFO O| Aug 20 18:24:31.553 INFO STEP 700 (remove_files) COMPLETE
74032026-08-20T18:24:32.702Z[ recovery-image] Aug 20 18:24:31.553 INFO O| Aug 20 18:24:31.553 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74042026-08-20T18:24:32.707Z[ recovery-image] Aug 20 18:24:31.561 INFO O| Aug 20 18:24:31.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74052026-08-20T18:24:32.707Z[ recovery-image] Aug 20 18:24:31.561 INFO O| Aug 20 18:24:31.561 INFO STEP 701 (remove_files) COMPLETE
74062026-08-20T18:24:32.707Z[ recovery-image] Aug 20 18:24:31.561 INFO O| Aug 20 18:24:31.561 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74072026-08-20T18:24:32.715Z[ recovery-image] Aug 20 18:24:31.569 INFO O| Aug 20 18:24:31.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74082026-08-20T18:24:32.715Z[ recovery-image] Aug 20 18:24:31.569 INFO O| Aug 20 18:24:31.569 INFO STEP 702 (remove_files) COMPLETE
74092026-08-20T18:24:32.718Z[ recovery-image] Aug 20 18:24:31.569 INFO O| Aug 20 18:24:31.569 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74102026-08-20T18:24:32.723Z[ recovery-image] Aug 20 18:24:31.578 INFO O| Aug 20 18:24:31.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74112026-08-20T18:24:32.723Z[ recovery-image] Aug 20 18:24:31.578 INFO O| Aug 20 18:24:31.578 INFO STEP 703 (remove_files) COMPLETE
74122026-08-20T18:24:32.723Z[ recovery-image] Aug 20 18:24:31.578 INFO O| Aug 20 18:24:31.578 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74132026-08-20T18:24:32.733Z[ recovery-image] Aug 20 18:24:31.587 INFO O| Aug 20 18:24:31.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74142026-08-20T18:24:32.733Z[ recovery-image] Aug 20 18:24:31.587 INFO O| Aug 20 18:24:31.587 INFO STEP 704 (remove_files) COMPLETE
74152026-08-20T18:24:32.736Z[ recovery-image] Aug 20 18:24:31.587 INFO O| Aug 20 18:24:31.587 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74162026-08-20T18:24:32.742Z[ recovery-image] Aug 20 18:24:31.596 INFO O| Aug 20 18:24:31.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74172026-08-20T18:24:32.742Z[ recovery-image] Aug 20 18:24:31.596 INFO O| Aug 20 18:24:31.596 INFO STEP 705 (remove_files) COMPLETE
74182026-08-20T18:24:32.742Z[ recovery-image] Aug 20 18:24:31.596 INFO O| Aug 20 18:24:31.596 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74192026-08-20T18:24:32.751Z[ recovery-image] Aug 20 18:24:31.605 INFO O| Aug 20 18:24:31.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74202026-08-20T18:24:32.751Z[ recovery-image] Aug 20 18:24:31.605 INFO O| Aug 20 18:24:31.605 INFO STEP 706 (remove_files) COMPLETE
74212026-08-20T18:24:32.751Z[ recovery-image] Aug 20 18:24:31.605 INFO O| Aug 20 18:24:31.605 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74222026-08-20T18:24:32.761Z[ recovery-image] Aug 20 18:24:31.614 INFO O| Aug 20 18:24:31.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74232026-08-20T18:24:32.761Z[ recovery-image] Aug 20 18:24:31.614 INFO O| Aug 20 18:24:31.614 INFO STEP 707 (remove_files) COMPLETE
74242026-08-20T18:24:32.761Z[ recovery-image] Aug 20 18:24:31.614 INFO O| Aug 20 18:24:31.614 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74252026-08-20T18:24:32.771Z[ recovery-image] Aug 20 18:24:31.626 INFO O| Aug 20 18:24:31.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74262026-08-20T18:24:32.771Z[ recovery-image] Aug 20 18:24:31.626 INFO O| Aug 20 18:24:31.626 INFO STEP 708 (remove_files) COMPLETE
74272026-08-20T18:24:32.775Z[ recovery-image] Aug 20 18:24:31.626 INFO O| Aug 20 18:24:31.626 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74282026-08-20T18:24:32.782Z[ recovery-image] Aug 20 18:24:31.636 INFO O| Aug 20 18:24:31.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74292026-08-20T18:24:32.782Z[ recovery-image] Aug 20 18:24:31.636 INFO O| Aug 20 18:24:31.636 INFO STEP 709 (remove_files) COMPLETE
74302026-08-20T18:24:32.786Z[ recovery-image] Aug 20 18:24:31.636 INFO O| Aug 20 18:24:31.636 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74312026-08-20T18:24:32.792Z[ recovery-image] Aug 20 18:24:31.646 INFO O| Aug 20 18:24:31.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74322026-08-20T18:24:32.792Z[ recovery-image] Aug 20 18:24:31.646 INFO O| Aug 20 18:24:31.646 INFO STEP 710 (remove_files) COMPLETE
74332026-08-20T18:24:32.792Z[ recovery-image] Aug 20 18:24:31.646 INFO O| Aug 20 18:24:31.646 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74342026-08-20T18:24:32.802Z[ recovery-image] Aug 20 18:24:31.657 INFO O| Aug 20 18:24:31.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74352026-08-20T18:24:32.802Z[ recovery-image] Aug 20 18:24:31.657 INFO O| Aug 20 18:24:31.657 INFO STEP 711 (remove_files) COMPLETE
74362026-08-20T18:24:32.802Z[ recovery-image] Aug 20 18:24:31.657 INFO O| Aug 20 18:24:31.657 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74372026-08-20T18:24:32.813Z[ recovery-image] Aug 20 18:24:31.667 INFO O| Aug 20 18:24:31.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74382026-08-20T18:24:32.813Z[ recovery-image] Aug 20 18:24:31.667 INFO O| Aug 20 18:24:31.667 INFO STEP 712 (remove_files) COMPLETE
74392026-08-20T18:24:32.816Z[ recovery-image] Aug 20 18:24:31.667 INFO O| Aug 20 18:24:31.667 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74402026-08-20T18:24:32.823Z[ recovery-image] Aug 20 18:24:31.678 INFO O| Aug 20 18:24:31.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74412026-08-20T18:24:32.823Z[ recovery-image] Aug 20 18:24:31.678 INFO O| Aug 20 18:24:31.678 INFO STEP 713 (remove_files) COMPLETE
74422026-08-20T18:24:32.826Z[ recovery-image] Aug 20 18:24:31.678 INFO O| Aug 20 18:24:31.678 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74432026-08-20T18:24:32.834Z[ recovery-image] Aug 20 18:24:31.688 INFO O| Aug 20 18:24:31.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74442026-08-20T18:24:32.834Z[ recovery-image] Aug 20 18:24:31.688 INFO O| Aug 20 18:24:31.688 INFO STEP 714 (remove_files) COMPLETE
74452026-08-20T18:24:32.837Z[ recovery-image] Aug 20 18:24:31.688 INFO O| Aug 20 18:24:31.688 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-08-20T18:24:32.850Z[ recovery-image] Aug 20 18:24:31.698 INFO O| Aug 20 18:24:31.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74472026-08-20T18:24:32.850Z[ recovery-image] Aug 20 18:24:31.698 INFO O| Aug 20 18:24:31.698 INFO STEP 715 (remove_files) COMPLETE
74482026-08-20T18:24:32.850Z[ recovery-image] Aug 20 18:24:31.698 INFO O| Aug 20 18:24:31.698 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-08-20T18:24:32.853Z[ recovery-image] Aug 20 18:24:31.706 INFO O| Aug 20 18:24:31.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74502026-08-20T18:24:32.854Z[ recovery-image] Aug 20 18:24:31.707 INFO O| Aug 20 18:24:31.707 INFO STEP 716 (remove_files) COMPLETE
74512026-08-20T18:24:32.854Z[ recovery-image] Aug 20 18:24:31.707 INFO O| Aug 20 18:24:31.707 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-08-20T18:24:32.861Z[ recovery-image] Aug 20 18:24:31.716 INFO O| Aug 20 18:24:31.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74532026-08-20T18:24:32.869Z[ recovery-image] Aug 20 18:24:31.723 INFO O| Aug 20 18:24:31.723 INFO STEP 717 (remove_files) COMPLETE
74542026-08-20T18:24:32.869Z[ recovery-image] Aug 20 18:24:31.723 INFO O| Aug 20 18:24:31.723 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-08-20T18:24:32.873Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
74562026-08-20T18:24:32.881Z[ recovery-image] Aug 20 18:24:31.735 INFO O| Aug 20 18:24:31.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74572026-08-20T18:24:32.881Z[ recovery-image] Aug 20 18:24:31.735 INFO O| Aug 20 18:24:31.735 INFO STEP 718 (remove_files) COMPLETE
74582026-08-20T18:24:32.884Z[ recovery-image] Aug 20 18:24:31.735 INFO O| Aug 20 18:24:31.735 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-08-20T18:24:32.890Z[ recovery-image] Aug 20 18:24:31.745 INFO O| Aug 20 18:24:31.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74602026-08-20T18:24:32.890Z[ recovery-image] Aug 20 18:24:31.745 INFO O| Aug 20 18:24:31.745 INFO STEP 719 (remove_files) COMPLETE
74612026-08-20T18:24:32.894Z[ recovery-image] Aug 20 18:24:31.745 INFO O| Aug 20 18:24:31.745 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-08-20T18:24:32.900Z[ recovery-image] Aug 20 18:24:31.754 INFO O| Aug 20 18:24:31.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74632026-08-20T18:24:32.900Z[ recovery-image] Aug 20 18:24:31.755 INFO O| Aug 20 18:24:31.755 INFO STEP 720 (remove_files) COMPLETE
74642026-08-20T18:24:32.900Z[ recovery-image] Aug 20 18:24:31.755 INFO O| Aug 20 18:24:31.755 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-08-20T18:24:32.910Z[ recovery-image] Aug 20 18:24:31.764 INFO O| Aug 20 18:24:31.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74662026-08-20T18:24:32.913Z[ recovery-image] Aug 20 18:24:31.765 INFO O| Aug 20 18:24:31.765 INFO STEP 721 (remove_files) COMPLETE
74672026-08-20T18:24:32.913Z[ recovery-image] Aug 20 18:24:31.765 INFO O| Aug 20 18:24:31.765 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-08-20T18:24:32.921Z[ recovery-image] Aug 20 18:24:31.775 INFO O| Aug 20 18:24:31.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74692026-08-20T18:24:32.921Z[ recovery-image] Aug 20 18:24:31.776 INFO O| Aug 20 18:24:31.776 INFO STEP 722 (remove_files) COMPLETE
74702026-08-20T18:24:32.924Z[ recovery-image] Aug 20 18:24:31.776 INFO O| Aug 20 18:24:31.776 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-08-20T18:24:32.932Z[ recovery-image] Aug 20 18:24:31.785 INFO O| Aug 20 18:24:31.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74722026-08-20T18:24:32.932Z[ recovery-image] Aug 20 18:24:31.785 INFO O| Aug 20 18:24:31.785 INFO STEP 723 (remove_files) COMPLETE
74732026-08-20T18:24:32.932Z[ recovery-image] Aug 20 18:24:31.785 INFO O| Aug 20 18:24:31.785 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-08-20T18:24:32.940Z[ recovery-image] Aug 20 18:24:31.794 INFO O| Aug 20 18:24:31.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74752026-08-20T18:24:32.940Z[ recovery-image] Aug 20 18:24:31.795 INFO O| Aug 20 18:24:31.794 INFO STEP 724 (remove_files) COMPLETE
74762026-08-20T18:24:32.943Z[ recovery-image] Aug 20 18:24:31.795 INFO O| Aug 20 18:24:31.794 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-08-20T18:24:32.951Z[ recovery-image] Aug 20 18:24:31.804 INFO O| Aug 20 18:24:31.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74782026-08-20T18:24:32.951Z[ recovery-image] Aug 20 18:24:31.804 INFO O| Aug 20 18:24:31.804 INFO STEP 725 (remove_files) COMPLETE
74792026-08-20T18:24:32.951Z[ recovery-image] Aug 20 18:24:31.804 INFO O| Aug 20 18:24:31.804 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-08-20T18:24:32.958Z[ recovery-image] Aug 20 18:24:31.813 INFO O| Aug 20 18:24:31.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
74812026-08-20T18:24:32.958Z[ recovery-image] Aug 20 18:24:31.813 INFO O| Aug 20 18:24:31.813 INFO STEP 726 (remove_files) COMPLETE
74822026-08-20T18:24:32.958Z[ recovery-image] Aug 20 18:24:31.813 INFO O| Aug 20 18:24:31.813 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-08-20T18:24:32.968Z[ recovery-image] Aug 20 18:24:31.823 INFO O| Aug 20 18:24:31.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
74842026-08-20T18:24:32.968Z[ recovery-image] Aug 20 18:24:31.823 INFO O| Aug 20 18:24:31.823 INFO STEP 727 (remove_files) COMPLETE
74852026-08-20T18:24:32.968Z[ recovery-image] Aug 20 18:24:31.823 INFO O| Aug 20 18:24:31.823 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-08-20T18:24:32.977Z[ recovery-image] Aug 20 18:24:31.832 INFO O| Aug 20 18:24:31.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
74872026-08-20T18:24:32.978Z[ recovery-image] Aug 20 18:24:31.832 INFO O| Aug 20 18:24:31.832 INFO STEP 728 (remove_files) COMPLETE
74882026-08-20T18:24:32.978Z[ recovery-image] Aug 20 18:24:31.832 INFO O| Aug 20 18:24:31.832 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-08-20T18:24:32.987Z[ recovery-image] Aug 20 18:24:31.841 INFO O| Aug 20 18:24:31.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
74902026-08-20T18:24:32.987Z[ recovery-image] Aug 20 18:24:31.841 INFO O| Aug 20 18:24:31.841 INFO STEP 729 (remove_files) COMPLETE
74912026-08-20T18:24:32.990Z[ recovery-image] Aug 20 18:24:31.841 INFO O| Aug 20 18:24:31.841 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-08-20T18:24:32.996Z[ recovery-image] Aug 20 18:24:31.851 INFO O| Aug 20 18:24:31.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
74932026-08-20T18:24:32.997Z[ recovery-image] Aug 20 18:24:31.851 INFO O| Aug 20 18:24:31.851 INFO STEP 730 (remove_files) COMPLETE
74942026-08-20T18:24:32.997Z[ recovery-image] Aug 20 18:24:31.851 INFO O| Aug 20 18:24:31.851 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-08-20T18:24:33.001Z[verify-libraries] Compiling samael v0.0.19
74962026-08-20T18:24:33.006Z[ recovery-image] Aug 20 18:24:31.861 INFO O| Aug 20 18:24:31.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
74972026-08-20T18:24:33.006Z[ recovery-image] Aug 20 18:24:31.861 INFO O| Aug 20 18:24:31.861 INFO STEP 731 (remove_files) COMPLETE
74982026-08-20T18:24:33.010Z[ recovery-image] Aug 20 18:24:31.861 INFO O| Aug 20 18:24:31.861 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-08-20T18:24:33.017Z[ recovery-image] Aug 20 18:24:31.872 INFO O| Aug 20 18:24:31.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75002026-08-20T18:24:33.020Z[ recovery-image] Aug 20 18:24:31.873 INFO O| Aug 20 18:24:31.873 INFO STEP 732 (remove_files) COMPLETE
75012026-08-20T18:24:33.021Z[ recovery-image] Aug 20 18:24:31.873 INFO O| Aug 20 18:24:31.873 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-08-20T18:24:33.031Z[ recovery-image] Aug 20 18:24:31.885 INFO O| Aug 20 18:24:31.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75032026-08-20T18:24:33.031Z[ recovery-image] Aug 20 18:24:31.885 INFO O| Aug 20 18:24:31.885 INFO STEP 733 (remove_files) COMPLETE
75042026-08-20T18:24:33.031Z[ recovery-image] Aug 20 18:24:31.885 INFO O| Aug 20 18:24:31.885 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-08-20T18:24:33.043Z[ recovery-image] Aug 20 18:24:31.896 INFO O| Aug 20 18:24:31.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75062026-08-20T18:24:33.043Z[ recovery-image] Aug 20 18:24:31.896 INFO O| Aug 20 18:24:31.896 INFO STEP 734 (remove_files) COMPLETE
75072026-08-20T18:24:33.043Z[ recovery-image] Aug 20 18:24:31.896 INFO O| Aug 20 18:24:31.896 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-08-20T18:24:33.052Z[ recovery-image] Aug 20 18:24:31.906 INFO O| Aug 20 18:24:31.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75092026-08-20T18:24:33.052Z[ recovery-image] Aug 20 18:24:31.906 INFO O| Aug 20 18:24:31.906 INFO STEP 735 (remove_files) COMPLETE
75102026-08-20T18:24:33.052Z[ recovery-image] Aug 20 18:24:31.906 INFO O| Aug 20 18:24:31.906 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-08-20T18:24:33.061Z[ recovery-image] Aug 20 18:24:31.915 INFO O| Aug 20 18:24:31.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75122026-08-20T18:24:33.061Z[ recovery-image] Aug 20 18:24:31.915 INFO O| Aug 20 18:24:31.915 INFO STEP 736 (remove_files) COMPLETE
75132026-08-20T18:24:33.064Z[ recovery-image] Aug 20 18:24:31.915 INFO O| Aug 20 18:24:31.915 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-08-20T18:24:33.070Z[ recovery-image] Aug 20 18:24:31.925 INFO O| Aug 20 18:24:31.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75152026-08-20T18:24:33.070Z[ recovery-image] Aug 20 18:24:31.925 INFO O| Aug 20 18:24:31.925 INFO STEP 737 (remove_files) COMPLETE
75162026-08-20T18:24:33.070Z[ recovery-image] Aug 20 18:24:31.925 INFO O| Aug 20 18:24:31.925 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-08-20T18:24:33.079Z[ recovery-image] Aug 20 18:24:31.934 INFO O| Aug 20 18:24:31.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75182026-08-20T18:24:33.080Z[ recovery-image] Aug 20 18:24:31.934 INFO O| Aug 20 18:24:31.934 INFO STEP 738 (remove_files) COMPLETE
75192026-08-20T18:24:33.080Z[ recovery-image] Aug 20 18:24:31.934 INFO O| Aug 20 18:24:31.934 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-08-20T18:24:33.083Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
75212026-08-20T18:24:33.089Z[ recovery-image] Aug 20 18:24:31.944 INFO O| Aug 20 18:24:31.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75222026-08-20T18:24:33.089Z[ recovery-image] Aug 20 18:24:31.944 INFO O| Aug 20 18:24:31.944 INFO STEP 739 (remove_files) COMPLETE
75232026-08-20T18:24:33.092Z[ recovery-image] Aug 20 18:24:31.944 INFO O| Aug 20 18:24:31.944 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-08-20T18:24:33.098Z[ recovery-image] Aug 20 18:24:31.952 INFO O| Aug 20 18:24:31.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75252026-08-20T18:24:33.098Z[ recovery-image] Aug 20 18:24:31.952 INFO O| Aug 20 18:24:31.952 INFO STEP 740 (remove_files) COMPLETE
75262026-08-20T18:24:33.102Z[ recovery-image] Aug 20 18:24:31.952 INFO O| Aug 20 18:24:31.952 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-08-20T18:24:33.106Z[ recovery-image] Aug 20 18:24:31.961 INFO O| Aug 20 18:24:31.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75282026-08-20T18:24:33.106Z[ recovery-image] Aug 20 18:24:31.961 INFO O| Aug 20 18:24:31.961 INFO STEP 741 (remove_files) COMPLETE
75292026-08-20T18:24:33.109Z[ recovery-image] Aug 20 18:24:31.961 INFO O| Aug 20 18:24:31.961 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-08-20T18:24:33.116Z[ recovery-image] Aug 20 18:24:31.970 INFO O| Aug 20 18:24:31.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75312026-08-20T18:24:33.116Z[ recovery-image] Aug 20 18:24:31.970 INFO O| Aug 20 18:24:31.970 INFO STEP 742 (remove_files) COMPLETE
75322026-08-20T18:24:33.116Z[ recovery-image] Aug 20 18:24:31.970 INFO O| Aug 20 18:24:31.970 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-08-20T18:24:33.126Z[ recovery-image] Aug 20 18:24:31.981 INFO O| Aug 20 18:24:31.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75342026-08-20T18:24:33.126Z[ recovery-image] Aug 20 18:24:31.981 INFO O| Aug 20 18:24:31.981 INFO STEP 743 (remove_files) COMPLETE
75352026-08-20T18:24:33.127Z[ recovery-image] Aug 20 18:24:31.981 INFO O| Aug 20 18:24:31.981 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-08-20T18:24:33.136Z[ recovery-image] Aug 20 18:24:31.991 INFO O| Aug 20 18:24:31.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75372026-08-20T18:24:33.136Z[ recovery-image] Aug 20 18:24:31.991 INFO O| Aug 20 18:24:31.991 INFO STEP 744 (remove_files) COMPLETE
75382026-08-20T18:24:33.136Z[ recovery-image] Aug 20 18:24:31.991 INFO O| Aug 20 18:24:31.991 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-08-20T18:24:33.147Z[ recovery-image] Aug 20 18:24:32.000 INFO O| Aug 20 18:24:32.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75402026-08-20T18:24:33.147Z[ recovery-image] Aug 20 18:24:32.000 INFO O| Aug 20 18:24:32.000 INFO STEP 745 (remove_files) COMPLETE
75412026-08-20T18:24:33.147Z[ recovery-image] Aug 20 18:24:32.000 INFO O| Aug 20 18:24:32.000 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-08-20T18:24:33.153Z[ recovery-image] Aug 20 18:24:32.008 INFO O| Aug 20 18:24:32.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75432026-08-20T18:24:33.153Z[ recovery-image] Aug 20 18:24:32.008 INFO O| Aug 20 18:24:32.008 INFO STEP 746 (remove_files) COMPLETE
75442026-08-20T18:24:33.153Z[ recovery-image] Aug 20 18:24:32.008 INFO O| Aug 20 18:24:32.008 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-08-20T18:24:33.161Z[ recovery-image] Aug 20 18:24:32.015 INFO O| Aug 20 18:24:32.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75462026-08-20T18:24:33.161Z[ recovery-image] Aug 20 18:24:32.015 INFO O| Aug 20 18:24:32.015 INFO STEP 747 (remove_files) COMPLETE
75472026-08-20T18:24:33.164Z[ recovery-image] Aug 20 18:24:32.015 INFO O| Aug 20 18:24:32.015 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-08-20T18:24:33.168Z[ recovery-image] Aug 20 18:24:32.023 INFO O| Aug 20 18:24:32.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75492026-08-20T18:24:33.168Z[ recovery-image] Aug 20 18:24:32.023 INFO O| Aug 20 18:24:32.023 INFO STEP 748 (remove_files) COMPLETE
75502026-08-20T18:24:33.168Z[ recovery-image] Aug 20 18:24:32.023 INFO O| Aug 20 18:24:32.023 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-08-20T18:24:33.176Z[ recovery-image] Aug 20 18:24:32.031 INFO O| Aug 20 18:24:32.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75522026-08-20T18:24:33.176Z[ recovery-image] Aug 20 18:24:32.031 INFO O| Aug 20 18:24:32.031 INFO STEP 749 (remove_files) COMPLETE
75532026-08-20T18:24:33.176Z[ recovery-image] Aug 20 18:24:32.031 INFO O| Aug 20 18:24:32.031 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-08-20T18:24:33.184Z[ recovery-image] Aug 20 18:24:32.038 INFO O| Aug 20 18:24:32.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75552026-08-20T18:24:33.184Z[ recovery-image] Aug 20 18:24:32.038 INFO O| Aug 20 18:24:32.038 INFO STEP 750 (remove_files) COMPLETE
75562026-08-20T18:24:33.187Z[ recovery-image] Aug 20 18:24:32.038 INFO O| Aug 20 18:24:32.038 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-08-20T18:24:33.192Z[ recovery-image] Aug 20 18:24:32.047 INFO O| Aug 20 18:24:32.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75582026-08-20T18:24:33.196Z[ recovery-image] Aug 20 18:24:32.047 INFO O| Aug 20 18:24:32.047 INFO STEP 751 (remove_files) COMPLETE
75592026-08-20T18:24:33.196Z[ recovery-image] Aug 20 18:24:32.047 INFO O| Aug 20 18:24:32.047 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-08-20T18:24:33.202Z[ recovery-image] Aug 20 18:24:32.057 INFO O| Aug 20 18:24:32.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75612026-08-20T18:24:33.202Z[ recovery-image] Aug 20 18:24:32.057 INFO O| Aug 20 18:24:32.057 INFO STEP 752 (remove_files) COMPLETE
75622026-08-20T18:24:33.205Z[ recovery-image] Aug 20 18:24:32.057 INFO O| Aug 20 18:24:32.057 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75632026-08-20T18:24:33.211Z[ recovery-image] Aug 20 18:24:32.066 INFO O| Aug 20 18:24:32.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75642026-08-20T18:24:33.211Z[ recovery-image] Aug 20 18:24:32.066 INFO O| Aug 20 18:24:32.066 INFO STEP 753 (remove_files) COMPLETE
75652026-08-20T18:24:33.211Z[ recovery-image] Aug 20 18:24:32.066 INFO O| Aug 20 18:24:32.066 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-08-20T18:24:33.222Z[ recovery-image] Aug 20 18:24:32.076 INFO O| Aug 20 18:24:32.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75672026-08-20T18:24:33.222Z[ recovery-image] Aug 20 18:24:32.076 INFO O| Aug 20 18:24:32.076 INFO STEP 754 (remove_files) COMPLETE
75682026-08-20T18:24:33.222Z[ recovery-image] Aug 20 18:24:32.076 INFO O| Aug 20 18:24:32.076 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75692026-08-20T18:24:33.234Z[ recovery-image] Aug 20 18:24:32.086 INFO O| Aug 20 18:24:32.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75702026-08-20T18:24:33.234Z[ recovery-image] Aug 20 18:24:32.086 INFO O| Aug 20 18:24:32.086 INFO STEP 755 (remove_files) COMPLETE
75712026-08-20T18:24:33.234Z[ recovery-image] Aug 20 18:24:32.086 INFO O| Aug 20 18:24:32.086 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75722026-08-20T18:24:33.240Z[ recovery-image] Aug 20 18:24:32.095 INFO O| Aug 20 18:24:32.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75732026-08-20T18:24:33.240Z[ recovery-image] Aug 20 18:24:32.095 INFO O| Aug 20 18:24:32.095 INFO STEP 756 (remove_files) COMPLETE
75742026-08-20T18:24:33.240Z[ recovery-image] Aug 20 18:24:32.095 INFO O| Aug 20 18:24:32.095 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75752026-08-20T18:24:33.249Z[ recovery-image] Aug 20 18:24:32.104 INFO O| Aug 20 18:24:32.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75762026-08-20T18:24:33.249Z[ recovery-image] Aug 20 18:24:32.104 INFO O| Aug 20 18:24:32.104 INFO STEP 757 (remove_files) COMPLETE
75772026-08-20T18:24:33.249Z[ recovery-image] Aug 20 18:24:32.104 INFO O| Aug 20 18:24:32.104 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75782026-08-20T18:24:33.258Z[ recovery-image] Aug 20 18:24:32.113 INFO O| Aug 20 18:24:32.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75792026-08-20T18:24:33.262Z[ recovery-image] Aug 20 18:24:32.114 INFO O| Aug 20 18:24:32.113 INFO STEP 758 (remove_files) COMPLETE
75802026-08-20T18:24:33.262Z[ recovery-image] Aug 20 18:24:32.114 INFO O| Aug 20 18:24:32.113 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-08-20T18:24:33.307Z[ recovery-image] Aug 20 18:24:32.123 INFO O| Aug 20 18:24:32.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
75822026-08-20T18:24:33.307Z[ recovery-image] Aug 20 18:24:32.123 INFO O| Aug 20 18:24:32.123 INFO STEP 759 (remove_files) COMPLETE
75832026-08-20T18:24:33.308Z[ recovery-image] Aug 20 18:24:32.123 INFO O| Aug 20 18:24:32.123 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-08-20T18:24:33.308Z[ recovery-image] Aug 20 18:24:32.132 INFO O| Aug 20 18:24:32.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
75852026-08-20T18:24:33.308Z[ recovery-image] Aug 20 18:24:32.132 INFO O| Aug 20 18:24:32.132 INFO STEP 760 (remove_files) COMPLETE
75862026-08-20T18:24:33.308Z[ recovery-image] Aug 20 18:24:32.132 INFO O| Aug 20 18:24:32.132 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-08-20T18:24:33.308Z[ recovery-image] Aug 20 18:24:32.141 INFO O| Aug 20 18:24:32.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
75882026-08-20T18:24:33.308Z[ recovery-image] Aug 20 18:24:32.143 INFO O| Aug 20 18:24:32.143 INFO STEP 761 (remove_files) COMPLETE
75892026-08-20T18:24:33.308Z[ recovery-image] Aug 20 18:24:32.143 INFO O| Aug 20 18:24:32.143 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-08-20T18:24:33.308Z[ recovery-image] Aug 20 18:24:32.153 INFO O| Aug 20 18:24:32.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
75912026-08-20T18:24:33.308Z[ recovery-image] Aug 20 18:24:32.154 INFO O| Aug 20 18:24:32.154 INFO STEP 762 (remove_files) COMPLETE
75922026-08-20T18:24:33.308Z[ recovery-image] Aug 20 18:24:32.154 INFO O| Aug 20 18:24:32.154 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-08-20T18:24:33.312Z[ recovery-image] Aug 20 18:24:32.164 INFO O| Aug 20 18:24:32.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
75942026-08-20T18:24:33.315Z[ recovery-image] Aug 20 18:24:32.164 INFO O| Aug 20 18:24:32.164 INFO STEP 763 (remove_files) COMPLETE
75952026-08-20T18:24:33.315Z[ recovery-image] Aug 20 18:24:32.164 INFO O| Aug 20 18:24:32.164 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-08-20T18:24:33.319Z[ recovery-image] Aug 20 18:24:32.173 INFO O| Aug 20 18:24:32.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
75972026-08-20T18:24:33.319Z[ recovery-image] Aug 20 18:24:32.173 INFO O| Aug 20 18:24:32.173 INFO STEP 764 (remove_files) COMPLETE
75982026-08-20T18:24:33.319Z[ recovery-image] Aug 20 18:24:32.173 INFO O| Aug 20 18:24:32.173 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-08-20T18:24:33.328Z[ recovery-image] Aug 20 18:24:32.183 INFO O| Aug 20 18:24:32.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76002026-08-20T18:24:33.328Z[ recovery-image] Aug 20 18:24:32.183 INFO O| Aug 20 18:24:32.183 INFO STEP 765 (remove_files) COMPLETE
76012026-08-20T18:24:33.328Z[ recovery-image] Aug 20 18:24:32.183 INFO O| Aug 20 18:24:32.183 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-08-20T18:24:33.340Z[ recovery-image] Aug 20 18:24:32.193 INFO O| Aug 20 18:24:32.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76032026-08-20T18:24:33.340Z[ recovery-image] Aug 20 18:24:32.194 INFO O| Aug 20 18:24:32.193 INFO STEP 766 (remove_files) COMPLETE
76042026-08-20T18:24:33.340Z[ recovery-image] Aug 20 18:24:32.194 INFO O| Aug 20 18:24:32.193 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-08-20T18:24:33.349Z[ recovery-image] Aug 20 18:24:32.203 INFO O| Aug 20 18:24:32.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76062026-08-20T18:24:33.349Z[ recovery-image] Aug 20 18:24:32.203 INFO O| Aug 20 18:24:32.203 INFO STEP 767 (remove_files) COMPLETE
76072026-08-20T18:24:33.349Z[ recovery-image] Aug 20 18:24:32.203 INFO O| Aug 20 18:24:32.203 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-08-20T18:24:33.358Z[ recovery-image] Aug 20 18:24:32.213 INFO O| Aug 20 18:24:32.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76092026-08-20T18:24:33.358Z[ recovery-image] Aug 20 18:24:32.213 INFO O| Aug 20 18:24:32.213 INFO STEP 768 (remove_files) COMPLETE
76102026-08-20T18:24:33.358Z[ recovery-image] Aug 20 18:24:32.213 INFO O| Aug 20 18:24:32.213 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-08-20T18:24:33.371Z[ recovery-image] Aug 20 18:24:32.225 INFO O| Aug 20 18:24:32.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76122026-08-20T18:24:33.374Z[ recovery-image] Aug 20 18:24:32.226 INFO O| Aug 20 18:24:32.226 INFO STEP 769 (remove_files) COMPLETE
76132026-08-20T18:24:33.374Z[ recovery-image] Aug 20 18:24:32.226 INFO O| Aug 20 18:24:32.226 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-08-20T18:24:33.375Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
76152026-08-20T18:24:33.381Z[ recovery-image] Aug 20 18:24:32.236 INFO O| Aug 20 18:24:32.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76162026-08-20T18:24:33.381Z[ recovery-image] Aug 20 18:24:32.236 INFO O| Aug 20 18:24:32.236 INFO STEP 770 (remove_files) COMPLETE
76172026-08-20T18:24:33.384Z[ recovery-image] Aug 20 18:24:32.236 INFO O| Aug 20 18:24:32.236 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-08-20T18:24:33.390Z[ recovery-image] Aug 20 18:24:32.244 INFO O| Aug 20 18:24:32.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76192026-08-20T18:24:33.390Z[ recovery-image] Aug 20 18:24:32.244 INFO O| Aug 20 18:24:32.244 INFO STEP 771 (remove_files) COMPLETE
76202026-08-20T18:24:33.390Z[ recovery-image] Aug 20 18:24:32.244 INFO O| Aug 20 18:24:32.244 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-08-20T18:24:33.400Z[ recovery-image] Aug 20 18:24:32.254 INFO O| Aug 20 18:24:32.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76222026-08-20T18:24:33.400Z[ recovery-image] Aug 20 18:24:32.254 INFO O| Aug 20 18:24:32.254 INFO STEP 772 (remove_files) COMPLETE
76232026-08-20T18:24:33.404Z[ recovery-image] Aug 20 18:24:32.254 INFO O| Aug 20 18:24:32.254 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-08-20T18:24:33.409Z[ recovery-image] Aug 20 18:24:32.264 INFO O| Aug 20 18:24:32.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76252026-08-20T18:24:33.409Z[ recovery-image] Aug 20 18:24:32.264 INFO O| Aug 20 18:24:32.264 INFO STEP 773 (remove_files) COMPLETE
76262026-08-20T18:24:33.412Z[ recovery-image] Aug 20 18:24:32.264 INFO O| Aug 20 18:24:32.264 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-08-20T18:24:33.418Z[ recovery-image] Aug 20 18:24:32.272 INFO O| Aug 20 18:24:32.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76282026-08-20T18:24:33.418Z[ recovery-image] Aug 20 18:24:32.273 INFO O| Aug 20 18:24:32.272 INFO STEP 774 (remove_files) COMPLETE
76292026-08-20T18:24:33.418Z[ recovery-image] Aug 20 18:24:32.273 INFO O| Aug 20 18:24:32.273 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-08-20T18:24:33.427Z[ recovery-image] Aug 20 18:24:32.282 INFO O| Aug 20 18:24:32.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76312026-08-20T18:24:33.427Z[ recovery-image] Aug 20 18:24:32.282 INFO O| Aug 20 18:24:32.282 INFO STEP 775 (remove_files) COMPLETE
76322026-08-20T18:24:33.427Z[ recovery-image] Aug 20 18:24:32.282 INFO O| Aug 20 18:24:32.282 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-08-20T18:24:33.437Z[ recovery-image] Aug 20 18:24:32.292 INFO O| Aug 20 18:24:32.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76342026-08-20T18:24:33.437Z[ recovery-image] Aug 20 18:24:32.292 INFO O| Aug 20 18:24:32.292 INFO STEP 776 (remove_files) COMPLETE
76352026-08-20T18:24:33.437Z[ recovery-image] Aug 20 18:24:32.292 INFO O| Aug 20 18:24:32.292 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-08-20T18:24:33.449Z[ recovery-image] Aug 20 18:24:32.302 INFO O| Aug 20 18:24:32.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76372026-08-20T18:24:33.449Z[ recovery-image] Aug 20 18:24:32.302 INFO O| Aug 20 18:24:32.302 INFO STEP 777 (remove_files) COMPLETE
76382026-08-20T18:24:33.449Z[ recovery-image] Aug 20 18:24:32.302 INFO O| Aug 20 18:24:32.302 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-08-20T18:24:33.457Z[ recovery-image] Aug 20 18:24:32.312 INFO O| Aug 20 18:24:32.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76402026-08-20T18:24:33.457Z[ recovery-image] Aug 20 18:24:32.312 INFO O| Aug 20 18:24:32.312 INFO STEP 778 (remove_files) COMPLETE
76412026-08-20T18:24:33.457Z[ recovery-image] Aug 20 18:24:32.312 INFO O| Aug 20 18:24:32.312 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-08-20T18:24:33.467Z[ recovery-image] Aug 20 18:24:32.322 INFO O| Aug 20 18:24:32.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76432026-08-20T18:24:33.467Z[ recovery-image] Aug 20 18:24:32.322 INFO O| Aug 20 18:24:32.322 INFO STEP 779 (remove_files) COMPLETE
76442026-08-20T18:24:33.473Z[ recovery-image] Aug 20 18:24:32.322 INFO O| Aug 20 18:24:32.322 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-08-20T18:24:33.477Z[ recovery-image] Aug 20 18:24:32.331 INFO O| Aug 20 18:24:32.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76462026-08-20T18:24:33.478Z[ recovery-image] Aug 20 18:24:32.332 INFO O| Aug 20 18:24:32.331 INFO STEP 780 (remove_files) COMPLETE
76472026-08-20T18:24:33.478Z[ recovery-image] Aug 20 18:24:32.332 INFO O| Aug 20 18:24:32.331 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-08-20T18:24:33.486Z[ recovery-image] Aug 20 18:24:32.341 INFO O| Aug 20 18:24:32.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76492026-08-20T18:24:33.486Z[ recovery-image] Aug 20 18:24:32.341 INFO O| Aug 20 18:24:32.341 INFO STEP 781 (remove_files) COMPLETE
76502026-08-20T18:24:33.490Z[ recovery-image] Aug 20 18:24:32.341 INFO O| Aug 20 18:24:32.341 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-08-20T18:24:33.496Z[ recovery-image] Aug 20 18:24:32.351 INFO O| Aug 20 18:24:32.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76522026-08-20T18:24:33.496Z[ recovery-image] Aug 20 18:24:32.351 INFO O| Aug 20 18:24:32.351 INFO STEP 782 (remove_files) COMPLETE
76532026-08-20T18:24:33.496Z[ recovery-image] Aug 20 18:24:32.351 INFO O| Aug 20 18:24:32.351 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-08-20T18:24:33.506Z[ recovery-image] Aug 20 18:24:32.361 INFO O| Aug 20 18:24:32.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76552026-08-20T18:24:33.506Z[ recovery-image] Aug 20 18:24:32.361 INFO O| Aug 20 18:24:32.361 INFO STEP 783 (remove_files) COMPLETE
76562026-08-20T18:24:33.509Z[ recovery-image] Aug 20 18:24:32.361 INFO O| Aug 20 18:24:32.361 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-08-20T18:24:33.517Z[ recovery-image] Aug 20 18:24:32.371 INFO O| Aug 20 18:24:32.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76582026-08-20T18:24:33.517Z[ recovery-image] Aug 20 18:24:32.371 INFO O| Aug 20 18:24:32.371 INFO STEP 784 (remove_files) COMPLETE
76592026-08-20T18:24:33.520Z[ recovery-image] Aug 20 18:24:32.371 INFO O| Aug 20 18:24:32.371 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-08-20T18:24:33.527Z[ recovery-image] Aug 20 18:24:32.381 INFO O| Aug 20 18:24:32.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76612026-08-20T18:24:33.527Z[ recovery-image] Aug 20 18:24:32.381 INFO O| Aug 20 18:24:32.381 INFO STEP 785 (remove_files) COMPLETE
76622026-08-20T18:24:33.527Z[ recovery-image] Aug 20 18:24:32.381 INFO O| Aug 20 18:24:32.381 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-08-20T18:24:33.537Z[ recovery-image] Aug 20 18:24:32.391 INFO O| Aug 20 18:24:32.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76642026-08-20T18:24:33.537Z[ recovery-image] Aug 20 18:24:32.391 INFO O| Aug 20 18:24:32.391 INFO STEP 786 (remove_files) COMPLETE
76652026-08-20T18:24:33.537Z[ recovery-image] Aug 20 18:24:32.391 INFO O| Aug 20 18:24:32.391 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-08-20T18:24:33.547Z[ recovery-image] Aug 20 18:24:32.402 INFO O| Aug 20 18:24:32.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76672026-08-20T18:24:33.547Z[ recovery-image] Aug 20 18:24:32.402 INFO O| Aug 20 18:24:32.402 INFO STEP 787 (remove_files) COMPLETE
76682026-08-20T18:24:33.551Z[ recovery-image] Aug 20 18:24:32.402 INFO O| Aug 20 18:24:32.402 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-08-20T18:24:33.559Z[ recovery-image] Aug 20 18:24:32.413 INFO O| Aug 20 18:24:32.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76702026-08-20T18:24:33.559Z[ recovery-image] Aug 20 18:24:32.413 INFO O| Aug 20 18:24:32.413 INFO STEP 788 (remove_files) COMPLETE
76712026-08-20T18:24:33.559Z[ recovery-image] Aug 20 18:24:32.413 INFO O| Aug 20 18:24:32.413 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-08-20T18:24:33.569Z[ recovery-image] Aug 20 18:24:32.424 INFO O| Aug 20 18:24:32.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76732026-08-20T18:24:33.569Z[ recovery-image] Aug 20 18:24:32.424 INFO O| Aug 20 18:24:32.424 INFO STEP 789 (remove_files) COMPLETE
76742026-08-20T18:24:33.572Z[ recovery-image] Aug 20 18:24:32.424 INFO O| Aug 20 18:24:32.424 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-08-20T18:24:33.588Z[ recovery-image] Aug 20 18:24:32.434 INFO O| Aug 20 18:24:32.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76762026-08-20T18:24:33.588Z[ recovery-image] Aug 20 18:24:32.434 INFO O| Aug 20 18:24:32.434 INFO STEP 790 (remove_files) COMPLETE
76772026-08-20T18:24:33.588Z[ recovery-image] Aug 20 18:24:32.434 INFO O| Aug 20 18:24:32.434 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-08-20T18:24:33.592Z[ recovery-image] Aug 20 18:24:32.444 INFO O| Aug 20 18:24:32.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
76792026-08-20T18:24:33.592Z[ recovery-image] Aug 20 18:24:32.444 INFO O| Aug 20 18:24:32.444 INFO STEP 791 (remove_files) COMPLETE
76802026-08-20T18:24:33.592Z[ recovery-image] Aug 20 18:24:32.444 INFO O| Aug 20 18:24:32.444 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-08-20T18:24:33.598Z[ recovery-image] Aug 20 18:24:32.453 INFO O| Aug 20 18:24:32.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
76822026-08-20T18:24:33.600Z[ recovery-image] Aug 20 18:24:32.453 INFO O| Aug 20 18:24:32.453 INFO STEP 792 (remove_files) COMPLETE
76832026-08-20T18:24:33.600Z[ recovery-image] Aug 20 18:24:32.453 INFO O| Aug 20 18:24:32.453 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-08-20T18:24:33.608Z[ recovery-image] Aug 20 18:24:32.462 INFO O| Aug 20 18:24:32.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
76852026-08-20T18:24:33.608Z[ recovery-image] Aug 20 18:24:32.462 INFO O| Aug 20 18:24:32.462 INFO STEP 793 (remove_files) COMPLETE
76862026-08-20T18:24:33.608Z[ recovery-image] Aug 20 18:24:32.462 INFO O| Aug 20 18:24:32.462 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-08-20T18:24:33.618Z[ recovery-image] Aug 20 18:24:32.472 INFO O| Aug 20 18:24:32.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
76882026-08-20T18:24:33.618Z[ recovery-image] Aug 20 18:24:32.472 INFO O| Aug 20 18:24:32.472 INFO STEP 794 (remove_files) COMPLETE
76892026-08-20T18:24:33.618Z[ recovery-image] Aug 20 18:24:32.472 INFO O| Aug 20 18:24:32.472 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-08-20T18:24:33.627Z[ recovery-image] Aug 20 18:24:32.482 INFO O| Aug 20 18:24:32.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
76912026-08-20T18:24:33.628Z[ recovery-image] Aug 20 18:24:32.482 INFO O| Aug 20 18:24:32.482 INFO STEP 795 (remove_files) COMPLETE
76922026-08-20T18:24:33.628Z[ recovery-image] Aug 20 18:24:32.482 INFO O| Aug 20 18:24:32.482 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-08-20T18:24:33.637Z[ recovery-image] Aug 20 18:24:32.491 INFO O| Aug 20 18:24:32.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
76942026-08-20T18:24:33.637Z[ recovery-image] Aug 20 18:24:32.492 INFO O| Aug 20 18:24:32.492 INFO STEP 796 (remove_files) COMPLETE
76952026-08-20T18:24:33.637Z[ recovery-image] Aug 20 18:24:32.492 INFO O| Aug 20 18:24:32.492 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-08-20T18:24:33.646Z[ recovery-image] Aug 20 18:24:32.501 INFO O| Aug 20 18:24:32.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
76972026-08-20T18:24:33.646Z[ recovery-image] Aug 20 18:24:32.501 INFO O| Aug 20 18:24:32.501 INFO STEP 797 (remove_files) COMPLETE
76982026-08-20T18:24:33.650Z[ recovery-image] Aug 20 18:24:32.501 INFO O| Aug 20 18:24:32.501 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-08-20T18:24:33.657Z[ recovery-image] Aug 20 18:24:32.511 INFO O| Aug 20 18:24:32.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77002026-08-20T18:24:33.657Z[ recovery-image] Aug 20 18:24:32.511 INFO O| Aug 20 18:24:32.511 INFO STEP 798 (remove_files) COMPLETE
77012026-08-20T18:24:33.661Z[ recovery-image] Aug 20 18:24:32.511 INFO O| Aug 20 18:24:32.511 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-08-20T18:24:33.666Z[ recovery-image] Aug 20 18:24:32.521 INFO O| Aug 20 18:24:32.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77032026-08-20T18:24:33.666Z[ recovery-image] Aug 20 18:24:32.521 INFO O| Aug 20 18:24:32.521 INFO STEP 799 (remove_files) COMPLETE
77042026-08-20T18:24:33.666Z[ recovery-image] Aug 20 18:24:32.521 INFO O| Aug 20 18:24:32.521 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-08-20T18:24:33.677Z[ recovery-image] Aug 20 18:24:32.531 INFO O| Aug 20 18:24:32.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77062026-08-20T18:24:33.677Z[ recovery-image] Aug 20 18:24:32.532 INFO O| Aug 20 18:24:32.531 INFO STEP 800 (remove_files) COMPLETE
77072026-08-20T18:24:33.680Z[ recovery-image] Aug 20 18:24:32.532 INFO O| Aug 20 18:24:32.531 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-08-20T18:24:33.680Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
77092026-08-20T18:24:33.688Z[ recovery-image] Aug 20 18:24:32.542 INFO O| Aug 20 18:24:32.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77102026-08-20T18:24:33.688Z[ recovery-image] Aug 20 18:24:32.542 INFO O| Aug 20 18:24:32.542 INFO STEP 801 (remove_files) COMPLETE
77112026-08-20T18:24:33.688Z[ recovery-image] Aug 20 18:24:32.542 INFO O| Aug 20 18:24:32.542 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-08-20T18:24:33.697Z[ recovery-image] Aug 20 18:24:32.552 INFO O| Aug 20 18:24:32.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77132026-08-20T18:24:33.697Z[ recovery-image] Aug 20 18:24:32.552 INFO O| Aug 20 18:24:32.552 INFO STEP 802 (remove_files) COMPLETE
77142026-08-20T18:24:33.701Z[ recovery-image] Aug 20 18:24:32.552 INFO O| Aug 20 18:24:32.552 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-08-20T18:24:33.708Z[ recovery-image] Aug 20 18:24:32.563 INFO O| Aug 20 18:24:32.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77162026-08-20T18:24:33.708Z[ recovery-image] Aug 20 18:24:32.563 INFO O| Aug 20 18:24:32.563 INFO STEP 803 (remove_files) COMPLETE
77172026-08-20T18:24:33.708Z[ recovery-image] Aug 20 18:24:32.563 INFO O| Aug 20 18:24:32.563 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-08-20T18:24:33.719Z[ recovery-image] Aug 20 18:24:32.574 INFO O| Aug 20 18:24:32.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77192026-08-20T18:24:33.719Z[ recovery-image] Aug 20 18:24:32.574 INFO O| Aug 20 18:24:32.574 INFO STEP 804 (remove_files) COMPLETE
77202026-08-20T18:24:33.722Z[ recovery-image] Aug 20 18:24:32.574 INFO O| Aug 20 18:24:32.574 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-08-20T18:24:33.729Z[ recovery-image] Aug 20 18:24:32.584 INFO O| Aug 20 18:24:32.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77222026-08-20T18:24:33.729Z[ recovery-image] Aug 20 18:24:32.584 INFO O| Aug 20 18:24:32.584 INFO STEP 805 (remove_files) COMPLETE
77232026-08-20T18:24:33.732Z[ recovery-image] Aug 20 18:24:32.584 INFO O| Aug 20 18:24:32.584 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-08-20T18:24:33.742Z[ recovery-image] Aug 20 18:24:32.594 INFO O| Aug 20 18:24:32.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77252026-08-20T18:24:33.742Z[ recovery-image] Aug 20 18:24:32.594 INFO O| Aug 20 18:24:32.594 INFO STEP 806 (remove_files) COMPLETE
77262026-08-20T18:24:33.742Z[ recovery-image] Aug 20 18:24:32.594 INFO O| Aug 20 18:24:32.594 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-08-20T18:24:33.749Z[ recovery-image] Aug 20 18:24:32.604 INFO O| Aug 20 18:24:32.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77282026-08-20T18:24:33.749Z[ recovery-image] Aug 20 18:24:32.604 INFO O| Aug 20 18:24:32.604 INFO STEP 807 (remove_files) COMPLETE
77292026-08-20T18:24:33.753Z[ recovery-image] Aug 20 18:24:32.604 INFO O| Aug 20 18:24:32.604 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-08-20T18:24:33.759Z[ recovery-image] Aug 20 18:24:32.613 INFO O| Aug 20 18:24:32.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77312026-08-20T18:24:33.759Z[ recovery-image] Aug 20 18:24:32.613 INFO O| Aug 20 18:24:32.613 INFO STEP 808 (remove_files) COMPLETE
77322026-08-20T18:24:33.759Z[ recovery-image] Aug 20 18:24:32.614 INFO O| Aug 20 18:24:32.613 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-08-20T18:24:33.769Z[ recovery-image] Aug 20 18:24:32.624 INFO O| Aug 20 18:24:32.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77342026-08-20T18:24:33.769Z[ recovery-image] Aug 20 18:24:32.624 INFO O| Aug 20 18:24:32.624 INFO STEP 809 (remove_files) COMPLETE
77352026-08-20T18:24:33.769Z[ recovery-image] Aug 20 18:24:32.624 INFO O| Aug 20 18:24:32.624 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-08-20T18:24:33.779Z[ recovery-image] Aug 20 18:24:32.634 INFO O| Aug 20 18:24:32.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77372026-08-20T18:24:33.779Z[ recovery-image] Aug 20 18:24:32.634 INFO O| Aug 20 18:24:32.634 INFO STEP 810 (remove_files) COMPLETE
77382026-08-20T18:24:33.779Z[ recovery-image] Aug 20 18:24:32.634 INFO O| Aug 20 18:24:32.634 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-08-20T18:24:33.789Z[ recovery-image] Aug 20 18:24:32.644 INFO O| Aug 20 18:24:32.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77402026-08-20T18:24:33.789Z[ recovery-image] Aug 20 18:24:32.644 INFO O| Aug 20 18:24:32.644 INFO STEP 811 (remove_files) COMPLETE
77412026-08-20T18:24:33.789Z[ recovery-image] Aug 20 18:24:32.644 INFO O| Aug 20 18:24:32.644 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-08-20T18:24:33.799Z[ recovery-image] Aug 20 18:24:32.654 INFO O| Aug 20 18:24:32.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77432026-08-20T18:24:33.799Z[ recovery-image] Aug 20 18:24:32.654 INFO O| Aug 20 18:24:32.654 INFO STEP 812 (remove_files) COMPLETE
77442026-08-20T18:24:33.799Z[ recovery-image] Aug 20 18:24:32.654 INFO O| Aug 20 18:24:32.654 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-08-20T18:24:33.809Z[ recovery-image] Aug 20 18:24:32.664 INFO O| Aug 20 18:24:32.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77462026-08-20T18:24:33.809Z[ recovery-image] Aug 20 18:24:32.664 INFO O| Aug 20 18:24:32.664 INFO STEP 813 (remove_files) COMPLETE
77472026-08-20T18:24:33.814Z[ recovery-image] Aug 20 18:24:32.664 INFO O| Aug 20 18:24:32.664 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-08-20T18:24:33.820Z[ recovery-image] Aug 20 18:24:32.675 INFO O| Aug 20 18:24:32.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77492026-08-20T18:24:33.820Z[ recovery-image] Aug 20 18:24:32.675 INFO O| Aug 20 18:24:32.675 INFO STEP 814 (remove_files) COMPLETE
77502026-08-20T18:24:33.823Z[ recovery-image] Aug 20 18:24:32.675 INFO O| Aug 20 18:24:32.675 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-08-20T18:24:33.828Z[ recovery-image] Aug 20 18:24:32.683 INFO O| Aug 20 18:24:32.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77522026-08-20T18:24:33.828Z[ recovery-image] Aug 20 18:24:32.683 INFO O| Aug 20 18:24:32.683 INFO STEP 815 (remove_files) COMPLETE
77532026-08-20T18:24:33.832Z[ recovery-image] Aug 20 18:24:32.683 INFO O| Aug 20 18:24:32.683 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-08-20T18:24:33.838Z[ recovery-image] Aug 20 18:24:32.693 INFO O| Aug 20 18:24:32.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77552026-08-20T18:24:33.838Z[ recovery-image] Aug 20 18:24:32.693 INFO O| Aug 20 18:24:32.693 INFO STEP 816 (remove_files) COMPLETE
77562026-08-20T18:24:33.838Z[ recovery-image] Aug 20 18:24:32.693 INFO O| Aug 20 18:24:32.693 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-08-20T18:24:33.848Z[ recovery-image] Aug 20 18:24:32.702 INFO O| Aug 20 18:24:32.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77582026-08-20T18:24:33.848Z[ recovery-image] Aug 20 18:24:32.702 INFO O| Aug 20 18:24:32.702 INFO STEP 817 (remove_files) COMPLETE
77592026-08-20T18:24:33.848Z[ recovery-image] Aug 20 18:24:32.702 INFO O| Aug 20 18:24:32.702 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-08-20T18:24:33.857Z[ recovery-image] Aug 20 18:24:32.712 INFO O| Aug 20 18:24:32.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77612026-08-20T18:24:33.857Z[ recovery-image] Aug 20 18:24:32.712 INFO O| Aug 20 18:24:32.712 INFO STEP 818 (remove_files) COMPLETE
77622026-08-20T18:24:33.857Z[ recovery-image] Aug 20 18:24:32.712 INFO O| Aug 20 18:24:32.712 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-08-20T18:24:33.870Z[ recovery-image] Aug 20 18:24:32.723 INFO O| Aug 20 18:24:32.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77642026-08-20T18:24:33.873Z[ recovery-image] Aug 20 18:24:32.724 INFO O| Aug 20 18:24:32.724 INFO STEP 819 (remove_files) COMPLETE
77652026-08-20T18:24:33.873Z[ recovery-image] Aug 20 18:24:32.724 INFO O| Aug 20 18:24:32.724 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-08-20T18:24:33.880Z[ recovery-image] Aug 20 18:24:32.735 INFO O| Aug 20 18:24:32.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77672026-08-20T18:24:33.884Z[ recovery-image] Aug 20 18:24:32.736 INFO O| Aug 20 18:24:32.736 INFO STEP 820 (remove_files) COMPLETE
77682026-08-20T18:24:33.884Z[ recovery-image] Aug 20 18:24:32.736 INFO O| Aug 20 18:24:32.736 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-08-20T18:24:33.893Z[ recovery-image] Aug 20 18:24:32.747 INFO O| Aug 20 18:24:32.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77702026-08-20T18:24:33.893Z[ recovery-image] Aug 20 18:24:32.747 INFO O| Aug 20 18:24:32.747 INFO STEP 821 (remove_files) COMPLETE
77712026-08-20T18:24:33.893Z[ recovery-image] Aug 20 18:24:32.747 INFO O| Aug 20 18:24:32.747 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-08-20T18:24:33.903Z[ recovery-image] Aug 20 18:24:32.757 INFO O| Aug 20 18:24:32.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77732026-08-20T18:24:33.903Z[ recovery-image] Aug 20 18:24:32.757 INFO O| Aug 20 18:24:32.757 INFO STEP 822 (remove_files) COMPLETE
77742026-08-20T18:24:33.907Z[ recovery-image] Aug 20 18:24:32.757 INFO O| Aug 20 18:24:32.757 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-08-20T18:24:33.914Z[ recovery-image] Aug 20 18:24:32.768 INFO O| Aug 20 18:24:32.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77762026-08-20T18:24:33.914Z[ recovery-image] Aug 20 18:24:32.768 INFO O| Aug 20 18:24:32.768 INFO STEP 823 (remove_files) COMPLETE
77772026-08-20T18:24:33.914Z[ recovery-image] Aug 20 18:24:32.768 INFO O| Aug 20 18:24:32.768 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-08-20T18:24:33.924Z[ recovery-image] Aug 20 18:24:32.779 INFO O| Aug 20 18:24:32.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
77792026-08-20T18:24:33.924Z[ recovery-image] Aug 20 18:24:32.779 INFO O| Aug 20 18:24:32.779 INFO STEP 824 (remove_files) COMPLETE
77802026-08-20T18:24:33.924Z[ recovery-image] Aug 20 18:24:32.779 INFO O| Aug 20 18:24:32.779 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-08-20T18:24:33.933Z[ recovery-image] Aug 20 18:24:32.787 INFO O| Aug 20 18:24:32.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
77822026-08-20T18:24:33.933Z[ recovery-image] Aug 20 18:24:32.787 INFO O| Aug 20 18:24:32.787 INFO STEP 825 (remove_files) COMPLETE
77832026-08-20T18:24:33.936Z[ recovery-image] Aug 20 18:24:32.787 INFO O| Aug 20 18:24:32.787 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-08-20T18:24:33.946Z[ recovery-image] Aug 20 18:24:32.801 INFO O| Aug 20 18:24:32.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
77852026-08-20T18:24:33.946Z[ recovery-image] Aug 20 18:24:32.801 INFO O| Aug 20 18:24:32.801 INFO STEP 826 (remove_files) COMPLETE
77862026-08-20T18:24:33.946Z[ recovery-image] Aug 20 18:24:32.801 INFO O| Aug 20 18:24:32.801 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-08-20T18:24:33.957Z[ recovery-image] Aug 20 18:24:32.812 INFO O| Aug 20 18:24:32.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
77882026-08-20T18:24:33.957Z[ recovery-image] Aug 20 18:24:32.812 INFO O| Aug 20 18:24:32.812 INFO STEP 827 (remove_files) COMPLETE
77892026-08-20T18:24:33.957Z[ recovery-image] Aug 20 18:24:32.812 INFO O| Aug 20 18:24:32.812 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-08-20T18:24:33.968Z[ recovery-image] Aug 20 18:24:32.822 INFO O| Aug 20 18:24:32.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
77912026-08-20T18:24:33.968Z[ recovery-image] Aug 20 18:24:32.822 INFO O| Aug 20 18:24:32.822 INFO STEP 828 (remove_files) COMPLETE
77922026-08-20T18:24:33.968Z[ recovery-image] Aug 20 18:24:32.822 INFO O| Aug 20 18:24:32.822 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-08-20T18:24:33.976Z[ recovery-image] Aug 20 18:24:32.831 INFO O| Aug 20 18:24:32.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
77942026-08-20T18:24:33.976Z[ recovery-image] Aug 20 18:24:32.831 INFO O| Aug 20 18:24:32.831 INFO STEP 829 (remove_files) COMPLETE
77952026-08-20T18:24:33.980Z[ recovery-image] Aug 20 18:24:32.831 INFO O| Aug 20 18:24:32.831 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-08-20T18:24:33.991Z[ recovery-image] Aug 20 18:24:32.845 INFO O| Aug 20 18:24:32.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
77972026-08-20T18:24:33.991Z[ recovery-image] Aug 20 18:24:32.846 INFO O| Aug 20 18:24:32.846 INFO STEP 830 (remove_files) COMPLETE
77982026-08-20T18:24:33.991Z[ recovery-image] Aug 20 18:24:32.846 INFO O| Aug 20 18:24:32.846 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-08-20T18:24:34.006Z[ recovery-image] Aug 20 18:24:32.855 INFO O| Aug 20 18:24:32.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78002026-08-20T18:24:34.006Z[ recovery-image] Aug 20 18:24:32.855 INFO O| Aug 20 18:24:32.855 INFO STEP 831 (remove_files) COMPLETE
78012026-08-20T18:24:34.006Z[ recovery-image] Aug 20 18:24:32.855 INFO O| Aug 20 18:24:32.855 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-08-20T18:24:34.011Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
78032026-08-20T18:24:34.014Z[ recovery-image] Aug 20 18:24:32.865 INFO O| Aug 20 18:24:32.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78042026-08-20T18:24:34.014Z[ recovery-image] Aug 20 18:24:32.865 INFO O| Aug 20 18:24:32.865 INFO STEP 832 (remove_files) COMPLETE
78052026-08-20T18:24:34.014Z[ recovery-image] Aug 20 18:24:32.865 INFO O| Aug 20 18:24:32.865 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-08-20T18:24:34.019Z[ recovery-image] Aug 20 18:24:32.874 INFO O| Aug 20 18:24:32.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78072026-08-20T18:24:34.023Z[ recovery-image] Aug 20 18:24:32.874 INFO O| Aug 20 18:24:32.874 INFO STEP 833 (remove_files) COMPLETE
78082026-08-20T18:24:34.023Z[ recovery-image] Aug 20 18:24:32.874 INFO O| Aug 20 18:24:32.874 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78092026-08-20T18:24:34.031Z[ recovery-image] Aug 20 18:24:32.883 INFO O| Aug 20 18:24:32.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78102026-08-20T18:24:34.032Z[ recovery-image] Aug 20 18:24:32.883 INFO O| Aug 20 18:24:32.883 INFO STEP 834 (remove_files) COMPLETE
78112026-08-20T18:24:34.037Z[ recovery-image] Aug 20 18:24:32.883 INFO O| Aug 20 18:24:32.883 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78122026-08-20T18:24:34.040Z[ recovery-image] Aug 20 18:24:32.894 INFO O| Aug 20 18:24:32.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78132026-08-20T18:24:34.040Z[ recovery-image] Aug 20 18:24:32.894 INFO O| Aug 20 18:24:32.894 INFO STEP 835 (remove_files) COMPLETE
78142026-08-20T18:24:34.041Z[ recovery-image] Aug 20 18:24:32.894 INFO O| Aug 20 18:24:32.894 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78152026-08-20T18:24:34.049Z[ recovery-image] Aug 20 18:24:32.904 INFO O| Aug 20 18:24:32.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78162026-08-20T18:24:34.050Z[ recovery-image] Aug 20 18:24:32.904 INFO O| Aug 20 18:24:32.904 INFO STEP 836 (remove_files) COMPLETE
78172026-08-20T18:24:34.050Z[ recovery-image] Aug 20 18:24:32.904 INFO O| Aug 20 18:24:32.904 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78182026-08-20T18:24:34.059Z[ recovery-image] Aug 20 18:24:32.913 INFO O| Aug 20 18:24:32.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78192026-08-20T18:24:34.059Z[ recovery-image] Aug 20 18:24:32.913 INFO O| Aug 20 18:24:32.913 INFO STEP 837 (remove_files) COMPLETE
78202026-08-20T18:24:34.059Z[ recovery-image] Aug 20 18:24:32.913 INFO O| Aug 20 18:24:32.913 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78212026-08-20T18:24:34.067Z[ recovery-image] Aug 20 18:24:32.921 INFO O| Aug 20 18:24:32.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78222026-08-20T18:24:34.067Z[ recovery-image] Aug 20 18:24:32.921 INFO O| Aug 20 18:24:32.921 INFO STEP 838 (remove_files) COMPLETE
78232026-08-20T18:24:34.067Z[ recovery-image] Aug 20 18:24:32.921 INFO O| Aug 20 18:24:32.921 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78242026-08-20T18:24:34.078Z[ recovery-image] Aug 20 18:24:32.931 INFO O| Aug 20 18:24:32.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78252026-08-20T18:24:34.078Z[ recovery-image] Aug 20 18:24:32.931 INFO O| Aug 20 18:24:32.931 INFO STEP 839 (remove_files) COMPLETE
78262026-08-20T18:24:34.078Z[ recovery-image] Aug 20 18:24:32.931 INFO O| Aug 20 18:24:32.931 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78272026-08-20T18:24:34.086Z[ recovery-image] Aug 20 18:24:32.940 INFO O| Aug 20 18:24:32.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78282026-08-20T18:24:34.088Z[ recovery-image] Aug 20 18:24:32.941 INFO O| Aug 20 18:24:32.941 INFO STEP 840 (remove_files) COMPLETE
78292026-08-20T18:24:34.088Z[ recovery-image] Aug 20 18:24:32.941 INFO O| Aug 20 18:24:32.941 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78302026-08-20T18:24:34.097Z[ recovery-image] Aug 20 18:24:32.951 INFO O| Aug 20 18:24:32.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78312026-08-20T18:24:34.097Z[ recovery-image] Aug 20 18:24:32.951 INFO O| Aug 20 18:24:32.951 INFO STEP 841 (remove_files) COMPLETE
78322026-08-20T18:24:34.097Z[ recovery-image] Aug 20 18:24:32.951 INFO O| Aug 20 18:24:32.951 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78332026-08-20T18:24:34.107Z[ recovery-image] Aug 20 18:24:32.960 INFO O| Aug 20 18:24:32.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78342026-08-20T18:24:34.107Z[ recovery-image] Aug 20 18:24:32.960 INFO O| Aug 20 18:24:32.960 INFO STEP 842 (remove_files) COMPLETE
78352026-08-20T18:24:34.107Z[ recovery-image] Aug 20 18:24:32.960 INFO O| Aug 20 18:24:32.960 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78362026-08-20T18:24:34.117Z[ recovery-image] Aug 20 18:24:32.969 INFO O| Aug 20 18:24:32.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78372026-08-20T18:24:34.117Z[ recovery-image] Aug 20 18:24:32.970 INFO O| Aug 20 18:24:32.970 INFO STEP 843 (remove_files) COMPLETE
78382026-08-20T18:24:34.117Z[ recovery-image] Aug 20 18:24:32.970 INFO O| Aug 20 18:24:32.970 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78392026-08-20T18:24:34.129Z[ recovery-image] Aug 20 18:24:32.979 INFO O| Aug 20 18:24:32.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78402026-08-20T18:24:34.129Z[ recovery-image] Aug 20 18:24:32.979 INFO O| Aug 20 18:24:32.979 INFO STEP 844 (remove_files) COMPLETE
78412026-08-20T18:24:34.129Z[ recovery-image] Aug 20 18:24:32.979 INFO O| Aug 20 18:24:32.979 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78422026-08-20T18:24:34.136Z[ recovery-image] Aug 20 18:24:32.989 INFO O| Aug 20 18:24:32.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78432026-08-20T18:24:34.136Z[ recovery-image] Aug 20 18:24:32.990 INFO O| Aug 20 18:24:32.990 INFO STEP 845 (remove_files) COMPLETE
78442026-08-20T18:24:34.136Z[ recovery-image] Aug 20 18:24:32.990 INFO O| Aug 20 18:24:32.990 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78452026-08-20T18:24:34.146Z[ recovery-image] Aug 20 18:24:33.001 INFO O| Aug 20 18:24:33.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78462026-08-20T18:24:34.146Z[ recovery-image] Aug 20 18:24:33.001 INFO O| Aug 20 18:24:33.001 INFO STEP 846 (remove_files) COMPLETE
78472026-08-20T18:24:34.146Z[ recovery-image] Aug 20 18:24:33.001 INFO O| Aug 20 18:24:33.001 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78482026-08-20T18:24:34.156Z[ recovery-image] Aug 20 18:24:33.011 INFO O| Aug 20 18:24:33.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78492026-08-20T18:24:34.157Z[ recovery-image] Aug 20 18:24:33.011 INFO O| Aug 20 18:24:33.011 INFO STEP 847 (remove_files) COMPLETE
78502026-08-20T18:24:34.157Z[ recovery-image] Aug 20 18:24:33.011 INFO O| Aug 20 18:24:33.011 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78512026-08-20T18:24:34.170Z[ recovery-image] Aug 20 18:24:33.025 INFO O| Aug 20 18:24:33.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78522026-08-20T18:24:34.170Z[ recovery-image] Aug 20 18:24:33.025 INFO O| Aug 20 18:24:33.025 INFO STEP 848 (remove_files) COMPLETE
78532026-08-20T18:24:34.174Z[ recovery-image] Aug 20 18:24:33.025 INFO O| Aug 20 18:24:33.025 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78542026-08-20T18:24:34.181Z[ recovery-image] Aug 20 18:24:33.035 INFO O| Aug 20 18:24:33.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78552026-08-20T18:24:34.181Z[ recovery-image] Aug 20 18:24:33.035 INFO O| Aug 20 18:24:33.035 INFO STEP 849 (remove_files) COMPLETE
78562026-08-20T18:24:34.181Z[ recovery-image] Aug 20 18:24:33.035 INFO O| Aug 20 18:24:33.035 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78572026-08-20T18:24:34.193Z[ recovery-image] Aug 20 18:24:33.047 INFO O| Aug 20 18:24:33.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78582026-08-20T18:24:34.193Z[ recovery-image] Aug 20 18:24:33.047 INFO O| Aug 20 18:24:33.047 INFO STEP 850 (remove_files) COMPLETE
78592026-08-20T18:24:34.193Z[ recovery-image] Aug 20 18:24:33.047 INFO O| Aug 20 18:24:33.047 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78602026-08-20T18:24:34.202Z[ recovery-image] Aug 20 18:24:33.057 INFO O| Aug 20 18:24:33.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78612026-08-20T18:24:34.203Z[ recovery-image] Aug 20 18:24:33.057 INFO O| Aug 20 18:24:33.057 INFO STEP 851 (remove_files) COMPLETE
78622026-08-20T18:24:34.203Z[ recovery-image] Aug 20 18:24:33.057 INFO O| Aug 20 18:24:33.057 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78632026-08-20T18:24:34.211Z[ recovery-image] Aug 20 18:24:33.066 INFO O| Aug 20 18:24:33.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78642026-08-20T18:24:34.211Z[ recovery-image] Aug 20 18:24:33.066 INFO O| Aug 20 18:24:33.066 INFO STEP 852 (remove_files) COMPLETE
78652026-08-20T18:24:34.214Z[ recovery-image] Aug 20 18:24:33.066 INFO O| Aug 20 18:24:33.066 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78662026-08-20T18:24:34.222Z[ recovery-image] Aug 20 18:24:33.077 INFO O| Aug 20 18:24:33.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78672026-08-20T18:24:34.222Z[ recovery-image] Aug 20 18:24:33.077 INFO O| Aug 20 18:24:33.077 INFO STEP 853 (remove_files) COMPLETE
78682026-08-20T18:24:34.226Z[ recovery-image] Aug 20 18:24:33.077 INFO O| Aug 20 18:24:33.077 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78692026-08-20T18:24:34.234Z[ recovery-image] Aug 20 18:24:33.088 INFO O| Aug 20 18:24:33.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78702026-08-20T18:24:34.234Z[ recovery-image] Aug 20 18:24:33.088 INFO O| Aug 20 18:24:33.088 INFO STEP 854 (remove_files) COMPLETE
78712026-08-20T18:24:34.234Z[ recovery-image] Aug 20 18:24:33.088 INFO O| Aug 20 18:24:33.088 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78722026-08-20T18:24:34.251Z[ recovery-image] Aug 20 18:24:33.106 INFO O| Aug 20 18:24:33.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78732026-08-20T18:24:34.251Z[ recovery-image] Aug 20 18:24:33.106 INFO O| Aug 20 18:24:33.106 INFO STEP 855 (remove_files) COMPLETE
78742026-08-20T18:24:34.251Z[ recovery-image] Aug 20 18:24:33.106 INFO O| Aug 20 18:24:33.106 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78752026-08-20T18:24:34.262Z[ recovery-image] Aug 20 18:24:33.116 INFO O| Aug 20 18:24:33.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78762026-08-20T18:24:34.262Z[ recovery-image] Aug 20 18:24:33.116 INFO O| Aug 20 18:24:33.116 INFO STEP 856 (remove_files) COMPLETE
78772026-08-20T18:24:34.262Z[ recovery-image] Aug 20 18:24:33.116 INFO O| Aug 20 18:24:33.116 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78782026-08-20T18:24:34.272Z[ recovery-image] Aug 20 18:24:33.126 INFO O| Aug 20 18:24:33.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
78792026-08-20T18:24:34.272Z[ recovery-image] Aug 20 18:24:33.126 INFO O| Aug 20 18:24:33.126 INFO STEP 857 (remove_files) COMPLETE
78802026-08-20T18:24:34.272Z[ recovery-image] Aug 20 18:24:33.126 INFO O| Aug 20 18:24:33.126 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78812026-08-20T18:24:34.283Z[ recovery-image] Aug 20 18:24:33.137 INFO O| Aug 20 18:24:33.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
78822026-08-20T18:24:34.283Z[ recovery-image] Aug 20 18:24:33.137 INFO O| Aug 20 18:24:33.137 INFO STEP 858 (remove_files) COMPLETE
78832026-08-20T18:24:34.286Z[ recovery-image] Aug 20 18:24:33.137 INFO O| Aug 20 18:24:33.137 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78842026-08-20T18:24:34.293Z[ recovery-image] Aug 20 18:24:33.147 INFO O| Aug 20 18:24:33.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
78852026-08-20T18:24:34.293Z[ recovery-image] Aug 20 18:24:33.147 INFO O| Aug 20 18:24:33.147 INFO STEP 859 (remove_files) COMPLETE
78862026-08-20T18:24:34.293Z[ recovery-image] Aug 20 18:24:33.147 INFO O| Aug 20 18:24:33.147 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78872026-08-20T18:24:34.305Z[ recovery-image] Aug 20 18:24:33.158 INFO O| Aug 20 18:24:33.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
78882026-08-20T18:24:34.305Z[ recovery-image] Aug 20 18:24:33.158 INFO O| Aug 20 18:24:33.158 INFO STEP 860 (remove_files) COMPLETE
78892026-08-20T18:24:34.305Z[ recovery-image] Aug 20 18:24:33.158 INFO O| Aug 20 18:24:33.158 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78902026-08-20T18:24:34.314Z[ recovery-image] Aug 20 18:24:33.168 INFO O| Aug 20 18:24:33.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
78912026-08-20T18:24:34.314Z[ recovery-image] Aug 20 18:24:33.168 INFO O| Aug 20 18:24:33.168 INFO STEP 861 (remove_files) COMPLETE
78922026-08-20T18:24:34.314Z[ recovery-image] Aug 20 18:24:33.168 INFO O| Aug 20 18:24:33.168 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78932026-08-20T18:24:34.322Z[ recovery-image] Aug 20 18:24:33.176 INFO O| Aug 20 18:24:33.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
78942026-08-20T18:24:34.322Z[ recovery-image] Aug 20 18:24:33.176 INFO O| Aug 20 18:24:33.176 INFO STEP 862 (remove_files) COMPLETE
78952026-08-20T18:24:34.326Z[ recovery-image] Aug 20 18:24:33.176 INFO O| Aug 20 18:24:33.176 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78962026-08-20T18:24:34.331Z[ recovery-image] Aug 20 18:24:33.185 INFO O| Aug 20 18:24:33.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
78972026-08-20T18:24:34.331Z[ recovery-image] Aug 20 18:24:33.185 INFO O| Aug 20 18:24:33.185 INFO STEP 863 (remove_files) COMPLETE
78982026-08-20T18:24:34.334Z[ recovery-image] Aug 20 18:24:33.185 INFO O| Aug 20 18:24:33.185 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78992026-08-20T18:24:34.340Z[ recovery-image] Aug 20 18:24:33.195 INFO O| Aug 20 18:24:33.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79002026-08-20T18:24:34.340Z[ recovery-image] Aug 20 18:24:33.195 INFO O| Aug 20 18:24:33.195 INFO STEP 864 (remove_files) COMPLETE
79012026-08-20T18:24:34.340Z[ recovery-image] Aug 20 18:24:33.195 INFO O| Aug 20 18:24:33.195 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79022026-08-20T18:24:34.350Z[ recovery-image] Aug 20 18:24:33.204 INFO O| Aug 20 18:24:33.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79032026-08-20T18:24:34.350Z[ recovery-image] Aug 20 18:24:33.204 INFO O| Aug 20 18:24:33.204 INFO STEP 865 (remove_files) COMPLETE
79042026-08-20T18:24:34.350Z[ recovery-image] Aug 20 18:24:33.204 INFO O| Aug 20 18:24:33.204 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79052026-08-20T18:24:34.359Z[ recovery-image] Aug 20 18:24:33.214 INFO O| Aug 20 18:24:33.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79062026-08-20T18:24:34.359Z[ recovery-image] Aug 20 18:24:33.214 INFO O| Aug 20 18:24:33.214 INFO STEP 866 (remove_files) COMPLETE
79072026-08-20T18:24:34.359Z[ recovery-image] Aug 20 18:24:33.214 INFO O| Aug 20 18:24:33.214 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79082026-08-20T18:24:34.370Z[ recovery-image] Aug 20 18:24:33.225 INFO O| Aug 20 18:24:33.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79092026-08-20T18:24:34.370Z[ recovery-image] Aug 20 18:24:33.225 INFO O| Aug 20 18:24:33.225 INFO STEP 867 (remove_files) COMPLETE
79102026-08-20T18:24:34.370Z[ recovery-image] Aug 20 18:24:33.225 INFO O| Aug 20 18:24:33.225 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79112026-08-20T18:24:34.380Z[ recovery-image] Aug 20 18:24:33.234 INFO O| Aug 20 18:24:33.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79122026-08-20T18:24:34.380Z[ recovery-image] Aug 20 18:24:33.234 INFO O| Aug 20 18:24:33.234 INFO STEP 868 (remove_files) COMPLETE
79132026-08-20T18:24:34.380Z[ recovery-image] Aug 20 18:24:33.234 INFO O| Aug 20 18:24:33.234 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79142026-08-20T18:24:34.389Z[ recovery-image] Aug 20 18:24:33.244 INFO O| Aug 20 18:24:33.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79152026-08-20T18:24:34.389Z[ recovery-image] Aug 20 18:24:33.244 INFO O| Aug 20 18:24:33.244 INFO STEP 869 (remove_files) COMPLETE
79162026-08-20T18:24:34.389Z[ recovery-image] Aug 20 18:24:33.244 INFO O| Aug 20 18:24:33.244 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79172026-08-20T18:24:34.398Z[ recovery-image] Aug 20 18:24:33.253 INFO O| Aug 20 18:24:33.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79182026-08-20T18:24:34.398Z[ recovery-image] Aug 20 18:24:33.253 INFO O| Aug 20 18:24:33.253 INFO STEP 870 (remove_files) COMPLETE
79192026-08-20T18:24:34.402Z[ recovery-image] Aug 20 18:24:33.253 INFO O| Aug 20 18:24:33.253 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79202026-08-20T18:24:34.407Z[ recovery-image] Aug 20 18:24:33.262 INFO O| Aug 20 18:24:33.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79212026-08-20T18:24:34.410Z[ recovery-image] Aug 20 18:24:33.262 INFO O| Aug 20 18:24:33.262 INFO STEP 871 (remove_files) COMPLETE
79222026-08-20T18:24:34.410Z[ recovery-image] Aug 20 18:24:33.262 INFO O| Aug 20 18:24:33.262 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79232026-08-20T18:24:34.417Z[ recovery-image] Aug 20 18:24:33.272 INFO O| Aug 20 18:24:33.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79242026-08-20T18:24:34.417Z[ recovery-image] Aug 20 18:24:33.272 INFO O| Aug 20 18:24:33.271 INFO STEP 872 (remove_files) COMPLETE
79252026-08-20T18:24:34.417Z[ recovery-image] Aug 20 18:24:33.272 INFO O| Aug 20 18:24:33.271 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79262026-08-20T18:24:34.425Z[ recovery-image] Aug 20 18:24:33.279 INFO O| Aug 20 18:24:33.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79272026-08-20T18:24:34.425Z[ recovery-image] Aug 20 18:24:33.279 INFO O| Aug 20 18:24:33.279 INFO STEP 873 (remove_files) COMPLETE
79282026-08-20T18:24:34.428Z[ recovery-image] Aug 20 18:24:33.279 INFO O| Aug 20 18:24:33.279 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79292026-08-20T18:24:34.432Z[ recovery-image] Aug 20 18:24:33.287 INFO O| Aug 20 18:24:33.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79302026-08-20T18:24:34.432Z[ recovery-image] Aug 20 18:24:33.287 INFO O| Aug 20 18:24:33.287 INFO STEP 874 (remove_files) COMPLETE
79312026-08-20T18:24:34.432Z[ recovery-image] Aug 20 18:24:33.287 INFO O| Aug 20 18:24:33.287 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79322026-08-20T18:24:34.440Z[ recovery-image] Aug 20 18:24:33.295 INFO O| Aug 20 18:24:33.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79332026-08-20T18:24:34.440Z[ recovery-image] Aug 20 18:24:33.295 INFO O| Aug 20 18:24:33.295 INFO STEP 875 (remove_files) COMPLETE
79342026-08-20T18:24:34.440Z[ recovery-image] Aug 20 18:24:33.295 INFO O| Aug 20 18:24:33.295 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79352026-08-20T18:24:34.450Z[ recovery-image] Aug 20 18:24:33.304 INFO O| Aug 20 18:24:33.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79362026-08-20T18:24:34.453Z[ recovery-image] Aug 20 18:24:33.305 INFO O| Aug 20 18:24:33.305 INFO STEP 876 (remove_files) COMPLETE
79372026-08-20T18:24:34.453Z[ recovery-image] Aug 20 18:24:33.305 INFO O| Aug 20 18:24:33.305 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79382026-08-20T18:24:34.461Z[ recovery-image] Aug 20 18:24:33.315 INFO O| Aug 20 18:24:33.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79392026-08-20T18:24:34.461Z[ recovery-image] Aug 20 18:24:33.316 INFO O| Aug 20 18:24:33.316 INFO STEP 877 (remove_files) COMPLETE
79402026-08-20T18:24:34.461Z[ recovery-image] Aug 20 18:24:33.316 INFO O| Aug 20 18:24:33.316 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79412026-08-20T18:24:34.471Z[ recovery-image] Aug 20 18:24:33.325 INFO O| Aug 20 18:24:33.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79422026-08-20T18:24:34.471Z[ recovery-image] Aug 20 18:24:33.325 INFO O| Aug 20 18:24:33.325 INFO STEP 878 (remove_files) COMPLETE
79432026-08-20T18:24:34.471Z[ recovery-image] Aug 20 18:24:33.325 INFO O| Aug 20 18:24:33.325 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79442026-08-20T18:24:34.481Z[ recovery-image] Aug 20 18:24:33.336 INFO O| Aug 20 18:24:33.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79452026-08-20T18:24:34.481Z[ recovery-image] Aug 20 18:24:33.336 INFO O| Aug 20 18:24:33.336 INFO STEP 879 (remove_files) COMPLETE
79462026-08-20T18:24:34.481Z[ recovery-image] Aug 20 18:24:33.336 INFO O| Aug 20 18:24:33.336 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79472026-08-20T18:24:34.492Z[ recovery-image] Aug 20 18:24:33.347 INFO O| Aug 20 18:24:33.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79482026-08-20T18:24:34.492Z[ recovery-image] Aug 20 18:24:33.347 INFO O| Aug 20 18:24:33.347 INFO STEP 880 (remove_files) COMPLETE
79492026-08-20T18:24:34.492Z[ recovery-image] Aug 20 18:24:33.347 INFO O| Aug 20 18:24:33.347 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-08-20T18:24:34.506Z[ recovery-image] Aug 20 18:24:33.358 INFO O| Aug 20 18:24:33.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79512026-08-20T18:24:34.506Z[ recovery-image] Aug 20 18:24:33.358 INFO O| Aug 20 18:24:33.358 INFO STEP 881 (remove_files) COMPLETE
79522026-08-20T18:24:34.506Z[ recovery-image] Aug 20 18:24:33.358 INFO O| Aug 20 18:24:33.358 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-08-20T18:24:34.514Z[ recovery-image] Aug 20 18:24:33.368 INFO O| Aug 20 18:24:33.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79542026-08-20T18:24:34.514Z[ recovery-image] Aug 20 18:24:33.368 INFO O| Aug 20 18:24:33.368 INFO STEP 882 (remove_files) COMPLETE
79552026-08-20T18:24:34.514Z[ recovery-image] Aug 20 18:24:33.368 INFO O| Aug 20 18:24:33.368 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-08-20T18:24:34.546Z[ recovery-image] Aug 20 18:24:33.400 INFO O| Aug 20 18:24:33.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79572026-08-20T18:24:34.546Z[ recovery-image] Aug 20 18:24:33.401 INFO O| Aug 20 18:24:33.400 INFO STEP 883 (remove_files) COMPLETE
79582026-08-20T18:24:34.546Z[ recovery-image] Aug 20 18:24:33.401 INFO O| Aug 20 18:24:33.401 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-08-20T18:24:34.554Z[ recovery-image] Aug 20 18:24:33.409 INFO O| Aug 20 18:24:33.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79602026-08-20T18:24:34.557Z[ recovery-image] Aug 20 18:24:33.410 INFO O| Aug 20 18:24:33.410 INFO STEP 884 (remove_files) COMPLETE
79612026-08-20T18:24:34.557Z[ recovery-image] Aug 20 18:24:33.410 INFO O| Aug 20 18:24:33.410 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79622026-08-20T18:24:34.567Z[ recovery-image] Aug 20 18:24:33.421 INFO O| Aug 20 18:24:33.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79632026-08-20T18:24:34.567Z[ recovery-image] Aug 20 18:24:33.421 INFO O| Aug 20 18:24:33.421 INFO STEP 885 (remove_files) COMPLETE
79642026-08-20T18:24:34.567Z[ recovery-image] Aug 20 18:24:33.421 INFO O| Aug 20 18:24:33.421 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79652026-08-20T18:24:34.578Z[ recovery-image] Aug 20 18:24:33.432 INFO O| Aug 20 18:24:33.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79662026-08-20T18:24:34.578Z[ recovery-image] Aug 20 18:24:33.432 INFO O| Aug 20 18:24:33.432 INFO STEP 886 (remove_files) COMPLETE
79672026-08-20T18:24:34.578Z[ recovery-image] Aug 20 18:24:33.432 INFO O| Aug 20 18:24:33.432 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79682026-08-20T18:24:34.589Z[ recovery-image] Aug 20 18:24:33.444 INFO O| Aug 20 18:24:33.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79692026-08-20T18:24:34.589Z[ recovery-image] Aug 20 18:24:33.444 INFO O| Aug 20 18:24:33.444 INFO STEP 887 (remove_files) COMPLETE
79702026-08-20T18:24:34.589Z[ recovery-image] Aug 20 18:24:33.444 INFO O| Aug 20 18:24:33.444 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79712026-08-20T18:24:34.600Z[ recovery-image] Aug 20 18:24:33.455 INFO O| Aug 20 18:24:33.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79722026-08-20T18:24:34.600Z[ recovery-image] Aug 20 18:24:33.455 INFO O| Aug 20 18:24:33.455 INFO STEP 888 (remove_files) COMPLETE
79732026-08-20T18:24:34.603Z[ recovery-image] Aug 20 18:24:33.455 INFO O| Aug 20 18:24:33.455 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-08-20T18:24:34.622Z[ recovery-image] Aug 20 18:24:33.464 INFO O| Aug 20 18:24:33.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79752026-08-20T18:24:34.622Z[ recovery-image] Aug 20 18:24:33.464 INFO O| Aug 20 18:24:33.464 INFO STEP 889 (remove_files) COMPLETE
79762026-08-20T18:24:34.623Z[ recovery-image] Aug 20 18:24:33.464 INFO O| Aug 20 18:24:33.464 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79772026-08-20T18:24:34.623Z[ recovery-image] Aug 20 18:24:33.474 INFO O| Aug 20 18:24:33.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
79782026-08-20T18:24:34.623Z[ recovery-image] Aug 20 18:24:33.474 INFO O| Aug 20 18:24:33.474 INFO STEP 890 (remove_files) COMPLETE
79792026-08-20T18:24:34.623Z[ recovery-image] Aug 20 18:24:33.474 INFO O| Aug 20 18:24:33.474 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-08-20T18:24:34.628Z[ recovery-image] Aug 20 18:24:33.483 INFO O| Aug 20 18:24:33.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
79812026-08-20T18:24:34.628Z[ recovery-image] Aug 20 18:24:33.483 INFO O| Aug 20 18:24:33.483 INFO STEP 891 (remove_files) COMPLETE
79822026-08-20T18:24:34.628Z[ recovery-image] Aug 20 18:24:33.483 INFO O| Aug 20 18:24:33.483 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-08-20T18:24:34.637Z[ recovery-image] Aug 20 18:24:33.492 INFO O| Aug 20 18:24:33.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
79842026-08-20T18:24:34.637Z[ recovery-image] Aug 20 18:24:33.492 INFO O| Aug 20 18:24:33.492 INFO STEP 892 (remove_files) COMPLETE
79852026-08-20T18:24:34.637Z[ recovery-image] Aug 20 18:24:33.492 INFO O| Aug 20 18:24:33.492 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-08-20T18:24:34.646Z[ recovery-image] Aug 20 18:24:33.501 INFO O| Aug 20 18:24:33.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
79872026-08-20T18:24:34.646Z[ recovery-image] Aug 20 18:24:33.501 INFO O| Aug 20 18:24:33.501 INFO STEP 893 (remove_files) COMPLETE
79882026-08-20T18:24:34.646Z[ recovery-image] Aug 20 18:24:33.501 INFO O| Aug 20 18:24:33.501 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-08-20T18:24:34.656Z[ recovery-image] Aug 20 18:24:33.510 INFO O| Aug 20 18:24:33.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
79902026-08-20T18:24:34.656Z[ recovery-image] Aug 20 18:24:33.510 INFO O| Aug 20 18:24:33.510 INFO STEP 894 (remove_files) COMPLETE
79912026-08-20T18:24:34.656Z[ recovery-image] Aug 20 18:24:33.510 INFO O| Aug 20 18:24:33.510 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-08-20T18:24:34.665Z[ recovery-image] Aug 20 18:24:33.520 INFO O| Aug 20 18:24:33.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
79932026-08-20T18:24:34.665Z[ recovery-image] Aug 20 18:24:33.520 INFO O| Aug 20 18:24:33.520 INFO STEP 895 (remove_files) COMPLETE
79942026-08-20T18:24:34.666Z[ recovery-image] Aug 20 18:24:33.520 INFO O| Aug 20 18:24:33.520 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-08-20T18:24:34.675Z[ recovery-image] Aug 20 18:24:33.529 INFO O| Aug 20 18:24:33.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
79962026-08-20T18:24:34.675Z[ recovery-image] Aug 20 18:24:33.529 INFO O| Aug 20 18:24:33.529 INFO STEP 896 (remove_files) COMPLETE
79972026-08-20T18:24:34.679Z[ recovery-image] Aug 20 18:24:33.529 INFO O| Aug 20 18:24:33.529 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-08-20T18:24:34.682Z[verify-libraries] Compiling socket2 v0.5.10
79992026-08-20T18:24:34.686Z[ recovery-image] Aug 20 18:24:33.537 INFO O| Aug 20 18:24:33.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80002026-08-20T18:24:34.686Z[ recovery-image] Aug 20 18:24:33.537 INFO O| Aug 20 18:24:33.537 INFO STEP 897 (remove_files) COMPLETE
80012026-08-20T18:24:34.686Z[ recovery-image] Aug 20 18:24:33.537 INFO O| Aug 20 18:24:33.537 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-08-20T18:24:34.699Z[ recovery-image] Aug 20 18:24:33.549 INFO O| Aug 20 18:24:33.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80032026-08-20T18:24:34.699Z[ recovery-image] Aug 20 18:24:33.549 INFO O| Aug 20 18:24:33.549 INFO STEP 898 (remove_files) COMPLETE
80042026-08-20T18:24:34.699Z[ recovery-image] Aug 20 18:24:33.549 INFO O| Aug 20 18:24:33.549 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-08-20T18:24:34.704Z[ recovery-image] Aug 20 18:24:33.558 INFO O| Aug 20 18:24:33.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80062026-08-20T18:24:34.704Z[ recovery-image] Aug 20 18:24:33.558 INFO O| Aug 20 18:24:33.558 INFO STEP 899 (remove_files) COMPLETE
80072026-08-20T18:24:34.704Z[ recovery-image] Aug 20 18:24:33.558 INFO O| Aug 20 18:24:33.558 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-08-20T18:24:34.710Z[verify-libraries] Compiling fs-err v2.11.0
80092026-08-20T18:24:34.714Z[ recovery-image] Aug 20 18:24:33.568 INFO O| Aug 20 18:24:33.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80102026-08-20T18:24:34.715Z[ recovery-image] Aug 20 18:24:33.568 INFO O| Aug 20 18:24:33.568 INFO STEP 900 (remove_files) COMPLETE
80112026-08-20T18:24:34.716Z[ recovery-image] Aug 20 18:24:33.568 INFO O| Aug 20 18:24:33.568 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-08-20T18:24:34.722Z[ recovery-image] Aug 20 18:24:33.577 INFO O| Aug 20 18:24:33.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80132026-08-20T18:24:34.723Z[ recovery-image] Aug 20 18:24:33.577 INFO O| Aug 20 18:24:33.577 INFO STEP 901 (remove_files) COMPLETE
80142026-08-20T18:24:34.723Z[ recovery-image] Aug 20 18:24:33.577 INFO O| Aug 20 18:24:33.577 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-08-20T18:24:34.732Z[ recovery-image] Aug 20 18:24:33.587 INFO O| Aug 20 18:24:33.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80162026-08-20T18:24:34.732Z[ recovery-image] Aug 20 18:24:33.587 INFO O| Aug 20 18:24:33.587 INFO STEP 902 (remove_files) COMPLETE
80172026-08-20T18:24:34.732Z[ recovery-image] Aug 20 18:24:33.587 INFO O| Aug 20 18:24:33.587 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-08-20T18:24:34.742Z[ recovery-image] Aug 20 18:24:33.596 INFO O| Aug 20 18:24:33.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80192026-08-20T18:24:34.742Z[ recovery-image] Aug 20 18:24:33.597 INFO O| Aug 20 18:24:33.596 INFO STEP 903 (remove_files) COMPLETE
80202026-08-20T18:24:34.745Z[ recovery-image] Aug 20 18:24:33.597 INFO O| Aug 20 18:24:33.596 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-08-20T18:24:34.752Z[ recovery-image] Aug 20 18:24:33.607 INFO O| Aug 20 18:24:33.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80222026-08-20T18:24:34.752Z[ recovery-image] Aug 20 18:24:33.607 INFO O| Aug 20 18:24:33.607 INFO STEP 904 (remove_files) COMPLETE
80232026-08-20T18:24:34.752Z[ recovery-image] Aug 20 18:24:33.607 INFO O| Aug 20 18:24:33.607 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-08-20T18:24:34.761Z[ recovery-image] Aug 20 18:24:33.616 INFO O| Aug 20 18:24:33.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80252026-08-20T18:24:34.761Z[ recovery-image] Aug 20 18:24:33.616 INFO O| Aug 20 18:24:33.616 INFO STEP 905 (remove_files) COMPLETE
80262026-08-20T18:24:34.765Z[ recovery-image] Aug 20 18:24:33.616 INFO O| Aug 20 18:24:33.616 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-08-20T18:24:34.770Z[ recovery-image] Aug 20 18:24:33.625 INFO O| Aug 20 18:24:33.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80282026-08-20T18:24:34.770Z[ recovery-image] Aug 20 18:24:33.625 INFO O| Aug 20 18:24:33.625 INFO STEP 906 (remove_files) COMPLETE
80292026-08-20T18:24:34.770Z[ recovery-image] Aug 20 18:24:33.625 INFO O| Aug 20 18:24:33.625 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-08-20T18:24:34.780Z[ recovery-image] Aug 20 18:24:33.634 INFO O| Aug 20 18:24:33.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80312026-08-20T18:24:34.780Z[ recovery-image] Aug 20 18:24:33.634 INFO O| Aug 20 18:24:33.634 INFO STEP 907 (remove_files) COMPLETE
80322026-08-20T18:24:34.783Z[ recovery-image] Aug 20 18:24:33.634 INFO O| Aug 20 18:24:33.634 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-08-20T18:24:34.790Z[ recovery-image] Aug 20 18:24:33.643 INFO O| Aug 20 18:24:33.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80342026-08-20T18:24:34.790Z[ recovery-image] Aug 20 18:24:33.643 INFO O| Aug 20 18:24:33.643 INFO STEP 908 (remove_files) COMPLETE
80352026-08-20T18:24:34.793Z[ recovery-image] Aug 20 18:24:33.643 INFO O| Aug 20 18:24:33.643 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-08-20T18:24:34.797Z[ recovery-image] Aug 20 18:24:33.652 INFO O| Aug 20 18:24:33.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80372026-08-20T18:24:34.797Z[ recovery-image] Aug 20 18:24:33.652 INFO O| Aug 20 18:24:33.652 INFO STEP 909 (remove_files) COMPLETE
80382026-08-20T18:24:34.797Z[ recovery-image] Aug 20 18:24:33.652 INFO O| Aug 20 18:24:33.652 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-08-20T18:24:34.805Z[ recovery-image] Aug 20 18:24:33.660 INFO O| Aug 20 18:24:33.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80402026-08-20T18:24:34.809Z[ recovery-image] Aug 20 18:24:33.660 INFO O| Aug 20 18:24:33.660 INFO STEP 910 (remove_files) COMPLETE
80412026-08-20T18:24:34.809Z[ recovery-image] Aug 20 18:24:33.660 INFO O| Aug 20 18:24:33.660 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-08-20T18:24:34.817Z[ recovery-image] Aug 20 18:24:33.671 INFO O| Aug 20 18:24:33.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80432026-08-20T18:24:34.817Z[ recovery-image] Aug 20 18:24:33.671 INFO O| Aug 20 18:24:33.671 INFO STEP 911 (remove_files) COMPLETE
80442026-08-20T18:24:34.820Z[ recovery-image] Aug 20 18:24:33.671 INFO O| Aug 20 18:24:33.671 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-08-20T18:24:34.826Z[ recovery-image] Aug 20 18:24:33.680 INFO O| Aug 20 18:24:33.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80462026-08-20T18:24:34.826Z[ recovery-image] Aug 20 18:24:33.680 INFO O| Aug 20 18:24:33.680 INFO STEP 912 (remove_files) COMPLETE
80472026-08-20T18:24:34.829Z[ recovery-image] Aug 20 18:24:33.680 INFO O| Aug 20 18:24:33.680 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-08-20T18:24:34.834Z[ recovery-image] Aug 20 18:24:33.689 INFO O| Aug 20 18:24:33.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80492026-08-20T18:24:34.834Z[ recovery-image] Aug 20 18:24:33.689 INFO O| Aug 20 18:24:33.689 INFO STEP 913 (remove_files) COMPLETE
80502026-08-20T18:24:34.834Z[ recovery-image] Aug 20 18:24:33.689 INFO O| Aug 20 18:24:33.689 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-08-20T18:24:34.846Z[ recovery-image] Aug 20 18:24:33.700 INFO O| Aug 20 18:24:33.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80522026-08-20T18:24:34.846Z[ recovery-image] Aug 20 18:24:33.700 INFO O| Aug 20 18:24:33.700 INFO STEP 914 (remove_files) COMPLETE
80532026-08-20T18:24:34.846Z[ recovery-image] Aug 20 18:24:33.700 INFO O| Aug 20 18:24:33.700 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-08-20T18:24:34.856Z[ recovery-image] Aug 20 18:24:33.710 INFO O| Aug 20 18:24:33.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80552026-08-20T18:24:34.860Z[ recovery-image] Aug 20 18:24:33.710 INFO O| Aug 20 18:24:33.710 INFO STEP 915 (remove_files) COMPLETE
80562026-08-20T18:24:34.860Z[ recovery-image] Aug 20 18:24:33.711 INFO O| Aug 20 18:24:33.710 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-08-20T18:24:34.872Z[ recovery-image] Aug 20 18:24:33.727 INFO O| Aug 20 18:24:33.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80582026-08-20T18:24:34.872Z[ recovery-image] Aug 20 18:24:33.727 INFO O| Aug 20 18:24:33.723 INFO STEP 916 (remove_files) COMPLETE
80592026-08-20T18:24:34.872Z[ recovery-image] Aug 20 18:24:33.727 INFO O| Aug 20 18:24:33.723 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-08-20T18:24:34.879Z[ recovery-image] Aug 20 18:24:33.734 INFO O| Aug 20 18:24:33.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80612026-08-20T18:24:34.879Z[ recovery-image] Aug 20 18:24:33.734 INFO O| Aug 20 18:24:33.734 INFO STEP 917 (remove_files) COMPLETE
80622026-08-20T18:24:34.883Z[ recovery-image] Aug 20 18:24:33.734 INFO O| Aug 20 18:24:33.734 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-08-20T18:24:34.889Z[ recovery-image] Aug 20 18:24:33.744 INFO O| Aug 20 18:24:33.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80642026-08-20T18:24:34.889Z[ recovery-image] Aug 20 18:24:33.744 INFO O| Aug 20 18:24:33.744 INFO STEP 918 (remove_files) COMPLETE
80652026-08-20T18:24:34.889Z[ recovery-image] Aug 20 18:24:33.744 INFO O| Aug 20 18:24:33.744 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-08-20T18:24:34.899Z[ recovery-image] Aug 20 18:24:33.753 INFO O| Aug 20 18:24:33.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80672026-08-20T18:24:34.899Z[ recovery-image] Aug 20 18:24:33.753 INFO O| Aug 20 18:24:33.753 INFO STEP 919 (remove_files) COMPLETE
80682026-08-20T18:24:34.903Z[ recovery-image] Aug 20 18:24:33.753 INFO O| Aug 20 18:24:33.753 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-08-20T18:24:34.909Z[ recovery-image] Aug 20 18:24:33.762 INFO O| Aug 20 18:24:33.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80702026-08-20T18:24:34.909Z[ recovery-image] Aug 20 18:24:33.762 INFO O| Aug 20 18:24:33.762 INFO STEP 920 (remove_files) COMPLETE
80712026-08-20T18:24:34.909Z[ recovery-image] Aug 20 18:24:33.762 INFO O| Aug 20 18:24:33.762 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-08-20T18:24:34.916Z[ recovery-image] Aug 20 18:24:33.771 INFO O| Aug 20 18:24:33.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80732026-08-20T18:24:34.916Z[ recovery-image] Aug 20 18:24:33.771 INFO O| Aug 20 18:24:33.771 INFO STEP 921 (remove_files) COMPLETE
80742026-08-20T18:24:34.920Z[ recovery-image] Aug 20 18:24:33.771 INFO O| Aug 20 18:24:33.771 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-08-20T18:24:34.926Z[ recovery-image] Aug 20 18:24:33.780 INFO O| Aug 20 18:24:33.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80762026-08-20T18:24:34.926Z[ recovery-image] Aug 20 18:24:33.780 INFO O| Aug 20 18:24:33.780 INFO STEP 922 (remove_files) COMPLETE
80772026-08-20T18:24:34.930Z[ recovery-image] Aug 20 18:24:33.780 INFO O| Aug 20 18:24:33.780 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-08-20T18:24:34.935Z[ recovery-image] Aug 20 18:24:33.790 INFO O| Aug 20 18:24:33.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80792026-08-20T18:24:34.935Z[ recovery-image] Aug 20 18:24:33.790 INFO O| Aug 20 18:24:33.790 INFO STEP 923 (remove_files) COMPLETE
80802026-08-20T18:24:34.939Z[ recovery-image] Aug 20 18:24:33.790 INFO O| Aug 20 18:24:33.790 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-08-20T18:24:34.945Z[ recovery-image] Aug 20 18:24:33.800 INFO O| Aug 20 18:24:33.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
80822026-08-20T18:24:34.948Z[ recovery-image] Aug 20 18:24:33.800 INFO O| Aug 20 18:24:33.800 INFO STEP 924 (remove_files) COMPLETE
80832026-08-20T18:24:34.948Z[ recovery-image] Aug 20 18:24:33.800 INFO O| Aug 20 18:24:33.800 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-08-20T18:24:34.956Z[ recovery-image] Aug 20 18:24:33.811 INFO O| Aug 20 18:24:33.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
80852026-08-20T18:24:34.956Z[ recovery-image] Aug 20 18:24:33.811 INFO O| Aug 20 18:24:33.810 INFO STEP 925 (remove_files) COMPLETE
80862026-08-20T18:24:34.956Z[ recovery-image] Aug 20 18:24:33.811 INFO O| Aug 20 18:24:33.810 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-08-20T18:24:34.966Z[ recovery-image] Aug 20 18:24:33.821 INFO O| Aug 20 18:24:33.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
80882026-08-20T18:24:34.966Z[ recovery-image] Aug 20 18:24:33.821 INFO O| Aug 20 18:24:33.821 INFO STEP 926 (remove_files) COMPLETE
80892026-08-20T18:24:34.967Z[ recovery-image] Aug 20 18:24:33.821 INFO O| Aug 20 18:24:33.821 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-08-20T18:24:34.978Z[ recovery-image] Aug 20 18:24:33.831 INFO O| Aug 20 18:24:33.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
80912026-08-20T18:24:34.978Z[ recovery-image] Aug 20 18:24:33.831 INFO O| Aug 20 18:24:33.831 INFO STEP 927 (remove_files) COMPLETE
80922026-08-20T18:24:34.978Z[ recovery-image] Aug 20 18:24:33.831 INFO O| Aug 20 18:24:33.831 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-08-20T18:24:34.985Z[ recovery-image] Aug 20 18:24:33.840 INFO O| Aug 20 18:24:33.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
80942026-08-20T18:24:34.985Z[ recovery-image] Aug 20 18:24:33.840 INFO O| Aug 20 18:24:33.840 INFO STEP 928 (remove_files) COMPLETE
80952026-08-20T18:24:34.985Z[ recovery-image] Aug 20 18:24:33.840 INFO O| Aug 20 18:24:33.840 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-08-20T18:24:34.994Z[ recovery-image] Aug 20 18:24:33.849 INFO O| Aug 20 18:24:33.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
80972026-08-20T18:24:34.994Z[ recovery-image] Aug 20 18:24:33.849 INFO O| Aug 20 18:24:33.849 INFO STEP 929 (remove_files) COMPLETE
80982026-08-20T18:24:34.994Z[ recovery-image] Aug 20 18:24:33.849 INFO O| Aug 20 18:24:33.849 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-08-20T18:24:35.000Z[verify-libraries] Compiling internet-checksum v0.2.1
81002026-08-20T18:24:35.003Z[ recovery-image] Aug 20 18:24:33.857 INFO O| Aug 20 18:24:33.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81012026-08-20T18:24:35.003Z[ recovery-image] Aug 20 18:24:33.857 INFO O| Aug 20 18:24:33.857 INFO STEP 930 (remove_files) COMPLETE
81022026-08-20T18:24:35.003Z[ recovery-image] Aug 20 18:24:33.857 INFO O| Aug 20 18:24:33.857 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-08-20T18:24:35.013Z[ recovery-image] Aug 20 18:24:33.867 INFO O| Aug 20 18:24:33.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81042026-08-20T18:24:35.013Z[ recovery-image] Aug 20 18:24:33.867 INFO O| Aug 20 18:24:33.867 INFO STEP 931 (remove_files) COMPLETE
81052026-08-20T18:24:35.013Z[ recovery-image] Aug 20 18:24:33.867 INFO O| Aug 20 18:24:33.867 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-08-20T18:24:35.021Z[ recovery-image] Aug 20 18:24:33.876 INFO O| Aug 20 18:24:33.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81072026-08-20T18:24:35.021Z[ recovery-image] Aug 20 18:24:33.876 INFO O| Aug 20 18:24:33.876 INFO STEP 932 (remove_files) COMPLETE
81082026-08-20T18:24:35.021Z[ recovery-image] Aug 20 18:24:33.876 INFO O| Aug 20 18:24:33.876 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-08-20T18:24:35.029Z[ recovery-image] Aug 20 18:24:33.884 INFO O| Aug 20 18:24:33.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81102026-08-20T18:24:35.032Z[ recovery-image] Aug 20 18:24:33.885 INFO O| Aug 20 18:24:33.885 INFO STEP 933 (remove_files) COMPLETE
81112026-08-20T18:24:35.032Z[ recovery-image] Aug 20 18:24:33.885 INFO O| Aug 20 18:24:33.885 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-08-20T18:24:35.040Z[ recovery-image] Aug 20 18:24:33.895 INFO O| Aug 20 18:24:33.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81132026-08-20T18:24:35.041Z[ recovery-image] Aug 20 18:24:33.895 INFO O| Aug 20 18:24:33.895 INFO STEP 934 (remove_files) COMPLETE
81142026-08-20T18:24:35.041Z[ recovery-image] Aug 20 18:24:33.895 INFO O| Aug 20 18:24:33.895 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-08-20T18:24:35.051Z[ recovery-image] Aug 20 18:24:33.905 INFO O| Aug 20 18:24:33.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81162026-08-20T18:24:35.051Z[ recovery-image] Aug 20 18:24:33.905 INFO O| Aug 20 18:24:33.905 INFO STEP 935 (remove_files) COMPLETE
81172026-08-20T18:24:35.055Z[ recovery-image] Aug 20 18:24:33.905 INFO O| Aug 20 18:24:33.905 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-08-20T18:24:35.059Z[ recovery-image] Aug 20 18:24:33.913 INFO O| Aug 20 18:24:33.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81192026-08-20T18:24:35.059Z[ recovery-image] Aug 20 18:24:33.913 INFO O| Aug 20 18:24:33.913 INFO STEP 936 (remove_files) COMPLETE
81202026-08-20T18:24:35.059Z[ recovery-image] Aug 20 18:24:33.913 INFO O| Aug 20 18:24:33.913 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-08-20T18:24:35.069Z[ recovery-image] Aug 20 18:24:33.923 INFO O| Aug 20 18:24:33.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81222026-08-20T18:24:35.069Z[ recovery-image] Aug 20 18:24:33.923 INFO O| Aug 20 18:24:33.923 INFO STEP 937 (remove_files) COMPLETE
81232026-08-20T18:24:35.069Z[ recovery-image] Aug 20 18:24:33.923 INFO O| Aug 20 18:24:33.923 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-08-20T18:24:35.078Z[ recovery-image] Aug 20 18:24:33.933 INFO O| Aug 20 18:24:33.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81252026-08-20T18:24:35.078Z[ recovery-image] Aug 20 18:24:33.933 INFO O| Aug 20 18:24:33.933 INFO STEP 938 (remove_files) COMPLETE
81262026-08-20T18:24:35.078Z[ recovery-image] Aug 20 18:24:33.933 INFO O| Aug 20 18:24:33.933 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-08-20T18:24:35.087Z[ recovery-image] Aug 20 18:24:33.942 INFO O| Aug 20 18:24:33.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81282026-08-20T18:24:35.087Z[ recovery-image] Aug 20 18:24:33.942 INFO O| Aug 20 18:24:33.942 INFO STEP 939 (remove_files) COMPLETE
81292026-08-20T18:24:35.091Z[ recovery-image] Aug 20 18:24:33.942 INFO O| Aug 20 18:24:33.942 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-08-20T18:24:35.095Z[ recovery-image] Aug 20 18:24:33.950 INFO O| Aug 20 18:24:33.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81312026-08-20T18:24:35.095Z[ recovery-image] Aug 20 18:24:33.950 INFO O| Aug 20 18:24:33.950 INFO STEP 940 (remove_files) COMPLETE
81322026-08-20T18:24:35.100Z[ recovery-image] Aug 20 18:24:33.950 INFO O| Aug 20 18:24:33.950 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-08-20T18:24:35.104Z[ recovery-image] Aug 20 18:24:33.959 INFO O| Aug 20 18:24:33.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81342026-08-20T18:24:35.104Z[ recovery-image] Aug 20 18:24:33.959 INFO O| Aug 20 18:24:33.959 INFO STEP 941 (remove_files) COMPLETE
81352026-08-20T18:24:35.108Z[ recovery-image] Aug 20 18:24:33.959 INFO O| Aug 20 18:24:33.959 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-08-20T18:24:35.112Z[ recovery-image] Aug 20 18:24:33.967 INFO O| Aug 20 18:24:33.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81372026-08-20T18:24:35.112Z[ recovery-image] Aug 20 18:24:33.967 INFO O| Aug 20 18:24:33.967 INFO STEP 942 (remove_files) COMPLETE
81382026-08-20T18:24:35.112Z[ recovery-image] Aug 20 18:24:33.967 INFO O| Aug 20 18:24:33.967 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-08-20T18:24:35.121Z[ recovery-image] Aug 20 18:24:33.975 INFO O| Aug 20 18:24:33.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81402026-08-20T18:24:35.121Z[ recovery-image] Aug 20 18:24:33.975 INFO O| Aug 20 18:24:33.975 INFO STEP 943 (remove_files) COMPLETE
81412026-08-20T18:24:35.121Z[ recovery-image] Aug 20 18:24:33.975 INFO O| Aug 20 18:24:33.975 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-08-20T18:24:35.130Z[ recovery-image] Aug 20 18:24:33.984 INFO O| Aug 20 18:24:33.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81432026-08-20T18:24:35.130Z[ recovery-image] Aug 20 18:24:33.984 INFO O| Aug 20 18:24:33.984 INFO STEP 944 (remove_files) COMPLETE
81442026-08-20T18:24:35.130Z[ recovery-image] Aug 20 18:24:33.984 INFO O| Aug 20 18:24:33.984 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-08-20T18:24:35.139Z[ recovery-image] Aug 20 18:24:33.993 INFO O| Aug 20 18:24:33.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81462026-08-20T18:24:35.139Z[ recovery-image] Aug 20 18:24:33.993 INFO O| Aug 20 18:24:33.993 INFO STEP 945 (remove_files) COMPLETE
81472026-08-20T18:24:35.139Z[ recovery-image] Aug 20 18:24:33.993 INFO O| Aug 20 18:24:33.993 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-08-20T18:24:35.150Z[ recovery-image] Aug 20 18:24:34.004 INFO O| Aug 20 18:24:34.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81492026-08-20T18:24:35.150Z[ recovery-image] Aug 20 18:24:34.004 INFO O| Aug 20 18:24:34.004 INFO STEP 946 (remove_files) COMPLETE
81502026-08-20T18:24:35.153Z[ recovery-image] Aug 20 18:24:34.004 INFO O| Aug 20 18:24:34.004 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-08-20T18:24:35.158Z[ recovery-image] Aug 20 18:24:34.013 INFO O| Aug 20 18:24:34.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81522026-08-20T18:24:35.159Z[ recovery-image] Aug 20 18:24:34.013 INFO O| Aug 20 18:24:34.013 INFO STEP 947 (remove_files) COMPLETE
81532026-08-20T18:24:35.159Z[ recovery-image] Aug 20 18:24:34.013 INFO O| Aug 20 18:24:34.013 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-08-20T18:24:35.173Z[ recovery-image] Aug 20 18:24:34.027 INFO O| Aug 20 18:24:34.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81552026-08-20T18:24:35.177Z[ recovery-image] Aug 20 18:24:34.027 INFO O| Aug 20 18:24:34.027 INFO STEP 948 (remove_files) COMPLETE
81562026-08-20T18:24:35.177Z[ recovery-image] Aug 20 18:24:34.027 INFO O| Aug 20 18:24:34.027 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-08-20T18:24:35.187Z[ recovery-image] Aug 20 18:24:34.038 INFO O| Aug 20 18:24:34.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81582026-08-20T18:24:35.192Z[ recovery-image] Aug 20 18:24:34.038 INFO O| Aug 20 18:24:34.038 INFO STEP 949 (remove_files) COMPLETE
81592026-08-20T18:24:35.192Z[ recovery-image] Aug 20 18:24:34.038 INFO O| Aug 20 18:24:34.038 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-08-20T18:24:35.339Z[ recovery-image] Aug 20 18:24:34.059 INFO O| Aug 20 18:24:34.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81612026-08-20T18:24:35.345Z[ recovery-image] Aug 20 18:24:34.059 INFO O| Aug 20 18:24:34.059 INFO STEP 950 (remove_files) COMPLETE
81622026-08-20T18:24:35.345Z[ recovery-image] Aug 20 18:24:34.059 INFO O| Aug 20 18:24:34.059 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-08-20T18:24:35.345Z[ recovery-image] Aug 20 18:24:34.070 INFO O| Aug 20 18:24:34.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81642026-08-20T18:24:35.346Z[ recovery-image] Aug 20 18:24:34.070 INFO O| Aug 20 18:24:34.070 INFO STEP 951 (remove_files) COMPLETE
81652026-08-20T18:24:35.346Z[ recovery-image] Aug 20 18:24:34.070 INFO O| Aug 20 18:24:34.070 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-08-20T18:24:35.346Z[ recovery-image] Aug 20 18:24:34.080 INFO O| Aug 20 18:24:34.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81672026-08-20T18:24:35.346Z[ recovery-image] Aug 20 18:24:34.080 INFO O| Aug 20 18:24:34.080 INFO STEP 952 (remove_files) COMPLETE
81682026-08-20T18:24:35.346Z[ recovery-image] Aug 20 18:24:34.080 INFO O| Aug 20 18:24:34.080 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-08-20T18:24:35.346Z[ recovery-image] Aug 20 18:24:34.089 INFO O| Aug 20 18:24:34.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81702026-08-20T18:24:35.346Z[ recovery-image] Aug 20 18:24:34.089 INFO O| Aug 20 18:24:34.089 INFO STEP 953 (remove_files) COMPLETE
81712026-08-20T18:24:35.346Z[ recovery-image] Aug 20 18:24:34.089 INFO O| Aug 20 18:24:34.089 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-08-20T18:24:35.346Z[ recovery-image] Aug 20 18:24:34.098 INFO O| Aug 20 18:24:34.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81732026-08-20T18:24:35.346Z[ recovery-image] Aug 20 18:24:34.098 INFO O| Aug 20 18:24:34.098 INFO STEP 954 (remove_files) COMPLETE
81742026-08-20T18:24:35.346Z[ recovery-image] Aug 20 18:24:34.098 INFO O| Aug 20 18:24:34.098 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81752026-08-20T18:24:35.346Z[ recovery-image] Aug 20 18:24:34.107 INFO O| Aug 20 18:24:34.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81762026-08-20T18:24:35.347Z[ recovery-image] Aug 20 18:24:34.107 INFO O| Aug 20 18:24:34.107 INFO STEP 955 (remove_files) COMPLETE
81772026-08-20T18:24:35.347Z[ recovery-image] Aug 20 18:24:34.107 INFO O| Aug 20 18:24:34.107 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81782026-08-20T18:24:35.347Z[ recovery-image] Aug 20 18:24:34.119 INFO O| Aug 20 18:24:34.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
81792026-08-20T18:24:35.347Z[ recovery-image] Aug 20 18:24:34.119 INFO O| Aug 20 18:24:34.119 INFO STEP 956 (remove_files) COMPLETE
81802026-08-20T18:24:35.347Z[ recovery-image] Aug 20 18:24:34.119 INFO O| Aug 20 18:24:34.119 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81812026-08-20T18:24:35.347Z[ recovery-image] Aug 20 18:24:34.131 INFO O| Aug 20 18:24:34.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
81822026-08-20T18:24:35.347Z[ recovery-image] Aug 20 18:24:34.131 INFO O| Aug 20 18:24:34.131 INFO STEP 957 (remove_files) COMPLETE
81832026-08-20T18:24:35.347Z[ recovery-image] Aug 20 18:24:34.131 INFO O| Aug 20 18:24:34.131 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81842026-08-20T18:24:35.347Z[ recovery-image] Aug 20 18:24:34.140 INFO O| Aug 20 18:24:34.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
81852026-08-20T18:24:35.348Z[ recovery-image] Aug 20 18:24:34.140 INFO O| Aug 20 18:24:34.140 INFO STEP 958 (remove_files) COMPLETE
81862026-08-20T18:24:35.348Z[ recovery-image] Aug 20 18:24:34.140 INFO O| Aug 20 18:24:34.140 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81872026-08-20T18:24:35.348Z[ recovery-image] Aug 20 18:24:34.150 INFO O| Aug 20 18:24:34.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
81882026-08-20T18:24:35.348Z[ recovery-image] Aug 20 18:24:34.150 INFO O| Aug 20 18:24:34.150 INFO STEP 959 (remove_files) COMPLETE
81892026-08-20T18:24:35.348Z[ recovery-image] Aug 20 18:24:34.150 INFO O| Aug 20 18:24:34.150 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-08-20T18:24:35.348Z[ recovery-image] Aug 20 18:24:34.160 INFO O| Aug 20 18:24:34.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
81912026-08-20T18:24:35.348Z[ recovery-image] Aug 20 18:24:34.160 INFO O| Aug 20 18:24:34.160 INFO STEP 960 (remove_files) COMPLETE
81922026-08-20T18:24:35.348Z[ recovery-image] Aug 20 18:24:34.160 INFO O| Aug 20 18:24:34.160 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81932026-08-20T18:24:35.348Z[ recovery-image] Aug 20 18:24:34.170 INFO O| Aug 20 18:24:34.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
81942026-08-20T18:24:35.348Z[ recovery-image] Aug 20 18:24:34.170 INFO O| Aug 20 18:24:34.170 INFO STEP 961 (remove_files) COMPLETE
81952026-08-20T18:24:35.348Z[ recovery-image] Aug 20 18:24:34.170 INFO O| Aug 20 18:24:34.170 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81962026-08-20T18:24:35.348Z[ recovery-image] Aug 20 18:24:34.179 INFO O| Aug 20 18:24:34.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
81972026-08-20T18:24:35.349Z[ recovery-image] Aug 20 18:24:34.179 INFO O| Aug 20 18:24:34.179 INFO STEP 962 (remove_files) COMPLETE
81982026-08-20T18:24:35.349Z[ recovery-image] Aug 20 18:24:34.179 INFO O| Aug 20 18:24:34.179 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81992026-08-20T18:24:35.349Z[ recovery-image] Aug 20 18:24:34.188 INFO O| Aug 20 18:24:34.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82002026-08-20T18:24:35.349Z[ recovery-image] Aug 20 18:24:34.188 INFO O| Aug 20 18:24:34.188 INFO STEP 963 (remove_files) COMPLETE
82012026-08-20T18:24:35.349Z[ recovery-image] Aug 20 18:24:34.188 INFO O| Aug 20 18:24:34.188 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82022026-08-20T18:24:35.349Z[ recovery-image] Aug 20 18:24:34.197 INFO O| Aug 20 18:24:34.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82032026-08-20T18:24:35.349Z[ recovery-image] Aug 20 18:24:34.197 INFO O| Aug 20 18:24:34.197 INFO STEP 964 (remove_files) COMPLETE
82042026-08-20T18:24:35.350Z[ recovery-image] Aug 20 18:24:34.197 INFO O| Aug 20 18:24:34.197 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82052026-08-20T18:24:35.357Z[ recovery-image] Aug 20 18:24:34.208 INFO O| Aug 20 18:24:34.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82062026-08-20T18:24:35.357Z[ recovery-image] Aug 20 18:24:34.208 INFO O| Aug 20 18:24:34.208 INFO STEP 965 (remove_files) COMPLETE
82072026-08-20T18:24:35.357Z[ recovery-image] Aug 20 18:24:34.208 INFO O| Aug 20 18:24:34.208 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82082026-08-20T18:24:35.364Z[ recovery-image] Aug 20 18:24:34.219 INFO O| Aug 20 18:24:34.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82092026-08-20T18:24:35.365Z[ recovery-image] Aug 20 18:24:34.219 INFO O| Aug 20 18:24:34.219 INFO STEP 966 (remove_files) COMPLETE
82102026-08-20T18:24:35.365Z[ recovery-image] Aug 20 18:24:34.219 INFO O| Aug 20 18:24:34.219 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82112026-08-20T18:24:35.376Z[ recovery-image] Aug 20 18:24:34.230 INFO O| Aug 20 18:24:34.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82122026-08-20T18:24:35.376Z[ recovery-image] Aug 20 18:24:34.230 INFO O| Aug 20 18:24:34.230 INFO STEP 967 (remove_files) COMPLETE
82132026-08-20T18:24:35.376Z[ recovery-image] Aug 20 18:24:34.230 INFO O| Aug 20 18:24:34.230 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82142026-08-20T18:24:35.386Z[ recovery-image] Aug 20 18:24:34.241 INFO O| Aug 20 18:24:34.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82152026-08-20T18:24:35.387Z[ recovery-image] Aug 20 18:24:34.241 INFO O| Aug 20 18:24:34.241 INFO STEP 968 (remove_files) COMPLETE
82162026-08-20T18:24:35.387Z[ recovery-image] Aug 20 18:24:34.241 INFO O| Aug 20 18:24:34.241 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82172026-08-20T18:24:35.396Z[ recovery-image] Aug 20 18:24:34.250 INFO O| Aug 20 18:24:34.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82182026-08-20T18:24:35.396Z[ recovery-image] Aug 20 18:24:34.250 INFO O| Aug 20 18:24:34.250 INFO STEP 969 (remove_files) COMPLETE
82192026-08-20T18:24:35.396Z[ recovery-image] Aug 20 18:24:34.250 INFO O| Aug 20 18:24:34.250 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82202026-08-20T18:24:35.400Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
82212026-08-20T18:24:35.405Z[ recovery-image] Aug 20 18:24:34.260 INFO O| Aug 20 18:24:34.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82222026-08-20T18:24:35.412Z[ recovery-image] Aug 20 18:24:34.260 INFO O| Aug 20 18:24:34.260 INFO STEP 970 (remove_files) COMPLETE
82232026-08-20T18:24:35.412Z[ recovery-image] Aug 20 18:24:34.260 INFO O| Aug 20 18:24:34.260 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-08-20T18:24:35.415Z[ recovery-image] Aug 20 18:24:34.269 INFO O| Aug 20 18:24:34.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82252026-08-20T18:24:35.415Z[ recovery-image] Aug 20 18:24:34.269 INFO O| Aug 20 18:24:34.269 INFO STEP 971 (remove_files) COMPLETE
82262026-08-20T18:24:35.415Z[ recovery-image] Aug 20 18:24:34.269 INFO O| Aug 20 18:24:34.269 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-08-20T18:24:35.423Z[ recovery-image] Aug 20 18:24:34.277 INFO O| Aug 20 18:24:34.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82282026-08-20T18:24:35.423Z[ recovery-image] Aug 20 18:24:34.277 INFO O| Aug 20 18:24:34.277 INFO STEP 972 (remove_files) COMPLETE
82292026-08-20T18:24:35.426Z[ recovery-image] Aug 20 18:24:34.277 INFO O| Aug 20 18:24:34.277 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-08-20T18:24:35.431Z[ recovery-image] Aug 20 18:24:34.285 INFO O| Aug 20 18:24:34.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82312026-08-20T18:24:35.431Z[ recovery-image] Aug 20 18:24:34.285 INFO O| Aug 20 18:24:34.285 INFO STEP 973 (remove_files) COMPLETE
82322026-08-20T18:24:35.434Z[ recovery-image] Aug 20 18:24:34.285 INFO O| Aug 20 18:24:34.285 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-08-20T18:24:35.441Z[ recovery-image] Aug 20 18:24:34.295 INFO O| Aug 20 18:24:34.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82342026-08-20T18:24:35.441Z[ recovery-image] Aug 20 18:24:34.295 INFO O| Aug 20 18:24:34.295 INFO STEP 974 (remove_files) COMPLETE
82352026-08-20T18:24:35.441Z[ recovery-image] Aug 20 18:24:34.295 INFO O| Aug 20 18:24:34.295 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-08-20T18:24:35.450Z[ recovery-image] Aug 20 18:24:34.304 INFO O| Aug 20 18:24:34.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82372026-08-20T18:24:35.450Z[ recovery-image] Aug 20 18:24:34.304 INFO O| Aug 20 18:24:34.304 INFO STEP 975 (remove_files) COMPLETE
82382026-08-20T18:24:35.450Z[ recovery-image] Aug 20 18:24:34.304 INFO O| Aug 20 18:24:34.304 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-08-20T18:24:35.463Z[ recovery-image] Aug 20 18:24:34.314 INFO O| Aug 20 18:24:34.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82402026-08-20T18:24:35.463Z[ recovery-image] Aug 20 18:24:34.314 INFO O| Aug 20 18:24:34.314 INFO STEP 976 (remove_files) COMPLETE
82412026-08-20T18:24:35.467Z[ recovery-image] Aug 20 18:24:34.314 INFO O| Aug 20 18:24:34.314 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-08-20T18:24:35.471Z[ recovery-image] Aug 20 18:24:34.325 INFO O| Aug 20 18:24:34.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82432026-08-20T18:24:35.471Z[ recovery-image] Aug 20 18:24:34.325 INFO O| Aug 20 18:24:34.325 INFO STEP 977 (remove_files) COMPLETE
82442026-08-20T18:24:35.471Z[ recovery-image] Aug 20 18:24:34.325 INFO O| Aug 20 18:24:34.325 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-08-20T18:24:35.480Z[ recovery-image] Aug 20 18:24:34.333 INFO O| Aug 20 18:24:34.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82462026-08-20T18:24:35.480Z[ recovery-image] Aug 20 18:24:34.334 INFO O| Aug 20 18:24:34.334 INFO STEP 978 (remove_files) COMPLETE
82472026-08-20T18:24:35.480Z[ recovery-image] Aug 20 18:24:34.334 INFO O| Aug 20 18:24:34.334 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82482026-08-20T18:24:35.489Z[ recovery-image] Aug 20 18:24:34.343 INFO O| Aug 20 18:24:34.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82492026-08-20T18:24:35.489Z[ recovery-image] Aug 20 18:24:34.343 INFO O| Aug 20 18:24:34.343 INFO STEP 979 (remove_files) COMPLETE
82502026-08-20T18:24:35.489Z[ recovery-image] Aug 20 18:24:34.343 INFO O| Aug 20 18:24:34.343 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-08-20T18:24:35.498Z[ recovery-image] Aug 20 18:24:34.352 INFO O| Aug 20 18:24:34.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82522026-08-20T18:24:35.498Z[ recovery-image] Aug 20 18:24:34.352 INFO O| Aug 20 18:24:34.352 INFO STEP 980 (remove_files) COMPLETE
82532026-08-20T18:24:35.498Z[ recovery-image] Aug 20 18:24:34.352 INFO O| Aug 20 18:24:34.352 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-08-20T18:24:35.507Z[ recovery-image] Aug 20 18:24:34.361 INFO O| Aug 20 18:24:34.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82552026-08-20T18:24:35.507Z[ recovery-image] Aug 20 18:24:34.361 INFO O| Aug 20 18:24:34.361 INFO STEP 981 (remove_files) COMPLETE
82562026-08-20T18:24:35.507Z[ recovery-image] Aug 20 18:24:34.361 INFO O| Aug 20 18:24:34.361 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-08-20T18:24:35.516Z[ recovery-image] Aug 20 18:24:34.370 INFO O| Aug 20 18:24:34.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82582026-08-20T18:24:35.516Z[ recovery-image] Aug 20 18:24:34.370 INFO O| Aug 20 18:24:34.370 INFO STEP 982 (remove_files) COMPLETE
82592026-08-20T18:24:35.520Z[ recovery-image] Aug 20 18:24:34.370 INFO O| Aug 20 18:24:34.370 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-08-20T18:24:35.526Z[ recovery-image] Aug 20 18:24:34.380 INFO O| Aug 20 18:24:34.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82612026-08-20T18:24:35.526Z[ recovery-image] Aug 20 18:24:34.380 INFO O| Aug 20 18:24:34.380 INFO STEP 983 (remove_files) COMPLETE
82622026-08-20T18:24:35.526Z[ recovery-image] Aug 20 18:24:34.380 INFO O| Aug 20 18:24:34.380 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-08-20T18:24:35.536Z[ recovery-image] Aug 20 18:24:34.390 INFO O| Aug 20 18:24:34.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82642026-08-20T18:24:35.536Z[ recovery-image] Aug 20 18:24:34.390 INFO O| Aug 20 18:24:34.390 INFO STEP 984 (remove_files) COMPLETE
82652026-08-20T18:24:35.540Z[ recovery-image] Aug 20 18:24:34.390 INFO O| Aug 20 18:24:34.390 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-08-20T18:24:35.545Z[ recovery-image] Aug 20 18:24:34.400 INFO O| Aug 20 18:24:34.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82672026-08-20T18:24:35.545Z[ recovery-image] Aug 20 18:24:34.400 INFO O| Aug 20 18:24:34.400 INFO STEP 985 (remove_files) COMPLETE
82682026-08-20T18:24:35.546Z[ recovery-image] Aug 20 18:24:34.400 INFO O| Aug 20 18:24:34.400 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-08-20T18:24:35.554Z[ recovery-image] Aug 20 18:24:34.408 INFO O| Aug 20 18:24:34.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82702026-08-20T18:24:35.554Z[ recovery-image] Aug 20 18:24:34.408 INFO O| Aug 20 18:24:34.408 INFO STEP 986 (remove_files) COMPLETE
82712026-08-20T18:24:35.554Z[ recovery-image] Aug 20 18:24:34.408 INFO O| Aug 20 18:24:34.408 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-08-20T18:24:35.563Z[ recovery-image] Aug 20 18:24:34.417 INFO O| Aug 20 18:24:34.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82732026-08-20T18:24:35.563Z[ recovery-image] Aug 20 18:24:34.417 INFO O| Aug 20 18:24:34.417 INFO STEP 987 (remove_files) COMPLETE
82742026-08-20T18:24:35.563Z[ recovery-image] Aug 20 18:24:34.417 INFO O| Aug 20 18:24:34.417 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-08-20T18:24:35.571Z[ recovery-image] Aug 20 18:24:34.425 INFO O| Aug 20 18:24:34.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82762026-08-20T18:24:35.572Z[ recovery-image] Aug 20 18:24:34.425 INFO O| Aug 20 18:24:34.425 INFO STEP 988 (remove_files) COMPLETE
82772026-08-20T18:24:35.572Z[ recovery-image] Aug 20 18:24:34.425 INFO O| Aug 20 18:24:34.425 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-08-20T18:24:35.579Z[ recovery-image] Aug 20 18:24:34.433 INFO O| Aug 20 18:24:34.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82792026-08-20T18:24:35.579Z[ recovery-image] Aug 20 18:24:34.434 INFO O| Aug 20 18:24:34.433 INFO STEP 989 (remove_files) COMPLETE
82802026-08-20T18:24:35.579Z[ recovery-image] Aug 20 18:24:34.434 INFO O| Aug 20 18:24:34.433 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-08-20T18:24:35.588Z[ recovery-image] Aug 20 18:24:34.442 INFO O| Aug 20 18:24:34.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
82822026-08-20T18:24:35.588Z[ recovery-image] Aug 20 18:24:34.442 INFO O| Aug 20 18:24:34.442 INFO STEP 990 (remove_files) COMPLETE
82832026-08-20T18:24:35.592Z[ recovery-image] Aug 20 18:24:34.442 INFO O| Aug 20 18:24:34.442 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-08-20T18:24:35.596Z[ recovery-image] Aug 20 18:24:34.450 INFO O| Aug 20 18:24:34.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
82852026-08-20T18:24:35.596Z[ recovery-image] Aug 20 18:24:34.450 INFO O| Aug 20 18:24:34.450 INFO STEP 991 (remove_files) COMPLETE
82862026-08-20T18:24:35.596Z[ recovery-image] Aug 20 18:24:34.450 INFO O| Aug 20 18:24:34.450 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-08-20T18:24:35.605Z[ recovery-image] Aug 20 18:24:34.459 INFO O| Aug 20 18:24:34.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
82882026-08-20T18:24:35.605Z[ recovery-image] Aug 20 18:24:34.459 INFO O| Aug 20 18:24:34.459 INFO STEP 992 (remove_files) COMPLETE
82892026-08-20T18:24:35.609Z[ recovery-image] Aug 20 18:24:34.459 INFO O| Aug 20 18:24:34.459 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-08-20T18:24:35.613Z[ recovery-image] Aug 20 18:24:34.467 INFO O| Aug 20 18:24:34.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
82912026-08-20T18:24:35.613Z[ recovery-image] Aug 20 18:24:34.467 INFO O| Aug 20 18:24:34.467 INFO STEP 993 (remove_files) COMPLETE
82922026-08-20T18:24:35.613Z[ recovery-image] Aug 20 18:24:34.467 INFO O| Aug 20 18:24:34.467 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-08-20T18:24:35.625Z[ recovery-image] Aug 20 18:24:34.479 INFO O| Aug 20 18:24:34.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
82942026-08-20T18:24:35.625Z[ recovery-image] Aug 20 18:24:34.479 INFO O| Aug 20 18:24:34.479 INFO STEP 994 (remove_files) COMPLETE
82952026-08-20T18:24:35.625Z[ recovery-image] Aug 20 18:24:34.479 INFO O| Aug 20 18:24:34.479 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-08-20T18:24:35.636Z[ recovery-image] Aug 20 18:24:34.490 INFO O| Aug 20 18:24:34.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
82972026-08-20T18:24:35.636Z[ recovery-image] Aug 20 18:24:34.491 INFO O| Aug 20 18:24:34.490 INFO STEP 995 (remove_files) COMPLETE
82982026-08-20T18:24:35.637Z[ recovery-image] Aug 20 18:24:34.491 INFO O| Aug 20 18:24:34.491 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-08-20T18:24:35.648Z[ recovery-image] Aug 20 18:24:34.501 INFO O| Aug 20 18:24:34.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83002026-08-20T18:24:35.648Z[ recovery-image] Aug 20 18:24:34.501 INFO O| Aug 20 18:24:34.501 INFO STEP 996 (remove_files) COMPLETE
83012026-08-20T18:24:35.648Z[ recovery-image] Aug 20 18:24:34.501 INFO O| Aug 20 18:24:34.501 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-08-20T18:24:35.658Z[ recovery-image] Aug 20 18:24:34.512 INFO O| Aug 20 18:24:34.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83032026-08-20T18:24:35.658Z[ recovery-image] Aug 20 18:24:34.512 INFO O| Aug 20 18:24:34.512 INFO STEP 997 (remove_files) COMPLETE
83042026-08-20T18:24:35.658Z[ recovery-image] Aug 20 18:24:34.512 INFO O| Aug 20 18:24:34.512 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-08-20T18:24:35.668Z[ recovery-image] Aug 20 18:24:34.522 INFO O| Aug 20 18:24:34.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83062026-08-20T18:24:35.668Z[ recovery-image] Aug 20 18:24:34.522 INFO O| Aug 20 18:24:34.522 INFO STEP 998 (remove_files) COMPLETE
83072026-08-20T18:24:35.668Z[ recovery-image] Aug 20 18:24:34.522 INFO O| Aug 20 18:24:34.522 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-08-20T18:24:35.679Z[ recovery-image] Aug 20 18:24:34.533 INFO O| Aug 20 18:24:34.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83092026-08-20T18:24:35.679Z[ recovery-image] Aug 20 18:24:34.533 INFO O| Aug 20 18:24:34.533 INFO STEP 999 (remove_files) COMPLETE
83102026-08-20T18:24:35.679Z[ recovery-image] Aug 20 18:24:34.533 INFO O| Aug 20 18:24:34.533 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-08-20T18:24:35.689Z[ recovery-image] Aug 20 18:24:34.543 INFO O| Aug 20 18:24:34.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83122026-08-20T18:24:35.689Z[ recovery-image] Aug 20 18:24:34.543 INFO O| Aug 20 18:24:34.543 INFO STEP 1000 (remove_files) COMPLETE
83132026-08-20T18:24:35.689Z[ recovery-image] Aug 20 18:24:34.543 INFO O| Aug 20 18:24:34.543 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-08-20T18:24:35.698Z[ recovery-image] Aug 20 18:24:34.552 INFO O| Aug 20 18:24:34.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83152026-08-20T18:24:35.698Z[ recovery-image] Aug 20 18:24:34.552 INFO O| Aug 20 18:24:34.552 INFO STEP 1001 (remove_files) COMPLETE
83162026-08-20T18:24:35.698Z[ recovery-image] Aug 20 18:24:34.552 INFO O| Aug 20 18:24:34.552 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-08-20T18:24:35.708Z[ recovery-image] Aug 20 18:24:34.562 INFO O| Aug 20 18:24:34.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83182026-08-20T18:24:35.708Z[ recovery-image] Aug 20 18:24:34.562 INFO O| Aug 20 18:24:34.562 INFO STEP 1002 (remove_files) COMPLETE
83192026-08-20T18:24:35.713Z[ recovery-image] Aug 20 18:24:34.562 INFO O| Aug 20 18:24:34.562 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-08-20T18:24:35.718Z[ recovery-image] Aug 20 18:24:34.572 INFO O| Aug 20 18:24:34.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83212026-08-20T18:24:35.722Z[ recovery-image] Aug 20 18:24:34.573 INFO O| Aug 20 18:24:34.573 INFO STEP 1003 (remove_files) COMPLETE
83222026-08-20T18:24:35.722Z[ recovery-image] Aug 20 18:24:34.573 INFO O| Aug 20 18:24:34.573 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-08-20T18:24:35.730Z[ recovery-image] Aug 20 18:24:34.584 INFO O| Aug 20 18:24:34.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83242026-08-20T18:24:35.730Z[ recovery-image] Aug 20 18:24:34.584 INFO O| Aug 20 18:24:34.584 INFO STEP 1004 (remove_files) COMPLETE
83252026-08-20T18:24:35.730Z[ recovery-image] Aug 20 18:24:34.584 INFO O| Aug 20 18:24:34.584 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-08-20T18:24:35.740Z[ recovery-image] Aug 20 18:24:34.594 INFO O| Aug 20 18:24:34.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83272026-08-20T18:24:35.740Z[ recovery-image] Aug 20 18:24:34.594 INFO O| Aug 20 18:24:34.594 INFO STEP 1005 (remove_files) COMPLETE
83282026-08-20T18:24:35.740Z[ recovery-image] Aug 20 18:24:34.594 INFO O| Aug 20 18:24:34.594 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-08-20T18:24:35.748Z[ recovery-image] Aug 20 18:24:34.602 INFO O| Aug 20 18:24:34.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83302026-08-20T18:24:35.748Z[ recovery-image] Aug 20 18:24:34.602 INFO O| Aug 20 18:24:34.602 INFO STEP 1006 (remove_files) COMPLETE
83312026-08-20T18:24:35.748Z[ recovery-image] Aug 20 18:24:34.602 INFO O| Aug 20 18:24:34.602 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-08-20T18:24:35.758Z[ recovery-image] Aug 20 18:24:34.612 INFO O| Aug 20 18:24:34.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83332026-08-20T18:24:35.758Z[ recovery-image] Aug 20 18:24:34.612 INFO O| Aug 20 18:24:34.612 INFO STEP 1007 (remove_files) COMPLETE
83342026-08-20T18:24:35.762Z[ recovery-image] Aug 20 18:24:34.612 INFO O| Aug 20 18:24:34.612 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-08-20T18:24:35.767Z[ recovery-image] Aug 20 18:24:34.621 INFO O| Aug 20 18:24:34.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83362026-08-20T18:24:35.767Z[ recovery-image] Aug 20 18:24:34.622 INFO O| Aug 20 18:24:34.622 INFO STEP 1008 (remove_files) COMPLETE
83372026-08-20T18:24:35.767Z[ recovery-image] Aug 20 18:24:34.622 INFO O| Aug 20 18:24:34.622 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-08-20T18:24:35.778Z[ recovery-image] Aug 20 18:24:34.631 INFO O| Aug 20 18:24:34.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83392026-08-20T18:24:35.778Z[ recovery-image] Aug 20 18:24:34.631 INFO O| Aug 20 18:24:34.631 INFO STEP 1009 (remove_files) COMPLETE
83402026-08-20T18:24:35.778Z[ recovery-image] Aug 20 18:24:34.631 INFO O| Aug 20 18:24:34.631 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83412026-08-20T18:24:35.787Z[ recovery-image] Aug 20 18:24:34.641 INFO O| Aug 20 18:24:34.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83422026-08-20T18:24:35.787Z[ recovery-image] Aug 20 18:24:34.641 INFO O| Aug 20 18:24:34.641 INFO STEP 1010 (remove_files) COMPLETE
83432026-08-20T18:24:35.787Z[ recovery-image] Aug 20 18:24:34.641 INFO O| Aug 20 18:24:34.641 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83442026-08-20T18:24:35.797Z[ recovery-image] Aug 20 18:24:34.651 INFO O| Aug 20 18:24:34.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83452026-08-20T18:24:35.797Z[ recovery-image] Aug 20 18:24:34.651 INFO O| Aug 20 18:24:34.651 INFO STEP 1011 (remove_files) COMPLETE
83462026-08-20T18:24:35.800Z[ recovery-image] Aug 20 18:24:34.651 INFO O| Aug 20 18:24:34.651 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-08-20T18:24:35.806Z[ recovery-image] Aug 20 18:24:34.660 INFO O| Aug 20 18:24:34.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83482026-08-20T18:24:35.806Z[ recovery-image] Aug 20 18:24:34.660 INFO O| Aug 20 18:24:34.660 INFO STEP 1012 (remove_files) COMPLETE
83492026-08-20T18:24:35.810Z[ recovery-image] Aug 20 18:24:34.660 INFO O| Aug 20 18:24:34.660 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83502026-08-20T18:24:35.817Z[ recovery-image] Aug 20 18:24:34.670 INFO O| Aug 20 18:24:34.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83512026-08-20T18:24:35.818Z[ recovery-image] Aug 20 18:24:34.670 INFO O| Aug 20 18:24:34.670 INFO STEP 1013 (remove_files) COMPLETE
83522026-08-20T18:24:35.823Z[ recovery-image] Aug 20 18:24:34.670 INFO O| Aug 20 18:24:34.670 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83532026-08-20T18:24:35.827Z[ recovery-image] Aug 20 18:24:34.679 INFO O| Aug 20 18:24:34.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83542026-08-20T18:24:35.828Z[ recovery-image] Aug 20 18:24:34.679 INFO O| Aug 20 18:24:34.679 INFO STEP 1014 (remove_files) COMPLETE
83552026-08-20T18:24:35.828Z[ recovery-image] Aug 20 18:24:34.679 INFO O| Aug 20 18:24:34.679 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83562026-08-20T18:24:35.835Z[ recovery-image] Aug 20 18:24:34.689 INFO O| Aug 20 18:24:34.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83572026-08-20T18:24:35.835Z[ recovery-image] Aug 20 18:24:34.689 INFO O| Aug 20 18:24:34.689 INFO STEP 1015 (remove_files) COMPLETE
83582026-08-20T18:24:35.839Z[ recovery-image] Aug 20 18:24:34.689 INFO O| Aug 20 18:24:34.689 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-08-20T18:24:35.844Z[ recovery-image] Aug 20 18:24:34.698 INFO O| Aug 20 18:24:34.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83602026-08-20T18:24:35.844Z[ recovery-image] Aug 20 18:24:34.698 INFO O| Aug 20 18:24:34.698 INFO STEP 1016 (remove_files) COMPLETE
83612026-08-20T18:24:35.848Z[ recovery-image] Aug 20 18:24:34.698 INFO O| Aug 20 18:24:34.698 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83622026-08-20T18:24:35.853Z[ recovery-image] Aug 20 18:24:34.707 INFO O| Aug 20 18:24:34.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83632026-08-20T18:24:35.853Z[ recovery-image] Aug 20 18:24:34.707 INFO O| Aug 20 18:24:34.707 INFO STEP 1017 (remove_files) COMPLETE
83642026-08-20T18:24:35.853Z[ recovery-image] Aug 20 18:24:34.707 INFO O| Aug 20 18:24:34.707 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83652026-08-20T18:24:35.863Z[ recovery-image] Aug 20 18:24:34.717 INFO O| Aug 20 18:24:34.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83662026-08-20T18:24:35.863Z[ recovery-image] Aug 20 18:24:34.717 INFO O| Aug 20 18:24:34.717 INFO STEP 1018 (remove_files) COMPLETE
83672026-08-20T18:24:35.863Z[ recovery-image] Aug 20 18:24:34.717 INFO O| Aug 20 18:24:34.717 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83682026-08-20T18:24:35.874Z[ recovery-image] Aug 20 18:24:34.726 INFO O| Aug 20 18:24:34.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83692026-08-20T18:24:35.874Z[ recovery-image] Aug 20 18:24:34.726 INFO O| Aug 20 18:24:34.726 INFO STEP 1019 (remove_files) COMPLETE
83702026-08-20T18:24:35.874Z[ recovery-image] Aug 20 18:24:34.726 INFO O| Aug 20 18:24:34.726 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83712026-08-20T18:24:35.886Z[ recovery-image] Aug 20 18:24:34.736 INFO O| Aug 20 18:24:34.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83722026-08-20T18:24:35.886Z[ recovery-image] Aug 20 18:24:34.736 INFO O| Aug 20 18:24:34.736 INFO STEP 1020 (remove_files) COMPLETE
83732026-08-20T18:24:35.886Z[ recovery-image] Aug 20 18:24:34.736 INFO O| Aug 20 18:24:34.736 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83742026-08-20T18:24:35.891Z[ recovery-image] Aug 20 18:24:34.746 INFO O| Aug 20 18:24:34.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83752026-08-20T18:24:35.892Z[ recovery-image] Aug 20 18:24:34.746 INFO O| Aug 20 18:24:34.746 INFO STEP 1021 (remove_files) COMPLETE
83762026-08-20T18:24:35.895Z[ recovery-image] Aug 20 18:24:34.746 INFO O| Aug 20 18:24:34.746 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-08-20T18:24:35.908Z[ recovery-image] Aug 20 18:24:34.762 INFO O| Aug 20 18:24:34.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83782026-08-20T18:24:35.908Z[ recovery-image] Aug 20 18:24:34.762 INFO O| Aug 20 18:24:34.762 INFO STEP 1022 (remove_files) COMPLETE
83792026-08-20T18:24:35.908Z[ recovery-image] Aug 20 18:24:34.762 INFO O| Aug 20 18:24:34.762 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-08-20T18:24:35.918Z[ recovery-image] Aug 20 18:24:34.772 INFO O| Aug 20 18:24:34.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
83812026-08-20T18:24:35.918Z[ recovery-image] Aug 20 18:24:34.772 INFO O| Aug 20 18:24:34.772 INFO STEP 1023 (remove_files) COMPLETE
83822026-08-20T18:24:35.918Z[ recovery-image] Aug 20 18:24:34.772 INFO O| Aug 20 18:24:34.772 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-08-20T18:24:35.927Z[ recovery-image] Aug 20 18:24:34.781 INFO O| Aug 20 18:24:34.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
83842026-08-20T18:24:35.927Z[ recovery-image] Aug 20 18:24:34.781 INFO O| Aug 20 18:24:34.781 INFO STEP 1024 (remove_files) COMPLETE
83852026-08-20T18:24:35.927Z[ recovery-image] Aug 20 18:24:34.781 INFO O| Aug 20 18:24:34.781 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-08-20T18:24:35.936Z[ recovery-image] Aug 20 18:24:34.790 INFO O| Aug 20 18:24:34.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
83872026-08-20T18:24:35.936Z[ recovery-image] Aug 20 18:24:34.790 INFO O| Aug 20 18:24:34.790 INFO STEP 1025 (remove_files) COMPLETE
83882026-08-20T18:24:35.936Z[ recovery-image] Aug 20 18:24:34.790 INFO O| Aug 20 18:24:34.790 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-08-20T18:24:35.969Z[ recovery-image] Aug 20 18:24:34.800 INFO O| Aug 20 18:24:34.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
83902026-08-20T18:24:35.970Z[ recovery-image] Aug 20 18:24:34.800 INFO O| Aug 20 18:24:34.800 INFO STEP 1026 (remove_files) COMPLETE
83912026-08-20T18:24:35.970Z[ recovery-image] Aug 20 18:24:34.800 INFO O| Aug 20 18:24:34.800 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-08-20T18:24:35.970Z[ recovery-image] Aug 20 18:24:34.809 INFO O| Aug 20 18:24:34.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
83932026-08-20T18:24:35.970Z[ recovery-image] Aug 20 18:24:34.809 INFO O| Aug 20 18:24:34.809 INFO STEP 1027 (remove_files) COMPLETE
83942026-08-20T18:24:35.970Z[ recovery-image] Aug 20 18:24:34.809 INFO O| Aug 20 18:24:34.809 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-08-20T18:24:35.974Z[ recovery-image] Aug 20 18:24:34.818 INFO O| Aug 20 18:24:34.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
83962026-08-20T18:24:35.975Z[ recovery-image] Aug 20 18:24:34.818 INFO O| Aug 20 18:24:34.818 INFO STEP 1028 (remove_files) COMPLETE
83972026-08-20T18:24:35.975Z[ recovery-image] Aug 20 18:24:34.818 INFO O| Aug 20 18:24:34.818 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-08-20T18:24:35.975Z[ recovery-image] Aug 20 18:24:34.826 INFO O| Aug 20 18:24:34.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
83992026-08-20T18:24:35.975Z[ recovery-image] Aug 20 18:24:34.826 INFO O| Aug 20 18:24:34.826 INFO STEP 1029 (remove_files) COMPLETE
84002026-08-20T18:24:35.975Z[ recovery-image] Aug 20 18:24:34.826 INFO O| Aug 20 18:24:34.826 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-08-20T18:24:35.982Z[ recovery-image] Aug 20 18:24:34.834 INFO O| Aug 20 18:24:34.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84022026-08-20T18:24:35.982Z[ recovery-image] Aug 20 18:24:34.834 INFO O| Aug 20 18:24:34.834 INFO STEP 1030 (remove_files) COMPLETE
84032026-08-20T18:24:35.982Z[ recovery-image] Aug 20 18:24:34.834 INFO O| Aug 20 18:24:34.834 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84042026-08-20T18:24:35.989Z[ recovery-image] Aug 20 18:24:34.843 INFO O| Aug 20 18:24:34.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84052026-08-20T18:24:35.989Z[ recovery-image] Aug 20 18:24:34.843 INFO O| Aug 20 18:24:34.843 INFO STEP 1031 (remove_files) COMPLETE
84062026-08-20T18:24:35.993Z[ recovery-image] Aug 20 18:24:34.843 INFO O| Aug 20 18:24:34.843 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84072026-08-20T18:24:35.997Z[ recovery-image] Aug 20 18:24:34.851 INFO O| Aug 20 18:24:34.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84082026-08-20T18:24:35.997Z[ recovery-image] Aug 20 18:24:34.851 INFO O| Aug 20 18:24:34.851 INFO STEP 1032 (remove_files) COMPLETE
84092026-08-20T18:24:36.001Z[ recovery-image] Aug 20 18:24:34.851 INFO O| Aug 20 18:24:34.851 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84102026-08-20T18:24:36.009Z[ recovery-image] Aug 20 18:24:34.863 INFO O| Aug 20 18:24:34.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84112026-08-20T18:24:36.009Z[ recovery-image] Aug 20 18:24:34.863 INFO O| Aug 20 18:24:34.863 INFO STEP 1033 (remove_files) COMPLETE
84122026-08-20T18:24:36.009Z[ recovery-image] Aug 20 18:24:34.863 INFO O| Aug 20 18:24:34.863 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84132026-08-20T18:24:36.020Z[ recovery-image] Aug 20 18:24:34.874 INFO O| Aug 20 18:24:34.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84142026-08-20T18:24:36.020Z[ recovery-image] Aug 20 18:24:34.874 INFO O| Aug 20 18:24:34.874 INFO STEP 1034 (remove_files) COMPLETE
84152026-08-20T18:24:36.020Z[ recovery-image] Aug 20 18:24:34.874 INFO O| Aug 20 18:24:34.874 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84162026-08-20T18:24:36.031Z[ recovery-image] Aug 20 18:24:34.883 INFO O| Aug 20 18:24:34.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84172026-08-20T18:24:36.031Z[ recovery-image] Aug 20 18:24:34.883 INFO O| Aug 20 18:24:34.883 INFO STEP 1035 (remove_files) COMPLETE
84182026-08-20T18:24:36.031Z[ recovery-image] Aug 20 18:24:34.883 INFO O| Aug 20 18:24:34.883 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84192026-08-20T18:24:36.038Z[ recovery-image] Aug 20 18:24:34.893 INFO O| Aug 20 18:24:34.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84202026-08-20T18:24:36.039Z[ recovery-image] Aug 20 18:24:34.893 INFO O| Aug 20 18:24:34.893 INFO STEP 1036 (remove_files) COMPLETE
84212026-08-20T18:24:36.039Z[ recovery-image] Aug 20 18:24:34.893 INFO O| Aug 20 18:24:34.893 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84222026-08-20T18:24:36.050Z[ recovery-image] Aug 20 18:24:34.902 INFO O| Aug 20 18:24:34.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84232026-08-20T18:24:36.050Z[ recovery-image] Aug 20 18:24:34.902 INFO O| Aug 20 18:24:34.902 INFO STEP 1037 (remove_files) COMPLETE
84242026-08-20T18:24:36.050Z[ recovery-image] Aug 20 18:24:34.902 INFO O| Aug 20 18:24:34.902 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-08-20T18:24:36.057Z[ recovery-image] Aug 20 18:24:34.911 INFO O| Aug 20 18:24:34.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84262026-08-20T18:24:36.057Z[ recovery-image] Aug 20 18:24:34.911 INFO O| Aug 20 18:24:34.911 INFO STEP 1038 (remove_files) COMPLETE
84272026-08-20T18:24:36.057Z[ recovery-image] Aug 20 18:24:34.911 INFO O| Aug 20 18:24:34.911 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-08-20T18:24:36.070Z[ recovery-image] Aug 20 18:24:34.924 INFO O| Aug 20 18:24:34.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84292026-08-20T18:24:36.070Z[ recovery-image] Aug 20 18:24:34.924 INFO O| Aug 20 18:24:34.924 INFO STEP 1039 (remove_files) COMPLETE
84302026-08-20T18:24:36.070Z[ recovery-image] Aug 20 18:24:34.924 INFO O| Aug 20 18:24:34.924 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-08-20T18:24:36.080Z[ recovery-image] Aug 20 18:24:34.934 INFO O| Aug 20 18:24:34.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84322026-08-20T18:24:36.080Z[ recovery-image] Aug 20 18:24:34.934 INFO O| Aug 20 18:24:34.934 INFO STEP 1040 (remove_files) COMPLETE
84332026-08-20T18:24:36.080Z[ recovery-image] Aug 20 18:24:34.934 INFO O| Aug 20 18:24:34.934 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-08-20T18:24:36.089Z[ recovery-image] Aug 20 18:24:34.943 INFO O| Aug 20 18:24:34.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84352026-08-20T18:24:36.089Z[ recovery-image] Aug 20 18:24:34.943 INFO O| Aug 20 18:24:34.943 INFO STEP 1041 (remove_files) COMPLETE
84362026-08-20T18:24:36.089Z[ recovery-image] Aug 20 18:24:34.943 INFO O| Aug 20 18:24:34.943 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-08-20T18:24:36.099Z[ recovery-image] Aug 20 18:24:34.953 INFO O| Aug 20 18:24:34.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84382026-08-20T18:24:36.099Z[ recovery-image] Aug 20 18:24:34.953 INFO O| Aug 20 18:24:34.953 INFO STEP 1042 (remove_files) COMPLETE
84392026-08-20T18:24:36.099Z[ recovery-image] Aug 20 18:24:34.953 INFO O| Aug 20 18:24:34.953 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-08-20T18:24:36.108Z[ recovery-image] Aug 20 18:24:34.962 INFO O| Aug 20 18:24:34.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84412026-08-20T18:24:36.108Z[ recovery-image] Aug 20 18:24:34.962 INFO O| Aug 20 18:24:34.962 INFO STEP 1043 (remove_files) COMPLETE
84422026-08-20T18:24:36.108Z[ recovery-image] Aug 20 18:24:34.962 INFO O| Aug 20 18:24:34.962 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-08-20T18:24:36.118Z[ recovery-image] Aug 20 18:24:34.972 INFO O| Aug 20 18:24:34.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84442026-08-20T18:24:36.118Z[ recovery-image] Aug 20 18:24:34.972 INFO O| Aug 20 18:24:34.972 INFO STEP 1044 (remove_files) COMPLETE
84452026-08-20T18:24:36.122Z[ recovery-image] Aug 20 18:24:34.972 INFO O| Aug 20 18:24:34.972 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-08-20T18:24:36.127Z[ recovery-image] Aug 20 18:24:34.982 INFO O| Aug 20 18:24:34.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84472026-08-20T18:24:36.128Z[ recovery-image] Aug 20 18:24:34.982 INFO O| Aug 20 18:24:34.982 INFO STEP 1045 (remove_files) COMPLETE
84482026-08-20T18:24:36.131Z[ recovery-image] Aug 20 18:24:34.982 INFO O| Aug 20 18:24:34.982 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-08-20T18:24:36.139Z[ recovery-image] Aug 20 18:24:34.992 INFO O| Aug 20 18:24:34.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84502026-08-20T18:24:36.139Z[ recovery-image] Aug 20 18:24:34.992 INFO O| Aug 20 18:24:34.992 INFO STEP 1046 (remove_files) COMPLETE
84512026-08-20T18:24:36.139Z[ recovery-image] Aug 20 18:24:34.992 INFO O| Aug 20 18:24:34.992 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-08-20T18:24:36.149Z[ recovery-image] Aug 20 18:24:35.002 INFO O| Aug 20 18:24:35.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84532026-08-20T18:24:36.149Z[ recovery-image] Aug 20 18:24:35.002 INFO O| Aug 20 18:24:35.002 INFO STEP 1047 (remove_files) COMPLETE
84542026-08-20T18:24:36.153Z[ recovery-image] Aug 20 18:24:35.002 INFO O| Aug 20 18:24:35.002 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-08-20T18:24:36.158Z[ recovery-image] Aug 20 18:24:35.011 INFO O| Aug 20 18:24:35.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84562026-08-20T18:24:36.158Z[ recovery-image] Aug 20 18:24:35.011 INFO O| Aug 20 18:24:35.011 INFO STEP 1048 (remove_files) COMPLETE
84572026-08-20T18:24:36.158Z[ recovery-image] Aug 20 18:24:35.011 INFO O| Aug 20 18:24:35.011 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-08-20T18:24:36.166Z[ recovery-image] Aug 20 18:24:35.020 INFO O| Aug 20 18:24:35.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84592026-08-20T18:24:36.166Z[ recovery-image] Aug 20 18:24:35.020 INFO O| Aug 20 18:24:35.020 INFO STEP 1049 (remove_files) COMPLETE
84602026-08-20T18:24:36.170Z[ recovery-image] Aug 20 18:24:35.020 INFO O| Aug 20 18:24:35.020 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-08-20T18:24:36.174Z[ recovery-image] Aug 20 18:24:35.029 INFO O| Aug 20 18:24:35.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84622026-08-20T18:24:36.175Z[ recovery-image] Aug 20 18:24:35.029 INFO O| Aug 20 18:24:35.029 INFO STEP 1050 (remove_files) COMPLETE
84632026-08-20T18:24:36.175Z[ recovery-image] Aug 20 18:24:35.029 INFO O| Aug 20 18:24:35.029 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-08-20T18:24:36.184Z[ recovery-image] Aug 20 18:24:35.038 INFO O| Aug 20 18:24:35.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84652026-08-20T18:24:36.185Z[ recovery-image] Aug 20 18:24:35.038 INFO O| Aug 20 18:24:35.038 INFO STEP 1051 (remove_files) COMPLETE
84662026-08-20T18:24:36.185Z[ recovery-image] Aug 20 18:24:35.038 INFO O| Aug 20 18:24:35.038 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-08-20T18:24:36.194Z[ recovery-image] Aug 20 18:24:35.048 INFO O| Aug 20 18:24:35.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84682026-08-20T18:24:36.194Z[ recovery-image] Aug 20 18:24:35.048 INFO O| Aug 20 18:24:35.048 INFO STEP 1052 (remove_files) COMPLETE
84692026-08-20T18:24:36.195Z[ recovery-image] Aug 20 18:24:35.048 INFO O| Aug 20 18:24:35.048 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-08-20T18:24:36.204Z[ recovery-image] Aug 20 18:24:35.058 INFO O| Aug 20 18:24:35.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84712026-08-20T18:24:36.204Z[ recovery-image] Aug 20 18:24:35.058 INFO O| Aug 20 18:24:35.058 INFO STEP 1053 (remove_files) COMPLETE
84722026-08-20T18:24:36.208Z[ recovery-image] Aug 20 18:24:35.058 INFO O| Aug 20 18:24:35.058 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-08-20T18:24:36.213Z[ recovery-image] Aug 20 18:24:35.068 INFO O| Aug 20 18:24:35.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84742026-08-20T18:24:36.213Z[ recovery-image] Aug 20 18:24:35.068 INFO O| Aug 20 18:24:35.068 INFO STEP 1054 (remove_files) COMPLETE
84752026-08-20T18:24:36.214Z[ recovery-image] Aug 20 18:24:35.068 INFO O| Aug 20 18:24:35.068 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-08-20T18:24:36.223Z[ recovery-image] Aug 20 18:24:35.077 INFO O| Aug 20 18:24:35.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84772026-08-20T18:24:36.223Z[ recovery-image] Aug 20 18:24:35.077 INFO O| Aug 20 18:24:35.077 INFO STEP 1055 (remove_files) COMPLETE
84782026-08-20T18:24:36.228Z[ recovery-image] Aug 20 18:24:35.077 INFO O| Aug 20 18:24:35.077 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-08-20T18:24:36.232Z[ recovery-image] Aug 20 18:24:35.086 INFO O| Aug 20 18:24:35.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
84802026-08-20T18:24:36.232Z[ recovery-image] Aug 20 18:24:35.086 INFO O| Aug 20 18:24:35.086 INFO STEP 1056 (remove_files) COMPLETE
84812026-08-20T18:24:36.232Z[ recovery-image] Aug 20 18:24:35.086 INFO O| Aug 20 18:24:35.086 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-08-20T18:24:36.241Z[ recovery-image] Aug 20 18:24:35.095 INFO O| Aug 20 18:24:35.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
84832026-08-20T18:24:36.241Z[ recovery-image] Aug 20 18:24:35.095 INFO O| Aug 20 18:24:35.095 INFO STEP 1057 (remove_files) COMPLETE
84842026-08-20T18:24:36.241Z[ recovery-image] Aug 20 18:24:35.095 INFO O| Aug 20 18:24:35.095 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-08-20T18:24:36.250Z[ recovery-image] Aug 20 18:24:35.104 INFO O| Aug 20 18:24:35.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
84862026-08-20T18:24:36.250Z[ recovery-image] Aug 20 18:24:35.104 INFO O| Aug 20 18:24:35.104 INFO STEP 1058 (remove_files) COMPLETE
84872026-08-20T18:24:36.250Z[ recovery-image] Aug 20 18:24:35.104 INFO O| Aug 20 18:24:35.104 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-08-20T18:24:36.262Z[ recovery-image] Aug 20 18:24:35.116 INFO O| Aug 20 18:24:35.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
84892026-08-20T18:24:36.262Z[ recovery-image] Aug 20 18:24:35.116 INFO O| Aug 20 18:24:35.116 INFO STEP 1059 (remove_files) COMPLETE
84902026-08-20T18:24:36.266Z[ recovery-image] Aug 20 18:24:35.116 INFO O| Aug 20 18:24:35.116 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-08-20T18:24:36.272Z[ recovery-image] Aug 20 18:24:35.126 INFO O| Aug 20 18:24:35.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
84922026-08-20T18:24:36.272Z[ recovery-image] Aug 20 18:24:35.126 INFO O| Aug 20 18:24:35.126 INFO STEP 1060 (remove_files) COMPLETE
84932026-08-20T18:24:36.276Z[ recovery-image] Aug 20 18:24:35.126 INFO O| Aug 20 18:24:35.126 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-08-20T18:24:36.280Z[ recovery-image] Aug 20 18:24:35.134 INFO O| Aug 20 18:24:35.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
84952026-08-20T18:24:36.280Z[ recovery-image] Aug 20 18:24:35.134 INFO O| Aug 20 18:24:35.134 INFO STEP 1061 (remove_files) COMPLETE
84962026-08-20T18:24:36.280Z[ recovery-image] Aug 20 18:24:35.134 INFO O| Aug 20 18:24:35.134 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-08-20T18:24:36.288Z[ recovery-image] Aug 20 18:24:35.142 INFO O| Aug 20 18:24:35.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
84982026-08-20T18:24:36.288Z[ recovery-image] Aug 20 18:24:35.142 INFO O| Aug 20 18:24:35.142 INFO STEP 1062 (remove_files) COMPLETE
84992026-08-20T18:24:36.292Z[ recovery-image] Aug 20 18:24:35.142 INFO O| Aug 20 18:24:35.142 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-08-20T18:24:36.298Z[ recovery-image] Aug 20 18:24:35.152 INFO O| Aug 20 18:24:35.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85012026-08-20T18:24:36.298Z[ recovery-image] Aug 20 18:24:35.152 INFO O| Aug 20 18:24:35.152 INFO STEP 1063 (remove_files) COMPLETE
85022026-08-20T18:24:36.302Z[ recovery-image] Aug 20 18:24:35.152 INFO O| Aug 20 18:24:35.152 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-08-20T18:24:36.307Z[ recovery-image] Aug 20 18:24:35.161 INFO O| Aug 20 18:24:35.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85042026-08-20T18:24:36.307Z[ recovery-image] Aug 20 18:24:35.161 INFO O| Aug 20 18:24:35.161 INFO STEP 1064 (remove_files) COMPLETE
85052026-08-20T18:24:36.307Z[ recovery-image] Aug 20 18:24:35.161 INFO O| Aug 20 18:24:35.161 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-08-20T18:24:36.316Z[ recovery-image] Aug 20 18:24:35.170 INFO O| Aug 20 18:24:35.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85072026-08-20T18:24:36.316Z[ recovery-image] Aug 20 18:24:35.170 INFO O| Aug 20 18:24:35.170 INFO STEP 1065 (remove_files) COMPLETE
85082026-08-20T18:24:36.320Z[ recovery-image] Aug 20 18:24:35.170 INFO O| Aug 20 18:24:35.170 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-08-20T18:24:36.328Z[ recovery-image] Aug 20 18:24:35.179 INFO O| Aug 20 18:24:35.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85102026-08-20T18:24:36.328Z[ recovery-image] Aug 20 18:24:35.179 INFO O| Aug 20 18:24:35.179 INFO STEP 1066 (remove_files) COMPLETE
85112026-08-20T18:24:36.332Z[ recovery-image] Aug 20 18:24:35.179 INFO O| Aug 20 18:24:35.179 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-08-20T18:24:36.336Z[ recovery-image] Aug 20 18:24:35.190 INFO O| Aug 20 18:24:35.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85132026-08-20T18:24:36.336Z[ recovery-image] Aug 20 18:24:35.190 INFO O| Aug 20 18:24:35.190 INFO STEP 1067 (remove_files) COMPLETE
85142026-08-20T18:24:36.336Z[ recovery-image] Aug 20 18:24:35.190 INFO O| Aug 20 18:24:35.190 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-08-20T18:24:36.347Z[ recovery-image] Aug 20 18:24:35.201 INFO O| Aug 20 18:24:35.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85162026-08-20T18:24:36.347Z[ recovery-image] Aug 20 18:24:35.201 INFO O| Aug 20 18:24:35.201 INFO STEP 1068 (remove_files) COMPLETE
85172026-08-20T18:24:36.347Z[ recovery-image] Aug 20 18:24:35.201 INFO O| Aug 20 18:24:35.201 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-08-20T18:24:36.415Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
85192026-08-20T18:24:36.420Z[ recovery-image] Aug 20 18:24:35.212 INFO O| Aug 20 18:24:35.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85202026-08-20T18:24:36.420Z[ recovery-image] Aug 20 18:24:35.212 INFO O| Aug 20 18:24:35.212 INFO STEP 1069 (remove_files) COMPLETE
85212026-08-20T18:24:36.420Z[ recovery-image] Aug 20 18:24:35.212 INFO O| Aug 20 18:24:35.212 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85222026-08-20T18:24:36.420Z[ recovery-image] Aug 20 18:24:35.223 INFO O| Aug 20 18:24:35.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85232026-08-20T18:24:36.420Z[ recovery-image] Aug 20 18:24:35.223 INFO O| Aug 20 18:24:35.223 INFO STEP 1070 (remove_files) COMPLETE
85242026-08-20T18:24:36.420Z[ recovery-image] Aug 20 18:24:35.223 INFO O| Aug 20 18:24:35.223 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85252026-08-20T18:24:36.420Z[ recovery-image] Aug 20 18:24:35.232 INFO O| Aug 20 18:24:35.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85262026-08-20T18:24:36.420Z[ recovery-image] Aug 20 18:24:35.233 INFO O| Aug 20 18:24:35.233 INFO STEP 1071 (remove_files) COMPLETE
85272026-08-20T18:24:36.420Z[ recovery-image] Aug 20 18:24:35.233 INFO O| Aug 20 18:24:35.233 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85282026-08-20T18:24:36.420Z[ recovery-image] Aug 20 18:24:35.243 INFO O| Aug 20 18:24:35.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85292026-08-20T18:24:36.420Z[ recovery-image] Aug 20 18:24:35.243 INFO O| Aug 20 18:24:35.243 INFO STEP 1072 (remove_files) COMPLETE
85302026-08-20T18:24:36.420Z[ recovery-image] Aug 20 18:24:35.243 INFO O| Aug 20 18:24:35.243 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85312026-08-20T18:24:36.420Z[ recovery-image] Aug 20 18:24:35.252 INFO O| Aug 20 18:24:35.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85322026-08-20T18:24:36.420Z[ recovery-image] Aug 20 18:24:35.253 INFO O| Aug 20 18:24:35.252 INFO STEP 1073 (remove_files) COMPLETE
85332026-08-20T18:24:36.420Z[ recovery-image] Aug 20 18:24:35.253 INFO O| Aug 20 18:24:35.252 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85342026-08-20T18:24:36.420Z[ recovery-image] Aug 20 18:24:35.262 INFO O| Aug 20 18:24:35.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85352026-08-20T18:24:36.420Z[ recovery-image] Aug 20 18:24:35.263 INFO O| Aug 20 18:24:35.263 INFO STEP 1074 (remove_files) COMPLETE
85362026-08-20T18:24:36.421Z[ recovery-image] Aug 20 18:24:35.263 INFO O| Aug 20 18:24:35.263 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85372026-08-20T18:24:36.421Z[ recovery-image] Aug 20 18:24:35.272 INFO O| Aug 20 18:24:35.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85382026-08-20T18:24:36.421Z[ recovery-image] Aug 20 18:24:35.272 INFO O| Aug 20 18:24:35.272 INFO STEP 1075 (remove_files) COMPLETE
85392026-08-20T18:24:36.421Z[ recovery-image] Aug 20 18:24:35.272 INFO O| Aug 20 18:24:35.272 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85402026-08-20T18:24:36.428Z[ recovery-image] Aug 20 18:24:35.283 INFO O| Aug 20 18:24:35.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85412026-08-20T18:24:36.428Z[ recovery-image] Aug 20 18:24:35.283 INFO O| Aug 20 18:24:35.283 INFO STEP 1076 (remove_files) COMPLETE
85422026-08-20T18:24:36.428Z[ recovery-image] Aug 20 18:24:35.283 INFO O| Aug 20 18:24:35.283 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85432026-08-20T18:24:36.440Z[ recovery-image] Aug 20 18:24:35.293 INFO O| Aug 20 18:24:35.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85442026-08-20T18:24:36.440Z[ recovery-image] Aug 20 18:24:35.293 INFO O| Aug 20 18:24:35.293 INFO STEP 1077 (remove_files) COMPLETE
85452026-08-20T18:24:36.440Z[ recovery-image] Aug 20 18:24:35.293 INFO O| Aug 20 18:24:35.293 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85462026-08-20T18:24:36.451Z[ recovery-image] Aug 20 18:24:35.303 INFO O| Aug 20 18:24:35.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85472026-08-20T18:24:36.451Z[ recovery-image] Aug 20 18:24:35.303 INFO O| Aug 20 18:24:35.303 INFO STEP 1078 (remove_files) COMPLETE
85482026-08-20T18:24:36.451Z[ recovery-image] Aug 20 18:24:35.304 INFO O| Aug 20 18:24:35.303 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85492026-08-20T18:24:36.458Z[ recovery-image] Aug 20 18:24:35.313 INFO O| Aug 20 18:24:35.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85502026-08-20T18:24:36.458Z[ recovery-image] Aug 20 18:24:35.313 INFO O| Aug 20 18:24:35.313 INFO STEP 1079 (remove_files) COMPLETE
85512026-08-20T18:24:36.458Z[ recovery-image] Aug 20 18:24:35.313 INFO O| Aug 20 18:24:35.313 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85522026-08-20T18:24:36.468Z[ recovery-image] Aug 20 18:24:35.322 INFO O| Aug 20 18:24:35.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85532026-08-20T18:24:36.468Z[ recovery-image] Aug 20 18:24:35.322 INFO O| Aug 20 18:24:35.322 INFO STEP 1080 (remove_files) COMPLETE
85542026-08-20T18:24:36.468Z[ recovery-image] Aug 20 18:24:35.322 INFO O| Aug 20 18:24:35.322 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85552026-08-20T18:24:36.478Z[ recovery-image] Aug 20 18:24:35.332 INFO O| Aug 20 18:24:35.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85562026-08-20T18:24:36.478Z[ recovery-image] Aug 20 18:24:35.332 INFO O| Aug 20 18:24:35.332 INFO STEP 1081 (remove_files) COMPLETE
85572026-08-20T18:24:36.478Z[ recovery-image] Aug 20 18:24:35.332 INFO O| Aug 20 18:24:35.332 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85582026-08-20T18:24:36.488Z[ recovery-image] Aug 20 18:24:35.342 INFO O| Aug 20 18:24:35.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85592026-08-20T18:24:36.488Z[ recovery-image] Aug 20 18:24:35.342 INFO O| Aug 20 18:24:35.342 INFO STEP 1082 (remove_files) COMPLETE
85602026-08-20T18:24:36.488Z[ recovery-image] Aug 20 18:24:35.342 INFO O| Aug 20 18:24:35.342 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85612026-08-20T18:24:36.498Z[ recovery-image] Aug 20 18:24:35.353 INFO O| Aug 20 18:24:35.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85622026-08-20T18:24:36.499Z[ recovery-image] Aug 20 18:24:35.353 INFO O| Aug 20 18:24:35.353 INFO STEP 1083 (remove_files) COMPLETE
85632026-08-20T18:24:36.499Z[ recovery-image] Aug 20 18:24:35.353 INFO O| Aug 20 18:24:35.353 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85642026-08-20T18:24:36.508Z[ recovery-image] Aug 20 18:24:35.363 INFO O| Aug 20 18:24:35.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85652026-08-20T18:24:36.509Z[ recovery-image] Aug 20 18:24:35.363 INFO O| Aug 20 18:24:35.363 INFO STEP 1084 (remove_files) COMPLETE
85662026-08-20T18:24:36.509Z[ recovery-image] Aug 20 18:24:35.363 INFO O| Aug 20 18:24:35.363 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85672026-08-20T18:24:36.517Z[ recovery-image] Aug 20 18:24:35.371 INFO O| Aug 20 18:24:35.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85682026-08-20T18:24:36.517Z[ recovery-image] Aug 20 18:24:35.371 INFO O| Aug 20 18:24:35.371 INFO STEP 1085 (remove_files) COMPLETE
85692026-08-20T18:24:36.521Z[ recovery-image] Aug 20 18:24:35.371 INFO O| Aug 20 18:24:35.371 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85702026-08-20T18:24:36.525Z[ recovery-image] Aug 20 18:24:35.380 INFO O| Aug 20 18:24:35.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85712026-08-20T18:24:36.525Z[ recovery-image] Aug 20 18:24:35.380 INFO O| Aug 20 18:24:35.380 INFO STEP 1086 (remove_files) COMPLETE
85722026-08-20T18:24:36.525Z[ recovery-image] Aug 20 18:24:35.380 INFO O| Aug 20 18:24:35.380 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85732026-08-20T18:24:36.534Z[ recovery-image] Aug 20 18:24:35.388 INFO O| Aug 20 18:24:35.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85742026-08-20T18:24:36.534Z[ recovery-image] Aug 20 18:24:35.388 INFO O| Aug 20 18:24:35.388 INFO STEP 1087 (remove_files) COMPLETE
85752026-08-20T18:24:36.534Z[ recovery-image] Aug 20 18:24:35.388 INFO O| Aug 20 18:24:35.388 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85762026-08-20T18:24:36.553Z[ recovery-image] Aug 20 18:24:35.408 INFO O| Aug 20 18:24:35.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85772026-08-20T18:24:36.553Z[ recovery-image] Aug 20 18:24:35.408 INFO O| Aug 20 18:24:35.397 INFO STEP 1088 (remove_files) COMPLETE
85782026-08-20T18:24:36.558Z[ recovery-image] Aug 20 18:24:35.408 INFO O| Aug 20 18:24:35.397 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85792026-08-20T18:24:36.558Z[ recovery-image] Aug 20 18:24:35.408 INFO O| Aug 20 18:24:35.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
85802026-08-20T18:24:36.558Z[ recovery-image] Aug 20 18:24:35.408 INFO O| Aug 20 18:24:35.408 INFO STEP 1089 (remove_files) COMPLETE
85812026-08-20T18:24:36.558Z[ recovery-image] Aug 20 18:24:35.408 INFO O| Aug 20 18:24:35.408 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85822026-08-20T18:24:36.564Z[ recovery-image] Aug 20 18:24:35.418 INFO O| Aug 20 18:24:35.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
85832026-08-20T18:24:36.564Z[ recovery-image] Aug 20 18:24:35.418 INFO O| Aug 20 18:24:35.418 INFO STEP 1090 (remove_files) COMPLETE
85842026-08-20T18:24:36.567Z[ recovery-image] Aug 20 18:24:35.418 INFO O| Aug 20 18:24:35.418 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85852026-08-20T18:24:36.573Z[ recovery-image] Aug 20 18:24:35.427 INFO O| Aug 20 18:24:35.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
85862026-08-20T18:24:36.573Z[ recovery-image] Aug 20 18:24:35.428 INFO O| Aug 20 18:24:35.427 INFO STEP 1091 (remove_files) COMPLETE
85872026-08-20T18:24:36.573Z[ recovery-image] Aug 20 18:24:35.428 INFO O| Aug 20 18:24:35.428 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85882026-08-20T18:24:36.583Z[ recovery-image] Aug 20 18:24:35.437 INFO O| Aug 20 18:24:35.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
85892026-08-20T18:24:36.583Z[ recovery-image] Aug 20 18:24:35.437 INFO O| Aug 20 18:24:35.437 INFO STEP 1092 (remove_files) COMPLETE
85902026-08-20T18:24:36.583Z[ recovery-image] Aug 20 18:24:35.437 INFO O| Aug 20 18:24:35.437 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85912026-08-20T18:24:36.592Z[ recovery-image] Aug 20 18:24:35.446 INFO O| Aug 20 18:24:35.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
85922026-08-20T18:24:36.592Z[ recovery-image] Aug 20 18:24:35.447 INFO O| Aug 20 18:24:35.447 INFO STEP 1093 (remove_files) COMPLETE
85932026-08-20T18:24:36.593Z[ recovery-image] Aug 20 18:24:35.447 INFO O| Aug 20 18:24:35.447 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85942026-08-20T18:24:36.603Z[ recovery-image] Aug 20 18:24:35.457 INFO O| Aug 20 18:24:35.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
85952026-08-20T18:24:36.603Z[ recovery-image] Aug 20 18:24:35.457 INFO O| Aug 20 18:24:35.457 INFO STEP 1094 (remove_files) COMPLETE
85962026-08-20T18:24:36.603Z[ recovery-image] Aug 20 18:24:35.457 INFO O| Aug 20 18:24:35.457 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85972026-08-20T18:24:36.612Z[ recovery-image] Aug 20 18:24:35.466 INFO O| Aug 20 18:24:35.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
85982026-08-20T18:24:36.612Z[ recovery-image] Aug 20 18:24:35.466 INFO O| Aug 20 18:24:35.466 INFO STEP 1095 (remove_files) COMPLETE
85992026-08-20T18:24:36.613Z[ recovery-image] Aug 20 18:24:35.466 INFO O| Aug 20 18:24:35.466 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86002026-08-20T18:24:36.623Z[ recovery-image] Aug 20 18:24:35.477 INFO O| Aug 20 18:24:35.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86012026-08-20T18:24:36.623Z[ recovery-image] Aug 20 18:24:35.477 INFO O| Aug 20 18:24:35.477 INFO STEP 1096 (remove_files) COMPLETE
86022026-08-20T18:24:36.623Z[ recovery-image] Aug 20 18:24:35.477 INFO O| Aug 20 18:24:35.477 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86032026-08-20T18:24:36.633Z[ recovery-image] Aug 20 18:24:35.487 INFO O| Aug 20 18:24:35.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86042026-08-20T18:24:36.633Z[ recovery-image] Aug 20 18:24:35.487 INFO O| Aug 20 18:24:35.487 INFO STEP 1097 (remove_files) COMPLETE
86052026-08-20T18:24:36.633Z[ recovery-image] Aug 20 18:24:35.487 INFO O| Aug 20 18:24:35.487 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86062026-08-20T18:24:36.642Z[ recovery-image] Aug 20 18:24:35.497 INFO O| Aug 20 18:24:35.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86072026-08-20T18:24:36.642Z[ recovery-image] Aug 20 18:24:35.497 INFO O| Aug 20 18:24:35.497 INFO STEP 1098 (remove_files) COMPLETE
86082026-08-20T18:24:36.647Z[ recovery-image] Aug 20 18:24:35.497 INFO O| Aug 20 18:24:35.497 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-08-20T18:24:36.652Z[ recovery-image] Aug 20 18:24:35.507 INFO O| Aug 20 18:24:35.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86102026-08-20T18:24:36.653Z[ recovery-image] Aug 20 18:24:35.507 INFO O| Aug 20 18:24:35.507 INFO STEP 1099 (remove_files) COMPLETE
86112026-08-20T18:24:36.653Z[ recovery-image] Aug 20 18:24:35.507 INFO O| Aug 20 18:24:35.507 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-08-20T18:24:36.661Z[ recovery-image] Aug 20 18:24:35.515 INFO O| Aug 20 18:24:35.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86132026-08-20T18:24:36.661Z[ recovery-image] Aug 20 18:24:35.515 INFO O| Aug 20 18:24:35.515 INFO STEP 1100 (remove_files) COMPLETE
86142026-08-20T18:24:36.665Z[ recovery-image] Aug 20 18:24:35.515 INFO O| Aug 20 18:24:35.515 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-08-20T18:24:36.670Z[ recovery-image] Aug 20 18:24:35.524 INFO O| Aug 20 18:24:35.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86162026-08-20T18:24:36.670Z[ recovery-image] Aug 20 18:24:35.524 INFO O| Aug 20 18:24:35.524 INFO STEP 1101 (remove_files) COMPLETE
86172026-08-20T18:24:36.671Z[ recovery-image] Aug 20 18:24:35.524 INFO O| Aug 20 18:24:35.524 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-08-20T18:24:36.679Z[ recovery-image] Aug 20 18:24:35.534 INFO O| Aug 20 18:24:35.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86192026-08-20T18:24:36.680Z[ recovery-image] Aug 20 18:24:35.534 INFO O| Aug 20 18:24:35.534 INFO STEP 1102 (remove_files) COMPLETE
86202026-08-20T18:24:36.680Z[ recovery-image] Aug 20 18:24:35.534 INFO O| Aug 20 18:24:35.534 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-08-20T18:24:36.688Z[ recovery-image] Aug 20 18:24:35.542 INFO O| Aug 20 18:24:35.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86222026-08-20T18:24:36.688Z[ recovery-image] Aug 20 18:24:35.542 INFO O| Aug 20 18:24:35.542 INFO STEP 1103 (remove_files) COMPLETE
86232026-08-20T18:24:36.688Z[ recovery-image] Aug 20 18:24:35.542 INFO O| Aug 20 18:24:35.542 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86242026-08-20T18:24:36.700Z[ recovery-image] Aug 20 18:24:35.554 INFO O| Aug 20 18:24:35.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86252026-08-20T18:24:36.700Z[ recovery-image] Aug 20 18:24:35.554 INFO O| Aug 20 18:24:35.554 INFO STEP 1104 (remove_files) COMPLETE
86262026-08-20T18:24:36.700Z[ recovery-image] Aug 20 18:24:35.554 INFO O| Aug 20 18:24:35.554 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86272026-08-20T18:24:36.712Z[ recovery-image] Aug 20 18:24:35.566 INFO O| Aug 20 18:24:35.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86282026-08-20T18:24:36.712Z[ recovery-image] Aug 20 18:24:35.566 INFO O| Aug 20 18:24:35.566 INFO STEP 1105 (remove_files) COMPLETE
86292026-08-20T18:24:36.716Z[ recovery-image] Aug 20 18:24:35.566 INFO O| Aug 20 18:24:35.566 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86302026-08-20T18:24:36.722Z[ recovery-image] Aug 20 18:24:35.576 INFO O| Aug 20 18:24:35.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86312026-08-20T18:24:36.722Z[ recovery-image] Aug 20 18:24:35.576 INFO O| Aug 20 18:24:35.576 INFO STEP 1106 (remove_files) COMPLETE
86322026-08-20T18:24:36.726Z[ recovery-image] Aug 20 18:24:35.576 INFO O| Aug 20 18:24:35.576 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86332026-08-20T18:24:36.731Z[ recovery-image] Aug 20 18:24:35.586 INFO O| Aug 20 18:24:35.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86342026-08-20T18:24:36.731Z[ recovery-image] Aug 20 18:24:35.586 INFO O| Aug 20 18:24:35.586 INFO STEP 1107 (remove_files) COMPLETE
86352026-08-20T18:24:36.735Z[ recovery-image] Aug 20 18:24:35.586 INFO O| Aug 20 18:24:35.586 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86362026-08-20T18:24:36.743Z[ recovery-image] Aug 20 18:24:35.596 INFO O| Aug 20 18:24:35.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86372026-08-20T18:24:36.743Z[ recovery-image] Aug 20 18:24:35.596 INFO O| Aug 20 18:24:35.596 INFO STEP 1108 (remove_files) COMPLETE
86382026-08-20T18:24:36.743Z[ recovery-image] Aug 20 18:24:35.596 INFO O| Aug 20 18:24:35.596 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86392026-08-20T18:24:36.752Z[ recovery-image] Aug 20 18:24:35.606 INFO O| Aug 20 18:24:35.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86402026-08-20T18:24:36.752Z[ recovery-image] Aug 20 18:24:35.606 INFO O| Aug 20 18:24:35.606 INFO STEP 1109 (remove_files) COMPLETE
86412026-08-20T18:24:36.752Z[ recovery-image] Aug 20 18:24:35.606 INFO O| Aug 20 18:24:35.606 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86422026-08-20T18:24:36.762Z[ recovery-image] Aug 20 18:24:35.616 INFO O| Aug 20 18:24:35.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86432026-08-20T18:24:36.762Z[ recovery-image] Aug 20 18:24:35.616 INFO O| Aug 20 18:24:35.616 INFO STEP 1110 (remove_files) COMPLETE
86442026-08-20T18:24:36.762Z[ recovery-image] Aug 20 18:24:35.616 INFO O| Aug 20 18:24:35.616 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86452026-08-20T18:24:36.773Z[ recovery-image] Aug 20 18:24:35.626 INFO O| Aug 20 18:24:35.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86462026-08-20T18:24:36.773Z[ recovery-image] Aug 20 18:24:35.626 INFO O| Aug 20 18:24:35.626 INFO STEP 1111 (remove_files) COMPLETE
86472026-08-20T18:24:36.773Z[ recovery-image] Aug 20 18:24:35.626 INFO O| Aug 20 18:24:35.626 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86482026-08-20T18:24:36.783Z[ recovery-image] Aug 20 18:24:35.637 INFO O| Aug 20 18:24:35.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86492026-08-20T18:24:36.783Z[ recovery-image] Aug 20 18:24:35.637 INFO O| Aug 20 18:24:35.637 INFO STEP 1112 (remove_files) COMPLETE
86502026-08-20T18:24:36.783Z[ recovery-image] Aug 20 18:24:35.637 INFO O| Aug 20 18:24:35.637 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86512026-08-20T18:24:36.793Z[ recovery-image] Aug 20 18:24:35.647 INFO O| Aug 20 18:24:35.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86522026-08-20T18:24:36.793Z[ recovery-image] Aug 20 18:24:35.647 INFO O| Aug 20 18:24:35.647 INFO STEP 1113 (remove_files) COMPLETE
86532026-08-20T18:24:36.793Z[ recovery-image] Aug 20 18:24:35.647 INFO O| Aug 20 18:24:35.647 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86542026-08-20T18:24:36.803Z[ recovery-image] Aug 20 18:24:35.657 INFO O| Aug 20 18:24:35.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86552026-08-20T18:24:36.803Z[ recovery-image] Aug 20 18:24:35.657 INFO O| Aug 20 18:24:35.657 INFO STEP 1114 (remove_files) COMPLETE
86562026-08-20T18:24:36.803Z[ recovery-image] Aug 20 18:24:35.657 INFO O| Aug 20 18:24:35.657 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86572026-08-20T18:24:36.814Z[ recovery-image] Aug 20 18:24:35.667 INFO O| Aug 20 18:24:35.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86582026-08-20T18:24:36.814Z[ recovery-image] Aug 20 18:24:35.667 INFO O| Aug 20 18:24:35.667 INFO STEP 1115 (remove_files) COMPLETE
86592026-08-20T18:24:36.814Z[ recovery-image] Aug 20 18:24:35.667 INFO O| Aug 20 18:24:35.667 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86602026-08-20T18:24:36.821Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
86612026-08-20T18:24:36.825Z[ recovery-image] Aug 20 18:24:35.677 INFO O| Aug 20 18:24:35.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86622026-08-20T18:24:36.825Z[ recovery-image] Aug 20 18:24:35.677 INFO O| Aug 20 18:24:35.677 INFO STEP 1116 (remove_files) COMPLETE
86632026-08-20T18:24:36.825Z[ recovery-image] Aug 20 18:24:35.677 INFO O| Aug 20 18:24:35.677 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86642026-08-20T18:24:36.832Z[ recovery-image] Aug 20 18:24:35.686 INFO O| Aug 20 18:24:35.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86652026-08-20T18:24:36.832Z[ recovery-image] Aug 20 18:24:35.687 INFO O| Aug 20 18:24:35.686 INFO STEP 1117 (remove_files) COMPLETE
86662026-08-20T18:24:36.832Z[ recovery-image] Aug 20 18:24:35.687 INFO O| Aug 20 18:24:35.687 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86672026-08-20T18:24:36.845Z[ recovery-image] Aug 20 18:24:35.700 INFO O| Aug 20 18:24:35.699 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86682026-08-20T18:24:36.845Z[ recovery-image] Aug 20 18:24:35.700 INFO O| Aug 20 18:24:35.700 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86692026-08-20T18:24:37.249Z[verify-libraries] Compiling git2 v0.20.4
86702026-08-20T18:24:37.348Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
86712026-08-20T18:24:37.637Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
86722026-08-20T18:24:37.644Z[ recovery-image] Aug 20 18:24:36.497 INFO O| Aug 20 18:24:36.497 INFO STEP 1118 (pack_tar) COMPLETE
86732026-08-20T18:24:37.644Z[ recovery-image] Aug 20 18:24:36.498 INFO O| Aug 20 18:24:36.497 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86742026-08-20T18:24:37.648Z[ recovery-image] Aug 20 18:24:36.498 INFO O| Aug 20 18:24:36.497 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86752026-08-20T18:24:38.367Z[ recovery-image] Aug 20 18:24:37.221 INFO O| Aug 20 18:24:37.221 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86762026-08-20T18:24:38.526Z[ recovery-image] Aug 20 18:24:37.380 INFO O| Aug 20 18:24:37.380 INFO completed processing sled/ramdisk-03-recovery-trim
86772026-08-20T18:24:38.533Z[ recovery-image] Aug 20 18:24:37.385 INFO image builder template: zfs-recovery...
86782026-08-20T18:24:38.533Z[ recovery-image] Aug 20 18:24:37.385 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/.tmprb053a/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs-recovery"], pwd: None
86792026-08-20T18:24:38.557Z[ recovery-image] Aug 20 18:24:37.411 INFO O| Aug 20 18:24:37.411 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
86802026-08-20T18:24:38.560Z[ recovery-image] Aug 20 18:24:37.414 INFO O| Aug 20 18:24:37.414 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86812026-08-20T18:24:38.601Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
86822026-08-20T18:24:38.687Z[ recovery-image] Aug 20 18:24:37.541 INFO O| Aug 20 18:24:37.541 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
86832026-08-20T18:24:38.764Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
86842026-08-20T18:24:38.847Z[ recovery-image] Aug 20 18:24:37.701 INFO O| Aug 20 18:24:37.701 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
86852026-08-20T18:24:38.847Z[ recovery-image] Aug 20 18:24:37.701 INFO O| Aug 20 18:24:37.701 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
86862026-08-20T18:24:38.887Z[ recovery-image] Aug 20 18:24:37.705 INFO O| Aug 20 18:24:37.705 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86872026-08-20T18:24:39.037Z[ recovery-image] Aug 20 18:24:37.891 INFO O| Aug 20 18:24:37.891 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
86882026-08-20T18:24:39.136Z[ recovery-image] Aug 20 18:24:37.990 INFO O| Aug 20 18:24:37.990 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
86892026-08-20T18:24:39.144Z[ recovery-image] Aug 20 18:24:37.999 INFO O| Aug 20 18:24:37.999 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86902026-08-20T18:24:39.149Z[ recovery-image] Aug 20 18:24:38.003 INFO O| Aug 20 18:24:38.003 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
86912026-08-20T18:24:39.153Z[ recovery-image] Aug 20 18:24:38.004 INFO O| Aug 20 18:24:38.004 INFO no lofi found
86922026-08-20T18:24:39.153Z[ recovery-image] Aug 20 18:24:38.004 INFO O| Aug 20 18:24:38.004 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
86932026-08-20T18:24:39.153Z[ recovery-image] Aug 20 18:24:38.004 INFO O| Aug 20 18:24:38.004 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
86942026-08-20T18:24:40.396Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
86952026-08-20T18:24:40.400Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
86962026-08-20T18:24:40.668Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
86972026-08-20T18:24:40.694Z[verify-libraries] Compiling yansi v1.0.1
86982026-08-20T18:24:41.063Z[verify-libraries] Compiling pretty_assertions v1.4.1
86992026-08-20T18:24:41.146Z[ recovery-image] Aug 20 18:24:40.001 INFO O| Aug 20 18:24:40.001 INFO lofi device = /dev/dsk/c2t1d0p0
87002026-08-20T18:24:41.146Z[ recovery-image] Aug 20 18:24:40.001 INFO O| Aug 20 18:24:40.001 INFO pool device = /dev/dsk/c2t1d0p0
87012026-08-20T18:24:41.150Z[ recovery-image] Aug 20 18:24:40.001 INFO O| Aug 20 18:24:40.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"]
87022026-08-20T18:24:41.215Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
87032026-08-20T18:24:41.247Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
87042026-08-20T18:24:41.283Z[ recovery-image] Aug 20 18:24:40.137 INFO O| Aug 20 18:24:40.137 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87052026-08-20T18:24:41.283Z[ recovery-image] Aug 20 18:24:40.137 INFO O| Aug 20 18:24:40.137 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87062026-08-20T18:24:41.311Z[ recovery-image] Aug 20 18:24:40.165 INFO O| Aug 20 18:24:40.165 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87072026-08-20T18:24:41.415Z[ recovery-image] Aug 20 18:24:40.269 INFO O| Aug 20 18:24:40.269 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87082026-08-20T18:24:41.434Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87092026-08-20T18:24:41.452Z[ recovery-image] Aug 20 18:24:40.304 INFO O| Aug 20 18:24:40.304 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87102026-08-20T18:24:41.474Z[ recovery-image] Aug 20 18:24:40.326 INFO O| Aug 20 18:24:40.326 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87112026-08-20T18:24:41.490Z[ recovery-image] Aug 20 18:24:40.345 INFO O| Aug 20 18:24:40.344 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87122026-08-20T18:24:41.533Z[ recovery-image] Aug 20 18:24:40.387 INFO O| Aug 20 18:24:40.387 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87132026-08-20T18:24:41.533Z[ recovery-image] Aug 20 18:24:40.388 INFO O| Aug 20 18:24:40.387 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87142026-08-20T18:24:41.537Z[ recovery-image] Aug 20 18:24:40.388 INFO O| Aug 20 18:24:40.388 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87152026-08-20T18:24:41.543Z[ recovery-image] Aug 20 18:24:40.397 INFO O| Aug 20 18:24:40.397 INFO boot environment UUID: 9d6c5e25-1bef-481d-8413-7cda729d739c
87162026-08-20T18:24:41.543Z[ recovery-image] Aug 20 18:24:40.397 INFO O| Aug 20 18:24:40.397 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 9d6c5e25-1bef-481d-8413-7cda729d739c
87172026-08-20T18:24:41.561Z[ recovery-image] Aug 20 18:24:40.414 INFO O| Aug 20 18:24:40.414 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87182026-08-20T18:24:41.578Z[ recovery-image] Aug 20 18:24:40.432 INFO O| Aug 20 18:24:40.432 INFO STEP 0 (create_be) COMPLETE
87192026-08-20T18:24:41.578Z[ recovery-image] Aug 20 18:24:40.432 INFO O| Aug 20 18:24:40.432 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87202026-08-20T18:24:41.593Z[ recovery-image] Aug 20 18:24:40.447 INFO O| Aug 20 18:24:40.447 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"]
87212026-08-20T18:24:41.975Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
87222026-08-20T18:24:42.162Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
87232026-08-20T18:24:42.266Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
87242026-08-20T18:24:42.465Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
87252026-08-20T18:24:42.547Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
87262026-08-20T18:24:42.639Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
87272026-08-20T18:24:42.897Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87282026-08-20T18:24:42.967Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
87292026-08-20T18:24:43.051Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87302026-08-20T18:24:43.130Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
87312026-08-20T18:24:43.248Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
87322026-08-20T18:24:43.339Z[verify-libraries] Compiling drift v0.2.0
87332026-08-20T18:24:43.394Z[verify-libraries] Compiling uzers v0.12.2
87342026-08-20T18:24:43.489Z[verify-libraries] Compiling parse-size v1.1.0
87352026-08-20T18:24:43.746Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87362026-08-20T18:24:44.210Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87372026-08-20T18:24:44.283Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87382026-08-20T18:24:44.519Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
87392026-08-20T18:24:45.511Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87402026-08-20T18:24:45.618Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87412026-08-20T18:24:46.780Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87422026-08-20T18:24:48.226Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87432026-08-20T18:24:48.543Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87442026-08-20T18:24:50.077Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87452026-08-20T18:24:50.559Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
87462026-08-20T18:24:50.586Z[ recovery-image] Aug 20 18:24:49.440 INFO O| Aug 20 18:24:49.440 INFO STEP 1 (unpack_tar) COMPLETE
87472026-08-20T18:24:50.586Z[ recovery-image] Aug 20 18:24:49.440 INFO O| Aug 20 18:24:49.440 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87482026-08-20T18:24:50.590Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87492026-08-20T18:24:50.598Z[ recovery-image] Aug 20 18:24:49.453 INFO O| Aug 20 18:24:49.453 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87502026-08-20T18:24:50.622Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87512026-08-20T18:24:50.721Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
87522026-08-20T18:24:51.127Z[verify-libraries] Compiling multimap v0.10.1
87532026-08-20T18:24:51.187Z[verify-libraries] Compiling termios v0.3.3
87542026-08-20T18:24:51.365Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
87552026-08-20T18:24:51.440Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
87562026-08-20T18:24:51.473Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
87572026-08-20T18:24:51.930Z[ recovery-image] Aug 20 18:24:50.784 INFO O| Aug 20 18:24:50.784 INFO STEP 2 (devfsadm) COMPLETE
87582026-08-20T18:24:51.930Z[ recovery-image] Aug 20 18:24:50.784 INFO O| Aug 20 18:24:50.784 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87592026-08-20T18:24:51.941Z[ recovery-image] Aug 20 18:24:50.795 INFO O| Aug 20 18:24:50.795 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87602026-08-20T18:24:51.941Z[ recovery-image] Aug 20 18:24:50.795 INFO O| Aug 20 18:24:50.795 INFO STEP 3 (ensure_dir) COMPLETE
87612026-08-20T18:24:51.941Z[ recovery-image] Aug 20 18:24:50.795 INFO O| Aug 20 18:24:50.795 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87622026-08-20T18:24:51.952Z[ recovery-image] Aug 20 18:24:50.806 INFO O| Aug 20 18:24:50.806 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87632026-08-20T18:24:51.952Z[ recovery-image] Aug 20 18:24:50.806 INFO O| Aug 20 18:24:50.806 INFO STEP 4 (ensure_dir) COMPLETE
87642026-08-20T18:24:51.952Z[ recovery-image] Aug 20 18:24:50.806 INFO O| Aug 20 18:24:50.806 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87652026-08-20T18:24:51.962Z[ recovery-image] Aug 20 18:24:50.817 INFO O| Aug 20 18:24:50.816 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87662026-08-20T18:24:51.962Z[ recovery-image] Aug 20 18:24:50.817 INFO O| Aug 20 18:24:50.817 INFO STEP 5 (ensure_dir) COMPLETE
87672026-08-20T18:24:51.962Z[ recovery-image] Aug 20 18:24:50.817 INFO O| Aug 20 18:24:50.817 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87682026-08-20T18:24:51.971Z[ recovery-image] Aug 20 18:24:50.825 INFO O| Aug 20 18:24:50.825 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87692026-08-20T18:24:51.971Z[ recovery-image] Aug 20 18:24:50.826 INFO O| Aug 20 18:24:50.825 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87702026-08-20T18:24:51.975Z[ recovery-image] Aug 20 18:24:50.826 INFO O| Aug 20 18:24:50.826 INFO STEP 6 (ensure_dir) COMPLETE
87712026-08-20T18:24:51.975Z[ recovery-image] Aug 20 18:24:50.826 INFO O| Aug 20 18:24:50.826 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87722026-08-20T18:24:51.982Z[ recovery-image] Aug 20 18:24:50.836 INFO O| Aug 20 18:24:50.836 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87732026-08-20T18:24:51.982Z[ recovery-image] Aug 20 18:24:50.836 INFO O| Aug 20 18:24:50.836 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87742026-08-20T18:24:51.985Z[ recovery-image] Aug 20 18:24:50.836 INFO O| Aug 20 18:24:50.836 INFO STEP 7 (ensure_dir) COMPLETE
87752026-08-20T18:24:51.985Z[ recovery-image] Aug 20 18:24:50.836 INFO O| Aug 20 18:24:50.836 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87762026-08-20T18:24:51.991Z[ recovery-image] Aug 20 18:24:50.845 INFO O| Aug 20 18:24:50.845 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87772026-08-20T18:24:51.995Z[ recovery-image] Aug 20 18:24:50.846 INFO O| Aug 20 18:24:50.846 INFO STEP 8 (remove_files) COMPLETE
87782026-08-20T18:24:51.995Z[ recovery-image] Aug 20 18:24:50.846 INFO O| Aug 20 18:24:50.846 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87792026-08-20T18:24:52.002Z[ recovery-image] Aug 20 18:24:50.856 INFO O| Aug 20 18:24:50.856 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87802026-08-20T18:24:52.005Z[ recovery-image] Aug 20 18:24:50.856 INFO O| Aug 20 18:24:50.856 INFO STEP 9 (remove_files) COMPLETE
87812026-08-20T18:24:52.005Z[ recovery-image] Aug 20 18:24:50.856 INFO O| Aug 20 18:24:50.856 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87822026-08-20T18:24:52.011Z[ recovery-image] Aug 20 18:24:50.866 INFO O| Aug 20 18:24:50.865 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87832026-08-20T18:24:52.017Z[ recovery-image] Aug 20 18:24:50.866 INFO O| Aug 20 18:24:50.866 INFO STEP 10 (remove_files) COMPLETE
87842026-08-20T18:24:52.017Z[ recovery-image] Aug 20 18:24:50.866 INFO O| Aug 20 18:24:50.866 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87852026-08-20T18:24:52.021Z[ recovery-image] Aug 20 18:24:50.875 INFO O| Aug 20 18:24:50.875 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87862026-08-20T18:24:52.021Z[ recovery-image] Aug 20 18:24:50.875 INFO O| Aug 20 18:24:50.875 INFO STEP 11 (remove_files) COMPLETE
87872026-08-20T18:24:52.021Z[ recovery-image] Aug 20 18:24:50.875 INFO O| Aug 20 18:24:50.875 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87882026-08-20T18:24:52.030Z[ recovery-image] Aug 20 18:24:50.885 INFO O| Aug 20 18:24:50.885 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87892026-08-20T18:24:52.031Z[ recovery-image] Aug 20 18:24:50.885 INFO O| Aug 20 18:24:50.885 INFO STEP 12 (remove_files) COMPLETE
87902026-08-20T18:24:52.034Z[ recovery-image] Aug 20 18:24:50.885 INFO O| Aug 20 18:24:50.885 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87912026-08-20T18:24:52.041Z[ recovery-image] Aug 20 18:24:50.895 INFO O| Aug 20 18:24:50.895 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87922026-08-20T18:24:52.041Z[ recovery-image] Aug 20 18:24:50.895 INFO O| Aug 20 18:24:50.895 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87932026-08-20T18:24:52.045Z[ recovery-image] Aug 20 18:24:50.895 INFO O| Aug 20 18:24:50.895 INFO STEP 13 (ensure_dir) COMPLETE
87942026-08-20T18:24:52.045Z[ recovery-image] Aug 20 18:24:50.895 INFO O| Aug 20 18:24:50.895 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87952026-08-20T18:24:52.050Z[ recovery-image] Aug 20 18:24:50.904 INFO O| Aug 20 18:24:50.904 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87962026-08-20T18:24:52.050Z[ recovery-image] Aug 20 18:24:50.904 INFO O| Aug 20 18:24:50.904 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87972026-08-20T18:24:52.050Z[ recovery-image] Aug 20 18:24:50.904 INFO O| Aug 20 18:24:50.904 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87982026-08-20T18:24:52.054Z[ recovery-image] Aug 20 18:24:50.904 INFO O| Aug 20 18:24:50.904 INFO STEP 14 (ensure_dir) COMPLETE
87992026-08-20T18:24:52.054Z[ recovery-image] Aug 20 18:24:50.904 INFO O| Aug 20 18:24:50.904 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88002026-08-20T18:24:52.060Z[ recovery-image] Aug 20 18:24:50.914 INFO O| Aug 20 18:24:50.914 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88012026-08-20T18:24:52.060Z[ recovery-image] Aug 20 18:24:50.914 INFO O| Aug 20 18:24:50.914 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88022026-08-20T18:24:52.060Z[ recovery-image] Aug 20 18:24:50.914 INFO O| Aug 20 18:24:50.914 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88032026-08-20T18:24:52.064Z[ recovery-image] Aug 20 18:24:50.914 INFO O| Aug 20 18:24:50.914 INFO STEP 15 (ensure_dir) COMPLETE
88042026-08-20T18:24:52.064Z[ recovery-image] Aug 20 18:24:50.914 INFO O| Aug 20 18:24:50.914 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88052026-08-20T18:24:52.071Z[ recovery-image] Aug 20 18:24:50.924 INFO O| Aug 20 18:24:50.924 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88062026-08-20T18:24:52.071Z[ recovery-image] Aug 20 18:24:50.924 INFO O| Aug 20 18:24:50.924 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88072026-08-20T18:24:52.071Z[ recovery-image] Aug 20 18:24:50.924 INFO O| Aug 20 18:24:50.924 INFO STEP 16 (ensure_dir) COMPLETE
88082026-08-20T18:24:52.071Z[ recovery-image] Aug 20 18:24:50.924 INFO O| Aug 20 18:24:50.924 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88092026-08-20T18:24:52.079Z[ recovery-image] Aug 20 18:24:50.934 INFO O| Aug 20 18:24:50.934 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88102026-08-20T18:24:52.079Z[ recovery-image] Aug 20 18:24:50.934 INFO O| Aug 20 18:24:50.934 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88112026-08-20T18:24:52.080Z[ recovery-image] Aug 20 18:24:50.934 INFO O| Aug 20 18:24:50.934 INFO STEP 17 (ensure_dir) COMPLETE
88122026-08-20T18:24:52.084Z[ recovery-image] Aug 20 18:24:50.934 INFO O| Aug 20 18:24:50.934 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88132026-08-20T18:24:52.089Z[ recovery-image] Aug 20 18:24:50.943 INFO O| Aug 20 18:24:50.943 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88142026-08-20T18:24:52.089Z[ recovery-image] Aug 20 18:24:50.943 INFO O| Aug 20 18:24:50.943 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88152026-08-20T18:24:52.089Z[ recovery-image] Aug 20 18:24:50.943 INFO O| Aug 20 18:24:50.943 INFO ok!
88162026-08-20T18:24:52.092Z[ recovery-image] Aug 20 18:24:50.943 INFO O| Aug 20 18:24:50.943 INFO STEP 18 (ensure_symlink) COMPLETE
88172026-08-20T18:24:52.092Z[ recovery-image] Aug 20 18:24:50.943 INFO O| Aug 20 18:24:50.943 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88182026-08-20T18:24:52.099Z[ recovery-image] Aug 20 18:24:50.953 INFO O| Aug 20 18:24:50.953 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88192026-08-20T18:24:52.099Z[ recovery-image] Aug 20 18:24:50.953 INFO O| Aug 20 18:24:50.953 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88202026-08-20T18:24:52.099Z[ recovery-image] Aug 20 18:24:50.953 INFO O| Aug 20 18:24:50.953 INFO ok!
88212026-08-20T18:24:52.102Z[ recovery-image] Aug 20 18:24:50.953 INFO O| Aug 20 18:24:50.953 INFO STEP 19 (ensure_file) COMPLETE
88222026-08-20T18:24:52.102Z[ recovery-image] Aug 20 18:24:50.953 INFO O| Aug 20 18:24:50.953 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88232026-08-20T18:24:52.108Z[ recovery-image] Aug 20 18:24:50.962 INFO O| Aug 20 18:24:50.962 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88242026-08-20T18:24:52.108Z[ recovery-image] Aug 20 18:24:50.962 INFO O| Aug 20 18:24:50.962 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88252026-08-20T18:24:52.108Z[ recovery-image] Aug 20 18:24:50.962 INFO O| Aug 20 18:24:50.962 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88262026-08-20T18:24:52.111Z[ recovery-image] Aug 20 18:24:50.962 INFO O| Aug 20 18:24:50.962 INFO ok!
88272026-08-20T18:24:52.111Z[ recovery-image] Aug 20 18:24:50.962 INFO O| Aug 20 18:24:50.962 INFO STEP 20 (ensure_symlink) COMPLETE
88282026-08-20T18:24:52.111Z[ recovery-image] Aug 20 18:24:50.962 INFO O| Aug 20 18:24:50.962 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88292026-08-20T18:24:52.118Z[ recovery-image] Aug 20 18:24:50.972 INFO O| Aug 20 18:24:50.972 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88302026-08-20T18:24:52.118Z[ recovery-image] Aug 20 18:24:50.972 INFO O| Aug 20 18:24:50.972 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88312026-08-20T18:24:52.118Z[ recovery-image] Aug 20 18:24:50.972 INFO O| Aug 20 18:24:50.972 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88322026-08-20T18:24:52.121Z[ recovery-image] Aug 20 18:24:50.972 INFO O| Aug 20 18:24:50.972 INFO ok!
88332026-08-20T18:24:52.121Z[ recovery-image] Aug 20 18:24:50.972 INFO O| Aug 20 18:24:50.972 INFO STEP 21 (ensure_symlink) COMPLETE
88342026-08-20T18:24:52.121Z[ recovery-image] Aug 20 18:24:50.972 INFO O| Aug 20 18:24:50.972 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88352026-08-20T18:24:52.130Z[ recovery-image] Aug 20 18:24:50.983 INFO O| Aug 20 18:24:50.983 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88362026-08-20T18:24:52.130Z[ recovery-image] Aug 20 18:24:50.983 INFO O| Aug 20 18:24:50.983 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88372026-08-20T18:24:52.130Z[ recovery-image] Aug 20 18:24:50.983 INFO O| Aug 20 18:24:50.983 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88382026-08-20T18:24:52.130Z[ recovery-image] Aug 20 18:24:50.983 INFO O| Aug 20 18:24:50.983 INFO ok!
88392026-08-20T18:24:52.133Z[ recovery-image] Aug 20 18:24:50.983 INFO O| Aug 20 18:24:50.983 INFO STEP 22 (ensure_symlink) COMPLETE
88402026-08-20T18:24:52.134Z[ recovery-image] Aug 20 18:24:50.983 INFO O| Aug 20 18:24:50.983 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88412026-08-20T18:24:52.138Z[ recovery-image] Aug 20 18:24:50.993 INFO O| Aug 20 18:24:50.993 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88422026-08-20T18:24:52.138Z[ recovery-image] Aug 20 18:24:50.993 INFO O| Aug 20 18:24:50.993 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88432026-08-20T18:24:52.138Z[ recovery-image] Aug 20 18:24:50.993 INFO O| Aug 20 18:24:50.993 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88442026-08-20T18:24:52.142Z[ recovery-image] Aug 20 18:24:50.993 INFO O| Aug 20 18:24:50.993 INFO ok!
88452026-08-20T18:24:52.142Z[ recovery-image] Aug 20 18:24:50.993 INFO O| Aug 20 18:24:50.993 INFO STEP 23 (ensure_symlink) COMPLETE
88462026-08-20T18:24:52.142Z[ recovery-image] Aug 20 18:24:50.993 INFO O| Aug 20 18:24:50.993 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88472026-08-20T18:24:52.148Z[ recovery-image] Aug 20 18:24:51.003 INFO O| Aug 20 18:24:51.003 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88482026-08-20T18:24:52.148Z[ recovery-image] Aug 20 18:24:51.003 INFO O| Aug 20 18:24:51.003 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 ...
88492026-08-20T18:24:52.148Z[ recovery-image] Aug 20 18:24:51.003 INFO O| Aug 20 18:24:51.003 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88502026-08-20T18:24:52.148Z[ recovery-image] Aug 20 18:24:51.003 INFO O| Aug 20 18:24:51.003 INFO ok!
88512026-08-20T18:24:52.152Z[ recovery-image] Aug 20 18:24:51.003 INFO O| Aug 20 18:24:51.003 INFO STEP 24 (ensure_file) COMPLETE
88522026-08-20T18:24:52.152Z[ recovery-image] Aug 20 18:24:51.003 INFO O| Aug 20 18:24:51.003 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88532026-08-20T18:24:52.158Z[ recovery-image] Aug 20 18:24:51.012 INFO O| Aug 20 18:24:51.012 INFO updating shadow file
88542026-08-20T18:24:52.158Z[ recovery-image] Aug 20 18:24:51.012 INFO O| Aug 20 18:24:51.012 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88552026-08-20T18:24:52.161Z[ recovery-image] Aug 20 18:24:51.012 INFO O| Aug 20 18:24:51.012 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88562026-08-20T18:24:52.161Z[ recovery-image] Aug 20 18:24:51.012 INFO O| Aug 20 18:24:51.012 INFO STEP 25 (shadow) COMPLETE
88572026-08-20T18:24:52.161Z[ recovery-image] Aug 20 18:24:51.012 INFO O| Aug 20 18:24:51.012 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88582026-08-20T18:24:52.168Z[ recovery-image] Aug 20 18:24:51.023 INFO O| Aug 20 18:24:51.022 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88592026-08-20T18:24:52.168Z[ recovery-image] Aug 20 18:24:51.023 INFO O| Aug 20 18:24:51.023 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88602026-08-20T18:24:52.168Z[ recovery-image] Aug 20 18:24:51.023 INFO O| Aug 20 18:24:51.023 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88612026-08-20T18:24:52.173Z[ recovery-image] Aug 20 18:24:51.023 INFO O| Aug 20 18:24:51.023 INFO ok!
88622026-08-20T18:24:52.173Z[ recovery-image] Aug 20 18:24:51.023 INFO O| Aug 20 18:24:51.023 INFO STEP 26 (ensure_file) COMPLETE
88632026-08-20T18:24:52.174Z[ recovery-image] Aug 20 18:24:51.023 INFO O| Aug 20 18:24:51.023 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88642026-08-20T18:24:52.179Z[ recovery-image] Aug 20 18:24:51.033 INFO O| Aug 20 18:24:51.033 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88652026-08-20T18:24:52.179Z[ recovery-image] Aug 20 18:24:51.033 INFO O| Aug 20 18:24:51.033 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88662026-08-20T18:24:52.183Z[ recovery-image] Aug 20 18:24:51.033 INFO O| Aug 20 18:24:51.033 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88672026-08-20T18:24:52.183Z[ recovery-image] Aug 20 18:24:51.033 INFO O| Aug 20 18:24:51.033 INFO ok!
88682026-08-20T18:24:52.183Z[ recovery-image] Aug 20 18:24:51.033 INFO O| Aug 20 18:24:51.033 INFO STEP 27 (ensure_file) COMPLETE
88692026-08-20T18:24:52.183Z[ recovery-image] Aug 20 18:24:51.033 INFO O| Aug 20 18:24:51.033 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88702026-08-20T18:24:52.230Z[ recovery-image] Aug 20 18:24:51.082 INFO O| Aug 20 18:24:51.080 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88712026-08-20T18:24:52.230Z[ recovery-image] Aug 20 18:24:51.082 INFO O| Aug 20 18:24:51.080 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88722026-08-20T18:24:52.230Z[ recovery-image] Aug 20 18:24:51.082 INFO O| Aug 20 18:24:51.080 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88732026-08-20T18:24:52.230Z[ recovery-image] Aug 20 18:24:51.082 INFO O| Aug 20 18:24:51.080 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88742026-08-20T18:24:52.230Z[ recovery-image] Aug 20 18:24:51.082 INFO O| Aug 20 18:24:51.080 INFO ok!
88752026-08-20T18:24:52.230Z[ recovery-image] Aug 20 18:24:51.082 INFO O| Aug 20 18:24:51.080 INFO STEP 28 (ensure_file) COMPLETE
88762026-08-20T18:24:52.230Z[ recovery-image] Aug 20 18:24:51.082 INFO O| Aug 20 18:24:51.080 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88772026-08-20T18:24:52.238Z[ recovery-image] Aug 20 18:24:51.091 INFO O| Aug 20 18:24:51.090 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88782026-08-20T18:24:52.238Z[ recovery-image] Aug 20 18:24:51.091 INFO O| Aug 20 18:24:51.090 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88792026-08-20T18:24:52.238Z[ recovery-image] Aug 20 18:24:51.091 INFO O| Aug 20 18:24:51.090 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88802026-08-20T18:24:52.238Z[ recovery-image] Aug 20 18:24:51.091 INFO O| Aug 20 18:24:51.090 INFO ok!
88812026-08-20T18:24:52.238Z[ recovery-image] Aug 20 18:24:51.091 INFO O| Aug 20 18:24:51.090 INFO STEP 29 (ensure_file) COMPLETE
88822026-08-20T18:24:52.238Z[ recovery-image] Aug 20 18:24:51.091 INFO O| Aug 20 18:24:51.090 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88832026-08-20T18:24:52.268Z[ recovery-image] Aug 20 18:24:51.122 INFO O| Aug 20 18:24:51.122 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88842026-08-20T18:24:52.268Z[ recovery-image] Aug 20 18:24:51.122 INFO O| Aug 20 18:24:51.122 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88852026-08-20T18:24:52.268Z[ recovery-image] Aug 20 18:24:51.122 INFO O| Aug 20 18:24:51.122 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88862026-08-20T18:24:52.271Z[ recovery-image] Aug 20 18:24:51.122 INFO O| Aug 20 18:24:51.122 INFO STEP 30 (ensure_dir) COMPLETE
88872026-08-20T18:24:52.271Z[ recovery-image] Aug 20 18:24:51.122 INFO O| Aug 20 18:24:51.122 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88882026-08-20T18:24:52.280Z[ recovery-image] Aug 20 18:24:51.134 INFO O| Aug 20 18:24:51.134 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88892026-08-20T18:24:52.280Z[ recovery-image] Aug 20 18:24:51.134 INFO O| Aug 20 18:24:51.134 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 ...
88902026-08-20T18:24:52.283Z[ recovery-image] Aug 20 18:24:51.134 INFO O| Aug 20 18:24:51.134 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
88912026-08-20T18:24:52.283Z[ recovery-image] Aug 20 18:24:51.134 INFO O| Aug 20 18:24:51.134 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
88922026-08-20T18:24:52.283Z[ recovery-image] Aug 20 18:24:51.134 INFO O| Aug 20 18:24:51.134 INFO ok!
88932026-08-20T18:24:52.283Z[ recovery-image] Aug 20 18:24:51.134 INFO O| Aug 20 18:24:51.134 INFO STEP 31 (ensure_file) COMPLETE
88942026-08-20T18:24:52.283Z[ recovery-image] Aug 20 18:24:51.134 INFO O| Aug 20 18:24:51.134 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88952026-08-20T18:24:52.291Z[ recovery-image] Aug 20 18:24:51.145 INFO O| Aug 20 18:24:51.145 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88962026-08-20T18:24:52.291Z[ recovery-image] Aug 20 18:24:51.145 INFO O| Aug 20 18:24:51.145 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88972026-08-20T18:24:52.294Z[ recovery-image] Aug 20 18:24:51.145 INFO O| Aug 20 18:24:51.145 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
88982026-08-20T18:24:52.294Z[ recovery-image] Aug 20 18:24:51.145 INFO O| Aug 20 18:24:51.145 INFO STEP 32 (ensure_dir) COMPLETE
88992026-08-20T18:24:52.294Z[ recovery-image] Aug 20 18:24:51.145 INFO O| Aug 20 18:24:51.145 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89002026-08-20T18:24:52.301Z[ recovery-image] Aug 20 18:24:51.156 INFO O| Aug 20 18:24:51.156 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89012026-08-20T18:24:52.301Z[ recovery-image] Aug 20 18:24:51.156 INFO O| Aug 20 18:24:51.156 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 ...
89022026-08-20T18:24:52.301Z[ recovery-image] Aug 20 18:24:51.156 INFO O| Aug 20 18:24:51.156 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
89032026-08-20T18:24:52.312Z[ recovery-image] Aug 20 18:24:51.156 INFO O| Aug 20 18:24:51.156 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89042026-08-20T18:24:52.312Z[ recovery-image] Aug 20 18:24:51.156 INFO O| Aug 20 18:24:51.156 INFO ok!
89052026-08-20T18:24:52.312Z[ recovery-image] Aug 20 18:24:51.156 INFO O| Aug 20 18:24:51.156 INFO STEP 33 (ensure_file) COMPLETE
89062026-08-20T18:24:52.312Z[ recovery-image] Aug 20 18:24:51.156 INFO O| Aug 20 18:24:51.156 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89072026-08-20T18:24:52.312Z[ recovery-image] Aug 20 18:24:51.166 INFO O| Aug 20 18:24:51.166 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89082026-08-20T18:24:52.312Z[ recovery-image] Aug 20 18:24:51.166 INFO O| Aug 20 18:24:51.166 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89092026-08-20T18:24:52.312Z[ recovery-image] Aug 20 18:24:51.166 INFO O| Aug 20 18:24:51.166 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89102026-08-20T18:24:52.312Z[ recovery-image] Aug 20 18:24:51.166 INFO O| Aug 20 18:24:51.166 INFO ok!
89112026-08-20T18:24:52.316Z[ recovery-image] Aug 20 18:24:51.166 INFO O| Aug 20 18:24:51.166 INFO STEP 34 (ensure_file) COMPLETE
89122026-08-20T18:24:52.316Z[ recovery-image] Aug 20 18:24:51.166 INFO O| Aug 20 18:24:51.166 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89132026-08-20T18:24:52.322Z[ recovery-image] Aug 20 18:24:51.176 INFO O| Aug 20 18:24:51.176 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89142026-08-20T18:24:52.322Z[ recovery-image] Aug 20 18:24:51.177 INFO O| Aug 20 18:24:51.176 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89152026-08-20T18:24:52.322Z[ recovery-image] Aug 20 18:24:51.177 INFO O| Aug 20 18:24:51.177 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89162026-08-20T18:24:52.326Z[ recovery-image] Aug 20 18:24:51.177 INFO O| Aug 20 18:24:51.177 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89172026-08-20T18:24:52.326Z[ recovery-image] Aug 20 18:24:51.177 INFO O| Aug 20 18:24:51.177 INFO ok!
89182026-08-20T18:24:52.326Z[ recovery-image] Aug 20 18:24:51.177 INFO O| Aug 20 18:24:51.177 INFO STEP 35 (ensure_file) COMPLETE
89192026-08-20T18:24:52.326Z[ recovery-image] Aug 20 18:24:51.177 INFO O| Aug 20 18:24:51.177 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89202026-08-20T18:24:52.333Z[ recovery-image] Aug 20 18:24:51.187 INFO O| Aug 20 18:24:51.187 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89212026-08-20T18:24:52.333Z[ recovery-image] Aug 20 18:24:51.187 INFO O| Aug 20 18:24:51.187 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89222026-08-20T18:24:52.333Z[ recovery-image] Aug 20 18:24:51.187 INFO O| Aug 20 18:24:51.187 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89232026-08-20T18:24:52.337Z[ recovery-image] Aug 20 18:24:51.187 INFO O| Aug 20 18:24:51.187 INFO ok!
89242026-08-20T18:24:52.337Z[ recovery-image] Aug 20 18:24:51.187 INFO O| Aug 20 18:24:51.187 INFO STEP 36 (ensure_file) COMPLETE
89252026-08-20T18:24:52.337Z[ recovery-image] Aug 20 18:24:51.187 INFO O| Aug 20 18:24:51.187 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89262026-08-20T18:24:52.343Z[ recovery-image] Aug 20 18:24:51.197 INFO O| Aug 20 18:24:51.197 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89272026-08-20T18:24:52.343Z[ recovery-image] Aug 20 18:24:51.197 INFO O| Aug 20 18:24:51.197 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89282026-08-20T18:24:52.343Z[ recovery-image] Aug 20 18:24:51.197 INFO O| Aug 20 18:24:51.197 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89292026-08-20T18:24:52.343Z[ recovery-image] Aug 20 18:24:51.197 INFO O| Aug 20 18:24:51.197 INFO ok!
89302026-08-20T18:24:52.343Z[ recovery-image] Aug 20 18:24:51.197 INFO O| Aug 20 18:24:51.197 INFO STEP 37 (ensure_file) COMPLETE
89312026-08-20T18:24:52.343Z[ recovery-image] Aug 20 18:24:51.197 INFO O| Aug 20 18:24:51.197 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89322026-08-20T18:24:52.354Z[ recovery-image] Aug 20 18:24:51.208 INFO O| Aug 20 18:24:51.208 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89332026-08-20T18:24:52.354Z[ recovery-image] Aug 20 18:24:51.208 INFO O| Aug 20 18:24:51.208 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89342026-08-20T18:24:52.354Z[ recovery-image] Aug 20 18:24:51.208 INFO O| Aug 20 18:24:51.208 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89352026-08-20T18:24:52.354Z[ recovery-image] Aug 20 18:24:51.208 INFO O| Aug 20 18:24:51.208 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89362026-08-20T18:24:52.357Z[ recovery-image] Aug 20 18:24:51.208 INFO O| Aug 20 18:24:51.208 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89372026-08-20T18:24:52.357Z[ recovery-image] Aug 20 18:24:51.208 INFO O| Aug 20 18:24:51.208 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89382026-08-20T18:24:52.357Z[ recovery-image] Aug 20 18:24:51.208 INFO O| Aug 20 18:24:51.208 INFO ok!
89392026-08-20T18:24:52.357Z[ recovery-image] Aug 20 18:24:51.208 INFO O| Aug 20 18:24:51.208 INFO STEP 38 (ensure_file) COMPLETE
89402026-08-20T18:24:52.357Z[ recovery-image] Aug 20 18:24:51.208 INFO O| Aug 20 18:24:51.208 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89412026-08-20T18:24:52.362Z[ recovery-image] Aug 20 18:24:51.216 INFO O| Aug 20 18:24:51.216 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89422026-08-20T18:24:52.362Z[ recovery-image] Aug 20 18:24:51.216 INFO O| Aug 20 18:24:51.216 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89432026-08-20T18:24:52.367Z[ recovery-image] Aug 20 18:24:51.216 INFO O| Aug 20 18:24:51.216 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89442026-08-20T18:24:52.367Z[ recovery-image] Aug 20 18:24:51.216 INFO O| Aug 20 18:24:51.216 INFO STEP 39 (ensure_dir) COMPLETE
89452026-08-20T18:24:52.367Z[ recovery-image] Aug 20 18:24:51.216 INFO O| Aug 20 18:24:51.216 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89462026-08-20T18:24:52.372Z[ recovery-image] Aug 20 18:24:51.226 INFO O| Aug 20 18:24:51.226 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
89472026-08-20T18:24:52.372Z[ recovery-image] Aug 20 18:24:51.226 INFO O| Aug 20 18:24:51.226 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 ...
89482026-08-20T18:24:52.372Z[ recovery-image] Aug 20 18:24:51.226 INFO O| Aug 20 18:24:51.226 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
89492026-08-20T18:24:52.375Z[ recovery-image] Aug 20 18:24:51.226 INFO O| Aug 20 18:24:51.226 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
89502026-08-20T18:24:52.375Z[ recovery-image] Aug 20 18:24:51.226 INFO O| Aug 20 18:24:51.226 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
89512026-08-20T18:24:52.375Z[ recovery-image] Aug 20 18:24:51.226 INFO O| Aug 20 18:24:51.226 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
89522026-08-20T18:24:52.375Z[ recovery-image] Aug 20 18:24:51.226 INFO O| Aug 20 18:24:51.226 INFO ok!
89532026-08-20T18:24:52.375Z[ recovery-image] Aug 20 18:24:51.226 INFO O| Aug 20 18:24:51.226 INFO STEP 40 (ensure_file) COMPLETE
89542026-08-20T18:24:52.375Z[ recovery-image] Aug 20 18:24:51.226 INFO O| Aug 20 18:24:51.226 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89552026-08-20T18:24:52.382Z[ recovery-image] Aug 20 18:24:51.236 INFO O| Aug 20 18:24:51.236 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89562026-08-20T18:24:52.382Z[ recovery-image] Aug 20 18:24:51.236 INFO O| Aug 20 18:24:51.236 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 ...
89572026-08-20T18:24:52.382Z[ recovery-image] Aug 20 18:24:51.236 INFO O| Aug 20 18:24:51.236 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89582026-08-20T18:24:52.385Z[ recovery-image] Aug 20 18:24:51.236 INFO O| Aug 20 18:24:51.236 INFO ok!
89592026-08-20T18:24:52.385Z[ recovery-image] Aug 20 18:24:51.236 INFO O| Aug 20 18:24:51.236 INFO STEP 41 (ensure_symlink) COMPLETE
89602026-08-20T18:24:52.385Z[ recovery-image] Aug 20 18:24:51.236 INFO O| Aug 20 18:24:51.236 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89612026-08-20T18:24:52.391Z[ recovery-image] Aug 20 18:24:51.245 INFO O| Aug 20 18:24:51.245 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89622026-08-20T18:24:52.391Z[ recovery-image] Aug 20 18:24:51.245 INFO O| Aug 20 18:24:51.245 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89632026-08-20T18:24:52.391Z[ recovery-image] Aug 20 18:24:51.245 INFO O| Aug 20 18:24:51.245 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89642026-08-20T18:24:52.394Z[ recovery-image] Aug 20 18:24:51.245 INFO O| Aug 20 18:24:51.245 INFO ok!
89652026-08-20T18:24:52.394Z[ recovery-image] Aug 20 18:24:51.245 INFO O| Aug 20 18:24:51.245 INFO STEP 42 (ensure_symlink) COMPLETE
89662026-08-20T18:24:52.394Z[ recovery-image] Aug 20 18:24:51.245 INFO O| Aug 20 18:24:51.245 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89672026-08-20T18:24:52.400Z[ recovery-image] Aug 20 18:24:51.254 INFO O| Aug 20 18:24:51.254 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89682026-08-20T18:24:52.400Z[ recovery-image] Aug 20 18:24:51.254 INFO O| Aug 20 18:24:51.254 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89692026-08-20T18:24:52.404Z[ recovery-image] Aug 20 18:24:51.254 INFO O| Aug 20 18:24:51.254 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89702026-08-20T18:24:52.404Z[ recovery-image] Aug 20 18:24:51.254 INFO O| Aug 20 18:24:51.254 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89712026-08-20T18:24:52.404Z[ recovery-image] Aug 20 18:24:51.254 INFO O| Aug 20 18:24:51.254 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89722026-08-20T18:24:52.404Z[ recovery-image] Aug 20 18:24:51.254 INFO O| Aug 20 18:24:51.254 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89732026-08-20T18:24:52.404Z[ recovery-image] Aug 20 18:24:51.254 INFO O| Aug 20 18:24:51.254 INFO ok!
89742026-08-20T18:24:52.404Z[ recovery-image] Aug 20 18:24:51.255 INFO O| Aug 20 18:24:51.254 INFO STEP 43 (ensure_file) COMPLETE
89752026-08-20T18:24:52.404Z[ recovery-image] Aug 20 18:24:51.255 INFO O| Aug 20 18:24:51.254 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89762026-08-20T18:24:52.409Z[ recovery-image] Aug 20 18:24:51.264 INFO O| Aug 20 18:24:51.264 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89772026-08-20T18:24:52.409Z[ recovery-image] Aug 20 18:24:51.264 INFO O| Aug 20 18:24:51.264 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 ...
89782026-08-20T18:24:52.413Z[ recovery-image] Aug 20 18:24:51.264 INFO O| Aug 20 18:24:51.264 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
89792026-08-20T18:24:52.413Z[ recovery-image] Aug 20 18:24:51.264 INFO O| Aug 20 18:24:51.264 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89802026-08-20T18:24:52.413Z[ recovery-image] Aug 20 18:24:51.264 INFO O| Aug 20 18:24:51.264 INFO ok!
89812026-08-20T18:24:52.413Z[ recovery-image] Aug 20 18:24:51.264 INFO O| Aug 20 18:24:51.264 INFO STEP 44 (ensure_file) COMPLETE
89822026-08-20T18:24:52.413Z[ recovery-image] Aug 20 18:24:51.264 INFO O| Aug 20 18:24:51.264 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89832026-08-20T18:24:52.421Z[ recovery-image] Aug 20 18:24:51.275 INFO O| Aug 20 18:24:51.275 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89842026-08-20T18:24:52.421Z[ recovery-image] Aug 20 18:24:51.275 INFO O| Aug 20 18:24:51.275 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89852026-08-20T18:24:52.424Z[ recovery-image] Aug 20 18:24:51.275 INFO O| Aug 20 18:24:51.275 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89862026-08-20T18:24:52.424Z[ recovery-image] Aug 20 18:24:51.275 INFO O| Aug 20 18:24:51.275 INFO ok!
89872026-08-20T18:24:52.424Z[ recovery-image] Aug 20 18:24:51.275 INFO O| Aug 20 18:24:51.275 INFO STEP 45 (ensure_file) COMPLETE
89882026-08-20T18:24:52.424Z[ recovery-image] Aug 20 18:24:51.275 INFO O| Aug 20 18:24:51.275 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89892026-08-20T18:24:52.432Z[ recovery-image] Aug 20 18:24:51.286 INFO O| Aug 20 18:24:51.286 INFO updating shadow file
89902026-08-20T18:24:52.432Z[ recovery-image] Aug 20 18:24:51.286 INFO O| Aug 20 18:24:51.286 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
89912026-08-20T18:24:52.436Z[ recovery-image] Aug 20 18:24:51.286 INFO O| Aug 20 18:24:51.286 INFO STEP 46 (shadow) COMPLETE
89922026-08-20T18:24:52.436Z[ recovery-image] Aug 20 18:24:51.286 INFO O| Aug 20 18:24:51.286 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89932026-08-20T18:24:52.443Z[ recovery-image] Aug 20 18:24:51.297 INFO O| Aug 20 18:24:51.297 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
89942026-08-20T18:24:52.443Z[ recovery-image] Aug 20 18:24:51.297 INFO O| Aug 20 18:24:51.297 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
89952026-08-20T18:24:52.446Z[ recovery-image] Aug 20 18:24:51.297 INFO O| Aug 20 18:24:51.297 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89962026-08-20T18:24:52.446Z[ recovery-image] Aug 20 18:24:51.297 INFO O| Aug 20 18:24:51.297 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
89972026-08-20T18:24:52.446Z[ recovery-image] Aug 20 18:24:51.297 INFO O| Aug 20 18:24:51.297 INFO ok!
89982026-08-20T18:24:52.446Z[ recovery-image] Aug 20 18:24:51.297 INFO O| Aug 20 18:24:51.297 INFO STEP 47 (ensure_file) COMPLETE
89992026-08-20T18:24:52.446Z[ recovery-image] Aug 20 18:24:51.297 INFO O| Aug 20 18:24:51.297 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90002026-08-20T18:24:52.453Z[ recovery-image] Aug 20 18:24:51.308 INFO O| Aug 20 18:24:51.308 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90012026-08-20T18:24:52.453Z[ recovery-image] Aug 20 18:24:51.308 INFO O| Aug 20 18:24:51.308 INFO STEP 48 (ensure_dir) COMPLETE
90022026-08-20T18:24:52.457Z[ recovery-image] Aug 20 18:24:51.308 INFO O| Aug 20 18:24:51.308 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90032026-08-20T18:24:52.464Z[ recovery-image] Aug 20 18:24:51.318 INFO O| Aug 20 18:24:51.318 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90042026-08-20T18:24:52.464Z[ recovery-image] Aug 20 18:24:51.318 INFO O| Aug 20 18:24:51.318 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90052026-08-20T18:24:52.467Z[ recovery-image] Aug 20 18:24:51.318 INFO O| Aug 20 18:24:51.318 INFO STEP 49 (ensure_dir) COMPLETE
90062026-08-20T18:24:52.467Z[ recovery-image] Aug 20 18:24:51.318 INFO O| Aug 20 18:24:51.318 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90072026-08-20T18:24:52.476Z[ recovery-image] Aug 20 18:24:51.328 INFO O| Aug 20 18:24:51.328 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90082026-08-20T18:24:52.476Z[ recovery-image] Aug 20 18:24:51.328 INFO O| Aug 20 18:24:51.328 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90092026-08-20T18:24:52.476Z[ recovery-image] Aug 20 18:24:51.328 INFO O| Aug 20 18:24:51.328 INFO STEP 50 (ensure_dir) COMPLETE
90102026-08-20T18:24:52.479Z[ recovery-image] Aug 20 18:24:51.328 INFO O| Aug 20 18:24:51.328 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90112026-08-20T18:24:52.483Z[ recovery-image] Aug 20 18:24:51.337 INFO O| Aug 20 18:24:51.337 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90122026-08-20T18:24:52.483Z[ recovery-image] Aug 20 18:24:51.338 INFO O| Aug 20 18:24:51.337 INFO copying /tmp/.tmprb053a/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90132026-08-20T18:24:52.513Z[ recovery-image] Aug 20 18:24:51.367 INFO O| Aug 20 18:24:51.367 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90142026-08-20T18:24:52.513Z[ recovery-image] Aug 20 18:24:51.367 INFO O| Aug 20 18:24:51.367 INFO ok!
90152026-08-20T18:24:52.513Z[ recovery-image] Aug 20 18:24:51.367 INFO O| Aug 20 18:24:51.367 INFO STEP 51 (ensure_file) COMPLETE
90162026-08-20T18:24:52.516Z[ recovery-image] Aug 20 18:24:51.367 INFO O| Aug 20 18:24:51.367 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90172026-08-20T18:24:52.524Z[ recovery-image] Aug 20 18:24:51.378 INFO O| Aug 20 18:24:51.378 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90182026-08-20T18:24:52.524Z[ recovery-image] Aug 20 18:24:51.378 INFO O| Aug 20 18:24:51.378 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90192026-08-20T18:24:52.524Z[ recovery-image] Aug 20 18:24:51.378 INFO O| Aug 20 18:24:51.378 INFO STEP 52 (ensure_dir) COMPLETE
90202026-08-20T18:24:52.527Z[ recovery-image] Aug 20 18:24:51.378 INFO O| Aug 20 18:24:51.378 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90212026-08-20T18:24:52.535Z[ recovery-image] Aug 20 18:24:51.388 INFO O| Aug 20 18:24:51.388 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90222026-08-20T18:24:52.535Z[ recovery-image] Aug 20 18:24:51.388 INFO O| Aug 20 18:24:51.388 INFO copying /tmp/.tmprb053a/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90232026-08-20T18:24:52.535Z[ recovery-image] Aug 20 18:24:51.388 INFO O| Aug 20 18:24:51.388 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90242026-08-20T18:24:52.539Z[ recovery-image] Aug 20 18:24:51.388 INFO O| Aug 20 18:24:51.388 INFO ok!
90252026-08-20T18:24:52.539Z[ recovery-image] Aug 20 18:24:51.388 INFO O| Aug 20 18:24:51.388 INFO STEP 53 (ensure_file) COMPLETE
90262026-08-20T18:24:52.539Z[ recovery-image] Aug 20 18:24:51.388 INFO O| Aug 20 18:24:51.388 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90272026-08-20T18:24:52.543Z[ recovery-image] Aug 20 18:24:51.398 INFO O| Aug 20 18:24:51.397 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90282026-08-20T18:24:52.543Z[ recovery-image] Aug 20 18:24:51.398 INFO O| Aug 20 18:24:51.398 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90292026-08-20T18:24:52.543Z[ recovery-image] Aug 20 18:24:51.398 INFO O| Aug 20 18:24:51.398 INFO STEP 54 (ensure_dir) COMPLETE
90302026-08-20T18:24:52.546Z[ recovery-image] Aug 20 18:24:51.398 INFO O| Aug 20 18:24:51.398 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90312026-08-20T18:24:52.552Z[ recovery-image] Aug 20 18:24:51.407 INFO O| Aug 20 18:24:51.406 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90322026-08-20T18:24:52.552Z[ recovery-image] Aug 20 18:24:51.407 INFO O| Aug 20 18:24:51.407 INFO copying /tmp/.tmprb053a/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90332026-08-20T18:24:53.641Z[verify-libraries] Compiling polar-core v0.27.3
90342026-08-20T18:24:54.548Z[ recovery-image] Aug 20 18:24:53.401 INFO O| Aug 20 18:24:53.400 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90352026-08-20T18:24:54.548Z[ recovery-image] Aug 20 18:24:53.401 INFO O| Aug 20 18:24:53.401 INFO ok!
90362026-08-20T18:24:54.550Z[ recovery-image] Aug 20 18:24:53.401 INFO O| Aug 20 18:24:53.401 INFO STEP 55 (ensure_file) COMPLETE
90372026-08-20T18:24:54.554Z[ recovery-image] Aug 20 18:24:53.401 INFO O| Aug 20 18:24:53.401 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90382026-08-20T18:24:54.559Z[ recovery-image] Aug 20 18:24:53.413 INFO O| Aug 20 18:24:53.413 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90392026-08-20T18:24:54.559Z[ recovery-image] Aug 20 18:24:53.413 INFO O| Aug 20 18:24:53.413 INFO copying /tmp/.tmprb053a/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90402026-08-20T18:24:56.561Z[ recovery-image] Aug 20 18:24:55.414 INFO O| Aug 20 18:24:55.414 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90412026-08-20T18:24:56.561Z[ recovery-image] Aug 20 18:24:55.414 INFO O| Aug 20 18:24:55.414 INFO ok!
90422026-08-20T18:24:56.561Z[ recovery-image] Aug 20 18:24:55.414 INFO O| Aug 20 18:24:55.414 INFO STEP 56 (ensure_file) COMPLETE
90432026-08-20T18:24:56.565Z[ recovery-image] Aug 20 18:24:55.414 INFO O| Aug 20 18:24:55.414 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90442026-08-20T18:24:56.571Z[ recovery-image] Aug 20 18:24:55.425 INFO O| Aug 20 18:24:55.425 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90452026-08-20T18:24:56.571Z[ recovery-image] Aug 20 18:24:55.425 INFO O| Aug 20 18:24:55.425 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90462026-08-20T18:24:56.571Z[ recovery-image] Aug 20 18:24:55.425 INFO O| Aug 20 18:24:55.425 INFO STEP 57 (ensure_dir) COMPLETE
90472026-08-20T18:24:56.575Z[ recovery-image] Aug 20 18:24:55.425 INFO O| Aug 20 18:24:55.425 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90482026-08-20T18:24:56.583Z[ recovery-image] Aug 20 18:24:55.437 INFO O| Aug 20 18:24:55.437 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90492026-08-20T18:24:56.583Z[ recovery-image] Aug 20 18:24:55.437 INFO O| Aug 20 18:24:55.437 INFO copying /tmp/.tmprb053a/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 ...
90502026-08-20T18:24:56.583Z[ recovery-image] Aug 20 18:24:55.437 INFO O| Aug 20 18:24:55.437 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
90512026-08-20T18:24:56.583Z[ recovery-image] Aug 20 18:24:55.437 INFO O| Aug 20 18:24:55.437 INFO ok!
90522026-08-20T18:24:56.583Z[ recovery-image] Aug 20 18:24:55.437 INFO O| Aug 20 18:24:55.437 INFO STEP 58 (ensure_file) COMPLETE
90532026-08-20T18:24:56.586Z[ recovery-image] Aug 20 18:24:55.437 INFO O| Aug 20 18:24:55.437 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90542026-08-20T18:24:56.594Z[ recovery-image] Aug 20 18:24:55.449 INFO O| Aug 20 18:24:55.449 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90552026-08-20T18:24:56.594Z[ recovery-image] Aug 20 18:24:55.449 INFO O| Aug 20 18:24:55.449 INFO copying /tmp/.tmprb053a/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 ...
90562026-08-20T18:24:56.598Z[ recovery-image] Aug 20 18:24:55.449 INFO O| Aug 20 18:24:55.449 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
90572026-08-20T18:24:56.598Z[ recovery-image] Aug 20 18:24:55.449 INFO O| Aug 20 18:24:55.449 INFO ok!
90582026-08-20T18:24:56.598Z[ recovery-image] Aug 20 18:24:55.449 INFO O| Aug 20 18:24:55.449 INFO STEP 59 (ensure_file) COMPLETE
90592026-08-20T18:24:56.598Z[ recovery-image] Aug 20 18:24:55.449 INFO O| Aug 20 18:24:55.449 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90602026-08-20T18:24:56.606Z[ recovery-image] Aug 20 18:24:55.459 INFO O| Aug 20 18:24:55.459 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90612026-08-20T18:24:56.606Z[ recovery-image] Aug 20 18:24:55.459 INFO O| Aug 20 18:24:55.459 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90622026-08-20T18:24:56.609Z[ recovery-image] Aug 20 18:24:55.459 INFO O| Aug 20 18:24:55.459 INFO STEP 60 (ensure_dir) COMPLETE
90632026-08-20T18:24:56.609Z[ recovery-image] Aug 20 18:24:55.459 INFO O| Aug 20 18:24:55.459 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90642026-08-20T18:24:56.617Z[ recovery-image] Aug 20 18:24:55.471 INFO O| Aug 20 18:24:55.471 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90652026-08-20T18:24:56.617Z[ recovery-image] Aug 20 18:24:55.471 INFO O| Aug 20 18:24:55.471 INFO copying /tmp/.tmprb053a/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 ...
90662026-08-20T18:24:56.620Z[ recovery-image] Aug 20 18:24:55.471 INFO O| Aug 20 18:24:55.471 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90672026-08-20T18:24:56.620Z[ recovery-image] Aug 20 18:24:55.471 INFO O| Aug 20 18:24:55.471 INFO ok!
90682026-08-20T18:24:56.620Z[ recovery-image] Aug 20 18:24:55.471 INFO O| Aug 20 18:24:55.471 INFO STEP 61 (ensure_file) COMPLETE
90692026-08-20T18:24:56.620Z[ recovery-image] Aug 20 18:24:55.471 INFO O| Aug 20 18:24:55.471 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90702026-08-20T18:24:56.627Z[ recovery-image] Aug 20 18:24:55.482 INFO O| Aug 20 18:24:55.482 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90712026-08-20T18:24:56.627Z[ recovery-image] Aug 20 18:24:55.482 INFO O| Aug 20 18:24:55.482 INFO copying /tmp/.tmprb053a/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 ...
90722026-08-20T18:24:56.631Z[ recovery-image] Aug 20 18:24:55.482 INFO O| Aug 20 18:24:55.482 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
90732026-08-20T18:24:56.631Z[ recovery-image] Aug 20 18:24:55.482 INFO O| Aug 20 18:24:55.482 INFO ok!
90742026-08-20T18:24:56.631Z[ recovery-image] Aug 20 18:24:55.482 INFO O| Aug 20 18:24:55.482 INFO STEP 62 (ensure_file) COMPLETE
90752026-08-20T18:24:56.631Z[ recovery-image] Aug 20 18:24:55.482 INFO O| Aug 20 18:24:55.482 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90762026-08-20T18:24:56.638Z[ recovery-image] Aug 20 18:24:55.493 INFO O| Aug 20 18:24:55.493 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90772026-08-20T18:24:56.638Z[ recovery-image] Aug 20 18:24:55.493 INFO O| Aug 20 18:24:55.493 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90782026-08-20T18:24:56.642Z[ recovery-image] Aug 20 18:24:55.493 INFO O| Aug 20 18:24:55.493 INFO STEP 63 (ensure_dir) COMPLETE
90792026-08-20T18:24:56.642Z[ recovery-image] Aug 20 18:24:55.493 INFO O| Aug 20 18:24:55.493 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90802026-08-20T18:24:56.648Z[ recovery-image] Aug 20 18:24:55.502 INFO O| Aug 20 18:24:55.502 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90812026-08-20T18:24:56.648Z[ recovery-image] Aug 20 18:24:55.503 INFO O| Aug 20 18:24:55.502 INFO copying /tmp/.tmprb053a/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 ...
90822026-08-20T18:24:56.648Z[ recovery-image] Aug 20 18:24:55.503 INFO O| Aug 20 18:24:55.503 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90832026-08-20T18:24:56.652Z[ recovery-image] Aug 20 18:24:55.503 INFO O| Aug 20 18:24:55.503 INFO ok!
90842026-08-20T18:24:56.655Z[ recovery-image] Aug 20 18:24:55.503 INFO O| Aug 20 18:24:55.503 INFO STEP 64 (ensure_file) COMPLETE
90852026-08-20T18:24:56.655Z[ recovery-image] Aug 20 18:24:55.503 INFO O| Aug 20 18:24:55.503 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90862026-08-20T18:24:56.658Z[ recovery-image] Aug 20 18:24:55.512 INFO O| Aug 20 18:24:55.512 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90872026-08-20T18:24:56.658Z[ recovery-image] Aug 20 18:24:55.512 INFO O| Aug 20 18:24:55.512 INFO copying /tmp/.tmprb053a/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90882026-08-20T18:24:56.658Z[ recovery-image] Aug 20 18:24:55.512 INFO O| Aug 20 18:24:55.512 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90892026-08-20T18:24:56.658Z[ recovery-image] Aug 20 18:24:55.512 INFO O| Aug 20 18:24:55.512 INFO ok!
90902026-08-20T18:24:56.658Z[ recovery-image] Aug 20 18:24:55.512 INFO O| Aug 20 18:24:55.512 INFO STEP 65 (ensure_file) COMPLETE
90912026-08-20T18:24:56.658Z[ recovery-image] Aug 20 18:24:55.512 INFO O| Aug 20 18:24:55.512 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90922026-08-20T18:24:56.667Z[ recovery-image] Aug 20 18:24:55.522 INFO O| Aug 20 18:24:55.522 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
90932026-08-20T18:24:56.667Z[ recovery-image] Aug 20 18:24:55.522 INFO O| Aug 20 18:24:55.522 INFO STEP 66 (ensure_dir) COMPLETE
90942026-08-20T18:24:56.671Z[ recovery-image] Aug 20 18:24:55.522 INFO O| Aug 20 18:24:55.522 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90952026-08-20T18:24:56.677Z[ recovery-image] Aug 20 18:24:55.531 INFO O| Aug 20 18:24:55.531 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
90962026-08-20T18:24:56.677Z[ recovery-image] Aug 20 18:24:55.531 INFO O| Aug 20 18:24:55.531 INFO STEP 67 (ensure_dir) COMPLETE
90972026-08-20T18:24:56.681Z[ recovery-image] Aug 20 18:24:55.531 INFO O| Aug 20 18:24:55.531 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90982026-08-20T18:24:56.686Z[ recovery-image] Aug 20 18:24:55.541 INFO O| Aug 20 18:24:55.540 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
90992026-08-20T18:24:56.686Z[ recovery-image] Aug 20 18:24:55.541 INFO O| Aug 20 18:24:55.541 INFO STEP 68 (ensure_dir) COMPLETE
91002026-08-20T18:24:56.686Z[ recovery-image] Aug 20 18:24:55.541 INFO O| Aug 20 18:24:55.541 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91012026-08-20T18:24:56.695Z[ recovery-image] Aug 20 18:24:55.549 INFO O| Aug 20 18:24:55.549 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91022026-08-20T18:24:56.697Z[ recovery-image] Aug 20 18:24:55.549 INFO O| Aug 20 18:24:55.549 INFO STEP 69 (ensure_dir) COMPLETE
91032026-08-20T18:24:56.697Z[ recovery-image] Aug 20 18:24:55.549 INFO O| Aug 20 18:24:55.549 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91042026-08-20T18:24:56.705Z[ recovery-image] Aug 20 18:24:55.560 INFO O| Aug 20 18:24:55.560 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91052026-08-20T18:24:56.705Z[ recovery-image] Aug 20 18:24:55.560 INFO O| Aug 20 18:24:55.560 INFO copying /tmp/.tmprb053a/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91062026-08-20T18:24:56.705Z[ recovery-image] Aug 20 18:24:55.560 INFO O| Aug 20 18:24:55.560 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91072026-08-20T18:24:56.709Z[ recovery-image] Aug 20 18:24:55.560 INFO O| Aug 20 18:24:55.560 INFO ok!
91082026-08-20T18:24:56.709Z[ recovery-image] Aug 20 18:24:55.560 INFO O| Aug 20 18:24:55.560 INFO STEP 70 (ensure_file) COMPLETE
91092026-08-20T18:24:56.709Z[ recovery-image] Aug 20 18:24:55.560 INFO O| Aug 20 18:24:55.560 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91102026-08-20T18:24:56.716Z[ recovery-image] Aug 20 18:24:55.571 INFO O| Aug 20 18:24:55.571 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91112026-08-20T18:24:56.717Z[ recovery-image] Aug 20 18:24:55.571 INFO O| Aug 20 18:24:55.571 INFO STEP 71 (remove_files) COMPLETE
91122026-08-20T18:24:56.717Z[ recovery-image] Aug 20 18:24:55.571 INFO O| Aug 20 18:24:55.571 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91132026-08-20T18:24:56.727Z[ recovery-image] Aug 20 18:24:55.581 INFO O| Aug 20 18:24:55.581 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91142026-08-20T18:24:56.727Z[ recovery-image] Aug 20 18:24:55.581 INFO O| Aug 20 18:24:55.581 INFO STEP 72 (remove_files) COMPLETE
91152026-08-20T18:24:56.730Z[ recovery-image] Aug 20 18:24:55.581 INFO O| Aug 20 18:24:55.581 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91162026-08-20T18:24:56.736Z[ recovery-image] Aug 20 18:24:55.591 INFO O| Aug 20 18:24:55.590 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91172026-08-20T18:24:56.736Z[ recovery-image] Aug 20 18:24:55.591 INFO O| Aug 20 18:24:55.591 INFO STEP 73 (remove_files) COMPLETE
91182026-08-20T18:24:56.736Z[ recovery-image] Aug 20 18:24:55.591 INFO O| Aug 20 18:24:55.591 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91192026-08-20T18:24:56.745Z[ recovery-image] Aug 20 18:24:55.600 INFO O| Aug 20 18:24:55.600 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91202026-08-20T18:24:56.745Z[ recovery-image] Aug 20 18:24:55.600 INFO O| Aug 20 18:24:55.600 INFO STEP 74 (remove_files) COMPLETE
91212026-08-20T18:24:56.749Z[ recovery-image] Aug 20 18:24:55.600 INFO O| Aug 20 18:24:55.600 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91222026-08-20T18:24:56.755Z[ recovery-image] Aug 20 18:24:55.609 INFO O| Aug 20 18:24:55.609 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91232026-08-20T18:24:56.755Z[ recovery-image] Aug 20 18:24:55.609 INFO O| Aug 20 18:24:55.609 INFO STEP 75 (remove_files) COMPLETE
91242026-08-20T18:24:56.755Z[ recovery-image] Aug 20 18:24:55.609 INFO O| Aug 20 18:24:55.609 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91252026-08-20T18:24:56.763Z[ recovery-image] Aug 20 18:24:55.618 INFO O| Aug 20 18:24:55.618 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91262026-08-20T18:24:56.763Z[ recovery-image] Aug 20 18:24:55.618 INFO O| Aug 20 18:24:55.618 INFO STEP 76 (remove_files) COMPLETE
91272026-08-20T18:24:56.767Z[ recovery-image] Aug 20 18:24:55.618 INFO O| Aug 20 18:24:55.618 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91282026-08-20T18:24:56.788Z[ recovery-image] Aug 20 18:24:55.642 INFO O| Aug 20 18:24:55.642 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91292026-08-20T18:24:56.788Z[ recovery-image] Aug 20 18:24:55.642 INFO O| Aug 20 18:24:55.642 INFO STEP 77 (remove_files) COMPLETE
91302026-08-20T18:24:56.788Z[ recovery-image] Aug 20 18:24:55.642 INFO O| Aug 20 18:24:55.642 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91312026-08-20T18:24:56.798Z[ recovery-image] Aug 20 18:24:55.652 INFO O| Aug 20 18:24:55.652 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91322026-08-20T18:24:56.798Z[ recovery-image] Aug 20 18:24:55.652 INFO O| Aug 20 18:24:55.652 INFO STEP 78 (remove_files) COMPLETE
91332026-08-20T18:24:56.802Z[ recovery-image] Aug 20 18:24:55.652 INFO O| Aug 20 18:24:55.652 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91342026-08-20T18:24:56.809Z[ recovery-image] Aug 20 18:24:55.663 INFO O| Aug 20 18:24:55.663 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91352026-08-20T18:24:56.809Z[ recovery-image] Aug 20 18:24:55.664 INFO O| Aug 20 18:24:55.664 INFO STEP 79 (remove_files) COMPLETE
91362026-08-20T18:24:56.809Z[ recovery-image] Aug 20 18:24:55.664 INFO O| Aug 20 18:24:55.664 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91372026-08-20T18:24:56.820Z[ recovery-image] Aug 20 18:24:55.675 INFO O| Aug 20 18:24:55.675 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91382026-08-20T18:24:56.820Z[ recovery-image] Aug 20 18:24:55.675 INFO O| Aug 20 18:24:55.675 INFO STEP 80 (remove_files) COMPLETE
91392026-08-20T18:24:56.821Z[ recovery-image] Aug 20 18:24:55.675 INFO O| Aug 20 18:24:55.675 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91402026-08-20T18:24:56.831Z[ recovery-image] Aug 20 18:24:55.685 INFO O| Aug 20 18:24:55.685 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91412026-08-20T18:24:56.831Z[ recovery-image] Aug 20 18:24:55.686 INFO O| Aug 20 18:24:55.686 INFO STEP 81 (remove_files) COMPLETE
91422026-08-20T18:24:56.831Z[ recovery-image] Aug 20 18:24:55.686 INFO O| Aug 20 18:24:55.686 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91432026-08-20T18:24:56.841Z[ recovery-image] Aug 20 18:24:55.696 INFO O| Aug 20 18:24:55.695 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91442026-08-20T18:24:56.841Z[ recovery-image] Aug 20 18:24:55.696 INFO O| Aug 20 18:24:55.696 INFO STEP 82 (remove_files) COMPLETE
91452026-08-20T18:24:56.841Z[ recovery-image] Aug 20 18:24:55.696 INFO O| Aug 20 18:24:55.696 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91462026-08-20T18:24:56.851Z[ recovery-image] Aug 20 18:24:55.706 INFO O| Aug 20 18:24:55.705 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91472026-08-20T18:24:56.851Z[ recovery-image] Aug 20 18:24:55.706 INFO O| Aug 20 18:24:55.706 INFO STEP 83 (remove_files) COMPLETE
91482026-08-20T18:24:56.851Z[ recovery-image] Aug 20 18:24:55.706 INFO O| Aug 20 18:24:55.706 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91492026-08-20T18:24:56.861Z[ recovery-image] Aug 20 18:24:55.715 INFO O| Aug 20 18:24:55.715 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91502026-08-20T18:24:56.861Z[ recovery-image] Aug 20 18:24:55.716 INFO O| Aug 20 18:24:55.716 INFO STEP 84 (remove_files) COMPLETE
91512026-08-20T18:24:56.861Z[ recovery-image] Aug 20 18:24:55.716 INFO O| Aug 20 18:24:55.716 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91522026-08-20T18:24:56.872Z[ recovery-image] Aug 20 18:24:55.726 INFO O| Aug 20 18:24:55.726 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91532026-08-20T18:24:56.872Z[ recovery-image] Aug 20 18:24:55.726 INFO O| Aug 20 18:24:55.726 INFO STEP 85 (remove_files) COMPLETE
91542026-08-20T18:24:56.875Z[ recovery-image] Aug 20 18:24:55.726 INFO O| Aug 20 18:24:55.726 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91552026-08-20T18:24:56.882Z[ recovery-image] Aug 20 18:24:55.736 INFO O| Aug 20 18:24:55.736 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91562026-08-20T18:24:56.886Z[ recovery-image] Aug 20 18:24:55.737 INFO O| Aug 20 18:24:55.736 INFO STEP 86 (remove_files) COMPLETE
91572026-08-20T18:24:56.886Z[ recovery-image] Aug 20 18:24:55.737 INFO O| Aug 20 18:24:55.736 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91582026-08-20T18:24:56.893Z[ recovery-image] Aug 20 18:24:55.747 INFO O| Aug 20 18:24:55.747 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91592026-08-20T18:24:56.893Z[ recovery-image] Aug 20 18:24:55.747 INFO O| Aug 20 18:24:55.747 INFO STEP 87 (remove_files) COMPLETE
91602026-08-20T18:24:56.893Z[ recovery-image] Aug 20 18:24:55.747 INFO O| Aug 20 18:24:55.747 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91612026-08-20T18:24:56.903Z[ recovery-image] Aug 20 18:24:55.757 INFO O| Aug 20 18:24:55.757 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91622026-08-20T18:24:56.903Z[ recovery-image] Aug 20 18:24:55.757 INFO O| Aug 20 18:24:55.757 INFO STEP 88 (remove_files) COMPLETE
91632026-08-20T18:24:56.906Z[ recovery-image] Aug 20 18:24:55.757 INFO O| Aug 20 18:24:55.757 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91642026-08-20T18:24:56.911Z[ recovery-image] Aug 20 18:24:55.766 INFO O| Aug 20 18:24:55.766 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91652026-08-20T18:24:56.911Z[ recovery-image] Aug 20 18:24:55.766 INFO O| Aug 20 18:24:55.766 INFO STEP 89 (remove_files) COMPLETE
91662026-08-20T18:24:56.911Z[ recovery-image] Aug 20 18:24:55.766 INFO O| Aug 20 18:24:55.766 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91672026-08-20T18:24:56.920Z[ recovery-image] Aug 20 18:24:55.775 INFO O| Aug 20 18:24:55.775 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91682026-08-20T18:24:56.920Z[ recovery-image] Aug 20 18:24:55.775 INFO O| Aug 20 18:24:55.775 INFO STEP 90 (remove_files) COMPLETE
91692026-08-20T18:24:56.920Z[ recovery-image] Aug 20 18:24:55.775 INFO O| Aug 20 18:24:55.775 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91702026-08-20T18:24:56.932Z[ recovery-image] Aug 20 18:24:55.786 INFO O| Aug 20 18:24:55.786 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91712026-08-20T18:24:56.932Z[ recovery-image] Aug 20 18:24:55.786 INFO O| Aug 20 18:24:55.786 INFO STEP 91 (remove_files) COMPLETE
91722026-08-20T18:24:56.932Z[ recovery-image] Aug 20 18:24:55.786 INFO O| Aug 20 18:24:55.786 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91732026-08-20T18:24:56.943Z[ recovery-image] Aug 20 18:24:55.797 INFO O| Aug 20 18:24:55.797 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91742026-08-20T18:24:56.943Z[ recovery-image] Aug 20 18:24:55.797 INFO O| Aug 20 18:24:55.797 INFO STEP 92 (remove_files) COMPLETE
91752026-08-20T18:24:56.946Z[ recovery-image] Aug 20 18:24:55.797 INFO O| Aug 20 18:24:55.797 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91762026-08-20T18:24:56.953Z[ recovery-image] Aug 20 18:24:55.808 INFO O| Aug 20 18:24:55.807 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91772026-08-20T18:24:56.953Z[ recovery-image] Aug 20 18:24:55.808 INFO O| Aug 20 18:24:55.808 INFO STEP 93 (remove_files) COMPLETE
91782026-08-20T18:24:56.953Z[ recovery-image] Aug 20 18:24:55.808 INFO O| Aug 20 18:24:55.808 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91792026-08-20T18:24:56.963Z[ recovery-image] Aug 20 18:24:55.817 INFO O| Aug 20 18:24:55.817 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91802026-08-20T18:24:56.963Z[ recovery-image] Aug 20 18:24:55.817 INFO O| Aug 20 18:24:55.817 INFO STEP 94 (remove_files) COMPLETE
91812026-08-20T18:24:56.963Z[ recovery-image] Aug 20 18:24:55.818 INFO O| Aug 20 18:24:55.817 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91822026-08-20T18:24:56.973Z[ recovery-image] Aug 20 18:24:55.827 INFO O| Aug 20 18:24:55.827 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91832026-08-20T18:24:56.973Z[ recovery-image] Aug 20 18:24:55.827 INFO O| Aug 20 18:24:55.827 INFO STEP 95 (remove_files) COMPLETE
91842026-08-20T18:24:56.973Z[ recovery-image] Aug 20 18:24:55.827 INFO O| Aug 20 18:24:55.827 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91852026-08-20T18:24:56.984Z[ recovery-image] Aug 20 18:24:55.838 INFO O| Aug 20 18:24:55.838 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91862026-08-20T18:24:56.984Z[ recovery-image] Aug 20 18:24:55.838 INFO O| Aug 20 18:24:55.838 INFO STEP 96 (remove_files) COMPLETE
91872026-08-20T18:24:56.984Z[ recovery-image] Aug 20 18:24:55.838 INFO O| Aug 20 18:24:55.838 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91882026-08-20T18:24:56.996Z[ recovery-image] Aug 20 18:24:55.848 INFO O| Aug 20 18:24:55.848 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91892026-08-20T18:24:56.996Z[ recovery-image] Aug 20 18:24:55.848 INFO O| Aug 20 18:24:55.848 INFO STEP 97 (remove_files) COMPLETE
91902026-08-20T18:24:56.997Z[ recovery-image] Aug 20 18:24:55.848 INFO O| Aug 20 18:24:55.848 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91912026-08-20T18:24:57.006Z[ recovery-image] Aug 20 18:24:55.860 INFO O| Aug 20 18:24:55.860 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
91922026-08-20T18:24:57.009Z[ recovery-image] Aug 20 18:24:55.860 INFO O| Aug 20 18:24:55.860 INFO STEP 98 (remove_files) COMPLETE
91932026-08-20T18:24:57.009Z[ recovery-image] Aug 20 18:24:55.860 INFO O| Aug 20 18:24:55.860 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91942026-08-20T18:24:57.015Z[ recovery-image] Aug 20 18:24:55.870 INFO O| Aug 20 18:24:55.870 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
91952026-08-20T18:24:57.019Z[ recovery-image] Aug 20 18:24:55.870 INFO O| Aug 20 18:24:55.870 INFO STEP 99 (remove_files) COMPLETE
91962026-08-20T18:24:57.019Z[ recovery-image] Aug 20 18:24:55.870 INFO O| Aug 20 18:24:55.870 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
91972026-08-20T18:24:57.028Z[ recovery-image] Aug 20 18:24:55.882 INFO O| Aug 20 18:24:55.882 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
91982026-08-20T18:24:57.028Z[ recovery-image] Aug 20 18:24:55.882 INFO O| Aug 20 18:24:55.882 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
91992026-08-20T18:25:01.400Z[ recovery-image] Aug 20 18:25:00.255 INFO O| Aug 20 18:25:00.254 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
92002026-08-20T18:25:01.400Z[ recovery-image] Aug 20 18:25:00.255 INFO O| Aug 20 18:25:00.254 INFO E| svccfg: Loaded 69 smf(7) service descriptions
92012026-08-20T18:25:01.414Z[ recovery-image] Aug 20 18:25:00.268 INFO O| Aug 20 18:25:00.268 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92022026-08-20T18:25:01.530Z[ recovery-image] Aug 20 18:25:00.384 INFO O| Aug 20 18:25:00.384 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
92032026-08-20T18:25:01.590Z[ recovery-image] Aug 20 18:25:00.443 INFO O| Aug 20 18:25:00.443 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92042026-08-20T18:25:01.666Z[ recovery-image] Aug 20 18:25:00.520 INFO O| Aug 20 18:25:00.519 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92052026-08-20T18:25:01.666Z[ recovery-image] Aug 20 18:25:00.520 INFO O| Aug 20 18:25:00.520 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 ...
92062026-08-20T18:25:01.669Z[ recovery-image] Aug 20 18:25:00.522 INFO O| Aug 20 18:25:00.522 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92072026-08-20T18:25:01.669Z[ recovery-image] Aug 20 18:25:00.522 INFO O| Aug 20 18:25:00.522 INFO ok!
92082026-08-20T18:25:01.669Z[ recovery-image] Aug 20 18:25:00.522 INFO O| Aug 20 18:25:00.522 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92092026-08-20T18:25:01.669Z[ recovery-image] Aug 20 18:25:00.522 INFO O| Aug 20 18:25:00.522 INFO STEP 100 (seed_smf) COMPLETE
92102026-08-20T18:25:01.672Z[ recovery-image] Aug 20 18:25:00.522 INFO O| Aug 20 18:25:00.522 INFO steps complete; finalising image!
92112026-08-20T18:25:01.672Z[ recovery-image] Aug 20 18:25:00.522 INFO O| Aug 20 18:25:00.522 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92122026-08-20T18:25:01.736Z[ recovery-image] Aug 20 18:25:00.590 INFO O| Aug 20 18:25:00.590 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Thu Aug 20 18:25:00 2026)
92132026-08-20T18:25:01.961Z[ recovery-image] Aug 20 18:25:00.815 INFO O| Aug 20 18:25:00.815 INFO trim TEMPORARY-sled-zfs-recovery: (82% trimmed, started at Thu Aug 20 18:25:00 2026)
92142026-08-20T18:25:02.167Z[ recovery-image] Aug 20 18:25:01.021 INFO O| Aug 20 18:25:01.021 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 20 18:25:00 2026)
92152026-08-20T18:25:02.373Z[ recovery-image] Aug 20 18:25:01.227 INFO O| Aug 20 18:25:01.227 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 20 18:25:00 2026)
92162026-08-20T18:25:02.580Z[ recovery-image] Aug 20 18:25:01.434 INFO O| Aug 20 18:25:01.434 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 20 18:25:00 2026)
92172026-08-20T18:25:02.787Z[ recovery-image] Aug 20 18:25:01.641 INFO O| Aug 20 18:25:01.641 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 20 18:25:00 2026)
92182026-08-20T18:25:02.803Z[ host-image] Aug 20 18:25:01.657 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24193:20260819T212218Z
92192026-08-20T18:25:02.803Z[ host-image] Aug 20 18:25:01.657 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24193:20260819T212218Z
92202026-08-20T18:25:02.806Z[ host-image] Aug 20 18:25:01.657 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92212026-08-20T18:25:02.806Z[ host-image] Aug 20 18:25:01.657 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92222026-08-20T18:25:02.806Z[ host-image] Aug 20 18:25:01.657 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92232026-08-20T18:25:02.806Z[ host-image] Aug 20 18:25:01.657 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92242026-08-20T18:25:02.806Z[ host-image] Aug 20 18:25:01.657 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92252026-08-20T18:25:02.806Z[ host-image] Aug 20 18:25:01.657 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92262026-08-20T18:25:02.806Z[ host-image] Aug 20 18:25:01.658 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260820T181054Z
92272026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.658 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92282026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.658 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92292026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.658 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24193:20260819T212219Z
92302026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.658 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24193:20260819T212219Z
92312026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.659 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24193:20260819T212219Z
92322026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.659 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24193:20260819T212219Z
92332026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.659 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92342026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.659 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24193:20260819T212219Z
92352026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.659 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24193:20260819T212219Z
92362026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.659 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24193:20260819T212219Z
92372026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.659 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24193:20260819T212219Z
92382026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.659 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24193:20260819T212220Z
92392026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.659 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24193:20260819T212220Z
92402026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.659 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24193:20260819T212220Z
92412026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.659 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24193:20260819T212220Z
92422026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.659 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24193:20260819T212220Z
92432026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.660 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24193:20260819T212221Z
92442026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.660 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24193:20260819T212221Z
92452026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.660 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24193:20260819T212221Z
92462026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.660 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24193:20260819T212221Z
92472026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.660 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24193:20260819T212222Z
92482026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.660 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24193:20260819T212222Z
92492026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.660 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
92502026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.660 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24193:20260819T212223Z
92512026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.660 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24193:20260819T212224Z
92522026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.660 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24193:20260819T212224Z
92532026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.660 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24193:20260819T212224Z
92542026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.660 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24193:20260819T212224Z
92552026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.660 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24193:20260819T212225Z
92562026-08-20T18:25:02.807Z[ host-image] Aug 20 18:25:01.660 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24193:20260819T212225Z
92572026-08-20T18:25:02.811Z[ host-image] Aug 20 18:25:01.663 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92582026-08-20T18:25:02.811Z[ host-image] Aug 20 18:25:01.663 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24193:20260819T212225Z
92592026-08-20T18:25:02.811Z[ host-image] Aug 20 18:25:01.663 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92602026-08-20T18:25:02.811Z[ host-image] Aug 20 18:25:01.663 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92612026-08-20T18:25:02.811Z[ host-image] Aug 20 18:25:01.663 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92622026-08-20T18:25:02.811Z[ host-image] Aug 20 18:25:01.664 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92632026-08-20T18:25:02.811Z[ host-image] Aug 20 18:25:01.664 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24193:20260819T212225Z
92642026-08-20T18:25:02.811Z[ host-image] Aug 20 18:25:01.664 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92652026-08-20T18:25:02.811Z[ host-image] Aug 20 18:25:01.664 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92662026-08-20T18:25:02.811Z[ host-image] Aug 20 18:25:01.664 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92672026-08-20T18:25:02.811Z[ host-image] Aug 20 18:25:01.664 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92682026-08-20T18:25:02.815Z[ host-image] Aug 20 18:25:01.667 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92692026-08-20T18:25:02.815Z[ host-image] Aug 20 18:25:01.667 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92702026-08-20T18:25:02.815Z[ host-image] Aug 20 18:25:01.668 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
92712026-08-20T18:25:02.815Z[ host-image] Aug 20 18:25:01.668 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
92722026-08-20T18:25:02.815Z[ host-image] Aug 20 18:25:01.668 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
92732026-08-20T18:25:02.815Z[ host-image] Aug 20 18:25:01.668 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
92742026-08-20T18:25:02.826Z[ host-image] Aug 20 18:25:01.680 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
92752026-08-20T18:25:02.826Z[ host-image] Aug 20 18:25:01.680 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
92762026-08-20T18:25:02.830Z[ host-image] Aug 20 18:25:01.680 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
92772026-08-20T18:25:02.830Z[ host-image] Aug 20 18:25:01.681 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24193:20260819T212226Z
92782026-08-20T18:25:02.830Z[ host-image] Aug 20 18:25:01.681 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24193:20260819T212229Z
92792026-08-20T18:25:02.830Z[ host-image] Aug 20 18:25:01.681 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
92802026-08-20T18:25:02.830Z[ host-image] Aug 20 18:25:01.681 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24193:20260819T212229Z
92812026-08-20T18:25:02.830Z[ host-image] Aug 20 18:25:01.681 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
92822026-08-20T18:25:02.830Z[ host-image] Aug 20 18:25:01.681 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
92832026-08-20T18:25:02.830Z[ host-image] Aug 20 18:25:01.681 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
92842026-08-20T18:25:02.830Z[ host-image] Aug 20 18:25:01.681 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
92852026-08-20T18:25:02.830Z[ host-image] Aug 20 18:25:01.681 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24193:20260819T212229Z
92862026-08-20T18:25:02.830Z[ host-image] Aug 20 18:25:01.681 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
92872026-08-20T18:25:02.830Z[ host-image] Aug 20 18:25:01.682 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
92882026-08-20T18:25:02.830Z[ host-image] Aug 20 18:25:01.682 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
92892026-08-20T18:25:02.830Z[ host-image] Aug 20 18:25:01.682 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
92902026-08-20T18:25:02.830Z[ host-image] Aug 20 18:25:01.682 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24193:20260819T212229Z
92912026-08-20T18:25:02.830Z[ host-image] Aug 20 18:25:01.682 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
92922026-08-20T18:25:02.834Z[ host-image] Aug 20 18:25:01.686 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
92932026-08-20T18:25:02.834Z[ host-image] Aug 20 18:25:01.686 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24193:20260819T212229Z
92942026-08-20T18:25:02.834Z[ host-image] Aug 20 18:25:01.687 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24193:20260819T212229Z
92952026-08-20T18:25:02.834Z[ host-image] Aug 20 18:25:01.687 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24193:20260819T212229Z
92962026-08-20T18:25:02.834Z[ host-image] Aug 20 18:25:01.687 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
92972026-08-20T18:25:02.834Z[ host-image] Aug 20 18:25:01.687 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24193:20260819T212230Z
92982026-08-20T18:25:02.834Z[ host-image] Aug 20 18:25:01.687 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24193:20260819T212230Z
92992026-08-20T18:25:02.834Z[ host-image] Aug 20 18:25:01.687 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24193:20260819T212230Z
93002026-08-20T18:25:02.834Z[ host-image] Aug 20 18:25:01.687 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24193:20260819T212230Z
93012026-08-20T18:25:02.839Z[ host-image] Aug 20 18:25:01.688 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93022026-08-20T18:25:02.839Z[ host-image] Aug 20 18:25:01.689 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24193:20260819T212230Z
93032026-08-20T18:25:02.839Z[ host-image] Aug 20 18:25:01.689 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24193:20260819T212231Z
93042026-08-20T18:25:02.839Z[ host-image] Aug 20 18:25:01.689 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93052026-08-20T18:25:02.839Z[ host-image] Aug 20 18:25:01.689 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24193:20260819T212231Z
93062026-08-20T18:25:02.839Z[ host-image] Aug 20 18:25:01.689 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24193:20260819T212231Z
93072026-08-20T18:25:02.839Z[ host-image] Aug 20 18:25:01.689 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24193:20260819T212231Z
93082026-08-20T18:25:02.839Z[ host-image] Aug 20 18:25:01.689 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24193:20260819T212231Z
93092026-08-20T18:25:02.839Z[ host-image] Aug 20 18:25:01.691 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24193:20260819T212231Z
93102026-08-20T18:25:02.839Z[ host-image] Aug 20 18:25:01.691 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93112026-08-20T18:25:02.839Z[ host-image] Aug 20 18:25:01.692 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24193:20260819T212231Z
93122026-08-20T18:25:02.839Z[ host-image] Aug 20 18:25:01.692 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24193:20260819T212231Z
93132026-08-20T18:25:02.839Z[ host-image] Aug 20 18:25:01.692 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24193:20260819T212231Z
93142026-08-20T18:25:02.839Z[ host-image] Aug 20 18:25:01.692 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24193:20260819T212231Z
93152026-08-20T18:25:02.839Z[ host-image] Aug 20 18:25:01.692 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24193:20260819T212232Z
93162026-08-20T18:25:02.839Z[ host-image] Aug 20 18:25:01.692 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24193:20260819T212232Z
93172026-08-20T18:25:02.839Z[ host-image] Aug 20 18:25:01.692 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24193:20260819T212232Z
93182026-08-20T18:25:02.839Z[ host-image] Aug 20 18:25:01.692 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24193:20260819T212232Z
93192026-08-20T18:25:02.843Z[ host-image] Aug 20 18:25:01.695 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24193:20260819T212233Z
93202026-08-20T18:25:02.843Z[ host-image] Aug 20 18:25:01.695 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24193:20260819T212232Z
93212026-08-20T18:25:02.843Z[ host-image] Aug 20 18:25:01.695 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24193:20260819T212232Z
93222026-08-20T18:25:02.843Z[ host-image] Aug 20 18:25:01.696 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24193:20260819T212232Z
93232026-08-20T18:25:02.843Z[ host-image] Aug 20 18:25:01.696 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24193:20260819T212233Z
93242026-08-20T18:25:02.847Z[ host-image] Aug 20 18:25:01.702 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24193:20260819T212234Z
93252026-08-20T18:25:02.847Z[ host-image] Aug 20 18:25:01.702 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24193:20260819T212233Z
93262026-08-20T18:25:02.851Z[ host-image] Aug 20 18:25:01.702 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24193:20260819T212233Z
93272026-08-20T18:25:02.851Z[ host-image] Aug 20 18:25:01.702 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93282026-08-20T18:25:02.851Z[ host-image] Aug 20 18:25:01.702 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93292026-08-20T18:25:02.856Z[ host-image] Aug 20 18:25:01.710 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24193:20260819T212233Z
93302026-08-20T18:25:02.856Z[ host-image] Aug 20 18:25:01.711 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93312026-08-20T18:25:02.859Z[ host-image] Aug 20 18:25:01.711 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24193:20260819T212233Z
93322026-08-20T18:25:02.859Z[ host-image] Aug 20 18:25:01.711 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24193:20260819T212233Z
93332026-08-20T18:25:02.859Z[ host-image] Aug 20 18:25:01.711 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24193:20260819T212233Z
93342026-08-20T18:25:02.859Z[ host-image] Aug 20 18:25:01.711 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93352026-08-20T18:25:02.859Z[ host-image] Aug 20 18:25:01.711 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93362026-08-20T18:25:02.859Z[ host-image] Aug 20 18:25:01.711 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24193:20260819T212234Z
93372026-08-20T18:25:02.860Z[ host-image] Aug 20 18:25:01.711 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24193:20260819T212234Z
93382026-08-20T18:25:02.860Z[ host-image] Aug 20 18:25:01.711 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24193:20260819T212234Z
93392026-08-20T18:25:02.860Z[ host-image] Aug 20 18:25:01.712 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24193:20260819T212234Z
93402026-08-20T18:25:02.860Z[ host-image] Aug 20 18:25:01.712 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24193:20260819T212234Z
93412026-08-20T18:25:02.860Z[ host-image] Aug 20 18:25:01.712 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24193:20260819T212234Z
93422026-08-20T18:25:02.860Z[ host-image] Aug 20 18:25:01.712 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93432026-08-20T18:25:02.860Z[ host-image] Aug 20 18:25:01.713 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24193:20260819T212234Z
93442026-08-20T18:25:02.860Z[ host-image] Aug 20 18:25:01.713 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24193:20260819T212234Z
93452026-08-20T18:25:02.860Z[ host-image] Aug 20 18:25:01.713 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24193:20260819T212234Z
93462026-08-20T18:25:02.860Z[ host-image] Aug 20 18:25:01.713 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24193:20260819T212235Z
93472026-08-20T18:25:02.860Z[ host-image] Aug 20 18:25:01.713 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24193:20260819T212235Z
93482026-08-20T18:25:02.860Z[ host-image] Aug 20 18:25:01.713 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24193:20260819T212235Z
93492026-08-20T18:25:02.860Z[ host-image] Aug 20 18:25:01.713 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93502026-08-20T18:25:02.860Z[ host-image] Aug 20 18:25:01.713 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93512026-08-20T18:25:02.860Z[ host-image] Aug 20 18:25:01.713 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24193:20260819T212236Z
93522026-08-20T18:25:02.860Z[ host-image] Aug 20 18:25:01.713 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24193:20260819T212236Z
93532026-08-20T18:25:02.860Z[ host-image] Aug 20 18:25:01.713 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93542026-08-20T18:25:02.860Z[ host-image] Aug 20 18:25:01.713 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93552026-08-20T18:25:02.860Z[ host-image] Aug 20 18:25:01.714 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93562026-08-20T18:25:02.860Z[ host-image] Aug 20 18:25:01.714 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93572026-08-20T18:25:02.860Z[ host-image] Aug 20 18:25:01.714 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93582026-08-20T18:25:02.860Z[ host-image] Aug 20 18:25:01.714 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93592026-08-20T18:25:02.911Z[ host-image] Aug 20 18:25:01.715 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93602026-08-20T18:25:02.911Z[ host-image] Aug 20 18:25:01.715 INFO O| tempdir @ "/tmp/.tmptz1Mdl/tmp"
93612026-08-20T18:25:02.911Z[ host-image] Aug 20 18:25:01.715 INFO O| image root @ "/tmp/.tmptz1Mdl/tmp/root"
93622026-08-20T18:25:02.911Z[ host-image] Aug 20 18:25:01.715 INFO O| creating image...
93632026-08-20T18:25:02.992Z[ recovery-image] Aug 20 18:25:01.846 INFO O| Aug 20 18:25:01.846 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Aug 20 18:25:00 2026)
93642026-08-20T18:25:04.912Z[ recovery-image] Aug 20 18:25:03.763 INFO O| Aug 20 18:25:03.763 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Thu Aug 20 18:25:00 2026)
93652026-08-20T18:25:05.049Z[verify-libraries] Compiling oso v0.27.3
93662026-08-20T18:25:05.130Z[ recovery-image] Aug 20 18:25:03.984 INFO O| Aug 20 18:25:03.984 INFO temporary pool has 496M used, 1.27G avail, 1.00x compressratio
93672026-08-20T18:25:05.134Z[ recovery-image] Aug 20 18:25:03.984 INFO O| Aug 20 18:25:03.984 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
93682026-08-20T18:25:06.695Z[ recovery-image] Aug 20 18:25:05.544 INFO O| Aug 20 18:25:05.544 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
93692026-08-20T18:25:06.695Z[ recovery-image] Aug 20 18:25:05.544 INFO O| Aug 20 18:25:05.544 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
93702026-08-20T18:25:06.778Z[ host-image] Aug 20 18:25:05.632 INFO O| copying publishers...
93712026-08-20T18:25:09.103Z[ recovery-image] Aug 20 18:25:07.957 INFO O| Aug 20 18:25:07.957 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93722026-08-20T18:25:09.103Z[ recovery-image] Aug 20 18:25:07.957 INFO O| Aug 20 18:25:07.957 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93732026-08-20T18:25:09.103Z[ recovery-image] Aug 20 18:25:07.957 INFO O| Aug 20 18:25:07.957 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
93742026-08-20T18:25:09.104Z[ recovery-image] Aug 20 18:25:07.957 INFO O| Aug 20 18:25:07.957 INFO completed processing sled/zfs-recovery
93752026-08-20T18:25:09.107Z[ recovery-image] Aug 20 18:25:07.957 INFO O| Aug 20 18:25:07.957 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
93762026-08-20T18:25:09.981Z[ recovery-image] Aug 20 18:25:08.835 INFO O| Aug 20 18:25:08.835 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
93772026-08-20T18:25:10.087Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
93782026-08-20T18:25:10.201Z[ recovery-image] Aug 20 18:25:09.054 INFO BUILD STRING "heads/stlouis-0-g328a187b5d\n"
93792026-08-20T18:25:10.205Z[ recovery-image] Aug 20 18:25:09.054 INFO expanded image name: "recovery 6a760c9/${os_short_commit} 2026-08-20 18:10" -> "recovery 6a760c9/328a187 2026-08-20 18:10"
93802026-08-20T18:25:10.205Z[ recovery-image] Aug 20 18:25:09.054 INFO output artefacts stored in: "/work/os-recovery"
93812026-08-20T18:25:10.209Z[ recovery-image] Aug 20 18:25:09.055 INFO collecting git info from project "chelsio-t6-roms"...
93822026-08-20T18:25:10.221Z[ recovery-image] Aug 20 18:25:09.074 INFO collecting git info from project "phbl"...
93832026-08-20T18:25:10.227Z[ recovery-image] Aug 20 18:25:09.081 INFO collecting git info from project "pinprick"...
93842026-08-20T18:25:10.234Z[ recovery-image] Aug 20 18:25:09.087 INFO collecting git info from project "amd-firmware"...
93852026-08-20T18:25:10.265Z[ host-image] Aug 20 18:25:09.119 INFO O| adding properties...
93862026-08-20T18:25:10.459Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
93872026-08-20T18:25:10.669Z[ recovery-image] Aug 20 18:25:09.523 INFO collecting git info from project "pilot"...
93882026-08-20T18:25:10.679Z[ recovery-image] Aug 20 18:25:09.533 INFO collecting git info from project "dmar-report"...
93892026-08-20T18:25:10.689Z[ recovery-image] Aug 20 18:25:09.543 INFO collecting git info from project "amd-host-image-builder"...
93902026-08-20T18:25:10.730Z[ recovery-image] Aug 20 18:25:09.584 INFO collecting git info from project "image-builder"...
93912026-08-20T18:25:10.738Z[ recovery-image] Aug 20 18:25:09.592 INFO collecting git info from project "bootserver"...
93922026-08-20T18:25:10.751Z[ recovery-image] Aug 20 18:25:09.598 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
93932026-08-20T18:25:11.298Z[ host-image] Aug 20 18:25:10.152 INFO O| installing packages...
93942026-08-20T18:25:11.424Z[ recovery-image] Aug 20 18:25:10.279 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
93952026-08-20T18:25:11.802Z[ recovery-image] Aug 20 18:25:10.657 INFO creating Oxide boot image...
93962026-08-20T18:25:11.803Z[ recovery-image] Aug 20 18:25:10.657 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 6a760c9/328a187 2026-08-20 18:10", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
93972026-08-20T18:25:17.419Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
93982026-08-20T18:25:21.449Z[ host-image] Aug 20 18:25:20.303 INFO O| seeding SMF database...
93992026-08-20T18:25:21.547Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
94002026-08-20T18:25:24.452Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94012026-08-20T18:25:24.487Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94022026-08-20T18:25:24.611Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94032026-08-20T18:25:24.678Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94042026-08-20T18:25:26.303Z[ host-image] Aug 20 18:25:25.156 INFO O| configuring SMF profile...
94052026-08-20T18:25:26.307Z[ host-image] Aug 20 18:25:25.156 INFO O| modifying shadow(5)...
94062026-08-20T18:25:26.307Z[ host-image] Aug 20 18:25:25.156 INFO O| loading user and group database...
94072026-08-20T18:25:26.307Z[ host-image] Aug 20 18:25:25.156 INFO O| loading facet selections...
94082026-08-20T18:25:26.738Z[ host-image] Aug 20 18:25:25.591 INFO O| devel -> true
94092026-08-20T18:25:26.738Z[ host-image] Aug 20 18:25:25.591 INFO O| doc.man -> true
94102026-08-20T18:25:26.738Z[ host-image] Aug 20 18:25:25.591 INFO O| version-lock.shell/ksh93 -> true
94112026-08-20T18:25:26.738Z[ host-image] Aug 20 18:25:25.591 INFO O| version-lock.system/data/hardware-registry -> true
94122026-08-20T18:25:26.738Z[ host-image] Aug 20 18:25:25.591 INFO O| version-lock.system/data/zoneinfo -> true
94132026-08-20T18:25:26.741Z[ host-image] Aug 20 18:25:25.591 INFO O| version-lock.system/microcode/amd -> true
94142026-08-20T18:25:26.741Z[ host-image] Aug 20 18:25:25.591 INFO O| version-lock.system/microcode/intel -> true
94152026-08-20T18:25:26.741Z[ host-image] Aug 20 18:25:25.591 INFO O| version-lock.system/microcode/oxide -> true
94162026-08-20T18:25:26.741Z[ host-image] Aug 20 18:25:25.591 INFO O| assessing packaged files...
94172026-08-20T18:25:28.754Z[ host-image] Aug 20 18:25:27.602 INFO O| creating archive...
94182026-08-20T18:25:28.770Z[ host-image] Aug 20 18:25:27.624 INFO O| missing from packaging:
94192026-08-20T18:25:28.770Z[ host-image] Aug 20 18:25:27.624 INFO O| "etc/.pwd.lock"
94202026-08-20T18:25:28.771Z[ host-image] Aug 20 18:25:27.624 INFO O| "etc/bash"
94212026-08-20T18:25:28.780Z[ host-image] Aug 20 18:25:27.628 INFO O| "etc/svc/profile/generic.xml"
94222026-08-20T18:25:28.780Z[ host-image] Aug 20 18:25:27.628 INFO O| "etc/svc/profile/inetd_services.xml"
94232026-08-20T18:25:28.780Z[ host-image] Aug 20 18:25:27.628 INFO O| "etc/svc/profile/name_service.xml"
94242026-08-20T18:25:28.780Z[ host-image] Aug 20 18:25:27.628 INFO O| "etc/svc/profile/platform.xml"
94252026-08-20T18:25:28.780Z[ host-image] Aug 20 18:25:27.628 INFO O| "etc/svc/profile/platform_omicron1.xml"
94262026-08-20T18:25:28.780Z[ host-image] Aug 20 18:25:27.628 INFO O| "etc/svc/repository.db"
94272026-08-20T18:25:28.800Z[ host-image] Aug 20 18:25:27.635 INFO O| "opt/ooce/share"
94282026-08-20T18:25:28.800Z[ host-image] Aug 20 18:25:27.635 INFO O| "opt/ooce/share/man"
94292026-08-20T18:25:28.800Z[ host-image] Aug 20 18:25:27.635 INFO O| "opt/ooce/share/man/man1"
94302026-08-20T18:25:28.800Z[ host-image] Aug 20 18:25:27.644 INFO O| finishing archive...
94312026-08-20T18:25:28.909Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94322026-08-20T18:25:29.882Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94332026-08-20T18:25:31.484Z[ host-image] Aug 20 18:25:30.335 INFO O| creating gzonly manifest...
94342026-08-20T18:25:31.686Z[ host-image] Aug 20 18:25:30.540 INFO O| ok
94352026-08-20T18:25:31.830Z[ host-image] Aug 20 18:25:30.683 INFO image builder template: ramdisk-02-trim...
94362026-08-20T18:25:31.830Z[ host-image] Aug 20 18:25:30.684 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/.tmprb053a/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
94372026-08-20T18:25:31.857Z[ host-image] Aug 20 18:25:30.708 INFO O| Aug 20 18:25:30.708 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94382026-08-20T18:25:31.860Z[ host-image] Aug 20 18:25:30.713 INFO O| Aug 20 18:25:30.713 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94392026-08-20T18:25:32.347Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94402026-08-20T18:25:35.020Z[ host-image] Aug 20 18:25:33.874 INFO O| Aug 20 18:25:33.874 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94412026-08-20T18:25:35.906Z[ host-image] Aug 20 18:25:34.760 INFO O| Aug 20 18:25:34.759 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94422026-08-20T18:25:35.906Z[ host-image] Aug 20 18:25:34.760 INFO O| Aug 20 18:25:34.760 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94432026-08-20T18:25:35.911Z[ host-image] Aug 20 18:25:34.765 INFO O| Aug 20 18:25:34.765 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94442026-08-20T18:25:35.915Z[ host-image] Aug 20 18:25:34.770 INFO O| Aug 20 18:25:34.770 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94452026-08-20T18:25:35.923Z[ host-image] Aug 20 18:25:34.778 INFO O| Aug 20 18:25:34.776 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94462026-08-20T18:25:38.819Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94472026-08-20T18:25:42.201Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
94482026-08-20T18:25:42.762Z[ host-image] Aug 20 18:25:41.616 INFO O| Aug 20 18:25:41.616 INFO rolled back to input snapshot; work may begin
94492026-08-20T18:25:42.762Z[ host-image] Aug 20 18:25:41.616 INFO O| Aug 20 18:25:41.616 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94502026-08-20T18:25:42.767Z[ host-image] Aug 20 18:25:41.621 INFO O| Aug 20 18:25:41.621 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94512026-08-20T18:25:42.775Z[ host-image] Aug 20 18:25:41.629 INFO O| Aug 20 18:25:41.629 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94522026-08-20T18:25:42.813Z[ host-image] Aug 20 18:25:41.667 INFO O| Aug 20 18:25:41.667 INFO STEP 0 (remove_files) COMPLETE
94532026-08-20T18:25:42.813Z[ host-image] Aug 20 18:25:41.667 INFO O| Aug 20 18:25:41.667 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94542026-08-20T18:25:42.823Z[ host-image] Aug 20 18:25:41.677 INFO O| Aug 20 18:25:41.677 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94552026-08-20T18:25:42.826Z[ host-image] Aug 20 18:25:41.678 INFO O| Aug 20 18:25:41.678 INFO STEP 1 (remove_files) COMPLETE
94562026-08-20T18:25:42.826Z[ host-image] Aug 20 18:25:41.678 INFO O| Aug 20 18:25:41.678 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94572026-08-20T18:25:42.832Z[ host-image] Aug 20 18:25:41.687 INFO O| Aug 20 18:25:41.687 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94582026-08-20T18:25:42.846Z[ host-image] Aug 20 18:25:41.701 INFO O| Aug 20 18:25:41.701 INFO STEP 2 (remove_files) COMPLETE
94592026-08-20T18:25:42.846Z[ host-image] Aug 20 18:25:41.701 INFO O| Aug 20 18:25:41.701 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94602026-08-20T18:25:42.855Z[ host-image] Aug 20 18:25:41.710 INFO O| Aug 20 18:25:41.710 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94612026-08-20T18:25:42.858Z[ host-image] Aug 20 18:25:41.711 INFO O| Aug 20 18:25:41.711 INFO STEP 3 (remove_files) COMPLETE
94622026-08-20T18:25:42.858Z[ host-image] Aug 20 18:25:41.711 INFO O| Aug 20 18:25:41.711 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94632026-08-20T18:25:42.865Z[ host-image] Aug 20 18:25:41.720 INFO O| Aug 20 18:25:41.719 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94642026-08-20T18:25:42.868Z[ host-image] Aug 20 18:25:41.723 INFO O| Aug 20 18:25:41.723 INFO STEP 4 (remove_files) COMPLETE
94652026-08-20T18:25:42.868Z[ host-image] Aug 20 18:25:41.723 INFO O| Aug 20 18:25:41.723 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94662026-08-20T18:25:42.877Z[ host-image] Aug 20 18:25:41.731 INFO O| Aug 20 18:25:41.731 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94672026-08-20T18:25:42.880Z[ host-image] Aug 20 18:25:41.733 INFO O| Aug 20 18:25:41.733 INFO STEP 5 (remove_files) COMPLETE
94682026-08-20T18:25:42.880Z[ host-image] Aug 20 18:25:41.733 INFO O| Aug 20 18:25:41.733 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94692026-08-20T18:25:42.887Z[ host-image] Aug 20 18:25:41.741 INFO O| Aug 20 18:25:41.741 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94702026-08-20T18:25:42.897Z[ host-image] Aug 20 18:25:41.752 INFO O| Aug 20 18:25:41.752 INFO STEP 6 (remove_files) COMPLETE
94712026-08-20T18:25:42.897Z[ host-image] Aug 20 18:25:41.752 INFO O| Aug 20 18:25:41.752 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94722026-08-20T18:25:42.901Z[ host-image] Aug 20 18:25:41.752 INFO O| Aug 20 18:25:41.752 INFO skip step because feature "heliosv2" is not enabled
94732026-08-20T18:25:42.901Z[ host-image] Aug 20 18:25:41.752 INFO O| Aug 20 18:25:41.752 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94742026-08-20T18:25:42.906Z[ host-image] Aug 20 18:25:41.760 INFO O| Aug 20 18:25:41.760 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94752026-08-20T18:25:42.916Z[ host-image] Aug 20 18:25:41.771 INFO O| Aug 20 18:25:41.771 INFO STEP 8 (remove_files) COMPLETE
94762026-08-20T18:25:42.919Z[ host-image] Aug 20 18:25:41.771 INFO O| Aug 20 18:25:41.771 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94772026-08-20T18:25:42.925Z[ host-image] Aug 20 18:25:41.779 INFO O| Aug 20 18:25:41.779 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94782026-08-20T18:25:42.989Z[ host-image] Aug 20 18:25:41.843 INFO O| Aug 20 18:25:41.843 INFO STEP 9 (remove_files) COMPLETE
94792026-08-20T18:25:42.989Z[ host-image] Aug 20 18:25:41.843 INFO O| Aug 20 18:25:41.843 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94802026-08-20T18:25:42.997Z[ host-image] Aug 20 18:25:41.851 INFO O| Aug 20 18:25:41.851 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94812026-08-20T18:25:43.073Z[ host-image] Aug 20 18:25:41.924 INFO O| Aug 20 18:25:41.923 INFO STEP 10 (remove_files) COMPLETE
94822026-08-20T18:25:43.073Z[ host-image] Aug 20 18:25:41.924 INFO O| Aug 20 18:25:41.923 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94832026-08-20T18:25:43.083Z[ host-image] Aug 20 18:25:41.933 INFO O| Aug 20 18:25:41.933 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94842026-08-20T18:25:43.087Z[ host-image] Aug 20 18:25:41.936 INFO O| Aug 20 18:25:41.936 INFO STEP 11 (remove_files) COMPLETE
94852026-08-20T18:25:43.087Z[ host-image] Aug 20 18:25:41.936 INFO O| Aug 20 18:25:41.936 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94862026-08-20T18:25:43.090Z[ host-image] Aug 20 18:25:41.945 INFO O| Aug 20 18:25:41.945 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94872026-08-20T18:25:43.094Z[ host-image] Aug 20 18:25:41.945 INFO O| Aug 20 18:25:41.945 INFO STEP 12 (remove_files) COMPLETE
94882026-08-20T18:25:43.094Z[ host-image] Aug 20 18:25:41.945 INFO O| Aug 20 18:25:41.945 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94892026-08-20T18:25:43.099Z[ host-image] Aug 20 18:25:41.954 INFO O| Aug 20 18:25:41.954 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94902026-08-20T18:25:43.103Z[ host-image] Aug 20 18:25:41.955 INFO O| Aug 20 18:25:41.955 INFO STEP 13 (remove_files) COMPLETE
94912026-08-20T18:25:43.103Z[ host-image] Aug 20 18:25:41.955 INFO O| Aug 20 18:25:41.955 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94922026-08-20T18:25:43.139Z[ host-image] Aug 20 18:25:41.992 INFO O| Aug 20 18:25:41.992 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94932026-08-20T18:25:43.142Z[ host-image] Aug 20 18:25:41.993 INFO O| Aug 20 18:25:41.993 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94942026-08-20T18:25:43.339Z[ host-image] Aug 20 18:25:42.191 INFO O| Aug 20 18:25:42.191 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94952026-08-20T18:25:43.339Z[ host-image] Aug 20 18:25:42.191 INFO O| Aug 20 18:25:42.191 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94962026-08-20T18:25:43.344Z[ host-image] Aug 20 18:25:42.198 INFO O| Aug 20 18:25:42.198 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94972026-08-20T18:25:43.348Z[ host-image] Aug 20 18:25:42.199 INFO O| Aug 20 18:25:42.199 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94982026-08-20T18:25:43.348Z[ host-image] Aug 20 18:25:42.199 INFO O| Aug 20 18:25:42.199 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94992026-08-20T18:25:43.348Z[ host-image] Aug 20 18:25:42.199 INFO O| Aug 20 18:25:42.199 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95002026-08-20T18:25:43.348Z[ host-image] Aug 20 18:25:42.199 INFO O| Aug 20 18:25:42.199 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95012026-08-20T18:25:43.348Z[ host-image] Aug 20 18:25:42.199 INFO O| Aug 20 18:25:42.199 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95022026-08-20T18:25:43.348Z[ host-image] Aug 20 18:25:42.199 INFO O| Aug 20 18:25:42.199 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95032026-08-20T18:25:43.348Z[ host-image] Aug 20 18:25:42.199 INFO O| Aug 20 18:25:42.199 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95042026-08-20T18:25:43.348Z[ host-image] Aug 20 18:25:42.199 INFO O| Aug 20 18:25:42.199 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95052026-08-20T18:25:43.348Z[ host-image] Aug 20 18:25:42.199 INFO O| Aug 20 18:25:42.199 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95062026-08-20T18:25:43.348Z[ host-image] Aug 20 18:25:42.199 INFO O| Aug 20 18:25:42.199 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95072026-08-20T18:25:43.348Z[ host-image] Aug 20 18:25:42.199 INFO O| Aug 20 18:25:42.199 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95082026-08-20T18:25:43.348Z[ host-image] Aug 20 18:25:42.199 INFO O| Aug 20 18:25:42.199 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95092026-08-20T18:25:43.348Z[ host-image] Aug 20 18:25:42.199 INFO O| Aug 20 18:25:42.199 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95102026-08-20T18:25:43.348Z[ host-image] Aug 20 18:25:42.199 INFO O| Aug 20 18:25:42.199 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95112026-08-20T18:25:43.348Z[ host-image] Aug 20 18:25:42.199 INFO O| Aug 20 18:25:42.199 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95122026-08-20T18:25:43.348Z[ host-image] Aug 20 18:25:42.200 INFO O| Aug 20 18:25:42.200 INFO STEP 14 (remove_files) COMPLETE
95132026-08-20T18:25:43.348Z[ host-image] Aug 20 18:25:42.200 INFO O| Aug 20 18:25:42.200 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95142026-08-20T18:25:43.354Z[ host-image] Aug 20 18:25:42.208 INFO O| Aug 20 18:25:42.208 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95152026-08-20T18:25:43.357Z[ host-image] Aug 20 18:25:42.210 INFO O| Aug 20 18:25:42.209 INFO STEP 15 (remove_files) COMPLETE
95162026-08-20T18:25:43.357Z[ host-image] Aug 20 18:25:42.210 INFO O| Aug 20 18:25:42.210 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95172026-08-20T18:25:43.365Z[ host-image] Aug 20 18:25:42.219 INFO O| Aug 20 18:25:42.219 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95182026-08-20T18:25:43.371Z[ host-image] Aug 20 18:25:42.225 INFO O| Aug 20 18:25:42.225 INFO STEP 16 (remove_files) COMPLETE
95192026-08-20T18:25:43.372Z[ host-image] Aug 20 18:25:42.225 INFO O| Aug 20 18:25:42.225 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95202026-08-20T18:25:43.380Z[ host-image] Aug 20 18:25:42.235 INFO O| Aug 20 18:25:42.235 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95212026-08-20T18:25:43.383Z[ host-image] Aug 20 18:25:42.235 INFO O| Aug 20 18:25:42.235 INFO STEP 17 (remove_files) COMPLETE
95222026-08-20T18:25:43.384Z[ host-image] Aug 20 18:25:42.235 INFO O| Aug 20 18:25:42.235 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95232026-08-20T18:25:43.389Z[ host-image] Aug 20 18:25:42.244 INFO O| Aug 20 18:25:42.243 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95242026-08-20T18:25:43.393Z[ host-image] Aug 20 18:25:42.245 INFO O| Aug 20 18:25:42.245 INFO STEP 18 (remove_files) COMPLETE
95252026-08-20T18:25:43.393Z[ host-image] Aug 20 18:25:42.245 INFO O| Aug 20 18:25:42.245 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95262026-08-20T18:25:43.399Z[ host-image] Aug 20 18:25:42.254 INFO O| Aug 20 18:25:42.253 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95272026-08-20T18:25:43.403Z[ host-image] Aug 20 18:25:42.254 INFO O| Aug 20 18:25:42.254 INFO STEP 19 (remove_files) COMPLETE
95282026-08-20T18:25:43.403Z[ host-image] Aug 20 18:25:42.254 INFO O| Aug 20 18:25:42.254 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95292026-08-20T18:25:43.408Z[ host-image] Aug 20 18:25:42.263 INFO O| Aug 20 18:25:42.263 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95302026-08-20T18:25:43.408Z[ host-image] Aug 20 18:25:42.263 INFO O| Aug 20 18:25:42.263 INFO STEP 20 (remove_files) COMPLETE
95312026-08-20T18:25:43.412Z[ host-image] Aug 20 18:25:42.263 INFO O| Aug 20 18:25:42.263 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95322026-08-20T18:25:43.417Z[ host-image] Aug 20 18:25:42.271 INFO O| Aug 20 18:25:42.271 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95332026-08-20T18:25:43.417Z[ host-image] Aug 20 18:25:42.271 INFO O| Aug 20 18:25:42.271 INFO STEP 21 (remove_files) COMPLETE
95342026-08-20T18:25:43.421Z[ host-image] Aug 20 18:25:42.271 INFO O| Aug 20 18:25:42.271 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95352026-08-20T18:25:43.425Z[ host-image] Aug 20 18:25:42.279 INFO O| Aug 20 18:25:42.279 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95362026-08-20T18:25:43.428Z[ host-image] Aug 20 18:25:42.280 INFO O| Aug 20 18:25:42.280 INFO STEP 22 (remove_files) COMPLETE
95372026-08-20T18:25:43.428Z[ host-image] Aug 20 18:25:42.280 INFO O| Aug 20 18:25:42.280 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95382026-08-20T18:25:43.433Z[ host-image] Aug 20 18:25:42.287 INFO O| Aug 20 18:25:42.287 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95392026-08-20T18:25:43.436Z[ host-image] Aug 20 18:25:42.287 INFO O| Aug 20 18:25:42.287 INFO STEP 23 (remove_files) COMPLETE
95402026-08-20T18:25:43.436Z[ host-image] Aug 20 18:25:42.287 INFO O| Aug 20 18:25:42.287 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95412026-08-20T18:25:43.441Z[ host-image] Aug 20 18:25:42.295 INFO O| Aug 20 18:25:42.295 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95422026-08-20T18:25:43.441Z[ host-image] Aug 20 18:25:42.295 INFO O| Aug 20 18:25:42.295 INFO STEP 24 (remove_files) COMPLETE
95432026-08-20T18:25:43.441Z[ host-image] Aug 20 18:25:42.295 INFO O| Aug 20 18:25:42.295 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95442026-08-20T18:25:43.450Z[ host-image] Aug 20 18:25:42.304 INFO O| Aug 20 18:25:42.304 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95452026-08-20T18:25:43.454Z[ host-image] Aug 20 18:25:42.304 INFO O| Aug 20 18:25:42.304 INFO STEP 25 (remove_files) COMPLETE
95462026-08-20T18:25:43.455Z[ host-image] Aug 20 18:25:42.304 INFO O| Aug 20 18:25:42.304 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95472026-08-20T18:25:43.459Z[ host-image] Aug 20 18:25:42.313 INFO O| Aug 20 18:25:42.313 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95482026-08-20T18:25:43.459Z[ host-image] Aug 20 18:25:42.313 INFO O| Aug 20 18:25:42.313 INFO STEP 26 (remove_files) COMPLETE
95492026-08-20T18:25:43.459Z[ host-image] Aug 20 18:25:42.313 INFO O| Aug 20 18:25:42.313 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95502026-08-20T18:25:43.467Z[ host-image] Aug 20 18:25:42.321 INFO O| Aug 20 18:25:42.321 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95512026-08-20T18:25:43.467Z[ host-image] Aug 20 18:25:42.321 INFO O| Aug 20 18:25:42.321 INFO STEP 27 (remove_files) COMPLETE
95522026-08-20T18:25:43.471Z[ host-image] Aug 20 18:25:42.322 INFO O| Aug 20 18:25:42.321 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-08-20T18:25:43.476Z[ host-image] Aug 20 18:25:42.330 INFO O| Aug 20 18:25:42.330 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95542026-08-20T18:25:43.479Z[ host-image] Aug 20 18:25:42.331 INFO O| Aug 20 18:25:42.330 INFO STEP 28 (remove_files) COMPLETE
95552026-08-20T18:25:43.479Z[ host-image] Aug 20 18:25:42.331 INFO O| Aug 20 18:25:42.330 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-08-20T18:25:43.484Z[ host-image] Aug 20 18:25:42.338 INFO O| Aug 20 18:25:42.338 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95572026-08-20T18:25:43.484Z[ host-image] Aug 20 18:25:42.339 INFO O| Aug 20 18:25:42.338 INFO STEP 29 (remove_files) COMPLETE
95582026-08-20T18:25:43.484Z[ host-image] Aug 20 18:25:42.339 INFO O| Aug 20 18:25:42.338 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95592026-08-20T18:25:43.493Z[ host-image] Aug 20 18:25:42.348 INFO O| Aug 20 18:25:42.348 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95602026-08-20T18:25:43.493Z[ host-image] Aug 20 18:25:42.348 INFO O| Aug 20 18:25:42.348 INFO STEP 30 (remove_files) COMPLETE
95612026-08-20T18:25:43.496Z[ host-image] Aug 20 18:25:42.348 INFO O| Aug 20 18:25:42.348 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95622026-08-20T18:25:43.501Z[ host-image] Aug 20 18:25:42.355 INFO O| Aug 20 18:25:42.355 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95632026-08-20T18:25:43.504Z[ host-image] Aug 20 18:25:42.355 INFO O| Aug 20 18:25:42.355 INFO STEP 31 (remove_files) COMPLETE
95642026-08-20T18:25:43.504Z[ host-image] Aug 20 18:25:42.355 INFO O| Aug 20 18:25:42.355 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-08-20T18:25:43.510Z[ host-image] Aug 20 18:25:42.365 INFO O| Aug 20 18:25:42.365 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95662026-08-20T18:25:43.510Z[ host-image] Aug 20 18:25:42.365 INFO O| Aug 20 18:25:42.365 INFO STEP 32 (remove_files) COMPLETE
95672026-08-20T18:25:43.514Z[ host-image] Aug 20 18:25:42.365 INFO O| Aug 20 18:25:42.365 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95682026-08-20T18:25:43.519Z[ host-image] Aug 20 18:25:42.373 INFO O| Aug 20 18:25:42.373 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95692026-08-20T18:25:43.519Z[ host-image] Aug 20 18:25:42.373 INFO O| Aug 20 18:25:42.373 INFO STEP 33 (remove_files) COMPLETE
95702026-08-20T18:25:43.523Z[ host-image] Aug 20 18:25:42.373 INFO O| Aug 20 18:25:42.373 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95712026-08-20T18:25:43.532Z[ host-image] Aug 20 18:25:42.383 INFO O| Aug 20 18:25:42.383 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95722026-08-20T18:25:43.535Z[ host-image] Aug 20 18:25:42.383 INFO O| Aug 20 18:25:42.383 INFO STEP 34 (remove_files) COMPLETE
95732026-08-20T18:25:43.535Z[ host-image] Aug 20 18:25:42.383 INFO O| Aug 20 18:25:42.383 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95742026-08-20T18:25:43.539Z[ host-image] Aug 20 18:25:42.392 INFO O| Aug 20 18:25:42.392 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95752026-08-20T18:25:43.539Z[ host-image] Aug 20 18:25:42.392 INFO O| Aug 20 18:25:42.392 INFO STEP 35 (remove_files) COMPLETE
95762026-08-20T18:25:43.539Z[ host-image] Aug 20 18:25:42.392 INFO O| Aug 20 18:25:42.392 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95772026-08-20T18:25:43.547Z[ host-image] Aug 20 18:25:42.402 INFO O| Aug 20 18:25:42.402 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95782026-08-20T18:25:43.550Z[ host-image] Aug 20 18:25:42.402 INFO O| Aug 20 18:25:42.402 INFO STEP 36 (remove_files) COMPLETE
95792026-08-20T18:25:43.551Z[ host-image] Aug 20 18:25:42.402 INFO O| Aug 20 18:25:42.402 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95802026-08-20T18:25:43.557Z[ host-image] Aug 20 18:25:42.411 INFO O| Aug 20 18:25:42.411 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95812026-08-20T18:25:43.558Z[ host-image] Aug 20 18:25:42.411 INFO O| Aug 20 18:25:42.411 INFO STEP 37 (remove_files) COMPLETE
95822026-08-20T18:25:43.561Z[ host-image] Aug 20 18:25:42.411 INFO O| Aug 20 18:25:42.411 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95832026-08-20T18:25:43.566Z[ host-image] Aug 20 18:25:42.420 INFO O| Aug 20 18:25:42.420 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95842026-08-20T18:25:43.566Z[ host-image] Aug 20 18:25:42.420 INFO O| Aug 20 18:25:42.420 INFO STEP 38 (remove_files) COMPLETE
95852026-08-20T18:25:43.569Z[ host-image] Aug 20 18:25:42.420 INFO O| Aug 20 18:25:42.420 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95862026-08-20T18:25:43.575Z[ host-image] Aug 20 18:25:42.429 INFO O| Aug 20 18:25:42.429 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95872026-08-20T18:25:43.578Z[ host-image] Aug 20 18:25:42.429 INFO O| Aug 20 18:25:42.429 INFO STEP 39 (remove_files) COMPLETE
95882026-08-20T18:25:43.578Z[ host-image] Aug 20 18:25:42.429 INFO O| Aug 20 18:25:42.429 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95892026-08-20T18:25:43.583Z[ host-image] Aug 20 18:25:42.437 INFO O| Aug 20 18:25:42.437 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95902026-08-20T18:25:43.584Z[ host-image] Aug 20 18:25:42.437 INFO O| Aug 20 18:25:42.437 INFO STEP 40 (remove_files) COMPLETE
95912026-08-20T18:25:43.584Z[ host-image] Aug 20 18:25:42.438 INFO O| Aug 20 18:25:42.437 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95922026-08-20T18:25:43.591Z[ host-image] Aug 20 18:25:42.445 INFO O| Aug 20 18:25:42.445 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95932026-08-20T18:25:43.591Z[ host-image] Aug 20 18:25:42.445 INFO O| Aug 20 18:25:42.445 INFO STEP 41 (remove_files) COMPLETE
95942026-08-20T18:25:43.591Z[ host-image] Aug 20 18:25:42.445 INFO O| Aug 20 18:25:42.445 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95952026-08-20T18:25:43.601Z[ host-image] Aug 20 18:25:42.455 INFO O| Aug 20 18:25:42.455 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95962026-08-20T18:25:43.601Z[ host-image] Aug 20 18:25:42.455 INFO O| Aug 20 18:25:42.455 INFO STEP 42 (remove_files) COMPLETE
95972026-08-20T18:25:43.605Z[ host-image] Aug 20 18:25:42.455 INFO O| Aug 20 18:25:42.455 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95982026-08-20T18:25:43.610Z[ host-image] Aug 20 18:25:42.465 INFO O| Aug 20 18:25:42.465 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95992026-08-20T18:25:43.614Z[ host-image] Aug 20 18:25:42.465 INFO O| Aug 20 18:25:42.465 INFO STEP 43 (remove_files) COMPLETE
96002026-08-20T18:25:43.614Z[ host-image] Aug 20 18:25:42.465 INFO O| Aug 20 18:25:42.465 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96012026-08-20T18:25:43.620Z[ host-image] Aug 20 18:25:42.474 INFO O| Aug 20 18:25:42.474 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96022026-08-20T18:25:43.620Z[ host-image] Aug 20 18:25:42.474 INFO O| Aug 20 18:25:42.474 INFO STEP 44 (remove_files) COMPLETE
96032026-08-20T18:25:43.623Z[ host-image] Aug 20 18:25:42.474 INFO O| Aug 20 18:25:42.474 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96042026-08-20T18:25:43.630Z[ host-image] Aug 20 18:25:42.483 INFO O| Aug 20 18:25:42.483 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96052026-08-20T18:25:43.634Z[ host-image] Aug 20 18:25:42.483 INFO O| Aug 20 18:25:42.483 INFO STEP 45 (remove_files) COMPLETE
96062026-08-20T18:25:43.634Z[ host-image] Aug 20 18:25:42.483 INFO O| Aug 20 18:25:42.483 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96072026-08-20T18:25:43.638Z[ host-image] Aug 20 18:25:42.492 INFO O| Aug 20 18:25:42.492 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96082026-08-20T18:25:43.638Z[ host-image] Aug 20 18:25:42.492 INFO O| Aug 20 18:25:42.492 INFO STEP 46 (remove_files) COMPLETE
96092026-08-20T18:25:43.638Z[ host-image] Aug 20 18:25:42.492 INFO O| Aug 20 18:25:42.492 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96102026-08-20T18:25:43.646Z[ host-image] Aug 20 18:25:42.500 INFO O| Aug 20 18:25:42.500 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96112026-08-20T18:25:43.646Z[ host-image] Aug 20 18:25:42.500 INFO O| Aug 20 18:25:42.500 INFO STEP 47 (remove_files) COMPLETE
96122026-08-20T18:25:43.649Z[ host-image] Aug 20 18:25:42.500 INFO O| Aug 20 18:25:42.500 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96132026-08-20T18:25:43.656Z[ host-image] Aug 20 18:25:42.510 INFO O| Aug 20 18:25:42.510 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96142026-08-20T18:25:43.656Z[ host-image] Aug 20 18:25:42.510 INFO O| Aug 20 18:25:42.510 INFO STEP 48 (remove_files) COMPLETE
96152026-08-20T18:25:43.659Z[ host-image] Aug 20 18:25:42.510 INFO O| Aug 20 18:25:42.510 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96162026-08-20T18:25:43.665Z[ host-image] Aug 20 18:25:42.519 INFO O| Aug 20 18:25:42.519 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96172026-08-20T18:25:43.665Z[ host-image] Aug 20 18:25:42.519 INFO O| Aug 20 18:25:42.519 INFO STEP 49 (remove_files) COMPLETE
96182026-08-20T18:25:43.668Z[ host-image] Aug 20 18:25:42.519 INFO O| Aug 20 18:25:42.519 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96192026-08-20T18:25:43.675Z[ host-image] Aug 20 18:25:42.529 INFO O| Aug 20 18:25:42.529 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96202026-08-20T18:25:43.675Z[ host-image] Aug 20 18:25:42.530 INFO O| Aug 20 18:25:42.529 INFO STEP 50 (remove_files) COMPLETE
96212026-08-20T18:25:43.678Z[ host-image] Aug 20 18:25:42.530 INFO O| Aug 20 18:25:42.529 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96222026-08-20T18:25:43.684Z[ host-image] Aug 20 18:25:42.538 INFO O| Aug 20 18:25:42.538 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96232026-08-20T18:25:43.687Z[ host-image] Aug 20 18:25:42.539 INFO O| Aug 20 18:25:42.538 INFO STEP 51 (remove_files) COMPLETE
96242026-08-20T18:25:43.687Z[ host-image] Aug 20 18:25:42.539 INFO O| Aug 20 18:25:42.539 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96252026-08-20T18:25:43.695Z[ host-image] Aug 20 18:25:42.547 INFO O| Aug 20 18:25:42.547 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96262026-08-20T18:25:43.695Z[ host-image] Aug 20 18:25:42.547 INFO O| Aug 20 18:25:42.547 INFO STEP 52 (remove_files) COMPLETE
96272026-08-20T18:25:43.698Z[ host-image] Aug 20 18:25:42.547 INFO O| Aug 20 18:25:42.547 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96282026-08-20T18:25:43.703Z[ host-image] Aug 20 18:25:42.557 INFO O| Aug 20 18:25:42.557 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96292026-08-20T18:25:43.706Z[ host-image] Aug 20 18:25:42.557 INFO O| Aug 20 18:25:42.557 INFO STEP 53 (remove_files) COMPLETE
96302026-08-20T18:25:43.706Z[ host-image] Aug 20 18:25:42.557 INFO O| Aug 20 18:25:42.557 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96312026-08-20T18:25:43.712Z[ host-image] Aug 20 18:25:42.566 INFO O| Aug 20 18:25:42.566 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96322026-08-20T18:25:43.715Z[ host-image] Aug 20 18:25:42.566 INFO O| Aug 20 18:25:42.566 INFO STEP 54 (remove_files) COMPLETE
96332026-08-20T18:25:43.715Z[ host-image] Aug 20 18:25:42.566 INFO O| Aug 20 18:25:42.566 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96342026-08-20T18:25:43.721Z[ host-image] Aug 20 18:25:42.575 INFO O| Aug 20 18:25:42.575 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96352026-08-20T18:25:43.724Z[ host-image] Aug 20 18:25:42.575 INFO O| Aug 20 18:25:42.575 INFO STEP 55 (remove_files) COMPLETE
96362026-08-20T18:25:43.724Z[ host-image] Aug 20 18:25:42.575 INFO O| Aug 20 18:25:42.575 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96372026-08-20T18:25:43.731Z[ host-image] Aug 20 18:25:42.585 INFO O| Aug 20 18:25:42.585 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96382026-08-20T18:25:43.734Z[ host-image] Aug 20 18:25:42.585 INFO O| Aug 20 18:25:42.585 INFO STEP 56 (remove_files) COMPLETE
96392026-08-20T18:25:43.734Z[ host-image] Aug 20 18:25:42.585 INFO O| Aug 20 18:25:42.585 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96402026-08-20T18:25:43.742Z[ host-image] Aug 20 18:25:42.595 INFO O| Aug 20 18:25:42.595 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96412026-08-20T18:25:43.742Z[ host-image] Aug 20 18:25:42.595 INFO O| Aug 20 18:25:42.595 INFO STEP 57 (remove_files) COMPLETE
96422026-08-20T18:25:43.746Z[ host-image] Aug 20 18:25:42.595 INFO O| Aug 20 18:25:42.595 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96432026-08-20T18:25:43.750Z[ host-image] Aug 20 18:25:42.605 INFO O| Aug 20 18:25:42.605 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96442026-08-20T18:25:43.750Z[ host-image] Aug 20 18:25:42.605 INFO O| Aug 20 18:25:42.605 INFO STEP 58 (remove_files) COMPLETE
96452026-08-20T18:25:43.753Z[ host-image] Aug 20 18:25:42.605 INFO O| Aug 20 18:25:42.605 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96462026-08-20T18:25:43.759Z[ host-image] Aug 20 18:25:42.613 INFO O| Aug 20 18:25:42.613 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96472026-08-20T18:25:43.759Z[ host-image] Aug 20 18:25:42.613 INFO O| Aug 20 18:25:42.613 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96482026-08-20T18:25:43.762Z[ host-image] Aug 20 18:25:42.614 INFO O| Aug 20 18:25:42.614 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96492026-08-20T18:25:43.763Z[ host-image] Aug 20 18:25:42.614 INFO O| Aug 20 18:25:42.614 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96502026-08-20T18:25:43.763Z[ host-image] Aug 20 18:25:42.614 INFO O| Aug 20 18:25:42.614 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96512026-08-20T18:25:43.763Z[ host-image] Aug 20 18:25:42.614 INFO O| Aug 20 18:25:42.614 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96522026-08-20T18:25:43.763Z[ host-image] Aug 20 18:25:42.614 INFO O| Aug 20 18:25:42.614 INFO ok!
96532026-08-20T18:25:43.763Z[ host-image] Aug 20 18:25:42.614 INFO O| Aug 20 18:25:42.614 INFO STEP 59 (ensure_file) COMPLETE
96542026-08-20T18:25:43.763Z[ host-image] Aug 20 18:25:42.614 INFO O| Aug 20 18:25:42.614 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96552026-08-20T18:25:43.770Z[ host-image] Aug 20 18:25:42.623 INFO O| Aug 20 18:25:42.623 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96562026-08-20T18:25:43.770Z[ host-image] Aug 20 18:25:42.623 INFO O| Aug 20 18:25:42.623 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96572026-08-20T18:25:43.773Z[ host-image] Aug 20 18:25:42.623 INFO O| Aug 20 18:25:42.623 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96582026-08-20T18:25:43.774Z[ host-image] Aug 20 18:25:42.623 INFO O| Aug 20 18:25:42.623 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96592026-08-20T18:25:43.774Z[ host-image] Aug 20 18:25:42.623 INFO O| Aug 20 18:25:42.623 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96602026-08-20T18:25:43.774Z[ host-image] Aug 20 18:25:42.623 INFO O| Aug 20 18:25:42.623 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96612026-08-20T18:25:43.774Z[ host-image] Aug 20 18:25:42.623 INFO O| Aug 20 18:25:42.623 INFO ok!
96622026-08-20T18:25:43.774Z[ host-image] Aug 20 18:25:42.623 INFO O| Aug 20 18:25:42.623 INFO STEP 60 (ensure_file) COMPLETE
96632026-08-20T18:25:43.774Z[ host-image] Aug 20 18:25:42.623 INFO O| Aug 20 18:25:42.623 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96642026-08-20T18:25:43.778Z[ host-image] Aug 20 18:25:42.632 INFO O| Aug 20 18:25:42.632 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96652026-08-20T18:25:43.778Z[ host-image] Aug 20 18:25:42.632 INFO O| Aug 20 18:25:42.632 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96662026-08-20T18:25:43.783Z[ host-image] Aug 20 18:25:42.632 INFO O| Aug 20 18:25:42.632 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96672026-08-20T18:25:43.783Z[ host-image] Aug 20 18:25:42.632 INFO O| Aug 20 18:25:42.632 INFO ok!
96682026-08-20T18:25:43.783Z[ host-image] Aug 20 18:25:42.632 INFO O| Aug 20 18:25:42.632 INFO STEP 61 (ensure_file) COMPLETE
96692026-08-20T18:25:43.783Z[ host-image] Aug 20 18:25:42.632 INFO O| Aug 20 18:25:42.632 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96702026-08-20T18:25:43.787Z[ host-image] Aug 20 18:25:42.642 INFO O| Aug 20 18:25:42.642 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96712026-08-20T18:25:43.787Z[ host-image] Aug 20 18:25:42.642 INFO O| Aug 20 18:25:42.642 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96722026-08-20T18:25:43.791Z[ host-image] Aug 20 18:25:42.642 INFO O| Aug 20 18:25:42.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96732026-08-20T18:25:43.791Z[ host-image] Aug 20 18:25:42.642 INFO O| Aug 20 18:25:42.642 INFO ok!
96742026-08-20T18:25:43.791Z[ host-image] Aug 20 18:25:42.642 INFO O| Aug 20 18:25:42.642 INFO STEP 62 (ensure_file) COMPLETE
96752026-08-20T18:25:43.791Z[ host-image] Aug 20 18:25:42.642 INFO O| Aug 20 18:25:42.642 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96762026-08-20T18:25:43.797Z[ host-image] Aug 20 18:25:42.651 INFO O| Aug 20 18:25:42.651 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96772026-08-20T18:25:43.797Z[ host-image] Aug 20 18:25:42.651 INFO O| Aug 20 18:25:42.651 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96782026-08-20T18:25:43.800Z[ host-image] Aug 20 18:25:42.651 INFO O| Aug 20 18:25:42.651 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96792026-08-20T18:25:43.800Z[ host-image] Aug 20 18:25:42.651 INFO O| Aug 20 18:25:42.651 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96802026-08-20T18:25:43.800Z[ host-image] Aug 20 18:25:42.651 INFO O| Aug 20 18:25:42.651 INFO ok!
96812026-08-20T18:25:43.800Z[ host-image] Aug 20 18:25:42.651 INFO O| Aug 20 18:25:42.651 INFO STEP 63 (ensure_file) COMPLETE
96822026-08-20T18:25:43.800Z[ host-image] Aug 20 18:25:42.651 INFO O| Aug 20 18:25:42.651 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96832026-08-20T18:25:43.806Z[ host-image] Aug 20 18:25:42.660 INFO O| Aug 20 18:25:42.660 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96842026-08-20T18:25:43.806Z[ host-image] Aug 20 18:25:42.660 INFO O| Aug 20 18:25:42.660 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96852026-08-20T18:25:43.806Z[ host-image] Aug 20 18:25:42.660 INFO O| Aug 20 18:25:42.660 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96862026-08-20T18:25:43.810Z[ host-image] Aug 20 18:25:42.660 INFO O| Aug 20 18:25:42.660 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96872026-08-20T18:25:43.810Z[ host-image] Aug 20 18:25:42.660 INFO O| Aug 20 18:25:42.660 INFO ok!
96882026-08-20T18:25:43.810Z[ host-image] Aug 20 18:25:42.660 INFO O| Aug 20 18:25:42.660 INFO STEP 64 (ensure_file) COMPLETE
96892026-08-20T18:25:43.810Z[ host-image] Aug 20 18:25:42.660 INFO O| Aug 20 18:25:42.660 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96902026-08-20T18:25:43.815Z[ host-image] Aug 20 18:25:42.669 INFO O| Aug 20 18:25:42.669 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96912026-08-20T18:25:43.815Z[ host-image] Aug 20 18:25:42.669 INFO O| Aug 20 18:25:42.669 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96922026-08-20T18:25:43.818Z[ host-image] Aug 20 18:25:42.669 INFO O| Aug 20 18:25:42.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96932026-08-20T18:25:43.818Z[ host-image] Aug 20 18:25:42.669 INFO O| Aug 20 18:25:42.669 INFO ok!
96942026-08-20T18:25:43.818Z[ host-image] Aug 20 18:25:42.669 INFO O| Aug 20 18:25:42.669 INFO STEP 65 (assemble_files) COMPLETE
96952026-08-20T18:25:43.818Z[ host-image] Aug 20 18:25:42.669 INFO O| Aug 20 18:25:42.669 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96962026-08-20T18:25:43.824Z[ host-image] Aug 20 18:25:42.678 INFO O| Aug 20 18:25:42.678 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96972026-08-20T18:25:43.824Z[ host-image] Aug 20 18:25:42.678 INFO O| Aug 20 18:25:42.678 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96982026-08-20T18:25:43.827Z[ host-image] Aug 20 18:25:42.678 INFO O| Aug 20 18:25:42.678 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96992026-08-20T18:25:43.827Z[ host-image] Aug 20 18:25:42.679 INFO O| Aug 20 18:25:42.679 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97002026-08-20T18:25:43.827Z[ host-image] Aug 20 18:25:42.679 INFO O| Aug 20 18:25:42.679 INFO ok!
97012026-08-20T18:25:43.827Z[ host-image] Aug 20 18:25:42.679 INFO O| Aug 20 18:25:42.679 INFO STEP 66 (ensure_file) COMPLETE
97022026-08-20T18:25:43.828Z[ host-image] Aug 20 18:25:42.679 INFO O| Aug 20 18:25:42.679 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97032026-08-20T18:25:43.833Z[ host-image] Aug 20 18:25:42.688 INFO O| Aug 20 18:25:42.688 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97042026-08-20T18:25:43.837Z[ host-image] Aug 20 18:25:42.688 INFO O| Aug 20 18:25:42.688 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97052026-08-20T18:25:43.837Z[ host-image] Aug 20 18:25:42.688 INFO O| Aug 20 18:25:42.688 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97062026-08-20T18:25:43.837Z[ host-image] Aug 20 18:25:42.688 INFO O| Aug 20 18:25:42.688 INFO STEP 67 (ensure_dir) COMPLETE
97072026-08-20T18:25:43.837Z[ host-image] Aug 20 18:25:42.688 INFO O| Aug 20 18:25:42.688 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97082026-08-20T18:25:43.843Z[ host-image] Aug 20 18:25:42.698 INFO O| Aug 20 18:25:42.698 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97092026-08-20T18:25:43.843Z[ host-image] Aug 20 18:25:42.698 INFO O| Aug 20 18:25:42.698 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 ...
97102026-08-20T18:25:43.856Z[ host-image] Aug 20 18:25:42.709 INFO O| Aug 20 18:25:42.709 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
97112026-08-20T18:25:43.856Z[ host-image] Aug 20 18:25:42.710 INFO O| Aug 20 18:25:42.709 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97122026-08-20T18:25:43.859Z[ host-image] Aug 20 18:25:42.710 INFO O| Aug 20 18:25:42.710 INFO ok!
97132026-08-20T18:25:43.859Z[ host-image] Aug 20 18:25:42.710 INFO O| Aug 20 18:25:42.710 INFO STEP 68 (ensure_file) COMPLETE
97142026-08-20T18:25:43.859Z[ host-image] Aug 20 18:25:42.710 INFO O| Aug 20 18:25:42.710 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97152026-08-20T18:25:43.865Z[ host-image] Aug 20 18:25:42.719 INFO O| Aug 20 18:25:42.719 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97162026-08-20T18:25:43.865Z[ host-image] Aug 20 18:25:42.719 INFO O| Aug 20 18:25:42.719 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 ...
97172026-08-20T18:25:43.868Z[ host-image] Aug 20 18:25:42.719 INFO O| Aug 20 18:25:42.719 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
97182026-08-20T18:25:43.868Z[ host-image] Aug 20 18:25:42.719 INFO O| Aug 20 18:25:42.719 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97192026-08-20T18:25:43.868Z[ host-image] Aug 20 18:25:42.719 INFO O| Aug 20 18:25:42.719 INFO ok!
97202026-08-20T18:25:43.868Z[ host-image] Aug 20 18:25:42.719 INFO O| Aug 20 18:25:42.719 INFO STEP 69 (ensure_file) COMPLETE
97212026-08-20T18:25:43.868Z[ host-image] Aug 20 18:25:42.719 INFO O| Aug 20 18:25:42.719 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97222026-08-20T18:25:43.880Z[ host-image] Aug 20 18:25:42.733 INFO O| Aug 20 18:25:42.733 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97232026-08-20T18:25:43.880Z[ host-image] Aug 20 18:25:42.733 INFO O| Aug 20 18:25:42.733 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97242026-08-20T18:25:45.445Z[ host-image] Aug 20 18:25:44.298 INFO O| Aug 20 18:25:44.298 INFO STEP 70 (pack_tar) COMPLETE
97252026-08-20T18:25:45.445Z[ host-image] Aug 20 18:25:44.298 INFO O| Aug 20 18:25:44.298 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97262026-08-20T18:25:45.448Z[ host-image] Aug 20 18:25:44.298 INFO O| Aug 20 18:25:44.298 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97272026-08-20T18:25:45.811Z[ host-image] Aug 20 18:25:44.665 INFO O| Aug 20 18:25:44.665 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97282026-08-20T18:25:45.942Z[ host-image] Aug 20 18:25:44.796 INFO O| Aug 20 18:25:44.796 INFO completed processing sled/ramdisk-02-trim
97292026-08-20T18:25:45.945Z[ host-image] Aug 20 18:25:44.798 INFO image builder template: zfs...
97302026-08-20T18:25:45.945Z[ host-image] Aug 20 18:25:44.798 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/.tmprb053a/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
97312026-08-20T18:25:45.956Z[ host-image] Aug 20 18:25:44.810 INFO O| Aug 20 18:25:44.810 INFO skip include "stress" because feature "stress" is not enabled
97322026-08-20T18:25:45.956Z[ host-image] Aug 20 18:25:44.811 INFO O| Aug 20 18:25:44.810 INFO skip include "stress" because feature "compliance" is not enabled
97332026-08-20T18:25:45.984Z[ host-image] Aug 20 18:25:44.839 INFO O| Aug 20 18:25:44.839 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97342026-08-20T18:25:45.988Z[ host-image] Aug 20 18:25:44.843 INFO O| Aug 20 18:25:44.843 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97352026-08-20T18:25:46.144Z[ host-image] Aug 20 18:25:44.997 INFO O| Aug 20 18:25:44.997 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97362026-08-20T18:25:46.281Z[ host-image] Aug 20 18:25:45.135 INFO O| Aug 20 18:25:45.135 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97372026-08-20T18:25:46.281Z[ host-image] Aug 20 18:25:45.135 INFO O| Aug 20 18:25:45.135 INFO work dataset: rpool/images/build/host/work/sled/zfs
97382026-08-20T18:25:46.286Z[ host-image] Aug 20 18:25:45.139 INFO O| Aug 20 18:25:45.139 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97392026-08-20T18:25:46.444Z[ host-image] Aug 20 18:25:45.298 INFO O| Aug 20 18:25:45.298 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97402026-08-20T18:25:46.514Z[ host-image] Aug 20 18:25:45.368 INFO O| Aug 20 18:25:45.368 INFO DESTROY POOL: TEMPORARY-sled-zfs
97412026-08-20T18:25:46.522Z[ host-image] Aug 20 18:25:45.376 INFO O| Aug 20 18:25:45.376 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97422026-08-20T18:25:46.526Z[ host-image] Aug 20 18:25:45.380 INFO O| Aug 20 18:25:45.380 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97432026-08-20T18:25:46.526Z[ host-image] Aug 20 18:25:45.380 INFO O| Aug 20 18:25:45.380 INFO no lofi found
97442026-08-20T18:25:46.530Z[ host-image] Aug 20 18:25:45.381 INFO O| Aug 20 18:25:45.381 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97452026-08-20T18:25:46.530Z[ host-image] Aug 20 18:25:45.381 INFO O| Aug 20 18:25:45.381 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97462026-08-20T18:25:48.147Z[ host-image] Aug 20 18:25:47.001 INFO O| Aug 20 18:25:47.001 INFO lofi device = /dev/dsk/c2t1d0p0
97472026-08-20T18:25:48.150Z[ host-image] Aug 20 18:25:47.001 INFO O| Aug 20 18:25:47.001 INFO pool device = /dev/dsk/c2t1d0p0
97482026-08-20T18:25:48.151Z[ host-image] Aug 20 18:25:47.001 INFO O| Aug 20 18:25:47.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"]
97492026-08-20T18:25:48.223Z[ host-image] Aug 20 18:25:47.077 INFO O| Aug 20 18:25:47.077 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97502026-08-20T18:25:48.223Z[ host-image] Aug 20 18:25:47.077 INFO O| Aug 20 18:25:47.077 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97512026-08-20T18:25:48.240Z[ host-image] Aug 20 18:25:47.094 INFO O| Aug 20 18:25:47.094 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97522026-08-20T18:25:48.288Z[ host-image] Aug 20 18:25:47.141 INFO O| Aug 20 18:25:47.141 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97532026-08-20T18:25:48.317Z[ host-image] Aug 20 18:25:47.171 INFO O| Aug 20 18:25:47.171 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97542026-08-20T18:25:48.330Z[ host-image] Aug 20 18:25:47.184 INFO O| Aug 20 18:25:47.184 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97552026-08-20T18:25:48.342Z[ host-image] Aug 20 18:25:47.196 INFO O| Aug 20 18:25:47.196 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97562026-08-20T18:25:48.379Z[ host-image] Aug 20 18:25:47.234 INFO O| Aug 20 18:25:47.233 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97572026-08-20T18:25:48.379Z[ host-image] Aug 20 18:25:47.234 INFO O| Aug 20 18:25:47.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97582026-08-20T18:25:48.383Z[ host-image] Aug 20 18:25:47.234 INFO O| Aug 20 18:25:47.234 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97592026-08-20T18:25:48.391Z[ host-image] Aug 20 18:25:47.245 INFO O| Aug 20 18:25:47.245 INFO boot environment UUID: 74901133-d31a-4edc-98f3-3072f9bc1157
97602026-08-20T18:25:48.391Z[ host-image] Aug 20 18:25:47.245 INFO O| Aug 20 18:25:47.245 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 74901133-d31a-4edc-98f3-3072f9bc1157
97612026-08-20T18:25:48.403Z[ host-image] Aug 20 18:25:47.257 INFO O| Aug 20 18:25:47.257 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97622026-08-20T18:25:48.415Z[ host-image] Aug 20 18:25:47.269 INFO O| Aug 20 18:25:47.269 INFO STEP 0 (create_be) COMPLETE
97632026-08-20T18:25:48.415Z[ host-image] Aug 20 18:25:47.269 INFO O| Aug 20 18:25:47.269 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97642026-08-20T18:25:48.429Z[ host-image] Aug 20 18:25:47.283 INFO O| Aug 20 18:25:47.283 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97652026-08-20T18:25:56.348Z[ recovery-image] Aug 20 18:25:55.201 INFO O| ok, image written!
97662026-08-20T18:25:56.352Z[ recovery-image] Aug 20 18:25:55.201 INFO O| ok, boot_image_csum file written!
97672026-08-20T18:25:56.352Z[ recovery-image] Aug 20 18:25:55.204 INFO creating boot archive (CPIO)...
97682026-08-20T18:25:56.352Z[ recovery-image] Aug 20 18:25:55.204 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
97692026-08-20T18:25:56.355Z[ recovery-image] Aug 20 18:25:55.209 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
97702026-08-20T18:25:56.355Z[ recovery-image] Aug 20 18:25:55.209 INFO E| + outfile=/work/os-recovery/cpio
97712026-08-20T18:25:56.355Z[ recovery-image] Aug 20 18:25:55.209 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
97722026-08-20T18:25:56.359Z[ recovery-image] Aug 20 18:25:55.211 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
97732026-08-20T18:25:56.359Z[ recovery-image] Aug 20 18:25:55.212 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
97742026-08-20T18:25:56.391Z[ recovery-image] Aug 20 18:25:55.245 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
97752026-08-20T18:25:56.391Z[ recovery-image] Aug 20 18:25:55.245 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
97762026-08-20T18:25:56.398Z[ recovery-image] Aug 20 18:25:55.252 INFO creating compressed cpio/unix for dev loaders...
97772026-08-20T18:25:56.404Z[ recovery-image] Aug 20 18:25:55.252 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
97782026-08-20T18:25:56.646Z[ recovery-image] Aug 20 18:25:55.496 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
97792026-08-20T18:25:57.785Z[ host-image] Aug 20 18:25:56.637 INFO O| Aug 20 18:25:56.637 INFO STEP 1 (unpack_tar) COMPLETE
97802026-08-20T18:25:57.785Z[ host-image] Aug 20 18:25:56.637 INFO O| Aug 20 18:25:56.637 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97812026-08-20T18:25:57.794Z[ host-image] Aug 20 18:25:56.646 INFO O| Aug 20 18:25:56.646 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97822026-08-20T18:25:58.080Z[ host-image] Aug 20 18:25:56.932 INFO O| Aug 20 18:25:56.932 INFO STEP 2 (devfsadm) COMPLETE
97832026-08-20T18:25:58.081Z[ host-image] Aug 20 18:25:56.932 INFO O| Aug 20 18:25:56.932 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97842026-08-20T18:25:58.087Z[ host-image] Aug 20 18:25:56.941 INFO O| Aug 20 18:25:56.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97852026-08-20T18:25:58.088Z[ host-image] Aug 20 18:25:56.941 INFO O| Aug 20 18:25:56.941 INFO STEP 3 (ensure_dir) COMPLETE
97862026-08-20T18:25:58.088Z[ host-image] Aug 20 18:25:56.941 INFO O| Aug 20 18:25:56.941 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97872026-08-20T18:25:58.094Z[ host-image] Aug 20 18:25:56.948 INFO O| Aug 20 18:25:56.948 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97882026-08-20T18:25:58.098Z[ host-image] Aug 20 18:25:56.948 INFO O| Aug 20 18:25:56.948 INFO STEP 4 (ensure_dir) COMPLETE
97892026-08-20T18:25:58.098Z[ host-image] Aug 20 18:25:56.948 INFO O| Aug 20 18:25:56.948 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97902026-08-20T18:25:58.102Z[ host-image] Aug 20 18:25:56.956 INFO O| Aug 20 18:25:56.956 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97912026-08-20T18:25:58.102Z[ host-image] Aug 20 18:25:56.956 INFO O| Aug 20 18:25:56.956 INFO STEP 5 (ensure_dir) COMPLETE
97922026-08-20T18:25:58.102Z[ host-image] Aug 20 18:25:56.956 INFO O| Aug 20 18:25:56.956 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97932026-08-20T18:25:58.108Z[ host-image] Aug 20 18:25:56.962 INFO O| Aug 20 18:25:56.962 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97942026-08-20T18:25:58.112Z[ host-image] Aug 20 18:25:56.962 INFO O| Aug 20 18:25:56.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97952026-08-20T18:25:58.112Z[ host-image] Aug 20 18:25:56.962 INFO O| Aug 20 18:25:56.962 INFO STEP 6 (ensure_dir) COMPLETE
97962026-08-20T18:25:58.112Z[ host-image] Aug 20 18:25:56.962 INFO O| Aug 20 18:25:56.962 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97972026-08-20T18:25:58.116Z[ host-image] Aug 20 18:25:56.970 INFO O| Aug 20 18:25:56.970 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97982026-08-20T18:25:58.119Z[ host-image] Aug 20 18:25:56.970 INFO O| Aug 20 18:25:56.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97992026-08-20T18:25:58.119Z[ host-image] Aug 20 18:25:56.970 INFO O| Aug 20 18:25:56.970 INFO STEP 7 (ensure_dir) COMPLETE
98002026-08-20T18:25:58.119Z[ host-image] Aug 20 18:25:56.970 INFO O| Aug 20 18:25:56.970 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98012026-08-20T18:25:58.123Z[ host-image] Aug 20 18:25:56.976 INFO O| Aug 20 18:25:56.976 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98022026-08-20T18:25:58.126Z[ host-image] Aug 20 18:25:56.977 INFO O| Aug 20 18:25:56.977 INFO STEP 8 (remove_files) COMPLETE
98032026-08-20T18:25:58.126Z[ host-image] Aug 20 18:25:56.977 INFO O| Aug 20 18:25:56.977 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98042026-08-20T18:25:58.130Z[ host-image] Aug 20 18:25:56.984 INFO O| Aug 20 18:25:56.984 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98052026-08-20T18:25:58.133Z[ host-image] Aug 20 18:25:56.984 INFO O| Aug 20 18:25:56.984 INFO STEP 9 (remove_files) COMPLETE
98062026-08-20T18:25:58.133Z[ host-image] Aug 20 18:25:56.984 INFO O| Aug 20 18:25:56.984 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98072026-08-20T18:25:58.137Z[ host-image] Aug 20 18:25:56.991 INFO O| Aug 20 18:25:56.991 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98082026-08-20T18:25:58.142Z[ host-image] Aug 20 18:25:56.992 INFO O| Aug 20 18:25:56.992 INFO STEP 10 (remove_files) COMPLETE
98092026-08-20T18:25:58.142Z[ host-image] Aug 20 18:25:56.992 INFO O| Aug 20 18:25:56.992 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98102026-08-20T18:25:58.146Z[ host-image] Aug 20 18:25:56.998 INFO O| Aug 20 18:25:56.998 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98112026-08-20T18:25:58.146Z[ host-image] Aug 20 18:25:56.998 INFO O| Aug 20 18:25:56.998 INFO STEP 11 (remove_files) COMPLETE
98122026-08-20T18:25:58.146Z[ host-image] Aug 20 18:25:56.998 INFO O| Aug 20 18:25:56.998 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98132026-08-20T18:25:58.151Z[ host-image] Aug 20 18:25:57.005 INFO O| Aug 20 18:25:57.005 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98142026-08-20T18:25:58.154Z[ host-image] Aug 20 18:25:57.005 INFO O| Aug 20 18:25:57.005 INFO STEP 12 (remove_files) COMPLETE
98152026-08-20T18:25:58.154Z[ host-image] Aug 20 18:25:57.005 INFO O| Aug 20 18:25:57.005 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98162026-08-20T18:25:58.157Z[ host-image] Aug 20 18:25:57.012 INFO O| Aug 20 18:25:57.012 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98172026-08-20T18:25:58.158Z[ host-image] Aug 20 18:25:57.012 INFO O| Aug 20 18:25:57.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98182026-08-20T18:25:58.158Z[ host-image] Aug 20 18:25:57.012 INFO O| Aug 20 18:25:57.012 INFO STEP 13 (ensure_dir) COMPLETE
98192026-08-20T18:25:58.158Z[ host-image] Aug 20 18:25:57.012 INFO O| Aug 20 18:25:57.012 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98202026-08-20T18:25:58.164Z[ host-image] Aug 20 18:25:57.018 INFO O| Aug 20 18:25:57.018 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98212026-08-20T18:25:58.164Z[ host-image] Aug 20 18:25:57.018 INFO O| Aug 20 18:25:57.018 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98222026-08-20T18:25:58.168Z[ host-image] Aug 20 18:25:57.019 INFO O| Aug 20 18:25:57.019 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98232026-08-20T18:25:58.168Z[ host-image] Aug 20 18:25:57.019 INFO O| Aug 20 18:25:57.019 INFO STEP 14 (ensure_dir) COMPLETE
98242026-08-20T18:25:58.168Z[ host-image] Aug 20 18:25:57.019 INFO O| Aug 20 18:25:57.019 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98252026-08-20T18:25:58.172Z[ host-image] Aug 20 18:25:57.025 INFO O| Aug 20 18:25:57.025 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98262026-08-20T18:25:58.172Z[ host-image] Aug 20 18:25:57.025 INFO O| Aug 20 18:25:57.025 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98272026-08-20T18:25:58.172Z[ host-image] Aug 20 18:25:57.025 INFO O| Aug 20 18:25:57.025 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98282026-08-20T18:25:58.172Z[ host-image] Aug 20 18:25:57.025 INFO O| Aug 20 18:25:57.025 INFO STEP 15 (ensure_dir) COMPLETE
98292026-08-20T18:25:58.172Z[ host-image] Aug 20 18:25:57.025 INFO O| Aug 20 18:25:57.025 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98302026-08-20T18:25:58.178Z[ host-image] Aug 20 18:25:57.032 INFO O| Aug 20 18:25:57.032 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98312026-08-20T18:25:58.178Z[ host-image] Aug 20 18:25:57.032 INFO O| Aug 20 18:25:57.032 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98322026-08-20T18:25:58.182Z[ host-image] Aug 20 18:25:57.032 INFO O| Aug 20 18:25:57.032 INFO STEP 16 (ensure_dir) COMPLETE
98332026-08-20T18:25:58.182Z[ host-image] Aug 20 18:25:57.032 INFO O| Aug 20 18:25:57.032 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98342026-08-20T18:25:58.185Z[ host-image] Aug 20 18:25:57.039 INFO O| Aug 20 18:25:57.039 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98352026-08-20T18:25:58.185Z[ host-image] Aug 20 18:25:57.039 INFO O| Aug 20 18:25:57.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98362026-08-20T18:25:58.185Z[ host-image] Aug 20 18:25:57.039 INFO O| Aug 20 18:25:57.039 INFO STEP 17 (ensure_dir) COMPLETE
98372026-08-20T18:25:58.185Z[ host-image] Aug 20 18:25:57.039 INFO O| Aug 20 18:25:57.039 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98382026-08-20T18:25:58.191Z[ host-image] Aug 20 18:25:57.045 INFO O| Aug 20 18:25:57.045 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98392026-08-20T18:25:58.194Z[ host-image] Aug 20 18:25:57.045 INFO O| Aug 20 18:25:57.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98402026-08-20T18:25:58.194Z[ host-image] Aug 20 18:25:57.045 INFO O| Aug 20 18:25:57.045 INFO ok!
98412026-08-20T18:25:58.194Z[ host-image] Aug 20 18:25:57.045 INFO O| Aug 20 18:25:57.045 INFO STEP 18 (ensure_symlink) COMPLETE
98422026-08-20T18:25:58.194Z[ host-image] Aug 20 18:25:57.045 INFO O| Aug 20 18:25:57.045 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98432026-08-20T18:25:58.198Z[ host-image] Aug 20 18:25:57.053 INFO O| Aug 20 18:25:57.053 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98442026-08-20T18:25:58.199Z[ host-image] Aug 20 18:25:57.053 INFO O| Aug 20 18:25:57.053 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98452026-08-20T18:25:58.199Z[ host-image] Aug 20 18:25:57.053 INFO O| Aug 20 18:25:57.053 INFO ok!
98462026-08-20T18:25:58.199Z[ host-image] Aug 20 18:25:57.053 INFO O| Aug 20 18:25:57.053 INFO STEP 19 (ensure_file) COMPLETE
98472026-08-20T18:25:58.202Z[ host-image] Aug 20 18:25:57.053 INFO O| Aug 20 18:25:57.053 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98482026-08-20T18:25:58.206Z[ host-image] Aug 20 18:25:57.059 INFO O| Aug 20 18:25:57.059 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98492026-08-20T18:25:58.206Z[ host-image] Aug 20 18:25:57.059 INFO O| Aug 20 18:25:57.059 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98502026-08-20T18:25:58.206Z[ host-image] Aug 20 18:25:57.059 INFO O| Aug 20 18:25:57.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98512026-08-20T18:25:58.207Z[ host-image] Aug 20 18:25:57.059 INFO O| Aug 20 18:25:57.059 INFO ok!
98522026-08-20T18:25:58.207Z[ host-image] Aug 20 18:25:57.059 INFO O| Aug 20 18:25:57.059 INFO STEP 20 (ensure_symlink) COMPLETE
98532026-08-20T18:25:58.207Z[ host-image] Aug 20 18:25:57.059 INFO O| Aug 20 18:25:57.059 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98542026-08-20T18:25:58.214Z[ host-image] Aug 20 18:25:57.068 INFO O| Aug 20 18:25:57.068 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98552026-08-20T18:25:58.217Z[ host-image] Aug 20 18:25:57.068 INFO O| Aug 20 18:25:57.068 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98562026-08-20T18:25:58.217Z[ host-image] Aug 20 18:25:57.068 INFO O| Aug 20 18:25:57.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98572026-08-20T18:25:58.218Z[ host-image] Aug 20 18:25:57.068 INFO O| Aug 20 18:25:57.068 INFO ok!
98582026-08-20T18:25:58.218Z[ host-image] Aug 20 18:25:57.068 INFO O| Aug 20 18:25:57.068 INFO STEP 21 (ensure_symlink) COMPLETE
98592026-08-20T18:25:58.218Z[ host-image] Aug 20 18:25:57.068 INFO O| Aug 20 18:25:57.068 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98602026-08-20T18:25:58.221Z[ host-image] Aug 20 18:25:57.074 INFO O| Aug 20 18:25:57.074 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98612026-08-20T18:25:58.222Z[ host-image] Aug 20 18:25:57.074 INFO O| Aug 20 18:25:57.074 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98622026-08-20T18:25:58.222Z[ host-image] Aug 20 18:25:57.074 INFO O| Aug 20 18:25:57.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98632026-08-20T18:25:58.222Z[ host-image] Aug 20 18:25:57.074 INFO O| Aug 20 18:25:57.074 INFO ok!
98642026-08-20T18:25:58.222Z[ host-image] Aug 20 18:25:57.074 INFO O| Aug 20 18:25:57.074 INFO STEP 22 (ensure_symlink) COMPLETE
98652026-08-20T18:25:58.222Z[ host-image] Aug 20 18:25:57.074 INFO O| Aug 20 18:25:57.074 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98662026-08-20T18:25:58.226Z[ host-image] Aug 20 18:25:57.080 INFO O| Aug 20 18:25:57.080 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98672026-08-20T18:25:58.226Z[ host-image] Aug 20 18:25:57.080 INFO O| Aug 20 18:25:57.080 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98682026-08-20T18:25:58.230Z[ host-image] Aug 20 18:25:57.080 INFO O| Aug 20 18:25:57.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98692026-08-20T18:25:58.230Z[ host-image] Aug 20 18:25:57.080 INFO O| Aug 20 18:25:57.080 INFO ok!
98702026-08-20T18:25:58.230Z[ host-image] Aug 20 18:25:57.080 INFO O| Aug 20 18:25:57.080 INFO STEP 23 (ensure_symlink) COMPLETE
98712026-08-20T18:25:58.230Z[ host-image] Aug 20 18:25:57.080 INFO O| Aug 20 18:25:57.080 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98722026-08-20T18:25:58.234Z[ host-image] Aug 20 18:25:57.086 INFO O| Aug 20 18:25:57.086 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98732026-08-20T18:25:58.234Z[ host-image] Aug 20 18:25:57.086 INFO O| Aug 20 18:25:57.086 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98742026-08-20T18:25:58.234Z[ host-image] Aug 20 18:25:57.086 INFO O| Aug 20 18:25:57.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98752026-08-20T18:25:58.234Z[ host-image] Aug 20 18:25:57.086 INFO O| Aug 20 18:25:57.086 INFO ok!
98762026-08-20T18:25:58.234Z[ host-image] Aug 20 18:25:57.086 INFO O| Aug 20 18:25:57.086 INFO STEP 24 (ensure_file) COMPLETE
98772026-08-20T18:25:58.234Z[ host-image] Aug 20 18:25:57.086 INFO O| Aug 20 18:25:57.086 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98782026-08-20T18:25:58.239Z[ host-image] Aug 20 18:25:57.093 INFO O| Aug 20 18:25:57.093 INFO updating shadow file
98792026-08-20T18:25:58.245Z[ host-image] Aug 20 18:25:57.093 INFO O| Aug 20 18:25:57.093 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98802026-08-20T18:25:58.245Z[ host-image] Aug 20 18:25:57.093 INFO O| Aug 20 18:25:57.093 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98812026-08-20T18:25:58.245Z[ host-image] Aug 20 18:25:57.093 INFO O| Aug 20 18:25:57.093 INFO STEP 25 (shadow) COMPLETE
98822026-08-20T18:25:58.245Z[ host-image] Aug 20 18:25:57.093 INFO O| Aug 20 18:25:57.093 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98832026-08-20T18:25:58.248Z[ host-image] Aug 20 18:25:57.099 INFO O| Aug 20 18:25:57.099 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98842026-08-20T18:25:58.248Z[ host-image] Aug 20 18:25:57.099 INFO O| Aug 20 18:25:57.099 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98852026-08-20T18:25:58.248Z[ host-image] Aug 20 18:25:57.099 INFO O| Aug 20 18:25:57.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98862026-08-20T18:25:58.248Z[ host-image] Aug 20 18:25:57.099 INFO O| Aug 20 18:25:57.099 INFO ok!
98872026-08-20T18:25:58.248Z[ host-image] Aug 20 18:25:57.099 INFO O| Aug 20 18:25:57.099 INFO STEP 26 (ensure_file) COMPLETE
98882026-08-20T18:25:58.248Z[ host-image] Aug 20 18:25:57.099 INFO O| Aug 20 18:25:57.099 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98892026-08-20T18:25:58.252Z[ host-image] Aug 20 18:25:57.106 INFO O| Aug 20 18:25:57.106 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98902026-08-20T18:25:58.252Z[ host-image] Aug 20 18:25:57.106 INFO O| Aug 20 18:25:57.106 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98912026-08-20T18:25:58.252Z[ host-image] Aug 20 18:25:57.106 INFO O| Aug 20 18:25:57.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98922026-08-20T18:25:58.252Z[ host-image] Aug 20 18:25:57.106 INFO O| Aug 20 18:25:57.106 INFO ok!
98932026-08-20T18:25:58.252Z[ host-image] Aug 20 18:25:57.106 INFO O| Aug 20 18:25:57.106 INFO STEP 27 (ensure_file) COMPLETE
98942026-08-20T18:25:58.252Z[ host-image] Aug 20 18:25:57.106 INFO O| Aug 20 18:25:57.106 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98952026-08-20T18:25:58.260Z[ host-image] Aug 20 18:25:57.114 INFO O| Aug 20 18:25:57.114 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98962026-08-20T18:25:58.263Z[ host-image] Aug 20 18:25:57.114 INFO O| Aug 20 18:25:57.114 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98972026-08-20T18:25:58.264Z[ host-image] Aug 20 18:25:57.114 INFO O| Aug 20 18:25:57.114 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98982026-08-20T18:25:58.264Z[ host-image] Aug 20 18:25:57.114 INFO O| Aug 20 18:25:57.114 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98992026-08-20T18:25:58.264Z[ host-image] Aug 20 18:25:57.114 INFO O| Aug 20 18:25:57.114 INFO ok!
99002026-08-20T18:25:58.264Z[ host-image] Aug 20 18:25:57.114 INFO O| Aug 20 18:25:57.114 INFO STEP 28 (ensure_file) COMPLETE
99012026-08-20T18:25:58.264Z[ host-image] Aug 20 18:25:57.114 INFO O| Aug 20 18:25:57.114 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99022026-08-20T18:25:58.267Z[ host-image] Aug 20 18:25:57.121 INFO O| Aug 20 18:25:57.121 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99032026-08-20T18:25:58.268Z[ host-image] Aug 20 18:25:57.121 INFO O| Aug 20 18:25:57.121 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99042026-08-20T18:25:58.268Z[ host-image] Aug 20 18:25:57.121 INFO O| Aug 20 18:25:57.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99052026-08-20T18:25:58.268Z[ host-image] Aug 20 18:25:57.121 INFO O| Aug 20 18:25:57.121 INFO ok!
99062026-08-20T18:25:58.268Z[ host-image] Aug 20 18:25:57.121 INFO O| Aug 20 18:25:57.121 INFO STEP 29 (ensure_file) COMPLETE
99072026-08-20T18:25:58.268Z[ host-image] Aug 20 18:25:57.121 INFO O| Aug 20 18:25:57.121 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99082026-08-20T18:25:58.274Z[ host-image] Aug 20 18:25:57.128 INFO O| Aug 20 18:25:57.128 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99092026-08-20T18:25:58.274Z[ host-image] Aug 20 18:25:57.129 INFO O| Aug 20 18:25:57.128 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99102026-08-20T18:25:58.278Z[ host-image] Aug 20 18:25:57.129 INFO O| Aug 20 18:25:57.129 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99112026-08-20T18:25:58.278Z[ host-image] Aug 20 18:25:57.129 INFO O| Aug 20 18:25:57.129 INFO STEP 30 (ensure_dir) COMPLETE
99122026-08-20T18:25:58.278Z[ host-image] Aug 20 18:25:57.129 INFO O| Aug 20 18:25:57.129 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99132026-08-20T18:25:58.281Z[ host-image] Aug 20 18:25:57.134 INFO O| Aug 20 18:25:57.134 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99142026-08-20T18:25:58.281Z[ host-image] Aug 20 18:25:57.134 INFO O| Aug 20 18:25:57.134 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99152026-08-20T18:25:58.281Z[ host-image] Aug 20 18:25:57.134 INFO O| Aug 20 18:25:57.134 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99162026-08-20T18:25:58.281Z[ host-image] Aug 20 18:25:57.134 INFO O| Aug 20 18:25:57.134 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99172026-08-20T18:25:58.281Z[ host-image] Aug 20 18:25:57.134 INFO O| Aug 20 18:25:57.134 INFO ok!
99182026-08-20T18:25:58.281Z[ host-image] Aug 20 18:25:57.134 INFO O| Aug 20 18:25:57.134 INFO STEP 31 (ensure_file) COMPLETE
99192026-08-20T18:25:58.281Z[ host-image] Aug 20 18:25:57.134 INFO O| Aug 20 18:25:57.134 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99202026-08-20T18:25:58.286Z[ host-image] Aug 20 18:25:57.140 INFO O| Aug 20 18:25:57.140 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99212026-08-20T18:25:58.290Z[ host-image] Aug 20 18:25:57.140 INFO O| Aug 20 18:25:57.140 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99222026-08-20T18:25:58.290Z[ host-image] Aug 20 18:25:57.140 INFO O| Aug 20 18:25:57.140 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99232026-08-20T18:25:58.290Z[ host-image] Aug 20 18:25:57.140 INFO O| Aug 20 18:25:57.140 INFO STEP 32 (ensure_dir) COMPLETE
99242026-08-20T18:25:58.290Z[ host-image] Aug 20 18:25:57.140 INFO O| Aug 20 18:25:57.140 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99252026-08-20T18:25:58.293Z[ host-image] Aug 20 18:25:57.147 INFO O| Aug 20 18:25:57.147 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99262026-08-20T18:25:58.293Z[ host-image] Aug 20 18:25:57.147 INFO O| Aug 20 18:25:57.147 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 ...
99272026-08-20T18:25:58.297Z[ host-image] Aug 20 18:25:57.147 INFO O| Aug 20 18:25:57.147 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
99282026-08-20T18:25:58.297Z[ host-image] Aug 20 18:25:57.147 INFO O| Aug 20 18:25:57.147 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99292026-08-20T18:25:58.297Z[ host-image] Aug 20 18:25:57.147 INFO O| Aug 20 18:25:57.147 INFO ok!
99302026-08-20T18:25:58.297Z[ host-image] Aug 20 18:25:57.147 INFO O| Aug 20 18:25:57.147 INFO STEP 33 (ensure_file) COMPLETE
99312026-08-20T18:25:58.297Z[ host-image] Aug 20 18:25:57.147 INFO O| Aug 20 18:25:57.147 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99322026-08-20T18:25:58.302Z[ host-image] Aug 20 18:25:57.154 INFO O| Aug 20 18:25:57.154 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99332026-08-20T18:25:58.302Z[ host-image] Aug 20 18:25:57.154 INFO O| Aug 20 18:25:57.154 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99342026-08-20T18:25:58.302Z[ host-image] Aug 20 18:25:57.154 INFO O| Aug 20 18:25:57.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99352026-08-20T18:25:58.302Z[ host-image] Aug 20 18:25:57.154 INFO O| Aug 20 18:25:57.154 INFO ok!
99362026-08-20T18:25:58.302Z[ host-image] Aug 20 18:25:57.154 INFO O| Aug 20 18:25:57.154 INFO STEP 34 (ensure_file) COMPLETE
99372026-08-20T18:25:58.302Z[ host-image] Aug 20 18:25:57.154 INFO O| Aug 20 18:25:57.154 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99382026-08-20T18:25:58.307Z[ host-image] Aug 20 18:25:57.161 INFO O| Aug 20 18:25:57.161 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99392026-08-20T18:25:58.307Z[ host-image] Aug 20 18:25:57.161 INFO O| Aug 20 18:25:57.161 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99402026-08-20T18:25:58.311Z[ host-image] Aug 20 18:25:57.161 INFO O| Aug 20 18:25:57.161 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99412026-08-20T18:25:58.311Z[ host-image] Aug 20 18:25:57.161 INFO O| Aug 20 18:25:57.161 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99422026-08-20T18:25:58.311Z[ host-image] Aug 20 18:25:57.161 INFO O| Aug 20 18:25:57.161 INFO ok!
99432026-08-20T18:25:58.311Z[ host-image] Aug 20 18:25:57.161 INFO O| Aug 20 18:25:57.161 INFO STEP 35 (ensure_file) COMPLETE
99442026-08-20T18:25:58.311Z[ host-image] Aug 20 18:25:57.161 INFO O| Aug 20 18:25:57.161 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99452026-08-20T18:25:58.314Z[ host-image] Aug 20 18:25:57.167 INFO O| Aug 20 18:25:57.167 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99462026-08-20T18:25:58.314Z[ host-image] Aug 20 18:25:57.167 INFO O| Aug 20 18:25:57.167 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99472026-08-20T18:25:58.314Z[ host-image] Aug 20 18:25:57.167 INFO O| Aug 20 18:25:57.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99482026-08-20T18:25:58.314Z[ host-image] Aug 20 18:25:57.167 INFO O| Aug 20 18:25:57.167 INFO ok!
99492026-08-20T18:25:58.314Z[ host-image] Aug 20 18:25:57.167 INFO O| Aug 20 18:25:57.167 INFO STEP 36 (ensure_file) COMPLETE
99502026-08-20T18:25:58.314Z[ host-image] Aug 20 18:25:57.167 INFO O| Aug 20 18:25:57.167 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99512026-08-20T18:25:58.320Z[ host-image] Aug 20 18:25:57.173 INFO O| Aug 20 18:25:57.173 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99522026-08-20T18:25:58.320Z[ host-image] Aug 20 18:25:57.173 INFO O| Aug 20 18:25:57.173 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99532026-08-20T18:25:58.324Z[ host-image] Aug 20 18:25:57.173 INFO O| Aug 20 18:25:57.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99542026-08-20T18:25:58.324Z[ host-image] Aug 20 18:25:57.173 INFO O| Aug 20 18:25:57.173 INFO ok!
99552026-08-20T18:25:58.324Z[ host-image] Aug 20 18:25:57.173 INFO O| Aug 20 18:25:57.173 INFO STEP 37 (ensure_file) COMPLETE
99562026-08-20T18:25:58.324Z[ host-image] Aug 20 18:25:57.173 INFO O| Aug 20 18:25:57.173 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99572026-08-20T18:25:58.327Z[ host-image] Aug 20 18:25:57.180 INFO O| Aug 20 18:25:57.180 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99582026-08-20T18:25:58.327Z[ host-image] Aug 20 18:25:57.180 INFO O| Aug 20 18:25:57.180 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99592026-08-20T18:25:58.327Z[ host-image] Aug 20 18:25:57.180 INFO O| Aug 20 18:25:57.180 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99602026-08-20T18:25:58.327Z[ host-image] Aug 20 18:25:57.180 INFO O| Aug 20 18:25:57.180 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99612026-08-20T18:25:58.327Z[ host-image] Aug 20 18:25:57.180 INFO O| Aug 20 18:25:57.180 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99622026-08-20T18:25:58.327Z[ host-image] Aug 20 18:25:57.180 INFO O| Aug 20 18:25:57.180 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99632026-08-20T18:25:58.327Z[ host-image] Aug 20 18:25:57.180 INFO O| Aug 20 18:25:57.180 INFO ok!
99642026-08-20T18:25:58.327Z[ host-image] Aug 20 18:25:57.180 INFO O| Aug 20 18:25:57.180 INFO STEP 38 (ensure_file) COMPLETE
99652026-08-20T18:25:58.327Z[ host-image] Aug 20 18:25:57.180 INFO O| Aug 20 18:25:57.180 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99662026-08-20T18:25:58.332Z[ host-image] Aug 20 18:25:57.186 INFO O| Aug 20 18:25:57.186 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99672026-08-20T18:25:58.335Z[ host-image] Aug 20 18:25:57.186 INFO O| Aug 20 18:25:57.186 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99682026-08-20T18:25:58.335Z[ host-image] Aug 20 18:25:57.186 INFO O| Aug 20 18:25:57.186 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99692026-08-20T18:25:58.335Z[ host-image] Aug 20 18:25:57.186 INFO O| Aug 20 18:25:57.186 INFO STEP 39 (ensure_dir) COMPLETE
99702026-08-20T18:25:58.335Z[ host-image] Aug 20 18:25:57.186 INFO O| Aug 20 18:25:57.186 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99712026-08-20T18:25:58.343Z[ host-image] Aug 20 18:25:57.195 INFO O| Aug 20 18:25:57.195 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
99722026-08-20T18:25:58.343Z[ host-image] Aug 20 18:25:57.195 INFO O| Aug 20 18:25:57.195 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 ...
99732026-08-20T18:25:58.346Z[ host-image] Aug 20 18:25:57.195 INFO O| Aug 20 18:25:57.195 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
99742026-08-20T18:25:58.346Z[ host-image] Aug 20 18:25:57.195 INFO O| Aug 20 18:25:57.195 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
99752026-08-20T18:25:58.346Z[ host-image] Aug 20 18:25:57.195 INFO O| Aug 20 18:25:57.195 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
99762026-08-20T18:25:58.346Z[ host-image] Aug 20 18:25:57.195 INFO O| Aug 20 18:25:57.195 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
99772026-08-20T18:25:58.346Z[ host-image] Aug 20 18:25:57.195 INFO O| Aug 20 18:25:57.195 INFO ok!
99782026-08-20T18:25:58.346Z[ host-image] Aug 20 18:25:57.195 INFO O| Aug 20 18:25:57.195 INFO STEP 40 (ensure_file) COMPLETE
99792026-08-20T18:25:58.346Z[ host-image] Aug 20 18:25:57.195 INFO O| Aug 20 18:25:57.195 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99802026-08-20T18:25:58.350Z[ host-image] Aug 20 18:25:57.203 INFO O| Aug 20 18:25:57.203 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99812026-08-20T18:25:58.350Z[ host-image] Aug 20 18:25:57.203 INFO O| Aug 20 18:25:57.203 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 ...
99822026-08-20T18:25:58.350Z[ host-image] Aug 20 18:25:57.203 INFO O| Aug 20 18:25:57.203 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99832026-08-20T18:25:58.350Z[ host-image] Aug 20 18:25:57.203 INFO O| Aug 20 18:25:57.203 INFO ok!
99842026-08-20T18:25:58.350Z[ host-image] Aug 20 18:25:57.203 INFO O| Aug 20 18:25:57.203 INFO STEP 41 (ensure_symlink) COMPLETE
99852026-08-20T18:25:58.350Z[ host-image] Aug 20 18:25:57.203 INFO O| Aug 20 18:25:57.203 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99862026-08-20T18:25:58.355Z[ host-image] Aug 20 18:25:57.209 INFO O| Aug 20 18:25:57.209 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99872026-08-20T18:25:58.355Z[ host-image] Aug 20 18:25:57.209 INFO O| Aug 20 18:25:57.209 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99882026-08-20T18:25:58.359Z[ host-image] Aug 20 18:25:57.209 INFO O| Aug 20 18:25:57.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99892026-08-20T18:25:58.360Z[ host-image] Aug 20 18:25:57.209 INFO O| Aug 20 18:25:57.209 INFO ok!
99902026-08-20T18:25:58.360Z[ host-image] Aug 20 18:25:57.209 INFO O| Aug 20 18:25:57.209 INFO STEP 42 (ensure_symlink) COMPLETE
99912026-08-20T18:25:58.360Z[ host-image] Aug 20 18:25:57.209 INFO O| Aug 20 18:25:57.209 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99922026-08-20T18:25:58.363Z[ host-image] Aug 20 18:25:57.217 INFO O| Aug 20 18:25:57.217 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99932026-08-20T18:25:58.363Z[ host-image] Aug 20 18:25:57.217 INFO O| Aug 20 18:25:57.217 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99942026-08-20T18:25:58.363Z[ host-image] Aug 20 18:25:57.217 INFO O| Aug 20 18:25:57.217 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99952026-08-20T18:25:58.363Z[ host-image] Aug 20 18:25:57.217 INFO O| Aug 20 18:25:57.217 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99962026-08-20T18:25:58.363Z[ host-image] Aug 20 18:25:57.217 INFO O| Aug 20 18:25:57.217 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99972026-08-20T18:25:58.363Z[ host-image] Aug 20 18:25:57.217 INFO O| Aug 20 18:25:57.217 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99982026-08-20T18:25:58.363Z[ host-image] Aug 20 18:25:57.217 INFO O| Aug 20 18:25:57.217 INFO ok!
99992026-08-20T18:25:58.363Z[ host-image] Aug 20 18:25:57.217 INFO O| Aug 20 18:25:57.217 INFO STEP 43 (ensure_file) COMPLETE
100002026-08-20T18:25:58.363Z[ host-image] Aug 20 18:25:57.217 INFO O| Aug 20 18:25:57.217 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100012026-08-20T18:25:58.370Z[ host-image] Aug 20 18:25:57.224 INFO O| Aug 20 18:25:57.224 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100022026-08-20T18:25:58.370Z[ host-image] Aug 20 18:25:57.224 INFO O| Aug 20 18:25:57.224 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 ...
100032026-08-20T18:25:58.373Z[ host-image] Aug 20 18:25:57.224 INFO O| Aug 20 18:25:57.224 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
100042026-08-20T18:25:58.373Z[ host-image] Aug 20 18:25:57.224 INFO O| Aug 20 18:25:57.224 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100052026-08-20T18:25:58.373Z[ host-image] Aug 20 18:25:57.224 INFO O| Aug 20 18:25:57.224 INFO ok!
100062026-08-20T18:25:58.373Z[ host-image] Aug 20 18:25:57.224 INFO O| Aug 20 18:25:57.224 INFO STEP 44 (ensure_file) COMPLETE
100072026-08-20T18:25:58.373Z[ host-image] Aug 20 18:25:57.224 INFO O| Aug 20 18:25:57.224 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100082026-08-20T18:25:58.377Z[ host-image] Aug 20 18:25:57.231 INFO O| Aug 20 18:25:57.231 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100092026-08-20T18:25:58.377Z[ host-image] Aug 20 18:25:57.231 INFO O| Aug 20 18:25:57.231 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100102026-08-20T18:25:58.380Z[ host-image] Aug 20 18:25:57.231 INFO O| Aug 20 18:25:57.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100112026-08-20T18:25:58.380Z[ host-image] Aug 20 18:25:57.231 INFO O| Aug 20 18:25:57.231 INFO ok!
100122026-08-20T18:25:58.380Z[ host-image] Aug 20 18:25:57.231 INFO O| Aug 20 18:25:57.231 INFO STEP 45 (ensure_file) COMPLETE
100132026-08-20T18:25:58.381Z[ host-image] Aug 20 18:25:57.231 INFO O| Aug 20 18:25:57.231 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100142026-08-20T18:25:58.384Z[ host-image] Aug 20 18:25:57.237 INFO O| Aug 20 18:25:57.237 INFO updating shadow file
100152026-08-20T18:25:58.384Z[ host-image] Aug 20 18:25:57.237 INFO O| Aug 20 18:25:57.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100162026-08-20T18:25:58.385Z[ host-image] Aug 20 18:25:57.237 INFO O| Aug 20 18:25:57.237 INFO STEP 46 (shadow) COMPLETE
100172026-08-20T18:25:58.385Z[ host-image] Aug 20 18:25:57.237 INFO O| Aug 20 18:25:57.237 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100182026-08-20T18:25:58.390Z[ host-image] Aug 20 18:25:57.245 INFO O| Aug 20 18:25:57.245 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100192026-08-20T18:25:58.390Z[ host-image] Aug 20 18:25:57.245 INFO O| Aug 20 18:25:57.245 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100202026-08-20T18:25:58.394Z[ host-image] Aug 20 18:25:57.245 INFO O| Aug 20 18:25:57.245 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100212026-08-20T18:25:58.394Z[ host-image] Aug 20 18:25:57.245 INFO O| Aug 20 18:25:57.245 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100222026-08-20T18:25:58.394Z[ host-image] Aug 20 18:25:57.245 INFO O| Aug 20 18:25:57.245 INFO ok!
100232026-08-20T18:25:58.394Z[ host-image] Aug 20 18:25:57.245 INFO O| Aug 20 18:25:57.245 INFO STEP 47 (ensure_file) COMPLETE
100242026-08-20T18:25:58.394Z[ host-image] Aug 20 18:25:57.245 INFO O| Aug 20 18:25:57.245 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100252026-08-20T18:25:58.394Z[ host-image] Aug 20 18:25:57.245 INFO O| Aug 20 18:25:57.245 INFO skip step because feature "mfg" is not enabled
100262026-08-20T18:25:58.394Z[ host-image] Aug 20 18:25:57.245 INFO O| Aug 20 18:25:57.245 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100272026-08-20T18:25:58.394Z[ host-image] Aug 20 18:25:57.245 INFO O| Aug 20 18:25:57.245 INFO skip step because feature "mfg" is not enabled
100282026-08-20T18:25:58.394Z[ host-image] Aug 20 18:25:57.245 INFO O| Aug 20 18:25:57.245 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100292026-08-20T18:25:58.397Z[ host-image] Aug 20 18:25:57.251 INFO O| Aug 20 18:25:57.251 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100302026-08-20T18:25:58.397Z[ host-image] Aug 20 18:25:57.251 INFO O| Aug 20 18:25:57.251 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100312026-08-20T18:25:58.421Z[ host-image] Aug 20 18:25:57.275 INFO O| Aug 20 18:25:57.275 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100322026-08-20T18:25:58.421Z[ host-image] Aug 20 18:25:57.275 INFO O| Aug 20 18:25:57.275 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100332026-08-20T18:25:58.429Z[ host-image] Aug 20 18:25:57.275 INFO O| Aug 20 18:25:57.275 INFO ok!
100342026-08-20T18:25:58.430Z[ host-image] Aug 20 18:25:57.275 INFO O| Aug 20 18:25:57.275 INFO STEP 50 (ensure_file) COMPLETE
100352026-08-20T18:25:58.430Z[ host-image] Aug 20 18:25:57.275 INFO O| Aug 20 18:25:57.275 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100362026-08-20T18:25:58.430Z[ host-image] Aug 20 18:25:57.275 INFO O| Aug 20 18:25:57.275 INFO skip step because feature "compliance" is not enabled
100372026-08-20T18:25:58.430Z[ host-image] Aug 20 18:25:57.275 INFO O| Aug 20 18:25:57.275 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100382026-08-20T18:25:58.433Z[ host-image] Aug 20 18:25:57.283 INFO O| Aug 20 18:25:57.283 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100392026-08-20T18:25:58.433Z[ host-image] Aug 20 18:25:57.283 INFO O| Aug 20 18:25:57.283 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100402026-08-20T18:25:58.433Z[ host-image] Aug 20 18:25:57.284 INFO O| Aug 20 18:25:57.284 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100412026-08-20T18:25:58.433Z[ host-image] Aug 20 18:25:57.284 INFO O| Aug 20 18:25:57.284 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100422026-08-20T18:25:58.433Z[ host-image] Aug 20 18:25:57.284 INFO O| Aug 20 18:25:57.284 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100432026-08-20T18:25:58.433Z[ host-image] Aug 20 18:25:57.284 INFO O| Aug 20 18:25:57.284 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100442026-08-20T18:25:58.433Z[ host-image] Aug 20 18:25:57.284 INFO O| Aug 20 18:25:57.284 INFO ok!
100452026-08-20T18:25:58.433Z[ host-image] Aug 20 18:25:57.284 INFO O| Aug 20 18:25:57.284 INFO STEP 52 (ensure_file) COMPLETE
100462026-08-20T18:25:58.433Z[ host-image] Aug 20 18:25:57.284 INFO O| Aug 20 18:25:57.284 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100472026-08-20T18:25:58.437Z[ host-image] Aug 20 18:25:57.291 INFO O| Aug 20 18:25:57.291 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100482026-08-20T18:25:58.437Z[ host-image] Aug 20 18:25:57.292 INFO O| Aug 20 18:25:57.291 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 ...
100492026-08-20T18:25:58.440Z[ host-image] Aug 20 18:25:57.292 INFO O| Aug 20 18:25:57.292 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
100502026-08-20T18:25:58.440Z[ host-image] Aug 20 18:25:57.292 INFO O| Aug 20 18:25:57.292 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100512026-08-20T18:25:58.440Z[ host-image] Aug 20 18:25:57.292 INFO O| Aug 20 18:25:57.292 INFO ok!
100522026-08-20T18:25:58.440Z[ host-image] Aug 20 18:25:57.292 INFO O| Aug 20 18:25:57.292 INFO STEP 53 (ensure_file) COMPLETE
100532026-08-20T18:25:58.440Z[ host-image] Aug 20 18:25:57.292 INFO O| Aug 20 18:25:57.292 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100542026-08-20T18:25:58.445Z[ host-image] Aug 20 18:25:57.299 INFO O| Aug 20 18:25:57.299 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100552026-08-20T18:25:58.445Z[ host-image] Aug 20 18:25:57.300 INFO O| Aug 20 18:25:57.299 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 ...
100562026-08-20T18:25:58.449Z[ host-image] Aug 20 18:25:57.300 INFO O| Aug 20 18:25:57.300 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100572026-08-20T18:25:58.449Z[ host-image] Aug 20 18:25:57.300 INFO O| Aug 20 18:25:57.300 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100582026-08-20T18:25:58.449Z[ host-image] Aug 20 18:25:57.300 INFO O| Aug 20 18:25:57.300 INFO ok!
100592026-08-20T18:25:58.449Z[ host-image] Aug 20 18:25:57.300 INFO O| Aug 20 18:25:57.300 INFO STEP 54 (ensure_file) COMPLETE
100602026-08-20T18:25:58.449Z[ host-image] Aug 20 18:25:57.300 INFO O| Aug 20 18:25:57.300 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100612026-08-20T18:25:58.453Z[ host-image] Aug 20 18:25:57.308 INFO O| Aug 20 18:25:57.308 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100622026-08-20T18:25:58.453Z[ host-image] Aug 20 18:25:57.308 INFO O| Aug 20 18:25:57.308 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 ...
100632026-08-20T18:25:58.457Z[ host-image] Aug 20 18:25:57.308 INFO O| Aug 20 18:25:57.308 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
100642026-08-20T18:25:58.457Z[ host-image] Aug 20 18:25:57.308 INFO O| Aug 20 18:25:57.308 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100652026-08-20T18:25:58.457Z[ host-image] Aug 20 18:25:57.308 INFO O| Aug 20 18:25:57.308 INFO ok!
100662026-08-20T18:25:58.457Z[ host-image] Aug 20 18:25:57.308 INFO O| Aug 20 18:25:57.308 INFO STEP 55 (ensure_file) COMPLETE
100672026-08-20T18:25:58.457Z[ host-image] Aug 20 18:25:57.308 INFO O| Aug 20 18:25:57.308 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100682026-08-20T18:25:58.460Z[ host-image] Aug 20 18:25:57.314 INFO O| Aug 20 18:25:57.314 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100692026-08-20T18:25:58.460Z[ host-image] Aug 20 18:25:57.314 INFO O| Aug 20 18:25:57.314 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 ...
100702026-08-20T18:25:58.461Z[ host-image] Aug 20 18:25:57.314 INFO O| Aug 20 18:25:57.314 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100712026-08-20T18:25:58.461Z[ host-image] Aug 20 18:25:57.314 INFO O| Aug 20 18:25:57.314 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100722026-08-20T18:25:58.461Z[ host-image] Aug 20 18:25:57.314 INFO O| Aug 20 18:25:57.314 INFO ok!
100732026-08-20T18:25:58.461Z[ host-image] Aug 20 18:25:57.314 INFO O| Aug 20 18:25:57.314 INFO STEP 56 (ensure_file) COMPLETE
100742026-08-20T18:25:58.461Z[ host-image] Aug 20 18:25:57.314 INFO O| Aug 20 18:25:57.314 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100752026-08-20T18:25:58.466Z[ host-image] Aug 20 18:25:57.320 INFO O| Aug 20 18:25:57.320 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100762026-08-20T18:25:58.466Z[ host-image] Aug 20 18:25:57.320 INFO O| Aug 20 18:25:57.320 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 ...
100772026-08-20T18:25:58.469Z[ host-image] Aug 20 18:25:57.320 INFO O| Aug 20 18:25:57.320 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
100782026-08-20T18:25:58.469Z[ host-image] Aug 20 18:25:57.320 INFO O| Aug 20 18:25:57.320 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100792026-08-20T18:25:58.469Z[ host-image] Aug 20 18:25:57.320 INFO O| Aug 20 18:25:57.320 INFO ok!
100802026-08-20T18:25:58.469Z[ host-image] Aug 20 18:25:57.320 INFO O| Aug 20 18:25:57.320 INFO STEP 57 (ensure_file) COMPLETE
100812026-08-20T18:25:58.469Z[ host-image] Aug 20 18:25:57.320 INFO O| Aug 20 18:25:57.320 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100822026-08-20T18:25:58.473Z[ host-image] Aug 20 18:25:57.326 INFO O| Aug 20 18:25:57.326 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100832026-08-20T18:25:58.473Z[ host-image] Aug 20 18:25:57.326 INFO O| Aug 20 18:25:57.326 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 ...
100842026-08-20T18:25:58.473Z[ host-image] Aug 20 18:25:57.326 INFO O| Aug 20 18:25:57.326 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100852026-08-20T18:25:58.473Z[ host-image] Aug 20 18:25:57.326 INFO O| Aug 20 18:25:57.326 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100862026-08-20T18:25:58.473Z[ host-image] Aug 20 18:25:57.326 INFO O| Aug 20 18:25:57.326 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100872026-08-20T18:25:58.473Z[ host-image] Aug 20 18:25:57.326 INFO O| Aug 20 18:25:57.326 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100882026-08-20T18:25:58.473Z[ host-image] Aug 20 18:25:57.326 INFO O| Aug 20 18:25:57.326 INFO ok!
100892026-08-20T18:25:58.473Z[ host-image] Aug 20 18:25:57.326 INFO O| Aug 20 18:25:57.326 INFO STEP 58 (ensure_file) COMPLETE
100902026-08-20T18:25:58.473Z[ host-image] Aug 20 18:25:57.326 INFO O| Aug 20 18:25:57.326 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100912026-08-20T18:25:58.481Z[ host-image] Aug 20 18:25:57.335 INFO O| Aug 20 18:25:57.335 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100922026-08-20T18:25:58.481Z[ host-image] Aug 20 18:25:57.335 INFO O| Aug 20 18:25:57.335 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 ...
100932026-08-20T18:25:58.484Z[ host-image] Aug 20 18:25:57.335 INFO O| Aug 20 18:25:57.335 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
100942026-08-20T18:25:58.484Z[ host-image] Aug 20 18:25:57.335 INFO O| Aug 20 18:25:57.335 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100952026-08-20T18:25:58.484Z[ host-image] Aug 20 18:25:57.335 INFO O| Aug 20 18:25:57.335 INFO ok!
100962026-08-20T18:25:58.484Z[ host-image] Aug 20 18:25:57.335 INFO O| Aug 20 18:25:57.335 INFO STEP 59 (ensure_file) COMPLETE
100972026-08-20T18:25:58.484Z[ host-image] Aug 20 18:25:57.335 INFO O| Aug 20 18:25:57.335 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100982026-08-20T18:25:58.488Z[ host-image] Aug 20 18:25:57.341 INFO O| Aug 20 18:25:57.341 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100992026-08-20T18:25:58.488Z[ host-image] Aug 20 18:25:57.341 INFO O| Aug 20 18:25:57.341 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101002026-08-20T18:25:58.488Z[ host-image] Aug 20 18:25:57.341 INFO O| Aug 20 18:25:57.341 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101012026-08-20T18:25:58.488Z[ host-image] Aug 20 18:25:57.341 INFO O| Aug 20 18:25:57.341 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101022026-08-20T18:25:58.488Z[ host-image] Aug 20 18:25:57.341 INFO O| Aug 20 18:25:57.341 INFO ok!
101032026-08-20T18:25:58.488Z[ host-image] Aug 20 18:25:57.341 INFO O| Aug 20 18:25:57.341 INFO STEP 60 (ensure_file) COMPLETE
101042026-08-20T18:25:58.488Z[ host-image] Aug 20 18:25:57.341 INFO O| Aug 20 18:25:57.341 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101052026-08-20T18:25:58.493Z[ host-image] Aug 20 18:25:57.347 INFO O| Aug 20 18:25:57.347 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101062026-08-20T18:25:58.493Z[ host-image] Aug 20 18:25:57.347 INFO O| Aug 20 18:25:57.347 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 ...
101072026-08-20T18:25:58.496Z[ host-image] Aug 20 18:25:57.347 INFO O| Aug 20 18:25:57.347 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
101082026-08-20T18:25:58.496Z[ host-image] Aug 20 18:25:57.347 INFO O| Aug 20 18:25:57.347 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101092026-08-20T18:25:58.496Z[ host-image] Aug 20 18:25:57.347 INFO O| Aug 20 18:25:57.347 INFO ok!
101102026-08-20T18:25:58.496Z[ host-image] Aug 20 18:25:57.347 INFO O| Aug 20 18:25:57.347 INFO STEP 61 (ensure_file) COMPLETE
101112026-08-20T18:25:58.496Z[ host-image] Aug 20 18:25:57.347 INFO O| Aug 20 18:25:57.347 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101122026-08-20T18:25:58.500Z[ host-image] Aug 20 18:25:57.353 INFO O| Aug 20 18:25:57.353 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101132026-08-20T18:25:58.500Z[ host-image] Aug 20 18:25:57.353 INFO O| Aug 20 18:25:57.353 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101142026-08-20T18:25:58.500Z[ host-image] Aug 20 18:25:57.353 INFO O| Aug 20 18:25:57.353 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101152026-08-20T18:25:58.500Z[ host-image] Aug 20 18:25:57.353 INFO O| Aug 20 18:25:57.353 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101162026-08-20T18:25:58.500Z[ host-image] Aug 20 18:25:57.353 INFO O| Aug 20 18:25:57.353 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101172026-08-20T18:25:58.500Z[ host-image] Aug 20 18:25:57.353 INFO O| Aug 20 18:25:57.353 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101182026-08-20T18:25:58.500Z[ host-image] Aug 20 18:25:57.353 INFO O| Aug 20 18:25:57.353 INFO ok!
101192026-08-20T18:25:58.500Z[ host-image] Aug 20 18:25:57.353 INFO O| Aug 20 18:25:57.353 INFO STEP 62 (ensure_file) COMPLETE
101202026-08-20T18:25:58.500Z[ host-image] Aug 20 18:25:57.353 INFO O| Aug 20 18:25:57.353 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101212026-08-20T18:25:58.508Z[ host-image] Aug 20 18:25:57.361 INFO O| Aug 20 18:25:57.361 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101222026-08-20T18:25:58.512Z[ host-image] Aug 20 18:25:57.361 INFO O| Aug 20 18:25:57.361 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 ...
101232026-08-20T18:25:58.512Z[ host-image] Aug 20 18:25:57.361 INFO O| Aug 20 18:25:57.361 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
101242026-08-20T18:25:58.512Z[ host-image] Aug 20 18:25:57.361 INFO O| Aug 20 18:25:57.361 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101252026-08-20T18:25:58.512Z[ host-image] Aug 20 18:25:57.361 INFO O| Aug 20 18:25:57.361 INFO ok!
101262026-08-20T18:25:58.512Z[ host-image] Aug 20 18:25:57.361 INFO O| Aug 20 18:25:57.361 INFO STEP 63 (ensure_file) COMPLETE
101272026-08-20T18:25:58.512Z[ host-image] Aug 20 18:25:57.361 INFO O| Aug 20 18:25:57.361 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101282026-08-20T18:25:58.516Z[ host-image] Aug 20 18:25:57.368 INFO O| Aug 20 18:25:57.368 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101292026-08-20T18:25:58.516Z[ host-image] Aug 20 18:25:57.368 INFO O| Aug 20 18:25:57.368 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 ...
101302026-08-20T18:25:58.516Z[ host-image] Aug 20 18:25:57.368 INFO O| Aug 20 18:25:57.368 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
101312026-08-20T18:25:58.516Z[ host-image] Aug 20 18:25:57.368 INFO O| Aug 20 18:25:57.368 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101322026-08-20T18:25:58.516Z[ host-image] Aug 20 18:25:57.368 INFO O| Aug 20 18:25:57.368 INFO ok!
101332026-08-20T18:25:58.516Z[ host-image] Aug 20 18:25:57.368 INFO O| Aug 20 18:25:57.368 INFO STEP 64 (ensure_file) COMPLETE
101342026-08-20T18:25:58.516Z[ host-image] Aug 20 18:25:57.368 INFO O| Aug 20 18:25:57.368 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101352026-08-20T18:25:58.520Z[ host-image] Aug 20 18:25:57.374 INFO O| Aug 20 18:25:57.374 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101362026-08-20T18:25:58.520Z[ host-image] Aug 20 18:25:57.374 INFO O| Aug 20 18:25:57.374 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 ...
101372026-08-20T18:25:58.523Z[ host-image] Aug 20 18:25:57.374 INFO O| Aug 20 18:25:57.374 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
101382026-08-20T18:25:58.523Z[ host-image] Aug 20 18:25:57.374 INFO O| Aug 20 18:25:57.374 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101392026-08-20T18:25:58.523Z[ host-image] Aug 20 18:25:57.374 INFO O| Aug 20 18:25:57.374 INFO ok!
101402026-08-20T18:25:58.523Z[ host-image] Aug 20 18:25:57.374 INFO O| Aug 20 18:25:57.374 INFO STEP 65 (ensure_file) COMPLETE
101412026-08-20T18:25:58.523Z[ host-image] Aug 20 18:25:57.374 INFO O| Aug 20 18:25:57.374 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101422026-08-20T18:25:58.523Z[ host-image] Aug 20 18:25:57.374 INFO O| Aug 20 18:25:57.374 INFO skip step because feature "mbist" is not enabled
101432026-08-20T18:25:58.523Z[ host-image] Aug 20 18:25:57.374 INFO O| Aug 20 18:25:57.374 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101442026-08-20T18:25:58.528Z[ host-image] Aug 20 18:25:57.383 INFO O| Aug 20 18:25:57.383 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101452026-08-20T18:25:58.528Z[ host-image] Aug 20 18:25:57.383 INFO O| Aug 20 18:25:57.383 INFO STEP 67 (ensure_dir) COMPLETE
101462026-08-20T18:25:58.532Z[ host-image] Aug 20 18:25:57.383 INFO O| Aug 20 18:25:57.383 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101472026-08-20T18:25:58.535Z[ host-image] Aug 20 18:25:57.388 INFO O| Aug 20 18:25:57.388 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101482026-08-20T18:25:58.535Z[ host-image] Aug 20 18:25:57.388 INFO O| Aug 20 18:25:57.388 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101492026-08-20T18:25:58.535Z[ host-image] Aug 20 18:25:57.388 INFO O| Aug 20 18:25:57.388 INFO STEP 68 (ensure_dir) COMPLETE
101502026-08-20T18:25:58.535Z[ host-image] Aug 20 18:25:57.388 INFO O| Aug 20 18:25:57.388 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101512026-08-20T18:25:58.542Z[ host-image] Aug 20 18:25:57.396 INFO O| Aug 20 18:25:57.396 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101522026-08-20T18:25:58.545Z[ host-image] Aug 20 18:25:57.396 INFO O| Aug 20 18:25:57.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101532026-08-20T18:25:58.545Z[ host-image] Aug 20 18:25:57.396 INFO O| Aug 20 18:25:57.396 INFO STEP 69 (ensure_dir) COMPLETE
101542026-08-20T18:25:58.545Z[ host-image] Aug 20 18:25:57.396 INFO O| Aug 20 18:25:57.396 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101552026-08-20T18:25:58.548Z[ host-image] Aug 20 18:25:57.402 INFO O| Aug 20 18:25:57.402 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101562026-08-20T18:25:58.548Z[ host-image] Aug 20 18:25:57.402 INFO O| Aug 20 18:25:57.402 INFO copying /tmp/.tmprb053a/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101572026-08-20T18:25:58.913Z[ host-image] Aug 20 18:25:57.766 INFO O| Aug 20 18:25:57.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101582026-08-20T18:25:58.913Z[ host-image] Aug 20 18:25:57.766 INFO O| Aug 20 18:25:57.766 INFO ok!
101592026-08-20T18:25:58.913Z[ host-image] Aug 20 18:25:57.766 INFO O| Aug 20 18:25:57.766 INFO STEP 70 (ensure_file) COMPLETE
101602026-08-20T18:25:58.919Z[ host-image] Aug 20 18:25:57.766 INFO O| Aug 20 18:25:57.766 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101612026-08-20T18:25:58.924Z[ host-image] Aug 20 18:25:57.777 INFO O| Aug 20 18:25:57.777 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101622026-08-20T18:25:58.924Z[ host-image] Aug 20 18:25:57.777 INFO O| Aug 20 18:25:57.777 INFO copying /tmp/.tmprb053a/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101632026-08-20T18:25:59.593Z[ host-image] Aug 20 18:25:58.444 INFO O| Aug 20 18:25:58.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101642026-08-20T18:25:59.593Z[ host-image] Aug 20 18:25:58.444 INFO O| Aug 20 18:25:58.444 INFO ok!
101652026-08-20T18:25:59.597Z[ host-image] Aug 20 18:25:58.444 INFO O| Aug 20 18:25:58.444 INFO STEP 71 (ensure_file) COMPLETE
101662026-08-20T18:25:59.597Z[ host-image] Aug 20 18:25:58.444 INFO O| Aug 20 18:25:58.444 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101672026-08-20T18:25:59.600Z[ host-image] Aug 20 18:25:58.454 INFO O| Aug 20 18:25:58.454 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101682026-08-20T18:25:59.600Z[ host-image] Aug 20 18:25:58.454 INFO O| Aug 20 18:25:58.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101692026-08-20T18:25:59.600Z[ host-image] Aug 20 18:25:58.454 INFO O| Aug 20 18:25:58.454 INFO STEP 72 (ensure_dir) COMPLETE
101702026-08-20T18:25:59.600Z[ host-image] Aug 20 18:25:58.454 INFO O| Aug 20 18:25:58.454 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101712026-08-20T18:25:59.610Z[ host-image] Aug 20 18:25:58.464 INFO O| Aug 20 18:25:58.464 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101722026-08-20T18:25:59.610Z[ host-image] Aug 20 18:25:58.464 INFO O| Aug 20 18:25:58.464 INFO copying /tmp/.tmprb053a/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 ...
101732026-08-20T18:25:59.614Z[ host-image] Aug 20 18:25:58.464 INFO O| Aug 20 18:25:58.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101742026-08-20T18:25:59.614Z[ host-image] Aug 20 18:25:58.464 INFO O| Aug 20 18:25:58.464 INFO ok!
101752026-08-20T18:25:59.614Z[ host-image] Aug 20 18:25:58.464 INFO O| Aug 20 18:25:58.464 INFO STEP 73 (ensure_file) COMPLETE
101762026-08-20T18:25:59.614Z[ host-image] Aug 20 18:25:58.464 INFO O| Aug 20 18:25:58.464 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101772026-08-20T18:25:59.620Z[ host-image] Aug 20 18:25:58.473 INFO O| Aug 20 18:25:58.473 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101782026-08-20T18:25:59.623Z[ host-image] Aug 20 18:25:58.473 INFO O| Aug 20 18:25:58.473 INFO copying /tmp/.tmprb053a/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 ...
101792026-08-20T18:25:59.623Z[ host-image] Aug 20 18:25:58.473 INFO O| Aug 20 18:25:58.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101802026-08-20T18:25:59.623Z[ host-image] Aug 20 18:25:58.473 INFO O| Aug 20 18:25:58.473 INFO ok!
101812026-08-20T18:25:59.623Z[ host-image] Aug 20 18:25:58.473 INFO O| Aug 20 18:25:58.473 INFO STEP 74 (ensure_file) COMPLETE
101822026-08-20T18:25:59.623Z[ host-image] Aug 20 18:25:58.473 INFO O| Aug 20 18:25:58.473 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101832026-08-20T18:25:59.627Z[ host-image] Aug 20 18:25:58.481 INFO O| Aug 20 18:25:58.481 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101842026-08-20T18:25:59.631Z[ host-image] Aug 20 18:25:58.481 INFO O| Aug 20 18:25:58.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101852026-08-20T18:25:59.631Z[ host-image] Aug 20 18:25:58.481 INFO O| Aug 20 18:25:58.481 INFO STEP 75 (ensure_dir) COMPLETE
101862026-08-20T18:25:59.631Z[ host-image] Aug 20 18:25:58.481 INFO O| Aug 20 18:25:58.481 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101872026-08-20T18:25:59.636Z[ host-image] Aug 20 18:25:58.490 INFO O| Aug 20 18:25:58.490 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101882026-08-20T18:25:59.636Z[ host-image] Aug 20 18:25:58.490 INFO O| Aug 20 18:25:58.490 INFO copying /tmp/.tmprb053a/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 ...
101892026-08-20T18:25:59.639Z[ host-image] Aug 20 18:25:58.490 INFO O| Aug 20 18:25:58.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101902026-08-20T18:25:59.639Z[ host-image] Aug 20 18:25:58.490 INFO O| Aug 20 18:25:58.490 INFO ok!
101912026-08-20T18:25:59.639Z[ host-image] Aug 20 18:25:58.490 INFO O| Aug 20 18:25:58.490 INFO STEP 76 (ensure_file) COMPLETE
101922026-08-20T18:25:59.639Z[ host-image] Aug 20 18:25:58.490 INFO O| Aug 20 18:25:58.490 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101932026-08-20T18:25:59.644Z[ host-image] Aug 20 18:25:58.498 INFO O| Aug 20 18:25:58.498 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101942026-08-20T18:25:59.644Z[ host-image] Aug 20 18:25:58.498 INFO O| Aug 20 18:25:58.498 INFO copying /tmp/.tmprb053a/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 ...
101952026-08-20T18:25:59.647Z[ host-image] Aug 20 18:25:58.498 INFO O| Aug 20 18:25:58.498 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101962026-08-20T18:25:59.647Z[ host-image] Aug 20 18:25:58.498 INFO O| Aug 20 18:25:58.498 INFO ok!
101972026-08-20T18:25:59.647Z[ host-image] Aug 20 18:25:58.498 INFO O| Aug 20 18:25:58.498 INFO STEP 77 (ensure_file) COMPLETE
101982026-08-20T18:25:59.647Z[ host-image] Aug 20 18:25:58.498 INFO O| Aug 20 18:25:58.498 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101992026-08-20T18:25:59.687Z[ host-image] Aug 20 18:25:58.505 INFO O| Aug 20 18:25:58.505 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102002026-08-20T18:25:59.687Z[ host-image] Aug 20 18:25:58.505 INFO O| Aug 20 18:25:58.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102012026-08-20T18:25:59.687Z[ host-image] Aug 20 18:25:58.505 INFO O| Aug 20 18:25:58.505 INFO STEP 78 (ensure_dir) COMPLETE
102022026-08-20T18:25:59.687Z[ host-image] Aug 20 18:25:58.505 INFO O| Aug 20 18:25:58.505 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102032026-08-20T18:25:59.687Z[ host-image] Aug 20 18:25:58.514 INFO O| Aug 20 18:25:58.514 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102042026-08-20T18:25:59.687Z[ host-image] Aug 20 18:25:58.514 INFO O| Aug 20 18:25:58.514 INFO copying /tmp/.tmprb053a/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 ...
102052026-08-20T18:25:59.687Z[ host-image] Aug 20 18:25:58.514 INFO O| Aug 20 18:25:58.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102062026-08-20T18:25:59.687Z[ host-image] Aug 20 18:25:58.514 INFO O| Aug 20 18:25:58.514 INFO ok!
102072026-08-20T18:25:59.687Z[ host-image] Aug 20 18:25:58.514 INFO O| Aug 20 18:25:58.514 INFO STEP 79 (ensure_file) COMPLETE
102082026-08-20T18:25:59.687Z[ host-image] Aug 20 18:25:58.514 INFO O| Aug 20 18:25:58.514 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102092026-08-20T18:25:59.688Z[ host-image] Aug 20 18:25:58.523 INFO O| Aug 20 18:25:58.523 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102102026-08-20T18:25:59.688Z[ host-image] Aug 20 18:25:58.523 INFO O| Aug 20 18:25:58.523 INFO copying /tmp/.tmprb053a/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102112026-08-20T18:25:59.688Z[ host-image] Aug 20 18:25:58.523 INFO O| Aug 20 18:25:58.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102122026-08-20T18:25:59.688Z[ host-image] Aug 20 18:25:58.523 INFO O| Aug 20 18:25:58.523 INFO ok!
102132026-08-20T18:25:59.688Z[ host-image] Aug 20 18:25:58.523 INFO O| Aug 20 18:25:58.523 INFO STEP 80 (ensure_file) COMPLETE
102142026-08-20T18:25:59.688Z[ host-image] Aug 20 18:25:58.523 INFO O| Aug 20 18:25:58.523 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102152026-08-20T18:25:59.688Z[ host-image] Aug 20 18:25:58.531 INFO O| Aug 20 18:25:58.531 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102162026-08-20T18:25:59.688Z[ host-image] Aug 20 18:25:58.531 INFO O| Aug 20 18:25:58.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102172026-08-20T18:25:59.688Z[ host-image] Aug 20 18:25:58.531 INFO O| Aug 20 18:25:58.531 INFO STEP 81 (ensure_dir) COMPLETE
102182026-08-20T18:25:59.688Z[ host-image] Aug 20 18:25:58.531 INFO O| Aug 20 18:25:58.531 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102192026-08-20T18:25:59.688Z[ host-image] Aug 20 18:25:58.539 INFO O| Aug 20 18:25:58.539 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102202026-08-20T18:25:59.688Z[ host-image] Aug 20 18:25:58.539 INFO O| Aug 20 18:25:58.539 INFO copying /tmp/.tmprb053a/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102212026-08-20T18:26:00.295Z[ host-image] Aug 20 18:25:59.149 INFO O| Aug 20 18:25:59.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102222026-08-20T18:26:00.295Z[ host-image] Aug 20 18:25:59.149 INFO O| Aug 20 18:25:59.149 INFO ok!
102232026-08-20T18:26:00.295Z[ host-image] Aug 20 18:25:59.149 INFO O| Aug 20 18:25:59.149 INFO STEP 82 (ensure_file) COMPLETE
102242026-08-20T18:26:00.299Z[ host-image] Aug 20 18:25:59.149 INFO O| Aug 20 18:25:59.149 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102252026-08-20T18:26:00.303Z[ host-image] Aug 20 18:25:59.158 INFO O| Aug 20 18:25:59.158 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102262026-08-20T18:26:00.303Z[ host-image] Aug 20 18:25:59.158 INFO O| Aug 20 18:25:59.158 INFO copying /tmp/.tmprb053a/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102272026-08-20T18:26:00.513Z[ recovery-image] Aug 20 18:25:59.367 INFO creating reset image...
102282026-08-20T18:26:00.518Z[ recovery-image] Aug 20 18:25:59.367 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")
102292026-08-20T18:26:00.619Z[ host-image] Aug 20 18:25:59.473 INFO O| Aug 20 18:25:59.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102302026-08-20T18:26:00.619Z[ host-image] Aug 20 18:25:59.473 INFO O| Aug 20 18:25:59.473 INFO ok!
102312026-08-20T18:26:00.619Z[ host-image] Aug 20 18:25:59.473 INFO O| Aug 20 18:25:59.473 INFO STEP 83 (ensure_file) COMPLETE
102322026-08-20T18:26:00.622Z[ host-image] Aug 20 18:25:59.473 INFO O| Aug 20 18:25:59.473 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102332026-08-20T18:26:00.629Z[ host-image] Aug 20 18:25:59.483 INFO O| Aug 20 18:25:59.483 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102342026-08-20T18:26:00.629Z[ host-image] Aug 20 18:25:59.483 INFO O| Aug 20 18:25:59.483 INFO copying /tmp/.tmprb053a/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102352026-08-20T18:26:00.885Z[ recovery-image] Aug 20 18:25:59.736 INFO E| Updating crates.io index
102362026-08-20T18:26:01.002Z[ recovery-image] Aug 20 18:25:59.856 INFO E| Downloading crates ...
102372026-08-20T18:26:01.063Z[ recovery-image] Aug 20 18:25:59.916 INFO E| Downloaded os_pipe v1.2.3
102382026-08-20T18:26:01.118Z[ recovery-image] Aug 20 18:25:59.971 INFO E| Downloaded shared_thread v0.2.0
102392026-08-20T18:26:01.122Z[ recovery-image] Aug 20 18:25:59.972 INFO E| Downloaded clap_lex v1.1.0
102402026-08-20T18:26:01.122Z[ recovery-image] Aug 20 18:25:59.973 INFO E| Downloaded shared_child v1.1.1
102412026-08-20T18:26:01.122Z[ recovery-image] Aug 20 18:25:59.974 INFO E| Downloaded colorchoice v1.0.5
102422026-08-20T18:26:01.122Z[ recovery-image] Aug 20 18:25:59.975 INFO E| Downloaded duct v1.1.1
102432026-08-20T18:26:01.125Z[ recovery-image] Aug 20 18:25:59.977 INFO E| Downloaded sigchld v0.2.4
102442026-08-20T18:26:01.166Z[ recovery-image] Aug 20 18:26:00.020 INFO E| Compiling libc v0.2.186
102452026-08-20T18:26:01.167Z[ recovery-image] Aug 20 18:26:00.020 INFO E| Compiling proc-macro2 v1.0.106
102462026-08-20T18:26:01.170Z[ recovery-image] Aug 20 18:26:00.020 INFO E| Compiling quote v1.0.45
102472026-08-20T18:26:01.170Z[ recovery-image] Aug 20 18:26:00.020 INFO E| Compiling signal-hook v0.3.18
102482026-08-20T18:26:01.170Z[ recovery-image] Aug 20 18:26:00.021 INFO E| Compiling unicode-ident v1.0.24
102492026-08-20T18:26:01.170Z[ recovery-image] Aug 20 18:26:00.021 INFO E| Compiling utf8parse v0.2.2
102502026-08-20T18:26:01.170Z[ recovery-image] Aug 20 18:26:00.021 INFO E| Compiling anstyle-query v1.1.5
102512026-08-20T18:26:01.170Z[ recovery-image] Aug 20 18:26:00.021 INFO E| Compiling anstyle v1.0.14
102522026-08-20T18:26:01.170Z[ recovery-image] Aug 20 18:26:00.021 INFO E| Compiling is_terminal_polyfill v1.70.2
102532026-08-20T18:26:01.170Z[ recovery-image] Aug 20 18:26:00.021 INFO E| Compiling colorchoice v1.0.5
102542026-08-20T18:26:01.170Z[ recovery-image] Aug 20 18:26:00.021 INFO E| Compiling heck v0.5.0
102552026-08-20T18:26:01.170Z[ recovery-image] Aug 20 18:26:00.021 INFO E| Compiling strsim v0.11.1
102562026-08-20T18:26:01.179Z[ recovery-image] Aug 20 18:26:00.033 INFO E| Compiling clap_lex v1.1.0
102572026-08-20T18:26:01.182Z[ recovery-image] Aug 20 18:26:00.033 INFO E| Compiling shared_thread v0.2.0
102582026-08-20T18:26:01.495Z[ recovery-image] Aug 20 18:26:00.348 INFO E| Compiling anstyle-parse v1.0.0
102592026-08-20T18:26:01.853Z[ recovery-image] Aug 20 18:26:00.707 INFO E| Compiling anstream v1.0.0
102602026-08-20T18:26:02.100Z[ recovery-image] Aug 20 18:26:00.954 INFO E| Compiling clap_builder v4.6.0
102612026-08-20T18:26:02.479Z[ recovery-image] Aug 20 18:26:01.333 INFO E| Compiling errno v0.3.14
102622026-08-20T18:26:02.480Z[ recovery-image] Aug 20 18:26:01.333 INFO E| Compiling os_pipe v1.2.3
102632026-08-20T18:26:02.517Z[ host-image] Aug 20 18:26:01.370 INFO O| Aug 20 18:26:01.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102642026-08-20T18:26:02.517Z[ host-image] Aug 20 18:26:01.370 INFO O| Aug 20 18:26:01.370 INFO ok!
102652026-08-20T18:26:02.522Z[ host-image] Aug 20 18:26:01.370 INFO O| Aug 20 18:26:01.370 INFO STEP 84 (ensure_file) COMPLETE
102662026-08-20T18:26:02.522Z[ host-image] Aug 20 18:26:01.370 INFO O| Aug 20 18:26:01.370 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102672026-08-20T18:26:02.525Z[ host-image] Aug 20 18:26:01.378 INFO O| Aug 20 18:26:01.378 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102682026-08-20T18:26:02.525Z[ host-image] Aug 20 18:26:01.378 INFO O| Aug 20 18:26:01.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102692026-08-20T18:26:02.525Z[ host-image] Aug 20 18:26:01.378 INFO O| Aug 20 18:26:01.378 INFO STEP 85 (ensure_dir) COMPLETE
102702026-08-20T18:26:02.525Z[ host-image] Aug 20 18:26:01.378 INFO O| Aug 20 18:26:01.378 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102712026-08-20T18:26:02.533Z[ host-image] Aug 20 18:26:01.387 INFO O| Aug 20 18:26:01.387 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102722026-08-20T18:26:02.533Z[ host-image] Aug 20 18:26:01.387 INFO O| Aug 20 18:26:01.387 INFO copying /tmp/.tmprb053a/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 ...
102732026-08-20T18:26:02.533Z[ host-image] Aug 20 18:26:01.387 INFO O| Aug 20 18:26:01.387 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102742026-08-20T18:26:02.536Z[ host-image] Aug 20 18:26:01.387 INFO O| Aug 20 18:26:01.387 INFO ok!
102752026-08-20T18:26:02.536Z[ host-image] Aug 20 18:26:01.387 INFO O| Aug 20 18:26:01.387 INFO STEP 86 (ensure_file) COMPLETE
102762026-08-20T18:26:02.536Z[ host-image] Aug 20 18:26:01.387 INFO O| Aug 20 18:26:01.387 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102772026-08-20T18:26:02.542Z[ host-image] Aug 20 18:26:01.396 INFO O| Aug 20 18:26:01.396 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102782026-08-20T18:26:02.542Z[ host-image] Aug 20 18:26:01.396 INFO O| Aug 20 18:26:01.396 INFO copying /tmp/.tmprb053a/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 ...
102792026-08-20T18:26:02.545Z[ host-image] Aug 20 18:26:01.396 INFO O| Aug 20 18:26:01.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102802026-08-20T18:26:02.545Z[ host-image] Aug 20 18:26:01.396 INFO O| Aug 20 18:26:01.396 INFO ok!
102812026-08-20T18:26:02.545Z[ host-image] Aug 20 18:26:01.396 INFO O| Aug 20 18:26:01.396 INFO STEP 87 (ensure_file) COMPLETE
102822026-08-20T18:26:02.545Z[ host-image] Aug 20 18:26:01.396 INFO O| Aug 20 18:26:01.396 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102832026-08-20T18:26:02.552Z[ host-image] Aug 20 18:26:01.405 INFO O| Aug 20 18:26:01.405 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102842026-08-20T18:26:02.552Z[ host-image] Aug 20 18:26:01.405 INFO O| Aug 20 18:26:01.405 INFO copying /tmp/.tmprb053a/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102852026-08-20T18:26:02.555Z[ host-image] Aug 20 18:26:01.405 INFO O| Aug 20 18:26:01.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102862026-08-20T18:26:02.555Z[ host-image] Aug 20 18:26:01.405 INFO O| Aug 20 18:26:01.405 INFO ok!
102872026-08-20T18:26:02.555Z[ host-image] Aug 20 18:26:01.405 INFO O| Aug 20 18:26:01.405 INFO STEP 88 (ensure_file) COMPLETE
102882026-08-20T18:26:02.555Z[ host-image] Aug 20 18:26:01.405 INFO O| Aug 20 18:26:01.405 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102892026-08-20T18:26:02.562Z[ host-image] Aug 20 18:26:01.415 INFO O| Aug 20 18:26:01.415 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102902026-08-20T18:26:02.562Z[ host-image] Aug 20 18:26:01.415 INFO O| Aug 20 18:26:01.415 INFO copying /tmp/.tmprb053a/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102912026-08-20T18:26:02.565Z[ host-image] Aug 20 18:26:01.415 INFO O| Aug 20 18:26:01.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102922026-08-20T18:26:02.565Z[ host-image] Aug 20 18:26:01.415 INFO O| Aug 20 18:26:01.415 INFO ok!
102932026-08-20T18:26:02.565Z[ host-image] Aug 20 18:26:01.415 INFO O| Aug 20 18:26:01.415 INFO STEP 89 (ensure_file) COMPLETE
102942026-08-20T18:26:02.565Z[ host-image] Aug 20 18:26:01.415 INFO O| Aug 20 18:26:01.415 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102952026-08-20T18:26:02.570Z[ host-image] Aug 20 18:26:01.424 INFO O| Aug 20 18:26:01.424 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102962026-08-20T18:26:02.570Z[ host-image] Aug 20 18:26:01.424 INFO O| Aug 20 18:26:01.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102972026-08-20T18:26:02.573Z[ host-image] Aug 20 18:26:01.424 INFO O| Aug 20 18:26:01.424 INFO STEP 90 (ensure_dir) COMPLETE
102982026-08-20T18:26:02.573Z[ host-image] Aug 20 18:26:01.424 INFO O| Aug 20 18:26:01.424 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102992026-08-20T18:26:02.578Z[ host-image] Aug 20 18:26:01.433 INFO O| Aug 20 18:26:01.432 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
103002026-08-20T18:26:02.578Z[ host-image] Aug 20 18:26:01.433 INFO O| Aug 20 18:26:01.433 INFO copying /tmp/.tmprb053a/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103012026-08-20T18:26:02.582Z[ host-image] Aug 20 18:26:01.435 INFO O| Aug 20 18:26:01.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103022026-08-20T18:26:02.583Z[ host-image] Aug 20 18:26:01.435 INFO O| Aug 20 18:26:01.435 INFO ok!
103032026-08-20T18:26:02.583Z[ host-image] Aug 20 18:26:01.435 INFO O| Aug 20 18:26:01.435 INFO STEP 91 (ensure_file) COMPLETE
103042026-08-20T18:26:02.583Z[ host-image] Aug 20 18:26:01.435 INFO O| Aug 20 18:26:01.435 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103052026-08-20T18:26:02.586Z[ recovery-image] Aug 20 18:26:01.438 INFO E| Compiling signal-hook-registry v1.4.8
103062026-08-20T18:26:02.590Z[ host-image] Aug 20 18:26:01.443 INFO O| Aug 20 18:26:01.443 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103072026-08-20T18:26:02.590Z[ host-image] Aug 20 18:26:01.443 INFO O| Aug 20 18:26:01.443 INFO copying /tmp/.tmprb053a/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103082026-08-20T18:26:02.590Z[ host-image] Aug 20 18:26:01.443 INFO O| Aug 20 18:26:01.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103092026-08-20T18:26:02.590Z[ host-image] Aug 20 18:26:01.443 INFO O| Aug 20 18:26:01.443 INFO ok!
103102026-08-20T18:26:02.590Z[ host-image] Aug 20 18:26:01.443 INFO O| Aug 20 18:26:01.443 INFO STEP 92 (ensure_file) COMPLETE
103112026-08-20T18:26:02.590Z[ host-image] Aug 20 18:26:01.443 INFO O| Aug 20 18:26:01.443 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103122026-08-20T18:26:02.600Z[ host-image] Aug 20 18:26:01.454 INFO O| Aug 20 18:26:01.454 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103132026-08-20T18:26:02.600Z[ host-image] Aug 20 18:26:01.454 INFO O| Aug 20 18:26:01.454 INFO copying /tmp/.tmprb053a/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103142026-08-20T18:26:02.794Z[ recovery-image] Aug 20 18:26:01.648 INFO E| Compiling syn v2.0.117
103152026-08-20T18:26:02.895Z[ recovery-image] Aug 20 18:26:01.749 INFO E| Compiling sigchld v0.2.4
103162026-08-20T18:26:03.008Z[ recovery-image] Aug 20 18:26:01.862 INFO E| Compiling shared_child v1.1.1
103172026-08-20T18:26:03.084Z[ host-image] Aug 20 18:26:01.938 INFO O| Aug 20 18:26:01.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103182026-08-20T18:26:03.084Z[ host-image] Aug 20 18:26:01.938 INFO O| Aug 20 18:26:01.938 INFO ok!
103192026-08-20T18:26:03.084Z[ host-image] Aug 20 18:26:01.938 INFO O| Aug 20 18:26:01.938 INFO STEP 93 (ensure_file) COMPLETE
103202026-08-20T18:26:03.088Z[ host-image] Aug 20 18:26:01.938 INFO O| Aug 20 18:26:01.938 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103212026-08-20T18:26:03.094Z[ host-image] Aug 20 18:26:01.948 INFO O| Aug 20 18:26:01.948 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103222026-08-20T18:26:03.094Z[ host-image] Aug 20 18:26:01.948 INFO O| Aug 20 18:26:01.948 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103232026-08-20T18:26:03.094Z[ host-image] Aug 20 18:26:01.948 INFO O| Aug 20 18:26:01.948 INFO STEP 94 (ensure_dir) COMPLETE
103242026-08-20T18:26:03.097Z[ host-image] Aug 20 18:26:01.948 INFO O| Aug 20 18:26:01.948 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103252026-08-20T18:26:03.102Z[ host-image] Aug 20 18:26:01.956 INFO O| Aug 20 18:26:01.956 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103262026-08-20T18:26:03.102Z[ host-image] Aug 20 18:26:01.956 INFO O| Aug 20 18:26:01.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103272026-08-20T18:26:03.105Z[ host-image] Aug 20 18:26:01.956 INFO O| Aug 20 18:26:01.956 INFO STEP 95 (ensure_dir) COMPLETE
103282026-08-20T18:26:03.105Z[ host-image] Aug 20 18:26:01.956 INFO O| Aug 20 18:26:01.956 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103292026-08-20T18:26:03.110Z[ host-image] Aug 20 18:26:01.965 INFO O| Aug 20 18:26:01.965 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103302026-08-20T18:26:03.114Z[ host-image] Aug 20 18:26:01.965 INFO O| Aug 20 18:26:01.965 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103312026-08-20T18:26:03.114Z[ host-image] Aug 20 18:26:01.965 INFO O| Aug 20 18:26:01.965 INFO STEP 96 (ensure_dir) COMPLETE
103322026-08-20T18:26:03.114Z[ host-image] Aug 20 18:26:01.965 INFO O| Aug 20 18:26:01.965 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103332026-08-20T18:26:03.119Z[ host-image] Aug 20 18:26:01.972 INFO O| Aug 20 18:26:01.972 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103342026-08-20T18:26:03.119Z[ host-image] Aug 20 18:26:01.972 INFO O| Aug 20 18:26:01.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103352026-08-20T18:26:03.123Z[ host-image] Aug 20 18:26:01.972 INFO O| Aug 20 18:26:01.972 INFO STEP 97 (ensure_dir) COMPLETE
103362026-08-20T18:26:03.123Z[ host-image] Aug 20 18:26:01.972 INFO O| Aug 20 18:26:01.972 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103372026-08-20T18:26:03.127Z[ host-image] Aug 20 18:26:01.981 INFO O| Aug 20 18:26:01.981 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103382026-08-20T18:26:03.130Z[ host-image] Aug 20 18:26:01.981 INFO O| Aug 20 18:26:01.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103392026-08-20T18:26:03.130Z[ host-image] Aug 20 18:26:01.981 INFO O| Aug 20 18:26:01.981 INFO STEP 98 (ensure_dir) COMPLETE
103402026-08-20T18:26:03.130Z[ host-image] Aug 20 18:26:01.981 INFO O| Aug 20 18:26:01.981 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103412026-08-20T18:26:03.133Z[ recovery-image] Aug 20 18:26:01.987 INFO E| Compiling duct v1.1.1
103422026-08-20T18:26:03.136Z[ host-image] Aug 20 18:26:01.989 INFO O| Aug 20 18:26:01.989 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103432026-08-20T18:26:03.136Z[ host-image] Aug 20 18:26:01.989 INFO O| Aug 20 18:26:01.989 INFO copying /tmp/.tmprb053a/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 ...
103442026-08-20T18:26:03.136Z[ host-image] Aug 20 18:26:01.989 INFO O| Aug 20 18:26:01.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103452026-08-20T18:26:03.136Z[ host-image] Aug 20 18:26:01.989 INFO O| Aug 20 18:26:01.989 INFO ok!
103462026-08-20T18:26:03.136Z[ host-image] Aug 20 18:26:01.989 INFO O| Aug 20 18:26:01.989 INFO STEP 99 (ensure_file) COMPLETE
103472026-08-20T18:26:03.137Z[ host-image] Aug 20 18:26:01.989 INFO O| Aug 20 18:26:01.989 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103482026-08-20T18:26:03.143Z[ host-image] Aug 20 18:26:01.997 INFO O| Aug 20 18:26:01.997 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103492026-08-20T18:26:03.143Z[ host-image] Aug 20 18:26:01.998 INFO O| Aug 20 18:26:01.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103502026-08-20T18:26:03.147Z[ host-image] Aug 20 18:26:01.998 INFO O| Aug 20 18:26:01.998 INFO STEP 100 (ensure_dir) COMPLETE
103512026-08-20T18:26:03.147Z[ host-image] Aug 20 18:26:01.998 INFO O| Aug 20 18:26:01.998 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103522026-08-20T18:26:03.152Z[ host-image] Aug 20 18:26:02.006 INFO O| Aug 20 18:26:02.006 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103532026-08-20T18:26:03.152Z[ host-image] Aug 20 18:26:02.006 INFO O| Aug 20 18:26:02.006 INFO copying /tmp/.tmprb053a/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103542026-08-20T18:26:03.555Z[ host-image] Aug 20 18:26:02.407 INFO O| Aug 20 18:26:02.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103552026-08-20T18:26:03.555Z[ host-image] Aug 20 18:26:02.407 INFO O| Aug 20 18:26:02.407 INFO ok!
103562026-08-20T18:26:03.555Z[ host-image] Aug 20 18:26:02.407 INFO O| Aug 20 18:26:02.407 INFO STEP 101 (ensure_file) COMPLETE
103572026-08-20T18:26:03.558Z[ host-image] Aug 20 18:26:02.407 INFO O| Aug 20 18:26:02.407 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103582026-08-20T18:26:03.563Z[ host-image] Aug 20 18:26:02.417 INFO O| Aug 20 18:26:02.417 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103592026-08-20T18:26:03.563Z[ host-image] Aug 20 18:26:02.417 INFO O| Aug 20 18:26:02.417 INFO copying /tmp/.tmprb053a/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103602026-08-20T18:26:03.563Z[ host-image] Aug 20 18:26:02.417 INFO O| Aug 20 18:26:02.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103612026-08-20T18:26:03.566Z[ host-image] Aug 20 18:26:02.417 INFO O| Aug 20 18:26:02.417 INFO ok!
103622026-08-20T18:26:03.566Z[ host-image] Aug 20 18:26:02.417 INFO O| Aug 20 18:26:02.417 INFO STEP 102 (ensure_file) COMPLETE
103632026-08-20T18:26:03.566Z[ host-image] Aug 20 18:26:02.417 INFO O| Aug 20 18:26:02.417 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103642026-08-20T18:26:03.572Z[ host-image] Aug 20 18:26:02.426 INFO O| Aug 20 18:26:02.426 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103652026-08-20T18:26:03.572Z[ host-image] Aug 20 18:26:02.426 INFO O| Aug 20 18:26:02.426 INFO copying /tmp/.tmprb053a/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103662026-08-20T18:26:03.581Z[ host-image] Aug 20 18:26:02.435 INFO O| Aug 20 18:26:02.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103672026-08-20T18:26:03.581Z[ host-image] Aug 20 18:26:02.435 INFO O| Aug 20 18:26:02.435 INFO ok!
103682026-08-20T18:26:03.584Z[ host-image] Aug 20 18:26:02.435 INFO O| Aug 20 18:26:02.435 INFO STEP 103 (ensure_file) COMPLETE
103692026-08-20T18:26:03.584Z[ host-image] Aug 20 18:26:02.435 INFO O| Aug 20 18:26:02.435 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103702026-08-20T18:26:03.589Z[ host-image] Aug 20 18:26:02.444 INFO O| Aug 20 18:26:02.444 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103712026-08-20T18:26:03.590Z[ host-image] Aug 20 18:26:02.444 INFO O| Aug 20 18:26:02.444 INFO copying /tmp/.tmprb053a/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103722026-08-20T18:26:03.593Z[ host-image] Aug 20 18:26:02.444 INFO O| Aug 20 18:26:02.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103732026-08-20T18:26:03.593Z[ host-image] Aug 20 18:26:02.444 INFO O| Aug 20 18:26:02.444 INFO ok!
103742026-08-20T18:26:03.593Z[ host-image] Aug 20 18:26:02.444 INFO O| Aug 20 18:26:02.444 INFO STEP 104 (ensure_file) COMPLETE
103752026-08-20T18:26:03.593Z[ host-image] Aug 20 18:26:02.444 INFO O| Aug 20 18:26:02.444 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103762026-08-20T18:26:03.599Z[ host-image] Aug 20 18:26:02.453 INFO O| Aug 20 18:26:02.453 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103772026-08-20T18:26:03.603Z[ host-image] Aug 20 18:26:02.453 INFO O| Aug 20 18:26:02.453 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103782026-08-20T18:26:03.603Z[ host-image] Aug 20 18:26:02.453 INFO O| Aug 20 18:26:02.453 INFO STEP 105 (ensure_dir) COMPLETE
103792026-08-20T18:26:03.603Z[ host-image] Aug 20 18:26:02.453 INFO O| Aug 20 18:26:02.453 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103802026-08-20T18:26:03.608Z[ host-image] Aug 20 18:26:02.463 INFO O| Aug 20 18:26:02.462 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103812026-08-20T18:26:03.608Z[ host-image] Aug 20 18:26:02.463 INFO O| Aug 20 18:26:02.462 INFO copying /tmp/.tmprb053a/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 ...
103822026-08-20T18:26:03.912Z[ host-image] Aug 20 18:26:02.766 INFO O| Aug 20 18:26:02.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103832026-08-20T18:26:03.912Z[ host-image] Aug 20 18:26:02.766 INFO O| Aug 20 18:26:02.766 INFO ok!
103842026-08-20T18:26:03.912Z[ host-image] Aug 20 18:26:02.766 INFO O| Aug 20 18:26:02.766 INFO STEP 106 (ensure_file) COMPLETE
103852026-08-20T18:26:03.915Z[ host-image] Aug 20 18:26:02.766 INFO O| Aug 20 18:26:02.766 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103862026-08-20T18:26:03.922Z[ host-image] Aug 20 18:26:02.776 INFO O| Aug 20 18:26:02.776 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103872026-08-20T18:26:03.922Z[ host-image] Aug 20 18:26:02.776 INFO O| Aug 20 18:26:02.776 INFO copying /tmp/.tmprb053a/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 ...
103882026-08-20T18:26:03.926Z[ host-image] Aug 20 18:26:02.776 INFO O| Aug 20 18:26:02.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103892026-08-20T18:26:03.926Z[ host-image] Aug 20 18:26:02.777 INFO O| Aug 20 18:26:02.776 INFO ok!
103902026-08-20T18:26:03.926Z[ host-image] Aug 20 18:26:02.777 INFO O| Aug 20 18:26:02.777 INFO STEP 107 (ensure_file) COMPLETE
103912026-08-20T18:26:03.926Z[ host-image] Aug 20 18:26:02.777 INFO O| Aug 20 18:26:02.777 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103922026-08-20T18:26:03.930Z[ host-image] Aug 20 18:26:02.784 INFO O| Aug 20 18:26:02.784 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103932026-08-20T18:26:03.930Z[ host-image] Aug 20 18:26:02.784 INFO O| Aug 20 18:26:02.784 INFO copying /tmp/.tmprb053a/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 ...
103942026-08-20T18:26:03.935Z[ host-image] Aug 20 18:26:02.785 INFO O| Aug 20 18:26:02.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103952026-08-20T18:26:03.935Z[ host-image] Aug 20 18:26:02.785 INFO O| Aug 20 18:26:02.785 INFO ok!
103962026-08-20T18:26:03.935Z[ host-image] Aug 20 18:26:02.785 INFO O| Aug 20 18:26:02.785 INFO STEP 108 (ensure_file) COMPLETE
103972026-08-20T18:26:03.935Z[ host-image] Aug 20 18:26:02.785 INFO O| Aug 20 18:26:02.785 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103982026-08-20T18:26:03.938Z[ host-image] Aug 20 18:26:02.792 INFO O| Aug 20 18:26:02.792 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103992026-08-20T18:26:03.938Z[ host-image] Aug 20 18:26:02.792 INFO O| Aug 20 18:26:02.792 INFO copying /tmp/.tmprb053a/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 ...
104002026-08-20T18:26:03.938Z[ host-image] Aug 20 18:26:02.792 INFO O| Aug 20 18:26:02.792 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104012026-08-20T18:26:03.938Z[ host-image] Aug 20 18:26:02.792 INFO O| Aug 20 18:26:02.792 INFO ok!
104022026-08-20T18:26:03.938Z[ host-image] Aug 20 18:26:02.792 INFO O| Aug 20 18:26:02.792 INFO STEP 109 (ensure_file) COMPLETE
104032026-08-20T18:26:03.938Z[ host-image] Aug 20 18:26:02.792 INFO O| Aug 20 18:26:02.792 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104042026-08-20T18:26:03.945Z[ host-image] Aug 20 18:26:02.799 INFO O| Aug 20 18:26:02.799 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104052026-08-20T18:26:03.945Z[ host-image] Aug 20 18:26:02.799 INFO O| Aug 20 18:26:02.799 INFO copying /tmp/.tmprb053a/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 ...
104062026-08-20T18:26:03.948Z[ host-image] Aug 20 18:26:02.799 INFO O| Aug 20 18:26:02.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104072026-08-20T18:26:03.948Z[ host-image] Aug 20 18:26:02.799 INFO O| Aug 20 18:26:02.799 INFO ok!
104082026-08-20T18:26:03.948Z[ host-image] Aug 20 18:26:02.799 INFO O| Aug 20 18:26:02.799 INFO STEP 110 (ensure_file) COMPLETE
104092026-08-20T18:26:03.949Z[ host-image] Aug 20 18:26:02.799 INFO O| Aug 20 18:26:02.799 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104102026-08-20T18:26:03.952Z[ host-image] Aug 20 18:26:02.806 INFO O| Aug 20 18:26:02.806 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104112026-08-20T18:26:03.955Z[ host-image] Aug 20 18:26:02.806 INFO O| Aug 20 18:26:02.806 INFO copying /tmp/.tmprb053a/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 ...
104122026-08-20T18:26:03.955Z[ host-image] Aug 20 18:26:02.806 INFO O| Aug 20 18:26:02.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104132026-08-20T18:26:03.955Z[ host-image] Aug 20 18:26:02.806 INFO O| Aug 20 18:26:02.806 INFO ok!
104142026-08-20T18:26:03.955Z[ host-image] Aug 20 18:26:02.806 INFO O| Aug 20 18:26:02.806 INFO STEP 111 (ensure_file) COMPLETE
104152026-08-20T18:26:03.955Z[ host-image] Aug 20 18:26:02.806 INFO O| Aug 20 18:26:02.806 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104162026-08-20T18:26:03.960Z[ host-image] Aug 20 18:26:02.815 INFO O| Aug 20 18:26:02.814 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104172026-08-20T18:26:03.960Z[ host-image] Aug 20 18:26:02.815 INFO O| Aug 20 18:26:02.815 INFO copying /tmp/.tmprb053a/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 ...
104182026-08-20T18:26:03.963Z[ host-image] Aug 20 18:26:02.815 INFO O| Aug 20 18:26:02.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104192026-08-20T18:26:03.963Z[ host-image] Aug 20 18:26:02.815 INFO O| Aug 20 18:26:02.815 INFO ok!
104202026-08-20T18:26:03.963Z[ host-image] Aug 20 18:26:02.815 INFO O| Aug 20 18:26:02.815 INFO STEP 112 (ensure_file) COMPLETE
104212026-08-20T18:26:03.963Z[ host-image] Aug 20 18:26:02.815 INFO O| Aug 20 18:26:02.815 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104222026-08-20T18:26:03.969Z[ host-image] Aug 20 18:26:02.823 INFO O| Aug 20 18:26:02.823 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104232026-08-20T18:26:03.969Z[ host-image] Aug 20 18:26:02.823 INFO O| Aug 20 18:26:02.823 INFO copying /tmp/.tmprb053a/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104242026-08-20T18:26:03.972Z[ host-image] Aug 20 18:26:02.823 INFO O| Aug 20 18:26:02.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104252026-08-20T18:26:03.972Z[ host-image] Aug 20 18:26:02.823 INFO O| Aug 20 18:26:02.823 INFO ok!
104262026-08-20T18:26:03.972Z[ host-image] Aug 20 18:26:02.823 INFO O| Aug 20 18:26:02.823 INFO STEP 113 (ensure_file) COMPLETE
104272026-08-20T18:26:03.972Z[ host-image] Aug 20 18:26:02.823 INFO O| Aug 20 18:26:02.823 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104282026-08-20T18:26:03.976Z[ host-image] Aug 20 18:26:02.830 INFO O| Aug 20 18:26:02.830 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104292026-08-20T18:26:03.976Z[ host-image] Aug 20 18:26:02.830 INFO O| Aug 20 18:26:02.830 INFO copying /tmp/.tmprb053a/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 ...
104302026-08-20T18:26:03.976Z[ host-image] Aug 20 18:26:02.830 INFO O| Aug 20 18:26:02.830 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104312026-08-20T18:26:03.979Z[ host-image] Aug 20 18:26:02.830 INFO O| Aug 20 18:26:02.830 INFO ok!
104322026-08-20T18:26:03.979Z[ host-image] Aug 20 18:26:02.830 INFO O| Aug 20 18:26:02.830 INFO STEP 114 (ensure_file) COMPLETE
104332026-08-20T18:26:03.979Z[ host-image] Aug 20 18:26:02.830 INFO O| Aug 20 18:26:02.830 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104342026-08-20T18:26:03.984Z[ host-image] Aug 20 18:26:02.838 INFO O| Aug 20 18:26:02.838 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104352026-08-20T18:26:03.984Z[ host-image] Aug 20 18:26:02.838 INFO O| Aug 20 18:26:02.838 INFO copying /tmp/.tmprb053a/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 ...
104362026-08-20T18:26:03.987Z[ host-image] Aug 20 18:26:02.838 INFO O| Aug 20 18:26:02.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104372026-08-20T18:26:03.987Z[ host-image] Aug 20 18:26:02.838 INFO O| Aug 20 18:26:02.838 INFO ok!
104382026-08-20T18:26:03.987Z[ host-image] Aug 20 18:26:02.838 INFO O| Aug 20 18:26:02.838 INFO STEP 115 (ensure_file) COMPLETE
104392026-08-20T18:26:03.987Z[ host-image] Aug 20 18:26:02.838 INFO O| Aug 20 18:26:02.838 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104402026-08-20T18:26:03.992Z[ host-image] Aug 20 18:26:02.846 INFO O| Aug 20 18:26:02.846 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104412026-08-20T18:26:03.992Z[ host-image] Aug 20 18:26:02.847 INFO O| Aug 20 18:26:02.846 INFO copying /tmp/.tmprb053a/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 ...
104422026-08-20T18:26:03.992Z[ host-image] Aug 20 18:26:02.847 INFO O| Aug 20 18:26:02.847 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104432026-08-20T18:26:03.992Z[ host-image] Aug 20 18:26:02.847 INFO O| Aug 20 18:26:02.847 INFO ok!
104442026-08-20T18:26:03.995Z[ host-image] Aug 20 18:26:02.847 INFO O| Aug 20 18:26:02.847 INFO STEP 116 (ensure_file) COMPLETE
104452026-08-20T18:26:03.996Z[ host-image] Aug 20 18:26:02.847 INFO O| Aug 20 18:26:02.847 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104462026-08-20T18:26:04.000Z[ host-image] Aug 20 18:26:02.854 INFO O| Aug 20 18:26:02.854 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104472026-08-20T18:26:04.000Z[ host-image] Aug 20 18:26:02.854 INFO O| Aug 20 18:26:02.854 INFO copying /tmp/.tmprb053a/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104482026-08-20T18:26:04.003Z[ host-image] Aug 20 18:26:02.854 INFO O| Aug 20 18:26:02.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104492026-08-20T18:26:04.004Z[ host-image] Aug 20 18:26:02.854 INFO O| Aug 20 18:26:02.854 INFO ok!
104502026-08-20T18:26:04.004Z[ host-image] Aug 20 18:26:02.854 INFO O| Aug 20 18:26:02.854 INFO STEP 117 (ensure_file) COMPLETE
104512026-08-20T18:26:04.004Z[ host-image] Aug 20 18:26:02.854 INFO O| Aug 20 18:26:02.854 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104522026-08-20T18:26:04.007Z[ host-image] Aug 20 18:26:02.862 INFO O| Aug 20 18:26:02.862 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104532026-08-20T18:26:04.010Z[ host-image] Aug 20 18:26:02.862 INFO O| Aug 20 18:26:02.862 INFO copying /tmp/.tmprb053a/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 ...
104542026-08-20T18:26:04.010Z[ host-image] Aug 20 18:26:02.862 INFO O| Aug 20 18:26:02.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104552026-08-20T18:26:04.010Z[ host-image] Aug 20 18:26:02.862 INFO O| Aug 20 18:26:02.862 INFO ok!
104562026-08-20T18:26:04.010Z[ host-image] Aug 20 18:26:02.862 INFO O| Aug 20 18:26:02.862 INFO STEP 118 (ensure_file) COMPLETE
104572026-08-20T18:26:04.010Z[ host-image] Aug 20 18:26:02.862 INFO O| Aug 20 18:26:02.862 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104582026-08-20T18:26:04.014Z[ host-image] Aug 20 18:26:02.868 INFO O| Aug 20 18:26:02.868 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104592026-08-20T18:26:04.014Z[ host-image] Aug 20 18:26:02.868 INFO O| Aug 20 18:26:02.868 INFO copying /tmp/.tmprb053a/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 ...
104602026-08-20T18:26:04.014Z[ host-image] Aug 20 18:26:02.868 INFO O| Aug 20 18:26:02.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104612026-08-20T18:26:04.014Z[ host-image] Aug 20 18:26:02.868 INFO O| Aug 20 18:26:02.868 INFO ok!
104622026-08-20T18:26:04.014Z[ host-image] Aug 20 18:26:02.868 INFO O| Aug 20 18:26:02.868 INFO STEP 119 (ensure_file) COMPLETE
104632026-08-20T18:26:04.014Z[ host-image] Aug 20 18:26:02.868 INFO O| Aug 20 18:26:02.868 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104642026-08-20T18:26:04.022Z[ host-image] Aug 20 18:26:02.876 INFO O| Aug 20 18:26:02.876 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104652026-08-20T18:26:04.022Z[ host-image] Aug 20 18:26:02.876 INFO O| Aug 20 18:26:02.876 INFO copying /tmp/.tmprb053a/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 ...
104662026-08-20T18:26:04.022Z[ host-image] Aug 20 18:26:02.876 INFO O| Aug 20 18:26:02.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104672026-08-20T18:26:04.022Z[ host-image] Aug 20 18:26:02.876 INFO O| Aug 20 18:26:02.876 INFO ok!
104682026-08-20T18:26:04.022Z[ host-image] Aug 20 18:26:02.876 INFO O| Aug 20 18:26:02.876 INFO STEP 120 (ensure_file) COMPLETE
104692026-08-20T18:26:04.026Z[ host-image] Aug 20 18:26:02.876 INFO O| Aug 20 18:26:02.876 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104702026-08-20T18:26:04.031Z[ host-image] Aug 20 18:26:02.885 INFO O| Aug 20 18:26:02.885 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104712026-08-20T18:26:04.031Z[ host-image] Aug 20 18:26:02.885 INFO O| Aug 20 18:26:02.885 INFO copying /tmp/.tmprb053a/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 ...
104722026-08-20T18:26:04.035Z[ host-image] Aug 20 18:26:02.885 INFO O| Aug 20 18:26:02.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104732026-08-20T18:26:04.035Z[ host-image] Aug 20 18:26:02.885 INFO O| Aug 20 18:26:02.885 INFO ok!
104742026-08-20T18:26:04.035Z[ host-image] Aug 20 18:26:02.885 INFO O| Aug 20 18:26:02.885 INFO STEP 121 (ensure_file) COMPLETE
104752026-08-20T18:26:04.035Z[ host-image] Aug 20 18:26:02.885 INFO O| Aug 20 18:26:02.885 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104762026-08-20T18:26:04.039Z[ host-image] Aug 20 18:26:02.893 INFO O| Aug 20 18:26:02.893 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104772026-08-20T18:26:04.039Z[ host-image] Aug 20 18:26:02.893 INFO O| Aug 20 18:26:02.893 INFO copying /tmp/.tmprb053a/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 ...
104782026-08-20T18:26:04.039Z[ host-image] Aug 20 18:26:02.893 INFO O| Aug 20 18:26:02.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104792026-08-20T18:26:04.044Z[ host-image] Aug 20 18:26:02.893 INFO O| Aug 20 18:26:02.893 INFO ok!
104802026-08-20T18:26:04.044Z[ host-image] Aug 20 18:26:02.893 INFO O| Aug 20 18:26:02.893 INFO STEP 122 (ensure_file) COMPLETE
104812026-08-20T18:26:04.044Z[ host-image] Aug 20 18:26:02.893 INFO O| Aug 20 18:26:02.893 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104822026-08-20T18:26:04.047Z[ host-image] Aug 20 18:26:02.901 INFO O| Aug 20 18:26:02.901 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104832026-08-20T18:26:04.047Z[ host-image] Aug 20 18:26:02.901 INFO O| Aug 20 18:26:02.901 INFO copying /tmp/.tmprb053a/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 ...
104842026-08-20T18:26:04.047Z[ host-image] Aug 20 18:26:02.901 INFO O| Aug 20 18:26:02.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104852026-08-20T18:26:04.047Z[ host-image] Aug 20 18:26:02.901 INFO O| Aug 20 18:26:02.901 INFO ok!
104862026-08-20T18:26:04.047Z[ host-image] Aug 20 18:26:02.901 INFO O| Aug 20 18:26:02.901 INFO STEP 123 (ensure_file) COMPLETE
104872026-08-20T18:26:04.047Z[ host-image] Aug 20 18:26:02.901 INFO O| Aug 20 18:26:02.901 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104882026-08-20T18:26:04.055Z[ host-image] Aug 20 18:26:02.910 INFO O| Aug 20 18:26:02.910 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104892026-08-20T18:26:04.055Z[ host-image] Aug 20 18:26:02.910 INFO O| Aug 20 18:26:02.910 INFO copying /tmp/.tmprb053a/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 ...
104902026-08-20T18:26:04.059Z[ host-image] Aug 20 18:26:02.910 INFO O| Aug 20 18:26:02.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104912026-08-20T18:26:04.059Z[ host-image] Aug 20 18:26:02.910 INFO O| Aug 20 18:26:02.910 INFO ok!
104922026-08-20T18:26:04.059Z[ host-image] Aug 20 18:26:02.910 INFO O| Aug 20 18:26:02.910 INFO STEP 124 (ensure_file) COMPLETE
104932026-08-20T18:26:04.059Z[ host-image] Aug 20 18:26:02.910 INFO O| Aug 20 18:26:02.910 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104942026-08-20T18:26:04.063Z[ host-image] Aug 20 18:26:02.918 INFO O| Aug 20 18:26:02.917 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104952026-08-20T18:26:04.063Z[ host-image] Aug 20 18:26:02.918 INFO O| Aug 20 18:26:02.918 INFO copying /tmp/.tmprb053a/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 ...
104962026-08-20T18:26:04.067Z[ host-image] Aug 20 18:26:02.918 INFO O| Aug 20 18:26:02.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104972026-08-20T18:26:04.067Z[ host-image] Aug 20 18:26:02.918 INFO O| Aug 20 18:26:02.918 INFO ok!
104982026-08-20T18:26:04.067Z[ host-image] Aug 20 18:26:02.918 INFO O| Aug 20 18:26:02.918 INFO STEP 125 (ensure_file) COMPLETE
104992026-08-20T18:26:04.067Z[ host-image] Aug 20 18:26:02.918 INFO O| Aug 20 18:26:02.918 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105002026-08-20T18:26:04.071Z[ host-image] Aug 20 18:26:02.925 INFO O| Aug 20 18:26:02.925 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105012026-08-20T18:26:04.071Z[ host-image] Aug 20 18:26:02.925 INFO O| Aug 20 18:26:02.925 INFO copying /tmp/.tmprb053a/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 ...
105022026-08-20T18:26:04.074Z[ host-image] Aug 20 18:26:02.925 INFO O| Aug 20 18:26:02.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105032026-08-20T18:26:04.074Z[ host-image] Aug 20 18:26:02.925 INFO O| Aug 20 18:26:02.925 INFO ok!
105042026-08-20T18:26:04.074Z[ host-image] Aug 20 18:26:02.925 INFO O| Aug 20 18:26:02.925 INFO STEP 126 (ensure_file) COMPLETE
105052026-08-20T18:26:04.074Z[ host-image] Aug 20 18:26:02.925 INFO O| Aug 20 18:26:02.925 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105062026-08-20T18:26:04.079Z[ host-image] Aug 20 18:26:02.933 INFO O| Aug 20 18:26:02.933 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105072026-08-20T18:26:04.079Z[ host-image] Aug 20 18:26:02.933 INFO O| Aug 20 18:26:02.933 INFO copying /tmp/.tmprb053a/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 ...
105082026-08-20T18:26:04.082Z[ host-image] Aug 20 18:26:02.933 INFO O| Aug 20 18:26:02.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105092026-08-20T18:26:04.082Z[ host-image] Aug 20 18:26:02.933 INFO O| Aug 20 18:26:02.933 INFO ok!
105102026-08-20T18:26:04.082Z[ host-image] Aug 20 18:26:02.933 INFO O| Aug 20 18:26:02.933 INFO STEP 127 (ensure_file) COMPLETE
105112026-08-20T18:26:04.082Z[ host-image] Aug 20 18:26:02.933 INFO O| Aug 20 18:26:02.933 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105122026-08-20T18:26:04.085Z[ host-image] Aug 20 18:26:02.939 INFO O| Aug 20 18:26:02.939 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105132026-08-20T18:26:04.085Z[ host-image] Aug 20 18:26:02.939 INFO O| Aug 20 18:26:02.939 INFO copying /tmp/.tmprb053a/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 ...
105142026-08-20T18:26:04.085Z[ host-image] Aug 20 18:26:02.939 INFO O| Aug 20 18:26:02.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105152026-08-20T18:26:04.085Z[ host-image] Aug 20 18:26:02.939 INFO O| Aug 20 18:26:02.939 INFO ok!
105162026-08-20T18:26:04.085Z[ host-image] Aug 20 18:26:02.939 INFO O| Aug 20 18:26:02.939 INFO STEP 128 (ensure_file) COMPLETE
105172026-08-20T18:26:04.085Z[ host-image] Aug 20 18:26:02.939 INFO O| Aug 20 18:26:02.939 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105182026-08-20T18:26:04.093Z[ host-image] Aug 20 18:26:02.947 INFO O| Aug 20 18:26:02.947 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105192026-08-20T18:26:04.093Z[ host-image] Aug 20 18:26:02.947 INFO O| Aug 20 18:26:02.947 INFO copying /tmp/.tmprb053a/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 ...
105202026-08-20T18:26:04.096Z[ host-image] Aug 20 18:26:02.948 INFO O| Aug 20 18:26:02.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105212026-08-20T18:26:04.096Z[ host-image] Aug 20 18:26:02.948 INFO O| Aug 20 18:26:02.947 INFO ok!
105222026-08-20T18:26:04.096Z[ host-image] Aug 20 18:26:02.948 INFO O| Aug 20 18:26:02.948 INFO STEP 129 (ensure_file) COMPLETE
105232026-08-20T18:26:04.097Z[ host-image] Aug 20 18:26:02.948 INFO O| Aug 20 18:26:02.948 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105242026-08-20T18:26:04.101Z[ host-image] Aug 20 18:26:02.955 INFO O| Aug 20 18:26:02.955 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105252026-08-20T18:26:04.101Z[ host-image] Aug 20 18:26:02.955 INFO O| Aug 20 18:26:02.955 INFO copying /tmp/.tmprb053a/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 ...
105262026-08-20T18:26:04.105Z[ host-image] Aug 20 18:26:02.955 INFO O| Aug 20 18:26:02.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105272026-08-20T18:26:04.105Z[ host-image] Aug 20 18:26:02.955 INFO O| Aug 20 18:26:02.955 INFO ok!
105282026-08-20T18:26:04.105Z[ host-image] Aug 20 18:26:02.955 INFO O| Aug 20 18:26:02.955 INFO STEP 130 (ensure_file) COMPLETE
105292026-08-20T18:26:04.105Z[ host-image] Aug 20 18:26:02.955 INFO O| Aug 20 18:26:02.955 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105302026-08-20T18:26:04.108Z[ host-image] Aug 20 18:26:02.961 INFO O| Aug 20 18:26:02.961 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105312026-08-20T18:26:04.108Z[ host-image] Aug 20 18:26:02.961 INFO O| Aug 20 18:26:02.961 INFO copying /tmp/.tmprb053a/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 ...
105322026-08-20T18:26:04.108Z[ host-image] Aug 20 18:26:02.961 INFO O| Aug 20 18:26:02.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105332026-08-20T18:26:04.108Z[ host-image] Aug 20 18:26:02.961 INFO O| Aug 20 18:26:02.961 INFO ok!
105342026-08-20T18:26:04.108Z[ host-image] Aug 20 18:26:02.961 INFO O| Aug 20 18:26:02.961 INFO STEP 131 (ensure_file) COMPLETE
105352026-08-20T18:26:04.108Z[ host-image] Aug 20 18:26:02.961 INFO O| Aug 20 18:26:02.961 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105362026-08-20T18:26:04.115Z[ host-image] Aug 20 18:26:02.969 INFO O| Aug 20 18:26:02.969 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105372026-08-20T18:26:04.115Z[ host-image] Aug 20 18:26:02.969 INFO O| Aug 20 18:26:02.969 INFO copying /tmp/.tmprb053a/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 ...
105382026-08-20T18:26:04.118Z[ host-image] Aug 20 18:26:02.969 INFO O| Aug 20 18:26:02.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105392026-08-20T18:26:04.118Z[ host-image] Aug 20 18:26:02.969 INFO O| Aug 20 18:26:02.969 INFO ok!
105402026-08-20T18:26:04.118Z[ host-image] Aug 20 18:26:02.969 INFO O| Aug 20 18:26:02.969 INFO STEP 132 (ensure_file) COMPLETE
105412026-08-20T18:26:04.118Z[ host-image] Aug 20 18:26:02.969 INFO O| Aug 20 18:26:02.969 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105422026-08-20T18:26:04.125Z[ host-image] Aug 20 18:26:02.977 INFO O| Aug 20 18:26:02.977 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105432026-08-20T18:26:04.125Z[ host-image] Aug 20 18:26:02.978 INFO O| Aug 20 18:26:02.977 INFO copying /tmp/.tmprb053a/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 ...
105442026-08-20T18:26:04.128Z[ host-image] Aug 20 18:26:02.978 INFO O| Aug 20 18:26:02.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105452026-08-20T18:26:04.128Z[ host-image] Aug 20 18:26:02.978 INFO O| Aug 20 18:26:02.978 INFO ok!
105462026-08-20T18:26:04.128Z[ host-image] Aug 20 18:26:02.978 INFO O| Aug 20 18:26:02.978 INFO STEP 133 (ensure_file) COMPLETE
105472026-08-20T18:26:04.128Z[ host-image] Aug 20 18:26:02.978 INFO O| Aug 20 18:26:02.978 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105482026-08-20T18:26:04.131Z[ host-image] Aug 20 18:26:02.984 INFO O| Aug 20 18:26:02.984 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105492026-08-20T18:26:04.131Z[ host-image] Aug 20 18:26:02.984 INFO O| Aug 20 18:26:02.984 INFO copying /tmp/.tmprb053a/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 ...
105502026-08-20T18:26:04.131Z[ host-image] Aug 20 18:26:02.985 INFO O| Aug 20 18:26:02.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105512026-08-20T18:26:04.131Z[ host-image] Aug 20 18:26:02.985 INFO O| Aug 20 18:26:02.985 INFO ok!
105522026-08-20T18:26:04.131Z[ host-image] Aug 20 18:26:02.985 INFO O| Aug 20 18:26:02.985 INFO STEP 134 (ensure_file) COMPLETE
105532026-08-20T18:26:04.131Z[ host-image] Aug 20 18:26:02.985 INFO O| Aug 20 18:26:02.985 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105542026-08-20T18:26:04.137Z[ host-image] Aug 20 18:26:02.991 INFO O| Aug 20 18:26:02.991 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105552026-08-20T18:26:04.137Z[ host-image] Aug 20 18:26:02.991 INFO O| Aug 20 18:26:02.991 INFO copying /tmp/.tmprb053a/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 ...
105562026-08-20T18:26:04.140Z[ host-image] Aug 20 18:26:02.991 INFO O| Aug 20 18:26:02.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105572026-08-20T18:26:04.140Z[ host-image] Aug 20 18:26:02.991 INFO O| Aug 20 18:26:02.991 INFO ok!
105582026-08-20T18:26:04.141Z[ host-image] Aug 20 18:26:02.991 INFO O| Aug 20 18:26:02.991 INFO STEP 135 (ensure_file) COMPLETE
105592026-08-20T18:26:04.141Z[ host-image] Aug 20 18:26:02.991 INFO O| Aug 20 18:26:02.991 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105602026-08-20T18:26:04.145Z[ host-image] Aug 20 18:26:03.000 INFO O| Aug 20 18:26:03.000 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105612026-08-20T18:26:04.145Z[ host-image] Aug 20 18:26:03.000 INFO O| Aug 20 18:26:03.000 INFO copying /tmp/.tmprb053a/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105622026-08-20T18:26:04.149Z[ host-image] Aug 20 18:26:03.000 INFO O| Aug 20 18:26:03.000 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105632026-08-20T18:26:04.149Z[ host-image] Aug 20 18:26:03.000 INFO O| Aug 20 18:26:03.000 INFO ok!
105642026-08-20T18:26:04.149Z[ host-image] Aug 20 18:26:03.000 INFO O| Aug 20 18:26:03.000 INFO STEP 136 (ensure_file) COMPLETE
105652026-08-20T18:26:04.149Z[ host-image] Aug 20 18:26:03.000 INFO O| Aug 20 18:26:03.000 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105662026-08-20T18:26:04.154Z[ host-image] Aug 20 18:26:03.008 INFO O| Aug 20 18:26:03.008 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105672026-08-20T18:26:04.154Z[ host-image] Aug 20 18:26:03.008 INFO O| Aug 20 18:26:03.008 INFO copying /tmp/.tmprb053a/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 ...
105682026-08-20T18:26:04.157Z[ host-image] Aug 20 18:26:03.008 INFO O| Aug 20 18:26:03.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105692026-08-20T18:26:04.157Z[ host-image] Aug 20 18:26:03.008 INFO O| Aug 20 18:26:03.008 INFO ok!
105702026-08-20T18:26:04.157Z[ host-image] Aug 20 18:26:03.008 INFO O| Aug 20 18:26:03.008 INFO STEP 137 (ensure_file) COMPLETE
105712026-08-20T18:26:04.157Z[ host-image] Aug 20 18:26:03.008 INFO O| Aug 20 18:26:03.008 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105722026-08-20T18:26:04.163Z[ host-image] Aug 20 18:26:03.017 INFO O| Aug 20 18:26:03.017 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105732026-08-20T18:26:04.163Z[ host-image] Aug 20 18:26:03.017 INFO O| Aug 20 18:26:03.017 INFO copying /tmp/.tmprb053a/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105742026-08-20T18:26:04.166Z[ host-image] Aug 20 18:26:03.017 INFO O| Aug 20 18:26:03.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105752026-08-20T18:26:04.166Z[ host-image] Aug 20 18:26:03.017 INFO O| Aug 20 18:26:03.017 INFO ok!
105762026-08-20T18:26:04.166Z[ host-image] Aug 20 18:26:03.017 INFO O| Aug 20 18:26:03.017 INFO STEP 138 (ensure_file) COMPLETE
105772026-08-20T18:26:04.166Z[ host-image] Aug 20 18:26:03.017 INFO O| Aug 20 18:26:03.017 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105782026-08-20T18:26:04.171Z[ host-image] Aug 20 18:26:03.025 INFO O| Aug 20 18:26:03.025 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105792026-08-20T18:26:04.171Z[ host-image] Aug 20 18:26:03.025 INFO O| Aug 20 18:26:03.025 INFO copying /tmp/.tmprb053a/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105802026-08-20T18:26:05.307Z[ recovery-image] Aug 20 18:26:04.160 INFO E| Compiling clap_derive v4.6.1
105812026-08-20T18:26:06.948Z[ recovery-image] Aug 20 18:26:05.802 INFO E| Compiling clap v4.6.1
105822026-08-20T18:26:07.018Z[ recovery-image] Aug 20 18:26:05.872 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
105832026-08-20T18:26:08.101Z[ recovery-image] Aug 20 18:26:06.954 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.52s
105842026-08-20T18:26:08.107Z[ recovery-image] Aug 20 18:26:06.961 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
105852026-08-20T18:26:08.394Z[ recovery-image] Aug 20 18:26:07.248 INFO E| Downloading crates ...
105862026-08-20T18:26:08.452Z[ recovery-image] Aug 20 18:26:07.306 INFO E| Downloaded miniz_oxide v0.9.1
105872026-08-20T18:26:08.456Z[ recovery-image] Aug 20 18:26:07.310 INFO E| Downloaded bitflags v2.13.0
105882026-08-20T18:26:08.459Z[ recovery-image] Aug 20 18:26:07.313 INFO E| Downloaded bitstruct v0.1.1
105892026-08-20T18:26:08.463Z[ recovery-image] Aug 20 18:26:07.314 INFO E| Downloaded bitstruct_derive v0.1.0
105902026-08-20T18:26:08.463Z[ recovery-image] Aug 20 18:26:07.314 INFO E| Downloaded cpio_reader v0.1.2
105912026-08-20T18:26:08.468Z[ recovery-image] Aug 20 18:26:07.322 INFO E| Downloaded bit_field v0.10.3
105922026-08-20T18:26:08.472Z[ recovery-image] Aug 20 18:26:07.323 INFO E| Downloaded log v0.4.32
105932026-08-20T18:26:08.482Z[ recovery-image] Aug 20 18:26:07.336 INFO E| Downloaded raw-cpuid v10.7.0
105942026-08-20T18:26:08.498Z[ recovery-image] Aug 20 18:26:07.352 INFO E| Downloaded goblin v0.10.7
105952026-08-20T18:26:08.614Z[ recovery-image] Aug 20 18:26:07.468 INFO E| Downloaded x86 v0.52.0
105962026-08-20T18:26:08.659Z[ recovery-image] Aug 20 18:26:07.510 INFO E| Updating crates.io index
105972026-08-20T18:26:08.797Z[ recovery-image] Aug 20 18:26:07.651 INFO E| Downloading crates ...
105982026-08-20T18:26:08.819Z[ recovery-image] Aug 20 18:26:07.672 INFO E| Downloaded hashbrown v0.17.1
105992026-08-20T18:26:08.823Z[ recovery-image] Aug 20 18:26:07.677 INFO E| Downloaded rustc-literal-escaper v0.0.7
106002026-08-20T18:26:08.873Z[ recovery-image] Aug 20 18:26:07.727 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)
106012026-08-20T18:26:08.873Z[ recovery-image] Aug 20 18:26:07.727 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)
106022026-08-20T18:26:08.873Z[ recovery-image] Aug 20 18:26:07.727 INFO E| Compiling proc-macro2 v1.0.106
106032026-08-20T18:26:08.873Z[ recovery-image] Aug 20 18:26:07.727 INFO E| Compiling unicode-ident v1.0.24
106042026-08-20T18:26:08.873Z[ recovery-image] Aug 20 18:26:07.727 INFO E| Compiling quote v1.0.45
106052026-08-20T18:26:08.873Z[ recovery-image] Aug 20 18:26:07.727 INFO E| Compiling syn v1.0.109
106062026-08-20T18:26:08.887Z[ recovery-image] Aug 20 18:26:07.741 INFO E| Compiling x86 v0.52.0
106072026-08-20T18:26:08.890Z[ recovery-image] Aug 20 18:26:07.741 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106082026-08-20T18:26:08.890Z[ recovery-image] Aug 20 18:26:07.741 INFO E| Compiling seq-macro v0.3.6
106092026-08-20T18:26:09.999Z[ recovery-image] Aug 20 18:26:08.853 INFO E| Compiling syn v2.0.117
106102026-08-20T18:26:10.596Z[ host-image] Aug 20 18:26:09.449 INFO O| Aug 20 18:26:09.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106112026-08-20T18:26:10.596Z[ host-image] Aug 20 18:26:09.449 INFO O| Aug 20 18:26:09.449 INFO ok!
106122026-08-20T18:26:10.596Z[ host-image] Aug 20 18:26:09.449 INFO O| Aug 20 18:26:09.449 INFO STEP 139 (ensure_file) COMPLETE
106132026-08-20T18:26:10.596Z[ host-image] Aug 20 18:26:09.449 INFO O| Aug 20 18:26:09.449 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106142026-08-20T18:26:10.604Z[ host-image] Aug 20 18:26:09.458 INFO O| Aug 20 18:26:09.458 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106152026-08-20T18:26:10.604Z[ host-image] Aug 20 18:26:09.458 INFO O| Aug 20 18:26:09.458 INFO STEP 140 (ensure_dir) COMPLETE
106162026-08-20T18:26:10.607Z[ host-image] Aug 20 18:26:09.458 INFO O| Aug 20 18:26:09.458 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106172026-08-20T18:26:10.615Z[ host-image] Aug 20 18:26:09.467 INFO O| Aug 20 18:26:09.467 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106182026-08-20T18:26:10.615Z[ host-image] Aug 20 18:26:09.467 INFO O| Aug 20 18:26:09.467 INFO STEP 141 (ensure_dir) COMPLETE
106192026-08-20T18:26:10.618Z[ host-image] Aug 20 18:26:09.467 INFO O| Aug 20 18:26:09.467 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106202026-08-20T18:26:10.618Z[ host-image] Aug 20 18:26:09.472 INFO O| Aug 20 18:26:09.472 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106212026-08-20T18:26:10.618Z[ host-image] Aug 20 18:26:09.472 INFO O| Aug 20 18:26:09.472 INFO STEP 142 (ensure_dir) COMPLETE
106222026-08-20T18:26:10.618Z[ host-image] Aug 20 18:26:09.472 INFO O| Aug 20 18:26:09.472 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106232026-08-20T18:26:10.627Z[ host-image] Aug 20 18:26:09.481 INFO O| Aug 20 18:26:09.481 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106242026-08-20T18:26:10.627Z[ host-image] Aug 20 18:26:09.481 INFO O| Aug 20 18:26:09.481 INFO STEP 143 (ensure_dir) COMPLETE
106252026-08-20T18:26:10.630Z[ host-image] Aug 20 18:26:09.481 INFO O| Aug 20 18:26:09.481 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106262026-08-20T18:26:10.634Z[ host-image] Aug 20 18:26:09.488 INFO O| Aug 20 18:26:09.488 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106272026-08-20T18:26:10.634Z[ host-image] Aug 20 18:26:09.488 INFO O| Aug 20 18:26:09.488 INFO copying /tmp/.tmprb053a/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 ...
106282026-08-20T18:26:10.637Z[ host-image] Aug 20 18:26:09.488 INFO O| Aug 20 18:26:09.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106292026-08-20T18:26:10.637Z[ host-image] Aug 20 18:26:09.488 INFO O| Aug 20 18:26:09.488 INFO ok!
106302026-08-20T18:26:10.637Z[ host-image] Aug 20 18:26:09.488 INFO O| Aug 20 18:26:09.488 INFO STEP 144 (ensure_file) COMPLETE
106312026-08-20T18:26:10.637Z[ host-image] Aug 20 18:26:09.488 INFO O| Aug 20 18:26:09.488 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106322026-08-20T18:26:10.640Z[ host-image] Aug 20 18:26:09.494 INFO O| Aug 20 18:26:09.494 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106332026-08-20T18:26:10.640Z[ host-image] Aug 20 18:26:09.494 INFO O| Aug 20 18:26:09.494 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106342026-08-20T18:26:10.644Z[ host-image] Aug 20 18:26:09.494 INFO O| Aug 20 18:26:09.494 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106352026-08-20T18:26:10.644Z[ host-image] Aug 20 18:26:09.494 INFO O| Aug 20 18:26:09.494 INFO STEP 145 (ensure_dir) COMPLETE
106362026-08-20T18:26:10.644Z[ host-image] Aug 20 18:26:09.494 INFO O| Aug 20 18:26:09.494 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106372026-08-20T18:26:10.648Z[ host-image] Aug 20 18:26:09.500 INFO O| Aug 20 18:26:09.500 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106382026-08-20T18:26:10.648Z[ host-image] Aug 20 18:26:09.500 INFO O| Aug 20 18:26:09.500 INFO copying /tmp/.tmprb053a/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106392026-08-20T18:26:10.648Z[ host-image] Aug 20 18:26:09.500 INFO O| Aug 20 18:26:09.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106402026-08-20T18:26:10.648Z[ host-image] Aug 20 18:26:09.500 INFO O| Aug 20 18:26:09.500 INFO ok!
106412026-08-20T18:26:10.648Z[ host-image] Aug 20 18:26:09.500 INFO O| Aug 20 18:26:09.500 INFO STEP 146 (ensure_file) COMPLETE
106422026-08-20T18:26:10.648Z[ host-image] Aug 20 18:26:09.501 INFO O| Aug 20 18:26:09.500 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106432026-08-20T18:26:10.653Z[ host-image] Aug 20 18:26:09.507 INFO O| Aug 20 18:26:09.507 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106442026-08-20T18:26:10.656Z[ host-image] Aug 20 18:26:09.507 INFO O| Aug 20 18:26:09.507 INFO STEP 147 (remove_files) COMPLETE
106452026-08-20T18:26:10.656Z[ host-image] Aug 20 18:26:09.507 INFO O| Aug 20 18:26:09.507 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106462026-08-20T18:26:10.659Z[ host-image] Aug 20 18:26:09.513 INFO O| Aug 20 18:26:09.513 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106472026-08-20T18:26:10.659Z[ host-image] Aug 20 18:26:09.513 INFO O| Aug 20 18:26:09.513 INFO STEP 148 (remove_files) COMPLETE
106482026-08-20T18:26:10.659Z[ host-image] Aug 20 18:26:09.513 INFO O| Aug 20 18:26:09.513 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106492026-08-20T18:26:10.666Z[ host-image] Aug 20 18:26:09.521 INFO O| Aug 20 18:26:09.521 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106502026-08-20T18:26:10.670Z[ host-image] Aug 20 18:26:09.521 INFO O| Aug 20 18:26:09.521 INFO STEP 149 (remove_files) COMPLETE
106512026-08-20T18:26:10.670Z[ host-image] Aug 20 18:26:09.521 INFO O| Aug 20 18:26:09.521 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106522026-08-20T18:26:10.673Z[ host-image] Aug 20 18:26:09.527 INFO O| Aug 20 18:26:09.527 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106532026-08-20T18:26:10.676Z[ host-image] Aug 20 18:26:09.527 INFO O| Aug 20 18:26:09.527 INFO STEP 150 (remove_files) COMPLETE
106542026-08-20T18:26:10.676Z[ host-image] Aug 20 18:26:09.527 INFO O| Aug 20 18:26:09.527 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106552026-08-20T18:26:10.680Z[ host-image] Aug 20 18:26:09.534 INFO O| Aug 20 18:26:09.534 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106562026-08-20T18:26:10.680Z[ host-image] Aug 20 18:26:09.534 INFO O| Aug 20 18:26:09.534 INFO STEP 151 (remove_files) COMPLETE
106572026-08-20T18:26:10.683Z[ host-image] Aug 20 18:26:09.534 INFO O| Aug 20 18:26:09.534 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106582026-08-20T18:26:10.687Z[ host-image] Aug 20 18:26:09.541 INFO O| Aug 20 18:26:09.541 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106592026-08-20T18:26:10.690Z[ host-image] Aug 20 18:26:09.541 INFO O| Aug 20 18:26:09.541 INFO STEP 152 (remove_files) COMPLETE
106602026-08-20T18:26:10.690Z[ host-image] Aug 20 18:26:09.541 INFO O| Aug 20 18:26:09.541 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106612026-08-20T18:26:10.694Z[ host-image] Aug 20 18:26:09.547 INFO O| Aug 20 18:26:09.547 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106622026-08-20T18:26:10.694Z[ host-image] Aug 20 18:26:09.547 INFO O| Aug 20 18:26:09.547 INFO STEP 153 (remove_files) COMPLETE
106632026-08-20T18:26:10.694Z[ host-image] Aug 20 18:26:09.547 INFO O| Aug 20 18:26:09.547 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106642026-08-20T18:26:10.699Z[ host-image] Aug 20 18:26:09.553 INFO O| Aug 20 18:26:09.553 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106652026-08-20T18:26:10.699Z[ host-image] Aug 20 18:26:09.553 INFO O| Aug 20 18:26:09.553 INFO STEP 154 (remove_files) COMPLETE
106662026-08-20T18:26:10.699Z[ host-image] Aug 20 18:26:09.553 INFO O| Aug 20 18:26:09.553 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106672026-08-20T18:26:10.705Z[ host-image] Aug 20 18:26:09.559 INFO O| Aug 20 18:26:09.559 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106682026-08-20T18:26:10.705Z[ host-image] Aug 20 18:26:09.559 INFO O| Aug 20 18:26:09.559 INFO STEP 155 (remove_files) COMPLETE
106692026-08-20T18:26:10.708Z[ host-image] Aug 20 18:26:09.559 INFO O| Aug 20 18:26:09.559 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106702026-08-20T18:26:10.711Z[ host-image] Aug 20 18:26:09.565 INFO O| Aug 20 18:26:09.565 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106712026-08-20T18:26:10.711Z[ host-image] Aug 20 18:26:09.565 INFO O| Aug 20 18:26:09.565 INFO STEP 156 (remove_files) COMPLETE
106722026-08-20T18:26:10.711Z[ host-image] Aug 20 18:26:09.565 INFO O| Aug 20 18:26:09.565 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106732026-08-20T18:26:10.717Z[ host-image] Aug 20 18:26:09.571 INFO O| Aug 20 18:26:09.571 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106742026-08-20T18:26:10.717Z[ host-image] Aug 20 18:26:09.571 INFO O| Aug 20 18:26:09.571 INFO STEP 157 (remove_files) COMPLETE
106752026-08-20T18:26:10.717Z[ host-image] Aug 20 18:26:09.571 INFO O| Aug 20 18:26:09.571 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106762026-08-20T18:26:10.725Z[ host-image] Aug 20 18:26:09.578 INFO O| Aug 20 18:26:09.578 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106772026-08-20T18:26:10.725Z[ host-image] Aug 20 18:26:09.578 INFO O| Aug 20 18:26:09.578 INFO STEP 158 (remove_files) COMPLETE
106782026-08-20T18:26:10.728Z[ host-image] Aug 20 18:26:09.578 INFO O| Aug 20 18:26:09.578 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106792026-08-20T18:26:10.732Z[ host-image] Aug 20 18:26:09.586 INFO O| Aug 20 18:26:09.586 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106802026-08-20T18:26:10.735Z[ host-image] Aug 20 18:26:09.586 INFO O| Aug 20 18:26:09.586 INFO STEP 159 (remove_files) COMPLETE
106812026-08-20T18:26:10.735Z[ host-image] Aug 20 18:26:09.586 INFO O| Aug 20 18:26:09.586 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106822026-08-20T18:26:10.739Z[ host-image] Aug 20 18:26:09.593 INFO O| Aug 20 18:26:09.593 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106832026-08-20T18:26:10.739Z[ host-image] Aug 20 18:26:09.593 INFO O| Aug 20 18:26:09.593 INFO STEP 160 (remove_files) COMPLETE
106842026-08-20T18:26:10.739Z[ host-image] Aug 20 18:26:09.593 INFO O| Aug 20 18:26:09.593 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106852026-08-20T18:26:10.744Z[ host-image] Aug 20 18:26:09.599 INFO O| Aug 20 18:26:09.599 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106862026-08-20T18:26:10.744Z[ host-image] Aug 20 18:26:09.599 INFO O| Aug 20 18:26:09.599 INFO STEP 161 (remove_files) COMPLETE
106872026-08-20T18:26:10.744Z[ host-image] Aug 20 18:26:09.599 INFO O| Aug 20 18:26:09.599 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106882026-08-20T18:26:10.750Z[ host-image] Aug 20 18:26:09.604 INFO O| Aug 20 18:26:09.604 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106892026-08-20T18:26:10.750Z[ host-image] Aug 20 18:26:09.604 INFO O| Aug 20 18:26:09.604 INFO STEP 162 (remove_files) COMPLETE
106902026-08-20T18:26:10.753Z[ host-image] Aug 20 18:26:09.604 INFO O| Aug 20 18:26:09.604 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106912026-08-20T18:26:10.756Z[ host-image] Aug 20 18:26:09.610 INFO O| Aug 20 18:26:09.610 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106922026-08-20T18:26:10.756Z[ host-image] Aug 20 18:26:09.610 INFO O| Aug 20 18:26:09.610 INFO STEP 163 (remove_files) COMPLETE
106932026-08-20T18:26:10.756Z[ host-image] Aug 20 18:26:09.610 INFO O| Aug 20 18:26:09.610 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106942026-08-20T18:26:10.761Z[ host-image] Aug 20 18:26:09.615 INFO O| Aug 20 18:26:09.615 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106952026-08-20T18:26:10.761Z[ host-image] Aug 20 18:26:09.615 INFO O| Aug 20 18:26:09.615 INFO STEP 164 (remove_files) COMPLETE
106962026-08-20T18:26:10.764Z[ host-image] Aug 20 18:26:09.615 INFO O| Aug 20 18:26:09.615 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106972026-08-20T18:26:10.767Z[ host-image] Aug 20 18:26:09.621 INFO O| Aug 20 18:26:09.621 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106982026-08-20T18:26:10.767Z[ host-image] Aug 20 18:26:09.621 INFO O| Aug 20 18:26:09.621 INFO STEP 165 (remove_files) COMPLETE
106992026-08-20T18:26:10.767Z[ host-image] Aug 20 18:26:09.621 INFO O| Aug 20 18:26:09.621 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107002026-08-20T18:26:10.773Z[ host-image] Aug 20 18:26:09.627 INFO O| Aug 20 18:26:09.627 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107012026-08-20T18:26:10.776Z[ host-image] Aug 20 18:26:09.627 INFO O| Aug 20 18:26:09.627 INFO STEP 166 (remove_files) COMPLETE
107022026-08-20T18:26:10.776Z[ host-image] Aug 20 18:26:09.627 INFO O| Aug 20 18:26:09.627 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107032026-08-20T18:26:10.779Z[ host-image] Aug 20 18:26:09.633 INFO O| Aug 20 18:26:09.633 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107042026-08-20T18:26:10.779Z[ host-image] Aug 20 18:26:09.633 INFO O| Aug 20 18:26:09.633 INFO STEP 167 (remove_files) COMPLETE
107052026-08-20T18:26:10.779Z[ host-image] Aug 20 18:26:09.633 INFO O| Aug 20 18:26:09.633 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107062026-08-20T18:26:10.786Z[ host-image] Aug 20 18:26:09.640 INFO O| Aug 20 18:26:09.640 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107072026-08-20T18:26:10.789Z[ host-image] Aug 20 18:26:09.640 INFO O| Aug 20 18:26:09.640 INFO STEP 168 (remove_files) COMPLETE
107082026-08-20T18:26:10.789Z[ host-image] Aug 20 18:26:09.640 INFO O| Aug 20 18:26:09.640 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107092026-08-20T18:26:10.795Z[ host-image] Aug 20 18:26:09.647 INFO O| Aug 20 18:26:09.647 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107102026-08-20T18:26:10.795Z[ host-image] Aug 20 18:26:09.647 INFO O| Aug 20 18:26:09.647 INFO STEP 169 (remove_files) COMPLETE
107112026-08-20T18:26:10.795Z[ host-image] Aug 20 18:26:09.647 INFO O| Aug 20 18:26:09.647 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107122026-08-20T18:26:10.799Z[ host-image] Aug 20 18:26:09.653 INFO O| Aug 20 18:26:09.653 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107132026-08-20T18:26:10.799Z[ host-image] Aug 20 18:26:09.653 INFO O| Aug 20 18:26:09.653 INFO STEP 170 (remove_files) COMPLETE
107142026-08-20T18:26:10.799Z[ host-image] Aug 20 18:26:09.653 INFO O| Aug 20 18:26:09.653 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107152026-08-20T18:26:10.805Z[ host-image] Aug 20 18:26:09.659 INFO O| Aug 20 18:26:09.658 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107162026-08-20T18:26:10.809Z[ host-image] Aug 20 18:26:09.659 INFO O| Aug 20 18:26:09.659 INFO STEP 171 (remove_files) COMPLETE
107172026-08-20T18:26:10.809Z[ host-image] Aug 20 18:26:09.659 INFO O| Aug 20 18:26:09.659 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107182026-08-20T18:26:10.812Z[ host-image] Aug 20 18:26:09.665 INFO O| Aug 20 18:26:09.665 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107192026-08-20T18:26:10.812Z[ host-image] Aug 20 18:26:09.665 INFO O| Aug 20 18:26:09.665 INFO STEP 172 (remove_files) COMPLETE
107202026-08-20T18:26:10.812Z[ host-image] Aug 20 18:26:09.665 INFO O| Aug 20 18:26:09.665 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107212026-08-20T18:26:10.817Z[ host-image] Aug 20 18:26:09.671 INFO O| Aug 20 18:26:09.671 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107222026-08-20T18:26:10.817Z[ host-image] Aug 20 18:26:09.671 INFO O| Aug 20 18:26:09.671 INFO STEP 173 (remove_files) COMPLETE
107232026-08-20T18:26:10.820Z[ host-image] Aug 20 18:26:09.671 INFO O| Aug 20 18:26:09.671 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107242026-08-20T18:26:10.823Z[ host-image] Aug 20 18:26:09.677 INFO O| Aug 20 18:26:09.677 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107252026-08-20T18:26:10.823Z[ host-image] Aug 20 18:26:09.677 INFO O| Aug 20 18:26:09.677 INFO STEP 174 (remove_files) COMPLETE
107262026-08-20T18:26:10.823Z[ host-image] Aug 20 18:26:09.677 INFO O| Aug 20 18:26:09.677 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107272026-08-20T18:26:10.829Z[ host-image] Aug 20 18:26:09.683 INFO O| Aug 20 18:26:09.683 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107282026-08-20T18:26:10.832Z[ host-image] Aug 20 18:26:09.683 INFO O| Aug 20 18:26:09.683 INFO STEP 175 (remove_files) COMPLETE
107292026-08-20T18:26:10.832Z[ host-image] Aug 20 18:26:09.683 INFO O| Aug 20 18:26:09.683 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107302026-08-20T18:26:10.837Z[ host-image] Aug 20 18:26:09.692 INFO O| Aug 20 18:26:09.692 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107312026-08-20T18:26:10.840Z[ host-image] Aug 20 18:26:09.692 INFO O| Aug 20 18:26:09.692 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107322026-08-20T18:26:11.439Z[ recovery-image] Aug 20 18:26:10.292 INFO E| Compiling scroll_derive v0.13.1
107332026-08-20T18:26:12.456Z[ recovery-image] Aug 20 18:26:11.309 INFO E| Compiling bitstruct_derive v0.1.0
107342026-08-20T18:26:13.916Z[ host-image] Aug 20 18:26:12.770 INFO O| Aug 20 18:26:12.770 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
107352026-08-20T18:26:13.916Z[ host-image] Aug 20 18:26:12.770 INFO O| Aug 20 18:26:12.770 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107362026-08-20T18:26:13.927Z[ host-image] Aug 20 18:26:12.781 INFO O| Aug 20 18:26:12.781 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107372026-08-20T18:26:14.025Z[ host-image] Aug 20 18:26:12.878 INFO O| Aug 20 18:26:12.878 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
107382026-08-20T18:26:14.078Z[ host-image] Aug 20 18:26:12.930 INFO O| Aug 20 18:26:12.930 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107392026-08-20T18:26:14.134Z[ host-image] Aug 20 18:26:12.988 INFO O| Aug 20 18:26:12.988 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107402026-08-20T18:26:14.134Z[ host-image] Aug 20 18:26:12.988 INFO O| Aug 20 18:26:12.988 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107412026-08-20T18:26:14.202Z[ host-image] Aug 20 18:26:13.056 INFO O| Aug 20 18:26:13.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107422026-08-20T18:26:14.202Z[ host-image] Aug 20 18:26:13.056 INFO O| Aug 20 18:26:13.056 INFO ok!
107432026-08-20T18:26:14.205Z[ host-image] Aug 20 18:26:13.056 INFO O| Aug 20 18:26:13.056 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107442026-08-20T18:26:14.205Z[ host-image] Aug 20 18:26:13.056 INFO O| Aug 20 18:26:13.056 INFO STEP 176 (seed_smf) COMPLETE
107452026-08-20T18:26:14.205Z[ host-image] Aug 20 18:26:13.056 INFO O| Aug 20 18:26:13.056 INFO steps complete; finalising image!
107462026-08-20T18:26:14.205Z[ host-image] Aug 20 18:26:13.056 INFO O| Aug 20 18:26:13.056 INFO TRIM POOL: TEMPORARY-sled-zfs
107472026-08-20T18:26:14.249Z[ host-image] Aug 20 18:26:13.103 INFO O| Aug 20 18:26:13.103 INFO trim TEMPORARY-sled-zfs: (53% trimmed, started at Thu Aug 20 18:26:13 2026)
107482026-08-20T18:26:14.462Z[ host-image] Aug 20 18:26:13.315 INFO O| Aug 20 18:26:13.315 INFO temporary pool has 914M used, 110M avail, 1.81x compressratio
107492026-08-20T18:26:14.462Z[ host-image] Aug 20 18:26:13.316 INFO O| Aug 20 18:26:13.315 INFO EXPORT POOL: TEMPORARY-sled-zfs
107502026-08-20T18:26:14.794Z[ host-image] Aug 20 18:26:13.647 INFO O| Aug 20 18:26:13.647 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107512026-08-20T18:26:14.794Z[ host-image] Aug 20 18:26:13.647 INFO O| Aug 20 18:26:13.647 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107522026-08-20T18:26:15.568Z[ host-image] Aug 20 18:26:14.422 INFO O| Aug 20 18:26:14.422 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107532026-08-20T18:26:15.568Z[ host-image] Aug 20 18:26:14.422 INFO O| Aug 20 18:26:14.422 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107542026-08-20T18:26:15.568Z[ host-image] Aug 20 18:26:14.422 INFO O| Aug 20 18:26:14.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107552026-08-20T18:26:15.572Z[ host-image] Aug 20 18:26:14.422 INFO O| Aug 20 18:26:14.422 INFO completed processing sled/zfs
107562026-08-20T18:26:15.572Z[ host-image] Aug 20 18:26:14.422 INFO O| Aug 20 18:26:14.422 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107572026-08-20T18:26:21.443Z[ recovery-image] Aug 20 18:26:20.297 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)
107582026-08-20T18:26:23.517Z[ recovery-image] Aug 20 18:26:22.371 INFO E| Compiling bitflags v1.3.2
107592026-08-20T18:26:23.517Z[ recovery-image] Aug 20 18:26:22.371 INFO E| Compiling plain v0.2.3
107602026-08-20T18:26:23.517Z[ recovery-image] Aug 20 18:26:22.371 INFO E| Compiling bit_field v0.10.3
107612026-08-20T18:26:23.521Z[ recovery-image] Aug 20 18:26:22.371 INFO E| Compiling log v0.4.32
107622026-08-20T18:26:23.521Z[ recovery-image] Aug 20 18:26:22.371 INFO E| Compiling adler2 v2.0.1
107632026-08-20T18:26:23.521Z[ recovery-image] Aug 20 18:26:22.371 INFO E| Compiling bitflags v2.13.0
107642026-08-20T18:26:23.521Z[ recovery-image] Aug 20 18:26:22.371 INFO E| Compiling scroll v0.13.0
107652026-08-20T18:26:23.521Z[ recovery-image] Aug 20 18:26:22.371 INFO E| Compiling bitstruct v0.1.1
107662026-08-20T18:26:23.521Z[ recovery-image] Aug 20 18:26:22.372 INFO E| Compiling static_assertions v1.1.0
107672026-08-20T18:26:23.573Z[ recovery-image] Aug 20 18:26:22.425 INFO E| Compiling raw-cpuid v10.7.0
107682026-08-20T18:26:23.605Z[ recovery-image] Aug 20 18:26:22.459 INFO E| Compiling miniz_oxide v0.9.1
107692026-08-20T18:26:23.680Z[ recovery-image] Aug 20 18:26:22.534 INFO E| Compiling cpio_reader v0.1.2
107702026-08-20T18:26:23.730Z[ recovery-image] Aug 20 18:26:22.583 INFO E| Compiling goblin v0.10.7
107712026-08-20T18:26:26.854Z[ recovery-image] Aug 20 18:26:25.389 INFO E| Finished `release` profile [optimized] target(s) in 18.41s
107722026-08-20T18:26:26.899Z[ recovery-image] Aug 20 18:26:25.407 INFO building ROM for cosmo
107732026-08-20T18:26:26.899Z[ recovery-image] Aug 20 18:26:25.407 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")
107742026-08-20T18:26:26.899Z[ recovery-image] Aug 20 18:26:25.479 INFO E| Downloading crates ...
107752026-08-20T18:26:26.899Z[ recovery-image] Aug 20 18:26:25.523 INFO E| Downloaded duct v0.13.7
107762026-08-20T18:26:26.900Z[ recovery-image] Aug 20 18:26:25.528 INFO E| Downloaded colorchoice v1.0.3
107772026-08-20T18:26:26.901Z[ recovery-image] Aug 20 18:26:25.531 INFO E| Downloaded anstream v0.6.18
107782026-08-20T18:26:26.901Z[ recovery-image] Aug 20 18:26:25.532 INFO E| Downloaded serde_spanned v0.6.8
107792026-08-20T18:26:26.901Z[ recovery-image] Aug 20 18:26:25.533 INFO E| Downloaded anstyle v1.0.10
107802026-08-20T18:26:26.901Z[ recovery-image] Aug 20 18:26:25.536 INFO E| Downloaded clap_derive v4.5.32
107812026-08-20T18:26:26.901Z[ recovery-image] Aug 20 18:26:25.538 INFO E| Downloaded anstyle-parse v0.2.6
107822026-08-20T18:26:26.901Z[ recovery-image] Aug 20 18:26:25.539 INFO E| Downloaded toml_write v0.1.1
107832026-08-20T18:26:26.901Z[ recovery-image] Aug 20 18:26:25.541 INFO E| Downloaded clap_lex v0.7.4
107842026-08-20T18:26:26.901Z[ recovery-image] Aug 20 18:26:25.543 INFO E| Downloaded toml_datetime v0.6.9
107852026-08-20T18:26:26.901Z[ recovery-image] Aug 20 18:26:25.543 INFO E| Downloaded anstyle-query v1.1.2
107862026-08-20T18:26:26.901Z[ recovery-image] Aug 20 18:26:25.544 INFO E| Downloaded shared_child v1.0.1
107872026-08-20T18:26:26.902Z[ recovery-image] Aug 20 18:26:25.557 INFO E| Downloaded is_terminal_polyfill v1.70.1
107882026-08-20T18:26:26.902Z[ recovery-image] Aug 20 18:26:25.558 INFO E| Downloaded os_pipe v1.2.1
107892026-08-20T18:26:26.902Z[ recovery-image] Aug 20 18:26:25.571 INFO E| Downloaded cc v1.2.20
107902026-08-20T18:26:26.902Z[ recovery-image] Aug 20 18:26:25.573 INFO E| Downloaded toml_edit v0.22.26
107912026-08-20T18:26:26.902Z[ recovery-image] Aug 20 18:26:25.593 INFO E| Downloaded clap v4.5.37
107922026-08-20T18:26:26.902Z[ recovery-image] Aug 20 18:26:25.598 INFO E| Downloaded toml v0.8.22
107932026-08-20T18:26:26.902Z[ recovery-image] Aug 20 18:26:25.616 INFO E| Downloaded winnow v0.7.7
107942026-08-20T18:26:26.902Z[ recovery-image] Aug 20 18:26:25.621 INFO E| Downloaded clap_builder v4.5.37
107952026-08-20T18:26:26.902Z[ recovery-image] Aug 20 18:26:25.634 INFO E| Compiling libc v0.2.172
107962026-08-20T18:26:26.902Z[ recovery-image] Aug 20 18:26:25.634 INFO E| Compiling utf8parse v0.2.2
107972026-08-20T18:26:26.902Z[ recovery-image] Aug 20 18:26:25.634 INFO E| Compiling hashbrown v0.15.2
107982026-08-20T18:26:26.903Z[ recovery-image] Aug 20 18:26:25.634 INFO E| Compiling anstyle v1.0.10
107992026-08-20T18:26:26.903Z[ recovery-image] Aug 20 18:26:25.634 INFO E| Compiling equivalent v1.0.2
108002026-08-20T18:26:26.903Z[ recovery-image] Aug 20 18:26:25.634 INFO E| Compiling shlex v1.3.0
108012026-08-20T18:26:26.903Z[ recovery-image] Aug 20 18:26:25.634 INFO E| Compiling once_cell v1.21.3
108022026-08-20T18:26:26.903Z[ recovery-image] Aug 20 18:26:25.634 INFO E| Compiling is_terminal_polyfill v1.70.1
108032026-08-20T18:26:26.903Z[ recovery-image] Aug 20 18:26:25.651 INFO E| Compiling anstyle-query v1.1.2
108042026-08-20T18:26:26.903Z[ recovery-image] Aug 20 18:26:25.651 INFO E| Compiling colorchoice v1.0.3
108052026-08-20T18:26:26.903Z[ recovery-image] Aug 20 18:26:25.651 INFO E| Compiling strsim v0.11.1
108062026-08-20T18:26:26.903Z[ recovery-image] Aug 20 18:26:25.651 INFO E| Compiling toml_write v0.1.1
108072026-08-20T18:26:26.904Z[ recovery-image] Aug 20 18:26:25.660 INFO E| Compiling winnow v0.7.7
108082026-08-20T18:26:26.904Z[ recovery-image] Aug 20 18:26:25.660 INFO E| Compiling anyhow v1.0.98
108092026-08-20T18:26:26.904Z[ recovery-image] Aug 20 18:26:25.667 INFO E| Compiling clap_lex v0.7.4
108102026-08-20T18:26:26.904Z[ recovery-image] Aug 20 18:26:25.667 INFO E| Compiling syn v2.0.101
108112026-08-20T18:26:26.990Z[ recovery-image] Aug 20 18:26:25.774 INFO E| Compiling anstyle-parse v0.2.6
108122026-08-20T18:26:27.124Z[ recovery-image] Aug 20 18:26:25.813 INFO E| Compiling cc v1.2.20
108132026-08-20T18:26:27.135Z[ recovery-image] Aug 20 18:26:25.913 INFO E| Compiling anstream v0.6.18
108142026-08-20T18:26:27.256Z[ recovery-image] Aug 20 18:26:26.110 INFO E| Compiling clap_builder v4.5.37
108152026-08-20T18:26:27.293Z[ recovery-image] Aug 20 18:26:26.145 INFO E| Compiling indexmap v2.9.0
108162026-08-20T18:26:27.391Z[ recovery-image] Aug 20 18:26:26.245 INFO E| Compiling os_pipe v1.2.1
108172026-08-20T18:26:27.391Z[ recovery-image] Aug 20 18:26:26.245 INFO E| Compiling shared_child v1.0.1
108182026-08-20T18:26:27.505Z[ recovery-image] Aug 20 18:26:26.358 INFO E| Compiling duct v0.13.7
108192026-08-20T18:26:27.974Z[ recovery-image] Aug 20 18:26:26.827 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108202026-08-20T18:26:28.867Z[ recovery-image] Aug 20 18:26:27.720 INFO E| Compiling serde_derive v1.0.219
108212026-08-20T18:26:28.867Z[ recovery-image] Aug 20 18:26:27.720 INFO E| Compiling clap_derive v4.5.32
108222026-08-20T18:26:30.093Z[ recovery-image] Aug 20 18:26:28.947 INFO E| Compiling clap v4.5.37
108232026-08-20T18:26:30.754Z[ recovery-image] Aug 20 18:26:29.608 INFO E| Compiling serde v1.0.219
108242026-08-20T18:26:31.299Z[ host-image] Aug 20 18:26:30.152 INFO O| Aug 20 18:26:30.152 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108252026-08-20T18:26:31.381Z[ host-image] Aug 20 18:26:30.233 INFO BUILD STRING "heads/stlouis-0-g328a187b5d\n"
108262026-08-20T18:26:31.381Z[ host-image] Aug 20 18:26:30.233 INFO expanded image name: "ci 6a760c9/${os_short_commit} 2026-08-20 18:10" -> "ci 6a760c9/328a187 2026-08-20 18:10"
108272026-08-20T18:26:31.385Z[ host-image] Aug 20 18:26:30.233 INFO output artefacts stored in: "/work/os-host"
108282026-08-20T18:26:31.385Z[ host-image] Aug 20 18:26:30.233 INFO collecting git info from project "chelsio-t6-roms"...
108292026-08-20T18:26:31.389Z[ host-image] Aug 20 18:26:30.240 INFO collecting git info from project "phbl"...
108302026-08-20T18:26:31.393Z[ host-image] Aug 20 18:26:30.246 INFO collecting git info from project "pinprick"...
108312026-08-20T18:26:31.397Z[ host-image] Aug 20 18:26:30.251 INFO collecting git info from project "amd-firmware"...
108322026-08-20T18:26:31.411Z[ host-image] Aug 20 18:26:30.264 INFO collecting git info from project "pilot"...
108332026-08-20T18:26:31.417Z[ host-image] Aug 20 18:26:30.271 INFO collecting git info from project "dmar-report"...
108342026-08-20T18:26:31.422Z[ host-image] Aug 20 18:26:30.276 INFO collecting git info from project "amd-host-image-builder"...
108352026-08-20T18:26:31.429Z[ host-image] Aug 20 18:26:30.282 INFO collecting git info from project "image-builder"...
108362026-08-20T18:26:31.434Z[ host-image] Aug 20 18:26:30.287 INFO collecting git info from project "bootserver"...
108372026-08-20T18:26:31.439Z[ host-image] Aug 20 18:26:30.293 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108382026-08-20T18:26:31.805Z[ host-image] Aug 20 18:26:30.659 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108392026-08-20T18:26:32.142Z[ host-image] Aug 20 18:26:30.996 INFO creating Oxide boot image...
108402026-08-20T18:26:32.143Z[ host-image] Aug 20 18:26:30.996 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 6a760c9/328a187 2026-08-20 18:10", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108412026-08-20T18:26:32.733Z[ recovery-image] Aug 20 18:26:31.587 INFO E| Compiling serde_spanned v0.6.8
108422026-08-20T18:26:32.733Z[ recovery-image] Aug 20 18:26:31.587 INFO E| Compiling toml_datetime v0.6.9
108432026-08-20T18:26:32.910Z[ recovery-image] Aug 20 18:26:31.764 INFO E| Compiling toml_edit v0.22.26
108442026-08-20T18:26:33.015Z[ host-image] Aug 20 18:26:31.869 INFO O| ok, image written!
108452026-08-20T18:26:33.015Z[ host-image] Aug 20 18:26:31.869 INFO O| ok, boot_image_csum file written!
108462026-08-20T18:26:33.019Z[ host-image] Aug 20 18:26:31.871 INFO creating boot archive (CPIO)...
108472026-08-20T18:26:33.019Z[ host-image] Aug 20 18:26:31.871 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
108482026-08-20T18:26:33.046Z[ host-image] Aug 20 18:26:31.876 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108492026-08-20T18:26:33.046Z[ host-image] Aug 20 18:26:31.876 INFO E| + outfile=/work/os-host/cpio
108502026-08-20T18:26:33.046Z[ host-image] Aug 20 18:26:31.876 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108512026-08-20T18:26:33.046Z[ host-image] Aug 20 18:26:31.878 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108522026-08-20T18:26:33.046Z[ host-image] Aug 20 18:26:31.878 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108532026-08-20T18:26:33.064Z[ host-image] Aug 20 18:26:31.917 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108542026-08-20T18:26:33.064Z[ host-image] Aug 20 18:26:31.917 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108552026-08-20T18:26:33.072Z[ host-image] Aug 20 18:26:31.925 INFO creating compressed cpio/unix for dev loaders...
108562026-08-20T18:26:33.072Z[ host-image] Aug 20 18:26:31.925 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
108572026-08-20T18:26:33.310Z[ host-image] Aug 20 18:26:32.164 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108582026-08-20T18:26:34.415Z[ recovery-image] Aug 20 18:26:33.269 INFO E| Compiling toml v0.8.22
108592026-08-20T18:26:36.654Z[ recovery-image] Aug 20 18:26:35.507 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.07s
108602026-08-20T18:26:36.657Z[ host-image] Aug 20 18:26:35.508 INFO creating reset image...
108612026-08-20T18:26:36.658Z[ host-image] Aug 20 18:26:35.508 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")
108622026-08-20T18:26:36.663Z[ recovery-image] Aug 20 18:26:35.517 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`
108632026-08-20T18:26:36.680Z[ recovery-image] Aug 20 18:26:35.534 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108642026-08-20T18:26:36.705Z[ host-image] Aug 20 18:26:35.559 INFO E| Blocking waiting for file lock on package cache
108652026-08-20T18:26:36.726Z[ recovery-image] Aug 20 18:26:35.580 INFO E| Blocking waiting for file lock on package cache
108662026-08-20T18:26:36.732Z[ host-image] Aug 20 18:26:35.586 INFO E| Blocking waiting for file lock on package cache
108672026-08-20T18:26:36.737Z[ recovery-image] Aug 20 18:26:35.587 INFO E| Blocking waiting for file lock on package cache
108682026-08-20T18:26:36.737Z[ host-image] Aug 20 18:26:35.588 INFO E| Blocking waiting for file lock on package cache
108692026-08-20T18:26:36.752Z[ recovery-image] Aug 20 18:26:35.605 INFO E| Blocking waiting for file lock on package cache
108702026-08-20T18:26:36.765Z[ host-image] Aug 20 18:26:35.618 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108712026-08-20T18:26:36.768Z[ host-image] Aug 20 18:26:35.621 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
108722026-08-20T18:26:36.774Z[ recovery-image] Aug 20 18:26:35.628 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
108732026-08-20T18:26:36.778Z[ recovery-image] Aug 20 18:26:35.632 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`
108742026-08-20T18:26:37.010Z[ recovery-image] Aug 20 18:26:35.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108752026-08-20T18:26:37.010Z[ recovery-image] Aug 20 18:26:35.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108762026-08-20T18:26:37.010Z[ recovery-image] Aug 20 18:26:35.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108772026-08-20T18:26:37.010Z[ recovery-image] Aug 20 18:26:35.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108782026-08-20T18:26:37.010Z[ recovery-image] Aug 20 18:26:35.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108792026-08-20T18:26:37.016Z[ recovery-image] Aug 20 18:26:35.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108802026-08-20T18:26:37.016Z[ recovery-image] Aug 20 18:26:35.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108812026-08-20T18:26:37.016Z[ recovery-image] Aug 20 18:26:35.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108822026-08-20T18:26:37.016Z[ recovery-image] Aug 20 18:26:35.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108832026-08-20T18:26:37.016Z[ recovery-image] Aug 20 18:26:35.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108842026-08-20T18:26:37.016Z[ recovery-image] Aug 20 18:26:35.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108852026-08-20T18:26:37.016Z[ recovery-image] Aug 20 18:26:35.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108862026-08-20T18:26:37.016Z[ recovery-image] Aug 20 18:26:35.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108872026-08-20T18:26:37.016Z[ recovery-image] Aug 20 18:26:35.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108882026-08-20T18:26:37.016Z[ recovery-image] Aug 20 18:26:35.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108892026-08-20T18:26:37.016Z[ recovery-image] Aug 20 18:26:35.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108902026-08-20T18:26:37.016Z[ recovery-image] Aug 20 18:26:35.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
108912026-08-20T18:26:37.016Z[ recovery-image] Aug 20 18:26:35.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108922026-08-20T18:26:37.016Z[ recovery-image] Aug 20 18:26:35.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
108932026-08-20T18:26:37.017Z[ recovery-image] Aug 20 18:26:35.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
108942026-08-20T18:26:37.017Z[ recovery-image] Aug 20 18:26:35.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108952026-08-20T18:26:37.017Z[ recovery-image] Aug 20 18:26:35.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108962026-08-20T18:26:37.017Z[ recovery-image] Aug 20 18:26:35.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
108972026-08-20T18:26:37.017Z[ recovery-image] Aug 20 18:26:35.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108982026-08-20T18:26:37.017Z[ recovery-image] Aug 20 18:26:35.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
108992026-08-20T18:26:37.017Z[ recovery-image] Aug 20 18:26:35.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109002026-08-20T18:26:37.017Z[ recovery-image] Aug 20 18:26:35.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109012026-08-20T18:26:37.018Z[ recovery-image] Aug 20 18:26:35.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109022026-08-20T18:26:37.018Z[ recovery-image] Aug 20 18:26:35.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109032026-08-20T18:26:37.018Z[ recovery-image] Aug 20 18:26:35.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109042026-08-20T18:26:37.018Z[ recovery-image] Aug 20 18:26:35.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109052026-08-20T18:26:37.018Z[ recovery-image] Aug 20 18:26:35.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109062026-08-20T18:26:37.018Z[ recovery-image] Aug 20 18:26:35.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109072026-08-20T18:26:37.018Z[ recovery-image] Aug 20 18:26:35.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109082026-08-20T18:26:37.018Z[ recovery-image] Aug 20 18:26:35.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109092026-08-20T18:26:37.018Z[ recovery-image] Aug 20 18:26:35.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109102026-08-20T18:26:37.018Z[ recovery-image] Aug 20 18:26:35.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109112026-08-20T18:26:37.018Z[ recovery-image] Aug 20 18:26:35.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109122026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109132026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109142026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109152026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109162026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109172026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109182026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109192026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109202026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109212026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109222026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109232026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109242026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109252026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109262026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109272026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.865 INFO O| Info: ABL version: 0x100af010
109282026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.865 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109292026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.865 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109302026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109312026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109322026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109332026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109342026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109352026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109362026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109372026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109382026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109392026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109402026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109412026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109422026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109432026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109442026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109452026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109462026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109472026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109482026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109492026-08-20T18:26:37.019Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109502026-08-20T18:26:37.020Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109512026-08-20T18:26:37.020Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109522026-08-20T18:26:37.020Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109532026-08-20T18:26:37.020Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109542026-08-20T18:26:37.020Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109552026-08-20T18:26:37.020Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109562026-08-20T18:26:37.020Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109572026-08-20T18:26:37.020Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109582026-08-20T18:26:37.020Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109592026-08-20T18:26:37.020Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109602026-08-20T18:26:37.020Z[ recovery-image] Aug 20 18:26:35.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109612026-08-20T18:26:37.051Z[ recovery-image] Aug 20 18:26:35.904 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109622026-08-20T18:26:37.051Z[ recovery-image] Aug 20 18:26:35.905 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109632026-08-20T18:26:37.052Z[ recovery-image] Aug 20 18:26:35.905 INFO building ROM for gimlet
109642026-08-20T18:26:37.055Z[ recovery-image] Aug 20 18:26:35.905 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")
109652026-08-20T18:26:37.091Z[ host-image] Aug 20 18:26:35.945 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)
109662026-08-20T18:26:37.092Z[ host-image] Aug 20 18:26:35.945 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)
109672026-08-20T18:26:37.092Z[ host-image] Aug 20 18:26:35.945 INFO E| Compiling proc-macro2 v1.0.106
109682026-08-20T18:26:37.096Z[ host-image] Aug 20 18:26:35.945 INFO E| Compiling quote v1.0.45
109692026-08-20T18:26:37.097Z[ host-image] Aug 20 18:26:35.945 INFO E| Compiling unicode-ident v1.0.24
109702026-08-20T18:26:37.097Z[ host-image] Aug 20 18:26:35.945 INFO E| Compiling syn v1.0.109
109712026-08-20T18:26:37.097Z[ host-image] Aug 20 18:26:35.945 INFO E| Compiling x86 v0.52.0
109722026-08-20T18:26:37.097Z[ host-image] Aug 20 18:26:35.945 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
109732026-08-20T18:26:37.097Z[ host-image] Aug 20 18:26:35.945 INFO E| Compiling seq-macro v0.3.6
109742026-08-20T18:26:37.152Z[ recovery-image] Aug 20 18:26:36.006 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109752026-08-20T18:26:37.205Z[ recovery-image] Aug 20 18:26:36.009 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`
109762026-08-20T18:26:37.209Z[ recovery-image] Aug 20 18:26:36.030 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109772026-08-20T18:26:37.259Z[ recovery-image] Aug 20 18:26:36.113 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109782026-08-20T18:26:37.266Z[ recovery-image] Aug 20 18:26:36.120 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`
109792026-08-20T18:26:37.453Z[ recovery-image] Aug 20 18:26:36.307 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109802026-08-20T18:26:37.453Z[ recovery-image] Aug 20 18:26:36.307 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109812026-08-20T18:26:37.453Z[ recovery-image] Aug 20 18:26:36.307 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109822026-08-20T18:26:37.457Z[ recovery-image] Aug 20 18:26:36.307 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109832026-08-20T18:26:37.458Z[ recovery-image] Aug 20 18:26:36.307 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109842026-08-20T18:26:37.458Z[ recovery-image] Aug 20 18:26:36.307 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109852026-08-20T18:26:37.458Z[ recovery-image] Aug 20 18:26:36.307 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109862026-08-20T18:26:37.458Z[ recovery-image] Aug 20 18:26:36.308 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109872026-08-20T18:26:37.458Z[ recovery-image] Aug 20 18:26:36.308 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109882026-08-20T18:26:37.458Z[ recovery-image] Aug 20 18:26:36.308 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109892026-08-20T18:26:37.458Z[ recovery-image] Aug 20 18:26:36.308 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109902026-08-20T18:26:37.458Z[ recovery-image] Aug 20 18:26:36.308 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109912026-08-20T18:26:37.458Z[ recovery-image] Aug 20 18:26:36.308 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109922026-08-20T18:26:37.458Z[ recovery-image] Aug 20 18:26:36.308 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109932026-08-20T18:26:37.458Z[ recovery-image] Aug 20 18:26:36.308 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109942026-08-20T18:26:37.458Z[ recovery-image] Aug 20 18:26:36.308 INFO O| Info: ABL version: 0x100f5010
109952026-08-20T18:26:37.458Z[ recovery-image] Aug 20 18:26:36.308 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109962026-08-20T18:26:37.458Z[ recovery-image] Aug 20 18:26:36.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109972026-08-20T18:26:37.458Z[ recovery-image] Aug 20 18:26:36.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109982026-08-20T18:26:37.458Z[ recovery-image] Aug 20 18:26:36.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109992026-08-20T18:26:37.459Z[ recovery-image] Aug 20 18:26:36.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110002026-08-20T18:26:37.459Z[ recovery-image] Aug 20 18:26:36.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110012026-08-20T18:26:37.459Z[ recovery-image] Aug 20 18:26:36.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110022026-08-20T18:26:37.459Z[ recovery-image] Aug 20 18:26:36.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110032026-08-20T18:26:37.459Z[ recovery-image] Aug 20 18:26:36.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110042026-08-20T18:26:37.459Z[ recovery-image] Aug 20 18:26:36.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110052026-08-20T18:26:37.459Z[ recovery-image] Aug 20 18:26:36.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110062026-08-20T18:26:37.459Z[ recovery-image] Aug 20 18:26:36.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110072026-08-20T18:26:37.459Z[ recovery-image] Aug 20 18:26:36.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110082026-08-20T18:26:37.459Z[ recovery-image] Aug 20 18:26:36.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110092026-08-20T18:26:37.459Z[ recovery-image] Aug 20 18:26:36.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110102026-08-20T18:26:37.459Z[ recovery-image] Aug 20 18:26:36.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110112026-08-20T18:26:37.459Z[ recovery-image] Aug 20 18:26:36.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110122026-08-20T18:26:37.459Z[ recovery-image] Aug 20 18:26:36.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110132026-08-20T18:26:37.459Z[ recovery-image] Aug 20 18:26:36.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110142026-08-20T18:26:37.501Z[ recovery-image] Aug 20 18:26:36.354 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110152026-08-20T18:26:38.260Z[ host-image] Aug 20 18:26:37.112 INFO E| Compiling syn v2.0.117
110162026-08-20T18:26:38.821Z[ recovery-image] Aug 20 18:26:37.674 INFO image complete! materials are in "/work/os-recovery"
110172026-08-20T18:26:38.825Z[ recovery-image]
110182026-08-20T18:26:38.825Z[ recovery-image] real 3:18.068664675
110192026-08-20T18:26:38.828ZAug 20 18:26:37.679 INFO [recovery-image] process exited with exit status: 0 (198.073991149s)
110202026-08-20T18:26:38.828Z[ recovery-image] user 2:36.702011339
110212026-08-20T18:26:38.832Z[ recovery-image] sys 38.055059871
110222026-08-20T18:26:38.856Z[ recovery-image] trap 0.131522384
110232026-08-20T18:26:38.856Z[ recovery-image] tflt 0.820756241
110242026-08-20T18:26:38.856Z[ recovery-image] dflt 0.753055265
110252026-08-20T18:26:38.859Z[ recovery-image] kflt 0.000231900
110262026-08-20T18:26:38.859Z[ recovery-image] lock 8:08.594663752
110272026-08-20T18:26:38.859Z[ recovery-image] slp 17:28.999108945
110282026-08-20T18:26:38.859Z[ recovery-image] lat 34.142375791
110292026-08-20T18:26:38.859Z[ recovery-image] stop 9.631803430
110302026-08-20T18:26:38.859ZAug 20 18:26:37.709 INFO [tuf-v2-recovery] running task
110312026-08-20T18:26:38.859ZAug 20 18:26:37.710 INFO [tuf-v2-recovery] task succeeded (713µs)
110322026-08-20T18:26:39.811Z[ host-image] Aug 20 18:26:38.664 INFO E| Compiling scroll_derive v0.13.1
110332026-08-20T18:26:40.784Z[ host-image] Aug 20 18:26:39.638 INFO E| Compiling bitstruct_derive v0.1.0
110342026-08-20T18:26:49.909Z[ host-image] Aug 20 18:26:48.762 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)
110352026-08-20T18:26:52.041Z[ host-image] Aug 20 18:26:50.895 INFO E| Compiling bitflags v1.3.2
110362026-08-20T18:26:52.041Z[ host-image] Aug 20 18:26:50.895 INFO E| Compiling plain v0.2.3
110372026-08-20T18:26:52.041Z[ host-image] Aug 20 18:26:50.895 INFO E| Compiling bitflags v2.13.0
110382026-08-20T18:26:52.042Z[ host-image] Aug 20 18:26:50.895 INFO E| Compiling scroll v0.13.0
110392026-08-20T18:26:52.045Z[ host-image] Aug 20 18:26:50.895 INFO E| Compiling bit_field v0.10.3
110402026-08-20T18:26:52.045Z[ host-image] Aug 20 18:26:50.895 INFO E| Compiling adler2 v2.0.1
110412026-08-20T18:26:52.045Z[ host-image] Aug 20 18:26:50.895 INFO E| Compiling log v0.4.32
110422026-08-20T18:26:52.045Z[ host-image] Aug 20 18:26:50.895 INFO E| Compiling static_assertions v1.1.0
110432026-08-20T18:26:52.045Z[ host-image] Aug 20 18:26:50.895 INFO E| Compiling bitstruct v0.1.1
110442026-08-20T18:26:52.094Z[ host-image] Aug 20 18:26:50.948 INFO E| Compiling raw-cpuid v10.7.0
110452026-08-20T18:26:52.139Z[ host-image] Aug 20 18:26:50.993 INFO E| Compiling miniz_oxide v0.9.1
110462026-08-20T18:26:52.202Z[ host-image] Aug 20 18:26:51.055 INFO E| Compiling cpio_reader v0.1.2
110472026-08-20T18:26:52.281Z[ host-image] Aug 20 18:26:51.131 INFO E| Compiling goblin v0.10.7
110482026-08-20T18:26:55.111Z[ host-image] Aug 20 18:26:53.961 INFO E| Finished `release` profile [optimized] target(s) in 18.32s
110492026-08-20T18:26:55.119Z[ host-image] Aug 20 18:26:53.973 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110502026-08-20T18:26:55.119Z[ host-image] Aug 20 18:26:53.973 INFO building ROM for gimlet
110512026-08-20T18:26:55.119Z[ host-image] Aug 20 18:26:53.973 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-host/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml", "--image", "/work/os-host/gimlet.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
110522026-08-20T18:26:55.203Z[ host-image] Aug 20 18:26:54.056 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110532026-08-20T18:26:55.206Z[ host-image] Aug 20 18:26:54.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/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`
110542026-08-20T18:26:55.217Z[ host-image] Aug 20 18:26:54.069 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110552026-08-20T18:26:55.280Z[ host-image] Aug 20 18:26:54.133 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110562026-08-20T18:26:55.283Z[ host-image] Aug 20 18:26:54.136 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`
110572026-08-20T18:26:55.392Z[ host-image] Aug 20 18:26:54.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110582026-08-20T18:26:55.392Z[ host-image] Aug 20 18:26:54.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110592026-08-20T18:26:55.395Z[ host-image] Aug 20 18:26:54.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110602026-08-20T18:26:55.396Z[ host-image] Aug 20 18:26:54.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110612026-08-20T18:26:55.396Z[ host-image] Aug 20 18:26:54.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110622026-08-20T18:26:55.396Z[ host-image] Aug 20 18:26:54.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110632026-08-20T18:26:55.396Z[ host-image] Aug 20 18:26:54.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110642026-08-20T18:26:55.396Z[ host-image] Aug 20 18:26:54.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110652026-08-20T18:26:55.396Z[ host-image] Aug 20 18:26:54.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110662026-08-20T18:26:55.396Z[ host-image] Aug 20 18:26:54.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110672026-08-20T18:26:55.396Z[ host-image] Aug 20 18:26:54.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110682026-08-20T18:26:55.396Z[ host-image] Aug 20 18:26:54.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110692026-08-20T18:26:55.396Z[ host-image] Aug 20 18:26:54.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110702026-08-20T18:26:55.396Z[ host-image] Aug 20 18:26:54.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110712026-08-20T18:26:55.396Z[ host-image] Aug 20 18:26:54.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110722026-08-20T18:26:55.396Z[ host-image] Aug 20 18:26:54.246 INFO O| Info: ABL version: 0x100f5010
110732026-08-20T18:26:55.396Z[ host-image] Aug 20 18:26:54.246 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110742026-08-20T18:26:55.396Z[ host-image] Aug 20 18:26:54.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110752026-08-20T18:26:55.396Z[ host-image] Aug 20 18:26:54.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110762026-08-20T18:26:55.396Z[ host-image] Aug 20 18:26:54.246 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110772026-08-20T18:26:55.396Z[ host-image] Aug 20 18:26:54.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110782026-08-20T18:26:55.396Z[ host-image] Aug 20 18:26:54.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110792026-08-20T18:26:55.396Z[ host-image] Aug 20 18:26:54.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110802026-08-20T18:26:55.396Z[ host-image] Aug 20 18:26:54.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110812026-08-20T18:26:55.396Z[ host-image] Aug 20 18:26:54.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110822026-08-20T18:26:55.396Z[ host-image] Aug 20 18:26:54.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110832026-08-20T18:26:55.396Z[ host-image] Aug 20 18:26:54.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110842026-08-20T18:26:55.396Z[ host-image] Aug 20 18:26:54.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110852026-08-20T18:26:55.396Z[ host-image] Aug 20 18:26:54.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110862026-08-20T18:26:55.398Z[ host-image] Aug 20 18:26:54.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110872026-08-20T18:26:55.398Z[ host-image] Aug 20 18:26:54.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110882026-08-20T18:26:55.398Z[ host-image] Aug 20 18:26:54.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110892026-08-20T18:26:55.398Z[ host-image] Aug 20 18:26:54.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110902026-08-20T18:26:55.398Z[ host-image] Aug 20 18:26:54.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110912026-08-20T18:26:55.398Z[ host-image] Aug 20 18:26:54.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110922026-08-20T18:26:55.423Z[ host-image] Aug 20 18:26:54.277 INFO building ROM for cosmo
110932026-08-20T18:26:55.426Z[ host-image] Aug 20 18:26:54.277 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")
110942026-08-20T18:26:55.509Z[ host-image] Aug 20 18:26:54.363 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110952026-08-20T18:26:55.512Z[ host-image] Aug 20 18:26:54.365 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`
110962026-08-20T18:26:55.525Z[ host-image] Aug 20 18:26:54.378 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110972026-08-20T18:26:55.591Z[ host-image] Aug 20 18:26:54.445 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110982026-08-20T18:26:55.594Z[ host-image] Aug 20 18:26:54.448 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`
110992026-08-20T18:26:55.796Z[ host-image] Aug 20 18:26:54.649 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
111002026-08-20T18:26:55.796Z[ host-image] Aug 20 18:26:54.649 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
111012026-08-20T18:26:55.800Z[ host-image] Aug 20 18:26:54.649 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
111022026-08-20T18:26:55.800Z[ host-image] Aug 20 18:26:54.649 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
111032026-08-20T18:26:55.800Z[ host-image] Aug 20 18:26:54.649 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
111042026-08-20T18:26:55.800Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
111052026-08-20T18:26:55.800Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
111062026-08-20T18:26:55.800Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
111072026-08-20T18:26:55.800Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
111082026-08-20T18:26:55.800Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
111092026-08-20T18:26:55.800Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
111102026-08-20T18:26:55.800Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
111112026-08-20T18:26:55.800Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
111122026-08-20T18:26:55.800Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
111132026-08-20T18:26:55.800Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111142026-08-20T18:26:55.800Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111152026-08-20T18:26:55.800Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111162026-08-20T18:26:55.800Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111172026-08-20T18:26:55.800Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111182026-08-20T18:26:55.800Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111192026-08-20T18:26:55.800Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111202026-08-20T18:26:55.800Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111212026-08-20T18:26:55.802Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111222026-08-20T18:26:55.802Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111232026-08-20T18:26:55.802Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111242026-08-20T18:26:55.802Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111252026-08-20T18:26:55.802Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111262026-08-20T18:26:55.802Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111272026-08-20T18:26:55.802Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111282026-08-20T18:26:55.802Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111292026-08-20T18:26:55.802Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111302026-08-20T18:26:55.802Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111312026-08-20T18:26:55.802Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111322026-08-20T18:26:55.802Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111332026-08-20T18:26:55.802Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111342026-08-20T18:26:55.802Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111352026-08-20T18:26:55.803Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111362026-08-20T18:26:55.803Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111372026-08-20T18:26:55.803Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111382026-08-20T18:26:55.803Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111392026-08-20T18:26:55.803Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111402026-08-20T18:26:55.804Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111412026-08-20T18:26:55.804Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111422026-08-20T18:26:55.804Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111432026-08-20T18:26:55.804Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111442026-08-20T18:26:55.804Z[ host-image] Aug 20 18:26:54.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111452026-08-20T18:26:55.804Z[ host-image] Aug 20 18:26:54.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111462026-08-20T18:26:55.804Z[ host-image] Aug 20 18:26:54.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111472026-08-20T18:26:55.804Z[ host-image] Aug 20 18:26:54.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111482026-08-20T18:26:55.804Z[ host-image] Aug 20 18:26:54.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111492026-08-20T18:26:55.804Z[ host-image] Aug 20 18:26:54.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111502026-08-20T18:26:55.806Z[ host-image] Aug 20 18:26:54.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111512026-08-20T18:26:55.806Z[ host-image] Aug 20 18:26:54.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111522026-08-20T18:26:55.806Z[ host-image] Aug 20 18:26:54.651 INFO O| Info: ABL version: 0x100af010
111532026-08-20T18:26:55.806Z[ host-image] Aug 20 18:26:54.651 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111542026-08-20T18:26:55.806Z[ host-image] Aug 20 18:26:54.651 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111552026-08-20T18:26:55.806Z[ host-image] Aug 20 18:26:54.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111562026-08-20T18:26:55.806Z[ host-image] Aug 20 18:26:54.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111572026-08-20T18:26:55.806Z[ host-image] Aug 20 18:26:54.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111582026-08-20T18:26:55.806Z[ host-image] Aug 20 18:26:54.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111592026-08-20T18:26:55.806Z[ host-image] Aug 20 18:26:54.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111602026-08-20T18:26:55.806Z[ host-image] Aug 20 18:26:54.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111612026-08-20T18:26:55.806Z[ host-image] Aug 20 18:26:54.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111622026-08-20T18:26:55.806Z[ host-image] Aug 20 18:26:54.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111632026-08-20T18:26:55.806Z[ host-image] Aug 20 18:26:54.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111642026-08-20T18:26:55.806Z[ host-image] Aug 20 18:26:54.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111652026-08-20T18:26:55.806Z[ host-image] Aug 20 18:26:54.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111662026-08-20T18:26:55.806Z[ host-image] Aug 20 18:26:54.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111672026-08-20T18:26:55.806Z[ host-image] Aug 20 18:26:54.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111682026-08-20T18:26:55.806Z[ host-image] Aug 20 18:26:54.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111692026-08-20T18:26:55.806Z[ host-image] Aug 20 18:26:54.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111702026-08-20T18:26:55.806Z[ host-image] Aug 20 18:26:54.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111712026-08-20T18:26:55.806Z[ host-image] Aug 20 18:26:54.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111722026-08-20T18:26:55.806Z[ host-image] Aug 20 18:26:54.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111732026-08-20T18:26:55.806Z[ host-image] Aug 20 18:26:54.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111742026-08-20T18:26:55.806Z[ host-image] Aug 20 18:26:54.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111752026-08-20T18:26:55.806Z[ host-image] Aug 20 18:26:54.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111762026-08-20T18:26:55.806Z[ host-image] Aug 20 18:26:54.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111772026-08-20T18:26:55.807Z[ host-image] Aug 20 18:26:54.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111782026-08-20T18:26:55.807Z[ host-image] Aug 20 18:26:54.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111792026-08-20T18:26:55.808Z[ host-image] Aug 20 18:26:54.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111802026-08-20T18:26:55.808Z[ host-image] Aug 20 18:26:54.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111812026-08-20T18:26:55.808Z[ host-image] Aug 20 18:26:54.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111822026-08-20T18:26:55.808Z[ host-image] Aug 20 18:26:54.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111832026-08-20T18:26:55.808Z[ host-image] Aug 20 18:26:54.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111842026-08-20T18:26:55.808Z[ host-image] Aug 20 18:26:54.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111852026-08-20T18:26:55.808Z[ host-image] Aug 20 18:26:54.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111862026-08-20T18:26:55.827Z[ host-image] Aug 20 18:26:54.680 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111872026-08-20T18:26:55.827Z[ host-image] Aug 20 18:26:54.680 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111882026-08-20T18:27:07.521Z[ host-image] Aug 20 18:27:06.371 INFO image complete! materials are in "/work/os-host"
111892026-08-20T18:27:07.526Z[ host-image]
111902026-08-20T18:27:07.526Z[ host-image] real 3:56.246819108
111912026-08-20T18:27:07.526Z[ host-image] user 2:47.427632217
111922026-08-20T18:27:07.526Z[ host-image] sys 35.273789968
111932026-08-20T18:27:07.526Z[ host-image] trap 0.147310558
111942026-08-20T18:27:07.526Z[ host-image] tflt 0.214380610
111952026-08-20T18:27:07.526Z[ host-image] dflt 0.288712092
111962026-08-20T18:27:07.526Z[ host-image] kflt 0.004957603
111972026-08-20T18:27:07.526Z[ host-image] lock 4:37.249485438
111982026-08-20T18:27:07.526Z[ host-image] slp 19:42.671324898
111992026-08-20T18:27:07.526Z[ host-image] lat 23.614729752
112002026-08-20T18:27:07.526Z[ host-image] stop 2.163009989
112012026-08-20T18:27:07.526ZAug 20 18:27:06.376 INFO [host-image] process exited with exit status: 0 (236.252293832s)
112022026-08-20T18:27:07.526ZAug 20 18:27:06.376 INFO [tuf-v2-host] running task
112032026-08-20T18:27:07.526ZAug 20 18:27:06.376 INFO [tuf-repo] running task
112042026-08-20T18:27:07.526ZAug 20 18:27:06.376 INFO [tuf-v2-host] task succeeded (511.131µs)
112052026-08-20T18:27:07.526ZAug 20 18:27:06.376 INFO [tuf-v2-repo] running task
112062026-08-20T18:27:28.802ZAug 20 18:27:27.654 INFO [tuf-v2-repo] task succeeded (21.277674704s)
112072026-08-20T18:27:28.948ZAug 20 18:27:27.801 INFO assembling repository in `/tmp/tufaceous1IDjC7`, component: OmicronRepoAssembler
112082026-08-20T18:27:37.923ZAug 20 18:27:36.774 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112092026-08-20T18:27:38.201ZAug 20 18:27:37.053 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112102026-08-20T18:27:40.296ZAug 20 18:27:39.149 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112112026-08-20T18:27:40.347ZAug 20 18:27:39.200 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112122026-08-20T18:27:40.401ZAug 20 18:27:39.254 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112132026-08-20T18:27:40.449ZAug 20 18:27:39.302 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112142026-08-20T18:27:40.496ZAug 20 18:27:39.350 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112152026-08-20T18:27:40.544ZAug 20 18:27:39.398 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112162026-08-20T18:27:40.602ZAug 20 18:27:39.455 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112172026-08-20T18:27:50.963ZAug 20 18:27:49.816 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
112182026-08-20T18:27:50.970ZAug 20 18:27:49.822 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
112192026-08-20T18:27:50.992ZAug 20 18:27:49.845 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
112202026-08-20T18:27:51.045ZAug 20 18:27:49.898 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112212026-08-20T18:27:51.101ZAug 20 18:27:49.954 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112222026-08-20T18:27:51.153ZAug 20 18:27:50.007 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112232026-08-20T18:27:51.219ZAug 20 18:27:50.073 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
112242026-08-20T18:27:51.225ZAug 20 18:27:50.078 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
112252026-08-20T18:27:51.250ZAug 20 18:27:50.103 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
112262026-08-20T18:27:53.003ZAug 20 18:27:51.853 INFO [tuf-repo] task succeeded (45.477009607s)
112272026-08-20T18:30:24.687Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 00s
112282026-08-20T18:30:24.690Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112292026-08-20T18:30:24.691Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112302026-08-20T18:30:27.314ZAug 20 18:30:26.166 INFO [verify-libraries] process exited with exit status: 0 (426.796401941s)
112312026-08-20T18:30:27.316ZAug 20 18:30:26.166 INFO all jobs completed in 1176.7805235s
112322026-08-20T18:30:28.499Zprocess exited: duration 1400905 ms, exit code 0
 
112332026-08-20T18:30:28.525Zfound 41 output files
112342026-08-20T18:30:28.525Zuploading: /work/manifest.toml (17334 bytes)
112352026-08-20T18:30:29.542Zuploaded: /work/manifest.toml
112362026-08-20T18:30:29.542Zuploading: /work/repo.zip (3302754492 bytes)
112372026-08-20T18:31:11.142Zuploaded: /work/repo.zip
112382026-08-20T18:31:11.142Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112392026-08-20T18:31:12.161Zuploaded: /work/repo.zip.sha256.txt
112402026-08-20T18:31:12.161Zuploading: /work/helios.json (647 bytes)
112412026-08-20T18:31:13.174Zuploaded: /work/helios.json
112422026-08-20T18:31:13.174Zuploading: /work/incorporation.p5m (113590 bytes)
112432026-08-20T18:31:14.189Zuploaded: /work/incorporation.p5m
112442026-08-20T18:31:14.189Zuploading: /work/incorporation.p5p (133120 bytes)
112452026-08-20T18:31:15.207Zuploaded: /work/incorporation.p5p
112462026-08-20T18:31:15.207Zuploading: /work/helios-incorp.log (522 bytes)
112472026-08-20T18:31:16.217Zuploaded: /work/helios-incorp.log
112482026-08-20T18:31:16.217Zuploading: /work/helios-setup.log (57000 bytes)
112492026-08-20T18:31:17.230Zuploaded: /work/helios-setup.log
112502026-08-20T18:31:17.230Zuploading: /work/host-image.log (233629 bytes)
112512026-08-20T18:31:18.246Zuploaded: /work/host-image.log
112522026-08-20T18:31:18.246Zuploading: /work/host-package.log (33711 bytes)
112532026-08-20T18:31:19.259Zuploaded: /work/host-package.log
112542026-08-20T18:31:19.259Zuploading: /work/host-target.log (101 bytes)
112552026-08-20T18:31:20.270Zuploaded: /work/host-target.log
112562026-08-20T18:31:20.270Zuploading: /work/incorp-create.log (0 bytes)
112572026-08-20T18:31:21.287Zuploaded: /work/incorp-create.log
112582026-08-20T18:31:21.287Zuploading: /work/incorp-fmt.log (0 bytes)
112592026-08-20T18:31:22.296Zuploaded: /work/incorp-fmt.log
112602026-08-20T18:31:22.296Zuploading: /work/incorp-pkgsend.log (108 bytes)
112612026-08-20T18:31:23.308Zuploaded: /work/incorp-pkgsend.log
112622026-08-20T18:31:23.308Zuploading: /work/incorp-publisher.log (0 bytes)
112632026-08-20T18:31:24.318Zuploaded: /work/incorp-publisher.log
112642026-08-20T18:31:24.318Zuploading: /work/omicron-package.log (10067 bytes)
112652026-08-20T18:31:25.330Zuploaded: /work/omicron-package.log
112662026-08-20T18:31:25.330Zuploading: /work/recovery-image.log (589870 bytes)
112672026-08-20T18:31:26.351Zuploaded: /work/recovery-image.log
112682026-08-20T18:31:26.351Zuploading: /work/recovery-package.log (321 bytes)
112692026-08-20T18:31:27.362Zuploaded: /work/recovery-package.log
112702026-08-20T18:31:27.362Zuploading: /work/recovery-target.log (98 bytes)
112712026-08-20T18:31:28.374Zuploaded: /work/recovery-target.log
112722026-08-20T18:31:28.374Zuploading: /work/stamp-clickhouse.log (117 bytes)
112732026-08-20T18:31:29.384Zuploaded: /work/stamp-clickhouse.log
112742026-08-20T18:31:29.384Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
112752026-08-20T18:31:30.397Zuploaded: /work/stamp-clickhouse_keeper.log
112762026-08-20T18:31:30.398Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
112772026-08-20T18:31:31.409Zuploaded: /work/stamp-clickhouse_server.log
112782026-08-20T18:31:31.409Zuploading: /work/stamp-cockroachdb.log (118 bytes)
112792026-08-20T18:31:32.420Zuploaded: /work/stamp-cockroachdb.log
112802026-08-20T18:31:32.420Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
112812026-08-20T18:31:33.432Zuploaded: /work/stamp-crucible-pantry-zone.log
112822026-08-20T18:31:33.432Zuploading: /work/stamp-crucible-utils.log (118 bytes)
112832026-08-20T18:31:34.445Zuploaded: /work/stamp-crucible-utils.log
112842026-08-20T18:31:34.445Zuploading: /work/stamp-crucible-zone.log (120 bytes)
112852026-08-20T18:31:35.463Zuploaded: /work/stamp-crucible-zone.log
112862026-08-20T18:31:35.463Zuploading: /work/stamp-external-dns.log (119 bytes)
112872026-08-20T18:31:36.494Zuploaded: /work/stamp-external-dns.log
112882026-08-20T18:31:36.494Zuploading: /work/stamp-installinator.log (103 bytes)
112892026-08-20T18:31:37.509Zuploaded: /work/stamp-installinator.log
112902026-08-20T18:31:37.509Zuploading: /work/stamp-internal-dns.log (119 bytes)
112912026-08-20T18:31:38.525Zuploaded: /work/stamp-internal-dns.log
112922026-08-20T18:31:38.525Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
112932026-08-20T18:31:39.535Zuploaded: /work/stamp-mg-ddm-gz.log
112942026-08-20T18:31:39.535Zuploading: /work/stamp-nexus.log (112 bytes)
112952026-08-20T18:31:40.545Zuploaded: /work/stamp-nexus.log
112962026-08-20T18:31:40.546Zuploading: /work/stamp-ntp.log (110 bytes)
112972026-08-20T18:31:41.556Zuploaded: /work/stamp-ntp.log
112982026-08-20T18:31:41.556Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
112992026-08-20T18:31:42.566Zuploaded: /work/stamp-omicron-sled-agent.log
113002026-08-20T18:31:42.567Zuploading: /work/stamp-overlay.log (114 bytes)
113012026-08-20T18:31:43.576Zuploaded: /work/stamp-overlay.log
113022026-08-20T18:31:43.579Zuploading: /work/stamp-oximeter.log (115 bytes)
113032026-08-20T18:31:44.588Zuploaded: /work/stamp-oximeter.log
113042026-08-20T18:31:44.588Zuploading: /work/stamp-oxlog.log (109 bytes)
113052026-08-20T18:31:45.597Zuploaded: /work/stamp-oxlog.log
113062026-08-20T18:31:45.597Zuploading: /work/stamp-probe.log (112 bytes)
113072026-08-20T18:31:46.609Zuploaded: /work/stamp-probe.log
113082026-08-20T18:31:46.610Zuploading: /work/stamp-propolis-server.log (122 bytes)
113092026-08-20T18:31:47.620Zuploaded: /work/stamp-propolis-server.log
113102026-08-20T18:31:47.620Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113112026-08-20T18:31:48.632Zuploaded: /work/stamp-pumpkind-gz.log
113122026-08-20T18:31:48.632Zuploading: /work/stamp-switch-asic.log (118 bytes)
113132026-08-20T18:31:49.645Zuploaded: /work/stamp-switch-asic.log
113142026-08-20T18:31:49.645Zuploading: /work/verify-libraries.log (50450 bytes)
113152026-08-20T18:31:50.658Zuploaded: /work/verify-libraries.log