01M1C5DPJ8QD8AFQ3909H4RP0M: 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: 01M1C5EQ3Z0WZNPB58W51CV1NZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-31T15:02:41.062Zjob assigned to worker 01M1C5ESM2E06734H42D6D1GQX [factory aws, i-01fc9fb5eef363271] (queued for 45 s)
 
22026-08-31T15:02:48.276Zstarting task 0: "setup"
32026-08-31T15:02:48.284Z++ uname -s
42026-08-31T15:02:48.288Z+ kern=SunOS
52026-08-31T15:02:48.288Z+ build_user=build
62026-08-31T15:02:48.288Z+ build_uid=12345
72026-08-31T15:02:48.288Z+ work_dir=/work
82026-08-31T15:02:48.288Z+ input_dir=/input
92026-08-31T15:02:48.288Z+ [[ 0 == 12345 ]]
102026-08-31T15:02:48.288Z+ case "$kern" in
112026-08-31T15:02:48.288Z+ groupadd -g 12345 build
122026-08-31T15:02:48.291Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-31T15:02:50.297Z+ zfs create -o mountpoint=/work rpool/work
142026-08-31T15:02:50.385Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-31T15:02:50.392Z+ home_fs=zfs
162026-08-31T15:02:50.392Z+ [[ zfs == autofs ]]
172026-08-31T15:02:50.392Z+ mkdir -p /home/build
182026-08-31T15:02:50.392Z+ chown build:build /home/build /work
192026-08-31T15:02:52.389Z+ chmod 0700 /home/build /work
202026-08-31T15:02:52.392Zprocess exited: duration 4116 ms, exit code 0
 
212026-08-31T15:02:52.401Zstarting task 1: "rust-toolchain"
222026-08-31T15:02:52.408Z * rust toolchain channel = "1.97.1"
232026-08-31T15:02:52.408Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
242026-08-31T15:02:52.408Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-31T15:02:52.408Z * rust toolchain profile = "default"
262026-08-31T15:02:52.408Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-31T15:02:52.408Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-31T15:02:52.408Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-31T15:02:52.408Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-31T15:02:52.475Zinfo: downloading installer
312026-08-31T15:02:53.756Zwarn: It looks like you have an existing rustup settings file at:
322026-08-31T15:02:53.756Zwarn: /home/build/.rustup/settings.toml
332026-08-31T15:02:53.757Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-31T15:02:53.757Zwarn: instead of the one inferred from the default host triple.
352026-08-31T15:02:53.767Zinfo: profile set to default
362026-08-31T15:02:53.767Zinfo: default host triple is x86_64-unknown-illumos
372026-08-31T15:02:53.770Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-31T15:02:53.895Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-31T15:02:53.899Zinfo: downloading 6 components
402026-08-31T15:03:08.276Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-31T15:03:08.276Z
422026-08-31T15:03:08.301Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-31T15:03:08.301Z
442026-08-31T15:03:08.301Z
452026-08-31T15:03:08.301ZRust is installed now. Great!
462026-08-31T15:03:08.301Z
472026-08-31T15:03:08.301ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-31T15:03:08.301Zenvironment variable. This has not been done automatically.
492026-08-31T15:03:08.301Z
502026-08-31T15:03:08.301ZTo configure your current shell, you need to source
512026-08-31T15:03:08.301Zthe corresponding env file under $HOME/.cargo.
522026-08-31T15:03:08.301Z
532026-08-31T15:03:08.301ZThis is usually done by running one of the following (note the leading DOT):
542026-08-31T15:03:08.301Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-31T15:03:08.301Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-31T15:03:08.301Zsource "~/.cargo/env.nu" # For nushell
572026-08-31T15:03:08.301Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-31T15:03:08.302Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-31T15:03:08.302Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-31T15:03:08.305Zwarn: no default linker (`cc`) was found in your PATH
612026-08-31T15:03:08.305Zwarn: many Rust crates require a system C toolchain to build
622026-08-31T15:03:08.407Z+ rustup --version
632026-08-31T15:03:08.414Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-31T15:03:08.417Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-31T15:03:08.431Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-31T15:03:08.434Z+ cargo --version
672026-08-31T15:03:08.444Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-31T15:03:08.448Z+ rustc --version
692026-08-31T15:03:08.469Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-31T15:03:08.473Zprocess exited: duration 16070 ms, exit code 0
 
712026-08-31T15:03:08.480Zstarting task 2: "authentication"
722026-08-31T15:03:08.500Zprocess exited: duration 19 ms, exit code 0
 
732026-08-31T15:03:08.506Zstarting task 3: "clone repository"
742026-08-31T15:03:08.511Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-31T15:03:08.514Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-31T15:03:08.549ZCloning into '/work/oxidecomputer/omicron'...
772026-08-31T15:03:29.182Z+ cd /work/oxidecomputer/omicron
782026-08-31T15:03:29.182Z+ git fetch origin a4abb0ca68bc4f3cd1e8d963fe929aaacb54218d
792026-08-31T15:03:29.521ZFrom https://github.com/oxidecomputer/omicron
802026-08-31T15:03:29.521Z * branch a4abb0ca68bc4f3cd1e8d963fe929aaacb54218d -> FETCH_HEAD
812026-08-31T15:03:29.534Z+ [[ -n '' ]]
822026-08-31T15:03:29.534Z+ git reset --hard a4abb0ca68bc4f3cd1e8d963fe929aaacb54218d
832026-08-31T15:03:29.798ZHEAD is now at a4abb0ca6 [merge] merge the NoActiveVmmForInstance fix from zl/probe-multicast
842026-08-31T15:03:29.803Zprocess exited: duration 21296 ms, exit code 0
 
852026-08-31T15:03:29.811Zstarting task 4: "build"
862026-08-31T15:03:29.815Z+ source .github/buildomat/ci-env.sh
872026-08-31T15:03:29.815Z++ export CARGO_TERM_COLOR=always
882026-08-31T15:03:29.816Z++ CARGO_TERM_COLOR=always
892026-08-31T15:03:29.819Z+++ uname -s
902026-08-31T15:03:29.819Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-31T15:03:29.820Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-31T15:03:29.822Z+ cargo --version
932026-08-31T15:03:29.831Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-31T15:03:29.834Z+ rustc --version
952026-08-31T15:03:29.855Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-31T15:03:29.859Z+ cargo tree --locked
972026-08-31T15:03:30.029Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
982026-08-31T15:03:30.330Z Updating crates.io index
992026-08-31T15:03:30.333Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1002026-08-31T15:03:30.609Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1012026-08-31T15:03:31.067Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1022026-08-31T15:03:31.410Z Updating git repository `https://github.com/oxidecomputer/propolis`
1032026-08-31T15:03:32.760Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1042026-08-31T15:03:33.432Z Updating git repository `https://github.com/oxidecomputer/crucible`
1052026-08-31T15:03:35.472Z Updating git repository `https://github.com/oxidecomputer/opte`
1062026-08-31T15:03:36.593Z Updating git repository `https://github.com/oxidecomputer/tofino`
1072026-08-31T15:03:36.913Z Updating git repository `https://github.com/oxidecomputer/lldp`
1082026-08-31T15:03:37.305Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1092026-08-31T15:03:39.054Z Updating git repository `https://github.com/oxidecomputer/clickward`
1102026-08-31T15:03:39.866Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1112026-08-31T15:03:40.530Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1122026-08-31T15:03:41.056Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1132026-08-31T15:03:41.536Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1142026-08-31T15:03:41.826Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1152026-08-31T15:03:42.135Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1162026-08-31T15:03:42.431Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1172026-08-31T15:03:42.813Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1182026-08-31T15:03:43.370Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1192026-08-31T15:03:44.027Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1202026-08-31T15:03:44.621Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1212026-08-31T15:03:45.285Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1222026-08-31T15:03:46.664Z Updating git repository `https://github.com/oxidecomputer/erebor`
1232026-08-31T15:03:46.942Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1242026-08-31T15:03:47.400Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1252026-08-31T15:03:47.701Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1262026-08-31T15:03:48.143Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1272026-08-31T15:03:48.479Z Updating git repository `https://github.com/oxidecomputer/ispf`
1282026-08-31T15:03:48.797Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1292026-08-31T15:03:49.158Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1302026-08-31T15:03:49.585Z Updating git repository `https://github.com/oxidecomputer/tough`
1312026-08-31T15:03:50.159Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1322026-08-31T15:03:50.440Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1332026-08-31T15:03:50.716Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1342026-08-31T15:03:51.050Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1352026-08-31T15:03:51.363Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1362026-08-31T15:03:51.665Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1372026-08-31T15:03:51.954Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1382026-08-31T15:03:52.526Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1392026-08-31T15:03:52.831Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1402026-08-31T15:03:53.240Z Updating git repository `https://github.com/illumos/smf-rs`
1412026-08-31T15:03:56.496Z Downloading crates ...
1422026-08-31T15:03:56.543Z Downloaded crc-catalog v2.4.0
1432026-08-31T15:03:56.561Z Downloaded colorchoice v1.0.4
1442026-08-31T15:03:56.564Z Downloaded darling_macro v0.23.0
1452026-08-31T15:03:56.567Z Downloaded corncobs v0.1.4
1462026-08-31T15:03:56.571Z Downloaded compression-core v0.4.31
1472026-08-31T15:03:56.574Z Downloaded constant_time_eq v0.3.1
1482026-08-31T15:03:56.578Z Downloaded defmt v0.3.100
1492026-08-31T15:03:56.582Z Downloaded heck v0.5.0
1502026-08-31T15:03:56.582Z Downloaded hex-literal v1.1.0
1512026-08-31T15:03:56.582Z Downloaded cmake v0.1.57
1522026-08-31T15:03:56.582Z Downloaded ctr v0.10.1
1532026-08-31T15:03:56.582Z Downloaded clap_lex v1.0.0
1542026-08-31T15:03:56.585Z Downloaded cobs v0.3.0
1552026-08-31T15:03:56.588Z Downloaded idna_adapter v1.2.1
1562026-08-31T15:03:56.588Z Downloaded instant v0.1.13
1572026-08-31T15:03:56.588Z Downloaded is-terminal v0.4.17
1582026-08-31T15:03:56.588Z Downloaded cmov v0.5.4
1592026-08-31T15:03:56.588Z Downloaded hostname v0.3.1
1602026-08-31T15:03:56.591Z Downloaded inout v0.2.2
1612026-08-31T15:03:56.591Z Downloaded crossbeam-deque v0.8.6
1622026-08-31T15:03:56.591Z Downloaded concurrent-queue v2.5.0
1632026-08-31T15:03:56.595Z Downloaded hubpack v0.1.2
1642026-08-31T15:03:56.595Z Downloaded daft-derive v0.1.8
1652026-08-31T15:03:56.598Z Downloaded crucible-workspace-hack v0.1.0
1662026-08-31T15:03:56.598Z Downloaded diesel_table_macro_syntax v0.3.0
1672026-08-31T15:03:56.598Z Downloaded crc8 v0.1.1
1682026-08-31T15:03:56.601Z Downloaded hash32 v0.3.1
1692026-08-31T15:03:56.601Z Downloaded heck v0.4.1
1702026-08-31T15:03:56.601Z Downloaded derive_builder_macro v0.20.2
1712026-08-31T15:03:56.601Z Downloaded defmt-parser v1.0.0
1722026-08-31T15:03:56.605Z Downloaded constant_time_eq v0.4.2
1732026-08-31T15:03:56.608Z Downloaded datatest-stable v0.3.3
1742026-08-31T15:03:56.614Z Downloaded hex-literal v0.4.1
1752026-08-31T15:03:56.614Z Downloaded hash32 v0.2.1
1762026-08-31T15:03:56.614Z Downloaded headers-core v0.3.0
1772026-08-31T15:03:56.614Z Downloaded clap_derive v4.6.1
1782026-08-31T15:03:56.617Z Downloaded console v0.15.11
1792026-08-31T15:03:56.617Z Downloaded home v0.5.12
1802026-08-31T15:03:56.617Z Downloaded hyper-staticfile v0.10.1
1812026-08-31T15:03:56.617Z Downloaded crc v3.4.0
1822026-08-31T15:03:56.617Z Downloaded crunchy v0.2.4
1832026-08-31T15:03:56.617Z Downloaded convert_case v0.4.0
1842026-08-31T15:03:56.617Z Downloaded cpubits v0.1.1
1852026-08-31T15:03:56.617Z Downloaded darling_macro v0.21.3
1862026-08-31T15:03:56.621Z Downloaded cpufeatures v0.2.17
1872026-08-31T15:03:56.624Z Downloaded hubpack_derive v0.1.1
1882026-08-31T15:03:56.624Z Downloaded guppy-workspace-hack v0.1.0
1892026-08-31T15:03:56.624Z Downloaded hex v0.4.3
1902026-08-31T15:03:56.626Z Downloaded http-body v1.0.1
1912026-08-31T15:03:56.627Z Downloaded httptest v0.16.4
1922026-08-31T15:03:56.627Z Downloaded cpufeatures v0.3.0
1932026-08-31T15:03:56.627Z Downloaded crypto-common v0.2.2
1942026-08-31T15:03:56.630Z Downloaded curve25519-dalek-derive v0.1.1
1952026-08-31T15:03:56.633Z Downloaded debug-ignore v1.0.5
1962026-08-31T15:03:56.633Z Downloaded illumos-nvpair v0.3.0
1972026-08-31T15:03:56.638Z Downloaded darling_macro v0.20.11
1982026-08-31T15:03:56.641Z Downloaded cookie v0.18.1
1992026-08-31T15:03:56.644Z Downloaded ident_case v1.0.1
2002026-08-31T15:03:56.647Z Downloaded itoa v1.0.17
2012026-08-31T15:03:56.647Z Downloaded instability v0.3.11
2022026-08-31T15:03:56.653Z Downloaded http-body-util v0.1.3
2032026-08-31T15:03:56.655Z Downloaded ipnet v2.12.0
2042026-08-31T15:03:56.655Z Downloaded cstr-argument v0.1.2
2052026-08-31T15:03:56.655Z Downloaded darling_macro v0.13.4
2062026-08-31T15:03:56.658Z Downloaded crypto-common v0.1.7
2072026-08-31T15:03:56.658Z Downloaded clang-sys v1.8.1
2082026-08-31T15:03:56.661Z Downloaded critical-section v1.2.0
2092026-08-31T15:03:56.661Z Downloaded httparse v1.10.1
2102026-08-31T15:03:56.664Z Downloaded compression-codecs v0.4.37
2112026-08-31T15:03:56.667Z Downloaded http-range v0.1.5
2122026-08-31T15:03:56.667Z Downloaded httpdate v1.0.3
2132026-08-31T15:03:56.667Z Downloaded indent_write v2.2.0
2142026-08-31T15:03:56.671Z Downloaded assert_matches v1.5.0
2152026-08-31T15:03:56.674Z Downloaded is_ci v1.2.0
2162026-08-31T15:03:56.674Z Downloaded inout v0.1.4
2172026-08-31T15:03:56.674Z Downloaded base16ct v1.0.0
2182026-08-31T15:03:56.677Z Downloaded bb8 v0.8.6
2192026-08-31T15:03:56.677Z Downloaded illumos-nvpair-sys v0.2.0
2202026-08-31T15:03:56.677Z Downloaded jiff-static v0.2.34
2212026-08-31T15:03:56.680Z Downloaded opaque-debug v0.3.1
2222026-08-31T15:03:56.681Z Downloaded data-encoding v2.10.0
2232026-08-31T15:03:56.681Z Downloaded internet-checksum v0.2.1
2242026-08-31T15:03:56.681Z Downloaded is_terminal_polyfill v1.70.2
2252026-08-31T15:03:56.684Z Downloaded deranged v0.5.8
2262026-08-31T15:03:56.687Z Downloaded cipher v0.5.2
2272026-08-31T15:03:56.687Z Downloaded indoc v1.0.9
2282026-08-31T15:03:56.692Z Downloaded delegate v0.13.5
2292026-08-31T15:03:56.692Z Downloaded defmt v1.0.1
2302026-08-31T15:03:56.695Z Downloaded darling v0.13.4
2312026-08-31T15:03:56.695Z Downloaded derive_builder_core v0.20.2
2322026-08-31T15:03:56.695Z Downloaded hyper-tls v0.6.0
2332026-08-31T15:03:56.695Z Downloaded derive-ex v0.1.8
2342026-08-31T15:03:56.697Z Downloaded bcrypt-pbkdf v0.11.0
2352026-08-31T15:03:56.697Z Downloaded block-padding v0.4.2
2362026-08-31T15:03:56.697Z Downloaded daft v0.1.8
2372026-08-31T15:03:56.697Z Downloaded openssl-probe v0.1.6
2382026-08-31T15:03:56.700Z Downloaded oso-derive v0.27.3
2392026-08-31T15:03:56.700Z Downloaded percent-encoding v2.3.2
2402026-08-31T15:03:56.700Z Downloaded block-buffer v0.12.1
2412026-08-31T15:03:56.700Z Downloaded cfg_aliases v0.2.1
2422026-08-31T15:03:56.703Z Downloaded clap v4.6.1
2432026-08-31T15:03:56.706Z Downloaded ciborium-io v0.2.2
2442026-08-31T15:03:56.706Z Downloaded ciborium-ll v0.2.2
2452026-08-31T15:03:56.709Z Downloaded const-oid v0.9.6
2462026-08-31T15:03:56.709Z Downloaded addr2line v0.25.1
2472026-08-31T15:03:56.709Z Downloaded const-oid v0.10.2
2482026-08-31T15:03:56.712Z Downloaded convert_case v0.10.0
2492026-08-31T15:03:56.712Z Downloaded cookie_store v0.22.1
2502026-08-31T15:03:56.712Z Downloaded darling v0.21.3
2512026-08-31T15:03:56.715Z Downloaded highway v1.3.0
2522026-08-31T15:03:56.718Z Downloaded hostname v0.4.2
2532026-08-31T15:03:56.718Z Downloaded humantime v2.3.0
2542026-08-31T15:03:56.718Z Downloaded ingot-types v0.2.0
2552026-08-31T15:03:56.718Z Downloaded const_format_proc_macros v0.2.34
2562026-08-31T15:03:56.721Z Downloaded criterion-plot v0.6.0
2572026-08-31T15:03:56.721Z Downloaded defmt-macros v1.0.1
2582026-08-31T15:03:56.724Z Downloaded csv-core v0.1.13
2592026-08-31T15:03:56.724Z Downloaded ingot v0.2.1
2602026-08-31T15:03:56.724Z Downloaded ipnetwork v0.21.1
2612026-08-31T15:03:56.724Z Downloaded predicates-core v1.0.10
2622026-08-31T15:03:56.724Z Downloaded pathdiff v0.2.3
2632026-08-31T15:03:56.727Z Downloaded compact_str v0.8.1
2642026-08-31T15:03:56.727Z Downloaded plain v0.2.3
2652026-08-31T15:03:56.731Z Downloaded progenitor-client v0.14.0
2662026-08-31T15:03:56.732Z Downloaded colored v2.2.0
2672026-08-31T15:03:56.732Z Downloaded argon2 v0.5.3
2682026-08-31T15:03:56.732Z Downloaded crossbeam-epoch v0.9.18
2692026-08-31T15:03:56.732Z Downloaded half v1.8.3
2702026-08-31T15:03:56.734Z Downloaded half v2.7.1
2712026-08-31T15:03:56.734Z Downloaded hickory-client v0.25.2
2722026-08-31T15:03:56.737Z Downloaded autocfg v1.5.0
2732026-08-31T15:03:56.737Z Downloaded cassowary v0.3.0
2742026-08-31T15:03:56.737Z Downloaded hyper-rustls v0.27.7
2752026-08-31T15:03:56.737Z Downloaded progenitor-macro v0.13.0
2762026-08-31T15:03:56.740Z Downloaded rand_pcg v0.10.2
2772026-08-31T15:03:56.740Z Downloaded cexpr v0.6.0
2782026-08-31T15:03:56.741Z Downloaded ref-cast-impl v1.0.25
2792026-08-31T15:03:56.741Z Downloaded colored v3.1.1
2802026-08-31T15:03:56.744Z Downloaded console v0.16.2
2812026-08-31T15:03:56.744Z Downloaded ctutils v0.4.2
2822026-08-31T15:03:56.744Z Downloaded des v0.9.0
2832026-08-31T15:03:56.747Z Downloaded der_derive v0.7.3
2842026-08-31T15:03:56.747Z Downloaded darling v0.23.0
2852026-08-31T15:03:56.750Z Downloaded darling v0.20.11
2862026-08-31T15:03:56.750Z Downloaded derive_builder v0.20.2
2872026-08-31T15:03:56.753Z Downloaded diesel-dtrace v0.5.0
2882026-08-31T15:03:56.756Z Downloaded impl-trait-for-tuples v0.2.3
2892026-08-31T15:03:56.756Z Downloaded owo-colors v3.5.0
2902026-08-31T15:03:56.756Z Downloaded peg-runtime v0.8.5
2912026-08-31T15:03:56.759Z Downloaded hmac v0.13.0
2922026-08-31T15:03:56.759Z Downloaded hybrid-array v0.4.13
2932026-08-31T15:03:56.759Z Downloaded parking_lot_core v0.8.6
2942026-08-31T15:03:56.763Z Downloaded ref-cast v1.0.25
2952026-08-31T15:03:56.763Z Downloaded rfc6979 v0.4.0
2962026-08-31T15:03:56.763Z Downloaded rustc_version v0.1.7
2972026-08-31T15:03:56.764Z Downloaded h2 v0.4.15
2982026-08-31T15:03:56.766Z Downloaded crc-any v2.5.0
2992026-08-31T15:03:56.766Z Downloaded phf v0.12.1
3002026-08-31T15:03:56.767Z Downloaded phc v0.6.1
3012026-08-31T15:03:56.769Z Downloaded crc32fast v1.5.0
3022026-08-31T15:03:56.769Z Downloaded anstyle v1.0.14
3032026-08-31T15:03:56.769Z Downloaded pin-project-lite v0.2.17
3042026-08-31T15:03:56.773Z Downloaded predicates v3.1.4
3052026-08-31T15:03:56.776Z Downloaded bcs v0.1.6
3062026-08-31T15:03:56.776Z Downloaded anyhow v1.0.104
3072026-08-31T15:03:56.776Z Downloaded scroll_derive v0.13.1
3082026-08-31T15:03:56.778Z Downloaded rfc6979 v0.6.0
3092026-08-31T15:03:56.778Z Downloaded rtoolbox v0.0.3
3102026-08-31T15:03:56.779Z Downloaded semver v0.1.20
3112026-08-31T15:03:56.779Z Downloaded clap_builder v4.6.0
3122026-08-31T15:03:56.782Z Downloaded argon2 v0.6.0-rc.8
3132026-08-31T15:03:56.785Z Downloaded blake2b_simd v1.0.4
3142026-08-31T15:03:56.785Z Downloaded primeorder v0.14.0
3152026-08-31T15:03:56.785Z Downloaded hmac v0.12.1
3162026-08-31T15:03:56.788Z Downloaded byte-wrapper v0.1.0
3172026-08-31T15:03:56.788Z Downloaded primeorder v0.13.6
3182026-08-31T15:03:56.788Z Downloaded signature v3.0.0
3192026-08-31T15:03:56.791Z Downloaded slog-envlogger v2.2.0
3202026-08-31T15:03:56.791Z Downloaded structmeta-derive v0.3.0
3212026-08-31T15:03:56.791Z Downloaded subtle v2.6.1
3222026-08-31T15:03:56.791Z Downloaded ingot-macros v0.2.0
3232026-08-31T15:03:56.794Z Downloaded thread-id v5.1.0
3242026-08-31T15:03:56.794Z Downloaded darling_core v0.13.4
3252026-08-31T15:03:56.797Z Downloaded crossbeam-utils v0.8.21
3262026-08-31T15:03:56.797Z Downloaded derive-where v1.6.0
3272026-08-31T15:03:56.800Z Downloaded scheduled-thread-pool v0.2.7
3282026-08-31T15:03:56.800Z Downloaded serde_spanned v1.1.1
3292026-08-31T15:03:56.800Z Downloaded parking_lot v0.12.5
3302026-08-31T15:03:56.804Z Downloaded sigpipe v0.1.3
3312026-08-31T15:03:56.804Z Downloaded termtree v0.5.1
3322026-08-31T15:03:56.807Z Downloaded derive_more v2.1.1
3332026-08-31T15:03:56.812Z Downloaded crypto-bigint v0.5.5
3342026-08-31T15:03:56.815Z Downloaded darling_core v0.23.0
3352026-08-31T15:03:56.817Z Downloaded derive_more v0.99.20
3362026-08-31T15:03:56.820Z Downloaded allocator-api2 v0.2.21
3372026-08-31T15:03:56.823Z Downloaded tower-layer v0.3.3
3382026-08-31T15:03:56.823Z Downloaded indoc v2.0.7
3392026-08-31T15:03:56.823Z Downloaded unicode-xid v0.2.6
3402026-08-31T15:03:56.826Z Downloaded const_format v0.2.35
3412026-08-31T15:03:56.826Z Downloaded crossbeam-channel v0.5.15
3422026-08-31T15:03:56.829Z Downloaded sec1 v0.8.1
3432026-08-31T15:03:56.829Z Downloaded serde_path_to_error v0.1.20
3442026-08-31T15:03:56.832Z Downloaded hashbrown v0.12.3
3452026-08-31T15:03:56.832Z Downloaded heapless v0.7.17
3462026-08-31T15:03:56.835Z Downloaded usdt-macro v0.5.0
3472026-08-31T15:03:56.835Z Downloaded usdt-macro v0.6.0
3482026-08-31T15:03:56.835Z Downloaded utf-8 v0.7.6
3492026-08-31T15:03:56.835Z Downloaded psm v0.1.30
3502026-08-31T15:03:56.838Z Downloaded usdt v0.5.0
3512026-08-31T15:03:56.838Z Downloaded wait-timeout v0.2.1
3522026-08-31T15:03:56.838Z Downloaded want v0.3.1
3532026-08-31T15:03:56.838Z Downloaded tap v1.0.1
3542026-08-31T15:03:56.838Z Downloaded slog-json v2.6.1
3552026-08-31T15:03:56.841Z Downloaded slog-scope v4.4.1
3562026-08-31T15:03:56.841Z Downloaded support-bundle-viewer v0.1.2
3572026-08-31T15:03:56.841Z Downloaded quote v1.0.45
3582026-08-31T15:03:56.844Z Downloaded digest-io v0.1.0
3592026-08-31T15:03:56.847Z Downloaded iana-time-zone v0.1.65
3602026-08-31T15:03:56.847Z Downloaded async-bb8-diesel v0.2.1
3612026-08-31T15:03:56.850Z Downloaded dropshot-api-manager-types v0.8.0
3622026-08-31T15:03:56.850Z Downloaded dtrace-parser v0.2.0
3632026-08-31T15:03:56.850Z Downloaded cancel-safe-futures v0.1.5
3642026-08-31T15:03:56.853Z Downloaded strum_macros v0.26.4
3652026-08-31T15:03:56.853Z Downloaded scopeguard v1.2.0
3662026-08-31T15:03:56.856Z Downloaded trait-variant v0.1.2
3672026-08-31T15:03:56.859Z Downloaded embedded-io v0.4.0
3682026-08-31T15:03:56.862Z Downloaded thiserror-impl v2.0.18
3692026-08-31T15:03:56.866Z Downloaded foreign-types-shared v0.3.1
3702026-08-31T15:03:56.868Z Downloaded indexmap v1.9.3
3712026-08-31T15:03:56.871Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3722026-08-31T15:03:56.874Z Downloaded tokio-tungstenite v0.21.0
3732026-08-31T15:03:56.877Z Downloaded git-stub v1.0.0
3742026-08-31T15:03:56.877Z Downloaded simd-adler32 v0.3.8
3752026-08-31T15:03:56.877Z Downloaded spki v0.7.3
3762026-08-31T15:03:56.877Z Downloaded generic-array v0.14.7
3772026-08-31T15:03:56.880Z Downloaded foreign-types v0.5.0
3782026-08-31T15:03:56.880Z Downloaded form_urlencoded v1.2.2
3792026-08-31T15:03:56.880Z Downloaded yoke-derive v0.8.1
3802026-08-31T15:03:56.880Z Downloaded downcast-rs v2.0.2
3812026-08-31T15:03:56.880Z Downloaded escape8259 v0.5.3
3822026-08-31T15:03:56.880Z Downloaded der v0.7.10
3832026-08-31T15:03:56.883Z Downloaded postcard v1.1.3
3842026-08-31T15:03:56.886Z Downloaded sha2 v0.10.9
3852026-08-31T15:03:56.886Z Downloaded usdt-impl v0.6.0
3862026-08-31T15:03:56.889Z Downloaded lazy_static v1.5.0
3872026-08-31T15:03:56.892Z Downloaded lzss v0.8.2
3882026-08-31T15:03:56.892Z Downloaded icu_provider v2.1.1
3892026-08-31T15:03:56.895Z Downloaded futures-task v0.3.32
3902026-08-31T15:03:56.899Z Downloaded snafu-derive v0.8.9
3912026-08-31T15:03:56.902Z Downloaded displaydoc v0.2.5
3922026-08-31T15:03:56.905Z Downloaded headers v0.4.1
3932026-08-31T15:03:56.908Z Downloaded zstd v0.13.3
3942026-08-31T15:03:56.908Z Downloaded string_cache v0.8.9
3952026-08-31T15:03:56.911Z Downloaded mime v0.3.17
3962026-08-31T15:03:56.911Z Downloaded newtype-uuid-macros v0.1.0
3972026-08-31T15:03:56.911Z Downloaded target-lexicon v0.13.3
3982026-08-31T15:03:56.911Z Downloaded time-macros v0.2.27
3992026-08-31T15:03:56.914Z Downloaded fnv v1.0.7
4002026-08-31T15:03:56.914Z Downloaded linkme-impl v0.3.35
4012026-08-31T15:03:56.914Z Downloaded darling_core v0.21.3
4022026-08-31T15:03:56.917Z Downloaded match_cfg v0.1.0
4032026-08-31T15:03:56.917Z Downloaded darling_core v0.20.11
4042026-08-31T15:03:56.920Z Downloaded rcgen v0.12.1
4052026-08-31T15:03:56.920Z Downloaded ed25519 v2.2.3
4062026-08-31T15:03:56.925Z Downloaded ignore v0.4.25
4072026-08-31T15:03:56.926Z Downloaded env_logger v0.11.11
4082026-08-31T15:03:56.928Z Downloaded fallible-iterator v0.2.0
4092026-08-31T15:03:56.928Z Downloaded nonempty v0.12.0
4102026-08-31T15:03:56.928Z Downloaded async-stream-impl v0.3.6
4112026-08-31T15:03:56.928Z Downloaded async-stream v0.3.6
4122026-08-31T15:03:56.928Z Downloaded parking_lot_core v0.9.12
4132026-08-31T15:03:56.931Z Downloaded bit-set v0.5.3
4142026-08-31T15:03:56.931Z Downloaded adler2 v2.0.1
4152026-08-31T15:03:56.937Z Downloaded aead v0.5.2
4162026-08-31T15:03:56.937Z Downloaded pest_meta v2.8.6
4172026-08-31T15:03:56.940Z Downloaded diesel_derives v2.3.7
4182026-08-31T15:03:56.940Z Downloaded assert-json-diff v2.0.2
4192026-08-31T15:03:56.940Z Downloaded ucd-trie v0.1.7
4202026-08-31T15:03:56.940Z Downloaded semver v1.0.28
4212026-08-31T15:03:56.945Z Downloaded jobserver v0.1.34
4222026-08-31T15:03:56.945Z Downloaded heapless v0.8.0
4232026-08-31T15:03:56.948Z Downloaded bit-set v0.8.0
4242026-08-31T15:03:56.948Z Downloaded serde_derive v1.0.229
4252026-08-31T15:03:56.948Z Downloaded xattr v1.6.1
4262026-08-31T15:03:56.948Z Downloaded git-stub-vcs v0.1.0
4272026-08-31T15:03:56.948Z Downloaded oxide-update-engine-types v0.1.2
4282026-08-31T15:03:56.951Z Downloaded libsw v3.5.0
4292026-08-31T15:03:56.951Z Downloaded zerovec-derive v0.11.2
4302026-08-31T15:03:56.951Z Downloaded fixedbitset v0.4.2
4312026-08-31T15:03:56.951Z Downloaded base16ct v0.2.0
4322026-08-31T15:03:56.954Z Downloaded spki v0.8.0
4332026-08-31T15:03:56.954Z Downloaded olpc-cjson v0.1.4
4342026-08-31T15:03:56.954Z Downloaded pkcs5 v0.8.1
4352026-08-31T15:03:56.957Z Downloaded serde_yaml v0.9.34+deprecated
4362026-08-31T15:03:56.961Z Downloaded zerocopy-derive v0.7.35
4372026-08-31T15:03:56.965Z Downloaded icu_normalizer_data v2.1.1
4382026-08-31T15:03:56.967Z Downloaded native-tls v0.2.18
4392026-08-31T15:03:56.970Z Downloaded find-msvc-tools v0.1.9
4402026-08-31T15:03:56.970Z Downloaded icu_normalizer v2.1.1
4412026-08-31T15:03:56.973Z Downloaded phf_shared v0.11.3
4422026-08-31T15:03:56.973Z Downloaded phf_shared v0.12.1
4432026-08-31T15:03:56.973Z Downloaded proc-macro-error-attr2 v2.0.0
4442026-08-31T15:03:56.976Z Downloaded proc-macro-crate v1.3.1
4452026-08-31T15:03:56.976Z Downloaded rand_distr v0.5.1
4462026-08-31T15:03:56.976Z Downloaded proc-macro2 v1.0.106
4472026-08-31T15:03:56.979Z Downloaded multer v3.1.0
4482026-08-31T15:03:56.979Z Downloaded num-complex v0.4.6
4492026-08-31T15:03:56.979Z Downloaded derive_more-impl v2.1.1
4502026-08-31T15:03:56.982Z Downloaded num-rational v0.4.2
4512026-08-31T15:03:56.986Z Downloaded knus-derive v3.4.0
4522026-08-31T15:03:56.986Z Downloaded test-strategy v0.4.5
4532026-08-31T15:03:56.990Z Downloaded plotters-backend v0.3.7
4542026-08-31T15:03:56.990Z Downloaded ecdsa v0.17.0
4552026-08-31T15:03:56.990Z Downloaded fs-err v2.11.0
4562026-08-31T15:03:56.990Z Downloaded anstream v0.6.21
4572026-08-31T15:03:56.996Z Downloaded async-recursion v1.1.1
4582026-08-31T15:03:56.996Z Downloaded pretty-hex v0.4.1
4592026-08-31T15:03:56.996Z Downloaded anstream v1.0.0
4602026-08-31T15:03:56.996Z Downloaded anstyle-parse v0.2.7
4612026-08-31T15:03:56.996Z Downloaded icu_locale_core v2.1.1
4622026-08-31T15:03:57.002Z Downloaded recursive v0.1.1
4632026-08-31T15:03:57.002Z Downloaded group v0.14.0
4642026-08-31T15:03:57.002Z Downloaded unicode-ident v1.0.24
4652026-08-31T15:03:57.006Z Downloaded camino-tempfile-ext v0.3.3
4662026-08-31T15:03:57.006Z Downloaded scroll_derive v0.12.1
4672026-08-31T15:03:57.009Z Downloaded secrecy v0.8.0
4682026-08-31T15:03:57.014Z Downloaded sha1 v0.11.0
4692026-08-31T15:03:57.014Z Downloaded signature v2.2.0
4702026-08-31T15:03:57.014Z Downloaded hickory-resolver v0.24.4
4712026-08-31T15:03:57.017Z Downloaded hickory-resolver v0.25.2
4722026-08-31T15:03:57.017Z Downloaded oxide-generation v0.1.3
4732026-08-31T15:03:57.017Z Downloaded rustls-platform-verifier v0.6.2
4742026-08-31T15:03:57.020Z Downloaded signal-hook v0.3.18
4752026-08-31T15:03:57.021Z Downloaded indicatif v0.18.4
4762026-08-31T15:03:57.024Z Downloaded p384 v0.14.0
4772026-08-31T15:03:57.028Z Downloaded byteorder v1.5.0
4782026-08-31T15:03:57.028Z Downloaded russh-util v0.52.0
4792026-08-31T15:03:57.028Z Downloaded zopfli v0.8.3
4802026-08-31T15:03:57.033Z Downloaded miette-derive v7.6.0
4812026-08-31T15:03:57.033Z Downloaded oxnet v0.1.6
4822026-08-31T15:03:57.033Z Downloaded partial-io v0.5.4
4832026-08-31T15:03:57.033Z Downloaded ppv-lite86 v0.2.21
4842026-08-31T15:03:57.033Z Downloaded password-hash v0.5.0
4852026-08-31T15:03:57.037Z Downloaded chacha20 v0.9.1
4862026-08-31T15:03:57.037Z Downloaded itertools v0.10.5
4872026-08-31T15:03:57.041Z Downloaded swrite v0.1.0
4882026-08-31T15:03:57.041Z Downloaded supports-hyperlinks v2.1.0
4892026-08-31T15:03:57.041Z Downloaded icu_properties v2.1.2
4902026-08-31T15:03:57.041Z Downloaded der v0.8.0
4912026-08-31T15:03:57.044Z Downloaded elliptic-curve v0.14.1
4922026-08-31T15:03:57.044Z Downloaded progenitor-client v0.13.0
4932026-08-31T15:03:57.044Z Downloaded progenitor-macro v0.14.0
4942026-08-31T15:03:57.048Z Downloaded serde-big-array v0.5.1
4952026-08-31T15:03:57.048Z Downloaded generic-array v1.4.3
4962026-08-31T15:03:57.053Z Downloaded toml v0.7.8
4972026-08-31T15:03:57.058Z Downloaded toml_write v0.1.2
4982026-08-31T15:03:57.058Z Downloaded packed_struct v0.10.1
4992026-08-31T15:03:57.058Z Downloaded peg-macros v0.8.5
5002026-08-31T15:03:57.058Z Downloaded stable_deref_trait v1.2.1
5012026-08-31T15:03:57.058Z Downloaded structmeta v0.3.0
5022026-08-31T15:03:57.062Z Downloaded rand_core v0.9.5
5032026-08-31T15:03:57.062Z Downloaded sync-ptr v0.1.4
5042026-08-31T15:03:57.062Z Downloaded terminal_size v0.1.17
5052026-08-31T15:03:57.062Z Downloaded crossterm v0.28.1
5062026-08-31T15:03:57.062Z Downloaded rustversion v1.0.22
5072026-08-31T15:03:57.065Z Downloaded relative-path v1.9.3
5082026-08-31T15:03:57.065Z Downloaded serde_tokenstream v0.3.0
5092026-08-31T15:03:57.065Z Downloaded icu_collections v2.1.1
5102026-08-31T15:03:57.068Z Downloaded pkg-config v0.3.32
5112026-08-31T15:03:57.068Z Downloaded utf8_iter v1.0.4
5122026-08-31T15:03:57.071Z Downloaded unicode-truncate v1.1.0
5132026-08-31T15:03:57.071Z Downloaded void v1.0.2
5142026-08-31T15:03:57.071Z Downloaded difflib v0.4.0
5152026-08-31T15:03:57.076Z Downloaded tungstenite v0.21.0
5162026-08-31T15:03:57.076Z Downloaded libbz2-rs-sys v0.2.2
5172026-08-31T15:03:57.081Z Downloaded postgres-protocol v0.6.10
5182026-08-31T15:03:57.081Z Downloaded stringprep v0.1.5
5192026-08-31T15:03:57.081Z Downloaded rand_core v0.10.0
5202026-08-31T15:03:57.085Z Downloaded parking_lot v0.11.2
5212026-08-31T15:03:57.089Z Downloaded smallvec v0.6.14
5222026-08-31T15:03:57.089Z Downloaded num-traits v0.2.19
5232026-08-31T15:03:57.092Z Downloaded samael v0.0.19
5242026-08-31T15:03:57.095Z Downloaded dyn-clone v1.0.20
5252026-08-31T15:03:57.098Z Downloaded errno v0.3.14
5262026-08-31T15:03:57.098Z Downloaded toml_edit v0.23.10+spec-1.0.0
5272026-08-31T15:03:57.102Z Downloaded rust-argon2 v2.1.0
5282026-08-31T15:03:57.102Z Downloaded rustls-pemfile v2.2.0
5292026-08-31T15:03:57.107Z Downloaded zerofrom v0.1.6
5302026-08-31T15:03:57.107Z Downloaded bitflags v2.11.0
5312026-08-31T15:03:57.107Z Downloaded dof v0.4.0
5322026-08-31T15:03:57.112Z Downloaded fastrand v2.3.0
5332026-08-31T15:03:57.112Z Downloaded foreign-types-shared v0.1.1
5342026-08-31T15:03:57.112Z Downloaded http v1.4.2
5352026-08-31T15:03:57.112Z Downloaded rusty-fork v0.3.1
5362026-08-31T15:03:57.115Z Downloaded kem v0.3.0
5372026-08-31T15:03:57.115Z Downloaded lalrpop-util v0.19.12
5382026-08-31T15:03:57.115Z Downloaded serde_with v1.14.0
5392026-08-31T15:03:57.115Z Downloaded unicode_categories v0.1.1
5402026-08-31T15:03:57.118Z Downloaded url v2.5.8
5412026-08-31T15:03:57.118Z Downloaded hashbrown v0.13.2
5422026-08-31T15:03:57.122Z Downloaded tokio-tungstenite v0.23.1
5432026-08-31T15:03:57.126Z Downloaded serde_with_macros v3.21.0
5442026-08-31T15:03:57.126Z Downloaded usdt-impl v0.5.0
5452026-08-31T15:03:57.126Z Downloaded slab v0.4.12
5462026-08-31T15:03:57.126Z Downloaded kstat-rs v0.2.5
5472026-08-31T15:03:57.126Z Downloaded tar v0.4.46
5482026-08-31T15:03:57.134Z Downloaded tinyvec v1.10.0
5492026-08-31T15:03:57.134Z Downloaded log v0.4.33
5502026-08-31T15:03:57.134Z Downloaded multimap v0.10.1
5512026-08-31T15:03:57.135Z Downloaded fxhash v0.2.1
5522026-08-31T15:03:57.172Z Downloaded criterion v0.7.0
5532026-08-31T15:03:57.183Z Downloaded lru-slab v0.1.2
5542026-08-31T15:03:57.183Z Downloaded pem v3.0.6
5552026-08-31T15:03:57.183Z Downloaded tinystr v0.8.2
5562026-08-31T15:03:57.183Z Downloaded async-compression v0.4.41
5572026-08-31T15:03:57.183Z Downloaded hickory-server v0.25.2
5582026-08-31T15:03:57.183Z Downloaded smf v0.2.3
5592026-08-31T15:03:57.183Z Downloaded digest v0.10.7
5602026-08-31T15:03:57.183Z Downloaded thiserror v1.0.69
5612026-08-31T15:03:57.183Z Downloaded bitfield-struct v0.6.2
5622026-08-31T15:03:57.183Z Downloaded strum_macros v0.24.3
5632026-08-31T15:03:57.183Z Downloaded tls_codec_derive v0.4.2
5642026-08-31T15:03:57.183Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5652026-08-31T15:03:57.183Z Downloaded maybe-uninit v2.0.0
5662026-08-31T15:03:57.183Z Downloaded rustyline v14.0.0
5672026-08-31T15:03:57.183Z Downloaded ena v0.14.4
5682026-08-31T15:03:57.183Z Downloaded enum_dispatch v0.3.13
5692026-08-31T15:03:57.183Z Downloaded fancy-regex v0.14.0
5702026-08-31T15:03:57.183Z Downloaded num-conv v0.2.0
5712026-08-31T15:03:57.183Z Downloaded quinn-udp v0.5.14
5722026-08-31T15:03:57.183Z Downloaded internal-russh-num-bigint v0.5.0
5732026-08-31T15:03:57.183Z Downloaded walkdir v2.5.0
5742026-08-31T15:03:57.183Z Downloaded indexmap v2.14.0
5752026-08-31T15:03:57.183Z Downloaded crossterm v0.29.0
5762026-08-31T15:03:57.195Z Downloaded tempfile v3.27.0
5772026-08-31T15:03:57.195Z Downloaded openssl-macros v0.1.1
5782026-08-31T15:03:57.195Z Downloaded anstyle-query v1.1.5
5792026-08-31T15:03:57.195Z Downloaded parse-display v0.10.0
5802026-08-31T15:03:57.195Z Downloaded ascii-canvas v3.0.0
5812026-08-31T15:03:57.195Z Downloaded serde_core v1.0.229
5822026-08-31T15:03:57.195Z Downloaded serde_derive_internals v0.29.1
5832026-08-31T15:03:57.195Z Downloaded backtrace-ext v0.2.1
5842026-08-31T15:03:57.195Z Downloaded wyz v0.5.1
5852026-08-31T15:03:57.196Z Downloaded twox-hash v2.1.2
5862026-08-31T15:03:57.200Z Downloaded vergen v9.1.0
5872026-08-31T15:03:57.200Z Downloaded linear-map v1.2.0
5882026-08-31T15:03:57.200Z Downloaded hashbrown v0.16.1
5892026-08-31T15:03:57.200Z Downloaded precomputed-hash v0.1.1
5902026-08-31T15:03:57.200Z Downloaded sha2 v0.11.0
5912026-08-31T15:03:57.200Z Downloaded mime_guess v2.0.5
5922026-08-31T15:03:57.200Z Downloaded newtype-uuid v1.3.2
5932026-08-31T15:03:57.200Z Downloaded hyper-util v0.1.20
5942026-08-31T15:03:57.203Z Downloaded rand v0.9.2
5952026-08-31T15:03:57.203Z Downloaded steno v0.4.1
5962026-08-31T15:03:57.208Z Downloaded miette v5.10.0
5972026-08-31T15:03:57.211Z Downloaded num_enum v0.5.11
5982026-08-31T15:03:57.211Z Downloaded yasna v0.5.2
5992026-08-31T15:03:57.214Z Downloaded proc-macro-error-attr v1.0.4
6002026-08-31T15:03:57.214Z Downloaded psl-types v2.0.11
6012026-08-31T15:03:57.214Z Downloaded rand_xorshift v0.4.0
6022026-08-31T15:03:57.214Z Downloaded p521 v0.14.0
6032026-08-31T15:03:57.219Z Downloaded rand v0.8.6
6042026-08-31T15:03:57.222Z Downloaded sapling-renderdag v0.1.0
6052026-08-31T15:03:57.222Z Downloaded serde_plain v1.0.2
6062026-08-31T15:03:57.222Z Downloaded rand_chacha v0.3.1
6072026-08-31T15:03:57.222Z Downloaded litrs v1.0.0
6082026-08-31T15:03:57.222Z Downloaded buf-list v1.1.2
6092026-08-31T15:03:57.226Z Downloaded hashbrown v0.14.5
6102026-08-31T15:03:57.229Z Downloaded tabled_derive v0.7.0
6112026-08-31T15:03:57.229Z Downloaded terminal_size v0.4.3
6122026-08-31T15:03:57.229Z Downloaded tokio-rustls v0.26.4
6132026-08-31T15:03:57.229Z Downloaded memchr v2.8.0
6142026-08-31T15:03:57.232Z Downloaded rstest v0.25.0
6152026-08-31T15:03:57.237Z Downloaded num_threads v0.1.7
6162026-08-31T15:03:57.240Z Downloaded assert_cmd v2.1.2
6172026-08-31T15:03:57.240Z Downloaded tungstenite v0.23.0
6182026-08-31T15:03:57.240Z Downloaded memmap2 v0.9.10
6192026-08-31T15:03:57.243Z Downloaded phf v0.13.1
6202026-08-31T15:03:57.243Z Downloaded signal-hook-tokio v0.3.1
6212026-08-31T15:03:57.243Z Downloaded sqlparser_derive v0.5.0
6222026-08-31T15:03:57.243Z Downloaded guppy v0.17.25
6232026-08-31T15:03:57.253Z Downloaded anstyle-parse v1.0.0
6242026-08-31T15:03:57.257Z Downloaded strsim v0.11.1
6252026-08-31T15:03:57.257Z Downloaded supports-color v2.1.0
6262026-08-31T15:03:57.257Z Downloaded jiff-core v0.1.0
6272026-08-31T15:03:57.260Z Downloaded toml_datetime v0.6.11
6282026-08-31T15:03:57.260Z Downloaded topological-sort v0.2.2
6292026-08-31T15:03:57.260Z Downloaded cc v1.2.56
6302026-08-31T15:03:57.264Z Downloaded hashbrown v0.15.5
6312026-08-31T15:03:57.268Z Downloaded cargo_metadata v0.23.1
6322026-08-31T15:03:57.268Z Downloaded oxide-update-engine-display v0.1.2
6332026-08-31T15:03:57.273Z Downloaded pem-rfc7468 v0.7.0
6342026-08-31T15:03:57.273Z Downloaded supports-unicode v2.1.0
6352026-08-31T15:03:57.273Z Downloaded untrusted v0.9.0
6362026-08-31T15:03:57.273Z Downloaded parse-display-derive v0.10.0
6372026-08-31T15:03:57.273Z Downloaded futures-channel v0.3.32
6382026-08-31T15:03:57.277Z Downloaded foldhash v0.1.5
6392026-08-31T15:03:57.277Z Downloaded tinyvec_macros v0.1.1
6402026-08-31T15:03:57.277Z Downloaded rustls-native-certs v0.8.3
6412026-08-31T15:03:57.277Z Downloaded tower-service v0.3.3
6422026-08-31T15:03:57.277Z Downloaded universal-hash v0.5.1
6432026-08-31T15:03:57.277Z Downloaded tokio-postgres v0.7.16
6442026-08-31T15:03:57.280Z Downloaded dropshot_endpoint v0.17.1
6452026-08-31T15:03:57.284Z Downloaded blake2 v0.10.6
6462026-08-31T15:03:57.284Z Downloaded dsl_auto_type v0.2.0
6472026-08-31T15:03:57.287Z Downloaded textwrap v0.15.2
6482026-08-31T15:03:57.287Z Downloaded embedded-io v0.6.1
6492026-08-31T15:03:57.287Z Downloaded float-ord v0.3.2
6502026-08-31T15:03:57.287Z Downloaded zeroize_derive v1.5.0
6512026-08-31T15:03:57.290Z Downloaded scroll v0.12.0
6522026-08-31T15:03:57.290Z Downloaded dirs-next v2.0.0
6532026-08-31T15:03:57.290Z Downloaded dof v0.3.0
6542026-08-31T15:03:57.290Z Downloaded env_filter v2.0.0
6552026-08-31T15:03:57.290Z Downloaded serdect v0.4.3
6562026-08-31T15:03:57.293Z Downloaded cbc v0.2.1
6572026-08-31T15:03:57.293Z Downloaded slog-stdlog v4.1.1
6582026-08-31T15:03:57.293Z Downloaded event-listener-strategy v0.5.4
6592026-08-31T15:03:57.299Z Downloaded funty v2.0.0
6602026-08-31T15:03:57.299Z Downloaded float-cmp v0.10.0
6612026-08-31T15:03:57.302Z Downloaded target-spec v3.5.7
6622026-08-31T15:03:57.302Z Downloaded termcolor v1.4.1
6632026-08-31T15:03:57.302Z Downloaded bytes v1.11.1
6642026-08-31T15:03:57.305Z Downloaded pest_generator v2.8.6
6652026-08-31T15:03:57.308Z Downloaded unsafe-libyaml v0.2.11
6662026-08-31T15:03:57.308Z Downloaded serde_tokenstream v0.2.3
6672026-08-31T15:03:57.311Z Downloaded pkcs1 v0.8.0-rc.4
6682026-08-31T15:03:57.311Z Downloaded port-file v0.1.0
6692026-08-31T15:03:57.314Z Downloaded keccak v0.1.6
6702026-08-31T15:03:57.314Z Downloaded cfg-expr v0.20.6
6712026-08-31T15:03:57.314Z Downloaded hashbrown v0.17.0
6722026-08-31T15:03:57.318Z Downloaded toml_writer v1.1.1+spec-1.1.0
6732026-08-31T15:03:57.324Z Downloaded openssl-sys v0.9.117
6742026-08-31T15:03:57.327Z Downloaded ssh-key v0.7.0-rc.11
6752026-08-31T15:03:57.332Z Downloaded stringmetrics v2.2.2
6762026-08-31T15:03:57.332Z Downloaded termios v0.3.3
6772026-08-31T15:03:57.333Z Downloaded tinytemplate v1.2.1
6782026-08-31T15:03:57.335Z Downloaded lru-cache v0.1.2
6792026-08-31T15:03:57.335Z Downloaded macaddr v1.0.1
6802026-08-31T15:03:57.335Z Downloaded nested v0.1.1
6812026-08-31T15:03:57.336Z Downloaded textwrap v0.16.2
6822026-08-31T15:03:57.336Z Downloaded vergen-gitcl v1.0.8
6832026-08-31T15:03:57.336Z Downloaded itertools v0.12.1
6842026-08-31T15:03:57.339Z Downloaded futures v0.3.32
6852026-08-31T15:03:57.342Z Downloaded vsss-rs v3.3.4
6862026-08-31T15:03:57.345Z Downloaded whoami v2.1.0
6872026-08-31T15:03:57.345Z Downloaded num_enum_derive v0.5.11
6882026-08-31T15:03:57.348Z Downloaded progenitor-extras v0.2.0
6892026-08-31T15:03:57.348Z Downloaded tiny-keccak v2.0.2
6902026-08-31T15:03:57.348Z Downloaded block-buffer v0.10.4
6912026-08-31T15:03:57.351Z Downloaded cast v0.3.0
6922026-08-31T15:03:57.351Z Downloaded yoke v0.8.1
6932026-08-31T15:03:57.351Z Downloaded parse-size v1.1.0
6942026-08-31T15:03:57.351Z Downloaded zmij v1.0.21
6952026-08-31T15:03:57.356Z Downloaded typed-path v0.9.3
6962026-08-31T15:03:57.359Z Downloaded serde-hex v0.1.0
6972026-08-31T15:03:57.359Z Downloaded ed25519 v3.0.0
6982026-08-31T15:03:57.359Z Downloaded fatfs v0.3.6
6992026-08-31T15:03:57.359Z Downloaded ml-kem v0.3.2
7002026-08-31T15:03:57.362Z Downloaded publicsuffix v2.3.0
7012026-08-31T15:03:57.362Z Downloaded tracing-core v0.1.36
7022026-08-31T15:03:57.366Z Downloaded papergrid v0.11.0
7032026-08-31T15:03:57.369Z Downloaded ff v0.14.0
7042026-08-31T15:03:57.369Z Downloaded futures-sink v0.3.32
7052026-08-31T15:03:57.369Z Downloaded schemars v1.2.1
7062026-08-31T15:03:57.377Z Downloaded hyper v1.10.1
7072026-08-31T15:03:57.382Z Downloaded linkme v0.3.35
7082026-08-31T15:03:57.385Z Downloaded toml_parser v1.1.2+spec-1.1.0
7092026-08-31T15:03:57.385Z Downloaded group v0.13.0
7102026-08-31T15:03:57.390Z Downloaded futures-macro v0.3.32
7112026-08-31T15:03:57.390Z Downloaded sha1 v0.10.6
7122026-08-31T15:03:57.390Z Downloaded supports-unicode v3.0.0
7132026-08-31T15:03:57.390Z Downloaded tabwriter v1.4.1
7142026-08-31T15:03:57.390Z Downloaded rustc-hash v2.1.1
7152026-08-31T15:03:57.390Z Downloaded plotters v0.3.7
7162026-08-31T15:03:57.395Z Downloaded itertools v0.14.0
7172026-08-31T15:03:57.399Z Downloaded icu_properties_data v2.1.2
7182026-08-31T15:03:57.405Z Downloaded idna v1.1.0
7192026-08-31T15:03:57.408Z Downloaded itertools v0.13.0
7202026-08-31T15:03:57.412Z Downloaded libloading v0.8.9
7212026-08-31T15:03:57.415Z Downloaded num-derive v0.4.2
7222026-08-31T15:03:57.415Z Downloaded serde_spanned v0.6.9
7232026-08-31T15:03:57.415Z Downloaded sponge-cursor v0.1.0
7242026-08-31T15:03:57.418Z Downloaded iri-string v0.7.10
7252026-08-31T15:03:57.421Z Downloaded nibble_vec v0.1.0
7262026-08-31T15:03:57.421Z Downloaded hkdf v0.12.4
7272026-08-31T15:03:57.425Z Downloaded target-triple v1.0.0
7282026-08-31T15:03:57.425Z Downloaded thread-id v4.2.2
7292026-08-31T15:03:57.425Z Downloaded tokio-macros v2.7.0
7302026-08-31T15:03:57.425Z Downloaded backoff v0.4.0
7312026-08-31T15:03:57.429Z Downloaded async-trait v0.1.89
7322026-08-31T15:03:57.429Z Downloaded cargo-platform v0.3.2
7332026-08-31T15:03:57.429Z Downloaded cipher v0.4.4
7342026-08-31T15:03:57.432Z Downloaded waitgroup v0.1.2
7352026-08-31T15:03:57.432Z Downloaded bit-vec v0.8.0
7362026-08-31T15:03:57.432Z Downloaded path-tree v0.8.3
7372026-08-31T15:03:57.433Z Downloaded unit-prefix v0.5.2
7382026-08-31T15:03:57.433Z Downloaded goblin v0.8.2
7392026-08-31T15:03:57.436Z Downloaded owo-colors v4.3.0
7402026-08-31T15:03:57.439Z Downloaded unicode-segmentation v1.12.0
7412026-08-31T15:03:57.442Z Downloaded spin v0.9.8
7422026-08-31T15:03:57.442Z Downloaded ghash v0.6.0
7432026-08-31T15:03:57.442Z Downloaded polyval v0.7.1
7442026-08-31T15:03:57.446Z Downloaded progenitor v0.13.0
7452026-08-31T15:03:57.446Z Downloaded schemars_derive v0.8.22
7462026-08-31T15:03:57.446Z Downloaded prettyplease v0.2.37
7472026-08-31T15:03:57.450Z Downloaded enum-as-inner v0.6.1
7482026-08-31T15:03:57.450Z Downloaded futures-core v0.3.32
7492026-08-31T15:03:57.450Z Downloaded hkdf v0.13.0
7502026-08-31T15:03:57.450Z Downloaded scroll v0.13.0
7512026-08-31T15:03:57.450Z Downloaded itertools v0.15.0
7522026-08-31T15:03:57.454Z Downloaded zerovec v0.11.5
7532026-08-31T15:03:57.459Z Downloaded managed v0.8.0
7542026-08-31T15:03:57.459Z Downloaded new_debug_unreachable v1.0.6
7552026-08-31T15:03:57.462Z Downloaded similar v2.7.0
7562026-08-31T15:03:57.462Z Downloaded r2d2 v0.8.10
7572026-08-31T15:03:57.465Z Downloaded rand_core v0.6.4
7582026-08-31T15:03:57.465Z Downloaded endian-type v0.1.2
7592026-08-31T15:03:57.465Z Downloaded equivalent v1.0.2
7602026-08-31T15:03:57.465Z Downloaded libscf-sys v1.2.0
7612026-08-31T15:03:57.465Z Downloaded maplit v1.0.2
7622026-08-31T15:03:57.465Z Downloaded rustc-demangle v0.1.27
7632026-08-31T15:03:57.468Z Downloaded nom v8.0.0
7642026-08-31T15:03:57.471Z Downloaded newline-converter v0.3.0
7652026-08-31T15:03:57.471Z Downloaded atomic-waker v1.1.2
7662026-08-31T15:03:57.471Z Downloaded nu-ansi-term v0.50.3
7672026-08-31T15:03:57.474Z Downloaded arrayref v0.3.9
7682026-08-31T15:03:57.474Z Downloaded crypto-primes v0.7.2
7692026-08-31T15:03:57.477Z Downloaded ed25519-dalek v3.0.0
7702026-08-31T15:03:57.481Z Downloaded tokio-dtrace v0.1.1
7712026-08-31T15:03:57.481Z Downloaded slog-async v2.8.0
7722026-08-31T15:03:57.481Z Downloaded backon v1.6.0
7732026-08-31T15:03:57.485Z Downloaded ciborium v0.2.2
7742026-08-31T15:03:57.485Z Downloaded uuid v1.23.4
7752026-08-31T15:03:57.488Z Downloaded rstest_macros v0.25.0
7762026-08-31T15:03:57.488Z Downloaded scuffle v0.1.0
7772026-08-31T15:03:57.491Z Downloaded sqlformat v0.3.5
7782026-08-31T15:03:57.491Z Downloaded thiserror-impl v1.0.69
7792026-08-31T15:03:57.494Z Downloaded tui-tree-widget v0.23.1
7802026-08-31T15:03:57.494Z Downloaded bzip2 v0.4.4
7812026-08-31T15:03:57.494Z Downloaded uzers v0.12.2
7822026-08-31T15:03:57.497Z Downloaded xshell v0.2.7
7832026-08-31T15:03:57.497Z Downloaded password-hash v0.6.1
7842026-08-31T15:03:57.497Z Downloaded oxide-generation-macros v0.2.0
7852026-08-31T15:03:57.497Z Downloaded quick-error v1.2.3
7862026-08-31T15:03:57.500Z Downloaded parking v2.2.1
7872026-08-31T15:03:57.500Z Downloaded plotters-svg v0.3.7
7882026-08-31T15:03:57.500Z Downloaded recursive-proc-macro-impl v0.1.1
7892026-08-31T15:03:57.500Z Downloaded flate2 v1.1.9
7902026-08-31T15:03:57.504Z Downloaded bumpalo v3.20.2
7912026-08-31T15:03:57.506Z Downloaded vergen-lib v9.1.0
7922026-08-31T15:03:57.506Z Downloaded rand v0.10.1
7932026-08-31T15:03:57.509Z Downloaded foldhash v0.2.0
7942026-08-31T15:03:57.509Z Downloaded smawk v0.3.2
7952026-08-31T15:03:57.509Z Downloaded typenum v1.20.1
7962026-08-31T15:03:57.512Z Downloaded pkcs1 v0.7.5
7972026-08-31T15:03:57.515Z Downloaded poly1305 v0.9.0
7982026-08-31T15:03:57.515Z Downloaded digest v0.11.3
7992026-08-31T15:03:57.518Z Downloaded slog-bunyan v2.5.0
8002026-08-31T15:03:57.518Z Downloaded serde_repr v0.1.20
8012026-08-31T15:03:57.518Z Downloaded serde_regex v1.1.0
8022026-08-31T15:03:57.518Z Downloaded supports-color v3.0.2
8032026-08-31T15:03:57.518Z Downloaded rpassword v7.5.4
8042026-08-31T15:03:57.521Z Downloaded shlex v1.3.0
8052026-08-31T15:03:57.521Z Downloaded num_enum_derive v0.7.6
8062026-08-31T15:03:57.521Z Downloaded base64 v0.21.7
8072026-08-31T15:03:57.524Z Downloaded fs_extra v1.3.0
8082026-08-31T15:03:57.528Z Downloaded serde_cbor v0.11.2
8092026-08-31T15:03:57.528Z Downloaded unicode-linebreak v0.1.5
8102026-08-31T15:03:57.528Z Downloaded libsw-core v0.3.2
8112026-08-31T15:03:57.531Z Downloaded tagptr v0.2.0
8122026-08-31T15:03:57.531Z Downloaded take_mut v0.2.2
8132026-08-31T15:03:57.531Z Downloaded zerocopy-derive v0.8.55
8142026-08-31T15:03:57.536Z Downloaded ahash v0.8.12
8152026-08-31T15:03:57.539Z Downloaded version_check v0.9.5
8162026-08-31T15:03:57.539Z Downloaded wnaf v0.14.0
8172026-08-31T15:03:57.539Z Downloaded display-error-chain v0.2.2
8182026-08-31T15:03:57.539Z Downloaded blowfish v0.10.0
8192026-08-31T15:03:57.539Z Downloaded untrusted v0.7.1
8202026-08-31T15:03:57.542Z Downloaded utf8parse v0.2.2
8212026-08-31T15:03:57.542Z Downloaded zone v0.3.1
8222026-08-31T15:03:57.542Z Downloaded camino-tempfile v1.4.1
8232026-08-31T15:03:57.542Z Downloaded pkcs8 v0.10.2
8242026-08-31T15:03:57.546Z Downloaded phf_shared v0.13.1
8252026-08-31T15:03:57.546Z Downloaded progenitor v0.14.0
8262026-08-31T15:03:57.546Z Downloaded foreign-types v0.3.2
8272026-08-31T15:03:57.549Z Downloaded tough v0.22.0
8282026-08-31T15:03:57.553Z Downloaded zerofrom-derive v0.1.6
8292026-08-31T15:03:57.553Z Downloaded futures-io v0.3.32
8302026-08-31T15:03:57.557Z Downloaded atty v0.2.14
8312026-08-31T15:03:57.557Z Downloaded cfg-if v1.0.4
8322026-08-31T15:03:57.557Z Downloaded md5 v0.8.0
8332026-08-31T15:03:57.557Z Downloaded newtype_derive v0.1.6
8342026-08-31T15:03:57.557Z Downloaded nodrop v0.1.14
8352026-08-31T15:03:57.557Z Downloaded resolv-conf v0.7.6
8362026-08-31T15:03:57.557Z Downloaded oso v0.27.3
8372026-08-31T15:03:57.560Z Downloaded ssh-cipher v0.3.0
8382026-08-31T15:03:57.560Z Downloaded postgres-types v0.2.12
8392026-08-31T15:03:57.564Z Downloaded diff v0.1.13
8402026-08-31T15:03:57.564Z Downloaded radium v0.7.0
8412026-08-31T15:03:57.564Z Downloaded secrecy v0.10.3
8422026-08-31T15:03:57.567Z Downloaded serde_urlencoded v0.7.1
8432026-08-31T15:03:57.567Z Downloaded bitfield-macros v0.19.4
8442026-08-31T15:03:57.567Z Downloaded powerfmt v0.2.0
8452026-08-31T15:03:57.567Z Downloaded predicates-tree v1.0.13
8462026-08-31T15:03:57.567Z Downloaded winnow v0.7.14
8472026-08-31T15:03:57.572Z Downloaded socket2 v0.5.10
8482026-08-31T15:03:57.575Z Downloaded seq-macro v0.3.6
8492026-08-31T15:03:57.578Z Downloaded supports-hyperlinks v3.2.0
8502026-08-31T15:03:57.578Z Downloaded sync_wrapper v1.0.2
8512026-08-31T15:03:57.578Z Downloaded usdt-attr-macro v0.5.0
8522026-08-31T15:03:57.578Z Downloaded usdt-attr-macro v0.6.0
8532026-08-31T15:03:57.585Z Downloaded zerocopy v0.6.6
8542026-08-31T15:03:57.587Z Downloaded camino v1.2.5
8552026-08-31T15:03:57.587Z Downloaded tls_codec v0.4.2
8562026-08-31T15:03:57.590Z Downloaded pkcs8 v0.11.0
8572026-08-31T15:03:57.590Z Downloaded keccak v0.2.0
8582026-08-31T15:03:57.593Z Downloaded libefi-sys v0.1.0
8592026-08-31T15:03:57.597Z Downloaded dtrace-parser v0.3.0
8602026-08-31T15:03:57.599Z Downloaded pest_derive v2.8.6
8612026-08-31T15:03:57.599Z Downloaded num-iter v0.1.45
8622026-08-31T15:03:57.600Z Downloaded packed_struct_codegen v0.10.1
8632026-08-31T15:03:57.602Z Downloaded slog v2.8.2
8642026-08-31T15:03:57.606Z Downloaded socket2 v0.6.3
8652026-08-31T15:03:57.606Z Downloaded filetime v0.2.27
8662026-08-31T15:03:57.609Z Downloaded md-5 v0.10.6
8672026-08-31T15:03:57.609Z Downloaded nanorand v0.7.0
8682026-08-31T15:03:57.611Z Downloaded normalize-line-endings v0.3.0
8692026-08-31T15:03:57.622Z Downloaded getrandom v0.4.3
8702026-08-31T15:03:57.622Z Downloaded quick-xml v0.37.5
8712026-08-31T15:03:57.625Z Downloaded unicode-bidi v0.3.18
8722026-08-31T15:03:57.625Z Downloaded toml v0.8.23
8732026-08-31T15:03:57.625Z Downloaded oxide-tokio-rt v0.1.4
8742026-08-31T15:03:57.625Z Downloaded oxide-update-engine v0.1.2
8752026-08-31T15:03:57.625Z Downloaded peg v0.8.5
8762026-08-31T15:03:57.625Z Downloaded aws-lc-rs v1.16.3
8772026-08-31T15:03:57.629Z Downloaded strum v0.26.3
8782026-08-31T15:03:57.633Z Downloaded sha3 v0.12.0
8792026-08-31T15:03:57.633Z Downloaded winnow v1.0.3
8802026-08-31T15:03:57.636Z Downloaded arrayvec v0.7.6
8812026-08-31T15:03:57.636Z Downloaded bitfield v0.19.4
8822026-08-31T15:03:57.641Z Downloaded omicron-zone-package v0.12.3
8832026-08-31T15:03:57.641Z Downloaded rand_seeder v0.4.0
8842026-08-31T15:03:57.641Z Downloaded portable-atomic v1.13.1
8852026-08-31T15:03:57.644Z Downloaded writeable v0.6.2
8862026-08-31T15:03:57.648Z Downloaded time-core v0.1.8
8872026-08-31T15:03:57.648Z Downloaded dunce v1.0.5
8882026-08-31T15:03:57.648Z Downloaded rayon-core v1.13.0
8892026-08-31T15:03:57.648Z Downloaded proc-macro-error v1.0.4
8902026-08-31T15:03:57.651Z Downloaded rsa v0.10.0-rc.18
8912026-08-31T15:03:57.654Z Downloaded strum v0.27.2
8922026-08-31T15:03:57.654Z Downloaded usdt v0.6.0
8932026-08-31T15:03:57.654Z Downloaded unarray v0.1.4
8942026-08-31T15:03:57.654Z Downloaded universal-hash v0.6.1
8952026-08-31T15:03:57.654Z Downloaded dirs-sys-next v0.1.2
8962026-08-31T15:03:57.654Z Downloaded fd-lock v4.0.4
8972026-08-31T15:03:57.657Z Downloaded globwalk v0.9.1
8982026-08-31T15:03:57.657Z Downloaded cfg_aliases v0.1.1
8992026-08-31T15:03:57.657Z Downloaded lock_api v0.4.14
9002026-08-31T15:03:57.657Z Downloaded num_enum v0.7.6
9012026-08-31T15:03:57.660Z Downloaded async-object-pool v0.2.0
9022026-08-31T15:03:57.663Z Downloaded castaway v0.2.4
9032026-08-31T15:03:57.663Z Downloaded openssl-probe v0.2.1
9042026-08-31T15:03:57.663Z Downloaded stacker v0.1.23
9052026-08-31T15:03:57.663Z Downloaded static_assertions v1.1.0
9062026-08-31T15:03:57.666Z Downloaded thiserror-no-std v2.0.2
9072026-08-31T15:03:57.666Z Downloaded tokio-native-tls v0.3.1
9082026-08-31T15:03:57.669Z Downloaded reqwest v0.12.28
9092026-08-31T15:03:57.672Z Downloaded oorandom v11.1.5
9102026-08-31T15:03:57.672Z Downloaded foreign-types-macros v0.2.3
9112026-08-31T15:03:57.672Z Downloaded paste v1.0.15
9122026-08-31T15:03:57.672Z Downloaded knus v3.4.0
9132026-08-31T15:03:57.675Z Downloaded fs-err v3.3.0
9142026-08-31T15:03:57.679Z Downloaded rand_chacha v0.9.0
9152026-08-31T15:03:57.679Z Downloaded erased-serde v0.3.31
9162026-08-31T15:03:57.682Z Downloaded ff v0.13.1
9172026-08-31T15:03:57.682Z Downloaded scrypt v0.12.0
9182026-08-31T15:03:57.682Z Downloaded proc-macro-crate v3.4.0
9192026-08-31T15:03:57.682Z Downloaded try-lock v0.2.5
9202026-08-31T15:03:57.682Z Downloaded zerocopy v0.7.35
9212026-08-31T15:03:57.692Z Downloaded miniz_oxide v0.8.9
9222026-08-31T15:03:57.694Z Downloaded either v1.15.0
9232026-08-31T15:03:57.694Z Downloaded miette-derive v5.10.0
9242026-08-31T15:03:57.694Z Downloaded bitflags v1.3.2
9252026-08-31T15:03:57.697Z Downloaded primefield v0.14.0
9262026-08-31T15:03:57.697Z Downloaded iddqd v0.4.2
9272026-08-31T15:03:57.701Z Downloaded ryu v1.0.23
9282026-08-31T15:03:57.704Z Downloaded slog-dtrace v0.3.0
9292026-08-31T15:03:57.705Z Downloaded tower-http v0.6.8
9302026-08-31T15:03:57.707Z Downloaded x509-cert v0.2.5
9312026-08-31T15:03:57.710Z Downloaded similar-asserts v1.7.0
9322026-08-31T15:03:57.713Z Downloaded bit-vec v0.6.3
9332026-08-31T15:03:57.713Z Downloaded testing_table v0.3.0
9342026-08-31T15:03:57.714Z Downloaded rustc_version v0.4.1
9352026-08-31T15:03:57.714Z Downloaded toml_edit v0.19.15
9362026-08-31T15:03:57.722Z Downloaded serde_with_macros v1.5.2
9372026-08-31T15:03:57.725Z Downloaded zone_cfg_derive v0.3.1
9382026-08-31T15:03:57.725Z Downloaded lru v0.12.5
9392026-08-31T15:03:57.725Z Downloaded atomicwrites v0.4.4
9402026-08-31T15:03:57.725Z Downloaded approx v0.5.1
9412026-08-31T15:03:57.727Z Downloaded thiserror v2.0.18
9422026-08-31T15:03:57.730Z Downloaded strip-ansi-escapes v0.2.1
9432026-08-31T15:03:57.736Z Downloaded mio v1.2.0
9442026-08-31T15:03:57.740Z Downloaded poly1305 v0.8.0
9452026-08-31T15:03:57.742Z Downloaded smallvec v1.15.1
9462026-08-31T15:03:57.742Z Downloaded typify-macro v0.6.2
9472026-08-31T15:03:57.742Z Downloaded toml_edit v0.22.27
9482026-08-31T15:03:57.745Z Downloaded getrandom v0.3.4
9492026-08-31T15:03:57.748Z Downloaded async-lock v3.4.2
9502026-08-31T15:03:57.751Z Downloaded tokio-test v0.4.5
9512026-08-31T15:03:57.754Z Downloaded tokio-stream v0.1.18
9522026-08-31T15:03:57.756Z Downloaded signal-hook-registry v1.4.8
9532026-08-31T15:03:57.756Z Downloaded serde_bytes v0.11.19
9542026-08-31T15:03:57.760Z Downloaded signal-hook-mio v0.2.5
9552026-08-31T15:03:57.763Z Downloaded aes-gcm v0.11.0
9562026-08-31T15:03:57.768Z Downloaded shell-words v1.1.1
9572026-08-31T15:03:57.776Z Downloaded document-features v0.2.12
9582026-08-31T15:03:57.779Z Downloaded same-file v1.0.6
9592026-08-31T15:03:57.779Z Downloaded knuffel-derive v3.2.0
9602026-08-31T15:03:57.781Z Downloaded getrandom v0.2.17
9612026-08-31T15:03:57.782Z Downloaded litemap v0.8.1
9622026-08-31T15:03:57.785Z Downloaded blake2 v0.11.0-rc.6
9632026-08-31T15:03:57.785Z Downloaded base64ct v1.8.3
9642026-08-31T15:03:57.785Z Downloaded pin-project v1.1.11
9652026-08-31T15:03:57.793Z Downloaded rustls-pki-types v1.14.0
9662026-08-31T15:03:57.796Z Downloaded memmap v0.7.0
9672026-08-31T15:03:57.796Z Downloaded gethostname v0.5.0
9682026-08-31T15:03:57.796Z Downloaded fixedbitset v0.5.7
9692026-08-31T15:03:57.796Z Downloaded futures-timer v3.0.3
9702026-08-31T15:03:57.798Z Downloaded papergrid v0.18.0
9712026-08-31T15:03:57.801Z Downloaded russh-cryptovec v0.62.0
9722026-08-31T15:03:57.801Z Downloaded potential_utf v0.1.4
9732026-08-31T15:03:57.801Z Downloaded winnow v0.6.26
9742026-08-31T15:03:57.805Z Downloaded snafu v0.8.9
9752026-08-31T15:03:57.809Z Downloaded chacha20poly1305 v0.10.1
9762026-08-31T15:03:57.813Z Downloaded miette v7.6.0
9772026-08-31T15:03:57.813Z Downloaded backtrace v0.3.76
9782026-08-31T15:03:57.818Z Downloaded base64 v0.22.1
9792026-08-31T15:03:57.818Z Downloaded schemars v0.8.22
9802026-08-31T15:03:57.823Z Downloaded typify v0.6.2
9812026-08-31T15:03:57.826Z Downloaded syn v1.0.109
9822026-08-31T15:03:57.830Z Downloaded vergen-lib v0.1.6
9832026-08-31T15:03:57.833Z Downloaded zeroize v1.9.0
9842026-08-31T15:03:57.833Z Downloaded num v0.4.3
9852026-08-31T15:03:57.833Z Downloaded tabled v0.15.0
9862026-08-31T15:03:57.841Z Downloaded num-integer v0.1.46
9872026-08-31T15:03:57.845Z Downloaded globset v0.4.18
9882026-08-31T15:03:57.845Z Downloaded unicase v2.9.0
9892026-08-31T15:03:57.845Z Downloaded elliptic-curve v0.13.8
9902026-08-31T15:03:57.848Z Downloaded tower v0.5.3
9912026-08-31T15:03:57.850Z Downloaded linked-hash-map v0.5.6
9922026-08-31T15:03:57.850Z Downloaded curve25519-dalek v4.1.3
9932026-08-31T15:03:57.854Z Downloaded ecdsa v0.16.9
9942026-08-31T15:03:57.857Z Downloaded flagset v0.4.7
9952026-08-31T15:03:57.857Z Downloaded aead v0.6.1
9962026-08-31T15:03:57.857Z Downloaded bindgen v0.71.1
9972026-08-31T15:03:57.861Z Downloaded knuffel v3.2.0
9982026-08-31T15:03:57.863Z Downloaded path-slash v0.1.5
9992026-08-31T15:03:57.863Z Downloaded rustls-webpki v0.103.13
10002026-08-31T15:03:57.867Z Downloaded siphasher v1.0.2
10012026-08-31T15:03:57.867Z Downloaded anes v0.1.6
10022026-08-31T15:03:57.867Z Downloaded array-init v0.0.4
10032026-08-31T15:03:57.867Z Downloaded libtest-mimic v0.8.1
10042026-08-31T15:03:57.870Z Downloaded xshell-macros v0.2.7
10052026-08-31T15:03:57.870Z Downloaded memoffset v0.9.1
10062026-08-31T15:03:57.870Z Downloaded synstructure v0.13.2
10072026-08-31T15:03:57.870Z Downloaded strsim v0.10.0
10082026-08-31T15:03:57.870Z Downloaded bytecount v0.6.9
10092026-08-31T15:03:57.874Z Downloaded bs58 v0.5.1
10102026-08-31T15:03:57.874Z Downloaded pin-project-internal v1.1.11
10112026-08-31T15:03:57.874Z Downloaded ssh-encoding v0.3.0
10122026-08-31T15:03:57.877Z Downloaded pem-rfc7468 v1.0.0
10132026-08-31T15:03:57.877Z Downloaded crypto-bigint v0.7.5
10142026-08-31T15:03:57.884Z Downloaded vergen-git2 v9.1.0
10152026-08-31T15:03:57.887Z Downloaded glob v0.3.3
10162026-08-31T15:03:57.887Z Downloaded salsa20 v0.11.0
10172026-08-31T15:03:57.887Z Downloaded sec1 v0.7.3
10182026-08-31T15:03:57.887Z Downloaded trybuild v1.0.116
10192026-08-31T15:03:57.890Z Downloaded aes v0.9.1
10202026-08-31T15:03:57.893Z Downloaded zip v0.6.6
10212026-08-31T15:03:57.896Z Downloaded zerotrie v0.2.3
10222026-08-31T15:03:57.896Z Downloaded futures-executor v0.3.32
10232026-08-31T15:03:57.896Z Downloaded whoami v1.6.1
10242026-08-31T15:03:57.899Z Downloaded thiserror-impl-no-std v2.0.2
10252026-08-31T15:03:57.899Z Downloaded futures-util v0.3.32
10262026-08-31T15:03:57.904Z Downloaded thread_local v1.1.9
10272026-08-31T15:03:57.908Z Downloaded p256 v0.14.0
10282026-08-31T15:03:57.908Z Downloaded term v0.7.0
10292026-08-31T15:03:57.912Z Downloaded zstd-safe v7.2.4
10302026-08-31T15:03:57.912Z Downloaded strum_macros v0.27.2
10312026-08-31T15:03:57.912Z Downloaded zip v4.6.1
10322026-08-31T15:03:57.916Z Downloaded pbkdf2 v0.13.0
10332026-08-31T15:03:57.916Z Downloaded chacha20 v0.10.0
10342026-08-31T15:03:57.916Z Downloaded ed25519-dalek v2.2.0
10352026-08-31T15:03:57.919Z Downloaded pest v2.8.6
10362026-08-31T15:03:57.922Z Downloaded prefix-trie v0.7.0
10372026-08-31T15:03:57.922Z Downloaded event-listener v5.4.1
10382026-08-31T15:03:57.925Z Downloaded progenitor-impl v0.14.0
10392026-08-31T15:03:57.925Z Downloaded chrono v0.4.45
10402026-08-31T15:03:57.928Z Downloaded blake3 v1.8.5
10412026-08-31T15:03:57.932Z Downloaded subprocess v0.2.15
10422026-08-31T15:03:57.936Z Downloaded vte v0.14.1
10432026-08-31T15:03:57.936Z Downloaded bzip2 v0.6.1
10442026-08-31T15:03:57.939Z Downloaded slog-term v2.9.2
10452026-08-31T15:03:57.939Z Downloaded tracing-attributes v0.1.31
10462026-08-31T15:03:57.939Z Downloaded term v1.2.1
10472026-08-31T15:03:57.944Z Downloaded once_cell v1.21.3
10482026-08-31T15:03:57.944Z Downloaded proc-macro-error2 v2.0.1
10492026-08-31T15:03:57.951Z Downloaded serde v1.0.229
10502026-08-31T15:03:57.954Z Downloaded syn v2.0.117
10512026-08-31T15:03:58.003Z Downloaded qorb v0.4.1
10522026-08-31T15:03:58.003Z Downloaded drift v0.2.0
10532026-08-31T15:03:58.003Z Downloaded quinn v0.11.11
10542026-08-31T15:03:58.003Z Downloaded module-lattice v0.2.3
10552026-08-31T15:03:58.003Z Downloaded aho-corasick v1.1.4
10562026-08-31T15:03:58.003Z Downloaded unicode-properties v0.1.4
10572026-08-31T15:03:58.003Z Downloaded yansi v1.0.1
10582026-08-31T15:03:58.003Z Downloaded chumsky v0.9.3
10592026-08-31T15:03:58.003Z Downloaded progenitor-impl v0.13.0
10602026-08-31T15:03:58.003Z Downloaded ron v0.8.1
10612026-08-31T15:03:58.003Z Downloaded nom v7.1.3
10622026-08-31T15:03:58.003Z Downloaded num-bigint-dig v0.8.6
10632026-08-31T15:03:58.003Z Downloaded schemars v0.9.0
10642026-08-31T15:03:58.009Z Downloaded flume v0.11.1
10652026-08-31T15:03:58.009Z Downloaded lalrpop v0.19.12
10662026-08-31T15:03:58.009Z Downloaded toml v1.1.2+spec-1.1.0
10672026-08-31T15:03:58.009Z Downloaded reqwest v0.13.2
10682026-08-31T15:03:58.012Z Downloaded tokio-util v0.7.18
10692026-08-31T15:03:58.012Z Downloaded regex v1.12.3
10702026-08-31T15:03:58.016Z Downloaded arc-swap v1.8.2
10712026-08-31T15:03:58.019Z Downloaded curve25519-dalek v5.0.0
10722026-08-31T15:03:58.022Z Downloaded ar_archive_writer v0.5.1
10732026-08-31T15:03:58.025Z Downloaded pretty_assertions v1.4.1
10742026-08-31T15:03:58.025Z Downloaded expectorate v1.2.0
10752026-08-31T15:03:58.028Z Downloaded unicode-normalization v0.1.25
10762026-08-31T15:03:58.028Z Downloaded rsa v0.9.10
10772026-08-31T15:03:58.032Z Downloaded dropshot-api-manager v0.8.0
10782026-08-31T15:03:58.035Z Downloaded zlib-rs v0.6.2
10792026-08-31T15:03:58.038Z Downloaded salty v0.3.0
10802026-08-31T15:03:58.043Z Downloaded minimal-lexical v0.2.1
10812026-08-31T15:03:58.046Z Downloaded unicode-width v0.1.14
10822026-08-31T15:03:58.048Z Downloaded serde_json v1.0.151
10832026-08-31T15:03:58.051Z Downloaded git2 v0.20.4
10842026-08-31T15:03:58.055Z Downloaded quinn-proto v0.11.16
10852026-08-31T15:03:58.059Z Downloaded p384 v0.13.1
10862026-08-31T15:03:58.066Z Downloaded libm v0.2.16
10872026-08-31T15:03:58.071Z Downloaded nix v0.27.1
10882026-08-31T15:03:58.086Z Downloaded libxml v0.3.3
10892026-08-31T15:03:58.091Z Downloaded zerocopy v0.8.55
10902026-08-31T15:03:58.101Z Downloaded smoltcp v0.9.1
10912026-08-31T15:03:58.107Z Downloaded num-bigint v0.4.6
10922026-08-31T15:03:58.110Z Downloaded syn v3.0.3
10932026-08-31T15:03:58.118Z Downloaded goblin v0.10.5
10942026-08-31T15:03:58.121Z Downloaded polar-core v0.27.3
10952026-08-31T15:03:58.125Z Downloaded regress v0.10.5
10962026-08-31T15:03:58.131Z Downloaded hickory-proto v0.24.4
10972026-08-31T15:03:58.139Z Downloaded nix v0.28.0
10982026-08-31T15:03:58.145Z Downloaded reedline v0.40.0
10992026-08-31T15:03:58.149Z Downloaded bstr v1.12.1
11002026-08-31T15:03:58.154Z Downloaded rawzip v0.4.4
11012026-08-31T15:03:58.157Z Downloaded proptest v1.11.0
11022026-08-31T15:03:58.162Z Downloaded rayon v1.11.0
11032026-08-31T15:03:58.167Z Downloaded gimli v0.32.3
11042026-08-31T15:03:58.172Z Downloaded winnow v0.5.40
11052026-08-31T15:03:58.179Z Downloaded openssl v0.10.80
11062026-08-31T15:03:58.183Z Downloaded serde_with v3.21.0
11072026-08-31T15:03:58.191Z Downloaded unicode-width v0.2.0
11082026-08-31T15:03:58.194Z Downloaded regex-syntax v0.6.29
11092026-08-31T15:03:58.197Z Downloaded diesel v2.3.7
11102026-08-31T15:03:58.209Z Downloaded object v0.30.4
11112026-08-31T15:03:58.214Z Downloaded nix v0.31.2
11122026-08-31T15:03:58.221Z Downloaded hickory-proto v0.25.2
11132026-08-31T15:03:58.230Z Downloaded time v0.3.47
11142026-08-31T15:03:58.237Z Downloaded russh v0.62.4
11152026-08-31T15:03:58.242Z Downloaded object v0.37.3
11162026-08-31T15:03:58.248Z Downloaded tabled v0.21.0
11172026-08-31T15:03:58.260Z Downloaded bitvec v1.0.1
11182026-08-31T15:03:58.266Z Downloaded radix_trie v0.2.1
11192026-08-31T15:03:58.269Z Downloaded openapiv3 v2.2.0
11202026-08-31T15:03:58.275Z Downloaded sqlparser v0.61.0
11212026-08-31T15:03:58.282Z Downloaded smoltcp v0.11.0
11222026-08-31T15:03:58.289Z Downloaded vcpkg v0.2.15
11232026-08-31T15:03:58.311Z Downloaded rustls v0.23.41
11242026-08-31T15:03:58.318Z Downloaded moka v0.12.13
11252026-08-31T15:03:58.322Z Downloaded petname v2.0.2
11262026-08-31T15:03:58.325Z Downloaded zerocopy-derive v0.6.6
11272026-08-31T15:03:58.331Z Downloaded rustix v1.1.4
11282026-08-31T15:03:58.345Z Downloaded bzip2-sys v0.1.13+1.0.8
11292026-08-31T15:03:58.355Z Downloaded ratatui v0.29.0
11302026-08-31T15:03:58.364Z Downloaded typify-impl v0.6.2
11312026-08-31T15:03:58.372Z Downloaded tracing v0.1.44
11322026-08-31T15:03:58.387Z Downloaded regress v0.11.1
11332026-08-31T15:03:58.391Z Downloaded sled v0.34.7
11342026-08-31T15:03:58.397Z Downloaded rustix v0.38.44
11352026-08-31T15:03:58.408Z Downloaded dropshot v0.17.1
11362026-08-31T15:03:58.423Z Downloaded regex-syntax v0.8.10
11372026-08-31T15:03:58.428Z Downloaded chrono-tz v0.10.4
11382026-08-31T15:03:58.439Z Downloaded petgraph v0.8.3
11392026-08-31T15:03:58.451Z Downloaded csv v1.4.0
11402026-08-31T15:03:58.464Z Downloaded libz-sys v1.1.24
11412026-08-31T15:03:58.475Z Downloaded tokio v1.52.1
11422026-08-31T15:03:58.499Z Downloaded petgraph v0.6.5
11432026-08-31T15:03:58.510Z Downloaded sha3 v0.11.0
11442026-08-31T15:03:58.514Z Downloaded jiff v0.2.34
11452026-08-31T15:03:58.525Z Downloaded regex-automata v0.4.14
11462026-08-31T15:03:58.552Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11472026-08-31T15:03:58.581Z Downloaded libc v0.2.185
11482026-08-31T15:03:58.606Z Downloaded sha3 v0.10.8
11492026-08-31T15:03:58.710Z Downloaded ring v0.17.14
11502026-08-31T15:03:58.735Z Downloaded encoding_rs v0.8.35
11512026-08-31T15:03:58.747Z Downloaded httpmock v0.8.3
11522026-08-31T15:03:58.759Z Downloaded libgit2-sys v0.18.3+1.9.2
11532026-08-31T15:03:58.868Z Downloaded aws-lc-sys v0.40.0
11542026-08-31T15:03:59.282Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11552026-08-31T15:04:02.835Z Startup: Refreshing catalog 'helios' ... Done
11562026-08-31T15:04:03.243Z Startup: Caching catalogs ... Done
11572026-08-31T15:04:05.521ZPlanning: Solver setup ... Done (2.152s)
11582026-08-31T15:04:05.586ZPlanning: Running solver ... Done (0.064s)
11592026-08-31T15:04:05.640ZPlanning: Finding local manifests ... Done (0.003s)
11602026-08-31T15:04:05.652ZPlanning: Fetching manifests: 0/2 0% complete
11612026-08-31T15:04:05.668ZPlanning: Fetching manifests: 2/2 100% complete
11622026-08-31T15:04:05.685ZPlanning: Package planning ... Done (0.016s)
11632026-08-31T15:04:05.688ZPlanning: Merging actions ... Done (0.002s)
11642026-08-31T15:04:05.918ZPlanning: Checking for conflicting actions ... Done (0.233s)
11652026-08-31T15:04:05.922ZPlanning: Consolidating action changes ... Done (0.001s)
11662026-08-31T15:04:06.753ZPlanning: Evaluating mediators ... Done (0.833s)
11672026-08-31T15:04:06.757ZPlanning: Planning completed in 3.47 seconds
11682026-08-31T15:04:06.763Z Packages to install: 2
11692026-08-31T15:04:06.763Z Estimated space available: 155.72 GB
11702026-08-31T15:04:06.763ZEstimated space to be consumed: 83.65 MB
11712026-08-31T15:04:06.763Z Create boot environment: No
11722026-08-31T15:04:06.767ZCreate backup boot environment: No
11732026-08-31T15:04:06.767Z Rebuild boot archive: No
11742026-08-31T15:04:06.767Z
11752026-08-31T15:04:06.767ZChanged packages:
11762026-08-31T15:04:06.767Zhelios
11772026-08-31T15:04:06.767Z developer/build-essential
11782026-08-31T15:04:06.767Z None -> 11-3.0
11792026-08-31T15:04:06.767Z library/libxmlsec1
11802026-08-31T15:04:06.767Z None -> 1.2.35-3.0
11812026-08-31T15:04:06.791Z
11822026-08-31T15:04:06.791ZDownload: 0/214 items 0.0/1.3MB 0% complete
11832026-08-31T15:04:06.920ZDownload: Completed 1.28 MB in 0.08 seconds (16.9M/s)
11842026-08-31T15:04:07.023Z Actions: 1/268 actions (Installing new actions)
11852026-08-31T15:04:07.056Z Actions: Completed 268 actions in 0.04 seconds.
11862026-08-31T15:04:07.085ZFinalize: Updating package state database ... Done (0.040s)
11872026-08-31T15:04:07.085ZFinalize: Updating package cache ... Done (0.000s)
11882026-08-31T15:04:07.217ZFinalize: Updating image state ... Done (0.096s)
11892026-08-31T15:04:09.875ZFinalize: Creating fast lookup database ... Done (2.650s)
11902026-08-31T15:04:09.945ZFinalize: Reading search index ... Done (0.013s)
11912026-08-31T15:04:09.948ZFinalize: Updating search index ... Done (0.000s)
11922026-08-31T15:04:10.084ZFinalize: Updating package cache ... Done (0.000s)
11932026-08-31T15:04:10.462ZPlanning: Evaluating mediator changes ... Done
11942026-08-31T15:04:10.570ZPlanning: Checking for conflicting actions ... Done
11952026-08-31T15:04:10.574ZPlanning: Consolidating action changes ... Done
11962026-08-31T15:04:10.737ZPlanning: Evaluating mediators ... Done
11972026-08-31T15:04:10.753ZPlanning: Planning completed in 0.27 seconds
11982026-08-31T15:04:10.774Z Mediators to change: 2
11992026-08-31T15:04:10.774Z Create boot environment: No
12002026-08-31T15:04:10.774ZCreate backup boot environment: No
12012026-08-31T15:04:10.803ZFinalize: Updating package state database ... Done
12022026-08-31T15:04:10.803ZFinalize: Updating package cache ... Done
12032026-08-31T15:04:10.860ZFinalize: Updating image state ... Done
12042026-08-31T15:04:12.805ZFinalize: Creating fast lookup database ... Done
12052026-08-31T15:04:12.867ZFinalize: Reading search index ... Done
12062026-08-31T15:04:12.870ZFinalize: Updating search index ... Done
12072026-08-31T15:04:12.954ZFinalize: Updating package cache ... Done
12082026-08-31T15:04:13.246ZPlanning: Evaluating mediator changes ... Done
12092026-08-31T15:04:13.355ZPlanning: Checking for conflicting actions ... Done
12102026-08-31T15:04:13.358ZPlanning: Consolidating action changes ... Done
12112026-08-31T15:04:13.512ZPlanning: Evaluating mediators ... Done
12122026-08-31T15:04:13.517ZPlanning: Planning completed in 0.27 seconds
12132026-08-31T15:04:13.534Z Mediators to change: 1
12142026-08-31T15:04:13.534Z Create boot environment: No
12152026-08-31T15:04:13.534ZCreate backup boot environment: No
12162026-08-31T15:04:13.578ZFinalize: Updating package state database ... Done
12172026-08-31T15:04:13.578ZFinalize: Updating package cache ... Done
12182026-08-31T15:04:13.632ZFinalize: Updating image state ... Done
12192026-08-31T15:04:15.561ZFinalize: Creating fast lookup database ... Done
12202026-08-31T15:04:15.622ZFinalize: Reading search index ... Done
12212026-08-31T15:04:15.625ZFinalize: Updating search index ... Done
12222026-08-31T15:04:15.687ZFinalize: Updating package cache ... Done
12232026-08-31T15:04:16.000ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12242026-08-31T15:04:16.000Zapache system 2.4 system
12252026-08-31T15:04:16.000Zclang system 15 system
12262026-08-31T15:04:16.001Zcsh system system illumos
12272026-08-31T15:04:16.001Zctags system system illumos
12282026-08-31T15:04:16.001Zfile vendor vendor darwinsys
12292026-08-31T15:04:16.001Zfile system system illumos
12302026-08-31T15:04:16.001Zgcc vendor 14 vendor
12312026-08-31T15:04:16.001Zgcc system 13 system
12322026-08-31T15:04:16.001Zgcc system 10 system
12332026-08-31T15:04:16.001Zgo system 1.25 system
12342026-08-31T15:04:16.001Zllvm system 15 system
12352026-08-31T15:04:16.001Zmariadb system 11.4 system
12362026-08-31T15:04:16.001Zmta vendor vendor dma
12372026-08-31T15:04:16.001Zopenjdk system 17 system
12382026-08-31T15:04:16.001Zopenjdk system 11 system
12392026-08-31T15:04:16.001Zopenssl vendor 3 vendor
12402026-08-31T15:04:16.001Zperl system 5.40 system
12412026-08-31T15:04:16.001Zpostgresql system 18 system
12422026-08-31T15:04:16.001Zpostgresql system 17 system
12432026-08-31T15:04:16.001Zpython vendor 3 vendor
12442026-08-31T15:04:16.001Zpython system 2 system
12452026-08-31T15:04:16.001Zpython3 vendor 3.13 vendor
12462026-08-31T15:04:16.001Zruby system 3.4 system
12472026-08-31T15:04:16.001Zruby system 3.0 system
12482026-08-31T15:04:16.001Zwords vendor vendor american-english
12492026-08-31T15:04:16.002Zwords system system australian-english
12502026-08-31T15:04:16.002Zwords system system british-english
12512026-08-31T15:04:16.002Zwords system system canadian-english
12522026-08-31T15:04:16.002Zwords system system french
12532026-08-31T15:04:16.002Zwords system system italian
12542026-08-31T15:04:16.002Zwords system system ngerman
12552026-08-31T15:04:16.002Zwords system system ogerman
12562026-08-31T15:04:16.002Zwords system system spanish
12572026-08-31T15:04:16.259ZPUBLISHER TYPE STATUS P LOCATION
12582026-08-31T15:04:16.259Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12592026-08-31T15:04:16.770ZFMRI IFO
12602026-08-31T15:04:16.770Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12612026-08-31T15:04:16.770Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12622026-08-31T15:04:16.770Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12632026-08-31T15:04:16.770Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12642026-08-31T15:04:16.770Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12652026-08-31T15:04:16.770Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12662026-08-31T15:04:16.770Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12672026-08-31T15:04:16.770Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12682026-08-31T15:04:16.770Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12692026-08-31T15:04:17.409Z Downloading crates ...
12702026-08-31T15:04:17.438Z Downloaded cargo_toml v0.21.0
12712026-08-31T15:04:17.473Z Compiling proc-macro2 v1.0.106
12722026-08-31T15:04:17.473Z Compiling unicode-ident v1.0.24
12732026-08-31T15:04:17.473Z Compiling quote v1.0.45
12742026-08-31T15:04:17.478Z Compiling serde_core v1.0.229
12752026-08-31T15:04:17.478Z Compiling libc v0.2.185
12762026-08-31T15:04:17.478Z Compiling version_check v0.9.5
12772026-08-31T15:04:17.478Z Compiling memchr v2.8.0
12782026-08-31T15:04:17.478Z Compiling serde v1.0.229
12792026-08-31T15:04:17.478Z Compiling zmij v1.0.21
12802026-08-31T15:04:17.553Z Compiling thiserror v1.0.69
12812026-08-31T15:04:17.557Z Compiling ucd-trie v0.1.7
12822026-08-31T15:04:17.557Z Compiling itoa v1.0.17
12832026-08-31T15:04:17.557Z Compiling rustix v1.1.4
12842026-08-31T15:04:17.557Z Compiling byteorder v1.5.0
12852026-08-31T15:04:17.738Z Compiling bitflags v2.11.0
12862026-08-31T15:04:17.911Z Compiling serde_json v1.0.151
12872026-08-31T15:04:18.019Z Compiling pest v2.8.6
12882026-08-31T15:04:18.057Z Compiling proc-macro-error-attr v1.0.4
12892026-08-31T15:04:18.057Z Compiling usdt-impl v0.5.0
12902026-08-31T15:04:18.057Z Compiling syn v1.0.109
12912026-08-31T15:04:18.162Z Compiling camino v1.2.5
12922026-08-31T15:04:18.181Z Compiling proc-macro-error v1.0.4
12932026-08-31T15:04:18.211Z Compiling hashbrown v0.17.0
12942026-08-31T15:04:18.224Z Compiling log v0.4.33
12952026-08-31T15:04:18.254Z Compiling getrandom v0.4.3
12962026-08-31T15:04:18.264Z Compiling utf8parse v0.2.2
12972026-08-31T15:04:18.296Z Compiling equivalent v1.0.2
12982026-08-31T15:04:18.384Z Compiling plain v0.2.3
12992026-08-31T15:04:18.396Z Compiling anstyle-parse v1.0.0
13002026-08-31T15:04:18.416Z Compiling pretty-hex v0.4.1
13012026-08-31T15:04:18.421Z Compiling colorchoice v1.0.4
13022026-08-31T15:04:18.448Z Compiling winnow v0.7.14
13032026-08-31T15:04:18.504Z Compiling errno v0.3.14
13042026-08-31T15:04:18.515Z Compiling thread-id v4.2.2
13052026-08-31T15:04:18.539Z Compiling cfg-if v1.0.4
13062026-08-31T15:04:18.552Z Compiling anstyle-query v1.1.5
13072026-08-31T15:04:18.574Z Compiling anstyle v1.0.14
13082026-08-31T15:04:18.586Z Compiling is_terminal_polyfill v1.70.2
13092026-08-31T15:04:18.593Z Compiling autocfg v1.5.0
13102026-08-31T15:04:18.605Z Compiling toml_write v0.1.2
13112026-08-31T15:04:18.625Z Compiling thiserror v2.0.18
13122026-08-31T15:04:18.673Z Compiling strsim v0.11.1
13132026-08-31T15:04:18.683Z Compiling fastrand v2.3.0
13142026-08-31T15:04:18.698Z Compiling heck v0.4.1
13152026-08-31T15:04:18.806Z Compiling indexmap v2.14.0
13162026-08-31T15:04:18.828Z Compiling anstream v1.0.0
13172026-08-31T15:04:18.832Z Compiling unicode-width v0.1.14
13182026-08-31T15:04:18.854Z Compiling clap_lex v1.0.0
13192026-08-31T15:04:18.944Z Compiling fnv v1.0.7
13202026-08-31T15:04:18.972Z Compiling syn v2.0.117
13212026-08-31T15:04:18.987Z Compiling syn v3.0.3
13222026-08-31T15:04:19.066Z Compiling fs-err v3.3.0
13232026-08-31T15:04:19.069Z Compiling bytecount v0.6.9
13242026-08-31T15:04:19.137Z Compiling pest_meta v2.8.6
13252026-08-31T15:04:19.173Z Compiling anyhow v1.0.104
13262026-08-31T15:04:19.184Z Compiling once_cell v1.21.3
13272026-08-31T15:04:19.243Z Compiling heck v0.5.0
13282026-08-31T15:04:19.310Z Compiling papergrid v0.11.0
13292026-08-31T15:04:19.365Z Compiling memmap v0.7.0
13302026-08-31T15:04:19.415Z Compiling unicode-linebreak v0.1.5
13312026-08-31T15:04:19.426Z Compiling smawk v0.3.2
13322026-08-31T15:04:19.475Z Compiling unicode-width v0.2.0
13332026-08-31T15:04:19.499Z Compiling terminal_size v0.4.3
13342026-08-31T15:04:19.520Z Compiling tempfile v3.27.0
13352026-08-31T15:04:19.578Z Compiling swrite v0.1.0
13362026-08-31T15:04:19.651Z Compiling clap_builder v4.6.0
13372026-08-31T15:04:19.705Z Compiling textwrap v0.16.2
13382026-08-31T15:04:19.983Z Compiling cargo-platform v0.3.2
13392026-08-31T15:04:20.002Z Compiling semver v1.0.28
13402026-08-31T15:04:20.142Z Compiling camino-tempfile v1.4.1
13412026-08-31T15:04:20.538Z Compiling tabled_derive v0.7.0
13422026-08-31T15:04:20.575Z Compiling serde_derive v1.0.229
13432026-08-31T15:04:21.222Z Compiling pest_generator v2.8.6
13442026-08-31T15:04:21.346Z Compiling tabled v0.15.0
13452026-08-31T15:04:21.725Z Compiling thiserror-impl v1.0.69
13462026-08-31T15:04:21.725Z Compiling zerocopy-derive v0.7.35
13472026-08-31T15:04:21.737Z Compiling scroll_derive v0.12.1
13482026-08-31T15:04:21.737Z Compiling thiserror-impl v2.0.18
13492026-08-31T15:04:21.737Z Compiling clap_derive v4.6.1
13502026-08-31T15:04:21.738Z Compiling pest_derive v2.8.6
13512026-08-31T15:04:22.323Z Compiling scroll v0.12.0
13522026-08-31T15:04:22.427Z Compiling zerocopy v0.7.35
13532026-08-31T15:04:22.513Z Compiling goblin v0.8.2
13542026-08-31T15:04:22.710Z Compiling dtrace-parser v0.2.0
13552026-08-31T15:04:22.958Z Compiling serde_spanned v0.6.9
13562026-08-31T15:04:22.958Z Compiling toml_datetime v0.6.11
13572026-08-31T15:04:22.958Z Compiling macaddr v1.0.1
13582026-08-31T15:04:22.958Z Compiling cargo_metadata v0.23.1
13592026-08-31T15:04:22.979Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13602026-08-31T15:04:22.979Z Compiling dof v0.3.0
13612026-08-31T15:04:22.979Z Compiling serde_tokenstream v0.2.3
13622026-08-31T15:04:23.065Z Compiling clap v4.6.1
13632026-08-31T15:04:23.112Z Compiling toml_edit v0.22.27
13642026-08-31T15:04:23.598Z Compiling usdt-attr-macro v0.5.0
13652026-08-31T15:04:23.598Z Compiling usdt-macro v0.5.0
13662026-08-31T15:04:24.303Z Compiling toml v0.8.23
13672026-08-31T15:04:24.621Z Compiling cargo_toml v0.21.0
13682026-08-31T15:04:25.043Z Compiling usdt v0.5.0
13692026-08-31T15:04:25.970Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13702026-08-31T15:04:28.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.08s
13712026-08-31T15:04:28.071Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13722026-08-31T15:04:28.853Z Compiling serde_core v1.0.229
13732026-08-31T15:04:28.853Z Compiling libc v0.2.185
13742026-08-31T15:04:28.853Z Compiling serde v1.0.229
13752026-08-31T15:04:28.854Z Compiling log v0.4.33
13762026-08-31T15:04:28.947Z Compiling smallvec v1.15.1
13772026-08-31T15:04:28.947Z Compiling find-msvc-tools v0.1.9
13782026-08-31T15:04:28.947Z Compiling shlex v1.3.0
13792026-08-31T15:04:28.947Z Compiling subtle v2.6.1
13802026-08-31T15:04:28.984Z Compiling scopeguard v1.2.0
13812026-08-31T15:04:29.042Z Compiling typenum v1.20.1
13822026-08-31T15:04:29.042Z Compiling stable_deref_trait v1.2.1
13832026-08-31T15:04:29.042Z Compiling zerocopy v0.8.55
13842026-08-31T15:04:29.042Z Compiling portable-atomic v1.13.1
13852026-08-31T15:04:29.077Z Compiling serde_json v1.0.151
13862026-08-31T15:04:29.088Z Compiling syn v2.0.117
13872026-08-31T15:04:29.104Z Compiling syn v3.0.3
13882026-08-31T15:04:29.156Z Compiling lock_api v0.4.14
13892026-08-31T15:04:29.220Z Compiling critical-section v1.2.0
13902026-08-31T15:04:29.236Z Compiling libm v0.2.16
13912026-08-31T15:04:29.236Z Compiling num-traits v0.2.19
13922026-08-31T15:04:29.264Z Compiling pkg-config v0.3.32
13932026-08-31T15:04:29.264Z Compiling generic-array v0.14.7
13942026-08-31T15:04:29.264Z Compiling getrandom v0.4.3
13952026-08-31T15:04:29.327Z Compiling const-oid v0.9.6
13962026-08-31T15:04:29.420Z Compiling pin-project-lite v0.2.17
13972026-08-31T15:04:29.482Z Compiling parking_lot_core v0.9.12
13982026-08-31T15:04:29.482Z Compiling rand_core v0.10.0
13992026-08-31T15:04:29.529Z Compiling futures-core v0.3.32
14002026-08-31T15:04:29.559Z Compiling percent-encoding v2.3.2
14012026-08-31T15:04:29.564Z Compiling litemap v0.8.1
14022026-08-31T15:04:29.605Z Compiling writeable v0.6.2
14032026-08-31T15:04:29.635Z Compiling icu_properties_data v2.1.2
14042026-08-31T15:04:29.702Z Compiling icu_normalizer_data v2.1.1
14052026-08-31T15:04:29.714Z Compiling rustix v1.1.4
14062026-08-31T15:04:29.729Z Compiling getrandom v0.3.4
14072026-08-31T15:04:29.749Z Compiling futures-sink v0.3.32
14082026-08-31T15:04:29.766Z Compiling utf8_iter v1.0.4
14092026-08-31T15:04:29.784Z Compiling futures-task v0.3.32
14102026-08-31T15:04:29.818Z Compiling slab v0.4.12
14112026-08-31T15:04:29.925Z Compiling errno v0.3.14
14122026-08-31T15:04:29.944Z Compiling jobserver v0.1.34
14132026-08-31T15:04:29.944Z Compiling getrandom v0.2.17
14142026-08-31T15:04:29.971Z Compiling mio v1.2.0
14152026-08-31T15:04:30.003Z Compiling signal-hook-registry v1.4.8
14162026-08-31T15:04:30.040Z Compiling rand_core v0.6.4
14172026-08-31T15:04:30.078Z Compiling once_cell v1.21.3
14182026-08-31T15:04:30.098Z Compiling cc v1.2.56
14192026-08-31T15:04:30.143Z Compiling parking_lot v0.12.5
14202026-08-31T15:04:30.156Z Compiling socket2 v0.6.3
14212026-08-31T15:04:30.187Z Compiling futures-channel v0.3.32
14222026-08-31T15:04:30.225Z Compiling futures-io v0.3.32
14232026-08-31T15:04:30.273Z Compiling form_urlencoded v1.2.2
14242026-08-31T15:04:30.290Z Compiling rustversion v1.0.22
14252026-08-31T15:04:30.334Z Compiling base64ct v1.8.3
14262026-08-31T15:04:30.392Z Compiling iana-time-zone v0.1.65
14272026-08-31T15:04:30.408Z Compiling flagset v0.4.7
14282026-08-31T15:04:30.433Z Compiling regex-syntax v0.8.10
14292026-08-31T15:04:30.451Z Compiling dunce v1.0.5
14302026-08-31T15:04:30.462Z Compiling ident_case v1.0.1
14312026-08-31T15:04:30.526Z Compiling fs_extra v1.3.0
14322026-08-31T15:04:30.547Z Compiling base64 v0.22.1
14332026-08-31T15:04:30.561Z Compiling pem-rfc7468 v0.7.0
14342026-08-31T15:04:30.574Z Compiling rand_core v0.9.5
14352026-08-31T15:04:30.590Z Compiling syn v1.0.109
14362026-08-31T15:04:30.604Z Compiling vcpkg v0.2.15
14372026-08-31T15:04:30.634Z Compiling tracing-core v0.1.36
14382026-08-31T15:04:30.702Z Compiling simd-adler32 v0.3.8
14392026-08-31T15:04:30.711Z Compiling dyn-clone v1.0.20
14402026-08-31T15:04:30.836Z Compiling aws-lc-rs v1.16.3
14412026-08-31T15:04:30.855Z Compiling cmake v0.1.57
14422026-08-31T15:04:30.888Z Compiling cpufeatures v0.2.17
14432026-08-31T15:04:30.902Z Compiling schemars v0.8.22
14442026-08-31T15:04:30.919Z Compiling spin v0.9.8
14452026-08-31T15:04:30.966Z Compiling crc32fast v1.5.0
14462026-08-31T15:04:30.979Z Compiling openssl-probe v0.2.1
14472026-08-31T15:04:30.983Z Compiling tinyvec_macros v0.1.1
14482026-08-31T15:04:31.077Z Compiling adler2 v2.0.1
14492026-08-31T15:04:31.125Z Compiling bitflags v2.11.0
14502026-08-31T15:04:31.164Z Compiling semver v1.0.28
14512026-08-31T15:04:31.179Z Compiling indexmap v2.14.0
14522026-08-31T15:04:31.195Z Compiling uuid v1.23.4
14532026-08-31T15:04:31.246Z Compiling httparse v1.10.1
14542026-08-31T15:04:31.260Z Compiling cmov v0.5.4
14552026-08-31T15:04:31.338Z Compiling miniz_oxide v0.8.9
14562026-08-31T15:04:31.363Z Compiling tinyvec v1.10.0
14572026-08-31T15:04:31.374Z Compiling aho-corasick v1.1.4
14582026-08-31T15:04:31.383Z Compiling rustc_version v0.4.1
14592026-08-31T15:04:31.491Z Compiling ctutils v0.4.2
14602026-08-31T15:04:31.512Z Compiling untrusted v0.7.1
14612026-08-31T15:04:31.664Z Compiling tower-service v0.3.3
14622026-08-31T15:04:31.682Z Compiling tower-layer v0.3.3
14632026-08-31T15:04:31.721Z Compiling aws-lc-sys v0.40.0
14642026-08-31T15:04:31.732Z Compiling openssl-sys v0.9.117
14652026-08-31T15:04:31.732Z Compiling radium v0.7.0
14662026-08-31T15:04:31.754Z Compiling try-lock v0.2.5
14672026-08-31T15:04:31.773Z Compiling atomic-waker v1.1.2
14682026-08-31T15:04:31.862Z Compiling want v0.3.1
14692026-08-31T15:04:31.932Z Compiling httpdate v1.0.3
14702026-08-31T15:04:31.947Z Compiling synstructure v0.13.2
14712026-08-31T15:04:32.014Z Compiling serde_derive_internals v0.29.1
14722026-08-31T15:04:32.045Z Compiling pest_generator v2.8.6
14732026-08-31T15:04:32.079Z Compiling darling_core v0.20.11
14742026-08-31T15:04:32.120Z Compiling foreign-types-shared v0.1.1
14752026-08-31T15:04:32.197Z Compiling untrusted v0.9.0
14762026-08-31T15:04:32.208Z Compiling openssl v0.10.80
14772026-08-31T15:04:32.213Z Compiling terminal_size v0.4.3
14782026-08-31T15:04:32.297Z Compiling tempfile v3.27.0
14792026-08-31T15:04:32.308Z Compiling regex-automata v0.4.14
14802026-08-31T15:04:32.368Z Compiling maybe-uninit v2.0.0
14812026-08-31T15:04:32.445Z Compiling tap v1.0.1
14822026-08-31T15:04:32.484Z Compiling rustls v0.23.41
14832026-08-31T15:04:32.545Z Compiling wyz v0.5.1
14842026-08-31T15:04:32.584Z Compiling foreign-types v0.3.2
14852026-08-31T15:04:32.667Z Compiling serde_derive v1.0.229
14862026-08-31T15:04:32.679Z Compiling bzip2-sys v0.1.13+1.0.8
14872026-08-31T15:04:32.684Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14882026-08-31T15:04:32.711Z Compiling unicode-normalization v0.1.25
14892026-08-31T15:04:32.740Z Compiling num-integer v0.1.46
14902026-08-31T15:04:32.755Z Compiling wait-timeout v0.2.1
14912026-08-31T15:04:32.834Z Compiling ahash v0.8.12
14922026-08-31T15:04:32.892Z Compiling quick-error v1.2.3
14932026-08-31T15:04:32.912Z Compiling packed_struct v0.10.1
14942026-08-31T15:04:32.928Z Compiling native-tls v0.2.18
14952026-08-31T15:04:32.985Z Compiling num-conv v0.2.0
14962026-08-31T15:04:33.018Z Compiling powerfmt v0.2.0
14972026-08-31T15:04:33.040Z Compiling time-core v0.1.8
14982026-08-31T15:04:33.069Z Compiling num-bigint-dig v0.8.6
14992026-08-31T15:04:33.088Z Compiling funty v2.0.0
15002026-08-31T15:04:33.105Z Compiling bit-vec v0.8.0
15012026-08-31T15:04:33.207Z Compiling deranged v0.5.8
15022026-08-31T15:04:33.216Z Compiling clap_builder v4.6.0
15032026-08-31T15:04:33.216Z Compiling time-macros v0.2.27
15042026-08-31T15:04:33.239Z Compiling rusty-fork v0.3.1
15052026-08-31T15:04:33.267Z Compiling num-iter v0.1.45
15062026-08-31T15:04:33.296Z Compiling bit-set v0.8.0
15072026-08-31T15:04:33.393Z Compiling lazy_static v1.5.0
15082026-08-31T15:04:33.436Z Compiling bitvec v1.0.1
15092026-08-31T15:04:33.470Z Compiling rand_xorshift v0.4.0
15102026-08-31T15:04:33.494Z Compiling sync_wrapper v1.0.2
15112026-08-31T15:04:33.591Z Compiling indexmap v1.9.3
15122026-08-31T15:04:33.622Z Compiling crc-catalog v2.4.0
15132026-08-31T15:04:33.652Z Compiling zeroize_derive v1.5.0
15142026-08-31T15:04:33.669Z Compiling zerocopy-derive v0.8.55
15152026-08-31T15:04:33.679Z Compiling zerofrom-derive v0.1.6
15162026-08-31T15:04:33.719Z Compiling yoke-derive v0.8.1
15172026-08-31T15:04:33.784Z Compiling zerovec-derive v0.11.2
15182026-08-31T15:04:34.182Z Compiling displaydoc v0.2.5
15192026-08-31T15:04:34.207Z Compiling tokio-macros v2.7.0
15202026-08-31T15:04:34.317Z Compiling futures-macro v0.3.32
15212026-08-31T15:04:34.321Z Compiling der_derive v0.7.3
15222026-08-31T15:04:34.394Z Compiling thiserror-impl v2.0.18
15232026-08-31T15:04:34.914Z Compiling tracing-attributes v0.1.31
15242026-08-31T15:04:34.967Z Compiling schemars_derive v0.8.22
15252026-08-31T15:04:34.978Z Compiling scroll_derive v0.13.1
15262026-08-31T15:04:34.981Z Compiling pest_derive v2.8.6
15272026-08-31T15:04:35.010Z Compiling darling_macro v0.20.11
15282026-08-31T15:04:35.014Z Compiling thiserror-impl v1.0.69
15292026-08-31T15:04:35.114Z Compiling zerofrom v0.1.6
15302026-08-31T15:04:35.185Z Compiling futures-util v0.3.32
15312026-08-31T15:04:35.249Z Compiling yoke v0.8.1
15322026-08-31T15:04:35.344Z Compiling openssl-macros v0.1.1
15332026-08-31T15:04:35.460Z Compiling zerovec v0.11.5
15342026-08-31T15:04:35.491Z Compiling zerotrie v0.2.3
15352026-08-31T15:04:35.556Z Compiling darling v0.20.11
15362026-08-31T15:04:35.659Z Compiling packed_struct_codegen v0.10.1
15372026-08-31T15:04:35.851Z Compiling thiserror v2.0.18
15382026-08-31T15:04:35.866Z Compiling clap_derive v4.6.1
15392026-08-31T15:04:35.879Z Compiling scroll v0.13.0
15402026-08-31T15:04:35.976Z Compiling tinystr v0.8.2
15412026-08-31T15:04:36.043Z Compiling potential_utf v0.1.4
15422026-08-31T15:04:36.164Z Compiling zeroize v1.9.0
15432026-08-31T15:04:36.164Z Compiling bytes v1.11.1
15442026-08-31T15:04:36.197Z Compiling icu_locale_core v2.1.1
15452026-08-31T15:04:36.246Z Compiling icu_collections v2.1.1
15462026-08-31T15:04:36.288Z Compiling chrono v0.4.45
15472026-08-31T15:04:36.311Z Compiling ipnet v2.12.0
15482026-08-31T15:04:36.326Z Compiling tracing v0.1.44
15492026-08-31T15:04:36.410Z Compiling der v0.7.10
15502026-08-31T15:04:36.478Z Compiling rustls-pki-types v1.14.0
15512026-08-31T15:04:36.621Z Compiling hybrid-array v0.4.13
15522026-08-31T15:04:36.728Z Compiling tokio v1.52.1
15532026-08-31T15:04:36.821Z Compiling http v1.4.2
15542026-08-31T15:04:36.836Z Compiling icu_provider v2.1.1
15552026-08-31T15:04:36.836Z Compiling hex v0.4.3
15562026-08-31T15:04:36.944Z Compiling crypto-common v0.1.7
15572026-08-31T15:04:36.958Z Compiling block-buffer v0.10.4
15582026-08-31T15:04:37.144Z Compiling icu_normalizer v2.1.1
15592026-08-31T15:04:37.165Z Compiling icu_properties v2.1.2
15602026-08-31T15:04:37.166Z Compiling digest v0.10.7
15612026-08-31T15:04:37.175Z Compiling thiserror v1.0.69
15622026-08-31T15:04:37.175Z Compiling goblin v0.10.5
15632026-08-31T15:04:37.276Z Compiling spki v0.7.3
15642026-08-31T15:04:37.433Z Compiling sha2 v0.10.9
15652026-08-31T15:04:37.466Z Compiling signature v2.2.0
15662026-08-31T15:04:37.517Z Compiling http-body v1.0.1
15672026-08-31T15:04:37.618Z Compiling pkcs8 v0.10.2
15682026-08-31T15:04:37.685Z Compiling hmac v0.12.1
15692026-08-31T15:04:37.691Z Compiling toml_datetime v0.6.11
15702026-08-31T15:04:37.692Z Compiling serde_spanned v0.6.9
15712026-08-31T15:04:37.717Z Compiling bitfield-macros v0.19.4
15722026-08-31T15:04:37.717Z Compiling zerocopy-derive v0.6.6
15732026-08-31T15:04:37.746Z Compiling paste v1.0.15
15742026-08-31T15:04:37.780Z Compiling nodrop v0.1.14
15752026-08-31T15:04:37.829Z Compiling zlib-rs v0.6.2
15762026-08-31T15:04:37.874Z Compiling usdt-impl v0.6.0
15772026-08-31T15:04:37.900Z Compiling unarray v0.1.4
15782026-08-31T15:04:37.900Z Compiling num_threads v0.1.7
15792026-08-31T15:04:37.962Z Compiling siphasher v1.0.2
15802026-08-31T15:04:38.108Z Compiling idna_adapter v1.2.1
15812026-08-31T15:04:38.121Z Compiling unicode-segmentation v1.12.0
15822026-08-31T15:04:38.121Z Compiling object v0.37.3
15832026-08-31T15:04:38.122Z Compiling crossbeam-utils v0.8.21
15842026-08-31T15:04:38.160Z Compiling idna v1.1.0
15852026-08-31T15:04:38.268Z Compiling ppv-lite86 v0.2.21
15862026-08-31T15:04:38.941Z Compiling time v0.3.47
15872026-08-31T15:04:39.062Z Compiling url v2.5.8
15882026-08-31T15:04:39.063Z Compiling bitfield v0.19.4
15892026-08-31T15:04:39.063Z Compiling array-init v0.0.4
15902026-08-31T15:04:39.063Z Compiling pkcs1 v0.7.5
15912026-08-31T15:04:39.063Z Compiling rand_chacha v0.9.0
15922026-08-31T15:04:39.063Z Compiling rand_chacha v0.3.1
15932026-08-31T15:04:39.063Z Compiling zerocopy v0.6.6
15942026-08-31T15:04:39.063Z Compiling clap v4.6.1
15952026-08-31T15:04:39.063Z Compiling rand v0.9.2
15962026-08-31T15:04:39.063Z Compiling http-body-util v0.1.3
15972026-08-31T15:04:39.063Z Compiling rand v0.8.6
15982026-08-31T15:04:39.063Z Compiling dtrace-parser v0.3.0
15992026-08-31T15:04:39.063Z Compiling derive_builder_core v0.20.2
16002026-08-31T15:04:39.288Z Compiling crc v3.4.0
16012026-08-31T15:04:39.379Z Compiling structmeta-derive v0.3.0
16022026-08-31T15:04:39.379Z Compiling scroll_derive v0.12.1
16032026-08-31T15:04:39.398Z Compiling proptest v1.11.0
16042026-08-31T15:04:39.408Z Compiling smallvec v0.6.14
16052026-08-31T15:04:39.636Z Compiling darling_core v0.23.0
16062026-08-31T15:04:39.667Z Compiling heapless v0.7.17
16072026-08-31T15:04:39.667Z Compiling slog v2.8.2
16082026-08-31T15:04:39.764Z Compiling ipnetwork v0.21.1
16092026-08-31T15:04:39.877Z Compiling thread-id v5.1.0
16102026-08-31T15:04:39.905Z Compiling dof v0.4.0
16112026-08-31T15:04:39.958Z Compiling env_filter v2.0.0
16122026-08-31T15:04:39.971Z Compiling cookie v0.18.1
16132026-08-31T15:04:40.004Z Compiling anyhow v1.0.104
16142026-08-31T15:04:40.164Z Compiling signal-hook v0.3.18
16152026-08-31T15:04:40.178Z Compiling iri-string v0.7.10
16162026-08-31T15:04:40.182Z Compiling base64 v0.21.7
16172026-08-31T15:04:40.245Z Compiling hashbrown v0.12.3
16182026-08-31T15:04:40.269Z Compiling unicode-properties v0.1.4
16192026-08-31T15:04:40.311Z Compiling unicode-bidi v0.3.18
16202026-08-31T15:04:40.328Z Compiling gimli v0.32.3
16212026-08-31T15:04:40.342Z Compiling ryu v1.0.23
16222026-08-31T15:04:40.360Z Compiling allocator-api2 v0.2.21
16232026-08-31T15:04:40.487Z Compiling tokio-util v0.7.18
16242026-08-31T15:04:40.521Z Compiling tower v0.5.3
16252026-08-31T15:04:40.535Z Compiling winnow v0.5.40
16262026-08-31T15:04:40.718Z Compiling flate2 v1.1.9
16272026-08-31T15:04:40.785Z Compiling zstd-safe v7.2.4
16282026-08-31T15:04:41.044Z Compiling stringprep v0.1.5
16292026-08-31T15:04:41.179Z Compiling rsa v0.9.10
16302026-08-31T15:04:41.214Z Compiling serde_urlencoded v0.7.1
16312026-08-31T15:04:41.214Z Compiling tokio-native-tls v0.3.1
16322026-08-31T15:04:41.323Z Compiling h2 v0.4.15
16332026-08-31T15:04:41.343Z Compiling ron v0.8.1
16342026-08-31T15:04:41.413Z Compiling tower-http v0.6.8
16352026-08-31T15:04:41.520Z Compiling structmeta v0.3.0
16362026-08-31T15:04:41.733Z Compiling env_logger v0.11.11
16372026-08-31T15:04:41.736Z Compiling oxnet v0.1.6
16382026-08-31T15:04:41.749Z Compiling scroll v0.12.0
16392026-08-31T15:04:41.765Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16402026-08-31T15:04:41.909Z Compiling derive_builder_macro v0.20.2
16412026-08-31T15:04:41.961Z Compiling serde-hex v0.1.0
16422026-08-31T15:04:42.090Z Compiling toml_edit v0.19.15
16432026-08-31T15:04:42.188Z Compiling newtype-uuid v1.3.2
16442026-08-31T15:04:42.188Z Compiling addr2line v0.25.1
16452026-08-31T15:04:42.234Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16462026-08-31T15:04:42.253Z Compiling darling_macro v0.23.0
16472026-08-31T15:04:42.330Z Compiling bzip2 v0.4.4
16482026-08-31T15:04:42.369Z Compiling hashbrown v0.13.2
16492026-08-31T15:04:42.401Z Compiling camino v1.2.5
16502026-08-31T15:04:42.555Z Compiling x509-cert v0.2.5
16512026-08-31T15:04:42.571Z Compiling block-padding v0.4.2
16522026-08-31T15:04:42.746Z Compiling crypto-common v0.2.2
16532026-08-31T15:04:42.764Z Compiling block-buffer v0.12.1
16542026-08-31T15:04:42.811Z Compiling md-5 v0.10.6
16552026-08-31T15:04:42.884Z Compiling rustls-native-certs v0.8.3
16562026-08-31T15:04:42.917Z Compiling erased-serde v0.3.31
16572026-08-31T15:04:42.960Z Compiling serde_tokenstream v0.2.3
16582026-08-31T15:04:42.980Z Compiling bstr v1.12.1
16592026-08-31T15:04:43.003Z Compiling pin-project-internal v1.1.11
16602026-08-31T15:04:43.198Z Compiling zerocopy-derive v0.7.35
16612026-08-31T15:04:43.288Z Compiling async-trait v0.1.89
16622026-08-31T15:04:43.842Z Compiling daft-derive v0.1.8
16632026-08-31T15:04:43.863Z Compiling curve25519-dalek v4.1.3
16642026-08-31T15:04:43.863Z Compiling vergen-lib v9.1.0
16652026-08-31T15:04:43.885Z Compiling hash32 v0.2.1
16662026-08-31T15:04:44.008Z Compiling memoffset v0.9.1
16672026-08-31T15:04:44.098Z Compiling encoding_rs v0.8.35
16682026-08-31T15:04:44.156Z Compiling rustix v0.38.44
16692026-08-31T15:04:44.172Z Compiling crc-any v2.5.0
16702026-08-31T15:04:44.172Z Compiling psl-types v2.0.11
16712026-08-31T15:04:44.206Z Compiling cfg_aliases v0.2.1
16722026-08-31T15:04:44.238Z Compiling fallible-iterator v0.2.0
16732026-08-31T15:04:44.239Z Compiling ref-cast v1.0.25
16742026-08-31T15:04:44.320Z Compiling smoltcp v0.9.1
16752026-08-31T15:04:44.392Z Compiling litrs v1.0.0
16762026-08-31T15:04:44.435Z Compiling owo-colors v4.3.0
16772026-08-31T15:04:44.435Z Compiling mime v0.3.17
16782026-08-31T15:04:44.477Z Compiling hyper v1.10.1
16792026-08-31T15:04:44.532Z Compiling rustc-demangle v0.1.27
16802026-08-31T15:04:44.552Z Compiling postgres-protocol v0.6.10
16812026-08-31T15:04:44.722Z Compiling nix v0.31.2
16822026-08-31T15:04:44.752Z Compiling publicsuffix v2.3.0
16832026-08-31T15:04:44.752Z Compiling daft v0.1.8
16842026-08-31T15:04:44.792Z Compiling pin-project v1.1.11
16852026-08-31T15:04:44.828Z Compiling document-features v0.2.12
16862026-08-31T15:04:44.833Z Compiling zerocopy v0.7.35
16872026-08-31T15:04:44.962Z Compiling toml v0.7.8
16882026-08-31T15:04:44.995Z Compiling backtrace v0.3.76
16892026-08-31T15:04:45.077Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16902026-08-31T15:04:45.106Z Compiling object v0.30.4
16912026-08-31T15:04:45.154Z Compiling darling v0.23.0
16922026-08-31T15:04:45.264Z Compiling inout v0.2.2
16932026-08-31T15:04:45.288Z Compiling zip v0.6.6
16942026-08-31T15:04:45.373Z Compiling derive_builder v0.20.2
16952026-08-31T15:04:45.420Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16962026-08-31T15:04:45.433Z Compiling goblin v0.8.2
16972026-08-31T15:04:45.456Z Compiling derive-ex v0.1.8
16982026-08-31T15:04:45.650Z Compiling hyper-util v0.1.20
16992026-08-31T15:04:45.749Z Compiling convert_case v0.10.0
17002026-08-31T15:04:45.774Z Compiling phf_shared v0.13.1
17012026-08-31T15:04:45.873Z Compiling futures-executor v0.3.32
17022026-08-31T15:04:45.932Z Compiling hubpack_derive v0.1.1
17032026-08-31T15:04:45.946Z Compiling regex v1.12.3
17042026-08-31T15:04:46.038Z Compiling strum_macros v0.27.2
17052026-08-31T15:04:46.060Z Compiling curve25519-dalek-derive v0.1.1
17062026-08-31T15:04:46.082Z Compiling snafu-derive v0.8.9
17072026-08-31T15:04:46.162Z Compiling ref-cast-impl v1.0.25
17082026-08-31T15:04:46.183Z Compiling vergen v9.1.0
17092026-08-31T15:04:46.221Z Compiling cargo-platform v0.3.2
17102026-08-31T15:04:46.357Z Compiling ff v0.13.1
17112026-08-31T15:04:46.373Z Compiling fs-err v3.3.0
17122026-08-31T15:04:46.404Z Compiling bitflags v1.3.2
17132026-08-31T15:04:46.480Z Compiling either v1.15.0
17142026-08-31T15:04:46.519Z Compiling foldhash v0.2.0
17152026-08-31T15:04:46.520Z Compiling same-file v1.0.6
17162026-08-31T15:04:46.552Z Compiling foldhash v0.1.5
17172026-08-31T15:04:46.580Z Compiling is_ci v1.2.0
17182026-08-31T15:04:46.698Z Compiling managed v0.8.0
17192026-08-31T15:04:46.822Z Compiling bumpalo v3.20.2
17202026-08-31T15:04:46.822Z Compiling jiff-core v0.1.0
17212026-08-31T15:04:46.881Z Compiling libbz2-rs-sys v0.2.2
17222026-08-31T15:04:46.882Z Compiling path-slash v0.1.5
17232026-08-31T15:04:46.882Z Compiling base16ct v0.2.0
17242026-08-31T15:04:46.969Z Compiling sec1 v0.7.3
17252026-08-31T15:04:47.012Z Compiling zopfli v0.8.3
17262026-08-31T15:04:47.149Z Compiling hyper-tls v0.6.0
17272026-08-31T15:04:47.232Z Compiling test-strategy v0.4.5
17282026-08-31T15:04:47.295Z Compiling bzip2 v0.6.1
17292026-08-31T15:04:47.765Z Compiling reqwest v0.12.28
17302026-08-31T15:04:47.870Z Compiling textwrap v0.16.2
17312026-08-31T15:04:47.870Z Compiling supports-color v3.0.2
17322026-08-31T15:04:47.871Z Compiling hashbrown v0.15.5
17332026-08-31T15:04:47.871Z Compiling jiff v0.2.34
17342026-08-31T15:04:47.871Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17352026-08-31T15:04:47.871Z Compiling dof v0.3.0
17362026-08-31T15:04:48.026Z Compiling hashbrown v0.16.1
17372026-08-31T15:04:48.101Z Compiling walkdir v2.5.0
17382026-08-31T15:04:48.101Z Compiling snafu v0.8.9
17392026-08-31T15:04:48.159Z Compiling group v0.13.0
17402026-08-31T15:04:48.159Z Compiling strum v0.27.2
17412026-08-31T15:04:48.244Z Compiling hubpack v0.1.2
17422026-08-31T15:04:48.328Z Compiling cargo_metadata v0.23.1
17432026-08-31T15:04:48.328Z Compiling derive_more-impl v2.1.1
17442026-08-31T15:04:48.328Z Compiling futures v0.3.32
17452026-08-31T15:04:48.412Z Compiling phf v0.13.1
17462026-08-31T15:04:48.447Z Compiling signal-hook-mio v0.2.5
17472026-08-31T15:04:48.459Z Compiling cookie_store v0.22.1
17482026-08-31T15:04:48.459Z Compiling zstd v0.13.3
17492026-08-31T15:04:48.583Z Compiling backtrace-ext v0.2.1
17502026-08-31T15:04:48.666Z Compiling cipher v0.5.2
17512026-08-31T15:04:48.735Z Compiling serde_with_macros v3.21.0
17522026-08-31T15:04:48.767Z Compiling postgres-types v0.2.12
17532026-08-31T15:04:48.929Z Compiling globset v0.4.18
17542026-08-31T15:04:49.038Z Compiling usdt-attr-macro v0.6.0
17552026-08-31T15:04:49.122Z Compiling usdt-macro v0.6.0
17562026-08-31T15:04:49.134Z Compiling byte-wrapper v0.1.0
17572026-08-31T15:04:49.366Z Compiling phf_shared v0.11.3
17582026-08-31T15:04:49.482Z Compiling hkdf v0.12.4
17592026-08-31T15:04:49.527Z Compiling ed25519 v2.2.3
17602026-08-31T15:04:49.554Z Compiling dtrace-parser v0.2.0
17612026-08-31T15:04:49.754Z Compiling crypto-bigint v0.5.5
17622026-08-31T15:04:49.851Z Compiling serde_plain v1.0.2
17632026-08-31T15:04:49.851Z Compiling serde-big-array v0.5.1
17642026-08-31T15:04:49.851Z Compiling olpc-cjson v0.1.4
17652026-08-31T15:04:49.851Z Compiling miette-derive v7.6.0
17662026-08-31T15:04:49.918Z Compiling async-recursion v1.1.1
17672026-08-31T15:04:49.919Z Compiling serde_repr v0.1.20
17682026-08-31T15:04:49.919Z Compiling strum_macros v0.26.4
17692026-08-31T15:04:49.919Z Compiling enum-as-inner v0.6.1
17702026-08-31T15:04:50.400Z Compiling float-cmp v0.10.0
17712026-08-31T15:04:50.400Z Compiling pem v3.0.6
17722026-08-31T15:04:50.435Z Compiling memmap2 v0.9.10
17732026-08-31T15:04:50.435Z Compiling thread-id v4.2.2
17742026-08-31T15:04:50.435Z Compiling whoami v2.1.0
17752026-08-31T15:04:50.435Z Compiling difflib v0.4.0
17762026-08-31T15:04:50.435Z Compiling keccak v0.1.6
17772026-08-31T15:04:50.435Z Compiling static_assertions v1.1.0
17782026-08-31T15:04:50.435Z Compiling fixedbitset v0.4.2
17792026-08-31T15:04:50.435Z Compiling const-oid v0.10.2
17802026-08-31T15:04:50.435Z Compiling supports-unicode v3.0.0
17812026-08-31T15:04:50.464Z Compiling predicates-core v1.0.10
17822026-08-31T15:04:50.540Z Compiling new_debug_unreachable v1.0.6
17832026-08-31T15:04:50.612Z Compiling normalize-line-endings v0.3.0
17842026-08-31T15:04:50.922Z Compiling cpufeatures v0.3.0
17852026-08-31T15:04:50.922Z Compiling typed-path v0.9.3
17862026-08-31T15:04:50.923Z Compiling winnow v1.0.3
17872026-08-31T15:04:50.923Z Compiling data-encoding v2.10.0
17882026-08-31T15:04:51.218Z Compiling precomputed-hash v0.1.1
17892026-08-31T15:04:51.218Z Compiling fixedbitset v0.5.7
17902026-08-31T15:04:51.218Z Compiling supports-hyperlinks v3.2.0
17912026-08-31T15:04:51.218Z Compiling toml_edit v0.22.27
17922026-08-31T15:04:51.218Z Compiling string_cache v0.8.9
17932026-08-31T15:04:51.218Z Compiling chacha20 v0.10.0
17942026-08-31T15:04:51.218Z Compiling petgraph v0.8.3
17952026-08-31T15:04:51.294Z Compiling miette v7.6.0
17962026-08-31T15:04:51.294Z Compiling hickory-proto v0.25.2
17972026-08-31T15:04:51.294Z Compiling predicates v3.1.4
17982026-08-31T15:04:51.294Z Compiling elliptic-curve v0.13.8
17992026-08-31T15:04:51.294Z Compiling digest v0.11.3
18002026-08-31T15:04:51.368Z Compiling petgraph v0.6.5
18012026-08-31T15:04:51.369Z Compiling sha3 v0.10.8
18022026-08-31T15:04:51.413Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18032026-08-31T15:04:51.436Z Compiling tokio-postgres v0.7.16
18042026-08-31T15:04:51.546Z Compiling usdt v0.6.0
18052026-08-31T15:04:51.879Z Compiling strum v0.26.3
18062026-08-31T15:04:52.011Z Compiling toml_parser v1.1.2+spec-1.1.0
18072026-08-31T15:04:52.011Z Compiling usdt-impl v0.5.0
18082026-08-31T15:04:52.012Z Compiling serde_with v3.21.0
18092026-08-31T15:04:52.012Z Compiling zip v4.6.1
18102026-08-31T15:04:52.012Z Compiling crossterm v0.28.1
18112026-08-31T15:04:52.012Z Compiling ed25519-dalek v2.2.0
18122026-08-31T15:04:52.012Z Compiling derive_more v2.1.1
18132026-08-31T15:04:52.017Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18142026-08-31T15:04:52.412Z Compiling iddqd v0.4.2
18152026-08-31T15:04:52.558Z Compiling itertools v0.13.0
18162026-08-31T15:04:52.780Z Compiling itertools v0.15.0
18172026-08-31T15:04:52.792Z Compiling similar v2.7.0
18182026-08-31T15:04:52.814Z Compiling crossbeam-epoch v0.9.18
18192026-08-31T15:04:52.883Z Compiling tokio-stream v0.1.18
18202026-08-31T15:04:53.149Z Compiling buf-list v1.1.2
18212026-08-31T15:04:53.226Z Compiling heck v0.4.1
18222026-08-31T15:04:53.416Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18232026-08-31T15:04:53.421Z Compiling openapiv3 v2.2.0
18242026-08-31T15:04:53.421Z Compiling peg-runtime v0.8.5
18252026-08-31T15:04:53.508Z Compiling lalrpop-util v0.19.12
18262026-08-31T15:04:53.533Z Compiling thread_local v1.1.9
18272026-08-31T15:04:53.576Z Compiling slog-async v2.8.0
18282026-08-31T15:04:53.748Z Compiling crossbeam-channel v0.5.15
18292026-08-31T15:04:53.765Z Compiling is-terminal v0.4.17
18302026-08-31T15:04:53.765Z Compiling filetime v0.2.27
18312026-08-31T15:04:53.765Z Compiling term v1.2.1
18322026-08-31T15:04:53.765Z Compiling take_mut v0.2.2
18332026-08-31T15:04:53.765Z Compiling xattr v1.6.1
18342026-08-31T15:04:53.779Z Compiling camino-tempfile v1.4.1
18352026-08-31T15:04:53.856Z Compiling tar v0.4.46
18362026-08-31T15:04:54.026Z Compiling slog-term v2.9.2
18372026-08-31T15:05:11.436Z Compiling rustls-webpki v0.103.13
18382026-08-31T15:05:14.103Z Compiling tokio-rustls v0.26.4
18392026-08-31T15:05:14.103Z Compiling rustls-platform-verifier v0.6.2
18402026-08-31T15:05:14.386Z Compiling tough v0.22.0
18412026-08-31T15:05:14.387Z Compiling hyper-rustls v0.27.7
18422026-08-31T15:05:15.259Z Compiling reqwest v0.13.2
18432026-08-31T15:05:16.745Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18442026-08-31T15:05:17.034Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18452026-08-31T15:05:19.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.48s
18462026-08-31T15:05:20.166Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18472026-08-31T15:05:20.166ZAug 31 15:05:19.144 INFO Starting download, target: Console
18482026-08-31T15:05:20.166ZAug 31 15:05:19.144 INFO Starting download, target: Cockroach
18492026-08-31T15:05:20.166ZAug 31 15:05:19.144 INFO Starting download, target: Clickhouse
18502026-08-31T15:05:20.166ZAug 31 15:05:19.144 INFO Starting download, target: DendriteStub
18512026-08-31T15:05:20.166ZAug 31 15:05:19.144 INFO Starting download, target: MaghemiteMgd
18522026-08-31T15:05:20.166ZAug 31 15:05:19.144 INFO Starting download, target: MaghemiteDdmd
18532026-08-31T15:05:20.166ZAug 31 15:05:19.144 INFO Starting download, target: TransceiverControl
18542026-08-31T15:05:20.166ZAug 31 15:05:19.145 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18552026-08-31T15:05:20.166ZAug 31 15:05:19.145 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18562026-08-31T15:05:20.166ZAug 31 15:05:19.145 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18572026-08-31T15:05:20.166ZAug 31 15:05:19.145 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18582026-08-31T15:05:20.167ZAug 31 15:05:19.145 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18592026-08-31T15:05:20.167ZAug 31 15:05:19.145 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18602026-08-31T15:05:20.167ZAug 31 15:05:19.145 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18612026-08-31T15:05:21.707ZAug 31 15:05:20.905 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18622026-08-31T15:05:22.279ZAug 31 15:05:20.924 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18632026-08-31T15:05:22.279ZAug 31 15:05:21.149 INFO Download complete, target: Console
18642026-08-31T15:05:24.458ZAug 31 15:05:23.354 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18652026-08-31T15:05:25.017ZAug 31 15:05:23.581 INFO Download complete, target: TransceiverControl
18662026-08-31T15:05:29.002ZAug 31 15:05:27.805 INFO Checking that binary works, target: Clickhouse
18672026-08-31T15:05:29.002ZAug 31 15:05:27.893 INFO Download complete, target: Clickhouse
18682026-08-31T15:05:45.667ZAug 31 15:05:44.761 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18692026-08-31T15:05:46.714ZAug 31 15:05:45.959 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18702026-08-31T15:05:47.486ZAug 31 15:05:46.764 INFO Download complete, target: MaghemiteDdmd
18712026-08-31T15:05:49.874ZAug 31 15:05:48.850 INFO Download complete, target: DendriteStub
18722026-08-31T15:05:50.294ZAug 31 15:05:49.504 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18732026-08-31T15:05:53.211ZAug 31 15:05:52.246 INFO Download complete, target: MaghemiteMgd
18742026-08-31T15:05:53.853ZAug 31 15:05:52.955 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18752026-08-31T15:05:53.854ZAug 31 15:05:52.955 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18762026-08-31T15:05:58.402ZAug 31 15:05:57.615 INFO Checking that binary works, target: Cockroach
18772026-08-31T15:05:59.062ZAug 31 15:05:57.737 INFO Download complete, target: Cockroach
18782026-08-31T15:05:59.062ZAll prerequisites installed successfully
18792026-08-31T15:05:59.062Z
18802026-08-31T15:05:59.063Zreal 1:59.077913322
18812026-08-31T15:05:59.063Zuser 7:21.473060733
18822026-08-31T15:05:59.063Zsys 1:42.590240916
18832026-08-31T15:05:59.063Ztrap 0.271160581
18842026-08-31T15:05:59.063Ztflt 0.846392201
18852026-08-31T15:05:59.063Zdflt 1.823240902
18862026-08-31T15:05:59.063Zkflt 0.024293757
18872026-08-31T15:05:59.063Zlock 39:09.455308387
18882026-08-31T15:05:59.063Zslp 20:41.246238427
18892026-08-31T15:05:59.063Zlat 28.054460297
18902026-08-31T15:05:59.063Zstop 2:56.790321359
18912026-08-31T15:05:59.063Z+ source ./tools/include/force-git-over-https.sh
18922026-08-31T15:05:59.063Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18932026-08-31T15:05:59.063Z++ (( i = 0 ))
18942026-08-31T15:05:59.063Z++ (( i < 5 ))
18952026-08-31T15:05:59.063Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18962026-08-31T15:05:59.063Z++ (( i++ ))
18972026-08-31T15:05:59.064Z++ (( i < 5 ))
18982026-08-31T15:05:59.064Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18992026-08-31T15:05:59.064Z++ (( i++ ))
19002026-08-31T15:05:59.064Z++ (( i < 5 ))
19012026-08-31T15:05:59.064Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19022026-08-31T15:05:59.064Z++ (( i++ ))
19032026-08-31T15:05:59.064Z++ (( i < 5 ))
19042026-08-31T15:05:59.064Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19052026-08-31T15:05:59.064Z++ (( i++ ))
19062026-08-31T15:05:59.064Z++ (( i < 5 ))
19072026-08-31T15:05:59.064Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19082026-08-31T15:05:59.064Z++ (( i++ ))
19092026-08-31T15:05:59.064Z++ (( i < 5 ))
19102026-08-31T15:05:59.064Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19112026-08-31T15:05:59.065Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19122026-08-31T15:05:59.065Z+ rc=0
19132026-08-31T15:05:59.065Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19142026-08-31T15:06:04.280Z+ case $rc in
19152026-08-31T15:06:04.280Z+ pfexec zfs create -p rpool/images/build/host
19162026-08-31T15:06:04.850Z+ pfexec zfs create -p rpool/images/build/recovery
19172026-08-31T15:06:04.850Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19182026-08-31T15:06:05.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19192026-08-31T15:06:05.470Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19202026-08-31T15:06:06.069Z Compiling proc-macro2 v1.0.106
19212026-08-31T15:06:06.069Z Compiling quote v1.0.45
19222026-08-31T15:06:06.069Z Compiling unicode-ident v1.0.24
19232026-08-31T15:06:06.069Z Compiling serde_core v1.0.229
19242026-08-31T15:06:06.069Z Compiling libc v0.2.185
19252026-08-31T15:06:06.069Z Compiling serde v1.0.229
19262026-08-31T15:06:06.069Z Compiling cfg-if v1.0.4
19272026-08-31T15:06:06.069Z Compiling find-msvc-tools v0.1.9
19282026-08-31T15:06:06.069Z Compiling shlex v1.3.0
19292026-08-31T15:06:06.069Z Compiling autocfg v1.5.0
19302026-08-31T15:06:06.070Z Compiling version_check v0.9.5
19312026-08-31T15:06:06.070Z Compiling zerocopy v0.8.55
19322026-08-31T15:06:06.070Z Compiling memchr v2.8.0
19332026-08-31T15:06:06.070Z Compiling portable-atomic v1.13.1
19342026-08-31T15:06:06.070Z Compiling zmij v1.0.21
19352026-08-31T15:06:06.541Z Compiling serde_json v1.0.151
19362026-08-31T15:06:06.541Z Compiling libm v0.2.16
19372026-08-31T15:06:06.541Z Compiling getrandom v0.4.3
19382026-08-31T15:06:06.541Z Compiling parking_lot_core v0.9.12
19392026-08-31T15:06:06.542Z Compiling pkg-config v0.3.32
19402026-08-31T15:06:06.542Z Compiling generic-array v0.14.7
19412026-08-31T15:06:06.542Z Compiling num-traits v0.2.19
19422026-08-31T15:06:06.542Z Compiling icu_normalizer_data v2.1.1
19432026-08-31T15:06:06.917Z Compiling icu_properties_data v2.1.2
19442026-08-31T15:06:06.917Z Compiling smallvec v1.15.1
19452026-08-31T15:06:06.917Z Compiling rustix v1.1.4
19462026-08-31T15:06:06.917Z Compiling log v0.4.33
19472026-08-31T15:06:06.917Z Compiling itoa v1.0.17
19482026-08-31T15:06:06.917Z Compiling getrandom v0.3.4
19492026-08-31T15:06:06.917Z Compiling subtle v2.6.1
19502026-08-31T15:06:06.918Z Compiling stable_deref_trait v1.2.1
19512026-08-31T15:06:06.918Z Compiling scopeguard v1.2.0
19522026-08-31T15:06:06.918Z Compiling typenum v1.20.1
19532026-08-31T15:06:06.918Z Compiling heck v0.5.0
19542026-08-31T15:06:07.316Z Compiling jobserver v0.1.34
19552026-08-31T15:06:07.316Z Compiling errno v0.3.14
19562026-08-31T15:06:07.316Z Compiling lock_api v0.4.14
19572026-08-31T15:06:07.316Z Compiling critical-section v1.2.0
19582026-08-31T15:06:07.316Z Compiling rand_core v0.10.0
19592026-08-31T15:06:07.316Z Compiling thiserror v2.0.18
19602026-08-31T15:06:07.316Z Compiling cc v1.2.56
19612026-08-31T15:06:07.316Z Compiling syn v2.0.117
19622026-08-31T15:06:07.738Z Compiling syn v3.0.3
19632026-08-31T15:06:07.738Z Compiling getrandom v0.2.17
19642026-08-31T15:06:07.738Z Compiling dunce v1.0.5
19652026-08-31T15:06:07.738Z Compiling fs_extra v1.3.0
19662026-08-31T15:06:07.738Z Compiling once_cell v1.21.3
19672026-08-31T15:06:07.738Z Compiling rand_core v0.6.4
19682026-08-31T15:06:07.738Z Compiling percent-encoding v2.3.2
19692026-08-31T15:06:07.738Z Compiling writeable v0.6.2
19702026-08-31T15:06:07.738Z Compiling litemap v0.8.1
19712026-08-31T15:06:08.113Z Compiling const-oid v0.9.6
19722026-08-31T15:06:08.113Z Compiling cmake v0.1.57
19732026-08-31T15:06:08.114Z Compiling schemars v0.8.22
19742026-08-31T15:06:08.114Z Compiling pin-project-lite v0.2.17
19752026-08-31T15:06:08.640Z Compiling bitflags v2.11.0
19762026-08-31T15:06:08.640Z Compiling semver v1.0.28
19772026-08-31T15:06:08.640Z Compiling equivalent v1.0.2
19782026-08-31T15:06:08.640Z Compiling signal-hook-registry v1.4.8
19792026-08-31T15:06:08.640Z Compiling futures-core v0.3.32
19802026-08-31T15:06:08.640Z Compiling aws-lc-rs v1.16.3
19812026-08-31T15:06:09.069Z Compiling aws-lc-sys v0.40.0
19822026-08-31T15:06:09.069Z Compiling rustversion v1.0.22
19832026-08-31T15:06:09.069Z Compiling parking_lot v0.12.5
19842026-08-31T15:06:09.069Z Compiling mio v1.2.0
19852026-08-31T15:06:09.069Z Compiling utf8_iter v1.0.4
19862026-08-31T15:06:09.070Z Compiling crc32fast v1.5.0
19872026-08-31T15:06:09.070Z Compiling form_urlencoded v1.2.2
19882026-08-31T15:06:09.809Z Compiling fnv v1.0.7
19892026-08-31T15:06:09.809Z Compiling vcpkg v0.2.15
19902026-08-31T15:06:09.810Z Compiling byteorder v1.5.0
19912026-08-31T15:06:09.810Z Compiling hashbrown v0.17.0
19922026-08-31T15:06:09.810Z Compiling strsim v0.11.1
19932026-08-31T15:06:09.810Z Compiling syn v1.0.109
19942026-08-31T15:06:10.129Z Compiling socket2 v0.6.3
19952026-08-31T15:06:10.129Z Compiling httparse v1.10.1
19962026-08-31T15:06:10.130Z Compiling radium v0.7.0
19972026-08-31T15:06:10.130Z Compiling futures-sink v0.3.32
19982026-08-31T15:06:10.130Z Compiling openssl-sys v0.9.117
19992026-08-31T15:06:10.130Z Compiling indexmap v2.14.0
20002026-08-31T15:06:10.130Z Compiling futures-channel v0.3.32
20012026-08-31T15:06:10.130Z Compiling iana-time-zone v0.1.65
20022026-08-31T15:06:10.130Z Compiling synstructure v0.13.2
20032026-08-31T15:06:10.131Z Compiling serde_derive_internals v0.29.1
20042026-08-31T15:06:10.131Z Compiling futures-io v0.3.32
20052026-08-31T15:06:10.360Z Compiling thiserror v1.0.69
20062026-08-31T15:06:10.360Z Compiling futures-task v0.3.32
20072026-08-31T15:06:10.360Z Compiling slab v0.4.12
20082026-08-31T15:06:10.761Z Compiling maybe-uninit v2.0.0
20092026-08-31T15:06:10.761Z Compiling rustls v0.23.41
20102026-08-31T15:06:10.761Z Compiling base64 v0.22.1
20112026-08-31T15:06:10.761Z Compiling serde_derive v1.0.229
20122026-08-31T15:06:10.761Z Compiling rustc_version v0.4.1
20132026-08-31T15:06:11.224Z Compiling bzip2-sys v0.1.13+1.0.8
20142026-08-31T15:06:11.225Z Compiling uuid v1.23.4
20152026-08-31T15:06:11.225Z Compiling ahash v0.8.12
20162026-08-31T15:06:11.225Z Compiling ident_case v1.0.1
20172026-08-31T15:06:11.225Z Compiling base64ct v1.8.3
20182026-08-31T15:06:11.225Z Compiling packed_struct v0.10.1
20192026-08-31T15:06:11.225Z Compiling ucd-trie v0.1.7
20202026-08-31T15:06:11.225Z Compiling num-bigint-dig v0.8.6
20212026-08-31T15:06:11.225Z Compiling regex-syntax v0.8.10
20222026-08-31T15:06:11.225Z Compiling rand_core v0.9.5
20232026-08-31T15:06:11.611Z Compiling pest v2.8.6
20242026-08-31T15:06:11.611Z Compiling dyn-clone v1.0.20
20252026-08-31T15:06:11.611Z Compiling flagset v0.4.7
20262026-08-31T15:06:11.611Z Compiling fastrand v2.3.0
20272026-08-31T15:06:11.611Z Compiling pem-rfc7468 v0.7.0
20282026-08-31T15:06:11.611Z Compiling openssl v0.10.80
20292026-08-31T15:06:11.611Z Compiling indexmap v1.9.3
20302026-08-31T15:06:11.612Z Compiling zeroize_derive v1.5.0
20312026-08-31T15:06:11.612Z Compiling zerocopy-derive v0.8.55
20322026-08-31T15:06:11.612Z Compiling zerofrom-derive v0.1.6
20332026-08-31T15:06:12.010Z Compiling yoke-derive v0.8.1
20342026-08-31T15:06:12.010Z Compiling zerovec-derive v0.11.2
20352026-08-31T15:06:12.010Z Compiling displaydoc v0.2.5
20362026-08-31T15:06:12.010Z Compiling tokio-macros v2.7.0
20372026-08-31T15:06:12.010Z Compiling futures-macro v0.3.32
20382026-08-31T15:06:12.010Z Compiling der_derive v0.7.3
20392026-08-31T15:06:12.010Z Compiling thiserror-impl v2.0.18
20402026-08-31T15:06:12.452Z Compiling schemars_derive v0.8.22
20412026-08-31T15:06:12.452Z Compiling tracing-attributes v0.1.31
20422026-08-31T15:06:12.452Z Compiling thiserror-impl v1.0.69
20432026-08-31T15:06:12.452Z Compiling clap_derive v4.6.1
20442026-08-31T15:06:12.958Z Compiling pest_meta v2.8.6
20452026-08-31T15:06:12.958Z Compiling futures-util v0.3.32
20462026-08-31T15:06:12.958Z Compiling tempfile v3.27.0
20472026-08-31T15:06:12.958Z Compiling zerocopy-derive v0.6.6
20482026-08-31T15:06:12.958Z Compiling zerofrom v0.1.6
20492026-08-31T15:06:13.366Z Compiling yoke v0.8.1
20502026-08-31T15:06:13.366Z Compiling zerovec v0.11.5
20512026-08-31T15:06:13.685Z Compiling zerotrie v0.2.3
20522026-08-31T15:06:14.012Z Compiling packed_struct_codegen v0.10.1
20532026-08-31T15:06:14.012Z Compiling bitfield-macros v0.19.4
20542026-08-31T15:06:14.012Z Compiling zeroize v1.9.0
20552026-08-31T15:06:14.012Z Compiling bytes v1.11.1
20562026-08-31T15:06:14.012Z Compiling tinystr v0.8.2
20572026-08-31T15:06:14.012Z Compiling potential_utf v0.1.4
20582026-08-31T15:06:14.275Z Compiling icu_locale_core v2.1.1
20592026-08-31T15:06:14.275Z Compiling icu_collections v2.1.1
20602026-08-31T15:06:14.698Z Compiling tokio v1.52.1
20612026-08-31T15:06:14.698Z Compiling crypto-common v0.1.7
20622026-08-31T15:06:14.698Z Compiling block-buffer v0.10.4
20632026-08-31T15:06:15.266Z Compiling chrono v0.4.45
20642026-08-31T15:06:15.266Z Compiling digest v0.10.7
20652026-08-31T15:06:15.266Z Compiling icu_provider v2.1.1
20662026-08-31T15:06:15.266Z Compiling der v0.7.10
20672026-08-31T15:06:15.266Z Compiling hex v0.4.3
20682026-08-31T15:06:15.696Z Compiling pest_generator v2.8.6
20692026-08-31T15:06:15.696Z Compiling icu_properties v2.1.2
20702026-08-31T15:06:15.696Z Compiling icu_normalizer v2.1.1
20712026-08-31T15:06:15.696Z Compiling openssl-macros v0.1.1
20722026-08-31T15:06:15.696Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20732026-08-31T15:06:16.025Z Compiling cpufeatures v0.2.17
20742026-08-31T15:06:16.025Z Compiling native-tls v0.2.18
20752026-08-31T15:06:16.025Z Compiling spki v0.7.3
20762026-08-31T15:06:16.233Z Compiling ppv-lite86 v0.2.21
20772026-08-31T15:06:16.233Z Compiling idna_adapter v1.2.1
20782026-08-31T15:06:16.233Z Compiling idna v1.1.0
20792026-08-31T15:06:16.511Z Compiling paste v1.0.15
20802026-08-31T15:06:16.511Z Compiling rand_chacha v0.9.0
20812026-08-31T15:06:16.710Z Compiling simd-adler32 v0.3.8
20822026-08-31T15:06:16.710Z Compiling url v2.5.8
20832026-08-31T15:06:16.710Z Compiling rand v0.9.2
20842026-08-31T15:06:16.888Z Compiling pest_derive v2.8.6
20852026-08-31T15:06:17.138Z Compiling scroll_derive v0.13.1
20862026-08-31T15:06:17.450Z Compiling crossbeam-utils v0.8.21
20872026-08-31T15:06:17.812Z Compiling anstyle v1.0.14
20882026-08-31T15:06:18.080Z Compiling adler2 v2.0.1
20892026-08-31T15:06:18.080Z Compiling camino v1.2.5
20902026-08-31T15:06:18.080Z Compiling utf8parse v0.2.2
20912026-08-31T15:06:18.080Z Compiling anstyle-parse v1.0.0
20922026-08-31T15:06:18.080Z Compiling miniz_oxide v0.8.9
20932026-08-31T15:06:18.080Z Compiling pkcs8 v0.10.2
20942026-08-31T15:06:18.080Z Compiling sha2 v0.10.9
20952026-08-31T15:06:18.214Z Compiling http v1.4.2
20962026-08-31T15:06:18.214Z Compiling rustls-pki-types v1.14.0
20972026-08-31T15:06:18.214Z Compiling daft-derive v0.1.8
20982026-08-31T15:06:18.214Z Compiling terminal_size v0.4.3
20992026-08-31T15:06:18.548Z Compiling spin v0.9.8
21002026-08-31T15:06:18.549Z Compiling time-core v0.1.8
21012026-08-31T15:06:18.549Z Compiling colorchoice v1.0.4
21022026-08-31T15:06:18.714Z Compiling num-conv v0.2.0
21032026-08-31T15:06:18.715Z Compiling anstyle-query v1.1.5
21042026-08-31T15:06:18.849Z Compiling tokio-util v0.7.18
21052026-08-31T15:06:18.850Z Compiling is_terminal_polyfill v1.70.2
21062026-08-31T15:06:18.850Z Compiling tinyvec_macros v0.1.1
21072026-08-31T15:06:18.850Z Compiling time-macros v0.2.27
21082026-08-31T15:06:19.133Z Compiling tinyvec v1.10.0
21092026-08-31T15:06:19.134Z Compiling anstream v1.0.0
21102026-08-31T15:06:19.222Z Compiling async-trait v0.1.89
21112026-08-31T15:06:19.222Z Compiling structmeta-derive v0.3.0
21122026-08-31T15:06:19.328Z Compiling tracing-core v0.1.36
21132026-08-31T15:06:19.355Z Compiling cmov v0.5.4
21142026-08-31T15:06:19.420Z Compiling plain v0.2.3
21152026-08-31T15:06:19.599Z Compiling untrusted v0.7.1
21162026-08-31T15:06:19.710Z Compiling object v0.37.3
21172026-08-31T15:06:19.930Z Compiling tracing v0.1.44
21182026-08-31T15:06:19.993Z Compiling ctutils v0.4.2
21192026-08-31T15:06:19.993Z Compiling http-body v1.0.1
21202026-08-31T15:06:20.025Z Compiling serde_spanned v0.6.9
21212026-08-31T15:06:20.079Z Compiling toml_datetime v0.6.11
21222026-08-31T15:06:20.117Z Compiling pin-project-internal v1.1.11
21232026-08-31T15:06:20.178Z Compiling structmeta v0.3.0
21242026-08-31T15:06:20.196Z Compiling slog v2.8.2
21252026-08-31T15:06:20.241Z Compiling wait-timeout v0.2.1
21262026-08-31T15:06:20.261Z Compiling cookie v0.18.1
21272026-08-31T15:06:20.383Z Compiling openssl-probe v0.2.1
21282026-08-31T15:06:20.448Z Compiling clap_lex v1.0.0
21292026-08-31T15:06:20.461Z Compiling tap v1.0.1
21302026-08-31T15:06:20.461Z Compiling bit-vec v0.8.0
21312026-08-31T15:06:20.461Z Compiling untrusted v0.9.0
21322026-08-31T15:06:20.668Z Compiling zstd-safe v7.2.4
21332026-08-31T15:06:20.669Z Compiling quick-error v1.2.3
21342026-08-31T15:06:20.745Z Compiling bit-set v0.8.0
21352026-08-31T15:06:20.745Z Compiling clap_builder v4.6.0
21362026-08-31T15:06:20.817Z Compiling rusty-fork v0.3.1
21372026-08-31T15:06:20.877Z Compiling wyz v0.5.1
21382026-08-31T15:06:20.877Z Compiling derive-ex v0.1.8
21392026-08-31T15:06:21.051Z Compiling hybrid-array v0.4.13
21402026-08-31T15:06:21.129Z Compiling unicode-normalization v0.1.25
21412026-08-31T15:06:21.339Z Compiling rand_chacha v0.3.1
21422026-08-31T15:06:21.339Z Compiling signature v2.2.0
21432026-08-31T15:06:21.339Z Compiling scroll_derive v0.12.1
21442026-08-31T15:06:21.352Z Compiling rand_xorshift v0.4.0
21452026-08-31T15:06:21.406Z Compiling heapless v0.7.17
21462026-08-31T15:06:21.568Z Compiling num-integer v0.1.46
21472026-08-31T15:06:21.632Z Compiling aho-corasick v1.1.4
21482026-08-31T15:06:21.731Z Compiling rustix v0.38.44
21492026-08-31T15:06:21.776Z Compiling anyhow v1.0.104
21502026-08-31T15:06:21.776Z Compiling pretty-hex v0.4.1
21512026-08-31T15:06:21.776Z Compiling tower-service v0.3.3
21522026-08-31T15:06:21.891Z Compiling try-lock v0.2.5
21532026-08-31T15:06:22.015Z Compiling zlib-rs v0.6.2
21542026-08-31T15:06:22.015Z Compiling unarray v0.1.4
21552026-08-31T15:06:22.207Z Compiling tower-layer v0.3.3
21562026-08-31T15:06:22.207Z Compiling atomic-waker v1.1.2
21572026-08-31T15:06:22.207Z Compiling signal-hook v0.3.18
21582026-08-31T15:06:22.207Z Compiling funty v2.0.0
21592026-08-31T15:06:22.207Z Compiling usdt-impl v0.6.0
21602026-08-31T15:06:22.326Z Compiling want v0.3.1
21612026-08-31T15:06:22.338Z Compiling h2 v0.4.15
21622026-08-31T15:06:22.417Z Compiling proptest v1.11.0
21632026-08-31T15:06:22.417Z Compiling test-strategy v0.4.5
21642026-08-31T15:06:22.432Z Compiling regex-automata v0.4.14
21652026-08-31T15:06:22.461Z Compiling bitvec v1.0.1
21662026-08-31T15:06:22.659Z Compiling clap v4.6.1
21672026-08-31T15:06:22.914Z Compiling num-iter v0.1.45
21682026-08-31T15:06:23.378Z Compiling rand v0.8.6
21692026-08-31T15:06:23.535Z Compiling lazy_static v1.5.0
21702026-08-31T15:06:23.655Z Compiling ipnetwork v0.21.1
21712026-08-31T15:06:23.703Z Compiling scroll v0.13.0
21722026-08-31T15:06:24.003Z Compiling flate2 v1.1.9
21732026-08-31T15:06:24.027Z Compiling ipnet v2.12.0
21742026-08-31T15:06:24.370Z Compiling strum_macros v0.26.4
21752026-08-31T15:06:24.646Z Compiling snafu-derive v0.8.9
21762026-08-31T15:06:25.238Z Compiling darling_core v0.23.0
21772026-08-31T15:06:25.287Z Compiling darling_core v0.20.11
21782026-08-31T15:06:25.937Z Compiling foreign-types-shared v0.1.1
21792026-08-31T15:06:26.036Z Compiling nodrop v0.1.14
21802026-08-31T15:06:26.064Z Compiling httpdate v1.0.3
21812026-08-31T15:06:26.110Z Compiling winnow v0.5.40
21822026-08-31T15:06:26.181Z Compiling crc-catalog v2.4.0
21832026-08-31T15:06:26.350Z Compiling crc v3.4.0
21842026-08-31T15:06:26.367Z Compiling hyper v1.10.1
21852026-08-31T15:06:26.699Z Compiling array-init v0.0.4
21862026-08-31T15:06:26.721Z Compiling foreign-types v0.3.2
21872026-08-31T15:06:27.117Z Compiling newtype-uuid v1.3.2
21882026-08-31T15:06:27.143Z Compiling goblin v0.10.5
21892026-08-31T15:06:27.379Z Compiling darling_macro v0.20.11
21902026-08-31T15:06:27.423Z Compiling darling_macro v0.23.0
21912026-08-31T15:06:27.812Z Compiling toml_edit v0.19.15
21922026-08-31T15:06:27.892Z Compiling oxnet v0.1.6
21932026-08-31T15:06:27.911Z Compiling smallvec v0.6.14
21942026-08-31T15:06:28.084Z Compiling pkcs1 v0.7.5
21952026-08-31T15:06:28.495Z Compiling bitfield v0.19.4
21962026-08-31T15:06:28.638Z Compiling zerocopy v0.6.6
21972026-08-31T15:06:28.689Z Compiling zerocopy-derive v0.7.35
21982026-08-31T15:06:28.810Z Compiling curve25519-dalek v4.1.3
21992026-08-31T15:06:29.104Z Compiling env_filter v2.0.0
22002026-08-31T15:06:29.375Z Compiling memoffset v0.9.1
22012026-08-31T15:06:29.493Z Compiling hashbrown v0.12.3
22022026-08-31T15:06:29.711Z Compiling unicode-segmentation v1.12.0
22032026-08-31T15:06:29.784Z Compiling owo-colors v4.3.0
22042026-08-31T15:06:29.837Z Compiling smoltcp v0.9.1
22052026-08-31T15:06:29.871Z Compiling ref-cast v1.0.25
22062026-08-31T15:06:30.088Z Compiling litrs v1.0.0
22072026-08-31T15:06:30.114Z Compiling base64 v0.21.7
22082026-08-31T15:06:30.196Z Compiling dof v0.4.0
22092026-08-31T15:06:30.412Z Compiling ron v0.8.1
22102026-08-31T15:06:30.581Z Compiling toml v0.7.8
22112026-08-31T15:06:30.666Z Compiling document-features v0.2.12
22122026-08-31T15:06:30.685Z Compiling env_logger v0.11.11
22132026-08-31T15:06:30.779Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22142026-08-31T15:06:30.847Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22152026-08-31T15:06:31.017Z Compiling rsa v0.9.10
22162026-08-31T15:06:31.128Z Compiling daft v0.1.8
22172026-08-31T15:06:31.384Z Compiling serde-hex v0.1.0
22182026-08-31T15:06:31.471Z Compiling darling v0.23.0
22192026-08-31T15:06:31.488Z Compiling hyper-util v0.1.20
22202026-08-31T15:06:31.537Z Compiling bzip2 v0.4.4
22212026-08-31T15:06:31.579Z Compiling darling v0.20.11
22222026-08-31T15:06:31.686Z Compiling hashbrown v0.13.2
22232026-08-31T15:06:32.298Z Compiling dtrace-parser v0.3.0
22242026-08-31T15:06:32.315Z Compiling x509-cert v0.2.5
22252026-08-31T15:06:32.550Z Compiling hmac v0.12.1
22262026-08-31T15:06:32.801Z Compiling async-recursion v1.1.1
22272026-08-31T15:06:33.043Z Compiling sync_wrapper v1.0.2
22282026-08-31T15:06:33.165Z Compiling thread-id v5.1.0
22292026-08-31T15:06:33.295Z Compiling siphasher v1.0.2
22302026-08-31T15:06:33.342Z Compiling powerfmt v0.2.0
22312026-08-31T15:06:33.512Z Compiling cfg_aliases v0.2.1
22322026-08-31T15:06:33.540Z Compiling crc-any v2.5.0
22332026-08-31T15:06:33.579Z Compiling deranged v0.5.8
22342026-08-31T15:06:33.609Z Compiling nix v0.31.2
22352026-08-31T15:06:33.955Z Compiling tower v0.5.3
22362026-08-31T15:06:34.559Z Compiling object v0.30.4
22372026-08-31T15:06:34.809Z Compiling zip v0.6.6
22382026-08-31T15:06:34.843Z Compiling derive_builder_core v0.20.2
22392026-08-31T15:06:35.257Z Compiling serde_with_macros v3.21.0
22402026-08-31T15:06:35.623Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22412026-08-31T15:06:35.662Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22422026-08-31T15:06:35.989Z Compiling bstr v1.12.1
22432026-08-31T15:06:36.028Z Compiling crypto-common v0.2.2
22442026-08-31T15:06:36.062Z Compiling block-buffer v0.12.1
22452026-08-31T15:06:36.355Z Compiling http-body-util v0.1.3
22462026-08-31T15:06:36.643Z Compiling futures-executor v0.3.32
22472026-08-31T15:06:36.799Z Compiling erased-serde v0.3.31
22482026-08-31T15:06:36.873Z Compiling serde_tokenstream v0.2.3
22492026-08-31T15:06:37.135Z Compiling hubpack_derive v0.1.1
22502026-08-31T15:06:37.168Z Compiling strum_macros v0.27.2
22512026-08-31T15:06:37.190Z Compiling curve25519-dalek-derive v0.1.1
22522026-08-31T15:06:37.209Z Compiling ref-cast-impl v1.0.25
22532026-08-31T15:06:37.352Z Compiling fs-err v3.3.0
22542026-08-31T15:06:37.372Z Compiling usdt-impl v0.5.0
22552026-08-31T15:06:37.587Z Compiling ryu v1.0.23
22562026-08-31T15:06:37.613Z Compiling path-slash v0.1.5
22572026-08-31T15:06:37.765Z Compiling unicode-bidi v0.3.18
22582026-08-31T15:06:37.800Z Compiling num_threads v0.1.7
22592026-08-31T15:06:37.818Z Compiling unicode-properties v0.1.4
22602026-08-31T15:06:38.007Z Compiling same-file v1.0.6
22612026-08-31T15:06:38.056Z Compiling iri-string v0.7.10
22622026-08-31T15:06:38.266Z Compiling allocator-api2 v0.2.21
22632026-08-31T15:06:38.436Z Compiling gimli v0.32.3
22642026-08-31T15:06:38.625Z Compiling time v0.3.47
22652026-08-31T15:06:38.804Z Compiling serde_urlencoded v0.7.1
22662026-08-31T15:06:39.086Z Compiling walkdir v2.5.0
22672026-08-31T15:06:39.309Z Compiling tower-http v0.6.8
22682026-08-31T15:06:39.461Z Compiling stringprep v0.1.5
22692026-08-31T15:06:40.130Z Compiling addr2line v0.25.1
22702026-08-31T15:06:40.491Z Compiling futures v0.3.32
22712026-08-31T15:06:40.947Z Compiling derive_builder_macro v0.20.2
22722026-08-31T15:06:41.127Z Compiling tokio-native-tls v0.3.1
22732026-08-31T15:06:41.283Z Compiling convert_case v0.10.0
22742026-08-31T15:06:41.299Z Compiling strum v0.26.3
22752026-08-31T15:06:41.332Z Compiling block-padding v0.4.2
22762026-08-31T15:06:41.512Z Compiling scroll v0.12.0
22772026-08-31T15:06:41.569Z Compiling pin-project v1.1.11
22782026-08-31T15:06:41.589Z Compiling rustls-native-certs v0.8.3
22792026-08-31T15:06:41.709Z Compiling md-5 v0.10.6
22802026-08-31T15:06:41.740Z Compiling vergen-lib v9.1.0
22812026-08-31T15:06:41.757Z Compiling hash32 v0.2.1
22822026-08-31T15:06:41.836Z Compiling encoding_rs v0.8.35
22832026-08-31T15:06:41.876Z Compiling fallible-iterator v0.2.0
22842026-08-31T15:06:41.898Z Compiling jiff-core v0.1.0
22852026-08-31T15:06:41.915Z Compiling rustc-demangle v0.1.27
22862026-08-31T15:06:41.931Z Compiling mime v0.3.17
22872026-08-31T15:06:42.127Z Compiling cpufeatures v0.3.0
22882026-08-31T15:06:42.221Z Compiling psl-types v2.0.11
22892026-08-31T15:06:42.254Z Compiling postgres-protocol v0.6.10
22902026-08-31T15:06:42.372Z Compiling publicsuffix v2.3.0
22912026-08-31T15:06:42.486Z Compiling goblin v0.8.2
22922026-08-31T15:06:42.771Z Compiling jiff v0.2.34
22932026-08-31T15:06:42.802Z Compiling snafu v0.8.9
22942026-08-31T15:06:42.844Z Compiling derive_more-impl v2.1.1
22952026-08-31T15:06:43.052Z Compiling backtrace v0.3.76
22962026-08-31T15:06:43.166Z Compiling derive_builder v0.20.2
22972026-08-31T15:06:43.298Z Compiling inout v0.2.2
22982026-08-31T15:06:43.331Z Compiling hyper-tls v0.6.0
22992026-08-31T15:06:43.749Z Compiling usdt-attr-macro v0.6.0
23002026-08-31T15:06:43.783Z Compiling usdt-macro v0.6.0
23012026-08-31T15:06:43.847Z Compiling globset v0.4.18
23022026-08-31T15:06:43.920Z Compiling phf_shared v0.13.1
23032026-08-31T15:06:43.934Z Compiling crossbeam-epoch v0.9.18
23042026-08-31T15:06:44.160Z Compiling zerocopy v0.7.35
23052026-08-31T15:06:44.258Z Compiling regex v1.12.3
23062026-08-31T15:06:44.652Z Compiling serde_plain v1.0.2
23072026-08-31T15:06:44.662Z Compiling miette-derive v7.6.0
23082026-08-31T15:06:44.697Z Compiling serde_repr v0.1.20
23092026-08-31T15:06:44.768Z Compiling enum-as-inner v0.6.1
23102026-08-31T15:06:44.895Z Compiling pem v3.0.6
23112026-08-31T15:06:44.936Z Compiling vergen v9.1.0
23122026-08-31T15:06:44.966Z Compiling ff v0.13.1
23132026-08-31T15:06:45.038Z Compiling cargo-platform v0.3.2
23142026-08-31T15:06:45.136Z Compiling filetime v0.2.27
23152026-08-31T15:06:45.241Z Compiling base16ct v0.2.0
23162026-08-31T15:06:45.334Z Compiling is_ci v1.2.0
23172026-08-31T15:06:45.358Z Compiling bitflags v1.3.2
23182026-08-31T15:06:45.373Z Compiling xattr v1.6.1
23192026-08-31T15:06:45.459Z Compiling const-oid v0.10.2
23202026-08-31T15:06:45.491Z Compiling unicode-width v0.2.0
23212026-08-31T15:06:45.506Z Compiling smawk v0.3.2
23222026-08-31T15:06:45.612Z Compiling bumpalo v3.20.2
23232026-08-31T15:06:45.612Z Compiling managed v0.8.0
23242026-08-31T15:06:45.673Z Compiling either v1.15.0
23252026-08-31T15:06:45.791Z Compiling libbz2-rs-sys v0.2.2
23262026-08-31T15:06:45.869Z Compiling foldhash v0.1.5
23272026-08-31T15:06:45.882Z Compiling unicode-linebreak v0.1.5
23282026-08-31T15:06:45.910Z Compiling typed-path v0.9.3
23292026-08-31T15:06:45.911Z Compiling foldhash v0.2.0
23302026-08-31T15:06:46.033Z Compiling hashbrown v0.15.5
23312026-08-31T15:06:46.060Z Compiling zopfli v0.8.3
23322026-08-31T15:06:46.143Z Compiling hashbrown v0.16.1
23332026-08-31T15:06:46.171Z Compiling textwrap v0.16.2
23342026-08-31T15:06:46.247Z Compiling bzip2 v0.6.1
23352026-08-31T15:06:46.469Z Compiling digest v0.11.3
23362026-08-31T15:06:46.484Z Compiling tar v0.4.46
23372026-08-31T15:06:46.619Z Compiling supports-color v3.0.2
23382026-08-31T15:06:46.641Z Compiling sec1 v0.7.3
23392026-08-31T15:06:46.724Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23402026-08-31T15:06:46.760Z Compiling cargo_metadata v0.23.1
23412026-08-31T15:06:46.816Z Compiling group v0.13.0
23422026-08-31T15:06:46.941Z Compiling dof v0.3.0
23432026-08-31T15:06:48.327Z Compiling phf v0.13.1
23442026-08-31T15:06:48.388Z Compiling zstd v0.13.3
23452026-08-31T15:06:48.524Z Compiling reqwest v0.12.28
23462026-08-31T15:06:48.672Z Compiling backtrace-ext v0.2.1
23472026-08-31T15:06:48.733Z Compiling cipher v0.5.2
23482026-08-31T15:06:48.800Z Compiling signal-hook-mio v0.2.5
23492026-08-31T15:06:48.917Z Compiling cookie_store v0.22.1
23502026-08-31T15:06:48.974Z Compiling postgres-types v0.2.12
23512026-08-31T15:06:49.009Z Compiling strum v0.27.2
23522026-08-31T15:06:49.182Z Compiling hubpack v0.1.2
23532026-08-31T15:06:49.408Z Compiling phf_shared v0.11.3
23542026-08-31T15:06:49.433Z Compiling hkdf v0.12.4
23552026-08-31T15:06:49.491Z Compiling dtrace-parser v0.2.0
23562026-08-31T15:06:49.537Z Compiling byte-wrapper v0.1.0
23572026-08-31T15:06:49.552Z Compiling ed25519 v2.2.3
23582026-08-31T15:06:49.585Z Compiling olpc-cjson v0.1.4
23592026-08-31T15:06:49.891Z Compiling crypto-bigint v0.5.5
23602026-08-31T15:06:49.909Z Compiling serde-big-array v0.5.1
23612026-08-31T15:06:50.096Z Compiling float-cmp v0.10.0
23622026-08-31T15:06:50.183Z Compiling memmap2 v0.9.10
23632026-08-31T15:06:50.296Z Compiling thread-id v4.2.2
23642026-08-31T15:06:50.411Z Compiling winnow v0.7.14
23652026-08-31T15:06:50.478Z Compiling supports-unicode v3.0.0
23662026-08-31T15:06:50.505Z Compiling toml_write v0.1.2
23672026-08-31T15:06:50.521Z Compiling static_assertions v1.1.0
23682026-08-31T15:06:50.524Z Compiling supports-hyperlinks v3.2.0
23692026-08-31T15:06:50.570Z Compiling fixedbitset v0.5.7
23702026-08-31T15:06:50.693Z Compiling new_debug_unreachable v1.0.6
23712026-08-31T15:06:50.717Z Compiling unicode-width v0.1.14
23722026-08-31T15:06:50.749Z Compiling normalize-line-endings v0.3.0
23732026-08-31T15:06:50.792Z Compiling winnow v1.0.3
23742026-08-31T15:06:50.891Z Compiling fixedbitset v0.4.2
23752026-08-31T15:06:50.925Z Compiling keccak v0.1.6
23762026-08-31T15:06:51.029Z Compiling difflib v0.4.0
23772026-08-31T15:06:51.123Z Compiling precomputed-hash v0.1.1
23782026-08-31T15:06:51.149Z Compiling data-encoding v2.10.0
23792026-08-31T15:06:51.340Z Compiling whoami v2.1.0
23802026-08-31T15:06:51.590Z Compiling predicates-core v1.0.10
23812026-08-31T15:06:51.681Z Compiling rayon-core v1.13.0
23822026-08-31T15:06:51.786Z Compiling predicates v3.1.4
23832026-08-31T15:06:51.870Z Compiling toml_parser v1.1.2+spec-1.1.0
23842026-08-31T15:06:51.907Z Compiling toml_edit v0.22.27
23852026-08-31T15:06:51.925Z Compiling tokio-postgres v0.7.16
23862026-08-31T15:06:52.215Z Compiling hickory-proto v0.25.2
23872026-08-31T15:06:52.352Z Compiling string_cache v0.8.9
23882026-08-31T15:06:52.440Z Compiling sha3 v0.10.8
23892026-08-31T15:06:52.602Z Compiling petgraph v0.6.5
23902026-08-31T15:06:52.738Z Compiling miette v7.6.0
23912026-08-31T15:06:53.080Z Compiling elliptic-curve v0.13.8
23922026-08-31T15:06:53.374Z Compiling petgraph v0.8.3
23932026-08-31T15:06:53.456Z Compiling chacha20 v0.10.0
23942026-08-31T15:06:53.753Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23952026-08-31T15:06:53.895Z Compiling usdt v0.6.0
23962026-08-31T15:06:54.181Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23972026-08-31T15:06:55.296Z Compiling ed25519-dalek v2.2.0
23982026-08-31T15:06:55.873Z Compiling crossterm v0.28.1
23992026-08-31T15:06:56.150Z Compiling zip v4.6.1
24002026-08-31T15:06:56.542Z Compiling iddqd v0.4.2
24012026-08-31T15:06:57.033Z Compiling itertools v0.13.0
24022026-08-31T15:06:57.051Z Compiling itertools v0.15.0
24032026-08-31T15:06:57.249Z Compiling derive_more v2.1.1
24042026-08-31T15:06:57.384Z Compiling similar v2.7.0
24052026-08-31T15:06:57.619Z Compiling serde_with v3.21.0
24062026-08-31T15:06:58.027Z Compiling heck v0.4.1
24072026-08-31T15:06:58.460Z Compiling tokio-stream v0.1.18
24082026-08-31T15:06:58.475Z Compiling buf-list v1.1.2
24092026-08-31T15:06:58.475Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24102026-08-31T15:06:58.608Z Compiling half v2.7.1
24112026-08-31T15:06:58.706Z Compiling openapiv3 v2.2.0
24122026-08-31T15:06:58.857Z Compiling peg-runtime v0.8.5
24132026-08-31T15:06:58.976Z Compiling lalrpop-util v0.19.12
24142026-08-31T15:06:59.135Z Compiling ciborium-io v0.2.2
24152026-08-31T15:06:59.730Z Compiling ciborium-ll v0.2.2
24162026-08-31T15:07:00.844Z Compiling crossbeam-deque v0.8.6
24172026-08-31T15:07:01.261Z Compiling camino-tempfile v1.4.1
24182026-08-31T15:07:01.688Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24192026-08-31T15:07:02.047Z Compiling blake3 v1.8.5
24202026-08-31T15:07:02.177Z Compiling fs-err v2.11.0
24212026-08-31T15:07:03.439Z Compiling rustls-webpki v0.103.13
24222026-08-31T15:07:04.839Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24232026-08-31T15:07:06.416Z Compiling ciborium v0.2.2
24242026-08-31T15:07:07.007Z Compiling tokio-rustls v0.26.4
24252026-08-31T15:07:07.111Z Compiling rustls-platform-verifier v0.6.2
24262026-08-31T15:07:07.309Z Compiling hyper-rustls v0.27.7
24272026-08-31T15:07:07.357Z Compiling tough v0.22.0
24282026-08-31T15:07:07.504Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24292026-08-31T15:07:07.549Z Compiling reqwest v0.13.2
24302026-08-31T15:07:08.137Z Compiling thread_local v1.1.9
24312026-08-31T15:07:08.170Z Compiling slog-async v2.8.0
24322026-08-31T15:07:08.187Z Compiling arrayvec v0.7.6
24332026-08-31T15:07:08.406Z Compiling arrayref v0.3.9
24342026-08-31T15:07:08.450Z Compiling constant_time_eq v0.4.2
24352026-08-31T15:07:08.516Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24362026-08-31T15:07:08.547Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24372026-08-31T15:07:08.724Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24382026-08-31T15:07:08.835Z Compiling toml v0.8.23
24392026-08-31T15:07:08.868Z Compiling atomicwrites v0.4.4
24402026-08-31T15:07:08.992Z Compiling sha2 v0.11.0
24412026-08-31T15:07:09.084Z Compiling digest-io v0.1.0
24422026-08-31T15:07:09.088Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24432026-08-31T15:07:09.180Z Compiling crossbeam-channel v0.5.15
24442026-08-31T15:07:09.259Z Compiling serde_path_to_error v0.1.20
24452026-08-31T15:07:09.281Z Compiling is-terminal v0.4.17
24462026-08-31T15:07:09.417Z Compiling rawzip v0.4.4
24472026-08-31T15:07:09.752Z Compiling parse-size v1.1.0
24482026-08-31T15:07:09.832Z Compiling debug-ignore v1.0.5
24492026-08-31T15:07:09.902Z Compiling take_mut v0.2.2
24502026-08-31T15:07:09.980Z Compiling term v1.2.1
24512026-08-31T15:07:09.996Z Compiling indent_write v2.2.0
24522026-08-31T15:07:10.056Z Compiling topological-sort v0.2.2
24532026-08-31T15:07:10.100Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24542026-08-31T15:07:10.186Z Compiling shell-words v1.1.1
24552026-08-31T15:07:10.464Z Compiling slog-term v2.9.2
24562026-08-31T15:07:10.928Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24572026-08-31T15:07:17.552Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24582026-08-31T15:07:19.636Z Compiling omicron-zone-package v0.12.3
24592026-08-31T15:07:19.940Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24602026-08-31T15:07:20.258Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24612026-08-31T15:07:20.284Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24622026-08-31T15:07:24.915Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24632026-08-31T15:07:37.157Z Finished `release` profile [optimized] target(s) in 1m 32s
24642026-08-31T15:07:37.301Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24652026-08-31T15:07:37.434ZAug 31 15:07:36.739 DEBG changing working directory to /work/oxidecomputer/omicron
24662026-08-31T15:07:37.460ZAug 31 15:07:36.837 DEBG running: git rev-parse HEAD
24672026-08-31T15:07:37.464ZAug 31 15:07:36.839 DEBG process exited with exit status: 0 (2.37903ms)
24682026-08-31T15:07:37.464ZAug 31 15:07:36.839 INFO version: 23.0.0-0.ci+gita4abb0ca68b
24692026-08-31T15:07:37.471ZAug 31 15:07:36.849 INFO cloning helios to /work/oxidecomputer/helios
24702026-08-31T15:07:37.471ZAug 31 15:07:36.849 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24712026-08-31T15:07:37.475ZCloning into '/work/oxidecomputer/helios'...
24722026-08-31T15:07:38.185ZAug 31 15:07:37.561 DEBG process exited with exit status: 0 (711.990909ms)
24732026-08-31T15:07:38.186ZAug 31 15:07:37.561 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24742026-08-31T15:07:38.193ZAug 31 15:07:37.563 DEBG process exited with exit status: 0 (2.31796ms)
24752026-08-31T15:07:38.193ZAug 31 15:07:37.563 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24762026-08-31T15:07:38.564ZAug 31 15:07:37.942 DEBG process exited with exit status: 0 (379.150709ms)
24772026-08-31T15:07:38.564ZAug 31 15:07:37.942 DEBG running: zfs list rpool/images/build/host
24782026-08-31T15:07:38.568ZNAME USED AVAIL REFER MOUNTPOINT
24792026-08-31T15:07:38.568Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24802026-08-31T15:07:38.572ZAug 31 15:07:37.947 DEBG process exited with exit status: 0 (4.6634ms)
24812026-08-31T15:07:38.572ZAug 31 15:07:37.947 DEBG running: zfs list rpool/images/build/recovery
24822026-08-31T15:07:38.575ZNAME USED AVAIL REFER MOUNTPOINT
24832026-08-31T15:07:38.575Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24842026-08-31T15:07:38.575ZAug 31 15:07:37.951 DEBG process exited with exit status: 0 (3.8645ms)
24852026-08-31T15:07:38.575ZAug 31 15:07:37.951 INFO console assets match pinned console commit (46f3fd847da666f00e0b42dd68dddf9cd2ecfdca)
24862026-08-31T15:07:38.587ZAug 31 15:07:37.965 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081901.0.0, but the current nexus API version is 2026083102.0.0; the console needs a client regen and tools/console_version needs a bump
24872026-08-31T15:07:38.592ZAug 31 15:07:37.965 INFO [incorp-manifest] running task
24882026-08-31T15:07:38.592ZAug 31 15:07:37.965 INFO [hubris-production] running task
24892026-08-31T15:07:38.592ZAug 31 15:07:37.965 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24902026-08-31T15:07:38.592ZAug 31 15:07:37.966 INFO [hubris-staging] running task
24912026-08-31T15:07:38.592ZAug 31 15:07:37.966 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24922026-08-31T15:07:38.592ZAug 31 15:07:37.967 INFO [incorp-create] running: pkgrepo create /work/incorporation
24932026-08-31T15:07:38.593ZAug 31 15:07:37.968 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
24942026-08-31T15:07:38.630Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24952026-08-31T15:07:38.695Z[ omicron-package] Blocking waiting for file lock on package cache
24962026-08-31T15:07:38.820ZAug 31 15:07:38.197 INFO [incorp-create] process exited with exit status: 0 (229.75476ms)
24972026-08-31T15:07:38.824ZAug 31 15:07:38.197 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24982026-08-31T15:07:39.039ZAug 31 15:07:38.417 INFO [incorp-publisher] process exited with exit status: 0 (220.6622ms)
24992026-08-31T15:07:39.381Z[ omicron-package] Blocking waiting for file lock on package cache
25002026-08-31T15:07:39.784ZAug 31 15:07:39.163 INFO [hubris-production] task succeeded (1.197131018s)
25012026-08-31T15:07:40.581Z[ omicron-package] Compiling macaddr v1.0.1
25022026-08-31T15:07:40.581Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25032026-08-31T15:07:40.581Z[ omicron-package] Compiling secrecy v0.10.3
25042026-08-31T15:07:40.581Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25052026-08-31T15:07:40.581Z[ omicron-package] Compiling heapless v0.8.0
25062026-08-31T15:07:40.581Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25072026-08-31T15:07:40.581Z[ omicron-package] Compiling ingot-macros v0.2.0
25082026-08-31T15:07:40.581Z[ omicron-package] Compiling hash32 v0.3.1
25092026-08-31T15:07:40.581Z[ omicron-package] Compiling inout v0.1.4
25102026-08-31T15:07:40.581Z[ omicron-package] Compiling multer v3.1.0
25112026-08-31T15:07:40.585Z[ omicron-package] Compiling smoltcp v0.11.0
25122026-08-31T15:07:40.585Z[ omicron-package] Compiling match_cfg v0.1.0
25132026-08-31T15:07:40.585Z[ omicron-package] Compiling compression-core v0.4.31
25142026-08-31T15:07:40.585Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25152026-08-31T15:07:40.585Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25162026-08-31T15:07:40.585Z[ omicron-package] Compiling slog-json v2.6.1
25172026-08-31T15:07:40.760ZAug 31 15:07:40.138 DEBG process exited with exit status: 0 (2.172837976s)
25182026-08-31T15:07:40.760ZAug 31 15:07:40.138 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25192026-08-31T15:07:41.640Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25202026-08-31T15:07:41.670Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25212026-08-31T15:07:41.670Z[ omicron-package] Compiling compression-codecs v0.4.37
25222026-08-31T15:07:41.686Z[ omicron-package] Compiling cipher v0.4.4
25232026-08-31T15:07:41.692Z[ omicron-package] Compiling hostname v0.3.1
25242026-08-31T15:07:41.695Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25252026-08-31T15:07:41.708Z[ omicron-package] Compiling cobs v0.3.0
25262026-08-31T15:07:41.711Z[ omicron-package] Compiling universal-hash v0.5.1
25272026-08-31T15:07:41.847Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25282026-08-31T15:07:41.987Z[ omicron-package] Compiling serde_tokenstream v0.3.0
25292026-08-31T15:07:42.004Z[ omicron-package] Compiling async-stream-impl v0.3.6
25302026-08-31T15:07:42.004Z[ omicron-package] Compiling serde_spanned v1.1.1
25312026-08-31T15:07:42.219Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25322026-08-31T15:07:42.339Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25332026-08-31T15:07:42.345Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25342026-08-31T15:07:42.345Z[ omicron-package] Compiling dropshot v0.17.1
25352026-08-31T15:07:42.345Z[ omicron-package] Compiling opaque-debug v0.3.1
25362026-08-31T15:07:42.345Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25372026-08-31T15:07:42.416Z[ omicron-package] Compiling convert_case v0.4.0
25382026-08-31T15:07:42.438Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25392026-08-31T15:07:42.443Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25402026-08-31T15:07:42.661Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25412026-08-31T15:07:42.661Z[ omicron-package] Compiling poly1305 v0.8.0
25422026-08-31T15:07:42.693Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
25432026-08-31T15:07:42.697Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25442026-08-31T15:07:42.734Z[ omicron-package] Compiling async-stream v0.3.6
25452026-08-31T15:07:42.737Z[ omicron-package] Compiling async-compression v0.4.41
25462026-08-31T15:07:42.738Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25472026-08-31T15:07:42.806Z[ omicron-package] Compiling derive_more v0.99.20
25482026-08-31T15:07:42.809Z[ omicron-package] Compiling num_enum_derive v0.7.6
25492026-08-31T15:07:42.941Z[ omicron-package] Compiling chacha20 v0.9.1
25502026-08-31T15:07:43.124Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25512026-08-31T15:07:43.214Z[ omicron-package] Compiling slog-bunyan v2.5.0
25522026-08-31T15:07:43.298Z[ omicron-package] Compiling postcard v1.1.3
25532026-08-31T15:07:43.441Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25542026-08-31T15:07:43.476Z[ omicron-package] Compiling sha1 v0.11.0
25552026-08-31T15:07:43.476Z[ omicron-package] Compiling progenitor-client v0.14.0
25562026-08-31T15:07:43.572Z[ omicron-package] Compiling oxide-generation v0.1.3
25572026-08-31T15:07:43.620Z[ omicron-package] Compiling parse-display-derive v0.10.0
25582026-08-31T15:07:43.703Z[ omicron-package] Compiling waitgroup v0.1.2
25592026-08-31T15:07:43.740Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25602026-08-31T15:07:43.778ZAug 31 15:07:43.152 DEBG process exited with exit status: 0 (3.013312104s)
25612026-08-31T15:07:43.778ZAug 31 15:07:43.153 INFO [incorp-manifest] task succeeded (5.18765728s)
25622026-08-31T15:07:43.778ZAug 31 15:07:43.153 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25632026-08-31T15:07:43.788Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25642026-08-31T15:07:43.953Z[ omicron-package] Compiling ingot-types v0.2.0
25652026-08-31T15:07:44.102ZAug 31 15:07:43.390 INFO [incorp-fmt] process exited with exit status: 0 (236.36351ms)
25662026-08-31T15:07:44.108ZAug 31 15:07:43.390 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25672026-08-31T15:07:44.108Z[ omicron-package] Compiling backon v1.6.0
25682026-08-31T15:07:44.108Z[ omicron-package] Compiling password-hash v0.5.0
25692026-08-31T15:07:44.108Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25702026-08-31T15:07:44.121Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
25712026-08-31T15:07:44.164Z[ omicron-package] Compiling blake2 v0.10.6
25722026-08-31T15:07:44.181Z[ omicron-package] Compiling aead v0.5.2
25732026-08-31T15:07:44.326Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25742026-08-31T15:07:44.407Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260831T150743Z
25752026-08-31T15:07:44.423Z[ incorp-pkgsend] PUBLISHED
25762026-08-31T15:07:44.432Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25772026-08-31T15:07:44.474ZAug 31 15:07:43.851 INFO [incorp-pkgsend] process exited with exit status: 0 (461.680408ms)
25782026-08-31T15:07:44.477ZAug 31 15:07:43.852 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25792026-08-31T15:07:44.535Z[ omicron-package] Compiling ingot v0.2.1
25802026-08-31T15:07:44.630Z[ omicron-package] Compiling hostname v0.4.2
25812026-08-31T15:07:44.641Z[ omicron-package] Compiling proc-macro-error v1.0.4
25822026-08-31T15:07:44.690Z[ omicron-package] Compiling instant v0.1.13
25832026-08-31T15:07:44.756Z[ helios-incorp] Retrieving packages for publisher helios ...
25842026-08-31T15:07:44.770Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25852026-08-31T15:07:44.813Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25862026-08-31T15:07:44.814Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25872026-08-31T15:07:44.814Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25882026-08-31T15:07:44.818Z[ helios-incorp]
25892026-08-31T15:07:44.818Z[ helios-incorp] Archiving packages ...
25902026-08-31T15:07:44.823Z[ helios-incorp] Packages to add: 1
25912026-08-31T15:07:44.823Z[ helios-incorp] Files to retrieve: 0
25922026-08-31T15:07:44.824Z[ helios-incorp] Estimated transfer size: 0.00 B
25932026-08-31T15:07:44.824Z[ helios-incorp]
25942026-08-31T15:07:44.824Z[ helios-incorp] Packages to archive:
25952026-08-31T15:07:44.824Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260831T150743Z
25962026-08-31T15:07:44.824Z[ helios-incorp]
25972026-08-31T15:07:44.824Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25982026-08-31T15:07:44.824Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25992026-08-31T15:07:44.882ZAug 31 15:07:44.259 INFO [helios-incorp] process exited with exit status: 0 (407.42611ms)
26002026-08-31T15:07:44.886Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26012026-08-31T15:07:44.925Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
26022026-08-31T15:07:44.951Z[ omicron-package] Compiling foreign-types-shared v0.3.1
26032026-08-31T15:07:45.038Z[ omicron-package] Compiling backoff v0.4.0
26042026-08-31T15:07:45.071Z[ omicron-package] Compiling argon2 v0.5.3
26052026-08-31T15:07:45.142Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
26062026-08-31T15:07:45.196Z[ omicron-package] Compiling progenitor-extras v0.2.0
26072026-08-31T15:07:45.232Z[ omicron-package] Compiling foreign-types v0.5.0
26082026-08-31T15:07:45.311Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26092026-08-31T15:07:45.334Z[ omicron-package] Compiling num_enum_derive v0.5.11
26102026-08-31T15:07:45.355Z[ omicron-package] Compiling num_enum v0.7.6
26112026-08-31T15:07:45.374Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26122026-08-31T15:07:45.412Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26132026-08-31T15:07:45.457Z[ omicron-package] Compiling parse-display v0.10.0
26142026-08-31T15:07:45.508Z[ omicron-package] Compiling vsss-rs v3.3.4
26152026-08-31T15:07:45.676Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26162026-08-31T15:07:45.692Z[ omicron-package] Compiling regress v0.10.5
26172026-08-31T15:07:45.760Z[ omicron-package] Compiling itertools v0.14.0
26182026-08-31T15:07:45.864Z[ omicron-package] Compiling tabwriter v1.4.1
26192026-08-31T15:07:45.916Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26202026-08-31T15:07:46.023Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26212026-08-31T15:07:46.144Z[ omicron-package] Compiling cstr-argument v0.1.2
26222026-08-31T15:07:46.332Z[ omicron-package] Compiling humantime v2.3.0
26232026-08-31T15:07:46.386Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26242026-08-31T15:07:46.386Z[ omicron-package] Compiling num_enum v0.5.11
26252026-08-31T15:07:46.474Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26262026-08-31T15:07:46.522Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26272026-08-31T15:07:46.695Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26282026-08-31T15:07:46.752Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26292026-08-31T15:07:46.755Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26302026-08-31T15:07:46.870Z[ omicron-package] Compiling rayon v1.11.0
26312026-08-31T15:07:46.923Z[ omicron-package] Compiling rand v0.10.1
26322026-08-31T15:07:46.956Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26332026-08-31T15:07:47.012Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26342026-08-31T15:07:47.075Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26352026-08-31T15:07:47.138Z[ omicron-package] Compiling libefi-sys v0.1.0
26362026-08-31T15:07:47.239Z[ omicron-package] Compiling colored v3.1.1
26372026-08-31T15:07:47.271Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26382026-08-31T15:07:47.345Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26392026-08-31T15:07:47.506Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26402026-08-31T15:07:47.520Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
26412026-08-31T15:07:47.595Z[ omicron-package] Compiling itertools v0.12.1
26422026-08-31T15:07:47.718Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26432026-08-31T15:07:47.742Z[ omicron-package] Compiling usdt-macro v0.5.0
26442026-08-31T15:07:47.793Z[ omicron-package] Compiling bitfield-struct v0.6.2
26452026-08-31T15:07:47.939Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
26462026-08-31T15:07:48.020Z[ omicron-package] Compiling num-derive v0.4.2
26472026-08-31T15:07:48.148Z[ omicron-package] Compiling memmap v0.7.0
26482026-08-31T15:07:48.308Z[ omicron-package] Compiling sigpipe v0.1.3
26492026-08-31T15:07:48.427Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26502026-08-31T15:07:48.531Z[ omicron-package] Compiling swrite v0.1.0
26512026-08-31T15:07:48.627Z[ omicron-package] Compiling glob v0.3.3
26522026-08-31T15:07:48.747Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26532026-08-31T15:07:48.762Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
26542026-08-31T15:07:48.817Z[ omicron-package] Compiling usdt v0.5.0
26552026-08-31T15:07:48.883Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26562026-08-31T15:07:49.138Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26572026-08-31T15:07:49.247Z[ omicron-package] Compiling zone v0.3.1
26582026-08-31T15:07:49.303Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26592026-08-31T15:07:49.446Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26602026-08-31T15:07:49.648Z[ omicron-package] Compiling smf v0.2.3
26612026-08-31T15:07:49.693Z[ omicron-package] Compiling whoami v1.6.1
26622026-08-31T15:07:49.740Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26632026-08-31T15:07:49.803Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26642026-08-31T15:07:49.803Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26652026-08-31T15:07:49.806Z[ omicron-package] Compiling gethostname v0.5.0
26662026-08-31T15:07:50.013Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26672026-08-31T15:07:50.013Z[ omicron-package] Compiling console v0.16.2
26682026-08-31T15:07:50.203Z[ omicron-package] Compiling unit-prefix v0.5.2
26692026-08-31T15:07:50.207Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26702026-08-31T15:07:50.427Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26712026-08-31T15:07:50.454Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26722026-08-31T15:07:50.729Z[ omicron-package] Compiling indicatif v0.18.4
26732026-08-31T15:07:54.312Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26742026-08-31T15:07:54.444Z[ helios-setup] Aug 31 15:07:53.822 INFO helios repository root is: /work/oxidecomputer/helios
26752026-08-31T15:07:54.448Z[ helios-setup] Aug 31 15:07:53.824 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
26762026-08-31T15:07:54.448Z[ helios-setup] Aug 31 15:07:53.824 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
26772026-08-31T15:07:54.448Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26782026-08-31T15:07:55.268ZAug 31 15:07:54.646 INFO [hubris-staging] task succeeded (16.679852217s)
26792026-08-31T15:07:55.769Z[ helios-setup] Aug 31 15:07:55.145 INFO clone ok!, project: amd-host-image-builder
26802026-08-31T15:07:55.775Z[ helios-setup] Aug 31 15:07:55.145 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
26812026-08-31T15:07:55.775Z[ helios-setup] Aug 31 15:07:55.145 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26822026-08-31T15:07:55.775Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26832026-08-31T15:07:56.316Z[ helios-setup] Aug 31 15:07:55.693 INFO clone ok!, project: pinprick
26842026-08-31T15:07:56.316Z[ helios-setup] Aug 31 15:07:55.694 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
26852026-08-31T15:07:56.320Z[ helios-setup] Aug 31 15:07:55.694 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26862026-08-31T15:07:56.320Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26872026-08-31T15:07:56.984Z[ helios-setup] Aug 31 15:07:56.362 INFO clone ok!, project: bootserver
26882026-08-31T15:07:56.987Z[ helios-setup] Aug 31 15:07:56.362 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
26892026-08-31T15:07:56.987Z[ helios-setup] Aug 31 15:07:56.362 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26902026-08-31T15:07:56.987Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26912026-08-31T15:08:03.726Z[ helios-setup] Aug 31 15:08:03.104 INFO clone ok!, project: amd-firmware
26922026-08-31T15:08:03.729Z[ helios-setup] Aug 31 15:08:03.104 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
26932026-08-31T15:08:03.730Z[ helios-setup] Aug 31 15:08:03.104 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26942026-08-31T15:08:03.730Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26952026-08-31T15:08:03.738Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26962026-08-31T15:08:04.819Z[ helios-setup] Aug 31 15:08:04.116 INFO clone ok!, project: chelsio-t6-roms
26972026-08-31T15:08:04.825Z[ helios-setup] Aug 31 15:08:04.116 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
26982026-08-31T15:08:04.825Z[ helios-setup] Aug 31 15:08:04.116 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26992026-08-31T15:08:04.825Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27002026-08-31T15:08:05.962Z[ helios-setup] Aug 31 15:08:05.339 INFO clone ok!, project: pilot
27012026-08-31T15:08:05.962Z[ helios-setup] Aug 31 15:08:05.340 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
27022026-08-31T15:08:05.967Z[ helios-setup] Aug 31 15:08:05.340 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
27032026-08-31T15:08:05.967Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
27042026-08-31T15:08:06.590Z[ helios-setup] Aug 31 15:08:05.967 INFO clone ok!, project: phbl
27052026-08-31T15:08:06.590Z[ helios-setup] Aug 31 15:08:05.968 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
27062026-08-31T15:08:06.596Z[ helios-setup] Aug 31 15:08:05.968 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27072026-08-31T15:08:06.596Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27082026-08-31T15:08:07.266Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27092026-08-31T15:08:07.459Z[ helios-setup] Aug 31 15:08:06.837 INFO clone ok!, project: dmar-report
27102026-08-31T15:08:07.463Z[ helios-setup] Aug 31 15:08:06.837 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
27112026-08-31T15:08:07.463Z[ helios-setup] Aug 31 15:08:06.837 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
27122026-08-31T15:08:07.463Z[ helios-setup] Aug 31 15:08:06.837 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
27132026-08-31T15:08:07.463Z[ helios-setup] Aug 31 15:08:06.837 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
27142026-08-31T15:08:07.463Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
27152026-08-31T15:08:08.093Z[ helios-setup] Aug 31 15:08:07.470 INFO clone ok!, project: image-builder
27162026-08-31T15:08:08.093Z[ helios-setup] Aug 31 15:08:07.471 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
27172026-08-31T15:08:08.096Z[ helios-setup] Aug 31 15:08:07.471 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27182026-08-31T15:08:08.346Z[ helios-setup] Aug 31 15:08:07.723 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27192026-08-31T15:08:08.367Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27202026-08-31T15:08:08.609Z[ helios-setup] Aug 31 15:08:07.987 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27212026-08-31T15:08:08.609Z[ helios-setup] Aug 31 15:08:07.987 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27222026-08-31T15:08:08.865Z[ helios-setup] Aug 31 15:08:08.241 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27232026-08-31T15:08:09.093Z[ helios-setup] Aug 31 15:08:08.469 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27242026-08-31T15:08:09.093Z[ helios-setup] Aug 31 15:08:08.469 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27252026-08-31T15:08:09.332Z[ helios-setup] Aug 31 15:08:08.710 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27262026-08-31T15:08:09.571Z[ helios-setup] Aug 31 15:08:08.947 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27272026-08-31T15:08:09.574Z[ helios-setup] Aug 31 15:08:08.947 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27282026-08-31T15:08:09.574Z[ helios-setup] Aug 31 15:08:08.947 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27292026-08-31T15:08:09.574Z[ helios-setup] Aug 31 15:08:08.947 INFO ok!
27302026-08-31T15:08:09.574Z[ helios-setup] Aug 31 15:08:08.947 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27312026-08-31T15:08:09.574Z[ helios-setup] Aug 31 15:08:08.947 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27322026-08-31T15:08:09.574Z[ helios-setup] Aug 31 15:08:08.947 INFO ok!
27332026-08-31T15:08:09.574Z[ helios-setup] Aug 31 15:08:08.947 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27342026-08-31T15:08:09.574Z[ helios-setup] Aug 31 15:08:08.947 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27352026-08-31T15:08:09.574Z[ helios-setup] Aug 31 15:08:08.947 INFO ok!
27362026-08-31T15:08:09.574Z[ helios-setup] Aug 31 15:08:08.947 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
27372026-08-31T15:08:09.600Z[ helios-setup] Aug 31 15:08:08.978 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')"
27382026-08-31T15:08:09.600Z[ helios-setup] Aug 31 15:08:08.978 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
27392026-08-31T15:08:09.600Z[ helios-setup] Aug 31 15:08:08.978 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
27402026-08-31T15:08:09.714Z[ helios-setup] Aug 31 15:08:09.090 INFO E| Updating crates.io index
27412026-08-31T15:08:09.718Z[ helios-setup] Aug 31 15:08:09.090 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
27422026-08-31T15:08:10.393Z[ helios-setup] Aug 31 15:08:09.771 INFO E| From https://github.com/oxidecomputer/amd-apcb
27432026-08-31T15:08:10.393Z[ helios-setup] Aug 31 15:08:09.771 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
27442026-08-31T15:08:10.405Z[ helios-setup] Aug 31 15:08:09.783 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
27452026-08-31T15:08:10.776Z[ helios-setup] Aug 31 15:08:10.152 INFO E| From https://github.com/oxidecomputer/amd-efs
27462026-08-31T15:08:10.776Z[ helios-setup] Aug 31 15:08:10.152 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
27472026-08-31T15:08:10.983Z[ helios-setup] Aug 31 15:08:10.361 INFO E| Downloading crates ...
27482026-08-31T15:08:11.035Z[ helios-setup] Aug 31 15:08:10.412 INFO E| Downloaded proc-macro2 v1.0.95
27492026-08-31T15:08:11.039Z[ helios-setup] Aug 31 15:08:10.414 INFO E| Downloaded ansi_term v0.12.1
27502026-08-31T15:08:11.039Z[ helios-setup] Aug 31 15:08:10.416 INFO E| Downloaded dyn-clone v1.0.19
27512026-08-31T15:08:11.042Z[ helios-setup] Aug 31 15:08:10.419 INFO E| Downloaded strum_macros v0.27.1
27522026-08-31T15:08:11.042Z[ helios-setup] Aug 31 15:08:10.420 INFO E| Downloaded heck v0.3.3
27532026-08-31T15:08:11.100Z[ helios-setup] Aug 31 15:08:10.421 INFO E| Downloaded itoa v1.0.15
27542026-08-31T15:08:11.105Z[ helios-setup] Aug 31 15:08:10.431 INFO E| Downloaded four-cc v0.4.0
27552026-08-31T15:08:11.105Z[ helios-setup] Aug 31 15:08:10.432 INFO E| Downloaded vec_map v0.8.2
27562026-08-31T15:08:11.105Z[ helios-setup] Aug 31 15:08:10.432 INFO E| Downloaded fletcher v1.0.0
27572026-08-31T15:08:11.105Z[ helios-setup] Aug 31 15:08:10.434 INFO E| Downloaded strsim v0.8.0
27582026-08-31T15:08:11.105Z[ helios-setup] Aug 31 15:08:10.437 INFO E| Downloaded parse_int v0.9.0
27592026-08-31T15:08:11.105Z[ helios-setup] Aug 31 15:08:10.438 INFO E| Downloaded unic-char-property v0.9.0
27602026-08-31T15:08:11.105Z[ helios-setup] Aug 31 15:08:10.444 INFO E| Downloaded unic-common v0.9.0
27612026-08-31T15:08:11.105Z[ helios-setup] Aug 31 15:08:10.444 INFO E| Downloaded unic-ucd-version v0.9.0
27622026-08-31T15:08:11.105Z[ helios-setup] Aug 31 15:08:10.445 INFO E| Downloaded unic-ucd-ident v0.9.0
27632026-08-31T15:08:11.106Z[ helios-setup] Aug 31 15:08:10.447 INFO E| Downloaded strum v0.27.1
27642026-08-31T15:08:11.106Z[ helios-setup] Aug 31 15:08:10.457 INFO E| Downloaded autocfg v1.4.0
27652026-08-31T15:08:11.106Z[ helios-setup] Aug 31 15:08:10.460 INFO E| Downloaded quote v1.0.40
27662026-08-31T15:08:11.106Z[ helios-setup] Aug 31 15:08:10.461 INFO E| Downloaded rustversion v1.0.20
27672026-08-31T15:08:11.106Z[ helios-setup] Aug 31 15:08:10.463 INFO E| Downloaded unic-char-range v0.9.0
27682026-08-31T15:08:11.106Z[ helios-setup] Aug 31 15:08:10.464 INFO E| Downloaded modular-bitfield v0.11.2
27692026-08-31T15:08:11.106Z[ helios-setup] Aug 31 15:08:10.470 INFO E| Downloaded textwrap v0.11.0
27702026-08-31T15:08:11.106Z[ helios-setup] Aug 31 15:08:10.471 INFO E| Downloaded thiserror v2.0.12
27712026-08-31T15:08:11.106Z[ helios-setup] Aug 31 15:08:10.475 INFO E| Downloaded thiserror-impl v2.0.12
27722026-08-31T15:08:11.106Z[ helios-setup] Aug 31 15:08:10.476 INFO E| Downloaded modular-bitfield-impl v0.11.2
27732026-08-31T15:08:11.106Z[ helios-setup] Aug 31 15:08:10.476 INFO E| Downloaded modular-bitfield-impl v0.13.1
27742026-08-31T15:08:11.106Z[ helios-setup] Aug 31 15:08:10.477 INFO E| Downloaded pest_generator v2.8.0
27752026-08-31T15:08:11.106Z[ helios-setup] Aug 31 15:08:10.478 INFO E| Downloaded structopt-derive v0.4.18
27762026-08-31T15:08:11.106Z[ helios-setup] Aug 31 15:08:10.479 INFO E| Downloaded bytesize v2.0.1
27772026-08-31T15:08:11.110Z[ helios-setup] Aug 31 15:08:10.486 INFO E| Downloaded pest_meta v2.8.0
27782026-08-31T15:08:11.114Z[ helios-setup] Aug 31 15:08:10.492 INFO E| Downloaded pest_derive v2.8.0
27792026-08-31T15:08:11.118Z[ helios-setup] Aug 31 15:08:10.495 INFO E| Downloaded log v0.4.27
27802026-08-31T15:08:11.122Z[ helios-setup] Aug 31 15:08:10.498 INFO E| Downloaded modular-bitfield v0.13.1
27812026-08-31T15:08:11.126Z[ helios-setup] Aug 31 15:08:10.504 INFO E| Downloaded ryu v1.0.20
27822026-08-31T15:08:11.129Z[ helios-setup] Aug 31 15:08:10.505 INFO E| Downloaded unicode-ident v1.0.18
27832026-08-31T15:08:11.132Z[ helios-setup] Aug 31 15:08:10.508 INFO E| Downloaded serde_derive v1.0.219
27842026-08-31T15:08:11.136Z[ helios-setup] Aug 31 15:08:10.514 INFO E| Downloaded serde v1.0.219
27852026-08-31T15:08:11.140Z[ helios-setup] Aug 31 15:08:10.516 INFO E| Downloaded typenum v1.18.0
27862026-08-31T15:08:11.143Z[ helios-setup] Aug 31 15:08:10.518 INFO E| Downloaded structopt v0.3.26
27872026-08-31T15:08:11.147Z[ helios-setup] Aug 31 15:08:10.521 INFO E| Downloaded memchr v2.7.4
27882026-08-31T15:08:11.150Z[ helios-setup] Aug 31 15:08:10.527 INFO E| Downloaded zerocopy-derive v0.8.25
27892026-08-31T15:08:11.156Z[ helios-setup] Aug 31 15:08:10.533 INFO E| Downloaded pest v2.8.0
27902026-08-31T15:08:11.172Z[ helios-setup] Aug 31 15:08:10.550 INFO E| Downloaded serde_json v1.0.140
27912026-08-31T15:08:11.179Z[ helios-setup] Aug 31 15:08:10.557 INFO E| Downloaded clap v2.34.0
27922026-08-31T15:08:11.183Z[ helios-setup] Aug 31 15:08:10.560 INFO E| Downloaded goblin v0.9.3
27932026-08-31T15:08:11.193Z[ helios-setup] Aug 31 15:08:10.571 INFO E| Downloaded zerocopy v0.8.25
27942026-08-31T15:08:11.207Z[ helios-setup] Aug 31 15:08:10.585 INFO E| Downloaded syn v2.0.101
27952026-08-31T15:08:11.227Z[ helios-setup] Aug 31 15:08:10.603 INFO E| Downloaded libc v0.2.172
27962026-08-31T15:08:11.274Z[ helios-setup] Aug 31 15:08:10.651 INFO E| Compiling proc-macro2 v1.0.95
27972026-08-31T15:08:11.274Z[ helios-setup] Aug 31 15:08:10.651 INFO E| Compiling unicode-ident v1.0.18
27982026-08-31T15:08:11.277Z[ helios-setup] Aug 31 15:08:10.651 INFO E| Compiling memchr v2.7.4
27992026-08-31T15:08:11.277Z[ helios-setup] Aug 31 15:08:10.651 INFO E| Compiling thiserror v2.0.12
28002026-08-31T15:08:11.277Z[ helios-setup] Aug 31 15:08:10.651 INFO E| Compiling autocfg v1.4.0
28012026-08-31T15:08:11.277Z[ helios-setup] Aug 31 15:08:10.651 INFO E| Compiling serde v1.0.219
28022026-08-31T15:08:11.277Z[ helios-setup] Aug 31 15:08:10.651 INFO E| Compiling syn v1.0.109
28032026-08-31T15:08:11.277Z[ helios-setup] Aug 31 15:08:10.651 INFO E| Compiling version_check v0.9.5
28042026-08-31T15:08:11.295Z[ helios-setup] Aug 31 15:08:10.672 INFO E| Compiling serde_json v1.0.140
28052026-08-31T15:08:11.298Z[ helios-setup] Aug 31 15:08:10.673 INFO E| Compiling itoa v1.0.15
28062026-08-31T15:08:11.298Z[ helios-setup] Aug 31 15:08:10.673 INFO E| Compiling schemars v0.8.22
28072026-08-31T15:08:11.298Z[ helios-setup] Aug 31 15:08:10.673 INFO E| Compiling ryu v1.0.20
28082026-08-31T15:08:11.299Z[ helios-setup] Aug 31 15:08:10.673 INFO E| Compiling dyn-clone v1.0.19
28092026-08-31T15:08:11.299Z[ helios-setup] Aug 31 15:08:10.673 INFO E| Compiling paste v1.0.15
28102026-08-31T15:08:11.299Z[ helios-setup] Aug 31 15:08:10.674 INFO E| Compiling ucd-trie v0.1.7
28112026-08-31T15:08:11.299Z[ helios-setup] Aug 31 15:08:10.676 INFO E| Compiling rustversion v1.0.20
28122026-08-31T15:08:11.420Z[ helios-setup] Aug 31 15:08:10.797 INFO E| Compiling libc v0.2.172
28132026-08-31T15:08:11.460Z[ helios-setup] Aug 31 15:08:10.835 INFO E| Compiling static_assertions v1.1.0
28142026-08-31T15:08:11.488Z[ helios-setup] Aug 31 15:08:10.865 INFO E| Compiling zerocopy v0.8.25
28152026-08-31T15:08:11.532Z[ helios-setup] Aug 31 15:08:10.909 INFO E| Compiling once_cell v1.21.3
28162026-08-31T15:08:11.535Z[ helios-setup] Aug 31 15:08:10.910 INFO E| Compiling heck v0.5.0
28172026-08-31T15:08:11.597Z[ helios-setup] Aug 31 15:08:10.973 INFO E| Compiling unicode-segmentation v1.12.0
28182026-08-31T15:08:11.602Z[ helios-setup] Aug 31 15:08:10.977 INFO E| Compiling proc-macro-error-attr v1.0.4
28192026-08-31T15:08:11.605Z[ helios-setup] Aug 31 15:08:10.983 INFO E| Compiling proc-macro-error v1.0.4
28202026-08-31T15:08:11.622Z[ helios-setup] Aug 31 15:08:10.998 INFO E| Compiling unicode-width v0.1.14
28212026-08-31T15:08:11.712Z[ helios-setup] Aug 31 15:08:11.039 INFO E| Compiling num-traits v0.2.19
28222026-08-31T15:08:11.725Z[ helios-setup] Aug 31 15:08:11.054 INFO E| Compiling memoffset v0.9.1
28232026-08-31T15:08:11.741Z[ helios-setup] Aug 31 15:08:11.117 INFO E| Compiling unic-common v0.9.0
28242026-08-31T15:08:11.745Z[ helios-setup] Aug 31 15:08:11.118 INFO E| Compiling bitflags v1.3.2
28252026-08-31T15:08:11.781Z[ helios-setup] Aug 31 15:08:11.159 INFO E| Compiling unic-char-range v0.9.0
28262026-08-31T15:08:11.817Z[ helios-setup] Aug 31 15:08:11.195 INFO E| Compiling ansi_term v0.12.1
28272026-08-31T15:08:11.861Z[ helios-setup] Aug 31 15:08:11.239 INFO E| Compiling strsim v0.8.0
28282026-08-31T15:08:11.915Z[ helios-setup] Aug 31 15:08:11.292 INFO E| Compiling heck v0.3.3
28292026-08-31T15:08:11.931Z[ helios-setup] Aug 31 15:08:11.308 INFO E| Compiling textwrap v0.11.0
28302026-08-31T15:08:11.934Z[ helios-setup] Aug 31 15:08:11.309 INFO E| Compiling vec_map v0.8.2
28312026-08-31T15:08:11.946Z[ helios-setup] Aug 31 15:08:11.323 INFO E| Compiling fletcher v1.0.0
28322026-08-31T15:08:11.967Z[ helios-setup] Aug 31 15:08:11.345 INFO E| Compiling byteorder v1.5.0
28332026-08-31T15:08:11.972Z[ helios-setup] Aug 31 15:08:11.350 INFO E| Compiling strum v0.27.1
28342026-08-31T15:08:11.989Z[ helios-setup] Aug 31 15:08:11.367 INFO E| Compiling unic-char-property v0.9.0
28352026-08-31T15:08:11.990Z[ helios-setup] Aug 31 15:08:11.367 INFO E| Compiling unic-ucd-version v0.9.0
28362026-08-31T15:08:12.069Z[ helios-setup] Aug 31 15:08:11.446 INFO E| Compiling lazy_static v1.5.0
28372026-08-31T15:08:12.069Z[ helios-setup] Aug 31 15:08:11.446 INFO E| Compiling log v0.4.27
28382026-08-31T15:08:12.090Z[ helios-setup] Aug 31 15:08:11.468 INFO E| Compiling plain v0.2.3
28392026-08-31T15:08:12.103Z[ helios-setup] Aug 31 15:08:11.481 INFO E| Compiling atty v0.2.14
28402026-08-31T15:08:12.109Z[ helios-setup] Aug 31 15:08:11.486 INFO E| Compiling unic-ucd-ident v0.9.0
28412026-08-31T15:08:12.112Z[ helios-setup] Aug 31 15:08:11.486 INFO E| Compiling bytesize v2.0.1
28422026-08-31T15:08:12.164Z[ helios-setup] Aug 31 15:08:11.542 INFO E| Compiling clap v2.34.0
28432026-08-31T15:08:12.218Z[ helios-setup] Aug 31 15:08:11.596 INFO E| Compiling quote v1.0.40
28442026-08-31T15:08:12.374Z[ helios-setup] Aug 31 15:08:11.752 INFO E| Compiling syn v2.0.101
28452026-08-31T15:08:12.644Z[ helios-setup] Aug 31 15:08:12.021 INFO E| Compiling parse_int v0.9.0
28462026-08-31T15:08:14.187Z[ helios-setup] Aug 31 15:08:13.564 INFO E| Compiling modular-bitfield-impl v0.11.2
28472026-08-31T15:08:14.187Z[ helios-setup] Aug 31 15:08:13.565 INFO E| Compiling structopt-derive v0.4.18
28482026-08-31T15:08:14.364Z[ helios-setup] Aug 31 15:08:13.736 INFO E| Compiling serde_derive_internals v0.29.1
28492026-08-31T15:08:14.743Z[ helios-setup] Aug 31 15:08:14.120 INFO E| Compiling thiserror-impl v2.0.12
28502026-08-31T15:08:14.743Z[ helios-setup] Aug 31 15:08:14.120 INFO E| Compiling serde_derive v1.0.219
28512026-08-31T15:08:14.743Z[ helios-setup] Aug 31 15:08:14.121 INFO E| Compiling zerocopy-derive v0.8.25
28522026-08-31T15:08:14.746Z[ helios-setup] Aug 31 15:08:14.121 INFO E| Compiling num-derive v0.4.2
28532026-08-31T15:08:14.746Z[ helios-setup] Aug 31 15:08:14.121 INFO E| Compiling modular-bitfield-impl v0.13.1
28542026-08-31T15:08:14.746Z[ helios-setup] Aug 31 15:08:14.121 INFO E| Compiling scroll_derive v0.12.1
28552026-08-31T15:08:14.746Z[ helios-setup] Aug 31 15:08:14.121 INFO E| Compiling strum_macros v0.27.1
28562026-08-31T15:08:14.856Z[ helios-setup] Aug 31 15:08:14.233 INFO E| Compiling schemars_derive v0.8.22
28572026-08-31T15:08:15.077Z[ helios-setup] Aug 31 15:08:14.455 INFO E| Compiling modular-bitfield v0.11.2
28582026-08-31T15:08:15.089Z[ helios-setup] Aug 31 15:08:14.467 INFO E| Compiling structopt v0.3.26
28592026-08-31T15:08:15.426Z[ helios-setup] Aug 31 15:08:14.803 INFO E| Compiling scroll v0.12.0
28602026-08-31T15:08:15.627Z[ helios-setup] Aug 31 15:08:15.002 INFO E| Compiling goblin v0.9.3
28612026-08-31T15:08:15.744Z[ helios-setup] Aug 31 15:08:15.122 INFO E| Compiling modular-bitfield v0.13.1
28622026-08-31T15:08:15.810Z[ helios-setup] Aug 31 15:08:15.187 INFO E| Compiling pest v2.8.0
28632026-08-31T15:08:16.787Z[ helios-setup] Aug 31 15:08:16.164 INFO E| Compiling pest_meta v2.8.0
28642026-08-31T15:08:17.327Z[ helios-setup] Aug 31 15:08:16.705 INFO E| Compiling pest_generator v2.8.0
28652026-08-31T15:08:17.939Z[ helios-setup] Aug 31 15:08:17.317 INFO E| Compiling pest_derive v2.8.0
28662026-08-31T15:08:18.677Z[ helios-setup] Aug 31 15:08:18.055 INFO E| Compiling json5 v0.4.1
28672026-08-31T15:08:19.887Z[ omicron-package] Finished `release` profile [optimized] target(s) in 41.29s
28682026-08-31T15:08:19.911Z[ helios-setup] Aug 31 15:08:19.288 INFO E| Compiling four-cc v0.4.0
28692026-08-31T15:08:19.911Z[ helios-setup] Aug 31 15:08:19.288 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
28702026-08-31T15:08:20.007Z[ helios-setup] Aug 31 15:08:19.385 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
28712026-08-31T15:08:20.129Z[ omicron-package]
28722026-08-31T15:08:20.129Z[ omicron-package] real 41.470146108
28732026-08-31T15:08:20.132Z[ omicron-package] user 3:57.464734020
28742026-08-31T15:08:20.132Z[ omicron-package] sys 27.705902073
28752026-08-31T15:08:20.132Z[ omicron-package] trap 0.444700315
28762026-08-31T15:08:20.132Z[ omicron-package] tflt 0.752614249
28772026-08-31T15:08:20.132Z[ omicron-package] dflt 2.158202371
28782026-08-31T15:08:20.132Z[ omicron-package] kflt 0.000646878
28792026-08-31T15:08:20.132Z[ omicron-package] lock 11:52.380781249
28802026-08-31T15:08:20.132Z[ omicron-package] slp 6:18.653916493
28812026-08-31T15:08:20.132Z[ omicron-package] lat 51.274245034
28822026-08-31T15:08:20.132Z[ omicron-package] stop 1:55.839889956
28832026-08-31T15:08:20.132ZAug 31 15:08:19.507 INFO [omicron-package] process exited with exit status: 0 (41.539199057s)
28842026-08-31T15:08:20.132ZAug 31 15:08:19.507 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28852026-08-31T15:08:20.132ZAug 31 15:08:19.508 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28862026-08-31T15:08:20.140Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28872026-08-31T15:08:20.140Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28882026-08-31T15:08:20.143Z[ host-target] Created new build target 'host' and set it as active
28892026-08-31T15:08:20.143Z[ recovery-target] Created new build target 'recovery' and set it as active
28902026-08-31T15:08:20.143ZAug 31 15:08:19.520 INFO [recovery-target] process exited with exit status: 0 (12.19545ms)
28912026-08-31T15:08:20.143ZAug 31 15:08:19.520 INFO [host-target] process exited with exit status: 0 (12.76219ms)
28922026-08-31T15:08:20.143ZAug 31 15:08:19.520 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28932026-08-31T15:08:20.148Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28942026-08-31T15:08:21.664Z[ host-package] Compiling heck v0.5.0
28952026-08-31T15:08:21.664Z[ host-package] Compiling regress v0.11.1
28962026-08-31T15:08:21.911Z[ host-package] Compiling unsafe-libyaml v0.2.11
28972026-08-31T15:08:21.911Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
28982026-08-31T15:08:21.958Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28992026-08-31T15:08:21.958Z[ host-package] Compiling derive-where v1.6.0
29002026-08-31T15:08:21.958Z[ host-package] Compiling bytecount v0.6.9
29012026-08-31T15:08:21.981Z[ host-package] Compiling atomicwrites v0.4.4
29022026-08-31T15:08:22.002Z[ host-package] Compiling is-terminal v0.4.17
29032026-08-31T15:08:22.068Z[ host-package] Compiling prettyplease v0.2.37
29042026-08-31T15:08:22.077Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
29052026-08-31T15:08:22.077Z[ host-package] Compiling newline-converter v0.3.0
29062026-08-31T15:08:22.087Z[ host-package] Compiling console v0.15.11
29072026-08-31T15:08:22.153Z[ host-package] Compiling slog-dtrace v0.3.0
29082026-08-31T15:08:22.177Z[ host-package] Compiling cancel-safe-futures v0.1.5
29092026-08-31T15:08:22.177Z[ host-package] Compiling num-rational v0.4.2
29102026-08-31T15:08:22.226Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29112026-08-31T15:08:22.230Z[ host-package] Compiling num-complex v0.4.6
29122026-08-31T15:08:22.268Z[ host-package] Compiling thread_local v1.1.9
29132026-08-31T15:08:22.291Z[ host-package] Compiling compression-core v0.4.31
29142026-08-31T15:08:22.431Z[ host-package] Compiling match_cfg v0.1.0
29152026-08-31T15:08:22.484Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
29162026-08-31T15:08:22.528Z[ host-package] Compiling expectorate v1.2.0
29172026-08-31T15:08:22.532Z[ host-package] Compiling resolv-conf v0.7.6
29182026-08-31T15:08:22.578Z[ host-package] Compiling hostname v0.3.1
29192026-08-31T15:08:22.725Z[ host-package] Compiling num v0.4.3
29202026-08-31T15:08:22.751Z[ host-package] Compiling compression-codecs v0.4.37
29212026-08-31T15:08:22.797Z[ host-package] Compiling slog-async v2.8.0
29222026-08-31T15:08:22.797Z[ host-package] Compiling multer v3.1.0
29232026-08-31T15:08:22.880Z[ host-package] Compiling crossbeam-channel v0.5.15
29242026-08-31T15:08:22.888Z[ host-package] Compiling slog-json v2.6.1
29252026-08-31T15:08:22.928Z[ host-package] Compiling serde_spanned v1.1.1
29262026-08-31T15:08:23.067Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29272026-08-31T15:08:23.142Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
29282026-08-31T15:08:23.168Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
29292026-08-31T15:08:23.168Z[ host-package] Compiling term v1.2.1
29302026-08-31T15:08:23.191Z[ host-package] Compiling linear-map v1.2.0
29312026-08-31T15:08:23.213Z[ host-package] Compiling float-ord v0.3.2
29322026-08-31T15:08:23.217Z[ host-package] Compiling take_mut v0.2.2
29332026-08-31T15:08:23.257Z[ host-package] Compiling oxide-update-engine-types v0.1.2
29342026-08-31T15:08:23.276Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
29352026-08-31T15:08:23.360Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29362026-08-31T15:08:23.390Z[ host-package] Compiling slog-bunyan v2.5.0
29372026-08-31T15:08:23.411Z[ host-package] Compiling async-compression v0.4.41
29382026-08-31T15:08:23.461Z[ host-package] Compiling typify-impl v0.6.2
29392026-08-31T15:08:23.461Z[ host-package] Compiling slog-term v2.9.2
29402026-08-31T15:08:23.539Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
29412026-08-31T15:08:23.765Z[ host-package] Compiling dropshot v0.17.1
29422026-08-31T15:08:23.807Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29432026-08-31T15:08:23.854Z[ host-package] Compiling async-stream v0.3.6
29442026-08-31T15:08:23.854Z[ host-package] Compiling progenitor-client v0.14.0
29452026-08-31T15:08:23.981Z[ host-package] Compiling sha1 v0.11.0
29462026-08-31T15:08:24.015Z[ host-package] Compiling oxide-generation v0.1.3
29472026-08-31T15:08:24.018Z[ host-package] Compiling waitgroup v0.1.2
29482026-08-31T15:08:24.076Z[ host-package] Compiling rustls-pemfile v2.2.0
29492026-08-31T15:08:24.107Z[ host-package] Compiling backon v1.6.0
29502026-08-31T15:08:24.231Z[ host-package] Compiling hostname v0.4.2
29512026-08-31T15:08:24.296Z[ host-package] Compiling serde_path_to_error v0.1.20
29522026-08-31T15:08:24.320Z[ host-package] Compiling instant v0.1.13
29532026-08-31T15:08:24.324Z[ host-package] Compiling minimal-lexical v0.2.1
29542026-08-31T15:08:24.373Z[ host-package] Compiling debug-ignore v1.0.5
29552026-08-31T15:08:24.378Z[ host-package] Compiling linked-hash-map v0.5.6
29562026-08-31T15:08:24.452Z[ host-package] Compiling progenitor-extras v0.2.0
29572026-08-31T15:08:24.464Z[ host-package] Compiling backoff v0.4.0
29582026-08-31T15:08:24.558Z[ host-package] Compiling oxide-update-engine v0.1.2
29592026-08-31T15:08:24.648Z[ host-package] Compiling lru-cache v0.1.2
29602026-08-31T15:08:24.698Z[ host-package] Compiling nom v7.1.3
29612026-08-31T15:08:24.727Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
29622026-08-31T15:08:24.730Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29632026-08-31T15:08:24.730Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29642026-08-31T15:08:24.850Z[ host-package] Compiling parse-display v0.10.0
29652026-08-31T15:08:24.904Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29662026-08-31T15:08:25.086Z[ host-package] Compiling regress v0.10.5
29672026-08-31T15:08:25.173Z[ host-package] Compiling itertools v0.14.0
29682026-08-31T15:08:25.670Z[ host-package] Compiling macaddr v1.0.1
29692026-08-31T15:08:25.764Z[ host-package] Compiling unicode-xid v0.2.6
29702026-08-31T15:08:25.802Z[ host-package] Compiling humantime v2.3.0
29712026-08-31T15:08:25.939Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
29722026-08-31T15:08:25.991Z[ host-package] Compiling hickory-proto v0.24.4
29732026-08-31T15:08:26.106Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29742026-08-31T15:08:26.175Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29752026-08-31T15:08:26.250Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
29762026-08-31T15:08:26.335Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29772026-08-31T15:08:26.533Z[ host-package] Compiling toml v0.8.23
29782026-08-31T15:08:26.625Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29792026-08-31T15:08:26.648Z[ host-package] Compiling papergrid v0.11.0
29802026-08-31T15:08:26.678Z[ host-package] Compiling tabled_derive v0.7.0
29812026-08-31T15:08:27.037Z[ host-package] Compiling typify-macro v0.6.2
29822026-08-31T15:08:27.117Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29832026-08-31T15:08:27.295Z[ host-package] Compiling termtree v0.5.1
29842026-08-31T15:08:27.422Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29852026-08-31T15:08:27.570Z[ host-package] Compiling crossterm v0.29.0
29862026-08-31T15:08:27.733Z[ host-package] Compiling tabled v0.15.0
29872026-08-31T15:08:28.176Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29882026-08-31T15:08:28.427Z[ host-package] Compiling phf_shared v0.12.1
29892026-08-31T15:08:28.638Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29902026-08-31T15:08:28.696Z[ host-package] Compiling typify v0.6.2
29912026-08-31T15:08:28.862Z[ host-package] Compiling progenitor-impl v0.14.0
29922026-08-31T15:08:29.219Z[ host-package] Compiling hickory-resolver v0.24.4
29932026-08-31T15:08:29.752Z[ host-package] Compiling csv-core v0.1.13
29942026-08-31T15:08:29.911Z[ host-package] Compiling vte v0.14.1
29952026-08-31T15:08:30.250Z[ host-package] Compiling highway v1.3.0
29962026-08-31T15:08:30.294Z[ host-package] Compiling chrono-tz v0.10.4
29972026-08-31T15:08:30.527Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29982026-08-31T15:08:30.633Z[ host-package] Compiling qorb v0.4.1
29992026-08-31T15:08:30.992Z[ host-package] Compiling strip-ansi-escapes v0.2.1
30002026-08-31T15:08:31.230Z[ host-package] Compiling progenitor-macro v0.14.0
30012026-08-31T15:08:32.019Z[ host-package] Compiling csv v1.4.0
30022026-08-31T15:08:32.699Z[ host-package] Compiling phf v0.12.1
30032026-08-31T15:08:32.949Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30042026-08-31T15:08:32.977Z[ host-package] Compiling const_format_proc_macros v0.2.34
30052026-08-31T15:08:33.013Z[ host-package] Compiling fd-lock v4.0.4
30062026-08-31T15:08:33.257Z[ host-package] Compiling peg-macros v0.8.5
30072026-08-31T15:08:33.284Z[ host-package] Compiling nu-ansi-term v0.50.3
30082026-08-31T15:08:33.521Z[ helios-setup] Aug 31 15:08:32.899 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
30092026-08-31T15:08:33.900Z[ host-package] Compiling const_format v0.2.35
30102026-08-31T15:08:34.544Z[ host-package] Compiling reedline v0.40.0
30112026-08-31T15:08:34.702Z[ host-package] Compiling peg v0.8.5
30122026-08-31T15:08:34.780Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30132026-08-31T15:08:34.783Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30142026-08-31T15:08:34.895Z[ host-package] Compiling bcs v0.1.6
30152026-08-31T15:08:35.597Z[ host-package] Compiling progenitor v0.14.0
30162026-08-31T15:08:35.645Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30172026-08-31T15:08:35.833Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
30182026-08-31T15:08:35.887Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30192026-08-31T15:08:35.890Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30202026-08-31T15:08:36.071Z[ host-package] Compiling nom v8.0.0
30212026-08-31T15:08:36.491Z[ host-package] Compiling semver v0.1.20
30222026-08-31T15:08:36.852Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30232026-08-31T15:08:36.948Z[ host-package] Compiling rustc_version v0.1.7
30242026-08-31T15:08:37.243Z[ host-package] Compiling newtype_derive v0.1.6
30252026-08-31T15:08:37.364Z[ helios-setup] Aug 31 15:08:36.741 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
30262026-08-31T15:08:37.427Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30272026-08-31T15:08:37.732Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30282026-08-31T15:08:38.234Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
30292026-08-31T15:08:38.427Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30302026-08-31T15:08:38.902Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
30312026-08-31T15:08:38.937Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
30322026-08-31T15:08:39.256Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
30332026-08-31T15:08:39.291Z[ host-package] Compiling steno v0.4.1
30342026-08-31T15:08:39.558Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
30352026-08-31T15:08:39.805Z[ host-package] Compiling sha1 v0.10.6
30362026-08-31T15:08:39.879Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30372026-08-31T15:08:40.316Z[ host-package] Compiling utf-8 v0.7.6
30382026-08-31T15:08:40.347Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30392026-08-31T15:08:40.582Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
30402026-08-31T15:08:40.655Z[ host-package] Compiling tagptr v0.2.0
30412026-08-31T15:08:40.738Z[ host-package] Compiling tungstenite v0.21.0
30422026-08-31T15:08:40.918Z[ host-package] Compiling moka v0.12.13
30432026-08-31T15:08:41.215Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30442026-08-31T15:08:42.018Z[ host-package] Compiling tokio-tungstenite v0.21.0
30452026-08-31T15:08:42.282Z[ host-package] Compiling hickory-resolver v0.25.2
30462026-08-31T15:08:42.665Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
30472026-08-31T15:08:42.935Z[ host-package] Compiling darling_core v0.21.3
30482026-08-31T15:08:43.985Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30492026-08-31T15:08:44.928Z[ host-package] Compiling display-error-chain v0.2.2
30502026-08-31T15:08:45.133Z[ host-package] Compiling vergen-lib v0.1.6
30512026-08-31T15:08:45.402Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
30522026-08-31T15:08:46.121Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
30532026-08-31T15:08:46.124Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30542026-08-31T15:08:46.275Z[ host-package] Compiling darling_macro v0.21.3
30552026-08-31T15:08:46.892Z[ host-package] Compiling darling v0.21.3
30562026-08-31T15:08:47.015Z[ host-package] Compiling diesel_derives v2.3.7
30572026-08-31T15:08:47.430Z[ host-package] Compiling dsl_auto_type v0.2.0
30582026-08-31T15:08:47.890Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30592026-08-31T15:08:48.020Z[ host-package] Compiling vergen-gitcl v1.0.8
30602026-08-31T15:08:48.144Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30612026-08-31T15:08:48.305Z[ host-package] Compiling dirs-sys-next v0.1.2
30622026-08-31T15:08:48.349Z[ host-package] Compiling maplit v1.0.2
30632026-08-31T15:08:48.403Z[ host-package] Compiling crunchy v0.2.4
30642026-08-31T15:08:48.481Z[ host-package] Compiling glob v0.3.3
30652026-08-31T15:08:48.517Z[ host-package] Compiling dirs-next v2.0.0
30662026-08-31T15:08:48.709Z[ host-package] Compiling r2d2 v0.8.10
30672026-08-31T15:08:48.866Z[ host-package] Compiling clang-sys v1.8.1
30682026-08-31T15:08:48.894Z[ host-package] Compiling libscf-sys v1.2.0
30692026-08-31T15:08:48.931Z[ host-package] Compiling tiny-keccak v2.0.2
30702026-08-31T15:08:49.033Z[ host-package] Compiling downcast-rs v2.0.2
30712026-08-31T15:08:49.082Z[ host-package] Compiling xshell-macros v0.2.7
30722026-08-31T15:08:49.336Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30732026-08-31T15:08:49.392Z[ host-package] Compiling term v0.7.0
30742026-08-31T15:08:49.420Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30752026-08-31T15:08:49.547Z[ host-package] Compiling xshell v0.2.7
30762026-08-31T15:08:49.633Z[ host-package] Compiling papergrid v0.18.0
30772026-08-31T15:08:49.720Z[ host-package] Compiling bit-vec v0.6.3
30782026-08-31T15:08:49.783Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30792026-08-31T15:08:49.920Z[ host-package] Compiling ascii-canvas v3.0.0
30802026-08-31T15:08:49.992Z[ helios-setup] Aug 31 15:08:49.369 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.36s
30812026-08-31T15:08:50.027Z[ helios-setup] Aug 31 15:08:49.404 INFO building project "amd-host-image-builder" ok (40 seconds)
30822026-08-31T15:08:50.027Z[ helios-setup] Aug 31 15:08:49.405 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
30832026-08-31T15:08:50.043Z[ helios-setup] Aug 31 15:08:49.414 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
30842026-08-31T15:08:50.043Z[ helios-setup] Aug 31 15:08:49.414 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
30852026-08-31T15:08:50.043Z[ helios-setup] Aug 31 15:08:49.414 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
30862026-08-31T15:08:50.056Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30872026-08-31T15:08:50.097Z[ host-package] Compiling bit-set v0.5.3
30882026-08-31T15:08:50.213Z[ helios-setup] Aug 31 15:08:49.590 INFO E| Downloading crates ...
30892026-08-31T15:08:50.277Z[ helios-setup] Aug 31 15:08:49.654 INFO E| Downloaded miniz_oxide v0.8.8
30902026-08-31T15:08:50.283Z[ helios-setup] Aug 31 15:08:49.657 INFO E| Downloaded adler2 v2.0.0
30912026-08-31T15:08:50.320Z[ helios-setup] Aug 31 15:08:49.697 INFO E| Compiling adler2 v2.0.0
30922026-08-31T15:08:50.323Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30932026-08-31T15:08:50.413Z[ helios-setup] Aug 31 15:08:49.790 INFO E| Compiling miniz_oxide v0.8.8
30942026-08-31T15:08:50.436Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30952026-08-31T15:08:50.569Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30962026-08-31T15:08:50.945Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30972026-08-31T15:08:51.060Z[ host-package] Compiling tabled v0.21.0
30982026-08-31T15:08:51.101Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30992026-08-31T15:08:51.390Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31002026-08-31T15:08:51.511Z[ helios-setup] Aug 31 15:08:50.888 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
31012026-08-31T15:08:51.697Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31022026-08-31T15:08:51.945Z[ host-package] Compiling itertools v0.10.5
31032026-08-31T15:08:51.984Z[ helios-setup] Aug 31 15:08:51.362 INFO E| Finished `release` profile [optimized] target(s) in 1.93s
31042026-08-31T15:08:51.997Z[ helios-setup] Aug 31 15:08:51.373 INFO building project "pinprick" ok (1 seconds)
31052026-08-31T15:08:51.997Z[ helios-setup] Aug 31 15:08:51.373 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
31062026-08-31T15:08:52.004Z[ helios-setup] Aug 31 15:08:51.381 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
31072026-08-31T15:08:52.004Z[ helios-setup] Aug 31 15:08:51.382 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
31082026-08-31T15:08:52.004Z[ helios-setup] Aug 31 15:08:51.382 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
31092026-08-31T15:08:52.028Z[ host-package] Compiling ena v0.14.4
31102026-08-31T15:08:52.078Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31112026-08-31T15:08:52.120Z[ helios-setup] Aug 31 15:08:51.490 INFO E| Downloading crates ...
31122026-08-31T15:08:52.168Z[ helios-setup] Aug 31 15:08:51.545 INFO E| Downloaded generic-array v0.14.6
31132026-08-31T15:08:52.173Z[ helios-setup] Aug 31 15:08:51.547 INFO E| Downloaded cpufeatures v0.2.5
31142026-08-31T15:08:52.176Z[ helios-setup] Aug 31 15:08:51.552 INFO E| Downloaded digest v0.10.3
31152026-08-31T15:08:52.181Z[ helios-setup] Aug 31 15:08:51.557 INFO E| Downloaded bytes v1.2.1
31162026-08-31T15:08:52.184Z[ helios-setup] Aug 31 15:08:51.561 INFO E| Downloaded block-buffer v0.10.3
31172026-08-31T15:08:52.188Z[ helios-setup] Aug 31 15:08:51.563 INFO E| Downloaded anyhow v1.0.62
31182026-08-31T15:08:52.192Z[ helios-setup] Aug 31 15:08:51.565 INFO E| Downloaded sha2 v0.10.5
31192026-08-31T15:08:52.192Z[ helios-setup] Aug 31 15:08:51.567 INFO E| Downloaded unicode-width v0.1.10
31202026-08-31T15:08:52.198Z[ helios-setup] Aug 31 15:08:51.572 INFO E| Downloaded typenum v1.15.0
31212026-08-31T15:08:52.198Z[ helios-setup] Aug 31 15:08:51.574 INFO E| Downloaded flate2 v1.0.25
31222026-08-31T15:08:52.202Z[ helios-setup] Aug 31 15:08:51.577 INFO E| Downloaded miniz_oxide v0.6.2
31232026-08-31T15:08:52.242Z[ helios-setup] Aug 31 15:08:51.619 INFO E| Compiling typenum v1.15.0
31242026-08-31T15:08:52.242Z[ helios-setup] Aug 31 15:08:51.619 INFO E| Compiling version_check v0.9.4
31252026-08-31T15:08:52.246Z[ helios-setup] Aug 31 15:08:51.619 INFO E| Compiling cfg-if v1.0.0
31262026-08-31T15:08:52.246Z[ helios-setup] Aug 31 15:08:51.619 INFO E| Compiling crc32fast v1.3.2
31272026-08-31T15:08:52.246Z[ helios-setup] Aug 31 15:08:51.619 INFO E| Compiling adler v1.0.2
31282026-08-31T15:08:52.246Z[ helios-setup] Aug 31 15:08:51.619 INFO E| Compiling anyhow v1.0.62
31292026-08-31T15:08:52.247Z[ helios-setup] Aug 31 15:08:51.619 INFO E| Compiling cpufeatures v0.2.5
31302026-08-31T15:08:52.247Z[ helios-setup] Aug 31 15:08:51.619 INFO E| Compiling unicode-width v0.1.10
31312026-08-31T15:08:52.287Z[ helios-setup] Aug 31 15:08:51.664 INFO E| Compiling bitflags v1.3.2
31322026-08-31T15:08:52.287Z[ helios-setup] Aug 31 15:08:51.665 INFO E| Compiling bytes v1.2.1
31332026-08-31T15:08:52.301Z[ host-package] Compiling libloading v0.8.9
31342026-08-31T15:08:52.338Z[ host-package] Compiling diff v0.1.13
31352026-08-31T15:08:52.451Z[ host-package] Compiling regex-syntax v0.6.29
31362026-08-31T15:08:52.685Z[ helios-setup] Aug 31 15:08:52.062 INFO E| Compiling miniz_oxide v0.6.2
31372026-08-31T15:08:52.694Z[ helios-setup] Aug 31 15:08:52.063 INFO E| Compiling getopts v0.2.21
31382026-08-31T15:08:52.711Z[ host-package] Compiling unicase v2.9.0
31392026-08-31T15:08:52.796Z[ host-package] Compiling bindgen v0.71.1
31402026-08-31T15:08:53.032Z[ helios-setup] Aug 31 15:08:52.405 INFO E| Compiling generic-array v0.14.6
31412026-08-31T15:08:53.243Z[ helios-setup] Aug 31 15:08:52.620 INFO E| Compiling flate2 v1.0.25
31422026-08-31T15:08:53.357Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
31432026-08-31T15:08:53.648Z[ host-package] Compiling cexpr v0.6.0
31442026-08-31T15:08:53.699Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31452026-08-31T15:08:53.787Z[ host-package] Compiling rustc-hash v2.1.1
31462026-08-31T15:08:53.823Z[ host-package] Compiling diesel v2.3.7
31472026-08-31T15:08:54.062Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31482026-08-31T15:08:54.133Z[ helios-setup] Aug 31 15:08:53.510 INFO E| Compiling block-buffer v0.10.3
31492026-08-31T15:08:54.133Z[ helios-setup] Aug 31 15:08:53.510 INFO E| Compiling crypto-common v0.1.6
31502026-08-31T15:08:54.215Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31512026-08-31T15:08:54.259Z[ helios-setup] Aug 31 15:08:53.637 INFO E| Compiling digest v0.10.3
31522026-08-31T15:08:54.342Z[ host-package] Compiling headers-core v0.3.0
31532026-08-31T15:08:54.429Z[ helios-setup] Aug 31 15:08:53.806 INFO E| Compiling sha2 v0.10.5
31542026-08-31T15:08:54.511Z[ host-package] Compiling lalrpop v0.19.12
31552026-08-31T15:08:54.600Z[ host-package] Compiling libxml v0.3.3
31562026-08-31T15:08:54.686Z[ helios-setup] Aug 31 15:08:54.062 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
31572026-08-31T15:08:54.817Z[ host-package] Compiling crc8 v0.1.1
31582026-08-31T15:08:55.055Z[ host-package] Compiling headers v0.4.1
31592026-08-31T15:08:55.406Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31602026-08-31T15:08:55.662Z[ host-package] Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
31612026-08-31T15:08:55.995Z[ host-package] Compiling strum_macros v0.24.3
31622026-08-31T15:08:56.527Z[ host-package] Compiling indoc v1.0.9
31632026-08-31T15:08:57.089Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31642026-08-31T15:08:57.142Z[ helios-setup] Aug 31 15:08:56.519 INFO E| Finished `release` profile [optimized] target(s) in 5.12s
31652026-08-31T15:08:57.155Z[ helios-setup] Aug 31 15:08:56.533 INFO building project "bootserver" ok (5 seconds)
31662026-08-31T15:08:57.155Z[ helios-setup] Aug 31 15:08:56.533 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
31672026-08-31T15:08:57.164Z[ helios-setup] Aug 31 15:08:56.541 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
31682026-08-31T15:08:57.164Z[ helios-setup] Aug 31 15:08:56.542 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
31692026-08-31T15:08:57.164Z[ helios-setup] Aug 31 15:08:56.542 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
31702026-08-31T15:08:57.216Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
31712026-08-31T15:08:57.277Z[ helios-setup] Aug 31 15:08:56.653 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
31722026-08-31T15:08:57.336Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31732026-08-31T15:08:57.362Z[ host-package] Compiling derive_builder v0.20.2
31742026-08-31T15:08:57.537Z[ host-package] Compiling quick-xml v0.37.5
31752026-08-31T15:08:57.642Z[ host-package] Compiling oso-derive v0.27.3
31762026-08-31T15:08:57.675Z[ helios-setup] Aug 31 15:08:57.052 INFO E| From https://github.com/jclulow/hiercmd
31772026-08-31T15:08:57.675Z[ helios-setup] Aug 31 15:08:57.053 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
31782026-08-31T15:08:57.691Z[ helios-setup] Aug 31 15:08:57.068 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
31792026-08-31T15:08:57.823Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31802026-08-31T15:08:58.045Z[ helios-setup] Aug 31 15:08:57.423 INFO E| From https://github.com/oxidecomputer/network-interface
31812026-08-31T15:08:58.045Z[ helios-setup] Aug 31 15:08:57.423 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
31822026-08-31T15:08:58.057Z[ helios-setup] Aug 31 15:08:57.435 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
31832026-08-31T15:08:58.132Z[ host-package] Compiling openssl-probe v0.1.6
31842026-08-31T15:08:58.188Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31852026-08-31T15:08:58.416Z[ helios-setup] Aug 31 15:08:57.793 INFO E| From https://github.com/oxidecomputer/boot-image-tools
31862026-08-31T15:08:58.416Z[ helios-setup] Aug 31 15:08:57.793 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
31872026-08-31T15:08:58.444Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31882026-08-31T15:08:58.459Z[ helios-setup] Aug 31 15:08:57.836 INFO E| Updating crates.io index
31892026-08-31T15:08:58.702Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31902026-08-31T15:08:58.723Z[ helios-setup] Aug 31 15:08:58.097 INFO E| Downloading crates ...
31912026-08-31T15:08:58.773Z[ helios-setup] Aug 31 15:08:58.150 INFO E| Downloaded anstyle-query v1.1.4
31922026-08-31T15:08:58.781Z[ helios-setup] Aug 31 15:08:58.156 INFO E| Downloaded bitflags v2.10.0
31932026-08-31T15:08:58.810Z[ helios-setup] Aug 31 15:08:58.187 INFO E| Downloaded env_filter v0.1.4
31942026-08-31T15:08:58.814Z[ helios-setup] Aug 31 15:08:58.188 INFO E| Downloaded libdevinfo-sys v1.1.0
31952026-08-31T15:08:58.814Z[ helios-setup] Aug 31 15:08:58.189 INFO E| Downloaded zeroize_derive v1.4.2
31962026-08-31T15:08:58.840Z[ helios-setup] Aug 31 15:08:58.218 INFO E| Downloaded clap_lex v0.7.6
31972026-08-31T15:08:58.844Z[ helios-setup] Aug 31 15:08:58.219 INFO E| Downloaded deranged v0.5.5
31982026-08-31T15:08:58.844Z[ helios-setup] Aug 31 15:08:58.220 INFO E| Downloaded futures-executor v0.3.31
31992026-08-31T15:08:58.844Z[ helios-setup] Aug 31 15:08:58.221 INFO E| Downloaded futures-io v0.3.31
32002026-08-31T15:08:58.844Z[ helios-setup] Aug 31 15:08:58.221 INFO E| Downloaded futures-macro v0.3.31
32012026-08-31T15:08:58.848Z[ helios-setup] Aug 31 15:08:58.222 INFO E| Downloaded quote v1.0.41
32022026-08-31T15:08:58.848Z[ helios-setup] Aug 31 15:08:58.223 INFO E| Downloaded serde_spanned v1.0.3
32032026-08-31T15:08:58.848Z[ helios-setup] Aug 31 15:08:58.224 INFO E| Downloaded bitfield-macros v0.19.3
32042026-08-31T15:08:58.874Z[ helios-setup] Aug 31 15:08:58.252 INFO E| Downloaded crc v3.3.0
32052026-08-31T15:08:58.878Z[ helios-setup] Aug 31 15:08:58.253 INFO E| Downloaded devinfo v0.1.0
32062026-08-31T15:08:58.878Z[ helios-setup] Aug 31 15:08:58.254 INFO E| Downloaded futures-sink v0.3.31
32072026-08-31T15:08:58.878Z[ helios-setup] Aug 31 15:08:58.254 INFO E| Downloaded futures-task v0.3.31
32082026-08-31T15:08:58.878Z[ helios-setup] Aug 31 15:08:58.255 INFO E| Downloaded pin-project-lite v0.2.16
32092026-08-31T15:08:58.881Z[ helios-setup] Aug 31 15:08:58.258 INFO E| Downloaded pin-utils v0.1.0
32102026-08-31T15:08:58.903Z[ helios-setup] Aug 31 15:08:58.280 INFO E| Downloaded clap_derive v4.5.49
32112026-08-31T15:08:58.906Z[ helios-setup] Aug 31 15:08:58.282 INFO E| Downloaded thiserror-impl v2.0.17
32122026-08-31T15:08:58.906Z[ helios-setup] Aug 31 15:08:58.283 INFO E| Downloaded anstyle v1.0.13
32132026-08-31T15:08:58.943Z[ helios-setup] Aug 31 15:08:58.320 INFO E| Downloaded simd-adler32 v0.3.7
32142026-08-31T15:08:58.946Z[ helios-setup] Aug 31 15:08:58.321 INFO E| Downloaded time-macros v0.2.24
32152026-08-31T15:08:58.966Z[ helios-setup] Aug 31 15:08:58.343 INFO E| Downloaded find-msvc-tools v0.1.4
32162026-08-31T15:08:58.970Z[ helios-setup] Aug 31 15:08:58.345 INFO E| Downloaded num_enum v0.7.5
32172026-08-31T15:08:58.979Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32182026-08-31T15:08:58.982Z[ helios-setup] Aug 31 15:08:58.357 INFO E| Downloaded futures-channel v0.3.31
32192026-08-31T15:08:58.982Z[ helios-setup] Aug 31 15:08:58.358 INFO E| Downloaded futures-core v0.3.31
32202026-08-31T15:08:58.982Z[ helios-setup] Aug 31 15:08:58.359 INFO E| Downloaded toml_datetime v0.7.3
32212026-08-31T15:08:58.985Z[ helios-setup] Aug 31 15:08:58.360 INFO E| Downloaded base64ct v1.8.0
32222026-08-31T15:08:58.993Z[ helios-setup] Aug 31 15:08:58.370 INFO E| Downloaded env_logger v0.11.8
32232026-08-31T15:08:58.996Z[ helios-setup] Aug 31 15:08:58.372 INFO E| Downloaded generic-array v0.14.9
32242026-08-31T15:08:58.996Z[ helios-setup] Aug 31 15:08:58.373 INFO E| Downloaded getopts v0.2.24
32252026-08-31T15:08:59.000Z[ helios-setup] Aug 31 15:08:58.374 INFO E| Downloaded num_enum_derive v0.7.5
32262026-08-31T15:08:59.000Z[ helios-setup] Aug 31 15:08:58.375 INFO E| Downloaded time-core v0.1.6
32272026-08-31T15:08:59.000Z[ helios-setup] Aug 31 15:08:58.376 INFO E| Downloaded toml_writer v1.0.4
32282026-08-31T15:08:59.005Z[ helios-setup] Aug 31 15:08:58.382 INFO E| Downloaded slab v0.4.11
32292026-08-31T15:08:59.008Z[ helios-setup] Aug 31 15:08:58.383 INFO E| Downloaded toml_parser v1.0.4
32302026-08-31T15:08:59.009Z[ helios-setup] Aug 31 15:08:58.385 INFO E| Downloaded zeroize v1.8.2
32312026-08-31T15:08:59.014Z[ helios-setup] Aug 31 15:08:58.391 INFO E| Downloaded getrandom v0.2.16
32322026-08-31T15:08:59.017Z[ helios-setup] Aug 31 15:08:58.393 INFO E| Downloaded iana-time-zone v0.1.64
32332026-08-31T15:08:59.020Z[ helios-setup] Aug 31 15:08:58.395 INFO E| Downloaded signal-hook-registry v1.4.6
32342026-08-31T15:08:59.020Z[ helios-setup] Aug 31 15:08:58.395 INFO E| Downloaded tokio-macros v2.6.0
32352026-08-31T15:08:59.020Z[ helios-setup] Aug 31 15:08:58.396 INFO E| Downloaded bitfield v0.19.3
32362026-08-31T15:08:59.043Z[ helios-setup] Aug 31 15:08:58.419 INFO E| Downloaded log v0.4.28
32372026-08-31T15:08:59.062Z[ helios-setup] Aug 31 15:08:58.439 INFO E| Downloaded proc-macro2 v1.0.103
32382026-08-31T15:08:59.065Z[ helios-setup] Aug 31 15:08:58.440 INFO E| Downloaded unicode-ident v1.0.22
32392026-08-31T15:08:59.159Z[ helios-setup] Aug 31 15:08:58.452 INFO E| Downloaded thiserror v2.0.17
32402026-08-31T15:08:59.168Z[ helios-setup] Aug 31 15:08:58.455 INFO E| Downloaded toml v0.9.8
32412026-08-31T15:08:59.168Z[ helios-setup] Aug 31 15:08:58.482 INFO E| Downloaded flate2 v1.1.5
32422026-08-31T15:08:59.168Z[ helios-setup] Aug 31 15:08:58.485 INFO E| Downloaded term v1.2.0
32432026-08-31T15:08:59.168Z[ helios-setup] Aug 31 15:08:58.487 INFO E| Downloaded clap v4.5.51
32442026-08-31T15:08:59.168Z[ host-package] Compiling bb8 v0.8.6
32452026-08-31T15:08:59.168Z[ helios-setup] Aug 31 15:08:58.497 INFO E| Downloaded serde_core v1.0.228
32462026-08-31T15:08:59.168Z[ helios-setup] Aug 31 15:08:58.499 INFO E| Downloaded anyhow v1.0.100
32472026-08-31T15:08:59.168Z[ helios-setup] Aug 31 15:08:58.509 INFO E| Downloaded cc v1.2.44
32482026-08-31T15:08:59.168Z[ helios-setup] Aug 31 15:08:58.511 INFO E| Downloaded futures v0.3.31
32492026-08-31T15:08:59.168Z[ helios-setup] Aug 31 15:08:58.514 INFO E| Downloaded rand v0.8.5
32502026-08-31T15:08:59.168Z[ helios-setup] Aug 31 15:08:58.516 INFO E| Downloaded serde v1.0.228
32512026-08-31T15:08:59.168Z[ helios-setup] Aug 31 15:08:58.518 INFO E| Downloaded serde_derive v1.0.228
32522026-08-31T15:08:59.168Z[ helios-setup] Aug 31 15:08:58.520 INFO E| Downloaded typenum v1.19.0
32532026-08-31T15:08:59.168Z[ host-package] Compiling trait-variant v0.1.2
32542026-08-31T15:08:59.168Z[ helios-setup] Aug 31 15:08:58.525 INFO E| Downloaded toml_edit v0.23.7
32552026-08-31T15:08:59.174Z[ helios-setup] Aug 31 15:08:58.551 INFO E| Downloaded socket2 v0.6.1
32562026-08-31T15:08:59.177Z[ helios-setup] Aug 31 15:08:58.553 INFO E| Downloaded iddqd v0.3.14
32572026-08-31T15:08:59.181Z[ helios-setup] Aug 31 15:08:58.557 INFO E| Downloaded memchr v2.7.6
32582026-08-31T15:08:59.184Z[ helios-setup] Aug 31 15:08:58.560 INFO E| Downloaded bytes v1.10.1
32592026-08-31T15:08:59.188Z[ helios-setup] Aug 31 15:08:58.562 INFO E| Downloaded rsa v0.9.8
32602026-08-31T15:08:59.196Z[ helios-setup] Aug 31 15:08:58.565 INFO E| Downloaded uuid v1.18.1
32612026-08-31T15:08:59.196Z[ helios-setup] Aug 31 15:08:58.567 INFO E| Downloaded zerocopy-derive v0.8.27
32622026-08-31T15:08:59.200Z[ helios-setup] Aug 31 15:08:58.576 INFO E| Downloaded indexmap v2.12.0
32632026-08-31T15:08:59.203Z[ helios-setup] Aug 31 15:08:58.579 INFO E| Downloaded mio v1.1.0
32642026-08-31T15:08:59.218Z[ helios-setup] Aug 31 15:08:58.595 INFO E| Downloaded num-bigint-dig v0.8.4
32652026-08-31T15:08:59.221Z[ helios-setup] Aug 31 15:08:58.598 INFO E| Downloaded hashbrown v0.16.0
32662026-08-31T15:08:59.232Z[ helios-setup] Aug 31 15:08:58.608 INFO E| Downloaded time v0.3.44
32672026-08-31T15:08:59.242Z[ helios-setup] Aug 31 15:08:58.619 INFO E| Downloaded futures-util v0.3.31
32682026-08-31T15:08:59.256Z[ helios-setup] Aug 31 15:08:58.627 INFO E| Downloaded libm v0.2.15
32692026-08-31T15:08:59.260Z[ helios-setup] Aug 31 15:08:58.634 INFO E| Downloaded serde_json v1.0.145
32702026-08-31T15:08:59.263Z[ helios-setup] Aug 31 15:08:58.638 INFO E| Downloaded winnow v0.7.13
32712026-08-31T15:08:59.266Z[ helios-setup] Aug 31 15:08:58.644 INFO E| Downloaded clap_builder v4.5.51
32722026-08-31T15:08:59.286Z[ helios-setup] Aug 31 15:08:58.663 INFO E| Downloaded chrono v0.4.42
32732026-08-31T15:08:59.306Z[ helios-setup] Aug 31 15:08:58.683 INFO E| Downloaded zerocopy v0.8.27
32742026-08-31T15:08:59.316Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
32752026-08-31T15:08:59.320Z[ helios-setup] Aug 31 15:08:58.697 INFO E| Downloaded syn v2.0.108
32762026-08-31T15:08:59.326Z[ helios-setup] Aug 31 15:08:58.704 INFO E| Downloaded unicode-width v0.2.2
32772026-08-31T15:08:59.346Z[ helios-setup] Aug 31 15:08:58.723 INFO E| Downloaded rustix v1.1.2
32782026-08-31T15:08:59.473Z[ helios-setup] Aug 31 15:08:58.850 INFO E| Downloaded libc v0.2.177
32792026-08-31T15:08:59.488Z[ helios-setup] Aug 31 15:08:58.865 INFO E| Downloaded tokio v1.48.0
32802026-08-31T15:08:59.527Z[ host-package] Compiling half v1.8.3
32812026-08-31T15:08:59.610Z[ helios-setup] Aug 31 15:08:58.987 INFO E| Compiling proc-macro2 v1.0.103
32822026-08-31T15:08:59.610Z[ helios-setup] Aug 31 15:08:58.987 INFO E| Compiling unicode-ident v1.0.22
32832026-08-31T15:08:59.610Z[ helios-setup] Aug 31 15:08:58.987 INFO E| Compiling quote v1.0.41
32842026-08-31T15:08:59.614Z[ helios-setup] Aug 31 15:08:58.987 INFO E| Compiling libc v0.2.177
32852026-08-31T15:08:59.614Z[ helios-setup] Aug 31 15:08:58.987 INFO E| Compiling serde_core v1.0.228
32862026-08-31T15:08:59.614Z[ helios-setup] Aug 31 15:08:58.987 INFO E| Compiling cfg-if v1.0.4
32872026-08-31T15:08:59.614Z[ helios-setup] Aug 31 15:08:58.987 INFO E| Compiling serde v1.0.228
32882026-08-31T15:08:59.614Z[ helios-setup] Aug 31 15:08:58.987 INFO E| Compiling version_check v0.9.5
32892026-08-31T15:08:59.614Z[ helios-setup] Aug 31 15:08:58.987 INFO E| Compiling autocfg v1.5.0
32902026-08-31T15:08:59.614Z[ helios-setup] Aug 31 15:08:58.987 INFO E| Compiling const-oid v0.9.6
32912026-08-31T15:08:59.614Z[ helios-setup] Aug 31 15:08:58.987 INFO E| Compiling typenum v1.19.0
32922026-08-31T15:08:59.614Z[ helios-setup] Aug 31 15:08:58.987 INFO E| Compiling libm v0.2.15
32932026-08-31T15:08:59.614Z[ helios-setup] Aug 31 15:08:58.987 INFO E| Compiling zerocopy v0.8.27
32942026-08-31T15:08:59.614Z[ helios-setup] Aug 31 15:08:58.987 INFO E| Compiling rustversion v1.0.22
32952026-08-31T15:08:59.614Z[ helios-setup] Aug 31 15:08:58.987 INFO E| Compiling base64ct v1.8.0
32962026-08-31T15:08:59.614Z[ helios-setup] Aug 31 15:08:58.987 INFO E| Compiling smallvec v1.15.1
32972026-08-31T15:08:59.747Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32982026-08-31T15:08:59.785Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
32992026-08-31T15:08:59.879Z[ host-package] Compiling samael v0.0.19
33002026-08-31T15:08:59.927Z[ helios-setup] Aug 31 15:08:59.304 INFO E| Compiling zeroize v1.8.2
33012026-08-31T15:08:59.947Z[ host-package] Compiling proc-macro-error2 v2.0.1
33022026-08-31T15:09:00.109Z[ helios-setup] Aug 31 15:08:59.486 INFO E| Compiling memchr v2.7.6
33032026-08-31T15:09:00.146Z[ host-package] Compiling serde_cbor v0.11.2
33042026-08-31T15:09:00.163Z[ helios-setup] Aug 31 15:08:59.541 INFO E| Compiling pem-rfc7468 v0.7.0
33052026-08-31T15:09:00.363Z[ helios-setup] Aug 31 15:08:59.740 INFO E| Compiling winnow v0.7.13
33062026-08-31T15:09:00.387Z[ helios-setup] Aug 31 15:08:59.764 INFO E| Compiling flagset v0.4.7
33072026-08-31T15:09:00.415Z[ helios-setup] Aug 31 15:08:59.792 INFO E| Compiling num-traits v0.2.19
33082026-08-31T15:09:00.514Z[ helios-setup] Aug 31 15:08:59.892 INFO E| Compiling equivalent v1.0.2
33092026-08-31T15:09:00.595Z[ helios-setup] Aug 31 15:08:59.972 INFO E| Compiling rustix v1.1.2
33102026-08-31T15:09:00.618Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33112026-08-31T15:09:00.621Z[ helios-setup] Aug 31 15:08:59.999 INFO E| Compiling anyhow v1.0.100
33122026-08-31T15:09:00.693Z[ helios-setup] Aug 31 15:09:00.070 INFO E| Compiling generic-array v0.14.9
33132026-08-31T15:09:00.772Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
33142026-08-31T15:09:00.830Z[ host-package] Compiling hashbrown v0.14.5
33152026-08-31T15:09:00.944Z[ helios-setup] Aug 31 15:09:00.321 INFO E| Compiling crc32fast v1.5.0
33162026-08-31T15:09:00.964Z[ host-package] Compiling rfc6979 v0.4.0
33172026-08-31T15:09:01.102Z[ helios-setup] Aug 31 15:09:00.479 INFO E| Compiling byteorder v1.5.0
33182026-08-31T15:09:01.280Z[ helios-setup] Aug 31 15:09:00.650 INFO E| Compiling utf8parse v0.2.2
33192026-08-31T15:09:01.283Z[ helios-setup] Aug 31 15:09:00.658 INFO E| Compiling getrandom v0.2.16
33202026-08-31T15:09:01.300Z[ helios-setup] Aug 31 15:09:00.677 INFO E| Compiling hashbrown v0.16.0
33212026-08-31T15:09:01.398Z[ helios-setup] Aug 31 15:09:00.775 INFO E| Compiling anstyle-parse v0.2.7
33222026-08-31T15:09:01.404Z[ helios-setup] Aug 31 15:09:00.782 INFO E| Compiling errno v0.3.14
33232026-08-31T15:09:01.491Z[ host-package] Compiling salty v0.3.0
33242026-08-31T15:09:01.670Z[ helios-setup] Aug 31 15:09:01.047 INFO E| Compiling rand_core v0.6.4
33252026-08-31T15:09:01.674Z[ host-package] Compiling ecdsa v0.16.9
33262026-08-31T15:09:01.744Z[ helios-setup] Aug 31 15:09:01.118 INFO E| Compiling allocator-api2 v0.2.21
33272026-08-31T15:09:01.835Z[ helios-setup] Aug 31 15:09:01.172 INFO E| Compiling colorchoice v1.0.4
33282026-08-31T15:09:01.835Z[ helios-setup] Aug 31 15:09:01.172 INFO E| Compiling anstyle-query v1.1.4
33292026-08-31T15:09:01.835Z[ helios-setup] Aug 31 15:09:01.172 INFO E| Compiling is_terminal_polyfill v1.70.2
33302026-08-31T15:09:01.841Z[ helios-setup] Aug 31 15:09:01.200 INFO E| Compiling radium v0.7.0
33312026-08-31T15:09:01.841Z[ helios-setup] Aug 31 15:09:01.208 INFO E| Compiling toml_datetime v0.7.3
33322026-08-31T15:09:01.969Z[ helios-setup] Aug 31 15:09:01.344 INFO E| Compiling cpufeatures v0.2.17
33332026-08-31T15:09:01.987Z[ helios-setup] Aug 31 15:09:01.362 INFO E| Compiling shlex v1.3.0
33342026-08-31T15:09:02.017Z[ host-package] Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
33352026-08-31T15:09:02.033Z[ helios-setup] Aug 31 15:09:01.411 INFO E| Compiling find-msvc-tools v0.1.4
33362026-08-31T15:09:02.051Z[ helios-setup] Aug 31 15:09:01.428 INFO E| Compiling anstyle v1.0.13
33372026-08-31T15:09:02.157Z[ helios-setup] Aug 31 15:09:01.534 INFO E| Compiling indexmap v2.12.0
33382026-08-31T15:09:02.286Z[ helios-setup] Aug 31 15:09:01.663 INFO E| Compiling syn v1.0.109
33392026-08-31T15:09:02.292Z[ helios-setup] Aug 31 15:09:01.670 INFO E| Compiling cc v1.2.44
33402026-08-31T15:09:02.460Z[ helios-setup] Aug 31 15:09:01.837 INFO E| Compiling toml_parser v1.0.4
33412026-08-31T15:09:02.476Z[ helios-setup] Aug 31 15:09:01.854 INFO E| Compiling slog v2.8.2
33422026-08-31T15:09:02.519Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
33432026-08-31T15:09:02.607Z[ helios-setup] Aug 31 15:09:01.981 INFO E| Compiling block-buffer v0.10.4
33442026-08-31T15:09:02.619Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
33452026-08-31T15:09:02.650Z[ helios-setup] Aug 31 15:09:02.027 INFO E| Compiling syn v2.0.108
33462026-08-31T15:09:02.682Z[ host-package] Compiling chumsky v0.9.3
33472026-08-31T15:09:02.771Z[ helios-setup] Aug 31 15:09:02.149 INFO E| Compiling crypto-common v0.1.6
33482026-08-31T15:09:02.807Z[ helios-setup] Aug 31 15:09:02.184 INFO E| Compiling anstream v0.6.21
33492026-08-31T15:09:02.820Z[ helios-setup] Aug 31 15:09:02.196 INFO E| Compiling pkg-config v0.3.32
33502026-08-31T15:09:02.820Z[ helios-setup] Aug 31 15:09:02.196 INFO E| Compiling pin-project-lite v0.2.16
33512026-08-31T15:09:02.857Z[ helios-setup] Aug 31 15:09:02.232 INFO E| Compiling parking_lot_core v0.9.12
33522026-08-31T15:09:02.893Z[ helios-setup] Aug 31 15:09:02.269 INFO E| Compiling digest v0.10.7
33532026-08-31T15:09:02.935Z[ helios-setup] Aug 31 15:09:02.312 INFO E| Compiling unicode-width v0.2.2
33542026-08-31T15:09:03.004Z[ host-package] Compiling knus-derive v3.4.0
33552026-08-31T15:09:03.059Z[ helios-setup] Aug 31 15:09:02.425 INFO E| Compiling futures-core v0.3.31
33562026-08-31T15:09:03.231Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33572026-08-31T15:09:03.294Z[ helios-setup] Aug 31 15:09:02.671 INFO E| Compiling sha2 v0.10.9
33582026-08-31T15:09:03.404Z[ helios-setup] Aug 31 15:09:02.782 INFO E| Compiling toml_edit v0.23.7
33592026-08-31T15:09:03.430Z[ helios-setup] Aug 31 15:09:02.808 INFO E| Compiling tap v1.0.1
33602026-08-31T15:09:03.541Z[ helios-setup] Aug 31 15:09:02.919 INFO E| Compiling maybe-uninit v2.0.0
33612026-08-31T15:09:03.548Z[ helios-setup] Aug 31 15:09:02.925 INFO E| Compiling futures-sink v0.3.31
33622026-08-31T15:09:03.686Z[ helios-setup] Aug 31 15:09:03.062 INFO E| Compiling futures-channel v0.3.31
33632026-08-31T15:09:03.702Z[ helios-setup] Aug 31 15:09:03.078 INFO E| Compiling wyz v0.5.1
33642026-08-31T15:09:03.718Z[ helios-setup] Aug 31 15:09:03.096 INFO E| Compiling getopts v0.2.24
33652026-08-31T15:09:03.734Z[ helios-setup] Aug 31 15:09:03.111 INFO E| Compiling num-integer v0.1.46
33662026-08-31T15:09:03.816Z[ helios-setup] Aug 31 15:09:03.194 INFO E| Compiling ahash v0.8.12
33672026-08-31T15:09:03.983Z[ helios-setup] Aug 31 15:09:03.360 INFO E| Compiling bitflags v2.10.0
33682026-08-31T15:09:04.093Z[ helios-setup] Aug 31 15:09:03.470 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
33692026-08-31T15:09:04.142Z[ helios-setup] Aug 31 15:09:03.519 INFO E| Compiling getrandom v0.3.4
33702026-08-31T15:09:04.252Z[ helios-setup] Aug 31 15:09:03.630 INFO E| Compiling spin v0.9.8
33712026-08-31T15:09:04.279Z[ host-package] Compiling polar-core v0.27.3
33722026-08-31T15:09:04.426Z[ helios-setup] Aug 31 15:09:03.804 INFO E| Compiling powerfmt v0.2.0
33732026-08-31T15:09:04.453Z[ helios-setup] Aug 31 15:09:03.830 INFO E| Compiling packed_struct v0.10.1
33742026-08-31T15:09:04.499Z[ helios-setup] Aug 31 15:09:03.876 INFO E| Compiling thiserror v1.0.69
33752026-08-31T15:09:04.572Z[ helios-setup] Aug 31 15:09:03.908 INFO E| Compiling clap_lex v0.7.6
33762026-08-31T15:09:04.578Z[ helios-setup] Aug 31 15:09:03.915 INFO E| Compiling itoa v1.0.15
33772026-08-31T15:09:04.751Z[ helios-setup] Aug 31 15:09:04.124 INFO E| Compiling futures-io v0.3.31
33782026-08-31T15:09:04.808Z[ helios-setup] Aug 31 15:09:04.185 INFO E| Compiling scopeguard v1.2.0
33792026-08-31T15:09:04.850Z[ helios-setup] Aug 31 15:09:04.227 INFO E| Compiling heck v0.5.0
33802026-08-31T15:09:04.857Z[ helios-setup] Aug 31 15:09:04.234 INFO E| Compiling pin-utils v0.1.0
33812026-08-31T15:09:04.871Z[ helios-setup] Aug 31 15:09:04.248 INFO E| Compiling num-conv v0.1.0
33822026-08-31T15:09:04.892Z[ helios-setup] Aug 31 15:09:04.269 INFO E| Compiling proc-macro-crate v3.4.0
33832026-08-31T15:09:04.940Z[ helios-setup] Aug 31 15:09:04.314 INFO E| Compiling num-bigint-dig v0.8.4
33842026-08-31T15:09:04.971Z[ helios-setup] Aug 31 15:09:04.345 INFO E| Compiling strsim v0.11.1
33852026-08-31T15:09:05.001Z[ helios-setup] Aug 31 15:09:04.378 INFO E| Compiling time-core v0.1.6
33862026-08-31T15:09:05.127Z[ helios-setup] Aug 31 15:09:04.504 INFO E| Compiling slab v0.4.11
33872026-08-31T15:09:05.178Z[ helios-setup] Aug 31 15:09:04.554 INFO E| Compiling futures-task v0.3.31
33882026-08-31T15:09:05.254Z[ helios-setup] Aug 31 15:09:04.631 INFO E| Compiling funty v2.0.0
33892026-08-31T15:09:05.272Z[ helios-setup] Aug 31 15:09:04.649 INFO E| Compiling bytes v1.10.1
33902026-08-31T15:09:05.355Z[ helios-setup] Aug 31 15:09:04.732 INFO E| Compiling lock_api v0.4.14
33912026-08-31T15:09:05.387Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
33922026-08-31T15:09:05.560Z[ host-package] Compiling primeorder v0.13.6
33932026-08-31T15:09:05.610Z[ helios-setup] Aug 31 15:09:04.987 INFO E| Compiling time-macros v0.2.24
33942026-08-31T15:09:05.685Z[ helios-setup] Aug 31 15:09:05.062 INFO E| Compiling deranged v0.5.5
33952026-08-31T15:09:05.795Z[ helios-setup] Aug 31 15:09:05.172 INFO E| Compiling num-iter v0.1.45
33962026-08-31T15:09:05.818Z[ helios-setup] Aug 31 15:09:05.194 INFO E| Compiling lazy_static v1.5.0
33972026-08-31T15:09:05.825Z[ helios-setup] Aug 31 15:09:05.202 INFO E| Compiling bitvec v1.0.1
33982026-08-31T15:09:05.888Z[ helios-setup] Aug 31 15:09:05.265 INFO E| Compiling indexmap v1.9.3
33992026-08-31T15:09:05.895Z[ helios-setup] Aug 31 15:09:05.272 INFO E| Compiling terminal_size v0.4.3
34002026-08-31T15:09:05.930Z[ helios-setup] Aug 31 15:09:05.307 INFO E| Compiling crc-catalog v2.4.0
34012026-08-31T15:09:06.037Z[ helios-setup] Aug 31 15:09:05.414 INFO E| Compiling clap_builder v4.5.51
34022026-08-31T15:09:06.074Z[ helios-setup] Aug 31 15:09:05.451 INFO E| Compiling once_cell v1.21.3
34032026-08-31T15:09:06.120Z[ helios-setup] Aug 31 15:09:05.497 INFO E| Compiling iana-time-zone v0.1.64
34042026-08-31T15:09:06.329Z[ helios-setup] Aug 31 15:09:05.707 INFO E| Compiling thiserror v2.0.17
34052026-08-31T15:09:06.350Z[ host-package] Compiling nonempty v0.12.0
34062026-08-31T15:09:06.488Z[ host-package] Compiling p384 v0.13.1
34072026-08-31T15:09:06.553Z[ helios-setup] Aug 31 15:09:05.929 INFO E| Compiling adler2 v2.0.1
34082026-08-31T15:09:06.569Z[ helios-setup] Aug 31 15:09:05.946 INFO E| Compiling nodrop v0.1.14
34092026-08-31T15:09:06.729Z[ helios-setup] Aug 31 15:09:06.106 INFO E| Compiling serde_json v1.0.145
34102026-08-31T15:09:06.840Z[ helios-setup] Aug 31 15:09:06.215 INFO E| Compiling log v0.4.28
34112026-08-31T15:09:06.851Z[ helios-setup] Aug 31 15:09:06.229 INFO E| Compiling simd-adler32 v0.3.7
34122026-08-31T15:09:07.144Z[ helios-setup] Aug 31 15:09:06.522 INFO E| Compiling miniz_oxide v0.8.9
34132026-08-31T15:09:07.161Z[ host-package] Compiling knus v3.4.0
34142026-08-31T15:09:07.192Z[ helios-setup] Aug 31 15:09:06.569 INFO E| Compiling array-init v0.0.4
34152026-08-31T15:09:07.235Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34162026-08-31T15:09:07.360Z[ helios-setup] Aug 31 15:09:06.736 INFO E| Compiling env_filter v0.1.4
34172026-08-31T15:09:07.447Z[ helios-setup] Aug 31 15:09:06.825 INFO E| Compiling chrono v0.4.42
34182026-08-31T15:09:07.506Z[ helios-setup] Aug 31 15:09:06.884 INFO E| Compiling parking_lot v0.12.5
34192026-08-31T15:09:07.531Z[ helios-setup] Aug 31 15:09:06.908 INFO E| Compiling crc v3.3.0
34202026-08-31T15:09:07.625Z[ helios-setup] Aug 31 15:09:07.003 INFO E| Compiling smallvec v0.6.14
34212026-08-31T15:09:07.714Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34222026-08-31T15:09:08.027Z[ helios-setup] Aug 31 15:09:07.397 INFO E| Compiling serde_spanned v1.0.3
34232026-08-31T15:09:08.072Z[ helios-setup] Aug 31 15:09:07.449 INFO E| Compiling time v0.3.44
34242026-08-31T15:09:08.279Z[ helios-setup] Aug 31 15:09:07.656 INFO E| Compiling signature v2.2.0
34252026-08-31T15:09:08.382Z[ helios-setup] Aug 31 15:09:07.760 INFO E| Compiling socket2 v0.6.1
34262026-08-31T15:09:08.443Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34272026-08-31T15:09:08.601Z[ helios-setup] Aug 31 15:09:07.976 INFO E| Compiling mio v1.1.0
34282026-08-31T15:09:08.696Z[ helios-setup] Aug 31 15:09:08.072 INFO E| Compiling is-terminal v0.4.17
34292026-08-31T15:09:08.741Z[ helios-setup] Aug 31 15:09:08.118 INFO E| Compiling signal-hook-registry v1.4.6
34302026-08-31T15:09:08.883Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
34312026-08-31T15:09:08.978Z[ helios-setup] Aug 31 15:09:08.355 INFO E| Compiling thread_local v1.1.9
34322026-08-31T15:09:09.083Z[ helios-setup] Aug 31 15:09:08.461 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
34332026-08-31T15:09:09.199Z[ helios-setup] Aug 31 15:09:08.575 INFO E| Compiling libdevinfo-sys v1.1.0
34342026-08-31T15:09:09.409Z[ helios-setup] Aug 31 15:09:08.786 INFO E| Compiling subtle v2.6.1
34352026-08-31T15:09:09.507Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34362026-08-31T15:09:09.696Z[ helios-setup] Aug 31 15:09:09.072 INFO E| Compiling hashbrown v0.12.3
34372026-08-31T15:09:09.730Z[ helios-setup] Aug 31 15:09:09.107 INFO E| Compiling winnow v0.5.40
34382026-08-31T15:09:09.730Z[ helios-setup] Aug 31 15:09:09.108 INFO E| Compiling ryu v1.0.20
34392026-08-31T15:09:09.776Z[ helios-setup] Aug 31 15:09:09.152 INFO E| Compiling base64 v0.21.7
34402026-08-31T15:09:09.800Z[ host-package] Compiling fxhash v0.2.1
34412026-08-31T15:09:09.916Z[ helios-setup] Aug 31 15:09:09.293 INFO E| Compiling term v1.2.0
34422026-08-31T15:09:09.963Z[ helios-setup] Aug 31 15:09:09.340 INFO E| Compiling toml_writer v1.0.4
34432026-08-31T15:09:10.088Z[ helios-setup] Aug 31 15:09:09.465 INFO E| Compiling bzip2 v0.4.4
34442026-08-31T15:09:10.097Z[ helios-setup] Aug 31 15:09:09.475 INFO E| Compiling packed_struct_codegen v0.10.1
34452026-08-31T15:09:10.117Z[ helios-setup] Aug 31 15:09:09.494 INFO E| Compiling flate2 v1.1.5
34462026-08-31T15:09:10.181Z[ helios-setup] Aug 31 15:09:09.558 INFO E| Compiling serde_derive v1.0.228
34472026-08-31T15:09:10.314Z[ helios-setup] Aug 31 15:09:09.691 INFO E| Compiling zerocopy-derive v0.8.27
34482026-08-31T15:09:10.406Z[ helios-setup] Aug 31 15:09:09.783 INFO E| Compiling der_derive v0.7.3
34492026-08-31T15:09:10.422Z[ host-package] Compiling libz-sys v1.1.24
34502026-08-31T15:09:10.577Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34512026-08-31T15:09:10.726Z[ helios-setup] Aug 31 15:09:10.104 INFO E| Compiling futures-macro v0.3.31
34522026-08-31T15:09:10.726Z[ helios-setup] Aug 31 15:09:10.104 INFO E| Compiling clap_derive v4.5.49
34532026-08-31T15:09:10.842Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
34542026-08-31T15:09:10.970Z[ helios-setup] Aug 31 15:09:10.347 INFO E| Compiling thiserror-impl v1.0.69
34552026-08-31T15:09:11.040Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34562026-08-31T15:09:11.096Z[ helios-setup] Aug 31 15:09:10.473 INFO E| Compiling bitfield-macros v0.19.3
34572026-08-31T15:09:11.143Z[ helios-setup] Aug 31 15:09:10.520 INFO E| Compiling zerocopy-derive v0.6.6
34582026-08-31T15:09:11.688Z[ helios-setup] Aug 31 15:09:11.065 INFO E| Compiling num_enum_derive v0.7.5
34592026-08-31T15:09:11.707Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34602026-08-31T15:09:12.175Z[ helios-setup] Aug 31 15:09:11.552 INFO E| Compiling tokio-macros v2.6.0
34612026-08-31T15:09:12.338Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34622026-08-31T15:09:12.514Z[ helios-setup] Aug 31 15:09:11.890 INFO E| Compiling der v0.7.10
34632026-08-31T15:09:12.597Z[ helios-setup] Aug 31 15:09:11.971 INFO E| Compiling futures-util v0.3.31
34642026-08-31T15:09:12.732Z[ helios-setup] Aug 31 15:09:12.109 INFO E| Compiling bitfield v0.19.3
34652026-08-31T15:09:12.970Z[ helios-setup] Aug 31 15:09:12.345 INFO E| Compiling thiserror-impl v2.0.17
34662026-08-31T15:09:13.265Z[ helios-setup] Aug 31 15:09:12.642 INFO E| Compiling zerocopy v0.6.6
34672026-08-31T15:09:13.487Z[ helios-setup] Aug 31 15:09:12.864 INFO E| Compiling toml v0.9.8
34682026-08-31T15:09:13.687Z[ helios-setup] Aug 31 15:09:13.061 INFO E| Compiling uuid v1.18.1
34692026-08-31T15:09:13.763Z[ helios-setup] Aug 31 15:09:13.141 INFO E| Compiling env_logger v0.11.8
34702026-08-31T15:09:13.903Z[ helios-setup] Aug 31 15:09:13.280 INFO E| Compiling tokio v1.48.0
34712026-08-31T15:09:13.916Z[ helios-setup] Aug 31 15:09:13.294 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34722026-08-31T15:09:13.964Z[ helios-setup] Aug 31 15:09:13.341 INFO E| Compiling clap v4.5.51
34732026-08-31T15:09:14.065Z[ helios-setup] Aug 31 15:09:13.442 INFO E| Compiling bitflags v1.3.2
34742026-08-31T15:09:14.072Z[ helios-setup] Aug 31 15:09:13.449 INFO E| Compiling num_enum v0.7.5
34752026-08-31T15:09:14.155Z[ helios-setup] Aug 31 15:09:13.533 INFO E| Compiling hex v0.4.3
34762026-08-31T15:09:14.231Z[ host-package] Compiling kstat-rs v0.2.5
34772026-08-31T15:09:14.359Z[ helios-setup] Aug 31 15:09:13.736 INFO E| Compiling devinfo v0.1.0
34782026-08-31T15:09:14.466Z[ helios-setup] Aug 31 15:09:13.843 INFO E| Compiling crc-any v2.5.0
34792026-08-31T15:09:14.507Z[ helios-setup] Aug 31 15:09:13.884 INFO E| Compiling rustc-hash v2.1.1
34802026-08-31T15:09:14.516Z[ helios-setup] Aug 31 15:09:13.893 INFO E| Compiling foldhash v0.2.0
34812026-08-31T15:09:14.607Z[ helios-setup] Aug 31 15:09:13.984 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
34822026-08-31T15:09:14.834Z[ helios-setup] Aug 31 15:09:14.211 INFO E| Compiling iddqd v0.3.14
34832026-08-31T15:09:15.023Z[ helios-setup] Aug 31 15:09:14.399 INFO E| Compiling zip v0.6.6
34842026-08-31T15:09:15.051Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34852026-08-31T15:09:15.129Z[ host-package] Compiling mime_guess v2.0.5
34862026-08-31T15:09:15.168Z[ helios-setup] Aug 31 15:09:14.543 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
34872026-08-31T15:09:15.295Z[ helios-setup] Aug 31 15:09:14.669 INFO E| Compiling spki v0.7.3
34882026-08-31T15:09:15.507Z[ helios-setup] Aug 31 15:09:14.882 INFO E| Compiling path-slash v0.1.5
34892026-08-31T15:09:15.628Z[ helios-setup] Aug 31 15:09:15.005 INFO E| Compiling pkcs8 v0.10.2
34902026-08-31T15:09:15.743Z[ helios-setup] Aug 31 15:09:15.120 INFO E| Compiling x509-cert v0.2.5
34912026-08-31T15:09:16.006Z[ helios-setup] Aug 31 15:09:15.383 INFO E| Compiling pkcs1 v0.7.5
34922026-08-31T15:09:16.647Z[ helios-setup] Aug 31 15:09:16.024 INFO E| Compiling ppv-lite86 v0.2.21
34932026-08-31T15:09:16.882Z[ helios-setup] Aug 31 15:09:16.257 INFO E| Compiling erased-serde v0.3.31
34942026-08-31T15:09:17.236Z[ helios-setup] Aug 31 15:09:16.613 INFO E| Compiling serde_spanned v0.6.9
34952026-08-31T15:09:17.337Z[ host-package] Compiling nanorand v0.7.0
34962026-08-31T15:09:17.360Z[ helios-setup] Aug 31 15:09:16.737 INFO E| Compiling rand_chacha v0.3.1
34972026-08-31T15:09:17.567Z[ helios-setup] Aug 31 15:09:16.944 INFO E| Compiling toml_datetime v0.6.11
34982026-08-31T15:09:17.708Z[ helios-setup] Aug 31 15:09:17.085 INFO E| Compiling rand v0.8.5
34992026-08-31T15:09:17.715Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
35002026-08-31T15:09:17.748Z[ helios-setup] Aug 31 15:09:17.123 INFO E| Compiling futures-executor v0.3.31
35012026-08-31T15:09:17.843Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35022026-08-31T15:09:18.041Z[ host-package] Compiling parking_lot_core v0.8.6
35032026-08-31T15:09:18.285Z[ host-package] Compiling flume v0.11.1
35042026-08-31T15:09:18.467Z[ helios-setup] Aug 31 15:09:17.810 INFO E| Compiling hashbrown v0.13.2
35052026-08-31T15:09:18.548Z[ helios-setup] Aug 31 15:09:17.926 INFO E| Compiling futures v0.3.31
35062026-08-31T15:09:18.652Z[ helios-setup] Aug 31 15:09:18.029 INFO E| Compiling slog-term v2.9.2
35072026-08-31T15:09:18.836Z[ helios-setup] Aug 31 15:09:18.213 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
35082026-08-31T15:09:18.903Z[ helios-setup] Aug 31 15:09:18.281 INFO E| Compiling toml_edit v0.19.15
35092026-08-31T15:09:19.016Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35102026-08-31T15:09:19.064Z[ helios-setup] Aug 31 15:09:18.438 INFO E| Compiling ron v0.8.1
35112026-08-31T15:09:19.114Z[ helios-setup] Aug 31 15:09:18.490 INFO E| Compiling serde-hex v0.1.0
35122026-08-31T15:09:19.485Z[ helios-setup] Aug 31 15:09:18.862 INFO E| Compiling object v0.30.4
35132026-08-31T15:09:19.697Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35142026-08-31T15:09:19.837Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35152026-08-31T15:09:20.515Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35162026-08-31T15:09:20.527Z[ helios-setup] Aug 31 15:09:19.905 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
35172026-08-31T15:09:20.838Z[ host-package] Compiling git-stub v1.0.0
35182026-08-31T15:09:20.957Z[ helios-setup] Aug 31 15:09:20.333 INFO E| Compiling rsa v0.9.8
35192026-08-31T15:09:20.980Z[ helios-setup] Aug 31 15:09:20.357 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35202026-08-31T15:09:21.114Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
35212026-08-31T15:09:21.346Z[ host-package] Compiling strsim v0.10.0
35222026-08-31T15:09:21.402Z[ helios-setup] Aug 31 15:09:20.779 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
35232026-08-31T15:09:21.402Z[ helios-setup] Aug 31 15:09:20.779 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
35242026-08-31T15:09:21.407Z[ host-package] Compiling instability v0.3.11
35252026-08-31T15:09:21.687Z[ host-package] Compiling corncobs v0.1.4
35262026-08-31T15:09:21.793Z[ host-package] Compiling http-range v0.1.5
35272026-08-31T15:09:22.014Z[ host-package] Compiling darling_core v0.13.4
35282026-08-31T15:09:22.093Z[ helios-setup] Aug 31 15:09:21.470 INFO E| Compiling toml v0.7.8
35292026-08-31T15:09:22.329Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
35302026-08-31T15:09:22.539Z[ host-package] Compiling git-stub-vcs v0.1.0
35312026-08-31T15:09:25.248Z[ host-package] Compiling oso v0.27.3
35322026-08-31T15:09:25.290Z[ host-package] Compiling diesel-dtrace v0.5.0
35332026-08-31T15:09:26.211Z[ host-package] Compiling async-bb8-diesel v0.2.1
35342026-08-31T15:09:27.202Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35352026-08-31T15:09:28.359Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35362026-08-31T15:09:28.398Z[ host-package] Compiling progenitor-impl v0.13.0
35372026-08-31T15:09:29.131Z[ helios-setup] Aug 31 15:09:28.508 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35382026-08-31T15:09:29.796Z[ host-package] Compiling ignore v0.4.25
35392026-08-31T15:09:30.406Z[ helios-setup] Aug 31 15:09:29.783 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
35402026-08-31T15:09:30.760Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35412026-08-31T15:09:30.850Z[ host-package] Compiling anstyle-parse v0.2.7
35422026-08-31T15:09:31.254Z[ host-package] Compiling secrecy v0.8.0
35432026-08-31T15:09:31.736Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35442026-08-31T15:09:32.104Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35452026-08-31T15:09:32.657Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35462026-08-31T15:09:33.214Z[ host-package] Compiling vergen-git2 v9.1.0
35472026-08-31T15:09:33.544Z[ host-package] Compiling castaway v0.2.4
35482026-08-31T15:09:33.721Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35492026-08-31T15:09:34.003Z[ host-package] Compiling indoc v2.0.7
35502026-08-31T15:09:34.284Z[ host-package] Compiling compact_str v0.8.1
35512026-08-31T15:09:34.894Z[ helios-setup] Aug 31 15:09:34.262 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
35522026-08-31T15:09:35.220Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35532026-08-31T15:09:35.297Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35542026-08-31T15:09:35.504Z[ host-package] Compiling anstream v0.6.21
35552026-08-31T15:09:35.909Z[ host-package] Compiling progenitor-macro v0.13.0
35562026-08-31T15:09:36.059Z[ host-package] Compiling globwalk v0.9.1
35572026-08-31T15:09:36.734Z[ host-package] Compiling parking_lot v0.11.2
35582026-08-31T15:09:36.860Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35592026-08-31T15:09:37.722Z[ host-package] Compiling darling_macro v0.13.4
35602026-08-31T15:09:38.137Z[ host-package] Compiling hyper-staticfile v0.10.1
35612026-08-31T15:09:38.468Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35622026-08-31T15:09:38.680Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35632026-08-31T15:09:39.109Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35642026-08-31T15:09:39.515Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35652026-08-31T15:09:39.705Z[ host-package] Compiling predicates-tree v1.0.13
35662026-08-31T15:09:39.768Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35672026-08-31T15:09:39.822Z[ host-package] Compiling unicode-truncate v1.1.0
35682026-08-31T15:09:40.203Z[ host-package] Compiling lru v0.12.5
35692026-08-31T15:09:40.285Z[ host-package] Compiling progenitor-client v0.13.0
35702026-08-31T15:09:40.529Z[ host-package] Compiling rand_seeder v0.4.0
35712026-08-31T15:09:40.606Z[ host-package] Compiling prefix-trie v0.7.0
35722026-08-31T15:09:40.714Z[ host-package] Compiling cassowary v0.3.0
35732026-08-31T15:09:40.941Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35742026-08-31T15:09:41.061Z[ host-package] Compiling ratatui v0.29.0
35752026-08-31T15:09:41.209Z[ host-package] Compiling camino-tempfile-ext v0.3.3
35762026-08-31T15:09:41.466Z[ host-package] Compiling hickory-server v0.25.2
35772026-08-31T15:09:41.593Z[ host-package] Compiling progenitor v0.13.0
35782026-08-31T15:09:41.809Z[ host-package] Compiling darling v0.13.4
35792026-08-31T15:09:41.877Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35802026-08-31T15:09:41.881Z[ host-package] Compiling sled v0.34.7
35812026-08-31T15:09:42.452Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35822026-08-31T15:09:42.541Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35832026-08-31T15:09:42.908Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35842026-08-31T15:09:43.395Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35852026-08-31T15:09:43.621Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35862026-08-31T15:09:44.124Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35872026-08-31T15:09:45.446Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35882026-08-31T15:09:46.521Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35892026-08-31T15:09:46.594Z[ helios-setup] Aug 31 15:09:45.971 INFO E| Finished `release` profile [optimized] target(s) in 49.41s
35902026-08-31T15:09:46.597Z[ helios-setup] Aug 31 15:09:45.973 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
35912026-08-31T15:09:46.597Z[ helios-setup] Aug 31 15:09:45.973 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35922026-08-31T15:09:46.654Z[ helios-setup] Aug 31 15:09:46.031 INFO building project "pilot" ok (49 seconds)
35932026-08-31T15:09:46.654Z[ helios-setup] Aug 31 15:09:46.031 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
35942026-08-31T15:09:47.555Z[ host-package] Compiling serde_with_macros v1.5.2
35952026-08-31T15:09:47.633Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35962026-08-31T15:09:48.318Z[ host-package] Compiling git2 v0.20.4
35972026-08-31T15:09:48.614Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35982026-08-31T15:09:49.099Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35992026-08-31T15:09:49.369Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36002026-08-31T15:09:49.599Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36012026-08-31T15:09:49.841Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
36022026-08-31T15:09:49.886Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
36032026-08-31T15:09:50.142Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36042026-08-31T15:09:50.199Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36052026-08-31T15:09:50.412Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
36062026-08-31T15:09:50.530Z[ host-package] Compiling arc-swap v1.8.2
36072026-08-31T15:09:50.669Z[ host-package] Compiling void v1.0.2
36082026-08-31T15:09:51.092Z[ host-package] Compiling slog-scope v4.4.1
36092026-08-31T15:09:51.589Z[ host-package] Compiling lzss v0.8.2
36102026-08-31T15:09:51.895Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36112026-08-31T15:09:52.061Z[ host-package] Compiling serde_with v1.14.0
36122026-08-31T15:09:52.109Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
36132026-08-31T15:09:53.042Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36142026-08-31T15:09:53.493Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36152026-08-31T15:09:55.264Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
36162026-08-31T15:09:55.334Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36172026-08-31T15:09:55.483Z[ host-package] Compiling scuffle v0.1.0
36182026-08-31T15:09:56.180Z[ host-package] Compiling tungstenite v0.23.0
36192026-08-31T15:09:56.378Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36202026-08-31T15:09:56.546Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36212026-08-31T15:09:57.126Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36222026-08-31T15:09:57.371Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36232026-08-31T15:09:57.541Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36242026-08-31T15:09:57.663Z[ host-package] Compiling nix v0.27.1
36252026-08-31T15:09:57.770Z[ host-package] Compiling twox-hash v2.1.2
36262026-08-31T15:09:57.813Z[ host-package] Compiling libsw-core v0.3.2
36272026-08-31T15:09:58.165Z[ host-package] Compiling atty v0.2.14
36282026-08-31T15:09:58.326Z[ host-package] Compiling serde_bytes v0.11.19
36292026-08-31T15:09:58.401Z[ host-package] Compiling libsw v3.5.0
36302026-08-31T15:09:58.586Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36312026-08-31T15:09:58.652Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
36322026-08-31T15:09:58.676Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36332026-08-31T15:09:58.733Z[ host-package] Compiling tokio-tungstenite v0.23.1
36342026-08-31T15:09:58.774Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
36352026-08-31T15:09:58.996Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36362026-08-31T15:09:59.208Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36372026-08-31T15:10:01.064Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
36382026-08-31T15:10:01.940Z[ host-package] Compiling slog-stdlog v4.1.1
36392026-08-31T15:10:02.461Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36402026-08-31T15:10:02.774Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36412026-08-31T15:10:03.293Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
36422026-08-31T15:10:03.445Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36432026-08-31T15:10:03.490Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36442026-08-31T15:10:04.635Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
36452026-08-31T15:10:04.719Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36462026-08-31T15:10:06.101Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36472026-08-31T15:10:06.537Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
36482026-08-31T15:10:07.205Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
36492026-08-31T15:10:07.368Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36502026-08-31T15:10:07.654Z[ helios-setup] Aug 31 15:10:07.030 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')"
36512026-08-31T15:10:07.654Z[ helios-setup] Aug 31 15:10:07.030 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
36522026-08-31T15:10:07.664Z[ helios-setup] Aug 31 15:10:07.039 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
36532026-08-31T15:10:07.664Z[ helios-setup] Aug 31 15:10:07.040 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
36542026-08-31T15:10:07.667Z[ helios-setup] Aug 31 15:10:07.040 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
36552026-08-31T15:10:07.775Z[ helios-setup] Aug 31 15:10:07.152 INFO E| Blocking waiting for file lock on package cache
36562026-08-31T15:10:08.843Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36572026-08-31T15:10:10.536Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36582026-08-31T15:10:10.972Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36592026-08-31T15:10:11.338Z[ helios-setup] Aug 31 15:10:10.714 INFO E| Downloading crates ...
36602026-08-31T15:10:11.343Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36612026-08-31T15:10:11.388Z[ helios-setup] Aug 31 15:10:10.765 INFO E| Downloaded bitflags v2.9.1
36622026-08-31T15:10:11.392Z[ helios-setup] Aug 31 15:10:10.769 INFO E| Downloaded anyhow v1.0.98
36632026-08-31T15:10:11.396Z[ helios-setup] Aug 31 15:10:10.771 INFO E| Downloaded time-core v0.1.4
36642026-08-31T15:10:11.403Z[ helios-setup] Aug 31 15:10:10.779 INFO E| Downloaded errno v0.3.12
36652026-08-31T15:10:11.411Z[ helios-setup] Aug 31 15:10:10.788 INFO E| Downloaded serde_with_macros v3.12.0
36662026-08-31T15:10:11.414Z[ helios-setup] Aug 31 15:10:10.789 INFO E| Downloaded deranged v0.4.0
36672026-08-31T15:10:11.417Z[ helios-setup] Aug 31 15:10:10.794 INFO E| Downloaded time-macros v0.2.22
36682026-08-31T15:10:11.421Z[ helios-setup] Aug 31 15:10:10.797 INFO E| Downloaded iana-time-zone v0.1.63
36692026-08-31T15:10:11.424Z[ helios-setup] Aug 31 15:10:10.799 INFO E| Downloaded tempfile v3.20.0
36702026-08-31T15:10:11.434Z[ helios-setup] Aug 31 15:10:10.811 INFO E| Downloaded getrandom v0.3.3
36712026-08-31T15:10:11.440Z[ helios-setup] Aug 31 15:10:10.817 INFO E| Downloaded indexmap v2.9.0
36722026-08-31T15:10:11.461Z[ helios-setup] Aug 31 15:10:10.837 INFO E| Downloaded time v0.3.41
36732026-08-31T15:10:11.466Z[ helios-setup] Aug 31 15:10:10.842 INFO E| Downloaded hashbrown v0.15.3
36742026-08-31T15:10:11.470Z[ helios-setup] Aug 31 15:10:10.846 INFO E| Downloaded serde_with v3.12.0
36752026-08-31T15:10:11.475Z[ helios-setup] Aug 31 15:10:10.851 INFO E| Downloaded chrono v0.4.41
36762026-08-31T15:10:11.487Z[ helios-setup] Aug 31 15:10:10.864 INFO E| Downloaded rustix v1.0.7
36772026-08-31T15:10:11.556Z[ helios-setup] Aug 31 15:10:10.932 INFO E| Compiling proc-macro2 v1.0.95
36782026-08-31T15:10:11.556Z[ helios-setup] Aug 31 15:10:10.932 INFO E| Compiling unicode-ident v1.0.18
36792026-08-31T15:10:11.560Z[ helios-setup] Aug 31 15:10:10.932 INFO E| Compiling libc v0.2.172
36802026-08-31T15:10:11.560Z[ helios-setup] Aug 31 15:10:10.932 INFO E| Compiling fnv v1.0.7
36812026-08-31T15:10:11.560Z[ helios-setup] Aug 31 15:10:10.933 INFO E| Compiling strsim v0.11.1
36822026-08-31T15:10:11.560Z[ helios-setup] Aug 31 15:10:10.933 INFO E| Compiling ident_case v1.0.1
36832026-08-31T15:10:11.560Z[ helios-setup] Aug 31 15:10:10.933 INFO E| Compiling serde v1.0.219
36842026-08-31T15:10:11.560Z[ helios-setup] Aug 31 15:10:10.933 INFO E| Compiling getrandom v0.3.3
36852026-08-31T15:10:11.560Z[ helios-setup] Aug 31 15:10:10.933 INFO E| Compiling rustix v1.0.7
36862026-08-31T15:10:11.560Z[ helios-setup] Aug 31 15:10:10.933 INFO E| Compiling bitflags v2.9.1
36872026-08-31T15:10:11.560Z[ helios-setup] Aug 31 15:10:10.933 INFO E| Compiling cfg-if v1.0.0
36882026-08-31T15:10:11.560Z[ helios-setup] Aug 31 15:10:10.933 INFO E| Compiling serde_json v1.0.140
36892026-08-31T15:10:11.560Z[ helios-setup] Aug 31 15:10:10.933 INFO E| Compiling thiserror v2.0.12
36902026-08-31T15:10:11.560Z[ helios-setup] Aug 31 15:10:10.933 INFO E| Compiling anyhow v1.0.98
36912026-08-31T15:10:11.641Z[ helios-setup] Aug 31 15:10:10.982 INFO E| Compiling ryu v1.0.20
36922026-08-31T15:10:11.645Z[ helios-setup] Aug 31 15:10:10.988 INFO E| Compiling once_cell v1.21.3
36932026-08-31T15:10:11.838Z[ helios-setup] Aug 31 15:10:11.214 INFO E| Compiling itoa v1.0.15
36942026-08-31T15:10:11.852Z[ helios-setup] Aug 31 15:10:11.229 INFO E| Compiling memchr v2.7.4
36952026-08-31T15:10:12.007Z[ helios-setup] Aug 31 15:10:11.384 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
36962026-08-31T15:10:12.020Z[ helios-setup] Aug 31 15:10:11.397 INFO E| Compiling fastrand v2.3.0
36972026-08-31T15:10:13.025Z[ helios-setup] Aug 31 15:10:12.401 INFO E| Compiling errno v0.3.12
36982026-08-31T15:10:13.338Z[ helios-setup] Aug 31 15:10:12.714 INFO E| Compiling quote v1.0.40
36992026-08-31T15:10:13.399Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37002026-08-31T15:10:13.532Z[ helios-setup] Aug 31 15:10:12.908 INFO E| Compiling syn v2.0.101
37012026-08-31T15:10:14.070Z[ helios-setup] Aug 31 15:10:13.446 INFO E| Compiling tempfile v3.20.0
37022026-08-31T15:10:14.379Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37032026-08-31T15:10:14.686Z[ host-package] Compiling fatfs v0.3.6
37042026-08-31T15:10:15.131Z[ host-package] Compiling signal-hook-tokio v0.3.1
37052026-08-31T15:10:15.394Z[ host-package] Compiling yasna v0.5.2
37062026-08-31T15:10:15.452Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37072026-08-31T15:10:15.730Z[ host-package] Compiling assert_matches v1.5.0
37082026-08-31T15:10:15.762Z[ host-package] Compiling seq-macro v0.3.6
37092026-08-31T15:10:15.860Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37102026-08-31T15:10:16.045Z[ host-package] Compiling rcgen v0.12.1
37112026-08-31T15:10:16.293Z[ helios-setup] Aug 31 15:10:15.668 INFO E| Compiling darling_core v0.20.11
37122026-08-31T15:10:17.137Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37132026-08-31T15:10:17.179Z[ helios-setup] Aug 31 15:10:16.556 INFO E| Compiling serde_derive v1.0.219
37142026-08-31T15:10:17.180Z[ helios-setup] Aug 31 15:10:16.556 INFO E| Compiling thiserror-impl v2.0.12
37152026-08-31T15:10:18.184Z[ helios-setup] Aug 31 15:10:17.561 INFO E| Compiling darling_macro v0.20.11
37162026-08-31T15:10:18.242Z[ host-package] Compiling slog-envlogger v2.2.0
37172026-08-31T15:10:18.931Z[ helios-setup] Aug 31 15:10:18.307 INFO E| Compiling darling v0.20.11
37182026-08-31T15:10:19.021Z[ helios-setup] Aug 31 15:10:18.398 INFO E| Compiling serde_with_macros v3.12.0
37192026-08-31T15:10:19.658Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37202026-08-31T15:10:20.009Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37212026-08-31T15:10:20.059Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37222026-08-31T15:10:20.859Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37232026-08-31T15:10:21.110Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37242026-08-31T15:10:21.136Z[ host-package] Compiling port-file v0.1.0
37252026-08-31T15:10:21.413Z[ host-package] Compiling subprocess v0.2.15
37262026-08-31T15:10:21.741Z[ host-package] Compiling rtoolbox v0.0.3
37272026-08-31T15:10:22.110Z[ host-package] Compiling rpassword v7.5.4
37282026-08-31T15:10:22.754Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37292026-08-31T15:10:22.778Z[ helios-setup] Aug 31 15:10:22.154 INFO E| Compiling serde_with v3.12.0
37302026-08-31T15:10:23.886Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37312026-08-31T15:10:24.153Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37322026-08-31T15:10:24.772Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37332026-08-31T15:10:24.910Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37342026-08-31T15:10:26.691Z[ host-package] Compiling tui-tree-widget v0.23.1
37352026-08-31T15:10:27.093Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37362026-08-31T15:10:27.360Z[ helios-setup] Aug 31 15:10:26.735 INFO E| Finished `release` profile [optimized] target(s) in 19.68s
37372026-08-31T15:10:27.382Z[ helios-setup] Aug 31 15:10:26.759 INFO building project "dmar-report" ok (19 seconds)
37382026-08-31T15:10:27.382Z[ helios-setup] Aug 31 15:10:26.759 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
37392026-08-31T15:10:27.392Z[ helios-setup] Aug 31 15:10:26.769 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
37402026-08-31T15:10:27.392Z[ helios-setup] Aug 31 15:10:26.769 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
37412026-08-31T15:10:27.396Z[ helios-setup] Aug 31 15:10:26.769 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
37422026-08-31T15:10:27.504Z[ helios-setup] Aug 31 15:10:26.880 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
37432026-08-31T15:10:28.061Z[ helios-setup] Aug 31 15:10:27.437 INFO E| From https://github.com/jclulow/rust-jmclib
37442026-08-31T15:10:28.061Z[ helios-setup] Aug 31 15:10:27.438 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
37452026-08-31T15:10:28.074Z[ helios-setup] Aug 31 15:10:27.449 INFO E| Updating crates.io index
37462026-08-31T15:10:28.117Z[ helios-setup] Aug 31 15:10:27.493 INFO E| Downloading crates ...
37472026-08-31T15:10:28.170Z[ helios-setup] Aug 31 15:10:27.546 INFO E| Downloaded glob v0.3.1
37482026-08-31T15:10:28.174Z[ helios-setup] Aug 31 15:10:27.551 INFO E| Downloaded getrandom v0.2.10
37492026-08-31T15:10:28.177Z[ helios-setup] Aug 31 15:10:27.554 INFO E| Downloaded cpufeatures v0.2.9
37502026-08-31T15:10:28.182Z[ helios-setup] Aug 31 15:10:27.558 INFO E| Downloaded serde_derive v1.0.193
37512026-08-31T15:10:28.185Z[ helios-setup] Aug 31 15:10:27.560 INFO E| Downloaded errno v0.3.1
37522026-08-31T15:10:28.185Z[ helios-setup] Aug 31 15:10:27.561 INFO E| Downloaded fastrand v2.0.0
37532026-08-31T15:10:28.191Z[ helios-setup] Aug 31 15:10:27.566 INFO E| Downloaded block-buffer v0.9.0
37542026-08-31T15:10:28.194Z[ helios-setup] Aug 31 15:10:27.568 INFO E| Downloaded digest v0.9.0
37552026-08-31T15:10:28.194Z[ helios-setup] Aug 31 15:10:27.569 INFO E| Downloaded md-5 v0.9.1
37562026-08-31T15:10:28.194Z[ helios-setup] Aug 31 15:10:27.570 INFO E| Downloaded sha-1 v0.9.8
37572026-08-31T15:10:28.202Z[ helios-setup] Aug 31 15:10:27.578 INFO E| Downloaded libdevinfo-sys v1.0.0
37582026-08-31T15:10:28.207Z[ helios-setup] Aug 31 15:10:27.584 INFO E| Downloaded typenum v1.16.0
37592026-08-31T15:10:28.210Z[ helios-setup] Aug 31 15:10:27.586 INFO E| Downloaded anyhow v1.0.72
37602026-08-31T15:10:28.220Z[ helios-setup] Aug 31 15:10:27.592 INFO E| Downloaded walkdir v2.3.3
37612026-08-31T15:10:28.220Z[ helios-setup] Aug 31 15:10:27.592 INFO E| Downloaded tempfile v3.7.0
37622026-08-31T15:10:28.223Z[ helios-setup] Aug 31 15:10:27.594 INFO E| Downloaded bitflags v2.3.3
37632026-08-31T15:10:28.223Z[ helios-setup] Aug 31 15:10:27.596 INFO E| Downloaded unicode-ident v1.0.11
37642026-08-31T15:10:28.223Z[ helios-setup] Aug 31 15:10:27.598 INFO E| Downloaded once_cell v1.18.0
37652026-08-31T15:10:28.223Z[ helios-setup] Aug 31 15:10:27.599 INFO E| Downloaded quote v1.0.31
37662026-08-31T15:10:28.226Z[ helios-setup] Aug 31 15:10:27.601 INFO E| Downloaded toml v0.5.11
37672026-08-31T15:10:28.227Z[ helios-setup] Aug 31 15:10:27.602 INFO E| Downloaded proc-macro2 v1.0.66
37682026-08-31T15:10:28.230Z[ helios-setup] Aug 31 15:10:27.603 INFO E| Downloaded uuid v0.8.2
37692026-08-31T15:10:28.234Z[ helios-setup] Aug 31 15:10:27.610 INFO E| Downloaded serde v1.0.193
37702026-08-31T15:10:28.252Z[ helios-setup] Aug 31 15:10:27.629 INFO E| Downloaded serde_json v1.0.103
37712026-08-31T15:10:28.271Z[ helios-setup] Aug 31 15:10:27.647 INFO E| Downloaded syn v2.0.32
37722026-08-31T15:10:28.285Z[ helios-setup] Aug 31 15:10:27.658 INFO E| Downloaded rustix v0.38.4
37732026-08-31T15:10:28.302Z[ helios-setup] Aug 31 15:10:27.678 INFO E| Downloaded libc v0.2.147
37742026-08-31T15:10:28.364Z[ helios-setup] Aug 31 15:10:27.740 INFO E| Compiling libc v0.2.147
37752026-08-31T15:10:28.364Z[ helios-setup] Aug 31 15:10:27.740 INFO E| Compiling proc-macro2 v1.0.66
37762026-08-31T15:10:28.364Z[ helios-setup] Aug 31 15:10:27.740 INFO E| Compiling cfg-if v1.0.0
37772026-08-31T15:10:28.364Z[ helios-setup] Aug 31 15:10:27.740 INFO E| Compiling unicode-ident v1.0.11
37782026-08-31T15:10:28.367Z[ helios-setup] Aug 31 15:10:27.740 INFO E| Compiling typenum v1.16.0
37792026-08-31T15:10:28.367Z[ helios-setup] Aug 31 15:10:27.740 INFO E| Compiling version_check v0.9.4
37802026-08-31T15:10:28.367Z[ helios-setup] Aug 31 15:10:27.740 INFO E| Compiling serde v1.0.193
37812026-08-31T15:10:28.367Z[ helios-setup] Aug 31 15:10:27.740 INFO E| Compiling powerfmt v0.2.0
37822026-08-31T15:10:28.367Z[ helios-setup] Aug 31 15:10:27.740 INFO E| Compiling rustix v0.38.4
37832026-08-31T15:10:28.367Z[ helios-setup] Aug 31 15:10:27.740 INFO E| Compiling time-core v0.1.2
37842026-08-31T15:10:28.368Z[ helios-setup] Aug 31 15:10:27.740 INFO E| Compiling num-conv v0.1.0
37852026-08-31T15:10:28.368Z[ helios-setup] Aug 31 15:10:27.740 INFO E| Compiling itoa v1.0.9
37862026-08-31T15:10:28.368Z[ helios-setup] Aug 31 15:10:27.740 INFO E| Compiling slog v2.7.0
37872026-08-31T15:10:28.368Z[ helios-setup] Aug 31 15:10:27.741 INFO E| Compiling num_threads v0.1.6
37882026-08-31T15:10:28.368Z[ helios-setup] Aug 31 15:10:27.741 INFO E| Compiling bitflags v2.3.3
37892026-08-31T15:10:28.368Z[ helios-setup] Aug 31 15:10:27.741 INFO E| Compiling once_cell v1.18.0
37902026-08-31T15:10:28.934Z[ helios-setup] Aug 31 15:10:28.310 INFO E| Compiling fastrand v2.0.0
37912026-08-31T15:10:29.083Z[ helios-setup] Aug 31 15:10:28.460 INFO E| Compiling deranged v0.3.11
37922026-08-31T15:10:29.126Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37932026-08-31T15:10:29.178Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
37942026-08-31T15:10:29.224Z[ helios-setup] Aug 31 15:10:28.596 INFO E| Compiling opaque-debug v0.3.0
37952026-08-31T15:10:29.224Z[ helios-setup] Aug 31 15:10:28.596 INFO E| Compiling anyhow v1.0.72
37962026-08-31T15:10:29.228Z[ helios-setup] Aug 31 15:10:28.597 INFO E| Compiling serde_json v1.0.103
37972026-08-31T15:10:29.378Z[ helios-setup] Aug 31 15:10:28.754 INFO E| Compiling thread_local v1.1.7
37982026-08-31T15:10:29.407Z[ helios-setup] Aug 31 15:10:28.783 INFO E| Compiling generic-array v0.14.7
37992026-08-31T15:10:29.428Z[ helios-setup] Aug 31 15:10:28.804 INFO E| Compiling unicode-width v0.1.10
38002026-08-31T15:10:29.504Z[ helios-setup] Aug 31 15:10:28.881 INFO E| Compiling ryu v1.0.15
38012026-08-31T15:10:29.583Z[ helios-setup] Aug 31 15:10:28.959 INFO E| Compiling cpufeatures v0.2.9
38022026-08-31T15:10:29.583Z[ helios-setup] Aug 31 15:10:28.959 INFO E| Compiling same-file v1.0.6
38032026-08-31T15:10:29.688Z[ helios-setup] Aug 31 15:10:29.064 INFO E| Compiling time-macros v0.2.18
38042026-08-31T15:10:29.731Z[ helios-setup] Aug 31 15:10:29.107 INFO E| Compiling getopts v0.2.21
38052026-08-31T15:10:29.753Z[ helios-setup] Aug 31 15:10:29.129 INFO E| Compiling libdevinfo-sys v1.0.0
38062026-08-31T15:10:29.779Z[ helios-setup] Aug 31 15:10:29.155 INFO E| Compiling glob v0.3.1
38072026-08-31T15:10:29.844Z[ helios-setup] Aug 31 15:10:29.221 INFO E| Compiling walkdir v2.3.3
38082026-08-31T15:10:30.180Z[ helios-setup] Aug 31 15:10:29.556 INFO E| Compiling quote v1.0.31
38092026-08-31T15:10:30.409Z[ helios-setup] Aug 31 15:10:29.786 INFO E| Compiling syn v2.0.32
38102026-08-31T15:10:30.918Z[ helios-setup] Aug 31 15:10:30.295 INFO E| Compiling digest v0.9.0
38112026-08-31T15:10:30.919Z[ helios-setup] Aug 31 15:10:30.295 INFO E| Compiling block-buffer v0.9.0
38122026-08-31T15:10:31.044Z[ helios-setup] Aug 31 15:10:30.420 INFO E| Compiling md-5 v0.9.1
38132026-08-31T15:10:31.044Z[ helios-setup] Aug 31 15:10:30.420 INFO E| Compiling sha-1 v0.9.8
38142026-08-31T15:10:31.251Z[ helios-setup] Aug 31 15:10:30.626 INFO E| Compiling dirs-sys-next v0.1.2
38152026-08-31T15:10:31.251Z[ helios-setup] Aug 31 15:10:30.626 INFO E| Compiling errno v0.3.1
38162026-08-31T15:10:31.254Z[ helios-setup] Aug 31 15:10:30.626 INFO E| Compiling atty v0.2.14
38172026-08-31T15:10:31.254Z[ helios-setup] Aug 31 15:10:30.626 INFO E| Compiling time v0.3.36
38182026-08-31T15:10:31.254Z[ helios-setup] Aug 31 15:10:30.626 INFO E| Compiling getrandom v0.2.10
38192026-08-31T15:10:31.458Z[ helios-setup] Aug 31 15:10:30.834 INFO E| Compiling dirs-next v2.0.0
38202026-08-31T15:10:31.548Z[ helios-setup] Aug 31 15:10:30.925 INFO E| Compiling term v0.7.0
38212026-08-31T15:10:31.965Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
38222026-08-31T15:10:32.061Z[ helios-setup] Aug 31 15:10:31.436 INFO E| Compiling tempfile v3.7.0
38232026-08-31T15:10:32.101Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38242026-08-31T15:10:32.225Z[ helios-setup] Aug 31 15:10:31.601 INFO E| Compiling slog-term v2.9.0
38252026-08-31T15:10:32.292Z[ host-package] Compiling uzers v0.12.2
38262026-08-31T15:10:32.481Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38272026-08-31T15:10:32.837Z[ helios-setup] Aug 31 15:10:32.214 INFO E| Compiling serde_derive v1.0.193
38282026-08-31T15:10:32.869Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38292026-08-31T15:10:33.748Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38302026-08-31T15:10:34.248Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38312026-08-31T15:10:35.119Z[ host-package] Compiling support-bundle-viewer v0.1.2
38322026-08-31T15:10:36.507Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38332026-08-31T15:10:37.088Z[ host-package] Compiling multimap v0.10.1
38342026-08-31T15:10:37.395Z[ helios-setup] Aug 31 15:10:36.771 INFO E| Compiling toml v0.5.11
38352026-08-31T15:10:37.395Z[ helios-setup] Aug 31 15:10:36.771 INFO E| Compiling uuid v0.8.2
38362026-08-31T15:10:38.163Z[ helios-setup] Aug 31 15:10:37.539 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
38372026-08-31T15:10:39.075Z[ helios-setup] Aug 31 15:10:38.451 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
38382026-08-31T15:10:43.809Z[ helios-setup] Aug 31 15:10:43.185 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.40s
38392026-08-31T15:10:43.833Z[ helios-setup] Aug 31 15:10:43.210 INFO building project "image-builder" ok (16 seconds)
38402026-08-31T15:10:43.838Z[ helios-setup] rm -f helios-build
38412026-08-31T15:10:43.838Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38422026-08-31T15:10:43.841Z[ helios-setup]
38432026-08-31T15:10:43.841Z[ helios-setup] Setup complete! ./helios-build is now available.
38442026-08-31T15:10:43.845Z[ helios-setup]
38452026-08-31T15:10:43.845Z[ helios-setup]
38462026-08-31T15:10:43.845Z[ helios-setup] real 3:05.250321180
38472026-08-31T15:10:43.845Z[ helios-setup] user 7:02.630380031
38482026-08-31T15:10:43.845Z[ helios-setup] sys 1:17.882378683
38492026-08-31T15:10:43.845Z[ helios-setup] trap 0.505425352
38502026-08-31T15:10:43.845Z[ helios-setup] tflt 3.703057580
38512026-08-31T15:10:43.845Z[ helios-setup] dflt 8.677976101
38522026-08-31T15:10:43.845Z[ helios-setup] kflt 0.004720077
38532026-08-31T15:10:43.845Z[ helios-setup] lock 55:39.079203007
38542026-08-31T15:10:43.845Z[ helios-setup] slp 36:21.651117279
38552026-08-31T15:10:43.845Z[ helios-setup] lat 6:45.958938634
38562026-08-31T15:10:43.845Z[ helios-setup] stop 1:40.740901768
38572026-08-31T15:10:43.845ZAug 31 15:10:43.220 INFO [helios-setup] process exited with exit status: 0 (185.25358343s)
38582026-08-31T15:10:43.845ZAug 31 15:10:43.220 INFO [helios-record] running task
38592026-08-31T15:10:43.845ZAug 31 15:10:43.220 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38602026-08-31T15:10:43.849ZAug 31 15:10:43.224 DEBG process exited with exit status: 0 (4.40026ms)
38612026-08-31T15:10:43.849ZAug 31 15:10:43.224 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38622026-08-31T15:10:43.852ZAug 31 15:10:43.229 DEBG process exited with exit status: 0 (4.15023ms)
38632026-08-31T15:10:43.852ZAug 31 15:10:43.229 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38642026-08-31T15:10:43.858ZAug 31 15:10:43.233 DEBG process exited with exit status: 0 (3.95124ms)
38652026-08-31T15:10:43.858ZAug 31 15:10:43.233 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38662026-08-31T15:10:43.862ZAug 31 15:10:43.236 DEBG process exited with exit status: 0 (3.72306ms)
38672026-08-31T15:10:43.862ZAug 31 15:10:43.236 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38682026-08-31T15:10:43.865ZAug 31 15:10:43.240 DEBG process exited with exit status: 0 (4.00921ms)
38692026-08-31T15:10:43.865ZAug 31 15:10:43.240 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38702026-08-31T15:10:43.869ZAug 31 15:10:43.244 DEBG process exited with exit status: 0 (3.65937ms)
38712026-08-31T15:10:43.870ZAug 31 15:10:43.244 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38722026-08-31T15:10:43.873ZAug 31 15:10:43.248 DEBG process exited with exit status: 0 (3.45442ms)
38732026-08-31T15:10:43.873ZAug 31 15:10:43.248 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38742026-08-31T15:10:43.876ZAug 31 15:10:43.251 DEBG process exited with exit status: 0 (3.59715ms)
38752026-08-31T15:10:43.876ZAug 31 15:10:43.251 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38762026-08-31T15:10:43.879ZAug 31 15:10:43.254 DEBG process exited with exit status: 0 (3.26268ms)
38772026-08-31T15:10:43.879ZAug 31 15:10:43.255 INFO [helios-record] task succeeded (34.78607ms)
38782026-08-31T15:10:44.736Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38792026-08-31T15:10:50.278Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38802026-08-31T15:10:53.462Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38812026-08-31T15:10:58.675Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38822026-08-31T15:10:59.185Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38832026-08-31T15:18:13.222Z[ host-package] Finished `release` profile [optimized] target(s) in 9m 52s
38842026-08-31T15:18:13.226Z[ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38852026-08-31T15:18:13.226Z[ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38862026-08-31T15:19:03.988ZAug 31 15:19:03.358 INFO [host-package] process exited with exit status: 0 (643.837999543s)
38872026-08-31T15:19:03.988ZAug 31 15:19:03.358 INFO [host-libraries] running task
38882026-08-31T15:19:03.988ZAug 31 15:19:03.358 INFO [host-stamp] running task
38892026-08-31T15:19:03.991ZAug 31 15:19:03.360 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+gita4abb0ca68b
38902026-08-31T15:19:03.991ZAug 31 15:19:03.361 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+gita4abb0ca68b
38912026-08-31T15:19:03.991ZAug 31 15:19:03.361 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+gita4abb0ca68b
38922026-08-31T15:19:03.991ZAug 31 15:19:03.361 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+gita4abb0ca68b
38932026-08-31T15:19:03.991ZAug 31 15:19:03.362 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+gita4abb0ca68b
38942026-08-31T15:19:03.991ZAug 31 15:19:03.362 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+gita4abb0ca68b
38952026-08-31T15:19:03.991ZAug 31 15:19:03.362 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+gita4abb0ca68b
38962026-08-31T15:19:03.991ZAug 31 15:19:03.362 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+gita4abb0ca68b
38972026-08-31T15:19:03.998Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38982026-08-31T15:19:03.998Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38992026-08-31T15:19:04.004Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39002026-08-31T15:19:04.004Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
39012026-08-31T15:19:04.004Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39022026-08-31T15:19:04.004Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39032026-08-31T15:19:04.004Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39042026-08-31T15:19:04.004Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39052026-08-31T15:19:04.004Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39062026-08-31T15:19:04.007ZAug 31 15:19:03.375 INFO [stamp-overlay] process exited with exit status: 0 (13.87519ms)
39072026-08-31T15:19:04.011Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39082026-08-31T15:19:04.014ZAug 31 15:19:03.385 INFO [stamp-oxlog] process exited with exit status: 0 (24.3679ms)
39092026-08-31T15:19:04.040Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39102026-08-31T15:19:04.043ZAug 31 15:19:03.415 INFO [stamp-crucible-utils] process exited with exit status: 0 (52.82603ms)
39112026-08-31T15:19:04.058Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39122026-08-31T15:19:04.061ZAug 31 15:19:03.432 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (70.30271ms)
39132026-08-31T15:19:04.228Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39142026-08-31T15:19:04.231ZAug 31 15:19:03.603 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (241.457989ms)
39152026-08-31T15:19:04.578Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39162026-08-31T15:19:04.582ZAug 31 15:19:03.954 INFO [stamp-propolis-server] process exited with exit status: 0 (591.474098ms)
39172026-08-31T15:19:04.601Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39182026-08-31T15:19:04.604ZAug 31 15:19:03.976 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (614.570468ms)
39192026-08-31T15:19:05.758ZAug 31 15:19:05.130 INFO [host-libraries] task succeeded (1.771934416s)
39202026-08-31T15:19:05.762ZAug 31 15:19:05.130 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39212026-08-31T15:19:05.765Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39222026-08-31T15:19:06.739Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39232026-08-31T15:19:07.568Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39242026-08-31T15:19:11.523Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39252026-08-31T15:19:11.527ZAug 31 15:19:10.899 INFO [stamp-switch-asic] process exited with exit status: 0 (7.538512194s)
39262026-08-31T15:19:11.527ZAug 31 15:19:10.899 INFO [host-stamp] task succeeded (7.540636224s)
39272026-08-31T15:19:11.527ZAug 31 15:19:10.899 INFO [host-proto] running task
39282026-08-31T15:19:12.100ZAug 31 15:19:11.471 INFO [host-proto] task succeeded (572.277869ms)
39292026-08-31T15:19:12.100ZAug 31 15:19:11.471 INFO [host-profile] running task
39302026-08-31T15:19:12.104ZAug 31 15:19:11.472 INFO [host-profile] task succeeded (293.29µs)
39312026-08-31T15:19:12.104ZAug 31 15:19:11.472 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/.tmpmDhZA6/proto/host/root -N 'ci a4abb0c/${os_short_commit} 2026-08-31 15:07' -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/'
39322026-08-31T15:19:12.109Z[ host-image] Aug 31 15:19:11.478 INFO Checking files for board 'cosmo-mbist-noaggr'
39332026-08-31T15:19:12.109Z[ host-image] Aug 31 15:19:11.478 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39342026-08-31T15:19:12.109Z[ host-image] Aug 31 15:19:11.478 INFO Checking files for board 'cosmo-mbist'
39352026-08-31T15:19:12.109Z[ host-image] Aug 31 15:19:11.478 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39362026-08-31T15:19:12.109Z[ host-image] Aug 31 15:19:11.478 INFO Checking files for board 'cosmo'
39372026-08-31T15:19:12.109Z[ host-image] Aug 31 15:19:11.478 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39382026-08-31T15:19:12.109Z[ host-image] Aug 31 15:19:11.478 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39392026-08-31T15:19:12.109Z[ host-image] Aug 31 15:19:11.478 INFO Checking files for board 'gimlet'
39402026-08-31T15:19:12.109Z[ host-image] Aug 31 15:19:11.478 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39412026-08-31T15:19:12.109Z[ host-image] Aug 31 15:19:11.478 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39422026-08-31T15:19:12.116Z[ host-image] Aug 31 15:19:11.487 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpmDhZA6/proto/host/root"
39432026-08-31T15:19:12.116Z[ host-image] Aug 31 15:19:11.487 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39442026-08-31T15:19:12.122Z[ host-image] Aug 31 15:19:11.487 INFO image builder template: ramdisk-01-os...
39452026-08-31T15:19:12.122Z[ host-image] Aug 31 15:19:11.487 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/.tmpmDhZA6/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39462026-08-31T15:19:12.128Z[ host-image] Aug 31 15:19:11.499 INFO O| Aug 31 15:19:11.499 INFO CREATE DATASET: rpool/images/build/host/output
39472026-08-31T15:19:14.010Z[ host-image] Aug 31 15:19:13.381 INFO O| Aug 31 15:19:13.381 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39482026-08-31T15:19:14.014Z[ host-image] Aug 31 15:19:13.385 INFO O| Aug 31 15:19:13.385 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39492026-08-31T15:19:14.222Z[ host-image] Aug 31 15:19:13.593 INFO O| Aug 31 15:19:13.593 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39502026-08-31T15:19:14.284Z[ host-image] Aug 31 15:19:13.656 INFO O| Aug 31 15:19:13.656 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39512026-08-31T15:19:14.284Z[ host-image] Aug 31 15:19:13.656 INFO O| Aug 31 15:19:13.656 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39522026-08-31T15:19:14.289Z[ host-image] Aug 31 15:19:13.656 INFO O| Aug 31 15:19:13.656 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39532026-08-31T15:19:14.289Z[ host-image] Aug 31 15:19:13.656 INFO O| Aug 31 15:19:13.656 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39542026-08-31T15:19:14.289Z[ host-image] Aug 31 15:19:13.660 INFO O| Aug 31 15:19:13.660 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39552026-08-31T15:19:14.506Z[ host-image] Aug 31 15:19:13.878 INFO O| Aug 31 15:19:13.877 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39562026-08-31T15:19:14.513Z[ host-image] Aug 31 15:19:13.884 INFO O| Aug 31 15:19:13.884 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39572026-08-31T15:19:14.879Z[ host-image] Aug 31 15:19:14.249 INFO O| Aug 31 15:19:14.248 INFO O| Caching catalogs ... Done
39582026-08-31T15:19:14.961Z[ host-image] Aug 31 15:19:14.332 INFO O| Aug 31 15:19:14.332 INFO STEP 0 (pkg_image_create) COMPLETE
39592026-08-31T15:19:14.961Z[ host-image] Aug 31 15:19:14.332 INFO O| Aug 31 15:19:14.332 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39602026-08-31T15:19:14.968Z[ host-image] Aug 31 15:19:14.340 INFO O| Aug 31 15:19:14.340 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"]
39612026-08-31T15:19:15.251Z[ host-image] Aug 31 15:19:14.623 INFO O| Aug 31 15:19:14.623 INFO STEP 1 (pkg_set_publisher) COMPLETE
39622026-08-31T15:19:15.251Z[ host-image] Aug 31 15:19:14.623 INFO O| Aug 31 15:19:14.623 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39632026-08-31T15:19:15.251Z[ host-image] Aug 31 15:19:14.623 INFO O| Aug 31 15:19:14.623 INFO skip step because feature "publisher_1_name" is not enabled
39642026-08-31T15:19:15.254Z[ host-image] Aug 31 15:19:14.623 INFO O| Aug 31 15:19:14.623 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39652026-08-31T15:19:15.255Z[ host-image] Aug 31 15:19:14.623 INFO O| Aug 31 15:19:14.623 INFO skip step because feature "publisher_2_name" is not enabled
39662026-08-31T15:19:15.255Z[ host-image] Aug 31 15:19:14.623 INFO O| Aug 31 15:19:14.623 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39672026-08-31T15:19:15.255Z[ host-image] Aug 31 15:19:14.623 INFO O| Aug 31 15:19:14.623 INFO skip step because feature "publisher_3_name" is not enabled
39682026-08-31T15:19:15.255Z[ host-image] Aug 31 15:19:14.623 INFO O| Aug 31 15:19:14.623 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39692026-08-31T15:19:15.524Z[ host-image] Aug 31 15:19:14.896 INFO O| Aug 31 15:19:14.895 INFO variant opensolaris.zone is already global
39702026-08-31T15:19:15.524Z[ host-image] Aug 31 15:19:14.896 INFO O| Aug 31 15:19:14.896 INFO STEP 5 (pkg_change_variant) COMPLETE
39712026-08-31T15:19:15.527Z[ host-image] Aug 31 15:19:14.896 INFO O| Aug 31 15:19:14.896 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39722026-08-31T15:19:15.795Z[ host-image] Aug 31 15:19:15.167 INFO O| Aug 31 15:19:15.167 INFO variant opensolaris.imagetype is full; changing to partial
39732026-08-31T15:19:15.795Z[ host-image] Aug 31 15:19:15.167 INFO O| Aug 31 15:19:15.167 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39742026-08-31T15:19:17.539Z[ host-image] Aug 31 15:19:16.910 INFO O| Aug 31 15:19:16.910 INFO O| Startup: Refreshing catalog 'helios' ... Done
39752026-08-31T15:19:17.960Z[ host-image] Aug 31 15:19:17.332 INFO O| Aug 31 15:19:17.331 INFO O| Startup: Caching catalogs ... Done
39762026-08-31T15:19:17.975Z[ host-image] Aug 31 15:19:17.347 INFO O| Aug 31 15:19:17.347 INFO O| Planning: Planning completed in 0.00 seconds
39772026-08-31T15:19:17.979Z[ host-image] Aug 31 15:19:17.347 INFO O| Aug 31 15:19:17.347 INFO O| Planning: Consolidating action changes ... Done
39782026-08-31T15:19:17.979Z[ host-image] Aug 31 15:19:17.347 INFO O| Aug 31 15:19:17.347 INFO O| Planning: Evaluating mediators ... Done
39792026-08-31T15:19:17.979Z[ host-image] Aug 31 15:19:17.348 INFO O| Aug 31 15:19:17.348 INFO O| Planning: Planning completed in 0.00 seconds
39802026-08-31T15:19:17.979Z[ host-image] Aug 31 15:19:17.348 INFO O| Aug 31 15:19:17.348 INFO O| Variants/Facets to change: 1
39812026-08-31T15:19:17.985Z[ host-image] Aug 31 15:19:17.357 INFO O| Aug 31 15:19:17.357 INFO O| Finalize: Updating package state database ... Done
39822026-08-31T15:19:17.985Z[ host-image] Aug 31 15:19:17.357 INFO O| Aug 31 15:19:17.357 INFO O| Finalize: Updating package cache ... Done
39832026-08-31T15:19:18.055Z[ host-image] Aug 31 15:19:17.426 INFO O| Aug 31 15:19:17.426 INFO O| Finalize: Updating image state ... Done
39842026-08-31T15:19:18.066Z[ host-image] Aug 31 15:19:17.438 INFO O| Aug 31 15:19:17.438 INFO O| Finalize: Creating fast lookup database ... Done
39852026-08-31T15:19:18.070Z[ host-image] Aug 31 15:19:17.438 INFO O| Aug 31 15:19:17.438 INFO O| Finalize: Reading search index ... Done
39862026-08-31T15:19:18.070Z[ host-image] Aug 31 15:19:17.438 INFO O| Aug 31 15:19:17.438 INFO O| Finalize: Updating search index ... Done
39872026-08-31T15:19:18.070Z[ host-image] Aug 31 15:19:17.439 INFO O| Aug 31 15:19:17.439 INFO O| Finalize: Updating package cache ... Done
39882026-08-31T15:19:18.261Z[ host-image] Aug 31 15:19:17.632 INFO O| Aug 31 15:19:17.632 INFO STEP 6 (pkg_change_variant) COMPLETE
39892026-08-31T15:19:18.261Z[ host-image] Aug 31 15:19:17.632 INFO O| Aug 31 15:19:17.632 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39902026-08-31T15:19:18.261Z[ host-image] Aug 31 15:19:17.632 INFO O| Aug 31 15:19:17.632 INFO skip step because feature "debug_variant" is not enabled
39912026-08-31T15:19:18.265Z[ host-image] Aug 31 15:19:17.632 INFO O| Aug 31 15:19:17.632 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39922026-08-31T15:19:18.513Z[ host-image] Aug 31 15:19:17.885 INFO O| Aug 31 15:19:17.885 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39932026-08-31T15:19:18.710Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.82s
39942026-08-31T15:19:20.252ZAug 31 15:19:19.624 INFO [recovery-package] process exited with exit status: 0 (14.493106541s)
39952026-08-31T15:19:20.252ZAug 31 15:19:19.624 INFO [recovery-libraries] running task
39962026-08-31T15:19:20.252ZAug 31 15:19:19.624 INFO [recovery-stamp] running task
39972026-08-31T15:19:20.256ZAug 31 15:19:19.624 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+gita4abb0ca68b
39982026-08-31T15:19:20.256ZAug 31 15:19:19.624 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+gita4abb0ca68b
39992026-08-31T15:19:20.260Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40002026-08-31T15:19:20.263Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40012026-08-31T15:19:20.309ZAug 31 15:19:19.679 INFO [recovery-libraries] task succeeded (55.80607ms)
40022026-08-31T15:19:20.312ZAug 31 15:19:19.680 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40032026-08-31T15:19:20.315Z[ host-image] Aug 31 15:19:19.684 INFO O| Aug 31 15:19:19.684 INFO O| Startup: Refreshing catalog 'helios' ... Done
40042026-08-31T15:19:20.353Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40052026-08-31T15:19:20.356ZAug 31 15:19:19.728 INFO [stamp-installinator] process exited with exit status: 0 (103.78714ms)
40062026-08-31T15:19:20.445Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40072026-08-31T15:19:20.448ZAug 31 15:19:19.820 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (196.062719ms)
40082026-08-31T15:19:20.448ZAug 31 15:19:19.820 INFO [recovery-stamp] task succeeded (196.469759ms)
40092026-08-31T15:19:20.448ZAug 31 15:19:19.820 INFO [recovery-proto] running task
40102026-08-31T15:19:20.448ZAug 31 15:19:19.820 INFO [tuf-stamp] running task
40112026-08-31T15:19:20.453ZAug 31 15:19:19.820 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+gita4abb0ca68b
40122026-08-31T15:19:20.453ZAug 31 15:19:19.821 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+gita4abb0ca68b
40132026-08-31T15:19:20.453ZAug 31 15:19:19.821 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+gita4abb0ca68b
40142026-08-31T15:19:20.453ZAug 31 15:19:19.822 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+gita4abb0ca68b
40152026-08-31T15:19:20.453ZAug 31 15:19:19.822 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+gita4abb0ca68b
40162026-08-31T15:19:20.453ZAug 31 15:19:19.823 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+gita4abb0ca68b
40172026-08-31T15:19:20.453ZAug 31 15:19:19.823 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+gita4abb0ca68b
40182026-08-31T15:19:20.453ZAug 31 15:19:19.823 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+gita4abb0ca68b
40192026-08-31T15:19:20.456ZAug 31 15:19:19.823 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+gita4abb0ca68b
40202026-08-31T15:19:20.456ZAug 31 15:19:19.824 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+gita4abb0ca68b
40212026-08-31T15:19:20.456ZAug 31 15:19:19.824 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+gita4abb0ca68b
40222026-08-31T15:19:20.456ZAug 31 15:19:19.824 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+gita4abb0ca68b
40232026-08-31T15:19:20.459Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40242026-08-31T15:19:20.459Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40252026-08-31T15:19:20.459Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40262026-08-31T15:19:20.459Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40272026-08-31T15:19:20.459Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40282026-08-31T15:19:20.462Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40292026-08-31T15:19:20.462Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40302026-08-31T15:19:20.462Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40312026-08-31T15:19:20.462Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40322026-08-31T15:19:20.462Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40332026-08-31T15:19:20.462Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40342026-08-31T15:19:20.462Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40352026-08-31T15:19:20.484Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40362026-08-31T15:19:20.487ZAug 31 15:19:19.859 INFO [stamp-probe] process exited with exit status: 0 (35.30224ms)
40372026-08-31T15:19:20.583ZAug 31 15:19:19.955 INFO [recovery-proto] task succeeded (134.79452ms)
40382026-08-31T15:19:20.612ZAug 31 15:19:19.955 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/.tmpmDhZA6/proto/recovery/root -N 'recovery a4abb0c/${os_short_commit} 2026-08-31 15:07' -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/'
40392026-08-31T15:19:20.612Z[ recovery-image] Aug 31 15:19:19.962 INFO Checking files for board 'cosmo-mbist'
40402026-08-31T15:19:20.612Z[ recovery-image] Aug 31 15:19:19.962 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40412026-08-31T15:19:20.612Z[ recovery-image] Aug 31 15:19:19.962 INFO Checking files for board 'gimlet'
40422026-08-31T15:19:20.612Z[ recovery-image] Aug 31 15:19:19.962 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40432026-08-31T15:19:20.612Z[ recovery-image] Aug 31 15:19:19.962 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40442026-08-31T15:19:20.612Z[ recovery-image] Aug 31 15:19:19.962 INFO Checking files for board 'cosmo-mbist-noaggr'
40452026-08-31T15:19:20.612Z[ recovery-image] Aug 31 15:19:19.962 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40462026-08-31T15:19:20.612Z[ recovery-image] Aug 31 15:19:19.962 INFO Checking files for board 'cosmo'
40472026-08-31T15:19:20.612Z[ recovery-image] Aug 31 15:19:19.962 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40482026-08-31T15:19:20.612Z[ recovery-image] Aug 31 15:19:19.962 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40492026-08-31T15:19:20.612Z[ recovery-image] Aug 31 15:19:19.972 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpmDhZA6/proto/recovery/root"
40502026-08-31T15:19:20.612Z[ recovery-image] Aug 31 15:19:19.972 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40512026-08-31T15:19:20.612Z[ recovery-image] Aug 31 15:19:19.972 INFO image builder template: ramdisk-01-os...
40522026-08-31T15:19:20.612Z[ recovery-image] Aug 31 15:19:19.972 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/.tmpmDhZA6/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
40532026-08-31T15:19:20.617Z[ recovery-image] Aug 31 15:19:19.989 INFO O| Aug 31 15:19:19.989 INFO CREATE DATASET: rpool/images/build/recovery/output
40542026-08-31T15:19:20.763Z[ host-image] Aug 31 15:19:20.134 INFO O| Aug 31 15:19:20.134 INFO O| Startup: Caching catalogs ... Done
40552026-08-31T15:19:20.781Z[ host-image] Aug 31 15:19:20.153 INFO O| Aug 31 15:19:20.153 INFO O| Planning: Planning completed in 0.00 seconds
40562026-08-31T15:19:20.785Z[ host-image] Aug 31 15:19:20.153 INFO O| Aug 31 15:19:20.153 INFO O| Planning: Consolidating action changes ... Done
40572026-08-31T15:19:20.785Z[ host-image] Aug 31 15:19:20.153 INFO O| Aug 31 15:19:20.153 INFO O| Planning: Evaluating mediators ... Done
40582026-08-31T15:19:20.785Z[ host-image] Aug 31 15:19:20.153 INFO O| Aug 31 15:19:20.153 INFO O| Planning: Planning completed in 0.00 seconds
40592026-08-31T15:19:20.785Z[ host-image] Aug 31 15:19:20.153 INFO O| Aug 31 15:19:20.153 INFO O| Variants/Facets to change: 1
40602026-08-31T15:19:20.876Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40612026-08-31T15:19:20.903Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40622026-08-31T15:19:20.929Z[ host-image] Aug 31 15:19:20.301 INFO O| Aug 31 15:19:20.301 INFO O| Finalize: Updating package state database ... Done
40632026-08-31T15:19:20.929Z[ host-image] Aug 31 15:19:20.301 INFO O| Aug 31 15:19:20.301 INFO O| Finalize: Updating package cache ... Done
40642026-08-31T15:19:20.933Z[ recovery-image] Aug 31 15:19:20.303 INFO O| Aug 31 15:19:20.303 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40652026-08-31T15:19:20.936Z[ recovery-image] Aug 31 15:19:20.307 INFO O| Aug 31 15:19:20.307 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40662026-08-31T15:19:20.963Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40672026-08-31T15:19:20.966ZAug 31 15:19:20.338 INFO [stamp-ntp] process exited with exit status: 0 (513.99725ms)
40682026-08-31T15:19:21.021Z[ host-image] Aug 31 15:19:20.392 INFO O| Aug 31 15:19:20.392 INFO O| Finalize: Updating image state ... Done
40692026-08-31T15:19:21.037Z[ host-image] Aug 31 15:19:20.408 INFO O| Aug 31 15:19:20.408 INFO O| Finalize: Creating fast lookup database ... Done
40702026-08-31T15:19:21.040Z[ host-image] Aug 31 15:19:20.408 INFO O| Aug 31 15:19:20.408 INFO O| Finalize: Reading search index ... Done
40712026-08-31T15:19:21.040Z[ host-image] Aug 31 15:19:20.408 INFO O| Aug 31 15:19:20.408 INFO O| Finalize: Updating search index ... Done
40722026-08-31T15:19:21.040Z[ host-image] Aug 31 15:19:20.409 INFO O| Aug 31 15:19:20.409 INFO O| Finalize: Updating package cache ... Done
40732026-08-31T15:19:21.068Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40742026-08-31T15:19:21.071ZAug 31 15:19:20.443 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (621.26171ms)
40752026-08-31T15:19:21.207Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40762026-08-31T15:19:21.211ZAug 31 15:19:20.583 INFO [stamp-internal-dns] process exited with exit status: 0 (761.370499ms)
40772026-08-31T15:19:21.226Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40782026-08-31T15:19:21.230ZAug 31 15:19:20.601 INFO [stamp-external-dns] process exited with exit status: 0 (778.931529ms)
40792026-08-31T15:19:21.275Z[ host-image] Aug 31 15:19:20.647 INFO O| Aug 31 15:19:20.647 INFO STEP 8 (pkg_change_facet) COMPLETE
40802026-08-31T15:19:21.275Z[ host-image] Aug 31 15:19:20.647 INFO O| Aug 31 15:19:20.647 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40812026-08-31T15:19:21.279Z[ host-image] Aug 31 15:19:20.647 INFO O| Aug 31 15:19:20.647 INFO skip step because feature "recovery" is not enabled
40822026-08-31T15:19:21.279Z[ host-image] Aug 31 15:19:20.647 INFO O| Aug 31 15:19:20.647 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40832026-08-31T15:19:21.279Z[ host-image] Aug 31 15:19:20.647 INFO O| Aug 31 15:19:20.647 INFO skip step because feature "recovery" is not enabled
40842026-08-31T15:19:21.279Z[ host-image] Aug 31 15:19:20.647 INFO O| Aug 31 15:19:20.647 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40852026-08-31T15:19:21.284Z[ host-image] Aug 31 15:19:20.656 INFO O| Aug 31 15:19:20.656 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"]
40862026-08-31T15:19:21.318Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40872026-08-31T15:19:21.321ZAug 31 15:19:20.693 INFO [stamp-crucible-zone] process exited with exit status: 0 (870.931919ms)
40882026-08-31T15:19:21.423Z[ recovery-image] Aug 31 15:19:20.795 INFO O| Aug 31 15:19:20.794 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40892026-08-31T15:19:21.482Z[ recovery-image] Aug 31 15:19:20.853 INFO O| Aug 31 15:19:20.853 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40902026-08-31T15:19:21.482Z[ recovery-image] Aug 31 15:19:20.853 INFO O| Aug 31 15:19:20.853 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40912026-08-31T15:19:21.482Z[ recovery-image] Aug 31 15:19:20.853 INFO O| Aug 31 15:19:20.853 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40922026-08-31T15:19:21.485Z[ recovery-image] Aug 31 15:19:20.853 INFO O| Aug 31 15:19:20.853 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40932026-08-31T15:19:21.488Z[ recovery-image] Aug 31 15:19:20.860 INFO O| Aug 31 15:19:20.860 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40942026-08-31T15:19:21.512Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40952026-08-31T15:19:21.515ZAug 31 15:19:20.887 INFO [stamp-oximeter] process exited with exit status: 0 (1.064465518s)
40962026-08-31T15:19:21.783Z[ recovery-image] Aug 31 15:19:21.154 INFO O| Aug 31 15:19:21.154 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40972026-08-31T15:19:21.792Z[ recovery-image] Aug 31 15:19:21.163 INFO O| Aug 31 15:19:21.163 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40982026-08-31T15:19:22.053Z[ recovery-image] Aug 31 15:19:21.424 INFO O| Aug 31 15:19:21.424 INFO O| Caching catalogs ... Done
40992026-08-31T15:19:22.121Z[ recovery-image] Aug 31 15:19:21.493 INFO O| Aug 31 15:19:21.492 INFO STEP 0 (pkg_image_create) COMPLETE
41002026-08-31T15:19:22.121Z[ recovery-image] Aug 31 15:19:21.493 INFO O| Aug 31 15:19:21.493 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41012026-08-31T15:19:22.127Z[ recovery-image] Aug 31 15:19:21.499 INFO O| Aug 31 15:19:21.499 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"]
41022026-08-31T15:19:22.394Z[ recovery-image] Aug 31 15:19:21.765 INFO O| Aug 31 15:19:21.765 INFO STEP 1 (pkg_set_publisher) COMPLETE
41032026-08-31T15:19:22.394Z[ recovery-image] Aug 31 15:19:21.765 INFO O| Aug 31 15:19:21.765 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41042026-08-31T15:19:22.394Z[ recovery-image] Aug 31 15:19:21.765 INFO O| Aug 31 15:19:21.765 INFO skip step because feature "publisher_1_name" is not enabled
41052026-08-31T15:19:22.397Z[ recovery-image] Aug 31 15:19:21.765 INFO O| Aug 31 15:19:21.765 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41062026-08-31T15:19:22.397Z[ recovery-image] Aug 31 15:19:21.765 INFO O| Aug 31 15:19:21.765 INFO skip step because feature "publisher_2_name" is not enabled
41072026-08-31T15:19:22.397Z[ recovery-image] Aug 31 15:19:21.765 INFO O| Aug 31 15:19:21.765 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41082026-08-31T15:19:22.397Z[ recovery-image] Aug 31 15:19:21.765 INFO O| Aug 31 15:19:21.765 INFO skip step because feature "publisher_3_name" is not enabled
41092026-08-31T15:19:22.397Z[ recovery-image] Aug 31 15:19:21.765 INFO O| Aug 31 15:19:21.765 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41102026-08-31T15:19:22.661Z[ recovery-image] Aug 31 15:19:22.033 INFO O| Aug 31 15:19:22.033 INFO variant opensolaris.zone is already global
41112026-08-31T15:19:22.661Z[ recovery-image] Aug 31 15:19:22.033 INFO O| Aug 31 15:19:22.033 INFO STEP 5 (pkg_change_variant) COMPLETE
41122026-08-31T15:19:22.664Z[ recovery-image] Aug 31 15:19:22.033 INFO O| Aug 31 15:19:22.033 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41132026-08-31T15:19:22.921Z[ recovery-image] Aug 31 15:19:22.293 INFO O| Aug 31 15:19:22.293 INFO variant opensolaris.imagetype is full; changing to partial
41142026-08-31T15:19:22.922Z[ recovery-image] Aug 31 15:19:22.293 INFO O| Aug 31 15:19:22.293 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41152026-08-31T15:19:23.120Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41162026-08-31T15:19:23.123ZAug 31 15:19:22.495 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.674068655s)
41172026-08-31T15:19:23.144Z[ host-image] Aug 31 15:19:22.515 INFO O| Aug 31 15:19:22.515 INFO O| Startup: Refreshing catalog 'helios' ... Done
41182026-08-31T15:19:25.154Z[verify-libraries] Compiling match_cfg v0.1.0
41192026-08-31T15:19:25.154Z[verify-libraries] Compiling slog-json v2.6.1
41202026-08-31T15:19:25.154Z[verify-libraries] Compiling debug-ignore v1.0.5
41212026-08-31T15:19:25.195Z[ host-image] Aug 31 15:19:24.567 INFO O| Aug 31 15:19:24.567 INFO O| Startup: Caching catalogs ... Done
41222026-08-31T15:19:25.231Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41232026-08-31T15:19:25.234ZAug 31 15:19:24.606 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.781803231s)
41242026-08-31T15:19:25.392Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41252026-08-31T15:19:25.395Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41262026-08-31T15:19:25.398ZAug 31 15:19:24.767 INFO [stamp-clickhouse] process exited with exit status: 0 (4.943499701s)
41272026-08-31T15:19:25.398ZAug 31 15:19:24.767 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.943762381s)
41282026-08-31T15:19:25.398Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41292026-08-31T15:19:25.398Z[verify-libraries] Compiling sha1 v0.11.0
41302026-08-31T15:19:25.398Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41312026-08-31T15:19:25.398Z[verify-libraries] Compiling multer v3.1.0
41322026-08-31T15:19:25.398Z[verify-libraries] Compiling compression-core v0.4.31
41332026-08-31T15:19:25.401Z[verify-libraries] Compiling async-stream-impl v0.3.6
41342026-08-31T15:19:25.401Z[verify-libraries] Compiling serde_spanned v1.1.1
41352026-08-31T15:19:25.416Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41362026-08-31T15:19:25.419Z[verify-libraries] Compiling dropshot v0.17.1
41372026-08-31T15:19:25.419Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41382026-08-31T15:19:25.602Z[verify-libraries] Compiling progenitor-client v0.14.0
41392026-08-31T15:19:25.626Z[verify-libraries] Compiling hostname v0.3.1
41402026-08-31T15:19:25.626Z[verify-libraries] Compiling waitgroup v0.1.2
41412026-08-31T15:19:25.630Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41422026-08-31T15:19:25.630Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41432026-08-31T15:19:25.710Z[verify-libraries] Compiling hostname v0.4.2
41442026-08-31T15:19:25.737Z[verify-libraries] Compiling compression-codecs v0.4.37
41452026-08-31T15:19:25.737Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41462026-08-31T15:19:25.758Z[verify-libraries] Compiling slog-bunyan v2.5.0
41472026-08-31T15:19:25.767Z[verify-libraries] Compiling atomicwrites v0.4.4
41482026-08-31T15:19:25.852Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41492026-08-31T15:19:25.855Z[verify-libraries] Compiling macaddr v1.0.1
41502026-08-31T15:19:25.855Z[verify-libraries] Compiling regress v0.10.5
41512026-08-31T15:19:25.855Z[verify-libraries] Compiling serde_tokenstream v0.3.0
41522026-08-31T15:19:25.917Z[verify-libraries] Compiling instant v0.1.13
41532026-08-31T15:19:25.940Z[verify-libraries] Compiling async-compression v0.4.41
41542026-08-31T15:19:25.948Z[verify-libraries] Compiling oxide-generation v0.1.3
41552026-08-31T15:19:25.977Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41562026-08-31T15:19:25.980ZAug 31 15:19:25.352 INFO [stamp-nexus] process exited with exit status: 0 (5.5311288s)
41572026-08-31T15:19:25.980ZAug 31 15:19:25.352 INFO [tuf-stamp] task succeeded (5.53158811s)
41582026-08-31T15:19:25.980ZAug 31 15:19:25.352 INFO [tuf-v2-zones] running task
41592026-08-31T15:19:25.988Z[verify-libraries] Compiling parse-display-derive v0.10.0
41602026-08-31T15:19:26.010Z[verify-libraries] Compiling itertools v0.14.0
41612026-08-31T15:19:26.093ZAug 31 15:19:25.465 INFO [tuf-v2-zones] task succeeded (112.67829ms)
41622026-08-31T15:19:26.126Z[verify-libraries] Compiling backon v1.6.0
41632026-08-31T15:19:26.158Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41642026-08-31T15:19:26.198Z[verify-libraries] Compiling backoff v0.4.0
41652026-08-31T15:19:26.241Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41662026-08-31T15:19:26.244Z[verify-libraries] Compiling humantime v2.3.0
41672026-08-31T15:19:26.330Z[verify-libraries] Compiling async-stream v0.3.6
41682026-08-31T15:19:26.354Z[verify-libraries] Compiling convert_case v0.4.0
41692026-08-31T15:19:26.357Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
41702026-08-31T15:19:26.357Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41712026-08-31T15:19:26.436Z[verify-libraries] Compiling progenitor-extras v0.2.0
41722026-08-31T15:19:26.461Z[ recovery-image] Aug 31 15:19:25.831 INFO O| Aug 31 15:19:25.830 INFO O| Startup: Refreshing catalog 'helios' ... Done
41732026-08-31T15:19:26.464Z[verify-libraries] Compiling half v2.7.1
41742026-08-31T15:19:26.491Z[verify-libraries] Compiling ciborium-io v0.2.2
41752026-08-31T15:19:26.550Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41762026-08-31T15:19:26.604Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41772026-08-31T15:19:26.627Z[verify-libraries] Compiling indent_write v2.2.0
41782026-08-31T15:19:26.656Z[verify-libraries] Compiling regress v0.11.1
41792026-08-31T15:19:26.745Z[verify-libraries] Compiling ciborium-ll v0.2.2
41802026-08-31T15:19:26.769Z[verify-libraries] Compiling derive_more v0.99.20
41812026-08-31T15:19:26.792Z[verify-libraries] Compiling secrecy v0.10.3
41822026-08-31T15:19:26.819Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41832026-08-31T15:19:26.819Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
41842026-08-31T15:19:26.842Z[verify-libraries] Compiling inout v0.1.4
41852026-08-31T15:19:26.938Z[verify-libraries] Compiling ciborium v0.2.2
41862026-08-31T15:19:27.000Z[verify-libraries] Compiling universal-hash v0.5.1
41872026-08-31T15:19:27.025Z[verify-libraries] Compiling cipher v0.4.4
41882026-08-31T15:19:27.076Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41892026-08-31T15:19:27.076Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41902026-08-31T15:19:27.173Z[verify-libraries] Compiling opaque-debug v0.3.1
41912026-08-31T15:19:27.214Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41922026-08-31T15:19:27.263Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
41932026-08-31T15:19:27.268Z[verify-libraries] Compiling poly1305 v0.8.0
41942026-08-31T15:19:27.288Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41952026-08-31T15:19:27.351Z[verify-libraries] Compiling chacha20 v0.9.1
41962026-08-31T15:19:27.352Z[verify-libraries] Compiling blake2 v0.10.6
41972026-08-31T15:19:27.464Z[verify-libraries] Compiling aead v0.5.2
41982026-08-31T15:19:27.583Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
41992026-08-31T15:19:27.613Z[verify-libraries] Compiling password-hash v0.5.0
42002026-08-31T15:19:27.644Z[verify-libraries] Compiling num-derive v0.4.2
42012026-08-31T15:19:27.732Z[ recovery-image] Aug 31 15:19:27.103 INFO O| Aug 31 15:19:27.103 INFO O| Startup: Caching catalogs ... Done
42022026-08-31T15:19:27.735Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
42032026-08-31T15:19:27.752Z[ recovery-image] Aug 31 15:19:27.123 INFO O| Aug 31 15:19:27.120 INFO O| Planning: Planning completed in 0.00 seconds
42042026-08-31T15:19:27.752Z[ recovery-image] Aug 31 15:19:27.123 INFO O| Aug 31 15:19:27.120 INFO O| Planning: Consolidating action changes ... Done
42052026-08-31T15:19:27.755Z[ recovery-image] Aug 31 15:19:27.123 INFO O| Aug 31 15:19:27.120 INFO O| Planning: Evaluating mediators ... Done
42062026-08-31T15:19:27.755Z[ recovery-image] Aug 31 15:19:27.123 INFO O| Aug 31 15:19:27.120 INFO O| Planning: Planning completed in 0.00 seconds
42072026-08-31T15:19:27.755Z[ recovery-image] Aug 31 15:19:27.123 INFO O| Aug 31 15:19:27.121 INFO O| Variants/Facets to change: 1
42082026-08-31T15:19:27.786Z[ recovery-image] Aug 31 15:19:27.150 INFO O| Aug 31 15:19:27.150 INFO O| Finalize: Updating package state database ... Done
42092026-08-31T15:19:27.786Z[ recovery-image] Aug 31 15:19:27.150 INFO O| Aug 31 15:19:27.150 INFO O| Finalize: Updating package cache ... Done
42102026-08-31T15:19:27.799Z[verify-libraries] Compiling crossbeam-deque v0.8.6
42112026-08-31T15:19:27.846Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
42122026-08-31T15:19:27.864Z[ recovery-image] Aug 31 15:19:27.235 INFO O| Aug 31 15:19:27.235 INFO O| Finalize: Updating image state ... Done
42132026-08-31T15:19:27.882Z[ recovery-image] Aug 31 15:19:27.254 INFO O| Aug 31 15:19:27.254 INFO O| Finalize: Creating fast lookup database ... Done
42142026-08-31T15:19:27.886Z[ recovery-image] Aug 31 15:19:27.255 INFO O| Aug 31 15:19:27.255 INFO O| Finalize: Reading search index ... Done
42152026-08-31T15:19:27.886Z[ recovery-image] Aug 31 15:19:27.255 INFO O| Aug 31 15:19:27.255 INFO O| Finalize: Updating search index ... Done
42162026-08-31T15:19:27.886Z[ recovery-image] Aug 31 15:19:27.256 INFO O| Aug 31 15:19:27.255 INFO O| Finalize: Updating package cache ... Done
42172026-08-31T15:19:27.912Z[verify-libraries] Compiling parse-display v0.10.0
42182026-08-31T15:19:28.017Z[verify-libraries] Compiling argon2 v0.5.3
42192026-08-31T15:19:28.078Z[verify-libraries] Compiling rayon-core v1.13.0
42202026-08-31T15:19:28.081Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
42212026-08-31T15:19:28.105Z[verify-libraries] Compiling glob v0.3.3
42222026-08-31T15:19:28.116Z[ host-image] Aug 31 15:19:27.487 INFO O| Aug 31 15:19:27.487 INFO O| Planning: Solver setup ... Done
42232026-08-31T15:19:28.164Z[verify-libraries] Compiling heapless v0.8.0
42242026-08-31T15:19:28.164Z[verify-libraries] Compiling proc-macro-error v1.0.4
42252026-08-31T15:19:28.191Z[ recovery-image] Aug 31 15:19:27.563 INFO O| Aug 31 15:19:27.563 INFO STEP 6 (pkg_change_variant) COMPLETE
42262026-08-31T15:19:28.191Z[ recovery-image] Aug 31 15:19:27.563 INFO O| Aug 31 15:19:27.563 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42272026-08-31T15:19:28.191Z[ recovery-image] Aug 31 15:19:27.563 INFO O| Aug 31 15:19:27.563 INFO skip step because feature "debug_variant" is not enabled
42282026-08-31T15:19:28.195Z[ recovery-image] Aug 31 15:19:27.563 INFO O| Aug 31 15:19:27.563 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42292026-08-31T15:19:28.300Z[verify-libraries] Compiling usdt-macro v0.5.0
42302026-08-31T15:19:28.360Z[verify-libraries] Compiling typify-impl v0.6.2
42312026-08-31T15:19:28.399Z[ host-image] Aug 31 15:19:27.770 INFO O| Aug 31 15:19:27.770 INFO O| Planning: Running solver ... Done
42322026-08-31T15:19:28.417Z[verify-libraries] Compiling thiserror-no-std v2.0.2
42332026-08-31T15:19:28.450Z[ host-image] Aug 31 15:19:27.822 INFO O| Aug 31 15:19:27.822 INFO O| Planning: Finding local manifests ... Done
42342026-08-31T15:19:28.474Z[ host-image] Aug 31 15:19:27.846 INFO O| Aug 31 15:19:27.846 INFO O| Planning: Fetching manifests: 0/130 0% complete
42352026-08-31T15:19:28.478Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42362026-08-31T15:19:28.540Z[ recovery-image] Aug 31 15:19:27.912 INFO O| Aug 31 15:19:27.912 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42372026-08-31T15:19:28.563Z[verify-libraries] Compiling vsss-rs v3.3.4
42382026-08-31T15:19:28.617Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
42392026-08-31T15:19:28.794Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
42402026-08-31T15:19:28.886Z[verify-libraries] Compiling ingot-macros v0.2.0
42412026-08-31T15:19:28.974Z[verify-libraries] Compiling tabwriter v1.4.1
42422026-08-31T15:19:29.258Z[verify-libraries] Compiling hash32 v0.3.1
42432026-08-31T15:19:29.279Z[verify-libraries] Compiling memmap v0.7.0
42442026-08-31T15:19:29.332Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42452026-08-31T15:19:29.360Z[verify-libraries] Compiling smoltcp v0.11.0
42462026-08-31T15:19:29.471Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42472026-08-31T15:19:29.512Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
42482026-08-31T15:19:29.569Z[verify-libraries] Compiling cobs v0.3.0
42492026-08-31T15:19:29.646Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42502026-08-31T15:19:29.678Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42512026-08-31T15:19:29.756Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
42522026-08-31T15:19:29.883Z[verify-libraries] Compiling colored v3.1.1
42532026-08-31T15:19:29.886Z[verify-libraries] Compiling usdt v0.5.0
42542026-08-31T15:19:29.948Z[verify-libraries] Compiling postcard v1.1.3
42552026-08-31T15:19:29.951Z[verify-libraries] Compiling rayon v1.11.0
42562026-08-31T15:19:29.951Z[verify-libraries] Compiling rand v0.10.1
42572026-08-31T15:19:30.019Z[verify-libraries] Compiling num_enum_derive v0.7.6
42582026-08-31T15:19:30.091Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42592026-08-31T15:19:30.143Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42602026-08-31T15:19:30.227Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42612026-08-31T15:19:30.271Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42622026-08-31T15:19:30.310Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42632026-08-31T15:19:30.362Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42642026-08-31T15:19:30.416Z[verify-libraries] Compiling illumos-nvpair v0.3.0
42652026-08-31T15:19:30.743Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42662026-08-31T15:19:30.746Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42672026-08-31T15:19:30.787Z[verify-libraries] Compiling num_enum_derive v0.5.11
42682026-08-31T15:19:30.812Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42692026-08-31T15:19:30.812Z[verify-libraries] Compiling cstr-argument v0.1.2
42702026-08-31T15:19:30.869Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42712026-08-31T15:19:30.869Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42722026-08-31T15:19:30.951Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42732026-08-31T15:19:30.984Z[ recovery-image] Aug 31 15:19:30.356 INFO O| Aug 31 15:19:30.355 INFO O| Startup: Refreshing catalog 'helios' ... Done
42742026-08-31T15:19:31.061Z[verify-libraries] Compiling foreign-types v0.5.0
42752026-08-31T15:19:31.089Z[verify-libraries] Compiling sigpipe v0.1.3
42762026-08-31T15:19:31.209Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42772026-08-31T15:19:31.235Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42782026-08-31T15:19:31.238Z[verify-libraries] Compiling num_enum v0.7.6
42792026-08-31T15:19:31.238Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42802026-08-31T15:19:31.242Z[ host-image] Aug 31 15:19:30.611 INFO O| Aug 31 15:19:30.611 INFO O| Planning: Fetching manifests: 130/130 100% complete
42812026-08-31T15:19:31.257Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42822026-08-31T15:19:31.375Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
42832026-08-31T15:19:31.410Z[verify-libraries] Compiling itertools v0.12.1
42842026-08-31T15:19:31.449Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42852026-08-31T15:19:31.466Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42862026-08-31T15:19:31.471Z[ recovery-image] Aug 31 15:19:30.842 INFO O| Aug 31 15:19:30.842 INFO O| Startup: Caching catalogs ... Done
42872026-08-31T15:19:31.489Z[ recovery-image] Aug 31 15:19:30.860 INFO O| Aug 31 15:19:30.860 INFO O| Planning: Planning completed in 0.00 seconds
42882026-08-31T15:19:31.493Z[ recovery-image] Aug 31 15:19:30.861 INFO O| Aug 31 15:19:30.861 INFO O| Planning: Consolidating action changes ... Done
42892026-08-31T15:19:31.493Z[ recovery-image] Aug 31 15:19:30.861 INFO O| Aug 31 15:19:30.861 INFO O| Planning: Evaluating mediators ... Done
42902026-08-31T15:19:31.493Z[ recovery-image] Aug 31 15:19:30.861 INFO O| Aug 31 15:19:30.861 INFO O| Planning: Planning completed in 0.00 seconds
42912026-08-31T15:19:31.493Z[ recovery-image] Aug 31 15:19:30.861 INFO O| Aug 31 15:19:30.861 INFO O| Variants/Facets to change: 1
42922026-08-31T15:19:31.501Z[verify-libraries] Compiling toml v0.8.23
42932026-08-31T15:19:31.501Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42942026-08-31T15:19:31.504Z[ recovery-image] Aug 31 15:19:30.872 INFO O| Aug 31 15:19:30.872 INFO O| Finalize: Updating package state database ... Done
42952026-08-31T15:19:31.504Z[ recovery-image] Aug 31 15:19:30.872 INFO O| Aug 31 15:19:30.872 INFO O| Finalize: Updating package cache ... Done
42962026-08-31T15:19:31.586Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
42972026-08-31T15:19:31.589Z[ recovery-image] Aug 31 15:19:30.960 INFO O| Aug 31 15:19:30.959 INFO O| Finalize: Updating image state ... Done
42982026-08-31T15:19:31.606Z[ recovery-image] Aug 31 15:19:30.977 INFO O| Aug 31 15:19:30.977 INFO O| Finalize: Creating fast lookup database ... Done
42992026-08-31T15:19:31.609Z[ recovery-image] Aug 31 15:19:30.978 INFO O| Aug 31 15:19:30.978 INFO O| Finalize: Reading search index ... Done
43002026-08-31T15:19:31.610Z[ recovery-image] Aug 31 15:19:30.978 INFO O| Aug 31 15:19:30.978 INFO O| Finalize: Updating search index ... Done
43012026-08-31T15:19:31.610Z[ recovery-image] Aug 31 15:19:30.979 INFO O| Aug 31 15:19:30.979 INFO O| Finalize: Updating package cache ... Done
43022026-08-31T15:19:31.650Z[verify-libraries] Compiling smf v0.2.3
43032026-08-31T15:19:31.720Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
43042026-08-31T15:19:31.830Z[ host-image] Aug 31 15:19:31.201 INFO O| Aug 31 15:19:31.201 INFO O| Planning: Package planning ... Done
43052026-08-31T15:19:31.927Z[ recovery-image] Aug 31 15:19:31.298 INFO O| Aug 31 15:19:31.298 INFO STEP 8 (pkg_change_facet) COMPLETE
43062026-08-31T15:19:31.927Z[ recovery-image] Aug 31 15:19:31.298 INFO O| Aug 31 15:19:31.298 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43072026-08-31T15:19:31.930Z[verify-libraries] Compiling whoami v1.6.1
43082026-08-31T15:19:31.930Z[verify-libraries] Compiling tokio-dtrace v0.1.1
43092026-08-31T15:19:31.987Z[verify-libraries] Compiling num_enum v0.5.11
43102026-08-31T15:19:31.987Z[verify-libraries] Compiling derive-where v1.6.0
43112026-08-31T15:19:31.991Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43122026-08-31T15:19:32.088Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43132026-08-31T15:19:32.092Z[verify-libraries] Compiling ingot-types v0.2.0
43142026-08-31T15:19:32.147Z[ host-image] Aug 31 15:19:31.518 INFO O| Aug 31 15:19:31.518 INFO O| Planning: Merging actions ... Done
43152026-08-31T15:19:32.205Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
43162026-08-31T15:19:32.205Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
43172026-08-31T15:19:32.248Z[ recovery-image] Aug 31 15:19:31.619 INFO O| Aug 31 15:19:31.619 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43182026-08-31T15:19:32.255Z[verify-libraries] Compiling gethostname v0.5.0
43192026-08-31T15:19:32.269Z[ host-image] Aug 31 15:19:31.638 INFO O| Aug 31 15:19:31.638 INFO O| Planning: Checking for conflicting actions ... Done
43202026-08-31T15:19:32.286Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
43212026-08-31T15:19:32.347Z[verify-libraries] Compiling newline-converter v0.3.0
43222026-08-31T15:19:32.399Z[ host-image] Aug 31 15:19:31.771 INFO O| Aug 31 15:19:31.770 INFO O| Planning: Consolidating action changes ... Done
43232026-08-31T15:19:32.431Z[verify-libraries] Compiling console v0.15.11
43242026-08-31T15:19:32.556Z[verify-libraries] Compiling ingot v0.2.1
43252026-08-31T15:19:32.580Z[ host-image] Aug 31 15:19:31.950 INFO O| Aug 31 15:19:31.949 INFO O| Planning: Evaluating mediators ... Done
43262026-08-31T15:19:32.584Z[verify-libraries] Compiling linear-map v1.2.0
43272026-08-31T15:19:32.616Z[verify-libraries] Compiling num-rational v0.4.2
43282026-08-31T15:19:32.668Z[verify-libraries] Compiling num-complex v0.4.6
43292026-08-31T15:19:32.695Z[verify-libraries] Compiling zone v0.3.1
43302026-08-31T15:19:32.784Z[verify-libraries] Compiling slog-dtrace v0.3.0
43312026-08-31T15:19:32.816Z[verify-libraries] Compiling resolv-conf v0.7.6
43322026-08-31T15:19:32.926Z[verify-libraries] Compiling expectorate v1.2.0
43332026-08-31T15:19:33.081Z[verify-libraries] Compiling prettyplease v0.2.37
43342026-08-31T15:19:33.146Z[verify-libraries] Compiling num v0.4.3
43352026-08-31T15:19:33.204Z[verify-libraries] Compiling typify-macro v0.6.2
43362026-08-31T15:19:33.231Z[verify-libraries] Compiling float-ord v0.3.2
43372026-08-31T15:19:33.277Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43382026-08-31T15:19:33.280Z[verify-libraries] Compiling linked-hash-map v0.5.6
43392026-08-31T15:19:33.280Z[verify-libraries] Compiling minimal-lexical v0.2.1
43402026-08-31T15:19:33.280Z[verify-libraries] Compiling hickory-proto v0.24.4
43412026-08-31T15:19:33.432Z[verify-libraries] Compiling unicode-xid v0.2.6
43422026-08-31T15:19:33.435Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43432026-08-31T15:19:33.476Z[verify-libraries] Compiling tabled_derive v0.7.0
43442026-08-31T15:19:33.532Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43452026-08-31T15:19:33.590Z[verify-libraries] Compiling nom v7.1.3
43462026-08-31T15:19:33.613Z[verify-libraries] Compiling lru-cache v0.1.2
43472026-08-31T15:19:33.617Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43482026-08-31T15:19:33.617Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
43492026-08-31T15:19:33.736Z[verify-libraries] Compiling fd-lock v4.0.4
43502026-08-31T15:19:33.919Z[verify-libraries] Compiling vte v0.14.1
43512026-08-31T15:19:33.956Z[verify-libraries] Compiling display-error-chain v0.2.2
43522026-08-31T15:19:34.013Z[verify-libraries] Compiling crossterm v0.29.0
43532026-08-31T15:19:34.098Z[ host-image] Aug 31 15:19:33.469 INFO O| Aug 31 15:19:33.469 INFO O| Planning: Planning completed in 8.89 seconds
43542026-08-31T15:19:34.101Z[ host-image] Aug 31 15:19:33.471 INFO O| Aug 31 15:19:33.471 INFO O| Packages to install: 130
43552026-08-31T15:19:34.101Z[ host-image] Aug 31 15:19:33.471 INFO O| Aug 31 15:19:33.471 INFO O| Mediators to change: 5
43562026-08-31T15:19:34.101Z[ host-image] Aug 31 15:19:33.471 INFO O| Aug 31 15:19:33.471 INFO O| Services to change: 6
43572026-08-31T15:19:34.195Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43582026-08-31T15:19:34.202Z[ host-image] Aug 31 15:19:33.573 INFO O| Aug 31 15:19:33.573 INFO O| Download: 0/23888 items 0.0/222.8MB 0% complete
43592026-08-31T15:19:34.311Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43602026-08-31T15:19:34.380Z[ recovery-image] Aug 31 15:19:33.751 INFO O| Aug 31 15:19:33.751 INFO O| Startup: Refreshing catalog 'helios' ... Done
43612026-08-31T15:19:34.392Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43622026-08-31T15:19:34.615Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43632026-08-31T15:19:34.649Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43642026-08-31T15:19:34.692Z[verify-libraries] Compiling reedline v0.40.0
43652026-08-31T15:19:34.718Z[verify-libraries] Compiling tabled v0.15.0
43662026-08-31T15:19:34.719Z[verify-libraries] Compiling stacker v0.1.23
43672026-08-31T15:19:34.723Z[verify-libraries] Compiling cfg_aliases v0.1.1
43682026-08-31T15:19:34.832Z[verify-libraries] Compiling psm v0.1.30
43692026-08-31T15:19:34.867Z[verify-libraries] Compiling semver v0.1.20
43702026-08-31T15:19:34.893Z[verify-libraries] Compiling termtree v0.5.1
43712026-08-31T15:19:34.897Z[verify-libraries] Compiling nix v0.28.0
43722026-08-31T15:19:35.012Z[ recovery-image] Aug 31 15:19:34.384 INFO O| Aug 31 15:19:34.384 INFO O| Startup: Caching catalogs ... Done
43732026-08-31T15:19:35.031Z[ recovery-image] Aug 31 15:19:34.403 INFO O| Aug 31 15:19:34.403 INFO O| Planning: Planning completed in 0.00 seconds
43742026-08-31T15:19:35.035Z[ recovery-image] Aug 31 15:19:34.403 INFO O| Aug 31 15:19:34.403 INFO O| Planning: Consolidating action changes ... Done
43752026-08-31T15:19:35.035Z[ recovery-image] Aug 31 15:19:34.403 INFO O| Aug 31 15:19:34.403 INFO O| Planning: Evaluating mediators ... Done
43762026-08-31T15:19:35.035Z[ recovery-image] Aug 31 15:19:34.404 INFO O| Aug 31 15:19:34.404 INFO O| Planning: Planning completed in 0.00 seconds
43772026-08-31T15:19:35.035Z[ recovery-image] Aug 31 15:19:34.404 INFO O| Aug 31 15:19:34.404 INFO O| Variants/Facets to change: 1
43782026-08-31T15:19:35.049Z[ recovery-image] Aug 31 15:19:34.420 INFO O| Aug 31 15:19:34.420 INFO O| Finalize: Updating package state database ... Done
43792026-08-31T15:19:35.049Z[ recovery-image] Aug 31 15:19:34.420 INFO O| Aug 31 15:19:34.420 INFO O| Finalize: Updating package cache ... Done
43802026-08-31T15:19:35.115Z[verify-libraries] Compiling rustc_version v0.1.7
43812026-08-31T15:19:35.138Z[ recovery-image] Aug 31 15:19:34.509 INFO O| Aug 31 15:19:34.509 INFO O| Finalize: Updating image state ... Done
43822026-08-31T15:19:35.160Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43832026-08-31T15:19:35.163Z[ recovery-image] Aug 31 15:19:34.534 INFO O| Aug 31 15:19:34.533 INFO O| Finalize: Creating fast lookup database ... Done
43842026-08-31T15:19:35.163Z[ recovery-image] Aug 31 15:19:34.534 INFO O| Aug 31 15:19:34.534 INFO O| Finalize: Reading search index ... Done
43852026-08-31T15:19:35.163Z[ recovery-image] Aug 31 15:19:34.534 INFO O| Aug 31 15:19:34.534 INFO O| Finalize: Updating search index ... Done
43862026-08-31T15:19:35.170Z[ recovery-image] Aug 31 15:19:34.535 INFO O| Aug 31 15:19:34.535 INFO O| Finalize: Updating package cache ... Done
43872026-08-31T15:19:35.209Z[verify-libraries] Compiling phf_shared v0.12.1
43882026-08-31T15:19:35.245Z[verify-libraries] Compiling typify v0.6.2
43892026-08-31T15:19:35.274Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43902026-08-31T15:19:35.274Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43912026-08-31T15:19:35.274Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43922026-08-31T15:19:35.412Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43932026-08-31T15:19:35.413Z[verify-libraries] Compiling progenitor-impl v0.14.0
43942026-08-31T15:19:35.461Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43952026-08-31T15:19:35.473Z[ recovery-image] Aug 31 15:19:34.845 INFO O| Aug 31 15:19:34.845 INFO STEP 9 (pkg_change_facet) COMPLETE
43962026-08-31T15:19:35.473Z[ recovery-image] Aug 31 15:19:34.845 INFO O| Aug 31 15:19:34.845 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43972026-08-31T15:19:35.556Z[verify-libraries] Compiling nibble_vec v0.1.0
43982026-08-31T15:19:35.631Z[verify-libraries] Compiling hickory-resolver v0.24.4
43992026-08-31T15:19:35.798Z[ recovery-image] Aug 31 15:19:35.168 INFO O| Aug 31 15:19:35.168 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44002026-08-31T15:19:35.838Z[verify-libraries] Compiling highway v1.3.0
44012026-08-31T15:19:35.878Z[verify-libraries] Compiling chrono-tz v0.10.4
44022026-08-31T15:19:35.949Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44032026-08-31T15:19:36.114Z[verify-libraries] Compiling endian-type v0.1.2
44042026-08-31T15:19:36.298Z[verify-libraries] Compiling radix_trie v0.2.1
44052026-08-31T15:19:36.322Z[verify-libraries] Compiling recursive v0.1.1
44062026-08-31T15:19:36.376Z[verify-libraries] Compiling newtype_derive v0.1.6
44072026-08-31T15:19:36.505Z[verify-libraries] Compiling phf v0.12.1
44082026-08-31T15:19:36.608Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
44092026-08-31T15:19:36.685Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
44102026-08-31T15:19:36.719Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
44112026-08-31T15:19:36.788Z[verify-libraries] Compiling qorb v0.4.1
44122026-08-31T15:19:36.918Z[verify-libraries] Compiling peg-macros v0.8.5
44132026-08-31T15:19:37.281Z[verify-libraries] Compiling sqlparser_derive v0.5.0
44142026-08-31T15:19:37.360Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44152026-08-31T15:19:37.516Z[verify-libraries] Compiling csv-core v0.1.13
44162026-08-31T15:19:37.548Z[verify-libraries] Compiling winnow v0.6.26
44172026-08-31T15:19:37.647Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44182026-08-31T15:19:37.750Z[verify-libraries] Compiling home v0.5.12
44192026-08-31T15:19:37.792Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44202026-08-31T15:19:37.833Z[verify-libraries] Compiling unicode_categories v0.1.1
44212026-08-31T15:19:37.950Z[verify-libraries] Compiling rustyline v14.0.0
44222026-08-31T15:19:38.023Z[verify-libraries] Compiling const_format v0.2.35
44232026-08-31T15:19:38.053Z[verify-libraries] Compiling csv v1.4.0
44242026-08-31T15:19:38.102Z[ recovery-image] Aug 31 15:19:37.473 INFO O| Aug 31 15:19:37.473 INFO O| Startup: Refreshing catalog 'helios' ... Done
44252026-08-31T15:19:38.195Z[verify-libraries] Compiling sqlparser v0.61.0
44262026-08-31T15:19:38.232Z[verify-libraries] Compiling progenitor-macro v0.14.0
44272026-08-31T15:19:38.267Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44282026-08-31T15:19:38.308Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44292026-08-31T15:19:38.429Z[verify-libraries] Compiling peg v0.8.5
44302026-08-31T15:19:38.465Z[verify-libraries] Compiling bcs v0.1.6
44312026-08-31T15:19:38.583Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44322026-08-31T15:19:38.634Z[ recovery-image] Aug 31 15:19:38.000 INFO O| Aug 31 15:19:38.000 INFO O| Startup: Caching catalogs ... Done
44332026-08-31T15:19:38.676Z[ recovery-image] Aug 31 15:19:38.020 INFO O| Aug 31 15:19:38.020 INFO O| Planning: Planning completed in 0.00 seconds
44342026-08-31T15:19:38.676Z[ recovery-image] Aug 31 15:19:38.020 INFO O| Aug 31 15:19:38.020 INFO O| Planning: Consolidating action changes ... Done
44352026-08-31T15:19:38.688Z[ recovery-image] Aug 31 15:19:38.020 INFO O| Aug 31 15:19:38.020 INFO O| Planning: Evaluating mediators ... Done
44362026-08-31T15:19:38.688Z[ recovery-image] Aug 31 15:19:38.020 INFO O| Aug 31 15:19:38.020 INFO O| Planning: Planning completed in 0.00 seconds
44372026-08-31T15:19:38.688Z[ recovery-image] Aug 31 15:19:38.021 INFO O| Aug 31 15:19:38.021 INFO O| Variants/Facets to change: 1
44382026-08-31T15:19:38.688Z[ recovery-image] Aug 31 15:19:38.042 INFO O| Aug 31 15:19:38.042 INFO O| Finalize: Updating package state database ... Done
44392026-08-31T15:19:38.688Z[ recovery-image] Aug 31 15:19:38.042 INFO O| Aug 31 15:19:38.042 INFO O| Finalize: Updating package cache ... Done
44402026-08-31T15:19:38.742Z[verify-libraries] Compiling nom v8.0.0
44412026-08-31T15:19:38.757Z[ recovery-image] Aug 31 15:19:38.127 INFO O| Aug 31 15:19:38.127 INFO O| Finalize: Updating image state ... Done
44422026-08-31T15:19:38.764Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44432026-08-31T15:19:38.780Z[ recovery-image] Aug 31 15:19:38.146 INFO O| Aug 31 15:19:38.146 INFO O| Finalize: Creating fast lookup database ... Done
44442026-08-31T15:19:38.785Z[ recovery-image] Aug 31 15:19:38.147 INFO O| Aug 31 15:19:38.147 INFO O| Finalize: Reading search index ... Done
44452026-08-31T15:19:38.785Z[ recovery-image] Aug 31 15:19:38.147 INFO O| Aug 31 15:19:38.147 INFO O| Finalize: Updating search index ... Done
44462026-08-31T15:19:38.785Z[ recovery-image] Aug 31 15:19:38.148 INFO O| Aug 31 15:19:38.148 INFO O| Finalize: Updating package cache ... Done
44472026-08-31T15:19:38.870Z[verify-libraries] Compiling steno v0.4.1
44482026-08-31T15:19:38.968Z[verify-libraries] Compiling sqlformat v0.3.5
44492026-08-31T15:19:39.008Z[verify-libraries] Compiling sha1 v0.10.6
44502026-08-31T15:19:39.085Z[ recovery-image] Aug 31 15:19:38.455 INFO O| Aug 31 15:19:38.455 INFO STEP 10 (pkg_change_facet) COMPLETE
44512026-08-31T15:19:39.085Z[ recovery-image] Aug 31 15:19:38.455 INFO O| Aug 31 15:19:38.455 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44522026-08-31T15:19:39.097Z[ recovery-image] Aug 31 15:19:38.466 INFO O| Aug 31 15:19:38.466 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"]
44532026-08-31T15:19:39.158Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44542026-08-31T15:19:39.210Z[ host-image] Aug 31 15:19:38.577 INFO O| Aug 31 15:19:38.577 INFO O| Download: 8831/23888 items 75.3/222.8MB 33% complete (15.4M/s)
44552026-08-31T15:19:39.340Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44562026-08-31T15:19:39.470Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44572026-08-31T15:19:39.767Z[verify-libraries] Compiling tagptr v0.2.0
44582026-08-31T15:19:39.809Z[verify-libraries] Compiling utf-8 v0.7.6
44592026-08-31T15:19:39.858Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44602026-08-31T15:19:39.883Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44612026-08-31T15:19:39.917Z[verify-libraries] Compiling libefi-sys v0.1.0
44622026-08-31T15:19:39.926Z[verify-libraries] Compiling bitfield-struct v0.6.2
44632026-08-31T15:19:39.977Z[verify-libraries] Compiling moka v0.12.13
44642026-08-31T15:19:40.041Z[verify-libraries] Compiling tungstenite v0.21.0
44652026-08-31T15:19:40.163Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44662026-08-31T15:19:40.211Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
44672026-08-31T15:19:40.216Z[verify-libraries] Compiling xshell-macros v0.2.7
44682026-08-31T15:19:40.470Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44692026-08-31T15:19:40.508Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44702026-08-31T15:19:40.589Z[verify-libraries] Compiling sha2 v0.11.0
44712026-08-31T15:19:40.710Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44722026-08-31T15:19:40.752Z[verify-libraries] Compiling hickory-resolver v0.25.2
44732026-08-31T15:19:40.759Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44742026-08-31T15:19:40.759Z[verify-libraries] Compiling xshell v0.2.7
44752026-08-31T15:19:40.851Z[verify-libraries] Compiling libscf-sys v1.2.0
44762026-08-31T15:19:40.985Z[verify-libraries] Compiling subprocess v0.2.15
44772026-08-31T15:19:41.019Z[verify-libraries] Compiling papergrid v0.18.0
44782026-08-31T15:19:41.082Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44792026-08-31T15:19:41.167Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44802026-08-31T15:19:41.184Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44812026-08-31T15:19:41.376Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
44822026-08-31T15:19:41.470Z[verify-libraries] Compiling headers-core v0.3.0
44832026-08-31T15:19:41.560Z[ recovery-image] Aug 31 15:19:40.930 INFO O| Aug 31 15:19:40.930 INFO O| Startup: Refreshing catalog 'helios' ... Done
44842026-08-31T15:19:41.567Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44852026-08-31T15:19:41.671Z[verify-libraries] Compiling unicase v2.9.0
44862026-08-31T15:19:41.720Z[verify-libraries] Compiling headers v0.4.1
44872026-08-31T15:19:41.847Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44882026-08-31T15:19:41.850Z[verify-libraries] Compiling darling_core v0.21.3
44892026-08-31T15:19:41.923Z[verify-libraries] Compiling maplit v1.0.2
44902026-08-31T15:19:41.978Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44912026-08-31T15:19:42.062Z[ recovery-image] Aug 31 15:19:41.433 INFO O| Aug 31 15:19:41.433 INFO O| Startup: Caching catalogs ... Done
44922026-08-31T15:19:42.183Z[verify-libraries] Compiling tabled v0.21.0
44932026-08-31T15:19:42.381Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44942026-08-31T15:19:42.549Z[verify-libraries] Compiling yasna v0.5.2
44952026-08-31T15:19:42.582Z[verify-libraries] Compiling crc8 v0.1.1
44962026-08-31T15:19:42.668Z[verify-libraries] Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
44972026-08-31T15:19:42.742Z[verify-libraries] Compiling vergen-lib v0.1.6
44982026-08-31T15:19:42.919Z[verify-libraries] Compiling diesel_derives v2.3.7
44992026-08-31T15:19:42.996Z[verify-libraries] Compiling port-file v0.1.0
45002026-08-31T15:19:43.063Z[verify-libraries] Compiling rcgen v0.12.1
45012026-08-31T15:19:43.305Z[verify-libraries] Compiling vergen-gitcl v1.0.8
45022026-08-31T15:19:43.332Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
45032026-08-31T15:19:43.337Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
45042026-08-31T15:19:43.398Z[verify-libraries] Compiling half v1.8.3
45052026-08-31T15:19:43.606Z[verify-libraries] Compiling r2d2 v0.8.10
45062026-08-31T15:19:43.683Z[verify-libraries] Compiling serde_cbor v0.11.2
45072026-08-31T15:19:43.784Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45082026-08-31T15:19:43.855Z[verify-libraries] Compiling progenitor v0.14.0
45092026-08-31T15:19:43.888Z[verify-libraries] Compiling crunchy v0.2.4
45102026-08-31T15:19:44.058Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45112026-08-31T15:19:44.101Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
45122026-08-31T15:19:44.207Z[ host-image] Aug 31 15:19:43.578 INFO O| Aug 31 15:19:43.578 INFO O| Download: 16341/23888 items 132.2/222.8MB 59% complete (13.3M/s)
45132026-08-31T15:19:44.269Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45142026-08-31T15:19:44.314Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45152026-08-31T15:19:44.420Z[verify-libraries] Compiling downcast-rs v2.0.2
45162026-08-31T15:19:44.538Z[verify-libraries] Compiling cpubits v0.1.1
45172026-08-31T15:19:44.619Z[verify-libraries] Compiling dirs-next v2.0.0
45182026-08-31T15:19:44.645Z[verify-libraries] Compiling darling_macro v0.21.3
45192026-08-31T15:19:44.795Z[verify-libraries] Compiling clang-sys v1.8.1
45202026-08-31T15:19:44.865Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45212026-08-31T15:19:45.006Z[verify-libraries] Compiling tiny-keccak v2.0.2
45222026-08-31T15:19:45.035Z[ recovery-image] Aug 31 15:19:44.404 INFO O| Aug 31 15:19:44.404 INFO O| Planning: Solver setup ... Done
45232026-08-31T15:19:45.082Z[verify-libraries] Compiling term v0.7.0
45242026-08-31T15:19:45.258Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45252026-08-31T15:19:45.321Z[ recovery-image] Aug 31 15:19:44.692 INFO O| Aug 31 15:19:44.692 INFO O| Planning: Running solver ... Done
45262026-08-31T15:19:45.350Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45272026-08-31T15:19:45.376Z[verify-libraries] Compiling darling v0.21.3
45282026-08-31T15:19:45.385Z[ recovery-image] Aug 31 15:19:44.757 INFO O| Aug 31 15:19:44.757 INFO O| Planning: Finding local manifests ... Done
45292026-08-31T15:19:45.405Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45302026-08-31T15:19:45.413Z[ recovery-image] Aug 31 15:19:44.785 INFO O| Aug 31 15:19:44.784 INFO O| Planning: Fetching manifests: 0/130 0% complete
45312026-08-31T15:19:45.449Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45322026-08-31T15:19:45.476Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45332026-08-31T15:19:45.509Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45342026-08-31T15:19:45.537Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45352026-08-31T15:19:45.562Z[verify-libraries] Compiling diff v0.1.13
45362026-08-31T15:19:45.601Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45372026-08-31T15:19:45.746Z[verify-libraries] Compiling bit-vec v0.6.3
45382026-08-31T15:19:45.821Z[verify-libraries] Compiling ascii-canvas v3.0.0
45392026-08-31T15:19:45.845Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45402026-08-31T15:19:45.888Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45412026-08-31T15:19:45.946Z[verify-libraries] Compiling bit-set v0.5.3
45422026-08-31T15:19:46.031Z[verify-libraries] Compiling itertools v0.10.5
45432026-08-31T15:19:46.075Z[verify-libraries] Compiling ena v0.14.4
45442026-08-31T15:19:46.166Z[verify-libraries] Compiling libloading v0.8.9
45452026-08-31T15:19:46.189Z[verify-libraries] Compiling regex-syntax v0.6.29
45462026-08-31T15:19:46.255Z[verify-libraries] Compiling bindgen v0.71.1
45472026-08-31T15:19:46.387Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45482026-08-31T15:19:46.452Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45492026-08-31T15:19:46.598Z[verify-libraries] Compiling cexpr v0.6.0
45502026-08-31T15:19:46.673Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
45512026-08-31T15:19:46.706Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45522026-08-31T15:19:46.808Z[verify-libraries] Compiling rustc-hash v2.1.1
45532026-08-31T15:19:46.840Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
45542026-08-31T15:19:46.967Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
45552026-08-31T15:19:47.084Z[verify-libraries] Compiling rfc6979 v0.4.0
45562026-08-31T15:19:47.116Z[verify-libraries] Compiling libxml v0.3.3
45572026-08-31T15:19:47.149Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45582026-08-31T15:19:47.232Z[verify-libraries] Compiling ecdsa v0.16.9
45592026-08-31T15:19:47.269Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45602026-08-31T15:19:47.444Z[verify-libraries] Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
45612026-08-31T15:19:47.472Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
45622026-08-31T15:19:47.580Z[verify-libraries] Compiling lalrpop v0.19.12
45632026-08-31T15:19:47.583Z[ host-image] Aug 31 15:19:46.954 INFO O| Aug 31 15:19:46.954 INFO O| Download: Completed 222.83 MB in 13.38 seconds (16.6M/s)
45642026-08-31T15:19:47.651Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45652026-08-31T15:19:47.700Z[verify-libraries] Compiling strum_macros v0.24.3
45662026-08-31T15:19:47.746Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
45672026-08-31T15:19:47.787Z[verify-libraries] Compiling primeorder v0.13.6
45682026-08-31T15:19:47.790Z[verify-libraries] Compiling hashbrown v0.14.5
45692026-08-31T15:19:47.950Z[ host-image] Aug 31 15:19:47.321 INFO O| Aug 31 15:19:47.321 INFO O| Actions: 1/54182 actions (Installing new actions)
45702026-08-31T15:19:48.121Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
45712026-08-31T15:19:48.204Z[verify-libraries] Compiling hmac v0.13.0
45722026-08-31T15:19:48.250Z[verify-libraries] Compiling universal-hash v0.6.1
45732026-08-31T15:19:48.462Z[verify-libraries] Compiling fxhash v0.2.1
45742026-08-31T15:19:48.465Z[verify-libraries] Compiling salty v0.3.0
45752026-08-31T15:19:48.506Z[verify-libraries] Compiling indoc v1.0.9
45762026-08-31T15:19:48.538Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
45772026-08-31T15:19:48.630Z[ recovery-image] Aug 31 15:19:48.001 INFO O| Aug 31 15:19:48.001 INFO O| Planning: Fetching manifests: 130/130 100% complete
45782026-08-31T15:19:48.680Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45792026-08-31T15:19:48.928Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45802026-08-31T15:19:49.021Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45812026-08-31T15:19:49.130Z[verify-libraries] Compiling chumsky v0.9.3
45822026-08-31T15:19:49.232Z[ recovery-image] Aug 31 15:19:48.603 INFO O| Aug 31 15:19:48.602 INFO O| Planning: Package planning ... Done
45832026-08-31T15:19:49.254Z[verify-libraries] Compiling p384 v0.13.1
45842026-08-31T15:19:49.305Z[verify-libraries] Compiling knus-derive v3.4.0
45852026-08-31T15:19:49.554Z[ recovery-image] Aug 31 15:19:48.925 INFO O| Aug 31 15:19:48.925 INFO O| Planning: Merging actions ... Done
45862026-08-31T15:19:49.624Z[ recovery-image] Aug 31 15:19:48.995 INFO O| Aug 31 15:19:48.995 INFO O| Planning: Checking for conflicting actions ... Done
45872026-08-31T15:19:49.681Z[ recovery-image] Aug 31 15:19:49.051 INFO O| Aug 31 15:19:49.051 INFO O| Planning: Consolidating action changes ... Done
45882026-08-31T15:19:49.820Z[ recovery-image] Aug 31 15:19:49.191 INFO O| Aug 31 15:19:49.191 INFO O| Planning: Evaluating mediators ... Done
45892026-08-31T15:19:49.931Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45902026-08-31T15:19:49.984Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45912026-08-31T15:19:49.987Z[verify-libraries] Compiling oso-derive v0.27.3
45922026-08-31T15:19:50.410Z[verify-libraries] Compiling quick-xml v0.37.5
45932026-08-31T15:19:50.653Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45942026-08-31T15:19:50.787Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45952026-08-31T15:19:51.050Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45962026-08-31T15:19:51.148Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45972026-08-31T15:19:51.238Z[ recovery-image] Aug 31 15:19:50.609 INFO O| Aug 31 15:19:50.609 INFO O| Planning: Planning completed in 9.16 seconds
45982026-08-31T15:19:51.242Z[ recovery-image] Aug 31 15:19:50.611 INFO O| Aug 31 15:19:50.611 INFO O| Packages to install: 130
45992026-08-31T15:19:51.242Z[ recovery-image] Aug 31 15:19:50.611 INFO O| Aug 31 15:19:50.611 INFO O| Mediators to change: 5
46002026-08-31T15:19:51.242Z[ recovery-image] Aug 31 15:19:50.611 INFO O| Aug 31 15:19:50.611 INFO O| Services to change: 5
46012026-08-31T15:19:51.268Z[ recovery-image] Aug 31 15:19:50.639 INFO O| Aug 31 15:19:50.639 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46022026-08-31T15:19:51.949Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
46032026-08-31T15:19:51.976Z[verify-libraries] Compiling openssl-probe v0.1.6
46042026-08-31T15:19:52.028Z[verify-libraries] Compiling diesel v2.3.7
46052026-08-31T15:19:52.039Z[verify-libraries] Compiling knus v3.4.0
46062026-08-31T15:19:52.848Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
46072026-08-31T15:19:52.950Z[ host-image] Aug 31 15:19:52.321 INFO O| Aug 31 15:19:52.321 INFO O| Actions: 21757/54182 actions (Installing new actions)
46082026-08-31T15:19:52.953Z[verify-libraries] Compiling polyval v0.7.1
46092026-08-31T15:19:53.223Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46102026-08-31T15:19:53.318Z[verify-libraries] Compiling der v0.8.0
46112026-08-31T15:19:53.340Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46122026-08-31T15:19:53.816Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46132026-08-31T15:19:54.134Z[verify-libraries] Compiling git-stub v1.0.0
46142026-08-31T15:19:54.373Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46152026-08-31T15:19:54.555Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46162026-08-31T15:19:54.859Z[verify-libraries] Compiling kstat-rs v0.2.5
46172026-08-31T15:19:54.980Z[verify-libraries] Compiling trait-variant v0.1.2
46182026-08-31T15:19:54.983Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46192026-08-31T15:19:55.225Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46202026-08-31T15:19:55.479Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46212026-08-31T15:19:55.718Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46222026-08-31T15:19:55.911Z[verify-libraries] Compiling ghash v0.6.0
46232026-08-31T15:19:55.959Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46242026-08-31T15:19:56.087Z[verify-libraries] Compiling pbkdf2 v0.13.0
46252026-08-31T15:19:56.126Z[verify-libraries] Compiling aes v0.9.1
46262026-08-31T15:19:56.268Z[ recovery-image] Aug 31 15:19:55.639 INFO O| Aug 31 15:19:55.639 INFO O| Download: 7798/16682 items 82.9/200.0MB 41% complete (16.6M/s)
46272026-08-31T15:19:56.296Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46282026-08-31T15:19:56.333Z[verify-libraries] Compiling crypto-bigint v0.7.5
46292026-08-31T15:19:56.618Z[ host-image] Aug 31 15:19:55.990 INFO O| Aug 31 15:19:55.990 INFO O| Actions: Completed 54182 actions in 8.66 seconds.
46302026-08-31T15:19:56.743Z[ host-image] Aug 31 15:19:56.114 INFO O| Aug 31 15:19:56.114 INFO O| Finalize: Updating package state database ... Done
46312026-08-31T15:19:56.743Z[ host-image] Aug 31 15:19:56.114 INFO O| Aug 31 15:19:56.114 INFO O| Finalize: Updating package cache ... Done
46322026-08-31T15:19:56.957Z[ host-image] Aug 31 15:19:56.328 INFO O| Aug 31 15:19:56.328 INFO O| Finalize: Updating image state ... Done
46332026-08-31T15:19:57.064Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46342026-08-31T15:19:57.337Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46352026-08-31T15:19:57.588Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46362026-08-31T15:19:57.688Z[verify-libraries] Compiling ctr v0.10.1
46372026-08-31T15:19:57.733Z[verify-libraries] Compiling aead v0.6.1
46382026-08-31T15:19:57.797Z[verify-libraries] Compiling bb8 v0.8.6
46392026-08-31T15:19:57.859Z[verify-libraries] Compiling parking_lot_core v0.8.6
46402026-08-31T15:19:58.060Z[verify-libraries] Compiling aes-gcm v0.11.0
46412026-08-31T15:19:58.077Z[ host-image] Aug 31 15:19:57.448 INFO O| Aug 31 15:19:57.448 INFO O| Finalize: Creating fast lookup database ... Done
46422026-08-31T15:19:58.102Z[verify-libraries] Compiling spki v0.8.0
46432026-08-31T15:19:58.110Z[ host-image] Aug 31 15:19:57.481 INFO O| Aug 31 15:19:57.481 INFO O| Finalize: Reading search index ... Done
46442026-08-31T15:19:58.267Z[verify-libraries] Compiling mime_guess v2.0.5
46452026-08-31T15:19:58.290Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46462026-08-31T15:19:58.290Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46472026-08-31T15:19:58.360Z[verify-libraries] Compiling salsa20 v0.11.0
46482026-08-31T15:19:58.497Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46492026-08-31T15:19:58.560Z[verify-libraries] Compiling nanorand v0.7.0
46502026-08-31T15:19:58.616Z[verify-libraries] Compiling scrypt v0.12.0
46512026-08-31T15:19:58.648Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46522026-08-31T15:19:59.008Z[verify-libraries] Compiling flume v0.11.1
46532026-08-31T15:19:59.029Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46542026-08-31T15:19:59.078Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46552026-08-31T15:19:59.310Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46562026-08-31T15:19:59.406Z[verify-libraries] Compiling cbc v0.2.1
46572026-08-31T15:19:59.441Z[verify-libraries] Compiling digest-io v0.1.0
46582026-08-31T15:19:59.708Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
46592026-08-31T15:19:59.741Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46602026-08-31T15:19:59.766Z[verify-libraries] Compiling rawzip v0.4.4
46612026-08-31T15:20:00.052Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46622026-08-31T15:20:00.171Z[verify-libraries] Compiling nonempty v0.12.0
46632026-08-31T15:20:00.408Z[verify-libraries] Compiling http-range v0.1.5
46642026-08-31T15:20:00.537Z[verify-libraries] Compiling corncobs v0.1.4
46652026-08-31T15:20:00.742Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46662026-08-31T15:20:00.805Z[verify-libraries] Compiling pkcs5 v0.8.1
46672026-08-31T15:20:01.029Z[ host-image] Aug 31 15:20:00.400 INFO O| Aug 31 15:20:00.399 INFO O| Finalize: Building new search index ... Done
46682026-08-31T15:20:01.072Z[verify-libraries] Compiling parking_lot v0.11.2
46692026-08-31T15:20:01.230Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46702026-08-31T15:20:01.270Z[ recovery-image] Aug 31 15:20:00.641 INFO O| Aug 31 15:20:00.641 INFO O| Download: 16475/16682 items 197.4/200.0MB 98% complete (19.7M/s)
46712026-08-31T15:20:01.357Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
46722026-08-31T15:20:01.386Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46732026-08-31T15:20:01.411Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46742026-08-31T15:20:01.417Z[ recovery-image] Aug 31 15:20:00.788 INFO O| Aug 31 15:20:00.788 INFO O| Download: Completed 200.00 MB in 10.15 seconds (19.6M/s)
46752026-08-31T15:20:01.475Z[verify-libraries] Compiling ignore v0.4.25
46762026-08-31T15:20:01.546Z[verify-libraries] Compiling prefix-trie v0.7.0
46772026-08-31T15:20:01.572Z[ host-image] Aug 31 15:20:00.943 INFO O| Aug 31 15:20:00.943 INFO O| Finalize: Updating package cache ... Done
46782026-08-31T15:20:01.729Z[verify-libraries] Compiling anstyle-parse v0.2.7
46792026-08-31T15:20:01.884Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46802026-08-31T15:20:01.915Z[verify-libraries] Compiling secrecy v0.8.0
46812026-08-31T15:20:01.946Z[ host-image] Aug 31 15:20:01.317 INFO O| Aug 31 15:20:01.317 INFO STEP 11 (pkg_install) COMPLETE
46822026-08-31T15:20:01.950Z[ host-image] Aug 31 15:20:01.317 INFO O| Aug 31 15:20:01.317 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46832026-08-31T15:20:02.019Z[verify-libraries] Compiling hickory-server v0.25.2
46842026-08-31T15:20:02.065Z[verify-libraries] Compiling anstream v0.6.21
46852026-08-31T15:20:02.105Z[verify-libraries] Compiling globwalk v0.9.1
46862026-08-31T15:20:02.410Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46872026-08-31T15:20:02.430Z[verify-libraries] Compiling sled v0.34.7
46882026-08-31T15:20:02.452Z[verify-libraries] Compiling pkcs8 v0.11.0
46892026-08-31T15:20:02.887Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46902026-08-31T15:20:02.907Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46912026-08-31T15:20:02.964Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46922026-08-31T15:20:02.985Z[verify-libraries] Compiling predicates-tree v1.0.13
46932026-08-31T15:20:03.268Z[verify-libraries] Compiling rand_seeder v0.4.0
46942026-08-31T15:20:03.397Z[verify-libraries] Compiling ff v0.14.0
46952026-08-31T15:20:03.496Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46962026-08-31T15:20:03.584Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
46972026-08-31T15:20:03.722Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46982026-08-31T15:20:03.814Z[verify-libraries] Compiling libz-sys v1.1.24
46992026-08-31T15:20:03.945Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47002026-08-31T15:20:04.002Z[verify-libraries] Compiling group v0.14.0
47012026-08-31T15:20:04.039Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47022026-08-31T15:20:04.061Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47032026-08-31T15:20:04.353Z[verify-libraries] Compiling signature v3.0.0
47042026-08-31T15:20:04.382Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47052026-08-31T15:20:04.550Z[verify-libraries] Compiling base16ct v1.0.0
47062026-08-31T15:20:04.609Z[verify-libraries] Compiling instability v0.3.11
47072026-08-31T15:20:04.632Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47082026-08-31T15:20:04.715Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47092026-08-31T15:20:04.741Z[verify-libraries] Compiling sec1 v0.8.1
47102026-08-31T15:20:04.782Z[verify-libraries] Compiling hkdf v0.13.0
47112026-08-31T15:20:04.875Z[verify-libraries] Compiling scuffle v0.1.0
47122026-08-31T15:20:05.009Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47132026-08-31T15:20:05.115Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47142026-08-31T15:20:05.136Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47152026-08-31T15:20:05.157Z[verify-libraries] Compiling castaway v0.2.4
47162026-08-31T15:20:05.177Z[verify-libraries] Compiling indoc v2.0.7
47172026-08-31T15:20:05.309Z[verify-libraries] Compiling compact_str v0.8.1
47182026-08-31T15:20:05.332Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47192026-08-31T15:20:05.417Z[verify-libraries] Compiling elliptic-curve v0.14.1
47202026-08-31T15:20:05.808Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47212026-08-31T15:20:05.895Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47222026-08-31T15:20:06.070Z[ host-image] Aug 31 15:20:05.389 INFO O| Aug 31 15:20:05.389 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"]
47232026-08-31T15:20:06.079Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47242026-08-31T15:20:06.267Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47252026-08-31T15:20:06.380Z[ recovery-image] Aug 31 15:20:05.751 INFO O| Aug 31 15:20:05.751 INFO O| Actions: 1/27580 actions (Installing new actions)
47262026-08-31T15:20:06.517Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
47272026-08-31T15:20:06.624Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47282026-08-31T15:20:06.645Z[verify-libraries] Compiling lru v0.12.5
47292026-08-31T15:20:06.725Z[verify-libraries] Compiling unicode-truncate v1.1.0
47302026-08-31T15:20:06.861Z[verify-libraries] Compiling arc-swap v1.8.2
47312026-08-31T15:20:06.884Z[verify-libraries] Compiling cassowary v0.3.0
47322026-08-31T15:20:07.008Z[verify-libraries] Compiling wnaf v0.14.0
47332026-08-31T15:20:07.056Z[verify-libraries] Compiling primefield v0.14.0
47342026-08-31T15:20:07.275Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47352026-08-31T15:20:07.306Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47362026-08-31T15:20:07.434Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47372026-08-31T15:20:07.486Z[verify-libraries] Compiling ratatui v0.29.0
47382026-08-31T15:20:07.662Z[verify-libraries] Compiling slog-scope v4.4.1
47392026-08-31T15:20:07.809Z[verify-libraries] Compiling rfc6979 v0.6.0
47402026-08-31T15:20:08.188Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
47412026-08-31T15:20:08.238Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47422026-08-31T15:20:08.794Z[verify-libraries] Compiling progenitor-impl v0.13.0
47432026-08-31T15:20:08.852Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47442026-08-31T15:20:09.115Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
47452026-08-31T15:20:09.352Z[ host-image] Aug 31 15:20:08.722 INFO O| Aug 31 15:20:08.722 INFO O| Startup: Refreshing catalog 'helios' ... Done
47462026-08-31T15:20:09.365Z[verify-libraries] Compiling vergen-git2 v9.1.0
47472026-08-31T15:20:09.814Z[verify-libraries] Compiling diesel-dtrace v0.5.0
47482026-08-31T15:20:09.997Z[ host-image] Aug 31 15:20:09.342 INFO O| Aug 31 15:20:09.342 INFO O| Startup: Caching catalogs ... Done
47492026-08-31T15:20:10.242Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
47502026-08-31T15:20:10.489Z[verify-libraries] Compiling strsim v0.10.0
47512026-08-31T15:20:10.637Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
47522026-08-31T15:20:10.675Z[ host-image] Aug 31 15:20:10.043 INFO O| Aug 31 15:20:10.043 INFO O| Planning: Solver setup ... Done
47532026-08-31T15:20:10.679Z[ host-image] Aug 31 15:20:10.048 INFO O| Aug 31 15:20:10.048 INFO O| Planning: Running solver ... Done
47542026-08-31T15:20:10.696Z[ host-image] Aug 31 15:20:10.067 INFO O| Aug 31 15:20:10.067 INFO O| Planning: Finding local manifests ... Done
47552026-08-31T15:20:10.718Z[ host-image] Aug 31 15:20:10.089 INFO O| Aug 31 15:20:10.089 INFO O| Planning: Fetching manifests: 0/6 0% complete
47562026-08-31T15:20:10.758Z[verify-libraries] Compiling darling_core v0.13.4
47572026-08-31T15:20:10.771Z[ host-image] Aug 31 15:20:10.139 INFO O| Aug 31 15:20:10.139 INFO O| Planning: Fetching manifests: 6/6 100% complete
47582026-08-31T15:20:10.792Z[ host-image] Aug 31 15:20:10.163 INFO O| Aug 31 15:20:10.161 INFO O| Planning: Package planning ... Done
47592026-08-31T15:20:10.792Z[ host-image] Aug 31 15:20:10.163 INFO O| Aug 31 15:20:10.163 INFO O| Planning: Merging actions ... Done
47602026-08-31T15:20:10.833Z[verify-libraries] Compiling ecdsa v0.17.0
47612026-08-31T15:20:10.856Z[verify-libraries] Compiling slog-stdlog v4.1.1
47622026-08-31T15:20:10.865Z[ host-image] Aug 31 15:20:10.235 INFO O| Aug 31 15:20:10.235 INFO O| Planning: Checking for conflicting actions ... Done
47632026-08-31T15:20:10.869Z[ host-image] Aug 31 15:20:10.237 INFO O| Aug 31 15:20:10.237 INFO O| Planning: Consolidating action changes ... Done
47642026-08-31T15:20:10.924Z[verify-libraries] Compiling primeorder v0.14.0
47652026-08-31T15:20:11.016Z[ host-image] Aug 31 15:20:10.385 INFO O| Aug 31 15:20:10.385 INFO O| Planning: Evaluating mediators ... Done
47662026-08-31T15:20:11.019Z[ host-image] Aug 31 15:20:10.387 INFO O| Aug 31 15:20:10.387 INFO O| Planning: Planning completed in 1.03 seconds
47672026-08-31T15:20:11.019Z[ host-image] Aug 31 15:20:10.387 INFO O| Aug 31 15:20:10.387 INFO O| Packages to install: 6
47682026-08-31T15:20:11.019Z[ host-image] Aug 31 15:20:10.387 INFO O| Aug 31 15:20:10.387 INFO O| Services to change: 2
47692026-08-31T15:20:11.028Z[ host-image] Aug 31 15:20:10.398 INFO O| Aug 31 15:20:10.398 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
47702026-08-31T15:20:11.144Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47712026-08-31T15:20:11.174Z[verify-libraries] Compiling tungstenite v0.23.0
47722026-08-31T15:20:11.257Z[ host-image] Aug 31 15:20:10.628 INFO O| Aug 31 15:20:10.628 INFO O| Download: Completed 1.76 MB in 0.23 seconds (7.6M/s)
47732026-08-31T15:20:11.305Z[ host-image] Aug 31 15:20:10.676 INFO O| Aug 31 15:20:10.676 INFO O| Actions: 1/391 actions (Installing new actions)
47742026-08-31T15:20:11.380Z[ recovery-image] Aug 31 15:20:10.751 INFO O| Aug 31 15:20:10.751 INFO O| Actions: 20315/27580 actions (Installing new actions)
47752026-08-31T15:20:11.426Z[verify-libraries] Compiling progenitor-client v0.13.0
47762026-08-31T15:20:11.445Z[verify-libraries] Compiling curve25519-dalek v5.0.0
47772026-08-31T15:20:11.499Z[ host-image] Aug 31 15:20:10.869 INFO O| Aug 31 15:20:10.869 INFO O| Actions: Completed 391 actions in 0.19 seconds.
47782026-08-31T15:20:11.584Z[ host-image] Aug 31 15:20:10.955 INFO O| Aug 31 15:20:10.955 INFO O| Finalize: Updating package state database ... Done
47792026-08-31T15:20:11.584Z[ host-image] Aug 31 15:20:10.955 INFO O| Aug 31 15:20:10.955 INFO O| Finalize: Updating package cache ... Done
47802026-08-31T15:20:11.699Z[ host-image] Aug 31 15:20:11.070 INFO O| Aug 31 15:20:11.070 INFO O| Finalize: Updating image state ... Done
47812026-08-31T15:20:11.817Z[verify-libraries] Compiling console v0.16.2
47822026-08-31T15:20:11.875Z[verify-libraries] Compiling libsw-core v0.3.2
47832026-08-31T15:20:11.918Z[verify-libraries] Compiling void v1.0.2
47842026-08-31T15:20:11.950Z[verify-libraries] Compiling assert_matches v1.5.0
47852026-08-31T15:20:11.982Z[verify-libraries] Compiling progenitor-macro v0.13.0
47862026-08-31T15:20:12.042Z[verify-libraries] Compiling unit-prefix v0.5.2
47872026-08-31T15:20:12.088Z[verify-libraries] Compiling libsw v3.5.0
47882026-08-31T15:20:12.119Z[verify-libraries] Compiling lzss v0.8.2
47892026-08-31T15:20:12.143Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
47902026-08-31T15:20:12.278Z[verify-libraries] Compiling indicatif v0.18.4
47912026-08-31T15:20:12.330Z[verify-libraries] Compiling slog-envlogger v2.2.0
47922026-08-31T15:20:12.377Z[verify-libraries] Compiling ssh-encoding v0.3.0
47932026-08-31T15:20:12.452Z[ recovery-image] Aug 31 15:20:11.823 INFO O| Aug 31 15:20:11.820 INFO O| Actions: Completed 27580 actions in 6.07 seconds.
47942026-08-31T15:20:12.455Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47952026-08-31T15:20:12.488Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
47962026-08-31T15:20:12.528Z[ recovery-image] Aug 31 15:20:11.900 INFO O| Aug 31 15:20:11.899 INFO O| Finalize: Updating package state database ... Done
47972026-08-31T15:20:12.528Z[ recovery-image] Aug 31 15:20:11.900 INFO O| Aug 31 15:20:11.900 INFO O| Finalize: Updating package cache ... Done
47982026-08-31T15:20:12.581Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47992026-08-31T15:20:12.741Z[ recovery-image] Aug 31 15:20:12.089 INFO O| Aug 31 15:20:12.089 INFO O| Finalize: Updating image state ... Done
48002026-08-31T15:20:12.750Z[ host-image] Aug 31 15:20:12.100 INFO O| Aug 31 15:20:12.100 INFO O| Finalize: Creating fast lookup database ... Done
48012026-08-31T15:20:12.765Z[ host-image] Aug 31 15:20:12.136 INFO O| Aug 31 15:20:12.136 INFO O| Finalize: Reading search index ... Done
48022026-08-31T15:20:12.765Z[ host-image] Aug 31 15:20:12.136 INFO O| Aug 31 15:20:12.136 INFO O| Finalize: Updating search index ... Done
48032026-08-31T15:20:12.785Z[ host-image] Aug 31 15:20:12.155 INFO O| Aug 31 15:20:12.155 INFO O| Finalize: Updating package cache ... Done
48042026-08-31T15:20:12.846Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48052026-08-31T15:20:12.881Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48062026-08-31T15:20:12.928Z[verify-libraries] Compiling darling_macro v0.13.4
48072026-08-31T15:20:12.980Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48082026-08-31T15:20:13.173Z[ host-image] Aug 31 15:20:12.539 INFO O| Aug 31 15:20:12.539 INFO STEP 12 (pkg_install) COMPLETE
48092026-08-31T15:20:13.173Z[ host-image] Aug 31 15:20:12.540 INFO O| Aug 31 15:20:12.539 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48102026-08-31T15:20:13.178Z[ host-image] Aug 31 15:20:12.549 INFO O| Aug 31 15:20:12.549 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
48112026-08-31T15:20:13.218Z[verify-libraries] Compiling nix v0.27.1
48122026-08-31T15:20:13.264Z[verify-libraries] Compiling colored v2.2.0
48132026-08-31T15:20:13.319Z[verify-libraries] Compiling blake3 v1.8.5
48142026-08-31T15:20:13.482Z[verify-libraries] Compiling serde_bytes v0.11.19
48152026-08-31T15:20:13.541Z[verify-libraries] Compiling keccak v0.2.0
48162026-08-31T15:20:13.552Z[ recovery-image] Aug 31 15:20:12.923 INFO O| Aug 31 15:20:12.923 INFO O| Finalize: Creating fast lookup database ... Done
48172026-08-31T15:20:13.570Z[ recovery-image] Aug 31 15:20:12.941 INFO O| Aug 31 15:20:12.941 INFO O| Finalize: Reading search index ... Done
48182026-08-31T15:20:13.731Z[verify-libraries] Compiling shell-words v1.1.1
48192026-08-31T15:20:13.785Z[verify-libraries] Compiling darling v0.13.4
48202026-08-31T15:20:13.887Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48212026-08-31T15:20:14.032Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48222026-08-31T15:20:14.112Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48232026-08-31T15:20:14.245Z[verify-libraries] Compiling ed25519 v3.0.0
48242026-08-31T15:20:14.367Z[verify-libraries] Compiling crypto-primes v0.7.2
48252026-08-31T15:20:14.570Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48262026-08-31T15:20:14.711Z[verify-libraries] Compiling poly1305 v0.9.0
48272026-08-31T15:20:14.998Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48282026-08-31T15:20:15.047Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48292026-08-31T15:20:15.287Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48302026-08-31T15:20:15.336Z[ recovery-image] Aug 31 15:20:14.707 INFO O| Aug 31 15:20:14.707 INFO O| Finalize: Building new search index ... Done
48312026-08-31T15:20:15.353Z[ host-image] Aug 31 15:20:14.724 INFO O| Aug 31 15:20:14.724 INFO O| Startup: Refreshing catalog 'helios' ... Done
48322026-08-31T15:20:15.412Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48332026-08-31T15:20:15.604Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48342026-08-31T15:20:15.647Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48352026-08-31T15:20:15.697Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48362026-08-31T15:20:15.713Z[ recovery-image] Aug 31 15:20:15.072 INFO O| Aug 31 15:20:15.072 INFO O| Finalize: Updating package cache ... Done
48372026-08-31T15:20:15.785Z[verify-libraries] Compiling blowfish v0.10.0
48382026-08-31T15:20:15.860Z[ host-image] Aug 31 15:20:15.231 INFO O| Aug 31 15:20:15.231 INFO O| Startup: Caching catalogs ... Done
48392026-08-31T15:20:15.896Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
48402026-08-31T15:20:15.965Z[verify-libraries] Compiling petname v2.0.2
48412026-08-31T15:20:16.009Z[verify-libraries] Compiling constant_time_eq v0.4.2
48422026-08-31T15:20:16.038Z[verify-libraries] Compiling arrayref v0.3.9
48432026-08-31T15:20:16.074Z[ recovery-image] Aug 31 15:20:15.445 INFO O| Aug 31 15:20:15.444 INFO STEP 11 (pkg_install) COMPLETE
48442026-08-31T15:20:16.074Z[ recovery-image] Aug 31 15:20:15.445 INFO O| Aug 31 15:20:15.445 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48452026-08-31T15:20:16.074Z[ recovery-image] Aug 31 15:20:15.445 INFO O| Aug 31 15:20:15.445 INFO skip step because feature "recovery" is enabled
48462026-08-31T15:20:16.078Z[ recovery-image] Aug 31 15:20:15.445 INFO O| Aug 31 15:20:15.445 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48472026-08-31T15:20:16.078Z[ recovery-image] Aug 31 15:20:15.445 INFO O| Aug 31 15:20:15.445 INFO skip step because feature "omicron1" is not enabled
48482026-08-31T15:20:16.078Z[ recovery-image] Aug 31 15:20:15.445 INFO O| Aug 31 15:20:15.445 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48492026-08-31T15:20:16.085Z[ recovery-image] Aug 31 15:20:15.455 INFO O| Aug 31 15:20:15.455 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48502026-08-31T15:20:16.122Z[verify-libraries] Compiling arrayvec v0.7.6
48512026-08-31T15:20:16.267Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
48522026-08-31T15:20:16.358Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
48532026-08-31T15:20:16.527Z[ host-image] Aug 31 15:20:15.897 INFO O| Aug 31 15:20:15.897 INFO O| Planning: Solver setup ... Done
48542026-08-31T15:20:16.533Z[ host-image] Aug 31 15:20:15.903 INFO O| Aug 31 15:20:15.903 INFO O| Planning: Running solver ... Done
48552026-08-31T15:20:16.548Z[ host-image] Aug 31 15:20:15.919 INFO O| Aug 31 15:20:15.919 INFO O| Planning: Finding local manifests ... Done
48562026-08-31T15:20:16.572Z[ host-image] Aug 31 15:20:15.943 INFO O| Aug 31 15:20:15.943 INFO O| Planning: Fetching manifests: 0/6 0% complete
48572026-08-31T15:20:16.580Z[verify-libraries] Compiling rsa v0.10.0-rc.18
48582026-08-31T15:20:16.630Z[verify-libraries] Compiling ssh-cipher v0.3.0
48592026-08-31T15:20:16.667Z[ host-image] Aug 31 15:20:16.038 INFO O| Aug 31 15:20:16.038 INFO O| Planning: Fetching manifests: 6/6 100% complete
48602026-08-31T15:20:16.697Z[ host-image] Aug 31 15:20:16.068 INFO O| Aug 31 15:20:16.067 INFO O| Planning: Package planning ... Done
48612026-08-31T15:20:16.706Z[ host-image] Aug 31 15:20:16.077 INFO O| Aug 31 15:20:16.077 INFO O| Planning: Merging actions ... Done
48622026-08-31T15:20:16.762Z[ host-image] Aug 31 15:20:16.133 INFO O| Aug 31 15:20:16.133 INFO O| Planning: Checking for conflicting actions ... Done
48632026-08-31T15:20:16.765Z[ host-image] Aug 31 15:20:16.136 INFO O| Aug 31 15:20:16.136 INFO O| Planning: Consolidating action changes ... Done
48642026-08-31T15:20:16.797Z[verify-libraries] Compiling ed25519-dalek v3.0.0
48652026-08-31T15:20:16.831Z[verify-libraries] Compiling serde_with_macros v1.5.2
48662026-08-31T15:20:16.946Z[ host-image] Aug 31 15:20:16.315 INFO O| Aug 31 15:20:16.315 INFO O| Planning: Evaluating mediators ... Done
48672026-08-31T15:20:16.949Z[ host-image] Aug 31 15:20:16.318 INFO O| Aug 31 15:20:16.318 INFO O| Planning: Planning completed in 1.04 seconds
48682026-08-31T15:20:16.949Z[ host-image] Aug 31 15:20:16.318 INFO O| Aug 31 15:20:16.318 INFO O| Packages to install: 6
48692026-08-31T15:20:16.949Z[ host-image] Aug 31 15:20:16.318 INFO O| Aug 31 15:20:16.318 INFO O| Mediators to change: 1
48702026-08-31T15:20:16.949Z[ host-image] Aug 31 15:20:16.318 INFO O| Aug 31 15:20:16.318 INFO O| Services to change: 1
48712026-08-31T15:20:16.975Z[ host-image] Aug 31 15:20:16.346 INFO O| Aug 31 15:20:16.346 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
48722026-08-31T15:20:17.021Z[verify-libraries] Compiling sha3 v0.11.0
48732026-08-31T15:20:17.295Z[verify-libraries] Compiling p256 v0.14.0
48742026-08-31T15:20:17.422Z[verify-libraries] Compiling p384 v0.14.0
48752026-08-31T15:20:17.491Z[verify-libraries] Compiling p521 v0.14.0
48762026-08-31T15:20:17.529Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
48772026-08-31T15:20:17.628Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48782026-08-31T15:20:17.688Z[verify-libraries] Compiling progenitor v0.13.0
48792026-08-31T15:20:17.746Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48802026-08-31T15:20:17.887Z[verify-libraries] Compiling twox-hash v2.1.2
48812026-08-31T15:20:17.913Z[ host-image] Aug 31 15:20:17.282 INFO O| Aug 31 15:20:17.282 INFO O| Download: Completed 7.84 MB in 0.94 seconds (8.4M/s)
48822026-08-31T15:20:17.960Z[ host-image] Aug 31 15:20:17.331 INFO O| Aug 31 15:20:17.331 INFO O| Actions: 1/1366 actions (Installing new actions)
48832026-08-31T15:20:18.045Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48842026-08-31T15:20:18.166Z[verify-libraries] Compiling kem v0.3.0
48852026-08-31T15:20:18.195Z[ host-image] Aug 31 15:20:17.564 INFO O| Aug 31 15:20:17.563 INFO O| Actions: Completed 1366 actions in 0.23 seconds.
48862026-08-31T15:20:18.250Z[ host-image] Aug 31 15:20:17.611 INFO O| Aug 31 15:20:17.611 INFO O| Finalize: Updating package state database ... Done
48872026-08-31T15:20:18.250Z[ host-image] Aug 31 15:20:17.611 INFO O| Aug 31 15:20:17.611 INFO O| Finalize: Updating package cache ... Done
48882026-08-31T15:20:18.322Z[verify-libraries] Compiling module-lattice v0.2.3
48892026-08-31T15:20:18.345Z[ host-image] Aug 31 15:20:17.714 INFO O| Aug 31 15:20:17.714 INFO O| Finalize: Updating image state ... Done
48902026-08-31T15:20:18.375Z[verify-libraries] Compiling rtoolbox v0.0.3
48912026-08-31T15:20:18.375Z[verify-libraries] Compiling atty v0.2.14
48922026-08-31T15:20:18.503Z[ recovery-image] Aug 31 15:20:17.874 INFO O| Aug 31 15:20:17.874 INFO O| Startup: Refreshing catalog 'helios' ... Done
48932026-08-31T15:20:18.585Z[verify-libraries] Compiling sponge-cursor v0.1.0
48942026-08-31T15:20:18.638Z[verify-libraries] Compiling topological-sort v0.2.2
48952026-08-31T15:20:18.660Z[verify-libraries] Compiling ml-kem v0.3.2
48962026-08-31T15:20:18.708Z[verify-libraries] Compiling rpassword v7.5.4
48972026-08-31T15:20:18.779Z[verify-libraries] Compiling sha3 v0.12.0
48982026-08-31T15:20:18.834Z[verify-libraries] Compiling omicron-zone-package v0.12.3
48992026-08-31T15:20:18.997Z[ recovery-image] Aug 31 15:20:18.368 INFO O| Aug 31 15:20:18.368 INFO O| Startup: Caching catalogs ... Done
49002026-08-31T15:20:19.014Z[verify-libraries] Compiling serde_with v1.14.0
49012026-08-31T15:20:19.328Z[ host-image] Aug 31 15:20:18.699 INFO O| Aug 31 15:20:18.699 INFO O| Finalize: Creating fast lookup database ... Done
49022026-08-31T15:20:19.357Z[ host-image] Aug 31 15:20:18.728 INFO O| Aug 31 15:20:18.728 INFO O| Finalize: Reading search index ... Done
49032026-08-31T15:20:19.357Z[ host-image] Aug 31 15:20:18.728 INFO O| Aug 31 15:20:18.728 INFO O| Finalize: Updating search index ... Done
49042026-08-31T15:20:19.390Z[ host-image] Aug 31 15:20:18.761 INFO O| Aug 31 15:20:18.761 INFO O| Finalize: Updating package cache ... Done
49052026-08-31T15:20:19.501Z[verify-libraries] Compiling russh-cryptovec v0.62.0
49062026-08-31T15:20:19.630Z[ recovery-image] Aug 31 15:20:19.001 INFO O| Aug 31 15:20:19.001 INFO O| Planning: Solver setup ... Done
49072026-08-31T15:20:19.635Z[ recovery-image] Aug 31 15:20:19.006 INFO O| Aug 31 15:20:19.006 INFO O| Planning: Running solver ... Done
49082026-08-31T15:20:19.651Z[ recovery-image] Aug 31 15:20:19.022 INFO O| Aug 31 15:20:19.022 INFO O| Planning: Finding local manifests ... Done
49092026-08-31T15:20:19.719Z[verify-libraries] Compiling tui-tree-widget v0.23.1
49102026-08-31T15:20:19.723Z[ recovery-image] Aug 31 15:20:19.091 INFO O| Aug 31 15:20:19.091 INFO O| Planning: Fetching manifests: 0/1 0% complete
49112026-08-31T15:20:19.726Z[ host-image] Aug 31 15:20:19.094 INFO O| Aug 31 15:20:19.094 INFO STEP 13 (pkg_install) COMPLETE
49122026-08-31T15:20:19.726Z[ host-image] Aug 31 15:20:19.094 INFO O| Aug 31 15:20:19.094 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49132026-08-31T15:20:19.726Z[ recovery-image] Aug 31 15:20:19.097 INFO O| Aug 31 15:20:19.097 INFO O| Planning: Fetching manifests: 1/1 100% complete
49142026-08-31T15:20:19.740Z[ host-image] Aug 31 15:20:19.109 INFO O| Aug 31 15:20:19.108 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
49152026-08-31T15:20:19.743Z[ recovery-image] Aug 31 15:20:19.113 INFO O| Aug 31 15:20:19.113 INFO O| Planning: Package planning ... Done
49162026-08-31T15:20:19.743Z[ recovery-image] Aug 31 15:20:19.113 INFO O| Aug 31 15:20:19.113 INFO O| Planning: Merging actions ... Done
49172026-08-31T15:20:19.763Z[ recovery-image] Aug 31 15:20:19.134 INFO O| Aug 31 15:20:19.133 INFO O| Planning: Checking for conflicting actions ... Done
49182026-08-31T15:20:19.765Z[ recovery-image] Aug 31 15:20:19.134 INFO O| Aug 31 15:20:19.134 INFO O| Planning: Consolidating action changes ... Done
49192026-08-31T15:20:19.831Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
49202026-08-31T15:20:19.859Z[ recovery-image] Aug 31 15:20:19.230 INFO O| Aug 31 15:20:19.230 INFO O| Planning: Evaluating mediators ... Done
49212026-08-31T15:20:19.863Z[ recovery-image] Aug 31 15:20:19.230 INFO O| Aug 31 15:20:19.230 INFO O| Planning: Planning completed in 0.85 seconds
49222026-08-31T15:20:19.863Z[ recovery-image] Aug 31 15:20:19.231 INFO O| Aug 31 15:20:19.231 INFO O| Packages to install: 1
49232026-08-31T15:20:19.872Z[ recovery-image] Aug 31 15:20:19.243 INFO O| Aug 31 15:20:19.243 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49242026-08-31T15:20:20.001Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49252026-08-31T15:20:20.038Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
49262026-08-31T15:20:20.205Z[ recovery-image] Aug 31 15:20:19.574 INFO O| Aug 31 15:20:19.574 INFO O| Download: Completed 13.27 MB in 0.33 seconds (40.1M/s)
49272026-08-31T15:20:20.222Z[ recovery-image] Aug 31 15:20:19.593 INFO O| Aug 31 15:20:19.592 INFO O| Actions: 1/22 actions (Installing new actions)
49282026-08-31T15:20:20.296Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
49292026-08-31T15:20:20.326Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
49302026-08-31T15:20:20.348Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
49312026-08-31T15:20:20.446Z[ recovery-image] Aug 31 15:20:19.817 INFO O| Aug 31 15:20:19.816 INFO O| Actions: Completed 22 actions in 0.22 seconds.
49322026-08-31T15:20:20.489Z[ recovery-image] Aug 31 15:20:19.859 INFO O| Aug 31 15:20:19.859 INFO O| Finalize: Updating package state database ... Done
49332026-08-31T15:20:20.489Z[ recovery-image] Aug 31 15:20:19.859 INFO O| Aug 31 15:20:19.859 INFO O| Finalize: Updating package cache ... Done
49342026-08-31T15:20:20.617Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49352026-08-31T15:20:20.666Z[ recovery-image] Aug 31 15:20:20.037 INFO O| Aug 31 15:20:20.037 INFO O| Finalize: Updating image state ... Done
49362026-08-31T15:20:20.725Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
49372026-08-31T15:20:20.916Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
49382026-08-31T15:20:21.008Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
49392026-08-31T15:20:21.276Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
49402026-08-31T15:20:21.371Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
49412026-08-31T15:20:21.493Z[ recovery-image] Aug 31 15:20:20.863 INFO O| Aug 31 15:20:20.863 INFO O| Finalize: Creating fast lookup database ... Done
49422026-08-31T15:20:21.507Z[ recovery-image] Aug 31 15:20:20.878 INFO O| Aug 31 15:20:20.878 INFO O| Finalize: Reading search index ... Done
49432026-08-31T15:20:21.507Z[ recovery-image] Aug 31 15:20:20.878 INFO O| Aug 31 15:20:20.878 INFO O| Finalize: Updating search index ... Done
49442026-08-31T15:20:21.520Z[ recovery-image] Aug 31 15:20:20.889 INFO O| Aug 31 15:20:20.888 INFO O| Finalize: Updating package cache ... Done
49452026-08-31T15:20:21.570Z[verify-libraries] Compiling fatfs v0.3.6
49462026-08-31T15:20:21.636Z[verify-libraries] Compiling num-bigint v0.4.6
49472026-08-31T15:20:21.687Z[verify-libraries] Compiling generic-array v1.4.3
49482026-08-31T15:20:21.729Z[verify-libraries] Compiling russh-util v0.52.0
49492026-08-31T15:20:21.733Z[verify-libraries] Compiling enum_dispatch v0.3.13
49502026-08-31T15:20:21.817Z[ recovery-image] Aug 31 15:20:21.188 INFO O| Aug 31 15:20:21.188 INFO STEP 14 (pkg_install) COMPLETE
49512026-08-31T15:20:21.817Z[ recovery-image] Aug 31 15:20:21.188 INFO O| Aug 31 15:20:21.188 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49522026-08-31T15:20:21.820Z[ recovery-image] Aug 31 15:20:21.188 INFO O| Aug 31 15:20:21.188 INFO skip step because feature "mbist" is not enabled
49532026-08-31T15:20:21.821Z[ recovery-image] Aug 31 15:20:21.188 INFO O| Aug 31 15:20:21.188 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49542026-08-31T15:20:21.821Z[ recovery-image] Aug 31 15:20:21.188 INFO O| Aug 31 15:20:21.188 INFO skip step because feature "mfg" is not enabled
49552026-08-31T15:20:21.821Z[ recovery-image] Aug 31 15:20:21.188 INFO O| Aug 31 15:20:21.188 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49562026-08-31T15:20:21.821Z[ recovery-image] Aug 31 15:20:21.188 INFO O| Aug 31 15:20:21.188 INFO skip step because feature "compliance" is not enabled
49572026-08-31T15:20:21.821Z[ recovery-image] Aug 31 15:20:21.188 INFO O| Aug 31 15:20:21.188 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49582026-08-31T15:20:21.821Z[ recovery-image] Aug 31 15:20:21.188 INFO O| Aug 31 15:20:21.188 INFO skip step because feature "stress" is not enabled
49592026-08-31T15:20:21.821Z[ recovery-image] Aug 31 15:20:21.188 INFO O| Aug 31 15:20:21.188 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49602026-08-31T15:20:21.821Z[ recovery-image] Aug 31 15:20:21.188 INFO O| Aug 31 15:20:21.188 INFO skip step because feature "compliance" is not enabled
49612026-08-31T15:20:21.821Z[ recovery-image] Aug 31 15:20:21.188 INFO O| Aug 31 15:20:21.188 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49622026-08-31T15:20:21.821Z[ recovery-image] Aug 31 15:20:21.188 INFO O| Aug 31 15:20:21.188 INFO skip step because feature "nfs" is not enabled
49632026-08-31T15:20:21.821Z[ recovery-image] Aug 31 15:20:21.188 INFO O| Aug 31 15:20:21.188 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49642026-08-31T15:20:21.821Z[ recovery-image] Aug 31 15:20:21.188 INFO O| Aug 31 15:20:21.188 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49652026-08-31T15:20:21.821Z[verify-libraries] Compiling delegate v0.13.5
49662026-08-31T15:20:21.821Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
49672026-08-31T15:20:22.029Z[verify-libraries] Compiling sapling-renderdag v0.1.0
49682026-08-31T15:20:22.218Z[ recovery-image] Aug 31 15:20:21.588 INFO O| Aug 31 15:20:21.588 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49692026-08-31T15:20:22.339Z[ host-image] Aug 31 15:20:21.710 INFO O| Aug 31 15:20:21.710 INFO O| Startup: Refreshing catalog 'helios' ... Done
49702026-08-31T15:20:22.364Z[ recovery-image] Aug 31 15:20:21.734 INFO O| Aug 31 15:20:21.734 INFO completed processing sled/ramdisk-01-os
49712026-08-31T15:20:22.368Z[ recovery-image] Aug 31 15:20:21.737 INFO image builder template: ramdisk-02-trim...
49722026-08-31T15:20:22.368Z[ recovery-image] Aug 31 15:20:21.737 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/.tmpmDhZA6/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
49732026-08-31T15:20:22.386Z[ recovery-image] Aug 31 15:20:21.757 INFO O| Aug 31 15:20:21.757 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49742026-08-31T15:20:22.389Z[ recovery-image] Aug 31 15:20:21.761 INFO O| Aug 31 15:20:21.760 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49752026-08-31T15:20:22.393Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49762026-08-31T15:20:22.421Z[verify-libraries] Compiling seq-macro v0.3.6
49772026-08-31T15:20:22.485Z[verify-libraries] Compiling hex-literal v1.1.0
49782026-08-31T15:20:22.500Z[ recovery-image] Aug 31 15:20:21.871 INFO O| Aug 31 15:20:21.871 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49792026-08-31T15:20:22.565Z[verify-libraries] Compiling sync-ptr v0.1.4
49802026-08-31T15:20:22.581Z[ recovery-image] Aug 31 15:20:21.952 INFO O| Aug 31 15:20:21.952 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49812026-08-31T15:20:22.581Z[ recovery-image] Aug 31 15:20:21.952 INFO O| Aug 31 15:20:21.952 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49822026-08-31T15:20:22.586Z[ recovery-image] Aug 31 15:20:21.958 INFO O| Aug 31 15:20:21.958 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49832026-08-31T15:20:22.590Z[ recovery-image] Aug 31 15:20:21.961 INFO O| Aug 31 15:20:21.961 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49842026-08-31T15:20:22.596Z[ recovery-image] Aug 31 15:20:21.967 INFO O| Aug 31 15:20:21.967 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49852026-08-31T15:20:22.676Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
49862026-08-31T15:20:22.732Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
49872026-08-31T15:20:22.849Z[ host-image] Aug 31 15:20:22.218 INFO O| Aug 31 15:20:22.218 INFO O| Startup: Caching catalogs ... Done
49882026-08-31T15:20:22.913Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
49892026-08-31T15:20:22.943Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49902026-08-31T15:20:23.074Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
49912026-08-31T15:20:23.474Z[ host-image] Aug 31 15:20:22.845 INFO O| Aug 31 15:20:22.845 INFO O| Planning: Solver setup ... Done
49922026-08-31T15:20:23.483Z[ host-image] Aug 31 15:20:22.854 INFO O| Aug 31 15:20:22.854 INFO O| Planning: Running solver ... Done
49932026-08-31T15:20:23.500Z[ host-image] Aug 31 15:20:22.871 INFO O| Aug 31 15:20:22.871 INFO O| Planning: Finding local manifests ... Done
49942026-08-31T15:20:23.531Z[ host-image] Aug 31 15:20:22.902 INFO O| Aug 31 15:20:22.902 INFO O| Planning: Fetching manifests: 0/1 0% complete
49952026-08-31T15:20:23.536Z[ host-image] Aug 31 15:20:22.907 INFO O| Aug 31 15:20:22.907 INFO O| Planning: Fetching manifests: 1/1 100% complete
49962026-08-31T15:20:23.598Z[ host-image] Aug 31 15:20:22.969 INFO O| Aug 31 15:20:22.968 INFO O| Planning: Package planning ... Done
49972026-08-31T15:20:23.598Z[ host-image] Aug 31 15:20:22.969 INFO O| Aug 31 15:20:22.969 INFO O| Planning: Merging actions ... Done
49982026-08-31T15:20:23.638Z[ host-image] Aug 31 15:20:23.009 INFO O| Aug 31 15:20:23.009 INFO O| Planning: Checking for conflicting actions ... Done
49992026-08-31T15:20:23.641Z[ host-image] Aug 31 15:20:23.009 INFO O| Aug 31 15:20:23.009 INFO O| Planning: Consolidating action changes ... Done
50002026-08-31T15:20:23.717Z[ recovery-image] Aug 31 15:20:23.088 INFO O| Aug 31 15:20:23.088 INFO rolled back to input snapshot; work may begin
50012026-08-31T15:20:23.717Z[ recovery-image] Aug 31 15:20:23.088 INFO O| Aug 31 15:20:23.088 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50022026-08-31T15:20:23.723Z[ recovery-image] Aug 31 15:20:23.093 INFO O| Aug 31 15:20:23.093 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50032026-08-31T15:20:23.733Z[ recovery-image] Aug 31 15:20:23.104 INFO O| Aug 31 15:20:23.104 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50042026-08-31T15:20:23.770Z[ recovery-image] Aug 31 15:20:23.141 INFO O| Aug 31 15:20:23.141 INFO STEP 0 (remove_files) COMPLETE
50052026-08-31T15:20:23.770Z[ recovery-image] Aug 31 15:20:23.141 INFO O| Aug 31 15:20:23.141 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50062026-08-31T15:20:23.781Z[ recovery-image] Aug 31 15:20:23.152 INFO O| Aug 31 15:20:23.152 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50072026-08-31T15:20:23.785Z[ recovery-image] Aug 31 15:20:23.154 INFO O| Aug 31 15:20:23.154 INFO STEP 1 (remove_files) COMPLETE
50082026-08-31T15:20:23.785Z[ recovery-image] Aug 31 15:20:23.154 INFO O| Aug 31 15:20:23.154 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50092026-08-31T15:20:23.794Z[ recovery-image] Aug 31 15:20:23.165 INFO O| Aug 31 15:20:23.165 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50102026-08-31T15:20:23.807Z[ recovery-image] Aug 31 15:20:23.177 INFO O| Aug 31 15:20:23.177 INFO STEP 2 (remove_files) COMPLETE
50112026-08-31T15:20:23.807Z[ recovery-image] Aug 31 15:20:23.177 INFO O| Aug 31 15:20:23.177 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50122026-08-31T15:20:23.812Z[ host-image] Aug 31 15:20:23.183 INFO O| Aug 31 15:20:23.183 INFO O| Planning: Evaluating mediators ... Done
50132026-08-31T15:20:23.815Z[ host-image] Aug 31 15:20:23.184 INFO O| Aug 31 15:20:23.184 INFO O| Planning: Planning completed in 0.95 seconds
50142026-08-31T15:20:23.815Z[ host-image] Aug 31 15:20:23.184 INFO O| Aug 31 15:20:23.184 INFO O| Packages to install: 1
50152026-08-31T15:20:23.825Z[ recovery-image] Aug 31 15:20:23.188 INFO O| Aug 31 15:20:23.188 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50162026-08-31T15:20:23.825Z[ recovery-image] Aug 31 15:20:23.189 INFO O| Aug 31 15:20:23.189 INFO STEP 3 (remove_files) COMPLETE
50172026-08-31T15:20:23.825Z[ recovery-image] Aug 31 15:20:23.190 INFO O| Aug 31 15:20:23.189 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50182026-08-31T15:20:23.829Z[ host-image] Aug 31 15:20:23.195 INFO O| Aug 31 15:20:23.195 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
50192026-08-31T15:20:23.831Z[ recovery-image] Aug 31 15:20:23.201 INFO O| Aug 31 15:20:23.200 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50202026-08-31T15:20:23.834Z[ recovery-image] Aug 31 15:20:23.204 INFO O| Aug 31 15:20:23.204 INFO STEP 4 (remove_files) COMPLETE
50212026-08-31T15:20:23.834Z[ recovery-image] Aug 31 15:20:23.204 INFO O| Aug 31 15:20:23.204 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50222026-08-31T15:20:23.844Z[ recovery-image] Aug 31 15:20:23.215 INFO O| Aug 31 15:20:23.215 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50232026-08-31T15:20:23.844Z[ recovery-image] Aug 31 15:20:23.215 INFO O| Aug 31 15:20:23.215 INFO STEP 5 (remove_files) COMPLETE
50242026-08-31T15:20:23.844Z[ recovery-image] Aug 31 15:20:23.215 INFO O| Aug 31 15:20:23.215 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50252026-08-31T15:20:23.855Z[ recovery-image] Aug 31 15:20:23.226 INFO O| Aug 31 15:20:23.226 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50262026-08-31T15:20:23.860Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
50272026-08-31T15:20:23.865Z[ recovery-image] Aug 31 15:20:23.236 INFO O| Aug 31 15:20:23.236 INFO STEP 6 (remove_files) COMPLETE
50282026-08-31T15:20:23.865Z[ recovery-image] Aug 31 15:20:23.236 INFO O| Aug 31 15:20:23.236 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50292026-08-31T15:20:23.865Z[ recovery-image] Aug 31 15:20:23.236 INFO O| Aug 31 15:20:23.236 INFO skip step because feature "heliosv2" is not enabled
50302026-08-31T15:20:23.869Z[ recovery-image] Aug 31 15:20:23.236 INFO O| Aug 31 15:20:23.236 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50312026-08-31T15:20:23.869Z[ recovery-image] Aug 31 15:20:23.236 INFO O| Aug 31 15:20:23.236 INFO skip step because feature "recovery" is enabled
50322026-08-31T15:20:23.869Z[ recovery-image] Aug 31 15:20:23.236 INFO O| Aug 31 15:20:23.236 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50332026-08-31T15:20:23.869Z[ recovery-image] Aug 31 15:20:23.236 INFO O| Aug 31 15:20:23.236 INFO skip step because feature "recovery" is enabled
50342026-08-31T15:20:23.869Z[ recovery-image] Aug 31 15:20:23.236 INFO O| Aug 31 15:20:23.236 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50352026-08-31T15:20:23.869Z[ recovery-image] Aug 31 15:20:23.236 INFO O| Aug 31 15:20:23.236 INFO skip step because feature "recovery" is enabled
50362026-08-31T15:20:23.869Z[ recovery-image] Aug 31 15:20:23.236 INFO O| Aug 31 15:20:23.236 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50372026-08-31T15:20:23.876Z[ recovery-image] Aug 31 15:20:23.247 INFO O| Aug 31 15:20:23.247 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50382026-08-31T15:20:23.879Z[ recovery-image] Aug 31 15:20:23.250 INFO O| Aug 31 15:20:23.250 INFO STEP 11 (remove_files) COMPLETE
50392026-08-31T15:20:23.879Z[ recovery-image] Aug 31 15:20:23.250 INFO O| Aug 31 15:20:23.250 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50402026-08-31T15:20:23.889Z[ recovery-image] Aug 31 15:20:23.260 INFO O| Aug 31 15:20:23.260 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50412026-08-31T15:20:23.892Z[ recovery-image] Aug 31 15:20:23.261 INFO O| Aug 31 15:20:23.261 INFO STEP 12 (remove_files) COMPLETE
50422026-08-31T15:20:23.892Z[ recovery-image] Aug 31 15:20:23.261 INFO O| Aug 31 15:20:23.261 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50432026-08-31T15:20:23.899Z[ recovery-image] Aug 31 15:20:23.270 INFO O| Aug 31 15:20:23.270 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50442026-08-31T15:20:23.902Z[ recovery-image] Aug 31 15:20:23.271 INFO O| Aug 31 15:20:23.271 INFO STEP 13 (remove_files) COMPLETE
50452026-08-31T15:20:23.902Z[ recovery-image] Aug 31 15:20:23.271 INFO O| Aug 31 15:20:23.271 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50462026-08-31T15:20:23.911Z[ recovery-image] Aug 31 15:20:23.282 INFO O| Aug 31 15:20:23.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50472026-08-31T15:20:23.911Z[ recovery-image] Aug 31 15:20:23.282 INFO O| Aug 31 15:20:23.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50482026-08-31T15:20:24.001Z[ recovery-image] Aug 31 15:20:23.371 INFO O| Aug 31 15:20:23.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50492026-08-31T15:20:24.008Z[ recovery-image] Aug 31 15:20:23.379 INFO O| Aug 31 15:20:23.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50502026-08-31T15:20:24.067Z[ recovery-image] Aug 31 15:20:23.438 INFO O| Aug 31 15:20:23.438 INFO STEP 14 (remove_files) COMPLETE
50512026-08-31T15:20:24.068Z[ recovery-image] Aug 31 15:20:23.438 INFO O| Aug 31 15:20:23.438 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50522026-08-31T15:20:24.080Z[ recovery-image] Aug 31 15:20:23.449 INFO O| Aug 31 15:20:23.449 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50532026-08-31T15:20:24.083Z[ recovery-image] Aug 31 15:20:23.450 INFO O| Aug 31 15:20:23.450 INFO STEP 15 (remove_files) COMPLETE
50542026-08-31T15:20:24.083Z[ recovery-image] Aug 31 15:20:23.451 INFO O| Aug 31 15:20:23.450 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50552026-08-31T15:20:24.090Z[ recovery-image] Aug 31 15:20:23.461 INFO O| Aug 31 15:20:23.461 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50562026-08-31T15:20:24.096Z[ recovery-image] Aug 31 15:20:23.467 INFO O| Aug 31 15:20:23.467 INFO STEP 16 (remove_files) COMPLETE
50572026-08-31T15:20:24.096Z[ recovery-image] Aug 31 15:20:23.467 INFO O| Aug 31 15:20:23.467 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50582026-08-31T15:20:24.110Z[ recovery-image] Aug 31 15:20:23.481 INFO O| Aug 31 15:20:23.481 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50592026-08-31T15:20:24.113Z[ recovery-image] Aug 31 15:20:23.481 INFO O| Aug 31 15:20:23.481 INFO STEP 17 (remove_files) COMPLETE
50602026-08-31T15:20:24.113Z[ recovery-image] Aug 31 15:20:23.481 INFO O| Aug 31 15:20:23.481 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50612026-08-31T15:20:24.122Z[ recovery-image] Aug 31 15:20:23.493 INFO O| Aug 31 15:20:23.493 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50622026-08-31T15:20:24.125Z[ recovery-image] Aug 31 15:20:23.494 INFO O| Aug 31 15:20:23.494 INFO STEP 18 (remove_files) COMPLETE
50632026-08-31T15:20:24.125Z[ recovery-image] Aug 31 15:20:23.494 INFO O| Aug 31 15:20:23.494 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50642026-08-31T15:20:24.134Z[ recovery-image] Aug 31 15:20:23.505 INFO O| Aug 31 15:20:23.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50652026-08-31T15:20:24.134Z[ recovery-image] Aug 31 15:20:23.505 INFO O| Aug 31 15:20:23.505 INFO STEP 19 (remove_files) COMPLETE
50662026-08-31T15:20:24.137Z[ recovery-image] Aug 31 15:20:23.505 INFO O| Aug 31 15:20:23.505 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50672026-08-31T15:20:24.145Z[ recovery-image] Aug 31 15:20:23.516 INFO O| Aug 31 15:20:23.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50682026-08-31T15:20:24.145Z[ recovery-image] Aug 31 15:20:23.516 INFO O| Aug 31 15:20:23.516 INFO STEP 20 (remove_files) COMPLETE
50692026-08-31T15:20:24.146Z[ recovery-image] Aug 31 15:20:23.516 INFO O| Aug 31 15:20:23.516 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50702026-08-31T15:20:24.162Z[ recovery-image] Aug 31 15:20:23.528 INFO O| Aug 31 15:20:23.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50712026-08-31T15:20:24.162Z[ recovery-image] Aug 31 15:20:23.528 INFO O| Aug 31 15:20:23.528 INFO STEP 21 (remove_files) COMPLETE
50722026-08-31T15:20:24.162Z[ recovery-image] Aug 31 15:20:23.528 INFO O| Aug 31 15:20:23.528 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50732026-08-31T15:20:24.168Z[ recovery-image] Aug 31 15:20:23.539 INFO O| Aug 31 15:20:23.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50742026-08-31T15:20:24.168Z[ recovery-image] Aug 31 15:20:23.539 INFO O| Aug 31 15:20:23.539 INFO STEP 22 (remove_files) COMPLETE
50752026-08-31T15:20:24.171Z[ recovery-image] Aug 31 15:20:23.539 INFO O| Aug 31 15:20:23.539 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50762026-08-31T15:20:24.179Z[ recovery-image] Aug 31 15:20:23.550 INFO O| Aug 31 15:20:23.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50772026-08-31T15:20:24.179Z[ recovery-image] Aug 31 15:20:23.550 INFO O| Aug 31 15:20:23.550 INFO STEP 23 (remove_files) COMPLETE
50782026-08-31T15:20:24.179Z[ recovery-image] Aug 31 15:20:23.550 INFO O| Aug 31 15:20:23.550 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50792026-08-31T15:20:24.179Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
50802026-08-31T15:20:24.200Z[ recovery-image] Aug 31 15:20:23.560 INFO O| Aug 31 15:20:23.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50812026-08-31T15:20:24.200Z[ recovery-image] Aug 31 15:20:23.560 INFO O| Aug 31 15:20:23.560 INFO STEP 24 (remove_files) COMPLETE
50822026-08-31T15:20:24.200Z[ recovery-image] Aug 31 15:20:23.560 INFO O| Aug 31 15:20:23.560 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50832026-08-31T15:20:24.200Z[ recovery-image] Aug 31 15:20:23.569 INFO O| Aug 31 15:20:23.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50842026-08-31T15:20:24.200Z[ recovery-image] Aug 31 15:20:23.569 INFO O| Aug 31 15:20:23.569 INFO STEP 25 (remove_files) COMPLETE
50852026-08-31T15:20:24.200Z[ recovery-image] Aug 31 15:20:23.569 INFO O| Aug 31 15:20:23.569 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50862026-08-31T15:20:24.230Z[ recovery-image] Aug 31 15:20:23.579 INFO O| Aug 31 15:20:23.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50872026-08-31T15:20:24.230Z[ recovery-image] Aug 31 15:20:23.579 INFO O| Aug 31 15:20:23.579 INFO STEP 26 (remove_files) COMPLETE
50882026-08-31T15:20:24.230Z[ recovery-image] Aug 31 15:20:23.579 INFO O| Aug 31 15:20:23.579 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50892026-08-31T15:20:24.234Z[ recovery-image] Aug 31 15:20:23.589 INFO O| Aug 31 15:20:23.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50902026-08-31T15:20:24.234Z[ recovery-image] Aug 31 15:20:23.589 INFO O| Aug 31 15:20:23.589 INFO STEP 27 (remove_files) COMPLETE
50912026-08-31T15:20:24.234Z[ recovery-image] Aug 31 15:20:23.589 INFO O| Aug 31 15:20:23.589 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50922026-08-31T15:20:24.234Z[ recovery-image] Aug 31 15:20:23.598 INFO O| Aug 31 15:20:23.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
50932026-08-31T15:20:24.234Z[ recovery-image] Aug 31 15:20:23.598 INFO O| Aug 31 15:20:23.598 INFO STEP 28 (remove_files) COMPLETE
50942026-08-31T15:20:24.234Z[ recovery-image] Aug 31 15:20:23.598 INFO O| Aug 31 15:20:23.598 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50952026-08-31T15:20:24.237Z[ recovery-image] Aug 31 15:20:23.608 INFO O| Aug 31 15:20:23.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
50962026-08-31T15:20:24.237Z[ recovery-image] Aug 31 15:20:23.608 INFO O| Aug 31 15:20:23.608 INFO STEP 29 (remove_files) COMPLETE
50972026-08-31T15:20:24.238Z[ recovery-image] Aug 31 15:20:23.608 INFO O| Aug 31 15:20:23.608 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50982026-08-31T15:20:24.247Z[ recovery-image] Aug 31 15:20:23.618 INFO O| Aug 31 15:20:23.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
50992026-08-31T15:20:24.247Z[ recovery-image] Aug 31 15:20:23.618 INFO O| Aug 31 15:20:23.618 INFO STEP 30 (remove_files) COMPLETE
51002026-08-31T15:20:24.250Z[ recovery-image] Aug 31 15:20:23.618 INFO O| Aug 31 15:20:23.618 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51012026-08-31T15:20:24.258Z[ recovery-image] Aug 31 15:20:23.628 INFO O| Aug 31 15:20:23.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51022026-08-31T15:20:24.258Z[ recovery-image] Aug 31 15:20:23.628 INFO O| Aug 31 15:20:23.628 INFO STEP 31 (remove_files) COMPLETE
51032026-08-31T15:20:24.258Z[ recovery-image] Aug 31 15:20:23.628 INFO O| Aug 31 15:20:23.628 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51042026-08-31T15:20:24.268Z[ recovery-image] Aug 31 15:20:23.638 INFO O| Aug 31 15:20:23.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51052026-08-31T15:20:24.268Z[ recovery-image] Aug 31 15:20:23.638 INFO O| Aug 31 15:20:23.638 INFO STEP 32 (remove_files) COMPLETE
51062026-08-31T15:20:24.271Z[ recovery-image] Aug 31 15:20:23.638 INFO O| Aug 31 15:20:23.638 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51072026-08-31T15:20:24.278Z[ recovery-image] Aug 31 15:20:23.649 INFO O| Aug 31 15:20:23.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51082026-08-31T15:20:24.278Z[ recovery-image] Aug 31 15:20:23.649 INFO O| Aug 31 15:20:23.649 INFO STEP 33 (remove_files) COMPLETE
51092026-08-31T15:20:24.278Z[ recovery-image] Aug 31 15:20:23.649 INFO O| Aug 31 15:20:23.649 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51102026-08-31T15:20:24.288Z[ recovery-image] Aug 31 15:20:23.659 INFO O| Aug 31 15:20:23.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51112026-08-31T15:20:24.288Z[ recovery-image] Aug 31 15:20:23.659 INFO O| Aug 31 15:20:23.659 INFO STEP 34 (remove_files) COMPLETE
51122026-08-31T15:20:24.291Z[ recovery-image] Aug 31 15:20:23.659 INFO O| Aug 31 15:20:23.659 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51132026-08-31T15:20:24.298Z[ recovery-image] Aug 31 15:20:23.669 INFO O| Aug 31 15:20:23.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51142026-08-31T15:20:24.298Z[ recovery-image] Aug 31 15:20:23.669 INFO O| Aug 31 15:20:23.669 INFO STEP 35 (remove_files) COMPLETE
51152026-08-31T15:20:24.298Z[ recovery-image] Aug 31 15:20:23.669 INFO O| Aug 31 15:20:23.669 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51162026-08-31T15:20:24.309Z[ recovery-image] Aug 31 15:20:23.680 INFO O| Aug 31 15:20:23.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51172026-08-31T15:20:24.309Z[ recovery-image] Aug 31 15:20:23.680 INFO O| Aug 31 15:20:23.680 INFO STEP 36 (remove_files) COMPLETE
51182026-08-31T15:20:24.330Z[ recovery-image] Aug 31 15:20:23.680 INFO O| Aug 31 15:20:23.680 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51192026-08-31T15:20:24.333Z[ recovery-image] Aug 31 15:20:23.689 INFO O| Aug 31 15:20:23.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51202026-08-31T15:20:24.333Z[ recovery-image] Aug 31 15:20:23.689 INFO O| Aug 31 15:20:23.689 INFO STEP 37 (remove_files) COMPLETE
51212026-08-31T15:20:24.333Z[ recovery-image] Aug 31 15:20:23.689 INFO O| Aug 31 15:20:23.689 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51222026-08-31T15:20:24.333Z[ recovery-image] Aug 31 15:20:23.699 INFO O| Aug 31 15:20:23.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51232026-08-31T15:20:24.333Z[ recovery-image] Aug 31 15:20:23.699 INFO O| Aug 31 15:20:23.699 INFO STEP 38 (remove_files) COMPLETE
51242026-08-31T15:20:24.333Z[ recovery-image] Aug 31 15:20:23.699 INFO O| Aug 31 15:20:23.699 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51252026-08-31T15:20:24.338Z[ recovery-image] Aug 31 15:20:23.709 INFO O| Aug 31 15:20:23.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51262026-08-31T15:20:24.338Z[ recovery-image] Aug 31 15:20:23.709 INFO O| Aug 31 15:20:23.709 INFO STEP 39 (remove_files) COMPLETE
51272026-08-31T15:20:24.341Z[ recovery-image] Aug 31 15:20:23.709 INFO O| Aug 31 15:20:23.709 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51282026-08-31T15:20:24.436Z[ recovery-image] Aug 31 15:20:23.807 INFO O| Aug 31 15:20:23.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51292026-08-31T15:20:24.436Z[ recovery-image] Aug 31 15:20:23.807 INFO O| Aug 31 15:20:23.807 INFO STEP 40 (remove_files) COMPLETE
51302026-08-31T15:20:24.436Z[ recovery-image] Aug 31 15:20:23.807 INFO O| Aug 31 15:20:23.807 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51312026-08-31T15:20:24.479Z[ recovery-image] Aug 31 15:20:23.850 INFO O| Aug 31 15:20:23.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51322026-08-31T15:20:24.479Z[ recovery-image] Aug 31 15:20:23.850 INFO O| Aug 31 15:20:23.850 INFO STEP 41 (remove_files) COMPLETE
51332026-08-31T15:20:24.483Z[ recovery-image] Aug 31 15:20:23.850 INFO O| Aug 31 15:20:23.850 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51342026-08-31T15:20:24.489Z[ recovery-image] Aug 31 15:20:23.859 INFO O| Aug 31 15:20:23.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51352026-08-31T15:20:24.489Z[ recovery-image] Aug 31 15:20:23.860 INFO O| Aug 31 15:20:23.860 INFO STEP 42 (remove_files) COMPLETE
51362026-08-31T15:20:24.489Z[ recovery-image] Aug 31 15:20:23.860 INFO O| Aug 31 15:20:23.860 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51372026-08-31T15:20:24.498Z[ recovery-image] Aug 31 15:20:23.869 INFO O| Aug 31 15:20:23.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51382026-08-31T15:20:24.498Z[ recovery-image] Aug 31 15:20:23.869 INFO O| Aug 31 15:20:23.869 INFO STEP 43 (remove_files) COMPLETE
51392026-08-31T15:20:24.498Z[ recovery-image] Aug 31 15:20:23.869 INFO O| Aug 31 15:20:23.869 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51402026-08-31T15:20:24.507Z[ recovery-image] Aug 31 15:20:23.878 INFO O| Aug 31 15:20:23.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51412026-08-31T15:20:24.508Z[ recovery-image] Aug 31 15:20:23.878 INFO O| Aug 31 15:20:23.878 INFO STEP 44 (remove_files) COMPLETE
51422026-08-31T15:20:24.508Z[ recovery-image] Aug 31 15:20:23.878 INFO O| Aug 31 15:20:23.878 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51432026-08-31T15:20:24.517Z[ recovery-image] Aug 31 15:20:23.887 INFO O| Aug 31 15:20:23.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51442026-08-31T15:20:24.517Z[ recovery-image] Aug 31 15:20:23.887 INFO O| Aug 31 15:20:23.887 INFO STEP 45 (remove_files) COMPLETE
51452026-08-31T15:20:24.517Z[ recovery-image] Aug 31 15:20:23.887 INFO O| Aug 31 15:20:23.887 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51462026-08-31T15:20:24.526Z[ recovery-image] Aug 31 15:20:23.897 INFO O| Aug 31 15:20:23.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51472026-08-31T15:20:24.527Z[ recovery-image] Aug 31 15:20:23.897 INFO O| Aug 31 15:20:23.897 INFO STEP 46 (remove_files) COMPLETE
51482026-08-31T15:20:24.527Z[ recovery-image] Aug 31 15:20:23.897 INFO O| Aug 31 15:20:23.897 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51492026-08-31T15:20:24.535Z[ recovery-image] Aug 31 15:20:23.905 INFO O| Aug 31 15:20:23.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51502026-08-31T15:20:24.535Z[ recovery-image] Aug 31 15:20:23.905 INFO O| Aug 31 15:20:23.905 INFO STEP 47 (remove_files) COMPLETE
51512026-08-31T15:20:24.539Z[ recovery-image] Aug 31 15:20:23.905 INFO O| Aug 31 15:20:23.905 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51522026-08-31T15:20:24.544Z[ recovery-image] Aug 31 15:20:23.915 INFO O| Aug 31 15:20:23.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51532026-08-31T15:20:24.544Z[ recovery-image] Aug 31 15:20:23.915 INFO O| Aug 31 15:20:23.915 INFO STEP 48 (remove_files) COMPLETE
51542026-08-31T15:20:24.544Z[ recovery-image] Aug 31 15:20:23.915 INFO O| Aug 31 15:20:23.915 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51552026-08-31T15:20:24.555Z[ recovery-image] Aug 31 15:20:23.924 INFO O| Aug 31 15:20:23.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51562026-08-31T15:20:24.555Z[ recovery-image] Aug 31 15:20:23.924 INFO O| Aug 31 15:20:23.924 INFO STEP 49 (remove_files) COMPLETE
51572026-08-31T15:20:24.559Z[ recovery-image] Aug 31 15:20:23.924 INFO O| Aug 31 15:20:23.924 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51582026-08-31T15:20:24.585Z[ recovery-image] Aug 31 15:20:23.955 INFO O| Aug 31 15:20:23.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51592026-08-31T15:20:24.585Z[ recovery-image] Aug 31 15:20:23.955 INFO O| Aug 31 15:20:23.955 INFO STEP 50 (remove_files) COMPLETE
51602026-08-31T15:20:24.585Z[ recovery-image] Aug 31 15:20:23.955 INFO O| Aug 31 15:20:23.955 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51612026-08-31T15:20:24.594Z[ recovery-image] Aug 31 15:20:23.965 INFO O| Aug 31 15:20:23.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51622026-08-31T15:20:24.594Z[ recovery-image] Aug 31 15:20:23.965 INFO O| Aug 31 15:20:23.965 INFO STEP 51 (remove_files) COMPLETE
51632026-08-31T15:20:24.594Z[ recovery-image] Aug 31 15:20:23.965 INFO O| Aug 31 15:20:23.965 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51642026-08-31T15:20:24.604Z[ recovery-image] Aug 31 15:20:23.975 INFO O| Aug 31 15:20:23.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51652026-08-31T15:20:24.604Z[ recovery-image] Aug 31 15:20:23.975 INFO O| Aug 31 15:20:23.975 INFO STEP 52 (remove_files) COMPLETE
51662026-08-31T15:20:24.607Z[ recovery-image] Aug 31 15:20:23.975 INFO O| Aug 31 15:20:23.975 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51672026-08-31T15:20:24.622Z[ recovery-image] Aug 31 15:20:23.993 INFO O| Aug 31 15:20:23.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51682026-08-31T15:20:24.622Z[ recovery-image] Aug 31 15:20:23.993 INFO O| Aug 31 15:20:23.993 INFO STEP 53 (remove_files) COMPLETE
51692026-08-31T15:20:24.622Z[ recovery-image] Aug 31 15:20:23.993 INFO O| Aug 31 15:20:23.993 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51702026-08-31T15:20:24.634Z[ recovery-image] Aug 31 15:20:24.003 INFO O| Aug 31 15:20:24.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51712026-08-31T15:20:24.634Z[ recovery-image] Aug 31 15:20:24.003 INFO O| Aug 31 15:20:24.003 INFO STEP 54 (remove_files) COMPLETE
51722026-08-31T15:20:24.634Z[ recovery-image] Aug 31 15:20:24.003 INFO O| Aug 31 15:20:24.003 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51732026-08-31T15:20:24.638Z[ host-image] Aug 31 15:20:24.004 INFO O| Aug 31 15:20:24.004 INFO O| Download: Completed 13.27 MB in 0.81 seconds (16.4M/s)
51742026-08-31T15:20:24.642Z[ recovery-image] Aug 31 15:20:24.013 INFO O| Aug 31 15:20:24.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51752026-08-31T15:20:24.642Z[ recovery-image] Aug 31 15:20:24.013 INFO O| Aug 31 15:20:24.013 INFO STEP 55 (remove_files) COMPLETE
51762026-08-31T15:20:24.642Z[ recovery-image] Aug 31 15:20:24.013 INFO O| Aug 31 15:20:24.013 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51772026-08-31T15:20:24.651Z[ recovery-image] Aug 31 15:20:24.022 INFO O| Aug 31 15:20:24.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51782026-08-31T15:20:24.651Z[ recovery-image] Aug 31 15:20:24.022 INFO O| Aug 31 15:20:24.022 INFO STEP 56 (remove_files) COMPLETE
51792026-08-31T15:20:24.651Z[ recovery-image] Aug 31 15:20:24.022 INFO O| Aug 31 15:20:24.022 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51802026-08-31T15:20:24.660Z[ recovery-image] Aug 31 15:20:24.031 INFO O| Aug 31 15:20:24.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51812026-08-31T15:20:24.660Z[ recovery-image] Aug 31 15:20:24.031 INFO O| Aug 31 15:20:24.031 INFO STEP 57 (remove_files) COMPLETE
51822026-08-31T15:20:24.660Z[ recovery-image] Aug 31 15:20:24.031 INFO O| Aug 31 15:20:24.031 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51832026-08-31T15:20:24.669Z[ recovery-image] Aug 31 15:20:24.040 INFO O| Aug 31 15:20:24.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51842026-08-31T15:20:24.669Z[ recovery-image] Aug 31 15:20:24.040 INFO O| Aug 31 15:20:24.040 INFO STEP 58 (remove_files) COMPLETE
51852026-08-31T15:20:24.673Z[ recovery-image] Aug 31 15:20:24.040 INFO O| Aug 31 15:20:24.040 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51862026-08-31T15:20:24.679Z[ recovery-image] Aug 31 15:20:24.050 INFO O| Aug 31 15:20:24.050 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51872026-08-31T15:20:24.679Z[ recovery-image] Aug 31 15:20:24.050 INFO O| Aug 31 15:20:24.050 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51882026-08-31T15:20:24.679Z[ recovery-image] Aug 31 15:20:24.050 INFO O| Aug 31 15:20:24.050 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51892026-08-31T15:20:24.682Z[ recovery-image] Aug 31 15:20:24.050 INFO O| Aug 31 15:20:24.050 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51902026-08-31T15:20:24.682Z[ recovery-image] Aug 31 15:20:24.050 INFO O| Aug 31 15:20:24.050 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51912026-08-31T15:20:24.682Z[ recovery-image] Aug 31 15:20:24.050 INFO O| Aug 31 15:20:24.050 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51922026-08-31T15:20:24.682Z[ recovery-image] Aug 31 15:20:24.050 INFO O| Aug 31 15:20:24.050 INFO ok!
51932026-08-31T15:20:24.682Z[ recovery-image] Aug 31 15:20:24.050 INFO O| Aug 31 15:20:24.050 INFO STEP 59 (ensure_file) COMPLETE
51942026-08-31T15:20:24.682Z[ recovery-image] Aug 31 15:20:24.050 INFO O| Aug 31 15:20:24.050 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51952026-08-31T15:20:24.688Z[ recovery-image] Aug 31 15:20:24.059 INFO O| Aug 31 15:20:24.059 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
51962026-08-31T15:20:24.688Z[ recovery-image] Aug 31 15:20:24.059 INFO O| Aug 31 15:20:24.059 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
51972026-08-31T15:20:24.688Z[ recovery-image] Aug 31 15:20:24.059 INFO O| Aug 31 15:20:24.059 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51982026-08-31T15:20:24.736Z[ recovery-image] Aug 31 15:20:24.059 INFO O| Aug 31 15:20:24.059 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
51992026-08-31T15:20:24.736Z[ recovery-image] Aug 31 15:20:24.059 INFO O| Aug 31 15:20:24.059 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52002026-08-31T15:20:24.736Z[ recovery-image] Aug 31 15:20:24.059 INFO O| Aug 31 15:20:24.059 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52012026-08-31T15:20:24.736Z[ recovery-image] Aug 31 15:20:24.059 INFO O| Aug 31 15:20:24.059 INFO ok!
52022026-08-31T15:20:24.736Z[ recovery-image] Aug 31 15:20:24.060 INFO O| Aug 31 15:20:24.059 INFO STEP 60 (ensure_file) COMPLETE
52032026-08-31T15:20:24.736Z[ recovery-image] Aug 31 15:20:24.060 INFO O| Aug 31 15:20:24.059 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52042026-08-31T15:20:24.745Z[ recovery-image] Aug 31 15:20:24.116 INFO O| Aug 31 15:20:24.116 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52052026-08-31T15:20:24.745Z[ recovery-image] Aug 31 15:20:24.116 INFO O| Aug 31 15:20:24.116 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52062026-08-31T15:20:24.745Z[ recovery-image] Aug 31 15:20:24.116 INFO O| Aug 31 15:20:24.116 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52072026-08-31T15:20:24.745Z[ recovery-image] Aug 31 15:20:24.116 INFO O| Aug 31 15:20:24.116 INFO ok!
52082026-08-31T15:20:24.748Z[ recovery-image] Aug 31 15:20:24.116 INFO O| Aug 31 15:20:24.116 INFO STEP 61 (ensure_file) COMPLETE
52092026-08-31T15:20:24.748Z[ recovery-image] Aug 31 15:20:24.116 INFO O| Aug 31 15:20:24.116 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52102026-08-31T15:20:24.756Z[ recovery-image] Aug 31 15:20:24.127 INFO O| Aug 31 15:20:24.127 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52112026-08-31T15:20:24.756Z[ recovery-image] Aug 31 15:20:24.127 INFO O| Aug 31 15:20:24.127 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52122026-08-31T15:20:24.756Z[ recovery-image] Aug 31 15:20:24.127 INFO O| Aug 31 15:20:24.127 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52132026-08-31T15:20:24.761Z[ recovery-image] Aug 31 15:20:24.127 INFO O| Aug 31 15:20:24.127 INFO ok!
52142026-08-31T15:20:24.761Z[ recovery-image] Aug 31 15:20:24.127 INFO O| Aug 31 15:20:24.127 INFO STEP 62 (ensure_file) COMPLETE
52152026-08-31T15:20:24.761Z[ recovery-image] Aug 31 15:20:24.127 INFO O| Aug 31 15:20:24.127 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52162026-08-31T15:20:24.761Z[ host-image] Aug 31 15:20:24.129 INFO O| Aug 31 15:20:24.129 INFO O| Actions: 1/22 actions (Installing new actions)
52172026-08-31T15:20:24.766Z[ recovery-image] Aug 31 15:20:24.137 INFO O| Aug 31 15:20:24.137 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52182026-08-31T15:20:24.767Z[ recovery-image] Aug 31 15:20:24.138 INFO O| Aug 31 15:20:24.137 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52192026-08-31T15:20:24.770Z[ recovery-image] Aug 31 15:20:24.138 INFO O| Aug 31 15:20:24.138 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52202026-08-31T15:20:24.770Z[ recovery-image] Aug 31 15:20:24.138 INFO O| Aug 31 15:20:24.138 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52212026-08-31T15:20:24.770Z[ recovery-image] Aug 31 15:20:24.138 INFO O| Aug 31 15:20:24.138 INFO ok!
52222026-08-31T15:20:24.770Z[ recovery-image] Aug 31 15:20:24.138 INFO O| Aug 31 15:20:24.138 INFO STEP 63 (ensure_file) COMPLETE
52232026-08-31T15:20:24.770Z[ recovery-image] Aug 31 15:20:24.138 INFO O| Aug 31 15:20:24.138 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52242026-08-31T15:20:24.776Z[ recovery-image] Aug 31 15:20:24.147 INFO O| Aug 31 15:20:24.147 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52252026-08-31T15:20:24.776Z[ recovery-image] Aug 31 15:20:24.147 INFO O| Aug 31 15:20:24.147 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52262026-08-31T15:20:24.776Z[ recovery-image] Aug 31 15:20:24.147 INFO O| Aug 31 15:20:24.147 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52272026-08-31T15:20:24.776Z[ recovery-image] Aug 31 15:20:24.147 INFO O| Aug 31 15:20:24.147 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52282026-08-31T15:20:24.781Z[ recovery-image] Aug 31 15:20:24.147 INFO O| Aug 31 15:20:24.147 INFO ok!
52292026-08-31T15:20:24.781Z[ recovery-image] Aug 31 15:20:24.147 INFO O| Aug 31 15:20:24.147 INFO STEP 64 (ensure_file) COMPLETE
52302026-08-31T15:20:24.781Z[ recovery-image] Aug 31 15:20:24.147 INFO O| Aug 31 15:20:24.147 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52312026-08-31T15:20:24.786Z[ recovery-image] Aug 31 15:20:24.156 INFO O| Aug 31 15:20:24.156 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52322026-08-31T15:20:24.786Z[ recovery-image] Aug 31 15:20:24.156 INFO O| Aug 31 15:20:24.156 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52332026-08-31T15:20:24.789Z[ recovery-image] Aug 31 15:20:24.156 INFO O| Aug 31 15:20:24.156 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52342026-08-31T15:20:24.789Z[ recovery-image] Aug 31 15:20:24.156 INFO O| Aug 31 15:20:24.156 INFO ok!
52352026-08-31T15:20:24.789Z[ recovery-image] Aug 31 15:20:24.156 INFO O| Aug 31 15:20:24.156 INFO STEP 65 (assemble_files) COMPLETE
52362026-08-31T15:20:24.789Z[ recovery-image] Aug 31 15:20:24.156 INFO O| Aug 31 15:20:24.156 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52372026-08-31T15:20:24.795Z[ recovery-image] Aug 31 15:20:24.165 INFO O| Aug 31 15:20:24.165 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52382026-08-31T15:20:24.795Z[ recovery-image] Aug 31 15:20:24.166 INFO O| Aug 31 15:20:24.165 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52392026-08-31T15:20:24.795Z[ recovery-image] Aug 31 15:20:24.166 INFO O| Aug 31 15:20:24.166 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52402026-08-31T15:20:24.795Z[ recovery-image] Aug 31 15:20:24.166 INFO O| Aug 31 15:20:24.166 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52412026-08-31T15:20:24.799Z[ recovery-image] Aug 31 15:20:24.166 INFO O| Aug 31 15:20:24.166 INFO ok!
52422026-08-31T15:20:24.799Z[ recovery-image] Aug 31 15:20:24.166 INFO O| Aug 31 15:20:24.166 INFO STEP 66 (ensure_file) COMPLETE
52432026-08-31T15:20:24.799Z[ recovery-image] Aug 31 15:20:24.166 INFO O| Aug 31 15:20:24.166 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52442026-08-31T15:20:24.799Z[ recovery-image] Aug 31 15:20:24.166 INFO O| Aug 31 15:20:24.166 INFO skip step because feature "omicron1" is not enabled
52452026-08-31T15:20:24.799Z[ recovery-image] Aug 31 15:20:24.166 INFO O| Aug 31 15:20:24.166 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52462026-08-31T15:20:24.799Z[ recovery-image] Aug 31 15:20:24.166 INFO O| Aug 31 15:20:24.166 INFO skip step because feature "omicron1" is not enabled
52472026-08-31T15:20:24.799Z[ recovery-image] Aug 31 15:20:24.166 INFO O| Aug 31 15:20:24.166 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52482026-08-31T15:20:24.799Z[ recovery-image] Aug 31 15:20:24.166 INFO O| Aug 31 15:20:24.166 INFO skip step because feature "omicron1" is not enabled
52492026-08-31T15:20:24.799Z[ recovery-image] Aug 31 15:20:24.166 INFO O| Aug 31 15:20:24.166 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52502026-08-31T15:20:24.808Z[ recovery-image] Aug 31 15:20:24.179 INFO O| Aug 31 15:20:24.179 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52512026-08-31T15:20:24.808Z[ recovery-image] Aug 31 15:20:24.179 INFO O| Aug 31 15:20:24.179 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52522026-08-31T15:20:24.984Z[ host-image] Aug 31 15:20:24.355 INFO O| Aug 31 15:20:24.355 INFO O| Actions: Completed 22 actions in 0.23 seconds.
52532026-08-31T15:20:25.026Z[ host-image] Aug 31 15:20:24.397 INFO O| Aug 31 15:20:24.397 INFO O| Finalize: Updating package state database ... Done
52542026-08-31T15:20:25.026Z[ host-image] Aug 31 15:20:24.397 INFO O| Aug 31 15:20:24.397 INFO O| Finalize: Updating package cache ... Done
52552026-08-31T15:20:25.132Z[ host-image] Aug 31 15:20:24.502 INFO O| Aug 31 15:20:24.502 INFO O| Finalize: Updating image state ... Done
52562026-08-31T15:20:25.767Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
52572026-08-31T15:20:26.134Z[ recovery-image] Aug 31 15:20:25.505 INFO O| Aug 31 15:20:25.505 INFO STEP 70 (pack_tar) COMPLETE
52582026-08-31T15:20:26.135Z[ recovery-image] Aug 31 15:20:25.506 INFO O| Aug 31 15:20:25.505 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52592026-08-31T15:20:26.135Z[ recovery-image] Aug 31 15:20:25.506 INFO O| Aug 31 15:20:25.505 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52602026-08-31T15:20:26.194Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
52612026-08-31T15:20:26.280Z[ host-image] Aug 31 15:20:25.650 INFO O| Aug 31 15:20:25.650 INFO O| Finalize: Creating fast lookup database ... Done
52622026-08-31T15:20:26.322Z[ host-image] Aug 31 15:20:25.693 INFO O| Aug 31 15:20:25.693 INFO O| Finalize: Reading search index ... Done
52632026-08-31T15:20:26.322Z[ host-image] Aug 31 15:20:25.693 INFO O| Aug 31 15:20:25.693 INFO O| Finalize: Updating search index ... Done
52642026-08-31T15:20:26.334Z[ host-image] Aug 31 15:20:25.704 INFO O| Aug 31 15:20:25.704 INFO O| Finalize: Updating package cache ... Done
52652026-08-31T15:20:26.440Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
52662026-08-31T15:20:26.595Z[ recovery-image] Aug 31 15:20:25.966 INFO O| Aug 31 15:20:25.965 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52672026-08-31T15:20:26.691Z[ host-image] Aug 31 15:20:26.054 INFO O| Aug 31 15:20:26.054 INFO STEP 14 (pkg_install) COMPLETE
52682026-08-31T15:20:26.691Z[ host-image] Aug 31 15:20:26.054 INFO O| Aug 31 15:20:26.054 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52692026-08-31T15:20:26.691Z[ host-image] Aug 31 15:20:26.054 INFO O| Aug 31 15:20:26.054 INFO skip step because feature "mbist" is not enabled
52702026-08-31T15:20:26.696Z[ host-image] Aug 31 15:20:26.054 INFO O| Aug 31 15:20:26.054 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52712026-08-31T15:20:26.696Z[ host-image] Aug 31 15:20:26.054 INFO O| Aug 31 15:20:26.054 INFO skip step because feature "mfg" is not enabled
52722026-08-31T15:20:26.696Z[ host-image] Aug 31 15:20:26.054 INFO O| Aug 31 15:20:26.054 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52732026-08-31T15:20:26.696Z[ host-image] Aug 31 15:20:26.054 INFO O| Aug 31 15:20:26.054 INFO skip step because feature "compliance" is not enabled
52742026-08-31T15:20:26.696Z[ host-image] Aug 31 15:20:26.054 INFO O| Aug 31 15:20:26.054 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52752026-08-31T15:20:26.696Z[ host-image] Aug 31 15:20:26.054 INFO O| Aug 31 15:20:26.054 INFO skip step because feature "stress" is not enabled
52762026-08-31T15:20:26.696Z[ host-image] Aug 31 15:20:26.054 INFO O| Aug 31 15:20:26.054 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52772026-08-31T15:20:26.697Z[ host-image] Aug 31 15:20:26.054 INFO O| Aug 31 15:20:26.054 INFO skip step because feature "compliance" is not enabled
52782026-08-31T15:20:26.697Z[ host-image] Aug 31 15:20:26.054 INFO O| Aug 31 15:20:26.054 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
52792026-08-31T15:20:26.697Z[ host-image] Aug 31 15:20:26.054 INFO O| Aug 31 15:20:26.054 INFO skip step because feature "nfs" is not enabled
52802026-08-31T15:20:26.697Z[ host-image] Aug 31 15:20:26.054 INFO O| Aug 31 15:20:26.054 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
52812026-08-31T15:20:26.697Z[ host-image] Aug 31 15:20:26.054 INFO O| Aug 31 15:20:26.054 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
52822026-08-31T15:20:26.697Z[ recovery-image] Aug 31 15:20:26.064 INFO O| Aug 31 15:20:26.064 INFO completed processing sled/ramdisk-02-trim
52832026-08-31T15:20:26.700Z[ recovery-image] Aug 31 15:20:26.067 INFO image builder template: ramdisk-03-recovery-trim...
52842026-08-31T15:20:26.700Z[ recovery-image] Aug 31 15:20:26.067 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/.tmpmDhZA6/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
52852026-08-31T15:20:26.703Z[ recovery-image] Aug 31 15:20:26.073 INFO O| Aug 31 15:20:26.072 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52862026-08-31T15:20:26.715Z[ host-image] Aug 31 15:20:26.086 INFO O| Aug 31 15:20:26.086 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
52872026-08-31T15:20:26.783Z[ recovery-image] Aug 31 15:20:26.153 INFO O| Aug 31 15:20:26.153 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52882026-08-31T15:20:26.787Z[ recovery-image] Aug 31 15:20:26.158 INFO O| Aug 31 15:20:26.158 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52892026-08-31T15:20:26.798Z[ host-image] Aug 31 15:20:26.169 INFO O| Aug 31 15:20:26.168 INFO completed processing sled/ramdisk-01-os
52902026-08-31T15:20:26.801Z[ host-image] Aug 31 15:20:26.171 INFO omicron1 baseline generation...
52912026-08-31T15:20:26.801Z[ host-image] Aug 31 15:20:26.171 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
52922026-08-31T15:20:26.812Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52932026-08-31T15:20:26.834Z[ recovery-image] Aug 31 15:20:26.202 INFO O| Aug 31 15:20:26.202 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52942026-08-31T15:20:26.899Z[ recovery-image] Aug 31 15:20:26.270 INFO O| Aug 31 15:20:26.270 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52952026-08-31T15:20:26.899Z[ recovery-image] Aug 31 15:20:26.270 INFO O| Aug 31 15:20:26.270 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52962026-08-31T15:20:26.906Z[ recovery-image] Aug 31 15:20:26.277 INFO O| Aug 31 15:20:26.277 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52972026-08-31T15:20:26.910Z[ recovery-image] Aug 31 15:20:26.281 INFO O| Aug 31 15:20:26.281 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52982026-08-31T15:20:26.916Z[ recovery-image] Aug 31 15:20:26.287 INFO O| Aug 31 15:20:26.287 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52992026-08-31T15:20:27.050Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
53002026-08-31T15:20:27.216Z[ host-image] Aug 31 15:20:26.586 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24217:20260827T182750Z
53012026-08-31T15:20:27.362Z[ recovery-image] Aug 31 15:20:26.732 INFO O| Aug 31 15:20:26.732 INFO rolled back to input snapshot; work may begin
53022026-08-31T15:20:27.362Z[ recovery-image] Aug 31 15:20:26.732 INFO O| Aug 31 15:20:26.732 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53032026-08-31T15:20:27.365Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
53042026-08-31T15:20:27.369Z[ recovery-image] Aug 31 15:20:26.737 INFO O| Aug 31 15:20:26.737 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53052026-08-31T15:20:27.378Z[ recovery-image] Aug 31 15:20:26.747 INFO O| Aug 31 15:20:26.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
53062026-08-31T15:20:27.381Z[ recovery-image] Aug 31 15:20:26.751 INFO O| Aug 31 15:20:26.751 INFO STEP 0 (remove_files) COMPLETE
53072026-08-31T15:20:27.381Z[ recovery-image] Aug 31 15:20:26.751 INFO O| Aug 31 15:20:26.751 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53082026-08-31T15:20:27.390Z[ recovery-image] Aug 31 15:20:26.761 INFO O| Aug 31 15:20:26.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
53092026-08-31T15:20:27.393Z[ recovery-image] Aug 31 15:20:26.761 INFO O| Aug 31 15:20:26.761 INFO STEP 1 (remove_files) COMPLETE
53102026-08-31T15:20:27.393Z[ recovery-image] Aug 31 15:20:26.761 INFO O| Aug 31 15:20:26.761 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53112026-08-31T15:20:27.400Z[ recovery-image] Aug 31 15:20:26.771 INFO O| Aug 31 15:20:26.771 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53122026-08-31T15:20:27.406Z[ recovery-image] Aug 31 15:20:26.776 INFO O| Aug 31 15:20:26.776 INFO STEP 2 (remove_files) COMPLETE
53132026-08-31T15:20:27.406Z[ recovery-image] Aug 31 15:20:26.776 INFO O| Aug 31 15:20:26.776 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53142026-08-31T15:20:27.416Z[ recovery-image] Aug 31 15:20:26.787 INFO O| Aug 31 15:20:26.787 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53152026-08-31T15:20:27.476Z[ recovery-image] Aug 31 15:20:26.846 INFO O| Aug 31 15:20:26.846 INFO STEP 3 (remove_files) COMPLETE
53162026-08-31T15:20:27.476Z[ recovery-image] Aug 31 15:20:26.847 INFO O| Aug 31 15:20:26.846 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53172026-08-31T15:20:27.516Z[ recovery-image] Aug 31 15:20:26.885 INFO O| Aug 31 15:20:26.885 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53182026-08-31T15:20:27.536Z[ recovery-image] Aug 31 15:20:26.906 INFO O| Aug 31 15:20:26.906 INFO STEP 4 (remove_files) COMPLETE
53192026-08-31T15:20:27.536Z[ recovery-image] Aug 31 15:20:26.906 INFO O| Aug 31 15:20:26.906 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53202026-08-31T15:20:27.547Z[ recovery-image] Aug 31 15:20:26.917 INFO O| Aug 31 15:20:26.917 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53212026-08-31T15:20:27.612Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
53222026-08-31T15:20:27.664Z[ recovery-image] Aug 31 15:20:27.035 INFO O| Aug 31 15:20:27.034 INFO STEP 5 (remove_files) COMPLETE
53232026-08-31T15:20:27.664Z[ recovery-image] Aug 31 15:20:27.035 INFO O| Aug 31 15:20:27.034 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-08-31T15:20:27.692Z[ recovery-image] Aug 31 15:20:27.062 INFO O| Aug 31 15:20:27.062 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53252026-08-31T15:20:27.696Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
53262026-08-31T15:20:27.735Z[ recovery-image] Aug 31 15:20:27.105 INFO O| Aug 31 15:20:27.105 INFO STEP 6 (remove_files) COMPLETE
53272026-08-31T15:20:27.735Z[ recovery-image] Aug 31 15:20:27.106 INFO O| Aug 31 15:20:27.105 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53282026-08-31T15:20:27.747Z[ recovery-image] Aug 31 15:20:27.117 INFO O| Aug 31 15:20:27.117 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53292026-08-31T15:20:27.750Z[ recovery-image] Aug 31 15:20:27.120 INFO O| Aug 31 15:20:27.120 INFO STEP 7 (remove_files) COMPLETE
53302026-08-31T15:20:27.751Z[ recovery-image] Aug 31 15:20:27.120 INFO O| Aug 31 15:20:27.120 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53312026-08-31T15:20:27.760Z[ recovery-image] Aug 31 15:20:27.131 INFO O| Aug 31 15:20:27.131 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53322026-08-31T15:20:27.767Z[ recovery-image] Aug 31 15:20:27.138 INFO O| Aug 31 15:20:27.138 INFO STEP 8 (remove_files) COMPLETE
53332026-08-31T15:20:27.767Z[ recovery-image] Aug 31 15:20:27.138 INFO O| Aug 31 15:20:27.138 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53342026-08-31T15:20:27.780Z[ recovery-image] Aug 31 15:20:27.151 INFO O| Aug 31 15:20:27.151 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53352026-08-31T15:20:27.784Z[ recovery-image] Aug 31 15:20:27.155 INFO O| Aug 31 15:20:27.155 INFO STEP 9 (remove_files) COMPLETE
53362026-08-31T15:20:27.785Z[ recovery-image] Aug 31 15:20:27.155 INFO O| Aug 31 15:20:27.155 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53372026-08-31T15:20:27.796Z[ recovery-image] Aug 31 15:20:27.166 INFO O| Aug 31 15:20:27.166 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53382026-08-31T15:20:27.800Z[ recovery-image] Aug 31 15:20:27.167 INFO O| Aug 31 15:20:27.167 INFO STEP 10 (remove_files) COMPLETE
53392026-08-31T15:20:27.800Z[ recovery-image] Aug 31 15:20:27.167 INFO O| Aug 31 15:20:27.167 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53402026-08-31T15:20:27.808Z[ recovery-image] Aug 31 15:20:27.179 INFO O| Aug 31 15:20:27.179 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53412026-08-31T15:20:27.811Z[ recovery-image] Aug 31 15:20:27.180 INFO O| Aug 31 15:20:27.180 INFO STEP 11 (remove_files) COMPLETE
53422026-08-31T15:20:27.811Z[ recovery-image] Aug 31 15:20:27.180 INFO O| Aug 31 15:20:27.180 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-08-31T15:20:27.819Z[ recovery-image] Aug 31 15:20:27.190 INFO O| Aug 31 15:20:27.190 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53442026-08-31T15:20:27.844Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
53452026-08-31T15:20:27.866Z[ recovery-image] Aug 31 15:20:27.236 INFO O| Aug 31 15:20:27.236 INFO STEP 12 (remove_files) COMPLETE
53462026-08-31T15:20:27.866Z[ recovery-image] Aug 31 15:20:27.236 INFO O| Aug 31 15:20:27.236 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-08-31T15:20:27.876Z[ recovery-image] Aug 31 15:20:27.246 INFO O| Aug 31 15:20:27.246 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53482026-08-31T15:20:27.879Z[ recovery-image] Aug 31 15:20:27.249 INFO O| Aug 31 15:20:27.249 INFO STEP 13 (remove_files) COMPLETE
53492026-08-31T15:20:27.879Z[ recovery-image] Aug 31 15:20:27.249 INFO O| Aug 31 15:20:27.249 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-08-31T15:20:27.888Z[ recovery-image] Aug 31 15:20:27.259 INFO O| Aug 31 15:20:27.259 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53512026-08-31T15:20:27.891Z[ recovery-image] Aug 31 15:20:27.261 INFO O| Aug 31 15:20:27.261 INFO STEP 14 (remove_files) COMPLETE
53522026-08-31T15:20:27.891Z[ recovery-image] Aug 31 15:20:27.261 INFO O| Aug 31 15:20:27.261 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53532026-08-31T15:20:27.900Z[ recovery-image] Aug 31 15:20:27.270 INFO O| Aug 31 15:20:27.270 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53542026-08-31T15:20:27.903Z[ recovery-image] Aug 31 15:20:27.271 INFO O| Aug 31 15:20:27.271 INFO STEP 15 (remove_files) COMPLETE
53552026-08-31T15:20:27.903Z[ recovery-image] Aug 31 15:20:27.271 INFO O| Aug 31 15:20:27.271 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-08-31T15:20:27.910Z[ recovery-image] Aug 31 15:20:27.280 INFO O| Aug 31 15:20:27.280 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53572026-08-31T15:20:27.913Z[ recovery-image] Aug 31 15:20:27.281 INFO O| Aug 31 15:20:27.281 INFO STEP 16 (remove_files) COMPLETE
53582026-08-31T15:20:27.913Z[ recovery-image] Aug 31 15:20:27.281 INFO O| Aug 31 15:20:27.281 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-08-31T15:20:27.921Z[ recovery-image] Aug 31 15:20:27.292 INFO O| Aug 31 15:20:27.291 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53602026-08-31T15:20:27.931Z[ recovery-image] Aug 31 15:20:27.301 INFO O| Aug 31 15:20:27.301 INFO STEP 17 (remove_files) COMPLETE
53612026-08-31T15:20:27.931Z[ recovery-image] Aug 31 15:20:27.301 INFO O| Aug 31 15:20:27.301 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-08-31T15:20:27.941Z[ recovery-image] Aug 31 15:20:27.312 INFO O| Aug 31 15:20:27.312 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53632026-08-31T15:20:27.941Z[ recovery-image] Aug 31 15:20:27.312 INFO O| Aug 31 15:20:27.312 INFO STEP 18 (remove_files) COMPLETE
53642026-08-31T15:20:27.941Z[ recovery-image] Aug 31 15:20:27.312 INFO O| Aug 31 15:20:27.312 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-08-31T15:20:27.951Z[ recovery-image] Aug 31 15:20:27.322 INFO O| Aug 31 15:20:27.322 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53662026-08-31T15:20:27.954Z[ recovery-image] Aug 31 15:20:27.323 INFO O| Aug 31 15:20:27.323 INFO STEP 19 (remove_files) COMPLETE
53672026-08-31T15:20:27.954Z[ recovery-image] Aug 31 15:20:27.323 INFO O| Aug 31 15:20:27.323 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-08-31T15:20:27.963Z[ recovery-image] Aug 31 15:20:27.333 INFO O| Aug 31 15:20:27.333 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53692026-08-31T15:20:28.010Z[verify-libraries] Compiling md5 v0.8.0
53702026-08-31T15:20:28.320Z[ recovery-image] Aug 31 15:20:27.688 INFO O| Aug 31 15:20:27.688 INFO STEP 20 (remove_files) COMPLETE
53712026-08-31T15:20:28.320Z[ recovery-image] Aug 31 15:20:27.688 INFO O| Aug 31 15:20:27.688 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-08-31T15:20:28.347Z[ recovery-image] Aug 31 15:20:27.718 INFO O| Aug 31 15:20:27.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53732026-08-31T15:20:28.375Z[ recovery-image] Aug 31 15:20:27.745 INFO O| Aug 31 15:20:27.745 INFO STEP 21 (remove_files) COMPLETE
53742026-08-31T15:20:28.375Z[ recovery-image] Aug 31 15:20:27.745 INFO O| Aug 31 15:20:27.745 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-08-31T15:20:28.390Z[ recovery-image] Aug 31 15:20:27.755 INFO O| Aug 31 15:20:27.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53762026-08-31T15:20:28.390Z[ recovery-image] Aug 31 15:20:27.755 INFO O| Aug 31 15:20:27.755 INFO STEP 22 (remove_files) COMPLETE
53772026-08-31T15:20:28.390Z[ recovery-image] Aug 31 15:20:27.755 INFO O| Aug 31 15:20:27.755 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-08-31T15:20:28.393Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
53792026-08-31T15:20:28.394Z[ recovery-image] Aug 31 15:20:27.764 INFO O| Aug 31 15:20:27.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53802026-08-31T15:20:28.397Z[ recovery-image] Aug 31 15:20:27.765 INFO O| Aug 31 15:20:27.765 INFO STEP 23 (remove_files) COMPLETE
53812026-08-31T15:20:28.397Z[ recovery-image] Aug 31 15:20:27.765 INFO O| Aug 31 15:20:27.765 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53822026-08-31T15:20:28.403Z[ recovery-image] Aug 31 15:20:27.774 INFO O| Aug 31 15:20:27.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53832026-08-31T15:20:28.404Z[ recovery-image] Aug 31 15:20:27.774 INFO O| Aug 31 15:20:27.774 INFO STEP 24 (remove_files) COMPLETE
53842026-08-31T15:20:28.407Z[ recovery-image] Aug 31 15:20:27.774 INFO O| Aug 31 15:20:27.774 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53852026-08-31T15:20:28.413Z[ recovery-image] Aug 31 15:20:27.784 INFO O| Aug 31 15:20:27.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53862026-08-31T15:20:28.431Z[ recovery-image] Aug 31 15:20:27.801 INFO O| Aug 31 15:20:27.801 INFO STEP 25 (remove_files) COMPLETE
53872026-08-31T15:20:28.431Z[ recovery-image] Aug 31 15:20:27.801 INFO O| Aug 31 15:20:27.801 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53882026-08-31T15:20:28.440Z[ recovery-image] Aug 31 15:20:27.811 INFO O| Aug 31 15:20:27.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53892026-08-31T15:20:28.440Z[ recovery-image] Aug 31 15:20:27.811 INFO O| Aug 31 15:20:27.811 INFO STEP 26 (remove_files) COMPLETE
53902026-08-31T15:20:28.441Z[ recovery-image] Aug 31 15:20:27.811 INFO O| Aug 31 15:20:27.811 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53912026-08-31T15:20:28.448Z[verify-libraries] Compiling russh v0.62.4
53922026-08-31T15:20:28.464Z[ recovery-image] Aug 31 15:20:27.835 INFO O| Aug 31 15:20:27.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53932026-08-31T15:20:28.467Z[ recovery-image] Aug 31 15:20:27.838 INFO O| Aug 31 15:20:27.838 INFO STEP 27 (remove_files) COMPLETE
53942026-08-31T15:20:28.467Z[ recovery-image] Aug 31 15:20:27.838 INFO O| Aug 31 15:20:27.838 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-08-31T15:20:28.480Z[ recovery-image] Aug 31 15:20:27.850 INFO O| Aug 31 15:20:27.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53962026-08-31T15:20:28.480Z[ recovery-image] Aug 31 15:20:27.851 INFO O| Aug 31 15:20:27.850 INFO STEP 28 (remove_files) COMPLETE
53972026-08-31T15:20:28.485Z[ recovery-image] Aug 31 15:20:27.851 INFO O| Aug 31 15:20:27.850 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-08-31T15:20:28.491Z[ recovery-image] Aug 31 15:20:27.861 INFO O| Aug 31 15:20:27.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53992026-08-31T15:20:28.491Z[ recovery-image] Aug 31 15:20:27.861 INFO O| Aug 31 15:20:27.861 INFO STEP 29 (remove_files) COMPLETE
54002026-08-31T15:20:28.491Z[ recovery-image] Aug 31 15:20:27.861 INFO O| Aug 31 15:20:27.861 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-08-31T15:20:28.500Z[ recovery-image] Aug 31 15:20:27.871 INFO O| Aug 31 15:20:27.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
54022026-08-31T15:20:28.501Z[ recovery-image] Aug 31 15:20:27.871 INFO O| Aug 31 15:20:27.871 INFO STEP 30 (remove_files) COMPLETE
54032026-08-31T15:20:28.501Z[ recovery-image] Aug 31 15:20:27.871 INFO O| Aug 31 15:20:27.871 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-08-31T15:20:28.510Z[ recovery-image] Aug 31 15:20:27.881 INFO O| Aug 31 15:20:27.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
54052026-08-31T15:20:28.510Z[ recovery-image] Aug 31 15:20:27.881 INFO O| Aug 31 15:20:27.881 INFO STEP 31 (remove_files) COMPLETE
54062026-08-31T15:20:28.513Z[ recovery-image] Aug 31 15:20:27.881 INFO O| Aug 31 15:20:27.881 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-08-31T15:20:28.520Z[ recovery-image] Aug 31 15:20:27.890 INFO O| Aug 31 15:20:27.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
54082026-08-31T15:20:28.528Z[ recovery-image] Aug 31 15:20:27.898 INFO O| Aug 31 15:20:27.898 INFO STEP 32 (remove_files) COMPLETE
54092026-08-31T15:20:28.528Z[ recovery-image] Aug 31 15:20:27.899 INFO O| Aug 31 15:20:27.898 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-08-31T15:20:28.542Z[ recovery-image] Aug 31 15:20:27.913 INFO O| Aug 31 15:20:27.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
54112026-08-31T15:20:28.567Z[ recovery-image] Aug 31 15:20:27.938 INFO O| Aug 31 15:20:27.938 INFO STEP 33 (remove_files) COMPLETE
54122026-08-31T15:20:28.567Z[ recovery-image] Aug 31 15:20:27.938 INFO O| Aug 31 15:20:27.938 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-08-31T15:20:28.577Z[ recovery-image] Aug 31 15:20:27.948 INFO O| Aug 31 15:20:27.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54142026-08-31T15:20:28.577Z[ recovery-image] Aug 31 15:20:27.948 INFO O| Aug 31 15:20:27.948 INFO STEP 34 (remove_files) COMPLETE
54152026-08-31T15:20:28.577Z[ recovery-image] Aug 31 15:20:27.948 INFO O| Aug 31 15:20:27.948 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-08-31T15:20:28.610Z[ recovery-image] Aug 31 15:20:27.981 INFO O| Aug 31 15:20:27.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54172026-08-31T15:20:28.610Z[ recovery-image] Aug 31 15:20:27.981 INFO O| Aug 31 15:20:27.981 INFO STEP 35 (remove_files) COMPLETE
54182026-08-31T15:20:28.610Z[ recovery-image] Aug 31 15:20:27.981 INFO O| Aug 31 15:20:27.981 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-08-31T15:20:28.621Z[ recovery-image] Aug 31 15:20:27.991 INFO O| Aug 31 15:20:27.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54202026-08-31T15:20:28.621Z[ recovery-image] Aug 31 15:20:27.991 INFO O| Aug 31 15:20:27.991 INFO STEP 36 (remove_files) COMPLETE
54212026-08-31T15:20:28.621Z[ recovery-image] Aug 31 15:20:27.991 INFO O| Aug 31 15:20:27.991 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-08-31T15:20:28.649Z[ recovery-image] Aug 31 15:20:28.018 INFO O| Aug 31 15:20:28.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54232026-08-31T15:20:28.649Z[ recovery-image] Aug 31 15:20:28.018 INFO O| Aug 31 15:20:28.018 INFO STEP 37 (remove_files) COMPLETE
54242026-08-31T15:20:28.649Z[ recovery-image] Aug 31 15:20:28.018 INFO O| Aug 31 15:20:28.018 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-08-31T15:20:28.658Z[ recovery-image] Aug 31 15:20:28.028 INFO O| Aug 31 15:20:28.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54262026-08-31T15:20:28.659Z[ recovery-image] Aug 31 15:20:28.028 INFO O| Aug 31 15:20:28.028 INFO STEP 38 (remove_files) COMPLETE
54272026-08-31T15:20:28.659Z[ recovery-image] Aug 31 15:20:28.028 INFO O| Aug 31 15:20:28.028 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54282026-08-31T15:20:28.666Z[ recovery-image] Aug 31 15:20:28.037 INFO O| Aug 31 15:20:28.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54292026-08-31T15:20:28.666Z[ recovery-image] Aug 31 15:20:28.037 INFO O| Aug 31 15:20:28.037 INFO STEP 39 (remove_files) COMPLETE
54302026-08-31T15:20:28.666Z[ recovery-image] Aug 31 15:20:28.037 INFO O| Aug 31 15:20:28.037 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-08-31T15:20:28.675Z[ recovery-image] Aug 31 15:20:28.046 INFO O| Aug 31 15:20:28.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54322026-08-31T15:20:28.675Z[ recovery-image] Aug 31 15:20:28.046 INFO O| Aug 31 15:20:28.046 INFO STEP 40 (remove_files) COMPLETE
54332026-08-31T15:20:28.675Z[ recovery-image] Aug 31 15:20:28.046 INFO O| Aug 31 15:20:28.046 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-08-31T15:20:28.690Z[ recovery-image] Aug 31 15:20:28.060 INFO O| Aug 31 15:20:28.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54352026-08-31T15:20:28.690Z[ recovery-image] Aug 31 15:20:28.060 INFO O| Aug 31 15:20:28.060 INFO STEP 41 (remove_files) COMPLETE
54362026-08-31T15:20:28.690Z[ recovery-image] Aug 31 15:20:28.060 INFO O| Aug 31 15:20:28.060 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-08-31T15:20:28.699Z[ recovery-image] Aug 31 15:20:28.070 INFO O| Aug 31 15:20:28.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54382026-08-31T15:20:28.699Z[ recovery-image] Aug 31 15:20:28.070 INFO O| Aug 31 15:20:28.070 INFO STEP 42 (remove_files) COMPLETE
54392026-08-31T15:20:28.699Z[ recovery-image] Aug 31 15:20:28.070 INFO O| Aug 31 15:20:28.070 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-08-31T15:20:28.708Z[ recovery-image] Aug 31 15:20:28.079 INFO O| Aug 31 15:20:28.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54412026-08-31T15:20:28.708Z[ recovery-image] Aug 31 15:20:28.079 INFO O| Aug 31 15:20:28.079 INFO STEP 43 (remove_files) COMPLETE
54422026-08-31T15:20:28.711Z[ recovery-image] Aug 31 15:20:28.079 INFO O| Aug 31 15:20:28.079 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-08-31T15:20:28.723Z[ recovery-image] Aug 31 15:20:28.094 INFO O| Aug 31 15:20:28.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54442026-08-31T15:20:28.727Z[ recovery-image] Aug 31 15:20:28.095 INFO O| Aug 31 15:20:28.095 INFO STEP 44 (remove_files) COMPLETE
54452026-08-31T15:20:28.727Z[ recovery-image] Aug 31 15:20:28.095 INFO O| Aug 31 15:20:28.095 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-08-31T15:20:28.737Z[ recovery-image] Aug 31 15:20:28.106 INFO O| Aug 31 15:20:28.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54472026-08-31T15:20:28.737Z[ recovery-image] Aug 31 15:20:28.106 INFO O| Aug 31 15:20:28.106 INFO STEP 45 (remove_files) COMPLETE
54482026-08-31T15:20:28.737Z[ recovery-image] Aug 31 15:20:28.106 INFO O| Aug 31 15:20:28.106 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-08-31T15:20:28.745Z[ recovery-image] Aug 31 15:20:28.116 INFO O| Aug 31 15:20:28.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54502026-08-31T15:20:28.746Z[ recovery-image] Aug 31 15:20:28.116 INFO O| Aug 31 15:20:28.116 INFO STEP 46 (remove_files) COMPLETE
54512026-08-31T15:20:28.746Z[ recovery-image] Aug 31 15:20:28.116 INFO O| Aug 31 15:20:28.116 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-08-31T15:20:28.755Z[ recovery-image] Aug 31 15:20:28.126 INFO O| Aug 31 15:20:28.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54532026-08-31T15:20:28.755Z[ recovery-image] Aug 31 15:20:28.126 INFO O| Aug 31 15:20:28.126 INFO STEP 47 (remove_files) COMPLETE
54542026-08-31T15:20:28.755Z[ recovery-image] Aug 31 15:20:28.126 INFO O| Aug 31 15:20:28.126 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-08-31T15:20:28.764Z[ recovery-image] Aug 31 15:20:28.135 INFO O| Aug 31 15:20:28.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54562026-08-31T15:20:28.764Z[ recovery-image] Aug 31 15:20:28.135 INFO O| Aug 31 15:20:28.135 INFO STEP 48 (remove_files) COMPLETE
54572026-08-31T15:20:28.764Z[ recovery-image] Aug 31 15:20:28.135 INFO O| Aug 31 15:20:28.135 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-08-31T15:20:28.775Z[ recovery-image] Aug 31 15:20:28.146 INFO O| Aug 31 15:20:28.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54592026-08-31T15:20:28.775Z[ recovery-image] Aug 31 15:20:28.146 INFO O| Aug 31 15:20:28.146 INFO STEP 49 (remove_files) COMPLETE
54602026-08-31T15:20:28.778Z[ recovery-image] Aug 31 15:20:28.146 INFO O| Aug 31 15:20:28.146 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-08-31T15:20:28.784Z[ recovery-image] Aug 31 15:20:28.154 INFO O| Aug 31 15:20:28.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54622026-08-31T15:20:28.784Z[ recovery-image] Aug 31 15:20:28.154 INFO O| Aug 31 15:20:28.154 INFO STEP 50 (remove_files) COMPLETE
54632026-08-31T15:20:28.787Z[ recovery-image] Aug 31 15:20:28.154 INFO O| Aug 31 15:20:28.154 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-08-31T15:20:28.792Z[ recovery-image] Aug 31 15:20:28.162 INFO O| Aug 31 15:20:28.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54652026-08-31T15:20:28.792Z[ recovery-image] Aug 31 15:20:28.162 INFO O| Aug 31 15:20:28.162 INFO STEP 51 (remove_files) COMPLETE
54662026-08-31T15:20:28.792Z[ recovery-image] Aug 31 15:20:28.162 INFO O| Aug 31 15:20:28.162 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-08-31T15:20:28.803Z[ recovery-image] Aug 31 15:20:28.174 INFO O| Aug 31 15:20:28.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54682026-08-31T15:20:28.803Z[ recovery-image] Aug 31 15:20:28.174 INFO O| Aug 31 15:20:28.174 INFO STEP 52 (remove_files) COMPLETE
54692026-08-31T15:20:28.803Z[ recovery-image] Aug 31 15:20:28.174 INFO O| Aug 31 15:20:28.174 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-08-31T15:20:28.811Z[ recovery-image] Aug 31 15:20:28.182 INFO O| Aug 31 15:20:28.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54712026-08-31T15:20:28.811Z[ recovery-image] Aug 31 15:20:28.182 INFO O| Aug 31 15:20:28.182 INFO STEP 53 (remove_files) COMPLETE
54722026-08-31T15:20:28.811Z[ recovery-image] Aug 31 15:20:28.182 INFO O| Aug 31 15:20:28.182 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-08-31T15:20:28.820Z[ recovery-image] Aug 31 15:20:28.191 INFO O| Aug 31 15:20:28.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54742026-08-31T15:20:28.820Z[ recovery-image] Aug 31 15:20:28.191 INFO O| Aug 31 15:20:28.191 INFO STEP 54 (remove_files) COMPLETE
54752026-08-31T15:20:28.823Z[ recovery-image] Aug 31 15:20:28.191 INFO O| Aug 31 15:20:28.191 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-08-31T15:20:28.831Z[ recovery-image] Aug 31 15:20:28.202 INFO O| Aug 31 15:20:28.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54772026-08-31T15:20:28.831Z[ recovery-image] Aug 31 15:20:28.202 INFO O| Aug 31 15:20:28.202 INFO STEP 55 (remove_files) COMPLETE
54782026-08-31T15:20:28.834Z[ recovery-image] Aug 31 15:20:28.202 INFO O| Aug 31 15:20:28.202 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-08-31T15:20:28.846Z[ recovery-image] Aug 31 15:20:28.214 INFO O| Aug 31 15:20:28.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54802026-08-31T15:20:28.846Z[ recovery-image] Aug 31 15:20:28.214 INFO O| Aug 31 15:20:28.214 INFO STEP 56 (remove_files) COMPLETE
54812026-08-31T15:20:28.849Z[ recovery-image] Aug 31 15:20:28.214 INFO O| Aug 31 15:20:28.214 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-08-31T15:20:28.853Z[ recovery-image] Aug 31 15:20:28.223 INFO O| Aug 31 15:20:28.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54832026-08-31T15:20:28.853Z[ recovery-image] Aug 31 15:20:28.223 INFO O| Aug 31 15:20:28.223 INFO STEP 57 (remove_files) COMPLETE
54842026-08-31T15:20:28.853Z[ recovery-image] Aug 31 15:20:28.223 INFO O| Aug 31 15:20:28.223 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-08-31T15:20:28.862Z[ recovery-image] Aug 31 15:20:28.233 INFO O| Aug 31 15:20:28.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54862026-08-31T15:20:28.862Z[ recovery-image] Aug 31 15:20:28.233 INFO O| Aug 31 15:20:28.233 INFO STEP 58 (remove_files) COMPLETE
54872026-08-31T15:20:28.862Z[ recovery-image] Aug 31 15:20:28.233 INFO O| Aug 31 15:20:28.233 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-08-31T15:20:28.872Z[ recovery-image] Aug 31 15:20:28.242 INFO O| Aug 31 15:20:28.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54892026-08-31T15:20:28.872Z[ recovery-image] Aug 31 15:20:28.242 INFO O| Aug 31 15:20:28.242 INFO STEP 59 (remove_files) COMPLETE
54902026-08-31T15:20:28.872Z[ recovery-image] Aug 31 15:20:28.242 INFO O| Aug 31 15:20:28.242 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-08-31T15:20:28.883Z[ recovery-image] Aug 31 15:20:28.254 INFO O| Aug 31 15:20:28.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54922026-08-31T15:20:28.883Z[ recovery-image] Aug 31 15:20:28.254 INFO O| Aug 31 15:20:28.254 INFO STEP 60 (remove_files) COMPLETE
54932026-08-31T15:20:28.883Z[ recovery-image] Aug 31 15:20:28.254 INFO O| Aug 31 15:20:28.254 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-08-31T15:20:28.893Z[ recovery-image] Aug 31 15:20:28.264 INFO O| Aug 31 15:20:28.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54952026-08-31T15:20:28.893Z[ recovery-image] Aug 31 15:20:28.264 INFO O| Aug 31 15:20:28.264 INFO STEP 61 (remove_files) COMPLETE
54962026-08-31T15:20:28.897Z[ recovery-image] Aug 31 15:20:28.264 INFO O| Aug 31 15:20:28.264 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-08-31T15:20:28.903Z[ recovery-image] Aug 31 15:20:28.274 INFO O| Aug 31 15:20:28.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54982026-08-31T15:20:28.903Z[ recovery-image] Aug 31 15:20:28.274 INFO O| Aug 31 15:20:28.274 INFO STEP 62 (remove_files) COMPLETE
54992026-08-31T15:20:28.903Z[ recovery-image] Aug 31 15:20:28.274 INFO O| Aug 31 15:20:28.274 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-08-31T15:20:28.913Z[ recovery-image] Aug 31 15:20:28.284 INFO O| Aug 31 15:20:28.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
55012026-08-31T15:20:28.913Z[ recovery-image] Aug 31 15:20:28.284 INFO O| Aug 31 15:20:28.284 INFO STEP 63 (remove_files) COMPLETE
55022026-08-31T15:20:28.913Z[ recovery-image] Aug 31 15:20:28.284 INFO O| Aug 31 15:20:28.284 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-08-31T15:20:28.926Z[ recovery-image] Aug 31 15:20:28.295 INFO O| Aug 31 15:20:28.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
55042026-08-31T15:20:28.926Z[ recovery-image] Aug 31 15:20:28.295 INFO O| Aug 31 15:20:28.295 INFO STEP 64 (remove_files) COMPLETE
55052026-08-31T15:20:28.926Z[ recovery-image] Aug 31 15:20:28.295 INFO O| Aug 31 15:20:28.295 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-08-31T15:20:28.935Z[ recovery-image] Aug 31 15:20:28.305 INFO O| Aug 31 15:20:28.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
55072026-08-31T15:20:28.935Z[ recovery-image] Aug 31 15:20:28.305 INFO O| Aug 31 15:20:28.305 INFO STEP 65 (remove_files) COMPLETE
55082026-08-31T15:20:28.935Z[ recovery-image] Aug 31 15:20:28.305 INFO O| Aug 31 15:20:28.305 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-08-31T15:20:28.945Z[ recovery-image] Aug 31 15:20:28.316 INFO O| Aug 31 15:20:28.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
55102026-08-31T15:20:28.945Z[ recovery-image] Aug 31 15:20:28.316 INFO O| Aug 31 15:20:28.316 INFO STEP 66 (remove_files) COMPLETE
55112026-08-31T15:20:28.945Z[ recovery-image] Aug 31 15:20:28.316 INFO O| Aug 31 15:20:28.316 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-08-31T15:20:28.954Z[ recovery-image] Aug 31 15:20:28.325 INFO O| Aug 31 15:20:28.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55132026-08-31T15:20:28.955Z[ recovery-image] Aug 31 15:20:28.325 INFO O| Aug 31 15:20:28.325 INFO STEP 67 (remove_files) COMPLETE
55142026-08-31T15:20:28.955Z[ recovery-image] Aug 31 15:20:28.325 INFO O| Aug 31 15:20:28.325 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-08-31T15:20:28.964Z[ recovery-image] Aug 31 15:20:28.335 INFO O| Aug 31 15:20:28.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55162026-08-31T15:20:28.964Z[ recovery-image] Aug 31 15:20:28.335 INFO O| Aug 31 15:20:28.335 INFO STEP 68 (remove_files) COMPLETE
55172026-08-31T15:20:28.964Z[ recovery-image] Aug 31 15:20:28.335 INFO O| Aug 31 15:20:28.335 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-08-31T15:20:28.973Z[ recovery-image] Aug 31 15:20:28.344 INFO O| Aug 31 15:20:28.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55192026-08-31T15:20:28.973Z[ recovery-image] Aug 31 15:20:28.344 INFO O| Aug 31 15:20:28.344 INFO STEP 69 (remove_files) COMPLETE
55202026-08-31T15:20:28.979Z[ recovery-image] Aug 31 15:20:28.344 INFO O| Aug 31 15:20:28.344 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-08-31T15:20:28.983Z[ recovery-image] Aug 31 15:20:28.354 INFO O| Aug 31 15:20:28.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55222026-08-31T15:20:28.983Z[ recovery-image] Aug 31 15:20:28.354 INFO O| Aug 31 15:20:28.354 INFO STEP 70 (remove_files) COMPLETE
55232026-08-31T15:20:28.987Z[ recovery-image] Aug 31 15:20:28.354 INFO O| Aug 31 15:20:28.354 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-08-31T15:20:28.994Z[ recovery-image] Aug 31 15:20:28.364 INFO O| Aug 31 15:20:28.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55252026-08-31T15:20:28.994Z[ recovery-image] Aug 31 15:20:28.364 INFO O| Aug 31 15:20:28.364 INFO STEP 71 (remove_files) COMPLETE
55262026-08-31T15:20:28.998Z[ recovery-image] Aug 31 15:20:28.364 INFO O| Aug 31 15:20:28.364 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-08-31T15:20:29.004Z[ recovery-image] Aug 31 15:20:28.374 INFO O| Aug 31 15:20:28.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55282026-08-31T15:20:29.004Z[ recovery-image] Aug 31 15:20:28.374 INFO O| Aug 31 15:20:28.374 INFO STEP 72 (remove_files) COMPLETE
55292026-08-31T15:20:29.007Z[ recovery-image] Aug 31 15:20:28.374 INFO O| Aug 31 15:20:28.374 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-08-31T15:20:29.014Z[ recovery-image] Aug 31 15:20:28.384 INFO O| Aug 31 15:20:28.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55312026-08-31T15:20:29.014Z[ recovery-image] Aug 31 15:20:28.384 INFO O| Aug 31 15:20:28.384 INFO STEP 73 (remove_files) COMPLETE
55322026-08-31T15:20:29.014Z[ recovery-image] Aug 31 15:20:28.384 INFO O| Aug 31 15:20:28.384 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-08-31T15:20:29.023Z[ recovery-image] Aug 31 15:20:28.394 INFO O| Aug 31 15:20:28.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55342026-08-31T15:20:29.023Z[ recovery-image] Aug 31 15:20:28.394 INFO O| Aug 31 15:20:28.394 INFO STEP 74 (remove_files) COMPLETE
55352026-08-31T15:20:29.023Z[ recovery-image] Aug 31 15:20:28.394 INFO O| Aug 31 15:20:28.394 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-08-31T15:20:29.032Z[ recovery-image] Aug 31 15:20:28.403 INFO O| Aug 31 15:20:28.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55372026-08-31T15:20:29.033Z[ recovery-image] Aug 31 15:20:28.403 INFO O| Aug 31 15:20:28.403 INFO STEP 75 (remove_files) COMPLETE
55382026-08-31T15:20:29.033Z[ recovery-image] Aug 31 15:20:28.403 INFO O| Aug 31 15:20:28.403 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-08-31T15:20:29.043Z[ recovery-image] Aug 31 15:20:28.414 INFO O| Aug 31 15:20:28.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55402026-08-31T15:20:29.043Z[ recovery-image] Aug 31 15:20:28.414 INFO O| Aug 31 15:20:28.414 INFO STEP 76 (remove_files) COMPLETE
55412026-08-31T15:20:29.043Z[ recovery-image] Aug 31 15:20:28.414 INFO O| Aug 31 15:20:28.414 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-08-31T15:20:29.052Z[ recovery-image] Aug 31 15:20:28.422 INFO O| Aug 31 15:20:28.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55432026-08-31T15:20:29.052Z[ recovery-image] Aug 31 15:20:28.423 INFO O| Aug 31 15:20:28.423 INFO STEP 77 (remove_files) COMPLETE
55442026-08-31T15:20:29.055Z[ recovery-image] Aug 31 15:20:28.423 INFO O| Aug 31 15:20:28.423 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-08-31T15:20:29.064Z[ recovery-image] Aug 31 15:20:28.435 INFO O| Aug 31 15:20:28.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55462026-08-31T15:20:29.064Z[ recovery-image] Aug 31 15:20:28.435 INFO O| Aug 31 15:20:28.435 INFO STEP 78 (remove_files) COMPLETE
55472026-08-31T15:20:29.067Z[ recovery-image] Aug 31 15:20:28.435 INFO O| Aug 31 15:20:28.435 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-08-31T15:20:29.073Z[ recovery-image] Aug 31 15:20:28.444 INFO O| Aug 31 15:20:28.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55492026-08-31T15:20:29.074Z[ recovery-image] Aug 31 15:20:28.444 INFO O| Aug 31 15:20:28.444 INFO STEP 79 (remove_files) COMPLETE
55502026-08-31T15:20:29.074Z[ recovery-image] Aug 31 15:20:28.444 INFO O| Aug 31 15:20:28.444 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-08-31T15:20:29.083Z[ recovery-image] Aug 31 15:20:28.454 INFO O| Aug 31 15:20:28.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55522026-08-31T15:20:29.083Z[ recovery-image] Aug 31 15:20:28.454 INFO O| Aug 31 15:20:28.454 INFO STEP 80 (remove_files) COMPLETE
55532026-08-31T15:20:29.083Z[ recovery-image] Aug 31 15:20:28.454 INFO O| Aug 31 15:20:28.454 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-08-31T15:20:29.093Z[ recovery-image] Aug 31 15:20:28.464 INFO O| Aug 31 15:20:28.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55552026-08-31T15:20:29.093Z[ recovery-image] Aug 31 15:20:28.464 INFO O| Aug 31 15:20:28.464 INFO STEP 81 (remove_files) COMPLETE
55562026-08-31T15:20:29.096Z[ recovery-image] Aug 31 15:20:28.464 INFO O| Aug 31 15:20:28.464 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-08-31T15:20:29.103Z[ recovery-image] Aug 31 15:20:28.474 INFO O| Aug 31 15:20:28.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55582026-08-31T15:20:29.103Z[ recovery-image] Aug 31 15:20:28.474 INFO O| Aug 31 15:20:28.474 INFO STEP 82 (remove_files) COMPLETE
55592026-08-31T15:20:29.103Z[ recovery-image] Aug 31 15:20:28.474 INFO O| Aug 31 15:20:28.474 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-08-31T15:20:29.113Z[ recovery-image] Aug 31 15:20:28.484 INFO O| Aug 31 15:20:28.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55612026-08-31T15:20:29.113Z[ recovery-image] Aug 31 15:20:28.484 INFO O| Aug 31 15:20:28.484 INFO STEP 83 (remove_files) COMPLETE
55622026-08-31T15:20:29.113Z[ recovery-image] Aug 31 15:20:28.484 INFO O| Aug 31 15:20:28.484 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-08-31T15:20:29.124Z[ recovery-image] Aug 31 15:20:28.494 INFO O| Aug 31 15:20:28.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55642026-08-31T15:20:29.124Z[ recovery-image] Aug 31 15:20:28.494 INFO O| Aug 31 15:20:28.494 INFO STEP 84 (remove_files) COMPLETE
55652026-08-31T15:20:29.178Z[ recovery-image] Aug 31 15:20:28.494 INFO O| Aug 31 15:20:28.494 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-08-31T15:20:29.178Z[ recovery-image] Aug 31 15:20:28.504 INFO O| Aug 31 15:20:28.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55672026-08-31T15:20:29.178Z[ recovery-image] Aug 31 15:20:28.504 INFO O| Aug 31 15:20:28.504 INFO STEP 85 (remove_files) COMPLETE
55682026-08-31T15:20:29.178Z[ recovery-image] Aug 31 15:20:28.504 INFO O| Aug 31 15:20:28.504 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-08-31T15:20:29.178Z[ recovery-image] Aug 31 15:20:28.514 INFO O| Aug 31 15:20:28.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55702026-08-31T15:20:29.178Z[ recovery-image] Aug 31 15:20:28.514 INFO O| Aug 31 15:20:28.514 INFO STEP 86 (remove_files) COMPLETE
55712026-08-31T15:20:29.178Z[ recovery-image] Aug 31 15:20:28.514 INFO O| Aug 31 15:20:28.514 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-08-31T15:20:29.179Z[ recovery-image] Aug 31 15:20:28.522 INFO O| Aug 31 15:20:28.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55732026-08-31T15:20:29.179Z[ recovery-image] Aug 31 15:20:28.522 INFO O| Aug 31 15:20:28.522 INFO STEP 87 (remove_files) COMPLETE
55742026-08-31T15:20:29.179Z[ recovery-image] Aug 31 15:20:28.522 INFO O| Aug 31 15:20:28.522 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-08-31T15:20:29.179Z[ recovery-image] Aug 31 15:20:28.531 INFO O| Aug 31 15:20:28.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55762026-08-31T15:20:29.179Z[ recovery-image] Aug 31 15:20:28.532 INFO O| Aug 31 15:20:28.532 INFO STEP 88 (remove_files) COMPLETE
55772026-08-31T15:20:29.179Z[ recovery-image] Aug 31 15:20:28.532 INFO O| Aug 31 15:20:28.532 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-08-31T15:20:29.184Z[ recovery-image] Aug 31 15:20:28.542 INFO O| Aug 31 15:20:28.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55792026-08-31T15:20:29.184Z[ recovery-image] Aug 31 15:20:28.542 INFO O| Aug 31 15:20:28.542 INFO STEP 89 (remove_files) COMPLETE
55802026-08-31T15:20:29.184Z[ recovery-image] Aug 31 15:20:28.542 INFO O| Aug 31 15:20:28.542 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-08-31T15:20:29.184Z[ recovery-image] Aug 31 15:20:28.552 INFO O| Aug 31 15:20:28.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55822026-08-31T15:20:29.184Z[ recovery-image] Aug 31 15:20:28.553 INFO O| Aug 31 15:20:28.553 INFO STEP 90 (remove_files) COMPLETE
55832026-08-31T15:20:29.184Z[ recovery-image] Aug 31 15:20:28.553 INFO O| Aug 31 15:20:28.553 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-08-31T15:20:29.193Z[ recovery-image] Aug 31 15:20:28.563 INFO O| Aug 31 15:20:28.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55852026-08-31T15:20:29.193Z[ recovery-image] Aug 31 15:20:28.563 INFO O| Aug 31 15:20:28.563 INFO STEP 91 (remove_files) COMPLETE
55862026-08-31T15:20:29.193Z[ recovery-image] Aug 31 15:20:28.563 INFO O| Aug 31 15:20:28.563 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-08-31T15:20:29.203Z[ recovery-image] Aug 31 15:20:28.574 INFO O| Aug 31 15:20:28.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55882026-08-31T15:20:29.203Z[ recovery-image] Aug 31 15:20:28.574 INFO O| Aug 31 15:20:28.574 INFO STEP 92 (remove_files) COMPLETE
55892026-08-31T15:20:29.207Z[ recovery-image] Aug 31 15:20:28.574 INFO O| Aug 31 15:20:28.574 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-08-31T15:20:29.213Z[ recovery-image] Aug 31 15:20:28.583 INFO O| Aug 31 15:20:28.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55912026-08-31T15:20:29.213Z[ recovery-image] Aug 31 15:20:28.583 INFO O| Aug 31 15:20:28.583 INFO STEP 93 (remove_files) COMPLETE
55922026-08-31T15:20:29.213Z[ recovery-image] Aug 31 15:20:28.583 INFO O| Aug 31 15:20:28.583 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-08-31T15:20:29.223Z[ recovery-image] Aug 31 15:20:28.592 INFO O| Aug 31 15:20:28.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55942026-08-31T15:20:29.223Z[ recovery-image] Aug 31 15:20:28.592 INFO O| Aug 31 15:20:28.592 INFO STEP 94 (remove_files) COMPLETE
55952026-08-31T15:20:29.223Z[ recovery-image] Aug 31 15:20:28.592 INFO O| Aug 31 15:20:28.592 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-08-31T15:20:29.233Z[ recovery-image] Aug 31 15:20:28.604 INFO O| Aug 31 15:20:28.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55972026-08-31T15:20:29.233Z[ recovery-image] Aug 31 15:20:28.604 INFO O| Aug 31 15:20:28.604 INFO STEP 95 (remove_files) COMPLETE
55982026-08-31T15:20:29.236Z[ recovery-image] Aug 31 15:20:28.604 INFO O| Aug 31 15:20:28.604 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-08-31T15:20:29.242Z[ recovery-image] Aug 31 15:20:28.613 INFO O| Aug 31 15:20:28.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
56002026-08-31T15:20:29.242Z[ recovery-image] Aug 31 15:20:28.613 INFO O| Aug 31 15:20:28.613 INFO STEP 96 (remove_files) COMPLETE
56012026-08-31T15:20:29.247Z[ recovery-image] Aug 31 15:20:28.613 INFO O| Aug 31 15:20:28.613 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-08-31T15:20:29.251Z[ recovery-image] Aug 31 15:20:28.622 INFO O| Aug 31 15:20:28.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
56032026-08-31T15:20:29.251Z[ recovery-image] Aug 31 15:20:28.622 INFO O| Aug 31 15:20:28.622 INFO STEP 97 (remove_files) COMPLETE
56042026-08-31T15:20:29.251Z[ recovery-image] Aug 31 15:20:28.622 INFO O| Aug 31 15:20:28.622 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-08-31T15:20:29.266Z[ recovery-image] Aug 31 15:20:28.634 INFO O| Aug 31 15:20:28.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
56062026-08-31T15:20:29.266Z[ recovery-image] Aug 31 15:20:28.634 INFO O| Aug 31 15:20:28.634 INFO STEP 98 (remove_files) COMPLETE
56072026-08-31T15:20:29.266Z[ recovery-image] Aug 31 15:20:28.634 INFO O| Aug 31 15:20:28.634 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-08-31T15:20:29.273Z[ recovery-image] Aug 31 15:20:28.644 INFO O| Aug 31 15:20:28.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
56092026-08-31T15:20:29.277Z[ recovery-image] Aug 31 15:20:28.644 INFO O| Aug 31 15:20:28.644 INFO STEP 99 (remove_files) COMPLETE
56102026-08-31T15:20:29.277Z[ recovery-image] Aug 31 15:20:28.644 INFO O| Aug 31 15:20:28.644 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-08-31T15:20:29.283Z[ recovery-image] Aug 31 15:20:28.654 INFO O| Aug 31 15:20:28.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
56122026-08-31T15:20:29.283Z[ recovery-image] Aug 31 15:20:28.654 INFO O| Aug 31 15:20:28.654 INFO STEP 100 (remove_files) COMPLETE
56132026-08-31T15:20:29.283Z[ recovery-image] Aug 31 15:20:28.654 INFO O| Aug 31 15:20:28.654 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-08-31T15:20:29.293Z[ recovery-image] Aug 31 15:20:28.664 INFO O| Aug 31 15:20:28.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56152026-08-31T15:20:29.293Z[ recovery-image] Aug 31 15:20:28.664 INFO O| Aug 31 15:20:28.664 INFO STEP 101 (remove_files) COMPLETE
56162026-08-31T15:20:29.293Z[ recovery-image] Aug 31 15:20:28.664 INFO O| Aug 31 15:20:28.664 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-08-31T15:20:29.302Z[ recovery-image] Aug 31 15:20:28.672 INFO O| Aug 31 15:20:28.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56182026-08-31T15:20:29.302Z[ recovery-image] Aug 31 15:20:28.672 INFO O| Aug 31 15:20:28.672 INFO STEP 102 (remove_files) COMPLETE
56192026-08-31T15:20:29.302Z[ recovery-image] Aug 31 15:20:28.672 INFO O| Aug 31 15:20:28.672 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-08-31T15:20:29.311Z[ recovery-image] Aug 31 15:20:28.682 INFO O| Aug 31 15:20:28.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56212026-08-31T15:20:29.311Z[ recovery-image] Aug 31 15:20:28.682 INFO O| Aug 31 15:20:28.682 INFO STEP 103 (remove_files) COMPLETE
56222026-08-31T15:20:29.315Z[ recovery-image] Aug 31 15:20:28.682 INFO O| Aug 31 15:20:28.682 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-08-31T15:20:29.320Z[ recovery-image] Aug 31 15:20:28.691 INFO O| Aug 31 15:20:28.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56242026-08-31T15:20:29.320Z[ recovery-image] Aug 31 15:20:28.691 INFO O| Aug 31 15:20:28.691 INFO STEP 104 (remove_files) COMPLETE
56252026-08-31T15:20:29.320Z[ recovery-image] Aug 31 15:20:28.691 INFO O| Aug 31 15:20:28.691 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-08-31T15:20:29.329Z[ recovery-image] Aug 31 15:20:28.700 INFO O| Aug 31 15:20:28.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56272026-08-31T15:20:29.329Z[ recovery-image] Aug 31 15:20:28.700 INFO O| Aug 31 15:20:28.700 INFO STEP 105 (remove_files) COMPLETE
56282026-08-31T15:20:29.329Z[ recovery-image] Aug 31 15:20:28.700 INFO O| Aug 31 15:20:28.700 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-08-31T15:20:29.339Z[ recovery-image] Aug 31 15:20:28.710 INFO O| Aug 31 15:20:28.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56302026-08-31T15:20:29.339Z[ recovery-image] Aug 31 15:20:28.710 INFO O| Aug 31 15:20:28.710 INFO STEP 106 (remove_files) COMPLETE
56312026-08-31T15:20:29.342Z[ recovery-image] Aug 31 15:20:28.710 INFO O| Aug 31 15:20:28.710 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-08-31T15:20:29.350Z[ recovery-image] Aug 31 15:20:28.719 INFO O| Aug 31 15:20:28.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56332026-08-31T15:20:29.350Z[ recovery-image] Aug 31 15:20:28.719 INFO O| Aug 31 15:20:28.719 INFO STEP 107 (remove_files) COMPLETE
56342026-08-31T15:20:29.350Z[ recovery-image] Aug 31 15:20:28.719 INFO O| Aug 31 15:20:28.719 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-08-31T15:20:29.358Z[ recovery-image] Aug 31 15:20:28.729 INFO O| Aug 31 15:20:28.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56362026-08-31T15:20:29.358Z[ recovery-image] Aug 31 15:20:28.729 INFO O| Aug 31 15:20:28.729 INFO STEP 108 (remove_files) COMPLETE
56372026-08-31T15:20:29.358Z[ recovery-image] Aug 31 15:20:28.729 INFO O| Aug 31 15:20:28.729 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-08-31T15:20:29.370Z[ recovery-image] Aug 31 15:20:28.740 INFO O| Aug 31 15:20:28.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56392026-08-31T15:20:29.370Z[ recovery-image] Aug 31 15:20:28.740 INFO O| Aug 31 15:20:28.740 INFO STEP 109 (remove_files) COMPLETE
56402026-08-31T15:20:29.370Z[ recovery-image] Aug 31 15:20:28.740 INFO O| Aug 31 15:20:28.740 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-08-31T15:20:29.379Z[ recovery-image] Aug 31 15:20:28.750 INFO O| Aug 31 15:20:28.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56422026-08-31T15:20:29.379Z[ recovery-image] Aug 31 15:20:28.750 INFO O| Aug 31 15:20:28.750 INFO STEP 110 (remove_files) COMPLETE
56432026-08-31T15:20:29.379Z[ recovery-image] Aug 31 15:20:28.750 INFO O| Aug 31 15:20:28.750 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-08-31T15:20:29.388Z[ recovery-image] Aug 31 15:20:28.759 INFO O| Aug 31 15:20:28.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56452026-08-31T15:20:29.388Z[ recovery-image] Aug 31 15:20:28.759 INFO O| Aug 31 15:20:28.759 INFO STEP 111 (remove_files) COMPLETE
56462026-08-31T15:20:29.391Z[ recovery-image] Aug 31 15:20:28.759 INFO O| Aug 31 15:20:28.759 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-08-31T15:20:29.397Z[ recovery-image] Aug 31 15:20:28.768 INFO O| Aug 31 15:20:28.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56482026-08-31T15:20:29.397Z[ recovery-image] Aug 31 15:20:28.768 INFO O| Aug 31 15:20:28.768 INFO STEP 112 (remove_files) COMPLETE
56492026-08-31T15:20:29.397Z[ recovery-image] Aug 31 15:20:28.768 INFO O| Aug 31 15:20:28.768 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-08-31T15:20:29.407Z[ recovery-image] Aug 31 15:20:28.778 INFO O| Aug 31 15:20:28.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56512026-08-31T15:20:29.408Z[ recovery-image] Aug 31 15:20:28.778 INFO O| Aug 31 15:20:28.778 INFO STEP 113 (remove_files) COMPLETE
56522026-08-31T15:20:29.412Z[ recovery-image] Aug 31 15:20:28.778 INFO O| Aug 31 15:20:28.778 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-08-31T15:20:29.417Z[ recovery-image] Aug 31 15:20:28.788 INFO O| Aug 31 15:20:28.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56542026-08-31T15:20:29.417Z[ recovery-image] Aug 31 15:20:28.788 INFO O| Aug 31 15:20:28.788 INFO STEP 114 (remove_files) COMPLETE
56552026-08-31T15:20:29.421Z[ recovery-image] Aug 31 15:20:28.788 INFO O| Aug 31 15:20:28.788 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-08-31T15:20:29.426Z[ recovery-image] Aug 31 15:20:28.797 INFO O| Aug 31 15:20:28.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56572026-08-31T15:20:29.426Z[ recovery-image] Aug 31 15:20:28.797 INFO O| Aug 31 15:20:28.797 INFO STEP 115 (remove_files) COMPLETE
56582026-08-31T15:20:29.429Z[ recovery-image] Aug 31 15:20:28.797 INFO O| Aug 31 15:20:28.797 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-08-31T15:20:29.436Z[ recovery-image] Aug 31 15:20:28.806 INFO O| Aug 31 15:20:28.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56602026-08-31T15:20:29.436Z[ recovery-image] Aug 31 15:20:28.807 INFO O| Aug 31 15:20:28.806 INFO STEP 116 (remove_files) COMPLETE
56612026-08-31T15:20:29.436Z[ recovery-image] Aug 31 15:20:28.807 INFO O| Aug 31 15:20:28.806 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-08-31T15:20:29.446Z[ recovery-image] Aug 31 15:20:28.816 INFO O| Aug 31 15:20:28.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56632026-08-31T15:20:29.446Z[ recovery-image] Aug 31 15:20:28.816 INFO O| Aug 31 15:20:28.816 INFO STEP 117 (remove_files) COMPLETE
56642026-08-31T15:20:29.451Z[ recovery-image] Aug 31 15:20:28.816 INFO O| Aug 31 15:20:28.816 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-08-31T15:20:29.456Z[ recovery-image] Aug 31 15:20:28.827 INFO O| Aug 31 15:20:28.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56662026-08-31T15:20:29.456Z[ recovery-image] Aug 31 15:20:28.827 INFO O| Aug 31 15:20:28.827 INFO STEP 118 (remove_files) COMPLETE
56672026-08-31T15:20:29.459Z[ recovery-image] Aug 31 15:20:28.827 INFO O| Aug 31 15:20:28.827 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-08-31T15:20:29.466Z[ recovery-image] Aug 31 15:20:28.837 INFO O| Aug 31 15:20:28.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56692026-08-31T15:20:29.466Z[ recovery-image] Aug 31 15:20:28.837 INFO O| Aug 31 15:20:28.837 INFO STEP 119 (remove_files) COMPLETE
56702026-08-31T15:20:29.466Z[ recovery-image] Aug 31 15:20:28.837 INFO O| Aug 31 15:20:28.837 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-08-31T15:20:29.478Z[ recovery-image] Aug 31 15:20:28.847 INFO O| Aug 31 15:20:28.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56722026-08-31T15:20:29.478Z[ recovery-image] Aug 31 15:20:28.847 INFO O| Aug 31 15:20:28.847 INFO STEP 120 (remove_files) COMPLETE
56732026-08-31T15:20:29.478Z[ recovery-image] Aug 31 15:20:28.847 INFO O| Aug 31 15:20:28.847 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-08-31T15:20:29.487Z[ recovery-image] Aug 31 15:20:28.858 INFO O| Aug 31 15:20:28.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56752026-08-31T15:20:29.487Z[ recovery-image] Aug 31 15:20:28.858 INFO O| Aug 31 15:20:28.858 INFO STEP 121 (remove_files) COMPLETE
56762026-08-31T15:20:29.490Z[ recovery-image] Aug 31 15:20:28.858 INFO O| Aug 31 15:20:28.858 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-08-31T15:20:29.504Z[ recovery-image] Aug 31 15:20:28.867 INFO O| Aug 31 15:20:28.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56782026-08-31T15:20:29.504Z[ recovery-image] Aug 31 15:20:28.867 INFO O| Aug 31 15:20:28.867 INFO STEP 122 (remove_files) COMPLETE
56792026-08-31T15:20:29.509Z[ recovery-image] Aug 31 15:20:28.867 INFO O| Aug 31 15:20:28.867 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-08-31T15:20:29.510Z[ recovery-image] Aug 31 15:20:28.876 INFO O| Aug 31 15:20:28.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56812026-08-31T15:20:29.510Z[ recovery-image] Aug 31 15:20:28.877 INFO O| Aug 31 15:20:28.877 INFO STEP 123 (remove_files) COMPLETE
56822026-08-31T15:20:29.510Z[ recovery-image] Aug 31 15:20:28.877 INFO O| Aug 31 15:20:28.877 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-08-31T15:20:29.518Z[ recovery-image] Aug 31 15:20:28.886 INFO O| Aug 31 15:20:28.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56842026-08-31T15:20:29.518Z[ recovery-image] Aug 31 15:20:28.886 INFO O| Aug 31 15:20:28.886 INFO STEP 124 (remove_files) COMPLETE
56852026-08-31T15:20:29.518Z[ recovery-image] Aug 31 15:20:28.886 INFO O| Aug 31 15:20:28.886 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-08-31T15:20:29.528Z[ recovery-image] Aug 31 15:20:28.897 INFO O| Aug 31 15:20:28.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56872026-08-31T15:20:29.528Z[ recovery-image] Aug 31 15:20:28.897 INFO O| Aug 31 15:20:28.897 INFO STEP 125 (remove_files) COMPLETE
56882026-08-31T15:20:29.536Z[ recovery-image] Aug 31 15:20:28.897 INFO O| Aug 31 15:20:28.897 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-08-31T15:20:29.544Z[ recovery-image] Aug 31 15:20:28.907 INFO O| Aug 31 15:20:28.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56902026-08-31T15:20:29.544Z[ recovery-image] Aug 31 15:20:28.908 INFO O| Aug 31 15:20:28.908 INFO STEP 126 (remove_files) COMPLETE
56912026-08-31T15:20:29.544Z[ recovery-image] Aug 31 15:20:28.908 INFO O| Aug 31 15:20:28.908 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-08-31T15:20:29.551Z[ recovery-image] Aug 31 15:20:28.918 INFO O| Aug 31 15:20:28.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56932026-08-31T15:20:29.552Z[ recovery-image] Aug 31 15:20:28.918 INFO O| Aug 31 15:20:28.918 INFO STEP 127 (remove_files) COMPLETE
56942026-08-31T15:20:29.552Z[ recovery-image] Aug 31 15:20:28.918 INFO O| Aug 31 15:20:28.918 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-08-31T15:20:29.562Z[ recovery-image] Aug 31 15:20:28.928 INFO O| Aug 31 15:20:28.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56962026-08-31T15:20:29.562Z[ recovery-image] Aug 31 15:20:28.929 INFO O| Aug 31 15:20:28.929 INFO STEP 128 (remove_files) COMPLETE
56972026-08-31T15:20:29.566Z[ recovery-image] Aug 31 15:20:28.929 INFO O| Aug 31 15:20:28.929 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-08-31T15:20:29.570Z[ recovery-image] Aug 31 15:20:28.939 INFO O| Aug 31 15:20:28.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56992026-08-31T15:20:29.570Z[ recovery-image] Aug 31 15:20:28.939 INFO O| Aug 31 15:20:28.939 INFO STEP 129 (remove_files) COMPLETE
57002026-08-31T15:20:29.570Z[ recovery-image] Aug 31 15:20:28.939 INFO O| Aug 31 15:20:28.939 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-08-31T15:20:29.578Z[ recovery-image] Aug 31 15:20:28.949 INFO O| Aug 31 15:20:28.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
57022026-08-31T15:20:29.578Z[ recovery-image] Aug 31 15:20:28.949 INFO O| Aug 31 15:20:28.949 INFO STEP 130 (remove_files) COMPLETE
57032026-08-31T15:20:29.582Z[ recovery-image] Aug 31 15:20:28.949 INFO O| Aug 31 15:20:28.949 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-08-31T15:20:29.591Z[ recovery-image] Aug 31 15:20:28.960 INFO O| Aug 31 15:20:28.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
57052026-08-31T15:20:29.591Z[ recovery-image] Aug 31 15:20:28.960 INFO O| Aug 31 15:20:28.960 INFO STEP 131 (remove_files) COMPLETE
57062026-08-31T15:20:29.592Z[ recovery-image] Aug 31 15:20:28.960 INFO O| Aug 31 15:20:28.960 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-08-31T15:20:29.600Z[ recovery-image] Aug 31 15:20:28.970 INFO O| Aug 31 15:20:28.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
57082026-08-31T15:20:29.600Z[ recovery-image] Aug 31 15:20:28.970 INFO O| Aug 31 15:20:28.970 INFO STEP 132 (remove_files) COMPLETE
57092026-08-31T15:20:29.603Z[ recovery-image] Aug 31 15:20:28.970 INFO O| Aug 31 15:20:28.970 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-08-31T15:20:29.610Z[ recovery-image] Aug 31 15:20:28.980 INFO O| Aug 31 15:20:28.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57112026-08-31T15:20:29.610Z[ recovery-image] Aug 31 15:20:28.980 INFO O| Aug 31 15:20:28.980 INFO STEP 133 (remove_files) COMPLETE
57122026-08-31T15:20:29.610Z[ recovery-image] Aug 31 15:20:28.980 INFO O| Aug 31 15:20:28.980 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-08-31T15:20:29.619Z[ recovery-image] Aug 31 15:20:28.990 INFO O| Aug 31 15:20:28.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57142026-08-31T15:20:29.619Z[ recovery-image] Aug 31 15:20:28.990 INFO O| Aug 31 15:20:28.990 INFO STEP 134 (remove_files) COMPLETE
57152026-08-31T15:20:29.619Z[ recovery-image] Aug 31 15:20:28.990 INFO O| Aug 31 15:20:28.990 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-08-31T15:20:29.630Z[ recovery-image] Aug 31 15:20:29.001 INFO O| Aug 31 15:20:29.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57172026-08-31T15:20:29.630Z[ recovery-image] Aug 31 15:20:29.001 INFO O| Aug 31 15:20:29.001 INFO STEP 135 (remove_files) COMPLETE
57182026-08-31T15:20:29.630Z[ recovery-image] Aug 31 15:20:29.001 INFO O| Aug 31 15:20:29.001 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-08-31T15:20:29.642Z[ recovery-image] Aug 31 15:20:29.011 INFO O| Aug 31 15:20:29.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57202026-08-31T15:20:29.642Z[ recovery-image] Aug 31 15:20:29.012 INFO O| Aug 31 15:20:29.011 INFO STEP 136 (remove_files) COMPLETE
57212026-08-31T15:20:29.646Z[ recovery-image] Aug 31 15:20:29.012 INFO O| Aug 31 15:20:29.011 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-08-31T15:20:29.650Z[ recovery-image] Aug 31 15:20:29.021 INFO O| Aug 31 15:20:29.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57232026-08-31T15:20:29.650Z[ recovery-image] Aug 31 15:20:29.021 INFO O| Aug 31 15:20:29.021 INFO STEP 137 (remove_files) COMPLETE
57242026-08-31T15:20:29.653Z[ recovery-image] Aug 31 15:20:29.021 INFO O| Aug 31 15:20:29.021 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-08-31T15:20:29.661Z[ recovery-image] Aug 31 15:20:29.032 INFO O| Aug 31 15:20:29.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57262026-08-31T15:20:29.661Z[ recovery-image] Aug 31 15:20:29.032 INFO O| Aug 31 15:20:29.032 INFO STEP 138 (remove_files) COMPLETE
57272026-08-31T15:20:29.661Z[ recovery-image] Aug 31 15:20:29.032 INFO O| Aug 31 15:20:29.032 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-08-31T15:20:29.671Z[ recovery-image] Aug 31 15:20:29.042 INFO O| Aug 31 15:20:29.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57292026-08-31T15:20:29.671Z[ recovery-image] Aug 31 15:20:29.042 INFO O| Aug 31 15:20:29.042 INFO STEP 139 (remove_files) COMPLETE
57302026-08-31T15:20:29.671Z[ recovery-image] Aug 31 15:20:29.042 INFO O| Aug 31 15:20:29.042 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-08-31T15:20:29.681Z[ recovery-image] Aug 31 15:20:29.051 INFO O| Aug 31 15:20:29.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57322026-08-31T15:20:29.681Z[ recovery-image] Aug 31 15:20:29.051 INFO O| Aug 31 15:20:29.051 INFO STEP 140 (remove_files) COMPLETE
57332026-08-31T15:20:29.681Z[ recovery-image] Aug 31 15:20:29.051 INFO O| Aug 31 15:20:29.051 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-08-31T15:20:29.691Z[ recovery-image] Aug 31 15:20:29.061 INFO O| Aug 31 15:20:29.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57352026-08-31T15:20:29.691Z[ recovery-image] Aug 31 15:20:29.061 INFO O| Aug 31 15:20:29.061 INFO STEP 141 (remove_files) COMPLETE
57362026-08-31T15:20:29.691Z[ recovery-image] Aug 31 15:20:29.061 INFO O| Aug 31 15:20:29.061 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-08-31T15:20:29.703Z[ recovery-image] Aug 31 15:20:29.072 INFO O| Aug 31 15:20:29.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57382026-08-31T15:20:29.703Z[ recovery-image] Aug 31 15:20:29.073 INFO O| Aug 31 15:20:29.073 INFO STEP 142 (remove_files) COMPLETE
57392026-08-31T15:20:29.703Z[ recovery-image] Aug 31 15:20:29.073 INFO O| Aug 31 15:20:29.073 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-08-31T15:20:29.712Z[ recovery-image] Aug 31 15:20:29.083 INFO O| Aug 31 15:20:29.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57412026-08-31T15:20:29.712Z[ recovery-image] Aug 31 15:20:29.083 INFO O| Aug 31 15:20:29.083 INFO STEP 143 (remove_files) COMPLETE
57422026-08-31T15:20:29.716Z[ recovery-image] Aug 31 15:20:29.083 INFO O| Aug 31 15:20:29.083 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-08-31T15:20:29.722Z[ recovery-image] Aug 31 15:20:29.093 INFO O| Aug 31 15:20:29.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57442026-08-31T15:20:29.722Z[ recovery-image] Aug 31 15:20:29.093 INFO O| Aug 31 15:20:29.093 INFO STEP 144 (remove_files) COMPLETE
57452026-08-31T15:20:29.722Z[ recovery-image] Aug 31 15:20:29.093 INFO O| Aug 31 15:20:29.093 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-08-31T15:20:29.733Z[ recovery-image] Aug 31 15:20:29.104 INFO O| Aug 31 15:20:29.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57472026-08-31T15:20:29.737Z[ recovery-image] Aug 31 15:20:29.105 INFO O| Aug 31 15:20:29.105 INFO STEP 145 (remove_files) COMPLETE
57482026-08-31T15:20:29.737Z[ recovery-image] Aug 31 15:20:29.105 INFO O| Aug 31 15:20:29.105 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-08-31T15:20:29.746Z[ recovery-image] Aug 31 15:20:29.117 INFO O| Aug 31 15:20:29.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57502026-08-31T15:20:29.746Z[ recovery-image] Aug 31 15:20:29.117 INFO O| Aug 31 15:20:29.117 INFO STEP 146 (remove_files) COMPLETE
57512026-08-31T15:20:29.746Z[ recovery-image] Aug 31 15:20:29.117 INFO O| Aug 31 15:20:29.117 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-08-31T15:20:29.757Z[ recovery-image] Aug 31 15:20:29.128 INFO O| Aug 31 15:20:29.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57532026-08-31T15:20:29.757Z[ recovery-image] Aug 31 15:20:29.128 INFO O| Aug 31 15:20:29.128 INFO STEP 147 (remove_files) COMPLETE
57542026-08-31T15:20:29.759Z[ recovery-image] Aug 31 15:20:29.128 INFO O| Aug 31 15:20:29.128 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-08-31T15:20:29.767Z[ recovery-image] Aug 31 15:20:29.138 INFO O| Aug 31 15:20:29.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57562026-08-31T15:20:29.770Z[ recovery-image] Aug 31 15:20:29.139 INFO O| Aug 31 15:20:29.139 INFO STEP 148 (remove_files) COMPLETE
57572026-08-31T15:20:29.770Z[ recovery-image] Aug 31 15:20:29.139 INFO O| Aug 31 15:20:29.139 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-08-31T15:20:29.778Z[ recovery-image] Aug 31 15:20:29.148 INFO O| Aug 31 15:20:29.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57592026-08-31T15:20:29.778Z[ recovery-image] Aug 31 15:20:29.148 INFO O| Aug 31 15:20:29.148 INFO STEP 149 (remove_files) COMPLETE
57602026-08-31T15:20:29.778Z[ recovery-image] Aug 31 15:20:29.148 INFO O| Aug 31 15:20:29.148 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-08-31T15:20:29.790Z[ recovery-image] Aug 31 15:20:29.159 INFO O| Aug 31 15:20:29.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57622026-08-31T15:20:29.790Z[ recovery-image] Aug 31 15:20:29.159 INFO O| Aug 31 15:20:29.159 INFO STEP 150 (remove_files) COMPLETE
57632026-08-31T15:20:29.790Z[ recovery-image] Aug 31 15:20:29.159 INFO O| Aug 31 15:20:29.159 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-08-31T15:20:29.799Z[ recovery-image] Aug 31 15:20:29.170 INFO O| Aug 31 15:20:29.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57652026-08-31T15:20:29.799Z[ recovery-image] Aug 31 15:20:29.170 INFO O| Aug 31 15:20:29.170 INFO STEP 151 (remove_files) COMPLETE
57662026-08-31T15:20:29.799Z[ recovery-image] Aug 31 15:20:29.170 INFO O| Aug 31 15:20:29.170 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-08-31T15:20:29.810Z[ recovery-image] Aug 31 15:20:29.181 INFO O| Aug 31 15:20:29.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57682026-08-31T15:20:29.810Z[ recovery-image] Aug 31 15:20:29.181 INFO O| Aug 31 15:20:29.181 INFO STEP 152 (remove_files) COMPLETE
57692026-08-31T15:20:29.814Z[ recovery-image] Aug 31 15:20:29.181 INFO O| Aug 31 15:20:29.181 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-08-31T15:20:29.820Z[ recovery-image] Aug 31 15:20:29.191 INFO O| Aug 31 15:20:29.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57712026-08-31T15:20:29.820Z[ recovery-image] Aug 31 15:20:29.191 INFO O| Aug 31 15:20:29.191 INFO STEP 153 (remove_files) COMPLETE
57722026-08-31T15:20:29.823Z[ recovery-image] Aug 31 15:20:29.191 INFO O| Aug 31 15:20:29.191 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-08-31T15:20:29.830Z[ recovery-image] Aug 31 15:20:29.201 INFO O| Aug 31 15:20:29.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57742026-08-31T15:20:29.831Z[ recovery-image] Aug 31 15:20:29.201 INFO O| Aug 31 15:20:29.201 INFO STEP 154 (remove_files) COMPLETE
57752026-08-31T15:20:29.834Z[ recovery-image] Aug 31 15:20:29.201 INFO O| Aug 31 15:20:29.201 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-08-31T15:20:29.842Z[ recovery-image] Aug 31 15:20:29.212 INFO O| Aug 31 15:20:29.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57772026-08-31T15:20:29.842Z[ recovery-image] Aug 31 15:20:29.212 INFO O| Aug 31 15:20:29.212 INFO STEP 155 (remove_files) COMPLETE
57782026-08-31T15:20:29.842Z[ recovery-image] Aug 31 15:20:29.212 INFO O| Aug 31 15:20:29.212 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-08-31T15:20:29.852Z[ recovery-image] Aug 31 15:20:29.222 INFO O| Aug 31 15:20:29.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57802026-08-31T15:20:29.852Z[ recovery-image] Aug 31 15:20:29.222 INFO O| Aug 31 15:20:29.222 INFO STEP 156 (remove_files) COMPLETE
57812026-08-31T15:20:29.852Z[ recovery-image] Aug 31 15:20:29.222 INFO O| Aug 31 15:20:29.222 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-08-31T15:20:29.864Z[ recovery-image] Aug 31 15:20:29.234 INFO O| Aug 31 15:20:29.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57832026-08-31T15:20:29.864Z[ recovery-image] Aug 31 15:20:29.234 INFO O| Aug 31 15:20:29.234 INFO STEP 157 (remove_files) COMPLETE
57842026-08-31T15:20:29.868Z[ recovery-image] Aug 31 15:20:29.234 INFO O| Aug 31 15:20:29.234 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-08-31T15:20:29.872Z[ recovery-image] Aug 31 15:20:29.243 INFO O| Aug 31 15:20:29.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57862026-08-31T15:20:29.872Z[ recovery-image] Aug 31 15:20:29.243 INFO O| Aug 31 15:20:29.243 INFO STEP 158 (remove_files) COMPLETE
57872026-08-31T15:20:29.875Z[ recovery-image] Aug 31 15:20:29.243 INFO O| Aug 31 15:20:29.243 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-08-31T15:20:29.881Z[ recovery-image] Aug 31 15:20:29.252 INFO O| Aug 31 15:20:29.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57892026-08-31T15:20:29.884Z[ recovery-image] Aug 31 15:20:29.253 INFO O| Aug 31 15:20:29.253 INFO STEP 159 (remove_files) COMPLETE
57902026-08-31T15:20:29.884Z[ recovery-image] Aug 31 15:20:29.253 INFO O| Aug 31 15:20:29.253 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-08-31T15:20:29.893Z[ recovery-image] Aug 31 15:20:29.263 INFO O| Aug 31 15:20:29.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57922026-08-31T15:20:29.893Z[ recovery-image] Aug 31 15:20:29.263 INFO O| Aug 31 15:20:29.263 INFO STEP 160 (remove_files) COMPLETE
57932026-08-31T15:20:29.897Z[ recovery-image] Aug 31 15:20:29.263 INFO O| Aug 31 15:20:29.263 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-08-31T15:20:29.900Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
57952026-08-31T15:20:29.902Z[ recovery-image] Aug 31 15:20:29.273 INFO O| Aug 31 15:20:29.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57962026-08-31T15:20:29.903Z[ recovery-image] Aug 31 15:20:29.273 INFO O| Aug 31 15:20:29.273 INFO STEP 161 (remove_files) COMPLETE
57972026-08-31T15:20:29.903Z[ recovery-image] Aug 31 15:20:29.273 INFO O| Aug 31 15:20:29.273 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-08-31T15:20:29.912Z[ recovery-image] Aug 31 15:20:29.283 INFO O| Aug 31 15:20:29.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57992026-08-31T15:20:29.912Z[ recovery-image] Aug 31 15:20:29.283 INFO O| Aug 31 15:20:29.283 INFO STEP 162 (remove_files) COMPLETE
58002026-08-31T15:20:29.915Z[ recovery-image] Aug 31 15:20:29.283 INFO O| Aug 31 15:20:29.283 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-08-31T15:20:29.922Z[ recovery-image] Aug 31 15:20:29.293 INFO O| Aug 31 15:20:29.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
58022026-08-31T15:20:29.922Z[ recovery-image] Aug 31 15:20:29.293 INFO O| Aug 31 15:20:29.293 INFO STEP 163 (remove_files) COMPLETE
58032026-08-31T15:20:29.925Z[ recovery-image] Aug 31 15:20:29.293 INFO O| Aug 31 15:20:29.293 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-08-31T15:20:29.932Z[ recovery-image] Aug 31 15:20:29.303 INFO O| Aug 31 15:20:29.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
58052026-08-31T15:20:29.932Z[ recovery-image] Aug 31 15:20:29.303 INFO O| Aug 31 15:20:29.303 INFO STEP 164 (remove_files) COMPLETE
58062026-08-31T15:20:29.932Z[ recovery-image] Aug 31 15:20:29.303 INFO O| Aug 31 15:20:29.303 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-08-31T15:20:29.941Z[ recovery-image] Aug 31 15:20:29.312 INFO O| Aug 31 15:20:29.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
58082026-08-31T15:20:29.941Z[ recovery-image] Aug 31 15:20:29.312 INFO O| Aug 31 15:20:29.312 INFO STEP 165 (remove_files) COMPLETE
58092026-08-31T15:20:29.944Z[ recovery-image] Aug 31 15:20:29.312 INFO O| Aug 31 15:20:29.312 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-08-31T15:20:29.950Z[ recovery-image] Aug 31 15:20:29.321 INFO O| Aug 31 15:20:29.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58112026-08-31T15:20:29.950Z[ recovery-image] Aug 31 15:20:29.321 INFO O| Aug 31 15:20:29.321 INFO STEP 166 (remove_files) COMPLETE
58122026-08-31T15:20:29.950Z[ recovery-image] Aug 31 15:20:29.321 INFO O| Aug 31 15:20:29.321 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-08-31T15:20:29.960Z[ recovery-image] Aug 31 15:20:29.330 INFO O| Aug 31 15:20:29.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58142026-08-31T15:20:29.960Z[ recovery-image] Aug 31 15:20:29.330 INFO O| Aug 31 15:20:29.330 INFO STEP 167 (remove_files) COMPLETE
58152026-08-31T15:20:29.960Z[ recovery-image] Aug 31 15:20:29.330 INFO O| Aug 31 15:20:29.330 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-08-31T15:20:29.972Z[ recovery-image] Aug 31 15:20:29.341 INFO O| Aug 31 15:20:29.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58172026-08-31T15:20:29.972Z[ recovery-image] Aug 31 15:20:29.341 INFO O| Aug 31 15:20:29.341 INFO STEP 168 (remove_files) COMPLETE
58182026-08-31T15:20:29.975Z[ recovery-image] Aug 31 15:20:29.341 INFO O| Aug 31 15:20:29.341 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-08-31T15:20:29.979Z[ recovery-image] Aug 31 15:20:29.350 INFO O| Aug 31 15:20:29.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58202026-08-31T15:20:29.979Z[ recovery-image] Aug 31 15:20:29.350 INFO O| Aug 31 15:20:29.350 INFO STEP 169 (remove_files) COMPLETE
58212026-08-31T15:20:29.982Z[ recovery-image] Aug 31 15:20:29.350 INFO O| Aug 31 15:20:29.350 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-08-31T15:20:29.989Z[ recovery-image] Aug 31 15:20:29.360 INFO O| Aug 31 15:20:29.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58232026-08-31T15:20:29.989Z[ recovery-image] Aug 31 15:20:29.360 INFO O| Aug 31 15:20:29.360 INFO STEP 170 (remove_files) COMPLETE
58242026-08-31T15:20:29.992Z[ recovery-image] Aug 31 15:20:29.360 INFO O| Aug 31 15:20:29.360 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-08-31T15:20:30.000Z[ recovery-image] Aug 31 15:20:29.371 INFO O| Aug 31 15:20:29.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58262026-08-31T15:20:30.000Z[ recovery-image] Aug 31 15:20:29.371 INFO O| Aug 31 15:20:29.371 INFO STEP 171 (remove_files) COMPLETE
58272026-08-31T15:20:30.000Z[ recovery-image] Aug 31 15:20:29.371 INFO O| Aug 31 15:20:29.371 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-08-31T15:20:30.010Z[ recovery-image] Aug 31 15:20:29.381 INFO O| Aug 31 15:20:29.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58292026-08-31T15:20:30.010Z[ recovery-image] Aug 31 15:20:29.381 INFO O| Aug 31 15:20:29.381 INFO STEP 172 (remove_files) COMPLETE
58302026-08-31T15:20:30.014Z[ recovery-image] Aug 31 15:20:29.381 INFO O| Aug 31 15:20:29.381 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-08-31T15:20:30.022Z[ recovery-image] Aug 31 15:20:29.393 INFO O| Aug 31 15:20:29.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58322026-08-31T15:20:30.022Z[ recovery-image] Aug 31 15:20:29.393 INFO O| Aug 31 15:20:29.393 INFO STEP 173 (remove_files) COMPLETE
58332026-08-31T15:20:30.029Z[ recovery-image] Aug 31 15:20:29.393 INFO O| Aug 31 15:20:29.393 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-08-31T15:20:30.032Z[ recovery-image] Aug 31 15:20:29.402 INFO O| Aug 31 15:20:29.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58352026-08-31T15:20:30.033Z[ recovery-image] Aug 31 15:20:29.402 INFO O| Aug 31 15:20:29.402 INFO STEP 174 (remove_files) COMPLETE
58362026-08-31T15:20:30.033Z[ recovery-image] Aug 31 15:20:29.402 INFO O| Aug 31 15:20:29.402 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-08-31T15:20:30.040Z[ recovery-image] Aug 31 15:20:29.411 INFO O| Aug 31 15:20:29.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58382026-08-31T15:20:30.040Z[ recovery-image] Aug 31 15:20:29.411 INFO O| Aug 31 15:20:29.411 INFO STEP 175 (remove_files) COMPLETE
58392026-08-31T15:20:30.040Z[ recovery-image] Aug 31 15:20:29.411 INFO O| Aug 31 15:20:29.411 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-08-31T15:20:30.052Z[ recovery-image] Aug 31 15:20:29.422 INFO O| Aug 31 15:20:29.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58412026-08-31T15:20:30.052Z[ recovery-image] Aug 31 15:20:29.423 INFO O| Aug 31 15:20:29.423 INFO STEP 176 (remove_files) COMPLETE
58422026-08-31T15:20:30.055Z[ recovery-image] Aug 31 15:20:29.423 INFO O| Aug 31 15:20:29.423 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-08-31T15:20:30.062Z[ recovery-image] Aug 31 15:20:29.433 INFO O| Aug 31 15:20:29.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58442026-08-31T15:20:30.062Z[ recovery-image] Aug 31 15:20:29.433 INFO O| Aug 31 15:20:29.433 INFO STEP 177 (remove_files) COMPLETE
58452026-08-31T15:20:30.062Z[ recovery-image] Aug 31 15:20:29.433 INFO O| Aug 31 15:20:29.433 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-08-31T15:20:30.072Z[ recovery-image] Aug 31 15:20:29.443 INFO O| Aug 31 15:20:29.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58472026-08-31T15:20:30.072Z[ recovery-image] Aug 31 15:20:29.443 INFO O| Aug 31 15:20:29.443 INFO STEP 178 (remove_files) COMPLETE
58482026-08-31T15:20:30.072Z[ recovery-image] Aug 31 15:20:29.443 INFO O| Aug 31 15:20:29.443 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-08-31T15:20:30.084Z[ recovery-image] Aug 31 15:20:29.453 INFO O| Aug 31 15:20:29.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58502026-08-31T15:20:30.084Z[ recovery-image] Aug 31 15:20:29.453 INFO O| Aug 31 15:20:29.453 INFO STEP 179 (remove_files) COMPLETE
58512026-08-31T15:20:30.084Z[ recovery-image] Aug 31 15:20:29.453 INFO O| Aug 31 15:20:29.453 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-08-31T15:20:30.093Z[ recovery-image] Aug 31 15:20:29.464 INFO O| Aug 31 15:20:29.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58532026-08-31T15:20:30.093Z[ recovery-image] Aug 31 15:20:29.464 INFO O| Aug 31 15:20:29.464 INFO STEP 180 (remove_files) COMPLETE
58542026-08-31T15:20:30.096Z[ recovery-image] Aug 31 15:20:29.464 INFO O| Aug 31 15:20:29.464 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-08-31T15:20:30.105Z[ recovery-image] Aug 31 15:20:29.475 INFO O| Aug 31 15:20:29.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58562026-08-31T15:20:30.105Z[ recovery-image] Aug 31 15:20:29.475 INFO O| Aug 31 15:20:29.475 INFO STEP 181 (remove_files) COMPLETE
58572026-08-31T15:20:30.108Z[ recovery-image] Aug 31 15:20:29.475 INFO O| Aug 31 15:20:29.475 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-08-31T15:20:30.116Z[ recovery-image] Aug 31 15:20:29.486 INFO O| Aug 31 15:20:29.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58592026-08-31T15:20:30.116Z[ recovery-image] Aug 31 15:20:29.486 INFO O| Aug 31 15:20:29.486 INFO STEP 182 (remove_files) COMPLETE
58602026-08-31T15:20:30.116Z[ recovery-image] Aug 31 15:20:29.486 INFO O| Aug 31 15:20:29.486 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-08-31T15:20:30.120Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
58622026-08-31T15:20:30.126Z[ recovery-image] Aug 31 15:20:29.496 INFO O| Aug 31 15:20:29.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58632026-08-31T15:20:30.127Z[ recovery-image] Aug 31 15:20:29.496 INFO O| Aug 31 15:20:29.496 INFO STEP 183 (remove_files) COMPLETE
58642026-08-31T15:20:30.127Z[ recovery-image] Aug 31 15:20:29.496 INFO O| Aug 31 15:20:29.496 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58652026-08-31T15:20:30.138Z[ recovery-image] Aug 31 15:20:29.507 INFO O| Aug 31 15:20:29.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58662026-08-31T15:20:30.138Z[ recovery-image] Aug 31 15:20:29.507 INFO O| Aug 31 15:20:29.507 INFO STEP 184 (remove_files) COMPLETE
58672026-08-31T15:20:30.154Z[ recovery-image] Aug 31 15:20:29.507 INFO O| Aug 31 15:20:29.507 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58682026-08-31T15:20:30.160Z[ recovery-image] Aug 31 15:20:29.517 INFO O| Aug 31 15:20:29.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58692026-08-31T15:20:30.160Z[ recovery-image] Aug 31 15:20:29.517 INFO O| Aug 31 15:20:29.517 INFO STEP 185 (remove_files) COMPLETE
58702026-08-31T15:20:30.160Z[ recovery-image] Aug 31 15:20:29.517 INFO O| Aug 31 15:20:29.517 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58712026-08-31T15:20:30.160Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
58722026-08-31T15:20:30.160Z[ recovery-image] Aug 31 15:20:29.528 INFO O| Aug 31 15:20:29.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58732026-08-31T15:20:30.160Z[ recovery-image] Aug 31 15:20:29.528 INFO O| Aug 31 15:20:29.528 INFO STEP 186 (remove_files) COMPLETE
58742026-08-31T15:20:30.160Z[ recovery-image] Aug 31 15:20:29.528 INFO O| Aug 31 15:20:29.528 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-08-31T15:20:30.172Z[ recovery-image] Aug 31 15:20:29.541 INFO O| Aug 31 15:20:29.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58762026-08-31T15:20:30.172Z[ recovery-image] Aug 31 15:20:29.541 INFO O| Aug 31 15:20:29.541 INFO STEP 187 (remove_files) COMPLETE
58772026-08-31T15:20:30.172Z[ recovery-image] Aug 31 15:20:29.541 INFO O| Aug 31 15:20:29.541 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-08-31T15:20:30.180Z[ recovery-image] Aug 31 15:20:29.551 INFO O| Aug 31 15:20:29.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58792026-08-31T15:20:30.180Z[ recovery-image] Aug 31 15:20:29.551 INFO O| Aug 31 15:20:29.551 INFO STEP 188 (remove_files) COMPLETE
58802026-08-31T15:20:30.180Z[ recovery-image] Aug 31 15:20:29.551 INFO O| Aug 31 15:20:29.551 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-08-31T15:20:30.190Z[ recovery-image] Aug 31 15:20:29.561 INFO O| Aug 31 15:20:29.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58822026-08-31T15:20:30.190Z[ recovery-image] Aug 31 15:20:29.561 INFO O| Aug 31 15:20:29.561 INFO STEP 189 (remove_files) COMPLETE
58832026-08-31T15:20:30.194Z[ recovery-image] Aug 31 15:20:29.561 INFO O| Aug 31 15:20:29.561 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-08-31T15:20:30.200Z[ recovery-image] Aug 31 15:20:29.571 INFO O| Aug 31 15:20:29.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58852026-08-31T15:20:30.200Z[ recovery-image] Aug 31 15:20:29.571 INFO O| Aug 31 15:20:29.571 INFO STEP 190 (remove_files) COMPLETE
58862026-08-31T15:20:30.204Z[ recovery-image] Aug 31 15:20:29.571 INFO O| Aug 31 15:20:29.571 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-08-31T15:20:30.209Z[ recovery-image] Aug 31 15:20:29.580 INFO O| Aug 31 15:20:29.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58882026-08-31T15:20:30.209Z[ recovery-image] Aug 31 15:20:29.580 INFO O| Aug 31 15:20:29.580 INFO STEP 191 (remove_files) COMPLETE
58892026-08-31T15:20:30.213Z[ recovery-image] Aug 31 15:20:29.580 INFO O| Aug 31 15:20:29.580 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-08-31T15:20:30.218Z[ recovery-image] Aug 31 15:20:29.588 INFO O| Aug 31 15:20:29.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58912026-08-31T15:20:30.218Z[ recovery-image] Aug 31 15:20:29.588 INFO O| Aug 31 15:20:29.588 INFO STEP 192 (remove_files) COMPLETE
58922026-08-31T15:20:30.218Z[ recovery-image] Aug 31 15:20:29.588 INFO O| Aug 31 15:20:29.588 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-08-31T15:20:30.226Z[ recovery-image] Aug 31 15:20:29.597 INFO O| Aug 31 15:20:29.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58942026-08-31T15:20:30.227Z[ recovery-image] Aug 31 15:20:29.597 INFO O| Aug 31 15:20:29.597 INFO STEP 193 (remove_files) COMPLETE
58952026-08-31T15:20:30.227Z[ recovery-image] Aug 31 15:20:29.597 INFO O| Aug 31 15:20:29.597 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-08-31T15:20:30.236Z[ recovery-image] Aug 31 15:20:29.606 INFO O| Aug 31 15:20:29.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58972026-08-31T15:20:30.236Z[ recovery-image] Aug 31 15:20:29.606 INFO O| Aug 31 15:20:29.606 INFO STEP 194 (remove_files) COMPLETE
58982026-08-31T15:20:30.236Z[ recovery-image] Aug 31 15:20:29.606 INFO O| Aug 31 15:20:29.606 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-08-31T15:20:30.244Z[ recovery-image] Aug 31 15:20:29.614 INFO O| Aug 31 15:20:29.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
59002026-08-31T15:20:30.244Z[ recovery-image] Aug 31 15:20:29.614 INFO O| Aug 31 15:20:29.614 INFO STEP 195 (remove_files) COMPLETE
59012026-08-31T15:20:30.244Z[ recovery-image] Aug 31 15:20:29.614 INFO O| Aug 31 15:20:29.614 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-08-31T15:20:30.253Z[ recovery-image] Aug 31 15:20:29.624 INFO O| Aug 31 15:20:29.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
59032026-08-31T15:20:30.253Z[ recovery-image] Aug 31 15:20:29.624 INFO O| Aug 31 15:20:29.624 INFO STEP 196 (remove_files) COMPLETE
59042026-08-31T15:20:30.253Z[ recovery-image] Aug 31 15:20:29.624 INFO O| Aug 31 15:20:29.624 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-08-31T15:20:30.262Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
59062026-08-31T15:20:30.268Z[ recovery-image] Aug 31 15:20:29.634 INFO O| Aug 31 15:20:29.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
59072026-08-31T15:20:30.268Z[ recovery-image] Aug 31 15:20:29.634 INFO O| Aug 31 15:20:29.634 INFO STEP 197 (remove_files) COMPLETE
59082026-08-31T15:20:30.268Z[ recovery-image] Aug 31 15:20:29.634 INFO O| Aug 31 15:20:29.634 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-08-31T15:20:30.277Z[ recovery-image] Aug 31 15:20:29.645 INFO O| Aug 31 15:20:29.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
59102026-08-31T15:20:30.277Z[ recovery-image] Aug 31 15:20:29.645 INFO O| Aug 31 15:20:29.645 INFO STEP 198 (remove_files) COMPLETE
59112026-08-31T15:20:30.277Z[ recovery-image] Aug 31 15:20:29.645 INFO O| Aug 31 15:20:29.645 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-08-31T15:20:30.283Z[ recovery-image] Aug 31 15:20:29.654 INFO O| Aug 31 15:20:29.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
59132026-08-31T15:20:30.283Z[ recovery-image] Aug 31 15:20:29.654 INFO O| Aug 31 15:20:29.654 INFO STEP 199 (remove_files) COMPLETE
59142026-08-31T15:20:30.286Z[ recovery-image] Aug 31 15:20:29.654 INFO O| Aug 31 15:20:29.654 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-08-31T15:20:30.293Z[ recovery-image] Aug 31 15:20:29.663 INFO O| Aug 31 15:20:29.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59162026-08-31T15:20:30.293Z[ recovery-image] Aug 31 15:20:29.664 INFO O| Aug 31 15:20:29.664 INFO STEP 200 (remove_files) COMPLETE
59172026-08-31T15:20:30.293Z[ recovery-image] Aug 31 15:20:29.664 INFO O| Aug 31 15:20:29.664 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-08-31T15:20:30.304Z[ recovery-image] Aug 31 15:20:29.673 INFO O| Aug 31 15:20:29.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59192026-08-31T15:20:30.304Z[ recovery-image] Aug 31 15:20:29.673 INFO O| Aug 31 15:20:29.673 INFO STEP 201 (remove_files) COMPLETE
59202026-08-31T15:20:30.304Z[ recovery-image] Aug 31 15:20:29.673 INFO O| Aug 31 15:20:29.673 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-08-31T15:20:30.313Z[ recovery-image] Aug 31 15:20:29.682 INFO O| Aug 31 15:20:29.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59222026-08-31T15:20:30.314Z[ recovery-image] Aug 31 15:20:29.682 INFO O| Aug 31 15:20:29.682 INFO STEP 202 (remove_files) COMPLETE
59232026-08-31T15:20:30.319Z[ recovery-image] Aug 31 15:20:29.682 INFO O| Aug 31 15:20:29.682 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-08-31T15:20:30.324Z[ recovery-image] Aug 31 15:20:29.691 INFO O| Aug 31 15:20:29.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59252026-08-31T15:20:30.324Z[ recovery-image] Aug 31 15:20:29.691 INFO O| Aug 31 15:20:29.691 INFO STEP 203 (remove_files) COMPLETE
59262026-08-31T15:20:30.324Z[ recovery-image] Aug 31 15:20:29.691 INFO O| Aug 31 15:20:29.691 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-08-31T15:20:30.333Z[ recovery-image] Aug 31 15:20:29.702 INFO O| Aug 31 15:20:29.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59282026-08-31T15:20:30.333Z[ recovery-image] Aug 31 15:20:29.702 INFO O| Aug 31 15:20:29.702 INFO STEP 204 (remove_files) COMPLETE
59292026-08-31T15:20:30.333Z[ recovery-image] Aug 31 15:20:29.702 INFO O| Aug 31 15:20:29.702 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-08-31T15:20:30.342Z[ recovery-image] Aug 31 15:20:29.712 INFO O| Aug 31 15:20:29.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59312026-08-31T15:20:30.342Z[ recovery-image] Aug 31 15:20:29.712 INFO O| Aug 31 15:20:29.712 INFO STEP 205 (remove_files) COMPLETE
59322026-08-31T15:20:30.346Z[ recovery-image] Aug 31 15:20:29.712 INFO O| Aug 31 15:20:29.712 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-08-31T15:20:30.354Z[ recovery-image] Aug 31 15:20:29.722 INFO O| Aug 31 15:20:29.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59342026-08-31T15:20:30.354Z[ recovery-image] Aug 31 15:20:29.722 INFO O| Aug 31 15:20:29.722 INFO STEP 206 (remove_files) COMPLETE
59352026-08-31T15:20:30.354Z[ recovery-image] Aug 31 15:20:29.722 INFO O| Aug 31 15:20:29.722 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-08-31T15:20:30.361Z[ recovery-image] Aug 31 15:20:29.731 INFO O| Aug 31 15:20:29.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59372026-08-31T15:20:30.361Z[ recovery-image] Aug 31 15:20:29.731 INFO O| Aug 31 15:20:29.731 INFO STEP 207 (remove_files) COMPLETE
59382026-08-31T15:20:30.361Z[ recovery-image] Aug 31 15:20:29.731 INFO O| Aug 31 15:20:29.731 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-08-31T15:20:30.371Z[ recovery-image] Aug 31 15:20:29.741 INFO O| Aug 31 15:20:29.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59402026-08-31T15:20:30.371Z[ recovery-image] Aug 31 15:20:29.741 INFO O| Aug 31 15:20:29.741 INFO STEP 208 (remove_files) COMPLETE
59412026-08-31T15:20:30.371Z[ recovery-image] Aug 31 15:20:29.741 INFO O| Aug 31 15:20:29.741 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-08-31T15:20:30.433Z[ recovery-image] Aug 31 15:20:29.750 INFO O| Aug 31 15:20:29.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59432026-08-31T15:20:30.433Z[ recovery-image] Aug 31 15:20:29.750 INFO O| Aug 31 15:20:29.750 INFO STEP 209 (remove_files) COMPLETE
59442026-08-31T15:20:30.433Z[ recovery-image] Aug 31 15:20:29.750 INFO O| Aug 31 15:20:29.750 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-08-31T15:20:30.433Z[ recovery-image] Aug 31 15:20:29.759 INFO O| Aug 31 15:20:29.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59462026-08-31T15:20:30.433Z[ recovery-image] Aug 31 15:20:29.760 INFO O| Aug 31 15:20:29.760 INFO STEP 210 (remove_files) COMPLETE
59472026-08-31T15:20:30.433Z[ recovery-image] Aug 31 15:20:29.760 INFO O| Aug 31 15:20:29.760 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-08-31T15:20:30.433Z[ recovery-image] Aug 31 15:20:29.771 INFO O| Aug 31 15:20:29.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59492026-08-31T15:20:30.433Z[ recovery-image] Aug 31 15:20:29.771 INFO O| Aug 31 15:20:29.771 INFO STEP 211 (remove_files) COMPLETE
59502026-08-31T15:20:30.433Z[ recovery-image] Aug 31 15:20:29.771 INFO O| Aug 31 15:20:29.771 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-08-31T15:20:30.433Z[ recovery-image] Aug 31 15:20:29.780 INFO O| Aug 31 15:20:29.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59522026-08-31T15:20:30.433Z[ recovery-image] Aug 31 15:20:29.780 INFO O| Aug 31 15:20:29.780 INFO STEP 212 (remove_files) COMPLETE
59532026-08-31T15:20:30.433Z[ recovery-image] Aug 31 15:20:29.780 INFO O| Aug 31 15:20:29.780 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-08-31T15:20:30.433Z[ recovery-image] Aug 31 15:20:29.791 INFO O| Aug 31 15:20:29.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59552026-08-31T15:20:30.433Z[ recovery-image] Aug 31 15:20:29.791 INFO O| Aug 31 15:20:29.791 INFO STEP 213 (remove_files) COMPLETE
59562026-08-31T15:20:30.433Z[ recovery-image] Aug 31 15:20:29.791 INFO O| Aug 31 15:20:29.791 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-08-31T15:20:30.438Z[ recovery-image] Aug 31 15:20:29.802 INFO O| Aug 31 15:20:29.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59582026-08-31T15:20:30.438Z[ recovery-image] Aug 31 15:20:29.802 INFO O| Aug 31 15:20:29.802 INFO STEP 214 (remove_files) COMPLETE
59592026-08-31T15:20:30.438Z[ recovery-image] Aug 31 15:20:29.802 INFO O| Aug 31 15:20:29.802 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-08-31T15:20:30.441Z[ recovery-image] Aug 31 15:20:29.811 INFO O| Aug 31 15:20:29.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59612026-08-31T15:20:30.441Z[ recovery-image] Aug 31 15:20:29.811 INFO O| Aug 31 15:20:29.811 INFO STEP 215 (remove_files) COMPLETE
59622026-08-31T15:20:30.441Z[ recovery-image] Aug 31 15:20:29.811 INFO O| Aug 31 15:20:29.811 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-08-31T15:20:30.451Z[ recovery-image] Aug 31 15:20:29.822 INFO O| Aug 31 15:20:29.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59642026-08-31T15:20:30.454Z[ recovery-image] Aug 31 15:20:29.823 INFO O| Aug 31 15:20:29.823 INFO STEP 216 (remove_files) COMPLETE
59652026-08-31T15:20:30.454Z[ recovery-image] Aug 31 15:20:29.823 INFO O| Aug 31 15:20:29.823 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-08-31T15:20:30.463Z[ recovery-image] Aug 31 15:20:29.833 INFO O| Aug 31 15:20:29.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59672026-08-31T15:20:30.463Z[ recovery-image] Aug 31 15:20:29.833 INFO O| Aug 31 15:20:29.833 INFO STEP 217 (remove_files) COMPLETE
59682026-08-31T15:20:30.463Z[ recovery-image] Aug 31 15:20:29.833 INFO O| Aug 31 15:20:29.833 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-08-31T15:20:30.475Z[ recovery-image] Aug 31 15:20:29.845 INFO O| Aug 31 15:20:29.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59702026-08-31T15:20:30.475Z[ recovery-image] Aug 31 15:20:29.845 INFO O| Aug 31 15:20:29.845 INFO STEP 218 (remove_files) COMPLETE
59712026-08-31T15:20:30.478Z[ recovery-image] Aug 31 15:20:29.845 INFO O| Aug 31 15:20:29.845 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-08-31T15:20:30.484Z[ recovery-image] Aug 31 15:20:29.855 INFO O| Aug 31 15:20:29.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59732026-08-31T15:20:30.484Z[ recovery-image] Aug 31 15:20:29.855 INFO O| Aug 31 15:20:29.855 INFO STEP 219 (remove_files) COMPLETE
59742026-08-31T15:20:30.487Z[ recovery-image] Aug 31 15:20:29.855 INFO O| Aug 31 15:20:29.855 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-08-31T15:20:30.495Z[ recovery-image] Aug 31 15:20:29.865 INFO O| Aug 31 15:20:29.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59762026-08-31T15:20:30.495Z[ recovery-image] Aug 31 15:20:29.865 INFO O| Aug 31 15:20:29.865 INFO STEP 220 (remove_files) COMPLETE
59772026-08-31T15:20:30.495Z[ recovery-image] Aug 31 15:20:29.865 INFO O| Aug 31 15:20:29.865 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-08-31T15:20:30.508Z[ recovery-image] Aug 31 15:20:29.878 INFO O| Aug 31 15:20:29.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59792026-08-31T15:20:30.508Z[ recovery-image] Aug 31 15:20:29.878 INFO O| Aug 31 15:20:29.878 INFO STEP 221 (remove_files) COMPLETE
59802026-08-31T15:20:30.511Z[ recovery-image] Aug 31 15:20:29.878 INFO O| Aug 31 15:20:29.878 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-08-31T15:20:30.519Z[ recovery-image] Aug 31 15:20:29.890 INFO O| Aug 31 15:20:29.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59822026-08-31T15:20:30.519Z[ recovery-image] Aug 31 15:20:29.890 INFO O| Aug 31 15:20:29.890 INFO STEP 222 (remove_files) COMPLETE
59832026-08-31T15:20:30.519Z[ recovery-image] Aug 31 15:20:29.890 INFO O| Aug 31 15:20:29.890 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-08-31T15:20:30.528Z[ recovery-image] Aug 31 15:20:29.899 INFO O| Aug 31 15:20:29.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59852026-08-31T15:20:30.531Z[ recovery-image] Aug 31 15:20:29.900 INFO O| Aug 31 15:20:29.900 INFO STEP 223 (remove_files) COMPLETE
59862026-08-31T15:20:30.531Z[ recovery-image] Aug 31 15:20:29.900 INFO O| Aug 31 15:20:29.900 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-08-31T15:20:30.540Z[ recovery-image] Aug 31 15:20:29.911 INFO O| Aug 31 15:20:29.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59882026-08-31T15:20:30.544Z[ recovery-image] Aug 31 15:20:29.915 INFO O| Aug 31 15:20:29.912 INFO STEP 224 (remove_files) COMPLETE
59892026-08-31T15:20:30.544Z[ recovery-image] Aug 31 15:20:29.915 INFO O| Aug 31 15:20:29.912 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-08-31T15:20:30.552Z[ recovery-image] Aug 31 15:20:29.923 INFO O| Aug 31 15:20:29.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59912026-08-31T15:20:30.552Z[ recovery-image] Aug 31 15:20:29.923 INFO O| Aug 31 15:20:29.923 INFO STEP 225 (remove_files) COMPLETE
59922026-08-31T15:20:30.552Z[ recovery-image] Aug 31 15:20:29.923 INFO O| Aug 31 15:20:29.923 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-08-31T15:20:30.561Z[ recovery-image] Aug 31 15:20:29.932 INFO O| Aug 31 15:20:29.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59942026-08-31T15:20:30.561Z[ recovery-image] Aug 31 15:20:29.932 INFO O| Aug 31 15:20:29.932 INFO STEP 226 (remove_files) COMPLETE
59952026-08-31T15:20:30.564Z[ recovery-image] Aug 31 15:20:29.932 INFO O| Aug 31 15:20:29.932 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-08-31T15:20:30.573Z[ recovery-image] Aug 31 15:20:29.943 INFO O| Aug 31 15:20:29.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59972026-08-31T15:20:30.573Z[ recovery-image] Aug 31 15:20:29.943 INFO O| Aug 31 15:20:29.943 INFO STEP 227 (remove_files) COMPLETE
59982026-08-31T15:20:30.573Z[ recovery-image] Aug 31 15:20:29.943 INFO O| Aug 31 15:20:29.943 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-08-31T15:20:30.585Z[ recovery-image] Aug 31 15:20:29.953 INFO O| Aug 31 15:20:29.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
60002026-08-31T15:20:30.585Z[ recovery-image] Aug 31 15:20:29.953 INFO O| Aug 31 15:20:29.953 INFO STEP 228 (remove_files) COMPLETE
60012026-08-31T15:20:30.585Z[ recovery-image] Aug 31 15:20:29.953 INFO O| Aug 31 15:20:29.953 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-08-31T15:20:30.592Z[ recovery-image] Aug 31 15:20:29.963 INFO O| Aug 31 15:20:29.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
60032026-08-31T15:20:30.592Z[ recovery-image] Aug 31 15:20:29.963 INFO O| Aug 31 15:20:29.963 INFO STEP 229 (remove_files) COMPLETE
60042026-08-31T15:20:30.592Z[ recovery-image] Aug 31 15:20:29.963 INFO O| Aug 31 15:20:29.963 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-08-31T15:20:30.601Z[ recovery-image] Aug 31 15:20:29.972 INFO O| Aug 31 15:20:29.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
60062026-08-31T15:20:30.601Z[ recovery-image] Aug 31 15:20:29.972 INFO O| Aug 31 15:20:29.972 INFO STEP 230 (remove_files) COMPLETE
60072026-08-31T15:20:30.605Z[ recovery-image] Aug 31 15:20:29.972 INFO O| Aug 31 15:20:29.972 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-08-31T15:20:30.611Z[ recovery-image] Aug 31 15:20:29.982 INFO O| Aug 31 15:20:29.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60092026-08-31T15:20:30.611Z[ recovery-image] Aug 31 15:20:29.982 INFO O| Aug 31 15:20:29.982 INFO STEP 231 (remove_files) COMPLETE
60102026-08-31T15:20:30.614Z[ recovery-image] Aug 31 15:20:29.982 INFO O| Aug 31 15:20:29.982 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-08-31T15:20:30.622Z[ recovery-image] Aug 31 15:20:29.993 INFO O| Aug 31 15:20:29.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60122026-08-31T15:20:30.622Z[ recovery-image] Aug 31 15:20:29.993 INFO O| Aug 31 15:20:29.993 INFO STEP 232 (remove_files) COMPLETE
60132026-08-31T15:20:30.625Z[ recovery-image] Aug 31 15:20:29.993 INFO O| Aug 31 15:20:29.993 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-08-31T15:20:30.632Z[ recovery-image] Aug 31 15:20:30.003 INFO O| Aug 31 15:20:30.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60152026-08-31T15:20:30.632Z[ recovery-image] Aug 31 15:20:30.003 INFO O| Aug 31 15:20:30.003 INFO STEP 233 (remove_files) COMPLETE
60162026-08-31T15:20:30.636Z[ recovery-image] Aug 31 15:20:30.003 INFO O| Aug 31 15:20:30.003 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-08-31T15:20:30.643Z[ recovery-image] Aug 31 15:20:30.014 INFO O| Aug 31 15:20:30.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60182026-08-31T15:20:30.643Z[ recovery-image] Aug 31 15:20:30.014 INFO O| Aug 31 15:20:30.014 INFO STEP 234 (remove_files) COMPLETE
60192026-08-31T15:20:30.643Z[ recovery-image] Aug 31 15:20:30.014 INFO O| Aug 31 15:20:30.014 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-08-31T15:20:30.652Z[ recovery-image] Aug 31 15:20:30.023 INFO O| Aug 31 15:20:30.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60212026-08-31T15:20:30.652Z[ recovery-image] Aug 31 15:20:30.023 INFO O| Aug 31 15:20:30.023 INFO STEP 235 (remove_files) COMPLETE
60222026-08-31T15:20:30.652Z[ recovery-image] Aug 31 15:20:30.023 INFO O| Aug 31 15:20:30.023 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-08-31T15:20:30.661Z[ recovery-image] Aug 31 15:20:30.032 INFO O| Aug 31 15:20:30.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60242026-08-31T15:20:30.661Z[ recovery-image] Aug 31 15:20:30.032 INFO O| Aug 31 15:20:30.032 INFO STEP 236 (remove_files) COMPLETE
60252026-08-31T15:20:30.661Z[ recovery-image] Aug 31 15:20:30.032 INFO O| Aug 31 15:20:30.032 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-08-31T15:20:30.670Z[ recovery-image] Aug 31 15:20:30.041 INFO O| Aug 31 15:20:30.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60272026-08-31T15:20:30.670Z[ recovery-image] Aug 31 15:20:30.041 INFO O| Aug 31 15:20:30.041 INFO STEP 237 (remove_files) COMPLETE
60282026-08-31T15:20:30.670Z[ recovery-image] Aug 31 15:20:30.041 INFO O| Aug 31 15:20:30.041 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-08-31T15:20:30.679Z[ recovery-image] Aug 31 15:20:30.050 INFO O| Aug 31 15:20:30.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60302026-08-31T15:20:30.679Z[ recovery-image] Aug 31 15:20:30.050 INFO O| Aug 31 15:20:30.050 INFO STEP 238 (remove_files) COMPLETE
60312026-08-31T15:20:30.682Z[ recovery-image] Aug 31 15:20:30.052 INFO O| Aug 31 15:20:30.050 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-08-31T15:20:30.689Z[ recovery-image] Aug 31 15:20:30.060 INFO O| Aug 31 15:20:30.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60332026-08-31T15:20:30.689Z[ recovery-image] Aug 31 15:20:30.060 INFO O| Aug 31 15:20:30.060 INFO STEP 239 (remove_files) COMPLETE
60342026-08-31T15:20:30.692Z[ recovery-image] Aug 31 15:20:30.060 INFO O| Aug 31 15:20:30.060 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-08-31T15:20:30.698Z[ recovery-image] Aug 31 15:20:30.069 INFO O| Aug 31 15:20:30.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60362026-08-31T15:20:30.698Z[ recovery-image] Aug 31 15:20:30.069 INFO O| Aug 31 15:20:30.069 INFO STEP 240 (remove_files) COMPLETE
60372026-08-31T15:20:30.698Z[ recovery-image] Aug 31 15:20:30.069 INFO O| Aug 31 15:20:30.069 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-08-31T15:20:30.708Z[ recovery-image] Aug 31 15:20:30.078 INFO O| Aug 31 15:20:30.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60392026-08-31T15:20:30.708Z[ recovery-image] Aug 31 15:20:30.078 INFO O| Aug 31 15:20:30.078 INFO STEP 241 (remove_files) COMPLETE
60402026-08-31T15:20:30.711Z[ recovery-image] Aug 31 15:20:30.078 INFO O| Aug 31 15:20:30.078 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-08-31T15:20:30.724Z[ recovery-image] Aug 31 15:20:30.093 INFO O| Aug 31 15:20:30.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60422026-08-31T15:20:30.724Z[ recovery-image] Aug 31 15:20:30.093 INFO O| Aug 31 15:20:30.093 INFO STEP 242 (remove_files) COMPLETE
60432026-08-31T15:20:30.724Z[ recovery-image] Aug 31 15:20:30.093 INFO O| Aug 31 15:20:30.093 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-08-31T15:20:30.733Z[ recovery-image] Aug 31 15:20:30.104 INFO O| Aug 31 15:20:30.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60452026-08-31T15:20:30.736Z[ recovery-image] Aug 31 15:20:30.105 INFO O| Aug 31 15:20:30.105 INFO STEP 243 (remove_files) COMPLETE
60462026-08-31T15:20:30.736Z[ recovery-image] Aug 31 15:20:30.105 INFO O| Aug 31 15:20:30.105 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-08-31T15:20:30.744Z[ recovery-image] Aug 31 15:20:30.115 INFO O| Aug 31 15:20:30.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60482026-08-31T15:20:30.745Z[ recovery-image] Aug 31 15:20:30.115 INFO O| Aug 31 15:20:30.115 INFO STEP 244 (remove_files) COMPLETE
60492026-08-31T15:20:30.745Z[ recovery-image] Aug 31 15:20:30.115 INFO O| Aug 31 15:20:30.115 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-08-31T15:20:30.754Z[ recovery-image] Aug 31 15:20:30.125 INFO O| Aug 31 15:20:30.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60512026-08-31T15:20:30.754Z[ recovery-image] Aug 31 15:20:30.125 INFO O| Aug 31 15:20:30.125 INFO STEP 245 (remove_files) COMPLETE
60522026-08-31T15:20:30.754Z[ recovery-image] Aug 31 15:20:30.125 INFO O| Aug 31 15:20:30.125 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-08-31T15:20:30.764Z[ recovery-image] Aug 31 15:20:30.135 INFO O| Aug 31 15:20:30.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60542026-08-31T15:20:30.769Z[ recovery-image] Aug 31 15:20:30.135 INFO O| Aug 31 15:20:30.135 INFO STEP 246 (remove_files) COMPLETE
60552026-08-31T15:20:30.769Z[ recovery-image] Aug 31 15:20:30.135 INFO O| Aug 31 15:20:30.135 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-08-31T15:20:30.777Z[ recovery-image] Aug 31 15:20:30.148 INFO O| Aug 31 15:20:30.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60572026-08-31T15:20:30.777Z[ recovery-image] Aug 31 15:20:30.148 INFO O| Aug 31 15:20:30.148 INFO STEP 247 (remove_files) COMPLETE
60582026-08-31T15:20:30.777Z[ recovery-image] Aug 31 15:20:30.148 INFO O| Aug 31 15:20:30.148 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-08-31T15:20:30.792Z[ recovery-image] Aug 31 15:20:30.163 INFO O| Aug 31 15:20:30.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60602026-08-31T15:20:30.792Z[ recovery-image] Aug 31 15:20:30.163 INFO O| Aug 31 15:20:30.163 INFO STEP 248 (remove_files) COMPLETE
60612026-08-31T15:20:30.795Z[ recovery-image] Aug 31 15:20:30.163 INFO O| Aug 31 15:20:30.163 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-08-31T15:20:30.804Z[ recovery-image] Aug 31 15:20:30.173 INFO O| Aug 31 15:20:30.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60632026-08-31T15:20:30.804Z[ recovery-image] Aug 31 15:20:30.173 INFO O| Aug 31 15:20:30.173 INFO STEP 249 (remove_files) COMPLETE
60642026-08-31T15:20:30.804Z[ recovery-image] Aug 31 15:20:30.173 INFO O| Aug 31 15:20:30.173 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-08-31T15:20:30.817Z[ recovery-image] Aug 31 15:20:30.183 INFO O| Aug 31 15:20:30.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60662026-08-31T15:20:30.829Z[ recovery-image] Aug 31 15:20:30.184 INFO O| Aug 31 15:20:30.184 INFO STEP 250 (remove_files) COMPLETE
60672026-08-31T15:20:30.829Z[ recovery-image] Aug 31 15:20:30.184 INFO O| Aug 31 15:20:30.184 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-08-31T15:20:30.841Z[ recovery-image] Aug 31 15:20:30.194 INFO O| Aug 31 15:20:30.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60692026-08-31T15:20:30.841Z[ recovery-image] Aug 31 15:20:30.194 INFO O| Aug 31 15:20:30.194 INFO STEP 251 (remove_files) COMPLETE
60702026-08-31T15:20:30.841Z[ recovery-image] Aug 31 15:20:30.194 INFO O| Aug 31 15:20:30.194 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-08-31T15:20:30.842Z[ recovery-image] Aug 31 15:20:30.205 INFO O| Aug 31 15:20:30.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60722026-08-31T15:20:30.842Z[ recovery-image] Aug 31 15:20:30.205 INFO O| Aug 31 15:20:30.205 INFO STEP 252 (remove_files) COMPLETE
60732026-08-31T15:20:30.842Z[ recovery-image] Aug 31 15:20:30.205 INFO O| Aug 31 15:20:30.205 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-08-31T15:20:30.856Z[ recovery-image] Aug 31 15:20:30.214 INFO O| Aug 31 15:20:30.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60752026-08-31T15:20:30.857Z[ recovery-image] Aug 31 15:20:30.214 INFO O| Aug 31 15:20:30.214 INFO STEP 253 (remove_files) COMPLETE
60762026-08-31T15:20:30.857Z[ recovery-image] Aug 31 15:20:30.214 INFO O| Aug 31 15:20:30.214 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-08-31T15:20:30.869Z[ recovery-image] Aug 31 15:20:30.224 INFO O| Aug 31 15:20:30.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60782026-08-31T15:20:30.869Z[ recovery-image] Aug 31 15:20:30.224 INFO O| Aug 31 15:20:30.224 INFO STEP 254 (remove_files) COMPLETE
60792026-08-31T15:20:30.870Z[ recovery-image] Aug 31 15:20:30.224 INFO O| Aug 31 15:20:30.224 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-08-31T15:20:30.870Z[ recovery-image] Aug 31 15:20:30.233 INFO O| Aug 31 15:20:30.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60812026-08-31T15:20:30.870Z[ recovery-image] Aug 31 15:20:30.233 INFO O| Aug 31 15:20:30.233 INFO STEP 255 (remove_files) COMPLETE
60822026-08-31T15:20:30.870Z[ recovery-image] Aug 31 15:20:30.233 INFO O| Aug 31 15:20:30.233 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-08-31T15:20:30.877Z[ recovery-image] Aug 31 15:20:30.241 INFO O| Aug 31 15:20:30.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60842026-08-31T15:20:30.879Z[ recovery-image] Aug 31 15:20:30.241 INFO O| Aug 31 15:20:30.241 INFO STEP 256 (remove_files) COMPLETE
60852026-08-31T15:20:30.879Z[ recovery-image] Aug 31 15:20:30.241 INFO O| Aug 31 15:20:30.241 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-08-31T15:20:30.888Z[ recovery-image] Aug 31 15:20:30.250 INFO O| Aug 31 15:20:30.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60872026-08-31T15:20:30.888Z[ recovery-image] Aug 31 15:20:30.250 INFO O| Aug 31 15:20:30.250 INFO STEP 257 (remove_files) COMPLETE
60882026-08-31T15:20:30.888Z[ recovery-image] Aug 31 15:20:30.250 INFO O| Aug 31 15:20:30.250 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-08-31T15:20:30.900Z[ recovery-image] Aug 31 15:20:30.258 INFO O| Aug 31 15:20:30.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60902026-08-31T15:20:30.900Z[ recovery-image] Aug 31 15:20:30.258 INFO O| Aug 31 15:20:30.258 INFO STEP 258 (remove_files) COMPLETE
60912026-08-31T15:20:30.901Z[ recovery-image] Aug 31 15:20:30.258 INFO O| Aug 31 15:20:30.258 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-08-31T15:20:30.908Z[ recovery-image] Aug 31 15:20:30.266 INFO O| Aug 31 15:20:30.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60932026-08-31T15:20:30.908Z[ recovery-image] Aug 31 15:20:30.266 INFO O| Aug 31 15:20:30.266 INFO STEP 259 (remove_files) COMPLETE
60942026-08-31T15:20:30.908Z[ recovery-image] Aug 31 15:20:30.266 INFO O| Aug 31 15:20:30.266 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-08-31T15:20:30.908Z[ recovery-image] Aug 31 15:20:30.275 INFO O| Aug 31 15:20:30.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60962026-08-31T15:20:30.909Z[ recovery-image] Aug 31 15:20:30.275 INFO O| Aug 31 15:20:30.275 INFO STEP 260 (remove_files) COMPLETE
60972026-08-31T15:20:30.909Z[ recovery-image] Aug 31 15:20:30.275 INFO O| Aug 31 15:20:30.275 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-08-31T15:20:30.914Z[ recovery-image] Aug 31 15:20:30.284 INFO O| Aug 31 15:20:30.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60992026-08-31T15:20:30.914Z[ recovery-image] Aug 31 15:20:30.284 INFO O| Aug 31 15:20:30.284 INFO STEP 261 (remove_files) COMPLETE
61002026-08-31T15:20:30.914Z[ recovery-image] Aug 31 15:20:30.284 INFO O| Aug 31 15:20:30.284 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-08-31T15:20:30.923Z[ recovery-image] Aug 31 15:20:30.294 INFO O| Aug 31 15:20:30.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
61022026-08-31T15:20:30.924Z[ recovery-image] Aug 31 15:20:30.294 INFO O| Aug 31 15:20:30.294 INFO STEP 262 (remove_files) COMPLETE
61032026-08-31T15:20:30.927Z[ recovery-image] Aug 31 15:20:30.294 INFO O| Aug 31 15:20:30.294 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-08-31T15:20:30.933Z[ recovery-image] Aug 31 15:20:30.304 INFO O| Aug 31 15:20:30.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
61052026-08-31T15:20:30.933Z[ recovery-image] Aug 31 15:20:30.304 INFO O| Aug 31 15:20:30.304 INFO STEP 263 (remove_files) COMPLETE
61062026-08-31T15:20:30.936Z[ recovery-image] Aug 31 15:20:30.304 INFO O| Aug 31 15:20:30.304 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-08-31T15:20:30.942Z[ recovery-image] Aug 31 15:20:30.313 INFO O| Aug 31 15:20:30.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61082026-08-31T15:20:30.942Z[ recovery-image] Aug 31 15:20:30.313 INFO O| Aug 31 15:20:30.313 INFO STEP 264 (remove_files) COMPLETE
61092026-08-31T15:20:30.942Z[ recovery-image] Aug 31 15:20:30.313 INFO O| Aug 31 15:20:30.313 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-08-31T15:20:30.952Z[ recovery-image] Aug 31 15:20:30.323 INFO O| Aug 31 15:20:30.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61112026-08-31T15:20:30.952Z[ recovery-image] Aug 31 15:20:30.323 INFO O| Aug 31 15:20:30.323 INFO STEP 265 (remove_files) COMPLETE
61122026-08-31T15:20:30.952Z[ recovery-image] Aug 31 15:20:30.323 INFO O| Aug 31 15:20:30.323 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-08-31T15:20:30.963Z[ recovery-image] Aug 31 15:20:30.333 INFO O| Aug 31 15:20:30.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61142026-08-31T15:20:30.963Z[ recovery-image] Aug 31 15:20:30.333 INFO O| Aug 31 15:20:30.333 INFO STEP 266 (remove_files) COMPLETE
61152026-08-31T15:20:30.963Z[ recovery-image] Aug 31 15:20:30.333 INFO O| Aug 31 15:20:30.333 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-08-31T15:20:30.990Z[ recovery-image] Aug 31 15:20:30.343 INFO O| Aug 31 15:20:30.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61172026-08-31T15:20:30.990Z[ recovery-image] Aug 31 15:20:30.343 INFO O| Aug 31 15:20:30.343 INFO STEP 267 (remove_files) COMPLETE
61182026-08-31T15:20:30.990Z[ recovery-image] Aug 31 15:20:30.343 INFO O| Aug 31 15:20:30.343 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-08-31T15:20:31.002Z[ recovery-image] Aug 31 15:20:30.354 INFO O| Aug 31 15:20:30.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61202026-08-31T15:20:31.002Z[ recovery-image] Aug 31 15:20:30.354 INFO O| Aug 31 15:20:30.354 INFO STEP 268 (remove_files) COMPLETE
61212026-08-31T15:20:31.002Z[ recovery-image] Aug 31 15:20:30.354 INFO O| Aug 31 15:20:30.354 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-08-31T15:20:31.010Z[ recovery-image] Aug 31 15:20:30.365 INFO O| Aug 31 15:20:30.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61232026-08-31T15:20:31.010Z[ recovery-image] Aug 31 15:20:30.365 INFO O| Aug 31 15:20:30.365 INFO STEP 269 (remove_files) COMPLETE
61242026-08-31T15:20:31.010Z[ recovery-image] Aug 31 15:20:30.365 INFO O| Aug 31 15:20:30.365 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-08-31T15:20:31.010Z[ recovery-image] Aug 31 15:20:30.376 INFO O| Aug 31 15:20:30.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61262026-08-31T15:20:31.010Z[ recovery-image] Aug 31 15:20:30.376 INFO O| Aug 31 15:20:30.376 INFO STEP 270 (remove_files) COMPLETE
61272026-08-31T15:20:31.010Z[ recovery-image] Aug 31 15:20:30.376 INFO O| Aug 31 15:20:30.376 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-08-31T15:20:31.016Z[ recovery-image] Aug 31 15:20:30.387 INFO O| Aug 31 15:20:30.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61292026-08-31T15:20:31.016Z[ recovery-image] Aug 31 15:20:30.387 INFO O| Aug 31 15:20:30.387 INFO STEP 271 (remove_files) COMPLETE
61302026-08-31T15:20:31.016Z[ recovery-image] Aug 31 15:20:30.387 INFO O| Aug 31 15:20:30.387 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-08-31T15:20:31.026Z[ recovery-image] Aug 31 15:20:30.397 INFO O| Aug 31 15:20:30.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61322026-08-31T15:20:31.026Z[ recovery-image] Aug 31 15:20:30.397 INFO O| Aug 31 15:20:30.397 INFO STEP 272 (remove_files) COMPLETE
61332026-08-31T15:20:31.026Z[ recovery-image] Aug 31 15:20:30.397 INFO O| Aug 31 15:20:30.397 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-08-31T15:20:31.035Z[ recovery-image] Aug 31 15:20:30.406 INFO O| Aug 31 15:20:30.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61352026-08-31T15:20:31.035Z[ recovery-image] Aug 31 15:20:30.406 INFO O| Aug 31 15:20:30.406 INFO STEP 273 (remove_files) COMPLETE
61362026-08-31T15:20:31.035Z[ recovery-image] Aug 31 15:20:30.406 INFO O| Aug 31 15:20:30.406 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-08-31T15:20:31.045Z[ recovery-image] Aug 31 15:20:30.416 INFO O| Aug 31 15:20:30.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61382026-08-31T15:20:31.045Z[ recovery-image] Aug 31 15:20:30.416 INFO O| Aug 31 15:20:30.416 INFO STEP 274 (remove_files) COMPLETE
61392026-08-31T15:20:31.045Z[ recovery-image] Aug 31 15:20:30.416 INFO O| Aug 31 15:20:30.416 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-08-31T15:20:31.057Z[ recovery-image] Aug 31 15:20:30.426 INFO O| Aug 31 15:20:30.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61412026-08-31T15:20:31.057Z[ recovery-image] Aug 31 15:20:30.426 INFO O| Aug 31 15:20:30.426 INFO STEP 275 (remove_files) COMPLETE
61422026-08-31T15:20:31.057Z[ recovery-image] Aug 31 15:20:30.426 INFO O| Aug 31 15:20:30.426 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-08-31T15:20:31.065Z[ recovery-image] Aug 31 15:20:30.436 INFO O| Aug 31 15:20:30.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61442026-08-31T15:20:31.065Z[ recovery-image] Aug 31 15:20:30.436 INFO O| Aug 31 15:20:30.436 INFO STEP 276 (remove_files) COMPLETE
61452026-08-31T15:20:31.068Z[ recovery-image] Aug 31 15:20:30.436 INFO O| Aug 31 15:20:30.436 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-08-31T15:20:31.075Z[ recovery-image] Aug 31 15:20:30.446 INFO O| Aug 31 15:20:30.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61472026-08-31T15:20:31.075Z[ recovery-image] Aug 31 15:20:30.446 INFO O| Aug 31 15:20:30.446 INFO STEP 277 (remove_files) COMPLETE
61482026-08-31T15:20:31.075Z[ recovery-image] Aug 31 15:20:30.446 INFO O| Aug 31 15:20:30.446 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-08-31T15:20:31.088Z[ recovery-image] Aug 31 15:20:30.456 INFO O| Aug 31 15:20:30.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61502026-08-31T15:20:31.088Z[ recovery-image] Aug 31 15:20:30.456 INFO O| Aug 31 15:20:30.456 INFO STEP 278 (remove_files) COMPLETE
61512026-08-31T15:20:31.099Z[ recovery-image] Aug 31 15:20:30.456 INFO O| Aug 31 15:20:30.456 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-08-31T15:20:31.099Z[ recovery-image] Aug 31 15:20:30.465 INFO O| Aug 31 15:20:30.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61532026-08-31T15:20:31.099Z[ recovery-image] Aug 31 15:20:30.465 INFO O| Aug 31 15:20:30.465 INFO STEP 279 (remove_files) COMPLETE
61542026-08-31T15:20:31.099Z[ recovery-image] Aug 31 15:20:30.465 INFO O| Aug 31 15:20:30.465 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-08-31T15:20:31.113Z[ recovery-image] Aug 31 15:20:30.474 INFO O| Aug 31 15:20:30.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61562026-08-31T15:20:31.113Z[ recovery-image] Aug 31 15:20:30.474 INFO O| Aug 31 15:20:30.474 INFO STEP 280 (remove_files) COMPLETE
61572026-08-31T15:20:31.113Z[ recovery-image] Aug 31 15:20:30.474 INFO O| Aug 31 15:20:30.474 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-08-31T15:20:31.118Z[ recovery-image] Aug 31 15:20:30.483 INFO O| Aug 31 15:20:30.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61592026-08-31T15:20:31.118Z[ recovery-image] Aug 31 15:20:30.483 INFO O| Aug 31 15:20:30.483 INFO STEP 281 (remove_files) COMPLETE
61602026-08-31T15:20:31.118Z[ recovery-image] Aug 31 15:20:30.483 INFO O| Aug 31 15:20:30.483 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-08-31T15:20:31.152Z[ recovery-image] Aug 31 15:20:30.491 INFO O| Aug 31 15:20:30.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61622026-08-31T15:20:31.152Z[ recovery-image] Aug 31 15:20:30.491 INFO O| Aug 31 15:20:30.491 INFO STEP 282 (remove_files) COMPLETE
61632026-08-31T15:20:31.152Z[ recovery-image] Aug 31 15:20:30.491 INFO O| Aug 31 15:20:30.491 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-08-31T15:20:31.161Z[ recovery-image] Aug 31 15:20:30.499 INFO O| Aug 31 15:20:30.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61652026-08-31T15:20:31.161Z[ recovery-image] Aug 31 15:20:30.499 INFO O| Aug 31 15:20:30.499 INFO STEP 283 (remove_files) COMPLETE
61662026-08-31T15:20:31.161Z[ recovery-image] Aug 31 15:20:30.499 INFO O| Aug 31 15:20:30.499 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-08-31T15:20:31.162Z[ recovery-image] Aug 31 15:20:30.507 INFO O| Aug 31 15:20:30.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61682026-08-31T15:20:31.162Z[ recovery-image] Aug 31 15:20:30.507 INFO O| Aug 31 15:20:30.507 INFO STEP 284 (remove_files) COMPLETE
61692026-08-31T15:20:31.162Z[ recovery-image] Aug 31 15:20:30.507 INFO O| Aug 31 15:20:30.507 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-08-31T15:20:31.162Z[ recovery-image] Aug 31 15:20:30.515 INFO O| Aug 31 15:20:30.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61712026-08-31T15:20:31.162Z[ recovery-image] Aug 31 15:20:30.515 INFO O| Aug 31 15:20:30.515 INFO STEP 285 (remove_files) COMPLETE
61722026-08-31T15:20:31.162Z[ recovery-image] Aug 31 15:20:30.515 INFO O| Aug 31 15:20:30.515 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-08-31T15:20:31.162Z[ recovery-image] Aug 31 15:20:30.524 INFO O| Aug 31 15:20:30.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61742026-08-31T15:20:31.162Z[ recovery-image] Aug 31 15:20:30.524 INFO O| Aug 31 15:20:30.524 INFO STEP 286 (remove_files) COMPLETE
61752026-08-31T15:20:31.162Z[ recovery-image] Aug 31 15:20:30.524 INFO O| Aug 31 15:20:30.524 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-08-31T15:20:31.183Z[ recovery-image] Aug 31 15:20:30.532 INFO O| Aug 31 15:20:30.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61772026-08-31T15:20:31.183Z[ recovery-image] Aug 31 15:20:30.532 INFO O| Aug 31 15:20:30.532 INFO STEP 287 (remove_files) COMPLETE
61782026-08-31T15:20:31.183Z[ recovery-image] Aug 31 15:20:30.532 INFO O| Aug 31 15:20:30.532 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-08-31T15:20:31.183Z[ recovery-image] Aug 31 15:20:30.540 INFO O| Aug 31 15:20:30.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61802026-08-31T15:20:31.183Z[ recovery-image] Aug 31 15:20:30.540 INFO O| Aug 31 15:20:30.540 INFO STEP 288 (remove_files) COMPLETE
61812026-08-31T15:20:31.183Z[ recovery-image] Aug 31 15:20:30.540 INFO O| Aug 31 15:20:30.540 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-08-31T15:20:31.183Z[ recovery-image] Aug 31 15:20:30.548 INFO O| Aug 31 15:20:30.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61832026-08-31T15:20:31.183Z[ recovery-image] Aug 31 15:20:30.548 INFO O| Aug 31 15:20:30.548 INFO STEP 289 (remove_files) COMPLETE
61842026-08-31T15:20:31.183Z[ recovery-image] Aug 31 15:20:30.548 INFO O| Aug 31 15:20:30.548 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-08-31T15:20:31.187Z[ recovery-image] Aug 31 15:20:30.555 INFO O| Aug 31 15:20:30.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61862026-08-31T15:20:31.187Z[ recovery-image] Aug 31 15:20:30.555 INFO O| Aug 31 15:20:30.555 INFO STEP 290 (remove_files) COMPLETE
61872026-08-31T15:20:31.187Z[ recovery-image] Aug 31 15:20:30.555 INFO O| Aug 31 15:20:30.555 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-08-31T15:20:31.192Z[ recovery-image] Aug 31 15:20:30.563 INFO O| Aug 31 15:20:30.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61892026-08-31T15:20:31.192Z[ recovery-image] Aug 31 15:20:30.563 INFO O| Aug 31 15:20:30.563 INFO STEP 291 (remove_files) COMPLETE
61902026-08-31T15:20:31.196Z[ recovery-image] Aug 31 15:20:30.563 INFO O| Aug 31 15:20:30.563 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-08-31T15:20:31.201Z[ recovery-image] Aug 31 15:20:30.572 INFO O| Aug 31 15:20:30.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61922026-08-31T15:20:31.201Z[ recovery-image] Aug 31 15:20:30.572 INFO O| Aug 31 15:20:30.572 INFO STEP 292 (remove_files) COMPLETE
61932026-08-31T15:20:31.201Z[ recovery-image] Aug 31 15:20:30.572 INFO O| Aug 31 15:20:30.572 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-08-31T15:20:31.210Z[ recovery-image] Aug 31 15:20:30.581 INFO O| Aug 31 15:20:30.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61952026-08-31T15:20:31.210Z[ recovery-image] Aug 31 15:20:30.581 INFO O| Aug 31 15:20:30.581 INFO STEP 293 (remove_files) COMPLETE
61962026-08-31T15:20:31.210Z[ recovery-image] Aug 31 15:20:30.581 INFO O| Aug 31 15:20:30.581 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-08-31T15:20:31.226Z[ recovery-image] Aug 31 15:20:30.588 INFO O| Aug 31 15:20:30.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61982026-08-31T15:20:31.227Z[ recovery-image] Aug 31 15:20:30.588 INFO O| Aug 31 15:20:30.588 INFO STEP 294 (remove_files) COMPLETE
61992026-08-31T15:20:31.227Z[ recovery-image] Aug 31 15:20:30.588 INFO O| Aug 31 15:20:30.588 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-08-31T15:20:31.230Z[ recovery-image] Aug 31 15:20:30.597 INFO O| Aug 31 15:20:30.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
62012026-08-31T15:20:31.230Z[ recovery-image] Aug 31 15:20:30.597 INFO O| Aug 31 15:20:30.597 INFO STEP 295 (remove_files) COMPLETE
62022026-08-31T15:20:31.230Z[ recovery-image] Aug 31 15:20:30.597 INFO O| Aug 31 15:20:30.597 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-08-31T15:20:31.236Z[ recovery-image] Aug 31 15:20:30.606 INFO O| Aug 31 15:20:30.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
62042026-08-31T15:20:31.236Z[ recovery-image] Aug 31 15:20:30.606 INFO O| Aug 31 15:20:30.606 INFO STEP 296 (remove_files) COMPLETE
62052026-08-31T15:20:31.236Z[ recovery-image] Aug 31 15:20:30.606 INFO O| Aug 31 15:20:30.606 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-08-31T15:20:31.243Z[ recovery-image] Aug 31 15:20:30.614 INFO O| Aug 31 15:20:30.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62072026-08-31T15:20:31.243Z[ recovery-image] Aug 31 15:20:30.614 INFO O| Aug 31 15:20:30.614 INFO STEP 297 (remove_files) COMPLETE
62082026-08-31T15:20:31.243Z[ recovery-image] Aug 31 15:20:30.614 INFO O| Aug 31 15:20:30.614 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-08-31T15:20:31.265Z[ recovery-image] Aug 31 15:20:30.629 INFO O| Aug 31 15:20:30.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62102026-08-31T15:20:31.265Z[ recovery-image] Aug 31 15:20:30.629 INFO O| Aug 31 15:20:30.629 INFO STEP 298 (remove_files) COMPLETE
62112026-08-31T15:20:31.265Z[ recovery-image] Aug 31 15:20:30.629 INFO O| Aug 31 15:20:30.629 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-08-31T15:20:31.273Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
62132026-08-31T15:20:31.273Z[ recovery-image] Aug 31 15:20:30.639 INFO O| Aug 31 15:20:30.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62142026-08-31T15:20:31.273Z[ recovery-image] Aug 31 15:20:30.639 INFO O| Aug 31 15:20:30.639 INFO STEP 299 (remove_files) COMPLETE
62152026-08-31T15:20:31.273Z[ recovery-image] Aug 31 15:20:30.639 INFO O| Aug 31 15:20:30.639 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62162026-08-31T15:20:31.279Z[ recovery-image] Aug 31 15:20:30.648 INFO O| Aug 31 15:20:30.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62172026-08-31T15:20:31.279Z[ recovery-image] Aug 31 15:20:30.648 INFO O| Aug 31 15:20:30.648 INFO STEP 300 (remove_files) COMPLETE
62182026-08-31T15:20:31.287Z[ recovery-image] Aug 31 15:20:30.648 INFO O| Aug 31 15:20:30.648 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62192026-08-31T15:20:31.296Z[ recovery-image] Aug 31 15:20:30.656 INFO O| Aug 31 15:20:30.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62202026-08-31T15:20:31.296Z[ recovery-image] Aug 31 15:20:30.656 INFO O| Aug 31 15:20:30.656 INFO STEP 301 (remove_files) COMPLETE
62212026-08-31T15:20:31.297Z[ recovery-image] Aug 31 15:20:30.656 INFO O| Aug 31 15:20:30.656 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62222026-08-31T15:20:31.297Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
62232026-08-31T15:20:31.307Z[ recovery-image] Aug 31 15:20:30.666 INFO O| Aug 31 15:20:30.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62242026-08-31T15:20:31.307Z[ recovery-image] Aug 31 15:20:30.666 INFO O| Aug 31 15:20:30.666 INFO STEP 302 (remove_files) COMPLETE
62252026-08-31T15:20:31.307Z[ recovery-image] Aug 31 15:20:30.666 INFO O| Aug 31 15:20:30.666 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-08-31T15:20:31.317Z[ recovery-image] Aug 31 15:20:30.675 INFO O| Aug 31 15:20:30.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62272026-08-31T15:20:31.317Z[ recovery-image] Aug 31 15:20:30.675 INFO O| Aug 31 15:20:30.675 INFO STEP 303 (remove_files) COMPLETE
62282026-08-31T15:20:31.318Z[ recovery-image] Aug 31 15:20:30.675 INFO O| Aug 31 15:20:30.675 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-08-31T15:20:31.331Z[ recovery-image] Aug 31 15:20:30.684 INFO O| Aug 31 15:20:30.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62302026-08-31T15:20:31.331Z[ recovery-image] Aug 31 15:20:30.684 INFO O| Aug 31 15:20:30.684 INFO STEP 304 (remove_files) COMPLETE
62312026-08-31T15:20:31.331Z[ recovery-image] Aug 31 15:20:30.684 INFO O| Aug 31 15:20:30.684 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-08-31T15:20:31.331Z[ recovery-image] Aug 31 15:20:30.692 INFO O| Aug 31 15:20:30.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62332026-08-31T15:20:31.331Z[ recovery-image] Aug 31 15:20:30.692 INFO O| Aug 31 15:20:30.692 INFO STEP 305 (remove_files) COMPLETE
62342026-08-31T15:20:31.331Z[ recovery-image] Aug 31 15:20:30.692 INFO O| Aug 31 15:20:30.692 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-08-31T15:20:31.343Z[ recovery-image] Aug 31 15:20:30.702 INFO O| Aug 31 15:20:30.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62362026-08-31T15:20:31.344Z[ recovery-image] Aug 31 15:20:30.702 INFO O| Aug 31 15:20:30.702 INFO STEP 306 (remove_files) COMPLETE
62372026-08-31T15:20:31.344Z[ recovery-image] Aug 31 15:20:30.702 INFO O| Aug 31 15:20:30.702 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-08-31T15:20:31.352Z[ recovery-image] Aug 31 15:20:30.712 INFO O| Aug 31 15:20:30.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62392026-08-31T15:20:31.352Z[ recovery-image] Aug 31 15:20:30.712 INFO O| Aug 31 15:20:30.712 INFO STEP 307 (remove_files) COMPLETE
62402026-08-31T15:20:31.352Z[ recovery-image] Aug 31 15:20:30.712 INFO O| Aug 31 15:20:30.712 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-08-31T15:20:31.366Z[ recovery-image] Aug 31 15:20:30.723 INFO O| Aug 31 15:20:30.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62422026-08-31T15:20:31.366Z[ recovery-image] Aug 31 15:20:30.723 INFO O| Aug 31 15:20:30.723 INFO STEP 308 (remove_files) COMPLETE
62432026-08-31T15:20:31.366Z[ recovery-image] Aug 31 15:20:30.723 INFO O| Aug 31 15:20:30.723 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-08-31T15:20:31.372Z[ recovery-image] Aug 31 15:20:30.733 INFO O| Aug 31 15:20:30.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62452026-08-31T15:20:31.372Z[ recovery-image] Aug 31 15:20:30.733 INFO O| Aug 31 15:20:30.733 INFO STEP 309 (remove_files) COMPLETE
62462026-08-31T15:20:31.372Z[ recovery-image] Aug 31 15:20:30.733 INFO O| Aug 31 15:20:30.733 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-08-31T15:20:31.378Z[ recovery-image] Aug 31 15:20:30.743 INFO O| Aug 31 15:20:30.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62482026-08-31T15:20:31.378Z[ recovery-image] Aug 31 15:20:30.743 INFO O| Aug 31 15:20:30.743 INFO STEP 310 (remove_files) COMPLETE
62492026-08-31T15:20:31.378Z[ recovery-image] Aug 31 15:20:30.743 INFO O| Aug 31 15:20:30.743 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-08-31T15:20:31.383Z[ recovery-image] Aug 31 15:20:30.753 INFO O| Aug 31 15:20:30.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62512026-08-31T15:20:31.383Z[ recovery-image] Aug 31 15:20:30.753 INFO O| Aug 31 15:20:30.753 INFO STEP 311 (remove_files) COMPLETE
62522026-08-31T15:20:31.383Z[ recovery-image] Aug 31 15:20:30.753 INFO O| Aug 31 15:20:30.753 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-08-31T15:20:31.392Z[ recovery-image] Aug 31 15:20:30.763 INFO O| Aug 31 15:20:30.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62542026-08-31T15:20:31.392Z[ recovery-image] Aug 31 15:20:30.763 INFO O| Aug 31 15:20:30.763 INFO STEP 312 (remove_files) COMPLETE
62552026-08-31T15:20:31.392Z[ recovery-image] Aug 31 15:20:30.763 INFO O| Aug 31 15:20:30.763 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-08-31T15:20:31.402Z[ recovery-image] Aug 31 15:20:30.773 INFO O| Aug 31 15:20:30.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62572026-08-31T15:20:31.405Z[ recovery-image] Aug 31 15:20:30.773 INFO O| Aug 31 15:20:30.773 INFO STEP 313 (remove_files) COMPLETE
62582026-08-31T15:20:31.405Z[ recovery-image] Aug 31 15:20:30.773 INFO O| Aug 31 15:20:30.773 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-08-31T15:20:31.413Z[ recovery-image] Aug 31 15:20:30.784 INFO O| Aug 31 15:20:30.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62602026-08-31T15:20:31.413Z[ recovery-image] Aug 31 15:20:30.784 INFO O| Aug 31 15:20:30.784 INFO STEP 314 (remove_files) COMPLETE
62612026-08-31T15:20:31.413Z[ recovery-image] Aug 31 15:20:30.784 INFO O| Aug 31 15:20:30.784 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-08-31T15:20:31.424Z[ recovery-image] Aug 31 15:20:30.794 INFO O| Aug 31 15:20:30.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62632026-08-31T15:20:31.424Z[ recovery-image] Aug 31 15:20:30.794 INFO O| Aug 31 15:20:30.794 INFO STEP 315 (remove_files) COMPLETE
62642026-08-31T15:20:31.424Z[ recovery-image] Aug 31 15:20:30.794 INFO O| Aug 31 15:20:30.794 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-08-31T15:20:31.435Z[ recovery-image] Aug 31 15:20:30.805 INFO O| Aug 31 15:20:30.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62662026-08-31T15:20:31.435Z[ recovery-image] Aug 31 15:20:30.805 INFO O| Aug 31 15:20:30.805 INFO STEP 316 (remove_files) COMPLETE
62672026-08-31T15:20:31.435Z[ recovery-image] Aug 31 15:20:30.805 INFO O| Aug 31 15:20:30.805 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-08-31T15:20:31.447Z[ recovery-image] Aug 31 15:20:30.814 INFO O| Aug 31 15:20:30.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62692026-08-31T15:20:31.447Z[ recovery-image] Aug 31 15:20:30.814 INFO O| Aug 31 15:20:30.814 INFO STEP 317 (remove_files) COMPLETE
62702026-08-31T15:20:31.448Z[ recovery-image] Aug 31 15:20:30.814 INFO O| Aug 31 15:20:30.814 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-08-31T15:20:31.456Z[ recovery-image] Aug 31 15:20:30.823 INFO O| Aug 31 15:20:30.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62722026-08-31T15:20:31.456Z[ recovery-image] Aug 31 15:20:30.823 INFO O| Aug 31 15:20:30.823 INFO STEP 318 (remove_files) COMPLETE
62732026-08-31T15:20:31.456Z[ recovery-image] Aug 31 15:20:30.823 INFO O| Aug 31 15:20:30.823 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-08-31T15:20:31.463Z[ recovery-image] Aug 31 15:20:30.833 INFO O| Aug 31 15:20:30.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62752026-08-31T15:20:31.463Z[ recovery-image] Aug 31 15:20:30.833 INFO O| Aug 31 15:20:30.833 INFO STEP 319 (remove_files) COMPLETE
62762026-08-31T15:20:31.471Z[ recovery-image] Aug 31 15:20:30.833 INFO O| Aug 31 15:20:30.833 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-08-31T15:20:31.478Z[ recovery-image] Aug 31 15:20:30.843 INFO O| Aug 31 15:20:30.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62782026-08-31T15:20:31.478Z[ recovery-image] Aug 31 15:20:30.844 INFO O| Aug 31 15:20:30.843 INFO STEP 320 (remove_files) COMPLETE
62792026-08-31T15:20:31.478Z[ recovery-image] Aug 31 15:20:30.844 INFO O| Aug 31 15:20:30.844 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-08-31T15:20:31.485Z[ recovery-image] Aug 31 15:20:30.855 INFO O| Aug 31 15:20:30.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62812026-08-31T15:20:31.485Z[ recovery-image] Aug 31 15:20:30.855 INFO O| Aug 31 15:20:30.855 INFO STEP 321 (remove_files) COMPLETE
62822026-08-31T15:20:31.485Z[ recovery-image] Aug 31 15:20:30.855 INFO O| Aug 31 15:20:30.855 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-08-31T15:20:31.500Z[ recovery-image] Aug 31 15:20:30.867 INFO O| Aug 31 15:20:30.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62842026-08-31T15:20:31.500Z[ recovery-image] Aug 31 15:20:30.867 INFO O| Aug 31 15:20:30.867 INFO STEP 322 (remove_files) COMPLETE
62852026-08-31T15:20:31.500Z[ recovery-image] Aug 31 15:20:30.867 INFO O| Aug 31 15:20:30.867 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-08-31T15:20:31.515Z[ recovery-image] Aug 31 15:20:30.877 INFO O| Aug 31 15:20:30.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62872026-08-31T15:20:31.516Z[ recovery-image] Aug 31 15:20:30.877 INFO O| Aug 31 15:20:30.877 INFO STEP 323 (remove_files) COMPLETE
62882026-08-31T15:20:31.516Z[ recovery-image] Aug 31 15:20:30.877 INFO O| Aug 31 15:20:30.877 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-08-31T15:20:31.537Z[ recovery-image] Aug 31 15:20:30.887 INFO O| Aug 31 15:20:30.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62902026-08-31T15:20:31.537Z[ recovery-image] Aug 31 15:20:30.887 INFO O| Aug 31 15:20:30.887 INFO STEP 324 (remove_files) COMPLETE
62912026-08-31T15:20:31.537Z[ recovery-image] Aug 31 15:20:30.887 INFO O| Aug 31 15:20:30.887 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-08-31T15:20:31.562Z[ recovery-image] Aug 31 15:20:30.898 INFO O| Aug 31 15:20:30.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62932026-08-31T15:20:31.562Z[ recovery-image] Aug 31 15:20:30.898 INFO O| Aug 31 15:20:30.898 INFO STEP 325 (remove_files) COMPLETE
62942026-08-31T15:20:31.562Z[ recovery-image] Aug 31 15:20:30.898 INFO O| Aug 31 15:20:30.898 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-08-31T15:20:31.562Z[ recovery-image] Aug 31 15:20:30.907 INFO O| Aug 31 15:20:30.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62962026-08-31T15:20:31.562Z[ recovery-image] Aug 31 15:20:30.908 INFO O| Aug 31 15:20:30.908 INFO STEP 326 (remove_files) COMPLETE
62972026-08-31T15:20:31.562Z[ recovery-image] Aug 31 15:20:30.908 INFO O| Aug 31 15:20:30.908 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-08-31T15:20:31.562Z[ recovery-image] Aug 31 15:20:30.919 INFO O| Aug 31 15:20:30.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62992026-08-31T15:20:31.562Z[ recovery-image] Aug 31 15:20:30.919 INFO O| Aug 31 15:20:30.919 INFO STEP 327 (remove_files) COMPLETE
63002026-08-31T15:20:31.562Z[ recovery-image] Aug 31 15:20:30.919 INFO O| Aug 31 15:20:30.919 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-08-31T15:20:31.566Z[ recovery-image] Aug 31 15:20:30.929 INFO O| Aug 31 15:20:30.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
63022026-08-31T15:20:31.566Z[ recovery-image] Aug 31 15:20:30.929 INFO O| Aug 31 15:20:30.929 INFO STEP 328 (remove_files) COMPLETE
63032026-08-31T15:20:31.566Z[ recovery-image] Aug 31 15:20:30.929 INFO O| Aug 31 15:20:30.929 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-08-31T15:20:31.570Z[ recovery-image] Aug 31 15:20:30.940 INFO O| Aug 31 15:20:30.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
63052026-08-31T15:20:31.570Z[ recovery-image] Aug 31 15:20:30.940 INFO O| Aug 31 15:20:30.940 INFO STEP 329 (remove_files) COMPLETE
63062026-08-31T15:20:31.570Z[ recovery-image] Aug 31 15:20:30.940 INFO O| Aug 31 15:20:30.940 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-08-31T15:20:31.580Z[ recovery-image] Aug 31 15:20:30.951 INFO O| Aug 31 15:20:30.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63082026-08-31T15:20:31.580Z[ recovery-image] Aug 31 15:20:30.951 INFO O| Aug 31 15:20:30.951 INFO STEP 330 (remove_files) COMPLETE
63092026-08-31T15:20:31.580Z[ recovery-image] Aug 31 15:20:30.951 INFO O| Aug 31 15:20:30.951 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-08-31T15:20:31.590Z[ recovery-image] Aug 31 15:20:30.961 INFO O| Aug 31 15:20:30.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63112026-08-31T15:20:31.590Z[ recovery-image] Aug 31 15:20:30.961 INFO O| Aug 31 15:20:30.961 INFO STEP 331 (remove_files) COMPLETE
63122026-08-31T15:20:31.590Z[ recovery-image] Aug 31 15:20:30.961 INFO O| Aug 31 15:20:30.961 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-08-31T15:20:31.603Z[ recovery-image] Aug 31 15:20:30.972 INFO O| Aug 31 15:20:30.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63142026-08-31T15:20:31.604Z[ recovery-image] Aug 31 15:20:30.972 INFO O| Aug 31 15:20:30.972 INFO STEP 332 (remove_files) COMPLETE
63152026-08-31T15:20:31.604Z[ recovery-image] Aug 31 15:20:30.972 INFO O| Aug 31 15:20:30.972 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-08-31T15:20:31.615Z[ recovery-image] Aug 31 15:20:30.981 INFO O| Aug 31 15:20:30.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63172026-08-31T15:20:31.615Z[ recovery-image] Aug 31 15:20:30.981 INFO O| Aug 31 15:20:30.981 INFO STEP 333 (remove_files) COMPLETE
63182026-08-31T15:20:31.615Z[ recovery-image] Aug 31 15:20:30.981 INFO O| Aug 31 15:20:30.981 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-08-31T15:20:31.626Z[ recovery-image] Aug 31 15:20:30.990 INFO O| Aug 31 15:20:30.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63202026-08-31T15:20:31.626Z[ recovery-image] Aug 31 15:20:30.990 INFO O| Aug 31 15:20:30.990 INFO STEP 334 (remove_files) COMPLETE
63212026-08-31T15:20:31.626Z[ recovery-image] Aug 31 15:20:30.990 INFO O| Aug 31 15:20:30.990 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-08-31T15:20:31.634Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
63232026-08-31T15:20:31.634Z[ recovery-image] Aug 31 15:20:31.001 INFO O| Aug 31 15:20:31.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63242026-08-31T15:20:31.634Z[ recovery-image] Aug 31 15:20:31.001 INFO O| Aug 31 15:20:31.001 INFO STEP 335 (remove_files) COMPLETE
63252026-08-31T15:20:31.635Z[ recovery-image] Aug 31 15:20:31.001 INFO O| Aug 31 15:20:31.001 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-08-31T15:20:31.643Z[ recovery-image] Aug 31 15:20:31.010 INFO O| Aug 31 15:20:31.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63272026-08-31T15:20:31.643Z[ recovery-image] Aug 31 15:20:31.010 INFO O| Aug 31 15:20:31.010 INFO STEP 336 (remove_files) COMPLETE
63282026-08-31T15:20:31.643Z[ recovery-image] Aug 31 15:20:31.010 INFO O| Aug 31 15:20:31.010 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-08-31T15:20:31.668Z[ recovery-image] Aug 31 15:20:31.020 INFO O| Aug 31 15:20:31.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63302026-08-31T15:20:31.669Z[ recovery-image] Aug 31 15:20:31.020 INFO O| Aug 31 15:20:31.020 INFO STEP 337 (remove_files) COMPLETE
63312026-08-31T15:20:31.669Z[ recovery-image] Aug 31 15:20:31.020 INFO O| Aug 31 15:20:31.020 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-08-31T15:20:31.679Z[ recovery-image] Aug 31 15:20:31.029 INFO O| Aug 31 15:20:31.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63332026-08-31T15:20:31.679Z[ recovery-image] Aug 31 15:20:31.029 INFO O| Aug 31 15:20:31.029 INFO STEP 338 (remove_files) COMPLETE
63342026-08-31T15:20:31.679Z[ recovery-image] Aug 31 15:20:31.029 INFO O| Aug 31 15:20:31.029 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-08-31T15:20:31.680Z[ recovery-image] Aug 31 15:20:31.038 INFO O| Aug 31 15:20:31.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63362026-08-31T15:20:31.680Z[ recovery-image] Aug 31 15:20:31.038 INFO O| Aug 31 15:20:31.038 INFO STEP 339 (remove_files) COMPLETE
63372026-08-31T15:20:31.680Z[ recovery-image] Aug 31 15:20:31.038 INFO O| Aug 31 15:20:31.038 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-08-31T15:20:31.680Z[ recovery-image] Aug 31 15:20:31.046 INFO O| Aug 31 15:20:31.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63392026-08-31T15:20:31.680Z[ recovery-image] Aug 31 15:20:31.046 INFO O| Aug 31 15:20:31.046 INFO STEP 340 (remove_files) COMPLETE
63402026-08-31T15:20:31.680Z[ recovery-image] Aug 31 15:20:31.046 INFO O| Aug 31 15:20:31.046 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-08-31T15:20:31.699Z[ recovery-image] Aug 31 15:20:31.055 INFO O| Aug 31 15:20:31.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63422026-08-31T15:20:31.700Z[ recovery-image] Aug 31 15:20:31.055 INFO O| Aug 31 15:20:31.055 INFO STEP 341 (remove_files) COMPLETE
63432026-08-31T15:20:31.700Z[ recovery-image] Aug 31 15:20:31.055 INFO O| Aug 31 15:20:31.055 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-08-31T15:20:31.709Z[ recovery-image] Aug 31 15:20:31.063 INFO O| Aug 31 15:20:31.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63452026-08-31T15:20:31.710Z[ recovery-image] Aug 31 15:20:31.063 INFO O| Aug 31 15:20:31.063 INFO STEP 342 (remove_files) COMPLETE
63462026-08-31T15:20:31.710Z[ recovery-image] Aug 31 15:20:31.063 INFO O| Aug 31 15:20:31.063 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-08-31T15:20:31.710Z[ recovery-image] Aug 31 15:20:31.071 INFO O| Aug 31 15:20:31.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63482026-08-31T15:20:31.710Z[ recovery-image] Aug 31 15:20:31.071 INFO O| Aug 31 15:20:31.071 INFO STEP 343 (remove_files) COMPLETE
63492026-08-31T15:20:31.710Z[ recovery-image] Aug 31 15:20:31.071 INFO O| Aug 31 15:20:31.071 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-08-31T15:20:31.714Z[ recovery-image] Aug 31 15:20:31.079 INFO O| Aug 31 15:20:31.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63512026-08-31T15:20:31.714Z[ recovery-image] Aug 31 15:20:31.079 INFO O| Aug 31 15:20:31.079 INFO STEP 344 (remove_files) COMPLETE
63522026-08-31T15:20:31.714Z[ recovery-image] Aug 31 15:20:31.079 INFO O| Aug 31 15:20:31.079 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-08-31T15:20:31.730Z[ recovery-image] Aug 31 15:20:31.098 INFO O| Aug 31 15:20:31.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63542026-08-31T15:20:31.730Z[ recovery-image] Aug 31 15:20:31.098 INFO O| Aug 31 15:20:31.098 INFO STEP 345 (remove_files) COMPLETE
63552026-08-31T15:20:31.739Z[ recovery-image] Aug 31 15:20:31.098 INFO O| Aug 31 15:20:31.098 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-08-31T15:20:31.743Z[ recovery-image] Aug 31 15:20:31.108 INFO O| Aug 31 15:20:31.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63572026-08-31T15:20:31.743Z[ recovery-image] Aug 31 15:20:31.108 INFO O| Aug 31 15:20:31.108 INFO STEP 346 (remove_files) COMPLETE
63582026-08-31T15:20:31.743Z[ recovery-image] Aug 31 15:20:31.108 INFO O| Aug 31 15:20:31.108 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-08-31T15:20:31.747Z[ recovery-image] Aug 31 15:20:31.116 INFO O| Aug 31 15:20:31.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63602026-08-31T15:20:31.747Z[ recovery-image] Aug 31 15:20:31.116 INFO O| Aug 31 15:20:31.116 INFO STEP 347 (remove_files) COMPLETE
63612026-08-31T15:20:31.747Z[ recovery-image] Aug 31 15:20:31.116 INFO O| Aug 31 15:20:31.116 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-08-31T15:20:31.754Z[ recovery-image] Aug 31 15:20:31.125 INFO O| Aug 31 15:20:31.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63632026-08-31T15:20:31.754Z[ recovery-image] Aug 31 15:20:31.125 INFO O| Aug 31 15:20:31.125 INFO STEP 348 (remove_files) COMPLETE
63642026-08-31T15:20:31.757Z[ recovery-image] Aug 31 15:20:31.125 INFO O| Aug 31 15:20:31.125 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-08-31T15:20:31.762Z[ recovery-image] Aug 31 15:20:31.133 INFO O| Aug 31 15:20:31.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63662026-08-31T15:20:31.762Z[ recovery-image] Aug 31 15:20:31.133 INFO O| Aug 31 15:20:31.133 INFO STEP 349 (remove_files) COMPLETE
63672026-08-31T15:20:31.762Z[ recovery-image] Aug 31 15:20:31.133 INFO O| Aug 31 15:20:31.133 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-08-31T15:20:31.770Z[ recovery-image] Aug 31 15:20:31.140 INFO O| Aug 31 15:20:31.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63692026-08-31T15:20:31.770Z[ recovery-image] Aug 31 15:20:31.141 INFO O| Aug 31 15:20:31.141 INFO STEP 350 (remove_files) COMPLETE
63702026-08-31T15:20:31.776Z[ recovery-image] Aug 31 15:20:31.141 INFO O| Aug 31 15:20:31.141 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-08-31T15:20:31.780Z[ recovery-image] Aug 31 15:20:31.149 INFO O| Aug 31 15:20:31.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63722026-08-31T15:20:31.780Z[ recovery-image] Aug 31 15:20:31.149 INFO O| Aug 31 15:20:31.149 INFO STEP 351 (remove_files) COMPLETE
63732026-08-31T15:20:31.780Z[ recovery-image] Aug 31 15:20:31.149 INFO O| Aug 31 15:20:31.149 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-08-31T15:20:31.788Z[ recovery-image] Aug 31 15:20:31.159 INFO O| Aug 31 15:20:31.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63752026-08-31T15:20:31.788Z[ recovery-image] Aug 31 15:20:31.159 INFO O| Aug 31 15:20:31.159 INFO STEP 352 (remove_files) COMPLETE
63762026-08-31T15:20:31.788Z[ recovery-image] Aug 31 15:20:31.159 INFO O| Aug 31 15:20:31.159 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-08-31T15:20:31.796Z[ recovery-image] Aug 31 15:20:31.167 INFO O| Aug 31 15:20:31.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63782026-08-31T15:20:31.797Z[ recovery-image] Aug 31 15:20:31.167 INFO O| Aug 31 15:20:31.167 INFO STEP 353 (remove_files) COMPLETE
63792026-08-31T15:20:31.797Z[ recovery-image] Aug 31 15:20:31.167 INFO O| Aug 31 15:20:31.167 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-08-31T15:20:31.805Z[ recovery-image] Aug 31 15:20:31.176 INFO O| Aug 31 15:20:31.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63812026-08-31T15:20:31.805Z[ recovery-image] Aug 31 15:20:31.176 INFO O| Aug 31 15:20:31.176 INFO STEP 354 (remove_files) COMPLETE
63822026-08-31T15:20:31.805Z[ recovery-image] Aug 31 15:20:31.176 INFO O| Aug 31 15:20:31.176 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-08-31T15:20:31.815Z[ recovery-image] Aug 31 15:20:31.186 INFO O| Aug 31 15:20:31.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63842026-08-31T15:20:31.815Z[ recovery-image] Aug 31 15:20:31.186 INFO O| Aug 31 15:20:31.186 INFO STEP 355 (remove_files) COMPLETE
63852026-08-31T15:20:31.815Z[ recovery-image] Aug 31 15:20:31.186 INFO O| Aug 31 15:20:31.186 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-08-31T15:20:31.826Z[ recovery-image] Aug 31 15:20:31.195 INFO O| Aug 31 15:20:31.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63872026-08-31T15:20:31.826Z[ recovery-image] Aug 31 15:20:31.195 INFO O| Aug 31 15:20:31.195 INFO STEP 356 (remove_files) COMPLETE
63882026-08-31T15:20:31.829Z[ recovery-image] Aug 31 15:20:31.195 INFO O| Aug 31 15:20:31.195 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-08-31T15:20:31.882Z[ recovery-image] Aug 31 15:20:31.205 INFO O| Aug 31 15:20:31.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63902026-08-31T15:20:31.882Z[ recovery-image] Aug 31 15:20:31.205 INFO O| Aug 31 15:20:31.205 INFO STEP 357 (remove_files) COMPLETE
63912026-08-31T15:20:31.882Z[ recovery-image] Aug 31 15:20:31.205 INFO O| Aug 31 15:20:31.205 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-08-31T15:20:31.882Z[ recovery-image] Aug 31 15:20:31.214 INFO O| Aug 31 15:20:31.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63932026-08-31T15:20:31.882Z[ recovery-image] Aug 31 15:20:31.214 INFO O| Aug 31 15:20:31.214 INFO STEP 358 (remove_files) COMPLETE
63942026-08-31T15:20:31.882Z[ recovery-image] Aug 31 15:20:31.214 INFO O| Aug 31 15:20:31.214 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-08-31T15:20:31.882Z[ recovery-image] Aug 31 15:20:31.223 INFO O| Aug 31 15:20:31.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63962026-08-31T15:20:31.882Z[ recovery-image] Aug 31 15:20:31.223 INFO O| Aug 31 15:20:31.223 INFO STEP 359 (remove_files) COMPLETE
63972026-08-31T15:20:31.882Z[ recovery-image] Aug 31 15:20:31.223 INFO O| Aug 31 15:20:31.223 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-08-31T15:20:31.882Z[ recovery-image] Aug 31 15:20:31.231 INFO O| Aug 31 15:20:31.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63992026-08-31T15:20:31.882Z[ recovery-image] Aug 31 15:20:31.232 INFO O| Aug 31 15:20:31.232 INFO STEP 360 (remove_files) COMPLETE
64002026-08-31T15:20:31.882Z[ recovery-image] Aug 31 15:20:31.232 INFO O| Aug 31 15:20:31.232 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-08-31T15:20:31.897Z[ recovery-image] Aug 31 15:20:31.241 INFO O| Aug 31 15:20:31.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
64022026-08-31T15:20:31.898Z[ recovery-image] Aug 31 15:20:31.241 INFO O| Aug 31 15:20:31.241 INFO STEP 361 (remove_files) COMPLETE
64032026-08-31T15:20:31.898Z[ recovery-image] Aug 31 15:20:31.241 INFO O| Aug 31 15:20:31.241 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-08-31T15:20:31.898Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
64052026-08-31T15:20:31.898Z[ recovery-image] Aug 31 15:20:31.249 INFO O| Aug 31 15:20:31.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
64062026-08-31T15:20:31.898Z[ recovery-image] Aug 31 15:20:31.249 INFO O| Aug 31 15:20:31.249 INFO STEP 362 (remove_files) COMPLETE
64072026-08-31T15:20:31.898Z[ recovery-image] Aug 31 15:20:31.249 INFO O| Aug 31 15:20:31.249 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64082026-08-31T15:20:31.898Z[ recovery-image] Aug 31 15:20:31.259 INFO O| Aug 31 15:20:31.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64092026-08-31T15:20:31.898Z[ recovery-image] Aug 31 15:20:31.259 INFO O| Aug 31 15:20:31.259 INFO STEP 363 (remove_files) COMPLETE
64102026-08-31T15:20:31.899Z[ recovery-image] Aug 31 15:20:31.259 INFO O| Aug 31 15:20:31.259 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64112026-08-31T15:20:31.910Z[ recovery-image] Aug 31 15:20:31.268 INFO O| Aug 31 15:20:31.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64122026-08-31T15:20:31.910Z[ recovery-image] Aug 31 15:20:31.268 INFO O| Aug 31 15:20:31.268 INFO STEP 364 (remove_files) COMPLETE
64132026-08-31T15:20:31.911Z[ recovery-image] Aug 31 15:20:31.268 INFO O| Aug 31 15:20:31.268 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64142026-08-31T15:20:31.946Z[ recovery-image] Aug 31 15:20:31.277 INFO O| Aug 31 15:20:31.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64152026-08-31T15:20:31.946Z[ recovery-image] Aug 31 15:20:31.277 INFO O| Aug 31 15:20:31.277 INFO STEP 365 (remove_files) COMPLETE
64162026-08-31T15:20:31.946Z[ recovery-image] Aug 31 15:20:31.277 INFO O| Aug 31 15:20:31.277 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64172026-08-31T15:20:31.946Z[ recovery-image] Aug 31 15:20:31.287 INFO O| Aug 31 15:20:31.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64182026-08-31T15:20:31.946Z[ recovery-image] Aug 31 15:20:31.287 INFO O| Aug 31 15:20:31.287 INFO STEP 366 (remove_files) COMPLETE
64192026-08-31T15:20:31.946Z[ recovery-image] Aug 31 15:20:31.287 INFO O| Aug 31 15:20:31.287 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64202026-08-31T15:20:31.954Z[ recovery-image] Aug 31 15:20:31.296 INFO O| Aug 31 15:20:31.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64212026-08-31T15:20:31.954Z[ recovery-image] Aug 31 15:20:31.296 INFO O| Aug 31 15:20:31.296 INFO STEP 367 (remove_files) COMPLETE
64222026-08-31T15:20:31.954Z[ recovery-image] Aug 31 15:20:31.296 INFO O| Aug 31 15:20:31.296 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64232026-08-31T15:20:31.954Z[ recovery-image] Aug 31 15:20:31.306 INFO O| Aug 31 15:20:31.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64242026-08-31T15:20:31.954Z[ recovery-image] Aug 31 15:20:31.306 INFO O| Aug 31 15:20:31.306 INFO STEP 368 (remove_files) COMPLETE
64252026-08-31T15:20:31.954Z[ recovery-image] Aug 31 15:20:31.306 INFO O| Aug 31 15:20:31.306 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64262026-08-31T15:20:31.954Z[ recovery-image] Aug 31 15:20:31.316 INFO O| Aug 31 15:20:31.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64272026-08-31T15:20:31.954Z[ recovery-image] Aug 31 15:20:31.316 INFO O| Aug 31 15:20:31.316 INFO STEP 369 (remove_files) COMPLETE
64282026-08-31T15:20:31.954Z[ recovery-image] Aug 31 15:20:31.316 INFO O| Aug 31 15:20:31.316 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64292026-08-31T15:20:31.976Z[ recovery-image] Aug 31 15:20:31.326 INFO O| Aug 31 15:20:31.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64302026-08-31T15:20:31.976Z[ recovery-image] Aug 31 15:20:31.326 INFO O| Aug 31 15:20:31.326 INFO STEP 370 (remove_files) COMPLETE
64312026-08-31T15:20:31.976Z[ recovery-image] Aug 31 15:20:31.326 INFO O| Aug 31 15:20:31.326 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64322026-08-31T15:20:31.988Z[ recovery-image] Aug 31 15:20:31.335 INFO O| Aug 31 15:20:31.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64332026-08-31T15:20:31.988Z[ recovery-image] Aug 31 15:20:31.336 INFO O| Aug 31 15:20:31.336 INFO STEP 371 (remove_files) COMPLETE
64342026-08-31T15:20:31.988Z[ recovery-image] Aug 31 15:20:31.336 INFO O| Aug 31 15:20:31.336 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64352026-08-31T15:20:31.988Z[ recovery-image] Aug 31 15:20:31.345 INFO O| Aug 31 15:20:31.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64362026-08-31T15:20:31.988Z[ recovery-image] Aug 31 15:20:31.346 INFO O| Aug 31 15:20:31.346 INFO STEP 372 (remove_files) COMPLETE
64372026-08-31T15:20:31.989Z[ recovery-image] Aug 31 15:20:31.346 INFO O| Aug 31 15:20:31.346 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64382026-08-31T15:20:32.005Z[ recovery-image] Aug 31 15:20:31.355 INFO O| Aug 31 15:20:31.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64392026-08-31T15:20:32.005Z[ recovery-image] Aug 31 15:20:31.355 INFO O| Aug 31 15:20:31.355 INFO STEP 373 (remove_files) COMPLETE
64402026-08-31T15:20:32.006Z[ recovery-image] Aug 31 15:20:31.355 INFO O| Aug 31 15:20:31.355 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64412026-08-31T15:20:32.006Z[verify-libraries] Compiling socket2 v0.5.10
64422026-08-31T15:20:32.012Z[ recovery-image] Aug 31 15:20:31.366 INFO O| Aug 31 15:20:31.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64432026-08-31T15:20:32.012Z[ recovery-image] Aug 31 15:20:31.366 INFO O| Aug 31 15:20:31.366 INFO STEP 374 (remove_files) COMPLETE
64442026-08-31T15:20:32.012Z[ recovery-image] Aug 31 15:20:31.366 INFO O| Aug 31 15:20:31.366 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-08-31T15:20:32.012Z[ recovery-image] Aug 31 15:20:31.374 INFO O| Aug 31 15:20:31.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64462026-08-31T15:20:32.012Z[ recovery-image] Aug 31 15:20:31.374 INFO O| Aug 31 15:20:31.374 INFO STEP 375 (remove_files) COMPLETE
64472026-08-31T15:20:32.012Z[ recovery-image] Aug 31 15:20:31.374 INFO O| Aug 31 15:20:31.374 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-08-31T15:20:32.016Z[ recovery-image] Aug 31 15:20:31.382 INFO O| Aug 31 15:20:31.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64492026-08-31T15:20:32.016Z[ recovery-image] Aug 31 15:20:31.382 INFO O| Aug 31 15:20:31.382 INFO STEP 376 (remove_files) COMPLETE
64502026-08-31T15:20:32.016Z[ recovery-image] Aug 31 15:20:31.382 INFO O| Aug 31 15:20:31.382 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-08-31T15:20:32.020Z[ recovery-image] Aug 31 15:20:31.391 INFO O| Aug 31 15:20:31.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64522026-08-31T15:20:32.020Z[ recovery-image] Aug 31 15:20:31.391 INFO O| Aug 31 15:20:31.391 INFO STEP 377 (remove_files) COMPLETE
64532026-08-31T15:20:32.020Z[ recovery-image] Aug 31 15:20:31.391 INFO O| Aug 31 15:20:31.391 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-08-31T15:20:32.028Z[ recovery-image] Aug 31 15:20:31.399 INFO O| Aug 31 15:20:31.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64552026-08-31T15:20:32.028Z[ recovery-image] Aug 31 15:20:31.399 INFO O| Aug 31 15:20:31.399 INFO STEP 378 (remove_files) COMPLETE
64562026-08-31T15:20:32.028Z[ recovery-image] Aug 31 15:20:31.399 INFO O| Aug 31 15:20:31.399 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-08-31T15:20:32.038Z[ recovery-image] Aug 31 15:20:31.409 INFO O| Aug 31 15:20:31.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64582026-08-31T15:20:32.038Z[ recovery-image] Aug 31 15:20:31.409 INFO O| Aug 31 15:20:31.409 INFO STEP 379 (remove_files) COMPLETE
64592026-08-31T15:20:32.038Z[ recovery-image] Aug 31 15:20:31.409 INFO O| Aug 31 15:20:31.409 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-08-31T15:20:32.049Z[ recovery-image] Aug 31 15:20:31.417 INFO O| Aug 31 15:20:31.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64612026-08-31T15:20:32.049Z[ recovery-image] Aug 31 15:20:31.418 INFO O| Aug 31 15:20:31.418 INFO STEP 380 (remove_files) COMPLETE
64622026-08-31T15:20:32.049Z[ recovery-image] Aug 31 15:20:31.418 INFO O| Aug 31 15:20:31.418 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-08-31T15:20:32.060Z[ recovery-image] Aug 31 15:20:31.425 INFO O| Aug 31 15:20:31.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64642026-08-31T15:20:32.061Z[ recovery-image] Aug 31 15:20:31.426 INFO O| Aug 31 15:20:31.426 INFO STEP 381 (remove_files) COMPLETE
64652026-08-31T15:20:32.061Z[ recovery-image] Aug 31 15:20:31.426 INFO O| Aug 31 15:20:31.426 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-08-31T15:20:32.072Z[ recovery-image] Aug 31 15:20:31.436 INFO O| Aug 31 15:20:31.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64672026-08-31T15:20:32.072Z[ recovery-image] Aug 31 15:20:31.436 INFO O| Aug 31 15:20:31.436 INFO STEP 382 (remove_files) COMPLETE
64682026-08-31T15:20:32.072Z[ recovery-image] Aug 31 15:20:31.436 INFO O| Aug 31 15:20:31.436 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-08-31T15:20:32.102Z[ recovery-image] Aug 31 15:20:31.446 INFO O| Aug 31 15:20:31.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64702026-08-31T15:20:32.102Z[ recovery-image] Aug 31 15:20:31.446 INFO O| Aug 31 15:20:31.446 INFO STEP 383 (remove_files) COMPLETE
64712026-08-31T15:20:32.102Z[ recovery-image] Aug 31 15:20:31.446 INFO O| Aug 31 15:20:31.446 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-08-31T15:20:32.126Z[ recovery-image] Aug 31 15:20:31.456 INFO O| Aug 31 15:20:31.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64732026-08-31T15:20:32.126Z[ recovery-image] Aug 31 15:20:31.456 INFO O| Aug 31 15:20:31.456 INFO STEP 384 (remove_files) COMPLETE
64742026-08-31T15:20:32.126Z[ recovery-image] Aug 31 15:20:31.456 INFO O| Aug 31 15:20:31.456 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-08-31T15:20:32.126Z[ recovery-image] Aug 31 15:20:31.466 INFO O| Aug 31 15:20:31.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64762026-08-31T15:20:32.126Z[ recovery-image] Aug 31 15:20:31.466 INFO O| Aug 31 15:20:31.466 INFO STEP 385 (remove_files) COMPLETE
64772026-08-31T15:20:32.126Z[ recovery-image] Aug 31 15:20:31.466 INFO O| Aug 31 15:20:31.466 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-08-31T15:20:32.126Z[ recovery-image] Aug 31 15:20:31.476 INFO O| Aug 31 15:20:31.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64792026-08-31T15:20:32.126Z[ recovery-image] Aug 31 15:20:31.476 INFO O| Aug 31 15:20:31.476 INFO STEP 386 (remove_files) COMPLETE
64802026-08-31T15:20:32.126Z[ recovery-image] Aug 31 15:20:31.476 INFO O| Aug 31 15:20:31.476 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-08-31T15:20:32.126Z[ recovery-image] Aug 31 15:20:31.486 INFO O| Aug 31 15:20:31.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64822026-08-31T15:20:32.126Z[ recovery-image] Aug 31 15:20:31.486 INFO O| Aug 31 15:20:31.486 INFO STEP 387 (remove_files) COMPLETE
64832026-08-31T15:20:32.126Z[ recovery-image] Aug 31 15:20:31.486 INFO O| Aug 31 15:20:31.486 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-08-31T15:20:32.132Z[ recovery-image] Aug 31 15:20:31.496 INFO O| Aug 31 15:20:31.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64852026-08-31T15:20:32.132Z[ recovery-image] Aug 31 15:20:31.496 INFO O| Aug 31 15:20:31.496 INFO STEP 388 (remove_files) COMPLETE
64862026-08-31T15:20:32.132Z[ recovery-image] Aug 31 15:20:31.496 INFO O| Aug 31 15:20:31.496 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-08-31T15:20:32.139Z[ recovery-image] Aug 31 15:20:31.505 INFO O| Aug 31 15:20:31.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64882026-08-31T15:20:32.139Z[ recovery-image] Aug 31 15:20:31.505 INFO O| Aug 31 15:20:31.505 INFO STEP 389 (remove_files) COMPLETE
64892026-08-31T15:20:32.139Z[ recovery-image] Aug 31 15:20:31.505 INFO O| Aug 31 15:20:31.505 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-08-31T15:20:32.159Z[ recovery-image] Aug 31 15:20:31.516 INFO O| Aug 31 15:20:31.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64912026-08-31T15:20:32.159Z[ recovery-image] Aug 31 15:20:31.516 INFO O| Aug 31 15:20:31.516 INFO STEP 390 (remove_files) COMPLETE
64922026-08-31T15:20:32.159Z[ recovery-image] Aug 31 15:20:31.516 INFO O| Aug 31 15:20:31.516 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-08-31T15:20:32.172Z[ recovery-image] Aug 31 15:20:31.525 INFO O| Aug 31 15:20:31.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64942026-08-31T15:20:32.172Z[ recovery-image] Aug 31 15:20:31.525 INFO O| Aug 31 15:20:31.525 INFO STEP 391 (remove_files) COMPLETE
64952026-08-31T15:20:32.172Z[ recovery-image] Aug 31 15:20:31.525 INFO O| Aug 31 15:20:31.525 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-08-31T15:20:32.172Z[ recovery-image] Aug 31 15:20:31.534 INFO O| Aug 31 15:20:31.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64972026-08-31T15:20:32.172Z[ recovery-image] Aug 31 15:20:31.534 INFO O| Aug 31 15:20:31.534 INFO STEP 392 (remove_files) COMPLETE
64982026-08-31T15:20:32.172Z[ recovery-image] Aug 31 15:20:31.534 INFO O| Aug 31 15:20:31.534 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-08-31T15:20:32.176Z[ recovery-image] Aug 31 15:20:31.544 INFO O| Aug 31 15:20:31.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
65002026-08-31T15:20:32.176Z[ recovery-image] Aug 31 15:20:31.545 INFO O| Aug 31 15:20:31.544 INFO STEP 393 (remove_files) COMPLETE
65012026-08-31T15:20:32.176Z[ recovery-image] Aug 31 15:20:31.545 INFO O| Aug 31 15:20:31.544 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-08-31T15:20:32.188Z[ recovery-image] Aug 31 15:20:31.554 INFO O| Aug 31 15:20:31.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
65032026-08-31T15:20:32.188Z[ recovery-image] Aug 31 15:20:31.554 INFO O| Aug 31 15:20:31.554 INFO STEP 394 (remove_files) COMPLETE
65042026-08-31T15:20:32.188Z[ recovery-image] Aug 31 15:20:31.554 INFO O| Aug 31 15:20:31.554 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-08-31T15:20:32.193Z[ recovery-image] Aug 31 15:20:31.564 INFO O| Aug 31 15:20:31.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65062026-08-31T15:20:32.193Z[ recovery-image] Aug 31 15:20:31.564 INFO O| Aug 31 15:20:31.564 INFO STEP 395 (remove_files) COMPLETE
65072026-08-31T15:20:32.196Z[ recovery-image] Aug 31 15:20:31.564 INFO O| Aug 31 15:20:31.564 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-08-31T15:20:32.202Z[ recovery-image] Aug 31 15:20:31.573 INFO O| Aug 31 15:20:31.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65092026-08-31T15:20:32.202Z[ recovery-image] Aug 31 15:20:31.573 INFO O| Aug 31 15:20:31.573 INFO STEP 396 (remove_files) COMPLETE
65102026-08-31T15:20:32.202Z[ recovery-image] Aug 31 15:20:31.573 INFO O| Aug 31 15:20:31.573 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-08-31T15:20:32.210Z[verify-libraries] Compiling fs-err v2.11.0
65122026-08-31T15:20:32.213Z[ recovery-image] Aug 31 15:20:31.583 INFO O| Aug 31 15:20:31.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65132026-08-31T15:20:32.213Z[ recovery-image] Aug 31 15:20:31.583 INFO O| Aug 31 15:20:31.583 INFO STEP 397 (remove_files) COMPLETE
65142026-08-31T15:20:32.213Z[ recovery-image] Aug 31 15:20:31.583 INFO O| Aug 31 15:20:31.583 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-08-31T15:20:32.221Z[ recovery-image] Aug 31 15:20:31.592 INFO O| Aug 31 15:20:31.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65162026-08-31T15:20:32.221Z[ recovery-image] Aug 31 15:20:31.592 INFO O| Aug 31 15:20:31.592 INFO STEP 398 (remove_files) COMPLETE
65172026-08-31T15:20:32.221Z[ recovery-image] Aug 31 15:20:31.592 INFO O| Aug 31 15:20:31.592 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-08-31T15:20:32.230Z[ recovery-image] Aug 31 15:20:31.601 INFO O| Aug 31 15:20:31.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65192026-08-31T15:20:32.230Z[ recovery-image] Aug 31 15:20:31.601 INFO O| Aug 31 15:20:31.601 INFO STEP 399 (remove_files) COMPLETE
65202026-08-31T15:20:32.230Z[ recovery-image] Aug 31 15:20:31.601 INFO O| Aug 31 15:20:31.601 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-08-31T15:20:32.239Z[ recovery-image] Aug 31 15:20:31.610 INFO O| Aug 31 15:20:31.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65222026-08-31T15:20:32.239Z[ recovery-image] Aug 31 15:20:31.610 INFO O| Aug 31 15:20:31.610 INFO STEP 400 (remove_files) COMPLETE
65232026-08-31T15:20:32.239Z[ recovery-image] Aug 31 15:20:31.610 INFO O| Aug 31 15:20:31.610 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-08-31T15:20:32.249Z[ recovery-image] Aug 31 15:20:31.620 INFO O| Aug 31 15:20:31.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65252026-08-31T15:20:32.249Z[ recovery-image] Aug 31 15:20:31.620 INFO O| Aug 31 15:20:31.620 INFO STEP 401 (remove_files) COMPLETE
65262026-08-31T15:20:32.249Z[ recovery-image] Aug 31 15:20:31.620 INFO O| Aug 31 15:20:31.620 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-08-31T15:20:32.260Z[ recovery-image] Aug 31 15:20:31.631 INFO O| Aug 31 15:20:31.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65282026-08-31T15:20:32.260Z[ recovery-image] Aug 31 15:20:31.631 INFO O| Aug 31 15:20:31.631 INFO STEP 402 (remove_files) COMPLETE
65292026-08-31T15:20:32.260Z[ recovery-image] Aug 31 15:20:31.631 INFO O| Aug 31 15:20:31.631 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-08-31T15:20:32.272Z[ recovery-image] Aug 31 15:20:31.642 INFO O| Aug 31 15:20:31.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65312026-08-31T15:20:32.272Z[ recovery-image] Aug 31 15:20:31.642 INFO O| Aug 31 15:20:31.642 INFO STEP 403 (remove_files) COMPLETE
65322026-08-31T15:20:32.272Z[ recovery-image] Aug 31 15:20:31.642 INFO O| Aug 31 15:20:31.642 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-08-31T15:20:32.280Z[ recovery-image] Aug 31 15:20:31.650 INFO O| Aug 31 15:20:31.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65342026-08-31T15:20:32.280Z[ recovery-image] Aug 31 15:20:31.651 INFO O| Aug 31 15:20:31.651 INFO STEP 404 (remove_files) COMPLETE
65352026-08-31T15:20:32.314Z[ recovery-image] Aug 31 15:20:31.651 INFO O| Aug 31 15:20:31.651 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-08-31T15:20:32.353Z[ recovery-image] Aug 31 15:20:31.724 INFO O| Aug 31 15:20:31.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65372026-08-31T15:20:32.356Z[ recovery-image] Aug 31 15:20:31.725 INFO O| Aug 31 15:20:31.725 INFO STEP 405 (remove_files) COMPLETE
65382026-08-31T15:20:32.356Z[ recovery-image] Aug 31 15:20:31.725 INFO O| Aug 31 15:20:31.725 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-08-31T15:20:32.364Z[ recovery-image] Aug 31 15:20:31.735 INFO O| Aug 31 15:20:31.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65402026-08-31T15:20:32.367Z[ recovery-image] Aug 31 15:20:31.735 INFO O| Aug 31 15:20:31.735 INFO STEP 406 (remove_files) COMPLETE
65412026-08-31T15:20:32.367Z[ recovery-image] Aug 31 15:20:31.735 INFO O| Aug 31 15:20:31.735 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-08-31T15:20:32.376Z[ recovery-image] Aug 31 15:20:31.747 INFO O| Aug 31 15:20:31.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65432026-08-31T15:20:32.376Z[ recovery-image] Aug 31 15:20:31.747 INFO O| Aug 31 15:20:31.747 INFO STEP 407 (remove_files) COMPLETE
65442026-08-31T15:20:32.376Z[ recovery-image] Aug 31 15:20:31.747 INFO O| Aug 31 15:20:31.747 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-08-31T15:20:32.387Z[ recovery-image] Aug 31 15:20:31.758 INFO O| Aug 31 15:20:31.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65462026-08-31T15:20:32.388Z[ recovery-image] Aug 31 15:20:31.758 INFO O| Aug 31 15:20:31.758 INFO STEP 408 (remove_files) COMPLETE
65472026-08-31T15:20:32.388Z[ recovery-image] Aug 31 15:20:31.758 INFO O| Aug 31 15:20:31.758 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-08-31T15:20:32.396Z[ recovery-image] Aug 31 15:20:31.767 INFO O| Aug 31 15:20:31.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65492026-08-31T15:20:32.396Z[ recovery-image] Aug 31 15:20:31.767 INFO O| Aug 31 15:20:31.767 INFO STEP 409 (remove_files) COMPLETE
65502026-08-31T15:20:32.396Z[ recovery-image] Aug 31 15:20:31.767 INFO O| Aug 31 15:20:31.767 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-08-31T15:20:32.408Z[ recovery-image] Aug 31 15:20:31.777 INFO O| Aug 31 15:20:31.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65522026-08-31T15:20:32.408Z[ recovery-image] Aug 31 15:20:31.777 INFO O| Aug 31 15:20:31.777 INFO STEP 410 (remove_files) COMPLETE
65532026-08-31T15:20:32.408Z[ recovery-image] Aug 31 15:20:31.778 INFO O| Aug 31 15:20:31.777 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-08-31T15:20:32.418Z[ recovery-image] Aug 31 15:20:31.788 INFO O| Aug 31 15:20:31.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65552026-08-31T15:20:32.418Z[ recovery-image] Aug 31 15:20:31.788 INFO O| Aug 31 15:20:31.788 INFO STEP 411 (remove_files) COMPLETE
65562026-08-31T15:20:32.422Z[ recovery-image] Aug 31 15:20:31.788 INFO O| Aug 31 15:20:31.788 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-08-31T15:20:32.433Z[ recovery-image] Aug 31 15:20:31.804 INFO O| Aug 31 15:20:31.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65582026-08-31T15:20:32.433Z[ recovery-image] Aug 31 15:20:31.804 INFO O| Aug 31 15:20:31.804 INFO STEP 412 (remove_files) COMPLETE
65592026-08-31T15:20:32.436Z[ recovery-image] Aug 31 15:20:31.804 INFO O| Aug 31 15:20:31.804 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-08-31T15:20:32.445Z[ recovery-image] Aug 31 15:20:31.816 INFO O| Aug 31 15:20:31.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65612026-08-31T15:20:32.445Z[ recovery-image] Aug 31 15:20:31.816 INFO O| Aug 31 15:20:31.816 INFO STEP 413 (remove_files) COMPLETE
65622026-08-31T15:20:32.445Z[ recovery-image] Aug 31 15:20:31.816 INFO O| Aug 31 15:20:31.816 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-08-31T15:20:32.457Z[ recovery-image] Aug 31 15:20:31.827 INFO O| Aug 31 15:20:31.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65642026-08-31T15:20:32.457Z[ recovery-image] Aug 31 15:20:31.827 INFO O| Aug 31 15:20:31.827 INFO STEP 414 (remove_files) COMPLETE
65652026-08-31T15:20:32.457Z[ recovery-image] Aug 31 15:20:31.827 INFO O| Aug 31 15:20:31.827 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-08-31T15:20:32.467Z[ recovery-image] Aug 31 15:20:31.838 INFO O| Aug 31 15:20:31.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65672026-08-31T15:20:32.467Z[ recovery-image] Aug 31 15:20:31.838 INFO O| Aug 31 15:20:31.838 INFO STEP 415 (remove_files) COMPLETE
65682026-08-31T15:20:32.470Z[ recovery-image] Aug 31 15:20:31.838 INFO O| Aug 31 15:20:31.838 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-08-31T15:20:32.476Z[ recovery-image] Aug 31 15:20:31.847 INFO O| Aug 31 15:20:31.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65702026-08-31T15:20:32.476Z[ recovery-image] Aug 31 15:20:31.847 INFO O| Aug 31 15:20:31.847 INFO STEP 416 (remove_files) COMPLETE
65712026-08-31T15:20:32.479Z[ recovery-image] Aug 31 15:20:31.847 INFO O| Aug 31 15:20:31.847 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-08-31T15:20:32.486Z[ recovery-image] Aug 31 15:20:31.857 INFO O| Aug 31 15:20:31.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65732026-08-31T15:20:32.486Z[ recovery-image] Aug 31 15:20:31.857 INFO O| Aug 31 15:20:31.857 INFO STEP 417 (remove_files) COMPLETE
65742026-08-31T15:20:32.490Z[ recovery-image] Aug 31 15:20:31.857 INFO O| Aug 31 15:20:31.857 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-08-31T15:20:32.497Z[ recovery-image] Aug 31 15:20:31.868 INFO O| Aug 31 15:20:31.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65762026-08-31T15:20:32.497Z[ recovery-image] Aug 31 15:20:31.868 INFO O| Aug 31 15:20:31.868 INFO STEP 418 (remove_files) COMPLETE
65772026-08-31T15:20:32.497Z[ recovery-image] Aug 31 15:20:31.868 INFO O| Aug 31 15:20:31.868 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-08-31T15:20:32.512Z[ recovery-image] Aug 31 15:20:31.878 INFO O| Aug 31 15:20:31.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65792026-08-31T15:20:32.512Z[ recovery-image] Aug 31 15:20:31.878 INFO O| Aug 31 15:20:31.878 INFO STEP 419 (remove_files) COMPLETE
65802026-08-31T15:20:32.515Z[ recovery-image] Aug 31 15:20:31.878 INFO O| Aug 31 15:20:31.878 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-08-31T15:20:32.519Z[ recovery-image] Aug 31 15:20:31.890 INFO O| Aug 31 15:20:31.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65822026-08-31T15:20:32.519Z[ recovery-image] Aug 31 15:20:31.890 INFO O| Aug 31 15:20:31.890 INFO STEP 420 (remove_files) COMPLETE
65832026-08-31T15:20:32.519Z[ recovery-image] Aug 31 15:20:31.890 INFO O| Aug 31 15:20:31.890 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-08-31T15:20:32.531Z[ recovery-image] Aug 31 15:20:31.902 INFO O| Aug 31 15:20:31.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65852026-08-31T15:20:32.531Z[ recovery-image] Aug 31 15:20:31.902 INFO O| Aug 31 15:20:31.902 INFO STEP 421 (remove_files) COMPLETE
65862026-08-31T15:20:32.531Z[ recovery-image] Aug 31 15:20:31.902 INFO O| Aug 31 15:20:31.902 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-08-31T15:20:32.541Z[ recovery-image] Aug 31 15:20:31.912 INFO O| Aug 31 15:20:31.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65882026-08-31T15:20:32.541Z[ recovery-image] Aug 31 15:20:31.912 INFO O| Aug 31 15:20:31.912 INFO STEP 422 (remove_files) COMPLETE
65892026-08-31T15:20:32.544Z[ recovery-image] Aug 31 15:20:31.912 INFO O| Aug 31 15:20:31.912 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-08-31T15:20:32.551Z[ recovery-image] Aug 31 15:20:31.922 INFO O| Aug 31 15:20:31.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65912026-08-31T15:20:32.551Z[ recovery-image] Aug 31 15:20:31.922 INFO O| Aug 31 15:20:31.922 INFO STEP 423 (remove_files) COMPLETE
65922026-08-31T15:20:32.551Z[ recovery-image] Aug 31 15:20:31.922 INFO O| Aug 31 15:20:31.922 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-08-31T15:20:32.562Z[ recovery-image] Aug 31 15:20:31.933 INFO O| Aug 31 15:20:31.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65942026-08-31T15:20:32.562Z[ recovery-image] Aug 31 15:20:31.933 INFO O| Aug 31 15:20:31.933 INFO STEP 424 (remove_files) COMPLETE
65952026-08-31T15:20:32.562Z[ recovery-image] Aug 31 15:20:31.933 INFO O| Aug 31 15:20:31.933 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-08-31T15:20:32.566Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
65972026-08-31T15:20:32.573Z[ recovery-image] Aug 31 15:20:31.944 INFO O| Aug 31 15:20:31.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65982026-08-31T15:20:32.573Z[ recovery-image] Aug 31 15:20:31.944 INFO O| Aug 31 15:20:31.944 INFO STEP 425 (remove_files) COMPLETE
65992026-08-31T15:20:32.576Z[ recovery-image] Aug 31 15:20:31.944 INFO O| Aug 31 15:20:31.944 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-08-31T15:20:32.582Z[ recovery-image] Aug 31 15:20:31.953 INFO O| Aug 31 15:20:31.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
66012026-08-31T15:20:32.582Z[ recovery-image] Aug 31 15:20:31.953 INFO O| Aug 31 15:20:31.953 INFO STEP 426 (remove_files) COMPLETE
66022026-08-31T15:20:32.582Z[ recovery-image] Aug 31 15:20:31.953 INFO O| Aug 31 15:20:31.953 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-08-31T15:20:32.595Z[ recovery-image] Aug 31 15:20:31.965 INFO O| Aug 31 15:20:31.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
66042026-08-31T15:20:32.595Z[ recovery-image] Aug 31 15:20:31.965 INFO O| Aug 31 15:20:31.965 INFO STEP 427 (remove_files) COMPLETE
66052026-08-31T15:20:32.595Z[ recovery-image] Aug 31 15:20:31.965 INFO O| Aug 31 15:20:31.965 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-08-31T15:20:32.599Z[verify-libraries] Compiling internet-checksum v0.2.1
66072026-08-31T15:20:32.604Z[ recovery-image] Aug 31 15:20:31.975 INFO O| Aug 31 15:20:31.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66082026-08-31T15:20:32.604Z[ recovery-image] Aug 31 15:20:31.975 INFO O| Aug 31 15:20:31.975 INFO STEP 428 (remove_files) COMPLETE
66092026-08-31T15:20:32.604Z[ recovery-image] Aug 31 15:20:31.975 INFO O| Aug 31 15:20:31.975 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-08-31T15:20:32.616Z[ recovery-image] Aug 31 15:20:31.986 INFO O| Aug 31 15:20:31.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66112026-08-31T15:20:32.616Z[ recovery-image] Aug 31 15:20:31.986 INFO O| Aug 31 15:20:31.986 INFO STEP 429 (remove_files) COMPLETE
66122026-08-31T15:20:32.616Z[ recovery-image] Aug 31 15:20:31.986 INFO O| Aug 31 15:20:31.986 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-08-31T15:20:32.626Z[ recovery-image] Aug 31 15:20:31.997 INFO O| Aug 31 15:20:31.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66142026-08-31T15:20:32.626Z[ recovery-image] Aug 31 15:20:31.997 INFO O| Aug 31 15:20:31.997 INFO STEP 430 (remove_files) COMPLETE
66152026-08-31T15:20:32.626Z[ recovery-image] Aug 31 15:20:31.997 INFO O| Aug 31 15:20:31.997 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-08-31T15:20:32.639Z[ recovery-image] Aug 31 15:20:32.010 INFO O| Aug 31 15:20:32.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66172026-08-31T15:20:32.639Z[ recovery-image] Aug 31 15:20:32.010 INFO O| Aug 31 15:20:32.010 INFO STEP 431 (remove_files) COMPLETE
66182026-08-31T15:20:32.639Z[ recovery-image] Aug 31 15:20:32.010 INFO O| Aug 31 15:20:32.010 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-08-31T15:20:32.650Z[ recovery-image] Aug 31 15:20:32.021 INFO O| Aug 31 15:20:32.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66202026-08-31T15:20:32.650Z[ recovery-image] Aug 31 15:20:32.021 INFO O| Aug 31 15:20:32.021 INFO STEP 432 (remove_files) COMPLETE
66212026-08-31T15:20:32.650Z[ recovery-image] Aug 31 15:20:32.021 INFO O| Aug 31 15:20:32.021 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-08-31T15:20:32.663Z[ recovery-image] Aug 31 15:20:32.034 INFO O| Aug 31 15:20:32.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66232026-08-31T15:20:32.663Z[ recovery-image] Aug 31 15:20:32.034 INFO O| Aug 31 15:20:32.034 INFO STEP 433 (remove_files) COMPLETE
66242026-08-31T15:20:32.663Z[ recovery-image] Aug 31 15:20:32.034 INFO O| Aug 31 15:20:32.034 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-08-31T15:20:32.673Z[ recovery-image] Aug 31 15:20:32.044 INFO O| Aug 31 15:20:32.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66262026-08-31T15:20:32.674Z[ recovery-image] Aug 31 15:20:32.044 INFO O| Aug 31 15:20:32.044 INFO STEP 434 (remove_files) COMPLETE
66272026-08-31T15:20:32.674Z[ recovery-image] Aug 31 15:20:32.044 INFO O| Aug 31 15:20:32.044 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-08-31T15:20:32.684Z[ recovery-image] Aug 31 15:20:32.054 INFO O| Aug 31 15:20:32.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66292026-08-31T15:20:32.695Z[ recovery-image] Aug 31 15:20:32.058 INFO O| Aug 31 15:20:32.056 INFO STEP 435 (remove_files) COMPLETE
66302026-08-31T15:20:32.695Z[ recovery-image] Aug 31 15:20:32.058 INFO O| Aug 31 15:20:32.056 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-08-31T15:20:32.700Z[ recovery-image] Aug 31 15:20:32.067 INFO O| Aug 31 15:20:32.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66322026-08-31T15:20:32.700Z[ recovery-image] Aug 31 15:20:32.067 INFO O| Aug 31 15:20:32.067 INFO STEP 436 (remove_files) COMPLETE
66332026-08-31T15:20:32.700Z[ recovery-image] Aug 31 15:20:32.067 INFO O| Aug 31 15:20:32.067 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-08-31T15:20:32.706Z[ recovery-image] Aug 31 15:20:32.077 INFO O| Aug 31 15:20:32.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66352026-08-31T15:20:32.706Z[ recovery-image] Aug 31 15:20:32.077 INFO O| Aug 31 15:20:32.077 INFO STEP 437 (remove_files) COMPLETE
66362026-08-31T15:20:32.706Z[ recovery-image] Aug 31 15:20:32.077 INFO O| Aug 31 15:20:32.077 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-08-31T15:20:32.717Z[ recovery-image] Aug 31 15:20:32.088 INFO O| Aug 31 15:20:32.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66382026-08-31T15:20:32.717Z[ recovery-image] Aug 31 15:20:32.088 INFO O| Aug 31 15:20:32.088 INFO STEP 438 (remove_files) COMPLETE
66392026-08-31T15:20:32.720Z[ recovery-image] Aug 31 15:20:32.088 INFO O| Aug 31 15:20:32.088 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-08-31T15:20:32.727Z[ recovery-image] Aug 31 15:20:32.098 INFO O| Aug 31 15:20:32.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66412026-08-31T15:20:32.727Z[ recovery-image] Aug 31 15:20:32.098 INFO O| Aug 31 15:20:32.098 INFO STEP 439 (remove_files) COMPLETE
66422026-08-31T15:20:32.731Z[ recovery-image] Aug 31 15:20:32.098 INFO O| Aug 31 15:20:32.098 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-08-31T15:20:32.738Z[ recovery-image] Aug 31 15:20:32.109 INFO O| Aug 31 15:20:32.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66442026-08-31T15:20:32.738Z[ recovery-image] Aug 31 15:20:32.109 INFO O| Aug 31 15:20:32.109 INFO STEP 440 (remove_files) COMPLETE
66452026-08-31T15:20:32.738Z[ recovery-image] Aug 31 15:20:32.109 INFO O| Aug 31 15:20:32.109 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-08-31T15:20:32.748Z[ recovery-image] Aug 31 15:20:32.119 INFO O| Aug 31 15:20:32.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66472026-08-31T15:20:32.748Z[ recovery-image] Aug 31 15:20:32.119 INFO O| Aug 31 15:20:32.119 INFO STEP 441 (remove_files) COMPLETE
66482026-08-31T15:20:32.748Z[ recovery-image] Aug 31 15:20:32.119 INFO O| Aug 31 15:20:32.119 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-08-31T15:20:32.759Z[ recovery-image] Aug 31 15:20:32.130 INFO O| Aug 31 15:20:32.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66502026-08-31T15:20:32.760Z[ recovery-image] Aug 31 15:20:32.130 INFO O| Aug 31 15:20:32.130 INFO STEP 442 (remove_files) COMPLETE
66512026-08-31T15:20:32.760Z[ recovery-image] Aug 31 15:20:32.130 INFO O| Aug 31 15:20:32.130 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-08-31T15:20:32.768Z[ recovery-image] Aug 31 15:20:32.139 INFO O| Aug 31 15:20:32.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66532026-08-31T15:20:32.768Z[ recovery-image] Aug 31 15:20:32.139 INFO O| Aug 31 15:20:32.139 INFO STEP 443 (remove_files) COMPLETE
66542026-08-31T15:20:32.771Z[ recovery-image] Aug 31 15:20:32.139 INFO O| Aug 31 15:20:32.139 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-08-31T15:20:32.779Z[ recovery-image] Aug 31 15:20:32.150 INFO O| Aug 31 15:20:32.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66562026-08-31T15:20:32.779Z[ recovery-image] Aug 31 15:20:32.150 INFO O| Aug 31 15:20:32.150 INFO STEP 444 (remove_files) COMPLETE
66572026-08-31T15:20:32.779Z[ recovery-image] Aug 31 15:20:32.150 INFO O| Aug 31 15:20:32.150 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-08-31T15:20:32.789Z[ recovery-image] Aug 31 15:20:32.160 INFO O| Aug 31 15:20:32.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66592026-08-31T15:20:32.789Z[ recovery-image] Aug 31 15:20:32.160 INFO O| Aug 31 15:20:32.160 INFO STEP 445 (remove_files) COMPLETE
66602026-08-31T15:20:32.789Z[ recovery-image] Aug 31 15:20:32.160 INFO O| Aug 31 15:20:32.160 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-08-31T15:20:32.798Z[ recovery-image] Aug 31 15:20:32.168 INFO O| Aug 31 15:20:32.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66622026-08-31T15:20:32.798Z[ recovery-image] Aug 31 15:20:32.169 INFO O| Aug 31 15:20:32.169 INFO STEP 446 (remove_files) COMPLETE
66632026-08-31T15:20:32.798Z[ recovery-image] Aug 31 15:20:32.169 INFO O| Aug 31 15:20:32.169 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-08-31T15:20:32.808Z[ recovery-image] Aug 31 15:20:32.179 INFO O| Aug 31 15:20:32.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66652026-08-31T15:20:32.808Z[ recovery-image] Aug 31 15:20:32.179 INFO O| Aug 31 15:20:32.179 INFO STEP 447 (remove_files) COMPLETE
66662026-08-31T15:20:32.808Z[ recovery-image] Aug 31 15:20:32.179 INFO O| Aug 31 15:20:32.179 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-08-31T15:20:32.819Z[ recovery-image] Aug 31 15:20:32.190 INFO O| Aug 31 15:20:32.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66682026-08-31T15:20:32.819Z[ recovery-image] Aug 31 15:20:32.190 INFO O| Aug 31 15:20:32.190 INFO STEP 448 (remove_files) COMPLETE
66692026-08-31T15:20:32.822Z[ recovery-image] Aug 31 15:20:32.190 INFO O| Aug 31 15:20:32.190 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-08-31T15:20:32.831Z[ recovery-image] Aug 31 15:20:32.202 INFO O| Aug 31 15:20:32.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66712026-08-31T15:20:32.831Z[ recovery-image] Aug 31 15:20:32.202 INFO O| Aug 31 15:20:32.202 INFO STEP 449 (remove_files) COMPLETE
66722026-08-31T15:20:32.831Z[ recovery-image] Aug 31 15:20:32.202 INFO O| Aug 31 15:20:32.202 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-08-31T15:20:32.844Z[ recovery-image] Aug 31 15:20:32.212 INFO O| Aug 31 15:20:32.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66742026-08-31T15:20:32.844Z[ recovery-image] Aug 31 15:20:32.212 INFO O| Aug 31 15:20:32.212 INFO STEP 450 (remove_files) COMPLETE
66752026-08-31T15:20:32.844Z[ recovery-image] Aug 31 15:20:32.212 INFO O| Aug 31 15:20:32.212 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-08-31T15:20:32.852Z[ recovery-image] Aug 31 15:20:32.223 INFO O| Aug 31 15:20:32.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66772026-08-31T15:20:32.852Z[ recovery-image] Aug 31 15:20:32.223 INFO O| Aug 31 15:20:32.223 INFO STEP 451 (remove_files) COMPLETE
66782026-08-31T15:20:32.852Z[ recovery-image] Aug 31 15:20:32.223 INFO O| Aug 31 15:20:32.223 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-08-31T15:20:32.861Z[ recovery-image] Aug 31 15:20:32.231 INFO O| Aug 31 15:20:32.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66802026-08-31T15:20:32.861Z[ recovery-image] Aug 31 15:20:32.232 INFO O| Aug 31 15:20:32.232 INFO STEP 452 (remove_files) COMPLETE
66812026-08-31T15:20:32.861Z[ recovery-image] Aug 31 15:20:32.232 INFO O| Aug 31 15:20:32.232 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-08-31T15:20:32.871Z[ recovery-image] Aug 31 15:20:32.241 INFO O| Aug 31 15:20:32.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66832026-08-31T15:20:32.871Z[ recovery-image] Aug 31 15:20:32.241 INFO O| Aug 31 15:20:32.241 INFO STEP 453 (remove_files) COMPLETE
66842026-08-31T15:20:32.874Z[ recovery-image] Aug 31 15:20:32.241 INFO O| Aug 31 15:20:32.241 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-08-31T15:20:32.880Z[ recovery-image] Aug 31 15:20:32.251 INFO O| Aug 31 15:20:32.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66862026-08-31T15:20:32.880Z[ recovery-image] Aug 31 15:20:32.251 INFO O| Aug 31 15:20:32.251 INFO STEP 454 (remove_files) COMPLETE
66872026-08-31T15:20:32.886Z[ recovery-image] Aug 31 15:20:32.251 INFO O| Aug 31 15:20:32.251 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-08-31T15:20:32.890Z[ recovery-image] Aug 31 15:20:32.261 INFO O| Aug 31 15:20:32.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66892026-08-31T15:20:32.890Z[ recovery-image] Aug 31 15:20:32.261 INFO O| Aug 31 15:20:32.261 INFO STEP 455 (remove_files) COMPLETE
66902026-08-31T15:20:32.894Z[ recovery-image] Aug 31 15:20:32.261 INFO O| Aug 31 15:20:32.261 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-08-31T15:20:32.900Z[ recovery-image] Aug 31 15:20:32.271 INFO O| Aug 31 15:20:32.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66922026-08-31T15:20:32.900Z[ recovery-image] Aug 31 15:20:32.271 INFO O| Aug 31 15:20:32.271 INFO STEP 456 (remove_files) COMPLETE
66932026-08-31T15:20:32.900Z[ recovery-image] Aug 31 15:20:32.271 INFO O| Aug 31 15:20:32.271 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-08-31T15:20:32.910Z[ recovery-image] Aug 31 15:20:32.281 INFO O| Aug 31 15:20:32.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66952026-08-31T15:20:32.910Z[ recovery-image] Aug 31 15:20:32.281 INFO O| Aug 31 15:20:32.281 INFO STEP 457 (remove_files) COMPLETE
66962026-08-31T15:20:32.910Z[ recovery-image] Aug 31 15:20:32.281 INFO O| Aug 31 15:20:32.281 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-08-31T15:20:32.921Z[ recovery-image] Aug 31 15:20:32.292 INFO O| Aug 31 15:20:32.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66982026-08-31T15:20:32.921Z[ recovery-image] Aug 31 15:20:32.292 INFO O| Aug 31 15:20:32.292 INFO STEP 458 (remove_files) COMPLETE
66992026-08-31T15:20:32.921Z[ recovery-image] Aug 31 15:20:32.292 INFO O| Aug 31 15:20:32.292 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-08-31T15:20:32.930Z[ recovery-image] Aug 31 15:20:32.301 INFO O| Aug 31 15:20:32.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
67012026-08-31T15:20:32.930Z[ recovery-image] Aug 31 15:20:32.301 INFO O| Aug 31 15:20:32.301 INFO STEP 459 (remove_files) COMPLETE
67022026-08-31T15:20:32.930Z[ recovery-image] Aug 31 15:20:32.301 INFO O| Aug 31 15:20:32.301 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-08-31T15:20:32.938Z[ recovery-image] Aug 31 15:20:32.309 INFO O| Aug 31 15:20:32.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
67042026-08-31T15:20:32.939Z[ recovery-image] Aug 31 15:20:32.309 INFO O| Aug 31 15:20:32.309 INFO STEP 460 (remove_files) COMPLETE
67052026-08-31T15:20:32.942Z[ recovery-image] Aug 31 15:20:32.310 INFO O| Aug 31 15:20:32.309 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-08-31T15:20:32.947Z[ recovery-image] Aug 31 15:20:32.318 INFO O| Aug 31 15:20:32.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67072026-08-31T15:20:32.947Z[ recovery-image] Aug 31 15:20:32.318 INFO O| Aug 31 15:20:32.318 INFO STEP 461 (remove_files) COMPLETE
67082026-08-31T15:20:32.951Z[ recovery-image] Aug 31 15:20:32.318 INFO O| Aug 31 15:20:32.318 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-08-31T15:20:32.959Z[ recovery-image] Aug 31 15:20:32.330 INFO O| Aug 31 15:20:32.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67102026-08-31T15:20:32.959Z[ recovery-image] Aug 31 15:20:32.330 INFO O| Aug 31 15:20:32.330 INFO STEP 462 (remove_files) COMPLETE
67112026-08-31T15:20:32.962Z[ recovery-image] Aug 31 15:20:32.330 INFO O| Aug 31 15:20:32.330 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-08-31T15:20:32.971Z[ recovery-image] Aug 31 15:20:32.340 INFO O| Aug 31 15:20:32.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67132026-08-31T15:20:32.971Z[ recovery-image] Aug 31 15:20:32.340 INFO O| Aug 31 15:20:32.340 INFO STEP 463 (remove_files) COMPLETE
67142026-08-31T15:20:32.971Z[ recovery-image] Aug 31 15:20:32.340 INFO O| Aug 31 15:20:32.340 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-08-31T15:20:32.980Z[ recovery-image] Aug 31 15:20:32.351 INFO O| Aug 31 15:20:32.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67162026-08-31T15:20:32.980Z[ recovery-image] Aug 31 15:20:32.351 INFO O| Aug 31 15:20:32.351 INFO STEP 464 (remove_files) COMPLETE
67172026-08-31T15:20:32.980Z[ recovery-image] Aug 31 15:20:32.351 INFO O| Aug 31 15:20:32.351 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-08-31T15:20:32.990Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
67192026-08-31T15:20:32.993Z[ recovery-image] Aug 31 15:20:32.361 INFO O| Aug 31 15:20:32.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67202026-08-31T15:20:32.993Z[ recovery-image] Aug 31 15:20:32.361 INFO O| Aug 31 15:20:32.361 INFO STEP 465 (remove_files) COMPLETE
67212026-08-31T15:20:32.993Z[ recovery-image] Aug 31 15:20:32.361 INFO O| Aug 31 15:20:32.361 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-08-31T15:20:33.002Z[ recovery-image] Aug 31 15:20:32.373 INFO O| Aug 31 15:20:32.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67232026-08-31T15:20:33.002Z[ recovery-image] Aug 31 15:20:32.373 INFO O| Aug 31 15:20:32.373 INFO STEP 466 (remove_files) COMPLETE
67242026-08-31T15:20:33.005Z[ recovery-image] Aug 31 15:20:32.373 INFO O| Aug 31 15:20:32.373 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-08-31T15:20:33.015Z[ recovery-image] Aug 31 15:20:32.383 INFO O| Aug 31 15:20:32.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67262026-08-31T15:20:33.015Z[ recovery-image] Aug 31 15:20:32.383 INFO O| Aug 31 15:20:32.383 INFO STEP 467 (remove_files) COMPLETE
67272026-08-31T15:20:33.020Z[ recovery-image] Aug 31 15:20:32.383 INFO O| Aug 31 15:20:32.383 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-08-31T15:20:33.023Z[ recovery-image] Aug 31 15:20:32.394 INFO O| Aug 31 15:20:32.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67292026-08-31T15:20:33.024Z[ recovery-image] Aug 31 15:20:32.394 INFO O| Aug 31 15:20:32.394 INFO STEP 468 (remove_files) COMPLETE
67302026-08-31T15:20:33.024Z[ recovery-image] Aug 31 15:20:32.394 INFO O| Aug 31 15:20:32.394 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-08-31T15:20:33.035Z[ recovery-image] Aug 31 15:20:32.406 INFO O| Aug 31 15:20:32.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67322026-08-31T15:20:33.035Z[ recovery-image] Aug 31 15:20:32.406 INFO O| Aug 31 15:20:32.406 INFO STEP 469 (remove_files) COMPLETE
67332026-08-31T15:20:33.035Z[ recovery-image] Aug 31 15:20:32.406 INFO O| Aug 31 15:20:32.406 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-08-31T15:20:33.047Z[ recovery-image] Aug 31 15:20:32.418 INFO O| Aug 31 15:20:32.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67352026-08-31T15:20:33.048Z[ recovery-image] Aug 31 15:20:32.418 INFO O| Aug 31 15:20:32.418 INFO STEP 470 (remove_files) COMPLETE
67362026-08-31T15:20:33.048Z[ recovery-image] Aug 31 15:20:32.418 INFO O| Aug 31 15:20:32.418 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-08-31T15:20:33.060Z[ recovery-image] Aug 31 15:20:32.431 INFO O| Aug 31 15:20:32.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67382026-08-31T15:20:33.060Z[ recovery-image] Aug 31 15:20:32.431 INFO O| Aug 31 15:20:32.431 INFO STEP 471 (remove_files) COMPLETE
67392026-08-31T15:20:33.060Z[ recovery-image] Aug 31 15:20:32.431 INFO O| Aug 31 15:20:32.431 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-08-31T15:20:33.085Z[ recovery-image] Aug 31 15:20:32.443 INFO O| Aug 31 15:20:32.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67412026-08-31T15:20:33.085Z[ recovery-image] Aug 31 15:20:32.443 INFO O| Aug 31 15:20:32.443 INFO STEP 472 (remove_files) COMPLETE
67422026-08-31T15:20:33.085Z[ recovery-image] Aug 31 15:20:32.443 INFO O| Aug 31 15:20:32.443 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-08-31T15:20:33.088Z[ recovery-image] Aug 31 15:20:32.454 INFO O| Aug 31 15:20:32.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67442026-08-31T15:20:33.088Z[ recovery-image] Aug 31 15:20:32.454 INFO O| Aug 31 15:20:32.454 INFO STEP 473 (remove_files) COMPLETE
67452026-08-31T15:20:33.088Z[ recovery-image] Aug 31 15:20:32.454 INFO O| Aug 31 15:20:32.454 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-08-31T15:20:33.094Z[ recovery-image] Aug 31 15:20:32.465 INFO O| Aug 31 15:20:32.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67472026-08-31T15:20:33.097Z[ recovery-image] Aug 31 15:20:32.466 INFO O| Aug 31 15:20:32.465 INFO STEP 474 (remove_files) COMPLETE
67482026-08-31T15:20:33.097Z[ recovery-image] Aug 31 15:20:32.466 INFO O| Aug 31 15:20:32.466 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-08-31T15:20:33.104Z[verify-libraries] Compiling samael v0.0.19
67502026-08-31T15:20:33.107Z[ recovery-image] Aug 31 15:20:32.477 INFO O| Aug 31 15:20:32.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67512026-08-31T15:20:33.107Z[ recovery-image] Aug 31 15:20:32.477 INFO O| Aug 31 15:20:32.477 INFO STEP 475 (remove_files) COMPLETE
67522026-08-31T15:20:33.107Z[ recovery-image] Aug 31 15:20:32.477 INFO O| Aug 31 15:20:32.477 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67532026-08-31T15:20:33.117Z[ recovery-image] Aug 31 15:20:32.488 INFO O| Aug 31 15:20:32.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67542026-08-31T15:20:33.117Z[ recovery-image] Aug 31 15:20:32.488 INFO O| Aug 31 15:20:32.488 INFO STEP 476 (remove_files) COMPLETE
67552026-08-31T15:20:33.117Z[ recovery-image] Aug 31 15:20:32.488 INFO O| Aug 31 15:20:32.488 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67562026-08-31T15:20:33.128Z[ recovery-image] Aug 31 15:20:32.499 INFO O| Aug 31 15:20:32.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67572026-08-31T15:20:33.128Z[ recovery-image] Aug 31 15:20:32.499 INFO O| Aug 31 15:20:32.499 INFO STEP 477 (remove_files) COMPLETE
67582026-08-31T15:20:33.128Z[ recovery-image] Aug 31 15:20:32.499 INFO O| Aug 31 15:20:32.499 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67592026-08-31T15:20:33.139Z[ recovery-image] Aug 31 15:20:32.510 INFO O| Aug 31 15:20:32.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67602026-08-31T15:20:33.139Z[ recovery-image] Aug 31 15:20:32.510 INFO O| Aug 31 15:20:32.510 INFO STEP 478 (remove_files) COMPLETE
67612026-08-31T15:20:33.139Z[ recovery-image] Aug 31 15:20:32.510 INFO O| Aug 31 15:20:32.510 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67622026-08-31T15:20:33.150Z[ recovery-image] Aug 31 15:20:32.521 INFO O| Aug 31 15:20:32.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67632026-08-31T15:20:33.150Z[ recovery-image] Aug 31 15:20:32.521 INFO O| Aug 31 15:20:32.521 INFO STEP 479 (remove_files) COMPLETE
67642026-08-31T15:20:33.150Z[ recovery-image] Aug 31 15:20:32.521 INFO O| Aug 31 15:20:32.521 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67652026-08-31T15:20:33.160Z[ recovery-image] Aug 31 15:20:32.531 INFO O| Aug 31 15:20:32.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67662026-08-31T15:20:33.160Z[ recovery-image] Aug 31 15:20:32.531 INFO O| Aug 31 15:20:32.531 INFO STEP 480 (remove_files) COMPLETE
67672026-08-31T15:20:33.160Z[ recovery-image] Aug 31 15:20:32.531 INFO O| Aug 31 15:20:32.531 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67682026-08-31T15:20:33.170Z[ recovery-image] Aug 31 15:20:32.541 INFO O| Aug 31 15:20:32.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67692026-08-31T15:20:33.170Z[ recovery-image] Aug 31 15:20:32.541 INFO O| Aug 31 15:20:32.541 INFO STEP 481 (remove_files) COMPLETE
67702026-08-31T15:20:33.170Z[ recovery-image] Aug 31 15:20:32.541 INFO O| Aug 31 15:20:32.541 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67712026-08-31T15:20:33.181Z[ recovery-image] Aug 31 15:20:32.552 INFO O| Aug 31 15:20:32.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67722026-08-31T15:20:33.181Z[ recovery-image] Aug 31 15:20:32.552 INFO O| Aug 31 15:20:32.552 INFO STEP 482 (remove_files) COMPLETE
67732026-08-31T15:20:33.181Z[ recovery-image] Aug 31 15:20:32.552 INFO O| Aug 31 15:20:32.552 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67742026-08-31T15:20:33.194Z[ recovery-image] Aug 31 15:20:32.561 INFO O| Aug 31 15:20:32.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67752026-08-31T15:20:33.194Z[ recovery-image] Aug 31 15:20:32.562 INFO O| Aug 31 15:20:32.562 INFO STEP 483 (remove_files) COMPLETE
67762026-08-31T15:20:33.197Z[ recovery-image] Aug 31 15:20:32.562 INFO O| Aug 31 15:20:32.562 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67772026-08-31T15:20:33.200Z[ recovery-image] Aug 31 15:20:32.570 INFO O| Aug 31 15:20:32.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67782026-08-31T15:20:33.200Z[ recovery-image] Aug 31 15:20:32.570 INFO O| Aug 31 15:20:32.570 INFO STEP 484 (remove_files) COMPLETE
67792026-08-31T15:20:33.201Z[ recovery-image] Aug 31 15:20:32.570 INFO O| Aug 31 15:20:32.570 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67802026-08-31T15:20:33.207Z[ recovery-image] Aug 31 15:20:32.578 INFO O| Aug 31 15:20:32.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67812026-08-31T15:20:33.207Z[ recovery-image] Aug 31 15:20:32.578 INFO O| Aug 31 15:20:32.578 INFO STEP 485 (remove_files) COMPLETE
67822026-08-31T15:20:33.207Z[ recovery-image] Aug 31 15:20:32.578 INFO O| Aug 31 15:20:32.578 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67832026-08-31T15:20:33.216Z[ recovery-image] Aug 31 15:20:32.587 INFO O| Aug 31 15:20:32.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67842026-08-31T15:20:33.216Z[ recovery-image] Aug 31 15:20:32.587 INFO O| Aug 31 15:20:32.587 INFO STEP 486 (remove_files) COMPLETE
67852026-08-31T15:20:33.220Z[ recovery-image] Aug 31 15:20:32.587 INFO O| Aug 31 15:20:32.587 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67862026-08-31T15:20:33.224Z[ recovery-image] Aug 31 15:20:32.595 INFO O| Aug 31 15:20:32.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67872026-08-31T15:20:33.224Z[ recovery-image] Aug 31 15:20:32.595 INFO O| Aug 31 15:20:32.595 INFO STEP 487 (remove_files) COMPLETE
67882026-08-31T15:20:33.227Z[ recovery-image] Aug 31 15:20:32.595 INFO O| Aug 31 15:20:32.595 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67892026-08-31T15:20:33.235Z[ recovery-image] Aug 31 15:20:32.605 INFO O| Aug 31 15:20:32.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67902026-08-31T15:20:33.235Z[ recovery-image] Aug 31 15:20:32.605 INFO O| Aug 31 15:20:32.605 INFO STEP 488 (remove_files) COMPLETE
67912026-08-31T15:20:33.235Z[ recovery-image] Aug 31 15:20:32.606 INFO O| Aug 31 15:20:32.605 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67922026-08-31T15:20:33.245Z[ recovery-image] Aug 31 15:20:32.616 INFO O| Aug 31 15:20:32.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67932026-08-31T15:20:33.245Z[ recovery-image] Aug 31 15:20:32.616 INFO O| Aug 31 15:20:32.616 INFO STEP 489 (remove_files) COMPLETE
67942026-08-31T15:20:33.245Z[ recovery-image] Aug 31 15:20:32.616 INFO O| Aug 31 15:20:32.616 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67952026-08-31T15:20:33.256Z[ recovery-image] Aug 31 15:20:32.627 INFO O| Aug 31 15:20:32.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67962026-08-31T15:20:33.256Z[ recovery-image] Aug 31 15:20:32.627 INFO O| Aug 31 15:20:32.627 INFO STEP 490 (remove_files) COMPLETE
67972026-08-31T15:20:33.256Z[ recovery-image] Aug 31 15:20:32.627 INFO O| Aug 31 15:20:32.627 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67982026-08-31T15:20:33.267Z[ recovery-image] Aug 31 15:20:32.638 INFO O| Aug 31 15:20:32.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67992026-08-31T15:20:33.267Z[ recovery-image] Aug 31 15:20:32.638 INFO O| Aug 31 15:20:32.638 INFO STEP 491 (remove_files) COMPLETE
68002026-08-31T15:20:33.267Z[ recovery-image] Aug 31 15:20:32.638 INFO O| Aug 31 15:20:32.638 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68012026-08-31T15:20:33.277Z[ recovery-image] Aug 31 15:20:32.648 INFO O| Aug 31 15:20:32.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
68022026-08-31T15:20:33.277Z[ recovery-image] Aug 31 15:20:32.648 INFO O| Aug 31 15:20:32.648 INFO STEP 492 (remove_files) COMPLETE
68032026-08-31T15:20:33.277Z[ recovery-image] Aug 31 15:20:32.648 INFO O| Aug 31 15:20:32.648 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68042026-08-31T15:20:33.290Z[ recovery-image] Aug 31 15:20:32.659 INFO O| Aug 31 15:20:32.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
68052026-08-31T15:20:33.290Z[ recovery-image] Aug 31 15:20:32.659 INFO O| Aug 31 15:20:32.659 INFO STEP 493 (remove_files) COMPLETE
68062026-08-31T15:20:33.290Z[ recovery-image] Aug 31 15:20:32.659 INFO O| Aug 31 15:20:32.659 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68072026-08-31T15:20:33.298Z[ recovery-image] Aug 31 15:20:32.669 INFO O| Aug 31 15:20:32.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68082026-08-31T15:20:33.298Z[ recovery-image] Aug 31 15:20:32.669 INFO O| Aug 31 15:20:32.669 INFO STEP 494 (remove_files) COMPLETE
68092026-08-31T15:20:33.298Z[ recovery-image] Aug 31 15:20:32.669 INFO O| Aug 31 15:20:32.669 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68102026-08-31T15:20:33.308Z[ recovery-image] Aug 31 15:20:32.679 INFO O| Aug 31 15:20:32.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68112026-08-31T15:20:33.308Z[ recovery-image] Aug 31 15:20:32.679 INFO O| Aug 31 15:20:32.679 INFO STEP 495 (remove_files) COMPLETE
68122026-08-31T15:20:33.311Z[ recovery-image] Aug 31 15:20:32.679 INFO O| Aug 31 15:20:32.679 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68132026-08-31T15:20:33.317Z[ recovery-image] Aug 31 15:20:32.688 INFO O| Aug 31 15:20:32.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68142026-08-31T15:20:33.317Z[ recovery-image] Aug 31 15:20:32.688 INFO O| Aug 31 15:20:32.688 INFO STEP 496 (remove_files) COMPLETE
68152026-08-31T15:20:33.317Z[ recovery-image] Aug 31 15:20:32.688 INFO O| Aug 31 15:20:32.688 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68162026-08-31T15:20:33.326Z[ recovery-image] Aug 31 15:20:32.696 INFO O| Aug 31 15:20:32.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68172026-08-31T15:20:33.326Z[ recovery-image] Aug 31 15:20:32.696 INFO O| Aug 31 15:20:32.696 INFO STEP 497 (remove_files) COMPLETE
68182026-08-31T15:20:33.326Z[ recovery-image] Aug 31 15:20:32.696 INFO O| Aug 31 15:20:32.696 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68192026-08-31T15:20:33.334Z[ recovery-image] Aug 31 15:20:32.705 INFO O| Aug 31 15:20:32.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68202026-08-31T15:20:33.335Z[ recovery-image] Aug 31 15:20:32.706 INFO O| Aug 31 15:20:32.706 INFO STEP 498 (remove_files) COMPLETE
68212026-08-31T15:20:33.335Z[ recovery-image] Aug 31 15:20:32.706 INFO O| Aug 31 15:20:32.706 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68222026-08-31T15:20:33.345Z[ recovery-image] Aug 31 15:20:32.716 INFO O| Aug 31 15:20:32.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68232026-08-31T15:20:33.345Z[ recovery-image] Aug 31 15:20:32.716 INFO O| Aug 31 15:20:32.716 INFO STEP 499 (remove_files) COMPLETE
68242026-08-31T15:20:33.345Z[ recovery-image] Aug 31 15:20:32.716 INFO O| Aug 31 15:20:32.716 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68252026-08-31T15:20:33.355Z[ recovery-image] Aug 31 15:20:32.726 INFO O| Aug 31 15:20:32.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68262026-08-31T15:20:33.355Z[ recovery-image] Aug 31 15:20:32.726 INFO O| Aug 31 15:20:32.726 INFO STEP 500 (remove_files) COMPLETE
68272026-08-31T15:20:33.355Z[ recovery-image] Aug 31 15:20:32.726 INFO O| Aug 31 15:20:32.726 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68282026-08-31T15:20:33.365Z[ recovery-image] Aug 31 15:20:32.736 INFO O| Aug 31 15:20:32.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68292026-08-31T15:20:33.365Z[ recovery-image] Aug 31 15:20:32.736 INFO O| Aug 31 15:20:32.736 INFO STEP 501 (remove_files) COMPLETE
68302026-08-31T15:20:33.366Z[ recovery-image] Aug 31 15:20:32.736 INFO O| Aug 31 15:20:32.736 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68312026-08-31T15:20:33.375Z[ recovery-image] Aug 31 15:20:32.746 INFO O| Aug 31 15:20:32.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68322026-08-31T15:20:33.375Z[ recovery-image] Aug 31 15:20:32.746 INFO O| Aug 31 15:20:32.746 INFO STEP 502 (remove_files) COMPLETE
68332026-08-31T15:20:33.378Z[ recovery-image] Aug 31 15:20:32.746 INFO O| Aug 31 15:20:32.746 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68342026-08-31T15:20:33.383Z[ recovery-image] Aug 31 15:20:32.754 INFO O| Aug 31 15:20:32.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68352026-08-31T15:20:33.383Z[ recovery-image] Aug 31 15:20:32.754 INFO O| Aug 31 15:20:32.754 INFO STEP 503 (remove_files) COMPLETE
68362026-08-31T15:20:33.383Z[ recovery-image] Aug 31 15:20:32.754 INFO O| Aug 31 15:20:32.754 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68372026-08-31T15:20:33.393Z[ recovery-image] Aug 31 15:20:32.764 INFO O| Aug 31 15:20:32.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68382026-08-31T15:20:33.393Z[ recovery-image] Aug 31 15:20:32.764 INFO O| Aug 31 15:20:32.764 INFO STEP 504 (remove_files) COMPLETE
68392026-08-31T15:20:33.393Z[ recovery-image] Aug 31 15:20:32.764 INFO O| Aug 31 15:20:32.764 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68402026-08-31T15:20:33.437Z[ recovery-image] Aug 31 15:20:32.777 INFO O| Aug 31 15:20:32.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68412026-08-31T15:20:33.437Z[ recovery-image] Aug 31 15:20:32.777 INFO O| Aug 31 15:20:32.777 INFO STEP 505 (remove_files) COMPLETE
68422026-08-31T15:20:33.437Z[ recovery-image] Aug 31 15:20:32.777 INFO O| Aug 31 15:20:32.777 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68432026-08-31T15:20:33.437Z[ recovery-image] Aug 31 15:20:32.787 INFO O| Aug 31 15:20:32.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68442026-08-31T15:20:33.437Z[ recovery-image] Aug 31 15:20:32.787 INFO O| Aug 31 15:20:32.787 INFO STEP 506 (remove_files) COMPLETE
68452026-08-31T15:20:33.437Z[ recovery-image] Aug 31 15:20:32.787 INFO O| Aug 31 15:20:32.787 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68462026-08-31T15:20:33.437Z[ recovery-image] Aug 31 15:20:32.799 INFO O| Aug 31 15:20:32.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68472026-08-31T15:20:33.437Z[ recovery-image] Aug 31 15:20:32.799 INFO O| Aug 31 15:20:32.799 INFO STEP 507 (remove_files) COMPLETE
68482026-08-31T15:20:33.437Z[ recovery-image] Aug 31 15:20:32.799 INFO O| Aug 31 15:20:32.799 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68492026-08-31T15:20:33.443Z[ recovery-image] Aug 31 15:20:32.809 INFO O| Aug 31 15:20:32.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68502026-08-31T15:20:33.443Z[ recovery-image] Aug 31 15:20:32.809 INFO O| Aug 31 15:20:32.809 INFO STEP 508 (remove_files) COMPLETE
68512026-08-31T15:20:33.443Z[ recovery-image] Aug 31 15:20:32.809 INFO O| Aug 31 15:20:32.809 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68522026-08-31T15:20:33.448Z[ recovery-image] Aug 31 15:20:32.819 INFO O| Aug 31 15:20:32.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68532026-08-31T15:20:33.448Z[ recovery-image] Aug 31 15:20:32.819 INFO O| Aug 31 15:20:32.819 INFO STEP 509 (remove_files) COMPLETE
68542026-08-31T15:20:33.448Z[ recovery-image] Aug 31 15:20:32.819 INFO O| Aug 31 15:20:32.819 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68552026-08-31T15:20:33.458Z[ recovery-image] Aug 31 15:20:32.829 INFO O| Aug 31 15:20:32.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68562026-08-31T15:20:33.458Z[ recovery-image] Aug 31 15:20:32.829 INFO O| Aug 31 15:20:32.829 INFO STEP 510 (remove_files) COMPLETE
68572026-08-31T15:20:33.458Z[ recovery-image] Aug 31 15:20:32.829 INFO O| Aug 31 15:20:32.829 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68582026-08-31T15:20:33.467Z[ recovery-image] Aug 31 15:20:32.838 INFO O| Aug 31 15:20:32.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68592026-08-31T15:20:33.467Z[ recovery-image] Aug 31 15:20:32.839 INFO O| Aug 31 15:20:32.839 INFO STEP 511 (remove_files) COMPLETE
68602026-08-31T15:20:33.467Z[ recovery-image] Aug 31 15:20:32.839 INFO O| Aug 31 15:20:32.839 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68612026-08-31T15:20:33.478Z[ recovery-image] Aug 31 15:20:32.849 INFO O| Aug 31 15:20:32.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68622026-08-31T15:20:33.478Z[ recovery-image] Aug 31 15:20:32.849 INFO O| Aug 31 15:20:32.849 INFO STEP 512 (remove_files) COMPLETE
68632026-08-31T15:20:33.478Z[ recovery-image] Aug 31 15:20:32.849 INFO O| Aug 31 15:20:32.849 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68642026-08-31T15:20:33.489Z[ recovery-image] Aug 31 15:20:32.859 INFO O| Aug 31 15:20:32.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68652026-08-31T15:20:33.492Z[ recovery-image] Aug 31 15:20:32.860 INFO O| Aug 31 15:20:32.860 INFO STEP 513 (remove_files) COMPLETE
68662026-08-31T15:20:33.492Z[ recovery-image] Aug 31 15:20:32.860 INFO O| Aug 31 15:20:32.860 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68672026-08-31T15:20:33.500Z[ recovery-image] Aug 31 15:20:32.870 INFO O| Aug 31 15:20:32.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68682026-08-31T15:20:33.500Z[ recovery-image] Aug 31 15:20:32.870 INFO O| Aug 31 15:20:32.870 INFO STEP 514 (remove_files) COMPLETE
68692026-08-31T15:20:33.503Z[ recovery-image] Aug 31 15:20:32.870 INFO O| Aug 31 15:20:32.870 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68702026-08-31T15:20:33.516Z[ recovery-image] Aug 31 15:20:32.879 INFO O| Aug 31 15:20:32.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68712026-08-31T15:20:33.516Z[ recovery-image] Aug 31 15:20:32.879 INFO O| Aug 31 15:20:32.879 INFO STEP 515 (remove_files) COMPLETE
68722026-08-31T15:20:33.516Z[ recovery-image] Aug 31 15:20:32.879 INFO O| Aug 31 15:20:32.879 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68732026-08-31T15:20:33.519Z[ recovery-image] Aug 31 15:20:32.889 INFO O| Aug 31 15:20:32.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68742026-08-31T15:20:33.519Z[ recovery-image] Aug 31 15:20:32.889 INFO O| Aug 31 15:20:32.889 INFO STEP 516 (remove_files) COMPLETE
68752026-08-31T15:20:33.519Z[ recovery-image] Aug 31 15:20:32.889 INFO O| Aug 31 15:20:32.889 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68762026-08-31T15:20:33.528Z[ recovery-image] Aug 31 15:20:32.899 INFO O| Aug 31 15:20:32.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68772026-08-31T15:20:33.528Z[ recovery-image] Aug 31 15:20:32.899 INFO O| Aug 31 15:20:32.899 INFO STEP 517 (remove_files) COMPLETE
68782026-08-31T15:20:33.528Z[ recovery-image] Aug 31 15:20:32.899 INFO O| Aug 31 15:20:32.899 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68792026-08-31T15:20:33.538Z[ recovery-image] Aug 31 15:20:32.909 INFO O| Aug 31 15:20:32.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68802026-08-31T15:20:33.538Z[ recovery-image] Aug 31 15:20:32.909 INFO O| Aug 31 15:20:32.909 INFO STEP 518 (remove_files) COMPLETE
68812026-08-31T15:20:33.541Z[ recovery-image] Aug 31 15:20:32.909 INFO O| Aug 31 15:20:32.909 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68822026-08-31T15:20:33.549Z[ recovery-image] Aug 31 15:20:32.919 INFO O| Aug 31 15:20:32.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68832026-08-31T15:20:33.549Z[ recovery-image] Aug 31 15:20:32.919 INFO O| Aug 31 15:20:32.919 INFO STEP 519 (remove_files) COMPLETE
68842026-08-31T15:20:33.549Z[ recovery-image] Aug 31 15:20:32.919 INFO O| Aug 31 15:20:32.919 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68852026-08-31T15:20:33.558Z[ recovery-image] Aug 31 15:20:32.929 INFO O| Aug 31 15:20:32.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68862026-08-31T15:20:33.558Z[ recovery-image] Aug 31 15:20:32.929 INFO O| Aug 31 15:20:32.929 INFO STEP 520 (remove_files) COMPLETE
68872026-08-31T15:20:33.558Z[ recovery-image] Aug 31 15:20:32.929 INFO O| Aug 31 15:20:32.929 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68882026-08-31T15:20:33.568Z[ recovery-image] Aug 31 15:20:32.939 INFO O| Aug 31 15:20:32.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68892026-08-31T15:20:33.568Z[ recovery-image] Aug 31 15:20:32.939 INFO O| Aug 31 15:20:32.939 INFO STEP 521 (remove_files) COMPLETE
68902026-08-31T15:20:33.568Z[ recovery-image] Aug 31 15:20:32.939 INFO O| Aug 31 15:20:32.939 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68912026-08-31T15:20:33.578Z[ recovery-image] Aug 31 15:20:32.949 INFO O| Aug 31 15:20:32.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68922026-08-31T15:20:33.578Z[ recovery-image] Aug 31 15:20:32.949 INFO O| Aug 31 15:20:32.949 INFO STEP 522 (remove_files) COMPLETE
68932026-08-31T15:20:33.578Z[ recovery-image] Aug 31 15:20:32.949 INFO O| Aug 31 15:20:32.949 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-08-31T15:20:33.588Z[ recovery-image] Aug 31 15:20:32.959 INFO O| Aug 31 15:20:32.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68952026-08-31T15:20:33.588Z[ recovery-image] Aug 31 15:20:32.959 INFO O| Aug 31 15:20:32.959 INFO STEP 523 (remove_files) COMPLETE
68962026-08-31T15:20:33.588Z[ recovery-image] Aug 31 15:20:32.959 INFO O| Aug 31 15:20:32.959 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-08-31T15:20:33.597Z[ recovery-image] Aug 31 15:20:32.968 INFO O| Aug 31 15:20:32.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68982026-08-31T15:20:33.598Z[ recovery-image] Aug 31 15:20:32.968 INFO O| Aug 31 15:20:32.968 INFO STEP 524 (remove_files) COMPLETE
68992026-08-31T15:20:33.598Z[ recovery-image] Aug 31 15:20:32.968 INFO O| Aug 31 15:20:32.968 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-08-31T15:20:33.607Z[ recovery-image] Aug 31 15:20:32.978 INFO O| Aug 31 15:20:32.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
69012026-08-31T15:20:33.607Z[ recovery-image] Aug 31 15:20:32.978 INFO O| Aug 31 15:20:32.978 INFO STEP 525 (remove_files) COMPLETE
69022026-08-31T15:20:33.607Z[ recovery-image] Aug 31 15:20:32.978 INFO O| Aug 31 15:20:32.978 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-08-31T15:20:33.617Z[ recovery-image] Aug 31 15:20:32.988 INFO O| Aug 31 15:20:32.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
69042026-08-31T15:20:33.617Z[ recovery-image] Aug 31 15:20:32.988 INFO O| Aug 31 15:20:32.988 INFO STEP 526 (remove_files) COMPLETE
69052026-08-31T15:20:33.617Z[ recovery-image] Aug 31 15:20:32.988 INFO O| Aug 31 15:20:32.988 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-08-31T15:20:33.627Z[ recovery-image] Aug 31 15:20:32.998 INFO O| Aug 31 15:20:32.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69072026-08-31T15:20:33.627Z[ recovery-image] Aug 31 15:20:32.998 INFO O| Aug 31 15:20:32.998 INFO STEP 527 (remove_files) COMPLETE
69082026-08-31T15:20:33.627Z[ recovery-image] Aug 31 15:20:32.998 INFO O| Aug 31 15:20:32.998 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-08-31T15:20:33.637Z[ recovery-image] Aug 31 15:20:33.008 INFO O| Aug 31 15:20:33.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69102026-08-31T15:20:33.637Z[ recovery-image] Aug 31 15:20:33.008 INFO O| Aug 31 15:20:33.008 INFO STEP 528 (remove_files) COMPLETE
69112026-08-31T15:20:33.637Z[ recovery-image] Aug 31 15:20:33.008 INFO O| Aug 31 15:20:33.008 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-08-31T15:20:33.647Z[ recovery-image] Aug 31 15:20:33.018 INFO O| Aug 31 15:20:33.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69132026-08-31T15:20:33.647Z[ recovery-image] Aug 31 15:20:33.018 INFO O| Aug 31 15:20:33.018 INFO STEP 529 (remove_files) COMPLETE
69142026-08-31T15:20:33.647Z[ recovery-image] Aug 31 15:20:33.018 INFO O| Aug 31 15:20:33.018 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-08-31T15:20:33.656Z[ recovery-image] Aug 31 15:20:33.027 INFO O| Aug 31 15:20:33.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69162026-08-31T15:20:33.657Z[ recovery-image] Aug 31 15:20:33.027 INFO O| Aug 31 15:20:33.027 INFO STEP 530 (remove_files) COMPLETE
69172026-08-31T15:20:33.657Z[ recovery-image] Aug 31 15:20:33.027 INFO O| Aug 31 15:20:33.027 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-08-31T15:20:33.666Z[ recovery-image] Aug 31 15:20:33.037 INFO O| Aug 31 15:20:33.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69192026-08-31T15:20:33.666Z[ recovery-image] Aug 31 15:20:33.037 INFO O| Aug 31 15:20:33.037 INFO STEP 531 (remove_files) COMPLETE
69202026-08-31T15:20:33.666Z[ recovery-image] Aug 31 15:20:33.037 INFO O| Aug 31 15:20:33.037 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-08-31T15:20:33.676Z[ recovery-image] Aug 31 15:20:33.047 INFO O| Aug 31 15:20:33.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69222026-08-31T15:20:33.676Z[ recovery-image] Aug 31 15:20:33.047 INFO O| Aug 31 15:20:33.047 INFO STEP 532 (remove_files) COMPLETE
69232026-08-31T15:20:33.676Z[ recovery-image] Aug 31 15:20:33.047 INFO O| Aug 31 15:20:33.047 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69242026-08-31T15:20:33.685Z[ recovery-image] Aug 31 15:20:33.056 INFO O| Aug 31 15:20:33.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69252026-08-31T15:20:33.685Z[ recovery-image] Aug 31 15:20:33.056 INFO O| Aug 31 15:20:33.056 INFO STEP 533 (remove_files) COMPLETE
69262026-08-31T15:20:33.685Z[ recovery-image] Aug 31 15:20:33.056 INFO O| Aug 31 15:20:33.056 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69272026-08-31T15:20:33.696Z[ recovery-image] Aug 31 15:20:33.066 INFO O| Aug 31 15:20:33.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69282026-08-31T15:20:33.696Z[ recovery-image] Aug 31 15:20:33.067 INFO O| Aug 31 15:20:33.066 INFO STEP 534 (remove_files) COMPLETE
69292026-08-31T15:20:33.696Z[ recovery-image] Aug 31 15:20:33.067 INFO O| Aug 31 15:20:33.066 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69302026-08-31T15:20:33.706Z[ recovery-image] Aug 31 15:20:33.077 INFO O| Aug 31 15:20:33.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69312026-08-31T15:20:33.706Z[ recovery-image] Aug 31 15:20:33.077 INFO O| Aug 31 15:20:33.077 INFO STEP 535 (remove_files) COMPLETE
69322026-08-31T15:20:33.710Z[ recovery-image] Aug 31 15:20:33.077 INFO O| Aug 31 15:20:33.077 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69332026-08-31T15:20:33.721Z[ recovery-image] Aug 31 15:20:33.092 INFO O| Aug 31 15:20:33.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69342026-08-31T15:20:33.721Z[ recovery-image] Aug 31 15:20:33.092 INFO O| Aug 31 15:20:33.092 INFO STEP 536 (remove_files) COMPLETE
69352026-08-31T15:20:33.721Z[ recovery-image] Aug 31 15:20:33.092 INFO O| Aug 31 15:20:33.092 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69362026-08-31T15:20:33.732Z[ recovery-image] Aug 31 15:20:33.103 INFO O| Aug 31 15:20:33.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69372026-08-31T15:20:33.732Z[ recovery-image] Aug 31 15:20:33.103 INFO O| Aug 31 15:20:33.103 INFO STEP 537 (remove_files) COMPLETE
69382026-08-31T15:20:33.732Z[ recovery-image] Aug 31 15:20:33.103 INFO O| Aug 31 15:20:33.103 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69392026-08-31T15:20:33.743Z[ recovery-image] Aug 31 15:20:33.113 INFO O| Aug 31 15:20:33.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69402026-08-31T15:20:33.743Z[ recovery-image] Aug 31 15:20:33.113 INFO O| Aug 31 15:20:33.113 INFO STEP 538 (remove_files) COMPLETE
69412026-08-31T15:20:33.745Z[ recovery-image] Aug 31 15:20:33.113 INFO O| Aug 31 15:20:33.113 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69422026-08-31T15:20:33.752Z[ recovery-image] Aug 31 15:20:33.123 INFO O| Aug 31 15:20:33.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69432026-08-31T15:20:33.755Z[ recovery-image] Aug 31 15:20:33.125 INFO O| Aug 31 15:20:33.124 INFO STEP 539 (remove_files) COMPLETE
69442026-08-31T15:20:33.755Z[ recovery-image] Aug 31 15:20:33.125 INFO O| Aug 31 15:20:33.124 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69452026-08-31T15:20:33.764Z[ recovery-image] Aug 31 15:20:33.134 INFO O| Aug 31 15:20:33.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69462026-08-31T15:20:33.764Z[ recovery-image] Aug 31 15:20:33.135 INFO O| Aug 31 15:20:33.135 INFO STEP 540 (remove_files) COMPLETE
69472026-08-31T15:20:33.764Z[ recovery-image] Aug 31 15:20:33.135 INFO O| Aug 31 15:20:33.135 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69482026-08-31T15:20:33.776Z[ recovery-image] Aug 31 15:20:33.146 INFO O| Aug 31 15:20:33.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69492026-08-31T15:20:33.776Z[ recovery-image] Aug 31 15:20:33.146 INFO O| Aug 31 15:20:33.146 INFO STEP 541 (remove_files) COMPLETE
69502026-08-31T15:20:33.776Z[ recovery-image] Aug 31 15:20:33.146 INFO O| Aug 31 15:20:33.146 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69512026-08-31T15:20:33.786Z[ recovery-image] Aug 31 15:20:33.157 INFO O| Aug 31 15:20:33.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69522026-08-31T15:20:33.786Z[ recovery-image] Aug 31 15:20:33.157 INFO O| Aug 31 15:20:33.157 INFO STEP 542 (remove_files) COMPLETE
69532026-08-31T15:20:33.786Z[ recovery-image] Aug 31 15:20:33.157 INFO O| Aug 31 15:20:33.157 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69542026-08-31T15:20:33.796Z[ recovery-image] Aug 31 15:20:33.167 INFO O| Aug 31 15:20:33.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69552026-08-31T15:20:33.797Z[ recovery-image] Aug 31 15:20:33.167 INFO O| Aug 31 15:20:33.167 INFO STEP 543 (remove_files) COMPLETE
69562026-08-31T15:20:33.797Z[ recovery-image] Aug 31 15:20:33.167 INFO O| Aug 31 15:20:33.167 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69572026-08-31T15:20:33.807Z[ recovery-image] Aug 31 15:20:33.178 INFO O| Aug 31 15:20:33.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69582026-08-31T15:20:33.807Z[ recovery-image] Aug 31 15:20:33.178 INFO O| Aug 31 15:20:33.178 INFO STEP 544 (remove_files) COMPLETE
69592026-08-31T15:20:33.807Z[ recovery-image] Aug 31 15:20:33.178 INFO O| Aug 31 15:20:33.178 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69602026-08-31T15:20:33.818Z[ recovery-image] Aug 31 15:20:33.188 INFO O| Aug 31 15:20:33.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69612026-08-31T15:20:33.818Z[ recovery-image] Aug 31 15:20:33.188 INFO O| Aug 31 15:20:33.188 INFO STEP 545 (remove_files) COMPLETE
69622026-08-31T15:20:33.823Z[ recovery-image] Aug 31 15:20:33.188 INFO O| Aug 31 15:20:33.188 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69632026-08-31T15:20:33.826Z[ recovery-image] Aug 31 15:20:33.197 INFO O| Aug 31 15:20:33.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69642026-08-31T15:20:33.826Z[ recovery-image] Aug 31 15:20:33.197 INFO O| Aug 31 15:20:33.197 INFO STEP 546 (remove_files) COMPLETE
69652026-08-31T15:20:33.826Z[ recovery-image] Aug 31 15:20:33.197 INFO O| Aug 31 15:20:33.197 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69662026-08-31T15:20:33.835Z[ recovery-image] Aug 31 15:20:33.206 INFO O| Aug 31 15:20:33.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69672026-08-31T15:20:33.835Z[ recovery-image] Aug 31 15:20:33.206 INFO O| Aug 31 15:20:33.206 INFO STEP 547 (remove_files) COMPLETE
69682026-08-31T15:20:33.835Z[ recovery-image] Aug 31 15:20:33.206 INFO O| Aug 31 15:20:33.206 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69692026-08-31T15:20:33.845Z[ recovery-image] Aug 31 15:20:33.216 INFO O| Aug 31 15:20:33.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69702026-08-31T15:20:33.845Z[ recovery-image] Aug 31 15:20:33.216 INFO O| Aug 31 15:20:33.216 INFO STEP 548 (remove_files) COMPLETE
69712026-08-31T15:20:33.845Z[ recovery-image] Aug 31 15:20:33.216 INFO O| Aug 31 15:20:33.216 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69722026-08-31T15:20:33.857Z[ recovery-image] Aug 31 15:20:33.226 INFO O| Aug 31 15:20:33.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69732026-08-31T15:20:33.857Z[ recovery-image] Aug 31 15:20:33.227 INFO O| Aug 31 15:20:33.226 INFO STEP 549 (remove_files) COMPLETE
69742026-08-31T15:20:33.860Z[ recovery-image] Aug 31 15:20:33.227 INFO O| Aug 31 15:20:33.227 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69752026-08-31T15:20:33.865Z[ recovery-image] Aug 31 15:20:33.236 INFO O| Aug 31 15:20:33.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69762026-08-31T15:20:33.865Z[ recovery-image] Aug 31 15:20:33.236 INFO O| Aug 31 15:20:33.236 INFO STEP 550 (remove_files) COMPLETE
69772026-08-31T15:20:33.865Z[ recovery-image] Aug 31 15:20:33.236 INFO O| Aug 31 15:20:33.236 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69782026-08-31T15:20:33.875Z[ recovery-image] Aug 31 15:20:33.246 INFO O| Aug 31 15:20:33.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69792026-08-31T15:20:33.876Z[ recovery-image] Aug 31 15:20:33.246 INFO O| Aug 31 15:20:33.246 INFO STEP 551 (remove_files) COMPLETE
69802026-08-31T15:20:33.879Z[ recovery-image] Aug 31 15:20:33.246 INFO O| Aug 31 15:20:33.246 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69812026-08-31T15:20:33.884Z[ recovery-image] Aug 31 15:20:33.255 INFO O| Aug 31 15:20:33.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69822026-08-31T15:20:33.884Z[ recovery-image] Aug 31 15:20:33.255 INFO O| Aug 31 15:20:33.255 INFO STEP 552 (remove_files) COMPLETE
69832026-08-31T15:20:33.884Z[ recovery-image] Aug 31 15:20:33.255 INFO O| Aug 31 15:20:33.255 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69842026-08-31T15:20:33.894Z[ recovery-image] Aug 31 15:20:33.264 INFO O| Aug 31 15:20:33.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69852026-08-31T15:20:33.894Z[ recovery-image] Aug 31 15:20:33.265 INFO O| Aug 31 15:20:33.264 INFO STEP 553 (remove_files) COMPLETE
69862026-08-31T15:20:33.894Z[ recovery-image] Aug 31 15:20:33.265 INFO O| Aug 31 15:20:33.264 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69872026-08-31T15:20:33.903Z[ recovery-image] Aug 31 15:20:33.274 INFO O| Aug 31 15:20:33.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69882026-08-31T15:20:33.903Z[ recovery-image] Aug 31 15:20:33.274 INFO O| Aug 31 15:20:33.274 INFO STEP 554 (remove_files) COMPLETE
69892026-08-31T15:20:33.907Z[ recovery-image] Aug 31 15:20:33.274 INFO O| Aug 31 15:20:33.274 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69902026-08-31T15:20:33.912Z[ recovery-image] Aug 31 15:20:33.282 INFO O| Aug 31 15:20:33.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69912026-08-31T15:20:33.912Z[ recovery-image] Aug 31 15:20:33.282 INFO O| Aug 31 15:20:33.282 INFO STEP 555 (remove_files) COMPLETE
69922026-08-31T15:20:33.915Z[ recovery-image] Aug 31 15:20:33.283 INFO O| Aug 31 15:20:33.282 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69932026-08-31T15:20:33.920Z[ recovery-image] Aug 31 15:20:33.291 INFO O| Aug 31 15:20:33.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69942026-08-31T15:20:33.920Z[ recovery-image] Aug 31 15:20:33.291 INFO O| Aug 31 15:20:33.291 INFO STEP 556 (remove_files) COMPLETE
69952026-08-31T15:20:33.920Z[ recovery-image] Aug 31 15:20:33.291 INFO O| Aug 31 15:20:33.291 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69962026-08-31T15:20:33.931Z[ recovery-image] Aug 31 15:20:33.301 INFO O| Aug 31 15:20:33.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69972026-08-31T15:20:33.931Z[ recovery-image] Aug 31 15:20:33.301 INFO O| Aug 31 15:20:33.301 INFO STEP 557 (remove_files) COMPLETE
69982026-08-31T15:20:33.932Z[ recovery-image] Aug 31 15:20:33.301 INFO O| Aug 31 15:20:33.301 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69992026-08-31T15:20:33.941Z[ recovery-image] Aug 31 15:20:33.312 INFO O| Aug 31 15:20:33.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
70002026-08-31T15:20:33.941Z[ recovery-image] Aug 31 15:20:33.312 INFO O| Aug 31 15:20:33.312 INFO STEP 558 (remove_files) COMPLETE
70012026-08-31T15:20:33.941Z[ recovery-image] Aug 31 15:20:33.312 INFO O| Aug 31 15:20:33.312 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70022026-08-31T15:20:33.951Z[ recovery-image] Aug 31 15:20:33.322 INFO O| Aug 31 15:20:33.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
70032026-08-31T15:20:33.952Z[ recovery-image] Aug 31 15:20:33.322 INFO O| Aug 31 15:20:33.322 INFO STEP 559 (remove_files) COMPLETE
70042026-08-31T15:20:33.952Z[ recovery-image] Aug 31 15:20:33.322 INFO O| Aug 31 15:20:33.322 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70052026-08-31T15:20:33.963Z[ recovery-image] Aug 31 15:20:33.333 INFO O| Aug 31 15:20:33.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70062026-08-31T15:20:33.963Z[ recovery-image] Aug 31 15:20:33.333 INFO O| Aug 31 15:20:33.333 INFO STEP 560 (remove_files) COMPLETE
70072026-08-31T15:20:33.963Z[ recovery-image] Aug 31 15:20:33.333 INFO O| Aug 31 15:20:33.333 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70082026-08-31T15:20:33.972Z[ recovery-image] Aug 31 15:20:33.343 INFO O| Aug 31 15:20:33.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70092026-08-31T15:20:33.972Z[ recovery-image] Aug 31 15:20:33.343 INFO O| Aug 31 15:20:33.343 INFO STEP 561 (remove_files) COMPLETE
70102026-08-31T15:20:33.975Z[ recovery-image] Aug 31 15:20:33.343 INFO O| Aug 31 15:20:33.343 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70112026-08-31T15:20:33.982Z[ recovery-image] Aug 31 15:20:33.353 INFO O| Aug 31 15:20:33.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70122026-08-31T15:20:33.982Z[ recovery-image] Aug 31 15:20:33.353 INFO O| Aug 31 15:20:33.353 INFO STEP 562 (remove_files) COMPLETE
70132026-08-31T15:20:33.982Z[ recovery-image] Aug 31 15:20:33.353 INFO O| Aug 31 15:20:33.353 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70142026-08-31T15:20:33.993Z[ recovery-image] Aug 31 15:20:33.363 INFO O| Aug 31 15:20:33.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70152026-08-31T15:20:33.993Z[ recovery-image] Aug 31 15:20:33.363 INFO O| Aug 31 15:20:33.363 INFO STEP 563 (remove_files) COMPLETE
70162026-08-31T15:20:33.993Z[ recovery-image] Aug 31 15:20:33.363 INFO O| Aug 31 15:20:33.363 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70172026-08-31T15:20:34.004Z[ recovery-image] Aug 31 15:20:33.373 INFO O| Aug 31 15:20:33.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70182026-08-31T15:20:34.004Z[ recovery-image] Aug 31 15:20:33.373 INFO O| Aug 31 15:20:33.373 INFO STEP 564 (remove_files) COMPLETE
70192026-08-31T15:20:34.004Z[ recovery-image] Aug 31 15:20:33.373 INFO O| Aug 31 15:20:33.373 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70202026-08-31T15:20:34.014Z[ recovery-image] Aug 31 15:20:33.385 INFO O| Aug 31 15:20:33.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70212026-08-31T15:20:34.014Z[ recovery-image] Aug 31 15:20:33.385 INFO O| Aug 31 15:20:33.385 INFO STEP 565 (remove_files) COMPLETE
70222026-08-31T15:20:34.014Z[ recovery-image] Aug 31 15:20:33.385 INFO O| Aug 31 15:20:33.385 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70232026-08-31T15:20:34.024Z[ recovery-image] Aug 31 15:20:33.393 INFO O| Aug 31 15:20:33.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70242026-08-31T15:20:34.024Z[ recovery-image] Aug 31 15:20:33.393 INFO O| Aug 31 15:20:33.393 INFO STEP 566 (remove_files) COMPLETE
70252026-08-31T15:20:34.024Z[ recovery-image] Aug 31 15:20:33.393 INFO O| Aug 31 15:20:33.393 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70262026-08-31T15:20:34.031Z[ recovery-image] Aug 31 15:20:33.402 INFO O| Aug 31 15:20:33.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70272026-08-31T15:20:34.031Z[ recovery-image] Aug 31 15:20:33.402 INFO O| Aug 31 15:20:33.402 INFO STEP 567 (remove_files) COMPLETE
70282026-08-31T15:20:34.036Z[ recovery-image] Aug 31 15:20:33.402 INFO O| Aug 31 15:20:33.402 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70292026-08-31T15:20:34.040Z[ recovery-image] Aug 31 15:20:33.411 INFO O| Aug 31 15:20:33.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70302026-08-31T15:20:34.045Z[ recovery-image] Aug 31 15:20:33.412 INFO O| Aug 31 15:20:33.412 INFO STEP 568 (remove_files) COMPLETE
70312026-08-31T15:20:34.045Z[ recovery-image] Aug 31 15:20:33.412 INFO O| Aug 31 15:20:33.412 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70322026-08-31T15:20:34.048Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
70332026-08-31T15:20:34.051Z[ recovery-image] Aug 31 15:20:33.422 INFO O| Aug 31 15:20:33.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70342026-08-31T15:20:34.051Z[ recovery-image] Aug 31 15:20:33.422 INFO O| Aug 31 15:20:33.422 INFO STEP 569 (remove_files) COMPLETE
70352026-08-31T15:20:34.051Z[ recovery-image] Aug 31 15:20:33.422 INFO O| Aug 31 15:20:33.422 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-08-31T15:20:34.061Z[ recovery-image] Aug 31 15:20:33.431 INFO O| Aug 31 15:20:33.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70372026-08-31T15:20:34.061Z[ recovery-image] Aug 31 15:20:33.431 INFO O| Aug 31 15:20:33.431 INFO STEP 570 (remove_files) COMPLETE
70382026-08-31T15:20:34.061Z[ recovery-image] Aug 31 15:20:33.431 INFO O| Aug 31 15:20:33.431 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-08-31T15:20:34.072Z[ recovery-image] Aug 31 15:20:33.442 INFO O| Aug 31 15:20:33.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70402026-08-31T15:20:34.072Z[ recovery-image] Aug 31 15:20:33.442 INFO O| Aug 31 15:20:33.442 INFO STEP 571 (remove_files) COMPLETE
70412026-08-31T15:20:34.072Z[ recovery-image] Aug 31 15:20:33.442 INFO O| Aug 31 15:20:33.442 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-08-31T15:20:34.081Z[ recovery-image] Aug 31 15:20:33.452 INFO O| Aug 31 15:20:33.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70432026-08-31T15:20:34.081Z[ recovery-image] Aug 31 15:20:33.452 INFO O| Aug 31 15:20:33.452 INFO STEP 572 (remove_files) COMPLETE
70442026-08-31T15:20:34.082Z[ recovery-image] Aug 31 15:20:33.452 INFO O| Aug 31 15:20:33.452 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-08-31T15:20:34.091Z[ recovery-image] Aug 31 15:20:33.462 INFO O| Aug 31 15:20:33.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70462026-08-31T15:20:34.091Z[ recovery-image] Aug 31 15:20:33.462 INFO O| Aug 31 15:20:33.462 INFO STEP 573 (remove_files) COMPLETE
70472026-08-31T15:20:34.091Z[ recovery-image] Aug 31 15:20:33.462 INFO O| Aug 31 15:20:33.462 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-08-31T15:20:34.101Z[ recovery-image] Aug 31 15:20:33.472 INFO O| Aug 31 15:20:33.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70492026-08-31T15:20:34.101Z[ recovery-image] Aug 31 15:20:33.472 INFO O| Aug 31 15:20:33.472 INFO STEP 574 (remove_files) COMPLETE
70502026-08-31T15:20:34.101Z[ recovery-image] Aug 31 15:20:33.472 INFO O| Aug 31 15:20:33.472 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-08-31T15:20:34.111Z[ recovery-image] Aug 31 15:20:33.481 INFO O| Aug 31 15:20:33.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70522026-08-31T15:20:34.111Z[ recovery-image] Aug 31 15:20:33.481 INFO O| Aug 31 15:20:33.481 INFO STEP 575 (remove_files) COMPLETE
70532026-08-31T15:20:34.115Z[ recovery-image] Aug 31 15:20:33.481 INFO O| Aug 31 15:20:33.481 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-08-31T15:20:34.125Z[ recovery-image] Aug 31 15:20:33.493 INFO O| Aug 31 15:20:33.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70552026-08-31T15:20:34.126Z[ recovery-image] Aug 31 15:20:33.493 INFO O| Aug 31 15:20:33.493 INFO STEP 576 (remove_files) COMPLETE
70562026-08-31T15:20:34.126Z[ recovery-image] Aug 31 15:20:33.493 INFO O| Aug 31 15:20:33.493 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-08-31T15:20:34.135Z[ recovery-image] Aug 31 15:20:33.503 INFO O| Aug 31 15:20:33.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70582026-08-31T15:20:34.135Z[ recovery-image] Aug 31 15:20:33.503 INFO O| Aug 31 15:20:33.503 INFO STEP 577 (remove_files) COMPLETE
70592026-08-31T15:20:34.135Z[ recovery-image] Aug 31 15:20:33.503 INFO O| Aug 31 15:20:33.503 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-08-31T15:20:34.140Z[ recovery-image] Aug 31 15:20:33.511 INFO O| Aug 31 15:20:33.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70612026-08-31T15:20:34.140Z[ recovery-image] Aug 31 15:20:33.511 INFO O| Aug 31 15:20:33.511 INFO STEP 578 (remove_files) COMPLETE
70622026-08-31T15:20:34.144Z[ recovery-image] Aug 31 15:20:33.511 INFO O| Aug 31 15:20:33.511 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-08-31T15:20:34.149Z[ recovery-image] Aug 31 15:20:33.519 INFO O| Aug 31 15:20:33.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70642026-08-31T15:20:34.149Z[ recovery-image] Aug 31 15:20:33.519 INFO O| Aug 31 15:20:33.519 INFO STEP 579 (remove_files) COMPLETE
70652026-08-31T15:20:34.149Z[ recovery-image] Aug 31 15:20:33.519 INFO O| Aug 31 15:20:33.519 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-08-31T15:20:34.159Z[ recovery-image] Aug 31 15:20:33.529 INFO O| Aug 31 15:20:33.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70672026-08-31T15:20:34.160Z[ recovery-image] Aug 31 15:20:33.529 INFO O| Aug 31 15:20:33.529 INFO STEP 580 (remove_files) COMPLETE
70682026-08-31T15:20:34.160Z[ recovery-image] Aug 31 15:20:33.529 INFO O| Aug 31 15:20:33.529 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-08-31T15:20:34.172Z[ recovery-image] Aug 31 15:20:33.539 INFO O| Aug 31 15:20:33.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70702026-08-31T15:20:34.178Z[ recovery-image] Aug 31 15:20:33.540 INFO O| Aug 31 15:20:33.540 INFO STEP 581 (remove_files) COMPLETE
70712026-08-31T15:20:34.178Z[ recovery-image] Aug 31 15:20:33.540 INFO O| Aug 31 15:20:33.540 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-08-31T15:20:34.178Z[ recovery-image] Aug 31 15:20:33.549 INFO O| Aug 31 15:20:33.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70732026-08-31T15:20:34.178Z[ recovery-image] Aug 31 15:20:33.549 INFO O| Aug 31 15:20:33.549 INFO STEP 582 (remove_files) COMPLETE
70742026-08-31T15:20:34.182Z[ recovery-image] Aug 31 15:20:33.549 INFO O| Aug 31 15:20:33.549 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-08-31T15:20:34.187Z[ recovery-image] Aug 31 15:20:33.558 INFO O| Aug 31 15:20:33.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70762026-08-31T15:20:34.187Z[ recovery-image] Aug 31 15:20:33.558 INFO O| Aug 31 15:20:33.558 INFO STEP 583 (remove_files) COMPLETE
70772026-08-31T15:20:34.191Z[ recovery-image] Aug 31 15:20:33.558 INFO O| Aug 31 15:20:33.558 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-08-31T15:20:34.196Z[ recovery-image] Aug 31 15:20:33.567 INFO O| Aug 31 15:20:33.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70792026-08-31T15:20:34.196Z[ recovery-image] Aug 31 15:20:33.567 INFO O| Aug 31 15:20:33.567 INFO STEP 584 (remove_files) COMPLETE
70802026-08-31T15:20:34.196Z[ recovery-image] Aug 31 15:20:33.567 INFO O| Aug 31 15:20:33.567 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-08-31T15:20:34.206Z[ recovery-image] Aug 31 15:20:33.577 INFO O| Aug 31 15:20:33.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70822026-08-31T15:20:34.206Z[ recovery-image] Aug 31 15:20:33.577 INFO O| Aug 31 15:20:33.577 INFO STEP 585 (remove_files) COMPLETE
70832026-08-31T15:20:34.210Z[ recovery-image] Aug 31 15:20:33.577 INFO O| Aug 31 15:20:33.577 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-08-31T15:20:34.215Z[ recovery-image] Aug 31 15:20:33.586 INFO O| Aug 31 15:20:33.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70852026-08-31T15:20:34.215Z[ recovery-image] Aug 31 15:20:33.586 INFO O| Aug 31 15:20:33.586 INFO STEP 586 (remove_files) COMPLETE
70862026-08-31T15:20:34.218Z[ recovery-image] Aug 31 15:20:33.586 INFO O| Aug 31 15:20:33.586 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-08-31T15:20:34.224Z[ recovery-image] Aug 31 15:20:33.595 INFO O| Aug 31 15:20:33.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70882026-08-31T15:20:34.224Z[ recovery-image] Aug 31 15:20:33.595 INFO O| Aug 31 15:20:33.595 INFO STEP 587 (remove_files) COMPLETE
70892026-08-31T15:20:34.224Z[ recovery-image] Aug 31 15:20:33.595 INFO O| Aug 31 15:20:33.595 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-08-31T15:20:34.234Z[ recovery-image] Aug 31 15:20:33.605 INFO O| Aug 31 15:20:33.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70912026-08-31T15:20:34.235Z[ recovery-image] Aug 31 15:20:33.605 INFO O| Aug 31 15:20:33.605 INFO STEP 588 (remove_files) COMPLETE
70922026-08-31T15:20:34.238Z[ recovery-image] Aug 31 15:20:33.605 INFO O| Aug 31 15:20:33.605 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-08-31T15:20:34.243Z[ recovery-image] Aug 31 15:20:33.614 INFO O| Aug 31 15:20:33.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70942026-08-31T15:20:34.244Z[ recovery-image] Aug 31 15:20:33.614 INFO O| Aug 31 15:20:33.614 INFO STEP 589 (remove_files) COMPLETE
70952026-08-31T15:20:34.244Z[ recovery-image] Aug 31 15:20:33.614 INFO O| Aug 31 15:20:33.614 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-08-31T15:20:34.253Z[ recovery-image] Aug 31 15:20:33.623 INFO O| Aug 31 15:20:33.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70972026-08-31T15:20:34.253Z[ recovery-image] Aug 31 15:20:33.624 INFO O| Aug 31 15:20:33.624 INFO STEP 590 (remove_files) COMPLETE
70982026-08-31T15:20:34.253Z[ recovery-image] Aug 31 15:20:33.624 INFO O| Aug 31 15:20:33.624 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-08-31T15:20:34.261Z[ recovery-image] Aug 31 15:20:33.632 INFO O| Aug 31 15:20:33.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
71002026-08-31T15:20:34.261Z[ recovery-image] Aug 31 15:20:33.632 INFO O| Aug 31 15:20:33.632 INFO STEP 591 (remove_files) COMPLETE
71012026-08-31T15:20:34.265Z[ recovery-image] Aug 31 15:20:33.632 INFO O| Aug 31 15:20:33.632 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-08-31T15:20:34.272Z[ recovery-image] Aug 31 15:20:33.643 INFO O| Aug 31 15:20:33.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
71032026-08-31T15:20:34.272Z[ recovery-image] Aug 31 15:20:33.643 INFO O| Aug 31 15:20:33.643 INFO STEP 592 (remove_files) COMPLETE
71042026-08-31T15:20:34.272Z[ recovery-image] Aug 31 15:20:33.643 INFO O| Aug 31 15:20:33.643 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-08-31T15:20:34.281Z[ recovery-image] Aug 31 15:20:33.652 INFO O| Aug 31 15:20:33.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71062026-08-31T15:20:34.281Z[ recovery-image] Aug 31 15:20:33.652 INFO O| Aug 31 15:20:33.652 INFO STEP 593 (remove_files) COMPLETE
71072026-08-31T15:20:34.281Z[ recovery-image] Aug 31 15:20:33.652 INFO O| Aug 31 15:20:33.652 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-08-31T15:20:34.290Z[ recovery-image] Aug 31 15:20:33.661 INFO O| Aug 31 15:20:33.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71092026-08-31T15:20:34.290Z[ recovery-image] Aug 31 15:20:33.661 INFO O| Aug 31 15:20:33.661 INFO STEP 594 (remove_files) COMPLETE
71102026-08-31T15:20:34.293Z[ recovery-image] Aug 31 15:20:33.661 INFO O| Aug 31 15:20:33.661 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-08-31T15:20:34.300Z[ recovery-image] Aug 31 15:20:33.671 INFO O| Aug 31 15:20:33.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71122026-08-31T15:20:34.300Z[ recovery-image] Aug 31 15:20:33.671 INFO O| Aug 31 15:20:33.671 INFO STEP 595 (remove_files) COMPLETE
71132026-08-31T15:20:34.300Z[ recovery-image] Aug 31 15:20:33.671 INFO O| Aug 31 15:20:33.671 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-08-31T15:20:34.311Z[ recovery-image] Aug 31 15:20:33.682 INFO O| Aug 31 15:20:33.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71152026-08-31T15:20:34.311Z[ recovery-image] Aug 31 15:20:33.682 INFO O| Aug 31 15:20:33.682 INFO STEP 596 (remove_files) COMPLETE
71162026-08-31T15:20:34.314Z[ recovery-image] Aug 31 15:20:33.682 INFO O| Aug 31 15:20:33.682 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-08-31T15:20:34.321Z[ recovery-image] Aug 31 15:20:33.692 INFO O| Aug 31 15:20:33.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71182026-08-31T15:20:34.321Z[ recovery-image] Aug 31 15:20:33.692 INFO O| Aug 31 15:20:33.692 INFO STEP 597 (remove_files) COMPLETE
71192026-08-31T15:20:34.324Z[ recovery-image] Aug 31 15:20:33.692 INFO O| Aug 31 15:20:33.692 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-08-31T15:20:34.331Z[ recovery-image] Aug 31 15:20:33.702 INFO O| Aug 31 15:20:33.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71212026-08-31T15:20:34.331Z[ recovery-image] Aug 31 15:20:33.702 INFO O| Aug 31 15:20:33.702 INFO STEP 598 (remove_files) COMPLETE
71222026-08-31T15:20:34.335Z[ recovery-image] Aug 31 15:20:33.702 INFO O| Aug 31 15:20:33.702 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-08-31T15:20:34.342Z[ recovery-image] Aug 31 15:20:33.712 INFO O| Aug 31 15:20:33.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71242026-08-31T15:20:34.342Z[ recovery-image] Aug 31 15:20:33.712 INFO O| Aug 31 15:20:33.712 INFO STEP 599 (remove_files) COMPLETE
71252026-08-31T15:20:34.342Z[ recovery-image] Aug 31 15:20:33.712 INFO O| Aug 31 15:20:33.712 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-08-31T15:20:34.352Z[ recovery-image] Aug 31 15:20:33.723 INFO O| Aug 31 15:20:33.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71272026-08-31T15:20:34.355Z[ recovery-image] Aug 31 15:20:33.724 INFO O| Aug 31 15:20:33.724 INFO STEP 600 (remove_files) COMPLETE
71282026-08-31T15:20:34.356Z[ recovery-image] Aug 31 15:20:33.724 INFO O| Aug 31 15:20:33.724 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-08-31T15:20:34.364Z[ recovery-image] Aug 31 15:20:33.735 INFO O| Aug 31 15:20:33.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71302026-08-31T15:20:34.364Z[ recovery-image] Aug 31 15:20:33.735 INFO O| Aug 31 15:20:33.735 INFO STEP 601 (remove_files) COMPLETE
71312026-08-31T15:20:34.364Z[ recovery-image] Aug 31 15:20:33.735 INFO O| Aug 31 15:20:33.735 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-08-31T15:20:34.375Z[ recovery-image] Aug 31 15:20:33.746 INFO O| Aug 31 15:20:33.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71332026-08-31T15:20:34.375Z[ recovery-image] Aug 31 15:20:33.746 INFO O| Aug 31 15:20:33.746 INFO STEP 602 (remove_files) COMPLETE
71342026-08-31T15:20:34.375Z[ recovery-image] Aug 31 15:20:33.746 INFO O| Aug 31 15:20:33.746 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-08-31T15:20:34.385Z[ recovery-image] Aug 31 15:20:33.756 INFO O| Aug 31 15:20:33.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71362026-08-31T15:20:34.385Z[ recovery-image] Aug 31 15:20:33.756 INFO O| Aug 31 15:20:33.756 INFO STEP 603 (remove_files) COMPLETE
71372026-08-31T15:20:34.385Z[ recovery-image] Aug 31 15:20:33.756 INFO O| Aug 31 15:20:33.756 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-08-31T15:20:34.395Z[ recovery-image] Aug 31 15:20:33.766 INFO O| Aug 31 15:20:33.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71392026-08-31T15:20:34.395Z[ recovery-image] Aug 31 15:20:33.766 INFO O| Aug 31 15:20:33.766 INFO STEP 604 (remove_files) COMPLETE
71402026-08-31T15:20:34.395Z[ recovery-image] Aug 31 15:20:33.766 INFO O| Aug 31 15:20:33.766 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-08-31T15:20:34.406Z[ recovery-image] Aug 31 15:20:33.775 INFO O| Aug 31 15:20:33.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71422026-08-31T15:20:34.406Z[ recovery-image] Aug 31 15:20:33.775 INFO O| Aug 31 15:20:33.775 INFO STEP 605 (remove_files) COMPLETE
71432026-08-31T15:20:34.406Z[ recovery-image] Aug 31 15:20:33.775 INFO O| Aug 31 15:20:33.775 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-08-31T15:20:34.412Z[ recovery-image] Aug 31 15:20:33.783 INFO O| Aug 31 15:20:33.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71452026-08-31T15:20:34.412Z[ recovery-image] Aug 31 15:20:33.783 INFO O| Aug 31 15:20:33.783 INFO STEP 606 (remove_files) COMPLETE
71462026-08-31T15:20:34.412Z[ recovery-image] Aug 31 15:20:33.783 INFO O| Aug 31 15:20:33.783 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-08-31T15:20:34.422Z[ recovery-image] Aug 31 15:20:33.792 INFO O| Aug 31 15:20:33.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71482026-08-31T15:20:34.422Z[ recovery-image] Aug 31 15:20:33.792 INFO O| Aug 31 15:20:33.792 INFO STEP 607 (remove_files) COMPLETE
71492026-08-31T15:20:34.425Z[ recovery-image] Aug 31 15:20:33.792 INFO O| Aug 31 15:20:33.792 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-08-31T15:20:34.429Z[ recovery-image] Aug 31 15:20:33.800 INFO O| Aug 31 15:20:33.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71512026-08-31T15:20:34.429Z[ recovery-image] Aug 31 15:20:33.800 INFO O| Aug 31 15:20:33.800 INFO STEP 608 (remove_files) COMPLETE
71522026-08-31T15:20:34.432Z[ recovery-image] Aug 31 15:20:33.800 INFO O| Aug 31 15:20:33.800 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-08-31T15:20:34.440Z[ recovery-image] Aug 31 15:20:33.809 INFO O| Aug 31 15:20:33.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71542026-08-31T15:20:34.440Z[ recovery-image] Aug 31 15:20:33.809 INFO O| Aug 31 15:20:33.809 INFO STEP 609 (remove_files) COMPLETE
71552026-08-31T15:20:34.443Z[ recovery-image] Aug 31 15:20:33.809 INFO O| Aug 31 15:20:33.809 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-08-31T15:20:34.449Z[ recovery-image] Aug 31 15:20:33.818 INFO O| Aug 31 15:20:33.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71572026-08-31T15:20:34.449Z[ recovery-image] Aug 31 15:20:33.818 INFO O| Aug 31 15:20:33.818 INFO STEP 610 (remove_files) COMPLETE
71582026-08-31T15:20:34.452Z[ recovery-image] Aug 31 15:20:33.818 INFO O| Aug 31 15:20:33.818 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-08-31T15:20:34.458Z[ recovery-image] Aug 31 15:20:33.827 INFO O| Aug 31 15:20:33.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71602026-08-31T15:20:34.458Z[ recovery-image] Aug 31 15:20:33.828 INFO O| Aug 31 15:20:33.828 INFO STEP 611 (remove_files) COMPLETE
71612026-08-31T15:20:34.458Z[ recovery-image] Aug 31 15:20:33.828 INFO O| Aug 31 15:20:33.828 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-08-31T15:20:34.458Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
71632026-08-31T15:20:34.466Z[ recovery-image] Aug 31 15:20:33.837 INFO O| Aug 31 15:20:33.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71642026-08-31T15:20:34.466Z[ recovery-image] Aug 31 15:20:33.837 INFO O| Aug 31 15:20:33.837 INFO STEP 612 (remove_files) COMPLETE
71652026-08-31T15:20:34.469Z[ recovery-image] Aug 31 15:20:33.837 INFO O| Aug 31 15:20:33.837 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-08-31T15:20:34.487Z[ recovery-image] Aug 31 15:20:33.855 INFO O| Aug 31 15:20:33.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71672026-08-31T15:20:34.487Z[ recovery-image] Aug 31 15:20:33.855 INFO O| Aug 31 15:20:33.855 INFO STEP 613 (remove_files) COMPLETE
71682026-08-31T15:20:34.490Z[ recovery-image] Aug 31 15:20:33.855 INFO O| Aug 31 15:20:33.855 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-08-31T15:20:34.495Z[ recovery-image] Aug 31 15:20:33.864 INFO O| Aug 31 15:20:33.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71702026-08-31T15:20:34.495Z[ recovery-image] Aug 31 15:20:33.864 INFO O| Aug 31 15:20:33.864 INFO STEP 614 (remove_files) COMPLETE
71712026-08-31T15:20:34.495Z[ recovery-image] Aug 31 15:20:33.864 INFO O| Aug 31 15:20:33.864 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-08-31T15:20:34.502Z[ recovery-image] Aug 31 15:20:33.873 INFO O| Aug 31 15:20:33.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71732026-08-31T15:20:34.503Z[ recovery-image] Aug 31 15:20:33.873 INFO O| Aug 31 15:20:33.873 INFO STEP 615 (remove_files) COMPLETE
71742026-08-31T15:20:34.503Z[ recovery-image] Aug 31 15:20:33.873 INFO O| Aug 31 15:20:33.873 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-08-31T15:20:34.511Z[ recovery-image] Aug 31 15:20:33.882 INFO O| Aug 31 15:20:33.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71762026-08-31T15:20:34.511Z[ recovery-image] Aug 31 15:20:33.882 INFO O| Aug 31 15:20:33.882 INFO STEP 616 (remove_files) COMPLETE
71772026-08-31T15:20:34.514Z[ recovery-image] Aug 31 15:20:33.882 INFO O| Aug 31 15:20:33.882 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-08-31T15:20:34.520Z[ recovery-image] Aug 31 15:20:33.890 INFO O| Aug 31 15:20:33.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71792026-08-31T15:20:34.520Z[ recovery-image] Aug 31 15:20:33.890 INFO O| Aug 31 15:20:33.890 INFO STEP 617 (remove_files) COMPLETE
71802026-08-31T15:20:34.523Z[ recovery-image] Aug 31 15:20:33.890 INFO O| Aug 31 15:20:33.890 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-08-31T15:20:34.528Z[ recovery-image] Aug 31 15:20:33.898 INFO O| Aug 31 15:20:33.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71822026-08-31T15:20:34.528Z[ recovery-image] Aug 31 15:20:33.898 INFO O| Aug 31 15:20:33.898 INFO STEP 618 (remove_files) COMPLETE
71832026-08-31T15:20:34.531Z[ recovery-image] Aug 31 15:20:33.898 INFO O| Aug 31 15:20:33.898 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-08-31T15:20:34.538Z[ recovery-image] Aug 31 15:20:33.906 INFO O| Aug 31 15:20:33.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71852026-08-31T15:20:34.538Z[ recovery-image] Aug 31 15:20:33.906 INFO O| Aug 31 15:20:33.906 INFO STEP 619 (remove_files) COMPLETE
71862026-08-31T15:20:34.538Z[ recovery-image] Aug 31 15:20:33.906 INFO O| Aug 31 15:20:33.906 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-08-31T15:20:34.543Z[ recovery-image] Aug 31 15:20:33.914 INFO O| Aug 31 15:20:33.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71882026-08-31T15:20:34.543Z[ recovery-image] Aug 31 15:20:33.914 INFO O| Aug 31 15:20:33.914 INFO STEP 620 (remove_files) COMPLETE
71892026-08-31T15:20:34.543Z[ recovery-image] Aug 31 15:20:33.914 INFO O| Aug 31 15:20:33.914 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-08-31T15:20:34.551Z[ recovery-image] Aug 31 15:20:33.922 INFO O| Aug 31 15:20:33.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71912026-08-31T15:20:34.551Z[ recovery-image] Aug 31 15:20:33.922 INFO O| Aug 31 15:20:33.922 INFO STEP 621 (remove_files) COMPLETE
71922026-08-31T15:20:34.551Z[ recovery-image] Aug 31 15:20:33.922 INFO O| Aug 31 15:20:33.922 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-08-31T15:20:34.559Z[ recovery-image] Aug 31 15:20:33.930 INFO O| Aug 31 15:20:33.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71942026-08-31T15:20:34.559Z[ recovery-image] Aug 31 15:20:33.930 INFO O| Aug 31 15:20:33.930 INFO STEP 622 (remove_files) COMPLETE
71952026-08-31T15:20:34.559Z[ recovery-image] Aug 31 15:20:33.930 INFO O| Aug 31 15:20:33.930 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-08-31T15:20:34.568Z[ recovery-image] Aug 31 15:20:33.938 INFO O| Aug 31 15:20:33.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71972026-08-31T15:20:34.568Z[ recovery-image] Aug 31 15:20:33.938 INFO O| Aug 31 15:20:33.938 INFO STEP 623 (remove_files) COMPLETE
71982026-08-31T15:20:34.571Z[ recovery-image] Aug 31 15:20:33.938 INFO O| Aug 31 15:20:33.938 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-08-31T15:20:34.575Z[ recovery-image] Aug 31 15:20:33.946 INFO O| Aug 31 15:20:33.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
72002026-08-31T15:20:34.575Z[ recovery-image] Aug 31 15:20:33.946 INFO O| Aug 31 15:20:33.946 INFO STEP 624 (remove_files) COMPLETE
72012026-08-31T15:20:34.575Z[ recovery-image] Aug 31 15:20:33.946 INFO O| Aug 31 15:20:33.946 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-08-31T15:20:34.584Z[ recovery-image] Aug 31 15:20:33.955 INFO O| Aug 31 15:20:33.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
72032026-08-31T15:20:34.584Z[ recovery-image] Aug 31 15:20:33.955 INFO O| Aug 31 15:20:33.955 INFO STEP 625 (remove_files) COMPLETE
72042026-08-31T15:20:34.584Z[ recovery-image] Aug 31 15:20:33.955 INFO O| Aug 31 15:20:33.955 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-08-31T15:20:34.592Z[ recovery-image] Aug 31 15:20:33.963 INFO O| Aug 31 15:20:33.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72062026-08-31T15:20:34.592Z[ recovery-image] Aug 31 15:20:33.963 INFO O| Aug 31 15:20:33.963 INFO STEP 626 (remove_files) COMPLETE
72072026-08-31T15:20:34.595Z[ recovery-image] Aug 31 15:20:33.963 INFO O| Aug 31 15:20:33.963 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-08-31T15:20:34.601Z[ recovery-image] Aug 31 15:20:33.972 INFO O| Aug 31 15:20:33.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72092026-08-31T15:20:34.601Z[ recovery-image] Aug 31 15:20:33.972 INFO O| Aug 31 15:20:33.972 INFO STEP 627 (remove_files) COMPLETE
72102026-08-31T15:20:34.605Z[ recovery-image] Aug 31 15:20:33.972 INFO O| Aug 31 15:20:33.972 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-08-31T15:20:34.611Z[ recovery-image] Aug 31 15:20:33.981 INFO O| Aug 31 15:20:33.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72122026-08-31T15:20:34.611Z[ recovery-image] Aug 31 15:20:33.981 INFO O| Aug 31 15:20:33.981 INFO STEP 628 (remove_files) COMPLETE
72132026-08-31T15:20:34.614Z[ recovery-image] Aug 31 15:20:33.981 INFO O| Aug 31 15:20:33.981 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-08-31T15:20:34.619Z[ recovery-image] Aug 31 15:20:33.990 INFO O| Aug 31 15:20:33.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72152026-08-31T15:20:34.619Z[ recovery-image] Aug 31 15:20:33.990 INFO O| Aug 31 15:20:33.990 INFO STEP 629 (remove_files) COMPLETE
72162026-08-31T15:20:34.619Z[ recovery-image] Aug 31 15:20:33.990 INFO O| Aug 31 15:20:33.990 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-08-31T15:20:34.628Z[ recovery-image] Aug 31 15:20:33.999 INFO O| Aug 31 15:20:33.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72182026-08-31T15:20:34.628Z[ recovery-image] Aug 31 15:20:33.999 INFO O| Aug 31 15:20:33.999 INFO STEP 630 (remove_files) COMPLETE
72192026-08-31T15:20:34.631Z[ recovery-image] Aug 31 15:20:33.999 INFO O| Aug 31 15:20:33.999 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-08-31T15:20:34.638Z[ recovery-image] Aug 31 15:20:34.009 INFO O| Aug 31 15:20:34.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72212026-08-31T15:20:34.638Z[ recovery-image] Aug 31 15:20:34.009 INFO O| Aug 31 15:20:34.009 INFO STEP 631 (remove_files) COMPLETE
72222026-08-31T15:20:34.641Z[ recovery-image] Aug 31 15:20:34.009 INFO O| Aug 31 15:20:34.009 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-08-31T15:20:34.648Z[ recovery-image] Aug 31 15:20:34.018 INFO O| Aug 31 15:20:34.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72242026-08-31T15:20:34.648Z[ recovery-image] Aug 31 15:20:34.018 INFO O| Aug 31 15:20:34.018 INFO STEP 632 (remove_files) COMPLETE
72252026-08-31T15:20:34.648Z[ recovery-image] Aug 31 15:20:34.018 INFO O| Aug 31 15:20:34.018 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-08-31T15:20:34.656Z[ recovery-image] Aug 31 15:20:34.027 INFO O| Aug 31 15:20:34.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72272026-08-31T15:20:34.657Z[ recovery-image] Aug 31 15:20:34.027 INFO O| Aug 31 15:20:34.027 INFO STEP 633 (remove_files) COMPLETE
72282026-08-31T15:20:34.660Z[ recovery-image] Aug 31 15:20:34.027 INFO O| Aug 31 15:20:34.027 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-08-31T15:20:34.665Z[ recovery-image] Aug 31 15:20:34.036 INFO O| Aug 31 15:20:34.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72302026-08-31T15:20:34.665Z[ recovery-image] Aug 31 15:20:34.036 INFO O| Aug 31 15:20:34.036 INFO STEP 634 (remove_files) COMPLETE
72312026-08-31T15:20:34.668Z[ recovery-image] Aug 31 15:20:34.036 INFO O| Aug 31 15:20:34.036 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-08-31T15:20:34.674Z[ recovery-image] Aug 31 15:20:34.045 INFO O| Aug 31 15:20:34.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72332026-08-31T15:20:34.674Z[ recovery-image] Aug 31 15:20:34.045 INFO O| Aug 31 15:20:34.045 INFO STEP 635 (remove_files) COMPLETE
72342026-08-31T15:20:34.674Z[ recovery-image] Aug 31 15:20:34.045 INFO O| Aug 31 15:20:34.045 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-08-31T15:20:34.686Z[ recovery-image] Aug 31 15:20:34.054 INFO O| Aug 31 15:20:34.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72362026-08-31T15:20:34.686Z[ recovery-image] Aug 31 15:20:34.054 INFO O| Aug 31 15:20:34.054 INFO STEP 636 (remove_files) COMPLETE
72372026-08-31T15:20:34.686Z[ recovery-image] Aug 31 15:20:34.054 INFO O| Aug 31 15:20:34.054 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-08-31T15:20:34.693Z[ recovery-image] Aug 31 15:20:34.064 INFO O| Aug 31 15:20:34.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72392026-08-31T15:20:34.693Z[ recovery-image] Aug 31 15:20:34.064 INFO O| Aug 31 15:20:34.064 INFO STEP 637 (remove_files) COMPLETE
72402026-08-31T15:20:34.696Z[ recovery-image] Aug 31 15:20:34.064 INFO O| Aug 31 15:20:34.064 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-08-31T15:20:34.703Z[ recovery-image] Aug 31 15:20:34.074 INFO O| Aug 31 15:20:34.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72422026-08-31T15:20:34.704Z[ recovery-image] Aug 31 15:20:34.074 INFO O| Aug 31 15:20:34.074 INFO STEP 638 (remove_files) COMPLETE
72432026-08-31T15:20:34.704Z[ recovery-image] Aug 31 15:20:34.074 INFO O| Aug 31 15:20:34.074 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-08-31T15:20:34.714Z[ recovery-image] Aug 31 15:20:34.085 INFO O| Aug 31 15:20:34.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72452026-08-31T15:20:34.714Z[ recovery-image] Aug 31 15:20:34.085 INFO O| Aug 31 15:20:34.085 INFO STEP 639 (remove_files) COMPLETE
72462026-08-31T15:20:34.714Z[ recovery-image] Aug 31 15:20:34.085 INFO O| Aug 31 15:20:34.085 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-08-31T15:20:34.724Z[ recovery-image] Aug 31 15:20:34.095 INFO O| Aug 31 15:20:34.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72482026-08-31T15:20:34.724Z[ recovery-image] Aug 31 15:20:34.095 INFO O| Aug 31 15:20:34.095 INFO STEP 640 (remove_files) COMPLETE
72492026-08-31T15:20:34.727Z[ recovery-image] Aug 31 15:20:34.095 INFO O| Aug 31 15:20:34.095 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-08-31T15:20:34.736Z[ recovery-image] Aug 31 15:20:34.107 INFO O| Aug 31 15:20:34.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72512026-08-31T15:20:34.736Z[ recovery-image] Aug 31 15:20:34.107 INFO O| Aug 31 15:20:34.107 INFO STEP 641 (remove_files) COMPLETE
72522026-08-31T15:20:34.736Z[ recovery-image] Aug 31 15:20:34.107 INFO O| Aug 31 15:20:34.107 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-08-31T15:20:34.747Z[ recovery-image] Aug 31 15:20:34.118 INFO O| Aug 31 15:20:34.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72542026-08-31T15:20:34.747Z[ recovery-image] Aug 31 15:20:34.118 INFO O| Aug 31 15:20:34.118 INFO STEP 642 (remove_files) COMPLETE
72552026-08-31T15:20:34.747Z[ recovery-image] Aug 31 15:20:34.118 INFO O| Aug 31 15:20:34.118 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-08-31T15:20:34.757Z[ recovery-image] Aug 31 15:20:34.127 INFO O| Aug 31 15:20:34.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72572026-08-31T15:20:34.757Z[ recovery-image] Aug 31 15:20:34.127 INFO O| Aug 31 15:20:34.127 INFO STEP 643 (remove_files) COMPLETE
72582026-08-31T15:20:34.757Z[ recovery-image] Aug 31 15:20:34.127 INFO O| Aug 31 15:20:34.127 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-08-31T15:20:34.767Z[ recovery-image] Aug 31 15:20:34.138 INFO O| Aug 31 15:20:34.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72602026-08-31T15:20:34.767Z[ recovery-image] Aug 31 15:20:34.138 INFO O| Aug 31 15:20:34.138 INFO STEP 644 (remove_files) COMPLETE
72612026-08-31T15:20:34.767Z[ recovery-image] Aug 31 15:20:34.138 INFO O| Aug 31 15:20:34.138 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-08-31T15:20:34.777Z[ recovery-image] Aug 31 15:20:34.148 INFO O| Aug 31 15:20:34.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72632026-08-31T15:20:34.777Z[ recovery-image] Aug 31 15:20:34.148 INFO O| Aug 31 15:20:34.148 INFO STEP 645 (remove_files) COMPLETE
72642026-08-31T15:20:34.777Z[ recovery-image] Aug 31 15:20:34.148 INFO O| Aug 31 15:20:34.148 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-08-31T15:20:34.788Z[ recovery-image] Aug 31 15:20:34.158 INFO O| Aug 31 15:20:34.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72662026-08-31T15:20:34.788Z[ recovery-image] Aug 31 15:20:34.158 INFO O| Aug 31 15:20:34.158 INFO STEP 646 (remove_files) COMPLETE
72672026-08-31T15:20:34.788Z[ recovery-image] Aug 31 15:20:34.158 INFO O| Aug 31 15:20:34.158 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-08-31T15:20:34.799Z[ recovery-image] Aug 31 15:20:34.169 INFO O| Aug 31 15:20:34.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72692026-08-31T15:20:34.799Z[ recovery-image] Aug 31 15:20:34.169 INFO O| Aug 31 15:20:34.169 INFO STEP 647 (remove_files) COMPLETE
72702026-08-31T15:20:34.799Z[ recovery-image] Aug 31 15:20:34.169 INFO O| Aug 31 15:20:34.169 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-08-31T15:20:34.823Z[ recovery-image] Aug 31 15:20:34.194 INFO O| Aug 31 15:20:34.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72722026-08-31T15:20:34.823Z[ recovery-image] Aug 31 15:20:34.194 INFO O| Aug 31 15:20:34.179 INFO STEP 648 (remove_files) COMPLETE
72732026-08-31T15:20:34.823Z[ recovery-image] Aug 31 15:20:34.194 INFO O| Aug 31 15:20:34.180 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-08-31T15:20:34.823Z[ recovery-image] Aug 31 15:20:34.194 INFO O| Aug 31 15:20:34.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72752026-08-31T15:20:34.823Z[ recovery-image] Aug 31 15:20:34.194 INFO O| Aug 31 15:20:34.192 INFO STEP 649 (remove_files) COMPLETE
72762026-08-31T15:20:34.827Z[ recovery-image] Aug 31 15:20:34.194 INFO O| Aug 31 15:20:34.192 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-08-31T15:20:34.871Z[ recovery-image] Aug 31 15:20:34.203 INFO O| Aug 31 15:20:34.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72782026-08-31T15:20:34.871Z[ recovery-image] Aug 31 15:20:34.203 INFO O| Aug 31 15:20:34.203 INFO STEP 650 (remove_files) COMPLETE
72792026-08-31T15:20:34.871Z[ recovery-image] Aug 31 15:20:34.203 INFO O| Aug 31 15:20:34.203 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-08-31T15:20:34.876Z[ recovery-image] Aug 31 15:20:34.214 INFO O| Aug 31 15:20:34.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72812026-08-31T15:20:34.876Z[ recovery-image] Aug 31 15:20:34.215 INFO O| Aug 31 15:20:34.215 INFO STEP 651 (remove_files) COMPLETE
72822026-08-31T15:20:34.876Z[ recovery-image] Aug 31 15:20:34.215 INFO O| Aug 31 15:20:34.215 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-08-31T15:20:34.876Z[ recovery-image] Aug 31 15:20:34.226 INFO O| Aug 31 15:20:34.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72842026-08-31T15:20:34.876Z[ recovery-image] Aug 31 15:20:34.226 INFO O| Aug 31 15:20:34.226 INFO STEP 652 (remove_files) COMPLETE
72852026-08-31T15:20:34.876Z[ recovery-image] Aug 31 15:20:34.226 INFO O| Aug 31 15:20:34.226 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-08-31T15:20:34.876Z[ recovery-image] Aug 31 15:20:34.236 INFO O| Aug 31 15:20:34.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72872026-08-31T15:20:34.876Z[ recovery-image] Aug 31 15:20:34.236 INFO O| Aug 31 15:20:34.236 INFO STEP 653 (remove_files) COMPLETE
72882026-08-31T15:20:34.876Z[ recovery-image] Aug 31 15:20:34.236 INFO O| Aug 31 15:20:34.236 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-08-31T15:20:34.881Z[ recovery-image] Aug 31 15:20:34.246 INFO O| Aug 31 15:20:34.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72902026-08-31T15:20:34.881Z[ recovery-image] Aug 31 15:20:34.247 INFO O| Aug 31 15:20:34.247 INFO STEP 654 (remove_files) COMPLETE
72912026-08-31T15:20:34.881Z[ recovery-image] Aug 31 15:20:34.247 INFO O| Aug 31 15:20:34.247 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-08-31T15:20:34.888Z[ recovery-image] Aug 31 15:20:34.259 INFO O| Aug 31 15:20:34.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72932026-08-31T15:20:34.888Z[ recovery-image] Aug 31 15:20:34.259 INFO O| Aug 31 15:20:34.259 INFO STEP 655 (remove_files) COMPLETE
72942026-08-31T15:20:34.888Z[ recovery-image] Aug 31 15:20:34.259 INFO O| Aug 31 15:20:34.259 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-08-31T15:20:34.897Z[ recovery-image] Aug 31 15:20:34.268 INFO O| Aug 31 15:20:34.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72962026-08-31T15:20:34.897Z[ recovery-image] Aug 31 15:20:34.268 INFO O| Aug 31 15:20:34.268 INFO STEP 656 (remove_files) COMPLETE
72972026-08-31T15:20:34.900Z[ recovery-image] Aug 31 15:20:34.268 INFO O| Aug 31 15:20:34.268 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-08-31T15:20:34.907Z[ recovery-image] Aug 31 15:20:34.278 INFO O| Aug 31 15:20:34.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72992026-08-31T15:20:34.907Z[ recovery-image] Aug 31 15:20:34.278 INFO O| Aug 31 15:20:34.278 INFO STEP 657 (remove_files) COMPLETE
73002026-08-31T15:20:34.907Z[ recovery-image] Aug 31 15:20:34.278 INFO O| Aug 31 15:20:34.278 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-08-31T15:20:34.919Z[ recovery-image] Aug 31 15:20:34.289 INFO O| Aug 31 15:20:34.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
73022026-08-31T15:20:34.919Z[ recovery-image] Aug 31 15:20:34.289 INFO O| Aug 31 15:20:34.289 INFO STEP 658 (remove_files) COMPLETE
73032026-08-31T15:20:34.919Z[ recovery-image] Aug 31 15:20:34.289 INFO O| Aug 31 15:20:34.289 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-08-31T15:20:34.928Z[ recovery-image] Aug 31 15:20:34.299 INFO O| Aug 31 15:20:34.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73052026-08-31T15:20:34.928Z[ recovery-image] Aug 31 15:20:34.299 INFO O| Aug 31 15:20:34.299 INFO STEP 659 (remove_files) COMPLETE
73062026-08-31T15:20:34.928Z[ recovery-image] Aug 31 15:20:34.299 INFO O| Aug 31 15:20:34.299 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-08-31T15:20:34.938Z[ recovery-image] Aug 31 15:20:34.309 INFO O| Aug 31 15:20:34.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73082026-08-31T15:20:34.938Z[ recovery-image] Aug 31 15:20:34.309 INFO O| Aug 31 15:20:34.309 INFO STEP 660 (remove_files) COMPLETE
73092026-08-31T15:20:34.941Z[ recovery-image] Aug 31 15:20:34.309 INFO O| Aug 31 15:20:34.309 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-08-31T15:20:34.949Z[ recovery-image] Aug 31 15:20:34.319 INFO O| Aug 31 15:20:34.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73112026-08-31T15:20:34.949Z[ recovery-image] Aug 31 15:20:34.319 INFO O| Aug 31 15:20:34.319 INFO STEP 661 (remove_files) COMPLETE
73122026-08-31T15:20:34.952Z[ recovery-image] Aug 31 15:20:34.320 INFO O| Aug 31 15:20:34.319 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-08-31T15:20:34.958Z[ recovery-image] Aug 31 15:20:34.328 INFO O| Aug 31 15:20:34.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73142026-08-31T15:20:34.958Z[ recovery-image] Aug 31 15:20:34.328 INFO O| Aug 31 15:20:34.328 INFO STEP 662 (remove_files) COMPLETE
73152026-08-31T15:20:34.958Z[ recovery-image] Aug 31 15:20:34.328 INFO O| Aug 31 15:20:34.328 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-08-31T15:20:34.966Z[ recovery-image] Aug 31 15:20:34.337 INFO O| Aug 31 15:20:34.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73172026-08-31T15:20:34.967Z[ recovery-image] Aug 31 15:20:34.337 INFO O| Aug 31 15:20:34.337 INFO STEP 663 (remove_files) COMPLETE
73182026-08-31T15:20:34.970Z[ recovery-image] Aug 31 15:20:34.337 INFO O| Aug 31 15:20:34.337 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-08-31T15:20:34.976Z[ recovery-image] Aug 31 15:20:34.347 INFO O| Aug 31 15:20:34.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73202026-08-31T15:20:34.976Z[ recovery-image] Aug 31 15:20:34.347 INFO O| Aug 31 15:20:34.347 INFO STEP 664 (remove_files) COMPLETE
73212026-08-31T15:20:34.976Z[ recovery-image] Aug 31 15:20:34.347 INFO O| Aug 31 15:20:34.347 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-08-31T15:20:34.986Z[ recovery-image] Aug 31 15:20:34.357 INFO O| Aug 31 15:20:34.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73232026-08-31T15:20:34.986Z[ recovery-image] Aug 31 15:20:34.357 INFO O| Aug 31 15:20:34.357 INFO STEP 665 (remove_files) COMPLETE
73242026-08-31T15:20:34.986Z[ recovery-image] Aug 31 15:20:34.357 INFO O| Aug 31 15:20:34.357 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-08-31T15:20:34.996Z[ recovery-image] Aug 31 15:20:34.366 INFO O| Aug 31 15:20:34.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73262026-08-31T15:20:34.996Z[ recovery-image] Aug 31 15:20:34.366 INFO O| Aug 31 15:20:34.366 INFO STEP 666 (remove_files) COMPLETE
73272026-08-31T15:20:34.996Z[ recovery-image] Aug 31 15:20:34.366 INFO O| Aug 31 15:20:34.366 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-08-31T15:20:35.009Z[ recovery-image] Aug 31 15:20:34.376 INFO O| Aug 31 15:20:34.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73292026-08-31T15:20:35.009Z[ recovery-image] Aug 31 15:20:34.376 INFO O| Aug 31 15:20:34.376 INFO STEP 667 (remove_files) COMPLETE
73302026-08-31T15:20:35.009Z[ recovery-image] Aug 31 15:20:34.376 INFO O| Aug 31 15:20:34.376 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-08-31T15:20:35.015Z[ recovery-image] Aug 31 15:20:34.385 INFO O| Aug 31 15:20:34.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73322026-08-31T15:20:35.015Z[ recovery-image] Aug 31 15:20:34.385 INFO O| Aug 31 15:20:34.385 INFO STEP 668 (remove_files) COMPLETE
73332026-08-31T15:20:35.015Z[ recovery-image] Aug 31 15:20:34.385 INFO O| Aug 31 15:20:34.385 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-08-31T15:20:35.023Z[ recovery-image] Aug 31 15:20:34.394 INFO O| Aug 31 15:20:34.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73352026-08-31T15:20:35.023Z[ recovery-image] Aug 31 15:20:34.394 INFO O| Aug 31 15:20:34.394 INFO STEP 669 (remove_files) COMPLETE
73362026-08-31T15:20:35.024Z[ recovery-image] Aug 31 15:20:34.394 INFO O| Aug 31 15:20:34.394 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-08-31T15:20:35.033Z[ recovery-image] Aug 31 15:20:34.404 INFO O| Aug 31 15:20:34.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73382026-08-31T15:20:35.033Z[ recovery-image] Aug 31 15:20:34.404 INFO O| Aug 31 15:20:34.404 INFO STEP 670 (remove_files) COMPLETE
73392026-08-31T15:20:35.033Z[ recovery-image] Aug 31 15:20:34.404 INFO O| Aug 31 15:20:34.404 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-08-31T15:20:35.042Z[ recovery-image] Aug 31 15:20:34.413 INFO O| Aug 31 15:20:34.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73412026-08-31T15:20:35.042Z[ recovery-image] Aug 31 15:20:34.413 INFO O| Aug 31 15:20:34.413 INFO STEP 671 (remove_files) COMPLETE
73422026-08-31T15:20:35.042Z[ recovery-image] Aug 31 15:20:34.413 INFO O| Aug 31 15:20:34.413 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-08-31T15:20:35.050Z[ recovery-image] Aug 31 15:20:34.421 INFO O| Aug 31 15:20:34.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73442026-08-31T15:20:35.050Z[ recovery-image] Aug 31 15:20:34.421 INFO O| Aug 31 15:20:34.421 INFO STEP 672 (remove_files) COMPLETE
73452026-08-31T15:20:35.050Z[ recovery-image] Aug 31 15:20:34.421 INFO O| Aug 31 15:20:34.421 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-08-31T15:20:35.061Z[ recovery-image] Aug 31 15:20:34.429 INFO O| Aug 31 15:20:34.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73472026-08-31T15:20:35.061Z[ recovery-image] Aug 31 15:20:34.429 INFO O| Aug 31 15:20:34.429 INFO STEP 673 (remove_files) COMPLETE
73482026-08-31T15:20:35.061Z[ recovery-image] Aug 31 15:20:34.429 INFO O| Aug 31 15:20:34.429 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-08-31T15:20:35.067Z[ recovery-image] Aug 31 15:20:34.438 INFO O| Aug 31 15:20:34.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73502026-08-31T15:20:35.067Z[ recovery-image] Aug 31 15:20:34.438 INFO O| Aug 31 15:20:34.438 INFO STEP 674 (remove_files) COMPLETE
73512026-08-31T15:20:35.067Z[ recovery-image] Aug 31 15:20:34.438 INFO O| Aug 31 15:20:34.438 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-08-31T15:20:35.077Z[ recovery-image] Aug 31 15:20:34.447 INFO O| Aug 31 15:20:34.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73532026-08-31T15:20:35.077Z[ recovery-image] Aug 31 15:20:34.447 INFO O| Aug 31 15:20:34.447 INFO STEP 675 (remove_files) COMPLETE
73542026-08-31T15:20:35.077Z[ recovery-image] Aug 31 15:20:34.447 INFO O| Aug 31 15:20:34.447 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-08-31T15:20:35.086Z[ recovery-image] Aug 31 15:20:34.457 INFO O| Aug 31 15:20:34.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73562026-08-31T15:20:35.086Z[ recovery-image] Aug 31 15:20:34.457 INFO O| Aug 31 15:20:34.457 INFO STEP 676 (remove_files) COMPLETE
73572026-08-31T15:20:35.086Z[ recovery-image] Aug 31 15:20:34.457 INFO O| Aug 31 15:20:34.457 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-08-31T15:20:35.099Z[ recovery-image] Aug 31 15:20:34.467 INFO O| Aug 31 15:20:34.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73592026-08-31T15:20:35.099Z[ recovery-image] Aug 31 15:20:34.467 INFO O| Aug 31 15:20:34.467 INFO STEP 677 (remove_files) COMPLETE
73602026-08-31T15:20:35.099Z[ recovery-image] Aug 31 15:20:34.467 INFO O| Aug 31 15:20:34.467 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-08-31T15:20:35.107Z[ recovery-image] Aug 31 15:20:34.477 INFO O| Aug 31 15:20:34.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73622026-08-31T15:20:35.107Z[ recovery-image] Aug 31 15:20:34.478 INFO O| Aug 31 15:20:34.478 INFO STEP 678 (remove_files) COMPLETE
73632026-08-31T15:20:35.110Z[ recovery-image] Aug 31 15:20:34.478 INFO O| Aug 31 15:20:34.478 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-08-31T15:20:35.116Z[ recovery-image] Aug 31 15:20:34.487 INFO O| Aug 31 15:20:34.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73652026-08-31T15:20:35.116Z[ recovery-image] Aug 31 15:20:34.487 INFO O| Aug 31 15:20:34.487 INFO STEP 679 (remove_files) COMPLETE
73662026-08-31T15:20:35.120Z[ recovery-image] Aug 31 15:20:34.487 INFO O| Aug 31 15:20:34.487 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-08-31T15:20:35.125Z[ recovery-image] Aug 31 15:20:34.496 INFO O| Aug 31 15:20:34.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73682026-08-31T15:20:35.125Z[ recovery-image] Aug 31 15:20:34.496 INFO O| Aug 31 15:20:34.496 INFO STEP 680 (remove_files) COMPLETE
73692026-08-31T15:20:35.125Z[ recovery-image] Aug 31 15:20:34.496 INFO O| Aug 31 15:20:34.496 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-08-31T15:20:35.136Z[ recovery-image] Aug 31 15:20:34.506 INFO O| Aug 31 15:20:34.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73712026-08-31T15:20:35.136Z[ recovery-image] Aug 31 15:20:34.506 INFO O| Aug 31 15:20:34.506 INFO STEP 681 (remove_files) COMPLETE
73722026-08-31T15:20:35.136Z[ recovery-image] Aug 31 15:20:34.506 INFO O| Aug 31 15:20:34.506 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-08-31T15:20:35.144Z[ recovery-image] Aug 31 15:20:34.515 INFO O| Aug 31 15:20:34.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73742026-08-31T15:20:35.144Z[ recovery-image] Aug 31 15:20:34.515 INFO O| Aug 31 15:20:34.515 INFO STEP 682 (remove_files) COMPLETE
73752026-08-31T15:20:35.147Z[ recovery-image] Aug 31 15:20:34.515 INFO O| Aug 31 15:20:34.515 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-08-31T15:20:35.153Z[ recovery-image] Aug 31 15:20:34.524 INFO O| Aug 31 15:20:34.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73772026-08-31T15:20:35.153Z[ recovery-image] Aug 31 15:20:34.524 INFO O| Aug 31 15:20:34.524 INFO STEP 683 (remove_files) COMPLETE
73782026-08-31T15:20:35.153Z[ recovery-image] Aug 31 15:20:34.524 INFO O| Aug 31 15:20:34.524 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-08-31T15:20:35.162Z[ recovery-image] Aug 31 15:20:34.533 INFO O| Aug 31 15:20:34.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73802026-08-31T15:20:35.162Z[ recovery-image] Aug 31 15:20:34.533 INFO O| Aug 31 15:20:34.533 INFO STEP 684 (remove_files) COMPLETE
73812026-08-31T15:20:35.162Z[ recovery-image] Aug 31 15:20:34.533 INFO O| Aug 31 15:20:34.533 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-08-31T15:20:35.170Z[ recovery-image] Aug 31 15:20:34.541 INFO O| Aug 31 15:20:34.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73832026-08-31T15:20:35.170Z[ recovery-image] Aug 31 15:20:34.541 INFO O| Aug 31 15:20:34.541 INFO STEP 685 (remove_files) COMPLETE
73842026-08-31T15:20:35.170Z[ recovery-image] Aug 31 15:20:34.541 INFO O| Aug 31 15:20:34.541 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-08-31T15:20:35.179Z[ recovery-image] Aug 31 15:20:34.550 INFO O| Aug 31 15:20:34.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73862026-08-31T15:20:35.179Z[ recovery-image] Aug 31 15:20:34.550 INFO O| Aug 31 15:20:34.550 INFO STEP 686 (remove_files) COMPLETE
73872026-08-31T15:20:35.179Z[ recovery-image] Aug 31 15:20:34.550 INFO O| Aug 31 15:20:34.550 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-08-31T15:20:35.188Z[ recovery-image] Aug 31 15:20:34.558 INFO O| Aug 31 15:20:34.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73892026-08-31T15:20:35.188Z[ recovery-image] Aug 31 15:20:34.559 INFO O| Aug 31 15:20:34.559 INFO STEP 687 (remove_files) COMPLETE
73902026-08-31T15:20:35.188Z[ recovery-image] Aug 31 15:20:34.559 INFO O| Aug 31 15:20:34.559 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-08-31T15:20:35.196Z[ recovery-image] Aug 31 15:20:34.567 INFO O| Aug 31 15:20:34.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73922026-08-31T15:20:35.196Z[ recovery-image] Aug 31 15:20:34.567 INFO O| Aug 31 15:20:34.567 INFO STEP 688 (remove_files) COMPLETE
73932026-08-31T15:20:35.196Z[ recovery-image] Aug 31 15:20:34.567 INFO O| Aug 31 15:20:34.567 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-08-31T15:20:35.204Z[ recovery-image] Aug 31 15:20:34.575 INFO O| Aug 31 15:20:34.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73952026-08-31T15:20:35.204Z[ recovery-image] Aug 31 15:20:34.575 INFO O| Aug 31 15:20:34.575 INFO STEP 689 (remove_files) COMPLETE
73962026-08-31T15:20:35.208Z[ recovery-image] Aug 31 15:20:34.575 INFO O| Aug 31 15:20:34.575 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-08-31T15:20:35.213Z[ recovery-image] Aug 31 15:20:34.584 INFO O| Aug 31 15:20:34.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73982026-08-31T15:20:35.213Z[ recovery-image] Aug 31 15:20:34.584 INFO O| Aug 31 15:20:34.584 INFO STEP 690 (remove_files) COMPLETE
73992026-08-31T15:20:35.216Z[ recovery-image] Aug 31 15:20:34.584 INFO O| Aug 31 15:20:34.584 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-08-31T15:20:35.222Z[ recovery-image] Aug 31 15:20:34.593 INFO O| Aug 31 15:20:34.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
74012026-08-31T15:20:35.222Z[ recovery-image] Aug 31 15:20:34.593 INFO O| Aug 31 15:20:34.593 INFO STEP 691 (remove_files) COMPLETE
74022026-08-31T15:20:35.225Z[ recovery-image] Aug 31 15:20:34.593 INFO O| Aug 31 15:20:34.593 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-08-31T15:20:35.231Z[ recovery-image] Aug 31 15:20:34.602 INFO O| Aug 31 15:20:34.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74042026-08-31T15:20:35.231Z[ recovery-image] Aug 31 15:20:34.602 INFO O| Aug 31 15:20:34.602 INFO STEP 692 (remove_files) COMPLETE
74052026-08-31T15:20:35.231Z[ recovery-image] Aug 31 15:20:34.602 INFO O| Aug 31 15:20:34.602 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-08-31T15:20:35.241Z[ recovery-image] Aug 31 15:20:34.611 INFO O| Aug 31 15:20:34.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74072026-08-31T15:20:35.241Z[ recovery-image] Aug 31 15:20:34.612 INFO O| Aug 31 15:20:34.611 INFO STEP 693 (remove_files) COMPLETE
74082026-08-31T15:20:35.241Z[ recovery-image] Aug 31 15:20:34.612 INFO O| Aug 31 15:20:34.611 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-08-31T15:20:35.249Z[ recovery-image] Aug 31 15:20:34.620 INFO O| Aug 31 15:20:34.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74102026-08-31T15:20:35.249Z[ recovery-image] Aug 31 15:20:34.620 INFO O| Aug 31 15:20:34.620 INFO STEP 694 (remove_files) COMPLETE
74112026-08-31T15:20:35.249Z[ recovery-image] Aug 31 15:20:34.620 INFO O| Aug 31 15:20:34.620 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-08-31T15:20:35.257Z[ recovery-image] Aug 31 15:20:34.628 INFO O| Aug 31 15:20:34.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74132026-08-31T15:20:35.257Z[ recovery-image] Aug 31 15:20:34.628 INFO O| Aug 31 15:20:34.628 INFO STEP 695 (remove_files) COMPLETE
74142026-08-31T15:20:35.257Z[ recovery-image] Aug 31 15:20:34.628 INFO O| Aug 31 15:20:34.628 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-08-31T15:20:35.265Z[ recovery-image] Aug 31 15:20:34.636 INFO O| Aug 31 15:20:34.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74162026-08-31T15:20:35.265Z[ recovery-image] Aug 31 15:20:34.636 INFO O| Aug 31 15:20:34.636 INFO STEP 696 (remove_files) COMPLETE
74172026-08-31T15:20:35.268Z[ recovery-image] Aug 31 15:20:34.636 INFO O| Aug 31 15:20:34.636 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-08-31T15:20:35.276Z[ recovery-image] Aug 31 15:20:34.647 INFO O| Aug 31 15:20:34.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74192026-08-31T15:20:35.276Z[ recovery-image] Aug 31 15:20:34.647 INFO O| Aug 31 15:20:34.647 INFO STEP 697 (remove_files) COMPLETE
74202026-08-31T15:20:35.276Z[ recovery-image] Aug 31 15:20:34.647 INFO O| Aug 31 15:20:34.647 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-08-31T15:20:35.284Z[ recovery-image] Aug 31 15:20:34.655 INFO O| Aug 31 15:20:34.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74222026-08-31T15:20:35.284Z[ recovery-image] Aug 31 15:20:34.655 INFO O| Aug 31 15:20:34.655 INFO STEP 698 (remove_files) COMPLETE
74232026-08-31T15:20:35.287Z[ recovery-image] Aug 31 15:20:34.655 INFO O| Aug 31 15:20:34.655 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-08-31T15:20:35.291Z[ recovery-image] Aug 31 15:20:34.662 INFO O| Aug 31 15:20:34.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74252026-08-31T15:20:35.291Z[ recovery-image] Aug 31 15:20:34.662 INFO O| Aug 31 15:20:34.662 INFO STEP 699 (remove_files) COMPLETE
74262026-08-31T15:20:35.294Z[ recovery-image] Aug 31 15:20:34.662 INFO O| Aug 31 15:20:34.662 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-08-31T15:20:35.299Z[ recovery-image] Aug 31 15:20:34.670 INFO O| Aug 31 15:20:34.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74282026-08-31T15:20:35.299Z[ recovery-image] Aug 31 15:20:34.670 INFO O| Aug 31 15:20:34.670 INFO STEP 700 (remove_files) COMPLETE
74292026-08-31T15:20:35.302Z[ recovery-image] Aug 31 15:20:34.670 INFO O| Aug 31 15:20:34.670 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-08-31T15:20:35.307Z[ recovery-image] Aug 31 15:20:34.678 INFO O| Aug 31 15:20:34.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74312026-08-31T15:20:35.307Z[ recovery-image] Aug 31 15:20:34.678 INFO O| Aug 31 15:20:34.678 INFO STEP 701 (remove_files) COMPLETE
74322026-08-31T15:20:35.307Z[ recovery-image] Aug 31 15:20:34.678 INFO O| Aug 31 15:20:34.678 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-08-31T15:20:35.316Z[ recovery-image] Aug 31 15:20:34.686 INFO O| Aug 31 15:20:34.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74342026-08-31T15:20:35.316Z[ recovery-image] Aug 31 15:20:34.686 INFO O| Aug 31 15:20:34.686 INFO STEP 702 (remove_files) COMPLETE
74352026-08-31T15:20:35.321Z[ recovery-image] Aug 31 15:20:34.686 INFO O| Aug 31 15:20:34.686 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-08-31T15:20:35.326Z[ recovery-image] Aug 31 15:20:34.694 INFO O| Aug 31 15:20:34.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74372026-08-31T15:20:35.326Z[ recovery-image] Aug 31 15:20:34.694 INFO O| Aug 31 15:20:34.694 INFO STEP 703 (remove_files) COMPLETE
74382026-08-31T15:20:35.326Z[ recovery-image] Aug 31 15:20:34.694 INFO O| Aug 31 15:20:34.694 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-08-31T15:20:35.334Z[ recovery-image] Aug 31 15:20:34.704 INFO O| Aug 31 15:20:34.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74402026-08-31T15:20:35.334Z[ recovery-image] Aug 31 15:20:34.704 INFO O| Aug 31 15:20:34.704 INFO STEP 704 (remove_files) COMPLETE
74412026-08-31T15:20:35.334Z[ recovery-image] Aug 31 15:20:34.704 INFO O| Aug 31 15:20:34.704 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-08-31T15:20:35.341Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
74432026-08-31T15:20:35.344Z[ recovery-image] Aug 31 15:20:34.715 INFO O| Aug 31 15:20:34.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74442026-08-31T15:20:35.344Z[ recovery-image] Aug 31 15:20:34.715 INFO O| Aug 31 15:20:34.715 INFO STEP 705 (remove_files) COMPLETE
74452026-08-31T15:20:35.344Z[ recovery-image] Aug 31 15:20:34.715 INFO O| Aug 31 15:20:34.715 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74462026-08-31T15:20:35.355Z[ recovery-image] Aug 31 15:20:34.725 INFO O| Aug 31 15:20:34.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74472026-08-31T15:20:35.355Z[ recovery-image] Aug 31 15:20:34.725 INFO O| Aug 31 15:20:34.725 INFO STEP 706 (remove_files) COMPLETE
74482026-08-31T15:20:35.355Z[ recovery-image] Aug 31 15:20:34.725 INFO O| Aug 31 15:20:34.725 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74492026-08-31T15:20:35.362Z[ recovery-image] Aug 31 15:20:34.733 INFO O| Aug 31 15:20:34.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74502026-08-31T15:20:35.363Z[ recovery-image] Aug 31 15:20:34.733 INFO O| Aug 31 15:20:34.733 INFO STEP 707 (remove_files) COMPLETE
74512026-08-31T15:20:35.363Z[ recovery-image] Aug 31 15:20:34.733 INFO O| Aug 31 15:20:34.733 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74522026-08-31T15:20:35.371Z[ recovery-image] Aug 31 15:20:34.741 INFO O| Aug 31 15:20:34.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74532026-08-31T15:20:35.371Z[ recovery-image] Aug 31 15:20:34.741 INFO O| Aug 31 15:20:34.741 INFO STEP 708 (remove_files) COMPLETE
74542026-08-31T15:20:35.371Z[ recovery-image] Aug 31 15:20:34.741 INFO O| Aug 31 15:20:34.741 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74552026-08-31T15:20:35.380Z[ recovery-image] Aug 31 15:20:34.751 INFO O| Aug 31 15:20:34.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74562026-08-31T15:20:35.381Z[ recovery-image] Aug 31 15:20:34.751 INFO O| Aug 31 15:20:34.751 INFO STEP 709 (remove_files) COMPLETE
74572026-08-31T15:20:35.381Z[ recovery-image] Aug 31 15:20:34.751 INFO O| Aug 31 15:20:34.751 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74582026-08-31T15:20:35.391Z[ recovery-image] Aug 31 15:20:34.762 INFO O| Aug 31 15:20:34.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74592026-08-31T15:20:35.391Z[ recovery-image] Aug 31 15:20:34.762 INFO O| Aug 31 15:20:34.762 INFO STEP 710 (remove_files) COMPLETE
74602026-08-31T15:20:35.391Z[ recovery-image] Aug 31 15:20:34.762 INFO O| Aug 31 15:20:34.762 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74612026-08-31T15:20:35.401Z[ recovery-image] Aug 31 15:20:34.772 INFO O| Aug 31 15:20:34.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74622026-08-31T15:20:35.401Z[ recovery-image] Aug 31 15:20:34.772 INFO O| Aug 31 15:20:34.772 INFO STEP 711 (remove_files) COMPLETE
74632026-08-31T15:20:35.401Z[ recovery-image] Aug 31 15:20:34.772 INFO O| Aug 31 15:20:34.772 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74642026-08-31T15:20:35.411Z[ recovery-image] Aug 31 15:20:34.782 INFO O| Aug 31 15:20:34.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74652026-08-31T15:20:35.411Z[ recovery-image] Aug 31 15:20:34.782 INFO O| Aug 31 15:20:34.782 INFO STEP 712 (remove_files) COMPLETE
74662026-08-31T15:20:35.414Z[ recovery-image] Aug 31 15:20:34.782 INFO O| Aug 31 15:20:34.782 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74672026-08-31T15:20:35.422Z[ recovery-image] Aug 31 15:20:34.793 INFO O| Aug 31 15:20:34.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74682026-08-31T15:20:35.422Z[ recovery-image] Aug 31 15:20:34.793 INFO O| Aug 31 15:20:34.793 INFO STEP 713 (remove_files) COMPLETE
74692026-08-31T15:20:35.422Z[ recovery-image] Aug 31 15:20:34.793 INFO O| Aug 31 15:20:34.793 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74702026-08-31T15:20:35.443Z[ recovery-image] Aug 31 15:20:34.814 INFO O| Aug 31 15:20:34.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74712026-08-31T15:20:35.443Z[ recovery-image] Aug 31 15:20:34.814 INFO O| Aug 31 15:20:34.814 INFO STEP 714 (remove_files) COMPLETE
74722026-08-31T15:20:35.443Z[ recovery-image] Aug 31 15:20:34.814 INFO O| Aug 31 15:20:34.814 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74732026-08-31T15:20:35.452Z[ recovery-image] Aug 31 15:20:34.823 INFO O| Aug 31 15:20:34.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74742026-08-31T15:20:35.452Z[ recovery-image] Aug 31 15:20:34.823 INFO O| Aug 31 15:20:34.823 INFO STEP 715 (remove_files) COMPLETE
74752026-08-31T15:20:35.455Z[ recovery-image] Aug 31 15:20:34.823 INFO O| Aug 31 15:20:34.823 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74762026-08-31T15:20:35.461Z[ recovery-image] Aug 31 15:20:34.832 INFO O| Aug 31 15:20:34.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74772026-08-31T15:20:35.461Z[ recovery-image] Aug 31 15:20:34.832 INFO O| Aug 31 15:20:34.832 INFO STEP 716 (remove_files) COMPLETE
74782026-08-31T15:20:35.461Z[ recovery-image] Aug 31 15:20:34.832 INFO O| Aug 31 15:20:34.832 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74792026-08-31T15:20:35.472Z[ recovery-image] Aug 31 15:20:34.841 INFO O| Aug 31 15:20:34.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74802026-08-31T15:20:35.475Z[ recovery-image] Aug 31 15:20:34.843 INFO O| Aug 31 15:20:34.843 INFO STEP 717 (remove_files) COMPLETE
74812026-08-31T15:20:35.475Z[ recovery-image] Aug 31 15:20:34.843 INFO O| Aug 31 15:20:34.843 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74822026-08-31T15:20:35.482Z[ recovery-image] Aug 31 15:20:34.852 INFO O| Aug 31 15:20:34.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74832026-08-31T15:20:35.482Z[ recovery-image] Aug 31 15:20:34.852 INFO O| Aug 31 15:20:34.852 INFO STEP 718 (remove_files) COMPLETE
74842026-08-31T15:20:35.482Z[ recovery-image] Aug 31 15:20:34.852 INFO O| Aug 31 15:20:34.852 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-08-31T15:20:35.491Z[ recovery-image] Aug 31 15:20:34.862 INFO O| Aug 31 15:20:34.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74862026-08-31T15:20:35.491Z[ recovery-image] Aug 31 15:20:34.862 INFO O| Aug 31 15:20:34.862 INFO STEP 719 (remove_files) COMPLETE
74872026-08-31T15:20:35.491Z[ recovery-image] Aug 31 15:20:34.862 INFO O| Aug 31 15:20:34.862 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-08-31T15:20:35.501Z[ recovery-image] Aug 31 15:20:34.872 INFO O| Aug 31 15:20:34.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74892026-08-31T15:20:35.504Z[ recovery-image] Aug 31 15:20:34.873 INFO O| Aug 31 15:20:34.873 INFO STEP 720 (remove_files) COMPLETE
74902026-08-31T15:20:35.504Z[ recovery-image] Aug 31 15:20:34.873 INFO O| Aug 31 15:20:34.873 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-08-31T15:20:35.512Z[ recovery-image] Aug 31 15:20:34.883 INFO O| Aug 31 15:20:34.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74922026-08-31T15:20:35.512Z[ recovery-image] Aug 31 15:20:34.883 INFO O| Aug 31 15:20:34.883 INFO STEP 721 (remove_files) COMPLETE
74932026-08-31T15:20:35.515Z[ recovery-image] Aug 31 15:20:34.883 INFO O| Aug 31 15:20:34.883 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-08-31T15:20:35.521Z[ recovery-image] Aug 31 15:20:34.891 INFO O| Aug 31 15:20:34.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74952026-08-31T15:20:35.521Z[ recovery-image] Aug 31 15:20:34.891 INFO O| Aug 31 15:20:34.891 INFO STEP 722 (remove_files) COMPLETE
74962026-08-31T15:20:35.521Z[ recovery-image] Aug 31 15:20:34.891 INFO O| Aug 31 15:20:34.891 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-08-31T15:20:35.530Z[ recovery-image] Aug 31 15:20:34.901 INFO O| Aug 31 15:20:34.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74982026-08-31T15:20:35.530Z[ recovery-image] Aug 31 15:20:34.901 INFO O| Aug 31 15:20:34.901 INFO STEP 723 (remove_files) COMPLETE
74992026-08-31T15:20:35.530Z[ recovery-image] Aug 31 15:20:34.901 INFO O| Aug 31 15:20:34.901 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-08-31T15:20:35.539Z[ recovery-image] Aug 31 15:20:34.910 INFO O| Aug 31 15:20:34.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
75012026-08-31T15:20:35.539Z[ recovery-image] Aug 31 15:20:34.910 INFO O| Aug 31 15:20:34.910 INFO STEP 724 (remove_files) COMPLETE
75022026-08-31T15:20:35.539Z[ recovery-image] Aug 31 15:20:34.910 INFO O| Aug 31 15:20:34.910 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-08-31T15:20:35.549Z[ recovery-image] Aug 31 15:20:34.919 INFO O| Aug 31 15:20:34.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75042026-08-31T15:20:35.549Z[ recovery-image] Aug 31 15:20:34.920 INFO O| Aug 31 15:20:34.919 INFO STEP 725 (remove_files) COMPLETE
75052026-08-31T15:20:35.552Z[ recovery-image] Aug 31 15:20:34.920 INFO O| Aug 31 15:20:34.919 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-08-31T15:20:35.557Z[ recovery-image] Aug 31 15:20:34.928 INFO O| Aug 31 15:20:34.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75072026-08-31T15:20:35.557Z[ recovery-image] Aug 31 15:20:34.928 INFO O| Aug 31 15:20:34.928 INFO STEP 726 (remove_files) COMPLETE
75082026-08-31T15:20:35.560Z[ recovery-image] Aug 31 15:20:34.928 INFO O| Aug 31 15:20:34.928 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-08-31T15:20:35.568Z[ recovery-image] Aug 31 15:20:34.937 INFO O| Aug 31 15:20:34.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75102026-08-31T15:20:35.568Z[ recovery-image] Aug 31 15:20:34.937 INFO O| Aug 31 15:20:34.937 INFO STEP 727 (remove_files) COMPLETE
75112026-08-31T15:20:35.568Z[ recovery-image] Aug 31 15:20:34.937 INFO O| Aug 31 15:20:34.937 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-08-31T15:20:35.585Z[ recovery-image] Aug 31 15:20:34.948 INFO O| Aug 31 15:20:34.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75132026-08-31T15:20:35.585Z[ recovery-image] Aug 31 15:20:34.948 INFO O| Aug 31 15:20:34.948 INFO STEP 728 (remove_files) COMPLETE
75142026-08-31T15:20:35.585Z[ recovery-image] Aug 31 15:20:34.948 INFO O| Aug 31 15:20:34.948 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-08-31T15:20:35.588Z[ recovery-image] Aug 31 15:20:34.959 INFO O| Aug 31 15:20:34.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75162026-08-31T15:20:35.588Z[ recovery-image] Aug 31 15:20:34.959 INFO O| Aug 31 15:20:34.959 INFO STEP 729 (remove_files) COMPLETE
75172026-08-31T15:20:35.588Z[ recovery-image] Aug 31 15:20:34.959 INFO O| Aug 31 15:20:34.959 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-08-31T15:20:35.599Z[ recovery-image] Aug 31 15:20:34.969 INFO O| Aug 31 15:20:34.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75192026-08-31T15:20:35.599Z[ recovery-image] Aug 31 15:20:34.969 INFO O| Aug 31 15:20:34.969 INFO STEP 730 (remove_files) COMPLETE
75202026-08-31T15:20:35.602Z[ recovery-image] Aug 31 15:20:34.969 INFO O| Aug 31 15:20:34.969 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-08-31T15:20:35.607Z[ recovery-image] Aug 31 15:20:34.978 INFO O| Aug 31 15:20:34.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75222026-08-31T15:20:35.610Z[ recovery-image] Aug 31 15:20:34.979 INFO O| Aug 31 15:20:34.979 INFO STEP 731 (remove_files) COMPLETE
75232026-08-31T15:20:35.610Z[ recovery-image] Aug 31 15:20:34.979 INFO O| Aug 31 15:20:34.979 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-08-31T15:20:35.619Z[ recovery-image] Aug 31 15:20:34.988 INFO O| Aug 31 15:20:34.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75252026-08-31T15:20:35.619Z[ recovery-image] Aug 31 15:20:34.988 INFO O| Aug 31 15:20:34.988 INFO STEP 732 (remove_files) COMPLETE
75262026-08-31T15:20:35.619Z[ recovery-image] Aug 31 15:20:34.988 INFO O| Aug 31 15:20:34.988 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-08-31T15:20:35.628Z[ recovery-image] Aug 31 15:20:34.999 INFO O| Aug 31 15:20:34.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75282026-08-31T15:20:35.635Z[ recovery-image] Aug 31 15:20:35.006 INFO O| Aug 31 15:20:35.006 INFO STEP 733 (remove_files) COMPLETE
75292026-08-31T15:20:35.635Z[ recovery-image] Aug 31 15:20:35.006 INFO O| Aug 31 15:20:35.006 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-08-31T15:20:35.645Z[ recovery-image] Aug 31 15:20:35.016 INFO O| Aug 31 15:20:35.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75312026-08-31T15:20:35.645Z[ recovery-image] Aug 31 15:20:35.016 INFO O| Aug 31 15:20:35.016 INFO STEP 734 (remove_files) COMPLETE
75322026-08-31T15:20:35.645Z[ recovery-image] Aug 31 15:20:35.016 INFO O| Aug 31 15:20:35.016 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-08-31T15:20:35.654Z[ recovery-image] Aug 31 15:20:35.025 INFO O| Aug 31 15:20:35.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75342026-08-31T15:20:35.654Z[ recovery-image] Aug 31 15:20:35.025 INFO O| Aug 31 15:20:35.025 INFO STEP 735 (remove_files) COMPLETE
75352026-08-31T15:20:35.657Z[ recovery-image] Aug 31 15:20:35.025 INFO O| Aug 31 15:20:35.025 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-08-31T15:20:35.664Z[ recovery-image] Aug 31 15:20:35.034 INFO O| Aug 31 15:20:35.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75372026-08-31T15:20:35.664Z[ recovery-image] Aug 31 15:20:35.035 INFO O| Aug 31 15:20:35.035 INFO STEP 736 (remove_files) COMPLETE
75382026-08-31T15:20:35.668Z[ recovery-image] Aug 31 15:20:35.035 INFO O| Aug 31 15:20:35.035 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-08-31T15:20:35.674Z[ recovery-image] Aug 31 15:20:35.045 INFO O| Aug 31 15:20:35.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75402026-08-31T15:20:35.674Z[ recovery-image] Aug 31 15:20:35.045 INFO O| Aug 31 15:20:35.045 INFO STEP 737 (remove_files) COMPLETE
75412026-08-31T15:20:35.674Z[ recovery-image] Aug 31 15:20:35.045 INFO O| Aug 31 15:20:35.045 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-08-31T15:20:35.685Z[ recovery-image] Aug 31 15:20:35.055 INFO O| Aug 31 15:20:35.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75432026-08-31T15:20:35.685Z[ recovery-image] Aug 31 15:20:35.056 INFO O| Aug 31 15:20:35.055 INFO STEP 738 (remove_files) COMPLETE
75442026-08-31T15:20:35.688Z[ recovery-image] Aug 31 15:20:35.056 INFO O| Aug 31 15:20:35.056 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-08-31T15:20:35.695Z[ recovery-image] Aug 31 15:20:35.066 INFO O| Aug 31 15:20:35.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75462026-08-31T15:20:35.695Z[ recovery-image] Aug 31 15:20:35.066 INFO O| Aug 31 15:20:35.066 INFO STEP 739 (remove_files) COMPLETE
75472026-08-31T15:20:35.698Z[ recovery-image] Aug 31 15:20:35.066 INFO O| Aug 31 15:20:35.066 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-08-31T15:20:35.704Z[ recovery-image] Aug 31 15:20:35.075 INFO O| Aug 31 15:20:35.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75492026-08-31T15:20:35.704Z[ recovery-image] Aug 31 15:20:35.075 INFO O| Aug 31 15:20:35.075 INFO STEP 740 (remove_files) COMPLETE
75502026-08-31T15:20:35.704Z[ recovery-image] Aug 31 15:20:35.075 INFO O| Aug 31 15:20:35.075 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-08-31T15:20:35.714Z[ recovery-image] Aug 31 15:20:35.085 INFO O| Aug 31 15:20:35.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75522026-08-31T15:20:35.714Z[ recovery-image] Aug 31 15:20:35.085 INFO O| Aug 31 15:20:35.085 INFO STEP 741 (remove_files) COMPLETE
75532026-08-31T15:20:35.714Z[ recovery-image] Aug 31 15:20:35.085 INFO O| Aug 31 15:20:35.085 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-08-31T15:20:35.723Z[ recovery-image] Aug 31 15:20:35.094 INFO O| Aug 31 15:20:35.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75552026-08-31T15:20:35.723Z[ recovery-image] Aug 31 15:20:35.094 INFO O| Aug 31 15:20:35.094 INFO STEP 742 (remove_files) COMPLETE
75562026-08-31T15:20:35.726Z[ recovery-image] Aug 31 15:20:35.094 INFO O| Aug 31 15:20:35.094 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-08-31T15:20:35.734Z[ recovery-image] Aug 31 15:20:35.105 INFO O| Aug 31 15:20:35.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75582026-08-31T15:20:35.734Z[ recovery-image] Aug 31 15:20:35.105 INFO O| Aug 31 15:20:35.105 INFO STEP 743 (remove_files) COMPLETE
75592026-08-31T15:20:35.734Z[ recovery-image] Aug 31 15:20:35.105 INFO O| Aug 31 15:20:35.105 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-08-31T15:20:35.746Z[ recovery-image] Aug 31 15:20:35.116 INFO O| Aug 31 15:20:35.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75612026-08-31T15:20:35.746Z[ recovery-image] Aug 31 15:20:35.116 INFO O| Aug 31 15:20:35.116 INFO STEP 744 (remove_files) COMPLETE
75622026-08-31T15:20:35.746Z[ recovery-image] Aug 31 15:20:35.116 INFO O| Aug 31 15:20:35.116 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75632026-08-31T15:20:35.755Z[ recovery-image] Aug 31 15:20:35.126 INFO O| Aug 31 15:20:35.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75642026-08-31T15:20:35.755Z[ recovery-image] Aug 31 15:20:35.126 INFO O| Aug 31 15:20:35.126 INFO STEP 745 (remove_files) COMPLETE
75652026-08-31T15:20:35.759Z[ recovery-image] Aug 31 15:20:35.126 INFO O| Aug 31 15:20:35.126 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75662026-08-31T15:20:35.766Z[ recovery-image] Aug 31 15:20:35.137 INFO O| Aug 31 15:20:35.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75672026-08-31T15:20:35.766Z[ recovery-image] Aug 31 15:20:35.137 INFO O| Aug 31 15:20:35.137 INFO STEP 746 (remove_files) COMPLETE
75682026-08-31T15:20:35.766Z[ recovery-image] Aug 31 15:20:35.137 INFO O| Aug 31 15:20:35.137 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75692026-08-31T15:20:35.776Z[ recovery-image] Aug 31 15:20:35.147 INFO O| Aug 31 15:20:35.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75702026-08-31T15:20:35.776Z[ recovery-image] Aug 31 15:20:35.147 INFO O| Aug 31 15:20:35.147 INFO STEP 747 (remove_files) COMPLETE
75712026-08-31T15:20:35.776Z[ recovery-image] Aug 31 15:20:35.147 INFO O| Aug 31 15:20:35.147 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75722026-08-31T15:20:35.784Z[ recovery-image] Aug 31 15:20:35.155 INFO O| Aug 31 15:20:35.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75732026-08-31T15:20:35.784Z[ recovery-image] Aug 31 15:20:35.155 INFO O| Aug 31 15:20:35.155 INFO STEP 748 (remove_files) COMPLETE
75742026-08-31T15:20:35.784Z[ recovery-image] Aug 31 15:20:35.155 INFO O| Aug 31 15:20:35.155 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75752026-08-31T15:20:35.795Z[ recovery-image] Aug 31 15:20:35.166 INFO O| Aug 31 15:20:35.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75762026-08-31T15:20:35.795Z[ recovery-image] Aug 31 15:20:35.166 INFO O| Aug 31 15:20:35.166 INFO STEP 749 (remove_files) COMPLETE
75772026-08-31T15:20:35.795Z[ recovery-image] Aug 31 15:20:35.166 INFO O| Aug 31 15:20:35.166 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75782026-08-31T15:20:35.805Z[ recovery-image] Aug 31 15:20:35.176 INFO O| Aug 31 15:20:35.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75792026-08-31T15:20:35.805Z[ recovery-image] Aug 31 15:20:35.176 INFO O| Aug 31 15:20:35.176 INFO STEP 750 (remove_files) COMPLETE
75802026-08-31T15:20:35.808Z[ recovery-image] Aug 31 15:20:35.176 INFO O| Aug 31 15:20:35.176 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75812026-08-31T15:20:35.815Z[ recovery-image] Aug 31 15:20:35.185 INFO O| Aug 31 15:20:35.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75822026-08-31T15:20:35.815Z[ recovery-image] Aug 31 15:20:35.186 INFO O| Aug 31 15:20:35.185 INFO STEP 751 (remove_files) COMPLETE
75832026-08-31T15:20:35.815Z[ recovery-image] Aug 31 15:20:35.186 INFO O| Aug 31 15:20:35.186 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75842026-08-31T15:20:35.825Z[ recovery-image] Aug 31 15:20:35.196 INFO O| Aug 31 15:20:35.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75852026-08-31T15:20:35.829Z[ recovery-image] Aug 31 15:20:35.197 INFO O| Aug 31 15:20:35.197 INFO STEP 752 (remove_files) COMPLETE
75862026-08-31T15:20:35.829Z[ recovery-image] Aug 31 15:20:35.197 INFO O| Aug 31 15:20:35.197 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75872026-08-31T15:20:35.837Z[ recovery-image] Aug 31 15:20:35.207 INFO O| Aug 31 15:20:35.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75882026-08-31T15:20:35.841Z[ recovery-image] Aug 31 15:20:35.208 INFO O| Aug 31 15:20:35.208 INFO STEP 753 (remove_files) COMPLETE
75892026-08-31T15:20:35.841Z[ recovery-image] Aug 31 15:20:35.208 INFO O| Aug 31 15:20:35.208 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75902026-08-31T15:20:35.851Z[ recovery-image] Aug 31 15:20:35.218 INFO O| Aug 31 15:20:35.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75912026-08-31T15:20:35.851Z[ recovery-image] Aug 31 15:20:35.219 INFO O| Aug 31 15:20:35.219 INFO STEP 754 (remove_files) COMPLETE
75922026-08-31T15:20:35.851Z[ recovery-image] Aug 31 15:20:35.219 INFO O| Aug 31 15:20:35.219 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75932026-08-31T15:20:35.860Z[ recovery-image] Aug 31 15:20:35.230 INFO O| Aug 31 15:20:35.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75942026-08-31T15:20:35.860Z[ recovery-image] Aug 31 15:20:35.230 INFO O| Aug 31 15:20:35.230 INFO STEP 755 (remove_files) COMPLETE
75952026-08-31T15:20:35.860Z[ recovery-image] Aug 31 15:20:35.230 INFO O| Aug 31 15:20:35.230 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75962026-08-31T15:20:35.869Z[ recovery-image] Aug 31 15:20:35.240 INFO O| Aug 31 15:20:35.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75972026-08-31T15:20:35.873Z[ recovery-image] Aug 31 15:20:35.240 INFO O| Aug 31 15:20:35.240 INFO STEP 756 (remove_files) COMPLETE
75982026-08-31T15:20:35.873Z[ recovery-image] Aug 31 15:20:35.240 INFO O| Aug 31 15:20:35.240 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75992026-08-31T15:20:35.883Z[ recovery-image] Aug 31 15:20:35.250 INFO O| Aug 31 15:20:35.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
76002026-08-31T15:20:35.883Z[ recovery-image] Aug 31 15:20:35.251 INFO O| Aug 31 15:20:35.251 INFO STEP 757 (remove_files) COMPLETE
76012026-08-31T15:20:35.883Z[ recovery-image] Aug 31 15:20:35.251 INFO O| Aug 31 15:20:35.251 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76022026-08-31T15:20:35.892Z[ recovery-image] Aug 31 15:20:35.263 INFO O| Aug 31 15:20:35.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76032026-08-31T15:20:35.892Z[ recovery-image] Aug 31 15:20:35.263 INFO O| Aug 31 15:20:35.263 INFO STEP 758 (remove_files) COMPLETE
76042026-08-31T15:20:35.892Z[ recovery-image] Aug 31 15:20:35.263 INFO O| Aug 31 15:20:35.263 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76052026-08-31T15:20:35.902Z[ recovery-image] Aug 31 15:20:35.273 INFO O| Aug 31 15:20:35.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76062026-08-31T15:20:35.902Z[ recovery-image] Aug 31 15:20:35.273 INFO O| Aug 31 15:20:35.273 INFO STEP 759 (remove_files) COMPLETE
76072026-08-31T15:20:35.902Z[ recovery-image] Aug 31 15:20:35.273 INFO O| Aug 31 15:20:35.273 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76082026-08-31T15:20:35.916Z[ recovery-image] Aug 31 15:20:35.284 INFO O| Aug 31 15:20:35.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76092026-08-31T15:20:35.916Z[ recovery-image] Aug 31 15:20:35.284 INFO O| Aug 31 15:20:35.284 INFO STEP 760 (remove_files) COMPLETE
76102026-08-31T15:20:35.916Z[ recovery-image] Aug 31 15:20:35.284 INFO O| Aug 31 15:20:35.284 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76112026-08-31T15:20:35.923Z[ recovery-image] Aug 31 15:20:35.294 INFO O| Aug 31 15:20:35.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76122026-08-31T15:20:35.923Z[ recovery-image] Aug 31 15:20:35.294 INFO O| Aug 31 15:20:35.294 INFO STEP 761 (remove_files) COMPLETE
76132026-08-31T15:20:35.926Z[ recovery-image] Aug 31 15:20:35.294 INFO O| Aug 31 15:20:35.294 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76142026-08-31T15:20:35.932Z[ recovery-image] Aug 31 15:20:35.303 INFO O| Aug 31 15:20:35.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76152026-08-31T15:20:35.932Z[ recovery-image] Aug 31 15:20:35.303 INFO O| Aug 31 15:20:35.303 INFO STEP 762 (remove_files) COMPLETE
76162026-08-31T15:20:35.932Z[ recovery-image] Aug 31 15:20:35.303 INFO O| Aug 31 15:20:35.303 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76172026-08-31T15:20:35.941Z[ recovery-image] Aug 31 15:20:35.311 INFO O| Aug 31 15:20:35.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76182026-08-31T15:20:35.941Z[ recovery-image] Aug 31 15:20:35.311 INFO O| Aug 31 15:20:35.311 INFO STEP 763 (remove_files) COMPLETE
76192026-08-31T15:20:35.941Z[ recovery-image] Aug 31 15:20:35.311 INFO O| Aug 31 15:20:35.311 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76202026-08-31T15:20:35.949Z[ recovery-image] Aug 31 15:20:35.319 INFO O| Aug 31 15:20:35.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76212026-08-31T15:20:35.949Z[ recovery-image] Aug 31 15:20:35.319 INFO O| Aug 31 15:20:35.319 INFO STEP 764 (remove_files) COMPLETE
76222026-08-31T15:20:35.949Z[ recovery-image] Aug 31 15:20:35.319 INFO O| Aug 31 15:20:35.319 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76232026-08-31T15:20:35.956Z[ recovery-image] Aug 31 15:20:35.327 INFO O| Aug 31 15:20:35.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76242026-08-31T15:20:35.956Z[ recovery-image] Aug 31 15:20:35.327 INFO O| Aug 31 15:20:35.327 INFO STEP 765 (remove_files) COMPLETE
76252026-08-31T15:20:35.959Z[ recovery-image] Aug 31 15:20:35.327 INFO O| Aug 31 15:20:35.327 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76262026-08-31T15:20:35.964Z[ recovery-image] Aug 31 15:20:35.335 INFO O| Aug 31 15:20:35.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76272026-08-31T15:20:35.964Z[ recovery-image] Aug 31 15:20:35.335 INFO O| Aug 31 15:20:35.335 INFO STEP 766 (remove_files) COMPLETE
76282026-08-31T15:20:35.968Z[ recovery-image] Aug 31 15:20:35.335 INFO O| Aug 31 15:20:35.335 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76292026-08-31T15:20:35.973Z[ recovery-image] Aug 31 15:20:35.344 INFO O| Aug 31 15:20:35.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76302026-08-31T15:20:35.973Z[ recovery-image] Aug 31 15:20:35.344 INFO O| Aug 31 15:20:35.344 INFO STEP 767 (remove_files) COMPLETE
76312026-08-31T15:20:35.973Z[ recovery-image] Aug 31 15:20:35.344 INFO O| Aug 31 15:20:35.344 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76322026-08-31T15:20:35.985Z[ recovery-image] Aug 31 15:20:35.353 INFO O| Aug 31 15:20:35.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76332026-08-31T15:20:35.985Z[ recovery-image] Aug 31 15:20:35.353 INFO O| Aug 31 15:20:35.353 INFO STEP 768 (remove_files) COMPLETE
76342026-08-31T15:20:35.985Z[ recovery-image] Aug 31 15:20:35.353 INFO O| Aug 31 15:20:35.353 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76352026-08-31T15:20:35.990Z[ recovery-image] Aug 31 15:20:35.361 INFO O| Aug 31 15:20:35.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76362026-08-31T15:20:35.993Z[ recovery-image] Aug 31 15:20:35.361 INFO O| Aug 31 15:20:35.361 INFO STEP 769 (remove_files) COMPLETE
76372026-08-31T15:20:35.993Z[ recovery-image] Aug 31 15:20:35.361 INFO O| Aug 31 15:20:35.361 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76382026-08-31T15:20:35.999Z[ recovery-image] Aug 31 15:20:35.369 INFO O| Aug 31 15:20:35.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76392026-08-31T15:20:35.999Z[ recovery-image] Aug 31 15:20:35.369 INFO O| Aug 31 15:20:35.369 INFO STEP 770 (remove_files) COMPLETE
76402026-08-31T15:20:35.999Z[ recovery-image] Aug 31 15:20:35.369 INFO O| Aug 31 15:20:35.369 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76412026-08-31T15:20:36.009Z[ recovery-image] Aug 31 15:20:35.379 INFO O| Aug 31 15:20:35.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76422026-08-31T15:20:36.009Z[ recovery-image] Aug 31 15:20:35.380 INFO O| Aug 31 15:20:35.379 INFO STEP 771 (remove_files) COMPLETE
76432026-08-31T15:20:36.009Z[ recovery-image] Aug 31 15:20:35.380 INFO O| Aug 31 15:20:35.379 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76442026-08-31T15:20:36.024Z[ recovery-image] Aug 31 15:20:35.395 INFO O| Aug 31 15:20:35.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76452026-08-31T15:20:36.024Z[ recovery-image] Aug 31 15:20:35.395 INFO O| Aug 31 15:20:35.395 INFO STEP 772 (remove_files) COMPLETE
76462026-08-31T15:20:36.024Z[ recovery-image] Aug 31 15:20:35.395 INFO O| Aug 31 15:20:35.395 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76472026-08-31T15:20:36.051Z[ recovery-image] Aug 31 15:20:35.406 INFO O| Aug 31 15:20:35.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76482026-08-31T15:20:36.051Z[ recovery-image] Aug 31 15:20:35.406 INFO O| Aug 31 15:20:35.406 INFO STEP 773 (remove_files) COMPLETE
76492026-08-31T15:20:36.051Z[ recovery-image] Aug 31 15:20:35.406 INFO O| Aug 31 15:20:35.406 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76502026-08-31T15:20:36.072Z[ recovery-image] Aug 31 15:20:35.442 INFO O| Aug 31 15:20:35.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76512026-08-31T15:20:36.072Z[ recovery-image] Aug 31 15:20:35.442 INFO O| Aug 31 15:20:35.442 INFO STEP 774 (remove_files) COMPLETE
76522026-08-31T15:20:36.072Z[ recovery-image] Aug 31 15:20:35.442 INFO O| Aug 31 15:20:35.442 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76532026-08-31T15:20:36.081Z[ recovery-image] Aug 31 15:20:35.452 INFO O| Aug 31 15:20:35.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76542026-08-31T15:20:36.081Z[ recovery-image] Aug 31 15:20:35.452 INFO O| Aug 31 15:20:35.452 INFO STEP 775 (remove_files) COMPLETE
76552026-08-31T15:20:36.081Z[ recovery-image] Aug 31 15:20:35.452 INFO O| Aug 31 15:20:35.452 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76562026-08-31T15:20:36.090Z[ recovery-image] Aug 31 15:20:35.460 INFO O| Aug 31 15:20:35.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76572026-08-31T15:20:36.090Z[ recovery-image] Aug 31 15:20:35.461 INFO O| Aug 31 15:20:35.461 INFO STEP 776 (remove_files) COMPLETE
76582026-08-31T15:20:36.090Z[ recovery-image] Aug 31 15:20:35.461 INFO O| Aug 31 15:20:35.461 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76592026-08-31T15:20:36.098Z[ recovery-image] Aug 31 15:20:35.469 INFO O| Aug 31 15:20:35.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76602026-08-31T15:20:36.098Z[ recovery-image] Aug 31 15:20:35.469 INFO O| Aug 31 15:20:35.469 INFO STEP 777 (remove_files) COMPLETE
76612026-08-31T15:20:36.101Z[ recovery-image] Aug 31 15:20:35.469 INFO O| Aug 31 15:20:35.469 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76622026-08-31T15:20:36.106Z[ recovery-image] Aug 31 15:20:35.477 INFO O| Aug 31 15:20:35.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76632026-08-31T15:20:36.106Z[ recovery-image] Aug 31 15:20:35.477 INFO O| Aug 31 15:20:35.477 INFO STEP 778 (remove_files) COMPLETE
76642026-08-31T15:20:36.109Z[ recovery-image] Aug 31 15:20:35.477 INFO O| Aug 31 15:20:35.477 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76652026-08-31T15:20:36.115Z[ recovery-image] Aug 31 15:20:35.486 INFO O| Aug 31 15:20:35.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76662026-08-31T15:20:36.115Z[ recovery-image] Aug 31 15:20:35.486 INFO O| Aug 31 15:20:35.486 INFO STEP 779 (remove_files) COMPLETE
76672026-08-31T15:20:36.118Z[ recovery-image] Aug 31 15:20:35.486 INFO O| Aug 31 15:20:35.486 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76682026-08-31T15:20:36.123Z[ recovery-image] Aug 31 15:20:35.494 INFO O| Aug 31 15:20:35.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76692026-08-31T15:20:36.123Z[ recovery-image] Aug 31 15:20:35.494 INFO O| Aug 31 15:20:35.494 INFO STEP 780 (remove_files) COMPLETE
76702026-08-31T15:20:36.126Z[ recovery-image] Aug 31 15:20:35.494 INFO O| Aug 31 15:20:35.494 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76712026-08-31T15:20:36.132Z[ recovery-image] Aug 31 15:20:35.502 INFO O| Aug 31 15:20:35.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76722026-08-31T15:20:36.132Z[ recovery-image] Aug 31 15:20:35.502 INFO O| Aug 31 15:20:35.502 INFO STEP 781 (remove_files) COMPLETE
76732026-08-31T15:20:36.132Z[ recovery-image] Aug 31 15:20:35.502 INFO O| Aug 31 15:20:35.502 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76742026-08-31T15:20:36.140Z[ recovery-image] Aug 31 15:20:35.511 INFO O| Aug 31 15:20:35.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76752026-08-31T15:20:36.140Z[ recovery-image] Aug 31 15:20:35.511 INFO O| Aug 31 15:20:35.511 INFO STEP 782 (remove_files) COMPLETE
76762026-08-31T15:20:36.140Z[ recovery-image] Aug 31 15:20:35.511 INFO O| Aug 31 15:20:35.511 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76772026-08-31T15:20:36.148Z[ recovery-image] Aug 31 15:20:35.519 INFO O| Aug 31 15:20:35.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76782026-08-31T15:20:36.148Z[ recovery-image] Aug 31 15:20:35.519 INFO O| Aug 31 15:20:35.519 INFO STEP 783 (remove_files) COMPLETE
76792026-08-31T15:20:36.148Z[ recovery-image] Aug 31 15:20:35.519 INFO O| Aug 31 15:20:35.519 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76802026-08-31T15:20:36.182Z[ recovery-image] Aug 31 15:20:35.527 INFO O| Aug 31 15:20:35.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76812026-08-31T15:20:36.182Z[ recovery-image] Aug 31 15:20:35.527 INFO O| Aug 31 15:20:35.527 INFO STEP 784 (remove_files) COMPLETE
76822026-08-31T15:20:36.182Z[ recovery-image] Aug 31 15:20:35.527 INFO O| Aug 31 15:20:35.527 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76832026-08-31T15:20:36.187Z[ recovery-image] Aug 31 15:20:35.535 INFO O| Aug 31 15:20:35.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76842026-08-31T15:20:36.187Z[ recovery-image] Aug 31 15:20:35.536 INFO O| Aug 31 15:20:35.536 INFO STEP 785 (remove_files) COMPLETE
76852026-08-31T15:20:36.187Z[ recovery-image] Aug 31 15:20:35.536 INFO O| Aug 31 15:20:35.536 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76862026-08-31T15:20:36.187Z[ recovery-image] Aug 31 15:20:35.545 INFO O| Aug 31 15:20:35.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76872026-08-31T15:20:36.187Z[ recovery-image] Aug 31 15:20:35.545 INFO O| Aug 31 15:20:35.545 INFO STEP 786 (remove_files) COMPLETE
76882026-08-31T15:20:36.187Z[ recovery-image] Aug 31 15:20:35.545 INFO O| Aug 31 15:20:35.545 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76892026-08-31T15:20:36.187Z[ recovery-image] Aug 31 15:20:35.554 INFO O| Aug 31 15:20:35.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76902026-08-31T15:20:36.187Z[ recovery-image] Aug 31 15:20:35.554 INFO O| Aug 31 15:20:35.554 INFO STEP 787 (remove_files) COMPLETE
76912026-08-31T15:20:36.188Z[ recovery-image] Aug 31 15:20:35.554 INFO O| Aug 31 15:20:35.554 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-08-31T15:20:36.193Z[ recovery-image] Aug 31 15:20:35.564 INFO O| Aug 31 15:20:35.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76932026-08-31T15:20:36.193Z[ recovery-image] Aug 31 15:20:35.564 INFO O| Aug 31 15:20:35.564 INFO STEP 788 (remove_files) COMPLETE
76942026-08-31T15:20:36.193Z[ recovery-image] Aug 31 15:20:35.564 INFO O| Aug 31 15:20:35.564 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-08-31T15:20:36.204Z[ recovery-image] Aug 31 15:20:35.574 INFO O| Aug 31 15:20:35.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76962026-08-31T15:20:36.204Z[ recovery-image] Aug 31 15:20:35.574 INFO O| Aug 31 15:20:35.574 INFO STEP 789 (remove_files) COMPLETE
76972026-08-31T15:20:36.207Z[ recovery-image] Aug 31 15:20:35.574 INFO O| Aug 31 15:20:35.574 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-08-31T15:20:36.217Z[ recovery-image] Aug 31 15:20:35.584 INFO O| Aug 31 15:20:35.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76992026-08-31T15:20:36.220Z[ recovery-image] Aug 31 15:20:35.584 INFO O| Aug 31 15:20:35.584 INFO STEP 790 (remove_files) COMPLETE
77002026-08-31T15:20:36.220Z[ recovery-image] Aug 31 15:20:35.584 INFO O| Aug 31 15:20:35.584 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77012026-08-31T15:20:36.220Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
77022026-08-31T15:20:36.223Z[ recovery-image] Aug 31 15:20:35.594 INFO O| Aug 31 15:20:35.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77032026-08-31T15:20:36.223Z[ recovery-image] Aug 31 15:20:35.594 INFO O| Aug 31 15:20:35.594 INFO STEP 791 (remove_files) COMPLETE
77042026-08-31T15:20:36.223Z[ recovery-image] Aug 31 15:20:35.594 INFO O| Aug 31 15:20:35.594 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-08-31T15:20:36.233Z[ recovery-image] Aug 31 15:20:35.604 INFO O| Aug 31 15:20:35.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77062026-08-31T15:20:36.233Z[ recovery-image] Aug 31 15:20:35.604 INFO O| Aug 31 15:20:35.604 INFO STEP 792 (remove_files) COMPLETE
77072026-08-31T15:20:36.233Z[ recovery-image] Aug 31 15:20:35.604 INFO O| Aug 31 15:20:35.604 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-08-31T15:20:36.243Z[ recovery-image] Aug 31 15:20:35.614 INFO O| Aug 31 15:20:35.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77092026-08-31T15:20:36.243Z[ recovery-image] Aug 31 15:20:35.614 INFO O| Aug 31 15:20:35.614 INFO STEP 793 (remove_files) COMPLETE
77102026-08-31T15:20:36.247Z[ recovery-image] Aug 31 15:20:35.614 INFO O| Aug 31 15:20:35.614 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-08-31T15:20:36.253Z[ recovery-image] Aug 31 15:20:35.624 INFO O| Aug 31 15:20:35.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77122026-08-31T15:20:36.253Z[ recovery-image] Aug 31 15:20:35.624 INFO O| Aug 31 15:20:35.624 INFO STEP 794 (remove_files) COMPLETE
77132026-08-31T15:20:36.257Z[ recovery-image] Aug 31 15:20:35.624 INFO O| Aug 31 15:20:35.624 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-08-31T15:20:36.261Z[ recovery-image] Aug 31 15:20:35.632 INFO O| Aug 31 15:20:35.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77152026-08-31T15:20:36.261Z[ recovery-image] Aug 31 15:20:35.632 INFO O| Aug 31 15:20:35.632 INFO STEP 795 (remove_files) COMPLETE
77162026-08-31T15:20:36.261Z[ recovery-image] Aug 31 15:20:35.632 INFO O| Aug 31 15:20:35.632 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-08-31T15:20:36.270Z[ recovery-image] Aug 31 15:20:35.641 INFO O| Aug 31 15:20:35.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77182026-08-31T15:20:36.270Z[ recovery-image] Aug 31 15:20:35.641 INFO O| Aug 31 15:20:35.641 INFO STEP 796 (remove_files) COMPLETE
77192026-08-31T15:20:36.270Z[ recovery-image] Aug 31 15:20:35.641 INFO O| Aug 31 15:20:35.641 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-08-31T15:20:36.281Z[ recovery-image] Aug 31 15:20:35.652 INFO O| Aug 31 15:20:35.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77212026-08-31T15:20:36.281Z[ recovery-image] Aug 31 15:20:35.652 INFO O| Aug 31 15:20:35.652 INFO STEP 797 (remove_files) COMPLETE
77222026-08-31T15:20:36.284Z[ recovery-image] Aug 31 15:20:35.652 INFO O| Aug 31 15:20:35.652 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-08-31T15:20:36.291Z[ recovery-image] Aug 31 15:20:35.662 INFO O| Aug 31 15:20:35.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77242026-08-31T15:20:36.291Z[ recovery-image] Aug 31 15:20:35.662 INFO O| Aug 31 15:20:35.662 INFO STEP 798 (remove_files) COMPLETE
77252026-08-31T15:20:36.291Z[ recovery-image] Aug 31 15:20:35.662 INFO O| Aug 31 15:20:35.662 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-08-31T15:20:36.301Z[ recovery-image] Aug 31 15:20:35.672 INFO O| Aug 31 15:20:35.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77272026-08-31T15:20:36.301Z[ recovery-image] Aug 31 15:20:35.672 INFO O| Aug 31 15:20:35.672 INFO STEP 799 (remove_files) COMPLETE
77282026-08-31T15:20:36.304Z[ recovery-image] Aug 31 15:20:35.672 INFO O| Aug 31 15:20:35.672 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-08-31T15:20:36.310Z[ recovery-image] Aug 31 15:20:35.681 INFO O| Aug 31 15:20:35.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77302026-08-31T15:20:36.310Z[ recovery-image] Aug 31 15:20:35.681 INFO O| Aug 31 15:20:35.681 INFO STEP 800 (remove_files) COMPLETE
77312026-08-31T15:20:36.310Z[ recovery-image] Aug 31 15:20:35.681 INFO O| Aug 31 15:20:35.681 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-08-31T15:20:36.321Z[ recovery-image] Aug 31 15:20:35.691 INFO O| Aug 31 15:20:35.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77332026-08-31T15:20:36.321Z[ recovery-image] Aug 31 15:20:35.691 INFO O| Aug 31 15:20:35.691 INFO STEP 801 (remove_files) COMPLETE
77342026-08-31T15:20:36.324Z[ recovery-image] Aug 31 15:20:35.691 INFO O| Aug 31 15:20:35.691 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-08-31T15:20:36.329Z[ recovery-image] Aug 31 15:20:35.700 INFO O| Aug 31 15:20:35.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77362026-08-31T15:20:36.329Z[ recovery-image] Aug 31 15:20:35.700 INFO O| Aug 31 15:20:35.700 INFO STEP 802 (remove_files) COMPLETE
77372026-08-31T15:20:36.329Z[ recovery-image] Aug 31 15:20:35.700 INFO O| Aug 31 15:20:35.700 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-08-31T15:20:36.338Z[ recovery-image] Aug 31 15:20:35.709 INFO O| Aug 31 15:20:35.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77392026-08-31T15:20:36.338Z[ recovery-image] Aug 31 15:20:35.709 INFO O| Aug 31 15:20:35.709 INFO STEP 803 (remove_files) COMPLETE
77402026-08-31T15:20:36.338Z[ recovery-image] Aug 31 15:20:35.709 INFO O| Aug 31 15:20:35.709 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-08-31T15:20:36.349Z[ recovery-image] Aug 31 15:20:35.718 INFO O| Aug 31 15:20:35.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77422026-08-31T15:20:36.349Z[ recovery-image] Aug 31 15:20:35.718 INFO O| Aug 31 15:20:35.718 INFO STEP 804 (remove_files) COMPLETE
77432026-08-31T15:20:36.352Z[ recovery-image] Aug 31 15:20:35.718 INFO O| Aug 31 15:20:35.718 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-08-31T15:20:36.357Z[ recovery-image] Aug 31 15:20:35.728 INFO O| Aug 31 15:20:35.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77452026-08-31T15:20:36.357Z[ recovery-image] Aug 31 15:20:35.728 INFO O| Aug 31 15:20:35.728 INFO STEP 805 (remove_files) COMPLETE
77462026-08-31T15:20:36.357Z[ recovery-image] Aug 31 15:20:35.728 INFO O| Aug 31 15:20:35.728 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-08-31T15:20:36.368Z[ recovery-image] Aug 31 15:20:35.739 INFO O| Aug 31 15:20:35.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77482026-08-31T15:20:36.371Z[ recovery-image] Aug 31 15:20:35.739 INFO O| Aug 31 15:20:35.739 INFO STEP 806 (remove_files) COMPLETE
77492026-08-31T15:20:36.371Z[ recovery-image] Aug 31 15:20:35.739 INFO O| Aug 31 15:20:35.739 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-08-31T15:20:36.378Z[ recovery-image] Aug 31 15:20:35.749 INFO O| Aug 31 15:20:35.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77512026-08-31T15:20:36.378Z[ recovery-image] Aug 31 15:20:35.749 INFO O| Aug 31 15:20:35.749 INFO STEP 807 (remove_files) COMPLETE
77522026-08-31T15:20:36.378Z[ recovery-image] Aug 31 15:20:35.749 INFO O| Aug 31 15:20:35.749 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-08-31T15:20:36.387Z[ recovery-image] Aug 31 15:20:35.758 INFO O| Aug 31 15:20:35.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77542026-08-31T15:20:36.387Z[ recovery-image] Aug 31 15:20:35.758 INFO O| Aug 31 15:20:35.758 INFO STEP 808 (remove_files) COMPLETE
77552026-08-31T15:20:36.388Z[ recovery-image] Aug 31 15:20:35.758 INFO O| Aug 31 15:20:35.758 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-08-31T15:20:36.397Z[ recovery-image] Aug 31 15:20:35.768 INFO O| Aug 31 15:20:35.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77572026-08-31T15:20:36.397Z[ recovery-image] Aug 31 15:20:35.768 INFO O| Aug 31 15:20:35.768 INFO STEP 809 (remove_files) COMPLETE
77582026-08-31T15:20:36.397Z[ recovery-image] Aug 31 15:20:35.768 INFO O| Aug 31 15:20:35.768 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-08-31T15:20:36.408Z[ recovery-image] Aug 31 15:20:35.778 INFO O| Aug 31 15:20:35.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77602026-08-31T15:20:36.408Z[ recovery-image] Aug 31 15:20:35.779 INFO O| Aug 31 15:20:35.779 INFO STEP 810 (remove_files) COMPLETE
77612026-08-31T15:20:36.408Z[ recovery-image] Aug 31 15:20:35.779 INFO O| Aug 31 15:20:35.779 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-08-31T15:20:36.417Z[ recovery-image] Aug 31 15:20:35.788 INFO O| Aug 31 15:20:35.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77632026-08-31T15:20:36.417Z[ recovery-image] Aug 31 15:20:35.788 INFO O| Aug 31 15:20:35.788 INFO STEP 811 (remove_files) COMPLETE
77642026-08-31T15:20:36.417Z[ recovery-image] Aug 31 15:20:35.788 INFO O| Aug 31 15:20:35.788 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-08-31T15:20:36.428Z[ recovery-image] Aug 31 15:20:35.798 INFO O| Aug 31 15:20:35.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77662026-08-31T15:20:36.428Z[ recovery-image] Aug 31 15:20:35.799 INFO O| Aug 31 15:20:35.799 INFO STEP 812 (remove_files) COMPLETE
77672026-08-31T15:20:36.428Z[ recovery-image] Aug 31 15:20:35.799 INFO O| Aug 31 15:20:35.799 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-08-31T15:20:36.439Z[ recovery-image] Aug 31 15:20:35.810 INFO O| Aug 31 15:20:35.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77692026-08-31T15:20:36.439Z[ recovery-image] Aug 31 15:20:35.810 INFO O| Aug 31 15:20:35.810 INFO STEP 813 (remove_files) COMPLETE
77702026-08-31T15:20:36.439Z[ recovery-image] Aug 31 15:20:35.810 INFO O| Aug 31 15:20:35.810 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-08-31T15:20:36.449Z[ recovery-image] Aug 31 15:20:35.820 INFO O| Aug 31 15:20:35.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77722026-08-31T15:20:36.452Z[ recovery-image] Aug 31 15:20:35.822 INFO O| Aug 31 15:20:35.822 INFO STEP 814 (remove_files) COMPLETE
77732026-08-31T15:20:36.452Z[ recovery-image] Aug 31 15:20:35.822 INFO O| Aug 31 15:20:35.822 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-08-31T15:20:36.461Z[ recovery-image] Aug 31 15:20:35.832 INFO O| Aug 31 15:20:35.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77752026-08-31T15:20:36.465Z[ recovery-image] Aug 31 15:20:35.836 INFO O| Aug 31 15:20:35.836 INFO STEP 815 (remove_files) COMPLETE
77762026-08-31T15:20:36.465Z[ recovery-image] Aug 31 15:20:35.836 INFO O| Aug 31 15:20:35.836 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-08-31T15:20:36.475Z[ recovery-image] Aug 31 15:20:35.846 INFO O| Aug 31 15:20:35.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77782026-08-31T15:20:36.475Z[ recovery-image] Aug 31 15:20:35.846 INFO O| Aug 31 15:20:35.846 INFO STEP 816 (remove_files) COMPLETE
77792026-08-31T15:20:36.478Z[ recovery-image] Aug 31 15:20:35.846 INFO O| Aug 31 15:20:35.846 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-08-31T15:20:36.485Z[ recovery-image] Aug 31 15:20:35.855 INFO O| Aug 31 15:20:35.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77812026-08-31T15:20:36.485Z[ recovery-image] Aug 31 15:20:35.856 INFO O| Aug 31 15:20:35.856 INFO STEP 817 (remove_files) COMPLETE
77822026-08-31T15:20:36.488Z[ recovery-image] Aug 31 15:20:35.856 INFO O| Aug 31 15:20:35.856 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-08-31T15:20:36.494Z[ recovery-image] Aug 31 15:20:35.864 INFO O| Aug 31 15:20:35.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77842026-08-31T15:20:36.494Z[ recovery-image] Aug 31 15:20:35.865 INFO O| Aug 31 15:20:35.865 INFO STEP 818 (remove_files) COMPLETE
77852026-08-31T15:20:36.494Z[ recovery-image] Aug 31 15:20:35.865 INFO O| Aug 31 15:20:35.865 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-08-31T15:20:36.504Z[ recovery-image] Aug 31 15:20:35.874 INFO O| Aug 31 15:20:35.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77872026-08-31T15:20:36.504Z[ recovery-image] Aug 31 15:20:35.874 INFO O| Aug 31 15:20:35.874 INFO STEP 819 (remove_files) COMPLETE
77882026-08-31T15:20:36.504Z[ recovery-image] Aug 31 15:20:35.874 INFO O| Aug 31 15:20:35.874 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-08-31T15:20:36.518Z[ recovery-image] Aug 31 15:20:35.889 INFO O| Aug 31 15:20:35.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77902026-08-31T15:20:36.518Z[ recovery-image] Aug 31 15:20:35.889 INFO O| Aug 31 15:20:35.889 INFO STEP 820 (remove_files) COMPLETE
77912026-08-31T15:20:36.518Z[ recovery-image] Aug 31 15:20:35.889 INFO O| Aug 31 15:20:35.889 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-08-31T15:20:36.528Z[ recovery-image] Aug 31 15:20:35.899 INFO O| Aug 31 15:20:35.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77932026-08-31T15:20:36.528Z[ recovery-image] Aug 31 15:20:35.899 INFO O| Aug 31 15:20:35.899 INFO STEP 821 (remove_files) COMPLETE
77942026-08-31T15:20:36.528Z[ recovery-image] Aug 31 15:20:35.899 INFO O| Aug 31 15:20:35.899 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-08-31T15:20:36.537Z[ recovery-image] Aug 31 15:20:35.908 INFO O| Aug 31 15:20:35.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77962026-08-31T15:20:36.537Z[ recovery-image] Aug 31 15:20:35.908 INFO O| Aug 31 15:20:35.908 INFO STEP 822 (remove_files) COMPLETE
77972026-08-31T15:20:36.537Z[ recovery-image] Aug 31 15:20:35.908 INFO O| Aug 31 15:20:35.908 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-08-31T15:20:36.546Z[ recovery-image] Aug 31 15:20:35.917 INFO O| Aug 31 15:20:35.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77992026-08-31T15:20:36.546Z[ recovery-image] Aug 31 15:20:35.917 INFO O| Aug 31 15:20:35.917 INFO STEP 823 (remove_files) COMPLETE
78002026-08-31T15:20:36.549Z[ recovery-image] Aug 31 15:20:35.917 INFO O| Aug 31 15:20:35.917 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-08-31T15:20:36.581Z[ recovery-image] Aug 31 15:20:35.951 INFO O| Aug 31 15:20:35.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78022026-08-31T15:20:36.581Z[ recovery-image] Aug 31 15:20:35.951 INFO O| Aug 31 15:20:35.951 INFO STEP 824 (remove_files) COMPLETE
78032026-08-31T15:20:36.581Z[ recovery-image] Aug 31 15:20:35.951 INFO O| Aug 31 15:20:35.951 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-08-31T15:20:36.590Z[ recovery-image] Aug 31 15:20:35.961 INFO O| Aug 31 15:20:35.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78052026-08-31T15:20:36.590Z[ recovery-image] Aug 31 15:20:35.961 INFO O| Aug 31 15:20:35.961 INFO STEP 825 (remove_files) COMPLETE
78062026-08-31T15:20:36.590Z[ recovery-image] Aug 31 15:20:35.961 INFO O| Aug 31 15:20:35.961 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-08-31T15:20:36.600Z[ recovery-image] Aug 31 15:20:35.971 INFO O| Aug 31 15:20:35.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78082026-08-31T15:20:36.601Z[ recovery-image] Aug 31 15:20:35.971 INFO O| Aug 31 15:20:35.971 INFO STEP 826 (remove_files) COMPLETE
78092026-08-31T15:20:36.601Z[ recovery-image] Aug 31 15:20:35.971 INFO O| Aug 31 15:20:35.971 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-08-31T15:20:36.611Z[ recovery-image] Aug 31 15:20:35.982 INFO O| Aug 31 15:20:35.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78112026-08-31T15:20:36.611Z[ recovery-image] Aug 31 15:20:35.982 INFO O| Aug 31 15:20:35.982 INFO STEP 827 (remove_files) COMPLETE
78122026-08-31T15:20:36.611Z[ recovery-image] Aug 31 15:20:35.982 INFO O| Aug 31 15:20:35.982 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-08-31T15:20:36.621Z[ recovery-image] Aug 31 15:20:35.992 INFO O| Aug 31 15:20:35.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78142026-08-31T15:20:36.621Z[ recovery-image] Aug 31 15:20:35.992 INFO O| Aug 31 15:20:35.992 INFO STEP 828 (remove_files) COMPLETE
78152026-08-31T15:20:36.624Z[ recovery-image] Aug 31 15:20:35.992 INFO O| Aug 31 15:20:35.992 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-08-31T15:20:36.630Z[ recovery-image] Aug 31 15:20:36.001 INFO O| Aug 31 15:20:36.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78172026-08-31T15:20:36.658Z[ recovery-image] Aug 31 15:20:36.026 INFO O| Aug 31 15:20:36.026 INFO STEP 829 (remove_files) COMPLETE
78182026-08-31T15:20:36.658Z[ recovery-image] Aug 31 15:20:36.026 INFO O| Aug 31 15:20:36.026 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-08-31T15:20:36.680Z[ recovery-image] Aug 31 15:20:36.051 INFO O| Aug 31 15:20:36.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78202026-08-31T15:20:36.680Z[ recovery-image] Aug 31 15:20:36.051 INFO O| Aug 31 15:20:36.051 INFO STEP 830 (remove_files) COMPLETE
78212026-08-31T15:20:36.680Z[ recovery-image] Aug 31 15:20:36.051 INFO O| Aug 31 15:20:36.051 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-08-31T15:20:36.692Z[ recovery-image] Aug 31 15:20:36.063 INFO O| Aug 31 15:20:36.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78232026-08-31T15:20:36.693Z[ recovery-image] Aug 31 15:20:36.063 INFO O| Aug 31 15:20:36.063 INFO STEP 831 (remove_files) COMPLETE
78242026-08-31T15:20:36.693Z[ recovery-image] Aug 31 15:20:36.063 INFO O| Aug 31 15:20:36.063 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-08-31T15:20:36.720Z[ recovery-image] Aug 31 15:20:36.090 INFO O| Aug 31 15:20:36.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78262026-08-31T15:20:36.720Z[ recovery-image] Aug 31 15:20:36.091 INFO O| Aug 31 15:20:36.090 INFO STEP 832 (remove_files) COMPLETE
78272026-08-31T15:20:36.723Z[ recovery-image] Aug 31 15:20:36.091 INFO O| Aug 31 15:20:36.090 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-08-31T15:20:36.733Z[ recovery-image] Aug 31 15:20:36.103 INFO O| Aug 31 15:20:36.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78292026-08-31T15:20:36.733Z[ recovery-image] Aug 31 15:20:36.103 INFO O| Aug 31 15:20:36.101 INFO STEP 833 (remove_files) COMPLETE
78302026-08-31T15:20:36.733Z[ recovery-image] Aug 31 15:20:36.103 INFO O| Aug 31 15:20:36.101 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-08-31T15:20:36.741Z[ recovery-image] Aug 31 15:20:36.112 INFO O| Aug 31 15:20:36.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78322026-08-31T15:20:36.741Z[ recovery-image] Aug 31 15:20:36.112 INFO O| Aug 31 15:20:36.111 INFO STEP 834 (remove_files) COMPLETE
78332026-08-31T15:20:36.741Z[ recovery-image] Aug 31 15:20:36.112 INFO O| Aug 31 15:20:36.111 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-08-31T15:20:36.751Z[ recovery-image] Aug 31 15:20:36.121 INFO O| Aug 31 15:20:36.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78352026-08-31T15:20:36.751Z[ recovery-image] Aug 31 15:20:36.121 INFO O| Aug 31 15:20:36.121 INFO STEP 835 (remove_files) COMPLETE
78362026-08-31T15:20:36.754Z[ recovery-image] Aug 31 15:20:36.121 INFO O| Aug 31 15:20:36.121 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-08-31T15:20:36.757Z[verify-libraries] Compiling git2 v0.20.4
78382026-08-31T15:20:36.760Z[ recovery-image] Aug 31 15:20:36.130 INFO O| Aug 31 15:20:36.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78392026-08-31T15:20:36.760Z[ recovery-image] Aug 31 15:20:36.130 INFO O| Aug 31 15:20:36.130 INFO STEP 836 (remove_files) COMPLETE
78402026-08-31T15:20:36.760Z[ recovery-image] Aug 31 15:20:36.130 INFO O| Aug 31 15:20:36.130 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-08-31T15:20:36.775Z[ recovery-image] Aug 31 15:20:36.140 INFO O| Aug 31 15:20:36.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78422026-08-31T15:20:36.775Z[ recovery-image] Aug 31 15:20:36.140 INFO O| Aug 31 15:20:36.139 INFO STEP 837 (remove_files) COMPLETE
78432026-08-31T15:20:36.778Z[ recovery-image] Aug 31 15:20:36.140 INFO O| Aug 31 15:20:36.139 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-08-31T15:20:36.778Z[ recovery-image] Aug 31 15:20:36.148 INFO O| Aug 31 15:20:36.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78452026-08-31T15:20:36.778Z[ recovery-image] Aug 31 15:20:36.148 INFO O| Aug 31 15:20:36.148 INFO STEP 838 (remove_files) COMPLETE
78462026-08-31T15:20:36.778Z[ recovery-image] Aug 31 15:20:36.148 INFO O| Aug 31 15:20:36.148 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-08-31T15:20:36.789Z[ recovery-image] Aug 31 15:20:36.160 INFO O| Aug 31 15:20:36.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78482026-08-31T15:20:36.789Z[ recovery-image] Aug 31 15:20:36.160 INFO O| Aug 31 15:20:36.160 INFO STEP 839 (remove_files) COMPLETE
78492026-08-31T15:20:36.792Z[ recovery-image] Aug 31 15:20:36.160 INFO O| Aug 31 15:20:36.160 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-08-31T15:20:36.799Z[ recovery-image] Aug 31 15:20:36.170 INFO O| Aug 31 15:20:36.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78512026-08-31T15:20:36.799Z[ recovery-image] Aug 31 15:20:36.170 INFO O| Aug 31 15:20:36.170 INFO STEP 840 (remove_files) COMPLETE
78522026-08-31T15:20:36.799Z[ recovery-image] Aug 31 15:20:36.170 INFO O| Aug 31 15:20:36.170 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-08-31T15:20:36.808Z[ recovery-image] Aug 31 15:20:36.179 INFO O| Aug 31 15:20:36.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78542026-08-31T15:20:36.811Z[ recovery-image] Aug 31 15:20:36.180 INFO O| Aug 31 15:20:36.180 INFO STEP 841 (remove_files) COMPLETE
78552026-08-31T15:20:36.811Z[ recovery-image] Aug 31 15:20:36.180 INFO O| Aug 31 15:20:36.180 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-08-31T15:20:36.820Z[ recovery-image] Aug 31 15:20:36.191 INFO O| Aug 31 15:20:36.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78572026-08-31T15:20:36.820Z[ recovery-image] Aug 31 15:20:36.191 INFO O| Aug 31 15:20:36.191 INFO STEP 842 (remove_files) COMPLETE
78582026-08-31T15:20:36.824Z[ recovery-image] Aug 31 15:20:36.191 INFO O| Aug 31 15:20:36.191 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-08-31T15:20:36.831Z[ recovery-image] Aug 31 15:20:36.202 INFO O| Aug 31 15:20:36.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78602026-08-31T15:20:36.831Z[ recovery-image] Aug 31 15:20:36.202 INFO O| Aug 31 15:20:36.202 INFO STEP 843 (remove_files) COMPLETE
78612026-08-31T15:20:36.834Z[ recovery-image] Aug 31 15:20:36.202 INFO O| Aug 31 15:20:36.202 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-08-31T15:20:36.841Z[ recovery-image] Aug 31 15:20:36.212 INFO O| Aug 31 15:20:36.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78632026-08-31T15:20:36.841Z[ recovery-image] Aug 31 15:20:36.212 INFO O| Aug 31 15:20:36.212 INFO STEP 844 (remove_files) COMPLETE
78642026-08-31T15:20:36.841Z[ recovery-image] Aug 31 15:20:36.212 INFO O| Aug 31 15:20:36.212 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-08-31T15:20:36.851Z[ recovery-image] Aug 31 15:20:36.222 INFO O| Aug 31 15:20:36.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78662026-08-31T15:20:36.851Z[ recovery-image] Aug 31 15:20:36.222 INFO O| Aug 31 15:20:36.222 INFO STEP 845 (remove_files) COMPLETE
78672026-08-31T15:20:36.851Z[ recovery-image] Aug 31 15:20:36.222 INFO O| Aug 31 15:20:36.222 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-08-31T15:20:36.862Z[ recovery-image] Aug 31 15:20:36.231 INFO O| Aug 31 15:20:36.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78692026-08-31T15:20:36.862Z[ recovery-image] Aug 31 15:20:36.231 INFO O| Aug 31 15:20:36.231 INFO STEP 846 (remove_files) COMPLETE
78702026-08-31T15:20:36.862Z[ recovery-image] Aug 31 15:20:36.231 INFO O| Aug 31 15:20:36.231 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-08-31T15:20:36.870Z[ recovery-image] Aug 31 15:20:36.240 INFO O| Aug 31 15:20:36.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78722026-08-31T15:20:36.870Z[ recovery-image] Aug 31 15:20:36.240 INFO O| Aug 31 15:20:36.240 INFO STEP 847 (remove_files) COMPLETE
78732026-08-31T15:20:36.870Z[ recovery-image] Aug 31 15:20:36.240 INFO O| Aug 31 15:20:36.240 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-08-31T15:20:36.879Z[ recovery-image] Aug 31 15:20:36.250 INFO O| Aug 31 15:20:36.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78752026-08-31T15:20:36.879Z[ recovery-image] Aug 31 15:20:36.250 INFO O| Aug 31 15:20:36.250 INFO STEP 848 (remove_files) COMPLETE
78762026-08-31T15:20:36.879Z[ recovery-image] Aug 31 15:20:36.250 INFO O| Aug 31 15:20:36.250 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-08-31T15:20:36.888Z[ recovery-image] Aug 31 15:20:36.259 INFO O| Aug 31 15:20:36.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78782026-08-31T15:20:36.888Z[ recovery-image] Aug 31 15:20:36.259 INFO O| Aug 31 15:20:36.259 INFO STEP 849 (remove_files) COMPLETE
78792026-08-31T15:20:36.891Z[ recovery-image] Aug 31 15:20:36.259 INFO O| Aug 31 15:20:36.259 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-08-31T15:20:36.897Z[ recovery-image] Aug 31 15:20:36.268 INFO O| Aug 31 15:20:36.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78812026-08-31T15:20:36.897Z[ recovery-image] Aug 31 15:20:36.268 INFO O| Aug 31 15:20:36.268 INFO STEP 850 (remove_files) COMPLETE
78822026-08-31T15:20:36.904Z[ recovery-image] Aug 31 15:20:36.268 INFO O| Aug 31 15:20:36.268 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-08-31T15:20:36.907Z[ recovery-image] Aug 31 15:20:36.277 INFO O| Aug 31 15:20:36.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78842026-08-31T15:20:36.907Z[ recovery-image] Aug 31 15:20:36.277 INFO O| Aug 31 15:20:36.277 INFO STEP 851 (remove_files) COMPLETE
78852026-08-31T15:20:36.907Z[ recovery-image] Aug 31 15:20:36.277 INFO O| Aug 31 15:20:36.277 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-08-31T15:20:36.916Z[ recovery-image] Aug 31 15:20:36.287 INFO O| Aug 31 15:20:36.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78872026-08-31T15:20:36.916Z[ recovery-image] Aug 31 15:20:36.287 INFO O| Aug 31 15:20:36.287 INFO STEP 852 (remove_files) COMPLETE
78882026-08-31T15:20:36.916Z[ recovery-image] Aug 31 15:20:36.287 INFO O| Aug 31 15:20:36.287 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-08-31T15:20:36.926Z[ recovery-image] Aug 31 15:20:36.297 INFO O| Aug 31 15:20:36.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78902026-08-31T15:20:36.926Z[ recovery-image] Aug 31 15:20:36.297 INFO O| Aug 31 15:20:36.297 INFO STEP 853 (remove_files) COMPLETE
78912026-08-31T15:20:36.929Z[ recovery-image] Aug 31 15:20:36.297 INFO O| Aug 31 15:20:36.297 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-08-31T15:20:36.938Z[ recovery-image] Aug 31 15:20:36.308 INFO O| Aug 31 15:20:36.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78932026-08-31T15:20:36.938Z[ recovery-image] Aug 31 15:20:36.308 INFO O| Aug 31 15:20:36.308 INFO STEP 854 (remove_files) COMPLETE
78942026-08-31T15:20:36.941Z[ recovery-image] Aug 31 15:20:36.308 INFO O| Aug 31 15:20:36.308 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-08-31T15:20:36.947Z[ recovery-image] Aug 31 15:20:36.318 INFO O| Aug 31 15:20:36.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78962026-08-31T15:20:36.947Z[ recovery-image] Aug 31 15:20:36.318 INFO O| Aug 31 15:20:36.318 INFO STEP 855 (remove_files) COMPLETE
78972026-08-31T15:20:36.950Z[ recovery-image] Aug 31 15:20:36.318 INFO O| Aug 31 15:20:36.318 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-08-31T15:20:36.957Z[ recovery-image] Aug 31 15:20:36.327 INFO O| Aug 31 15:20:36.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78992026-08-31T15:20:36.957Z[ recovery-image] Aug 31 15:20:36.328 INFO O| Aug 31 15:20:36.328 INFO STEP 856 (remove_files) COMPLETE
79002026-08-31T15:20:36.960Z[ recovery-image] Aug 31 15:20:36.328 INFO O| Aug 31 15:20:36.328 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-08-31T15:20:36.967Z[ recovery-image] Aug 31 15:20:36.338 INFO O| Aug 31 15:20:36.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79022026-08-31T15:20:36.967Z[ recovery-image] Aug 31 15:20:36.338 INFO O| Aug 31 15:20:36.338 INFO STEP 857 (remove_files) COMPLETE
79032026-08-31T15:20:36.967Z[ recovery-image] Aug 31 15:20:36.338 INFO O| Aug 31 15:20:36.338 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-08-31T15:20:36.982Z[ recovery-image] Aug 31 15:20:36.353 INFO O| Aug 31 15:20:36.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79052026-08-31T15:20:36.982Z[ recovery-image] Aug 31 15:20:36.353 INFO O| Aug 31 15:20:36.353 INFO STEP 858 (remove_files) COMPLETE
79062026-08-31T15:20:36.983Z[ recovery-image] Aug 31 15:20:36.353 INFO O| Aug 31 15:20:36.353 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-08-31T15:20:36.994Z[ recovery-image] Aug 31 15:20:36.365 INFO O| Aug 31 15:20:36.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79082026-08-31T15:20:36.994Z[ recovery-image] Aug 31 15:20:36.365 INFO O| Aug 31 15:20:36.365 INFO STEP 859 (remove_files) COMPLETE
79092026-08-31T15:20:36.994Z[ recovery-image] Aug 31 15:20:36.365 INFO O| Aug 31 15:20:36.365 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-08-31T15:20:37.005Z[ recovery-image] Aug 31 15:20:36.376 INFO O| Aug 31 15:20:36.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79112026-08-31T15:20:37.005Z[ recovery-image] Aug 31 15:20:36.376 INFO O| Aug 31 15:20:36.376 INFO STEP 860 (remove_files) COMPLETE
79122026-08-31T15:20:37.011Z[ recovery-image] Aug 31 15:20:36.376 INFO O| Aug 31 15:20:36.376 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-08-31T15:20:37.014Z[ recovery-image] Aug 31 15:20:36.385 INFO O| Aug 31 15:20:36.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79142026-08-31T15:20:37.014Z[ recovery-image] Aug 31 15:20:36.385 INFO O| Aug 31 15:20:36.385 INFO STEP 861 (remove_files) COMPLETE
79152026-08-31T15:20:37.014Z[ recovery-image] Aug 31 15:20:36.385 INFO O| Aug 31 15:20:36.385 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-08-31T15:20:37.022Z[ recovery-image] Aug 31 15:20:36.393 INFO O| Aug 31 15:20:36.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79172026-08-31T15:20:37.022Z[ recovery-image] Aug 31 15:20:36.393 INFO O| Aug 31 15:20:36.393 INFO STEP 862 (remove_files) COMPLETE
79182026-08-31T15:20:37.022Z[ recovery-image] Aug 31 15:20:36.393 INFO O| Aug 31 15:20:36.393 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-08-31T15:20:37.030Z[ recovery-image] Aug 31 15:20:36.401 INFO O| Aug 31 15:20:36.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79202026-08-31T15:20:37.030Z[ recovery-image] Aug 31 15:20:36.401 INFO O| Aug 31 15:20:36.401 INFO STEP 863 (remove_files) COMPLETE
79212026-08-31T15:20:37.030Z[ recovery-image] Aug 31 15:20:36.401 INFO O| Aug 31 15:20:36.401 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-08-31T15:20:37.041Z[ recovery-image] Aug 31 15:20:36.409 INFO O| Aug 31 15:20:36.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79232026-08-31T15:20:37.041Z[ recovery-image] Aug 31 15:20:36.410 INFO O| Aug 31 15:20:36.410 INFO STEP 864 (remove_files) COMPLETE
79242026-08-31T15:20:37.041Z[ recovery-image] Aug 31 15:20:36.410 INFO O| Aug 31 15:20:36.410 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-08-31T15:20:37.047Z[ recovery-image] Aug 31 15:20:36.417 INFO O| Aug 31 15:20:36.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79262026-08-31T15:20:37.050Z[ recovery-image] Aug 31 15:20:36.418 INFO O| Aug 31 15:20:36.418 INFO STEP 865 (remove_files) COMPLETE
79272026-08-31T15:20:37.050Z[ recovery-image] Aug 31 15:20:36.418 INFO O| Aug 31 15:20:36.418 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-08-31T15:20:37.056Z[ recovery-image] Aug 31 15:20:36.427 INFO O| Aug 31 15:20:36.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79292026-08-31T15:20:37.056Z[ recovery-image] Aug 31 15:20:36.427 INFO O| Aug 31 15:20:36.427 INFO STEP 866 (remove_files) COMPLETE
79302026-08-31T15:20:37.056Z[ recovery-image] Aug 31 15:20:36.427 INFO O| Aug 31 15:20:36.427 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-08-31T15:20:37.068Z[ recovery-image] Aug 31 15:20:36.438 INFO O| Aug 31 15:20:36.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79322026-08-31T15:20:37.068Z[ recovery-image] Aug 31 15:20:36.438 INFO O| Aug 31 15:20:36.438 INFO STEP 867 (remove_files) COMPLETE
79332026-08-31T15:20:37.068Z[ recovery-image] Aug 31 15:20:36.438 INFO O| Aug 31 15:20:36.438 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-08-31T15:20:37.076Z[ recovery-image] Aug 31 15:20:36.447 INFO O| Aug 31 15:20:36.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79352026-08-31T15:20:37.076Z[ recovery-image] Aug 31 15:20:36.447 INFO O| Aug 31 15:20:36.447 INFO STEP 868 (remove_files) COMPLETE
79362026-08-31T15:20:37.076Z[ recovery-image] Aug 31 15:20:36.447 INFO O| Aug 31 15:20:36.447 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-08-31T15:20:37.080Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
79382026-08-31T15:20:37.084Z[ recovery-image] Aug 31 15:20:36.455 INFO O| Aug 31 15:20:36.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79392026-08-31T15:20:37.084Z[ recovery-image] Aug 31 15:20:36.455 INFO O| Aug 31 15:20:36.455 INFO STEP 869 (remove_files) COMPLETE
79402026-08-31T15:20:37.084Z[ recovery-image] Aug 31 15:20:36.455 INFO O| Aug 31 15:20:36.455 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79412026-08-31T15:20:37.093Z[ recovery-image] Aug 31 15:20:36.463 INFO O| Aug 31 15:20:36.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79422026-08-31T15:20:37.093Z[ recovery-image] Aug 31 15:20:36.464 INFO O| Aug 31 15:20:36.464 INFO STEP 870 (remove_files) COMPLETE
79432026-08-31T15:20:37.093Z[ recovery-image] Aug 31 15:20:36.464 INFO O| Aug 31 15:20:36.464 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79442026-08-31T15:20:37.102Z[ recovery-image] Aug 31 15:20:36.472 INFO O| Aug 31 15:20:36.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79452026-08-31T15:20:37.102Z[ recovery-image] Aug 31 15:20:36.472 INFO O| Aug 31 15:20:36.472 INFO STEP 871 (remove_files) COMPLETE
79462026-08-31T15:20:37.102Z[ recovery-image] Aug 31 15:20:36.472 INFO O| Aug 31 15:20:36.472 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79472026-08-31T15:20:37.111Z[ recovery-image] Aug 31 15:20:36.481 INFO O| Aug 31 15:20:36.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79482026-08-31T15:20:37.111Z[ recovery-image] Aug 31 15:20:36.482 INFO O| Aug 31 15:20:36.482 INFO STEP 872 (remove_files) COMPLETE
79492026-08-31T15:20:37.111Z[ recovery-image] Aug 31 15:20:36.482 INFO O| Aug 31 15:20:36.482 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-08-31T15:20:37.121Z[ recovery-image] Aug 31 15:20:36.492 INFO O| Aug 31 15:20:36.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79512026-08-31T15:20:37.121Z[ recovery-image] Aug 31 15:20:36.492 INFO O| Aug 31 15:20:36.492 INFO STEP 873 (remove_files) COMPLETE
79522026-08-31T15:20:37.124Z[ recovery-image] Aug 31 15:20:36.492 INFO O| Aug 31 15:20:36.492 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-08-31T15:20:37.130Z[ recovery-image] Aug 31 15:20:36.501 INFO O| Aug 31 15:20:36.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79542026-08-31T15:20:37.131Z[ recovery-image] Aug 31 15:20:36.501 INFO O| Aug 31 15:20:36.501 INFO STEP 874 (remove_files) COMPLETE
79552026-08-31T15:20:37.131Z[ recovery-image] Aug 31 15:20:36.501 INFO O| Aug 31 15:20:36.501 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-08-31T15:20:37.141Z[ recovery-image] Aug 31 15:20:36.512 INFO O| Aug 31 15:20:36.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79572026-08-31T15:20:37.141Z[ recovery-image] Aug 31 15:20:36.512 INFO O| Aug 31 15:20:36.512 INFO STEP 875 (remove_files) COMPLETE
79582026-08-31T15:20:37.141Z[ recovery-image] Aug 31 15:20:36.512 INFO O| Aug 31 15:20:36.512 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-08-31T15:20:37.151Z[ recovery-image] Aug 31 15:20:36.521 INFO O| Aug 31 15:20:36.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79602026-08-31T15:20:37.151Z[ recovery-image] Aug 31 15:20:36.521 INFO O| Aug 31 15:20:36.521 INFO STEP 876 (remove_files) COMPLETE
79612026-08-31T15:20:37.151Z[ recovery-image] Aug 31 15:20:36.521 INFO O| Aug 31 15:20:36.521 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79622026-08-31T15:20:37.162Z[ recovery-image] Aug 31 15:20:36.532 INFO O| Aug 31 15:20:36.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79632026-08-31T15:20:37.162Z[ recovery-image] Aug 31 15:20:36.532 INFO O| Aug 31 15:20:36.532 INFO STEP 877 (remove_files) COMPLETE
79642026-08-31T15:20:37.162Z[ recovery-image] Aug 31 15:20:36.532 INFO O| Aug 31 15:20:36.532 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79652026-08-31T15:20:37.172Z[ recovery-image] Aug 31 15:20:36.543 INFO O| Aug 31 15:20:36.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79662026-08-31T15:20:37.172Z[ recovery-image] Aug 31 15:20:36.543 INFO O| Aug 31 15:20:36.543 INFO STEP 878 (remove_files) COMPLETE
79672026-08-31T15:20:37.175Z[ recovery-image] Aug 31 15:20:36.543 INFO O| Aug 31 15:20:36.543 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79682026-08-31T15:20:37.182Z[ recovery-image] Aug 31 15:20:36.553 INFO O| Aug 31 15:20:36.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79692026-08-31T15:20:37.182Z[ recovery-image] Aug 31 15:20:36.553 INFO O| Aug 31 15:20:36.553 INFO STEP 879 (remove_files) COMPLETE
79702026-08-31T15:20:37.185Z[ recovery-image] Aug 31 15:20:36.553 INFO O| Aug 31 15:20:36.553 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79712026-08-31T15:20:37.192Z[ recovery-image] Aug 31 15:20:36.562 INFO O| Aug 31 15:20:36.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79722026-08-31T15:20:37.192Z[ recovery-image] Aug 31 15:20:36.563 INFO O| Aug 31 15:20:36.563 INFO STEP 880 (remove_files) COMPLETE
79732026-08-31T15:20:37.192Z[ recovery-image] Aug 31 15:20:36.563 INFO O| Aug 31 15:20:36.563 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-08-31T15:20:37.202Z[ recovery-image] Aug 31 15:20:36.573 INFO O| Aug 31 15:20:36.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79752026-08-31T15:20:37.202Z[ recovery-image] Aug 31 15:20:36.573 INFO O| Aug 31 15:20:36.573 INFO STEP 881 (remove_files) COMPLETE
79762026-08-31T15:20:37.202Z[ recovery-image] Aug 31 15:20:36.573 INFO O| Aug 31 15:20:36.573 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79772026-08-31T15:20:37.213Z[ recovery-image] Aug 31 15:20:36.584 INFO O| Aug 31 15:20:36.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79782026-08-31T15:20:37.213Z[ recovery-image] Aug 31 15:20:36.584 INFO O| Aug 31 15:20:36.584 INFO STEP 882 (remove_files) COMPLETE
79792026-08-31T15:20:37.213Z[ recovery-image] Aug 31 15:20:36.584 INFO O| Aug 31 15:20:36.584 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-08-31T15:20:37.224Z[ recovery-image] Aug 31 15:20:36.595 INFO O| Aug 31 15:20:36.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79812026-08-31T15:20:37.224Z[ recovery-image] Aug 31 15:20:36.595 INFO O| Aug 31 15:20:36.595 INFO STEP 883 (remove_files) COMPLETE
79822026-08-31T15:20:37.225Z[ recovery-image] Aug 31 15:20:36.595 INFO O| Aug 31 15:20:36.595 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-08-31T15:20:37.235Z[ recovery-image] Aug 31 15:20:36.606 INFO O| Aug 31 15:20:36.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79842026-08-31T15:20:37.236Z[ recovery-image] Aug 31 15:20:36.606 INFO O| Aug 31 15:20:36.606 INFO STEP 884 (remove_files) COMPLETE
79852026-08-31T15:20:37.236Z[ recovery-image] Aug 31 15:20:36.606 INFO O| Aug 31 15:20:36.606 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-08-31T15:20:37.246Z[ recovery-image] Aug 31 15:20:36.617 INFO O| Aug 31 15:20:36.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79872026-08-31T15:20:37.246Z[ recovery-image] Aug 31 15:20:36.617 INFO O| Aug 31 15:20:36.617 INFO STEP 885 (remove_files) COMPLETE
79882026-08-31T15:20:37.246Z[ recovery-image] Aug 31 15:20:36.617 INFO O| Aug 31 15:20:36.617 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-08-31T15:20:37.256Z[ recovery-image] Aug 31 15:20:36.626 INFO O| Aug 31 15:20:36.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79902026-08-31T15:20:37.256Z[ recovery-image] Aug 31 15:20:36.626 INFO O| Aug 31 15:20:36.626 INFO STEP 886 (remove_files) COMPLETE
79912026-08-31T15:20:37.256Z[ recovery-image] Aug 31 15:20:36.626 INFO O| Aug 31 15:20:36.626 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-08-31T15:20:37.265Z[ recovery-image] Aug 31 15:20:36.636 INFO O| Aug 31 15:20:36.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79932026-08-31T15:20:37.265Z[ recovery-image] Aug 31 15:20:36.636 INFO O| Aug 31 15:20:36.636 INFO STEP 887 (remove_files) COMPLETE
79942026-08-31T15:20:37.265Z[ recovery-image] Aug 31 15:20:36.636 INFO O| Aug 31 15:20:36.636 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-08-31T15:20:37.278Z[ recovery-image] Aug 31 15:20:36.649 INFO O| Aug 31 15:20:36.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79962026-08-31T15:20:37.278Z[ recovery-image] Aug 31 15:20:36.649 INFO O| Aug 31 15:20:36.649 INFO STEP 888 (remove_files) COMPLETE
79972026-08-31T15:20:37.278Z[ recovery-image] Aug 31 15:20:36.649 INFO O| Aug 31 15:20:36.649 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-08-31T15:20:37.290Z[ recovery-image] Aug 31 15:20:36.659 INFO O| Aug 31 15:20:36.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79992026-08-31T15:20:37.290Z[ recovery-image] Aug 31 15:20:36.660 INFO O| Aug 31 15:20:36.659 INFO STEP 889 (remove_files) COMPLETE
80002026-08-31T15:20:37.293Z[ recovery-image] Aug 31 15:20:36.660 INFO O| Aug 31 15:20:36.660 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-08-31T15:20:37.346Z[ recovery-image] Aug 31 15:20:36.717 INFO O| Aug 31 15:20:36.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80022026-08-31T15:20:37.346Z[ recovery-image] Aug 31 15:20:36.717 INFO O| Aug 31 15:20:36.704 INFO STEP 890 (remove_files) COMPLETE
80032026-08-31T15:20:37.346Z[ recovery-image] Aug 31 15:20:36.717 INFO O| Aug 31 15:20:36.704 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-08-31T15:20:37.349Z[ recovery-image] Aug 31 15:20:36.717 INFO O| Aug 31 15:20:36.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80052026-08-31T15:20:37.349Z[ recovery-image] Aug 31 15:20:36.717 INFO O| Aug 31 15:20:36.716 INFO STEP 891 (remove_files) COMPLETE
80062026-08-31T15:20:37.349Z[ recovery-image] Aug 31 15:20:36.717 INFO O| Aug 31 15:20:36.716 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-08-31T15:20:37.355Z[ recovery-image] Aug 31 15:20:36.726 INFO O| Aug 31 15:20:36.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80082026-08-31T15:20:37.356Z[ recovery-image] Aug 31 15:20:36.726 INFO O| Aug 31 15:20:36.726 INFO STEP 892 (remove_files) COMPLETE
80092026-08-31T15:20:37.356Z[ recovery-image] Aug 31 15:20:36.727 INFO O| Aug 31 15:20:36.726 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80102026-08-31T15:20:37.365Z[ recovery-image] Aug 31 15:20:36.736 INFO O| Aug 31 15:20:36.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80112026-08-31T15:20:37.365Z[ recovery-image] Aug 31 15:20:36.736 INFO O| Aug 31 15:20:36.736 INFO STEP 893 (remove_files) COMPLETE
80122026-08-31T15:20:37.365Z[ recovery-image] Aug 31 15:20:36.736 INFO O| Aug 31 15:20:36.736 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80132026-08-31T15:20:37.375Z[ recovery-image] Aug 31 15:20:36.745 INFO O| Aug 31 15:20:36.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80142026-08-31T15:20:37.375Z[ recovery-image] Aug 31 15:20:36.745 INFO O| Aug 31 15:20:36.745 INFO STEP 894 (remove_files) COMPLETE
80152026-08-31T15:20:37.375Z[ recovery-image] Aug 31 15:20:36.745 INFO O| Aug 31 15:20:36.745 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80162026-08-31T15:20:37.383Z[ recovery-image] Aug 31 15:20:36.754 INFO O| Aug 31 15:20:36.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80172026-08-31T15:20:37.383Z[ recovery-image] Aug 31 15:20:36.754 INFO O| Aug 31 15:20:36.754 INFO STEP 895 (remove_files) COMPLETE
80182026-08-31T15:20:37.386Z[ recovery-image] Aug 31 15:20:36.754 INFO O| Aug 31 15:20:36.754 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-08-31T15:20:37.394Z[ recovery-image] Aug 31 15:20:36.765 INFO O| Aug 31 15:20:36.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80202026-08-31T15:20:37.394Z[ recovery-image] Aug 31 15:20:36.765 INFO O| Aug 31 15:20:36.765 INFO STEP 896 (remove_files) COMPLETE
80212026-08-31T15:20:37.394Z[ recovery-image] Aug 31 15:20:36.765 INFO O| Aug 31 15:20:36.765 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-08-31T15:20:37.405Z[ recovery-image] Aug 31 15:20:36.775 INFO O| Aug 31 15:20:36.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80232026-08-31T15:20:37.405Z[ recovery-image] Aug 31 15:20:36.775 INFO O| Aug 31 15:20:36.775 INFO STEP 897 (remove_files) COMPLETE
80242026-08-31T15:20:37.406Z[ recovery-image] Aug 31 15:20:36.775 INFO O| Aug 31 15:20:36.775 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-08-31T15:20:37.412Z[ recovery-image] Aug 31 15:20:36.783 INFO O| Aug 31 15:20:36.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80262026-08-31T15:20:37.412Z[ recovery-image] Aug 31 15:20:36.783 INFO O| Aug 31 15:20:36.783 INFO STEP 898 (remove_files) COMPLETE
80272026-08-31T15:20:37.412Z[ recovery-image] Aug 31 15:20:36.783 INFO O| Aug 31 15:20:36.783 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80282026-08-31T15:20:37.424Z[ recovery-image] Aug 31 15:20:36.794 INFO O| Aug 31 15:20:36.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80292026-08-31T15:20:37.424Z[ recovery-image] Aug 31 15:20:36.794 INFO O| Aug 31 15:20:36.794 INFO STEP 899 (remove_files) COMPLETE
80302026-08-31T15:20:37.428Z[ recovery-image] Aug 31 15:20:36.794 INFO O| Aug 31 15:20:36.794 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80312026-08-31T15:20:37.433Z[ recovery-image] Aug 31 15:20:36.804 INFO O| Aug 31 15:20:36.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80322026-08-31T15:20:37.433Z[ recovery-image] Aug 31 15:20:36.804 INFO O| Aug 31 15:20:36.804 INFO STEP 900 (remove_files) COMPLETE
80332026-08-31T15:20:37.437Z[ recovery-image] Aug 31 15:20:36.804 INFO O| Aug 31 15:20:36.804 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-08-31T15:20:37.444Z[ recovery-image] Aug 31 15:20:36.815 INFO O| Aug 31 15:20:36.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80352026-08-31T15:20:37.444Z[ recovery-image] Aug 31 15:20:36.815 INFO O| Aug 31 15:20:36.815 INFO STEP 901 (remove_files) COMPLETE
80362026-08-31T15:20:37.447Z[ recovery-image] Aug 31 15:20:36.815 INFO O| Aug 31 15:20:36.815 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-08-31T15:20:37.455Z[ recovery-image] Aug 31 15:20:36.826 INFO O| Aug 31 15:20:36.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80382026-08-31T15:20:37.455Z[ recovery-image] Aug 31 15:20:36.826 INFO O| Aug 31 15:20:36.826 INFO STEP 902 (remove_files) COMPLETE
80392026-08-31T15:20:37.458Z[ recovery-image] Aug 31 15:20:36.826 INFO O| Aug 31 15:20:36.826 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-08-31T15:20:37.465Z[ recovery-image] Aug 31 15:20:36.836 INFO O| Aug 31 15:20:36.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80412026-08-31T15:20:37.465Z[ recovery-image] Aug 31 15:20:36.836 INFO O| Aug 31 15:20:36.836 INFO STEP 903 (remove_files) COMPLETE
80422026-08-31T15:20:37.465Z[ recovery-image] Aug 31 15:20:36.836 INFO O| Aug 31 15:20:36.836 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-08-31T15:20:37.475Z[ recovery-image] Aug 31 15:20:36.845 INFO O| Aug 31 15:20:36.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80442026-08-31T15:20:37.475Z[ recovery-image] Aug 31 15:20:36.845 INFO O| Aug 31 15:20:36.845 INFO STEP 904 (remove_files) COMPLETE
80452026-08-31T15:20:37.475Z[ recovery-image] Aug 31 15:20:36.846 INFO O| Aug 31 15:20:36.845 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-08-31T15:20:37.485Z[ recovery-image] Aug 31 15:20:36.856 INFO O| Aug 31 15:20:36.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80472026-08-31T15:20:37.485Z[ recovery-image] Aug 31 15:20:36.856 INFO O| Aug 31 15:20:36.856 INFO STEP 905 (remove_files) COMPLETE
80482026-08-31T15:20:37.485Z[ recovery-image] Aug 31 15:20:36.856 INFO O| Aug 31 15:20:36.856 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-08-31T15:20:37.494Z[ recovery-image] Aug 31 15:20:36.865 INFO O| Aug 31 15:20:36.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80502026-08-31T15:20:37.494Z[ recovery-image] Aug 31 15:20:36.865 INFO O| Aug 31 15:20:36.865 INFO STEP 906 (remove_files) COMPLETE
80512026-08-31T15:20:37.497Z[ recovery-image] Aug 31 15:20:36.865 INFO O| Aug 31 15:20:36.865 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80522026-08-31T15:20:37.504Z[ recovery-image] Aug 31 15:20:36.875 INFO O| Aug 31 15:20:36.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80532026-08-31T15:20:37.504Z[ recovery-image] Aug 31 15:20:36.875 INFO O| Aug 31 15:20:36.875 INFO STEP 907 (remove_files) COMPLETE
80542026-08-31T15:20:37.507Z[ recovery-image] Aug 31 15:20:36.875 INFO O| Aug 31 15:20:36.875 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-08-31T15:20:37.513Z[ recovery-image] Aug 31 15:20:36.884 INFO O| Aug 31 15:20:36.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80562026-08-31T15:20:37.513Z[ recovery-image] Aug 31 15:20:36.884 INFO O| Aug 31 15:20:36.884 INFO STEP 908 (remove_files) COMPLETE
80572026-08-31T15:20:37.513Z[ recovery-image] Aug 31 15:20:36.884 INFO O| Aug 31 15:20:36.884 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-08-31T15:20:37.523Z[ recovery-image] Aug 31 15:20:36.894 INFO O| Aug 31 15:20:36.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80592026-08-31T15:20:37.523Z[ recovery-image] Aug 31 15:20:36.894 INFO O| Aug 31 15:20:36.894 INFO STEP 909 (remove_files) COMPLETE
80602026-08-31T15:20:37.526Z[ recovery-image] Aug 31 15:20:36.894 INFO O| Aug 31 15:20:36.894 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-08-31T15:20:37.534Z[ recovery-image] Aug 31 15:20:36.904 INFO O| Aug 31 15:20:36.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80622026-08-31T15:20:37.534Z[ recovery-image] Aug 31 15:20:36.904 INFO O| Aug 31 15:20:36.904 INFO STEP 910 (remove_files) COMPLETE
80632026-08-31T15:20:37.534Z[ recovery-image] Aug 31 15:20:36.905 INFO O| Aug 31 15:20:36.904 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-08-31T15:20:37.543Z[ recovery-image] Aug 31 15:20:36.914 INFO O| Aug 31 15:20:36.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80652026-08-31T15:20:37.543Z[ recovery-image] Aug 31 15:20:36.914 INFO O| Aug 31 15:20:36.914 INFO STEP 911 (remove_files) COMPLETE
80662026-08-31T15:20:37.543Z[ recovery-image] Aug 31 15:20:36.914 INFO O| Aug 31 15:20:36.914 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-08-31T15:20:37.553Z[ recovery-image] Aug 31 15:20:36.924 INFO O| Aug 31 15:20:36.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80682026-08-31T15:20:37.553Z[ recovery-image] Aug 31 15:20:36.924 INFO O| Aug 31 15:20:36.924 INFO STEP 912 (remove_files) COMPLETE
80692026-08-31T15:20:37.557Z[ recovery-image] Aug 31 15:20:36.924 INFO O| Aug 31 15:20:36.924 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-08-31T15:20:37.562Z[ recovery-image] Aug 31 15:20:36.933 INFO O| Aug 31 15:20:36.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80712026-08-31T15:20:37.562Z[ recovery-image] Aug 31 15:20:36.933 INFO O| Aug 31 15:20:36.933 INFO STEP 913 (remove_files) COMPLETE
80722026-08-31T15:20:37.562Z[ recovery-image] Aug 31 15:20:36.933 INFO O| Aug 31 15:20:36.933 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-08-31T15:20:37.572Z[ recovery-image] Aug 31 15:20:36.943 INFO O| Aug 31 15:20:36.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80742026-08-31T15:20:37.576Z[ recovery-image] Aug 31 15:20:36.943 INFO O| Aug 31 15:20:36.943 INFO STEP 914 (remove_files) COMPLETE
80752026-08-31T15:20:37.576Z[ recovery-image] Aug 31 15:20:36.943 INFO O| Aug 31 15:20:36.943 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-08-31T15:20:37.581Z[ recovery-image] Aug 31 15:20:36.952 INFO O| Aug 31 15:20:36.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80772026-08-31T15:20:37.581Z[ recovery-image] Aug 31 15:20:36.952 INFO O| Aug 31 15:20:36.952 INFO STEP 915 (remove_files) COMPLETE
80782026-08-31T15:20:37.581Z[ recovery-image] Aug 31 15:20:36.952 INFO O| Aug 31 15:20:36.952 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-08-31T15:20:37.592Z[ recovery-image] Aug 31 15:20:36.962 INFO O| Aug 31 15:20:36.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80802026-08-31T15:20:37.592Z[ recovery-image] Aug 31 15:20:36.963 INFO O| Aug 31 15:20:36.962 INFO STEP 916 (remove_files) COMPLETE
80812026-08-31T15:20:37.592Z[ recovery-image] Aug 31 15:20:36.963 INFO O| Aug 31 15:20:36.963 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-08-31T15:20:37.602Z[ recovery-image] Aug 31 15:20:36.973 INFO O| Aug 31 15:20:36.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80832026-08-31T15:20:37.602Z[ recovery-image] Aug 31 15:20:36.973 INFO O| Aug 31 15:20:36.973 INFO STEP 917 (remove_files) COMPLETE
80842026-08-31T15:20:37.602Z[ recovery-image] Aug 31 15:20:36.973 INFO O| Aug 31 15:20:36.973 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-08-31T15:20:37.615Z[ recovery-image] Aug 31 15:20:36.983 INFO O| Aug 31 15:20:36.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80862026-08-31T15:20:37.615Z[ recovery-image] Aug 31 15:20:36.983 INFO O| Aug 31 15:20:36.983 INFO STEP 918 (remove_files) COMPLETE
80872026-08-31T15:20:37.618Z[ recovery-image] Aug 31 15:20:36.983 INFO O| Aug 31 15:20:36.983 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-08-31T15:20:37.633Z[ recovery-image] Aug 31 15:20:37.004 INFO O| Aug 31 15:20:36.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80892026-08-31T15:20:37.633Z[ recovery-image] Aug 31 15:20:37.004 INFO O| Aug 31 15:20:37.004 INFO STEP 919 (remove_files) COMPLETE
80902026-08-31T15:20:37.633Z[ recovery-image] Aug 31 15:20:37.004 INFO O| Aug 31 15:20:37.004 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-08-31T15:20:37.657Z[ recovery-image] Aug 31 15:20:37.027 INFO O| Aug 31 15:20:37.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80922026-08-31T15:20:37.657Z[ recovery-image] Aug 31 15:20:37.027 INFO O| Aug 31 15:20:37.027 INFO STEP 920 (remove_files) COMPLETE
80932026-08-31T15:20:37.657Z[ recovery-image] Aug 31 15:20:37.028 INFO O| Aug 31 15:20:37.027 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-08-31T15:20:37.672Z[ recovery-image] Aug 31 15:20:37.042 INFO O| Aug 31 15:20:37.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80952026-08-31T15:20:37.672Z[ recovery-image] Aug 31 15:20:37.042 INFO O| Aug 31 15:20:37.042 INFO STEP 921 (remove_files) COMPLETE
80962026-08-31T15:20:37.672Z[ recovery-image] Aug 31 15:20:37.042 INFO O| Aug 31 15:20:37.042 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-08-31T15:20:37.682Z[ recovery-image] Aug 31 15:20:37.053 INFO O| Aug 31 15:20:37.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80982026-08-31T15:20:37.682Z[ recovery-image] Aug 31 15:20:37.053 INFO O| Aug 31 15:20:37.053 INFO STEP 922 (remove_files) COMPLETE
80992026-08-31T15:20:37.682Z[ recovery-image] Aug 31 15:20:37.053 INFO O| Aug 31 15:20:37.053 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-08-31T15:20:37.711Z[ recovery-image] Aug 31 15:20:37.082 INFO O| Aug 31 15:20:37.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81012026-08-31T15:20:37.711Z[ recovery-image] Aug 31 15:20:37.082 INFO O| Aug 31 15:20:37.082 INFO STEP 923 (remove_files) COMPLETE
81022026-08-31T15:20:37.711Z[ recovery-image] Aug 31 15:20:37.082 INFO O| Aug 31 15:20:37.082 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-08-31T15:20:37.734Z[ recovery-image] Aug 31 15:20:37.104 INFO O| Aug 31 15:20:37.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81042026-08-31T15:20:37.734Z[ recovery-image] Aug 31 15:20:37.104 INFO O| Aug 31 15:20:37.104 INFO STEP 924 (remove_files) COMPLETE
81052026-08-31T15:20:37.734Z[ recovery-image] Aug 31 15:20:37.104 INFO O| Aug 31 15:20:37.104 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-08-31T15:20:37.742Z[ recovery-image] Aug 31 15:20:37.113 INFO O| Aug 31 15:20:37.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81072026-08-31T15:20:37.742Z[ recovery-image] Aug 31 15:20:37.113 INFO O| Aug 31 15:20:37.113 INFO STEP 925 (remove_files) COMPLETE
81082026-08-31T15:20:37.742Z[ recovery-image] Aug 31 15:20:37.113 INFO O| Aug 31 15:20:37.113 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-08-31T15:20:37.753Z[ recovery-image] Aug 31 15:20:37.124 INFO O| Aug 31 15:20:37.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81102026-08-31T15:20:37.753Z[ recovery-image] Aug 31 15:20:37.124 INFO O| Aug 31 15:20:37.124 INFO STEP 926 (remove_files) COMPLETE
81112026-08-31T15:20:37.753Z[ recovery-image] Aug 31 15:20:37.124 INFO O| Aug 31 15:20:37.124 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-08-31T15:20:37.764Z[ recovery-image] Aug 31 15:20:37.135 INFO O| Aug 31 15:20:37.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81132026-08-31T15:20:37.764Z[ recovery-image] Aug 31 15:20:37.135 INFO O| Aug 31 15:20:37.135 INFO STEP 927 (remove_files) COMPLETE
81142026-08-31T15:20:37.764Z[ recovery-image] Aug 31 15:20:37.135 INFO O| Aug 31 15:20:37.135 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-08-31T15:20:37.774Z[ recovery-image] Aug 31 15:20:37.145 INFO O| Aug 31 15:20:37.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81162026-08-31T15:20:37.774Z[ recovery-image] Aug 31 15:20:37.145 INFO O| Aug 31 15:20:37.145 INFO STEP 928 (remove_files) COMPLETE
81172026-08-31T15:20:37.774Z[ recovery-image] Aug 31 15:20:37.145 INFO O| Aug 31 15:20:37.145 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-08-31T15:20:37.788Z[ recovery-image] Aug 31 15:20:37.158 INFO O| Aug 31 15:20:37.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81192026-08-31T15:20:37.788Z[ recovery-image] Aug 31 15:20:37.158 INFO O| Aug 31 15:20:37.158 INFO STEP 929 (remove_files) COMPLETE
81202026-08-31T15:20:37.788Z[ recovery-image] Aug 31 15:20:37.158 INFO O| Aug 31 15:20:37.158 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-08-31T15:20:37.798Z[ recovery-image] Aug 31 15:20:37.168 INFO O| Aug 31 15:20:37.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81222026-08-31T15:20:37.798Z[ recovery-image] Aug 31 15:20:37.168 INFO O| Aug 31 15:20:37.168 INFO STEP 930 (remove_files) COMPLETE
81232026-08-31T15:20:37.798Z[ recovery-image] Aug 31 15:20:37.168 INFO O| Aug 31 15:20:37.168 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-08-31T15:20:37.810Z[ recovery-image] Aug 31 15:20:37.179 INFO O| Aug 31 15:20:37.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81252026-08-31T15:20:37.810Z[ recovery-image] Aug 31 15:20:37.179 INFO O| Aug 31 15:20:37.179 INFO STEP 931 (remove_files) COMPLETE
81262026-08-31T15:20:37.810Z[ recovery-image] Aug 31 15:20:37.179 INFO O| Aug 31 15:20:37.179 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-08-31T15:20:37.818Z[ recovery-image] Aug 31 15:20:37.189 INFO O| Aug 31 15:20:37.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81282026-08-31T15:20:37.822Z[ recovery-image] Aug 31 15:20:37.189 INFO O| Aug 31 15:20:37.189 INFO STEP 932 (remove_files) COMPLETE
81292026-08-31T15:20:37.822Z[ recovery-image] Aug 31 15:20:37.190 INFO O| Aug 31 15:20:37.189 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-08-31T15:20:37.828Z[ recovery-image] Aug 31 15:20:37.199 INFO O| Aug 31 15:20:37.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81312026-08-31T15:20:37.828Z[ recovery-image] Aug 31 15:20:37.199 INFO O| Aug 31 15:20:37.199 INFO STEP 933 (remove_files) COMPLETE
81322026-08-31T15:20:37.828Z[ recovery-image] Aug 31 15:20:37.199 INFO O| Aug 31 15:20:37.199 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-08-31T15:20:37.840Z[ recovery-image] Aug 31 15:20:37.211 INFO O| Aug 31 15:20:37.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81342026-08-31T15:20:37.841Z[ recovery-image] Aug 31 15:20:37.211 INFO O| Aug 31 15:20:37.211 INFO STEP 934 (remove_files) COMPLETE
81352026-08-31T15:20:37.841Z[ recovery-image] Aug 31 15:20:37.211 INFO O| Aug 31 15:20:37.211 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-08-31T15:20:37.851Z[ recovery-image] Aug 31 15:20:37.222 INFO O| Aug 31 15:20:37.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81372026-08-31T15:20:37.854Z[ recovery-image] Aug 31 15:20:37.222 INFO O| Aug 31 15:20:37.222 INFO STEP 935 (remove_files) COMPLETE
81382026-08-31T15:20:37.854Z[ recovery-image] Aug 31 15:20:37.222 INFO O| Aug 31 15:20:37.222 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-08-31T15:20:37.862Z[ recovery-image] Aug 31 15:20:37.232 INFO O| Aug 31 15:20:37.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81402026-08-31T15:20:37.862Z[ recovery-image] Aug 31 15:20:37.232 INFO O| Aug 31 15:20:37.232 INFO STEP 936 (remove_files) COMPLETE
81412026-08-31T15:20:37.865Z[ recovery-image] Aug 31 15:20:37.232 INFO O| Aug 31 15:20:37.232 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-08-31T15:20:37.872Z[ recovery-image] Aug 31 15:20:37.243 INFO O| Aug 31 15:20:37.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81432026-08-31T15:20:37.872Z[ recovery-image] Aug 31 15:20:37.243 INFO O| Aug 31 15:20:37.243 INFO STEP 937 (remove_files) COMPLETE
81442026-08-31T15:20:37.872Z[ recovery-image] Aug 31 15:20:37.243 INFO O| Aug 31 15:20:37.243 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-08-31T15:20:37.912Z[ recovery-image] Aug 31 15:20:37.252 INFO O| Aug 31 15:20:37.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81462026-08-31T15:20:37.912Z[ recovery-image] Aug 31 15:20:37.252 INFO O| Aug 31 15:20:37.252 INFO STEP 938 (remove_files) COMPLETE
81472026-08-31T15:20:37.912Z[ recovery-image] Aug 31 15:20:37.252 INFO O| Aug 31 15:20:37.252 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-08-31T15:20:37.917Z[ recovery-image] Aug 31 15:20:37.262 INFO O| Aug 31 15:20:37.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81492026-08-31T15:20:37.917Z[ recovery-image] Aug 31 15:20:37.262 INFO O| Aug 31 15:20:37.262 INFO STEP 939 (remove_files) COMPLETE
81502026-08-31T15:20:37.917Z[ recovery-image] Aug 31 15:20:37.262 INFO O| Aug 31 15:20:37.262 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-08-31T15:20:37.917Z[ recovery-image] Aug 31 15:20:37.274 INFO O| Aug 31 15:20:37.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81522026-08-31T15:20:37.917Z[ recovery-image] Aug 31 15:20:37.274 INFO O| Aug 31 15:20:37.274 INFO STEP 940 (remove_files) COMPLETE
81532026-08-31T15:20:37.917Z[ recovery-image] Aug 31 15:20:37.274 INFO O| Aug 31 15:20:37.274 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-08-31T15:20:37.917Z[ recovery-image] Aug 31 15:20:37.285 INFO O| Aug 31 15:20:37.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81552026-08-31T15:20:37.917Z[ recovery-image] Aug 31 15:20:37.285 INFO O| Aug 31 15:20:37.285 INFO STEP 941 (remove_files) COMPLETE
81562026-08-31T15:20:37.917Z[ recovery-image] Aug 31 15:20:37.285 INFO O| Aug 31 15:20:37.285 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-08-31T15:20:37.925Z[ recovery-image] Aug 31 15:20:37.296 INFO O| Aug 31 15:20:37.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81582026-08-31T15:20:37.926Z[ recovery-image] Aug 31 15:20:37.296 INFO O| Aug 31 15:20:37.296 INFO STEP 942 (remove_files) COMPLETE
81592026-08-31T15:20:37.926Z[ recovery-image] Aug 31 15:20:37.296 INFO O| Aug 31 15:20:37.296 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-08-31T15:20:37.938Z[ recovery-image] Aug 31 15:20:37.308 INFO O| Aug 31 15:20:37.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81612026-08-31T15:20:37.938Z[ recovery-image] Aug 31 15:20:37.308 INFO O| Aug 31 15:20:37.308 INFO STEP 943 (remove_files) COMPLETE
81622026-08-31T15:20:37.941Z[ recovery-image] Aug 31 15:20:37.308 INFO O| Aug 31 15:20:37.308 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-08-31T15:20:37.947Z[ recovery-image] Aug 31 15:20:37.318 INFO O| Aug 31 15:20:37.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81642026-08-31T15:20:37.951Z[ recovery-image] Aug 31 15:20:37.319 INFO O| Aug 31 15:20:37.319 INFO STEP 944 (remove_files) COMPLETE
81652026-08-31T15:20:37.951Z[ recovery-image] Aug 31 15:20:37.319 INFO O| Aug 31 15:20:37.319 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-08-31T15:20:37.958Z[ recovery-image] Aug 31 15:20:37.329 INFO O| Aug 31 15:20:37.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81672026-08-31T15:20:37.958Z[ recovery-image] Aug 31 15:20:37.329 INFO O| Aug 31 15:20:37.329 INFO STEP 945 (remove_files) COMPLETE
81682026-08-31T15:20:37.958Z[ recovery-image] Aug 31 15:20:37.329 INFO O| Aug 31 15:20:37.329 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-08-31T15:20:37.967Z[ recovery-image] Aug 31 15:20:37.338 INFO O| Aug 31 15:20:37.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81702026-08-31T15:20:37.967Z[ recovery-image] Aug 31 15:20:37.338 INFO O| Aug 31 15:20:37.338 INFO STEP 946 (remove_files) COMPLETE
81712026-08-31T15:20:37.967Z[ recovery-image] Aug 31 15:20:37.338 INFO O| Aug 31 15:20:37.338 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-08-31T15:20:37.978Z[ recovery-image] Aug 31 15:20:37.349 INFO O| Aug 31 15:20:37.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81732026-08-31T15:20:37.978Z[ recovery-image] Aug 31 15:20:37.349 INFO O| Aug 31 15:20:37.349 INFO STEP 947 (remove_files) COMPLETE
81742026-08-31T15:20:37.978Z[ recovery-image] Aug 31 15:20:37.349 INFO O| Aug 31 15:20:37.349 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81752026-08-31T15:20:37.987Z[ recovery-image] Aug 31 15:20:37.358 INFO O| Aug 31 15:20:37.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81762026-08-31T15:20:37.987Z[ recovery-image] Aug 31 15:20:37.358 INFO O| Aug 31 15:20:37.358 INFO STEP 948 (remove_files) COMPLETE
81772026-08-31T15:20:37.987Z[ recovery-image] Aug 31 15:20:37.358 INFO O| Aug 31 15:20:37.358 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81782026-08-31T15:20:37.998Z[ recovery-image] Aug 31 15:20:37.368 INFO O| Aug 31 15:20:37.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81792026-08-31T15:20:37.998Z[ recovery-image] Aug 31 15:20:37.368 INFO O| Aug 31 15:20:37.368 INFO STEP 949 (remove_files) COMPLETE
81802026-08-31T15:20:37.998Z[ recovery-image] Aug 31 15:20:37.369 INFO O| Aug 31 15:20:37.368 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81812026-08-31T15:20:38.010Z[ recovery-image] Aug 31 15:20:37.380 INFO O| Aug 31 15:20:37.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81822026-08-31T15:20:38.010Z[ recovery-image] Aug 31 15:20:37.380 INFO O| Aug 31 15:20:37.380 INFO STEP 950 (remove_files) COMPLETE
81832026-08-31T15:20:38.010Z[ recovery-image] Aug 31 15:20:37.380 INFO O| Aug 31 15:20:37.380 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81842026-08-31T15:20:38.021Z[ recovery-image] Aug 31 15:20:37.391 INFO O| Aug 31 15:20:37.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81852026-08-31T15:20:38.021Z[ recovery-image] Aug 31 15:20:37.391 INFO O| Aug 31 15:20:37.391 INFO STEP 951 (remove_files) COMPLETE
81862026-08-31T15:20:38.027Z[ recovery-image] Aug 31 15:20:37.391 INFO O| Aug 31 15:20:37.391 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81872026-08-31T15:20:38.032Z[ recovery-image] Aug 31 15:20:37.403 INFO O| Aug 31 15:20:37.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81882026-08-31T15:20:38.032Z[ recovery-image] Aug 31 15:20:37.403 INFO O| Aug 31 15:20:37.403 INFO STEP 952 (remove_files) COMPLETE
81892026-08-31T15:20:38.032Z[ recovery-image] Aug 31 15:20:37.403 INFO O| Aug 31 15:20:37.403 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-08-31T15:20:38.044Z[ recovery-image] Aug 31 15:20:37.412 INFO O| Aug 31 15:20:37.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81912026-08-31T15:20:38.044Z[ recovery-image] Aug 31 15:20:37.412 INFO O| Aug 31 15:20:37.412 INFO STEP 953 (remove_files) COMPLETE
81922026-08-31T15:20:38.045Z[ recovery-image] Aug 31 15:20:37.412 INFO O| Aug 31 15:20:37.412 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81932026-08-31T15:20:38.052Z[ recovery-image] Aug 31 15:20:37.422 INFO O| Aug 31 15:20:37.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81942026-08-31T15:20:38.052Z[ recovery-image] Aug 31 15:20:37.422 INFO O| Aug 31 15:20:37.422 INFO STEP 954 (remove_files) COMPLETE
81952026-08-31T15:20:38.052Z[ recovery-image] Aug 31 15:20:37.422 INFO O| Aug 31 15:20:37.422 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81962026-08-31T15:20:38.061Z[ recovery-image] Aug 31 15:20:37.432 INFO O| Aug 31 15:20:37.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81972026-08-31T15:20:38.061Z[ recovery-image] Aug 31 15:20:37.432 INFO O| Aug 31 15:20:37.432 INFO STEP 955 (remove_files) COMPLETE
81982026-08-31T15:20:38.066Z[ recovery-image] Aug 31 15:20:37.432 INFO O| Aug 31 15:20:37.432 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81992026-08-31T15:20:38.071Z[ recovery-image] Aug 31 15:20:37.442 INFO O| Aug 31 15:20:37.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82002026-08-31T15:20:38.071Z[ recovery-image] Aug 31 15:20:37.442 INFO O| Aug 31 15:20:37.442 INFO STEP 956 (remove_files) COMPLETE
82012026-08-31T15:20:38.071Z[ recovery-image] Aug 31 15:20:37.442 INFO O| Aug 31 15:20:37.442 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82022026-08-31T15:20:38.081Z[ recovery-image] Aug 31 15:20:37.452 INFO O| Aug 31 15:20:37.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82032026-08-31T15:20:38.081Z[ recovery-image] Aug 31 15:20:37.452 INFO O| Aug 31 15:20:37.452 INFO STEP 957 (remove_files) COMPLETE
82042026-08-31T15:20:38.081Z[ recovery-image] Aug 31 15:20:37.452 INFO O| Aug 31 15:20:37.452 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82052026-08-31T15:20:38.095Z[ recovery-image] Aug 31 15:20:37.464 INFO O| Aug 31 15:20:37.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82062026-08-31T15:20:38.095Z[ recovery-image] Aug 31 15:20:37.464 INFO O| Aug 31 15:20:37.464 INFO STEP 958 (remove_files) COMPLETE
82072026-08-31T15:20:38.095Z[ recovery-image] Aug 31 15:20:37.464 INFO O| Aug 31 15:20:37.464 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82082026-08-31T15:20:38.103Z[ recovery-image] Aug 31 15:20:37.474 INFO O| Aug 31 15:20:37.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82092026-08-31T15:20:38.103Z[ recovery-image] Aug 31 15:20:37.474 INFO O| Aug 31 15:20:37.474 INFO STEP 959 (remove_files) COMPLETE
82102026-08-31T15:20:38.103Z[ recovery-image] Aug 31 15:20:37.474 INFO O| Aug 31 15:20:37.474 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82112026-08-31T15:20:38.113Z[ recovery-image] Aug 31 15:20:37.483 INFO O| Aug 31 15:20:37.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82122026-08-31T15:20:38.113Z[ recovery-image] Aug 31 15:20:37.484 INFO O| Aug 31 15:20:37.483 INFO STEP 960 (remove_files) COMPLETE
82132026-08-31T15:20:38.113Z[ recovery-image] Aug 31 15:20:37.484 INFO O| Aug 31 15:20:37.483 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82142026-08-31T15:20:38.123Z[ recovery-image] Aug 31 15:20:37.494 INFO O| Aug 31 15:20:37.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82152026-08-31T15:20:38.123Z[ recovery-image] Aug 31 15:20:37.494 INFO O| Aug 31 15:20:37.494 INFO STEP 961 (remove_files) COMPLETE
82162026-08-31T15:20:38.123Z[ recovery-image] Aug 31 15:20:37.494 INFO O| Aug 31 15:20:37.494 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82172026-08-31T15:20:38.135Z[ recovery-image] Aug 31 15:20:37.506 INFO O| Aug 31 15:20:37.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82182026-08-31T15:20:38.135Z[ recovery-image] Aug 31 15:20:37.506 INFO O| Aug 31 15:20:37.506 INFO STEP 962 (remove_files) COMPLETE
82192026-08-31T15:20:38.139Z[ recovery-image] Aug 31 15:20:37.506 INFO O| Aug 31 15:20:37.506 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82202026-08-31T15:20:38.146Z[ recovery-image] Aug 31 15:20:37.517 INFO O| Aug 31 15:20:37.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82212026-08-31T15:20:38.146Z[ recovery-image] Aug 31 15:20:37.517 INFO O| Aug 31 15:20:37.517 INFO STEP 963 (remove_files) COMPLETE
82222026-08-31T15:20:38.146Z[ recovery-image] Aug 31 15:20:37.517 INFO O| Aug 31 15:20:37.517 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-08-31T15:20:38.157Z[ recovery-image] Aug 31 15:20:37.527 INFO O| Aug 31 15:20:37.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82242026-08-31T15:20:38.157Z[ recovery-image] Aug 31 15:20:37.527 INFO O| Aug 31 15:20:37.527 INFO STEP 964 (remove_files) COMPLETE
82252026-08-31T15:20:38.157Z[ recovery-image] Aug 31 15:20:37.527 INFO O| Aug 31 15:20:37.527 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82262026-08-31T15:20:38.168Z[ recovery-image] Aug 31 15:20:37.539 INFO O| Aug 31 15:20:37.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82272026-08-31T15:20:38.168Z[ recovery-image] Aug 31 15:20:37.539 INFO O| Aug 31 15:20:37.539 INFO STEP 965 (remove_files) COMPLETE
82282026-08-31T15:20:38.168Z[ recovery-image] Aug 31 15:20:37.539 INFO O| Aug 31 15:20:37.539 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-08-31T15:20:38.179Z[ recovery-image] Aug 31 15:20:37.550 INFO O| Aug 31 15:20:37.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82302026-08-31T15:20:38.179Z[ recovery-image] Aug 31 15:20:37.550 INFO O| Aug 31 15:20:37.550 INFO STEP 966 (remove_files) COMPLETE
82312026-08-31T15:20:38.179Z[ recovery-image] Aug 31 15:20:37.550 INFO O| Aug 31 15:20:37.550 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-08-31T15:20:38.191Z[ recovery-image] Aug 31 15:20:37.561 INFO O| Aug 31 15:20:37.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82332026-08-31T15:20:38.191Z[ recovery-image] Aug 31 15:20:37.561 INFO O| Aug 31 15:20:37.561 INFO STEP 967 (remove_files) COMPLETE
82342026-08-31T15:20:38.191Z[ recovery-image] Aug 31 15:20:37.561 INFO O| Aug 31 15:20:37.561 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-08-31T15:20:38.200Z[ recovery-image] Aug 31 15:20:37.571 INFO O| Aug 31 15:20:37.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82362026-08-31T15:20:38.200Z[ recovery-image] Aug 31 15:20:37.571 INFO O| Aug 31 15:20:37.571 INFO STEP 968 (remove_files) COMPLETE
82372026-08-31T15:20:38.203Z[ recovery-image] Aug 31 15:20:37.571 INFO O| Aug 31 15:20:37.571 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-08-31T15:20:38.209Z[ recovery-image] Aug 31 15:20:37.580 INFO O| Aug 31 15:20:37.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82392026-08-31T15:20:38.209Z[ recovery-image] Aug 31 15:20:37.580 INFO O| Aug 31 15:20:37.580 INFO STEP 969 (remove_files) COMPLETE
82402026-08-31T15:20:38.209Z[ recovery-image] Aug 31 15:20:37.580 INFO O| Aug 31 15:20:37.580 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-08-31T15:20:38.220Z[ recovery-image] Aug 31 15:20:37.590 INFO O| Aug 31 15:20:37.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82422026-08-31T15:20:38.220Z[ recovery-image] Aug 31 15:20:37.590 INFO O| Aug 31 15:20:37.590 INFO STEP 970 (remove_files) COMPLETE
82432026-08-31T15:20:38.220Z[ recovery-image] Aug 31 15:20:37.590 INFO O| Aug 31 15:20:37.590 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-08-31T15:20:38.231Z[ recovery-image] Aug 31 15:20:37.601 INFO O| Aug 31 15:20:37.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82452026-08-31T15:20:38.231Z[ recovery-image] Aug 31 15:20:37.602 INFO O| Aug 31 15:20:37.602 INFO STEP 971 (remove_files) COMPLETE
82462026-08-31T15:20:38.234Z[ recovery-image] Aug 31 15:20:37.602 INFO O| Aug 31 15:20:37.602 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-08-31T15:20:38.239Z[ recovery-image] Aug 31 15:20:37.610 INFO O| Aug 31 15:20:37.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82482026-08-31T15:20:38.239Z[ recovery-image] Aug 31 15:20:37.610 INFO O| Aug 31 15:20:37.610 INFO STEP 972 (remove_files) COMPLETE
82492026-08-31T15:20:38.240Z[ recovery-image] Aug 31 15:20:37.610 INFO O| Aug 31 15:20:37.610 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-08-31T15:20:38.248Z[ recovery-image] Aug 31 15:20:37.619 INFO O| Aug 31 15:20:37.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82512026-08-31T15:20:38.248Z[ recovery-image] Aug 31 15:20:37.619 INFO O| Aug 31 15:20:37.619 INFO STEP 973 (remove_files) COMPLETE
82522026-08-31T15:20:38.248Z[ recovery-image] Aug 31 15:20:37.619 INFO O| Aug 31 15:20:37.619 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-08-31T15:20:38.258Z[ recovery-image] Aug 31 15:20:37.628 INFO O| Aug 31 15:20:37.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82542026-08-31T15:20:38.258Z[ recovery-image] Aug 31 15:20:37.628 INFO O| Aug 31 15:20:37.628 INFO STEP 974 (remove_files) COMPLETE
82552026-08-31T15:20:38.261Z[ recovery-image] Aug 31 15:20:37.628 INFO O| Aug 31 15:20:37.628 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-08-31T15:20:38.268Z[ recovery-image] Aug 31 15:20:37.639 INFO O| Aug 31 15:20:37.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82572026-08-31T15:20:38.268Z[ recovery-image] Aug 31 15:20:37.639 INFO O| Aug 31 15:20:37.639 INFO STEP 975 (remove_files) COMPLETE
82582026-08-31T15:20:38.268Z[ recovery-image] Aug 31 15:20:37.639 INFO O| Aug 31 15:20:37.639 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-08-31T15:20:38.280Z[ recovery-image] Aug 31 15:20:37.650 INFO O| Aug 31 15:20:37.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82602026-08-31T15:20:38.280Z[ recovery-image] Aug 31 15:20:37.651 INFO O| Aug 31 15:20:37.651 INFO STEP 976 (remove_files) COMPLETE
82612026-08-31T15:20:38.294Z[ recovery-image] Aug 31 15:20:37.656 INFO O| Aug 31 15:20:37.651 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-08-31T15:20:38.300Z[ recovery-image] Aug 31 15:20:37.671 INFO O| Aug 31 15:20:37.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82632026-08-31T15:20:38.300Z[ recovery-image] Aug 31 15:20:37.671 INFO O| Aug 31 15:20:37.671 INFO STEP 977 (remove_files) COMPLETE
82642026-08-31T15:20:38.304Z[ recovery-image] Aug 31 15:20:37.671 INFO O| Aug 31 15:20:37.671 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-08-31T15:20:38.323Z[ recovery-image] Aug 31 15:20:37.694 INFO O| Aug 31 15:20:37.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82662026-08-31T15:20:38.323Z[ recovery-image] Aug 31 15:20:37.694 INFO O| Aug 31 15:20:37.694 INFO STEP 978 (remove_files) COMPLETE
82672026-08-31T15:20:38.323Z[ recovery-image] Aug 31 15:20:37.694 INFO O| Aug 31 15:20:37.694 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-08-31T15:20:38.347Z[ recovery-image] Aug 31 15:20:37.718 INFO O| Aug 31 15:20:37.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82692026-08-31T15:20:38.347Z[ recovery-image] Aug 31 15:20:37.718 INFO O| Aug 31 15:20:37.718 INFO STEP 979 (remove_files) COMPLETE
82702026-08-31T15:20:38.347Z[ recovery-image] Aug 31 15:20:37.718 INFO O| Aug 31 15:20:37.718 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-08-31T15:20:38.359Z[ recovery-image] Aug 31 15:20:37.730 INFO O| Aug 31 15:20:37.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82722026-08-31T15:20:38.359Z[ recovery-image] Aug 31 15:20:37.730 INFO O| Aug 31 15:20:37.730 INFO STEP 980 (remove_files) COMPLETE
82732026-08-31T15:20:38.359Z[ recovery-image] Aug 31 15:20:37.730 INFO O| Aug 31 15:20:37.730 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-08-31T15:20:38.380Z[ recovery-image] Aug 31 15:20:37.750 INFO O| Aug 31 15:20:37.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82752026-08-31T15:20:38.380Z[ recovery-image] Aug 31 15:20:37.750 INFO O| Aug 31 15:20:37.750 INFO STEP 981 (remove_files) COMPLETE
82762026-08-31T15:20:38.380Z[ recovery-image] Aug 31 15:20:37.750 INFO O| Aug 31 15:20:37.750 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-08-31T15:20:38.393Z[ recovery-image] Aug 31 15:20:37.763 INFO O| Aug 31 15:20:37.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82782026-08-31T15:20:38.393Z[ recovery-image] Aug 31 15:20:37.763 INFO O| Aug 31 15:20:37.763 INFO STEP 982 (remove_files) COMPLETE
82792026-08-31T15:20:38.400Z[ recovery-image] Aug 31 15:20:37.763 INFO O| Aug 31 15:20:37.763 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-08-31T15:20:38.412Z[ recovery-image] Aug 31 15:20:37.781 INFO O| Aug 31 15:20:37.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82812026-08-31T15:20:38.412Z[ recovery-image] Aug 31 15:20:37.781 INFO O| Aug 31 15:20:37.781 INFO STEP 983 (remove_files) COMPLETE
82822026-08-31T15:20:38.412Z[ recovery-image] Aug 31 15:20:37.781 INFO O| Aug 31 15:20:37.781 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-08-31T15:20:38.421Z[ recovery-image] Aug 31 15:20:37.792 INFO O| Aug 31 15:20:37.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82842026-08-31T15:20:38.421Z[ recovery-image] Aug 31 15:20:37.792 INFO O| Aug 31 15:20:37.792 INFO STEP 984 (remove_files) COMPLETE
82852026-08-31T15:20:38.421Z[ recovery-image] Aug 31 15:20:37.792 INFO O| Aug 31 15:20:37.792 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-08-31T15:20:38.432Z[ recovery-image] Aug 31 15:20:37.803 INFO O| Aug 31 15:20:37.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82872026-08-31T15:20:38.432Z[ recovery-image] Aug 31 15:20:37.803 INFO O| Aug 31 15:20:37.803 INFO STEP 985 (remove_files) COMPLETE
82882026-08-31T15:20:38.432Z[ recovery-image] Aug 31 15:20:37.803 INFO O| Aug 31 15:20:37.803 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-08-31T15:20:38.443Z[ recovery-image] Aug 31 15:20:37.813 INFO O| Aug 31 15:20:37.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82902026-08-31T15:20:38.443Z[ recovery-image] Aug 31 15:20:37.813 INFO O| Aug 31 15:20:37.813 INFO STEP 986 (remove_files) COMPLETE
82912026-08-31T15:20:38.443Z[ recovery-image] Aug 31 15:20:37.813 INFO O| Aug 31 15:20:37.813 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-08-31T15:20:38.474Z[ recovery-image] Aug 31 15:20:37.844 INFO O| Aug 31 15:20:37.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82932026-08-31T15:20:38.474Z[ recovery-image] Aug 31 15:20:37.844 INFO O| Aug 31 15:20:37.844 INFO STEP 987 (remove_files) COMPLETE
82942026-08-31T15:20:38.478Z[ recovery-image] Aug 31 15:20:37.844 INFO O| Aug 31 15:20:37.844 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-08-31T15:20:38.486Z[ recovery-image] Aug 31 15:20:37.857 INFO O| Aug 31 15:20:37.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82962026-08-31T15:20:38.486Z[ recovery-image] Aug 31 15:20:37.857 INFO O| Aug 31 15:20:37.857 INFO STEP 988 (remove_files) COMPLETE
82972026-08-31T15:20:38.486Z[ recovery-image] Aug 31 15:20:37.857 INFO O| Aug 31 15:20:37.857 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-08-31T15:20:38.503Z[ recovery-image] Aug 31 15:20:37.873 INFO O| Aug 31 15:20:37.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82992026-08-31T15:20:38.503Z[ recovery-image] Aug 31 15:20:37.873 INFO O| Aug 31 15:20:37.873 INFO STEP 989 (remove_files) COMPLETE
83002026-08-31T15:20:38.503Z[ recovery-image] Aug 31 15:20:37.873 INFO O| Aug 31 15:20:37.873 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-08-31T15:20:38.518Z[ recovery-image] Aug 31 15:20:37.889 INFO O| Aug 31 15:20:37.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83022026-08-31T15:20:38.518Z[ recovery-image] Aug 31 15:20:37.889 INFO O| Aug 31 15:20:37.889 INFO STEP 990 (remove_files) COMPLETE
83032026-08-31T15:20:38.518Z[ recovery-image] Aug 31 15:20:37.889 INFO O| Aug 31 15:20:37.889 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-08-31T15:20:38.532Z[ recovery-image] Aug 31 15:20:37.903 INFO O| Aug 31 15:20:37.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83052026-08-31T15:20:38.532Z[ recovery-image] Aug 31 15:20:37.903 INFO O| Aug 31 15:20:37.903 INFO STEP 991 (remove_files) COMPLETE
83062026-08-31T15:20:38.536Z[ recovery-image] Aug 31 15:20:37.903 INFO O| Aug 31 15:20:37.903 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-08-31T15:20:38.543Z[ recovery-image] Aug 31 15:20:37.914 INFO O| Aug 31 15:20:37.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83082026-08-31T15:20:38.543Z[ recovery-image] Aug 31 15:20:37.914 INFO O| Aug 31 15:20:37.914 INFO STEP 992 (remove_files) COMPLETE
83092026-08-31T15:20:38.547Z[ recovery-image] Aug 31 15:20:37.914 INFO O| Aug 31 15:20:37.914 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83102026-08-31T15:20:38.557Z[ recovery-image] Aug 31 15:20:37.928 INFO O| Aug 31 15:20:37.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83112026-08-31T15:20:38.561Z[ recovery-image] Aug 31 15:20:37.928 INFO O| Aug 31 15:20:37.928 INFO STEP 993 (remove_files) COMPLETE
83122026-08-31T15:20:38.561Z[ recovery-image] Aug 31 15:20:37.928 INFO O| Aug 31 15:20:37.928 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-08-31T15:20:38.582Z[ recovery-image] Aug 31 15:20:37.953 INFO O| Aug 31 15:20:37.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83142026-08-31T15:20:38.582Z[ recovery-image] Aug 31 15:20:37.953 INFO O| Aug 31 15:20:37.953 INFO STEP 994 (remove_files) COMPLETE
83152026-08-31T15:20:38.582Z[ recovery-image] Aug 31 15:20:37.953 INFO O| Aug 31 15:20:37.953 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83162026-08-31T15:20:38.593Z[ recovery-image] Aug 31 15:20:37.964 INFO O| Aug 31 15:20:37.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83172026-08-31T15:20:38.593Z[ recovery-image] Aug 31 15:20:37.964 INFO O| Aug 31 15:20:37.964 INFO STEP 995 (remove_files) COMPLETE
83182026-08-31T15:20:38.596Z[ recovery-image] Aug 31 15:20:37.964 INFO O| Aug 31 15:20:37.964 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83192026-08-31T15:20:38.603Z[ recovery-image] Aug 31 15:20:37.974 INFO O| Aug 31 15:20:37.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83202026-08-31T15:20:38.603Z[ recovery-image] Aug 31 15:20:37.974 INFO O| Aug 31 15:20:37.974 INFO STEP 996 (remove_files) COMPLETE
83212026-08-31T15:20:38.606Z[ recovery-image] Aug 31 15:20:37.974 INFO O| Aug 31 15:20:37.974 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83222026-08-31T15:20:38.612Z[ recovery-image] Aug 31 15:20:37.983 INFO O| Aug 31 15:20:37.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83232026-08-31T15:20:38.612Z[ recovery-image] Aug 31 15:20:37.983 INFO O| Aug 31 15:20:37.983 INFO STEP 997 (remove_files) COMPLETE
83242026-08-31T15:20:38.612Z[ recovery-image] Aug 31 15:20:37.983 INFO O| Aug 31 15:20:37.983 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83252026-08-31T15:20:38.620Z[ recovery-image] Aug 31 15:20:37.991 INFO O| Aug 31 15:20:37.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83262026-08-31T15:20:38.620Z[ recovery-image] Aug 31 15:20:37.991 INFO O| Aug 31 15:20:37.991 INFO STEP 998 (remove_files) COMPLETE
83272026-08-31T15:20:38.624Z[ recovery-image] Aug 31 15:20:37.991 INFO O| Aug 31 15:20:37.991 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83282026-08-31T15:20:38.643Z[ recovery-image] Aug 31 15:20:38.013 INFO O| Aug 31 15:20:38.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83292026-08-31T15:20:38.643Z[ recovery-image] Aug 31 15:20:38.013 INFO O| Aug 31 15:20:38.013 INFO STEP 999 (remove_files) COMPLETE
83302026-08-31T15:20:38.646Z[ recovery-image] Aug 31 15:20:38.013 INFO O| Aug 31 15:20:38.013 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83312026-08-31T15:20:38.657Z[ recovery-image] Aug 31 15:20:38.028 INFO O| Aug 31 15:20:38.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83322026-08-31T15:20:38.657Z[ recovery-image] Aug 31 15:20:38.028 INFO O| Aug 31 15:20:38.028 INFO STEP 1000 (remove_files) COMPLETE
83332026-08-31T15:20:38.657Z[ recovery-image] Aug 31 15:20:38.028 INFO O| Aug 31 15:20:38.028 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83342026-08-31T15:20:38.667Z[ recovery-image] Aug 31 15:20:38.038 INFO O| Aug 31 15:20:38.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83352026-08-31T15:20:38.667Z[ recovery-image] Aug 31 15:20:38.038 INFO O| Aug 31 15:20:38.037 INFO STEP 1001 (remove_files) COMPLETE
83362026-08-31T15:20:38.667Z[ recovery-image] Aug 31 15:20:38.038 INFO O| Aug 31 15:20:38.037 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83372026-08-31T15:20:38.676Z[ recovery-image] Aug 31 15:20:38.046 INFO O| Aug 31 15:20:38.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83382026-08-31T15:20:38.676Z[ recovery-image] Aug 31 15:20:38.046 INFO O| Aug 31 15:20:38.046 INFO STEP 1002 (remove_files) COMPLETE
83392026-08-31T15:20:38.676Z[ recovery-image] Aug 31 15:20:38.047 INFO O| Aug 31 15:20:38.046 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83402026-08-31T15:20:38.684Z[ recovery-image] Aug 31 15:20:38.055 INFO O| Aug 31 15:20:38.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83412026-08-31T15:20:38.684Z[ recovery-image] Aug 31 15:20:38.055 INFO O| Aug 31 15:20:38.055 INFO STEP 1003 (remove_files) COMPLETE
83422026-08-31T15:20:38.689Z[ recovery-image] Aug 31 15:20:38.055 INFO O| Aug 31 15:20:38.055 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-08-31T15:20:38.707Z[ recovery-image] Aug 31 15:20:38.078 INFO O| Aug 31 15:20:38.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83442026-08-31T15:20:38.707Z[ recovery-image] Aug 31 15:20:38.078 INFO O| Aug 31 15:20:38.078 INFO STEP 1004 (remove_files) COMPLETE
83452026-08-31T15:20:38.707Z[ recovery-image] Aug 31 15:20:38.078 INFO O| Aug 31 15:20:38.078 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83462026-08-31T15:20:38.723Z[ recovery-image] Aug 31 15:20:38.094 INFO O| Aug 31 15:20:38.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83472026-08-31T15:20:38.723Z[ recovery-image] Aug 31 15:20:38.094 INFO O| Aug 31 15:20:38.094 INFO STEP 1005 (remove_files) COMPLETE
83482026-08-31T15:20:38.723Z[ recovery-image] Aug 31 15:20:38.094 INFO O| Aug 31 15:20:38.094 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83492026-08-31T15:20:38.735Z[ recovery-image] Aug 31 15:20:38.105 INFO O| Aug 31 15:20:38.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83502026-08-31T15:20:38.735Z[ recovery-image] Aug 31 15:20:38.106 INFO O| Aug 31 15:20:38.106 INFO STEP 1006 (remove_files) COMPLETE
83512026-08-31T15:20:38.738Z[ recovery-image] Aug 31 15:20:38.106 INFO O| Aug 31 15:20:38.106 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-08-31T15:20:38.745Z[ recovery-image] Aug 31 15:20:38.116 INFO O| Aug 31 15:20:38.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83532026-08-31T15:20:38.745Z[ recovery-image] Aug 31 15:20:38.116 INFO O| Aug 31 15:20:38.116 INFO STEP 1007 (remove_files) COMPLETE
83542026-08-31T15:20:38.745Z[ recovery-image] Aug 31 15:20:38.116 INFO O| Aug 31 15:20:38.116 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-08-31T15:20:38.756Z[ recovery-image] Aug 31 15:20:38.127 INFO O| Aug 31 15:20:38.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83562026-08-31T15:20:38.756Z[ recovery-image] Aug 31 15:20:38.127 INFO O| Aug 31 15:20:38.127 INFO STEP 1008 (remove_files) COMPLETE
83572026-08-31T15:20:38.756Z[ recovery-image] Aug 31 15:20:38.127 INFO O| Aug 31 15:20:38.127 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83582026-08-31T15:20:38.766Z[ recovery-image] Aug 31 15:20:38.137 INFO O| Aug 31 15:20:38.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83592026-08-31T15:20:38.766Z[ recovery-image] Aug 31 15:20:38.137 INFO O| Aug 31 15:20:38.137 INFO STEP 1009 (remove_files) COMPLETE
83602026-08-31T15:20:38.766Z[ recovery-image] Aug 31 15:20:38.137 INFO O| Aug 31 15:20:38.137 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83612026-08-31T15:20:38.778Z[ recovery-image] Aug 31 15:20:38.149 INFO O| Aug 31 15:20:38.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83622026-08-31T15:20:38.778Z[ recovery-image] Aug 31 15:20:38.149 INFO O| Aug 31 15:20:38.149 INFO STEP 1010 (remove_files) COMPLETE
83632026-08-31T15:20:38.778Z[ recovery-image] Aug 31 15:20:38.149 INFO O| Aug 31 15:20:38.149 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83642026-08-31T15:20:38.790Z[ recovery-image] Aug 31 15:20:38.161 INFO O| Aug 31 15:20:38.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83652026-08-31T15:20:38.790Z[ recovery-image] Aug 31 15:20:38.161 INFO O| Aug 31 15:20:38.161 INFO STEP 1011 (remove_files) COMPLETE
83662026-08-31T15:20:38.790Z[ recovery-image] Aug 31 15:20:38.161 INFO O| Aug 31 15:20:38.161 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83672026-08-31T15:20:38.800Z[ recovery-image] Aug 31 15:20:38.170 INFO O| Aug 31 15:20:38.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83682026-08-31T15:20:38.800Z[ recovery-image] Aug 31 15:20:38.170 INFO O| Aug 31 15:20:38.170 INFO STEP 1012 (remove_files) COMPLETE
83692026-08-31T15:20:38.803Z[ recovery-image] Aug 31 15:20:38.170 INFO O| Aug 31 15:20:38.170 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83702026-08-31T15:20:38.810Z[ recovery-image] Aug 31 15:20:38.180 INFO O| Aug 31 15:20:38.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83712026-08-31T15:20:38.813Z[ recovery-image] Aug 31 15:20:38.182 INFO O| Aug 31 15:20:38.182 INFO STEP 1013 (remove_files) COMPLETE
83722026-08-31T15:20:38.813Z[ recovery-image] Aug 31 15:20:38.182 INFO O| Aug 31 15:20:38.182 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83732026-08-31T15:20:38.821Z[ recovery-image] Aug 31 15:20:38.191 INFO O| Aug 31 15:20:38.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83742026-08-31T15:20:38.821Z[ recovery-image] Aug 31 15:20:38.192 INFO O| Aug 31 15:20:38.192 INFO STEP 1014 (remove_files) COMPLETE
83752026-08-31T15:20:38.824Z[ recovery-image] Aug 31 15:20:38.192 INFO O| Aug 31 15:20:38.192 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83762026-08-31T15:20:38.831Z[ recovery-image] Aug 31 15:20:38.202 INFO O| Aug 31 15:20:38.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83772026-08-31T15:20:38.831Z[ recovery-image] Aug 31 15:20:38.202 INFO O| Aug 31 15:20:38.202 INFO STEP 1015 (remove_files) COMPLETE
83782026-08-31T15:20:38.831Z[ recovery-image] Aug 31 15:20:38.202 INFO O| Aug 31 15:20:38.202 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83792026-08-31T15:20:38.842Z[ recovery-image] Aug 31 15:20:38.212 INFO O| Aug 31 15:20:38.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83802026-08-31T15:20:38.842Z[ recovery-image] Aug 31 15:20:38.212 INFO O| Aug 31 15:20:38.212 INFO STEP 1016 (remove_files) COMPLETE
83812026-08-31T15:20:38.842Z[ recovery-image] Aug 31 15:20:38.212 INFO O| Aug 31 15:20:38.212 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83822026-08-31T15:20:38.849Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
83832026-08-31T15:20:38.852Z[ recovery-image] Aug 31 15:20:38.223 INFO O| Aug 31 15:20:38.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83842026-08-31T15:20:38.852Z[ recovery-image] Aug 31 15:20:38.223 INFO O| Aug 31 15:20:38.223 INFO STEP 1017 (remove_files) COMPLETE
83852026-08-31T15:20:38.852Z[ recovery-image] Aug 31 15:20:38.223 INFO O| Aug 31 15:20:38.223 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-08-31T15:20:38.864Z[ recovery-image] Aug 31 15:20:38.233 INFO O| Aug 31 15:20:38.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83872026-08-31T15:20:38.864Z[ recovery-image] Aug 31 15:20:38.234 INFO O| Aug 31 15:20:38.233 INFO STEP 1018 (remove_files) COMPLETE
83882026-08-31T15:20:38.864Z[ recovery-image] Aug 31 15:20:38.234 INFO O| Aug 31 15:20:38.233 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-08-31T15:20:38.873Z[ recovery-image] Aug 31 15:20:38.244 INFO O| Aug 31 15:20:38.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83902026-08-31T15:20:38.873Z[ recovery-image] Aug 31 15:20:38.244 INFO O| Aug 31 15:20:38.244 INFO STEP 1019 (remove_files) COMPLETE
83912026-08-31T15:20:38.873Z[ recovery-image] Aug 31 15:20:38.244 INFO O| Aug 31 15:20:38.244 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-08-31T15:20:38.885Z[ recovery-image] Aug 31 15:20:38.255 INFO O| Aug 31 15:20:38.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83932026-08-31T15:20:38.888Z[ recovery-image] Aug 31 15:20:38.256 INFO O| Aug 31 15:20:38.256 INFO STEP 1020 (remove_files) COMPLETE
83942026-08-31T15:20:38.888Z[ recovery-image] Aug 31 15:20:38.256 INFO O| Aug 31 15:20:38.256 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-08-31T15:20:38.899Z[ recovery-image] Aug 31 15:20:38.267 INFO O| Aug 31 15:20:38.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83962026-08-31T15:20:38.899Z[ recovery-image] Aug 31 15:20:38.267 INFO O| Aug 31 15:20:38.267 INFO STEP 1021 (remove_files) COMPLETE
83972026-08-31T15:20:38.899Z[ recovery-image] Aug 31 15:20:38.267 INFO O| Aug 31 15:20:38.267 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-08-31T15:20:38.908Z[ recovery-image] Aug 31 15:20:38.278 INFO O| Aug 31 15:20:38.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83992026-08-31T15:20:38.908Z[ recovery-image] Aug 31 15:20:38.278 INFO O| Aug 31 15:20:38.278 INFO STEP 1022 (remove_files) COMPLETE
84002026-08-31T15:20:38.908Z[ recovery-image] Aug 31 15:20:38.278 INFO O| Aug 31 15:20:38.278 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-08-31T15:20:38.922Z[ recovery-image] Aug 31 15:20:38.289 INFO O| Aug 31 15:20:38.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84022026-08-31T15:20:38.922Z[ recovery-image] Aug 31 15:20:38.289 INFO O| Aug 31 15:20:38.289 INFO STEP 1023 (remove_files) COMPLETE
84032026-08-31T15:20:38.925Z[ recovery-image] Aug 31 15:20:38.289 INFO O| Aug 31 15:20:38.289 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84042026-08-31T15:20:38.929Z[ recovery-image] Aug 31 15:20:38.300 INFO O| Aug 31 15:20:38.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84052026-08-31T15:20:38.932Z[ recovery-image] Aug 31 15:20:38.300 INFO O| Aug 31 15:20:38.300 INFO STEP 1024 (remove_files) COMPLETE
84062026-08-31T15:20:38.932Z[ recovery-image] Aug 31 15:20:38.300 INFO O| Aug 31 15:20:38.300 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84072026-08-31T15:20:38.941Z[ recovery-image] Aug 31 15:20:38.311 INFO O| Aug 31 15:20:38.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84082026-08-31T15:20:38.941Z[ recovery-image] Aug 31 15:20:38.311 INFO O| Aug 31 15:20:38.311 INFO STEP 1025 (remove_files) COMPLETE
84092026-08-31T15:20:38.944Z[ recovery-image] Aug 31 15:20:38.311 INFO O| Aug 31 15:20:38.311 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84102026-08-31T15:20:38.951Z[ recovery-image] Aug 31 15:20:38.322 INFO O| Aug 31 15:20:38.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84112026-08-31T15:20:38.952Z[ recovery-image] Aug 31 15:20:38.322 INFO O| Aug 31 15:20:38.322 INFO STEP 1026 (remove_files) COMPLETE
84122026-08-31T15:20:38.954Z[ recovery-image] Aug 31 15:20:38.322 INFO O| Aug 31 15:20:38.322 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84132026-08-31T15:20:38.963Z[ recovery-image] Aug 31 15:20:38.334 INFO O| Aug 31 15:20:38.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84142026-08-31T15:20:38.963Z[ recovery-image] Aug 31 15:20:38.334 INFO O| Aug 31 15:20:38.334 INFO STEP 1027 (remove_files) COMPLETE
84152026-08-31T15:20:38.966Z[ recovery-image] Aug 31 15:20:38.334 INFO O| Aug 31 15:20:38.334 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84162026-08-31T15:20:38.972Z[ recovery-image] Aug 31 15:20:38.343 INFO O| Aug 31 15:20:38.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84172026-08-31T15:20:38.972Z[ recovery-image] Aug 31 15:20:38.343 INFO O| Aug 31 15:20:38.343 INFO STEP 1028 (remove_files) COMPLETE
84182026-08-31T15:20:38.973Z[ recovery-image] Aug 31 15:20:38.343 INFO O| Aug 31 15:20:38.343 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84192026-08-31T15:20:38.984Z[ recovery-image] Aug 31 15:20:38.354 INFO O| Aug 31 15:20:38.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84202026-08-31T15:20:38.984Z[ recovery-image] Aug 31 15:20:38.354 INFO O| Aug 31 15:20:38.354 INFO STEP 1029 (remove_files) COMPLETE
84212026-08-31T15:20:38.987Z[ recovery-image] Aug 31 15:20:38.354 INFO O| Aug 31 15:20:38.354 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84222026-08-31T15:20:38.993Z[ recovery-image] Aug 31 15:20:38.363 INFO O| Aug 31 15:20:38.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84232026-08-31T15:20:38.993Z[ recovery-image] Aug 31 15:20:38.363 INFO O| Aug 31 15:20:38.363 INFO STEP 1030 (remove_files) COMPLETE
84242026-08-31T15:20:38.996Z[ recovery-image] Aug 31 15:20:38.363 INFO O| Aug 31 15:20:38.363 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-08-31T15:20:39.003Z[ recovery-image] Aug 31 15:20:38.374 INFO O| Aug 31 15:20:38.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84262026-08-31T15:20:39.003Z[ recovery-image] Aug 31 15:20:38.374 INFO O| Aug 31 15:20:38.374 INFO STEP 1031 (remove_files) COMPLETE
84272026-08-31T15:20:39.006Z[ recovery-image] Aug 31 15:20:38.374 INFO O| Aug 31 15:20:38.374 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-08-31T15:20:39.010Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
84292026-08-31T15:20:39.013Z[ recovery-image] Aug 31 15:20:38.383 INFO O| Aug 31 15:20:38.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84302026-08-31T15:20:39.013Z[ recovery-image] Aug 31 15:20:38.383 INFO O| Aug 31 15:20:38.383 INFO STEP 1032 (remove_files) COMPLETE
84312026-08-31T15:20:39.013Z[ recovery-image] Aug 31 15:20:38.383 INFO O| Aug 31 15:20:38.383 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84322026-08-31T15:20:39.021Z[ recovery-image] Aug 31 15:20:38.392 INFO O| Aug 31 15:20:38.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84332026-08-31T15:20:39.021Z[ recovery-image] Aug 31 15:20:38.392 INFO O| Aug 31 15:20:38.392 INFO STEP 1033 (remove_files) COMPLETE
84342026-08-31T15:20:39.025Z[ recovery-image] Aug 31 15:20:38.392 INFO O| Aug 31 15:20:38.392 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84352026-08-31T15:20:39.034Z[ recovery-image] Aug 31 15:20:38.402 INFO O| Aug 31 15:20:38.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84362026-08-31T15:20:39.034Z[ recovery-image] Aug 31 15:20:38.402 INFO O| Aug 31 15:20:38.402 INFO STEP 1034 (remove_files) COMPLETE
84372026-08-31T15:20:39.034Z[ recovery-image] Aug 31 15:20:38.402 INFO O| Aug 31 15:20:38.402 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84382026-08-31T15:20:39.042Z[ recovery-image] Aug 31 15:20:38.412 INFO O| Aug 31 15:20:38.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84392026-08-31T15:20:39.042Z[ recovery-image] Aug 31 15:20:38.412 INFO O| Aug 31 15:20:38.412 INFO STEP 1035 (remove_files) COMPLETE
84402026-08-31T15:20:39.045Z[ recovery-image] Aug 31 15:20:38.412 INFO O| Aug 31 15:20:38.412 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84412026-08-31T15:20:39.049Z[ recovery-image] Aug 31 15:20:38.420 INFO O| Aug 31 15:20:38.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84422026-08-31T15:20:39.052Z[ recovery-image] Aug 31 15:20:38.420 INFO O| Aug 31 15:20:38.420 INFO STEP 1036 (remove_files) COMPLETE
84432026-08-31T15:20:39.052Z[ recovery-image] Aug 31 15:20:38.420 INFO O| Aug 31 15:20:38.420 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84442026-08-31T15:20:39.059Z[ recovery-image] Aug 31 15:20:38.429 INFO O| Aug 31 15:20:38.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84452026-08-31T15:20:39.059Z[ recovery-image] Aug 31 15:20:38.429 INFO O| Aug 31 15:20:38.429 INFO STEP 1037 (remove_files) COMPLETE
84462026-08-31T15:20:39.062Z[ recovery-image] Aug 31 15:20:38.429 INFO O| Aug 31 15:20:38.429 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84472026-08-31T15:20:39.069Z[ recovery-image] Aug 31 15:20:38.440 INFO O| Aug 31 15:20:38.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84482026-08-31T15:20:39.069Z[ recovery-image] Aug 31 15:20:38.440 INFO O| Aug 31 15:20:38.440 INFO STEP 1038 (remove_files) COMPLETE
84492026-08-31T15:20:39.072Z[ recovery-image] Aug 31 15:20:38.440 INFO O| Aug 31 15:20:38.440 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84502026-08-31T15:20:39.080Z[ recovery-image] Aug 31 15:20:38.450 INFO O| Aug 31 15:20:38.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84512026-08-31T15:20:39.083Z[ recovery-image] Aug 31 15:20:38.451 INFO O| Aug 31 15:20:38.451 INFO STEP 1039 (remove_files) COMPLETE
84522026-08-31T15:20:39.083Z[ recovery-image] Aug 31 15:20:38.451 INFO O| Aug 31 15:20:38.451 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84532026-08-31T15:20:39.091Z[ recovery-image] Aug 31 15:20:38.462 INFO O| Aug 31 15:20:38.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84542026-08-31T15:20:39.091Z[ recovery-image] Aug 31 15:20:38.462 INFO O| Aug 31 15:20:38.462 INFO STEP 1040 (remove_files) COMPLETE
84552026-08-31T15:20:39.095Z[ recovery-image] Aug 31 15:20:38.462 INFO O| Aug 31 15:20:38.462 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84562026-08-31T15:20:39.106Z[ recovery-image] Aug 31 15:20:38.474 INFO O| Aug 31 15:20:38.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84572026-08-31T15:20:39.106Z[ recovery-image] Aug 31 15:20:38.474 INFO O| Aug 31 15:20:38.474 INFO STEP 1041 (remove_files) COMPLETE
84582026-08-31T15:20:39.106Z[ recovery-image] Aug 31 15:20:38.474 INFO O| Aug 31 15:20:38.474 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84592026-08-31T15:20:39.113Z[ recovery-image] Aug 31 15:20:38.483 INFO O| Aug 31 15:20:38.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84602026-08-31T15:20:39.113Z[ recovery-image] Aug 31 15:20:38.483 INFO O| Aug 31 15:20:38.483 INFO STEP 1042 (remove_files) COMPLETE
84612026-08-31T15:20:39.113Z[ recovery-image] Aug 31 15:20:38.483 INFO O| Aug 31 15:20:38.483 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84622026-08-31T15:20:39.122Z[ recovery-image] Aug 31 15:20:38.493 INFO O| Aug 31 15:20:38.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84632026-08-31T15:20:39.122Z[ recovery-image] Aug 31 15:20:38.493 INFO O| Aug 31 15:20:38.493 INFO STEP 1043 (remove_files) COMPLETE
84642026-08-31T15:20:39.122Z[ recovery-image] Aug 31 15:20:38.493 INFO O| Aug 31 15:20:38.493 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84652026-08-31T15:20:39.133Z[ recovery-image] Aug 31 15:20:38.504 INFO O| Aug 31 15:20:38.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84662026-08-31T15:20:39.133Z[ recovery-image] Aug 31 15:20:38.504 INFO O| Aug 31 15:20:38.504 INFO STEP 1044 (remove_files) COMPLETE
84672026-08-31T15:20:39.133Z[ recovery-image] Aug 31 15:20:38.504 INFO O| Aug 31 15:20:38.504 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84682026-08-31T15:20:39.143Z[ recovery-image] Aug 31 15:20:38.514 INFO O| Aug 31 15:20:38.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84692026-08-31T15:20:39.143Z[ recovery-image] Aug 31 15:20:38.514 INFO O| Aug 31 15:20:38.514 INFO STEP 1045 (remove_files) COMPLETE
84702026-08-31T15:20:39.143Z[ recovery-image] Aug 31 15:20:38.514 INFO O| Aug 31 15:20:38.514 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84712026-08-31T15:20:39.153Z[ recovery-image] Aug 31 15:20:38.524 INFO O| Aug 31 15:20:38.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84722026-08-31T15:20:39.153Z[ recovery-image] Aug 31 15:20:38.524 INFO O| Aug 31 15:20:38.524 INFO STEP 1046 (remove_files) COMPLETE
84732026-08-31T15:20:39.157Z[ recovery-image] Aug 31 15:20:38.524 INFO O| Aug 31 15:20:38.524 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84742026-08-31T15:20:39.166Z[ recovery-image] Aug 31 15:20:38.535 INFO O| Aug 31 15:20:38.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84752026-08-31T15:20:39.166Z[ recovery-image] Aug 31 15:20:38.535 INFO O| Aug 31 15:20:38.535 INFO STEP 1047 (remove_files) COMPLETE
84762026-08-31T15:20:39.166Z[ recovery-image] Aug 31 15:20:38.535 INFO O| Aug 31 15:20:38.535 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84772026-08-31T15:20:39.174Z[ recovery-image] Aug 31 15:20:38.545 INFO O| Aug 31 15:20:38.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84782026-08-31T15:20:39.174Z[ recovery-image] Aug 31 15:20:38.545 INFO O| Aug 31 15:20:38.545 INFO STEP 1048 (remove_files) COMPLETE
84792026-08-31T15:20:39.178Z[ recovery-image] Aug 31 15:20:38.545 INFO O| Aug 31 15:20:38.545 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84802026-08-31T15:20:39.185Z[ recovery-image] Aug 31 15:20:38.556 INFO O| Aug 31 15:20:38.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84812026-08-31T15:20:39.185Z[ recovery-image] Aug 31 15:20:38.556 INFO O| Aug 31 15:20:38.556 INFO STEP 1049 (remove_files) COMPLETE
84822026-08-31T15:20:39.185Z[ recovery-image] Aug 31 15:20:38.556 INFO O| Aug 31 15:20:38.556 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84832026-08-31T15:20:39.194Z[ recovery-image] Aug 31 15:20:38.565 INFO O| Aug 31 15:20:38.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84842026-08-31T15:20:39.194Z[ recovery-image] Aug 31 15:20:38.565 INFO O| Aug 31 15:20:38.565 INFO STEP 1050 (remove_files) COMPLETE
84852026-08-31T15:20:39.197Z[ recovery-image] Aug 31 15:20:38.565 INFO O| Aug 31 15:20:38.565 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84862026-08-31T15:20:39.203Z[ recovery-image] Aug 31 15:20:38.573 INFO O| Aug 31 15:20:38.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84872026-08-31T15:20:39.203Z[ recovery-image] Aug 31 15:20:38.573 INFO O| Aug 31 15:20:38.573 INFO STEP 1051 (remove_files) COMPLETE
84882026-08-31T15:20:39.203Z[ recovery-image] Aug 31 15:20:38.573 INFO O| Aug 31 15:20:38.573 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84892026-08-31T15:20:39.212Z[ recovery-image] Aug 31 15:20:38.583 INFO O| Aug 31 15:20:38.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84902026-08-31T15:20:39.212Z[ recovery-image] Aug 31 15:20:38.583 INFO O| Aug 31 15:20:38.583 INFO STEP 1052 (remove_files) COMPLETE
84912026-08-31T15:20:39.212Z[ recovery-image] Aug 31 15:20:38.583 INFO O| Aug 31 15:20:38.583 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84922026-08-31T15:20:39.221Z[ recovery-image] Aug 31 15:20:38.592 INFO O| Aug 31 15:20:38.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84932026-08-31T15:20:39.221Z[ recovery-image] Aug 31 15:20:38.592 INFO O| Aug 31 15:20:38.592 INFO STEP 1053 (remove_files) COMPLETE
84942026-08-31T15:20:39.225Z[ recovery-image] Aug 31 15:20:38.592 INFO O| Aug 31 15:20:38.592 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84952026-08-31T15:20:39.232Z[ recovery-image] Aug 31 15:20:38.603 INFO O| Aug 31 15:20:38.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84962026-08-31T15:20:39.232Z[ recovery-image] Aug 31 15:20:38.603 INFO O| Aug 31 15:20:38.603 INFO STEP 1054 (remove_files) COMPLETE
84972026-08-31T15:20:39.232Z[ recovery-image] Aug 31 15:20:38.603 INFO O| Aug 31 15:20:38.603 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84982026-08-31T15:20:39.243Z[ recovery-image] Aug 31 15:20:38.614 INFO O| Aug 31 15:20:38.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84992026-08-31T15:20:39.243Z[ recovery-image] Aug 31 15:20:38.614 INFO O| Aug 31 15:20:38.614 INFO STEP 1055 (remove_files) COMPLETE
85002026-08-31T15:20:39.243Z[ recovery-image] Aug 31 15:20:38.614 INFO O| Aug 31 15:20:38.614 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85012026-08-31T15:20:39.253Z[ recovery-image] Aug 31 15:20:38.624 INFO O| Aug 31 15:20:38.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85022026-08-31T15:20:39.253Z[ recovery-image] Aug 31 15:20:38.624 INFO O| Aug 31 15:20:38.624 INFO STEP 1056 (remove_files) COMPLETE
85032026-08-31T15:20:39.254Z[ recovery-image] Aug 31 15:20:38.624 INFO O| Aug 31 15:20:38.624 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85042026-08-31T15:20:39.263Z[ recovery-image] Aug 31 15:20:38.634 INFO O| Aug 31 15:20:38.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85052026-08-31T15:20:39.263Z[ recovery-image] Aug 31 15:20:38.634 INFO O| Aug 31 15:20:38.634 INFO STEP 1057 (remove_files) COMPLETE
85062026-08-31T15:20:39.263Z[ recovery-image] Aug 31 15:20:38.634 INFO O| Aug 31 15:20:38.634 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85072026-08-31T15:20:39.273Z[ recovery-image] Aug 31 15:20:38.644 INFO O| Aug 31 15:20:38.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85082026-08-31T15:20:39.273Z[ recovery-image] Aug 31 15:20:38.644 INFO O| Aug 31 15:20:38.644 INFO STEP 1058 (remove_files) COMPLETE
85092026-08-31T15:20:39.273Z[ recovery-image] Aug 31 15:20:38.644 INFO O| Aug 31 15:20:38.644 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85102026-08-31T15:20:39.283Z[ recovery-image] Aug 31 15:20:38.654 INFO O| Aug 31 15:20:38.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85112026-08-31T15:20:39.283Z[ recovery-image] Aug 31 15:20:38.654 INFO O| Aug 31 15:20:38.654 INFO STEP 1059 (remove_files) COMPLETE
85122026-08-31T15:20:39.283Z[ recovery-image] Aug 31 15:20:38.654 INFO O| Aug 31 15:20:38.654 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85132026-08-31T15:20:39.293Z[ recovery-image] Aug 31 15:20:38.664 INFO O| Aug 31 15:20:38.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85142026-08-31T15:20:39.293Z[ recovery-image] Aug 31 15:20:38.664 INFO O| Aug 31 15:20:38.664 INFO STEP 1060 (remove_files) COMPLETE
85152026-08-31T15:20:39.293Z[ recovery-image] Aug 31 15:20:38.664 INFO O| Aug 31 15:20:38.664 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85162026-08-31T15:20:39.304Z[ recovery-image] Aug 31 15:20:38.675 INFO O| Aug 31 15:20:38.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85172026-08-31T15:20:39.304Z[ recovery-image] Aug 31 15:20:38.675 INFO O| Aug 31 15:20:38.675 INFO STEP 1061 (remove_files) COMPLETE
85182026-08-31T15:20:39.304Z[ recovery-image] Aug 31 15:20:38.675 INFO O| Aug 31 15:20:38.675 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85192026-08-31T15:20:39.314Z[ recovery-image] Aug 31 15:20:38.685 INFO O| Aug 31 15:20:38.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85202026-08-31T15:20:39.314Z[ recovery-image] Aug 31 15:20:38.685 INFO O| Aug 31 15:20:38.685 INFO STEP 1062 (remove_files) COMPLETE
85212026-08-31T15:20:39.314Z[ recovery-image] Aug 31 15:20:38.685 INFO O| Aug 31 15:20:38.685 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85222026-08-31T15:20:39.358Z[ recovery-image] Aug 31 15:20:38.694 INFO O| Aug 31 15:20:38.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85232026-08-31T15:20:39.358Z[ recovery-image] Aug 31 15:20:38.694 INFO O| Aug 31 15:20:38.694 INFO STEP 1063 (remove_files) COMPLETE
85242026-08-31T15:20:39.358Z[ recovery-image] Aug 31 15:20:38.694 INFO O| Aug 31 15:20:38.694 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85252026-08-31T15:20:39.358Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
85262026-08-31T15:20:39.358Z[ recovery-image] Aug 31 15:20:38.703 INFO O| Aug 31 15:20:38.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85272026-08-31T15:20:39.358Z[ recovery-image] Aug 31 15:20:38.703 INFO O| Aug 31 15:20:38.703 INFO STEP 1064 (remove_files) COMPLETE
85282026-08-31T15:20:39.358Z[ recovery-image] Aug 31 15:20:38.703 INFO O| Aug 31 15:20:38.703 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-08-31T15:20:39.359Z[ recovery-image] Aug 31 15:20:38.714 INFO O| Aug 31 15:20:38.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85302026-08-31T15:20:39.359Z[ recovery-image] Aug 31 15:20:38.714 INFO O| Aug 31 15:20:38.714 INFO STEP 1065 (remove_files) COMPLETE
85312026-08-31T15:20:39.359Z[ recovery-image] Aug 31 15:20:38.714 INFO O| Aug 31 15:20:38.714 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-08-31T15:20:39.359Z[ recovery-image] Aug 31 15:20:38.722 INFO O| Aug 31 15:20:38.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85332026-08-31T15:20:39.359Z[ recovery-image] Aug 31 15:20:38.722 INFO O| Aug 31 15:20:38.722 INFO STEP 1066 (remove_files) COMPLETE
85342026-08-31T15:20:39.359Z[ recovery-image] Aug 31 15:20:38.722 INFO O| Aug 31 15:20:38.722 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-08-31T15:20:39.362Z[ recovery-image] Aug 31 15:20:38.731 INFO O| Aug 31 15:20:38.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85362026-08-31T15:20:39.362Z[ recovery-image] Aug 31 15:20:38.731 INFO O| Aug 31 15:20:38.731 INFO STEP 1067 (remove_files) COMPLETE
85372026-08-31T15:20:39.362Z[ recovery-image] Aug 31 15:20:38.731 INFO O| Aug 31 15:20:38.731 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-08-31T15:20:39.370Z[ recovery-image] Aug 31 15:20:38.740 INFO O| Aug 31 15:20:38.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85392026-08-31T15:20:39.370Z[ recovery-image] Aug 31 15:20:38.740 INFO O| Aug 31 15:20:38.740 INFO STEP 1068 (remove_files) COMPLETE
85402026-08-31T15:20:39.370Z[ recovery-image] Aug 31 15:20:38.740 INFO O| Aug 31 15:20:38.740 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-08-31T15:20:39.378Z[ recovery-image] Aug 31 15:20:38.749 INFO O| Aug 31 15:20:38.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85422026-08-31T15:20:39.378Z[ recovery-image] Aug 31 15:20:38.749 INFO O| Aug 31 15:20:38.749 INFO STEP 1069 (remove_files) COMPLETE
85432026-08-31T15:20:39.378Z[ recovery-image] Aug 31 15:20:38.749 INFO O| Aug 31 15:20:38.749 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-08-31T15:20:39.386Z[ recovery-image] Aug 31 15:20:38.757 INFO O| Aug 31 15:20:38.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85452026-08-31T15:20:39.386Z[ recovery-image] Aug 31 15:20:38.757 INFO O| Aug 31 15:20:38.757 INFO STEP 1070 (remove_files) COMPLETE
85462026-08-31T15:20:39.389Z[ recovery-image] Aug 31 15:20:38.757 INFO O| Aug 31 15:20:38.757 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-08-31T15:20:39.394Z[ recovery-image] Aug 31 15:20:38.765 INFO O| Aug 31 15:20:38.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85482026-08-31T15:20:39.394Z[ recovery-image] Aug 31 15:20:38.765 INFO O| Aug 31 15:20:38.765 INFO STEP 1071 (remove_files) COMPLETE
85492026-08-31T15:20:39.394Z[ recovery-image] Aug 31 15:20:38.765 INFO O| Aug 31 15:20:38.765 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-08-31T15:20:39.405Z[ recovery-image] Aug 31 15:20:38.776 INFO O| Aug 31 15:20:38.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85512026-08-31T15:20:39.405Z[ recovery-image] Aug 31 15:20:38.776 INFO O| Aug 31 15:20:38.776 INFO STEP 1072 (remove_files) COMPLETE
85522026-08-31T15:20:39.405Z[ recovery-image] Aug 31 15:20:38.776 INFO O| Aug 31 15:20:38.776 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-08-31T15:20:39.416Z[ recovery-image] Aug 31 15:20:38.787 INFO O| Aug 31 15:20:38.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85542026-08-31T15:20:39.416Z[ recovery-image] Aug 31 15:20:38.787 INFO O| Aug 31 15:20:38.787 INFO STEP 1073 (remove_files) COMPLETE
85552026-08-31T15:20:39.416Z[ recovery-image] Aug 31 15:20:38.787 INFO O| Aug 31 15:20:38.787 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-08-31T15:20:39.426Z[ recovery-image] Aug 31 15:20:38.796 INFO O| Aug 31 15:20:38.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85572026-08-31T15:20:39.426Z[ recovery-image] Aug 31 15:20:38.796 INFO O| Aug 31 15:20:38.796 INFO STEP 1074 (remove_files) COMPLETE
85582026-08-31T15:20:39.426Z[ recovery-image] Aug 31 15:20:38.796 INFO O| Aug 31 15:20:38.796 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-08-31T15:20:39.429Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
85602026-08-31T15:20:39.435Z[ recovery-image] Aug 31 15:20:38.806 INFO O| Aug 31 15:20:38.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85612026-08-31T15:20:39.435Z[ recovery-image] Aug 31 15:20:38.806 INFO O| Aug 31 15:20:38.806 INFO STEP 1075 (remove_files) COMPLETE
85622026-08-31T15:20:39.435Z[ recovery-image] Aug 31 15:20:38.806 INFO O| Aug 31 15:20:38.806 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-08-31T15:20:39.447Z[ recovery-image] Aug 31 15:20:38.817 INFO O| Aug 31 15:20:38.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85642026-08-31T15:20:39.447Z[ recovery-image] Aug 31 15:20:38.817 INFO O| Aug 31 15:20:38.817 INFO STEP 1076 (remove_files) COMPLETE
85652026-08-31T15:20:39.447Z[ recovery-image] Aug 31 15:20:38.817 INFO O| Aug 31 15:20:38.817 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-08-31T15:20:39.457Z[ recovery-image] Aug 31 15:20:38.827 INFO O| Aug 31 15:20:38.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85672026-08-31T15:20:39.457Z[ recovery-image] Aug 31 15:20:38.827 INFO O| Aug 31 15:20:38.827 INFO STEP 1077 (remove_files) COMPLETE
85682026-08-31T15:20:39.461Z[ recovery-image] Aug 31 15:20:38.827 INFO O| Aug 31 15:20:38.827 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-08-31T15:20:39.466Z[ recovery-image] Aug 31 15:20:38.837 INFO O| Aug 31 15:20:38.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85702026-08-31T15:20:39.466Z[ recovery-image] Aug 31 15:20:38.837 INFO O| Aug 31 15:20:38.837 INFO STEP 1078 (remove_files) COMPLETE
85712026-08-31T15:20:39.466Z[ recovery-image] Aug 31 15:20:38.837 INFO O| Aug 31 15:20:38.837 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-08-31T15:20:39.476Z[ recovery-image] Aug 31 15:20:38.847 INFO O| Aug 31 15:20:38.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85732026-08-31T15:20:39.477Z[ recovery-image] Aug 31 15:20:38.847 INFO O| Aug 31 15:20:38.847 INFO STEP 1079 (remove_files) COMPLETE
85742026-08-31T15:20:39.477Z[ recovery-image] Aug 31 15:20:38.847 INFO O| Aug 31 15:20:38.847 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-08-31T15:20:39.488Z[ recovery-image] Aug 31 15:20:38.857 INFO O| Aug 31 15:20:38.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85762026-08-31T15:20:39.488Z[ recovery-image] Aug 31 15:20:38.857 INFO O| Aug 31 15:20:38.857 INFO STEP 1080 (remove_files) COMPLETE
85772026-08-31T15:20:39.488Z[ recovery-image] Aug 31 15:20:38.857 INFO O| Aug 31 15:20:38.857 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-08-31T15:20:39.496Z[ recovery-image] Aug 31 15:20:38.866 INFO O| Aug 31 15:20:38.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85792026-08-31T15:20:39.496Z[ recovery-image] Aug 31 15:20:38.866 INFO O| Aug 31 15:20:38.866 INFO STEP 1081 (remove_files) COMPLETE
85802026-08-31T15:20:39.496Z[ recovery-image] Aug 31 15:20:38.866 INFO O| Aug 31 15:20:38.866 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-08-31T15:20:39.509Z[ recovery-image] Aug 31 15:20:38.878 INFO O| Aug 31 15:20:38.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85822026-08-31T15:20:39.509Z[ recovery-image] Aug 31 15:20:38.878 INFO O| Aug 31 15:20:38.878 INFO STEP 1082 (remove_files) COMPLETE
85832026-08-31T15:20:39.517Z[ recovery-image] Aug 31 15:20:38.878 INFO O| Aug 31 15:20:38.878 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-08-31T15:20:39.522Z[ recovery-image] Aug 31 15:20:38.888 INFO O| Aug 31 15:20:38.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85852026-08-31T15:20:39.522Z[ recovery-image] Aug 31 15:20:38.888 INFO O| Aug 31 15:20:38.888 INFO STEP 1083 (remove_files) COMPLETE
85862026-08-31T15:20:39.522Z[ recovery-image] Aug 31 15:20:38.888 INFO O| Aug 31 15:20:38.888 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-08-31T15:20:39.528Z[ recovery-image] Aug 31 15:20:38.899 INFO O| Aug 31 15:20:38.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85882026-08-31T15:20:39.528Z[ recovery-image] Aug 31 15:20:38.899 INFO O| Aug 31 15:20:38.899 INFO STEP 1084 (remove_files) COMPLETE
85892026-08-31T15:20:39.532Z[ recovery-image] Aug 31 15:20:38.899 INFO O| Aug 31 15:20:38.899 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-08-31T15:20:39.549Z[ recovery-image] Aug 31 15:20:38.910 INFO O| Aug 31 15:20:38.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85912026-08-31T15:20:39.549Z[ recovery-image] Aug 31 15:20:38.910 INFO O| Aug 31 15:20:38.910 INFO STEP 1085 (remove_files) COMPLETE
85922026-08-31T15:20:39.549Z[ recovery-image] Aug 31 15:20:38.910 INFO O| Aug 31 15:20:38.910 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-08-31T15:20:39.553Z[ recovery-image] Aug 31 15:20:38.919 INFO O| Aug 31 15:20:38.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85942026-08-31T15:20:39.553Z[ recovery-image] Aug 31 15:20:38.919 INFO O| Aug 31 15:20:38.919 INFO STEP 1086 (remove_files) COMPLETE
85952026-08-31T15:20:39.553Z[ recovery-image] Aug 31 15:20:38.919 INFO O| Aug 31 15:20:38.919 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-08-31T15:20:39.557Z[ recovery-image] Aug 31 15:20:38.927 INFO O| Aug 31 15:20:38.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85972026-08-31T15:20:39.557Z[ recovery-image] Aug 31 15:20:38.927 INFO O| Aug 31 15:20:38.927 INFO STEP 1087 (remove_files) COMPLETE
85982026-08-31T15:20:39.557Z[ recovery-image] Aug 31 15:20:38.927 INFO O| Aug 31 15:20:38.927 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-08-31T15:20:39.568Z[ recovery-image] Aug 31 15:20:38.938 INFO O| Aug 31 15:20:38.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86002026-08-31T15:20:39.568Z[ recovery-image] Aug 31 15:20:38.939 INFO O| Aug 31 15:20:38.939 INFO STEP 1088 (remove_files) COMPLETE
86012026-08-31T15:20:39.568Z[ recovery-image] Aug 31 15:20:38.939 INFO O| Aug 31 15:20:38.939 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-08-31T15:20:39.579Z[ recovery-image] Aug 31 15:20:38.949 INFO O| Aug 31 15:20:38.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86032026-08-31T15:20:39.582Z[ recovery-image] Aug 31 15:20:38.949 INFO O| Aug 31 15:20:38.949 INFO STEP 1089 (remove_files) COMPLETE
86042026-08-31T15:20:39.582Z[ recovery-image] Aug 31 15:20:38.949 INFO O| Aug 31 15:20:38.949 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-08-31T15:20:39.589Z[ recovery-image] Aug 31 15:20:38.959 INFO O| Aug 31 15:20:38.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86062026-08-31T15:20:39.589Z[ recovery-image] Aug 31 15:20:38.959 INFO O| Aug 31 15:20:38.959 INFO STEP 1090 (remove_files) COMPLETE
86072026-08-31T15:20:39.589Z[ recovery-image] Aug 31 15:20:38.959 INFO O| Aug 31 15:20:38.959 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86082026-08-31T15:20:39.607Z[ recovery-image] Aug 31 15:20:38.977 INFO O| Aug 31 15:20:38.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86092026-08-31T15:20:39.607Z[ recovery-image] Aug 31 15:20:38.977 INFO O| Aug 31 15:20:38.977 INFO STEP 1091 (remove_files) COMPLETE
86102026-08-31T15:20:39.610Z[ recovery-image] Aug 31 15:20:38.977 INFO O| Aug 31 15:20:38.977 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86112026-08-31T15:20:39.617Z[ recovery-image] Aug 31 15:20:38.988 INFO O| Aug 31 15:20:38.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86122026-08-31T15:20:39.617Z[ recovery-image] Aug 31 15:20:38.988 INFO O| Aug 31 15:20:38.988 INFO STEP 1092 (remove_files) COMPLETE
86132026-08-31T15:20:39.617Z[ recovery-image] Aug 31 15:20:38.988 INFO O| Aug 31 15:20:38.988 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86142026-08-31T15:20:39.627Z[ recovery-image] Aug 31 15:20:38.998 INFO O| Aug 31 15:20:38.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86152026-08-31T15:20:39.627Z[ recovery-image] Aug 31 15:20:38.998 INFO O| Aug 31 15:20:38.998 INFO STEP 1093 (remove_files) COMPLETE
86162026-08-31T15:20:39.630Z[ recovery-image] Aug 31 15:20:38.998 INFO O| Aug 31 15:20:38.998 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86172026-08-31T15:20:39.640Z[ recovery-image] Aug 31 15:20:39.009 INFO O| Aug 31 15:20:39.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86182026-08-31T15:20:39.640Z[ recovery-image] Aug 31 15:20:39.009 INFO O| Aug 31 15:20:39.009 INFO STEP 1094 (remove_files) COMPLETE
86192026-08-31T15:20:39.640Z[ recovery-image] Aug 31 15:20:39.009 INFO O| Aug 31 15:20:39.009 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86202026-08-31T15:20:39.649Z[ recovery-image] Aug 31 15:20:39.020 INFO O| Aug 31 15:20:39.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86212026-08-31T15:20:39.649Z[ recovery-image] Aug 31 15:20:39.020 INFO O| Aug 31 15:20:39.020 INFO STEP 1095 (remove_files) COMPLETE
86222026-08-31T15:20:39.649Z[ recovery-image] Aug 31 15:20:39.020 INFO O| Aug 31 15:20:39.020 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86232026-08-31T15:20:39.660Z[ recovery-image] Aug 31 15:20:39.030 INFO O| Aug 31 15:20:39.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86242026-08-31T15:20:39.660Z[ recovery-image] Aug 31 15:20:39.030 INFO O| Aug 31 15:20:39.030 INFO STEP 1096 (remove_files) COMPLETE
86252026-08-31T15:20:39.660Z[ recovery-image] Aug 31 15:20:39.030 INFO O| Aug 31 15:20:39.030 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86262026-08-31T15:20:39.692Z[ recovery-image] Aug 31 15:20:39.063 INFO O| Aug 31 15:20:39.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86272026-08-31T15:20:39.692Z[ recovery-image] Aug 31 15:20:39.063 INFO O| Aug 31 15:20:39.063 INFO STEP 1097 (remove_files) COMPLETE
86282026-08-31T15:20:39.695Z[ recovery-image] Aug 31 15:20:39.063 INFO O| Aug 31 15:20:39.063 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86292026-08-31T15:20:39.701Z[ recovery-image] Aug 31 15:20:39.071 INFO O| Aug 31 15:20:39.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86302026-08-31T15:20:39.701Z[ recovery-image] Aug 31 15:20:39.071 INFO O| Aug 31 15:20:39.071 INFO STEP 1098 (remove_files) COMPLETE
86312026-08-31T15:20:39.701Z[ recovery-image] Aug 31 15:20:39.071 INFO O| Aug 31 15:20:39.071 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86322026-08-31T15:20:39.709Z[ recovery-image] Aug 31 15:20:39.080 INFO O| Aug 31 15:20:39.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86332026-08-31T15:20:39.709Z[ recovery-image] Aug 31 15:20:39.080 INFO O| Aug 31 15:20:39.080 INFO STEP 1099 (remove_files) COMPLETE
86342026-08-31T15:20:39.709Z[ recovery-image] Aug 31 15:20:39.080 INFO O| Aug 31 15:20:39.080 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86352026-08-31T15:20:39.717Z[ recovery-image] Aug 31 15:20:39.088 INFO O| Aug 31 15:20:39.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86362026-08-31T15:20:39.717Z[ recovery-image] Aug 31 15:20:39.088 INFO O| Aug 31 15:20:39.088 INFO STEP 1100 (remove_files) COMPLETE
86372026-08-31T15:20:39.720Z[ recovery-image] Aug 31 15:20:39.088 INFO O| Aug 31 15:20:39.088 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86382026-08-31T15:20:39.726Z[ recovery-image] Aug 31 15:20:39.096 INFO O| Aug 31 15:20:39.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86392026-08-31T15:20:39.726Z[ recovery-image] Aug 31 15:20:39.096 INFO O| Aug 31 15:20:39.096 INFO STEP 1101 (remove_files) COMPLETE
86402026-08-31T15:20:39.726Z[ recovery-image] Aug 31 15:20:39.096 INFO O| Aug 31 15:20:39.096 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86412026-08-31T15:20:39.735Z[ recovery-image] Aug 31 15:20:39.106 INFO O| Aug 31 15:20:39.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86422026-08-31T15:20:39.735Z[ recovery-image] Aug 31 15:20:39.106 INFO O| Aug 31 15:20:39.106 INFO STEP 1102 (remove_files) COMPLETE
86432026-08-31T15:20:39.739Z[ recovery-image] Aug 31 15:20:39.106 INFO O| Aug 31 15:20:39.106 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86442026-08-31T15:20:39.746Z[ recovery-image] Aug 31 15:20:39.116 INFO O| Aug 31 15:20:39.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86452026-08-31T15:20:39.746Z[ recovery-image] Aug 31 15:20:39.117 INFO O| Aug 31 15:20:39.117 INFO STEP 1103 (remove_files) COMPLETE
86462026-08-31T15:20:39.746Z[ recovery-image] Aug 31 15:20:39.117 INFO O| Aug 31 15:20:39.117 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86472026-08-31T15:20:39.756Z[ recovery-image] Aug 31 15:20:39.126 INFO O| Aug 31 15:20:39.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86482026-08-31T15:20:39.756Z[ recovery-image] Aug 31 15:20:39.126 INFO O| Aug 31 15:20:39.126 INFO STEP 1104 (remove_files) COMPLETE
86492026-08-31T15:20:39.756Z[ recovery-image] Aug 31 15:20:39.126 INFO O| Aug 31 15:20:39.126 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86502026-08-31T15:20:39.764Z[ recovery-image] Aug 31 15:20:39.135 INFO O| Aug 31 15:20:39.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86512026-08-31T15:20:39.764Z[ recovery-image] Aug 31 15:20:39.135 INFO O| Aug 31 15:20:39.135 INFO STEP 1105 (remove_files) COMPLETE
86522026-08-31T15:20:39.765Z[ recovery-image] Aug 31 15:20:39.135 INFO O| Aug 31 15:20:39.135 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86532026-08-31T15:20:39.774Z[ recovery-image] Aug 31 15:20:39.144 INFO O| Aug 31 15:20:39.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86542026-08-31T15:20:39.774Z[ recovery-image] Aug 31 15:20:39.144 INFO O| Aug 31 15:20:39.144 INFO STEP 1106 (remove_files) COMPLETE
86552026-08-31T15:20:39.774Z[ recovery-image] Aug 31 15:20:39.144 INFO O| Aug 31 15:20:39.144 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86562026-08-31T15:20:39.782Z[ recovery-image] Aug 31 15:20:39.152 INFO O| Aug 31 15:20:39.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86572026-08-31T15:20:39.782Z[ recovery-image] Aug 31 15:20:39.152 INFO O| Aug 31 15:20:39.152 INFO STEP 1107 (remove_files) COMPLETE
86582026-08-31T15:20:39.785Z[ recovery-image] Aug 31 15:20:39.152 INFO O| Aug 31 15:20:39.152 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86592026-08-31T15:20:39.792Z[ recovery-image] Aug 31 15:20:39.162 INFO O| Aug 31 15:20:39.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86602026-08-31T15:20:39.796Z[ recovery-image] Aug 31 15:20:39.162 INFO O| Aug 31 15:20:39.162 INFO STEP 1108 (remove_files) COMPLETE
86612026-08-31T15:20:39.796Z[ recovery-image] Aug 31 15:20:39.162 INFO O| Aug 31 15:20:39.162 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86622026-08-31T15:20:39.803Z[ recovery-image] Aug 31 15:20:39.173 INFO O| Aug 31 15:20:39.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86632026-08-31T15:20:39.803Z[ recovery-image] Aug 31 15:20:39.173 INFO O| Aug 31 15:20:39.173 INFO STEP 1109 (remove_files) COMPLETE
86642026-08-31T15:20:39.803Z[ recovery-image] Aug 31 15:20:39.173 INFO O| Aug 31 15:20:39.173 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86652026-08-31T15:20:39.814Z[ recovery-image] Aug 31 15:20:39.185 INFO O| Aug 31 15:20:39.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86662026-08-31T15:20:39.814Z[ recovery-image] Aug 31 15:20:39.185 INFO O| Aug 31 15:20:39.185 INFO STEP 1110 (remove_files) COMPLETE
86672026-08-31T15:20:39.814Z[ recovery-image] Aug 31 15:20:39.185 INFO O| Aug 31 15:20:39.185 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86682026-08-31T15:20:39.824Z[ recovery-image] Aug 31 15:20:39.194 INFO O| Aug 31 15:20:39.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86692026-08-31T15:20:39.824Z[ recovery-image] Aug 31 15:20:39.195 INFO O| Aug 31 15:20:39.195 INFO STEP 1111 (remove_files) COMPLETE
86702026-08-31T15:20:39.824Z[ recovery-image] Aug 31 15:20:39.195 INFO O| Aug 31 15:20:39.195 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86712026-08-31T15:20:39.834Z[ recovery-image] Aug 31 15:20:39.205 INFO O| Aug 31 15:20:39.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86722026-08-31T15:20:39.834Z[ recovery-image] Aug 31 15:20:39.205 INFO O| Aug 31 15:20:39.205 INFO STEP 1112 (remove_files) COMPLETE
86732026-08-31T15:20:39.835Z[ recovery-image] Aug 31 15:20:39.205 INFO O| Aug 31 15:20:39.205 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86742026-08-31T15:20:39.843Z[ recovery-image] Aug 31 15:20:39.214 INFO O| Aug 31 15:20:39.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86752026-08-31T15:20:39.843Z[ recovery-image] Aug 31 15:20:39.214 INFO O| Aug 31 15:20:39.214 INFO STEP 1113 (remove_files) COMPLETE
86762026-08-31T15:20:39.843Z[ recovery-image] Aug 31 15:20:39.214 INFO O| Aug 31 15:20:39.214 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86772026-08-31T15:20:39.852Z[ recovery-image] Aug 31 15:20:39.223 INFO O| Aug 31 15:20:39.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86782026-08-31T15:20:39.852Z[ recovery-image] Aug 31 15:20:39.223 INFO O| Aug 31 15:20:39.223 INFO STEP 1114 (remove_files) COMPLETE
86792026-08-31T15:20:39.852Z[ recovery-image] Aug 31 15:20:39.223 INFO O| Aug 31 15:20:39.223 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86802026-08-31T15:20:39.862Z[ recovery-image] Aug 31 15:20:39.233 INFO O| Aug 31 15:20:39.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86812026-08-31T15:20:39.862Z[ recovery-image] Aug 31 15:20:39.233 INFO O| Aug 31 15:20:39.233 INFO STEP 1115 (remove_files) COMPLETE
86822026-08-31T15:20:39.865Z[ recovery-image] Aug 31 15:20:39.233 INFO O| Aug 31 15:20:39.233 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86832026-08-31T15:20:39.868Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
86842026-08-31T15:20:39.871Z[ recovery-image] Aug 31 15:20:39.242 INFO O| Aug 31 15:20:39.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86852026-08-31T15:20:39.871Z[ recovery-image] Aug 31 15:20:39.242 INFO O| Aug 31 15:20:39.242 INFO STEP 1116 (remove_files) COMPLETE
86862026-08-31T15:20:39.871Z[ recovery-image] Aug 31 15:20:39.242 INFO O| Aug 31 15:20:39.242 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86872026-08-31T15:20:39.882Z[ recovery-image] Aug 31 15:20:39.252 INFO O| Aug 31 15:20:39.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86882026-08-31T15:20:39.882Z[ recovery-image] Aug 31 15:20:39.252 INFO O| Aug 31 15:20:39.252 INFO STEP 1117 (remove_files) COMPLETE
86892026-08-31T15:20:39.882Z[ recovery-image] Aug 31 15:20:39.252 INFO O| Aug 31 15:20:39.252 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86902026-08-31T15:20:39.900Z[ recovery-image] Aug 31 15:20:39.270 INFO O| Aug 31 15:20:39.270 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86912026-08-31T15:20:39.900Z[ recovery-image] Aug 31 15:20:39.270 INFO O| Aug 31 15:20:39.270 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86922026-08-31T15:20:40.521Z[verify-libraries] Compiling yansi v1.0.1
86932026-08-31T15:20:40.646Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
86942026-08-31T15:20:40.672Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
86952026-08-31T15:20:40.808Z[ recovery-image] Aug 31 15:20:40.179 INFO O| Aug 31 15:20:40.179 INFO STEP 1118 (pack_tar) COMPLETE
86962026-08-31T15:20:40.808Z[ recovery-image] Aug 31 15:20:40.179 INFO O| Aug 31 15:20:40.179 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86972026-08-31T15:20:40.808Z[ recovery-image] Aug 31 15:20:40.179 INFO O| Aug 31 15:20:40.179 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86982026-08-31T15:20:40.940Z[verify-libraries] Compiling pretty_assertions v1.4.1
86992026-08-31T15:20:41.008Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
87002026-08-31T15:20:41.553Z[ recovery-image] Aug 31 15:20:40.923 INFO O| Aug 31 15:20:40.923 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87012026-08-31T15:20:41.660Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
87022026-08-31T15:20:41.712Z[ recovery-image] Aug 31 15:20:41.083 INFO O| Aug 31 15:20:41.083 INFO completed processing sled/ramdisk-03-recovery-trim
87032026-08-31T15:20:41.716Z[ recovery-image] Aug 31 15:20:41.087 INFO image builder template: zfs-recovery...
87042026-08-31T15:20:41.716Z[ recovery-image] Aug 31 15:20:41.087 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/.tmpmDhZA6/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
87052026-08-31T15:20:41.729Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
87062026-08-31T15:20:41.755Z[ recovery-image] Aug 31 15:20:41.126 INFO O| Aug 31 15:20:41.126 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87072026-08-31T15:20:41.760Z[ recovery-image] Aug 31 15:20:41.131 INFO O| Aug 31 15:20:41.131 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87082026-08-31T15:20:41.829Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
87092026-08-31T15:20:41.853Z[ recovery-image] Aug 31 15:20:41.224 INFO O| Aug 31 15:20:41.224 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87102026-08-31T15:20:41.989Z[ recovery-image] Aug 31 15:20:41.351 INFO O| Aug 31 15:20:41.350 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87112026-08-31T15:20:41.989Z[ recovery-image] Aug 31 15:20:41.351 INFO O| Aug 31 15:20:41.351 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87122026-08-31T15:20:41.989Z[ recovery-image] Aug 31 15:20:41.355 INFO O| Aug 31 15:20:41.355 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87132026-08-31T15:20:42.104Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87142026-08-31T15:20:42.164Z[ recovery-image] Aug 31 15:20:41.535 INFO O| Aug 31 15:20:41.535 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87152026-08-31T15:20:42.207Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
87162026-08-31T15:20:42.240Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
87172026-08-31T15:20:42.281Z[ recovery-image] Aug 31 15:20:41.651 INFO O| Aug 31 15:20:41.651 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87182026-08-31T15:20:42.289Z[ recovery-image] Aug 31 15:20:41.660 INFO O| Aug 31 15:20:41.660 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87192026-08-31T15:20:42.293Z[ recovery-image] Aug 31 15:20:41.664 INFO O| Aug 31 15:20:41.664 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87202026-08-31T15:20:42.296Z[ recovery-image] Aug 31 15:20:41.665 INFO O| Aug 31 15:20:41.665 INFO no lofi found
87212026-08-31T15:20:42.296Z[ recovery-image] Aug 31 15:20:41.665 INFO O| Aug 31 15:20:41.665 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87222026-08-31T15:20:42.296Z[ recovery-image] Aug 31 15:20:41.665 INFO O| Aug 31 15:20:41.665 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87232026-08-31T15:20:42.334Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
87242026-08-31T15:20:42.502Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
87252026-08-31T15:20:42.531Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87262026-08-31T15:20:42.623Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
87272026-08-31T15:20:42.661Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
87282026-08-31T15:20:42.789Z[verify-libraries] Compiling drift v0.2.0
87292026-08-31T15:20:42.959Z[verify-libraries] Compiling uzers v0.12.2
87302026-08-31T15:20:42.999Z[verify-libraries] Compiling parse-size v1.1.0
87312026-08-31T15:20:43.196Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87322026-08-31T15:20:43.281Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87332026-08-31T15:20:43.585Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87342026-08-31T15:20:43.750Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
87352026-08-31T15:20:44.285Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87362026-08-31T15:20:44.631Z[ recovery-image] Aug 31 15:20:44.001 INFO O| Aug 31 15:20:44.001 INFO lofi device = /dev/dsk/c2t1d0p0
87372026-08-31T15:20:44.631Z[ recovery-image] Aug 31 15:20:44.001 INFO O| Aug 31 15:20:44.001 INFO pool device = /dev/dsk/c2t1d0p0
87382026-08-31T15:20:44.631Z[ recovery-image] Aug 31 15:20:44.001 INFO O| Aug 31 15:20:44.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"]
87392026-08-31T15:20:44.693Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87402026-08-31T15:20:44.804Z[ recovery-image] Aug 31 15:20:44.174 INFO O| Aug 31 15:20:44.174 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87412026-08-31T15:20:44.804Z[ recovery-image] Aug 31 15:20:44.174 INFO O| Aug 31 15:20:44.174 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87422026-08-31T15:20:44.827Z[ recovery-image] Aug 31 15:20:44.198 INFO O| Aug 31 15:20:44.198 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87432026-08-31T15:20:45.001Z[ recovery-image] Aug 31 15:20:44.371 INFO O| Aug 31 15:20:44.371 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87442026-08-31T15:20:45.035Z[ recovery-image] Aug 31 15:20:44.405 INFO O| Aug 31 15:20:44.405 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87452026-08-31T15:20:45.056Z[ recovery-image] Aug 31 15:20:44.426 INFO O| Aug 31 15:20:44.426 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87462026-08-31T15:20:45.071Z[ recovery-image] Aug 31 15:20:44.442 INFO O| Aug 31 15:20:44.442 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87472026-08-31T15:20:45.074Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87482026-08-31T15:20:45.115Z[ recovery-image] Aug 31 15:20:44.486 INFO O| Aug 31 15:20:44.486 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87492026-08-31T15:20:45.115Z[ recovery-image] Aug 31 15:20:44.486 INFO O| Aug 31 15:20:44.486 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87502026-08-31T15:20:45.115Z[ recovery-image] Aug 31 15:20:44.486 INFO O| Aug 31 15:20:44.486 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87512026-08-31T15:20:45.127Z[ recovery-image] Aug 31 15:20:44.497 INFO O| Aug 31 15:20:44.497 INFO boot environment UUID: c468e049-fce5-4442-ab92-aeac927a8b70
87522026-08-31T15:20:45.127Z[ recovery-image] Aug 31 15:20:44.497 INFO O| Aug 31 15:20:44.497 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = c468e049-fce5-4442-ab92-aeac927a8b70
87532026-08-31T15:20:45.146Z[ recovery-image] Aug 31 15:20:44.516 INFO O| Aug 31 15:20:44.516 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87542026-08-31T15:20:45.164Z[ recovery-image] Aug 31 15:20:44.535 INFO O| Aug 31 15:20:44.535 INFO STEP 0 (create_be) COMPLETE
87552026-08-31T15:20:45.164Z[ recovery-image] Aug 31 15:20:44.535 INFO O| Aug 31 15:20:44.535 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87562026-08-31T15:20:45.181Z[ recovery-image] Aug 31 15:20:44.551 INFO O| Aug 31 15:20:44.551 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"]
87572026-08-31T15:20:47.271Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87582026-08-31T15:20:48.023Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87592026-08-31T15:20:48.960Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87602026-08-31T15:20:49.006Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
87612026-08-31T15:20:49.084Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87622026-08-31T15:20:49.318Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87632026-08-31T15:20:49.653Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
87642026-08-31T15:20:49.989Z[verify-libraries] Compiling multimap v0.10.1
87652026-08-31T15:20:50.086Z[verify-libraries] Compiling termios v0.3.3
87662026-08-31T15:20:50.248Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
87672026-08-31T15:20:50.397Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
87682026-08-31T15:20:50.652Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
87692026-08-31T15:20:53.158Z[verify-libraries] Compiling polar-core v0.27.3
87702026-08-31T15:20:53.957Z[ recovery-image] Aug 31 15:20:53.327 INFO O| Aug 31 15:20:53.327 INFO STEP 1 (unpack_tar) COMPLETE
87712026-08-31T15:20:53.957Z[ recovery-image] Aug 31 15:20:53.327 INFO O| Aug 31 15:20:53.327 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87722026-08-31T15:20:53.967Z[ recovery-image] Aug 31 15:20:53.337 INFO O| Aug 31 15:20:53.337 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87732026-08-31T15:20:55.292Z[ recovery-image] Aug 31 15:20:54.662 INFO O| Aug 31 15:20:54.662 INFO STEP 2 (devfsadm) COMPLETE
87742026-08-31T15:20:55.293Z[ recovery-image] Aug 31 15:20:54.662 INFO O| Aug 31 15:20:54.662 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87752026-08-31T15:20:55.302Z[ recovery-image] Aug 31 15:20:54.673 INFO O| Aug 31 15:20:54.672 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87762026-08-31T15:20:55.302Z[ recovery-image] Aug 31 15:20:54.673 INFO O| Aug 31 15:20:54.673 INFO STEP 3 (ensure_dir) COMPLETE
87772026-08-31T15:20:55.302Z[ recovery-image] Aug 31 15:20:54.673 INFO O| Aug 31 15:20:54.673 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87782026-08-31T15:20:55.311Z[ recovery-image] Aug 31 15:20:54.682 INFO O| Aug 31 15:20:54.681 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87792026-08-31T15:20:55.311Z[ recovery-image] Aug 31 15:20:54.682 INFO O| Aug 31 15:20:54.681 INFO STEP 4 (ensure_dir) COMPLETE
87802026-08-31T15:20:55.315Z[ recovery-image] Aug 31 15:20:54.682 INFO O| Aug 31 15:20:54.681 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87812026-08-31T15:20:55.320Z[ recovery-image] Aug 31 15:20:54.691 INFO O| Aug 31 15:20:54.691 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87822026-08-31T15:20:55.320Z[ recovery-image] Aug 31 15:20:54.691 INFO O| Aug 31 15:20:54.691 INFO STEP 5 (ensure_dir) COMPLETE
87832026-08-31T15:20:55.320Z[ recovery-image] Aug 31 15:20:54.691 INFO O| Aug 31 15:20:54.691 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87842026-08-31T15:20:55.330Z[ recovery-image] Aug 31 15:20:54.700 INFO O| Aug 31 15:20:54.700 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87852026-08-31T15:20:55.330Z[ recovery-image] Aug 31 15:20:54.700 INFO O| Aug 31 15:20:54.700 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87862026-08-31T15:20:55.333Z[ recovery-image] Aug 31 15:20:54.700 INFO O| Aug 31 15:20:54.700 INFO STEP 6 (ensure_dir) COMPLETE
87872026-08-31T15:20:55.333Z[ recovery-image] Aug 31 15:20:54.700 INFO O| Aug 31 15:20:54.700 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87882026-08-31T15:20:55.341Z[ recovery-image] Aug 31 15:20:54.711 INFO O| Aug 31 15:20:54.711 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87892026-08-31T15:20:55.342Z[ recovery-image] Aug 31 15:20:54.711 INFO O| Aug 31 15:20:54.711 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87902026-08-31T15:20:55.342Z[ recovery-image] Aug 31 15:20:54.711 INFO O| Aug 31 15:20:54.711 INFO STEP 7 (ensure_dir) COMPLETE
87912026-08-31T15:20:55.342Z[ recovery-image] Aug 31 15:20:54.711 INFO O| Aug 31 15:20:54.711 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87922026-08-31T15:20:55.350Z[ recovery-image] Aug 31 15:20:54.721 INFO O| Aug 31 15:20:54.721 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87932026-08-31T15:20:55.354Z[ recovery-image] Aug 31 15:20:54.721 INFO O| Aug 31 15:20:54.721 INFO STEP 8 (remove_files) COMPLETE
87942026-08-31T15:20:55.354Z[ recovery-image] Aug 31 15:20:54.721 INFO O| Aug 31 15:20:54.721 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87952026-08-31T15:20:55.361Z[ recovery-image] Aug 31 15:20:54.731 INFO O| Aug 31 15:20:54.731 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87962026-08-31T15:20:55.364Z[ recovery-image] Aug 31 15:20:54.732 INFO O| Aug 31 15:20:54.732 INFO STEP 9 (remove_files) COMPLETE
87972026-08-31T15:20:55.365Z[ recovery-image] Aug 31 15:20:54.732 INFO O| Aug 31 15:20:54.732 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87982026-08-31T15:20:55.374Z[ recovery-image] Aug 31 15:20:54.742 INFO O| Aug 31 15:20:54.742 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87992026-08-31T15:20:55.379Z[ recovery-image] Aug 31 15:20:54.742 INFO O| Aug 31 15:20:54.742 INFO STEP 10 (remove_files) COMPLETE
88002026-08-31T15:20:55.379Z[ recovery-image] Aug 31 15:20:54.742 INFO O| Aug 31 15:20:54.742 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88012026-08-31T15:20:55.383Z[ recovery-image] Aug 31 15:20:54.751 INFO O| Aug 31 15:20:54.751 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
88022026-08-31T15:20:55.383Z[ recovery-image] Aug 31 15:20:54.751 INFO O| Aug 31 15:20:54.751 INFO STEP 11 (remove_files) COMPLETE
88032026-08-31T15:20:55.383Z[ recovery-image] Aug 31 15:20:54.751 INFO O| Aug 31 15:20:54.751 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88042026-08-31T15:20:55.393Z[ recovery-image] Aug 31 15:20:54.763 INFO O| Aug 31 15:20:54.763 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88052026-08-31T15:20:55.394Z[ recovery-image] Aug 31 15:20:54.763 INFO O| Aug 31 15:20:54.763 INFO STEP 12 (remove_files) COMPLETE
88062026-08-31T15:20:55.398Z[ recovery-image] Aug 31 15:20:54.763 INFO O| Aug 31 15:20:54.763 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88072026-08-31T15:20:55.405Z[ recovery-image] Aug 31 15:20:54.774 INFO O| Aug 31 15:20:54.774 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88082026-08-31T15:20:55.405Z[ recovery-image] Aug 31 15:20:54.774 INFO O| Aug 31 15:20:54.774 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88092026-08-31T15:20:55.410Z[ recovery-image] Aug 31 15:20:54.774 INFO O| Aug 31 15:20:54.774 INFO STEP 13 (ensure_dir) COMPLETE
88102026-08-31T15:20:55.410Z[ recovery-image] Aug 31 15:20:54.774 INFO O| Aug 31 15:20:54.774 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88112026-08-31T15:20:55.416Z[ recovery-image] Aug 31 15:20:54.786 INFO O| Aug 31 15:20:54.786 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88122026-08-31T15:20:55.416Z[ recovery-image] Aug 31 15:20:54.786 INFO O| Aug 31 15:20:54.786 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88132026-08-31T15:20:55.416Z[ recovery-image] Aug 31 15:20:54.786 INFO O| Aug 31 15:20:54.786 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88142026-08-31T15:20:55.416Z[ recovery-image] Aug 31 15:20:54.786 INFO O| Aug 31 15:20:54.786 INFO STEP 14 (ensure_dir) COMPLETE
88152026-08-31T15:20:55.416Z[ recovery-image] Aug 31 15:20:54.786 INFO O| Aug 31 15:20:54.786 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88162026-08-31T15:20:55.426Z[ recovery-image] Aug 31 15:20:54.796 INFO O| Aug 31 15:20:54.796 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88172026-08-31T15:20:55.426Z[ recovery-image] Aug 31 15:20:54.796 INFO O| Aug 31 15:20:54.796 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88182026-08-31T15:20:55.426Z[ recovery-image] Aug 31 15:20:54.796 INFO O| Aug 31 15:20:54.796 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88192026-08-31T15:20:55.429Z[ recovery-image] Aug 31 15:20:54.796 INFO O| Aug 31 15:20:54.796 INFO STEP 15 (ensure_dir) COMPLETE
88202026-08-31T15:20:55.429Z[ recovery-image] Aug 31 15:20:54.796 INFO O| Aug 31 15:20:54.796 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88212026-08-31T15:20:55.436Z[ recovery-image] Aug 31 15:20:54.806 INFO O| Aug 31 15:20:54.806 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88222026-08-31T15:20:55.436Z[ recovery-image] Aug 31 15:20:54.806 INFO O| Aug 31 15:20:54.806 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88232026-08-31T15:20:55.436Z[ recovery-image] Aug 31 15:20:54.806 INFO O| Aug 31 15:20:54.806 INFO STEP 16 (ensure_dir) COMPLETE
88242026-08-31T15:20:55.436Z[ recovery-image] Aug 31 15:20:54.806 INFO O| Aug 31 15:20:54.806 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88252026-08-31T15:20:55.445Z[ recovery-image] Aug 31 15:20:54.816 INFO O| Aug 31 15:20:54.816 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88262026-08-31T15:20:55.445Z[ recovery-image] Aug 31 15:20:54.816 INFO O| Aug 31 15:20:54.816 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88272026-08-31T15:20:55.445Z[ recovery-image] Aug 31 15:20:54.816 INFO O| Aug 31 15:20:54.816 INFO STEP 17 (ensure_dir) COMPLETE
88282026-08-31T15:20:55.448Z[ recovery-image] Aug 31 15:20:54.816 INFO O| Aug 31 15:20:54.816 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88292026-08-31T15:20:55.455Z[ recovery-image] Aug 31 15:20:54.825 INFO O| Aug 31 15:20:54.825 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88302026-08-31T15:20:55.455Z[ recovery-image] Aug 31 15:20:54.825 INFO O| Aug 31 15:20:54.825 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88312026-08-31T15:20:55.458Z[ recovery-image] Aug 31 15:20:54.825 INFO O| Aug 31 15:20:54.825 INFO ok!
88322026-08-31T15:20:55.458Z[ recovery-image] Aug 31 15:20:54.825 INFO O| Aug 31 15:20:54.825 INFO STEP 18 (ensure_symlink) COMPLETE
88332026-08-31T15:20:55.458Z[ recovery-image] Aug 31 15:20:54.825 INFO O| Aug 31 15:20:54.825 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88342026-08-31T15:20:55.464Z[ recovery-image] Aug 31 15:20:54.834 INFO O| Aug 31 15:20:54.834 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88352026-08-31T15:20:55.464Z[ recovery-image] Aug 31 15:20:54.834 INFO O| Aug 31 15:20:54.834 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88362026-08-31T15:20:55.464Z[ recovery-image] Aug 31 15:20:54.834 INFO O| Aug 31 15:20:54.834 INFO ok!
88372026-08-31T15:20:55.464Z[ recovery-image] Aug 31 15:20:54.834 INFO O| Aug 31 15:20:54.834 INFO STEP 19 (ensure_file) COMPLETE
88382026-08-31T15:20:55.468Z[ recovery-image] Aug 31 15:20:54.834 INFO O| Aug 31 15:20:54.834 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88392026-08-31T15:20:55.473Z[ recovery-image] Aug 31 15:20:54.844 INFO O| Aug 31 15:20:54.844 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88402026-08-31T15:20:55.473Z[ recovery-image] Aug 31 15:20:54.844 INFO O| Aug 31 15:20:54.844 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88412026-08-31T15:20:55.476Z[ recovery-image] Aug 31 15:20:54.844 INFO O| Aug 31 15:20:54.844 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88422026-08-31T15:20:55.477Z[ recovery-image] Aug 31 15:20:54.844 INFO O| Aug 31 15:20:54.844 INFO ok!
88432026-08-31T15:20:55.477Z[ recovery-image] Aug 31 15:20:54.844 INFO O| Aug 31 15:20:54.844 INFO STEP 20 (ensure_symlink) COMPLETE
88442026-08-31T15:20:55.477Z[ recovery-image] Aug 31 15:20:54.844 INFO O| Aug 31 15:20:54.844 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88452026-08-31T15:20:55.484Z[ recovery-image] Aug 31 15:20:54.855 INFO O| Aug 31 15:20:54.855 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88462026-08-31T15:20:55.484Z[ recovery-image] Aug 31 15:20:54.855 INFO O| Aug 31 15:20:54.855 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88472026-08-31T15:20:55.484Z[ recovery-image] Aug 31 15:20:54.855 INFO O| Aug 31 15:20:54.855 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88482026-08-31T15:20:55.484Z[ recovery-image] Aug 31 15:20:54.855 INFO O| Aug 31 15:20:54.855 INFO ok!
88492026-08-31T15:20:55.488Z[ recovery-image] Aug 31 15:20:54.855 INFO O| Aug 31 15:20:54.855 INFO STEP 21 (ensure_symlink) COMPLETE
88502026-08-31T15:20:55.488Z[ recovery-image] Aug 31 15:20:54.855 INFO O| Aug 31 15:20:54.855 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88512026-08-31T15:20:55.494Z[ recovery-image] Aug 31 15:20:54.865 INFO O| Aug 31 15:20:54.865 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88522026-08-31T15:20:55.495Z[ recovery-image] Aug 31 15:20:54.865 INFO O| Aug 31 15:20:54.865 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88532026-08-31T15:20:55.498Z[ recovery-image] Aug 31 15:20:54.865 INFO O| Aug 31 15:20:54.865 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88542026-08-31T15:20:55.498Z[ recovery-image] Aug 31 15:20:54.865 INFO O| Aug 31 15:20:54.865 INFO ok!
88552026-08-31T15:20:55.498Z[ recovery-image] Aug 31 15:20:54.865 INFO O| Aug 31 15:20:54.865 INFO STEP 22 (ensure_symlink) COMPLETE
88562026-08-31T15:20:55.498Z[ recovery-image] Aug 31 15:20:54.865 INFO O| Aug 31 15:20:54.865 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88572026-08-31T15:20:55.505Z[ recovery-image] Aug 31 15:20:54.876 INFO O| Aug 31 15:20:54.876 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88582026-08-31T15:20:55.505Z[ recovery-image] Aug 31 15:20:54.876 INFO O| Aug 31 15:20:54.876 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88592026-08-31T15:20:55.505Z[ recovery-image] Aug 31 15:20:54.876 INFO O| Aug 31 15:20:54.876 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88602026-08-31T15:20:55.505Z[ recovery-image] Aug 31 15:20:54.876 INFO O| Aug 31 15:20:54.876 INFO ok!
88612026-08-31T15:20:55.505Z[ recovery-image] Aug 31 15:20:54.876 INFO O| Aug 31 15:20:54.876 INFO STEP 23 (ensure_symlink) COMPLETE
88622026-08-31T15:20:55.508Z[ recovery-image] Aug 31 15:20:54.876 INFO O| Aug 31 15:20:54.876 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88632026-08-31T15:20:55.515Z[ recovery-image] Aug 31 15:20:54.886 INFO O| Aug 31 15:20:54.886 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88642026-08-31T15:20:55.515Z[ recovery-image] Aug 31 15:20:54.886 INFO O| Aug 31 15:20:54.886 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 ...
88652026-08-31T15:20:55.518Z[ recovery-image] Aug 31 15:20:54.886 INFO O| Aug 31 15:20:54.886 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88662026-08-31T15:20:55.518Z[ recovery-image] Aug 31 15:20:54.886 INFO O| Aug 31 15:20:54.886 INFO ok!
88672026-08-31T15:20:55.518Z[ recovery-image] Aug 31 15:20:54.886 INFO O| Aug 31 15:20:54.886 INFO STEP 24 (ensure_file) COMPLETE
88682026-08-31T15:20:55.518Z[ recovery-image] Aug 31 15:20:54.886 INFO O| Aug 31 15:20:54.886 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88692026-08-31T15:20:55.528Z[ recovery-image] Aug 31 15:20:54.899 INFO O| Aug 31 15:20:54.899 INFO updating shadow file
88702026-08-31T15:20:55.528Z[ recovery-image] Aug 31 15:20:54.899 INFO O| Aug 31 15:20:54.899 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88712026-08-31T15:20:55.531Z[ recovery-image] Aug 31 15:20:54.899 INFO O| Aug 31 15:20:54.899 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88722026-08-31T15:20:55.531Z[ recovery-image] Aug 31 15:20:54.899 INFO O| Aug 31 15:20:54.899 INFO STEP 25 (shadow) COMPLETE
88732026-08-31T15:20:55.531Z[ recovery-image] Aug 31 15:20:54.899 INFO O| Aug 31 15:20:54.899 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88742026-08-31T15:20:55.545Z[ recovery-image] Aug 31 15:20:54.916 INFO O| Aug 31 15:20:54.916 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88752026-08-31T15:20:55.545Z[ recovery-image] Aug 31 15:20:54.916 INFO O| Aug 31 15:20:54.916 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88762026-08-31T15:20:55.545Z[ recovery-image] Aug 31 15:20:54.916 INFO O| Aug 31 15:20:54.916 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88772026-08-31T15:20:55.548Z[ recovery-image] Aug 31 15:20:54.916 INFO O| Aug 31 15:20:54.916 INFO ok!
88782026-08-31T15:20:55.549Z[ recovery-image] Aug 31 15:20:54.916 INFO O| Aug 31 15:20:54.916 INFO STEP 26 (ensure_file) COMPLETE
88792026-08-31T15:20:55.549Z[ recovery-image] Aug 31 15:20:54.916 INFO O| Aug 31 15:20:54.916 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88802026-08-31T15:20:55.555Z[ recovery-image] Aug 31 15:20:54.926 INFO O| Aug 31 15:20:54.926 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88812026-08-31T15:20:55.555Z[ recovery-image] Aug 31 15:20:54.926 INFO O| Aug 31 15:20:54.926 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88822026-08-31T15:20:55.560Z[ recovery-image] Aug 31 15:20:54.926 INFO O| Aug 31 15:20:54.926 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88832026-08-31T15:20:55.560Z[ recovery-image] Aug 31 15:20:54.926 INFO O| Aug 31 15:20:54.926 INFO ok!
88842026-08-31T15:20:55.560Z[ recovery-image] Aug 31 15:20:54.926 INFO O| Aug 31 15:20:54.926 INFO STEP 27 (ensure_file) COMPLETE
88852026-08-31T15:20:55.560Z[ recovery-image] Aug 31 15:20:54.926 INFO O| Aug 31 15:20:54.926 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88862026-08-31T15:20:55.566Z[ recovery-image] Aug 31 15:20:54.937 INFO O| Aug 31 15:20:54.937 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88872026-08-31T15:20:55.566Z[ recovery-image] Aug 31 15:20:54.937 INFO O| Aug 31 15:20:54.937 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88882026-08-31T15:20:55.566Z[ recovery-image] Aug 31 15:20:54.937 INFO O| Aug 31 15:20:54.937 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88892026-08-31T15:20:55.569Z[ recovery-image] Aug 31 15:20:54.937 INFO O| Aug 31 15:20:54.937 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88902026-08-31T15:20:55.569Z[ recovery-image] Aug 31 15:20:54.937 INFO O| Aug 31 15:20:54.937 INFO ok!
88912026-08-31T15:20:55.569Z[ recovery-image] Aug 31 15:20:54.937 INFO O| Aug 31 15:20:54.937 INFO STEP 28 (ensure_file) COMPLETE
88922026-08-31T15:20:55.570Z[ recovery-image] Aug 31 15:20:54.937 INFO O| Aug 31 15:20:54.937 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88932026-08-31T15:20:55.578Z[ recovery-image] Aug 31 15:20:54.948 INFO O| Aug 31 15:20:54.948 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88942026-08-31T15:20:55.578Z[ recovery-image] Aug 31 15:20:54.948 INFO O| Aug 31 15:20:54.948 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88952026-08-31T15:20:55.578Z[ recovery-image] Aug 31 15:20:54.948 INFO O| Aug 31 15:20:54.948 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88962026-08-31T15:20:55.578Z[ recovery-image] Aug 31 15:20:54.948 INFO O| Aug 31 15:20:54.948 INFO ok!
88972026-08-31T15:20:55.582Z[ recovery-image] Aug 31 15:20:54.948 INFO O| Aug 31 15:20:54.948 INFO STEP 29 (ensure_file) COMPLETE
88982026-08-31T15:20:55.582Z[ recovery-image] Aug 31 15:20:54.948 INFO O| Aug 31 15:20:54.948 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88992026-08-31T15:20:55.641Z[ recovery-image] Aug 31 15:20:55.012 INFO O| Aug 31 15:20:55.011 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89002026-08-31T15:20:55.641Z[ recovery-image] Aug 31 15:20:55.012 INFO O| Aug 31 15:20:55.012 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89012026-08-31T15:20:55.641Z[ recovery-image] Aug 31 15:20:55.012 INFO O| Aug 31 15:20:55.012 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89022026-08-31T15:20:55.644Z[ recovery-image] Aug 31 15:20:55.012 INFO O| Aug 31 15:20:55.012 INFO STEP 30 (ensure_dir) COMPLETE
89032026-08-31T15:20:55.644Z[ recovery-image] Aug 31 15:20:55.012 INFO O| Aug 31 15:20:55.012 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89042026-08-31T15:20:55.653Z[ recovery-image] Aug 31 15:20:55.023 INFO O| Aug 31 15:20:55.023 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89052026-08-31T15:20:55.653Z[ recovery-image] Aug 31 15:20:55.023 INFO O| Aug 31 15:20:55.023 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 ...
89062026-08-31T15:20:55.656Z[ recovery-image] Aug 31 15:20:55.023 INFO O| Aug 31 15:20:55.023 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
89072026-08-31T15:20:55.656Z[ recovery-image] Aug 31 15:20:55.023 INFO O| Aug 31 15:20:55.023 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89082026-08-31T15:20:55.656Z[ recovery-image] Aug 31 15:20:55.023 INFO O| Aug 31 15:20:55.023 INFO ok!
89092026-08-31T15:20:55.656Z[ recovery-image] Aug 31 15:20:55.023 INFO O| Aug 31 15:20:55.023 INFO STEP 31 (ensure_file) COMPLETE
89102026-08-31T15:20:55.656Z[ recovery-image] Aug 31 15:20:55.023 INFO O| Aug 31 15:20:55.023 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89112026-08-31T15:20:55.662Z[ recovery-image] Aug 31 15:20:55.033 INFO O| Aug 31 15:20:55.033 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89122026-08-31T15:20:55.662Z[ recovery-image] Aug 31 15:20:55.033 INFO O| Aug 31 15:20:55.033 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89132026-08-31T15:20:55.662Z[ recovery-image] Aug 31 15:20:55.033 INFO O| Aug 31 15:20:55.033 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89142026-08-31T15:20:55.666Z[ recovery-image] Aug 31 15:20:55.033 INFO O| Aug 31 15:20:55.033 INFO STEP 32 (ensure_dir) COMPLETE
89152026-08-31T15:20:55.666Z[ recovery-image] Aug 31 15:20:55.033 INFO O| Aug 31 15:20:55.033 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89162026-08-31T15:20:55.672Z[ recovery-image] Aug 31 15:20:55.043 INFO O| Aug 31 15:20:55.043 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89172026-08-31T15:20:55.672Z[ recovery-image] Aug 31 15:20:55.043 INFO O| Aug 31 15:20:55.043 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 ...
89182026-08-31T15:20:55.677Z[ recovery-image] Aug 31 15:20:55.043 INFO O| Aug 31 15:20:55.043 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
89192026-08-31T15:20:55.677Z[ recovery-image] Aug 31 15:20:55.043 INFO O| Aug 31 15:20:55.043 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89202026-08-31T15:20:55.677Z[ recovery-image] Aug 31 15:20:55.043 INFO O| Aug 31 15:20:55.043 INFO ok!
89212026-08-31T15:20:55.677Z[ recovery-image] Aug 31 15:20:55.043 INFO O| Aug 31 15:20:55.043 INFO STEP 33 (ensure_file) COMPLETE
89222026-08-31T15:20:55.677Z[ recovery-image] Aug 31 15:20:55.043 INFO O| Aug 31 15:20:55.043 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89232026-08-31T15:20:55.682Z[ recovery-image] Aug 31 15:20:55.053 INFO O| Aug 31 15:20:55.053 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89242026-08-31T15:20:55.682Z[ recovery-image] Aug 31 15:20:55.053 INFO O| Aug 31 15:20:55.053 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89252026-08-31T15:20:55.685Z[ recovery-image] Aug 31 15:20:55.053 INFO O| Aug 31 15:20:55.053 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89262026-08-31T15:20:55.685Z[ recovery-image] Aug 31 15:20:55.053 INFO O| Aug 31 15:20:55.053 INFO ok!
89272026-08-31T15:20:55.685Z[ recovery-image] Aug 31 15:20:55.053 INFO O| Aug 31 15:20:55.053 INFO STEP 34 (ensure_file) COMPLETE
89282026-08-31T15:20:55.685Z[ recovery-image] Aug 31 15:20:55.053 INFO O| Aug 31 15:20:55.053 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89292026-08-31T15:20:55.691Z[ recovery-image] Aug 31 15:20:55.062 INFO O| Aug 31 15:20:55.062 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89302026-08-31T15:20:55.691Z[ recovery-image] Aug 31 15:20:55.062 INFO O| Aug 31 15:20:55.062 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89312026-08-31T15:20:55.694Z[ recovery-image] Aug 31 15:20:55.062 INFO O| Aug 31 15:20:55.062 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89322026-08-31T15:20:55.694Z[ recovery-image] Aug 31 15:20:55.062 INFO O| Aug 31 15:20:55.062 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89332026-08-31T15:20:55.694Z[ recovery-image] Aug 31 15:20:55.062 INFO O| Aug 31 15:20:55.062 INFO ok!
89342026-08-31T15:20:55.694Z[ recovery-image] Aug 31 15:20:55.062 INFO O| Aug 31 15:20:55.062 INFO STEP 35 (ensure_file) COMPLETE
89352026-08-31T15:20:55.694Z[ recovery-image] Aug 31 15:20:55.062 INFO O| Aug 31 15:20:55.062 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89362026-08-31T15:20:55.701Z[ recovery-image] Aug 31 15:20:55.072 INFO O| Aug 31 15:20:55.072 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89372026-08-31T15:20:55.701Z[ recovery-image] Aug 31 15:20:55.072 INFO O| Aug 31 15:20:55.072 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89382026-08-31T15:20:55.704Z[ recovery-image] Aug 31 15:20:55.072 INFO O| Aug 31 15:20:55.072 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89392026-08-31T15:20:55.704Z[ recovery-image] Aug 31 15:20:55.072 INFO O| Aug 31 15:20:55.072 INFO ok!
89402026-08-31T15:20:55.704Z[ recovery-image] Aug 31 15:20:55.072 INFO O| Aug 31 15:20:55.072 INFO STEP 36 (ensure_file) COMPLETE
89412026-08-31T15:20:55.704Z[ recovery-image] Aug 31 15:20:55.072 INFO O| Aug 31 15:20:55.072 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89422026-08-31T15:20:55.711Z[ recovery-image] Aug 31 15:20:55.082 INFO O| Aug 31 15:20:55.082 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89432026-08-31T15:20:55.711Z[ recovery-image] Aug 31 15:20:55.082 INFO O| Aug 31 15:20:55.082 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89442026-08-31T15:20:55.711Z[ recovery-image] Aug 31 15:20:55.082 INFO O| Aug 31 15:20:55.082 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89452026-08-31T15:20:55.714Z[ recovery-image] Aug 31 15:20:55.082 INFO O| Aug 31 15:20:55.082 INFO ok!
89462026-08-31T15:20:55.714Z[ recovery-image] Aug 31 15:20:55.082 INFO O| Aug 31 15:20:55.082 INFO STEP 37 (ensure_file) COMPLETE
89472026-08-31T15:20:55.714Z[ recovery-image] Aug 31 15:20:55.082 INFO O| Aug 31 15:20:55.082 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89482026-08-31T15:20:55.721Z[ recovery-image] Aug 31 15:20:55.092 INFO O| Aug 31 15:20:55.092 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89492026-08-31T15:20:55.721Z[ recovery-image] Aug 31 15:20:55.092 INFO O| Aug 31 15:20:55.092 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89502026-08-31T15:20:55.721Z[ recovery-image] Aug 31 15:20:55.092 INFO O| Aug 31 15:20:55.092 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89512026-08-31T15:20:55.724Z[ recovery-image] Aug 31 15:20:55.092 INFO O| Aug 31 15:20:55.092 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89522026-08-31T15:20:55.724Z[ recovery-image] Aug 31 15:20:55.092 INFO O| Aug 31 15:20:55.092 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89532026-08-31T15:20:55.724Z[ recovery-image] Aug 31 15:20:55.092 INFO O| Aug 31 15:20:55.092 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89542026-08-31T15:20:55.724Z[ recovery-image] Aug 31 15:20:55.092 INFO O| Aug 31 15:20:55.092 INFO ok!
89552026-08-31T15:20:55.724Z[ recovery-image] Aug 31 15:20:55.092 INFO O| Aug 31 15:20:55.092 INFO STEP 38 (ensure_file) COMPLETE
89562026-08-31T15:20:55.724Z[ recovery-image] Aug 31 15:20:55.092 INFO O| Aug 31 15:20:55.092 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89572026-08-31T15:20:55.732Z[ recovery-image] Aug 31 15:20:55.102 INFO O| Aug 31 15:20:55.102 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89582026-08-31T15:20:55.735Z[ recovery-image] Aug 31 15:20:55.102 INFO O| Aug 31 15:20:55.102 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89592026-08-31T15:20:55.735Z[ recovery-image] Aug 31 15:20:55.102 INFO O| Aug 31 15:20:55.102 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89602026-08-31T15:20:55.735Z[ recovery-image] Aug 31 15:20:55.102 INFO O| Aug 31 15:20:55.102 INFO STEP 39 (ensure_dir) COMPLETE
89612026-08-31T15:20:55.735Z[ recovery-image] Aug 31 15:20:55.102 INFO O| Aug 31 15:20:55.102 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89622026-08-31T15:20:55.741Z[ recovery-image] Aug 31 15:20:55.112 INFO O| Aug 31 15:20:55.112 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
89632026-08-31T15:20:55.741Z[ recovery-image] Aug 31 15:20:55.112 INFO O| Aug 31 15:20:55.112 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 ...
89642026-08-31T15:20:55.741Z[ recovery-image] Aug 31 15:20:55.112 INFO O| Aug 31 15:20:55.112 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
89652026-08-31T15:20:55.744Z[ recovery-image] Aug 31 15:20:55.112 INFO O| Aug 31 15:20:55.112 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
89662026-08-31T15:20:55.744Z[ recovery-image] Aug 31 15:20:55.112 INFO O| Aug 31 15:20:55.112 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
89672026-08-31T15:20:55.744Z[ recovery-image] Aug 31 15:20:55.112 INFO O| Aug 31 15:20:55.112 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
89682026-08-31T15:20:55.744Z[ recovery-image] Aug 31 15:20:55.112 INFO O| Aug 31 15:20:55.112 INFO ok!
89692026-08-31T15:20:55.744Z[ recovery-image] Aug 31 15:20:55.112 INFO O| Aug 31 15:20:55.112 INFO STEP 40 (ensure_file) COMPLETE
89702026-08-31T15:20:55.744Z[ recovery-image] Aug 31 15:20:55.112 INFO O| Aug 31 15:20:55.112 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89712026-08-31T15:20:55.753Z[ recovery-image] Aug 31 15:20:55.124 INFO O| Aug 31 15:20:55.124 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89722026-08-31T15:20:55.753Z[ recovery-image] Aug 31 15:20:55.124 INFO O| Aug 31 15:20:55.124 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 ...
89732026-08-31T15:20:55.753Z[ recovery-image] Aug 31 15:20:55.124 INFO O| Aug 31 15:20:55.124 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89742026-08-31T15:20:55.756Z[ recovery-image] Aug 31 15:20:55.124 INFO O| Aug 31 15:20:55.124 INFO ok!
89752026-08-31T15:20:55.757Z[ recovery-image] Aug 31 15:20:55.124 INFO O| Aug 31 15:20:55.124 INFO STEP 41 (ensure_symlink) COMPLETE
89762026-08-31T15:20:55.757Z[ recovery-image] Aug 31 15:20:55.124 INFO O| Aug 31 15:20:55.124 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89772026-08-31T15:20:55.763Z[ recovery-image] Aug 31 15:20:55.134 INFO O| Aug 31 15:20:55.134 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89782026-08-31T15:20:55.763Z[ recovery-image] Aug 31 15:20:55.134 INFO O| Aug 31 15:20:55.134 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89792026-08-31T15:20:55.763Z[ recovery-image] Aug 31 15:20:55.134 INFO O| Aug 31 15:20:55.134 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89802026-08-31T15:20:55.766Z[ recovery-image] Aug 31 15:20:55.134 INFO O| Aug 31 15:20:55.134 INFO ok!
89812026-08-31T15:20:55.767Z[ recovery-image] Aug 31 15:20:55.134 INFO O| Aug 31 15:20:55.134 INFO STEP 42 (ensure_symlink) COMPLETE
89822026-08-31T15:20:55.767Z[ recovery-image] Aug 31 15:20:55.134 INFO O| Aug 31 15:20:55.134 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89832026-08-31T15:20:55.774Z[ recovery-image] Aug 31 15:20:55.143 INFO O| Aug 31 15:20:55.143 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89842026-08-31T15:20:55.774Z[ recovery-image] Aug 31 15:20:55.144 INFO O| Aug 31 15:20:55.143 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89852026-08-31T15:20:55.774Z[ recovery-image] Aug 31 15:20:55.144 INFO O| Aug 31 15:20:55.144 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89862026-08-31T15:20:55.774Z[ recovery-image] Aug 31 15:20:55.144 INFO O| Aug 31 15:20:55.144 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89872026-08-31T15:20:55.777Z[ recovery-image] Aug 31 15:20:55.144 INFO O| Aug 31 15:20:55.144 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89882026-08-31T15:20:55.777Z[ recovery-image] Aug 31 15:20:55.144 INFO O| Aug 31 15:20:55.144 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89892026-08-31T15:20:55.777Z[ recovery-image] Aug 31 15:20:55.144 INFO O| Aug 31 15:20:55.144 INFO ok!
89902026-08-31T15:20:55.777Z[ recovery-image] Aug 31 15:20:55.144 INFO O| Aug 31 15:20:55.144 INFO STEP 43 (ensure_file) COMPLETE
89912026-08-31T15:20:55.777Z[ recovery-image] Aug 31 15:20:55.144 INFO O| Aug 31 15:20:55.144 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89922026-08-31T15:20:55.783Z[ recovery-image] Aug 31 15:20:55.153 INFO O| Aug 31 15:20:55.153 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89932026-08-31T15:20:55.783Z[ recovery-image] Aug 31 15:20:55.153 INFO O| Aug 31 15:20:55.153 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 ...
89942026-08-31T15:20:55.783Z[ recovery-image] Aug 31 15:20:55.154 INFO O| Aug 31 15:20:55.153 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
89952026-08-31T15:20:55.783Z[ recovery-image] Aug 31 15:20:55.154 INFO O| Aug 31 15:20:55.154 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89962026-08-31T15:20:55.786Z[ recovery-image] Aug 31 15:20:55.154 INFO O| Aug 31 15:20:55.154 INFO ok!
89972026-08-31T15:20:55.787Z[ recovery-image] Aug 31 15:20:55.154 INFO O| Aug 31 15:20:55.154 INFO STEP 44 (ensure_file) COMPLETE
89982026-08-31T15:20:55.787Z[ recovery-image] Aug 31 15:20:55.154 INFO O| Aug 31 15:20:55.154 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89992026-08-31T15:20:55.794Z[ recovery-image] Aug 31 15:20:55.164 INFO O| Aug 31 15:20:55.164 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
90002026-08-31T15:20:55.794Z[ recovery-image] Aug 31 15:20:55.164 INFO O| Aug 31 15:20:55.164 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
90012026-08-31T15:20:55.794Z[ recovery-image] Aug 31 15:20:55.164 INFO O| Aug 31 15:20:55.164 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
90022026-08-31T15:20:55.794Z[ recovery-image] Aug 31 15:20:55.164 INFO O| Aug 31 15:20:55.164 INFO ok!
90032026-08-31T15:20:55.798Z[ recovery-image] Aug 31 15:20:55.164 INFO O| Aug 31 15:20:55.164 INFO STEP 45 (ensure_file) COMPLETE
90042026-08-31T15:20:55.798Z[ recovery-image] Aug 31 15:20:55.164 INFO O| Aug 31 15:20:55.164 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90052026-08-31T15:20:55.806Z[ recovery-image] Aug 31 15:20:55.174 INFO O| Aug 31 15:20:55.174 INFO updating shadow file
90062026-08-31T15:20:55.806Z[ recovery-image] Aug 31 15:20:55.174 INFO O| Aug 31 15:20:55.174 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90072026-08-31T15:20:55.806Z[ recovery-image] Aug 31 15:20:55.174 INFO O| Aug 31 15:20:55.174 INFO STEP 46 (shadow) COMPLETE
90082026-08-31T15:20:55.806Z[ recovery-image] Aug 31 15:20:55.174 INFO O| Aug 31 15:20:55.174 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90092026-08-31T15:20:55.816Z[ recovery-image] Aug 31 15:20:55.186 INFO O| Aug 31 15:20:55.186 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90102026-08-31T15:20:55.816Z[ recovery-image] Aug 31 15:20:55.186 INFO O| Aug 31 15:20:55.186 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90112026-08-31T15:20:55.822Z[ recovery-image] Aug 31 15:20:55.186 INFO O| Aug 31 15:20:55.186 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90122026-08-31T15:20:55.822Z[ recovery-image] Aug 31 15:20:55.186 INFO O| Aug 31 15:20:55.186 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90132026-08-31T15:20:55.822Z[ recovery-image] Aug 31 15:20:55.186 INFO O| Aug 31 15:20:55.186 INFO ok!
90142026-08-31T15:20:55.822Z[ recovery-image] Aug 31 15:20:55.187 INFO O| Aug 31 15:20:55.186 INFO STEP 47 (ensure_file) COMPLETE
90152026-08-31T15:20:55.822Z[ recovery-image] Aug 31 15:20:55.187 INFO O| Aug 31 15:20:55.187 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90162026-08-31T15:20:55.828Z[ recovery-image] Aug 31 15:20:55.197 INFO O| Aug 31 15:20:55.197 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90172026-08-31T15:20:55.828Z[ recovery-image] Aug 31 15:20:55.197 INFO O| Aug 31 15:20:55.197 INFO STEP 48 (ensure_dir) COMPLETE
90182026-08-31T15:20:55.831Z[ recovery-image] Aug 31 15:20:55.197 INFO O| Aug 31 15:20:55.197 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90192026-08-31T15:20:55.839Z[ recovery-image] Aug 31 15:20:55.208 INFO O| Aug 31 15:20:55.208 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90202026-08-31T15:20:55.839Z[ recovery-image] Aug 31 15:20:55.208 INFO O| Aug 31 15:20:55.208 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90212026-08-31T15:20:55.839Z[ recovery-image] Aug 31 15:20:55.208 INFO O| Aug 31 15:20:55.208 INFO STEP 49 (ensure_dir) COMPLETE
90222026-08-31T15:20:55.839Z[ recovery-image] Aug 31 15:20:55.208 INFO O| Aug 31 15:20:55.208 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90232026-08-31T15:20:55.850Z[ recovery-image] Aug 31 15:20:55.220 INFO O| Aug 31 15:20:55.220 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90242026-08-31T15:20:55.850Z[ recovery-image] Aug 31 15:20:55.220 INFO O| Aug 31 15:20:55.220 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90252026-08-31T15:20:55.850Z[ recovery-image] Aug 31 15:20:55.220 INFO O| Aug 31 15:20:55.220 INFO STEP 50 (ensure_dir) COMPLETE
90262026-08-31T15:20:55.854Z[ recovery-image] Aug 31 15:20:55.220 INFO O| Aug 31 15:20:55.220 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90272026-08-31T15:20:55.860Z[ recovery-image] Aug 31 15:20:55.231 INFO O| Aug 31 15:20:55.231 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90282026-08-31T15:20:55.861Z[ recovery-image] Aug 31 15:20:55.231 INFO O| Aug 31 15:20:55.231 INFO copying /tmp/.tmpmDhZA6/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90292026-08-31T15:20:55.910Z[ recovery-image] Aug 31 15:20:55.281 INFO O| Aug 31 15:20:55.281 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90302026-08-31T15:20:55.910Z[ recovery-image] Aug 31 15:20:55.281 INFO O| Aug 31 15:20:55.281 INFO ok!
90312026-08-31T15:20:55.914Z[ recovery-image] Aug 31 15:20:55.281 INFO O| Aug 31 15:20:55.281 INFO STEP 51 (ensure_file) COMPLETE
90322026-08-31T15:20:55.914Z[ recovery-image] Aug 31 15:20:55.281 INFO O| Aug 31 15:20:55.281 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90332026-08-31T15:20:55.923Z[ recovery-image] Aug 31 15:20:55.294 INFO O| Aug 31 15:20:55.293 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90342026-08-31T15:20:55.923Z[ recovery-image] Aug 31 15:20:55.294 INFO O| Aug 31 15:20:55.294 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90352026-08-31T15:20:55.926Z[ recovery-image] Aug 31 15:20:55.294 INFO O| Aug 31 15:20:55.294 INFO STEP 52 (ensure_dir) COMPLETE
90362026-08-31T15:20:55.926Z[ recovery-image] Aug 31 15:20:55.294 INFO O| Aug 31 15:20:55.294 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90372026-08-31T15:20:55.935Z[ recovery-image] Aug 31 15:20:55.306 INFO O| Aug 31 15:20:55.305 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90382026-08-31T15:20:55.935Z[ recovery-image] Aug 31 15:20:55.306 INFO O| Aug 31 15:20:55.306 INFO copying /tmp/.tmpmDhZA6/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90392026-08-31T15:20:55.938Z[ recovery-image] Aug 31 15:20:55.306 INFO O| Aug 31 15:20:55.306 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90402026-08-31T15:20:55.938Z[ recovery-image] Aug 31 15:20:55.306 INFO O| Aug 31 15:20:55.306 INFO ok!
90412026-08-31T15:20:55.938Z[ recovery-image] Aug 31 15:20:55.306 INFO O| Aug 31 15:20:55.306 INFO STEP 53 (ensure_file) COMPLETE
90422026-08-31T15:20:55.938Z[ recovery-image] Aug 31 15:20:55.306 INFO O| Aug 31 15:20:55.306 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90432026-08-31T15:20:55.946Z[ recovery-image] Aug 31 15:20:55.316 INFO O| Aug 31 15:20:55.316 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90442026-08-31T15:20:55.946Z[ recovery-image] Aug 31 15:20:55.316 INFO O| Aug 31 15:20:55.316 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90452026-08-31T15:20:55.946Z[ recovery-image] Aug 31 15:20:55.316 INFO O| Aug 31 15:20:55.316 INFO STEP 54 (ensure_dir) COMPLETE
90462026-08-31T15:20:55.946Z[ recovery-image] Aug 31 15:20:55.316 INFO O| Aug 31 15:20:55.316 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90472026-08-31T15:20:55.956Z[ recovery-image] Aug 31 15:20:55.326 INFO O| Aug 31 15:20:55.326 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90482026-08-31T15:20:55.956Z[ recovery-image] Aug 31 15:20:55.326 INFO O| Aug 31 15:20:55.326 INFO copying /tmp/.tmpmDhZA6/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90492026-08-31T15:20:57.956Z[ recovery-image] Aug 31 15:20:57.326 INFO O| Aug 31 15:20:57.326 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90502026-08-31T15:20:57.956Z[ recovery-image] Aug 31 15:20:57.326 INFO O| Aug 31 15:20:57.326 INFO ok!
90512026-08-31T15:20:57.956Z[ recovery-image] Aug 31 15:20:57.326 INFO O| Aug 31 15:20:57.326 INFO STEP 55 (ensure_file) COMPLETE
90522026-08-31T15:20:57.964Z[ recovery-image] Aug 31 15:20:57.326 INFO O| Aug 31 15:20:57.326 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90532026-08-31T15:20:57.971Z[ recovery-image] Aug 31 15:20:57.338 INFO O| Aug 31 15:20:57.338 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90542026-08-31T15:20:57.971Z[ recovery-image] Aug 31 15:20:57.338 INFO O| Aug 31 15:20:57.338 INFO copying /tmp/.tmpmDhZA6/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90552026-08-31T15:20:59.957Z[ recovery-image] Aug 31 15:20:59.326 INFO O| Aug 31 15:20:59.326 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90562026-08-31T15:20:59.957Z[ recovery-image] Aug 31 15:20:59.326 INFO O| Aug 31 15:20:59.326 INFO ok!
90572026-08-31T15:20:59.962Z[ recovery-image] Aug 31 15:20:59.326 INFO O| Aug 31 15:20:59.326 INFO STEP 56 (ensure_file) COMPLETE
90582026-08-31T15:20:59.962Z[ recovery-image] Aug 31 15:20:59.326 INFO O| Aug 31 15:20:59.326 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90592026-08-31T15:20:59.970Z[ recovery-image] Aug 31 15:20:59.339 INFO O| Aug 31 15:20:59.339 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90602026-08-31T15:20:59.970Z[ recovery-image] Aug 31 15:20:59.339 INFO O| Aug 31 15:20:59.339 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90612026-08-31T15:20:59.973Z[ recovery-image] Aug 31 15:20:59.339 INFO O| Aug 31 15:20:59.339 INFO STEP 57 (ensure_dir) COMPLETE
90622026-08-31T15:20:59.973Z[ recovery-image] Aug 31 15:20:59.339 INFO O| Aug 31 15:20:59.339 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90632026-08-31T15:20:59.980Z[ recovery-image] Aug 31 15:20:59.351 INFO O| Aug 31 15:20:59.351 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90642026-08-31T15:20:59.980Z[ recovery-image] Aug 31 15:20:59.351 INFO O| Aug 31 15:20:59.351 INFO copying /tmp/.tmpmDhZA6/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 ...
90652026-08-31T15:20:59.983Z[ recovery-image] Aug 31 15:20:59.351 INFO O| Aug 31 15:20:59.351 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
90662026-08-31T15:20:59.983Z[ recovery-image] Aug 31 15:20:59.351 INFO O| Aug 31 15:20:59.351 INFO ok!
90672026-08-31T15:20:59.984Z[ recovery-image] Aug 31 15:20:59.351 INFO O| Aug 31 15:20:59.351 INFO STEP 58 (ensure_file) COMPLETE
90682026-08-31T15:20:59.984Z[ recovery-image] Aug 31 15:20:59.351 INFO O| Aug 31 15:20:59.351 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90692026-08-31T15:20:59.992Z[ recovery-image] Aug 31 15:20:59.362 INFO O| Aug 31 15:20:59.362 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90702026-08-31T15:20:59.992Z[ recovery-image] Aug 31 15:20:59.362 INFO O| Aug 31 15:20:59.362 INFO copying /tmp/.tmpmDhZA6/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 ...
90712026-08-31T15:20:59.992Z[ recovery-image] Aug 31 15:20:59.362 INFO O| Aug 31 15:20:59.362 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
90722026-08-31T15:20:59.995Z[ recovery-image] Aug 31 15:20:59.362 INFO O| Aug 31 15:20:59.362 INFO ok!
90732026-08-31T15:20:59.995Z[ recovery-image] Aug 31 15:20:59.362 INFO O| Aug 31 15:20:59.362 INFO STEP 59 (ensure_file) COMPLETE
90742026-08-31T15:20:59.995Z[ recovery-image] Aug 31 15:20:59.362 INFO O| Aug 31 15:20:59.362 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90752026-08-31T15:21:00.004Z[ recovery-image] Aug 31 15:20:59.374 INFO O| Aug 31 15:20:59.374 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90762026-08-31T15:21:00.004Z[ recovery-image] Aug 31 15:20:59.374 INFO O| Aug 31 15:20:59.374 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90772026-08-31T15:21:00.004Z[ recovery-image] Aug 31 15:20:59.374 INFO O| Aug 31 15:20:59.374 INFO STEP 60 (ensure_dir) COMPLETE
90782026-08-31T15:21:00.007Z[ recovery-image] Aug 31 15:20:59.374 INFO O| Aug 31 15:20:59.374 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90792026-08-31T15:21:00.014Z[ recovery-image] Aug 31 15:20:59.385 INFO O| Aug 31 15:20:59.385 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90802026-08-31T15:21:00.014Z[ recovery-image] Aug 31 15:20:59.385 INFO O| Aug 31 15:20:59.385 INFO copying /tmp/.tmpmDhZA6/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 ...
90812026-08-31T15:21:00.014Z[ recovery-image] Aug 31 15:20:59.385 INFO O| Aug 31 15:20:59.385 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90822026-08-31T15:21:00.019Z[ recovery-image] Aug 31 15:20:59.385 INFO O| Aug 31 15:20:59.385 INFO ok!
90832026-08-31T15:21:00.019Z[ recovery-image] Aug 31 15:20:59.385 INFO O| Aug 31 15:20:59.385 INFO STEP 61 (ensure_file) COMPLETE
90842026-08-31T15:21:00.019Z[ recovery-image] Aug 31 15:20:59.385 INFO O| Aug 31 15:20:59.385 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90852026-08-31T15:21:00.026Z[ recovery-image] Aug 31 15:20:59.396 INFO O| Aug 31 15:20:59.396 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90862026-08-31T15:21:00.026Z[ recovery-image] Aug 31 15:20:59.396 INFO O| Aug 31 15:20:59.396 INFO copying /tmp/.tmpmDhZA6/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 ...
90872026-08-31T15:21:00.030Z[ recovery-image] Aug 31 15:20:59.396 INFO O| Aug 31 15:20:59.396 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
90882026-08-31T15:21:00.030Z[ recovery-image] Aug 31 15:20:59.396 INFO O| Aug 31 15:20:59.396 INFO ok!
90892026-08-31T15:21:00.030Z[ recovery-image] Aug 31 15:20:59.396 INFO O| Aug 31 15:20:59.396 INFO STEP 62 (ensure_file) COMPLETE
90902026-08-31T15:21:00.030Z[ recovery-image] Aug 31 15:20:59.396 INFO O| Aug 31 15:20:59.396 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90912026-08-31T15:21:00.036Z[ recovery-image] Aug 31 15:20:59.406 INFO O| Aug 31 15:20:59.406 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90922026-08-31T15:21:00.036Z[ recovery-image] Aug 31 15:20:59.407 INFO O| Aug 31 15:20:59.407 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90932026-08-31T15:21:00.036Z[ recovery-image] Aug 31 15:20:59.407 INFO O| Aug 31 15:20:59.407 INFO STEP 63 (ensure_dir) COMPLETE
90942026-08-31T15:21:00.039Z[ recovery-image] Aug 31 15:20:59.407 INFO O| Aug 31 15:20:59.407 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90952026-08-31T15:21:00.065Z[ recovery-image] Aug 31 15:20:59.436 INFO O| Aug 31 15:20:59.436 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90962026-08-31T15:21:00.065Z[ recovery-image] Aug 31 15:20:59.436 INFO O| Aug 31 15:20:59.436 INFO copying /tmp/.tmpmDhZA6/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 ...
90972026-08-31T15:21:00.065Z[ recovery-image] Aug 31 15:20:59.436 INFO O| Aug 31 15:20:59.436 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90982026-08-31T15:21:00.069Z[ recovery-image] Aug 31 15:20:59.436 INFO O| Aug 31 15:20:59.436 INFO ok!
90992026-08-31T15:21:00.069Z[ recovery-image] Aug 31 15:20:59.436 INFO O| Aug 31 15:20:59.436 INFO STEP 64 (ensure_file) COMPLETE
91002026-08-31T15:21:00.069Z[ recovery-image] Aug 31 15:20:59.436 INFO O| Aug 31 15:20:59.436 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91012026-08-31T15:21:00.076Z[ recovery-image] Aug 31 15:20:59.446 INFO O| Aug 31 15:20:59.446 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
91022026-08-31T15:21:00.076Z[ recovery-image] Aug 31 15:20:59.446 INFO O| Aug 31 15:20:59.446 INFO copying /tmp/.tmpmDhZA6/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91032026-08-31T15:21:00.076Z[ recovery-image] Aug 31 15:20:59.446 INFO O| Aug 31 15:20:59.446 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91042026-08-31T15:21:00.076Z[ recovery-image] Aug 31 15:20:59.446 INFO O| Aug 31 15:20:59.446 INFO ok!
91052026-08-31T15:21:00.079Z[ recovery-image] Aug 31 15:20:59.446 INFO O| Aug 31 15:20:59.446 INFO STEP 65 (ensure_file) COMPLETE
91062026-08-31T15:21:00.079Z[ recovery-image] Aug 31 15:20:59.446 INFO O| Aug 31 15:20:59.446 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91072026-08-31T15:21:00.084Z[ recovery-image] Aug 31 15:20:59.455 INFO O| Aug 31 15:20:59.455 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91082026-08-31T15:21:00.084Z[ recovery-image] Aug 31 15:20:59.455 INFO O| Aug 31 15:20:59.455 INFO STEP 66 (ensure_dir) COMPLETE
91092026-08-31T15:21:00.087Z[ recovery-image] Aug 31 15:20:59.455 INFO O| Aug 31 15:20:59.455 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91102026-08-31T15:21:00.096Z[ recovery-image] Aug 31 15:20:59.466 INFO O| Aug 31 15:20:59.465 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91112026-08-31T15:21:00.096Z[ recovery-image] Aug 31 15:20:59.466 INFO O| Aug 31 15:20:59.465 INFO STEP 67 (ensure_dir) COMPLETE
91122026-08-31T15:21:00.096Z[ recovery-image] Aug 31 15:20:59.466 INFO O| Aug 31 15:20:59.465 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91132026-08-31T15:21:00.106Z[ recovery-image] Aug 31 15:20:59.477 INFO O| Aug 31 15:20:59.477 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91142026-08-31T15:21:00.106Z[ recovery-image] Aug 31 15:20:59.477 INFO O| Aug 31 15:20:59.477 INFO STEP 68 (ensure_dir) COMPLETE
91152026-08-31T15:21:00.109Z[ recovery-image] Aug 31 15:20:59.477 INFO O| Aug 31 15:20:59.477 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91162026-08-31T15:21:00.118Z[ recovery-image] Aug 31 15:20:59.488 INFO O| Aug 31 15:20:59.488 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91172026-08-31T15:21:00.118Z[ recovery-image] Aug 31 15:20:59.488 INFO O| Aug 31 15:20:59.488 INFO STEP 69 (ensure_dir) COMPLETE
91182026-08-31T15:21:00.121Z[ recovery-image] Aug 31 15:20:59.488 INFO O| Aug 31 15:20:59.488 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91192026-08-31T15:21:00.129Z[ recovery-image] Aug 31 15:20:59.499 INFO O| Aug 31 15:20:59.499 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91202026-08-31T15:21:00.129Z[ recovery-image] Aug 31 15:20:59.500 INFO O| Aug 31 15:20:59.499 INFO copying /tmp/.tmpmDhZA6/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91212026-08-31T15:21:00.129Z[ recovery-image] Aug 31 15:20:59.500 INFO O| Aug 31 15:20:59.500 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91222026-08-31T15:21:00.132Z[ recovery-image] Aug 31 15:20:59.500 INFO O| Aug 31 15:20:59.500 INFO ok!
91232026-08-31T15:21:00.132Z[ recovery-image] Aug 31 15:20:59.500 INFO O| Aug 31 15:20:59.500 INFO STEP 70 (ensure_file) COMPLETE
91242026-08-31T15:21:00.132Z[ recovery-image] Aug 31 15:20:59.500 INFO O| Aug 31 15:20:59.500 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91252026-08-31T15:21:00.141Z[ recovery-image] Aug 31 15:20:59.510 INFO O| Aug 31 15:20:59.510 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91262026-08-31T15:21:00.141Z[ recovery-image] Aug 31 15:20:59.511 INFO O| Aug 31 15:20:59.511 INFO STEP 71 (remove_files) COMPLETE
91272026-08-31T15:21:00.141Z[ recovery-image] Aug 31 15:20:59.511 INFO O| Aug 31 15:20:59.511 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91282026-08-31T15:21:00.151Z[ recovery-image] Aug 31 15:20:59.522 INFO O| Aug 31 15:20:59.522 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91292026-08-31T15:21:00.151Z[ recovery-image] Aug 31 15:20:59.522 INFO O| Aug 31 15:20:59.522 INFO STEP 72 (remove_files) COMPLETE
91302026-08-31T15:21:00.151Z[ recovery-image] Aug 31 15:20:59.522 INFO O| Aug 31 15:20:59.522 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91312026-08-31T15:21:00.162Z[ recovery-image] Aug 31 15:20:59.533 INFO O| Aug 31 15:20:59.532 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91322026-08-31T15:21:00.162Z[ recovery-image] Aug 31 15:20:59.533 INFO O| Aug 31 15:20:59.533 INFO STEP 73 (remove_files) COMPLETE
91332026-08-31T15:21:00.162Z[ recovery-image] Aug 31 15:20:59.533 INFO O| Aug 31 15:20:59.533 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91342026-08-31T15:21:00.173Z[ recovery-image] Aug 31 15:20:59.544 INFO O| Aug 31 15:20:59.544 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91352026-08-31T15:21:00.173Z[ recovery-image] Aug 31 15:20:59.544 INFO O| Aug 31 15:20:59.544 INFO STEP 74 (remove_files) COMPLETE
91362026-08-31T15:21:00.173Z[ recovery-image] Aug 31 15:20:59.544 INFO O| Aug 31 15:20:59.544 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91372026-08-31T15:21:00.195Z[ recovery-image] Aug 31 15:20:59.554 INFO O| Aug 31 15:20:59.554 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91382026-08-31T15:21:00.195Z[ recovery-image] Aug 31 15:20:59.555 INFO O| Aug 31 15:20:59.554 INFO STEP 75 (remove_files) COMPLETE
91392026-08-31T15:21:00.198Z[ recovery-image] Aug 31 15:20:59.555 INFO O| Aug 31 15:20:59.555 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91402026-08-31T15:21:00.198Z[ recovery-image] Aug 31 15:20:59.566 INFO O| Aug 31 15:20:59.566 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91412026-08-31T15:21:00.198Z[ recovery-image] Aug 31 15:20:59.566 INFO O| Aug 31 15:20:59.566 INFO STEP 76 (remove_files) COMPLETE
91422026-08-31T15:21:00.198Z[ recovery-image] Aug 31 15:20:59.566 INFO O| Aug 31 15:20:59.566 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91432026-08-31T15:21:00.208Z[ recovery-image] Aug 31 15:20:59.577 INFO O| Aug 31 15:20:59.577 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91442026-08-31T15:21:00.208Z[ recovery-image] Aug 31 15:20:59.577 INFO O| Aug 31 15:20:59.577 INFO STEP 77 (remove_files) COMPLETE
91452026-08-31T15:21:00.211Z[ recovery-image] Aug 31 15:20:59.578 INFO O| Aug 31 15:20:59.577 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91462026-08-31T15:21:00.218Z[ recovery-image] Aug 31 15:20:59.588 INFO O| Aug 31 15:20:59.588 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91472026-08-31T15:21:00.218Z[ recovery-image] Aug 31 15:20:59.588 INFO O| Aug 31 15:20:59.588 INFO STEP 78 (remove_files) COMPLETE
91482026-08-31T15:21:00.221Z[ recovery-image] Aug 31 15:20:59.588 INFO O| Aug 31 15:20:59.588 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91492026-08-31T15:21:00.229Z[ recovery-image] Aug 31 15:20:59.599 INFO O| Aug 31 15:20:59.599 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91502026-08-31T15:21:00.229Z[ recovery-image] Aug 31 15:20:59.599 INFO O| Aug 31 15:20:59.599 INFO STEP 79 (remove_files) COMPLETE
91512026-08-31T15:21:00.232Z[ recovery-image] Aug 31 15:20:59.599 INFO O| Aug 31 15:20:59.599 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91522026-08-31T15:21:00.240Z[ recovery-image] Aug 31 15:20:59.611 INFO O| Aug 31 15:20:59.611 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91532026-08-31T15:21:00.240Z[ recovery-image] Aug 31 15:20:59.611 INFO O| Aug 31 15:20:59.611 INFO STEP 80 (remove_files) COMPLETE
91542026-08-31T15:21:00.240Z[ recovery-image] Aug 31 15:20:59.611 INFO O| Aug 31 15:20:59.611 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91552026-08-31T15:21:00.251Z[ recovery-image] Aug 31 15:20:59.622 INFO O| Aug 31 15:20:59.622 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91562026-08-31T15:21:00.252Z[ recovery-image] Aug 31 15:20:59.622 INFO O| Aug 31 15:20:59.622 INFO STEP 81 (remove_files) COMPLETE
91572026-08-31T15:21:00.255Z[ recovery-image] Aug 31 15:20:59.622 INFO O| Aug 31 15:20:59.622 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91582026-08-31T15:21:00.261Z[ recovery-image] Aug 31 15:20:59.632 INFO O| Aug 31 15:20:59.631 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91592026-08-31T15:21:00.261Z[ recovery-image] Aug 31 15:20:59.632 INFO O| Aug 31 15:20:59.632 INFO STEP 82 (remove_files) COMPLETE
91602026-08-31T15:21:00.265Z[ recovery-image] Aug 31 15:20:59.632 INFO O| Aug 31 15:20:59.632 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91612026-08-31T15:21:00.271Z[ recovery-image] Aug 31 15:20:59.642 INFO O| Aug 31 15:20:59.642 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91622026-08-31T15:21:00.271Z[ recovery-image] Aug 31 15:20:59.642 INFO O| Aug 31 15:20:59.642 INFO STEP 83 (remove_files) COMPLETE
91632026-08-31T15:21:00.274Z[ recovery-image] Aug 31 15:20:59.642 INFO O| Aug 31 15:20:59.642 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91642026-08-31T15:21:00.282Z[ recovery-image] Aug 31 15:20:59.653 INFO O| Aug 31 15:20:59.653 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91652026-08-31T15:21:00.283Z[ recovery-image] Aug 31 15:20:59.653 INFO O| Aug 31 15:20:59.653 INFO STEP 84 (remove_files) COMPLETE
91662026-08-31T15:21:00.283Z[ recovery-image] Aug 31 15:20:59.653 INFO O| Aug 31 15:20:59.653 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91672026-08-31T15:21:00.294Z[ recovery-image] Aug 31 15:20:59.664 INFO O| Aug 31 15:20:59.664 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91682026-08-31T15:21:00.294Z[ recovery-image] Aug 31 15:20:59.664 INFO O| Aug 31 15:20:59.664 INFO STEP 85 (remove_files) COMPLETE
91692026-08-31T15:21:00.298Z[ recovery-image] Aug 31 15:20:59.664 INFO O| Aug 31 15:20:59.664 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91702026-08-31T15:21:00.308Z[ recovery-image] Aug 31 15:20:59.676 INFO O| Aug 31 15:20:59.676 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91712026-08-31T15:21:00.308Z[ recovery-image] Aug 31 15:20:59.676 INFO O| Aug 31 15:20:59.676 INFO STEP 86 (remove_files) COMPLETE
91722026-08-31T15:21:00.311Z[ recovery-image] Aug 31 15:20:59.676 INFO O| Aug 31 15:20:59.676 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91732026-08-31T15:21:00.316Z[ recovery-image] Aug 31 15:20:59.687 INFO O| Aug 31 15:20:59.687 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91742026-08-31T15:21:00.316Z[ recovery-image] Aug 31 15:20:59.687 INFO O| Aug 31 15:20:59.687 INFO STEP 87 (remove_files) COMPLETE
91752026-08-31T15:21:00.316Z[ recovery-image] Aug 31 15:20:59.687 INFO O| Aug 31 15:20:59.687 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91762026-08-31T15:21:00.328Z[ recovery-image] Aug 31 15:20:59.699 INFO O| Aug 31 15:20:59.699 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91772026-08-31T15:21:00.328Z[ recovery-image] Aug 31 15:20:59.699 INFO O| Aug 31 15:20:59.699 INFO STEP 88 (remove_files) COMPLETE
91782026-08-31T15:21:00.331Z[ recovery-image] Aug 31 15:20:59.699 INFO O| Aug 31 15:20:59.699 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91792026-08-31T15:21:00.340Z[ recovery-image] Aug 31 15:20:59.710 INFO O| Aug 31 15:20:59.710 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91802026-08-31T15:21:00.340Z[ recovery-image] Aug 31 15:20:59.710 INFO O| Aug 31 15:20:59.710 INFO STEP 89 (remove_files) COMPLETE
91812026-08-31T15:21:00.340Z[ recovery-image] Aug 31 15:20:59.710 INFO O| Aug 31 15:20:59.710 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91822026-08-31T15:21:00.351Z[ recovery-image] Aug 31 15:20:59.721 INFO O| Aug 31 15:20:59.721 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91832026-08-31T15:21:00.351Z[ recovery-image] Aug 31 15:20:59.722 INFO O| Aug 31 15:20:59.722 INFO STEP 90 (remove_files) COMPLETE
91842026-08-31T15:21:00.351Z[ recovery-image] Aug 31 15:20:59.722 INFO O| Aug 31 15:20:59.722 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91852026-08-31T15:21:00.363Z[ recovery-image] Aug 31 15:20:59.733 INFO O| Aug 31 15:20:59.732 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91862026-08-31T15:21:00.363Z[ recovery-image] Aug 31 15:20:59.733 INFO O| Aug 31 15:20:59.733 INFO STEP 91 (remove_files) COMPLETE
91872026-08-31T15:21:00.363Z[ recovery-image] Aug 31 15:20:59.733 INFO O| Aug 31 15:20:59.733 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91882026-08-31T15:21:00.373Z[ recovery-image] Aug 31 15:20:59.743 INFO O| Aug 31 15:20:59.743 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91892026-08-31T15:21:00.373Z[ recovery-image] Aug 31 15:20:59.743 INFO O| Aug 31 15:20:59.743 INFO STEP 92 (remove_files) COMPLETE
91902026-08-31T15:21:00.428Z[ recovery-image] Aug 31 15:20:59.743 INFO O| Aug 31 15:20:59.743 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91912026-08-31T15:21:00.428Z[ recovery-image] Aug 31 15:20:59.754 INFO O| Aug 31 15:20:59.754 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91922026-08-31T15:21:00.432Z[ recovery-image] Aug 31 15:20:59.754 INFO O| Aug 31 15:20:59.754 INFO STEP 93 (remove_files) COMPLETE
91932026-08-31T15:21:00.432Z[ recovery-image] Aug 31 15:20:59.754 INFO O| Aug 31 15:20:59.754 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91942026-08-31T15:21:00.432Z[ recovery-image] Aug 31 15:20:59.765 INFO O| Aug 31 15:20:59.765 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91952026-08-31T15:21:00.432Z[ recovery-image] Aug 31 15:20:59.765 INFO O| Aug 31 15:20:59.765 INFO STEP 94 (remove_files) COMPLETE
91962026-08-31T15:21:00.432Z[ recovery-image] Aug 31 15:20:59.765 INFO O| Aug 31 15:20:59.765 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91972026-08-31T15:21:00.432Z[ recovery-image] Aug 31 15:20:59.775 INFO O| Aug 31 15:20:59.775 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91982026-08-31T15:21:00.432Z[ recovery-image] Aug 31 15:20:59.775 INFO O| Aug 31 15:20:59.775 INFO STEP 95 (remove_files) COMPLETE
91992026-08-31T15:21:00.432Z[ recovery-image] Aug 31 15:20:59.775 INFO O| Aug 31 15:20:59.775 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92002026-08-31T15:21:00.432Z[ recovery-image] Aug 31 15:20:59.785 INFO O| Aug 31 15:20:59.785 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92012026-08-31T15:21:00.432Z[ recovery-image] Aug 31 15:20:59.785 INFO O| Aug 31 15:20:59.785 INFO STEP 96 (remove_files) COMPLETE
92022026-08-31T15:21:00.432Z[ recovery-image] Aug 31 15:20:59.785 INFO O| Aug 31 15:20:59.785 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92032026-08-31T15:21:00.436Z[ recovery-image] Aug 31 15:20:59.807 INFO O| Aug 31 15:20:59.807 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92042026-08-31T15:21:00.436Z[ recovery-image] Aug 31 15:20:59.807 INFO O| Aug 31 15:20:59.807 INFO STEP 97 (remove_files) COMPLETE
92052026-08-31T15:21:00.439Z[ recovery-image] Aug 31 15:20:59.807 INFO O| Aug 31 15:20:59.807 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92062026-08-31T15:21:00.448Z[ recovery-image] Aug 31 15:20:59.819 INFO O| Aug 31 15:20:59.819 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92072026-08-31T15:21:00.448Z[ recovery-image] Aug 31 15:20:59.819 INFO O| Aug 31 15:20:59.819 INFO STEP 98 (remove_files) COMPLETE
92082026-08-31T15:21:00.451Z[ recovery-image] Aug 31 15:20:59.819 INFO O| Aug 31 15:20:59.819 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92092026-08-31T15:21:00.461Z[ recovery-image] Aug 31 15:20:59.831 INFO O| Aug 31 15:20:59.831 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92102026-08-31T15:21:00.461Z[ recovery-image] Aug 31 15:20:59.831 INFO O| Aug 31 15:20:59.831 INFO STEP 99 (remove_files) COMPLETE
92112026-08-31T15:21:00.464Z[ recovery-image] Aug 31 15:20:59.831 INFO O| Aug 31 15:20:59.831 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92122026-08-31T15:21:00.477Z[ recovery-image] Aug 31 15:20:59.848 INFO O| Aug 31 15:20:59.848 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92132026-08-31T15:21:00.478Z[ recovery-image] Aug 31 15:20:59.848 INFO O| Aug 31 15:20:59.848 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "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"}
92142026-08-31T15:21:01.183Z[verify-libraries] Compiling oso v0.27.3
92152026-08-31T15:21:05.359Z[ recovery-image] Aug 31 15:21:04.723 INFO O| Aug 31 15:21:04.723 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
92162026-08-31T15:21:05.359Z[ recovery-image] Aug 31 15:21:04.723 INFO O| Aug 31 15:21:04.723 INFO E| svccfg: Loaded 69 smf(7) service descriptions
92172026-08-31T15:21:05.367Z[ recovery-image] Aug 31 15:21:04.738 INFO O| Aug 31 15:21:04.738 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_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"}
92182026-08-31T15:21:05.468Z[ recovery-image] Aug 31 15:21:04.838 INFO O| Aug 31 15:21:04.838 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
92192026-08-31T15:21:05.546Z[ recovery-image] Aug 31 15:21:04.916 INFO O| Aug 31 15:21:04.916 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_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"}
92202026-08-31T15:21:05.613Z[ recovery-image] Aug 31 15:21:04.983 INFO O| Aug 31 15:21:04.983 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92212026-08-31T15:21:05.613Z[ recovery-image] Aug 31 15:21:04.983 INFO O| Aug 31 15:21:04.983 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 ...
92222026-08-31T15:21:05.617Z[ recovery-image] Aug 31 15:21:04.985 INFO O| Aug 31 15:21:04.985 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92232026-08-31T15:21:05.617Z[ recovery-image] Aug 31 15:21:04.985 INFO O| Aug 31 15:21:04.985 INFO ok!
92242026-08-31T15:21:05.617Z[ recovery-image] Aug 31 15:21:04.985 INFO O| Aug 31 15:21:04.985 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92252026-08-31T15:21:05.617Z[ recovery-image] Aug 31 15:21:04.985 INFO O| Aug 31 15:21:04.985 INFO STEP 100 (seed_smf) COMPLETE
92262026-08-31T15:21:05.617Z[ recovery-image] Aug 31 15:21:04.985 INFO O| Aug 31 15:21:04.985 INFO steps complete; finalising image!
92272026-08-31T15:21:05.617Z[ recovery-image] Aug 31 15:21:04.985 INFO O| Aug 31 15:21:04.985 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92282026-08-31T15:21:05.683Z[ recovery-image] Aug 31 15:21:05.050 INFO O| Aug 31 15:21:05.050 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Mon Aug 31 15:21:04 2026)
92292026-08-31T15:21:05.887Z[ recovery-image] Aug 31 15:21:05.257 INFO O| Aug 31 15:21:05.257 INFO trim TEMPORARY-sled-zfs-recovery: (44% trimmed, started at Mon Aug 31 15:21:04 2026)
92302026-08-31T15:21:06.098Z[ recovery-image] Aug 31 15:21:05.464 INFO O| Aug 31 15:21:05.464 INFO trim TEMPORARY-sled-zfs-recovery: (76% trimmed, started at Mon Aug 31 15:21:04 2026)
92312026-08-31T15:21:06.299Z[ recovery-image] Aug 31 15:21:05.670 INFO O| Aug 31 15:21:05.670 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 15:21:04 2026)
92322026-08-31T15:21:06.505Z[ recovery-image] Aug 31 15:21:05.875 INFO O| Aug 31 15:21:05.875 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 15:21:04 2026)
92332026-08-31T15:21:06.712Z[ recovery-image] Aug 31 15:21:06.082 INFO O| Aug 31 15:21:06.082 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 15:21:04 2026)
92342026-08-31T15:21:06.918Z[ recovery-image] Aug 31 15:21:06.288 INFO O| Aug 31 15:21:06.288 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 15:21:04 2026)
92352026-08-31T15:21:07.124Z[ recovery-image] Aug 31 15:21:06.494 INFO O| Aug 31 15:21:06.494 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 15:21:04 2026)
92362026-08-31T15:21:07.330Z[ recovery-image] Aug 31 15:21:06.701 INFO O| Aug 31 15:21:06.700 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 15:21:04 2026)
92372026-08-31T15:21:07.538Z[ recovery-image] Aug 31 15:21:06.907 INFO O| Aug 31 15:21:06.906 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 15:21:04 2026)
92382026-08-31T15:21:07.743Z[ recovery-image] Aug 31 15:21:07.113 INFO O| Aug 31 15:21:07.113 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 15:21:04 2026)
92392026-08-31T15:21:07.949Z[ recovery-image] Aug 31 15:21:07.319 INFO O| Aug 31 15:21:07.319 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 15:21:04 2026)
92402026-08-31T15:21:08.155Z[ recovery-image] Aug 31 15:21:07.526 INFO O| Aug 31 15:21:07.526 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 15:21:04 2026)
92412026-08-31T15:21:08.362Z[ recovery-image] Aug 31 15:21:07.732 INFO O| Aug 31 15:21:07.732 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 15:21:04 2026)
92422026-08-31T15:21:08.572Z[ recovery-image] Aug 31 15:21:07.939 INFO O| Aug 31 15:21:07.938 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 15:21:04 2026)
92432026-08-31T15:21:08.775Z[ recovery-image] Aug 31 15:21:08.145 INFO O| Aug 31 15:21:08.145 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 15:21:04 2026)
92442026-08-31T15:21:08.981Z[ recovery-image] Aug 31 15:21:08.351 INFO O| Aug 31 15:21:08.351 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 15:21:04 2026)
92452026-08-31T15:21:09.188Z[ recovery-image] Aug 31 15:21:08.558 INFO O| Aug 31 15:21:08.558 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 15:21:04 2026)
92462026-08-31T15:21:09.394Z[ recovery-image] Aug 31 15:21:08.764 INFO O| Aug 31 15:21:08.764 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 15:21:04 2026)
92472026-08-31T15:21:09.600Z[ recovery-image] Aug 31 15:21:08.970 INFO O| Aug 31 15:21:08.970 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 15:21:04 2026)
92482026-08-31T15:21:09.805Z[ recovery-image] Aug 31 15:21:09.176 INFO O| Aug 31 15:21:09.176 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 15:21:04 2026)
92492026-08-31T15:21:10.012Z[ recovery-image] Aug 31 15:21:09.382 INFO O| Aug 31 15:21:09.382 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 15:21:04 2026)
92502026-08-31T15:21:10.218Z[ recovery-image] Aug 31 15:21:09.588 INFO O| Aug 31 15:21:09.588 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 15:21:04 2026)
92512026-08-31T15:21:10.425Z[ recovery-image] Aug 31 15:21:09.795 INFO O| Aug 31 15:21:09.795 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 15:21:04 2026)
92522026-08-31T15:21:10.631Z[ recovery-image] Aug 31 15:21:10.002 INFO O| Aug 31 15:21:10.001 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 15:21:04 2026)
92532026-08-31T15:21:10.838Z[ recovery-image] Aug 31 15:21:10.208 INFO O| Aug 31 15:21:10.208 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 15:21:04 2026)
92542026-08-31T15:21:11.045Z[ recovery-image] Aug 31 15:21:10.414 INFO O| Aug 31 15:21:10.414 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 15:21:04 2026)
92552026-08-31T15:21:11.250Z[ recovery-image] Aug 31 15:21:10.621 INFO O| Aug 31 15:21:10.621 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Mon Aug 31 15:21:04 2026)
92562026-08-31T15:21:11.531Z[ recovery-image] Aug 31 15:21:10.902 INFO O| Aug 31 15:21:10.902 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Mon Aug 31 15:21:04 2026)
92572026-08-31T15:21:11.535Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
92582026-08-31T15:21:11.561Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
92592026-08-31T15:21:11.768Z[ recovery-image] Aug 31 15:21:11.132 INFO O| Aug 31 15:21:11.132 INFO temporary pool has 511M used, 1.25G avail, 1.00x compressratio
92602026-08-31T15:21:11.771Z[ recovery-image] Aug 31 15:21:11.132 INFO O| Aug 31 15:21:11.132 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
92612026-08-31T15:21:12.712Z[ recovery-image] Aug 31 15:21:12.082 INFO O| Aug 31 15:21:12.073 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
92622026-08-31T15:21:12.712Z[ recovery-image] Aug 31 15:21:12.082 INFO O| Aug 31 15:21:12.073 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
92632026-08-31T15:21:15.653Z[ recovery-image] Aug 31 15:21:15.023 INFO O| Aug 31 15:21:15.023 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92642026-08-31T15:21:15.653Z[ recovery-image] Aug 31 15:21:15.023 INFO O| Aug 31 15:21:15.023 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92652026-08-31T15:21:15.656Z[ recovery-image] Aug 31 15:21:15.023 INFO O| Aug 31 15:21:15.023 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92662026-08-31T15:21:15.656Z[ recovery-image] Aug 31 15:21:15.023 INFO O| Aug 31 15:21:15.023 INFO completed processing sled/zfs-recovery
92672026-08-31T15:21:15.656Z[ recovery-image] Aug 31 15:21:15.023 INFO O| Aug 31 15:21:15.023 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92682026-08-31T15:21:19.151Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
92692026-08-31T15:21:22.396Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
92702026-08-31T15:21:23.357Z[ host-image] Aug 31 15:21:22.728 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24217:20260827T182804Z
92712026-08-31T15:21:23.357Z[ host-image] Aug 31 15:21:22.728 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24217:20260827T182804Z
92722026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.728 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92732026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.728 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92742026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.728 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92752026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.728 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92762026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.728 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92772026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.728 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92782026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.729 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260831T150743Z
92792026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.729 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92802026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.729 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92812026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.729 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24217:20260827T182804Z
92822026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.729 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24217:20260827T182804Z
92832026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.729 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24217:20260827T182805Z
92842026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.729 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24217:20260827T182805Z
92852026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.729 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92862026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.730 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24217:20260827T182805Z
92872026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.730 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24217:20260827T182805Z
92882026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.730 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24217:20260827T182805Z
92892026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.730 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24217:20260827T182805Z
92902026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.730 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24217:20260827T182805Z
92912026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.730 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24217:20260827T182805Z
92922026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.730 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24217:20260827T182805Z
92932026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.730 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24217:20260827T182805Z
92942026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.730 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24217:20260827T182806Z
92952026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.730 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24217:20260827T182806Z
92962026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.730 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24217:20260827T182806Z
92972026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.730 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24217:20260827T182806Z
92982026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.730 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24217:20260827T182807Z
92992026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.730 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24217:20260827T182807Z
93002026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.731 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24217:20260827T182807Z
93012026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.731 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
93022026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.731 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24217:20260827T182808Z
93032026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.731 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24217:20260827T182809Z
93042026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.731 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24217:20260827T182809Z
93052026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.731 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24217:20260827T182809Z
93062026-08-31T15:21:23.364Z[ host-image] Aug 31 15:21:22.731 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24217:20260827T182810Z
93072026-08-31T15:21:23.365Z[ host-image] Aug 31 15:21:22.731 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24217:20260827T182810Z
93082026-08-31T15:21:23.365Z[ host-image] Aug 31 15:21:22.731 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24217:20260827T182810Z
93092026-08-31T15:21:23.369Z[ host-image] Aug 31 15:21:22.734 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
93102026-08-31T15:21:23.369Z[ host-image] Aug 31 15:21:22.734 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24217:20260827T182810Z
93112026-08-31T15:21:23.369Z[ host-image] Aug 31 15:21:22.734 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
93122026-08-31T15:21:23.369Z[ host-image] Aug 31 15:21:22.734 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
93132026-08-31T15:21:23.369Z[ host-image] Aug 31 15:21:22.734 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
93142026-08-31T15:21:23.369Z[ host-image] Aug 31 15:21:22.734 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
93152026-08-31T15:21:23.369Z[ host-image] Aug 31 15:21:22.734 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24217:20260827T182810Z
93162026-08-31T15:21:23.369Z[ host-image] Aug 31 15:21:22.734 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
93172026-08-31T15:21:23.369Z[ host-image] Aug 31 15:21:22.735 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
93182026-08-31T15:21:23.369Z[ host-image] Aug 31 15:21:22.735 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
93192026-08-31T15:21:23.369Z[ host-image] Aug 31 15:21:22.735 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
93202026-08-31T15:21:23.372Z[ host-image] Aug 31 15:21:22.741 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
93212026-08-31T15:21:23.372Z[ host-image] Aug 31 15:21:22.741 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
93222026-08-31T15:21:23.372Z[ host-image] Aug 31 15:21:22.741 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
93232026-08-31T15:21:23.372Z[ host-image] Aug 31 15:21:22.741 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93242026-08-31T15:21:23.372Z[ host-image] Aug 31 15:21:22.741 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93252026-08-31T15:21:23.372Z[ host-image] Aug 31 15:21:22.741 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93262026-08-31T15:21:23.381Z[ host-image] Aug 31 15:21:22.751 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
93272026-08-31T15:21:23.384Z[ host-image] Aug 31 15:21:22.751 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93282026-08-31T15:21:23.384Z[ host-image] Aug 31 15:21:22.751 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93292026-08-31T15:21:23.384Z[ host-image] Aug 31 15:21:22.751 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24217:20260827T182811Z
93302026-08-31T15:21:23.384Z[ host-image] Aug 31 15:21:22.751 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24217:20260827T182814Z
93312026-08-31T15:21:23.384Z[ host-image] Aug 31 15:21:22.751 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93322026-08-31T15:21:23.384Z[ host-image] Aug 31 15:21:22.751 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24217:20260827T182814Z
93332026-08-31T15:21:23.384Z[ host-image] Aug 31 15:21:22.751 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93342026-08-31T15:21:23.384Z[ host-image] Aug 31 15:21:22.751 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93352026-08-31T15:21:23.384Z[ host-image] Aug 31 15:21:22.751 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93362026-08-31T15:21:23.384Z[ host-image] Aug 31 15:21:22.751 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93372026-08-31T15:21:23.384Z[ host-image] Aug 31 15:21:22.751 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24217:20260827T182814Z
93382026-08-31T15:21:23.384Z[ host-image] Aug 31 15:21:22.751 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93392026-08-31T15:21:23.384Z[ host-image] Aug 31 15:21:22.753 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93402026-08-31T15:21:23.384Z[ host-image] Aug 31 15:21:22.753 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93412026-08-31T15:21:23.384Z[ host-image] Aug 31 15:21:22.753 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93422026-08-31T15:21:23.384Z[ host-image] Aug 31 15:21:22.753 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24217:20260827T182814Z
93432026-08-31T15:21:23.384Z[ host-image] Aug 31 15:21:22.753 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93442026-08-31T15:21:23.387Z[ host-image] Aug 31 15:21:22.757 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93452026-08-31T15:21:23.387Z[ host-image] Aug 31 15:21:22.757 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24217:20260827T182814Z
93462026-08-31T15:21:23.387Z[ host-image] Aug 31 15:21:22.757 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24217:20260827T182815Z
93472026-08-31T15:21:23.387Z[ host-image] Aug 31 15:21:22.758 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24217:20260827T182815Z
93482026-08-31T15:21:23.387Z[ host-image] Aug 31 15:21:22.758 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93492026-08-31T15:21:23.387Z[ host-image] Aug 31 15:21:22.758 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24217:20260827T182815Z
93502026-08-31T15:21:23.387Z[ host-image] Aug 31 15:21:22.758 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24217:20260827T182815Z
93512026-08-31T15:21:23.387Z[ host-image] Aug 31 15:21:22.758 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24217:20260827T182815Z
93522026-08-31T15:21:23.391Z[ host-image] Aug 31 15:21:22.758 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24217:20260827T182815Z
93532026-08-31T15:21:23.391Z[ host-image] Aug 31 15:21:22.759 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93542026-08-31T15:21:23.391Z[ host-image] Aug 31 15:21:22.759 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24217:20260827T182816Z
93552026-08-31T15:21:23.391Z[ host-image] Aug 31 15:21:22.759 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24217:20260827T182816Z
93562026-08-31T15:21:23.391Z[ host-image] Aug 31 15:21:22.759 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93572026-08-31T15:21:23.391Z[ host-image] Aug 31 15:21:22.760 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24217:20260827T182816Z
93582026-08-31T15:21:23.391Z[ host-image] Aug 31 15:21:22.760 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24217:20260827T182816Z
93592026-08-31T15:21:23.391Z[ host-image] Aug 31 15:21:22.760 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24217:20260827T182816Z
93602026-08-31T15:21:23.391Z[ host-image] Aug 31 15:21:22.760 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24217:20260827T182816Z
93612026-08-31T15:21:23.394Z[ host-image] Aug 31 15:21:22.762 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24217:20260827T182816Z
93622026-08-31T15:21:23.394Z[ host-image] Aug 31 15:21:22.762 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93632026-08-31T15:21:23.394Z[ host-image] Aug 31 15:21:22.762 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24217:20260827T182816Z
93642026-08-31T15:21:23.394Z[ host-image] Aug 31 15:21:22.762 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24217:20260827T182816Z
93652026-08-31T15:21:23.394Z[ host-image] Aug 31 15:21:22.763 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24217:20260827T182817Z
93662026-08-31T15:21:23.394Z[ host-image] Aug 31 15:21:22.763 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24217:20260827T182817Z
93672026-08-31T15:21:23.394Z[ host-image] Aug 31 15:21:22.763 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24217:20260827T182817Z
93682026-08-31T15:21:23.394Z[ host-image] Aug 31 15:21:22.763 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24217:20260827T182817Z
93692026-08-31T15:21:23.394Z[ host-image] Aug 31 15:21:22.763 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24217:20260827T182817Z
93702026-08-31T15:21:23.395Z[ host-image] Aug 31 15:21:22.763 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24217:20260827T182817Z
93712026-08-31T15:21:23.398Z[ host-image] Aug 31 15:21:22.766 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24217:20260827T182818Z
93722026-08-31T15:21:23.398Z[ host-image] Aug 31 15:21:22.766 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24217:20260827T182817Z
93732026-08-31T15:21:23.398Z[ host-image] Aug 31 15:21:22.766 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24217:20260827T182817Z
93742026-08-31T15:21:23.398Z[ host-image] Aug 31 15:21:22.767 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24217:20260827T182817Z
93752026-08-31T15:21:23.398Z[ host-image] Aug 31 15:21:22.767 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24217:20260827T182818Z
93762026-08-31T15:21:23.402Z[ host-image] Aug 31 15:21:22.772 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24217:20260827T182819Z
93772026-08-31T15:21:23.402Z[ host-image] Aug 31 15:21:22.773 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24217:20260827T182818Z
93782026-08-31T15:21:23.402Z[ host-image] Aug 31 15:21:22.773 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24217:20260827T182818Z
93792026-08-31T15:21:23.405Z[ host-image] Aug 31 15:21:22.773 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93802026-08-31T15:21:23.405Z[ host-image] Aug 31 15:21:22.773 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93812026-08-31T15:21:23.411Z[ host-image] Aug 31 15:21:22.781 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24217:20260827T182818Z
93822026-08-31T15:21:23.411Z[ host-image] Aug 31 15:21:22.781 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93832026-08-31T15:21:23.414Z[ host-image] Aug 31 15:21:22.781 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24217:20260827T182818Z
93842026-08-31T15:21:23.414Z[ host-image] Aug 31 15:21:22.781 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24217:20260827T182818Z
93852026-08-31T15:21:23.414Z[ host-image] Aug 31 15:21:22.782 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24217:20260827T182818Z
93862026-08-31T15:21:23.414Z[ host-image] Aug 31 15:21:22.782 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93872026-08-31T15:21:23.414Z[ host-image] Aug 31 15:21:22.782 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93882026-08-31T15:21:23.414Z[ host-image] Aug 31 15:21:22.782 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24217:20260827T182819Z
93892026-08-31T15:21:23.414Z[ host-image] Aug 31 15:21:22.782 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24217:20260827T182819Z
93902026-08-31T15:21:23.414Z[ host-image] Aug 31 15:21:22.782 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24217:20260827T182819Z
93912026-08-31T15:21:23.414Z[ host-image] Aug 31 15:21:22.782 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24217:20260827T182819Z
93922026-08-31T15:21:23.414Z[ host-image] Aug 31 15:21:22.782 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24217:20260827T182819Z
93932026-08-31T15:21:23.414Z[ host-image] Aug 31 15:21:22.783 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24217:20260827T182819Z
93942026-08-31T15:21:23.414Z[ host-image] Aug 31 15:21:22.783 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93952026-08-31T15:21:23.414Z[ host-image] Aug 31 15:21:22.783 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24217:20260827T182819Z
93962026-08-31T15:21:23.414Z[ host-image] Aug 31 15:21:22.784 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24217:20260827T182819Z
93972026-08-31T15:21:23.414Z[ host-image] Aug 31 15:21:22.784 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24217:20260827T182819Z
93982026-08-31T15:21:23.414Z[ host-image] Aug 31 15:21:22.784 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24217:20260827T182820Z
93992026-08-31T15:21:23.414Z[ host-image] Aug 31 15:21:22.784 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24217:20260827T182820Z
94002026-08-31T15:21:23.414Z[ host-image] Aug 31 15:21:22.784 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24217:20260827T182820Z
94012026-08-31T15:21:23.414Z[ host-image] Aug 31 15:21:22.784 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
94022026-08-31T15:21:23.415Z[ host-image] Aug 31 15:21:22.784 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
94032026-08-31T15:21:23.415Z[ host-image] Aug 31 15:21:22.784 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24217:20260827T182821Z
94042026-08-31T15:21:23.415Z[ host-image] Aug 31 15:21:22.784 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24217:20260827T182821Z
94052026-08-31T15:21:23.415Z[ host-image] Aug 31 15:21:22.784 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
94062026-08-31T15:21:23.415Z[ host-image] Aug 31 15:21:22.784 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
94072026-08-31T15:21:23.415Z[ host-image] Aug 31 15:21:22.784 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
94082026-08-31T15:21:23.415Z[ host-image] Aug 31 15:21:22.784 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
94092026-08-31T15:21:23.415Z[ host-image] Aug 31 15:21:22.784 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
94102026-08-31T15:21:23.419Z[ host-image] Aug 31 15:21:22.785 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
94112026-08-31T15:21:23.419Z[ host-image] Aug 31 15:21:22.785 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
94122026-08-31T15:21:23.419Z[ host-image] Aug 31 15:21:22.785 INFO O| tempdir @ "/tmp/.tmpcr69ih/tmp"
94132026-08-31T15:21:23.419Z[ host-image] Aug 31 15:21:22.785 INFO O| image root @ "/tmp/.tmpcr69ih/tmp/root"
94142026-08-31T15:21:23.419Z[ host-image] Aug 31 15:21:22.785 INFO O| creating image...
94152026-08-31T15:21:23.994Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94162026-08-31T15:21:24.078Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94172026-08-31T15:21:24.675Z[ recovery-image] Aug 31 15:21:24.046 INFO O| Aug 31 15:21:24.046 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
94182026-08-31T15:21:24.803Z[ host-image] Aug 31 15:21:24.172 INFO O| copying publishers...
94192026-08-31T15:21:24.869Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94202026-08-31T15:21:24.945Z[ recovery-image] Aug 31 15:21:24.315 INFO BUILD STRING "heads/stlouis-0-ge73f257543\n"
94212026-08-31T15:21:24.945Z[ recovery-image] Aug 31 15:21:24.315 INFO expanded image name: "recovery a4abb0c/${os_short_commit} 2026-08-31 15:07" -> "recovery a4abb0c/e73f257 2026-08-31 15:07"
94222026-08-31T15:21:24.949Z[ recovery-image] Aug 31 15:21:24.315 INFO output artefacts stored in: "/work/os-recovery"
94232026-08-31T15:21:24.949Z[ recovery-image] Aug 31 15:21:24.316 INFO collecting git info from project "amd-firmware"...
94242026-08-31T15:21:24.973Z[ recovery-image] Aug 31 15:21:24.342 INFO collecting git info from project "pinprick"...
94252026-08-31T15:21:24.979Z[ recovery-image] Aug 31 15:21:24.349 INFO collecting git info from project "pilot"...
94262026-08-31T15:21:24.989Z[ recovery-image] Aug 31 15:21:24.359 INFO collecting git info from project "bootserver"...
94272026-08-31T15:21:24.997Z[ recovery-image] Aug 31 15:21:24.366 INFO collecting git info from project "amd-host-image-builder"...
94282026-08-31T15:21:25.067Z[ recovery-image] Aug 31 15:21:24.437 INFO collecting git info from project "phbl"...
94292026-08-31T15:21:25.076Z[ recovery-image] Aug 31 15:21:24.445 INFO collecting git info from project "image-builder"...
94302026-08-31T15:21:25.083Z[ recovery-image] Aug 31 15:21:24.453 INFO collecting git info from project "chelsio-t6-roms"...
94312026-08-31T15:21:25.101Z[ recovery-image] Aug 31 15:21:24.471 INFO collecting git info from project "dmar-report"...
94322026-08-31T15:21:25.112Z[ recovery-image] Aug 31 15:21:24.482 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94332026-08-31T15:21:25.556Z[ recovery-image] Aug 31 15:21:24.926 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94342026-08-31T15:21:25.973Z[ recovery-image] Aug 31 15:21:25.343 INFO creating Oxide boot image...
94352026-08-31T15:21:25.973Z[ recovery-image] Aug 31 15:21:25.343 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery a4abb0c/e73f257 2026-08-31 15:07", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94362026-08-31T15:21:28.175Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94372026-08-31T15:21:28.950Z[ host-image] Aug 31 15:21:28.320 INFO O| adding properties...
94382026-08-31T15:21:30.007Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94392026-08-31T15:21:30.506Z[ host-image] Aug 31 15:21:29.830 INFO O| installing packages...
94402026-08-31T15:21:31.876Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94412026-08-31T15:21:32.839Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94422026-08-31T15:21:39.899Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94432026-08-31T15:21:43.629Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
94442026-08-31T15:21:45.686Z[ host-image] Aug 31 15:21:45.050 INFO O| seeding SMF database...
94452026-08-31T15:21:50.074Z[ host-image] Aug 31 15:21:49.442 INFO O| configuring SMF profile...
94462026-08-31T15:21:50.074Z[ host-image] Aug 31 15:21:49.442 INFO O| modifying shadow(5)...
94472026-08-31T15:21:50.086Z[ host-image] Aug 31 15:21:49.442 INFO O| loading user and group database...
94482026-08-31T15:21:50.087Z[ host-image] Aug 31 15:21:49.442 INFO O| loading facet selections...
94492026-08-31T15:21:50.436Z[ host-image] Aug 31 15:21:49.793 INFO O| devel -> true
94502026-08-31T15:21:50.436Z[ host-image] Aug 31 15:21:49.793 INFO O| doc.man -> true
94512026-08-31T15:21:50.444Z[ host-image] Aug 31 15:21:49.793 INFO O| version-lock.shell/ksh93 -> true
94522026-08-31T15:21:50.444Z[ host-image] Aug 31 15:21:49.793 INFO O| version-lock.system/data/hardware-registry -> true
94532026-08-31T15:21:50.444Z[ host-image] Aug 31 15:21:49.793 INFO O| version-lock.system/data/zoneinfo -> true
94542026-08-31T15:21:50.444Z[ host-image] Aug 31 15:21:49.793 INFO O| version-lock.system/microcode/amd -> true
94552026-08-31T15:21:50.444Z[ host-image] Aug 31 15:21:49.793 INFO O| version-lock.system/microcode/intel -> true
94562026-08-31T15:21:50.444Z[ host-image] Aug 31 15:21:49.793 INFO O| version-lock.system/microcode/oxide -> true
94572026-08-31T15:21:50.445Z[ host-image] Aug 31 15:21:49.793 INFO O| assessing packaged files...
94582026-08-31T15:21:52.494Z[ host-image] Aug 31 15:21:51.440 INFO O| creating archive...
94592026-08-31T15:21:52.626Z[ host-image] Aug 31 15:21:51.461 INFO O| missing from packaging:
94602026-08-31T15:21:52.626Z[ host-image] Aug 31 15:21:51.461 INFO O| "etc/.pwd.lock"
94612026-08-31T15:21:52.626Z[ host-image] Aug 31 15:21:51.461 INFO O| "etc/bash"
94622026-08-31T15:21:52.626Z[ host-image] Aug 31 15:21:51.465 INFO O| "etc/svc/profile/generic.xml"
94632026-08-31T15:21:52.626Z[ host-image] Aug 31 15:21:51.465 INFO O| "etc/svc/profile/inetd_services.xml"
94642026-08-31T15:21:52.626Z[ host-image] Aug 31 15:21:51.465 INFO O| "etc/svc/profile/name_service.xml"
94652026-08-31T15:21:52.626Z[ host-image] Aug 31 15:21:51.465 INFO O| "etc/svc/profile/platform.xml"
94662026-08-31T15:21:52.626Z[ host-image] Aug 31 15:21:51.465 INFO O| "etc/svc/profile/platform_omicron1.xml"
94672026-08-31T15:21:52.626Z[ host-image] Aug 31 15:21:51.465 INFO O| "etc/svc/repository.db"
94682026-08-31T15:21:52.626Z[ host-image] Aug 31 15:21:51.473 INFO O| "opt/ooce/share"
94692026-08-31T15:21:52.626Z[ host-image] Aug 31 15:21:51.473 INFO O| "opt/ooce/share/man"
94702026-08-31T15:21:52.626Z[ host-image] Aug 31 15:21:51.473 INFO O| "opt/ooce/share/man/man1"
94712026-08-31T15:21:52.626Z[ host-image] Aug 31 15:21:51.482 INFO O| finishing archive...
94722026-08-31T15:21:54.505Z[ host-image] Aug 31 15:21:53.875 INFO O| creating gzonly manifest...
94732026-08-31T15:21:54.515Z[ host-image] Aug 31 15:21:53.881 INFO O| ok
94742026-08-31T15:21:54.627Z[ host-image] Aug 31 15:21:53.987 INFO image builder template: ramdisk-02-trim...
94752026-08-31T15:21:54.627Z[ host-image] Aug 31 15:21:53.987 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/.tmpmDhZA6/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
94762026-08-31T15:21:54.647Z[ host-image] Aug 31 15:21:54.006 INFO O| Aug 31 15:21:54.006 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94772026-08-31T15:21:54.677Z[ host-image] Aug 31 15:21:54.009 INFO O| Aug 31 15:21:54.009 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94782026-08-31T15:21:55.576Z[ host-image] Aug 31 15:21:54.945 INFO O| Aug 31 15:21:54.945 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94792026-08-31T15:21:55.755Z[ host-image] Aug 31 15:21:55.122 INFO O| Aug 31 15:21:55.122 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94802026-08-31T15:21:55.755Z[ host-image] Aug 31 15:21:55.122 INFO O| Aug 31 15:21:55.122 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94812026-08-31T15:21:55.767Z[ host-image] Aug 31 15:21:55.127 INFO O| Aug 31 15:21:55.127 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94822026-08-31T15:21:55.768Z[ host-image] Aug 31 15:21:55.131 INFO O| Aug 31 15:21:55.131 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94832026-08-31T15:21:55.781Z[ host-image] Aug 31 15:21:55.135 INFO O| Aug 31 15:21:55.135 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94842026-08-31T15:21:56.218Z[ host-image] Aug 31 15:21:55.586 INFO O| Aug 31 15:21:55.586 INFO rolled back to input snapshot; work may begin
94852026-08-31T15:21:56.218Z[ host-image] Aug 31 15:21:55.586 INFO O| Aug 31 15:21:55.586 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94862026-08-31T15:21:56.233Z[ host-image] Aug 31 15:21:55.590 INFO O| Aug 31 15:21:55.590 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94872026-08-31T15:21:56.277Z[ host-image] Aug 31 15:21:55.597 INFO O| Aug 31 15:21:55.596 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94882026-08-31T15:21:56.289Z[ host-image] Aug 31 15:21:55.635 INFO O| Aug 31 15:21:55.635 INFO STEP 0 (remove_files) COMPLETE
94892026-08-31T15:21:56.289Z[ host-image] Aug 31 15:21:55.635 INFO O| Aug 31 15:21:55.635 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94902026-08-31T15:21:56.289Z[ host-image] Aug 31 15:21:55.644 INFO O| Aug 31 15:21:55.644 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94912026-08-31T15:21:56.289Z[ host-image] Aug 31 15:21:55.645 INFO O| Aug 31 15:21:55.645 INFO STEP 1 (remove_files) COMPLETE
94922026-08-31T15:21:56.289Z[ host-image] Aug 31 15:21:55.645 INFO O| Aug 31 15:21:55.645 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94932026-08-31T15:21:56.301Z[ host-image] Aug 31 15:21:55.654 INFO O| Aug 31 15:21:55.654 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94942026-08-31T15:21:56.317Z[ host-image] Aug 31 15:21:55.667 INFO O| Aug 31 15:21:55.667 INFO STEP 2 (remove_files) COMPLETE
94952026-08-31T15:21:56.317Z[ host-image] Aug 31 15:21:55.667 INFO O| Aug 31 15:21:55.667 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94962026-08-31T15:21:56.317Z[ host-image] Aug 31 15:21:55.677 INFO O| Aug 31 15:21:55.676 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94972026-08-31T15:21:56.317Z[ host-image] Aug 31 15:21:55.678 INFO O| Aug 31 15:21:55.678 INFO STEP 3 (remove_files) COMPLETE
94982026-08-31T15:21:56.317Z[ host-image] Aug 31 15:21:55.678 INFO O| Aug 31 15:21:55.678 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94992026-08-31T15:21:56.330Z[ host-image] Aug 31 15:21:55.686 INFO O| Aug 31 15:21:55.686 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
95002026-08-31T15:21:56.330Z[ host-image] Aug 31 15:21:55.689 INFO O| Aug 31 15:21:55.689 INFO STEP 4 (remove_files) COMPLETE
95012026-08-31T15:21:56.330Z[ host-image] Aug 31 15:21:55.689 INFO O| Aug 31 15:21:55.689 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95022026-08-31T15:21:56.331Z[ host-image] Aug 31 15:21:55.697 INFO O| Aug 31 15:21:55.697 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
95032026-08-31T15:21:56.337Z[ host-image] Aug 31 15:21:55.699 INFO O| Aug 31 15:21:55.699 INFO STEP 5 (remove_files) COMPLETE
95042026-08-31T15:21:56.337Z[ host-image] Aug 31 15:21:55.699 INFO O| Aug 31 15:21:55.699 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95052026-08-31T15:21:56.337Z[ host-image] Aug 31 15:21:55.706 INFO O| Aug 31 15:21:55.706 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
95062026-08-31T15:21:56.346Z[ host-image] Aug 31 15:21:55.715 INFO O| Aug 31 15:21:55.715 INFO STEP 6 (remove_files) COMPLETE
95072026-08-31T15:21:56.346Z[ host-image] Aug 31 15:21:55.716 INFO O| Aug 31 15:21:55.715 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95082026-08-31T15:21:56.346Z[ host-image] Aug 31 15:21:55.716 INFO O| Aug 31 15:21:55.715 INFO skip step because feature "heliosv2" is not enabled
95092026-08-31T15:21:56.359Z[ host-image] Aug 31 15:21:55.716 INFO O| Aug 31 15:21:55.716 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95102026-08-31T15:21:56.374Z[ host-image] Aug 31 15:21:55.725 INFO O| Aug 31 15:21:55.725 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
95112026-08-31T15:21:56.374Z[ host-image] Aug 31 15:21:55.736 INFO O| Aug 31 15:21:55.736 INFO STEP 8 (remove_files) COMPLETE
95122026-08-31T15:21:56.374Z[ host-image] Aug 31 15:21:55.736 INFO O| Aug 31 15:21:55.736 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95132026-08-31T15:21:56.390Z[ host-image] Aug 31 15:21:55.746 INFO O| Aug 31 15:21:55.746 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
95142026-08-31T15:21:56.444Z[ host-image] Aug 31 15:21:55.810 INFO O| Aug 31 15:21:55.810 INFO STEP 9 (remove_files) COMPLETE
95152026-08-31T15:21:56.444Z[ host-image] Aug 31 15:21:55.810 INFO O| Aug 31 15:21:55.810 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95162026-08-31T15:21:56.459Z[ host-image] Aug 31 15:21:55.820 INFO O| Aug 31 15:21:55.820 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
95172026-08-31T15:21:56.522Z[ host-image] Aug 31 15:21:55.890 INFO O| Aug 31 15:21:55.890 INFO STEP 10 (remove_files) COMPLETE
95182026-08-31T15:21:56.522Z[ host-image] Aug 31 15:21:55.891 INFO O| Aug 31 15:21:55.890 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95192026-08-31T15:21:56.542Z[ host-image] Aug 31 15:21:55.899 INFO O| Aug 31 15:21:55.899 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
95202026-08-31T15:21:56.542Z[ host-image] Aug 31 15:21:55.902 INFO O| Aug 31 15:21:55.902 INFO STEP 11 (remove_files) COMPLETE
95212026-08-31T15:21:56.542Z[ host-image] Aug 31 15:21:55.902 INFO O| Aug 31 15:21:55.902 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95222026-08-31T15:21:56.549Z[ host-image] Aug 31 15:21:55.909 INFO O| Aug 31 15:21:55.909 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
95232026-08-31T15:21:56.550Z[ host-image] Aug 31 15:21:55.909 INFO O| Aug 31 15:21:55.909 INFO STEP 12 (remove_files) COMPLETE
95242026-08-31T15:21:56.550Z[ host-image] Aug 31 15:21:55.909 INFO O| Aug 31 15:21:55.909 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95252026-08-31T15:21:56.550Z[ host-image] Aug 31 15:21:55.915 INFO O| Aug 31 15:21:55.915 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95262026-08-31T15:21:56.550Z[ host-image] Aug 31 15:21:55.916 INFO O| Aug 31 15:21:55.916 INFO STEP 13 (remove_files) COMPLETE
95272026-08-31T15:21:56.550Z[ host-image] Aug 31 15:21:55.916 INFO O| Aug 31 15:21:55.916 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95282026-08-31T15:21:56.560Z[ host-image] Aug 31 15:21:55.930 INFO O| Aug 31 15:21:55.930 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95292026-08-31T15:21:56.571Z[ host-image] Aug 31 15:21:55.930 INFO O| Aug 31 15:21:55.930 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95302026-08-31T15:21:56.571Z[ host-image] Aug 31 15:21:55.930 INFO O| Aug 31 15:21:55.930 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95312026-08-31T15:21:56.571Z[ host-image] Aug 31 15:21:55.930 INFO O| Aug 31 15:21:55.930 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95322026-08-31T15:21:56.572Z[ host-image] Aug 31 15:21:55.930 INFO O| Aug 31 15:21:55.930 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95332026-08-31T15:21:56.572Z[ host-image] Aug 31 15:21:55.931 INFO O| Aug 31 15:21:55.931 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95342026-08-31T15:21:56.572Z[ host-image] Aug 31 15:21:55.931 INFO O| Aug 31 15:21:55.931 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95352026-08-31T15:21:56.572Z[ host-image] Aug 31 15:21:55.931 INFO O| Aug 31 15:21:55.931 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95362026-08-31T15:21:56.572Z[ host-image] Aug 31 15:21:55.931 INFO O| Aug 31 15:21:55.931 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95372026-08-31T15:21:56.572Z[ host-image] Aug 31 15:21:55.931 INFO O| Aug 31 15:21:55.931 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95382026-08-31T15:21:56.572Z[ host-image] Aug 31 15:21:55.931 INFO O| Aug 31 15:21:55.931 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95392026-08-31T15:21:56.572Z[ host-image] Aug 31 15:21:55.931 INFO O| Aug 31 15:21:55.931 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95402026-08-31T15:21:56.572Z[ host-image] Aug 31 15:21:55.931 INFO O| Aug 31 15:21:55.931 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95412026-08-31T15:21:56.573Z[ host-image] Aug 31 15:21:55.931 INFO O| Aug 31 15:21:55.931 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95422026-08-31T15:21:56.573Z[ host-image] Aug 31 15:21:55.931 INFO O| Aug 31 15:21:55.931 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95432026-08-31T15:21:56.573Z[ host-image] Aug 31 15:21:55.931 INFO O| Aug 31 15:21:55.931 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95442026-08-31T15:21:56.573Z[ host-image] Aug 31 15:21:55.931 INFO O| Aug 31 15:21:55.931 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95452026-08-31T15:21:56.573Z[ host-image] Aug 31 15:21:55.931 INFO O| Aug 31 15:21:55.931 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95462026-08-31T15:21:56.704Z[ host-image] Aug 31 15:21:56.071 INFO O| Aug 31 15:21:56.071 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95472026-08-31T15:21:56.713Z[ host-image] Aug 31 15:21:56.076 INFO O| Aug 31 15:21:56.076 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95482026-08-31T15:21:56.805Z[ host-image] Aug 31 15:21:56.164 INFO O| Aug 31 15:21:56.164 INFO STEP 14 (remove_files) COMPLETE
95492026-08-31T15:21:56.805Z[ host-image] Aug 31 15:21:56.164 INFO O| Aug 31 15:21:56.164 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95502026-08-31T15:21:56.830Z[ host-image] Aug 31 15:21:56.174 INFO O| Aug 31 15:21:56.174 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95512026-08-31T15:21:56.830Z[ host-image] Aug 31 15:21:56.175 INFO O| Aug 31 15:21:56.175 INFO STEP 15 (remove_files) COMPLETE
95522026-08-31T15:21:56.830Z[ host-image] Aug 31 15:21:56.175 INFO O| Aug 31 15:21:56.175 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-08-31T15:21:56.842Z[ host-image] Aug 31 15:21:56.184 INFO O| Aug 31 15:21:56.184 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95542026-08-31T15:21:56.842Z[ host-image] Aug 31 15:21:56.190 INFO O| Aug 31 15:21:56.190 INFO STEP 16 (remove_files) COMPLETE
95552026-08-31T15:21:56.842Z[ host-image] Aug 31 15:21:56.190 INFO O| Aug 31 15:21:56.190 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-08-31T15:21:56.842Z[ host-image] Aug 31 15:21:56.199 INFO O| Aug 31 15:21:56.199 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95572026-08-31T15:21:56.842Z[ host-image] Aug 31 15:21:56.199 INFO O| Aug 31 15:21:56.199 INFO STEP 17 (remove_files) COMPLETE
95582026-08-31T15:21:56.842Z[ host-image] Aug 31 15:21:56.199 INFO O| Aug 31 15:21:56.199 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95592026-08-31T15:21:56.842Z[ host-image] Aug 31 15:21:56.206 INFO O| Aug 31 15:21:56.206 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95602026-08-31T15:21:56.842Z[ host-image] Aug 31 15:21:56.208 INFO O| Aug 31 15:21:56.208 INFO STEP 18 (remove_files) COMPLETE
95612026-08-31T15:21:56.842Z[ host-image] Aug 31 15:21:56.208 INFO O| Aug 31 15:21:56.208 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95622026-08-31T15:21:56.881Z[ host-image] Aug 31 15:21:56.215 INFO O| Aug 31 15:21:56.215 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95632026-08-31T15:21:56.881Z[ host-image] Aug 31 15:21:56.215 INFO O| Aug 31 15:21:56.215 INFO STEP 19 (remove_files) COMPLETE
95642026-08-31T15:21:56.881Z[ host-image] Aug 31 15:21:56.215 INFO O| Aug 31 15:21:56.215 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-08-31T15:21:56.900Z[ host-image] Aug 31 15:21:56.222 INFO O| Aug 31 15:21:56.222 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95662026-08-31T15:21:56.900Z[ host-image] Aug 31 15:21:56.222 INFO O| Aug 31 15:21:56.222 INFO STEP 20 (remove_files) COMPLETE
95672026-08-31T15:21:56.900Z[ host-image] Aug 31 15:21:56.222 INFO O| Aug 31 15:21:56.222 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95682026-08-31T15:21:56.900Z[ host-image] Aug 31 15:21:56.229 INFO O| Aug 31 15:21:56.229 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95692026-08-31T15:21:56.900Z[ host-image] Aug 31 15:21:56.229 INFO O| Aug 31 15:21:56.229 INFO STEP 21 (remove_files) COMPLETE
95702026-08-31T15:21:56.900Z[ host-image] Aug 31 15:21:56.229 INFO O| Aug 31 15:21:56.229 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95712026-08-31T15:21:56.900Z[ host-image] Aug 31 15:21:56.235 INFO O| Aug 31 15:21:56.235 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95722026-08-31T15:21:56.900Z[ host-image] Aug 31 15:21:56.235 INFO O| Aug 31 15:21:56.235 INFO STEP 22 (remove_files) COMPLETE
95732026-08-31T15:21:56.900Z[ host-image] Aug 31 15:21:56.235 INFO O| Aug 31 15:21:56.235 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95742026-08-31T15:21:56.901Z[ host-image] Aug 31 15:21:56.241 INFO O| Aug 31 15:21:56.241 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95752026-08-31T15:21:56.901Z[ host-image] Aug 31 15:21:56.241 INFO O| Aug 31 15:21:56.241 INFO STEP 23 (remove_files) COMPLETE
95762026-08-31T15:21:56.901Z[ host-image] Aug 31 15:21:56.241 INFO O| Aug 31 15:21:56.241 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95772026-08-31T15:21:56.901Z[ host-image] Aug 31 15:21:56.248 INFO O| Aug 31 15:21:56.248 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95782026-08-31T15:21:56.901Z[ host-image] Aug 31 15:21:56.248 INFO O| Aug 31 15:21:56.248 INFO STEP 24 (remove_files) COMPLETE
95792026-08-31T15:21:56.901Z[ host-image] Aug 31 15:21:56.248 INFO O| Aug 31 15:21:56.248 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95802026-08-31T15:21:56.901Z[ host-image] Aug 31 15:21:56.256 INFO O| Aug 31 15:21:56.256 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95812026-08-31T15:21:56.901Z[ host-image] Aug 31 15:21:56.256 INFO O| Aug 31 15:21:56.256 INFO STEP 25 (remove_files) COMPLETE
95822026-08-31T15:21:56.901Z[ host-image] Aug 31 15:21:56.256 INFO O| Aug 31 15:21:56.256 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95832026-08-31T15:21:56.911Z[ host-image] Aug 31 15:21:56.263 INFO O| Aug 31 15:21:56.263 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95842026-08-31T15:21:56.912Z[ host-image] Aug 31 15:21:56.263 INFO O| Aug 31 15:21:56.263 INFO STEP 26 (remove_files) COMPLETE
95852026-08-31T15:21:56.912Z[ host-image] Aug 31 15:21:56.263 INFO O| Aug 31 15:21:56.263 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95862026-08-31T15:21:56.912Z[ host-image] Aug 31 15:21:56.270 INFO O| Aug 31 15:21:56.270 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95872026-08-31T15:21:56.912Z[ host-image] Aug 31 15:21:56.270 INFO O| Aug 31 15:21:56.270 INFO STEP 27 (remove_files) COMPLETE
95882026-08-31T15:21:56.912Z[ host-image] Aug 31 15:21:56.270 INFO O| Aug 31 15:21:56.270 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95892026-08-31T15:21:56.912Z[ host-image] Aug 31 15:21:56.277 INFO O| Aug 31 15:21:56.277 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95902026-08-31T15:21:56.912Z[ host-image] Aug 31 15:21:56.277 INFO O| Aug 31 15:21:56.277 INFO STEP 28 (remove_files) COMPLETE
95912026-08-31T15:21:56.912Z[ host-image] Aug 31 15:21:56.277 INFO O| Aug 31 15:21:56.277 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95922026-08-31T15:21:56.925Z[ host-image] Aug 31 15:21:56.283 INFO O| Aug 31 15:21:56.283 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95932026-08-31T15:21:56.925Z[ host-image] Aug 31 15:21:56.284 INFO O| Aug 31 15:21:56.283 INFO STEP 29 (remove_files) COMPLETE
95942026-08-31T15:21:56.926Z[ host-image] Aug 31 15:21:56.284 INFO O| Aug 31 15:21:56.283 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95952026-08-31T15:21:56.967Z[ host-image] Aug 31 15:21:56.290 INFO O| Aug 31 15:21:56.290 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95962026-08-31T15:21:56.968Z[ host-image] Aug 31 15:21:56.290 INFO O| Aug 31 15:21:56.290 INFO STEP 30 (remove_files) COMPLETE
95972026-08-31T15:21:56.968Z[ host-image] Aug 31 15:21:56.290 INFO O| Aug 31 15:21:56.290 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95982026-08-31T15:21:56.968Z[ host-image] Aug 31 15:21:56.297 INFO O| Aug 31 15:21:56.297 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95992026-08-31T15:21:56.968Z[ host-image] Aug 31 15:21:56.297 INFO O| Aug 31 15:21:56.297 INFO STEP 31 (remove_files) COMPLETE
96002026-08-31T15:21:56.968Z[ host-image] Aug 31 15:21:56.297 INFO O| Aug 31 15:21:56.297 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96012026-08-31T15:21:56.968Z[ host-image] Aug 31 15:21:56.304 INFO O| Aug 31 15:21:56.304 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
96022026-08-31T15:21:56.969Z[ host-image] Aug 31 15:21:56.304 INFO O| Aug 31 15:21:56.304 INFO STEP 32 (remove_files) COMPLETE
96032026-08-31T15:21:56.969Z[ host-image] Aug 31 15:21:56.304 INFO O| Aug 31 15:21:56.304 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96042026-08-31T15:21:56.969Z[ host-image] Aug 31 15:21:56.312 INFO O| Aug 31 15:21:56.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
96052026-08-31T15:21:56.969Z[ host-image] Aug 31 15:21:56.312 INFO O| Aug 31 15:21:56.312 INFO STEP 33 (remove_files) COMPLETE
96062026-08-31T15:21:56.969Z[ host-image] Aug 31 15:21:56.312 INFO O| Aug 31 15:21:56.312 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96072026-08-31T15:21:56.969Z[ host-image] Aug 31 15:21:56.319 INFO O| Aug 31 15:21:56.319 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
96082026-08-31T15:21:56.969Z[ host-image] Aug 31 15:21:56.319 INFO O| Aug 31 15:21:56.319 INFO STEP 34 (remove_files) COMPLETE
96092026-08-31T15:21:56.969Z[ host-image] Aug 31 15:21:56.319 INFO O| Aug 31 15:21:56.319 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96102026-08-31T15:21:56.969Z[ host-image] Aug 31 15:21:56.326 INFO O| Aug 31 15:21:56.326 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
96112026-08-31T15:21:56.969Z[ host-image] Aug 31 15:21:56.326 INFO O| Aug 31 15:21:56.326 INFO STEP 35 (remove_files) COMPLETE
96122026-08-31T15:21:56.969Z[ host-image] Aug 31 15:21:56.326 INFO O| Aug 31 15:21:56.326 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96132026-08-31T15:21:56.979Z[ host-image] Aug 31 15:21:56.334 INFO O| Aug 31 15:21:56.334 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
96142026-08-31T15:21:56.979Z[ host-image] Aug 31 15:21:56.334 INFO O| Aug 31 15:21:56.334 INFO STEP 36 (remove_files) COMPLETE
96152026-08-31T15:21:56.979Z[ host-image] Aug 31 15:21:56.334 INFO O| Aug 31 15:21:56.334 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96162026-08-31T15:21:56.979Z[ host-image] Aug 31 15:21:56.341 INFO O| Aug 31 15:21:56.341 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
96172026-08-31T15:21:56.979Z[ host-image] Aug 31 15:21:56.341 INFO O| Aug 31 15:21:56.341 INFO STEP 37 (remove_files) COMPLETE
96182026-08-31T15:21:56.979Z[ host-image] Aug 31 15:21:56.341 INFO O| Aug 31 15:21:56.341 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96192026-08-31T15:21:56.993Z[ host-image] Aug 31 15:21:56.348 INFO O| Aug 31 15:21:56.348 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
96202026-08-31T15:21:56.993Z[ host-image] Aug 31 15:21:56.348 INFO O| Aug 31 15:21:56.348 INFO STEP 38 (remove_files) COMPLETE
96212026-08-31T15:21:56.993Z[ host-image] Aug 31 15:21:56.348 INFO O| Aug 31 15:21:56.348 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96222026-08-31T15:21:56.993Z[ host-image] Aug 31 15:21:56.355 INFO O| Aug 31 15:21:56.355 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
96232026-08-31T15:21:56.993Z[ host-image] Aug 31 15:21:56.355 INFO O| Aug 31 15:21:56.355 INFO STEP 39 (remove_files) COMPLETE
96242026-08-31T15:21:56.993Z[ host-image] Aug 31 15:21:56.355 INFO O| Aug 31 15:21:56.355 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96252026-08-31T15:21:56.993Z[ host-image] Aug 31 15:21:56.362 INFO O| Aug 31 15:21:56.362 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96262026-08-31T15:21:56.993Z[ host-image] Aug 31 15:21:56.362 INFO O| Aug 31 15:21:56.362 INFO STEP 40 (remove_files) COMPLETE
96272026-08-31T15:21:56.993Z[ host-image] Aug 31 15:21:56.362 INFO O| Aug 31 15:21:56.362 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96282026-08-31T15:21:57.017Z[ host-image] Aug 31 15:21:56.369 INFO O| Aug 31 15:21:56.369 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96292026-08-31T15:21:57.017Z[ host-image] Aug 31 15:21:56.369 INFO O| Aug 31 15:21:56.369 INFO STEP 41 (remove_files) COMPLETE
96302026-08-31T15:21:57.017Z[ host-image] Aug 31 15:21:56.369 INFO O| Aug 31 15:21:56.369 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96312026-08-31T15:21:57.026Z[ host-image] Aug 31 15:21:56.377 INFO O| Aug 31 15:21:56.377 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96322026-08-31T15:21:57.026Z[ host-image] Aug 31 15:21:56.377 INFO O| Aug 31 15:21:56.377 INFO STEP 42 (remove_files) COMPLETE
96332026-08-31T15:21:57.026Z[ host-image] Aug 31 15:21:56.377 INFO O| Aug 31 15:21:56.377 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96342026-08-31T15:21:57.026Z[ host-image] Aug 31 15:21:56.384 INFO O| Aug 31 15:21:56.384 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96352026-08-31T15:21:57.026Z[ host-image] Aug 31 15:21:56.384 INFO O| Aug 31 15:21:56.384 INFO STEP 43 (remove_files) COMPLETE
96362026-08-31T15:21:57.026Z[ host-image] Aug 31 15:21:56.384 INFO O| Aug 31 15:21:56.384 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96372026-08-31T15:21:57.026Z[ host-image] Aug 31 15:21:56.390 INFO O| Aug 31 15:21:56.390 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96382026-08-31T15:21:57.026Z[ host-image] Aug 31 15:21:56.390 INFO O| Aug 31 15:21:56.390 INFO STEP 44 (remove_files) COMPLETE
96392026-08-31T15:21:57.026Z[ host-image] Aug 31 15:21:56.390 INFO O| Aug 31 15:21:56.390 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96402026-08-31T15:21:57.040Z[ host-image] Aug 31 15:21:56.396 INFO O| Aug 31 15:21:56.396 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96412026-08-31T15:21:57.040Z[ host-image] Aug 31 15:21:56.396 INFO O| Aug 31 15:21:56.396 INFO STEP 45 (remove_files) COMPLETE
96422026-08-31T15:21:57.040Z[ host-image] Aug 31 15:21:56.396 INFO O| Aug 31 15:21:56.396 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96432026-08-31T15:21:57.040Z[ host-image] Aug 31 15:21:56.403 INFO O| Aug 31 15:21:56.403 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96442026-08-31T15:21:57.040Z[ host-image] Aug 31 15:21:56.403 INFO O| Aug 31 15:21:56.403 INFO STEP 46 (remove_files) COMPLETE
96452026-08-31T15:21:57.040Z[ host-image] Aug 31 15:21:56.403 INFO O| Aug 31 15:21:56.403 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96462026-08-31T15:21:57.046Z[ host-image] Aug 31 15:21:56.410 INFO O| Aug 31 15:21:56.410 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96472026-08-31T15:21:57.046Z[ host-image] Aug 31 15:21:56.410 INFO O| Aug 31 15:21:56.410 INFO STEP 47 (remove_files) COMPLETE
96482026-08-31T15:21:57.046Z[ host-image] Aug 31 15:21:56.410 INFO O| Aug 31 15:21:56.410 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96492026-08-31T15:21:57.394Z[ host-image] Aug 31 15:21:56.417 INFO O| Aug 31 15:21:56.417 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96502026-08-31T15:21:57.394Z[ host-image] Aug 31 15:21:56.417 INFO O| Aug 31 15:21:56.417 INFO STEP 48 (remove_files) COMPLETE
96512026-08-31T15:21:57.394Z[ host-image] Aug 31 15:21:56.417 INFO O| Aug 31 15:21:56.417 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96522026-08-31T15:21:57.394Z[ host-image] Aug 31 15:21:56.424 INFO O| Aug 31 15:21:56.424 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96532026-08-31T15:21:57.394Z[ host-image] Aug 31 15:21:56.424 INFO O| Aug 31 15:21:56.424 INFO STEP 49 (remove_files) COMPLETE
96542026-08-31T15:21:57.394Z[ host-image] Aug 31 15:21:56.424 INFO O| Aug 31 15:21:56.424 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96552026-08-31T15:21:57.394Z[ host-image] Aug 31 15:21:56.431 INFO O| Aug 31 15:21:56.431 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96562026-08-31T15:21:57.394Z[ host-image] Aug 31 15:21:56.431 INFO O| Aug 31 15:21:56.431 INFO STEP 50 (remove_files) COMPLETE
96572026-08-31T15:21:57.394Z[ host-image] Aug 31 15:21:56.431 INFO O| Aug 31 15:21:56.431 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96582026-08-31T15:21:57.394Z[ host-image] Aug 31 15:21:56.438 INFO O| Aug 31 15:21:56.438 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96592026-08-31T15:21:57.394Z[ host-image] Aug 31 15:21:56.438 INFO O| Aug 31 15:21:56.438 INFO STEP 51 (remove_files) COMPLETE
96602026-08-31T15:21:57.394Z[ host-image] Aug 31 15:21:56.438 INFO O| Aug 31 15:21:56.438 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96612026-08-31T15:21:57.394Z[ host-image] Aug 31 15:21:56.444 INFO O| Aug 31 15:21:56.444 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96622026-08-31T15:21:57.394Z[ host-image] Aug 31 15:21:56.444 INFO O| Aug 31 15:21:56.444 INFO STEP 52 (remove_files) COMPLETE
96632026-08-31T15:21:57.394Z[ host-image] Aug 31 15:21:56.444 INFO O| Aug 31 15:21:56.444 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96642026-08-31T15:21:57.394Z[ host-image] Aug 31 15:21:56.451 INFO O| Aug 31 15:21:56.451 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96652026-08-31T15:21:57.394Z[ host-image] Aug 31 15:21:56.451 INFO O| Aug 31 15:21:56.451 INFO STEP 53 (remove_files) COMPLETE
96662026-08-31T15:21:57.394Z[ host-image] Aug 31 15:21:56.451 INFO O| Aug 31 15:21:56.451 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96672026-08-31T15:21:57.394Z[ host-image] Aug 31 15:21:56.458 INFO O| Aug 31 15:21:56.458 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96682026-08-31T15:21:57.394Z[ host-image] Aug 31 15:21:56.458 INFO O| Aug 31 15:21:56.458 INFO STEP 54 (remove_files) COMPLETE
96692026-08-31T15:21:57.394Z[ host-image] Aug 31 15:21:56.458 INFO O| Aug 31 15:21:56.458 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96702026-08-31T15:21:57.395Z[ host-image] Aug 31 15:21:56.465 INFO O| Aug 31 15:21:56.465 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96712026-08-31T15:21:57.395Z[ host-image] Aug 31 15:21:56.465 INFO O| Aug 31 15:21:56.465 INFO STEP 55 (remove_files) COMPLETE
96722026-08-31T15:21:57.395Z[ host-image] Aug 31 15:21:56.465 INFO O| Aug 31 15:21:56.465 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96732026-08-31T15:21:57.395Z[ host-image] Aug 31 15:21:56.472 INFO O| Aug 31 15:21:56.472 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96742026-08-31T15:21:57.395Z[ host-image] Aug 31 15:21:56.472 INFO O| Aug 31 15:21:56.472 INFO STEP 56 (remove_files) COMPLETE
96752026-08-31T15:21:57.395Z[ host-image] Aug 31 15:21:56.472 INFO O| Aug 31 15:21:56.472 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96762026-08-31T15:21:57.395Z[ host-image] Aug 31 15:21:56.479 INFO O| Aug 31 15:21:56.479 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96772026-08-31T15:21:57.395Z[ host-image] Aug 31 15:21:56.479 INFO O| Aug 31 15:21:56.479 INFO STEP 57 (remove_files) COMPLETE
96782026-08-31T15:21:57.395Z[ host-image] Aug 31 15:21:56.479 INFO O| Aug 31 15:21:56.479 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96792026-08-31T15:21:57.395Z[ host-image] Aug 31 15:21:56.485 INFO O| Aug 31 15:21:56.485 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96802026-08-31T15:21:57.395Z[ host-image] Aug 31 15:21:56.485 INFO O| Aug 31 15:21:56.485 INFO STEP 58 (remove_files) COMPLETE
96812026-08-31T15:21:57.395Z[ host-image] Aug 31 15:21:56.485 INFO O| Aug 31 15:21:56.485 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96822026-08-31T15:21:57.395Z[ host-image] Aug 31 15:21:56.491 INFO O| Aug 31 15:21:56.491 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96832026-08-31T15:21:57.395Z[ host-image] Aug 31 15:21:56.491 INFO O| Aug 31 15:21:56.491 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96842026-08-31T15:21:57.395Z[ host-image] Aug 31 15:21:56.492 INFO O| Aug 31 15:21:56.492 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96852026-08-31T15:21:57.395Z[ host-image] Aug 31 15:21:56.492 INFO O| Aug 31 15:21:56.492 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96862026-08-31T15:21:57.395Z[ host-image] Aug 31 15:21:56.492 INFO O| Aug 31 15:21:56.492 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96872026-08-31T15:21:57.395Z[ host-image] Aug 31 15:21:56.492 INFO O| Aug 31 15:21:56.492 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96882026-08-31T15:21:57.395Z[ host-image] Aug 31 15:21:56.492 INFO O| Aug 31 15:21:56.492 INFO ok!
96892026-08-31T15:21:57.395Z[ host-image] Aug 31 15:21:56.492 INFO O| Aug 31 15:21:56.492 INFO STEP 59 (ensure_file) COMPLETE
96902026-08-31T15:21:57.395Z[ host-image] Aug 31 15:21:56.492 INFO O| Aug 31 15:21:56.492 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96912026-08-31T15:21:57.395Z[ host-image] Aug 31 15:21:56.500 INFO O| Aug 31 15:21:56.500 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96922026-08-31T15:21:57.395Z[ host-image] Aug 31 15:21:56.500 INFO O| Aug 31 15:21:56.500 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96932026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.500 INFO O| Aug 31 15:21:56.500 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96942026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.500 INFO O| Aug 31 15:21:56.500 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96952026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.500 INFO O| Aug 31 15:21:56.500 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96962026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.500 INFO O| Aug 31 15:21:56.500 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96972026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.500 INFO O| Aug 31 15:21:56.500 INFO ok!
96982026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.500 INFO O| Aug 31 15:21:56.500 INFO STEP 60 (ensure_file) COMPLETE
96992026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.500 INFO O| Aug 31 15:21:56.500 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97002026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.508 INFO O| Aug 31 15:21:56.508 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
97012026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.508 INFO O| Aug 31 15:21:56.508 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
97022026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.508 INFO O| Aug 31 15:21:56.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
97032026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.508 INFO O| Aug 31 15:21:56.508 INFO ok!
97042026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.508 INFO O| Aug 31 15:21:56.508 INFO STEP 61 (ensure_file) COMPLETE
97052026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.508 INFO O| Aug 31 15:21:56.508 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97062026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.515 INFO O| Aug 31 15:21:56.515 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
97072026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.515 INFO O| Aug 31 15:21:56.515 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
97082026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.516 INFO O| Aug 31 15:21:56.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
97092026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.516 INFO O| Aug 31 15:21:56.516 INFO ok!
97102026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.516 INFO O| Aug 31 15:21:56.516 INFO STEP 62 (ensure_file) COMPLETE
97112026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.516 INFO O| Aug 31 15:21:56.516 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97122026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.523 INFO O| Aug 31 15:21:56.523 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
97132026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.523 INFO O| Aug 31 15:21:56.523 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
97142026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.523 INFO O| Aug 31 15:21:56.523 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97152026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.523 INFO O| Aug 31 15:21:56.523 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97162026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.523 INFO O| Aug 31 15:21:56.523 INFO ok!
97172026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.523 INFO O| Aug 31 15:21:56.523 INFO STEP 63 (ensure_file) COMPLETE
97182026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.523 INFO O| Aug 31 15:21:56.523 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97192026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.531 INFO O| Aug 31 15:21:56.531 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
97202026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.531 INFO O| Aug 31 15:21:56.531 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
97212026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.531 INFO O| Aug 31 15:21:56.531 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97222026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.531 INFO O| Aug 31 15:21:56.531 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97232026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.531 INFO O| Aug 31 15:21:56.531 INFO ok!
97242026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.531 INFO O| Aug 31 15:21:56.531 INFO STEP 64 (ensure_file) COMPLETE
97252026-08-31T15:21:57.396Z[ host-image] Aug 31 15:21:56.531 INFO O| Aug 31 15:21:56.531 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97262026-08-31T15:21:57.397Z[ host-image] Aug 31 15:21:56.539 INFO O| Aug 31 15:21:56.539 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97272026-08-31T15:21:57.397Z[ host-image] Aug 31 15:21:56.539 INFO O| Aug 31 15:21:56.539 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97282026-08-31T15:21:57.397Z[ host-image] Aug 31 15:21:56.539 INFO O| Aug 31 15:21:56.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97292026-08-31T15:21:57.397Z[ host-image] Aug 31 15:21:56.539 INFO O| Aug 31 15:21:56.539 INFO ok!
97302026-08-31T15:21:57.397Z[ host-image] Aug 31 15:21:56.539 INFO O| Aug 31 15:21:56.539 INFO STEP 65 (assemble_files) COMPLETE
97312026-08-31T15:21:57.397Z[ host-image] Aug 31 15:21:56.539 INFO O| Aug 31 15:21:56.539 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97322026-08-31T15:21:57.397Z[ host-image] Aug 31 15:21:56.547 INFO O| Aug 31 15:21:56.547 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97332026-08-31T15:21:57.397Z[ host-image] Aug 31 15:21:56.547 INFO O| Aug 31 15:21:56.547 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97342026-08-31T15:21:57.397Z[ host-image] Aug 31 15:21:56.547 INFO O| Aug 31 15:21:56.547 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97352026-08-31T15:21:57.397Z[ host-image] Aug 31 15:21:56.547 INFO O| Aug 31 15:21:56.547 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97362026-08-31T15:21:57.397Z[ host-image] Aug 31 15:21:56.547 INFO O| Aug 31 15:21:56.547 INFO ok!
97372026-08-31T15:21:57.397Z[ host-image] Aug 31 15:21:56.547 INFO O| Aug 31 15:21:56.547 INFO STEP 66 (ensure_file) COMPLETE
97382026-08-31T15:21:57.397Z[ host-image] Aug 31 15:21:56.547 INFO O| Aug 31 15:21:56.547 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97392026-08-31T15:21:57.397Z[ host-image] Aug 31 15:21:56.554 INFO O| Aug 31 15:21:56.554 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97402026-08-31T15:21:57.397Z[ host-image] Aug 31 15:21:56.554 INFO O| Aug 31 15:21:56.554 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97412026-08-31T15:21:57.397Z[ host-image] Aug 31 15:21:56.555 INFO O| Aug 31 15:21:56.554 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97422026-08-31T15:21:57.397Z[ host-image] Aug 31 15:21:56.555 INFO O| Aug 31 15:21:56.555 INFO STEP 67 (ensure_dir) COMPLETE
97432026-08-31T15:21:57.397Z[ host-image] Aug 31 15:21:56.555 INFO O| Aug 31 15:21:56.555 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97442026-08-31T15:21:57.397Z[ host-image] Aug 31 15:21:56.562 INFO O| Aug 31 15:21:56.562 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97452026-08-31T15:21:57.397Z[ host-image] Aug 31 15:21:56.562 INFO O| Aug 31 15:21:56.562 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 ...
97462026-08-31T15:21:57.397Z[ host-image] Aug 31 15:21:56.568 INFO O| Aug 31 15:21:56.568 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
97472026-08-31T15:21:57.397Z[ host-image] Aug 31 15:21:56.568 INFO O| Aug 31 15:21:56.568 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97482026-08-31T15:21:57.397Z[ host-image] Aug 31 15:21:56.568 INFO O| Aug 31 15:21:56.568 INFO ok!
97492026-08-31T15:21:57.427Z[ host-image] Aug 31 15:21:56.568 INFO O| Aug 31 15:21:56.568 INFO STEP 68 (ensure_file) COMPLETE
97502026-08-31T15:21:57.427Z[ host-image] Aug 31 15:21:56.568 INFO O| Aug 31 15:21:56.568 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97512026-08-31T15:21:57.427Z[ host-image] Aug 31 15:21:56.575 INFO O| Aug 31 15:21:56.575 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97522026-08-31T15:21:57.427Z[ host-image] Aug 31 15:21:56.575 INFO O| Aug 31 15:21:56.575 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 ...
97532026-08-31T15:21:57.427Z[ host-image] Aug 31 15:21:56.575 INFO O| Aug 31 15:21:56.575 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
97542026-08-31T15:21:57.428Z[ host-image] Aug 31 15:21:56.575 INFO O| Aug 31 15:21:56.575 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97552026-08-31T15:21:57.428Z[ host-image] Aug 31 15:21:56.575 INFO O| Aug 31 15:21:56.575 INFO ok!
97562026-08-31T15:21:57.428Z[ host-image] Aug 31 15:21:56.575 INFO O| Aug 31 15:21:56.575 INFO STEP 69 (ensure_file) COMPLETE
97572026-08-31T15:21:57.428Z[ host-image] Aug 31 15:21:56.575 INFO O| Aug 31 15:21:56.575 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97582026-08-31T15:21:57.428Z[ host-image] Aug 31 15:21:56.586 INFO O| Aug 31 15:21:56.586 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97592026-08-31T15:21:57.428Z[ host-image] Aug 31 15:21:56.586 INFO O| Aug 31 15:21:56.586 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97602026-08-31T15:21:58.659Z[ host-image] Aug 31 15:21:58.028 INFO O| Aug 31 15:21:58.028 INFO STEP 70 (pack_tar) COMPLETE
97612026-08-31T15:21:58.659Z[ host-image] Aug 31 15:21:58.028 INFO O| Aug 31 15:21:58.028 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97622026-08-31T15:21:58.678Z[ host-image] Aug 31 15:21:58.028 INFO O| Aug 31 15:21:58.028 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97632026-08-31T15:21:59.126Z[ host-image] Aug 31 15:21:58.493 INFO O| Aug 31 15:21:58.493 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97642026-08-31T15:21:59.249Z[ host-image] Aug 31 15:21:58.619 INFO O| Aug 31 15:21:58.619 INFO completed processing sled/ramdisk-02-trim
97652026-08-31T15:21:59.279Z[ host-image] Aug 31 15:21:58.620 INFO image builder template: zfs...
97662026-08-31T15:21:59.279Z[ host-image] Aug 31 15:21:58.620 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/.tmpmDhZA6/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs"], pwd: None
97672026-08-31T15:21:59.294Z[ host-image] Aug 31 15:21:58.632 INFO O| Aug 31 15:21:58.632 INFO skip include "stress" because feature "stress" is not enabled
97682026-08-31T15:21:59.294Z[ host-image] Aug 31 15:21:58.632 INFO O| Aug 31 15:21:58.632 INFO skip include "stress" because feature "compliance" is not enabled
97692026-08-31T15:21:59.310Z[ host-image] Aug 31 15:21:58.658 INFO O| Aug 31 15:21:58.658 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97702026-08-31T15:21:59.310Z[ host-image] Aug 31 15:21:58.663 INFO O| Aug 31 15:21:58.663 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97712026-08-31T15:21:59.394Z[ host-image] Aug 31 15:21:58.759 INFO O| Aug 31 15:21:58.759 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97722026-08-31T15:21:59.530Z[ host-image] Aug 31 15:21:58.878 INFO O| Aug 31 15:21:58.878 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97732026-08-31T15:21:59.540Z[ host-image] Aug 31 15:21:58.878 INFO O| Aug 31 15:21:58.878 INFO work dataset: rpool/images/build/host/work/sled/zfs
97742026-08-31T15:21:59.619Z[ host-image] Aug 31 15:21:58.881 INFO O| Aug 31 15:21:58.881 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97752026-08-31T15:21:59.680Z[ host-image] Aug 31 15:21:59.049 INFO O| Aug 31 15:21:59.049 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97762026-08-31T15:21:59.788Z[ host-image] Aug 31 15:21:59.154 INFO O| Aug 31 15:21:59.154 INFO DESTROY POOL: TEMPORARY-sled-zfs
97772026-08-31T15:21:59.796Z[ host-image] Aug 31 15:21:59.162 INFO O| Aug 31 15:21:59.162 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97782026-08-31T15:21:59.806Z[ host-image] Aug 31 15:21:59.166 INFO O| Aug 31 15:21:59.166 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97792026-08-31T15:21:59.806Z[ host-image] Aug 31 15:21:59.166 INFO O| Aug 31 15:21:59.166 INFO no lofi found
97802026-08-31T15:21:59.806Z[ host-image] Aug 31 15:21:59.166 INFO O| Aug 31 15:21:59.166 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97812026-08-31T15:21:59.806Z[ host-image] Aug 31 15:21:59.166 INFO O| Aug 31 15:21:59.166 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97822026-08-31T15:22:01.633Z[ host-image] Aug 31 15:22:01.001 INFO O| Aug 31 15:22:01.001 INFO lofi device = /dev/dsk/c2t1d0p0
97832026-08-31T15:22:01.633Z[ host-image] Aug 31 15:22:01.001 INFO O| Aug 31 15:22:01.001 INFO pool device = /dev/dsk/c2t1d0p0
97842026-08-31T15:22:01.633Z[ host-image] Aug 31 15:22:01.001 INFO O| Aug 31 15:22:01.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"]
97852026-08-31T15:22:01.762Z[ host-image] Aug 31 15:22:01.063 INFO O| Aug 31 15:22:01.063 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97862026-08-31T15:22:01.762Z[ host-image] Aug 31 15:22:01.063 INFO O| Aug 31 15:22:01.063 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97872026-08-31T15:22:01.792Z[ host-image] Aug 31 15:22:01.074 INFO O| Aug 31 15:22:01.074 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97882026-08-31T15:22:01.792Z[ host-image] Aug 31 15:22:01.115 INFO O| Aug 31 15:22:01.115 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97892026-08-31T15:22:01.808Z[ host-image] Aug 31 15:22:01.140 INFO O| Aug 31 15:22:01.140 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97902026-08-31T15:22:01.808Z[ host-image] Aug 31 15:22:01.152 INFO O| Aug 31 15:22:01.152 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97912026-08-31T15:22:01.808Z[ host-image] Aug 31 15:22:01.159 INFO O| Aug 31 15:22:01.159 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97922026-08-31T15:22:01.824Z[ host-image] Aug 31 15:22:01.190 INFO O| Aug 31 15:22:01.190 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97932026-08-31T15:22:01.824Z[ host-image] Aug 31 15:22:01.190 INFO O| Aug 31 15:22:01.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97942026-08-31T15:22:01.824Z[ host-image] Aug 31 15:22:01.190 INFO O| Aug 31 15:22:01.190 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97952026-08-31T15:22:01.835Z[ host-image] Aug 31 15:22:01.201 INFO O| Aug 31 15:22:01.201 INFO boot environment UUID: d95dad4b-bb0f-4808-b2c7-861f724f0f76
97962026-08-31T15:22:01.835Z[ host-image] Aug 31 15:22:01.201 INFO O| Aug 31 15:22:01.201 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = d95dad4b-bb0f-4808-b2c7-861f724f0f76
97972026-08-31T15:22:01.844Z[ host-image] Aug 31 15:22:01.208 INFO O| Aug 31 15:22:01.208 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97982026-08-31T15:22:01.852Z[ host-image] Aug 31 15:22:01.216 INFO O| Aug 31 15:22:01.216 INFO STEP 0 (create_be) COMPLETE
97992026-08-31T15:22:01.852Z[ host-image] Aug 31 15:22:01.216 INFO O| Aug 31 15:22:01.216 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98002026-08-31T15:22:01.871Z[ host-image] Aug 31 15:22:01.227 INFO O| Aug 31 15:22:01.227 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
98012026-08-31T15:22:07.317Z[ recovery-image] Aug 31 15:22:06.684 INFO O| ok, image written!
98022026-08-31T15:22:07.318Z[ recovery-image] Aug 31 15:22:06.684 INFO O| ok, boot_image_csum file written!
98032026-08-31T15:22:07.331Z[ recovery-image] Aug 31 15:22:06.687 INFO creating boot archive (CPIO)...
98042026-08-31T15:22:07.331Z[ recovery-image] Aug 31 15:22:06.687 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
98052026-08-31T15:22:07.331Z[ recovery-image] Aug 31 15:22:06.693 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
98062026-08-31T15:22:07.331Z[ recovery-image] Aug 31 15:22:06.693 INFO E| + outfile=/work/os-recovery/cpio
98072026-08-31T15:22:07.331Z[ recovery-image] Aug 31 15:22:06.693 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
98082026-08-31T15:22:07.340Z[ recovery-image] Aug 31 15:22:06.695 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
98092026-08-31T15:22:07.340Z[ recovery-image] Aug 31 15:22:06.695 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
98102026-08-31T15:22:07.358Z[ recovery-image] Aug 31 15:22:06.723 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
98112026-08-31T15:22:07.373Z[ recovery-image] Aug 31 15:22:06.723 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
98122026-08-31T15:22:07.373Z[ recovery-image] Aug 31 15:22:06.729 INFO creating compressed cpio/unix for dev loaders...
98132026-08-31T15:22:07.373Z[ recovery-image] Aug 31 15:22:06.729 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
98142026-08-31T15:22:07.608Z[ recovery-image] Aug 31 15:22:06.972 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
98152026-08-31T15:22:09.374Z[ host-image] Aug 31 15:22:08.744 INFO O| Aug 31 15:22:08.743 INFO STEP 1 (unpack_tar) COMPLETE
98162026-08-31T15:22:09.374Z[ host-image] Aug 31 15:22:08.744 INFO O| Aug 31 15:22:08.744 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98172026-08-31T15:22:09.877Z[ host-image] Aug 31 15:22:08.752 INFO O| Aug 31 15:22:08.751 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98182026-08-31T15:22:09.895Z[ host-image] Aug 31 15:22:09.189 INFO O| Aug 31 15:22:09.189 INFO STEP 2 (devfsadm) COMPLETE
98192026-08-31T15:22:09.895Z[ host-image] Aug 31 15:22:09.189 INFO O| Aug 31 15:22:09.189 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98202026-08-31T15:22:09.895Z[ host-image] Aug 31 15:22:09.199 INFO O| Aug 31 15:22:09.198 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98212026-08-31T15:22:09.895Z[ host-image] Aug 31 15:22:09.199 INFO O| Aug 31 15:22:09.198 INFO STEP 3 (ensure_dir) COMPLETE
98222026-08-31T15:22:09.895Z[ host-image] Aug 31 15:22:09.199 INFO O| Aug 31 15:22:09.199 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98232026-08-31T15:22:09.895Z[ host-image] Aug 31 15:22:09.206 INFO O| Aug 31 15:22:09.206 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98242026-08-31T15:22:09.895Z[ host-image] Aug 31 15:22:09.206 INFO O| Aug 31 15:22:09.206 INFO STEP 4 (ensure_dir) COMPLETE
98252026-08-31T15:22:09.895Z[ host-image] Aug 31 15:22:09.206 INFO O| Aug 31 15:22:09.206 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98262026-08-31T15:22:09.895Z[ host-image] Aug 31 15:22:09.212 INFO O| Aug 31 15:22:09.212 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98272026-08-31T15:22:09.895Z[ host-image] Aug 31 15:22:09.212 INFO O| Aug 31 15:22:09.212 INFO STEP 5 (ensure_dir) COMPLETE
98282026-08-31T15:22:09.895Z[ host-image] Aug 31 15:22:09.212 INFO O| Aug 31 15:22:09.212 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98292026-08-31T15:22:09.895Z[ host-image] Aug 31 15:22:09.219 INFO O| Aug 31 15:22:09.219 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98302026-08-31T15:22:09.895Z[ host-image] Aug 31 15:22:09.219 INFO O| Aug 31 15:22:09.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98312026-08-31T15:22:09.895Z[ host-image] Aug 31 15:22:09.219 INFO O| Aug 31 15:22:09.219 INFO STEP 6 (ensure_dir) COMPLETE
98322026-08-31T15:22:09.895Z[ host-image] Aug 31 15:22:09.219 INFO O| Aug 31 15:22:09.219 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98332026-08-31T15:22:09.895Z[ host-image] Aug 31 15:22:09.225 INFO O| Aug 31 15:22:09.225 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98342026-08-31T15:22:09.895Z[ host-image] Aug 31 15:22:09.225 INFO O| Aug 31 15:22:09.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98352026-08-31T15:22:09.895Z[ host-image] Aug 31 15:22:09.225 INFO O| Aug 31 15:22:09.225 INFO STEP 7 (ensure_dir) COMPLETE
98362026-08-31T15:22:09.895Z[ host-image] Aug 31 15:22:09.225 INFO O| Aug 31 15:22:09.225 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98372026-08-31T15:22:09.895Z[ host-image] Aug 31 15:22:09.231 INFO O| Aug 31 15:22:09.231 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98382026-08-31T15:22:09.895Z[ host-image] Aug 31 15:22:09.232 INFO O| Aug 31 15:22:09.232 INFO STEP 8 (remove_files) COMPLETE
98392026-08-31T15:22:09.895Z[ host-image] Aug 31 15:22:09.232 INFO O| Aug 31 15:22:09.232 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98402026-08-31T15:22:09.895Z[ host-image] Aug 31 15:22:09.237 INFO O| Aug 31 15:22:09.237 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98412026-08-31T15:22:09.895Z[ host-image] Aug 31 15:22:09.237 INFO O| Aug 31 15:22:09.237 INFO STEP 9 (remove_files) COMPLETE
98422026-08-31T15:22:09.895Z[ host-image] Aug 31 15:22:09.237 INFO O| Aug 31 15:22:09.237 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98432026-08-31T15:22:09.895Z[ host-image] Aug 31 15:22:09.243 INFO O| Aug 31 15:22:09.243 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98442026-08-31T15:22:09.895Z[ host-image] Aug 31 15:22:09.244 INFO O| Aug 31 15:22:09.244 INFO STEP 10 (remove_files) COMPLETE
98452026-08-31T15:22:09.895Z[ host-image] Aug 31 15:22:09.244 INFO O| Aug 31 15:22:09.244 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98462026-08-31T15:22:09.895Z[ host-image] Aug 31 15:22:09.249 INFO O| Aug 31 15:22:09.249 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98472026-08-31T15:22:09.896Z[ host-image] Aug 31 15:22:09.249 INFO O| Aug 31 15:22:09.249 INFO STEP 11 (remove_files) COMPLETE
98482026-08-31T15:22:09.896Z[ host-image] Aug 31 15:22:09.249 INFO O| Aug 31 15:22:09.249 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98492026-08-31T15:22:09.908Z[ host-image] Aug 31 15:22:09.254 INFO O| Aug 31 15:22:09.254 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98502026-08-31T15:22:09.908Z[ host-image] Aug 31 15:22:09.254 INFO O| Aug 31 15:22:09.254 INFO STEP 12 (remove_files) COMPLETE
98512026-08-31T15:22:09.908Z[ host-image] Aug 31 15:22:09.254 INFO O| Aug 31 15:22:09.254 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98522026-08-31T15:22:09.908Z[ host-image] Aug 31 15:22:09.259 INFO O| Aug 31 15:22:09.259 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98532026-08-31T15:22:09.908Z[ host-image] Aug 31 15:22:09.259 INFO O| Aug 31 15:22:09.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98542026-08-31T15:22:09.908Z[ host-image] Aug 31 15:22:09.259 INFO O| Aug 31 15:22:09.259 INFO STEP 13 (ensure_dir) COMPLETE
98552026-08-31T15:22:09.908Z[ host-image] Aug 31 15:22:09.259 INFO O| Aug 31 15:22:09.259 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98562026-08-31T15:22:09.908Z[ host-image] Aug 31 15:22:09.264 INFO O| Aug 31 15:22:09.264 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98572026-08-31T15:22:09.908Z[ host-image] Aug 31 15:22:09.264 INFO O| Aug 31 15:22:09.264 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98582026-08-31T15:22:09.908Z[ host-image] Aug 31 15:22:09.264 INFO O| Aug 31 15:22:09.264 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98592026-08-31T15:22:09.909Z[ host-image] Aug 31 15:22:09.264 INFO O| Aug 31 15:22:09.264 INFO STEP 14 (ensure_dir) COMPLETE
98602026-08-31T15:22:09.909Z[ host-image] Aug 31 15:22:09.264 INFO O| Aug 31 15:22:09.264 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98612026-08-31T15:22:09.909Z[ host-image] Aug 31 15:22:09.269 INFO O| Aug 31 15:22:09.269 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98622026-08-31T15:22:09.909Z[ host-image] Aug 31 15:22:09.269 INFO O| Aug 31 15:22:09.269 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98632026-08-31T15:22:09.909Z[ host-image] Aug 31 15:22:09.269 INFO O| Aug 31 15:22:09.269 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98642026-08-31T15:22:09.909Z[ host-image] Aug 31 15:22:09.269 INFO O| Aug 31 15:22:09.269 INFO STEP 15 (ensure_dir) COMPLETE
98652026-08-31T15:22:09.909Z[ host-image] Aug 31 15:22:09.269 INFO O| Aug 31 15:22:09.269 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98662026-08-31T15:22:09.928Z[ host-image] Aug 31 15:22:09.276 INFO O| Aug 31 15:22:09.276 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98672026-08-31T15:22:09.928Z[ host-image] Aug 31 15:22:09.276 INFO O| Aug 31 15:22:09.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98682026-08-31T15:22:09.928Z[ host-image] Aug 31 15:22:09.276 INFO O| Aug 31 15:22:09.276 INFO STEP 16 (ensure_dir) COMPLETE
98692026-08-31T15:22:09.928Z[ host-image] Aug 31 15:22:09.276 INFO O| Aug 31 15:22:09.276 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98702026-08-31T15:22:09.928Z[ host-image] Aug 31 15:22:09.282 INFO O| Aug 31 15:22:09.282 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98712026-08-31T15:22:09.928Z[ host-image] Aug 31 15:22:09.282 INFO O| Aug 31 15:22:09.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98722026-08-31T15:22:09.928Z[ host-image] Aug 31 15:22:09.282 INFO O| Aug 31 15:22:09.282 INFO STEP 17 (ensure_dir) COMPLETE
98732026-08-31T15:22:09.928Z[ host-image] Aug 31 15:22:09.282 INFO O| Aug 31 15:22:09.282 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98742026-08-31T15:22:09.939Z[ host-image] Aug 31 15:22:09.288 INFO O| Aug 31 15:22:09.288 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98752026-08-31T15:22:09.939Z[ host-image] Aug 31 15:22:09.288 INFO O| Aug 31 15:22:09.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98762026-08-31T15:22:09.939Z[ host-image] Aug 31 15:22:09.288 INFO O| Aug 31 15:22:09.288 INFO ok!
98772026-08-31T15:22:09.939Z[ host-image] Aug 31 15:22:09.288 INFO O| Aug 31 15:22:09.288 INFO STEP 18 (ensure_symlink) COMPLETE
98782026-08-31T15:22:09.939Z[ host-image] Aug 31 15:22:09.288 INFO O| Aug 31 15:22:09.288 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98792026-08-31T15:22:09.939Z[ host-image] Aug 31 15:22:09.294 INFO O| Aug 31 15:22:09.294 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98802026-08-31T15:22:09.939Z[ host-image] Aug 31 15:22:09.294 INFO O| Aug 31 15:22:09.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98812026-08-31T15:22:09.939Z[ host-image] Aug 31 15:22:09.294 INFO O| Aug 31 15:22:09.294 INFO ok!
98822026-08-31T15:22:09.939Z[ host-image] Aug 31 15:22:09.294 INFO O| Aug 31 15:22:09.294 INFO STEP 19 (ensure_file) COMPLETE
98832026-08-31T15:22:09.939Z[ host-image] Aug 31 15:22:09.294 INFO O| Aug 31 15:22:09.294 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98842026-08-31T15:22:09.939Z[ host-image] Aug 31 15:22:09.300 INFO O| Aug 31 15:22:09.300 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98852026-08-31T15:22:09.939Z[ host-image] Aug 31 15:22:09.300 INFO O| Aug 31 15:22:09.300 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98862026-08-31T15:22:09.939Z[ host-image] Aug 31 15:22:09.300 INFO O| Aug 31 15:22:09.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98872026-08-31T15:22:09.939Z[ host-image] Aug 31 15:22:09.300 INFO O| Aug 31 15:22:09.300 INFO ok!
98882026-08-31T15:22:09.939Z[ host-image] Aug 31 15:22:09.300 INFO O| Aug 31 15:22:09.300 INFO STEP 20 (ensure_symlink) COMPLETE
98892026-08-31T15:22:09.939Z[ host-image] Aug 31 15:22:09.300 INFO O| Aug 31 15:22:09.300 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98902026-08-31T15:22:09.951Z[ host-image] Aug 31 15:22:09.306 INFO O| Aug 31 15:22:09.306 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98912026-08-31T15:22:09.951Z[ host-image] Aug 31 15:22:09.306 INFO O| Aug 31 15:22:09.306 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98922026-08-31T15:22:09.951Z[ host-image] Aug 31 15:22:09.306 INFO O| Aug 31 15:22:09.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98932026-08-31T15:22:09.951Z[ host-image] Aug 31 15:22:09.306 INFO O| Aug 31 15:22:09.306 INFO ok!
98942026-08-31T15:22:09.951Z[ host-image] Aug 31 15:22:09.306 INFO O| Aug 31 15:22:09.306 INFO STEP 21 (ensure_symlink) COMPLETE
98952026-08-31T15:22:09.951Z[ host-image] Aug 31 15:22:09.306 INFO O| Aug 31 15:22:09.306 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98962026-08-31T15:22:09.951Z[ host-image] Aug 31 15:22:09.311 INFO O| Aug 31 15:22:09.311 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98972026-08-31T15:22:09.951Z[ host-image] Aug 31 15:22:09.311 INFO O| Aug 31 15:22:09.311 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98982026-08-31T15:22:09.951Z[ host-image] Aug 31 15:22:09.311 INFO O| Aug 31 15:22:09.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98992026-08-31T15:22:09.951Z[ host-image] Aug 31 15:22:09.311 INFO O| Aug 31 15:22:09.311 INFO ok!
99002026-08-31T15:22:09.951Z[ host-image] Aug 31 15:22:09.311 INFO O| Aug 31 15:22:09.311 INFO STEP 22 (ensure_symlink) COMPLETE
99012026-08-31T15:22:09.951Z[ host-image] Aug 31 15:22:09.311 INFO O| Aug 31 15:22:09.311 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99022026-08-31T15:22:09.962Z[ host-image] Aug 31 15:22:09.318 INFO O| Aug 31 15:22:09.317 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
99032026-08-31T15:22:09.963Z[ host-image] Aug 31 15:22:09.318 INFO O| Aug 31 15:22:09.318 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
99042026-08-31T15:22:09.963Z[ host-image] Aug 31 15:22:09.318 INFO O| Aug 31 15:22:09.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
99052026-08-31T15:22:09.963Z[ host-image] Aug 31 15:22:09.318 INFO O| Aug 31 15:22:09.318 INFO ok!
99062026-08-31T15:22:09.963Z[ host-image] Aug 31 15:22:09.318 INFO O| Aug 31 15:22:09.318 INFO STEP 23 (ensure_symlink) COMPLETE
99072026-08-31T15:22:09.963Z[ host-image] Aug 31 15:22:09.318 INFO O| Aug 31 15:22:09.318 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99082026-08-31T15:22:09.963Z[ host-image] Aug 31 15:22:09.323 INFO O| Aug 31 15:22:09.323 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
99092026-08-31T15:22:09.963Z[ host-image] Aug 31 15:22:09.323 INFO O| Aug 31 15:22:09.323 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
99102026-08-31T15:22:09.963Z[ host-image] Aug 31 15:22:09.323 INFO O| Aug 31 15:22:09.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
99112026-08-31T15:22:09.963Z[ host-image] Aug 31 15:22:09.323 INFO O| Aug 31 15:22:09.323 INFO ok!
99122026-08-31T15:22:09.963Z[ host-image] Aug 31 15:22:09.323 INFO O| Aug 31 15:22:09.323 INFO STEP 24 (ensure_file) COMPLETE
99132026-08-31T15:22:09.963Z[ host-image] Aug 31 15:22:09.323 INFO O| Aug 31 15:22:09.323 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
99142026-08-31T15:22:09.963Z[ host-image] Aug 31 15:22:09.329 INFO O| Aug 31 15:22:09.329 INFO updating shadow file
99152026-08-31T15:22:09.964Z[ host-image] Aug 31 15:22:09.329 INFO O| Aug 31 15:22:09.329 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99162026-08-31T15:22:09.965Z[ host-image] Aug 31 15:22:09.329 INFO O| Aug 31 15:22:09.329 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99172026-08-31T15:22:09.974Z[ host-image] Aug 31 15:22:09.329 INFO O| Aug 31 15:22:09.329 INFO STEP 25 (shadow) COMPLETE
99182026-08-31T15:22:09.974Z[ host-image] Aug 31 15:22:09.329 INFO O| Aug 31 15:22:09.329 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99192026-08-31T15:22:09.975Z[ host-image] Aug 31 15:22:09.336 INFO O| Aug 31 15:22:09.336 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99202026-08-31T15:22:09.975Z[ host-image] Aug 31 15:22:09.336 INFO O| Aug 31 15:22:09.336 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99212026-08-31T15:22:09.975Z[ host-image] Aug 31 15:22:09.336 INFO O| Aug 31 15:22:09.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99222026-08-31T15:22:09.975Z[ host-image] Aug 31 15:22:09.336 INFO O| Aug 31 15:22:09.336 INFO ok!
99232026-08-31T15:22:09.975Z[ host-image] Aug 31 15:22:09.336 INFO O| Aug 31 15:22:09.336 INFO STEP 26 (ensure_file) COMPLETE
99242026-08-31T15:22:09.975Z[ host-image] Aug 31 15:22:09.336 INFO O| Aug 31 15:22:09.336 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99252026-08-31T15:22:09.988Z[ host-image] Aug 31 15:22:09.342 INFO O| Aug 31 15:22:09.342 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99262026-08-31T15:22:09.988Z[ host-image] Aug 31 15:22:09.342 INFO O| Aug 31 15:22:09.342 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99272026-08-31T15:22:09.988Z[ host-image] Aug 31 15:22:09.342 INFO O| Aug 31 15:22:09.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99282026-08-31T15:22:09.988Z[ host-image] Aug 31 15:22:09.342 INFO O| Aug 31 15:22:09.342 INFO ok!
99292026-08-31T15:22:09.989Z[ host-image] Aug 31 15:22:09.342 INFO O| Aug 31 15:22:09.342 INFO STEP 27 (ensure_file) COMPLETE
99302026-08-31T15:22:09.989Z[ host-image] Aug 31 15:22:09.342 INFO O| Aug 31 15:22:09.342 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99312026-08-31T15:22:09.989Z[ host-image] Aug 31 15:22:09.347 INFO O| Aug 31 15:22:09.347 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99322026-08-31T15:22:09.989Z[ host-image] Aug 31 15:22:09.347 INFO O| Aug 31 15:22:09.347 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99332026-08-31T15:22:09.989Z[ host-image] Aug 31 15:22:09.347 INFO O| Aug 31 15:22:09.347 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99342026-08-31T15:22:09.989Z[ host-image] Aug 31 15:22:09.347 INFO O| Aug 31 15:22:09.347 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99352026-08-31T15:22:09.989Z[ host-image] Aug 31 15:22:09.347 INFO O| Aug 31 15:22:09.347 INFO ok!
99362026-08-31T15:22:09.989Z[ host-image] Aug 31 15:22:09.347 INFO O| Aug 31 15:22:09.347 INFO STEP 28 (ensure_file) COMPLETE
99372026-08-31T15:22:09.989Z[ host-image] Aug 31 15:22:09.347 INFO O| Aug 31 15:22:09.347 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99382026-08-31T15:22:09.989Z[ host-image] Aug 31 15:22:09.352 INFO O| Aug 31 15:22:09.352 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99392026-08-31T15:22:09.989Z[ host-image] Aug 31 15:22:09.352 INFO O| Aug 31 15:22:09.352 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99402026-08-31T15:22:09.989Z[ host-image] Aug 31 15:22:09.352 INFO O| Aug 31 15:22:09.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99412026-08-31T15:22:09.989Z[ host-image] Aug 31 15:22:09.352 INFO O| Aug 31 15:22:09.352 INFO ok!
99422026-08-31T15:22:09.989Z[ host-image] Aug 31 15:22:09.352 INFO O| Aug 31 15:22:09.352 INFO STEP 29 (ensure_file) COMPLETE
99432026-08-31T15:22:09.989Z[ host-image] Aug 31 15:22:09.352 INFO O| Aug 31 15:22:09.352 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99442026-08-31T15:22:10.020Z[ host-image] Aug 31 15:22:09.359 INFO O| Aug 31 15:22:09.359 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99452026-08-31T15:22:10.020Z[ host-image] Aug 31 15:22:09.359 INFO O| Aug 31 15:22:09.359 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99462026-08-31T15:22:10.020Z[ host-image] Aug 31 15:22:09.359 INFO O| Aug 31 15:22:09.359 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99472026-08-31T15:22:10.020Z[ host-image] Aug 31 15:22:09.359 INFO O| Aug 31 15:22:09.359 INFO STEP 30 (ensure_dir) COMPLETE
99482026-08-31T15:22:10.020Z[ host-image] Aug 31 15:22:09.359 INFO O| Aug 31 15:22:09.359 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99492026-08-31T15:22:10.020Z[ host-image] Aug 31 15:22:09.364 INFO O| Aug 31 15:22:09.364 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99502026-08-31T15:22:10.020Z[ host-image] Aug 31 15:22:09.364 INFO O| Aug 31 15:22:09.364 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99512026-08-31T15:22:10.020Z[ host-image] Aug 31 15:22:09.364 INFO O| Aug 31 15:22:09.364 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99522026-08-31T15:22:10.020Z[ host-image] Aug 31 15:22:09.364 INFO O| Aug 31 15:22:09.364 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99532026-08-31T15:22:10.020Z[ host-image] Aug 31 15:22:09.364 INFO O| Aug 31 15:22:09.364 INFO ok!
99542026-08-31T15:22:10.020Z[ host-image] Aug 31 15:22:09.364 INFO O| Aug 31 15:22:09.364 INFO STEP 31 (ensure_file) COMPLETE
99552026-08-31T15:22:10.020Z[ host-image] Aug 31 15:22:09.364 INFO O| Aug 31 15:22:09.364 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99562026-08-31T15:22:10.028Z[ host-image] Aug 31 15:22:09.371 INFO O| Aug 31 15:22:09.370 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99572026-08-31T15:22:10.028Z[ host-image] Aug 31 15:22:09.371 INFO O| Aug 31 15:22:09.371 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99582026-08-31T15:22:10.028Z[ host-image] Aug 31 15:22:09.371 INFO O| Aug 31 15:22:09.371 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99592026-08-31T15:22:10.028Z[ host-image] Aug 31 15:22:09.371 INFO O| Aug 31 15:22:09.371 INFO STEP 32 (ensure_dir) COMPLETE
99602026-08-31T15:22:10.028Z[ host-image] Aug 31 15:22:09.371 INFO O| Aug 31 15:22:09.371 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99612026-08-31T15:22:10.028Z[ host-image] Aug 31 15:22:09.376 INFO O| Aug 31 15:22:09.376 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99622026-08-31T15:22:10.028Z[ host-image] Aug 31 15:22:09.376 INFO O| Aug 31 15:22:09.376 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 ...
99632026-08-31T15:22:10.028Z[ host-image] Aug 31 15:22:09.376 INFO O| Aug 31 15:22:09.376 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
99642026-08-31T15:22:10.028Z[ host-image] Aug 31 15:22:09.376 INFO O| Aug 31 15:22:09.376 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99652026-08-31T15:22:10.028Z[ host-image] Aug 31 15:22:09.376 INFO O| Aug 31 15:22:09.376 INFO ok!
99662026-08-31T15:22:10.028Z[ host-image] Aug 31 15:22:09.376 INFO O| Aug 31 15:22:09.376 INFO STEP 33 (ensure_file) COMPLETE
99672026-08-31T15:22:10.028Z[ host-image] Aug 31 15:22:09.376 INFO O| Aug 31 15:22:09.376 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99682026-08-31T15:22:10.028Z[ host-image] Aug 31 15:22:09.382 INFO O| Aug 31 15:22:09.381 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99692026-08-31T15:22:10.028Z[ host-image] Aug 31 15:22:09.382 INFO O| Aug 31 15:22:09.382 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99702026-08-31T15:22:10.028Z[ host-image] Aug 31 15:22:09.382 INFO O| Aug 31 15:22:09.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99712026-08-31T15:22:10.028Z[ host-image] Aug 31 15:22:09.382 INFO O| Aug 31 15:22:09.382 INFO ok!
99722026-08-31T15:22:10.028Z[ host-image] Aug 31 15:22:09.382 INFO O| Aug 31 15:22:09.382 INFO STEP 34 (ensure_file) COMPLETE
99732026-08-31T15:22:10.028Z[ host-image] Aug 31 15:22:09.382 INFO O| Aug 31 15:22:09.382 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99742026-08-31T15:22:10.028Z[ host-image] Aug 31 15:22:09.387 INFO O| Aug 31 15:22:09.387 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99752026-08-31T15:22:10.028Z[ host-image] Aug 31 15:22:09.387 INFO O| Aug 31 15:22:09.387 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99762026-08-31T15:22:10.028Z[ host-image] Aug 31 15:22:09.387 INFO O| Aug 31 15:22:09.387 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99772026-08-31T15:22:10.028Z[ host-image] Aug 31 15:22:09.387 INFO O| Aug 31 15:22:09.387 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99782026-08-31T15:22:10.029Z[ host-image] Aug 31 15:22:09.387 INFO O| Aug 31 15:22:09.387 INFO ok!
99792026-08-31T15:22:10.029Z[ host-image] Aug 31 15:22:09.387 INFO O| Aug 31 15:22:09.387 INFO STEP 35 (ensure_file) COMPLETE
99802026-08-31T15:22:10.029Z[ host-image] Aug 31 15:22:09.387 INFO O| Aug 31 15:22:09.387 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99812026-08-31T15:22:10.029Z[ host-image] Aug 31 15:22:09.394 INFO O| Aug 31 15:22:09.394 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99822026-08-31T15:22:10.029Z[ host-image] Aug 31 15:22:09.394 INFO O| Aug 31 15:22:09.394 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99832026-08-31T15:22:10.029Z[ host-image] Aug 31 15:22:09.394 INFO O| Aug 31 15:22:09.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99842026-08-31T15:22:10.029Z[ host-image] Aug 31 15:22:09.394 INFO O| Aug 31 15:22:09.394 INFO ok!
99852026-08-31T15:22:10.029Z[ host-image] Aug 31 15:22:09.394 INFO O| Aug 31 15:22:09.394 INFO STEP 36 (ensure_file) COMPLETE
99862026-08-31T15:22:10.029Z[ host-image] Aug 31 15:22:09.394 INFO O| Aug 31 15:22:09.394 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99872026-08-31T15:22:10.038Z[ host-image] Aug 31 15:22:09.400 INFO O| Aug 31 15:22:09.400 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99882026-08-31T15:22:10.038Z[ host-image] Aug 31 15:22:09.400 INFO O| Aug 31 15:22:09.400 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99892026-08-31T15:22:10.038Z[ host-image] Aug 31 15:22:09.400 INFO O| Aug 31 15:22:09.400 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99902026-08-31T15:22:10.038Z[ host-image] Aug 31 15:22:09.400 INFO O| Aug 31 15:22:09.400 INFO ok!
99912026-08-31T15:22:10.038Z[ host-image] Aug 31 15:22:09.400 INFO O| Aug 31 15:22:09.400 INFO STEP 37 (ensure_file) COMPLETE
99922026-08-31T15:22:10.038Z[ host-image] Aug 31 15:22:09.400 INFO O| Aug 31 15:22:09.400 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99932026-08-31T15:22:10.047Z[ host-image] Aug 31 15:22:09.405 INFO O| Aug 31 15:22:09.405 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99942026-08-31T15:22:10.047Z[ host-image] Aug 31 15:22:09.405 INFO O| Aug 31 15:22:09.405 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99952026-08-31T15:22:10.047Z[ host-image] Aug 31 15:22:09.405 INFO O| Aug 31 15:22:09.405 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99962026-08-31T15:22:10.047Z[ host-image] Aug 31 15:22:09.405 INFO O| Aug 31 15:22:09.405 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99972026-08-31T15:22:10.047Z[ host-image] Aug 31 15:22:09.405 INFO O| Aug 31 15:22:09.405 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99982026-08-31T15:22:10.047Z[ host-image] Aug 31 15:22:09.406 INFO O| Aug 31 15:22:09.405 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99992026-08-31T15:22:10.047Z[ host-image] Aug 31 15:22:09.406 INFO O| Aug 31 15:22:09.405 INFO ok!
100002026-08-31T15:22:10.047Z[ host-image] Aug 31 15:22:09.406 INFO O| Aug 31 15:22:09.406 INFO STEP 38 (ensure_file) COMPLETE
100012026-08-31T15:22:10.047Z[ host-image] Aug 31 15:22:09.406 INFO O| Aug 31 15:22:09.406 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100022026-08-31T15:22:10.047Z[ host-image] Aug 31 15:22:09.411 INFO O| Aug 31 15:22:09.411 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100032026-08-31T15:22:10.047Z[ host-image] Aug 31 15:22:09.411 INFO O| Aug 31 15:22:09.411 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100042026-08-31T15:22:10.047Z[ host-image] Aug 31 15:22:09.411 INFO O| Aug 31 15:22:09.411 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100052026-08-31T15:22:10.047Z[ host-image] Aug 31 15:22:09.411 INFO O| Aug 31 15:22:09.411 INFO STEP 39 (ensure_dir) COMPLETE
100062026-08-31T15:22:10.047Z[ host-image] Aug 31 15:22:09.411 INFO O| Aug 31 15:22:09.411 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100072026-08-31T15:22:10.048Z[ host-image] Aug 31 15:22:09.416 INFO O| Aug 31 15:22:09.416 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
100082026-08-31T15:22:10.048Z[ host-image] Aug 31 15:22:09.416 INFO O| Aug 31 15:22:09.416 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 ...
100092026-08-31T15:22:10.048Z[ host-image] Aug 31 15:22:09.416 INFO O| Aug 31 15:22:09.416 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
100102026-08-31T15:22:10.048Z[ host-image] Aug 31 15:22:09.416 INFO O| Aug 31 15:22:09.416 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
100112026-08-31T15:22:10.048Z[ host-image] Aug 31 15:22:09.416 INFO O| Aug 31 15:22:09.416 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
100122026-08-31T15:22:10.048Z[ host-image] Aug 31 15:22:09.416 INFO O| Aug 31 15:22:09.416 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
100132026-08-31T15:22:10.048Z[ host-image] Aug 31 15:22:09.416 INFO O| Aug 31 15:22:09.416 INFO ok!
100142026-08-31T15:22:10.049Z[ host-image] Aug 31 15:22:09.416 INFO O| Aug 31 15:22:09.416 INFO STEP 40 (ensure_file) COMPLETE
100152026-08-31T15:22:10.066Z[ host-image] Aug 31 15:22:09.416 INFO O| Aug 31 15:22:09.416 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100162026-08-31T15:22:10.066Z[ host-image] Aug 31 15:22:09.423 INFO O| Aug 31 15:22:09.423 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100172026-08-31T15:22:10.066Z[ host-image] Aug 31 15:22:09.423 INFO O| Aug 31 15:22:09.423 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 ...
100182026-08-31T15:22:10.066Z[ host-image] Aug 31 15:22:09.423 INFO O| Aug 31 15:22:09.423 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100192026-08-31T15:22:10.066Z[ host-image] Aug 31 15:22:09.423 INFO O| Aug 31 15:22:09.423 INFO ok!
100202026-08-31T15:22:10.066Z[ host-image] Aug 31 15:22:09.423 INFO O| Aug 31 15:22:09.423 INFO STEP 41 (ensure_symlink) COMPLETE
100212026-08-31T15:22:10.066Z[ host-image] Aug 31 15:22:09.423 INFO O| Aug 31 15:22:09.423 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100222026-08-31T15:22:10.066Z[ host-image] Aug 31 15:22:09.428 INFO O| Aug 31 15:22:09.428 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100232026-08-31T15:22:10.066Z[ host-image] Aug 31 15:22:09.428 INFO O| Aug 31 15:22:09.428 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100242026-08-31T15:22:10.067Z[ host-image] Aug 31 15:22:09.428 INFO O| Aug 31 15:22:09.428 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100252026-08-31T15:22:10.067Z[ host-image] Aug 31 15:22:09.428 INFO O| Aug 31 15:22:09.428 INFO ok!
100262026-08-31T15:22:10.067Z[ host-image] Aug 31 15:22:09.428 INFO O| Aug 31 15:22:09.428 INFO STEP 42 (ensure_symlink) COMPLETE
100272026-08-31T15:22:10.067Z[ host-image] Aug 31 15:22:09.428 INFO O| Aug 31 15:22:09.428 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100282026-08-31T15:22:10.081Z[ host-image] Aug 31 15:22:09.434 INFO O| Aug 31 15:22:09.434 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100292026-08-31T15:22:10.081Z[ host-image] Aug 31 15:22:09.434 INFO O| Aug 31 15:22:09.434 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100302026-08-31T15:22:10.081Z[ host-image] Aug 31 15:22:09.434 INFO O| Aug 31 15:22:09.434 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100312026-08-31T15:22:10.081Z[ host-image] Aug 31 15:22:09.434 INFO O| Aug 31 15:22:09.434 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100322026-08-31T15:22:10.081Z[ host-image] Aug 31 15:22:09.434 INFO O| Aug 31 15:22:09.434 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100332026-08-31T15:22:10.081Z[ host-image] Aug 31 15:22:09.434 INFO O| Aug 31 15:22:09.434 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100342026-08-31T15:22:10.081Z[ host-image] Aug 31 15:22:09.434 INFO O| Aug 31 15:22:09.434 INFO ok!
100352026-08-31T15:22:10.081Z[ host-image] Aug 31 15:22:09.434 INFO O| Aug 31 15:22:09.434 INFO STEP 43 (ensure_file) COMPLETE
100362026-08-31T15:22:10.081Z[ host-image] Aug 31 15:22:09.434 INFO O| Aug 31 15:22:09.434 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100372026-08-31T15:22:10.081Z[ host-image] Aug 31 15:22:09.439 INFO O| Aug 31 15:22:09.439 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100382026-08-31T15:22:10.081Z[ host-image] Aug 31 15:22:09.439 INFO O| Aug 31 15:22:09.439 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 ...
100392026-08-31T15:22:10.081Z[ host-image] Aug 31 15:22:09.439 INFO O| Aug 31 15:22:09.439 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
100402026-08-31T15:22:10.081Z[ host-image] Aug 31 15:22:09.439 INFO O| Aug 31 15:22:09.439 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100412026-08-31T15:22:10.081Z[ host-image] Aug 31 15:22:09.439 INFO O| Aug 31 15:22:09.439 INFO ok!
100422026-08-31T15:22:10.081Z[ host-image] Aug 31 15:22:09.439 INFO O| Aug 31 15:22:09.439 INFO STEP 44 (ensure_file) COMPLETE
100432026-08-31T15:22:10.082Z[ host-image] Aug 31 15:22:09.439 INFO O| Aug 31 15:22:09.439 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100442026-08-31T15:22:10.082Z[ host-image] Aug 31 15:22:09.444 INFO O| Aug 31 15:22:09.444 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100452026-08-31T15:22:10.082Z[ host-image] Aug 31 15:22:09.444 INFO O| Aug 31 15:22:09.444 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100462026-08-31T15:22:10.082Z[ host-image] Aug 31 15:22:09.444 INFO O| Aug 31 15:22:09.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100472026-08-31T15:22:10.082Z[ host-image] Aug 31 15:22:09.444 INFO O| Aug 31 15:22:09.444 INFO ok!
100482026-08-31T15:22:10.082Z[ host-image] Aug 31 15:22:09.444 INFO O| Aug 31 15:22:09.444 INFO STEP 45 (ensure_file) COMPLETE
100492026-08-31T15:22:10.082Z[ host-image] Aug 31 15:22:09.444 INFO O| Aug 31 15:22:09.444 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100502026-08-31T15:22:10.095Z[ host-image] Aug 31 15:22:09.449 INFO O| Aug 31 15:22:09.449 INFO updating shadow file
100512026-08-31T15:22:10.095Z[ host-image] Aug 31 15:22:09.450 INFO O| Aug 31 15:22:09.450 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100522026-08-31T15:22:10.095Z[ host-image] Aug 31 15:22:09.450 INFO O| Aug 31 15:22:09.450 INFO STEP 46 (shadow) COMPLETE
100532026-08-31T15:22:10.095Z[ host-image] Aug 31 15:22:09.450 INFO O| Aug 31 15:22:09.450 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100542026-08-31T15:22:10.095Z[ host-image] Aug 31 15:22:09.455 INFO O| Aug 31 15:22:09.455 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100552026-08-31T15:22:10.095Z[ host-image] Aug 31 15:22:09.455 INFO O| Aug 31 15:22:09.455 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100562026-08-31T15:22:10.095Z[ host-image] Aug 31 15:22:09.455 INFO O| Aug 31 15:22:09.455 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100572026-08-31T15:22:10.096Z[ host-image] Aug 31 15:22:09.455 INFO O| Aug 31 15:22:09.455 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100582026-08-31T15:22:10.096Z[ host-image] Aug 31 15:22:09.455 INFO O| Aug 31 15:22:09.455 INFO ok!
100592026-08-31T15:22:10.096Z[ host-image] Aug 31 15:22:09.455 INFO O| Aug 31 15:22:09.455 INFO STEP 47 (ensure_file) COMPLETE
100602026-08-31T15:22:10.096Z[ host-image] Aug 31 15:22:09.455 INFO O| Aug 31 15:22:09.455 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100612026-08-31T15:22:10.096Z[ host-image] Aug 31 15:22:09.455 INFO O| Aug 31 15:22:09.455 INFO skip step because feature "mfg" is not enabled
100622026-08-31T15:22:10.096Z[ host-image] Aug 31 15:22:09.455 INFO O| Aug 31 15:22:09.455 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100632026-08-31T15:22:10.096Z[ host-image] Aug 31 15:22:09.455 INFO O| Aug 31 15:22:09.455 INFO skip step because feature "mfg" is not enabled
100642026-08-31T15:22:10.096Z[ host-image] Aug 31 15:22:09.455 INFO O| Aug 31 15:22:09.455 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100652026-08-31T15:22:10.108Z[ host-image] Aug 31 15:22:09.461 INFO O| Aug 31 15:22:09.461 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100662026-08-31T15:22:10.108Z[ host-image] Aug 31 15:22:09.461 INFO O| Aug 31 15:22:09.461 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100672026-08-31T15:22:10.123Z[ host-image] Aug 31 15:22:09.488 INFO O| Aug 31 15:22:09.488 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100682026-08-31T15:22:10.123Z[ host-image] Aug 31 15:22:09.488 INFO O| Aug 31 15:22:09.488 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100692026-08-31T15:22:10.138Z[ host-image] Aug 31 15:22:09.488 INFO O| Aug 31 15:22:09.488 INFO ok!
100702026-08-31T15:22:10.139Z[ host-image] Aug 31 15:22:09.488 INFO O| Aug 31 15:22:09.488 INFO STEP 50 (ensure_file) COMPLETE
100712026-08-31T15:22:10.139Z[ host-image] Aug 31 15:22:09.488 INFO O| Aug 31 15:22:09.488 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100722026-08-31T15:22:10.139Z[ host-image] Aug 31 15:22:09.488 INFO O| Aug 31 15:22:09.488 INFO skip step because feature "compliance" is not enabled
100732026-08-31T15:22:10.139Z[ host-image] Aug 31 15:22:09.488 INFO O| Aug 31 15:22:09.488 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100742026-08-31T15:22:10.139Z[ host-image] Aug 31 15:22:09.494 INFO O| Aug 31 15:22:09.494 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100752026-08-31T15:22:10.139Z[ host-image] Aug 31 15:22:09.494 INFO O| Aug 31 15:22:09.494 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100762026-08-31T15:22:10.139Z[ host-image] Aug 31 15:22:09.494 INFO O| Aug 31 15:22:09.494 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100772026-08-31T15:22:10.139Z[ host-image] Aug 31 15:22:09.494 INFO O| Aug 31 15:22:09.494 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100782026-08-31T15:22:10.139Z[ host-image] Aug 31 15:22:09.494 INFO O| Aug 31 15:22:09.494 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100792026-08-31T15:22:10.139Z[ host-image] Aug 31 15:22:09.494 INFO O| Aug 31 15:22:09.494 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100802026-08-31T15:22:10.139Z[ host-image] Aug 31 15:22:09.494 INFO O| Aug 31 15:22:09.494 INFO ok!
100812026-08-31T15:22:10.139Z[ host-image] Aug 31 15:22:09.494 INFO O| Aug 31 15:22:09.494 INFO STEP 52 (ensure_file) COMPLETE
100822026-08-31T15:22:10.139Z[ host-image] Aug 31 15:22:09.494 INFO O| Aug 31 15:22:09.494 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100832026-08-31T15:22:10.139Z[ host-image] Aug 31 15:22:09.500 INFO O| Aug 31 15:22:09.500 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100842026-08-31T15:22:10.139Z[ host-image] Aug 31 15:22:09.500 INFO O| Aug 31 15:22:09.500 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 ...
100852026-08-31T15:22:10.139Z[ host-image] Aug 31 15:22:09.500 INFO O| Aug 31 15:22:09.500 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
100862026-08-31T15:22:10.139Z[ host-image] Aug 31 15:22:09.500 INFO O| Aug 31 15:22:09.500 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100872026-08-31T15:22:10.140Z[ host-image] Aug 31 15:22:09.500 INFO O| Aug 31 15:22:09.500 INFO ok!
100882026-08-31T15:22:10.140Z[ host-image] Aug 31 15:22:09.500 INFO O| Aug 31 15:22:09.500 INFO STEP 53 (ensure_file) COMPLETE
100892026-08-31T15:22:10.140Z[ host-image] Aug 31 15:22:09.500 INFO O| Aug 31 15:22:09.500 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100902026-08-31T15:22:10.150Z[ host-image] Aug 31 15:22:09.505 INFO O| Aug 31 15:22:09.505 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100912026-08-31T15:22:10.150Z[ host-image] Aug 31 15:22:09.505 INFO O| Aug 31 15:22:09.505 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 ...
100922026-08-31T15:22:10.150Z[ host-image] Aug 31 15:22:09.505 INFO O| Aug 31 15:22:09.505 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100932026-08-31T15:22:10.150Z[ host-image] Aug 31 15:22:09.505 INFO O| Aug 31 15:22:09.505 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100942026-08-31T15:22:10.151Z[ host-image] Aug 31 15:22:09.505 INFO O| Aug 31 15:22:09.505 INFO ok!
100952026-08-31T15:22:10.151Z[ host-image] Aug 31 15:22:09.505 INFO O| Aug 31 15:22:09.505 INFO STEP 54 (ensure_file) COMPLETE
100962026-08-31T15:22:10.151Z[ host-image] Aug 31 15:22:09.505 INFO O| Aug 31 15:22:09.505 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100972026-08-31T15:22:10.151Z[ host-image] Aug 31 15:22:09.510 INFO O| Aug 31 15:22:09.510 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100982026-08-31T15:22:10.151Z[ host-image] Aug 31 15:22:09.510 INFO O| Aug 31 15:22:09.510 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 ...
100992026-08-31T15:22:10.151Z[ host-image] Aug 31 15:22:09.510 INFO O| Aug 31 15:22:09.510 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
101002026-08-31T15:22:10.151Z[ host-image] Aug 31 15:22:09.510 INFO O| Aug 31 15:22:09.510 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
101012026-08-31T15:22:10.151Z[ host-image] Aug 31 15:22:09.510 INFO O| Aug 31 15:22:09.510 INFO ok!
101022026-08-31T15:22:10.151Z[ host-image] Aug 31 15:22:09.510 INFO O| Aug 31 15:22:09.510 INFO STEP 55 (ensure_file) COMPLETE
101032026-08-31T15:22:10.151Z[ host-image] Aug 31 15:22:09.510 INFO O| Aug 31 15:22:09.510 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101042026-08-31T15:22:10.151Z[ host-image] Aug 31 15:22:09.518 INFO O| Aug 31 15:22:09.518 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
101052026-08-31T15:22:10.151Z[ host-image] Aug 31 15:22:09.518 INFO O| Aug 31 15:22:09.518 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 ...
101062026-08-31T15:22:10.151Z[ host-image] Aug 31 15:22:09.518 INFO O| Aug 31 15:22:09.518 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101072026-08-31T15:22:10.151Z[ host-image] Aug 31 15:22:09.518 INFO O| Aug 31 15:22:09.518 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101082026-08-31T15:22:10.151Z[ host-image] Aug 31 15:22:09.518 INFO O| Aug 31 15:22:09.518 INFO ok!
101092026-08-31T15:22:10.151Z[ host-image] Aug 31 15:22:09.518 INFO O| Aug 31 15:22:09.518 INFO STEP 56 (ensure_file) COMPLETE
101102026-08-31T15:22:10.151Z[ host-image] Aug 31 15:22:09.518 INFO O| Aug 31 15:22:09.518 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101112026-08-31T15:22:10.161Z[ host-image] Aug 31 15:22:09.524 INFO O| Aug 31 15:22:09.524 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
101122026-08-31T15:22:10.161Z[ host-image] Aug 31 15:22:09.524 INFO O| Aug 31 15:22:09.524 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 ...
101132026-08-31T15:22:10.162Z[ host-image] Aug 31 15:22:09.524 INFO O| Aug 31 15:22:09.524 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
101142026-08-31T15:22:10.162Z[ host-image] Aug 31 15:22:09.524 INFO O| Aug 31 15:22:09.524 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101152026-08-31T15:22:10.162Z[ host-image] Aug 31 15:22:09.524 INFO O| Aug 31 15:22:09.524 INFO ok!
101162026-08-31T15:22:10.162Z[ host-image] Aug 31 15:22:09.524 INFO O| Aug 31 15:22:09.524 INFO STEP 57 (ensure_file) COMPLETE
101172026-08-31T15:22:10.162Z[ host-image] Aug 31 15:22:09.524 INFO O| Aug 31 15:22:09.524 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101182026-08-31T15:22:10.183Z[ host-image] Aug 31 15:22:09.530 INFO O| Aug 31 15:22:09.530 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101192026-08-31T15:22:10.183Z[ host-image] Aug 31 15:22:09.530 INFO O| Aug 31 15:22:09.530 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 ...
101202026-08-31T15:22:10.183Z[ host-image] Aug 31 15:22:09.530 INFO O| Aug 31 15:22:09.530 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101212026-08-31T15:22:10.183Z[ host-image] Aug 31 15:22:09.530 INFO O| Aug 31 15:22:09.530 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101222026-08-31T15:22:10.184Z[ host-image] Aug 31 15:22:09.530 INFO O| Aug 31 15:22:09.530 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101232026-08-31T15:22:10.184Z[ host-image] Aug 31 15:22:09.530 INFO O| Aug 31 15:22:09.530 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101242026-08-31T15:22:10.184Z[ host-image] Aug 31 15:22:09.530 INFO O| Aug 31 15:22:09.530 INFO ok!
101252026-08-31T15:22:10.184Z[ host-image] Aug 31 15:22:09.530 INFO O| Aug 31 15:22:09.530 INFO STEP 58 (ensure_file) COMPLETE
101262026-08-31T15:22:10.184Z[ host-image] Aug 31 15:22:09.530 INFO O| Aug 31 15:22:09.530 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101272026-08-31T15:22:10.184Z[ host-image] Aug 31 15:22:09.536 INFO O| Aug 31 15:22:09.536 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101282026-08-31T15:22:10.184Z[ host-image] Aug 31 15:22:09.536 INFO O| Aug 31 15:22:09.536 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 ...
101292026-08-31T15:22:10.184Z[ host-image] Aug 31 15:22:09.536 INFO O| Aug 31 15:22:09.536 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
101302026-08-31T15:22:10.184Z[ host-image] Aug 31 15:22:09.536 INFO O| Aug 31 15:22:09.536 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101312026-08-31T15:22:10.184Z[ host-image] Aug 31 15:22:09.536 INFO O| Aug 31 15:22:09.536 INFO ok!
101322026-08-31T15:22:10.184Z[ host-image] Aug 31 15:22:09.536 INFO O| Aug 31 15:22:09.536 INFO STEP 59 (ensure_file) COMPLETE
101332026-08-31T15:22:10.184Z[ host-image] Aug 31 15:22:09.536 INFO O| Aug 31 15:22:09.536 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101342026-08-31T15:22:10.184Z[ host-image] Aug 31 15:22:09.541 INFO O| Aug 31 15:22:09.541 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101352026-08-31T15:22:10.184Z[ host-image] Aug 31 15:22:09.541 INFO O| Aug 31 15:22:09.541 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101362026-08-31T15:22:10.184Z[ host-image] Aug 31 15:22:09.541 INFO O| Aug 31 15:22:09.541 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101372026-08-31T15:22:10.184Z[ host-image] Aug 31 15:22:09.541 INFO O| Aug 31 15:22:09.541 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101382026-08-31T15:22:10.185Z[ host-image] Aug 31 15:22:09.541 INFO O| Aug 31 15:22:09.541 INFO ok!
101392026-08-31T15:22:10.185Z[ host-image] Aug 31 15:22:09.541 INFO O| Aug 31 15:22:09.541 INFO STEP 60 (ensure_file) COMPLETE
101402026-08-31T15:22:10.185Z[ host-image] Aug 31 15:22:09.541 INFO O| Aug 31 15:22:09.541 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101412026-08-31T15:22:10.194Z[ host-image] Aug 31 15:22:09.546 INFO O| Aug 31 15:22:09.546 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101422026-08-31T15:22:10.194Z[ host-image] Aug 31 15:22:09.546 INFO O| Aug 31 15:22:09.546 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 ...
101432026-08-31T15:22:10.194Z[ host-image] Aug 31 15:22:09.547 INFO O| Aug 31 15:22:09.546 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
101442026-08-31T15:22:10.194Z[ host-image] Aug 31 15:22:09.547 INFO O| Aug 31 15:22:09.547 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101452026-08-31T15:22:10.194Z[ host-image] Aug 31 15:22:09.547 INFO O| Aug 31 15:22:09.547 INFO ok!
101462026-08-31T15:22:10.194Z[ host-image] Aug 31 15:22:09.547 INFO O| Aug 31 15:22:09.547 INFO STEP 61 (ensure_file) COMPLETE
101472026-08-31T15:22:10.194Z[ host-image] Aug 31 15:22:09.547 INFO O| Aug 31 15:22:09.547 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101482026-08-31T15:22:10.194Z[ host-image] Aug 31 15:22:09.552 INFO O| Aug 31 15:22:09.552 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101492026-08-31T15:22:10.194Z[ host-image] Aug 31 15:22:09.552 INFO O| Aug 31 15:22:09.552 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101502026-08-31T15:22:10.194Z[ host-image] Aug 31 15:22:09.552 INFO O| Aug 31 15:22:09.552 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101512026-08-31T15:22:10.194Z[ host-image] Aug 31 15:22:09.552 INFO O| Aug 31 15:22:09.552 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101522026-08-31T15:22:10.195Z[ host-image] Aug 31 15:22:09.552 INFO O| Aug 31 15:22:09.552 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101532026-08-31T15:22:10.195Z[ host-image] Aug 31 15:22:09.552 INFO O| Aug 31 15:22:09.552 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101542026-08-31T15:22:10.195Z[ host-image] Aug 31 15:22:09.552 INFO O| Aug 31 15:22:09.552 INFO ok!
101552026-08-31T15:22:10.195Z[ host-image] Aug 31 15:22:09.552 INFO O| Aug 31 15:22:09.552 INFO STEP 62 (ensure_file) COMPLETE
101562026-08-31T15:22:10.195Z[ host-image] Aug 31 15:22:09.552 INFO O| Aug 31 15:22:09.552 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101572026-08-31T15:22:10.195Z[ host-image] Aug 31 15:22:09.557 INFO O| Aug 31 15:22:09.557 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101582026-08-31T15:22:10.195Z[ host-image] Aug 31 15:22:09.557 INFO O| Aug 31 15:22:09.557 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 ...
101592026-08-31T15:22:10.195Z[ host-image] Aug 31 15:22:09.558 INFO O| Aug 31 15:22:09.558 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
101602026-08-31T15:22:10.195Z[ host-image] Aug 31 15:22:09.558 INFO O| Aug 31 15:22:09.558 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101612026-08-31T15:22:10.195Z[ host-image] Aug 31 15:22:09.558 INFO O| Aug 31 15:22:09.558 INFO ok!
101622026-08-31T15:22:10.195Z[ host-image] Aug 31 15:22:09.558 INFO O| Aug 31 15:22:09.558 INFO STEP 63 (ensure_file) COMPLETE
101632026-08-31T15:22:10.195Z[ host-image] Aug 31 15:22:09.558 INFO O| Aug 31 15:22:09.558 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101642026-08-31T15:22:10.206Z[ host-image] Aug 31 15:22:09.564 INFO O| Aug 31 15:22:09.564 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101652026-08-31T15:22:10.206Z[ host-image] Aug 31 15:22:09.564 INFO O| Aug 31 15:22:09.564 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 ...
101662026-08-31T15:22:10.206Z[ host-image] Aug 31 15:22:09.564 INFO O| Aug 31 15:22:09.564 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
101672026-08-31T15:22:10.206Z[ host-image] Aug 31 15:22:09.564 INFO O| Aug 31 15:22:09.564 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101682026-08-31T15:22:10.206Z[ host-image] Aug 31 15:22:09.564 INFO O| Aug 31 15:22:09.564 INFO ok!
101692026-08-31T15:22:10.206Z[ host-image] Aug 31 15:22:09.565 INFO O| Aug 31 15:22:09.564 INFO STEP 64 (ensure_file) COMPLETE
101702026-08-31T15:22:10.206Z[ host-image] Aug 31 15:22:09.565 INFO O| Aug 31 15:22:09.565 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101712026-08-31T15:22:10.206Z[ host-image] Aug 31 15:22:09.570 INFO O| Aug 31 15:22:09.570 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101722026-08-31T15:22:10.206Z[ host-image] Aug 31 15:22:09.570 INFO O| Aug 31 15:22:09.570 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 ...
101732026-08-31T15:22:10.206Z[ host-image] Aug 31 15:22:09.570 INFO O| Aug 31 15:22:09.570 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
101742026-08-31T15:22:10.206Z[ host-image] Aug 31 15:22:09.570 INFO O| Aug 31 15:22:09.570 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101752026-08-31T15:22:10.206Z[ host-image] Aug 31 15:22:09.570 INFO O| Aug 31 15:22:09.570 INFO ok!
101762026-08-31T15:22:10.207Z[ host-image] Aug 31 15:22:09.570 INFO O| Aug 31 15:22:09.570 INFO STEP 65 (ensure_file) COMPLETE
101772026-08-31T15:22:10.207Z[ host-image] Aug 31 15:22:09.570 INFO O| Aug 31 15:22:09.570 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101782026-08-31T15:22:10.207Z[ host-image] Aug 31 15:22:09.570 INFO O| Aug 31 15:22:09.570 INFO skip step because feature "mbist" is not enabled
101792026-08-31T15:22:10.207Z[ host-image] Aug 31 15:22:09.570 INFO O| Aug 31 15:22:09.570 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101802026-08-31T15:22:10.233Z[ host-image] Aug 31 15:22:09.576 INFO O| Aug 31 15:22:09.576 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101812026-08-31T15:22:10.233Z[ host-image] Aug 31 15:22:09.576 INFO O| Aug 31 15:22:09.576 INFO STEP 67 (ensure_dir) COMPLETE
101822026-08-31T15:22:10.233Z[ host-image] Aug 31 15:22:09.576 INFO O| Aug 31 15:22:09.576 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101832026-08-31T15:22:10.233Z[ host-image] Aug 31 15:22:09.582 INFO O| Aug 31 15:22:09.582 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101842026-08-31T15:22:10.233Z[ host-image] Aug 31 15:22:09.582 INFO O| Aug 31 15:22:09.582 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101852026-08-31T15:22:10.233Z[ host-image] Aug 31 15:22:09.582 INFO O| Aug 31 15:22:09.582 INFO STEP 68 (ensure_dir) COMPLETE
101862026-08-31T15:22:10.233Z[ host-image] Aug 31 15:22:09.582 INFO O| Aug 31 15:22:09.582 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101872026-08-31T15:22:10.233Z[ host-image] Aug 31 15:22:09.588 INFO O| Aug 31 15:22:09.588 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101882026-08-31T15:22:10.233Z[ host-image] Aug 31 15:22:09.588 INFO O| Aug 31 15:22:09.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101892026-08-31T15:22:10.233Z[ host-image] Aug 31 15:22:09.588 INFO O| Aug 31 15:22:09.588 INFO STEP 69 (ensure_dir) COMPLETE
101902026-08-31T15:22:10.233Z[ host-image] Aug 31 15:22:09.588 INFO O| Aug 31 15:22:09.588 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101912026-08-31T15:22:10.233Z[ host-image] Aug 31 15:22:09.594 INFO O| Aug 31 15:22:09.594 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101922026-08-31T15:22:10.234Z[ host-image] Aug 31 15:22:09.594 INFO O| Aug 31 15:22:09.594 INFO copying /tmp/.tmpmDhZA6/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101932026-08-31T15:22:10.805Z[ host-image] Aug 31 15:22:10.174 INFO O| Aug 31 15:22:10.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101942026-08-31T15:22:10.805Z[ host-image] Aug 31 15:22:10.174 INFO O| Aug 31 15:22:10.174 INFO ok!
101952026-08-31T15:22:10.805Z[ host-image] Aug 31 15:22:10.174 INFO O| Aug 31 15:22:10.174 INFO STEP 70 (ensure_file) COMPLETE
101962026-08-31T15:22:10.813Z[ host-image] Aug 31 15:22:10.174 INFO O| Aug 31 15:22:10.174 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101972026-08-31T15:22:10.826Z[ host-image] Aug 31 15:22:10.183 INFO O| Aug 31 15:22:10.183 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101982026-08-31T15:22:10.826Z[ host-image] Aug 31 15:22:10.183 INFO O| Aug 31 15:22:10.183 INFO copying /tmp/.tmpmDhZA6/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101992026-08-31T15:22:11.140Z[ recovery-image] Aug 31 15:22:10.441 INFO creating reset image...
102002026-08-31T15:22:11.140Z[ recovery-image] Aug 31 15:22:10.441 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")
102012026-08-31T15:22:11.317Z[ host-image] Aug 31 15:22:10.685 INFO O| Aug 31 15:22:10.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
102022026-08-31T15:22:11.317Z[ host-image] Aug 31 15:22:10.685 INFO O| Aug 31 15:22:10.685 INFO ok!
102032026-08-31T15:22:11.317Z[ host-image] Aug 31 15:22:10.685 INFO O| Aug 31 15:22:10.685 INFO STEP 71 (ensure_file) COMPLETE
102042026-08-31T15:22:11.326Z[ host-image] Aug 31 15:22:10.685 INFO O| Aug 31 15:22:10.685 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102052026-08-31T15:22:11.326Z[ recovery-image] Aug 31 15:22:10.689 INFO E| Updating crates.io index
102062026-08-31T15:22:11.326Z[ host-image] Aug 31 15:22:10.693 INFO O| Aug 31 15:22:10.693 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102072026-08-31T15:22:11.326Z[ host-image] Aug 31 15:22:10.694 INFO O| Aug 31 15:22:10.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102082026-08-31T15:22:11.326Z[ host-image] Aug 31 15:22:10.694 INFO O| Aug 31 15:22:10.694 INFO STEP 72 (ensure_dir) COMPLETE
102092026-08-31T15:22:11.326Z[ host-image] Aug 31 15:22:10.694 INFO O| Aug 31 15:22:10.694 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102102026-08-31T15:22:11.334Z[ host-image] Aug 31 15:22:10.702 INFO O| Aug 31 15:22:10.702 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
102112026-08-31T15:22:11.334Z[ host-image] Aug 31 15:22:10.702 INFO O| Aug 31 15:22:10.702 INFO copying /tmp/.tmpmDhZA6/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 ...
102122026-08-31T15:22:11.335Z[ host-image] Aug 31 15:22:10.702 INFO O| Aug 31 15:22:10.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
102132026-08-31T15:22:11.335Z[ host-image] Aug 31 15:22:10.702 INFO O| Aug 31 15:22:10.702 INFO ok!
102142026-08-31T15:22:11.335Z[ host-image] Aug 31 15:22:10.702 INFO O| Aug 31 15:22:10.702 INFO STEP 73 (ensure_file) COMPLETE
102152026-08-31T15:22:11.335Z[ host-image] Aug 31 15:22:10.702 INFO O| Aug 31 15:22:10.702 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102162026-08-31T15:22:11.352Z[ host-image] Aug 31 15:22:10.708 INFO O| Aug 31 15:22:10.708 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102172026-08-31T15:22:11.352Z[ host-image] Aug 31 15:22:10.708 INFO O| Aug 31 15:22:10.708 INFO copying /tmp/.tmpmDhZA6/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 ...
102182026-08-31T15:22:11.352Z[ host-image] Aug 31 15:22:10.708 INFO O| Aug 31 15:22:10.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102192026-08-31T15:22:11.352Z[ host-image] Aug 31 15:22:10.708 INFO O| Aug 31 15:22:10.708 INFO ok!
102202026-08-31T15:22:11.352Z[ host-image] Aug 31 15:22:10.708 INFO O| Aug 31 15:22:10.708 INFO STEP 74 (ensure_file) COMPLETE
102212026-08-31T15:22:11.352Z[ host-image] Aug 31 15:22:10.708 INFO O| Aug 31 15:22:10.708 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102222026-08-31T15:22:11.352Z[ host-image] Aug 31 15:22:10.713 INFO O| Aug 31 15:22:10.713 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102232026-08-31T15:22:11.352Z[ host-image] Aug 31 15:22:10.713 INFO O| Aug 31 15:22:10.713 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102242026-08-31T15:22:11.352Z[ host-image] Aug 31 15:22:10.713 INFO O| Aug 31 15:22:10.713 INFO STEP 75 (ensure_dir) COMPLETE
102252026-08-31T15:22:11.352Z[ host-image] Aug 31 15:22:10.713 INFO O| Aug 31 15:22:10.713 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102262026-08-31T15:22:11.352Z[ host-image] Aug 31 15:22:10.719 INFO O| Aug 31 15:22:10.719 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102272026-08-31T15:22:11.352Z[ host-image] Aug 31 15:22:10.719 INFO O| Aug 31 15:22:10.719 INFO copying /tmp/.tmpmDhZA6/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 ...
102282026-08-31T15:22:11.352Z[ host-image] Aug 31 15:22:10.719 INFO O| Aug 31 15:22:10.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102292026-08-31T15:22:11.352Z[ host-image] Aug 31 15:22:10.719 INFO O| Aug 31 15:22:10.719 INFO ok!
102302026-08-31T15:22:11.352Z[ host-image] Aug 31 15:22:10.719 INFO O| Aug 31 15:22:10.719 INFO STEP 76 (ensure_file) COMPLETE
102312026-08-31T15:22:11.353Z[ host-image] Aug 31 15:22:10.719 INFO O| Aug 31 15:22:10.719 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102322026-08-31T15:22:11.362Z[ host-image] Aug 31 15:22:10.724 INFO O| Aug 31 15:22:10.724 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102332026-08-31T15:22:11.362Z[ host-image] Aug 31 15:22:10.724 INFO O| Aug 31 15:22:10.724 INFO copying /tmp/.tmpmDhZA6/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 ...
102342026-08-31T15:22:11.362Z[ host-image] Aug 31 15:22:10.724 INFO O| Aug 31 15:22:10.724 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102352026-08-31T15:22:11.362Z[ host-image] Aug 31 15:22:10.724 INFO O| Aug 31 15:22:10.724 INFO ok!
102362026-08-31T15:22:11.362Z[ host-image] Aug 31 15:22:10.724 INFO O| Aug 31 15:22:10.724 INFO STEP 77 (ensure_file) COMPLETE
102372026-08-31T15:22:11.362Z[ host-image] Aug 31 15:22:10.724 INFO O| Aug 31 15:22:10.724 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102382026-08-31T15:22:11.362Z[ host-image] Aug 31 15:22:10.729 INFO O| Aug 31 15:22:10.729 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102392026-08-31T15:22:11.362Z[ host-image] Aug 31 15:22:10.730 INFO O| Aug 31 15:22:10.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102402026-08-31T15:22:11.362Z[ host-image] Aug 31 15:22:10.730 INFO O| Aug 31 15:22:10.730 INFO STEP 78 (ensure_dir) COMPLETE
102412026-08-31T15:22:11.362Z[ host-image] Aug 31 15:22:10.730 INFO O| Aug 31 15:22:10.730 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102422026-08-31T15:22:11.376Z[ host-image] Aug 31 15:22:10.735 INFO O| Aug 31 15:22:10.735 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102432026-08-31T15:22:11.376Z[ host-image] Aug 31 15:22:10.735 INFO O| Aug 31 15:22:10.735 INFO copying /tmp/.tmpmDhZA6/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 ...
102442026-08-31T15:22:11.376Z[ host-image] Aug 31 15:22:10.735 INFO O| Aug 31 15:22:10.735 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102452026-08-31T15:22:11.376Z[ host-image] Aug 31 15:22:10.735 INFO O| Aug 31 15:22:10.735 INFO ok!
102462026-08-31T15:22:11.376Z[ host-image] Aug 31 15:22:10.735 INFO O| Aug 31 15:22:10.735 INFO STEP 79 (ensure_file) COMPLETE
102472026-08-31T15:22:11.376Z[ host-image] Aug 31 15:22:10.735 INFO O| Aug 31 15:22:10.735 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102482026-08-31T15:22:11.401Z[ host-image] Aug 31 15:22:10.742 INFO O| Aug 31 15:22:10.742 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102492026-08-31T15:22:11.401Z[ host-image] Aug 31 15:22:10.742 INFO O| Aug 31 15:22:10.742 INFO copying /tmp/.tmpmDhZA6/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102502026-08-31T15:22:11.401Z[ host-image] Aug 31 15:22:10.742 INFO O| Aug 31 15:22:10.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102512026-08-31T15:22:11.401Z[ host-image] Aug 31 15:22:10.742 INFO O| Aug 31 15:22:10.742 INFO ok!
102522026-08-31T15:22:11.401Z[ host-image] Aug 31 15:22:10.742 INFO O| Aug 31 15:22:10.742 INFO STEP 80 (ensure_file) COMPLETE
102532026-08-31T15:22:11.402Z[ host-image] Aug 31 15:22:10.742 INFO O| Aug 31 15:22:10.742 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102542026-08-31T15:22:11.402Z[ host-image] Aug 31 15:22:10.749 INFO O| Aug 31 15:22:10.749 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102552026-08-31T15:22:11.402Z[ host-image] Aug 31 15:22:10.749 INFO O| Aug 31 15:22:10.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102562026-08-31T15:22:11.402Z[ host-image] Aug 31 15:22:10.749 INFO O| Aug 31 15:22:10.749 INFO STEP 81 (ensure_dir) COMPLETE
102572026-08-31T15:22:11.402Z[ host-image] Aug 31 15:22:10.749 INFO O| Aug 31 15:22:10.749 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102582026-08-31T15:22:11.402Z[ host-image] Aug 31 15:22:10.756 INFO O| Aug 31 15:22:10.756 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102592026-08-31T15:22:11.402Z[ host-image] Aug 31 15:22:10.756 INFO O| Aug 31 15:22:10.756 INFO copying /tmp/.tmpmDhZA6/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102602026-08-31T15:22:11.418Z[ recovery-image] Aug 31 15:22:10.788 INFO E| Downloading crates ...
102612026-08-31T15:22:11.471Z[ recovery-image] Aug 31 15:22:10.836 INFO E| Downloaded os_pipe v1.2.3
102622026-08-31T15:22:11.482Z[ recovery-image] Aug 31 15:22:10.837 INFO E| Downloaded shared_thread v0.2.0
102632026-08-31T15:22:11.482Z[ recovery-image] Aug 31 15:22:10.844 INFO E| Downloaded clap_lex v1.1.0
102642026-08-31T15:22:11.482Z[ recovery-image] Aug 31 15:22:10.846 INFO E| Downloaded shared_child v1.1.1
102652026-08-31T15:22:11.482Z[ recovery-image] Aug 31 15:22:10.847 INFO E| Downloaded colorchoice v1.0.5
102662026-08-31T15:22:11.495Z[ recovery-image] Aug 31 15:22:10.852 INFO E| Downloaded duct v1.1.1
102672026-08-31T15:22:11.495Z[ recovery-image] Aug 31 15:22:10.854 INFO E| Downloaded sigchld v0.2.4
102682026-08-31T15:22:11.521Z[ recovery-image] Aug 31 15:22:10.890 INFO E| Compiling libc v0.2.186
102692026-08-31T15:22:11.521Z[ recovery-image] Aug 31 15:22:10.890 INFO E| Compiling proc-macro2 v1.0.106
102702026-08-31T15:22:11.522Z[ recovery-image] Aug 31 15:22:10.890 INFO E| Compiling unicode-ident v1.0.24
102712026-08-31T15:22:11.522Z[ recovery-image] Aug 31 15:22:10.890 INFO E| Compiling quote v1.0.45
102722026-08-31T15:22:11.536Z[ recovery-image] Aug 31 15:22:10.891 INFO E| Compiling signal-hook v0.3.18
102732026-08-31T15:22:11.536Z[ recovery-image] Aug 31 15:22:10.891 INFO E| Compiling utf8parse v0.2.2
102742026-08-31T15:22:11.536Z[ recovery-image] Aug 31 15:22:10.891 INFO E| Compiling is_terminal_polyfill v1.70.2
102752026-08-31T15:22:11.536Z[ recovery-image] Aug 31 15:22:10.891 INFO E| Compiling anstyle v1.0.14
102762026-08-31T15:22:11.536Z[ recovery-image] Aug 31 15:22:10.891 INFO E| Compiling colorchoice v1.0.5
102772026-08-31T15:22:11.536Z[ recovery-image] Aug 31 15:22:10.891 INFO E| Compiling anstyle-query v1.1.5
102782026-08-31T15:22:11.536Z[ recovery-image] Aug 31 15:22:10.891 INFO E| Compiling strsim v0.11.1
102792026-08-31T15:22:11.536Z[ recovery-image] Aug 31 15:22:10.891 INFO E| Compiling heck v0.5.0
102802026-08-31T15:22:11.536Z[ recovery-image] Aug 31 15:22:10.891 INFO E| Compiling clap_lex v1.1.0
102812026-08-31T15:22:11.536Z[ recovery-image] Aug 31 15:22:10.891 INFO E| Compiling shared_thread v0.2.0
102822026-08-31T15:22:11.705Z[ recovery-image] Aug 31 15:22:11.073 INFO E| Compiling anstyle-parse v1.0.0
102832026-08-31T15:22:11.772Z[ host-image] Aug 31 15:22:11.141 INFO O| Aug 31 15:22:11.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102842026-08-31T15:22:11.772Z[ host-image] Aug 31 15:22:11.142 INFO O| Aug 31 15:22:11.141 INFO ok!
102852026-08-31T15:22:11.772Z[ host-image] Aug 31 15:22:11.142 INFO O| Aug 31 15:22:11.141 INFO STEP 82 (ensure_file) COMPLETE
102862026-08-31T15:22:11.788Z[ host-image] Aug 31 15:22:11.142 INFO O| Aug 31 15:22:11.141 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102872026-08-31T15:22:11.788Z[ host-image] Aug 31 15:22:11.151 INFO O| Aug 31 15:22:11.151 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102882026-08-31T15:22:11.788Z[ host-image] Aug 31 15:22:11.151 INFO O| Aug 31 15:22:11.151 INFO copying /tmp/.tmpmDhZA6/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102892026-08-31T15:22:11.904Z[ recovery-image] Aug 31 15:22:11.260 INFO E| Compiling anstream v1.0.0
102902026-08-31T15:22:12.131Z[ host-image] Aug 31 15:22:11.501 INFO O| Aug 31 15:22:11.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102912026-08-31T15:22:12.131Z[ host-image] Aug 31 15:22:11.501 INFO O| Aug 31 15:22:11.501 INFO ok!
102922026-08-31T15:22:12.138Z[ host-image] Aug 31 15:22:11.501 INFO O| Aug 31 15:22:11.501 INFO STEP 83 (ensure_file) COMPLETE
102932026-08-31T15:22:12.138Z[ host-image] Aug 31 15:22:11.501 INFO O| Aug 31 15:22:11.501 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102942026-08-31T15:22:12.148Z[ host-image] Aug 31 15:22:11.510 INFO O| Aug 31 15:22:11.510 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102952026-08-31T15:22:12.149Z[ host-image] Aug 31 15:22:11.510 INFO O| Aug 31 15:22:11.510 INFO copying /tmp/.tmpmDhZA6/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102962026-08-31T15:22:12.170Z[ recovery-image] Aug 31 15:22:11.535 INFO E| Compiling clap_builder v4.6.0
102972026-08-31T15:22:12.679Z[ recovery-image] Aug 31 15:22:12.046 INFO E| Compiling errno v0.3.14
102982026-08-31T15:22:12.679Z[ recovery-image] Aug 31 15:22:12.046 INFO E| Compiling os_pipe v1.2.3
102992026-08-31T15:22:12.755Z[ recovery-image] Aug 31 15:22:12.123 INFO E| Compiling syn v2.0.117
103002026-08-31T15:22:12.786Z[ recovery-image] Aug 31 15:22:12.154 INFO E| Compiling signal-hook-registry v1.4.8
103012026-08-31T15:22:13.071Z[ recovery-image] Aug 31 15:22:12.437 INFO E| Compiling sigchld v0.2.4
103022026-08-31T15:22:13.172Z[ recovery-image] Aug 31 15:22:12.541 INFO E| Compiling shared_child v1.1.1
103032026-08-31T15:22:13.303Z[ recovery-image] Aug 31 15:22:12.673 INFO E| Compiling duct v1.1.1
103042026-08-31T15:22:13.766Z[ host-image] Aug 31 15:22:13.133 INFO O| Aug 31 15:22:13.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
103052026-08-31T15:22:13.766Z[ host-image] Aug 31 15:22:13.133 INFO O| Aug 31 15:22:13.133 INFO ok!
103062026-08-31T15:22:13.782Z[ host-image] Aug 31 15:22:13.133 INFO O| Aug 31 15:22:13.133 INFO STEP 84 (ensure_file) COMPLETE
103072026-08-31T15:22:13.782Z[ host-image] Aug 31 15:22:13.133 INFO O| Aug 31 15:22:13.133 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103082026-08-31T15:22:13.782Z[ host-image] Aug 31 15:22:13.142 INFO O| Aug 31 15:22:13.142 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103092026-08-31T15:22:13.782Z[ host-image] Aug 31 15:22:13.142 INFO O| Aug 31 15:22:13.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103102026-08-31T15:22:13.782Z[ host-image] Aug 31 15:22:13.142 INFO O| Aug 31 15:22:13.142 INFO STEP 85 (ensure_dir) COMPLETE
103112026-08-31T15:22:13.782Z[ host-image] Aug 31 15:22:13.142 INFO O| Aug 31 15:22:13.142 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103122026-08-31T15:22:13.803Z[ host-image] Aug 31 15:22:13.149 INFO O| Aug 31 15:22:13.149 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
103132026-08-31T15:22:13.803Z[ host-image] Aug 31 15:22:13.149 INFO O| Aug 31 15:22:13.149 INFO copying /tmp/.tmpmDhZA6/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 ...
103142026-08-31T15:22:13.803Z[ host-image] Aug 31 15:22:13.149 INFO O| Aug 31 15:22:13.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
103152026-08-31T15:22:13.804Z[ host-image] Aug 31 15:22:13.149 INFO O| Aug 31 15:22:13.149 INFO ok!
103162026-08-31T15:22:13.804Z[ host-image] Aug 31 15:22:13.149 INFO O| Aug 31 15:22:13.149 INFO STEP 86 (ensure_file) COMPLETE
103172026-08-31T15:22:13.804Z[ host-image] Aug 31 15:22:13.149 INFO O| Aug 31 15:22:13.149 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103182026-08-31T15:22:13.804Z[ host-image] Aug 31 15:22:13.158 INFO O| Aug 31 15:22:13.158 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
103192026-08-31T15:22:13.804Z[ host-image] Aug 31 15:22:13.158 INFO O| Aug 31 15:22:13.158 INFO copying /tmp/.tmpmDhZA6/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 ...
103202026-08-31T15:22:13.804Z[ host-image] Aug 31 15:22:13.158 INFO O| Aug 31 15:22:13.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
103212026-08-31T15:22:13.804Z[ host-image] Aug 31 15:22:13.158 INFO O| Aug 31 15:22:13.158 INFO ok!
103222026-08-31T15:22:13.804Z[ host-image] Aug 31 15:22:13.158 INFO O| Aug 31 15:22:13.158 INFO STEP 87 (ensure_file) COMPLETE
103232026-08-31T15:22:13.804Z[ host-image] Aug 31 15:22:13.158 INFO O| Aug 31 15:22:13.158 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103242026-08-31T15:22:13.843Z[ host-image] Aug 31 15:22:13.164 INFO O| Aug 31 15:22:13.164 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
103252026-08-31T15:22:13.843Z[ host-image] Aug 31 15:22:13.164 INFO O| Aug 31 15:22:13.164 INFO copying /tmp/.tmpmDhZA6/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
103262026-08-31T15:22:13.843Z[ host-image] Aug 31 15:22:13.164 INFO O| Aug 31 15:22:13.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
103272026-08-31T15:22:13.843Z[ host-image] Aug 31 15:22:13.164 INFO O| Aug 31 15:22:13.164 INFO ok!
103282026-08-31T15:22:13.843Z[ host-image] Aug 31 15:22:13.164 INFO O| Aug 31 15:22:13.164 INFO STEP 88 (ensure_file) COMPLETE
103292026-08-31T15:22:13.843Z[ host-image] Aug 31 15:22:13.164 INFO O| Aug 31 15:22:13.164 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103302026-08-31T15:22:13.843Z[ host-image] Aug 31 15:22:13.172 INFO O| Aug 31 15:22:13.172 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
103312026-08-31T15:22:13.843Z[ host-image] Aug 31 15:22:13.172 INFO O| Aug 31 15:22:13.172 INFO copying /tmp/.tmpmDhZA6/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
103322026-08-31T15:22:13.843Z[ host-image] Aug 31 15:22:13.172 INFO O| Aug 31 15:22:13.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
103332026-08-31T15:22:13.843Z[ host-image] Aug 31 15:22:13.172 INFO O| Aug 31 15:22:13.172 INFO ok!
103342026-08-31T15:22:13.843Z[ host-image] Aug 31 15:22:13.172 INFO O| Aug 31 15:22:13.172 INFO STEP 89 (ensure_file) COMPLETE
103352026-08-31T15:22:13.844Z[ host-image] Aug 31 15:22:13.172 INFO O| Aug 31 15:22:13.172 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103362026-08-31T15:22:13.844Z[ host-image] Aug 31 15:22:13.179 INFO O| Aug 31 15:22:13.179 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103372026-08-31T15:22:13.844Z[ host-image] Aug 31 15:22:13.179 INFO O| Aug 31 15:22:13.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103382026-08-31T15:22:13.844Z[ host-image] Aug 31 15:22:13.179 INFO O| Aug 31 15:22:13.179 INFO STEP 90 (ensure_dir) COMPLETE
103392026-08-31T15:22:13.844Z[ host-image] Aug 31 15:22:13.179 INFO O| Aug 31 15:22:13.179 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103402026-08-31T15:22:13.863Z[ host-image] Aug 31 15:22:13.185 INFO O| Aug 31 15:22:13.185 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
103412026-08-31T15:22:13.863Z[ host-image] Aug 31 15:22:13.185 INFO O| Aug 31 15:22:13.185 INFO copying /tmp/.tmpmDhZA6/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103422026-08-31T15:22:13.863Z[ host-image] Aug 31 15:22:13.188 INFO O| Aug 31 15:22:13.188 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103432026-08-31T15:22:13.863Z[ host-image] Aug 31 15:22:13.188 INFO O| Aug 31 15:22:13.188 INFO ok!
103442026-08-31T15:22:13.863Z[ host-image] Aug 31 15:22:13.188 INFO O| Aug 31 15:22:13.188 INFO STEP 91 (ensure_file) COMPLETE
103452026-08-31T15:22:13.863Z[ host-image] Aug 31 15:22:13.188 INFO O| Aug 31 15:22:13.188 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103462026-08-31T15:22:13.863Z[ host-image] Aug 31 15:22:13.195 INFO O| Aug 31 15:22:13.195 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103472026-08-31T15:22:13.863Z[ host-image] Aug 31 15:22:13.195 INFO O| Aug 31 15:22:13.195 INFO copying /tmp/.tmpmDhZA6/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103482026-08-31T15:22:13.863Z[ host-image] Aug 31 15:22:13.195 INFO O| Aug 31 15:22:13.195 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103492026-08-31T15:22:13.863Z[ host-image] Aug 31 15:22:13.195 INFO O| Aug 31 15:22:13.195 INFO ok!
103502026-08-31T15:22:13.863Z[ host-image] Aug 31 15:22:13.195 INFO O| Aug 31 15:22:13.195 INFO STEP 92 (ensure_file) COMPLETE
103512026-08-31T15:22:13.863Z[ host-image] Aug 31 15:22:13.195 INFO O| Aug 31 15:22:13.195 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103522026-08-31T15:22:13.863Z[ host-image] Aug 31 15:22:13.202 INFO O| Aug 31 15:22:13.202 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103532026-08-31T15:22:13.863Z[ host-image] Aug 31 15:22:13.202 INFO O| Aug 31 15:22:13.202 INFO copying /tmp/.tmpmDhZA6/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103542026-08-31T15:22:14.409Z[ host-image] Aug 31 15:22:13.533 INFO O| Aug 31 15:22:13.533 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103552026-08-31T15:22:14.409Z[ host-image] Aug 31 15:22:13.534 INFO O| Aug 31 15:22:13.533 INFO ok!
103562026-08-31T15:22:14.409Z[ host-image] Aug 31 15:22:13.534 INFO O| Aug 31 15:22:13.533 INFO STEP 93 (ensure_file) COMPLETE
103572026-08-31T15:22:14.409Z[ host-image] Aug 31 15:22:13.534 INFO O| Aug 31 15:22:13.533 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103582026-08-31T15:22:14.479Z[ host-image] Aug 31 15:22:13.542 INFO O| Aug 31 15:22:13.542 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103592026-08-31T15:22:14.479Z[ host-image] Aug 31 15:22:13.542 INFO O| Aug 31 15:22:13.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103602026-08-31T15:22:14.479Z[ host-image] Aug 31 15:22:13.542 INFO O| Aug 31 15:22:13.542 INFO STEP 94 (ensure_dir) COMPLETE
103612026-08-31T15:22:14.479Z[ host-image] Aug 31 15:22:13.542 INFO O| Aug 31 15:22:13.542 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103622026-08-31T15:22:14.479Z[ host-image] Aug 31 15:22:13.548 INFO O| Aug 31 15:22:13.548 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103632026-08-31T15:22:14.479Z[ host-image] Aug 31 15:22:13.548 INFO O| Aug 31 15:22:13.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103642026-08-31T15:22:14.479Z[ host-image] Aug 31 15:22:13.548 INFO O| Aug 31 15:22:13.548 INFO STEP 95 (ensure_dir) COMPLETE
103652026-08-31T15:22:14.479Z[ host-image] Aug 31 15:22:13.548 INFO O| Aug 31 15:22:13.548 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103662026-08-31T15:22:14.479Z[ host-image] Aug 31 15:22:13.555 INFO O| Aug 31 15:22:13.555 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103672026-08-31T15:22:14.479Z[ host-image] Aug 31 15:22:13.555 INFO O| Aug 31 15:22:13.555 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103682026-08-31T15:22:14.479Z[ host-image] Aug 31 15:22:13.555 INFO O| Aug 31 15:22:13.555 INFO STEP 96 (ensure_dir) COMPLETE
103692026-08-31T15:22:14.479Z[ host-image] Aug 31 15:22:13.555 INFO O| Aug 31 15:22:13.555 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103702026-08-31T15:22:14.480Z[ host-image] Aug 31 15:22:13.562 INFO O| Aug 31 15:22:13.562 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103712026-08-31T15:22:14.480Z[ host-image] Aug 31 15:22:13.562 INFO O| Aug 31 15:22:13.562 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103722026-08-31T15:22:14.480Z[ host-image] Aug 31 15:22:13.562 INFO O| Aug 31 15:22:13.562 INFO STEP 97 (ensure_dir) COMPLETE
103732026-08-31T15:22:14.480Z[ host-image] Aug 31 15:22:13.562 INFO O| Aug 31 15:22:13.562 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103742026-08-31T15:22:14.480Z[ host-image] Aug 31 15:22:13.568 INFO O| Aug 31 15:22:13.568 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103752026-08-31T15:22:14.480Z[ host-image] Aug 31 15:22:13.568 INFO O| Aug 31 15:22:13.568 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103762026-08-31T15:22:14.480Z[ host-image] Aug 31 15:22:13.568 INFO O| Aug 31 15:22:13.568 INFO STEP 98 (ensure_dir) COMPLETE
103772026-08-31T15:22:14.480Z[ host-image] Aug 31 15:22:13.568 INFO O| Aug 31 15:22:13.568 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103782026-08-31T15:22:14.480Z[ host-image] Aug 31 15:22:13.573 INFO O| Aug 31 15:22:13.573 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103792026-08-31T15:22:14.480Z[ host-image] Aug 31 15:22:13.573 INFO O| Aug 31 15:22:13.573 INFO copying /tmp/.tmpmDhZA6/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 ...
103802026-08-31T15:22:14.480Z[ host-image] Aug 31 15:22:13.573 INFO O| Aug 31 15:22:13.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103812026-08-31T15:22:14.480Z[ host-image] Aug 31 15:22:13.573 INFO O| Aug 31 15:22:13.573 INFO ok!
103822026-08-31T15:22:14.480Z[ host-image] Aug 31 15:22:13.573 INFO O| Aug 31 15:22:13.573 INFO STEP 99 (ensure_file) COMPLETE
103832026-08-31T15:22:14.480Z[ host-image] Aug 31 15:22:13.573 INFO O| Aug 31 15:22:13.573 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103842026-08-31T15:22:14.480Z[ host-image] Aug 31 15:22:13.579 INFO O| Aug 31 15:22:13.579 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103852026-08-31T15:22:14.480Z[ host-image] Aug 31 15:22:13.579 INFO O| Aug 31 15:22:13.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103862026-08-31T15:22:14.480Z[ host-image] Aug 31 15:22:13.579 INFO O| Aug 31 15:22:13.579 INFO STEP 100 (ensure_dir) COMPLETE
103872026-08-31T15:22:14.480Z[ host-image] Aug 31 15:22:13.579 INFO O| Aug 31 15:22:13.579 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103882026-08-31T15:22:14.480Z[ host-image] Aug 31 15:22:13.586 INFO O| Aug 31 15:22:13.586 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103892026-08-31T15:22:14.480Z[ host-image] Aug 31 15:22:13.586 INFO O| Aug 31 15:22:13.586 INFO copying /tmp/.tmpmDhZA6/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103902026-08-31T15:22:14.604Z[ host-image] Aug 31 15:22:13.970 INFO O| Aug 31 15:22:13.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103912026-08-31T15:22:14.604Z[ host-image] Aug 31 15:22:13.970 INFO O| Aug 31 15:22:13.970 INFO ok!
103922026-08-31T15:22:14.604Z[ host-image] Aug 31 15:22:13.970 INFO O| Aug 31 15:22:13.970 INFO STEP 101 (ensure_file) COMPLETE
103932026-08-31T15:22:14.604Z[ host-image] Aug 31 15:22:13.970 INFO O| Aug 31 15:22:13.970 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103942026-08-31T15:22:14.628Z[ host-image] Aug 31 15:22:13.978 INFO O| Aug 31 15:22:13.978 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103952026-08-31T15:22:14.628Z[ host-image] Aug 31 15:22:13.978 INFO O| Aug 31 15:22:13.978 INFO copying /tmp/.tmpmDhZA6/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103962026-08-31T15:22:14.629Z[ host-image] Aug 31 15:22:13.978 INFO O| Aug 31 15:22:13.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103972026-08-31T15:22:14.629Z[ host-image] Aug 31 15:22:13.978 INFO O| Aug 31 15:22:13.978 INFO ok!
103982026-08-31T15:22:14.629Z[ host-image] Aug 31 15:22:13.978 INFO O| Aug 31 15:22:13.978 INFO STEP 102 (ensure_file) COMPLETE
103992026-08-31T15:22:14.629Z[ host-image] Aug 31 15:22:13.978 INFO O| Aug 31 15:22:13.978 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104002026-08-31T15:22:14.636Z[ host-image] Aug 31 15:22:13.985 INFO O| Aug 31 15:22:13.985 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
104012026-08-31T15:22:14.636Z[ host-image] Aug 31 15:22:13.985 INFO O| Aug 31 15:22:13.985 INFO copying /tmp/.tmpmDhZA6/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
104022026-08-31T15:22:14.636Z[ host-image] Aug 31 15:22:13.994 INFO O| Aug 31 15:22:13.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
104032026-08-31T15:22:14.636Z[ host-image] Aug 31 15:22:13.994 INFO O| Aug 31 15:22:13.994 INFO ok!
104042026-08-31T15:22:14.636Z[ host-image] Aug 31 15:22:13.994 INFO O| Aug 31 15:22:13.994 INFO STEP 103 (ensure_file) COMPLETE
104052026-08-31T15:22:14.637Z[ host-image] Aug 31 15:22:13.994 INFO O| Aug 31 15:22:13.994 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104062026-08-31T15:22:14.637Z[ host-image] Aug 31 15:22:14.002 INFO O| Aug 31 15:22:14.002 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
104072026-08-31T15:22:14.637Z[ host-image] Aug 31 15:22:14.002 INFO O| Aug 31 15:22:14.002 INFO copying /tmp/.tmpmDhZA6/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
104082026-08-31T15:22:14.637Z[ host-image] Aug 31 15:22:14.002 INFO O| Aug 31 15:22:14.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
104092026-08-31T15:22:14.637Z[ host-image] Aug 31 15:22:14.002 INFO O| Aug 31 15:22:14.002 INFO ok!
104102026-08-31T15:22:14.637Z[ host-image] Aug 31 15:22:14.002 INFO O| Aug 31 15:22:14.002 INFO STEP 104 (ensure_file) COMPLETE
104112026-08-31T15:22:14.637Z[ host-image] Aug 31 15:22:14.002 INFO O| Aug 31 15:22:14.002 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104122026-08-31T15:22:14.650Z[ host-image] Aug 31 15:22:14.010 INFO O| Aug 31 15:22:14.010 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104132026-08-31T15:22:14.650Z[ host-image] Aug 31 15:22:14.010 INFO O| Aug 31 15:22:14.010 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104142026-08-31T15:22:14.650Z[ host-image] Aug 31 15:22:14.010 INFO O| Aug 31 15:22:14.010 INFO STEP 105 (ensure_dir) COMPLETE
104152026-08-31T15:22:14.650Z[ host-image] Aug 31 15:22:14.010 INFO O| Aug 31 15:22:14.010 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104162026-08-31T15:22:14.674Z[ host-image] Aug 31 15:22:14.017 INFO O| Aug 31 15:22:14.017 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
104172026-08-31T15:22:14.674Z[ host-image] Aug 31 15:22:14.017 INFO O| Aug 31 15:22:14.017 INFO copying /tmp/.tmpmDhZA6/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 ...
104182026-08-31T15:22:14.936Z[ host-image] Aug 31 15:22:14.305 INFO O| Aug 31 15:22:14.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
104192026-08-31T15:22:14.936Z[ host-image] Aug 31 15:22:14.306 INFO O| Aug 31 15:22:14.305 INFO ok!
104202026-08-31T15:22:14.936Z[ host-image] Aug 31 15:22:14.306 INFO O| Aug 31 15:22:14.305 INFO STEP 106 (ensure_file) COMPLETE
104212026-08-31T15:22:14.943Z[ host-image] Aug 31 15:22:14.306 INFO O| Aug 31 15:22:14.305 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104222026-08-31T15:22:14.952Z[ host-image] Aug 31 15:22:14.313 INFO O| Aug 31 15:22:14.313 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
104232026-08-31T15:22:14.952Z[ host-image] Aug 31 15:22:14.313 INFO O| Aug 31 15:22:14.313 INFO copying /tmp/.tmpmDhZA6/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 ...
104242026-08-31T15:22:14.952Z[ host-image] Aug 31 15:22:14.314 INFO O| Aug 31 15:22:14.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
104252026-08-31T15:22:14.952Z[ host-image] Aug 31 15:22:14.314 INFO O| Aug 31 15:22:14.314 INFO ok!
104262026-08-31T15:22:14.952Z[ host-image] Aug 31 15:22:14.314 INFO O| Aug 31 15:22:14.314 INFO STEP 107 (ensure_file) COMPLETE
104272026-08-31T15:22:14.952Z[ host-image] Aug 31 15:22:14.314 INFO O| Aug 31 15:22:14.314 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104282026-08-31T15:22:14.952Z[ host-image] Aug 31 15:22:14.319 INFO O| Aug 31 15:22:14.319 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
104292026-08-31T15:22:14.952Z[ host-image] Aug 31 15:22:14.319 INFO O| Aug 31 15:22:14.319 INFO copying /tmp/.tmpmDhZA6/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 ...
104302026-08-31T15:22:14.952Z[ host-image] Aug 31 15:22:14.319 INFO O| Aug 31 15:22:14.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
104312026-08-31T15:22:14.952Z[ host-image] Aug 31 15:22:14.319 INFO O| Aug 31 15:22:14.319 INFO ok!
104322026-08-31T15:22:14.952Z[ host-image] Aug 31 15:22:14.319 INFO O| Aug 31 15:22:14.319 INFO STEP 108 (ensure_file) COMPLETE
104332026-08-31T15:22:14.952Z[ host-image] Aug 31 15:22:14.319 INFO O| Aug 31 15:22:14.319 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104342026-08-31T15:22:14.964Z[ host-image] Aug 31 15:22:14.326 INFO O| Aug 31 15:22:14.326 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104352026-08-31T15:22:14.964Z[ host-image] Aug 31 15:22:14.326 INFO O| Aug 31 15:22:14.326 INFO copying /tmp/.tmpmDhZA6/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 ...
104362026-08-31T15:22:14.964Z[ host-image] Aug 31 15:22:14.326 INFO O| Aug 31 15:22:14.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104372026-08-31T15:22:14.964Z[ host-image] Aug 31 15:22:14.326 INFO O| Aug 31 15:22:14.326 INFO ok!
104382026-08-31T15:22:14.964Z[ host-image] Aug 31 15:22:14.326 INFO O| Aug 31 15:22:14.326 INFO STEP 109 (ensure_file) COMPLETE
104392026-08-31T15:22:14.964Z[ host-image] Aug 31 15:22:14.326 INFO O| Aug 31 15:22:14.326 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104402026-08-31T15:22:14.972Z[ host-image] Aug 31 15:22:14.335 INFO O| Aug 31 15:22:14.335 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104412026-08-31T15:22:14.973Z[ host-image] Aug 31 15:22:14.335 INFO O| Aug 31 15:22:14.335 INFO copying /tmp/.tmpmDhZA6/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 ...
104422026-08-31T15:22:14.973Z[ host-image] Aug 31 15:22:14.335 INFO O| Aug 31 15:22:14.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104432026-08-31T15:22:14.973Z[ host-image] Aug 31 15:22:14.335 INFO O| Aug 31 15:22:14.335 INFO ok!
104442026-08-31T15:22:14.973Z[ host-image] Aug 31 15:22:14.335 INFO O| Aug 31 15:22:14.335 INFO STEP 110 (ensure_file) COMPLETE
104452026-08-31T15:22:14.973Z[ host-image] Aug 31 15:22:14.335 INFO O| Aug 31 15:22:14.335 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104462026-08-31T15:22:14.980Z[ host-image] Aug 31 15:22:14.343 INFO O| Aug 31 15:22:14.343 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104472026-08-31T15:22:14.980Z[ host-image] Aug 31 15:22:14.343 INFO O| Aug 31 15:22:14.343 INFO copying /tmp/.tmpmDhZA6/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 ...
104482026-08-31T15:22:14.980Z[ host-image] Aug 31 15:22:14.343 INFO O| Aug 31 15:22:14.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104492026-08-31T15:22:14.980Z[ host-image] Aug 31 15:22:14.343 INFO O| Aug 31 15:22:14.343 INFO ok!
104502026-08-31T15:22:14.981Z[ host-image] Aug 31 15:22:14.343 INFO O| Aug 31 15:22:14.343 INFO STEP 111 (ensure_file) COMPLETE
104512026-08-31T15:22:14.981Z[ host-image] Aug 31 15:22:14.343 INFO O| Aug 31 15:22:14.343 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104522026-08-31T15:22:14.981Z[ host-image] Aug 31 15:22:14.350 INFO O| Aug 31 15:22:14.350 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104532026-08-31T15:22:14.981Z[ host-image] Aug 31 15:22:14.350 INFO O| Aug 31 15:22:14.350 INFO copying /tmp/.tmpmDhZA6/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 ...
104542026-08-31T15:22:14.981Z[ host-image] Aug 31 15:22:14.350 INFO O| Aug 31 15:22:14.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104552026-08-31T15:22:14.981Z[ host-image] Aug 31 15:22:14.350 INFO O| Aug 31 15:22:14.350 INFO ok!
104562026-08-31T15:22:14.988Z[ host-image] Aug 31 15:22:14.350 INFO O| Aug 31 15:22:14.350 INFO STEP 112 (ensure_file) COMPLETE
104572026-08-31T15:22:14.988Z[ host-image] Aug 31 15:22:14.350 INFO O| Aug 31 15:22:14.350 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104582026-08-31T15:22:14.988Z[ host-image] Aug 31 15:22:14.357 INFO O| Aug 31 15:22:14.357 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104592026-08-31T15:22:14.988Z[ host-image] Aug 31 15:22:14.357 INFO O| Aug 31 15:22:14.357 INFO copying /tmp/.tmpmDhZA6/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104602026-08-31T15:22:14.988Z[ host-image] Aug 31 15:22:14.357 INFO O| Aug 31 15:22:14.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104612026-08-31T15:22:14.988Z[ host-image] Aug 31 15:22:14.357 INFO O| Aug 31 15:22:14.357 INFO ok!
104622026-08-31T15:22:14.988Z[ host-image] Aug 31 15:22:14.357 INFO O| Aug 31 15:22:14.357 INFO STEP 113 (ensure_file) COMPLETE
104632026-08-31T15:22:14.988Z[ host-image] Aug 31 15:22:14.357 INFO O| Aug 31 15:22:14.357 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104642026-08-31T15:22:15.001Z[ host-image] Aug 31 15:22:14.364 INFO O| Aug 31 15:22:14.364 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104652026-08-31T15:22:15.001Z[ host-image] Aug 31 15:22:14.364 INFO O| Aug 31 15:22:14.364 INFO copying /tmp/.tmpmDhZA6/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 ...
104662026-08-31T15:22:15.001Z[ host-image] Aug 31 15:22:14.364 INFO O| Aug 31 15:22:14.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104672026-08-31T15:22:15.001Z[ host-image] Aug 31 15:22:14.364 INFO O| Aug 31 15:22:14.364 INFO ok!
104682026-08-31T15:22:15.001Z[ host-image] Aug 31 15:22:14.364 INFO O| Aug 31 15:22:14.364 INFO STEP 114 (ensure_file) COMPLETE
104692026-08-31T15:22:15.001Z[ host-image] Aug 31 15:22:14.364 INFO O| Aug 31 15:22:14.364 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104702026-08-31T15:22:15.018Z[ host-image] Aug 31 15:22:14.369 INFO O| Aug 31 15:22:14.369 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104712026-08-31T15:22:15.018Z[ host-image] Aug 31 15:22:14.369 INFO O| Aug 31 15:22:14.369 INFO copying /tmp/.tmpmDhZA6/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 ...
104722026-08-31T15:22:15.018Z[ host-image] Aug 31 15:22:14.369 INFO O| Aug 31 15:22:14.369 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104732026-08-31T15:22:15.018Z[ host-image] Aug 31 15:22:14.369 INFO O| Aug 31 15:22:14.369 INFO ok!
104742026-08-31T15:22:15.019Z[ host-image] Aug 31 15:22:14.369 INFO O| Aug 31 15:22:14.369 INFO STEP 115 (ensure_file) COMPLETE
104752026-08-31T15:22:15.019Z[ host-image] Aug 31 15:22:14.369 INFO O| Aug 31 15:22:14.369 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104762026-08-31T15:22:15.019Z[ host-image] Aug 31 15:22:14.376 INFO O| Aug 31 15:22:14.376 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104772026-08-31T15:22:15.019Z[ host-image] Aug 31 15:22:14.376 INFO O| Aug 31 15:22:14.376 INFO copying /tmp/.tmpmDhZA6/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 ...
104782026-08-31T15:22:15.019Z[ host-image] Aug 31 15:22:14.376 INFO O| Aug 31 15:22:14.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104792026-08-31T15:22:15.019Z[ host-image] Aug 31 15:22:14.376 INFO O| Aug 31 15:22:14.376 INFO ok!
104802026-08-31T15:22:15.019Z[ host-image] Aug 31 15:22:14.376 INFO O| Aug 31 15:22:14.376 INFO STEP 116 (ensure_file) COMPLETE
104812026-08-31T15:22:15.019Z[ host-image] Aug 31 15:22:14.376 INFO O| Aug 31 15:22:14.376 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104822026-08-31T15:22:15.028Z[ host-image] Aug 31 15:22:14.383 INFO O| Aug 31 15:22:14.383 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104832026-08-31T15:22:15.028Z[ host-image] Aug 31 15:22:14.383 INFO O| Aug 31 15:22:14.383 INFO copying /tmp/.tmpmDhZA6/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104842026-08-31T15:22:15.028Z[ host-image] Aug 31 15:22:14.383 INFO O| Aug 31 15:22:14.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104852026-08-31T15:22:15.028Z[ host-image] Aug 31 15:22:14.383 INFO O| Aug 31 15:22:14.383 INFO ok!
104862026-08-31T15:22:15.028Z[ host-image] Aug 31 15:22:14.384 INFO O| Aug 31 15:22:14.383 INFO STEP 117 (ensure_file) COMPLETE
104872026-08-31T15:22:15.028Z[ host-image] Aug 31 15:22:14.384 INFO O| Aug 31 15:22:14.384 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104882026-08-31T15:22:15.028Z[ host-image] Aug 31 15:22:14.390 INFO O| Aug 31 15:22:14.390 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104892026-08-31T15:22:15.028Z[ host-image] Aug 31 15:22:14.390 INFO O| Aug 31 15:22:14.390 INFO copying /tmp/.tmpmDhZA6/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 ...
104902026-08-31T15:22:15.028Z[ host-image] Aug 31 15:22:14.390 INFO O| Aug 31 15:22:14.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104912026-08-31T15:22:15.028Z[ host-image] Aug 31 15:22:14.390 INFO O| Aug 31 15:22:14.390 INFO ok!
104922026-08-31T15:22:15.028Z[ host-image] Aug 31 15:22:14.390 INFO O| Aug 31 15:22:14.390 INFO STEP 118 (ensure_file) COMPLETE
104932026-08-31T15:22:15.028Z[ host-image] Aug 31 15:22:14.390 INFO O| Aug 31 15:22:14.390 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104942026-08-31T15:22:15.029Z[ host-image] Aug 31 15:22:14.397 INFO O| Aug 31 15:22:14.397 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104952026-08-31T15:22:15.029Z[ host-image] Aug 31 15:22:14.397 INFO O| Aug 31 15:22:14.397 INFO copying /tmp/.tmpmDhZA6/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 ...
104962026-08-31T15:22:15.029Z[ host-image] Aug 31 15:22:14.397 INFO O| Aug 31 15:22:14.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104972026-08-31T15:22:15.029Z[ host-image] Aug 31 15:22:14.397 INFO O| Aug 31 15:22:14.397 INFO ok!
104982026-08-31T15:22:15.029Z[ host-image] Aug 31 15:22:14.397 INFO O| Aug 31 15:22:14.397 INFO STEP 119 (ensure_file) COMPLETE
104992026-08-31T15:22:15.029Z[ host-image] Aug 31 15:22:14.397 INFO O| Aug 31 15:22:14.397 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105002026-08-31T15:22:15.038Z[ host-image] Aug 31 15:22:14.403 INFO O| Aug 31 15:22:14.403 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
105012026-08-31T15:22:15.038Z[ host-image] Aug 31 15:22:14.403 INFO O| Aug 31 15:22:14.403 INFO copying /tmp/.tmpmDhZA6/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 ...
105022026-08-31T15:22:15.038Z[ host-image] Aug 31 15:22:14.403 INFO O| Aug 31 15:22:14.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
105032026-08-31T15:22:15.038Z[ host-image] Aug 31 15:22:14.403 INFO O| Aug 31 15:22:14.403 INFO ok!
105042026-08-31T15:22:15.038Z[ host-image] Aug 31 15:22:14.403 INFO O| Aug 31 15:22:14.403 INFO STEP 120 (ensure_file) COMPLETE
105052026-08-31T15:22:15.038Z[ host-image] Aug 31 15:22:14.403 INFO O| Aug 31 15:22:14.403 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105062026-08-31T15:22:15.046Z[ host-image] Aug 31 15:22:14.410 INFO O| Aug 31 15:22:14.410 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
105072026-08-31T15:22:15.046Z[ host-image] Aug 31 15:22:14.410 INFO O| Aug 31 15:22:14.410 INFO copying /tmp/.tmpmDhZA6/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 ...
105082026-08-31T15:22:15.046Z[ host-image] Aug 31 15:22:14.410 INFO O| Aug 31 15:22:14.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
105092026-08-31T15:22:15.047Z[ host-image] Aug 31 15:22:14.410 INFO O| Aug 31 15:22:14.410 INFO ok!
105102026-08-31T15:22:15.047Z[ host-image] Aug 31 15:22:14.410 INFO O| Aug 31 15:22:14.410 INFO STEP 121 (ensure_file) COMPLETE
105112026-08-31T15:22:15.047Z[ host-image] Aug 31 15:22:14.410 INFO O| Aug 31 15:22:14.410 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105122026-08-31T15:22:15.055Z[ host-image] Aug 31 15:22:14.417 INFO O| Aug 31 15:22:14.417 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
105132026-08-31T15:22:15.055Z[ host-image] Aug 31 15:22:14.417 INFO O| Aug 31 15:22:14.417 INFO copying /tmp/.tmpmDhZA6/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 ...
105142026-08-31T15:22:15.055Z[ host-image] Aug 31 15:22:14.417 INFO O| Aug 31 15:22:14.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
105152026-08-31T15:22:15.055Z[ host-image] Aug 31 15:22:14.417 INFO O| Aug 31 15:22:14.417 INFO ok!
105162026-08-31T15:22:15.055Z[ host-image] Aug 31 15:22:14.417 INFO O| Aug 31 15:22:14.417 INFO STEP 122 (ensure_file) COMPLETE
105172026-08-31T15:22:15.055Z[ host-image] Aug 31 15:22:14.417 INFO O| Aug 31 15:22:14.417 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105182026-08-31T15:22:15.070Z[ host-image] Aug 31 15:22:14.424 INFO O| Aug 31 15:22:14.424 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
105192026-08-31T15:22:15.070Z[ host-image] Aug 31 15:22:14.424 INFO O| Aug 31 15:22:14.424 INFO copying /tmp/.tmpmDhZA6/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 ...
105202026-08-31T15:22:15.070Z[ host-image] Aug 31 15:22:14.424 INFO O| Aug 31 15:22:14.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
105212026-08-31T15:22:15.070Z[ host-image] Aug 31 15:22:14.424 INFO O| Aug 31 15:22:14.424 INFO ok!
105222026-08-31T15:22:15.070Z[ host-image] Aug 31 15:22:14.424 INFO O| Aug 31 15:22:14.424 INFO STEP 123 (ensure_file) COMPLETE
105232026-08-31T15:22:15.070Z[ host-image] Aug 31 15:22:14.424 INFO O| Aug 31 15:22:14.424 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105242026-08-31T15:22:15.070Z[ host-image] Aug 31 15:22:14.430 INFO O| Aug 31 15:22:14.430 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
105252026-08-31T15:22:15.070Z[ host-image] Aug 31 15:22:14.430 INFO O| Aug 31 15:22:14.430 INFO copying /tmp/.tmpmDhZA6/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 ...
105262026-08-31T15:22:15.070Z[ host-image] Aug 31 15:22:14.430 INFO O| Aug 31 15:22:14.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
105272026-08-31T15:22:15.070Z[ host-image] Aug 31 15:22:14.430 INFO O| Aug 31 15:22:14.430 INFO ok!
105282026-08-31T15:22:15.070Z[ host-image] Aug 31 15:22:14.430 INFO O| Aug 31 15:22:14.430 INFO STEP 124 (ensure_file) COMPLETE
105292026-08-31T15:22:15.070Z[ host-image] Aug 31 15:22:14.430 INFO O| Aug 31 15:22:14.430 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105302026-08-31T15:22:15.100Z[ host-image] Aug 31 15:22:14.436 INFO O| Aug 31 15:22:14.436 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105312026-08-31T15:22:15.100Z[ host-image] Aug 31 15:22:14.436 INFO O| Aug 31 15:22:14.436 INFO copying /tmp/.tmpmDhZA6/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 ...
105322026-08-31T15:22:15.100Z[ host-image] Aug 31 15:22:14.436 INFO O| Aug 31 15:22:14.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105332026-08-31T15:22:15.100Z[ host-image] Aug 31 15:22:14.436 INFO O| Aug 31 15:22:14.436 INFO ok!
105342026-08-31T15:22:15.100Z[ host-image] Aug 31 15:22:14.436 INFO O| Aug 31 15:22:14.436 INFO STEP 125 (ensure_file) COMPLETE
105352026-08-31T15:22:15.100Z[ host-image] Aug 31 15:22:14.436 INFO O| Aug 31 15:22:14.436 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105362026-08-31T15:22:15.100Z[ host-image] Aug 31 15:22:14.444 INFO O| Aug 31 15:22:14.444 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105372026-08-31T15:22:15.100Z[ host-image] Aug 31 15:22:14.444 INFO O| Aug 31 15:22:14.444 INFO copying /tmp/.tmpmDhZA6/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 ...
105382026-08-31T15:22:15.100Z[ host-image] Aug 31 15:22:14.444 INFO O| Aug 31 15:22:14.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105392026-08-31T15:22:15.100Z[ host-image] Aug 31 15:22:14.444 INFO O| Aug 31 15:22:14.444 INFO ok!
105402026-08-31T15:22:15.100Z[ host-image] Aug 31 15:22:14.444 INFO O| Aug 31 15:22:14.444 INFO STEP 126 (ensure_file) COMPLETE
105412026-08-31T15:22:15.100Z[ host-image] Aug 31 15:22:14.444 INFO O| Aug 31 15:22:14.444 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105422026-08-31T15:22:15.100Z[ host-image] Aug 31 15:22:14.451 INFO O| Aug 31 15:22:14.451 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105432026-08-31T15:22:15.100Z[ host-image] Aug 31 15:22:14.451 INFO O| Aug 31 15:22:14.451 INFO copying /tmp/.tmpmDhZA6/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 ...
105442026-08-31T15:22:15.100Z[ host-image] Aug 31 15:22:14.451 INFO O| Aug 31 15:22:14.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105452026-08-31T15:22:15.100Z[ host-image] Aug 31 15:22:14.451 INFO O| Aug 31 15:22:14.451 INFO ok!
105462026-08-31T15:22:15.100Z[ host-image] Aug 31 15:22:14.451 INFO O| Aug 31 15:22:14.451 INFO STEP 127 (ensure_file) COMPLETE
105472026-08-31T15:22:15.100Z[ host-image] Aug 31 15:22:14.451 INFO O| Aug 31 15:22:14.451 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105482026-08-31T15:22:15.105Z[ host-image] Aug 31 15:22:14.458 INFO O| Aug 31 15:22:14.458 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105492026-08-31T15:22:15.105Z[ host-image] Aug 31 15:22:14.458 INFO O| Aug 31 15:22:14.458 INFO copying /tmp/.tmpmDhZA6/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 ...
105502026-08-31T15:22:15.105Z[ host-image] Aug 31 15:22:14.458 INFO O| Aug 31 15:22:14.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105512026-08-31T15:22:15.105Z[ host-image] Aug 31 15:22:14.458 INFO O| Aug 31 15:22:14.458 INFO ok!
105522026-08-31T15:22:15.105Z[ host-image] Aug 31 15:22:14.458 INFO O| Aug 31 15:22:14.458 INFO STEP 128 (ensure_file) COMPLETE
105532026-08-31T15:22:15.105Z[ host-image] Aug 31 15:22:14.458 INFO O| Aug 31 15:22:14.458 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105542026-08-31T15:22:15.105Z[ recovery-image] Aug 31 15:22:14.462 INFO E| Compiling clap_derive v4.6.1
105552026-08-31T15:22:15.105Z[ host-image] Aug 31 15:22:14.465 INFO O| Aug 31 15:22:14.464 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105562026-08-31T15:22:15.105Z[ host-image] Aug 31 15:22:14.465 INFO O| Aug 31 15:22:14.464 INFO copying /tmp/.tmpmDhZA6/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 ...
105572026-08-31T15:22:15.105Z[ host-image] Aug 31 15:22:14.465 INFO O| Aug 31 15:22:14.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105582026-08-31T15:22:15.105Z[ host-image] Aug 31 15:22:14.465 INFO O| Aug 31 15:22:14.465 INFO ok!
105592026-08-31T15:22:15.105Z[ host-image] Aug 31 15:22:14.465 INFO O| Aug 31 15:22:14.465 INFO STEP 129 (ensure_file) COMPLETE
105602026-08-31T15:22:15.105Z[ host-image] Aug 31 15:22:14.465 INFO O| Aug 31 15:22:14.465 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105612026-08-31T15:22:15.106Z[ host-image] Aug 31 15:22:14.470 INFO O| Aug 31 15:22:14.470 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105622026-08-31T15:22:15.106Z[ host-image] Aug 31 15:22:14.470 INFO O| Aug 31 15:22:14.470 INFO copying /tmp/.tmpmDhZA6/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 ...
105632026-08-31T15:22:15.106Z[ host-image] Aug 31 15:22:14.470 INFO O| Aug 31 15:22:14.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105642026-08-31T15:22:15.106Z[ host-image] Aug 31 15:22:14.470 INFO O| Aug 31 15:22:14.470 INFO ok!
105652026-08-31T15:22:15.106Z[ host-image] Aug 31 15:22:14.470 INFO O| Aug 31 15:22:14.470 INFO STEP 130 (ensure_file) COMPLETE
105662026-08-31T15:22:15.106Z[ host-image] Aug 31 15:22:14.470 INFO O| Aug 31 15:22:14.470 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105672026-08-31T15:22:15.112Z[ host-image] Aug 31 15:22:14.476 INFO O| Aug 31 15:22:14.476 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105682026-08-31T15:22:15.112Z[ host-image] Aug 31 15:22:14.476 INFO O| Aug 31 15:22:14.476 INFO copying /tmp/.tmpmDhZA6/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 ...
105692026-08-31T15:22:15.112Z[ host-image] Aug 31 15:22:14.476 INFO O| Aug 31 15:22:14.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105702026-08-31T15:22:15.112Z[ host-image] Aug 31 15:22:14.476 INFO O| Aug 31 15:22:14.476 INFO ok!
105712026-08-31T15:22:15.112Z[ host-image] Aug 31 15:22:14.476 INFO O| Aug 31 15:22:14.476 INFO STEP 131 (ensure_file) COMPLETE
105722026-08-31T15:22:15.113Z[ host-image] Aug 31 15:22:14.476 INFO O| Aug 31 15:22:14.476 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105732026-08-31T15:22:15.113Z[ host-image] Aug 31 15:22:14.482 INFO O| Aug 31 15:22:14.482 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105742026-08-31T15:22:15.113Z[ host-image] Aug 31 15:22:14.482 INFO O| Aug 31 15:22:14.482 INFO copying /tmp/.tmpmDhZA6/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 ...
105752026-08-31T15:22:15.113Z[ host-image] Aug 31 15:22:14.482 INFO O| Aug 31 15:22:14.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105762026-08-31T15:22:15.113Z[ host-image] Aug 31 15:22:14.482 INFO O| Aug 31 15:22:14.482 INFO ok!
105772026-08-31T15:22:15.113Z[ host-image] Aug 31 15:22:14.482 INFO O| Aug 31 15:22:14.482 INFO STEP 132 (ensure_file) COMPLETE
105782026-08-31T15:22:15.113Z[ host-image] Aug 31 15:22:14.482 INFO O| Aug 31 15:22:14.482 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105792026-08-31T15:22:15.123Z[ host-image] Aug 31 15:22:14.490 INFO O| Aug 31 15:22:14.489 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105802026-08-31T15:22:15.123Z[ host-image] Aug 31 15:22:14.490 INFO O| Aug 31 15:22:14.489 INFO copying /tmp/.tmpmDhZA6/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 ...
105812026-08-31T15:22:15.128Z[ host-image] Aug 31 15:22:14.490 INFO O| Aug 31 15:22:14.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105822026-08-31T15:22:15.128Z[ host-image] Aug 31 15:22:14.490 INFO O| Aug 31 15:22:14.490 INFO ok!
105832026-08-31T15:22:15.128Z[ host-image] Aug 31 15:22:14.490 INFO O| Aug 31 15:22:14.490 INFO STEP 133 (ensure_file) COMPLETE
105842026-08-31T15:22:15.128Z[ host-image] Aug 31 15:22:14.490 INFO O| Aug 31 15:22:14.490 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105852026-08-31T15:22:15.128Z[ host-image] Aug 31 15:22:14.496 INFO O| Aug 31 15:22:14.496 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105862026-08-31T15:22:15.128Z[ host-image] Aug 31 15:22:14.496 INFO O| Aug 31 15:22:14.496 INFO copying /tmp/.tmpmDhZA6/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 ...
105872026-08-31T15:22:15.128Z[ host-image] Aug 31 15:22:14.496 INFO O| Aug 31 15:22:14.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105882026-08-31T15:22:15.129Z[ host-image] Aug 31 15:22:14.496 INFO O| Aug 31 15:22:14.496 INFO ok!
105892026-08-31T15:22:15.129Z[ host-image] Aug 31 15:22:14.496 INFO O| Aug 31 15:22:14.496 INFO STEP 134 (ensure_file) COMPLETE
105902026-08-31T15:22:15.129Z[ host-image] Aug 31 15:22:14.496 INFO O| Aug 31 15:22:14.496 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105912026-08-31T15:22:15.141Z[ host-image] Aug 31 15:22:14.502 INFO O| Aug 31 15:22:14.502 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105922026-08-31T15:22:15.141Z[ host-image] Aug 31 15:22:14.502 INFO O| Aug 31 15:22:14.502 INFO copying /tmp/.tmpmDhZA6/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 ...
105932026-08-31T15:22:15.141Z[ host-image] Aug 31 15:22:14.503 INFO O| Aug 31 15:22:14.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105942026-08-31T15:22:15.141Z[ host-image] Aug 31 15:22:14.503 INFO O| Aug 31 15:22:14.502 INFO ok!
105952026-08-31T15:22:15.141Z[ host-image] Aug 31 15:22:14.503 INFO O| Aug 31 15:22:14.503 INFO STEP 135 (ensure_file) COMPLETE
105962026-08-31T15:22:15.141Z[ host-image] Aug 31 15:22:14.503 INFO O| Aug 31 15:22:14.503 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105972026-08-31T15:22:15.147Z[ host-image] Aug 31 15:22:14.509 INFO O| Aug 31 15:22:14.509 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105982026-08-31T15:22:15.147Z[ host-image] Aug 31 15:22:14.509 INFO O| Aug 31 15:22:14.509 INFO copying /tmp/.tmpmDhZA6/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105992026-08-31T15:22:15.147Z[ host-image] Aug 31 15:22:14.509 INFO O| Aug 31 15:22:14.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
106002026-08-31T15:22:15.147Z[ host-image] Aug 31 15:22:14.509 INFO O| Aug 31 15:22:14.509 INFO ok!
106012026-08-31T15:22:15.147Z[ host-image] Aug 31 15:22:14.509 INFO O| Aug 31 15:22:14.509 INFO STEP 136 (ensure_file) COMPLETE
106022026-08-31T15:22:15.147Z[ host-image] Aug 31 15:22:14.509 INFO O| Aug 31 15:22:14.509 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106032026-08-31T15:22:15.147Z[ host-image] Aug 31 15:22:14.516 INFO O| Aug 31 15:22:14.516 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
106042026-08-31T15:22:15.147Z[ host-image] Aug 31 15:22:14.516 INFO O| Aug 31 15:22:14.516 INFO copying /tmp/.tmpmDhZA6/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 ...
106052026-08-31T15:22:15.147Z[ host-image] Aug 31 15:22:14.516 INFO O| Aug 31 15:22:14.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
106062026-08-31T15:22:15.148Z[ host-image] Aug 31 15:22:14.516 INFO O| Aug 31 15:22:14.516 INFO ok!
106072026-08-31T15:22:15.148Z[ host-image] Aug 31 15:22:14.516 INFO O| Aug 31 15:22:14.516 INFO STEP 137 (ensure_file) COMPLETE
106082026-08-31T15:22:15.148Z[ host-image] Aug 31 15:22:14.516 INFO O| Aug 31 15:22:14.516 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106092026-08-31T15:22:15.159Z[ host-image] Aug 31 15:22:14.523 INFO O| Aug 31 15:22:14.523 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
106102026-08-31T15:22:15.159Z[ host-image] Aug 31 15:22:14.523 INFO O| Aug 31 15:22:14.523 INFO copying /tmp/.tmpmDhZA6/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
106112026-08-31T15:22:15.159Z[ host-image] Aug 31 15:22:14.523 INFO O| Aug 31 15:22:14.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
106122026-08-31T15:22:15.159Z[ host-image] Aug 31 15:22:14.523 INFO O| Aug 31 15:22:14.523 INFO ok!
106132026-08-31T15:22:15.159Z[ host-image] Aug 31 15:22:14.523 INFO O| Aug 31 15:22:14.523 INFO STEP 138 (ensure_file) COMPLETE
106142026-08-31T15:22:15.159Z[ host-image] Aug 31 15:22:14.523 INFO O| Aug 31 15:22:14.523 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106152026-08-31T15:22:15.167Z[ host-image] Aug 31 15:22:14.529 INFO O| Aug 31 15:22:14.529 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
106162026-08-31T15:22:15.167Z[ host-image] Aug 31 15:22:14.529 INFO O| Aug 31 15:22:14.529 INFO copying /tmp/.tmpmDhZA6/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
106172026-08-31T15:22:17.810Z[ recovery-image] Aug 31 15:22:15.939 INFO E| Compiling clap v4.6.1
106182026-08-31T15:22:17.861Z[ recovery-image] Aug 31 15:22:16.006 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
106192026-08-31T15:22:17.861Z[ recovery-image] Aug 31 15:22:17.043 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.55s
106202026-08-31T15:22:17.861Z[ recovery-image] Aug 31 15:22:17.049 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
106212026-08-31T15:22:17.945Z[ recovery-image] Aug 31 15:22:17.314 INFO E| Downloading crates ...
106222026-08-31T15:22:17.997Z[ recovery-image] Aug 31 15:22:17.366 INFO E| Downloaded bitflags v2.13.0
106232026-08-31T15:22:18.002Z[ recovery-image] Aug 31 15:22:17.370 INFO E| Downloaded bitstruct v0.1.1
106242026-08-31T15:22:18.005Z[ recovery-image] Aug 31 15:22:17.372 INFO E| Downloaded bitstruct_derive v0.1.0
106252026-08-31T15:22:18.005Z[ recovery-image] Aug 31 15:22:17.372 INFO E| Downloaded bit_field v0.10.3
106262026-08-31T15:22:18.009Z[ recovery-image] Aug 31 15:22:17.377 INFO E| Downloaded cpio_reader v0.1.2
106272026-08-31T15:22:18.019Z[ recovery-image] Aug 31 15:22:17.388 INFO E| Downloaded log v0.4.32
106282026-08-31T15:22:18.028Z[ recovery-image] Aug 31 15:22:17.397 INFO E| Downloaded miniz_oxide v0.9.1
106292026-08-31T15:22:18.037Z[ recovery-image] Aug 31 15:22:17.406 INFO E| Downloaded raw-cpuid v10.7.0
106302026-08-31T15:22:18.051Z[ recovery-image] Aug 31 15:22:17.421 INFO E| Downloaded goblin v0.10.7
106312026-08-31T15:22:18.162Z[ recovery-image] Aug 31 15:22:17.531 INFO E| Downloaded x86 v0.52.0
106322026-08-31T15:22:18.222Z[ recovery-image] Aug 31 15:22:17.591 INFO E| Updating crates.io index
106332026-08-31T15:22:18.269Z[ recovery-image] Aug 31 15:22:17.636 INFO E| Downloading crates ...
106342026-08-31T15:22:18.295Z[ recovery-image] Aug 31 15:22:17.660 INFO E| Downloaded hashbrown v0.17.1
106352026-08-31T15:22:18.299Z[ recovery-image] Aug 31 15:22:17.666 INFO E| Downloaded rustc-literal-escaper v0.0.7
106362026-08-31T15:22:18.353Z[ recovery-image] Aug 31 15:22:17.722 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)
106372026-08-31T15:22:18.353Z[ recovery-image] Aug 31 15:22:17.722 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)
106382026-08-31T15:22:18.353Z[ recovery-image] Aug 31 15:22:17.722 INFO E| Compiling proc-macro2 v1.0.106
106392026-08-31T15:22:18.357Z[ recovery-image] Aug 31 15:22:17.722 INFO E| Compiling unicode-ident v1.0.24
106402026-08-31T15:22:18.357Z[ recovery-image] Aug 31 15:22:17.722 INFO E| Compiling quote v1.0.45
106412026-08-31T15:22:18.357Z[ recovery-image] Aug 31 15:22:17.722 INFO E| Compiling syn v1.0.109
106422026-08-31T15:22:18.357Z[ recovery-image] Aug 31 15:22:17.722 INFO E| Compiling x86 v0.52.0
106432026-08-31T15:22:18.357Z[ recovery-image] Aug 31 15:22:17.722 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106442026-08-31T15:22:18.357Z[ recovery-image] Aug 31 15:22:17.722 INFO E| Compiling seq-macro v0.3.6
106452026-08-31T15:22:19.470Z[ recovery-image] Aug 31 15:22:18.840 INFO E| Compiling syn v2.0.117
106462026-08-31T15:22:21.029Z[ recovery-image] Aug 31 15:22:20.398 INFO E| Compiling scroll_derive v0.13.1
106472026-08-31T15:22:22.163Z[ host-image] Aug 31 15:22:21.531 INFO O| Aug 31 15:22:21.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106482026-08-31T15:22:22.163Z[ host-image] Aug 31 15:22:21.531 INFO O| Aug 31 15:22:21.531 INFO ok!
106492026-08-31T15:22:22.163Z[ host-image] Aug 31 15:22:21.531 INFO O| Aug 31 15:22:21.531 INFO STEP 139 (ensure_file) COMPLETE
106502026-08-31T15:22:22.168Z[ host-image] Aug 31 15:22:21.531 INFO O| Aug 31 15:22:21.531 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106512026-08-31T15:22:22.173Z[ host-image] Aug 31 15:22:21.540 INFO O| Aug 31 15:22:21.539 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106522026-08-31T15:22:22.173Z[ host-image] Aug 31 15:22:21.540 INFO O| Aug 31 15:22:21.540 INFO STEP 140 (ensure_dir) COMPLETE
106532026-08-31T15:22:22.173Z[ host-image] Aug 31 15:22:21.540 INFO O| Aug 31 15:22:21.540 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106542026-08-31T15:22:22.178Z[ host-image] Aug 31 15:22:21.548 INFO O| Aug 31 15:22:21.547 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106552026-08-31T15:22:22.178Z[ host-image] Aug 31 15:22:21.548 INFO O| Aug 31 15:22:21.547 INFO STEP 141 (ensure_dir) COMPLETE
106562026-08-31T15:22:22.182Z[ host-image] Aug 31 15:22:21.548 INFO O| Aug 31 15:22:21.547 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106572026-08-31T15:22:22.189Z[ host-image] Aug 31 15:22:21.556 INFO O| Aug 31 15:22:21.556 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106582026-08-31T15:22:22.189Z[ host-image] Aug 31 15:22:21.556 INFO O| Aug 31 15:22:21.556 INFO STEP 142 (ensure_dir) COMPLETE
106592026-08-31T15:22:22.189Z[ host-image] Aug 31 15:22:21.556 INFO O| Aug 31 15:22:21.556 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106602026-08-31T15:22:22.194Z[ host-image] Aug 31 15:22:21.564 INFO O| Aug 31 15:22:21.564 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106612026-08-31T15:22:22.198Z[ host-image] Aug 31 15:22:21.564 INFO O| Aug 31 15:22:21.564 INFO STEP 143 (ensure_dir) COMPLETE
106622026-08-31T15:22:22.198Z[ host-image] Aug 31 15:22:21.564 INFO O| Aug 31 15:22:21.564 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106632026-08-31T15:22:22.202Z[ host-image] Aug 31 15:22:21.572 INFO O| Aug 31 15:22:21.572 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106642026-08-31T15:22:22.205Z[ host-image] Aug 31 15:22:21.572 INFO O| Aug 31 15:22:21.572 INFO copying /tmp/.tmpmDhZA6/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 ...
106652026-08-31T15:22:22.205Z[ host-image] Aug 31 15:22:21.572 INFO O| Aug 31 15:22:21.572 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106662026-08-31T15:22:22.205Z[ host-image] Aug 31 15:22:21.572 INFO O| Aug 31 15:22:21.572 INFO ok!
106672026-08-31T15:22:22.205Z[ host-image] Aug 31 15:22:21.572 INFO O| Aug 31 15:22:21.572 INFO STEP 144 (ensure_file) COMPLETE
106682026-08-31T15:22:22.205Z[ host-image] Aug 31 15:22:21.572 INFO O| Aug 31 15:22:21.572 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106692026-08-31T15:22:22.210Z[ host-image] Aug 31 15:22:21.579 INFO O| Aug 31 15:22:21.579 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106702026-08-31T15:22:22.213Z[ host-image] Aug 31 15:22:21.579 INFO O| Aug 31 15:22:21.579 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106712026-08-31T15:22:22.213Z[ host-image] Aug 31 15:22:21.579 INFO O| Aug 31 15:22:21.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106722026-08-31T15:22:22.213Z[ host-image] Aug 31 15:22:21.579 INFO O| Aug 31 15:22:21.579 INFO STEP 145 (ensure_dir) COMPLETE
106732026-08-31T15:22:22.213Z[ host-image] Aug 31 15:22:21.579 INFO O| Aug 31 15:22:21.579 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106742026-08-31T15:22:22.216Z[ host-image] Aug 31 15:22:21.585 INFO O| Aug 31 15:22:21.585 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106752026-08-31T15:22:22.216Z[ host-image] Aug 31 15:22:21.586 INFO O| Aug 31 15:22:21.585 INFO copying /tmp/.tmpmDhZA6/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106762026-08-31T15:22:22.216Z[ host-image] Aug 31 15:22:21.586 INFO O| Aug 31 15:22:21.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106772026-08-31T15:22:22.217Z[ host-image] Aug 31 15:22:21.586 INFO O| Aug 31 15:22:21.586 INFO ok!
106782026-08-31T15:22:22.217Z[ host-image] Aug 31 15:22:21.586 INFO O| Aug 31 15:22:21.586 INFO STEP 146 (ensure_file) COMPLETE
106792026-08-31T15:22:22.217Z[ host-image] Aug 31 15:22:21.586 INFO O| Aug 31 15:22:21.586 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106802026-08-31T15:22:22.222Z[ host-image] Aug 31 15:22:21.591 INFO O| Aug 31 15:22:21.591 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106812026-08-31T15:22:22.225Z[ host-image] Aug 31 15:22:21.591 INFO O| Aug 31 15:22:21.591 INFO STEP 147 (remove_files) COMPLETE
106822026-08-31T15:22:22.225Z[ host-image] Aug 31 15:22:21.591 INFO O| Aug 31 15:22:21.591 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106832026-08-31T15:22:22.228Z[ host-image] Aug 31 15:22:21.597 INFO O| Aug 31 15:22:21.597 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106842026-08-31T15:22:22.228Z[ host-image] Aug 31 15:22:21.597 INFO O| Aug 31 15:22:21.597 INFO STEP 148 (remove_files) COMPLETE
106852026-08-31T15:22:22.228Z[ host-image] Aug 31 15:22:21.597 INFO O| Aug 31 15:22:21.597 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106862026-08-31T15:22:22.235Z[ host-image] Aug 31 15:22:21.605 INFO O| Aug 31 15:22:21.605 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106872026-08-31T15:22:22.240Z[ host-image] Aug 31 15:22:21.605 INFO O| Aug 31 15:22:21.605 INFO STEP 149 (remove_files) COMPLETE
106882026-08-31T15:22:22.240Z[ host-image] Aug 31 15:22:21.605 INFO O| Aug 31 15:22:21.605 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106892026-08-31T15:22:22.244Z[ host-image] Aug 31 15:22:21.610 INFO O| Aug 31 15:22:21.610 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106902026-08-31T15:22:22.244Z[ host-image] Aug 31 15:22:21.611 INFO O| Aug 31 15:22:21.611 INFO STEP 150 (remove_files) COMPLETE
106912026-08-31T15:22:22.244Z[ host-image] Aug 31 15:22:21.611 INFO O| Aug 31 15:22:21.611 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106922026-08-31T15:22:22.254Z[ host-image] Aug 31 15:22:21.616 INFO O| Aug 31 15:22:21.616 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106932026-08-31T15:22:22.254Z[ host-image] Aug 31 15:22:21.616 INFO O| Aug 31 15:22:21.616 INFO STEP 151 (remove_files) COMPLETE
106942026-08-31T15:22:22.254Z[ host-image] Aug 31 15:22:21.616 INFO O| Aug 31 15:22:21.616 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106952026-08-31T15:22:22.259Z[ host-image] Aug 31 15:22:21.622 INFO O| Aug 31 15:22:21.622 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106962026-08-31T15:22:22.259Z[ host-image] Aug 31 15:22:21.622 INFO O| Aug 31 15:22:21.622 INFO STEP 152 (remove_files) COMPLETE
106972026-08-31T15:22:22.259Z[ host-image] Aug 31 15:22:21.622 INFO O| Aug 31 15:22:21.622 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106982026-08-31T15:22:22.259Z[ host-image] Aug 31 15:22:21.628 INFO O| Aug 31 15:22:21.628 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106992026-08-31T15:22:22.259Z[ host-image] Aug 31 15:22:21.628 INFO O| Aug 31 15:22:21.628 INFO STEP 153 (remove_files) COMPLETE
107002026-08-31T15:22:22.259Z[ host-image] Aug 31 15:22:21.628 INFO O| Aug 31 15:22:21.628 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107012026-08-31T15:22:22.268Z[ host-image] Aug 31 15:22:21.636 INFO O| Aug 31 15:22:21.636 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
107022026-08-31T15:22:22.268Z[ host-image] Aug 31 15:22:21.636 INFO O| Aug 31 15:22:21.636 INFO STEP 154 (remove_files) COMPLETE
107032026-08-31T15:22:22.268Z[ host-image] Aug 31 15:22:21.636 INFO O| Aug 31 15:22:21.636 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107042026-08-31T15:22:22.276Z[ host-image] Aug 31 15:22:21.642 INFO O| Aug 31 15:22:21.642 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
107052026-08-31T15:22:22.276Z[ host-image] Aug 31 15:22:21.642 INFO O| Aug 31 15:22:21.642 INFO STEP 155 (remove_files) COMPLETE
107062026-08-31T15:22:22.276Z[ host-image] Aug 31 15:22:21.642 INFO O| Aug 31 15:22:21.642 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107072026-08-31T15:22:22.282Z[ recovery-image] Aug 31 15:22:21.648 INFO E| Compiling bitstruct_derive v0.1.0
107082026-08-31T15:22:22.282Z[ host-image] Aug 31 15:22:21.650 INFO O| Aug 31 15:22:21.650 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
107092026-08-31T15:22:22.282Z[ host-image] Aug 31 15:22:21.650 INFO O| Aug 31 15:22:21.650 INFO STEP 156 (remove_files) COMPLETE
107102026-08-31T15:22:22.282Z[ host-image] Aug 31 15:22:21.650 INFO O| Aug 31 15:22:21.650 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107112026-08-31T15:22:22.295Z[ host-image] Aug 31 15:22:21.657 INFO O| Aug 31 15:22:21.657 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
107122026-08-31T15:22:22.295Z[ host-image] Aug 31 15:22:21.657 INFO O| Aug 31 15:22:21.657 INFO STEP 157 (remove_files) COMPLETE
107132026-08-31T15:22:22.295Z[ host-image] Aug 31 15:22:21.657 INFO O| Aug 31 15:22:21.657 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107142026-08-31T15:22:22.300Z[ host-image] Aug 31 15:22:21.663 INFO O| Aug 31 15:22:21.663 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
107152026-08-31T15:22:22.300Z[ host-image] Aug 31 15:22:21.663 INFO O| Aug 31 15:22:21.663 INFO STEP 158 (remove_files) COMPLETE
107162026-08-31T15:22:22.300Z[ host-image] Aug 31 15:22:21.663 INFO O| Aug 31 15:22:21.663 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107172026-08-31T15:22:22.326Z[ host-image] Aug 31 15:22:21.669 INFO O| Aug 31 15:22:21.669 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
107182026-08-31T15:22:22.343Z[ host-image] Aug 31 15:22:21.669 INFO O| Aug 31 15:22:21.669 INFO STEP 159 (remove_files) COMPLETE
107192026-08-31T15:22:22.344Z[ host-image] Aug 31 15:22:21.669 INFO O| Aug 31 15:22:21.669 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107202026-08-31T15:22:22.344Z[ host-image] Aug 31 15:22:21.677 INFO O| Aug 31 15:22:21.677 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
107212026-08-31T15:22:22.344Z[ host-image] Aug 31 15:22:21.677 INFO O| Aug 31 15:22:21.677 INFO STEP 160 (remove_files) COMPLETE
107222026-08-31T15:22:22.344Z[ host-image] Aug 31 15:22:21.677 INFO O| Aug 31 15:22:21.677 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107232026-08-31T15:22:22.344Z[ host-image] Aug 31 15:22:21.684 INFO O| Aug 31 15:22:21.684 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
107242026-08-31T15:22:22.344Z[ host-image] Aug 31 15:22:21.684 INFO O| Aug 31 15:22:21.684 INFO STEP 161 (remove_files) COMPLETE
107252026-08-31T15:22:22.344Z[ host-image] Aug 31 15:22:21.684 INFO O| Aug 31 15:22:21.684 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107262026-08-31T15:22:22.403Z[ host-image] Aug 31 15:22:21.692 INFO O| Aug 31 15:22:21.691 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
107272026-08-31T15:22:22.403Z[ host-image] Aug 31 15:22:21.692 INFO O| Aug 31 15:22:21.692 INFO STEP 162 (remove_files) COMPLETE
107282026-08-31T15:22:22.403Z[ host-image] Aug 31 15:22:21.692 INFO O| Aug 31 15:22:21.692 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107292026-08-31T15:22:22.403Z[ host-image] Aug 31 15:22:21.699 INFO O| Aug 31 15:22:21.699 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
107302026-08-31T15:22:22.403Z[ host-image] Aug 31 15:22:21.699 INFO O| Aug 31 15:22:21.699 INFO STEP 163 (remove_files) COMPLETE
107312026-08-31T15:22:22.404Z[ host-image] Aug 31 15:22:21.699 INFO O| Aug 31 15:22:21.699 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107322026-08-31T15:22:22.404Z[ host-image] Aug 31 15:22:21.706 INFO O| Aug 31 15:22:21.706 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
107332026-08-31T15:22:22.404Z[ host-image] Aug 31 15:22:21.706 INFO O| Aug 31 15:22:21.706 INFO STEP 164 (remove_files) COMPLETE
107342026-08-31T15:22:22.404Z[ host-image] Aug 31 15:22:21.706 INFO O| Aug 31 15:22:21.706 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107352026-08-31T15:22:22.404Z[ host-image] Aug 31 15:22:21.713 INFO O| Aug 31 15:22:21.713 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
107362026-08-31T15:22:22.404Z[ host-image] Aug 31 15:22:21.713 INFO O| Aug 31 15:22:21.713 INFO STEP 165 (remove_files) COMPLETE
107372026-08-31T15:22:22.404Z[ host-image] Aug 31 15:22:21.713 INFO O| Aug 31 15:22:21.713 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107382026-08-31T15:22:22.404Z[ host-image] Aug 31 15:22:21.719 INFO O| Aug 31 15:22:21.719 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107392026-08-31T15:22:22.404Z[ host-image] Aug 31 15:22:21.720 INFO O| Aug 31 15:22:21.720 INFO STEP 166 (remove_files) COMPLETE
107402026-08-31T15:22:22.404Z[ host-image] Aug 31 15:22:21.720 INFO O| Aug 31 15:22:21.720 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107412026-08-31T15:22:22.404Z[ host-image] Aug 31 15:22:21.727 INFO O| Aug 31 15:22:21.727 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107422026-08-31T15:22:22.405Z[ host-image] Aug 31 15:22:21.727 INFO O| Aug 31 15:22:21.727 INFO STEP 167 (remove_files) COMPLETE
107432026-08-31T15:22:22.405Z[ host-image] Aug 31 15:22:21.727 INFO O| Aug 31 15:22:21.727 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107442026-08-31T15:22:22.405Z[ host-image] Aug 31 15:22:21.733 INFO O| Aug 31 15:22:21.733 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107452026-08-31T15:22:22.405Z[ host-image] Aug 31 15:22:21.734 INFO O| Aug 31 15:22:21.734 INFO STEP 168 (remove_files) COMPLETE
107462026-08-31T15:22:22.405Z[ host-image] Aug 31 15:22:21.734 INFO O| Aug 31 15:22:21.734 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107472026-08-31T15:22:22.405Z[ host-image] Aug 31 15:22:21.741 INFO O| Aug 31 15:22:21.741 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107482026-08-31T15:22:22.405Z[ host-image] Aug 31 15:22:21.741 INFO O| Aug 31 15:22:21.741 INFO STEP 169 (remove_files) COMPLETE
107492026-08-31T15:22:22.405Z[ host-image] Aug 31 15:22:21.741 INFO O| Aug 31 15:22:21.741 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107502026-08-31T15:22:22.405Z[ host-image] Aug 31 15:22:21.747 INFO O| Aug 31 15:22:21.747 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107512026-08-31T15:22:22.405Z[ host-image] Aug 31 15:22:21.747 INFO O| Aug 31 15:22:21.747 INFO STEP 170 (remove_files) COMPLETE
107522026-08-31T15:22:22.405Z[ host-image] Aug 31 15:22:21.747 INFO O| Aug 31 15:22:21.747 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107532026-08-31T15:22:22.405Z[ host-image] Aug 31 15:22:21.754 INFO O| Aug 31 15:22:21.754 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107542026-08-31T15:22:22.405Z[ host-image] Aug 31 15:22:21.754 INFO O| Aug 31 15:22:21.754 INFO STEP 171 (remove_files) COMPLETE
107552026-08-31T15:22:22.406Z[ host-image] Aug 31 15:22:21.754 INFO O| Aug 31 15:22:21.754 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107562026-08-31T15:22:22.406Z[ host-image] Aug 31 15:22:21.760 INFO O| Aug 31 15:22:21.760 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107572026-08-31T15:22:22.406Z[ host-image] Aug 31 15:22:21.760 INFO O| Aug 31 15:22:21.760 INFO STEP 172 (remove_files) COMPLETE
107582026-08-31T15:22:22.406Z[ host-image] Aug 31 15:22:21.760 INFO O| Aug 31 15:22:21.760 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107592026-08-31T15:22:22.412Z[ host-image] Aug 31 15:22:21.766 INFO O| Aug 31 15:22:21.766 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107602026-08-31T15:22:22.412Z[ host-image] Aug 31 15:22:21.766 INFO O| Aug 31 15:22:21.766 INFO STEP 173 (remove_files) COMPLETE
107612026-08-31T15:22:22.413Z[ host-image] Aug 31 15:22:21.766 INFO O| Aug 31 15:22:21.766 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107622026-08-31T15:22:22.413Z[ host-image] Aug 31 15:22:21.771 INFO O| Aug 31 15:22:21.771 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107632026-08-31T15:22:22.413Z[ host-image] Aug 31 15:22:21.771 INFO O| Aug 31 15:22:21.771 INFO STEP 174 (remove_files) COMPLETE
107642026-08-31T15:22:22.413Z[ host-image] Aug 31 15:22:21.771 INFO O| Aug 31 15:22:21.771 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107652026-08-31T15:22:22.413Z[ host-image] Aug 31 15:22:21.777 INFO O| Aug 31 15:22:21.777 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107662026-08-31T15:22:22.413Z[ host-image] Aug 31 15:22:21.777 INFO O| Aug 31 15:22:21.777 INFO STEP 175 (remove_files) COMPLETE
107672026-08-31T15:22:22.413Z[ host-image] Aug 31 15:22:21.777 INFO O| Aug 31 15:22:21.777 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107682026-08-31T15:22:22.418Z[ host-image] Aug 31 15:22:21.787 INFO O| Aug 31 15:22:21.787 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107692026-08-31T15:22:22.418Z[ host-image] Aug 31 15:22:21.787 INFO O| Aug 31 15:22:21.787 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "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"}
107702026-08-31T15:22:25.451Z[ host-image] Aug 31 15:22:24.813 INFO O| Aug 31 15:22:24.813 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
107712026-08-31T15:22:25.451Z[ host-image] Aug 31 15:22:24.813 INFO O| Aug 31 15:22:24.813 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107722026-08-31T15:22:25.462Z[ host-image] Aug 31 15:22:24.824 INFO O| Aug 31 15:22:24.824 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_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"}
107732026-08-31T15:22:25.552Z[ host-image] Aug 31 15:22:24.921 INFO O| Aug 31 15:22:24.921 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_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"}
107742026-08-31T15:22:25.609Z[ host-image] Aug 31 15:22:24.977 INFO O| Aug 31 15:22:24.977 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"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", "SVCCFG_CHECKHASH": "1"}
107752026-08-31T15:22:25.673Z[ host-image] Aug 31 15:22:25.042 INFO O| Aug 31 15:22:25.042 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107762026-08-31T15:22:25.673Z[ host-image] Aug 31 15:22:25.042 INFO O| Aug 31 15:22:25.042 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107772026-08-31T15:22:25.718Z[ host-image] Aug 31 15:22:25.083 INFO O| Aug 31 15:22:25.083 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107782026-08-31T15:22:25.718Z[ host-image] Aug 31 15:22:25.083 INFO O| Aug 31 15:22:25.083 INFO ok!
107792026-08-31T15:22:25.734Z[ host-image] Aug 31 15:22:25.083 INFO O| Aug 31 15:22:25.083 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107802026-08-31T15:22:25.734Z[ host-image] Aug 31 15:22:25.083 INFO O| Aug 31 15:22:25.083 INFO STEP 176 (seed_smf) COMPLETE
107812026-08-31T15:22:25.734Z[ host-image] Aug 31 15:22:25.083 INFO O| Aug 31 15:22:25.083 INFO steps complete; finalising image!
107822026-08-31T15:22:25.734Z[ host-image] Aug 31 15:22:25.083 INFO O| Aug 31 15:22:25.083 INFO TRIM POOL: TEMPORARY-sled-zfs
107832026-08-31T15:22:25.797Z[ host-image] Aug 31 15:22:25.160 INFO O| Aug 31 15:22:25.160 INFO trim TEMPORARY-sled-zfs: (59% trimmed, started at Mon Aug 31 15:22:25 2026)
107842026-08-31T15:22:26.017Z[ host-image] Aug 31 15:22:25.376 INFO O| Aug 31 15:22:25.376 INFO temporary pool has 939M used, 84.7M avail, 1.79x compressratio
107852026-08-31T15:22:26.018Z[ host-image] Aug 31 15:22:25.376 INFO O| Aug 31 15:22:25.376 INFO EXPORT POOL: TEMPORARY-sled-zfs
107862026-08-31T15:22:26.356Z[ host-image] Aug 31 15:22:25.723 INFO O| Aug 31 15:22:25.723 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107872026-08-31T15:22:26.356Z[ host-image] Aug 31 15:22:25.723 INFO O| Aug 31 15:22:25.723 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107882026-08-31T15:22:27.121Z[ host-image] Aug 31 15:22:26.490 INFO O| Aug 31 15:22:26.490 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107892026-08-31T15:22:27.121Z[ host-image] Aug 31 15:22:26.490 INFO O| Aug 31 15:22:26.490 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107902026-08-31T15:22:27.130Z[ host-image] Aug 31 15:22:26.490 INFO O| Aug 31 15:22:26.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107912026-08-31T15:22:27.130Z[ host-image] Aug 31 15:22:26.490 INFO O| Aug 31 15:22:26.490 INFO completed processing sled/zfs
107922026-08-31T15:22:27.130Z[ host-image] Aug 31 15:22:26.490 INFO O| Aug 31 15:22:26.490 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107932026-08-31T15:22:31.695Z[ recovery-image] Aug 31 15:22:31.062 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)
107942026-08-31T15:22:34.137Z[ recovery-image] Aug 31 15:22:33.500 INFO E| Compiling bitflags v1.3.2
107952026-08-31T15:22:34.137Z[ recovery-image] Aug 31 15:22:33.500 INFO E| Compiling plain v0.2.3
107962026-08-31T15:22:34.153Z[ recovery-image] Aug 31 15:22:33.500 INFO E| Compiling bit_field v0.10.3
107972026-08-31T15:22:34.153Z[ recovery-image] Aug 31 15:22:33.500 INFO E| Compiling log v0.4.32
107982026-08-31T15:22:34.153Z[ recovery-image] Aug 31 15:22:33.500 INFO E| Compiling scroll v0.13.0
107992026-08-31T15:22:34.153Z[ recovery-image] Aug 31 15:22:33.500 INFO E| Compiling adler2 v2.0.1
108002026-08-31T15:22:34.153Z[ recovery-image] Aug 31 15:22:33.500 INFO E| Compiling bitflags v2.13.0
108012026-08-31T15:22:34.153Z[ recovery-image] Aug 31 15:22:33.500 INFO E| Compiling bitstruct v0.1.1
108022026-08-31T15:22:34.153Z[ recovery-image] Aug 31 15:22:33.500 INFO E| Compiling static_assertions v1.1.0
108032026-08-31T15:22:34.205Z[ recovery-image] Aug 31 15:22:33.556 INFO E| Compiling raw-cpuid v10.7.0
108042026-08-31T15:22:34.255Z[ recovery-image] Aug 31 15:22:33.606 INFO E| Compiling miniz_oxide v0.9.1
108052026-08-31T15:22:34.301Z[ recovery-image] Aug 31 15:22:33.670 INFO E| Compiling cpio_reader v0.1.2
108062026-08-31T15:22:34.372Z[ recovery-image] Aug 31 15:22:33.740 INFO E| Compiling goblin v0.10.7
108072026-08-31T15:22:37.505Z[ recovery-image] Aug 31 15:22:36.865 INFO E| Finished `release` profile [optimized] target(s) in 19.80s
108082026-08-31T15:22:37.522Z[ recovery-image] Aug 31 15:22:36.885 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
108092026-08-31T15:22:37.522Z[ recovery-image] Aug 31 15:22:36.885 INFO building ROM for gimlet
108102026-08-31T15:22:37.546Z[ recovery-image] Aug 31 15:22:36.885 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")
108112026-08-31T15:22:37.606Z[ recovery-image] Aug 31 15:22:36.969 INFO E| Downloading crates ...
108122026-08-31T15:22:37.641Z[ recovery-image] Aug 31 15:22:37.009 INFO E| Downloaded anstyle-parse v0.2.6
108132026-08-31T15:22:37.669Z[ recovery-image] Aug 31 15:22:37.015 INFO E| Downloaded anstream v0.6.18
108142026-08-31T15:22:37.669Z[ recovery-image] Aug 31 15:22:37.016 INFO E| Downloaded colorchoice v1.0.3
108152026-08-31T15:22:37.669Z[ recovery-image] Aug 31 15:22:37.021 INFO E| Downloaded anstyle v1.0.10
108162026-08-31T15:22:37.669Z[ recovery-image] Aug 31 15:22:37.022 INFO E| Downloaded os_pipe v1.2.1
108172026-08-31T15:22:37.669Z[ recovery-image] Aug 31 15:22:37.023 INFO E| Downloaded anstyle-query v1.1.2
108182026-08-31T15:22:37.669Z[ recovery-image] Aug 31 15:22:37.024 INFO E| Downloaded clap_lex v0.7.4
108192026-08-31T15:22:37.669Z[ recovery-image] Aug 31 15:22:37.025 INFO E| Downloaded is_terminal_polyfill v1.70.1
108202026-08-31T15:22:37.669Z[ recovery-image] Aug 31 15:22:37.025 INFO E| Downloaded serde_spanned v0.6.8
108212026-08-31T15:22:37.669Z[ recovery-image] Aug 31 15:22:37.026 INFO E| Downloaded shared_child v1.0.1
108222026-08-31T15:22:37.669Z[ recovery-image] Aug 31 15:22:37.027 INFO E| Downloaded toml_datetime v0.6.9
108232026-08-31T15:22:37.669Z[ recovery-image] Aug 31 15:22:37.029 INFO E| Downloaded duct v0.13.7
108242026-08-31T15:22:37.696Z[ recovery-image] Aug 31 15:22:37.035 INFO E| Downloaded clap_derive v4.5.32
108252026-08-31T15:22:37.696Z[ recovery-image] Aug 31 15:22:37.042 INFO E| Downloaded toml_write v0.1.1
108262026-08-31T15:22:37.696Z[ recovery-image] Aug 31 15:22:37.044 INFO E| Downloaded clap v4.5.37
108272026-08-31T15:22:37.705Z[ recovery-image] Aug 31 15:22:37.053 INFO E| Downloaded toml v0.8.22
108282026-08-31T15:22:37.712Z[ recovery-image] Aug 31 15:22:37.072 INFO E| Downloaded cc v1.2.20
108292026-08-31T15:22:37.712Z[ recovery-image] Aug 31 15:22:37.074 INFO E| Downloaded toml_edit v0.22.26
108302026-08-31T15:22:37.726Z[ recovery-image] Aug 31 15:22:37.094 INFO E| Downloaded clap_builder v4.5.37
108312026-08-31T15:22:37.740Z[ recovery-image] Aug 31 15:22:37.098 INFO E| Downloaded winnow v0.7.7
108322026-08-31T15:22:37.746Z[ recovery-image] Aug 31 15:22:37.115 INFO E| Compiling libc v0.2.172
108332026-08-31T15:22:37.746Z[ recovery-image] Aug 31 15:22:37.115 INFO E| Compiling utf8parse v0.2.2
108342026-08-31T15:22:37.746Z[ recovery-image] Aug 31 15:22:37.115 INFO E| Compiling shlex v1.3.0
108352026-08-31T15:22:37.746Z[ recovery-image] Aug 31 15:22:37.115 INFO E| Compiling anstyle v1.0.10
108362026-08-31T15:22:37.746Z[ recovery-image] Aug 31 15:22:37.115 INFO E| Compiling is_terminal_polyfill v1.70.1
108372026-08-31T15:22:37.746Z[ recovery-image] Aug 31 15:22:37.115 INFO E| Compiling equivalent v1.0.2
108382026-08-31T15:22:37.746Z[ recovery-image] Aug 31 15:22:37.115 INFO E| Compiling colorchoice v1.0.3
108392026-08-31T15:22:37.746Z[ recovery-image] Aug 31 15:22:37.115 INFO E| Compiling once_cell v1.21.3
108402026-08-31T15:22:37.746Z[ recovery-image] Aug 31 15:22:37.115 INFO E| Compiling hashbrown v0.15.2
108412026-08-31T15:22:37.774Z[ recovery-image] Aug 31 15:22:37.132 INFO E| Compiling anstyle-query v1.1.2
108422026-08-31T15:22:37.783Z[ recovery-image] Aug 31 15:22:37.133 INFO E| Compiling anyhow v1.0.98
108432026-08-31T15:22:37.783Z[ recovery-image] Aug 31 15:22:37.133 INFO E| Compiling strsim v0.11.1
108442026-08-31T15:22:37.783Z[ recovery-image] Aug 31 15:22:37.143 INFO E| Compiling winnow v0.7.7
108452026-08-31T15:22:37.783Z[ recovery-image] Aug 31 15:22:37.144 INFO E| Compiling clap_lex v0.7.4
108462026-08-31T15:22:37.783Z[ recovery-image] Aug 31 15:22:37.148 INFO E| Compiling toml_write v0.1.1
108472026-08-31T15:22:37.783Z[ recovery-image] Aug 31 15:22:37.152 INFO E| Compiling syn v2.0.101
108482026-08-31T15:22:37.933Z[ recovery-image] Aug 31 15:22:37.288 INFO E| Compiling anstyle-parse v0.2.6
108492026-08-31T15:22:37.982Z[ recovery-image] Aug 31 15:22:37.349 INFO E| Compiling cc v1.2.20
108502026-08-31T15:22:38.088Z[ recovery-image] Aug 31 15:22:37.448 INFO E| Compiling anstream v0.6.18
108512026-08-31T15:22:38.320Z[ recovery-image] Aug 31 15:22:37.659 INFO E| Compiling clap_builder v4.5.37
108522026-08-31T15:22:38.320Z[ recovery-image] Aug 31 15:22:37.675 INFO E| Compiling indexmap v2.9.0
108532026-08-31T15:22:38.530Z[ recovery-image] Aug 31 15:22:37.879 INFO E| Compiling shared_child v1.0.1
108542026-08-31T15:22:38.530Z[ recovery-image] Aug 31 15:22:37.879 INFO E| Compiling os_pipe v1.2.1
108552026-08-31T15:22:38.644Z[ recovery-image] Aug 31 15:22:38.007 INFO E| Compiling duct v0.13.7
108562026-08-31T15:22:39.215Z[ recovery-image] Aug 31 15:22:38.583 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108572026-08-31T15:22:40.016Z[ recovery-image] Aug 31 15:22:39.379 INFO E| Compiling serde_derive v1.0.219
108582026-08-31T15:22:40.016Z[ recovery-image] Aug 31 15:22:39.379 INFO E| Compiling clap_derive v4.5.32
108592026-08-31T15:22:41.352Z[ recovery-image] Aug 31 15:22:40.721 INFO E| Compiling clap v4.5.37
108602026-08-31T15:22:42.011Z[ recovery-image] Aug 31 15:22:41.369 INFO E| Compiling serde v1.0.219
108612026-08-31T15:22:43.750Z[ recovery-image] Aug 31 15:22:43.118 INFO E| Compiling toml_datetime v0.6.9
108622026-08-31T15:22:43.750Z[ recovery-image] Aug 31 15:22:43.118 INFO E| Compiling serde_spanned v0.6.8
108632026-08-31T15:22:43.895Z[ recovery-image] Aug 31 15:22:43.262 INFO E| Compiling toml_edit v0.22.26
108642026-08-31T15:22:44.054Z[ host-image] Aug 31 15:22:43.419 INFO O| Aug 31 15:22:43.419 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108652026-08-31T15:22:44.112Z[ host-image] Aug 31 15:22:43.480 INFO BUILD STRING "heads/stlouis-0-ge73f257543\n"
108662026-08-31T15:22:44.112Z[ host-image] Aug 31 15:22:43.480 INFO expanded image name: "ci a4abb0c/${os_short_commit} 2026-08-31 15:07" -> "ci a4abb0c/e73f257 2026-08-31 15:07"
108672026-08-31T15:22:44.124Z[ host-image] Aug 31 15:22:43.480 INFO output artefacts stored in: "/work/os-host"
108682026-08-31T15:22:44.124Z[ host-image] Aug 31 15:22:43.480 INFO collecting git info from project "amd-firmware"...
108692026-08-31T15:22:44.138Z[ host-image] Aug 31 15:22:43.492 INFO collecting git info from project "pinprick"...
108702026-08-31T15:22:44.138Z[ host-image] Aug 31 15:22:43.496 INFO collecting git info from project "pilot"...
108712026-08-31T15:22:44.138Z[ host-image] Aug 31 15:22:43.500 INFO collecting git info from project "bootserver"...
108722026-08-31T15:22:44.138Z[ host-image] Aug 31 15:22:43.504 INFO collecting git info from project "amd-host-image-builder"...
108732026-08-31T15:22:44.151Z[ host-image] Aug 31 15:22:43.508 INFO collecting git info from project "phbl"...
108742026-08-31T15:22:44.151Z[ host-image] Aug 31 15:22:43.511 INFO collecting git info from project "image-builder"...
108752026-08-31T15:22:44.151Z[ host-image] Aug 31 15:22:43.515 INFO collecting git info from project "chelsio-t6-roms"...
108762026-08-31T15:22:44.165Z[ host-image] Aug 31 15:22:43.518 INFO collecting git info from project "dmar-report"...
108772026-08-31T15:22:44.165Z[ host-image] Aug 31 15:22:43.522 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108782026-08-31T15:22:44.452Z[ host-image] Aug 31 15:22:43.815 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108792026-08-31T15:22:44.743Z[ host-image] Aug 31 15:22:44.096 INFO creating Oxide boot image...
108802026-08-31T15:22:44.743Z[ host-image] Aug 31 15:22:44.096 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci a4abb0c/e73f257 2026-08-31 15:07", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108812026-08-31T15:22:45.138Z[ recovery-image] Aug 31 15:22:44.485 INFO E| Compiling toml v0.8.22
108822026-08-31T15:22:45.516Z[ host-image] Aug 31 15:22:44.885 INFO O| ok, image written!
108832026-08-31T15:22:45.517Z[ host-image] Aug 31 15:22:44.885 INFO O| ok, boot_image_csum file written!
108842026-08-31T15:22:45.536Z[ host-image] Aug 31 15:22:44.888 INFO creating boot archive (CPIO)...
108852026-08-31T15:22:45.537Z[ host-image] Aug 31 15:22:44.888 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
108862026-08-31T15:22:45.537Z[ host-image] Aug 31 15:22:44.892 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108872026-08-31T15:22:45.537Z[ host-image] Aug 31 15:22:44.892 INFO E| + outfile=/work/os-host/cpio
108882026-08-31T15:22:45.537Z[ host-image] Aug 31 15:22:44.892 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108892026-08-31T15:22:45.537Z[ host-image] Aug 31 15:22:44.894 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108902026-08-31T15:22:45.537Z[ host-image] Aug 31 15:22:44.894 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108912026-08-31T15:22:45.563Z[ host-image] Aug 31 15:22:44.921 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108922026-08-31T15:22:45.563Z[ host-image] Aug 31 15:22:44.921 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108932026-08-31T15:22:45.572Z[ host-image] Aug 31 15:22:44.928 INFO creating compressed cpio/unix for dev loaders...
108942026-08-31T15:22:45.572Z[ host-image] Aug 31 15:22:44.928 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
108952026-08-31T15:22:45.791Z[ host-image] Aug 31 15:22:45.153 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108962026-08-31T15:22:47.196Z[ recovery-image] Aug 31 15:22:46.563 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.64s
108972026-08-31T15:22:47.209Z[ recovery-image] Aug 31 15:22:46.573 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`
108982026-08-31T15:22:47.220Z[ recovery-image] Aug 31 15:22:46.587 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108992026-08-31T15:22:47.298Z[ recovery-image] Aug 31 15:22:46.662 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109002026-08-31T15:22:47.328Z[ recovery-image] Aug 31 15:22:46.665 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`
109012026-08-31T15:22:47.411Z[ recovery-image] Aug 31 15:22:46.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109022026-08-31T15:22:47.412Z[ recovery-image] Aug 31 15:22:46.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109032026-08-31T15:22:47.412Z[ recovery-image] Aug 31 15:22:46.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109042026-08-31T15:22:47.412Z[ recovery-image] Aug 31 15:22:46.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109052026-08-31T15:22:47.422Z[ recovery-image] Aug 31 15:22:46.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109062026-08-31T15:22:47.422Z[ recovery-image] Aug 31 15:22:46.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109072026-08-31T15:22:47.422Z[ recovery-image] Aug 31 15:22:46.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109082026-08-31T15:22:47.422Z[ recovery-image] Aug 31 15:22:46.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109092026-08-31T15:22:47.422Z[ recovery-image] Aug 31 15:22:46.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109102026-08-31T15:22:47.422Z[ recovery-image] Aug 31 15:22:46.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109112026-08-31T15:22:47.422Z[ recovery-image] Aug 31 15:22:46.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109122026-08-31T15:22:47.422Z[ recovery-image] Aug 31 15:22:46.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109132026-08-31T15:22:47.423Z[ recovery-image] Aug 31 15:22:46.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109142026-08-31T15:22:47.423Z[ recovery-image] Aug 31 15:22:46.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109152026-08-31T15:22:47.423Z[ recovery-image] Aug 31 15:22:46.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109162026-08-31T15:22:47.423Z[ recovery-image] Aug 31 15:22:46.780 INFO O| Info: ABL version: 0x100f5010
109172026-08-31T15:22:47.423Z[ recovery-image] Aug 31 15:22:46.780 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109182026-08-31T15:22:47.423Z[ recovery-image] Aug 31 15:22:46.780 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109192026-08-31T15:22:47.423Z[ recovery-image] Aug 31 15:22:46.780 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109202026-08-31T15:22:47.423Z[ recovery-image] Aug 31 15:22:46.780 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109212026-08-31T15:22:47.423Z[ recovery-image] Aug 31 15:22:46.780 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109222026-08-31T15:22:47.423Z[ recovery-image] Aug 31 15:22:46.780 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109232026-08-31T15:22:47.423Z[ recovery-image] Aug 31 15:22:46.780 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109242026-08-31T15:22:47.423Z[ recovery-image] Aug 31 15:22:46.780 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109252026-08-31T15:22:47.423Z[ recovery-image] Aug 31 15:22:46.780 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109262026-08-31T15:22:47.423Z[ recovery-image] Aug 31 15:22:46.780 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109272026-08-31T15:22:47.423Z[ recovery-image] Aug 31 15:22:46.780 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109282026-08-31T15:22:47.423Z[ recovery-image] Aug 31 15:22:46.780 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109292026-08-31T15:22:47.423Z[ recovery-image] Aug 31 15:22:46.780 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109302026-08-31T15:22:47.423Z[ recovery-image] Aug 31 15:22:46.780 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109312026-08-31T15:22:47.423Z[ recovery-image] Aug 31 15:22:46.780 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109322026-08-31T15:22:47.423Z[ recovery-image] Aug 31 15:22:46.780 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109332026-08-31T15:22:47.424Z[ recovery-image] Aug 31 15:22:46.780 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109342026-08-31T15:22:47.424Z[ recovery-image] Aug 31 15:22:46.780 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109352026-08-31T15:22:47.424Z[ recovery-image] Aug 31 15:22:46.780 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109362026-08-31T15:22:47.446Z[ recovery-image] Aug 31 15:22:46.814 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109372026-08-31T15:22:47.446Z[ recovery-image] Aug 31 15:22:46.814 INFO building ROM for cosmo
109382026-08-31T15:22:47.463Z[ recovery-image] Aug 31 15:22:46.814 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")
109392026-08-31T15:22:47.550Z[ recovery-image] Aug 31 15:22:46.907 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
109402026-08-31T15:22:47.562Z[ recovery-image] Aug 31 15:22:46.910 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`
109412026-08-31T15:22:47.562Z[ recovery-image] Aug 31 15:22:46.921 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109422026-08-31T15:22:47.630Z[ recovery-image] Aug 31 15:22:46.989 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109432026-08-31T15:22:47.645Z[ recovery-image] Aug 31 15:22:46.992 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`
109442026-08-31T15:22:47.835Z[ recovery-image] Aug 31 15:22:47.200 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109452026-08-31T15:22:47.835Z[ recovery-image] Aug 31 15:22:47.200 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109462026-08-31T15:22:47.846Z[ recovery-image] Aug 31 15:22:47.200 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109472026-08-31T15:22:47.846Z[ recovery-image] Aug 31 15:22:47.200 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109482026-08-31T15:22:47.847Z[ recovery-image] Aug 31 15:22:47.200 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109492026-08-31T15:22:47.847Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109502026-08-31T15:22:47.847Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109512026-08-31T15:22:47.847Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109522026-08-31T15:22:47.847Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109532026-08-31T15:22:47.847Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109542026-08-31T15:22:47.847Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109552026-08-31T15:22:47.847Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109562026-08-31T15:22:47.847Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109572026-08-31T15:22:47.847Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109582026-08-31T15:22:47.847Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109592026-08-31T15:22:47.847Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109602026-08-31T15:22:47.847Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109612026-08-31T15:22:47.847Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109622026-08-31T15:22:47.847Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109632026-08-31T15:22:47.847Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109642026-08-31T15:22:47.847Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109652026-08-31T15:22:47.847Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109662026-08-31T15:22:47.847Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109672026-08-31T15:22:47.847Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109682026-08-31T15:22:47.847Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109692026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109702026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109712026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109722026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109732026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109742026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109752026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109762026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109772026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109782026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109792026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.201 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109802026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.202 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109812026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.202 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109822026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.202 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109832026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.202 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109842026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.202 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109852026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.202 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109862026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.202 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109872026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.202 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109882026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.202 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109892026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.202 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109902026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.202 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109912026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.202 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109922026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.202 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109932026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.202 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109942026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.202 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109952026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.202 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109962026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.202 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109972026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.202 INFO O| Info: ABL version: 0x100af010
109982026-08-31T15:22:47.848Z[ recovery-image] Aug 31 15:22:47.202 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109992026-08-31T15:22:47.849Z[ recovery-image] Aug 31 15:22:47.202 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
110002026-08-31T15:22:47.849Z[ recovery-image] Aug 31 15:22:47.202 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
110012026-08-31T15:22:47.849Z[ recovery-image] Aug 31 15:22:47.202 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
110022026-08-31T15:22:47.849Z[ recovery-image] Aug 31 15:22:47.202 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
110032026-08-31T15:22:47.849Z[ recovery-image] Aug 31 15:22:47.202 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
110042026-08-31T15:22:47.849Z[ recovery-image] Aug 31 15:22:47.202 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
110052026-08-31T15:22:47.849Z[ recovery-image] Aug 31 15:22:47.203 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
110062026-08-31T15:22:47.849Z[ recovery-image] Aug 31 15:22:47.203 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
110072026-08-31T15:22:47.849Z[ recovery-image] Aug 31 15:22:47.203 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
110082026-08-31T15:22:47.849Z[ recovery-image] Aug 31 15:22:47.203 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
110092026-08-31T15:22:47.849Z[ recovery-image] Aug 31 15:22:47.203 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
110102026-08-31T15:22:47.849Z[ recovery-image] Aug 31 15:22:47.203 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
110112026-08-31T15:22:47.849Z[ recovery-image] Aug 31 15:22:47.203 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
110122026-08-31T15:22:47.849Z[ recovery-image] Aug 31 15:22:47.203 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
110132026-08-31T15:22:47.849Z[ recovery-image] Aug 31 15:22:47.203 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
110142026-08-31T15:22:47.849Z[ recovery-image] Aug 31 15:22:47.203 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
110152026-08-31T15:22:47.849Z[ recovery-image] Aug 31 15:22:47.203 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
110162026-08-31T15:22:47.849Z[ recovery-image] Aug 31 15:22:47.203 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
110172026-08-31T15:22:47.849Z[ recovery-image] Aug 31 15:22:47.203 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
110182026-08-31T15:22:47.849Z[ recovery-image] Aug 31 15:22:47.203 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
110192026-08-31T15:22:47.849Z[ recovery-image] Aug 31 15:22:47.203 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
110202026-08-31T15:22:47.849Z[ recovery-image] Aug 31 15:22:47.203 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
110212026-08-31T15:22:47.849Z[ recovery-image] Aug 31 15:22:47.203 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
110222026-08-31T15:22:47.849Z[ recovery-image] Aug 31 15:22:47.203 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
110232026-08-31T15:22:47.849Z[ recovery-image] Aug 31 15:22:47.203 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
110242026-08-31T15:22:47.849Z[ recovery-image] Aug 31 15:22:47.203 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
110252026-08-31T15:22:47.850Z[ recovery-image] Aug 31 15:22:47.203 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
110262026-08-31T15:22:47.850Z[ recovery-image] Aug 31 15:22:47.203 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
110272026-08-31T15:22:47.850Z[ recovery-image] Aug 31 15:22:47.203 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
110282026-08-31T15:22:47.850Z[ recovery-image] Aug 31 15:22:47.203 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
110292026-08-31T15:22:47.850Z[ recovery-image] Aug 31 15:22:47.203 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
110302026-08-31T15:22:47.850Z[ recovery-image] Aug 31 15:22:47.203 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
110312026-08-31T15:22:47.879Z[ recovery-image] Aug 31 15:22:47.236 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110322026-08-31T15:22:49.030Z[ host-image] Aug 31 15:22:48.398 INFO creating reset image...
110332026-08-31T15:22:49.030Z[ host-image] Aug 31 15:22:48.399 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")
110342026-08-31T15:22:49.082Z[ recovery-image] Aug 31 15:22:48.448 INFO image complete! materials are in "/work/os-recovery"
110352026-08-31T15:22:49.096Z[ recovery-image]
110362026-08-31T15:22:49.096Z[ recovery-image] real 3:28.492392914
110372026-08-31T15:22:49.096Z[ recovery-image] user 2:42.228377738
110382026-08-31T15:22:49.096Z[ recovery-image] sys 39.447075333
110392026-08-31T15:22:49.096Z[ recovery-image] trap 0.140681377
110402026-08-31T15:22:49.097Z[ recovery-image] tflt 0.510119336
110412026-08-31T15:22:49.097Z[ recovery-image] dflt 0.797997495
110422026-08-31T15:22:49.097Z[ recovery-image] kflt 0.000118138
110432026-08-31T15:22:49.097Z[ recovery-image] lock 8:34.959360891
110442026-08-31T15:22:49.097Z[ recovery-image] slp 18:45.703501488
110452026-08-31T15:22:49.097ZAug 31 15:22:48.453 INFO [recovery-image] process exited with exit status: 0 (208.497553354s)
110462026-08-31T15:22:49.097Z[ recovery-image] lat 30.098838044
110472026-08-31T15:22:49.097Z[ recovery-image] stop 9.127838187
110482026-08-31T15:22:49.097ZAug 31 15:22:48.453 INFO [tuf-v2-recovery] running task
110492026-08-31T15:22:49.097ZAug 31 15:22:48.454 INFO [tuf-v2-recovery] task succeeded (1.46448ms)
110502026-08-31T15:22:49.109Z[ host-image] Aug 31 15:22:48.466 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
110512026-08-31T15:22:49.109Z[ host-image] Aug 31 15:22:48.467 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
110522026-08-31T15:22:49.383Z[ host-image] Aug 31 15:22:48.740 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)
110532026-08-31T15:22:49.383Z[ host-image] Aug 31 15:22:48.740 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)
110542026-08-31T15:22:49.914Z[ host-image] Aug 31 15:22:48.740 INFO E| Compiling proc-macro2 v1.0.106
110552026-08-31T15:22:49.914Z[ host-image] Aug 31 15:22:48.740 INFO E| Compiling unicode-ident v1.0.24
110562026-08-31T15:22:49.914Z[ host-image] Aug 31 15:22:48.741 INFO E| Compiling quote v1.0.45
110572026-08-31T15:22:49.914Z[ host-image] Aug 31 15:22:48.741 INFO E| Compiling syn v1.0.109
110582026-08-31T15:22:49.914Z[ host-image] Aug 31 15:22:48.741 INFO E| Compiling x86 v0.52.0
110592026-08-31T15:22:49.914Z[ host-image] Aug 31 15:22:48.741 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
110602026-08-31T15:22:49.915Z[ host-image] Aug 31 15:22:48.741 INFO E| Compiling seq-macro v0.3.6
110612026-08-31T15:22:50.340Z[ host-image] Aug 31 15:22:49.696 INFO E| Compiling syn v2.0.117
110622026-08-31T15:22:51.662Z[ host-image] Aug 31 15:22:51.031 INFO E| Compiling scroll_derive v0.13.1
110632026-08-31T15:22:52.655Z[ host-image] Aug 31 15:22:52.015 INFO E| Compiling bitstruct_derive v0.1.0
110642026-08-31T15:23:01.770Z[ host-image] Aug 31 15:23:01.139 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)
110652026-08-31T15:23:03.855Z[ host-image] Aug 31 15:23:03.224 INFO E| Compiling bitflags v1.3.2
110662026-08-31T15:23:03.855Z[ host-image] Aug 31 15:23:03.224 INFO E| Compiling adler2 v2.0.1
110672026-08-31T15:23:03.855Z[ host-image] Aug 31 15:23:03.224 INFO E| Compiling bit_field v0.10.3
110682026-08-31T15:23:03.863Z[ host-image] Aug 31 15:23:03.224 INFO E| Compiling scroll v0.13.0
110692026-08-31T15:23:03.864Z[ host-image] Aug 31 15:23:03.224 INFO E| Compiling log v0.4.32
110702026-08-31T15:23:03.864Z[ host-image] Aug 31 15:23:03.224 INFO E| Compiling plain v0.2.3
110712026-08-31T15:23:03.864Z[ host-image] Aug 31 15:23:03.224 INFO E| Compiling bitflags v2.13.0
110722026-08-31T15:23:03.864Z[ host-image] Aug 31 15:23:03.224 INFO E| Compiling static_assertions v1.1.0
110732026-08-31T15:23:03.864Z[ host-image] Aug 31 15:23:03.224 INFO E| Compiling bitstruct v0.1.1
110742026-08-31T15:23:03.906Z[ host-image] Aug 31 15:23:03.274 INFO E| Compiling raw-cpuid v10.7.0
110752026-08-31T15:23:03.954Z[ host-image] Aug 31 15:23:03.323 INFO E| Compiling miniz_oxide v0.9.1
110762026-08-31T15:23:04.013Z[ host-image] Aug 31 15:23:03.382 INFO E| Compiling cpio_reader v0.1.2
110772026-08-31T15:23:04.074Z[ host-image] Aug 31 15:23:03.442 INFO E| Compiling goblin v0.10.7
110782026-08-31T15:23:06.853Z[ host-image] Aug 31 15:23:06.221 INFO E| Finished `release` profile [optimized] target(s) in 17.74s
110792026-08-31T15:23:06.871Z[ host-image] Aug 31 15:23:06.232 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110802026-08-31T15:23:06.881Z[ host-image] Aug 31 15:23:06.232 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110812026-08-31T15:23:06.882Z[ host-image] Aug 31 15:23:06.232 INFO building ROM for cosmo
110822026-08-31T15:23:06.882Z[ host-image] Aug 31 15:23:06.233 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")
110832026-08-31T15:23:06.953Z[ host-image] Aug 31 15:23:06.317 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110842026-08-31T15:23:06.961Z[ host-image] Aug 31 15:23:06.319 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`
110852026-08-31T15:23:06.967Z[ host-image] Aug 31 15:23:06.329 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110862026-08-31T15:23:07.033Z[ host-image] Aug 31 15:23:06.398 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110872026-08-31T15:23:07.041Z[ host-image] Aug 31 15:23:06.401 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`
110882026-08-31T15:23:07.244Z[ host-image] Aug 31 15:23:06.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110892026-08-31T15:23:07.244Z[ host-image] Aug 31 15:23:06.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110902026-08-31T15:23:07.252Z[ host-image] Aug 31 15:23:06.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110912026-08-31T15:23:07.252Z[ host-image] Aug 31 15:23:06.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110922026-08-31T15:23:07.252Z[ host-image] Aug 31 15:23:06.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110932026-08-31T15:23:07.252Z[ host-image] Aug 31 15:23:06.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110942026-08-31T15:23:07.252Z[ host-image] Aug 31 15:23:06.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110952026-08-31T15:23:07.252Z[ host-image] Aug 31 15:23:06.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110962026-08-31T15:23:07.252Z[ host-image] Aug 31 15:23:06.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110972026-08-31T15:23:07.252Z[ host-image] Aug 31 15:23:06.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110982026-08-31T15:23:07.252Z[ host-image] Aug 31 15:23:06.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110992026-08-31T15:23:07.252Z[ host-image] Aug 31 15:23:06.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
111002026-08-31T15:23:07.252Z[ host-image] Aug 31 15:23:06.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
111012026-08-31T15:23:07.252Z[ host-image] Aug 31 15:23:06.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
111022026-08-31T15:23:07.252Z[ host-image] Aug 31 15:23:06.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111032026-08-31T15:23:07.253Z[ host-image] Aug 31 15:23:06.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111042026-08-31T15:23:07.253Z[ host-image] Aug 31 15:23:06.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111052026-08-31T15:23:07.253Z[ host-image] Aug 31 15:23:06.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111062026-08-31T15:23:07.253Z[ host-image] Aug 31 15:23:06.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111072026-08-31T15:23:07.253Z[ host-image] Aug 31 15:23:06.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111082026-08-31T15:23:07.253Z[ host-image] Aug 31 15:23:06.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111092026-08-31T15:23:07.253Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111102026-08-31T15:23:07.253Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111112026-08-31T15:23:07.253Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111122026-08-31T15:23:07.253Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111132026-08-31T15:23:07.253Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111142026-08-31T15:23:07.253Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111152026-08-31T15:23:07.253Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111162026-08-31T15:23:07.253Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111172026-08-31T15:23:07.254Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111182026-08-31T15:23:07.254Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111192026-08-31T15:23:07.254Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111202026-08-31T15:23:07.254Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111212026-08-31T15:23:07.254Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111222026-08-31T15:23:07.254Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111232026-08-31T15:23:07.254Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111242026-08-31T15:23:07.254Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111252026-08-31T15:23:07.254Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111262026-08-31T15:23:07.254Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111272026-08-31T15:23:07.254Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111282026-08-31T15:23:07.254Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111292026-08-31T15:23:07.254Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111302026-08-31T15:23:07.254Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111312026-08-31T15:23:07.254Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111322026-08-31T15:23:07.254Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111332026-08-31T15:23:07.254Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111342026-08-31T15:23:07.254Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111352026-08-31T15:23:07.254Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111362026-08-31T15:23:07.255Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111372026-08-31T15:23:07.255Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111382026-08-31T15:23:07.255Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111392026-08-31T15:23:07.255Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111402026-08-31T15:23:07.255Z[ host-image] Aug 31 15:23:06.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111412026-08-31T15:23:07.255Z[ host-image] Aug 31 15:23:06.614 INFO O| Info: ABL version: 0x100af010
111422026-08-31T15:23:07.255Z[ host-image] Aug 31 15:23:06.614 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111432026-08-31T15:23:07.255Z[ host-image] Aug 31 15:23:06.614 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111442026-08-31T15:23:07.255Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111452026-08-31T15:23:07.255Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111462026-08-31T15:23:07.255Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111472026-08-31T15:23:07.255Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111482026-08-31T15:23:07.255Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111492026-08-31T15:23:07.255Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111502026-08-31T15:23:07.255Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111512026-08-31T15:23:07.255Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111522026-08-31T15:23:07.255Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111532026-08-31T15:23:07.255Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111542026-08-31T15:23:07.255Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111552026-08-31T15:23:07.255Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111562026-08-31T15:23:07.256Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111572026-08-31T15:23:07.256Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111582026-08-31T15:23:07.256Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111592026-08-31T15:23:07.256Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111602026-08-31T15:23:07.256Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111612026-08-31T15:23:07.256Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111622026-08-31T15:23:07.256Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111632026-08-31T15:23:07.256Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111642026-08-31T15:23:07.256Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111652026-08-31T15:23:07.256Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111662026-08-31T15:23:07.256Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111672026-08-31T15:23:07.256Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111682026-08-31T15:23:07.256Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111692026-08-31T15:23:07.256Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111702026-08-31T15:23:07.257Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111712026-08-31T15:23:07.257Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111722026-08-31T15:23:07.257Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111732026-08-31T15:23:07.257Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111742026-08-31T15:23:07.257Z[ host-image] Aug 31 15:23:06.615 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111752026-08-31T15:23:07.280Z[ host-image] Aug 31 15:23:06.648 INFO building ROM for gimlet
111762026-08-31T15:23:07.280Z[ host-image] Aug 31 15:23:06.649 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")
111772026-08-31T15:23:07.365Z[ host-image] Aug 31 15:23:06.733 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111782026-08-31T15:23:07.378Z[ host-image] Aug 31 15:23:06.735 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`
111792026-08-31T15:23:07.382Z[ host-image] Aug 31 15:23:06.745 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111802026-08-31T15:23:07.446Z[ host-image] Aug 31 15:23:06.814 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111812026-08-31T15:23:07.450Z[ host-image] Aug 31 15:23:06.818 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`
111822026-08-31T15:23:07.573Z[ host-image] Aug 31 15:23:06.942 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111832026-08-31T15:23:07.573Z[ host-image] Aug 31 15:23:06.942 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111842026-08-31T15:23:07.582Z[ host-image] Aug 31 15:23:06.942 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111852026-08-31T15:23:07.582Z[ host-image] Aug 31 15:23:06.942 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111862026-08-31T15:23:07.582Z[ host-image] Aug 31 15:23:06.942 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111872026-08-31T15:23:07.582Z[ host-image] Aug 31 15:23:06.942 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111882026-08-31T15:23:07.582Z[ host-image] Aug 31 15:23:06.942 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111892026-08-31T15:23:07.582Z[ host-image] Aug 31 15:23:06.942 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111902026-08-31T15:23:07.582Z[ host-image] Aug 31 15:23:06.942 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111912026-08-31T15:23:07.582Z[ host-image] Aug 31 15:23:06.942 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111922026-08-31T15:23:07.582Z[ host-image] Aug 31 15:23:06.942 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111932026-08-31T15:23:07.582Z[ host-image] Aug 31 15:23:06.942 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111942026-08-31T15:23:07.583Z[ host-image] Aug 31 15:23:06.942 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111952026-08-31T15:23:07.583Z[ host-image] Aug 31 15:23:06.942 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111962026-08-31T15:23:07.583Z[ host-image] Aug 31 15:23:06.942 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111972026-08-31T15:23:07.583Z[ host-image] Aug 31 15:23:06.942 INFO O| Info: ABL version: 0x100f5010
111982026-08-31T15:23:07.583Z[ host-image] Aug 31 15:23:06.942 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111992026-08-31T15:23:07.583Z[ host-image] Aug 31 15:23:06.942 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
112002026-08-31T15:23:07.583Z[ host-image] Aug 31 15:23:06.942 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
112012026-08-31T15:23:07.583Z[ host-image] Aug 31 15:23:06.942 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
112022026-08-31T15:23:07.583Z[ host-image] Aug 31 15:23:06.942 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
112032026-08-31T15:23:07.583Z[ host-image] Aug 31 15:23:06.942 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
112042026-08-31T15:23:07.583Z[ host-image] Aug 31 15:23:06.942 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
112052026-08-31T15:23:07.583Z[ host-image] Aug 31 15:23:06.942 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
112062026-08-31T15:23:07.583Z[ host-image] Aug 31 15:23:06.942 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
112072026-08-31T15:23:07.583Z[ host-image] Aug 31 15:23:06.942 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
112082026-08-31T15:23:07.583Z[ host-image] Aug 31 15:23:06.942 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
112092026-08-31T15:23:07.583Z[ host-image] Aug 31 15:23:06.942 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
112102026-08-31T15:23:07.584Z[ host-image] Aug 31 15:23:06.943 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
112112026-08-31T15:23:07.584Z[ host-image] Aug 31 15:23:06.943 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
112122026-08-31T15:23:07.584Z[ host-image] Aug 31 15:23:06.943 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
112132026-08-31T15:23:07.584Z[ host-image] Aug 31 15:23:06.943 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
112142026-08-31T15:23:07.584Z[ host-image] Aug 31 15:23:06.943 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
112152026-08-31T15:23:07.584Z[ host-image] Aug 31 15:23:06.943 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
112162026-08-31T15:23:07.584Z[ host-image] Aug 31 15:23:06.943 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
112172026-08-31T15:23:07.609Z[ host-image] Aug 31 15:23:06.977 INFO finishing image archive at "/work/os-host/os.tar.gz"...
112182026-08-31T15:23:20.016Z[ host-image] Aug 31 15:23:19.380 INFO image complete! materials are in "/work/os-host"
112192026-08-31T15:23:20.022Z[ host-image]
112202026-08-31T15:23:20.022Z[ host-image] real 4:07.906464535
112212026-08-31T15:23:20.022Z[ host-image] user 2:51.815978373
112222026-08-31T15:23:20.022Z[ host-image] sys 35.308143557
112232026-08-31T15:23:20.022Z[ host-image] trap 0.145523048
112242026-08-31T15:23:20.022Z[ host-image] tflt 0.274432363
112252026-08-31T15:23:20.022Z[ host-image] dflt 0.262126637
112262026-08-31T15:23:20.022Z[ host-image] kflt 0.011095778
112272026-08-31T15:23:20.023Z[ host-image] lock 4:34.182591394
112282026-08-31T15:23:20.023Z[ host-image] slp 20:46.281240861
112292026-08-31T15:23:20.023Z[ host-image] lat 26.650471872
112302026-08-31T15:23:20.023Z[ host-image] stop 1.536652326
112312026-08-31T15:23:20.023ZAug 31 15:23:19.384 INFO [host-image] process exited with exit status: 0 (247.912448315s)
112322026-08-31T15:23:20.023ZAug 31 15:23:19.384 INFO [tuf-v2-host] running task
112332026-08-31T15:23:20.023ZAug 31 15:23:19.384 INFO [tuf-repo] running task
112342026-08-31T15:23:20.023ZAug 31 15:23:19.385 INFO [tuf-v2-host] task succeeded (808.01µs)
112352026-08-31T15:23:20.023ZAug 31 15:23:19.385 INFO [tuf-v2-repo] running task
112362026-08-31T15:23:41.778ZAug 31 15:23:41.145 INFO [tuf-v2-repo] task succeeded (21.759953956s)
112372026-08-31T15:23:41.943ZAug 31 15:23:41.311 INFO assembling repository in `/tmp/tufaceousxAad47`, component: OmicronRepoAssembler
112382026-08-31T15:23:50.673ZAug 31 15:23:50.041 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112392026-08-31T15:23:50.900ZAug 31 15:23:50.269 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112402026-08-31T15:23:53.224ZAug 31 15:23:52.593 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112412026-08-31T15:23:53.275ZAug 31 15:23:52.644 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112422026-08-31T15:23:53.324ZAug 31 15:23:52.693 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112432026-08-31T15:23:53.384ZAug 31 15:23:52.753 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112442026-08-31T15:23:53.435ZAug 31 15:23:52.804 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112452026-08-31T15:23:53.484ZAug 31 15:23:52.853 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112462026-08-31T15:23:53.532ZAug 31 15:23:52.900 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112472026-08-31T15:24:03.969ZAug 31 15:24:03.337 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
112482026-08-31T15:24:03.975ZAug 31 15:24:03.343 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
112492026-08-31T15:24:03.997ZAug 31 15:24:03.366 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
112502026-08-31T15:24:04.053ZAug 31 15:24:03.421 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112512026-08-31T15:24:04.109ZAug 31 15:24:03.477 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112522026-08-31T15:24:04.167ZAug 31 15:24:03.536 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112532026-08-31T15:24:04.231ZAug 31 15:24:03.599 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
112542026-08-31T15:24:04.237ZAug 31 15:24:03.605 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
112552026-08-31T15:24:04.262ZAug 31 15:24:03.629 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
112562026-08-31T15:24:05.908ZAug 31 15:24:05.276 INFO [tuf-repo] task succeeded (45.892145668s)
112572026-08-31T15:26:32.792Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 08s
112582026-08-31T15:26:32.807Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112592026-08-31T15:26:32.807Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112602026-08-31T15:26:35.203ZAug 31 15:26:34.564 INFO [verify-libraries] process exited with exit status: 0 (434.88464028s)
112612026-08-31T15:26:35.203ZAug 31 15:26:34.564 INFO all jobs completed in 1136.598931637s
112622026-08-31T15:26:36.404Zprocess exited: duration 1386578 ms, exit code 0
 
112632026-08-31T15:26:36.424Zfound 41 output files
112642026-08-31T15:26:36.432Zuploading: /work/manifest.toml (17334 bytes)
112652026-08-31T15:26:37.587Zuploaded: /work/manifest.toml
112662026-08-31T15:26:37.588Zuploading: /work/repo.zip (3288417789 bytes)
112672026-08-31T15:28:13.725Zuploaded: /work/repo.zip
112682026-08-31T15:28:13.725Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112692026-08-31T15:28:14.830Zuploaded: /work/repo.zip.sha256.txt
112702026-08-31T15:28:14.830Zuploading: /work/helios.json (647 bytes)
112712026-08-31T15:28:15.936Zuploaded: /work/helios.json
112722026-08-31T15:28:15.936Zuploading: /work/incorporation.p5m (113590 bytes)
112732026-08-31T15:28:17.022Zuploaded: /work/incorporation.p5m
112742026-08-31T15:28:17.023Zuploading: /work/incorporation.p5p (133120 bytes)
112752026-08-31T15:28:18.132Zuploaded: /work/incorporation.p5p
112762026-08-31T15:28:18.132Zuploading: /work/helios-incorp.log (522 bytes)
112772026-08-31T15:28:19.213Zuploaded: /work/helios-incorp.log
112782026-08-31T15:28:19.213Zuploading: /work/helios-setup.log (57219 bytes)
112792026-08-31T15:28:20.291Zuploaded: /work/helios-setup.log
112802026-08-31T15:28:20.291Zuploading: /work/host-image.log (233350 bytes)
112812026-08-31T15:28:21.385Zuploaded: /work/host-image.log
112822026-08-31T15:28:21.385Zuploading: /work/host-package.log (33681 bytes)
112832026-08-31T15:28:22.528Zuploaded: /work/host-package.log
112842026-08-31T15:28:22.528Zuploading: /work/host-target.log (101 bytes)
112852026-08-31T15:28:23.618Zuploaded: /work/host-target.log
112862026-08-31T15:28:23.619Zuploading: /work/incorp-create.log (0 bytes)
112872026-08-31T15:28:24.778Zuploaded: /work/incorp-create.log
112882026-08-31T15:28:24.779Zuploading: /work/incorp-fmt.log (0 bytes)
112892026-08-31T15:28:25.863Zuploaded: /work/incorp-fmt.log
112902026-08-31T15:28:25.863Zuploading: /work/incorp-pkgsend.log (108 bytes)
112912026-08-31T15:28:26.929Zuploaded: /work/incorp-pkgsend.log
112922026-08-31T15:28:26.929Zuploading: /work/incorp-publisher.log (0 bytes)
112932026-08-31T15:28:28.009Zuploaded: /work/incorp-publisher.log
112942026-08-31T15:28:28.009Zuploading: /work/omicron-package.log (10430 bytes)
112952026-08-31T15:28:29.064Zuploaded: /work/omicron-package.log
112962026-08-31T15:28:29.065Zuploading: /work/recovery-image.log (592612 bytes)
112972026-08-31T15:28:30.192Zuploaded: /work/recovery-image.log
112982026-08-31T15:28:30.192Zuploading: /work/recovery-package.log (321 bytes)
112992026-08-31T15:28:31.325Zuploaded: /work/recovery-package.log
113002026-08-31T15:28:31.325Zuploading: /work/recovery-target.log (98 bytes)
113012026-08-31T15:28:32.472Zuploaded: /work/recovery-target.log
113022026-08-31T15:28:32.472Zuploading: /work/stamp-clickhouse.log (117 bytes)
113032026-08-31T15:28:33.560Zuploaded: /work/stamp-clickhouse.log
113042026-08-31T15:28:33.560Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113052026-08-31T15:28:34.769Zuploaded: /work/stamp-clickhouse_keeper.log
113062026-08-31T15:28:34.769Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113072026-08-31T15:28:36.086Zuploaded: /work/stamp-clickhouse_server.log
113082026-08-31T15:28:36.086Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113092026-08-31T15:28:37.178Zuploaded: /work/stamp-cockroachdb.log
113102026-08-31T15:28:37.178Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113112026-08-31T15:28:38.755Zuploaded: /work/stamp-crucible-pantry-zone.log
113122026-08-31T15:28:38.755Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113132026-08-31T15:28:39.857Zuploaded: /work/stamp-crucible-utils.log
113142026-08-31T15:28:39.857Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113152026-08-31T15:28:41.107Zuploaded: /work/stamp-crucible-zone.log
113162026-08-31T15:28:41.107Zuploading: /work/stamp-external-dns.log (119 bytes)
113172026-08-31T15:28:42.273Zuploaded: /work/stamp-external-dns.log
113182026-08-31T15:28:42.273Zuploading: /work/stamp-installinator.log (103 bytes)
113192026-08-31T15:28:43.343Zuploaded: /work/stamp-installinator.log
113202026-08-31T15:28:43.374Zuploading: /work/stamp-internal-dns.log (119 bytes)
113212026-08-31T15:28:44.634Zuploaded: /work/stamp-internal-dns.log
113222026-08-31T15:28:44.634Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113232026-08-31T15:28:45.820Zuploaded: /work/stamp-mg-ddm-gz.log
113242026-08-31T15:28:45.820Zuploading: /work/stamp-nexus.log (112 bytes)
113252026-08-31T15:28:47.333Zuploaded: /work/stamp-nexus.log
113262026-08-31T15:28:47.333Zuploading: /work/stamp-ntp.log (110 bytes)
113272026-08-31T15:28:48.540Zuploaded: /work/stamp-ntp.log
113282026-08-31T15:28:48.540Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113292026-08-31T15:28:49.915Zuploaded: /work/stamp-omicron-sled-agent.log
113302026-08-31T15:28:49.915Zuploading: /work/stamp-overlay.log (114 bytes)
113312026-08-31T15:28:51.402Zuploaded: /work/stamp-overlay.log
113322026-08-31T15:28:51.403Zuploading: /work/stamp-oximeter.log (115 bytes)
113332026-08-31T15:28:52.564Zuploaded: /work/stamp-oximeter.log
113342026-08-31T15:28:52.564Zuploading: /work/stamp-oxlog.log (109 bytes)
113352026-08-31T15:28:53.749Zuploaded: /work/stamp-oxlog.log
113362026-08-31T15:28:53.749Zuploading: /work/stamp-probe.log (112 bytes)
113372026-08-31T15:28:54.923Zuploaded: /work/stamp-probe.log
113382026-08-31T15:28:54.923Zuploading: /work/stamp-propolis-server.log (122 bytes)
113392026-08-31T15:28:56.053Zuploaded: /work/stamp-propolis-server.log
113402026-08-31T15:28:56.053Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113412026-08-31T15:28:57.311Zuploaded: /work/stamp-pumpkind-gz.log
113422026-08-31T15:28:57.311Zuploading: /work/stamp-switch-asic.log (118 bytes)
113432026-08-31T15:28:59.059Zuploaded: /work/stamp-switch-asic.log
113442026-08-31T15:28:59.060Zuploading: /work/verify-libraries.log (50629 bytes)
113452026-08-31T15:29:00.208Zuploaded: /work/verify-libraries.log