01M10AX7RHCGYJ11YGJ1AT02P9: 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: 01M10AY397KC0TJ10HZBSR9JJ3

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-27T00:47:37.938Zjob assigned to worker 01M10AY9QG8GA1T5DHK2DASDP2 [factory aws, i-0c13e0f376b9a1f59] (queued for 48 s)
 
22026-08-27T00:47:45.352Zstarting task 0: "setup"
32026-08-27T00:47:45.359Z++ uname -s
42026-08-27T00:47:45.362Z+ kern=SunOS
52026-08-27T00:47:45.362Z+ build_user=build
62026-08-27T00:47:45.362Z+ build_uid=12345
72026-08-27T00:47:45.362Z+ work_dir=/work
82026-08-27T00:47:45.362Z+ input_dir=/input
92026-08-27T00:47:45.362Z+ [[ 0 == 12345 ]]
102026-08-27T00:47:45.362Z+ case "$kern" in
112026-08-27T00:47:45.362Z+ groupadd -g 12345 build
122026-08-27T00:47:45.375Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-27T00:47:47.385Z+ zfs create -o mountpoint=/work rpool/work
142026-08-27T00:47:47.511Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-27T00:47:47.515Z+ home_fs=zfs
162026-08-27T00:47:47.515Z+ [[ zfs == autofs ]]
172026-08-27T00:47:47.515Z+ mkdir -p /home/build
182026-08-27T00:47:47.518Z+ chown build:build /home/build /work
192026-08-27T00:47:49.517Z+ chmod 0700 /home/build /work
202026-08-27T00:47:49.521Zprocess exited: duration 4172 ms, exit code 0
 
212026-08-27T00:47:49.527Zstarting task 1: "rust-toolchain"
222026-08-27T00:47:49.532Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-27T00:47:49.532Z * rust toolchain channel = "1.97.1"
242026-08-27T00:47:49.532Z * rust toolchain profile = "default"
252026-08-27T00:47:49.535Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-27T00:47:49.535Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-27T00:47:49.535Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-27T00:47:49.535Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-27T00:47:49.535Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-27T00:47:49.622Zinfo: downloading installer
312026-08-27T00:47:50.931Zwarn: It looks like you have an existing rustup settings file at:
322026-08-27T00:47:50.931Zwarn: /home/build/.rustup/settings.toml
332026-08-27T00:47:50.931Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-27T00:47:50.931Zwarn: instead of the one inferred from the default host triple.
352026-08-27T00:47:50.944Zinfo: profile set to default
362026-08-27T00:47:50.944Zinfo: default host triple is x86_64-unknown-illumos
372026-08-27T00:47:50.947Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-27T00:47:51.077Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-27T00:47:51.080Zinfo: downloading 6 components
402026-08-27T00:48:07.608Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-27T00:48:07.608Z
422026-08-27T00:48:07.633Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-27T00:48:07.634Z
442026-08-27T00:48:07.634Z
452026-08-27T00:48:07.634ZRust is installed now. Great!
462026-08-27T00:48:07.634Z
472026-08-27T00:48:07.638ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-27T00:48:07.638Zenvironment variable. This has not been done automatically.
492026-08-27T00:48:07.638Z
502026-08-27T00:48:07.638ZTo configure your current shell, you need to source
512026-08-27T00:48:07.638Zthe corresponding env file under $HOME/.cargo.
522026-08-27T00:48:07.638Z
532026-08-27T00:48:07.638ZThis is usually done by running one of the following (note the leading DOT):
542026-08-27T00:48:07.638Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-27T00:48:07.638Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-27T00:48:07.638Zsource "~/.cargo/env.nu" # For nushell
572026-08-27T00:48:07.638Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-27T00:48:07.638Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-27T00:48:07.638Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-27T00:48:07.638Zwarn: no default linker (`cc`) was found in your PATH
612026-08-27T00:48:07.639Zwarn: many Rust crates require a system C toolchain to build
622026-08-27T00:48:07.741Z+ rustup --version
632026-08-27T00:48:07.748Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-27T00:48:07.752Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-27T00:48:07.769Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-27T00:48:07.773Z+ cargo --version
672026-08-27T00:48:07.779Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-27T00:48:07.783Z+ rustc --version
692026-08-27T00:48:07.801Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-27T00:48:07.805Zprocess exited: duration 18277 ms, exit code 0
 
712026-08-27T00:48:07.814Zstarting task 2: "authentication"
722026-08-27T00:48:07.832Zprocess exited: duration 18 ms, exit code 0
 
732026-08-27T00:48:07.841Zstarting task 3: "clone repository"
742026-08-27T00:48:07.846Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-27T00:48:07.850Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-27T00:48:07.882ZCloning into '/work/oxidecomputer/omicron'...
772026-08-27T00:48:20.603Z+ cd /work/oxidecomputer/omicron
782026-08-27T00:48:20.603Z+ git fetch origin 19000f37f18b3fa07f6e01d30464da7b9c0b0090
792026-08-27T00:48:20.964ZFrom https://github.com/oxidecomputer/omicron
802026-08-27T00:48:20.964Z * branch 19000f37f18b3fa07f6e01d30464da7b9c0b0090 -> FETCH_HEAD
812026-08-27T00:48:20.974Z+ [[ -n '' ]]
822026-08-27T00:48:20.974Z+ git reset --hard 19000f37f18b3fa07f6e01d30464da7b9c0b0090
832026-08-27T00:48:21.230ZHEAD is now at 19000f37f [8/n gen] [nexus] add typed InstanceUpdaterGeneration
842026-08-27T00:48:21.233Zprocess exited: duration 13393 ms, exit code 0
 
852026-08-27T00:48:21.241Zstarting task 4: "build"
862026-08-27T00:48:21.247Z+ source .github/buildomat/ci-env.sh
872026-08-27T00:48:21.247Z++ export CARGO_TERM_COLOR=always
882026-08-27T00:48:21.252Z++ CARGO_TERM_COLOR=always
892026-08-27T00:48:21.252Z+++ uname -s
902026-08-27T00:48:21.252Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-27T00:48:21.252Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-27T00:48:21.253Z+ cargo --version
932026-08-27T00:48:21.263Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-27T00:48:21.267Z+ rustc --version
952026-08-27T00:48:21.283Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-27T00:48:21.286Z+ cargo tree --locked
972026-08-27T00:48:21.452Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
982026-08-27T00:48:21.791Z Updating crates.io index
992026-08-27T00:48:21.794Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1002026-08-27T00:48:22.079Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1012026-08-27T00:48:22.454Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1022026-08-27T00:48:22.777Z Updating git repository `https://github.com/oxidecomputer/propolis`
1032026-08-27T00:48:23.781Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1042026-08-27T00:48:24.439Z Updating git repository `https://github.com/oxidecomputer/crucible`
1052026-08-27T00:48:26.539Z Updating git repository `https://github.com/oxidecomputer/opte`
1062026-08-27T00:48:27.437Z Updating git repository `https://github.com/oxidecomputer/tofino`
1072026-08-27T00:48:27.738Z Updating git repository `https://github.com/oxidecomputer/lldp`
1082026-08-27T00:48:28.112Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1092026-08-27T00:48:29.602Z Updating git repository `https://github.com/oxidecomputer/clickward`
1102026-08-27T00:48:30.180Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1112026-08-27T00:48:30.683Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1122026-08-27T00:48:31.272Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1132026-08-27T00:48:31.824Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1142026-08-27T00:48:32.102Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1152026-08-27T00:48:32.424Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1162026-08-27T00:48:32.714Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1172026-08-27T00:48:33.044Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1182026-08-27T00:48:33.550Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1192026-08-27T00:48:33.949Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1202026-08-27T00:48:34.514Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1212026-08-27T00:48:34.860Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1222026-08-27T00:48:35.439Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1232026-08-27T00:48:35.814Z Updating git repository `https://github.com/oxidecomputer/erebor`
1242026-08-27T00:48:36.101Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1252026-08-27T00:48:36.499Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1262026-08-27T00:48:36.797Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1272026-08-27T00:48:37.278Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1282026-08-27T00:48:37.638Z Updating git repository `https://github.com/oxidecomputer/ispf`
1292026-08-27T00:48:37.918Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1302026-08-27T00:48:38.207Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1312026-08-27T00:48:38.591Z Updating git repository `https://github.com/oxidecomputer/tough`
1322026-08-27T00:48:39.167Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1332026-08-27T00:48:39.797Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1342026-08-27T00:48:40.031Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1352026-08-27T00:48:40.384Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1362026-08-27T00:48:40.769Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1372026-08-27T00:48:41.046Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1382026-08-27T00:48:41.329Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1392026-08-27T00:48:41.664Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1402026-08-27T00:48:41.959Z Updating git repository `https://github.com/illumos/smf-rs`
1412026-08-27T00:48:42.282Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1422026-08-27T00:48:45.502Z Downloading crates ...
1432026-08-27T00:48:45.551Z Downloaded cpufeatures v0.2.17
1442026-08-27T00:48:45.557Z Downloaded cmov v0.5.4
1452026-08-27T00:48:45.562Z Downloaded crypto-common v0.1.7
1462026-08-27T00:48:45.565Z Downloaded compression-codecs v0.4.37
1472026-08-27T00:48:45.570Z Downloaded const-oid v0.9.6
1482026-08-27T00:48:45.570Z Downloaded clap_derive v4.6.1
1492026-08-27T00:48:45.570Z Downloaded debug-ignore v1.0.5
1502026-08-27T00:48:45.570Z Downloaded cpufeatures v0.3.0
1512026-08-27T00:48:45.575Z Downloaded compression-core v0.4.31
1522026-08-27T00:48:45.575Z Downloaded clap_lex v1.0.0
1532026-08-27T00:48:45.575Z Downloaded clang-sys v1.8.1
1542026-08-27T00:48:45.575Z Downloaded crc8 v0.1.1
1552026-08-27T00:48:45.579Z Downloaded guppy-workspace-hack v0.1.0
1562026-08-27T00:48:45.579Z Downloaded group v0.14.0
1572026-08-27T00:48:45.579Z Downloaded cpubits v0.1.1
1582026-08-27T00:48:45.583Z Downloaded crc v3.4.0
1592026-08-27T00:48:45.583Z Downloaded crunchy v0.2.4
1602026-08-27T00:48:45.587Z Downloaded diesel_table_macro_syntax v0.3.0
1612026-08-27T00:48:45.587Z Downloaded httpdate v1.0.3
1622026-08-27T00:48:45.587Z Downloaded constant_time_eq v0.3.1
1632026-08-27T00:48:45.587Z Downloaded crucible-workspace-hack v0.1.0
1642026-08-27T00:48:45.590Z Downloaded half v2.7.1
1652026-08-27T00:48:45.594Z Downloaded addr2line v0.25.1
1662026-08-27T00:48:45.594Z Downloaded cipher v0.5.2
1672026-08-27T00:48:45.598Z Downloaded convert_case v0.4.0
1682026-08-27T00:48:45.598Z Downloaded heck v0.4.1
1692026-08-27T00:48:45.601Z Downloaded concurrent-queue v2.5.0
1702026-08-27T00:48:45.601Z Downloaded http-range v0.1.5
1712026-08-27T00:48:45.606Z Downloaded corncobs v0.1.4
1722026-08-27T00:48:45.609Z Downloaded home v0.5.12
1732026-08-27T00:48:45.609Z Downloaded cmake v0.1.57
1742026-08-27T00:48:45.609Z Downloaded hostname v0.4.2
1752026-08-27T00:48:45.613Z Downloaded const_format_proc_macros v0.2.34
1762026-08-27T00:48:45.613Z Downloaded colorchoice v1.0.4
1772026-08-27T00:48:45.644Z Downloaded constant_time_eq v0.4.2
1782026-08-27T00:48:45.644Z Downloaded criterion-plot v0.6.0
1792026-08-27T00:48:45.644Z Downloaded critical-section v1.2.0
1802026-08-27T00:48:45.644Z Downloaded hubpack v0.1.2
1812026-08-27T00:48:45.644Z Downloaded hash32 v0.3.1
1822026-08-27T00:48:45.644Z Downloaded hex-literal v1.1.0
1832026-08-27T00:48:45.644Z Downloaded console v0.16.2
1842026-08-27T00:48:45.644Z Downloaded crossbeam-epoch v0.9.18
1852026-08-27T00:48:45.644Z Downloaded http-body-util v0.1.3
1862026-08-27T00:48:45.644Z Downloaded icu_normalizer_data v2.1.1
1872026-08-27T00:48:45.644Z Downloaded curve25519-dalek-derive v0.1.1
1882026-08-27T00:48:45.644Z Downloaded headers-core v0.3.0
1892026-08-27T00:48:45.645Z Downloaded heck v0.5.0
1902026-08-27T00:48:45.645Z Downloaded http-body v1.0.1
1912026-08-27T00:48:45.645Z Downloaded hex-literal v0.4.1
1922026-08-27T00:48:45.645Z Downloaded instant v0.1.13
1932026-08-27T00:48:45.645Z Downloaded cobs v0.3.0
1942026-08-27T00:48:45.645Z Downloaded darling_macro v0.13.4
1952026-08-27T00:48:45.648Z Downloaded defmt-parser v1.0.0
1962026-08-27T00:48:45.649Z Downloaded hex v0.4.3
1972026-08-27T00:48:45.649Z Downloaded is_terminal_polyfill v1.70.2
1982026-08-27T00:48:45.649Z Downloaded defmt v0.3.100
1992026-08-27T00:48:45.652Z Downloaded darling_macro v0.23.0
2002026-08-27T00:48:45.652Z Downloaded derive_builder_macro v0.20.2
2012026-08-27T00:48:45.653Z Downloaded hubpack_derive v0.1.1
2022026-08-27T00:48:45.653Z Downloaded cstr-argument v0.1.2
2032026-08-27T00:48:45.656Z Downloaded darling_macro v0.20.11
2042026-08-27T00:48:45.656Z Downloaded hash32 v0.2.1
2052026-08-27T00:48:45.660Z Downloaded console v0.15.11
2062026-08-27T00:48:45.664Z Downloaded is_ci v1.2.0
2072026-08-27T00:48:45.664Z Downloaded hostname v0.3.1
2082026-08-27T00:48:45.664Z Downloaded inout v0.2.2
2092026-08-27T00:48:45.664Z Downloaded crc-any v2.5.0
2102026-08-27T00:48:45.664Z Downloaded crc-catalog v2.4.0
2112026-08-27T00:48:45.669Z Downloaded is-terminal v0.4.17
2122026-08-27T00:48:45.669Z Downloaded indent_write v2.2.0
2132026-08-27T00:48:45.672Z Downloaded illumos-nvpair v0.3.0
2142026-08-27T00:48:45.672Z Downloaded internet-checksum v0.2.1
2152026-08-27T00:48:45.675Z Downloaded indoc v1.0.9
2162026-08-27T00:48:45.676Z Downloaded inout v0.1.4
2172026-08-27T00:48:45.676Z Downloaded instability v0.3.11
2182026-08-27T00:48:45.679Z Downloaded idna_adapter v1.2.1
2192026-08-27T00:48:45.679Z Downloaded crypto-common v0.2.2
2202026-08-27T00:48:45.679Z Downloaded arrayref v0.3.9
2212026-08-27T00:48:45.683Z Downloaded anstyle-query v1.1.5
2222026-08-27T00:48:45.686Z Downloaded assert_matches v1.5.0
2232026-08-27T00:48:45.689Z Downloaded goblin v0.8.2
2242026-08-27T00:48:45.693Z Downloaded httparse v1.10.1
2252026-08-27T00:48:45.693Z Downloaded atty v0.2.14
2262026-08-27T00:48:45.693Z Downloaded cast v0.3.0
2272026-08-27T00:48:45.693Z Downloaded bit-set v0.5.3
2282026-08-27T00:48:45.696Z Downloaded ident_case v1.0.1
2292026-08-27T00:48:45.696Z Downloaded bb8 v0.8.6
2302026-08-27T00:48:45.700Z Downloaded cfg_aliases v0.2.1
2312026-08-27T00:48:45.700Z Downloaded ciborium-io v0.2.2
2322026-08-27T00:48:45.700Z Downloaded opaque-debug v0.3.1
2332026-08-27T00:48:45.704Z Downloaded illumos-nvpair-sys v0.2.0
2342026-08-27T00:48:45.704Z Downloaded block-padding v0.4.2
2352026-08-27T00:48:45.704Z Downloaded colored v3.1.1
2362026-08-27T00:48:45.707Z Downloaded crc32fast v1.5.0
2372026-08-27T00:48:45.707Z Downloaded hyper-tls v0.6.0
2382026-08-27T00:48:45.710Z Downloaded crossbeam-deque v0.8.6
2392026-08-27T00:48:45.710Z Downloaded defmt-macros v1.0.1
2402026-08-27T00:48:45.711Z Downloaded group v0.13.0
2412026-08-27T00:48:45.715Z Downloaded defmt v1.0.1
2422026-08-27T00:48:45.715Z Downloaded olpc-cjson v0.1.4
2432026-08-27T00:48:45.715Z Downloaded openssl-probe v0.1.6
2442026-08-27T00:48:45.715Z Downloaded password-hash v0.6.1
2452026-08-27T00:48:45.719Z Downloaded pathdiff v0.2.3
2462026-08-27T00:48:45.719Z Downloaded derive-ex v0.1.8
2472026-08-27T00:48:45.719Z Downloaded phf_shared v0.12.1
2482026-08-27T00:48:45.719Z Downloaded plain v0.2.3
2492026-08-27T00:48:45.719Z Downloaded darling_macro v0.21.3
2502026-08-27T00:48:45.723Z Downloaded heapless v0.7.17
2512026-08-27T00:48:45.728Z Downloaded derive_builder_core v0.20.2
2522026-08-27T00:48:45.728Z Downloaded ingot v0.2.1
2532026-08-27T00:48:45.728Z Downloaded oso-derive v0.27.3
2542026-08-27T00:48:45.734Z Downloaded cookie v0.18.1
2552026-08-27T00:48:45.734Z Downloaded daft v0.1.8
2562026-08-27T00:48:45.738Z Downloaded parking v2.2.1
2572026-08-27T00:48:45.738Z Downloaded impl-trait-for-tuples v0.2.3
2582026-08-27T00:48:45.741Z Downloaded indoc v2.0.7
2592026-08-27T00:48:45.741Z Downloaded proc-macro-error-attr v1.0.4
2602026-08-27T00:48:45.741Z Downloaded humantime v2.3.0
2612026-08-27T00:48:45.745Z Downloaded percent-encoding v2.3.2
2622026-08-27T00:48:45.745Z Downloaded predicates-core v1.0.10
2632026-08-27T00:48:45.745Z Downloaded ingot-types v0.2.0
2642026-08-27T00:48:45.750Z Downloaded ctr v0.10.1
2652026-08-27T00:48:45.754Z Downloaded delegate v0.13.5
2662026-08-27T00:48:45.754Z Downloaded highway v1.3.0
2672026-08-27T00:48:45.754Z Downloaded ctutils v0.4.2
2682026-08-27T00:48:45.758Z Downloaded darling v0.13.4
2692026-08-27T00:48:45.758Z Downloaded der_derive v0.7.3
2702026-08-27T00:48:45.758Z Downloaded csv-core v0.1.13
2712026-08-27T00:48:45.758Z Downloaded data-encoding v2.10.0
2722026-08-27T00:48:45.758Z Downloaded anstyle v1.0.14
2732026-08-27T00:48:45.762Z Downloaded argon2 v0.5.3
2742026-08-27T00:48:45.762Z Downloaded rand_pcg v0.10.2
2752026-08-27T00:48:45.762Z Downloaded hyper-staticfile v0.10.1
2762026-08-27T00:48:45.762Z Downloaded rfc6979 v0.4.0
2772026-08-27T00:48:45.766Z Downloaded russh-util v0.52.0
2782026-08-27T00:48:45.771Z Downloaded bitfield v0.19.4
2792026-08-27T00:48:45.771Z Downloaded byteorder v1.5.0
2802026-08-27T00:48:45.771Z Downloaded progenitor-client v0.14.0
2812026-08-27T00:48:45.772Z Downloaded progenitor-macro v0.14.0
2822026-08-27T00:48:45.772Z Downloaded blowfish v0.10.0
2832026-08-27T00:48:45.772Z Downloaded progenitor-macro v0.13.0
2842026-08-27T00:48:45.777Z Downloaded oxide-generation-macros v0.2.0
2852026-08-27T00:48:45.780Z Downloaded cookie_store v0.22.1
2862026-08-27T00:48:45.780Z Downloaded path-tree v0.8.3
2872026-08-27T00:48:45.780Z Downloaded pkcs8 v0.10.2
2882026-08-27T00:48:45.784Z Downloaded poly1305 v0.8.0
2892026-08-27T00:48:45.784Z Downloaded rustc_version v0.1.7
2902026-08-27T00:48:45.784Z Downloaded colored v2.2.0
2912026-08-27T00:48:45.788Z Downloaded convert_case v0.10.0
2922026-08-27T00:48:45.788Z Downloaded deranged v0.5.8
2932026-08-27T00:48:45.792Z Downloaded crossbeam-utils v0.8.21
2942026-08-27T00:48:45.792Z Downloaded des v0.9.0
2952026-08-27T00:48:45.796Z Downloaded daft-derive v0.1.8
2962026-08-27T00:48:45.796Z Downloaded darling v0.21.3
2972026-08-27T00:48:45.799Z Downloaded darling v0.23.0
2982026-08-27T00:48:45.803Z Downloaded ingot-macros v0.2.0
2992026-08-27T00:48:45.803Z Downloaded ipnet v2.12.0
3002026-08-27T00:48:45.803Z Downloaded oxide-update-engine-display v0.1.2
3012026-08-27T00:48:45.803Z Downloaded scroll_derive v0.13.1
3022026-08-27T00:48:45.803Z Downloaded compact_str v0.8.1
3032026-08-27T00:48:45.806Z Downloaded derive_builder v0.20.2
3042026-08-27T00:48:45.810Z Downloaded hickory-client v0.25.2
3052026-08-27T00:48:45.810Z Downloaded serde_spanned v1.1.1
3062026-08-27T00:48:45.811Z Downloaded signal-hook-mio v0.2.5
3072026-08-27T00:48:45.811Z Downloaded slog-envlogger v2.2.0
3082026-08-27T00:48:45.811Z Downloaded scopeguard v1.2.0
3092026-08-27T00:48:45.815Z Downloaded ipnetwork v0.21.1
3102026-08-27T00:48:45.815Z Downloaded hmac v0.12.1
3112026-08-27T00:48:45.815Z Downloaded pin-project-lite v0.2.17
3122026-08-27T00:48:45.819Z Downloaded predicates v3.1.4
3132026-08-27T00:48:45.819Z Downloaded sha1 v0.10.6
3142026-08-27T00:48:45.819Z Downloaded similar-asserts v1.7.0
3152026-08-27T00:48:45.823Z Downloaded supports-hyperlinks v3.2.0
3162026-08-27T00:48:45.823Z Downloaded rand_chacha v0.9.0
3172026-08-27T00:48:45.827Z Downloaded structmeta-derive v0.3.0
3182026-08-27T00:48:45.827Z Downloaded hybrid-array v0.4.13
3192026-08-27T00:48:45.827Z Downloaded primeorder v0.13.6
3202026-08-27T00:48:45.827Z Downloaded darling v0.20.11
3212026-08-27T00:48:45.832Z Downloaded rpassword v7.5.4
3222026-08-27T00:48:45.832Z Downloaded strum v0.26.3
3232026-08-27T00:48:45.832Z Downloaded sqlparser_derive v0.5.0
3242026-08-27T00:48:45.835Z Downloaded tabled_derive v0.7.0
3252026-08-27T00:48:45.835Z Downloaded hkdf v0.13.0
3262026-08-27T00:48:45.835Z Downloaded backon v1.6.0
3272026-08-27T00:48:45.835Z Downloaded bitflags v2.11.0
3282026-08-27T00:48:45.839Z Downloaded half v1.8.3
3292026-08-27T00:48:45.839Z Downloaded hmac v0.13.0
3302026-08-27T00:48:45.839Z Downloaded async-trait v0.1.89
3312026-08-27T00:48:45.843Z Downloaded cancel-safe-futures v0.1.5
3322026-08-27T00:48:45.843Z Downloaded relative-path v1.9.3
3332026-08-27T00:48:45.843Z Downloaded quote v1.0.45
3342026-08-27T00:48:45.847Z Downloaded thread-id v5.1.0
3352026-08-27T00:48:45.847Z Downloaded time-core v0.1.8
3362026-08-27T00:48:45.847Z Downloaded take_mut v0.2.2
3372026-08-27T00:48:45.847Z Downloaded target-triple v1.0.0
3382026-08-27T00:48:45.847Z Downloaded termtree v0.5.1
3392026-08-27T00:48:45.851Z Downloaded clap v4.6.1
3402026-08-27T00:48:45.854Z Downloaded crypto-bigint v0.5.5
3412026-08-27T00:48:45.857Z Downloaded const_format v0.2.35
3422026-08-27T00:48:45.858Z Downloaded sec1 v0.8.1
3432026-08-27T00:48:45.861Z Downloaded darling_core v0.13.4
3442026-08-27T00:48:45.861Z Downloaded postcard v1.1.3
3452026-08-27T00:48:45.861Z Downloaded diesel-dtrace v0.5.0
3462026-08-27T00:48:45.865Z Downloaded httptest v0.16.4
3472026-08-27T00:48:45.865Z Downloaded indexmap v1.9.3
3482026-08-27T00:48:45.870Z Downloaded unicode-xid v0.2.6
3492026-08-27T00:48:45.870Z Downloaded derive-where v1.6.0
3502026-08-27T00:48:45.870Z Downloaded serde_path_to_error v0.1.20
3512026-08-27T00:48:45.874Z Downloaded serde_tokenstream v0.2.3
3522026-08-27T00:48:45.874Z Downloaded signal-hook-registry v1.4.8
3532026-08-27T00:48:45.874Z Downloaded hyper-rustls v0.27.7
3542026-08-27T00:48:45.874Z Downloaded heapless v0.8.0
3552026-08-27T00:48:45.874Z Downloaded toml_write v0.1.2
3562026-08-27T00:48:45.878Z Downloaded trait-variant v0.1.2
3572026-08-27T00:48:45.878Z Downloaded xshell-macros v0.2.7
3582026-08-27T00:48:45.878Z Downloaded wait-timeout v0.2.1
3592026-08-27T00:48:45.881Z Downloaded ignore v0.4.25
3602026-08-27T00:48:45.882Z Downloaded serde-hex v0.1.0
3612026-08-27T00:48:45.886Z Downloaded iana-time-zone v0.1.65
3622026-08-27T00:48:45.886Z Downloaded icu_provider v2.1.1
3632026-08-27T00:48:45.886Z Downloaded proc-macro-error v1.0.4
3642026-08-27T00:48:45.891Z Downloaded stringprep v0.1.5
3652026-08-27T00:48:45.891Z Downloaded support-bundle-viewer v0.1.2
3662026-08-27T00:48:45.891Z Downloaded serdect v0.4.3
3672026-08-27T00:48:45.891Z Downloaded smallvec v0.6.14
3682026-08-27T00:48:45.891Z Downloaded slog-term v2.9.2
3692026-08-27T00:48:45.895Z Downloaded version_check v0.9.5
3702026-08-27T00:48:45.895Z Downloaded endian-type v0.1.2
3712026-08-27T00:48:45.895Z Downloaded hashbrown v0.12.3
3722026-08-27T00:48:45.895Z Downloaded zerofrom-derive v0.1.6
3732026-08-27T00:48:45.899Z Downloaded dtrace-parser v0.3.0
3742026-08-27T00:48:45.899Z Downloaded dyn-clone v1.0.20
3752026-08-27T00:48:45.902Z Downloaded spki v0.7.3
3762026-08-27T00:48:45.906Z Downloaded derive_more v0.99.20
3772026-08-27T00:48:45.911Z Downloaded rustls-pki-types v1.14.0
3782026-08-27T00:48:45.911Z Downloaded equivalent v1.0.2
3792026-08-27T00:48:45.911Z Downloaded allocator-api2 v0.2.21
3802026-08-27T00:48:45.911Z Downloaded float-ord v0.3.2
3812026-08-27T00:48:45.914Z Downloaded futures-task v0.3.32
3822026-08-27T00:48:45.914Z Downloaded async-lock v3.4.2
3832026-08-27T00:48:45.914Z Downloaded quinn-udp v0.5.14
3842026-08-27T00:48:45.914Z Downloaded semver v1.0.28
3852026-08-27T00:48:45.914Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3862026-08-27T00:48:45.914Z Downloaded sync_wrapper v1.0.2
3872026-08-27T00:48:45.915Z Downloaded dirs-next v2.0.0
3882026-08-27T00:48:45.919Z Downloaded indicatif v0.18.4
3892026-08-27T00:48:45.920Z Downloaded digest-io v0.1.0
3902026-08-27T00:48:45.920Z Downloaded dunce v1.0.5
3912026-08-27T00:48:45.920Z Downloaded fd-lock v4.0.4
3922026-08-27T00:48:45.923Z Downloaded icu_locale_core v2.1.1
3932026-08-27T00:48:45.924Z Downloaded const-oid v0.10.2
3942026-08-27T00:48:45.924Z Downloaded lalrpop-util v0.19.12
3952026-08-27T00:48:45.924Z Downloaded darling_core v0.20.11
3962026-08-27T00:48:45.927Z Downloaded darling_core v0.23.0
3972026-08-27T00:48:45.932Z Downloaded hashbrown v0.16.1
3982026-08-27T00:48:45.932Z Downloaded headers v0.4.1
3992026-08-27T00:48:45.935Z Downloaded lazy_static v1.5.0
4002026-08-27T00:48:45.935Z Downloaded tinytemplate v1.2.1
4012026-08-27T00:48:45.938Z Downloaded form_urlencoded v1.2.2
4022026-08-27T00:48:45.939Z Downloaded generic-array v0.14.7
4032026-08-27T00:48:45.939Z Downloaded vergen-git2 v9.1.0
4042026-08-27T00:48:45.939Z Downloaded writeable v0.6.2
4052026-08-27T00:48:45.939Z Downloaded yoke v0.8.1
4062026-08-27T00:48:45.942Z Downloaded maplit v1.0.2
4072026-08-27T00:48:45.942Z Downloaded crossterm v0.28.1
4082026-08-27T00:48:45.947Z Downloaded mime v0.3.17
4092026-08-27T00:48:45.947Z Downloaded usdt v0.6.0
4102026-08-27T00:48:45.947Z Downloaded tokio-tungstenite v0.23.1
4112026-08-27T00:48:45.947Z Downloaded toml_writer v1.1.1+spec-1.1.0
4122026-08-27T00:48:45.952Z Downloaded icu_normalizer v2.1.1
4132026-08-27T00:48:45.952Z Downloaded icu_properties v2.1.2
4142026-08-27T00:48:45.952Z Downloaded rcgen v0.12.1
4152026-08-27T00:48:45.952Z Downloaded git-stub v1.0.0
4162026-08-27T00:48:45.956Z Downloaded md5 v0.8.0
4172026-08-27T00:48:45.956Z Downloaded memoffset v0.9.1
4182026-08-27T00:48:45.956Z Downloaded downcast-rs v2.0.2
4192026-08-27T00:48:45.956Z Downloaded libscf-sys v1.2.0
4202026-08-27T00:48:45.956Z Downloaded approx v0.5.1
4212026-08-27T00:48:45.956Z Downloaded hickory-resolver v0.25.2
4222026-08-27T00:48:45.960Z Downloaded usdt v0.5.0
4232026-08-27T00:48:45.960Z Downloaded whoami v1.6.1
4242026-08-27T00:48:45.964Z Downloaded zeroize v1.9.0
4252026-08-27T00:48:45.964Z Downloaded zmij v1.0.21
4262026-08-27T00:48:45.964Z Downloaded env_logger v0.11.11
4272026-08-27T00:48:45.967Z Downloaded lru-slab v0.1.2
4282026-08-27T00:48:45.967Z Downloaded num-iter v0.1.45
4292026-08-27T00:48:45.967Z Downloaded newtype-uuid-macros v0.1.0
4302026-08-27T00:48:45.967Z Downloaded assert-json-diff v2.0.2
4312026-08-27T00:48:45.971Z Downloaded base16ct v1.0.0
4322026-08-27T00:48:45.971Z Downloaded newtype_derive v0.1.6
4332026-08-27T00:48:45.974Z Downloaded datatest-stable v0.3.3
4342026-08-27T00:48:45.978Z Downloaded find-msvc-tools v0.1.9
4352026-08-27T00:48:45.983Z Downloaded bytes v1.11.1
4362026-08-27T00:48:45.986Z Downloaded castaway v0.2.4
4372026-08-27T00:48:45.986Z Downloaded bcrypt-pbkdf v0.11.0
4382026-08-27T00:48:45.991Z Downloaded crossbeam-channel v0.5.15
4392026-08-27T00:48:45.991Z Downloaded ecdsa v0.16.9
4402026-08-27T00:48:45.996Z Downloaded der v0.7.10
4412026-08-27T00:48:45.996Z Downloaded derive_more v2.1.1
4422026-08-27T00:48:46.002Z Downloaded lock_api v0.4.14
4432026-08-27T00:48:46.005Z Downloaded unicode-properties v0.1.4
4442026-08-27T00:48:46.005Z Downloaded hickory-resolver v0.24.4
4452026-08-27T00:48:46.009Z Downloaded parse-size v1.1.0
4462026-08-27T00:48:46.009Z Downloaded keccak v0.2.0
4472026-08-27T00:48:46.009Z Downloaded linkme v0.3.35
4482026-08-27T00:48:46.013Z Downloaded miette-derive v7.6.0
4492026-08-27T00:48:46.013Z Downloaded phf_shared v0.11.3
4502026-08-27T00:48:46.013Z Downloaded schemars v0.8.22
4512026-08-27T00:48:46.018Z Downloaded fs-err v2.11.0
4522026-08-27T00:48:46.021Z Downloaded futures-executor v0.3.32
4532026-08-27T00:48:46.021Z Downloaded globset v0.4.18
4542026-08-27T00:48:46.021Z Downloaded tokio-tungstenite v0.21.0
4552026-08-27T00:48:46.024Z Downloaded toml_parser v1.1.2+spec-1.1.0
4562026-08-27T00:48:46.024Z Downloaded num-complex v0.4.6
4572026-08-27T00:48:46.024Z Downloaded twox-hash v2.1.2
4582026-08-27T00:48:46.028Z Downloaded peg-runtime v0.8.5
4592026-08-27T00:48:46.028Z Downloaded pretty-hex v0.4.1
4602026-08-27T00:48:46.028Z Downloaded recursive v0.1.1
4612026-08-27T00:48:46.028Z Downloaded powerfmt v0.2.0
4622026-08-27T00:48:46.028Z Downloaded p384 v0.14.0
4632026-08-27T00:48:46.033Z Downloaded same-file v1.0.6
4642026-08-27T00:48:46.033Z Downloaded textwrap v0.16.2
4652026-08-27T00:48:46.040Z Downloaded num_enum v0.7.6
4662026-08-27T00:48:46.040Z Downloaded multer v3.1.0
4672026-08-27T00:48:46.044Z Downloaded papergrid v0.11.0
4682026-08-27T00:48:46.045Z Downloaded papergrid v0.18.0
4692026-08-27T00:48:46.045Z Downloaded indexmap v2.14.0
4702026-08-27T00:48:46.049Z Downloaded hashbrown v0.13.2
4712026-08-27T00:48:46.049Z Downloaded hickory-server v0.25.2
4722026-08-27T00:48:46.053Z Downloaded serde_yaml v0.9.34+deprecated
4732026-08-27T00:48:46.053Z Downloaded serde_derive v1.0.228
4742026-08-27T00:48:46.056Z Downloaded textwrap v0.15.2
4752026-08-27T00:48:46.056Z Downloaded nu-ansi-term v0.50.3
4762026-08-27T00:48:46.057Z Downloaded assert_cmd v2.1.2
4772026-08-27T00:48:46.061Z Downloaded erased-serde v0.3.31
4782026-08-27T00:48:46.061Z Downloaded secrecy v0.8.0
4792026-08-27T00:48:46.061Z Downloaded newtype-uuid v1.3.2
4802026-08-27T00:48:46.061Z Downloaded darling_core v0.21.3
4812026-08-27T00:48:46.064Z Downloaded serde-big-array v0.5.1
4822026-08-27T00:48:46.069Z Downloaded hashbrown v0.15.5
4832026-08-27T00:48:46.069Z Downloaded slog v2.8.2
4842026-08-27T00:48:46.073Z Downloaded diff v0.1.13
4852026-08-27T00:48:46.073Z Downloaded backtrace v0.3.76
4862026-08-27T00:48:46.077Z Downloaded http v1.4.2
4872026-08-27T00:48:46.077Z Downloaded rustc_version v0.4.1
4882026-08-27T00:48:46.077Z Downloaded serde_urlencoded v0.7.1
4892026-08-27T00:48:46.077Z Downloaded cbc v0.2.1
4902026-08-27T00:48:46.077Z Downloaded siphasher v1.0.2
4912026-08-27T00:48:46.081Z Downloaded camino-tempfile v1.4.1
4922026-08-27T00:48:46.081Z Downloaded cexpr v0.6.0
4932026-08-27T00:48:46.081Z Downloaded signature v3.0.0
4942026-08-27T00:48:46.081Z Downloaded bcs v0.1.6
4952026-08-27T00:48:46.087Z Downloaded term v1.2.1
4962026-08-27T00:48:46.087Z Downloaded crossterm v0.29.0
4972026-08-27T00:48:46.092Z Downloaded stable_deref_trait v1.2.1
4982026-08-27T00:48:46.092Z Downloaded unicode-ident v1.0.24
4992026-08-27T00:48:46.092Z Downloaded diesel_derives v2.3.7
5002026-08-27T00:48:46.097Z Downloaded oxide-tokio-rt v0.1.4
5012026-08-27T00:48:46.097Z Downloaded packed_struct v0.10.1
5022026-08-27T00:48:46.097Z Downloaded bytecount v0.6.9
5032026-08-27T00:48:46.097Z Downloaded oxide-generation v0.1.3
5042026-08-27T00:48:46.097Z Downloaded structmeta v0.3.0
5052026-08-27T00:48:46.097Z Downloaded terminal_size v0.1.17
5062026-08-27T00:48:46.101Z Downloaded testing_table v0.3.0
5072026-08-27T00:48:46.101Z Downloaded rstest_macros v0.25.0
5082026-08-27T00:48:46.101Z Downloaded drift v0.2.0
5092026-08-27T00:48:46.105Z Downloaded swrite v0.1.0
5102026-08-27T00:48:46.105Z Downloaded parking_lot_core v0.8.6
5112026-08-27T00:48:46.105Z Downloaded icu_collections v2.1.1
5122026-08-27T00:48:46.109Z Downloaded rand_core v0.9.5
5132026-08-27T00:48:46.109Z Downloaded resolv-conf v0.7.6
5142026-08-27T00:48:46.112Z Downloaded tungstenite v0.21.0
5152026-08-27T00:48:46.112Z Downloaded tungstenite v0.23.0
5162026-08-27T00:48:46.116Z Downloaded partial-io v0.5.4
5172026-08-27T00:48:46.116Z Downloaded quick-error v1.2.3
5182026-08-27T00:48:46.116Z Downloaded ahash v0.8.12
5192026-08-27T00:48:46.120Z Downloaded proc-macro-error2 v2.0.1
5202026-08-27T00:48:46.120Z Downloaded bitflags v1.3.2
5212026-08-27T00:48:46.120Z Downloaded typify-macro v0.6.2
5222026-08-27T00:48:46.123Z Downloaded universal-hash v0.5.1
5232026-08-27T00:48:46.123Z Downloaded uuid v1.23.4
5242026-08-27T00:48:46.124Z Downloaded utf8_iter v1.0.4
5252026-08-27T00:48:46.124Z Downloaded toml_datetime v0.6.11
5262026-08-27T00:48:46.127Z Downloaded topological-sort v0.2.2
5272026-08-27T00:48:46.127Z Downloaded hashbrown v0.14.5
5282026-08-27T00:48:46.127Z Downloaded schemars_derive v0.8.22
5292026-08-27T00:48:46.131Z Downloaded tower-layer v0.3.3
5302026-08-27T00:48:46.131Z Downloaded tower-service v0.3.3
5312026-08-27T00:48:46.131Z Downloaded unicode-truncate v1.1.0
5322026-08-27T00:48:46.131Z Downloaded internal-russh-num-bigint v0.5.0
5332026-08-27T00:48:46.134Z Downloaded async-bb8-diesel v0.2.1
5342026-08-27T00:48:46.134Z Downloaded getrandom v0.3.4
5352026-08-27T00:48:46.137Z Downloaded difflib v0.4.0
5362026-08-27T00:48:46.137Z Downloaded anyhow v1.0.104
5372026-08-27T00:48:46.138Z Downloaded rustls-pemfile v2.2.0
5382026-08-27T00:48:46.142Z Downloaded void v1.0.2
5392026-08-27T00:48:46.142Z Downloaded xattr v1.6.1
5402026-08-27T00:48:46.142Z Downloaded zeroize_derive v1.5.0
5412026-08-27T00:48:46.142Z Downloaded sqlformat v0.3.5
5422026-08-27T00:48:46.142Z Downloaded dsl_auto_type v0.2.0
5432026-08-27T00:48:46.145Z Downloaded funty v2.0.0
5442026-08-27T00:48:46.145Z Downloaded display-error-chain v0.2.2
5452026-08-27T00:48:46.145Z Downloaded dof v0.4.0
5462026-08-27T00:48:46.145Z Downloaded hyper-util v0.1.20
5472026-08-27T00:48:46.149Z Downloaded steno v0.4.1
5482026-08-27T00:48:46.149Z Downloaded float-cmp v0.10.0
5492026-08-27T00:48:46.149Z Downloaded pkcs8 v0.11.0
5502026-08-27T00:48:46.153Z Downloaded tinystr v0.8.2
5512026-08-27T00:48:46.153Z Downloaded slab v0.4.12
5522026-08-27T00:48:46.153Z Downloaded string_cache v0.8.9
5532026-08-27T00:48:46.153Z Downloaded strum v0.27.2
5542026-08-27T00:48:46.153Z Downloaded embedded-io v0.6.1
5552026-08-27T00:48:46.157Z Downloaded foreign-types-shared v0.1.1
5562026-08-27T00:48:46.157Z Downloaded futures-io v0.3.32
5572026-08-27T00:48:46.157Z Downloaded lru-cache v0.1.2
5582026-08-27T00:48:46.157Z Downloaded miette-derive v5.10.0
5592026-08-27T00:48:46.157Z Downloaded strum_macros v0.24.3
5602026-08-27T00:48:46.161Z Downloaded target-spec v3.5.7
5612026-08-27T00:48:46.161Z Downloaded thiserror-impl v2.0.18
5622026-08-27T00:48:46.161Z Downloaded tokio-postgres v0.7.16
5632026-08-27T00:48:46.164Z Downloaded pest_derive v2.8.6
5642026-08-27T00:48:46.164Z Downloaded pkcs1 v0.7.5
5652026-08-27T00:48:46.164Z Downloaded postgres-protocol v0.6.10
5662026-08-27T00:48:46.170Z Downloaded thread_local v1.1.9
5672026-08-27T00:48:46.170Z Downloaded itoa v1.0.17
5682026-08-27T00:48:46.170Z Downloaded linkme-impl v0.3.35
5692026-08-27T00:48:46.170Z Downloaded universal-hash v0.6.1
5702026-08-27T00:48:46.170Z Downloaded newline-converter v0.3.0
5712026-08-27T00:48:46.171Z Downloaded nibble_vec v0.1.0
5722026-08-27T00:48:46.176Z Downloaded tls_codec_derive v0.4.2
5732026-08-27T00:48:46.176Z Downloaded match_cfg v0.1.0
5742026-08-27T00:48:46.176Z Downloaded bit-set v0.8.0
5752026-08-27T00:48:46.176Z Downloaded nonempty v0.12.0
5762026-08-27T00:48:46.176Z Downloaded normalize-line-endings v0.3.0
5772026-08-27T00:48:46.176Z Downloaded num v0.4.3
5782026-08-27T00:48:46.176Z Downloaded async-stream-impl v0.3.6
5792026-08-27T00:48:46.176Z Downloaded atomic-waker v1.1.2
5802026-08-27T00:48:46.176Z Downloaded base16ct v0.2.0
5812026-08-27T00:48:46.176Z Downloaded vergen-lib v9.1.0
5822026-08-27T00:48:46.180Z Downloaded derive_more-impl v2.1.1
5832026-08-27T00:48:46.180Z Downloaded rand_distr v0.5.1
5842026-08-27T00:48:46.180Z Downloaded camino v1.2.5
5852026-08-27T00:48:46.180Z Downloaded either v1.15.0
5862026-08-27T00:48:46.183Z Downloaded serde_with_macros v3.21.0
5872026-08-27T00:48:46.183Z Downloaded vsss-rs v3.3.4
5882026-08-27T00:48:46.183Z Downloaded knus v3.4.0
5892026-08-27T00:48:46.191Z Downloaded openssl-macros v0.1.1
5902026-08-27T00:48:46.191Z Downloaded ena v0.14.4
5912026-08-27T00:48:46.191Z Downloaded cc v1.2.56
5922026-08-27T00:48:46.194Z Downloaded cfg_aliases v0.1.1
5932026-08-27T00:48:46.194Z Downloaded omicron-zone-package v0.12.3
5942026-08-27T00:48:46.195Z Downloaded aes v0.9.1
5952026-08-27T00:48:46.195Z Downloaded parse-display v0.10.0
5962026-08-27T00:48:46.195Z Downloaded filetime v0.2.27
5972026-08-27T00:48:46.195Z Downloaded itertools v0.10.5
5982026-08-27T00:48:46.198Z Downloaded path-slash v0.1.5
5992026-08-27T00:48:46.198Z Downloaded der v0.8.0
6002026-08-27T00:48:46.201Z Downloaded foldhash v0.2.0
6012026-08-27T00:48:46.202Z Downloaded tokio-rustls v0.26.4
6022026-08-27T00:48:46.206Z Downloaded knuffel-derive v3.2.0
6032026-08-27T00:48:46.206Z Downloaded plotters-backend v0.3.7
6042026-08-27T00:48:46.206Z Downloaded git-stub-vcs v0.1.0
6052026-08-27T00:48:46.206Z Downloaded proc-macro2 v1.0.106
6062026-08-27T00:48:46.210Z Downloaded proc-macro-error-attr2 v2.0.0
6072026-08-27T00:48:46.210Z Downloaded url v2.5.8
6082026-08-27T00:48:46.210Z Downloaded rustyline v14.0.0
6092026-08-27T00:48:46.215Z Downloaded memmap v0.7.0
6102026-08-27T00:48:46.215Z Downloaded anstream v1.0.0
6112026-08-27T00:48:46.218Z Downloaded num_enum_derive v0.7.6
6122026-08-27T00:48:46.218Z Downloaded aead v0.6.1
6132026-08-27T00:48:46.218Z Downloaded scheduled-thread-pool v0.2.7
6142026-08-27T00:48:46.222Z Downloaded serde_bytes v0.11.19
6152026-08-27T00:48:46.225Z Downloaded sha1 v0.11.0
6162026-08-27T00:48:46.225Z Downloaded cargo_metadata v0.23.1
6172026-08-27T00:48:46.229Z Downloaded guppy v0.17.25
6182026-08-27T00:48:46.229Z Downloaded itertools v0.13.0
6192026-08-27T00:48:46.234Z Downloaded unicode_categories v0.1.1
6202026-08-27T00:48:46.237Z Downloaded iri-string v0.7.10
6212026-08-27T00:48:46.241Z Downloaded rustls-platform-verifier v0.6.2
6222026-08-27T00:48:46.241Z Downloaded buf-list v1.1.2
6232026-08-27T00:48:46.241Z Downloaded vergen v9.1.0
6242026-08-27T00:48:46.244Z Downloaded signature v2.2.0
6252026-08-27T00:48:46.244Z Downloaded slog-bunyan v2.5.0
6262026-08-27T00:48:46.244Z Downloaded supports-color v2.1.0
6272026-08-27T00:48:46.244Z Downloaded ff v0.14.0
6282026-08-27T00:48:46.247Z Downloaded strip-ansi-escapes v0.2.1
6292026-08-27T00:48:46.247Z Downloaded hashbrown v0.17.0
6302026-08-27T00:48:46.252Z Downloaded thread-id v4.2.2
6312026-08-27T00:48:46.256Z Downloaded tokio-test v0.4.5
6322026-08-27T00:48:46.256Z Downloaded flate2 v1.1.9
6332026-08-27T00:48:46.256Z Downloaded pem v3.0.6
6342026-08-27T00:48:46.261Z Downloaded oxnet v0.1.6
6352026-08-27T00:48:46.261Z Downloaded untrusted v0.7.1
6362026-08-27T00:48:46.262Z Downloaded getrandom v0.2.17
6372026-08-27T00:48:46.265Z Downloaded itertools v0.12.1
6382026-08-27T00:48:46.265Z Downloaded reedline v0.40.0
6392026-08-27T00:48:46.270Z Downloaded port-file v0.1.0
6402026-08-27T00:48:46.273Z Downloaded unit-prefix v0.5.2
6412026-08-27T00:48:46.273Z Downloaded primefield v0.14.0
6422026-08-27T00:48:46.273Z Downloaded openssl-sys v0.9.117
6432026-08-27T00:48:46.277Z Downloaded progenitor-client v0.13.0
6442026-08-27T00:48:46.277Z Downloaded nanorand v0.7.0
6452026-08-27T00:48:46.277Z Downloaded dof v0.3.0
6462026-08-27T00:48:46.277Z Downloaded embedded-io v0.4.0
6472026-08-27T00:48:46.281Z Downloaded usdt-macro v0.6.0
6482026-08-27T00:48:46.282Z Downloaded utf-8 v0.7.6
6492026-08-27T00:48:46.282Z Downloaded utf8parse v0.2.2
6502026-08-27T00:48:46.282Z Downloaded unicode-bidi v0.3.18
6512026-08-27T00:48:46.286Z Downloaded sapling-renderdag v0.1.0
6522026-08-27T00:48:46.286Z Downloaded sec1 v0.7.3
6532026-08-27T00:48:46.286Z Downloaded toml v0.7.8
6542026-08-27T00:48:46.290Z Downloaded pest v2.8.6
6552026-08-27T00:48:46.290Z Downloaded progenitor v0.14.0
6562026-08-27T00:48:46.290Z Downloaded ghash v0.6.0
6572026-08-27T00:48:46.294Z Downloaded lru v0.12.5
6582026-08-27T00:48:46.294Z Downloaded rust-argon2 v2.1.0
6592026-08-27T00:48:46.294Z Downloaded rustls-native-certs v0.8.3
6602026-08-27T00:48:46.294Z Downloaded unsafe-libyaml v0.2.11
6612026-08-27T00:48:46.298Z Downloaded zopfli v0.8.3
6622026-08-27T00:48:46.298Z Downloaded itertools v0.14.0
6632026-08-27T00:48:46.301Z Downloaded idna v1.1.0
6642026-08-27T00:48:46.304Z Downloaded dtrace-parser v0.2.0
6652026-08-27T00:48:46.304Z Downloaded foreign-types v0.5.0
6662026-08-27T00:48:46.304Z Downloaded serde_tokenstream v0.3.0
6672026-08-27T00:48:46.305Z Downloaded sha2 v0.10.9
6682026-08-27T00:48:46.308Z Downloaded supports-unicode v2.1.0
6692026-08-27T00:48:46.308Z Downloaded thiserror v1.0.69
6702026-08-27T00:48:46.308Z Downloaded dropshot_endpoint v0.17.1
6712026-08-27T00:48:46.312Z Downloaded blake2b_simd v1.0.4
6722026-08-27T00:48:46.312Z Downloaded criterion v0.7.0
6732026-08-27T00:48:46.317Z Downloaded linked-hash-map v0.5.6
6742026-08-27T00:48:46.317Z Downloaded num_enum_derive v0.5.11
6752026-08-27T00:48:46.317Z Downloaded bzip2 v0.4.4
6762026-08-27T00:48:46.320Z Downloaded smf v0.2.3
6772026-08-27T00:48:46.321Z Downloaded stringmetrics v2.2.2
6782026-08-27T00:48:46.321Z Downloaded tap v1.0.1
6792026-08-27T00:48:46.321Z Downloaded jiff-static v0.2.34
6802026-08-27T00:48:46.321Z Downloaded tui-tree-widget v0.23.1
6812026-08-27T00:48:46.324Z Downloaded num-conv v0.2.0
6822026-08-27T00:48:46.324Z Downloaded socket2 v0.6.3
6832026-08-27T00:48:46.328Z Downloaded thiserror-no-std v2.0.2
6842026-08-27T00:48:46.331Z Downloaded similar v2.7.0
6852026-08-27T00:48:46.331Z Downloaded rand_seeder v0.4.0
6862026-08-27T00:48:46.334Z Downloaded digest v0.11.3
6872026-08-27T00:48:46.335Z Downloaded pkcs1 v0.8.0-rc.4
6882026-08-27T00:48:46.335Z Downloaded progenitor v0.13.0
6892026-08-27T00:48:46.339Z Downloaded block-buffer v0.10.4
6902026-08-27T00:48:46.340Z Downloaded async-compression v0.4.41
6912026-08-27T00:48:46.343Z Downloaded ascii-canvas v3.0.0
6922026-08-27T00:48:46.343Z Downloaded schemars v1.2.1
6932026-08-27T00:48:46.349Z Downloaded libsw v3.5.0
6942026-08-27T00:48:46.353Z Downloaded precomputed-hash v0.1.1
6952026-08-27T00:48:46.353Z Downloaded zerovec-derive v0.11.2
6962026-08-27T00:48:46.353Z Downloaded cargo-platform v0.3.2
6972026-08-27T00:48:46.356Z Downloaded hkdf v0.12.4
6982026-08-27T00:48:46.360Z Downloaded icu_properties_data v2.1.2
6992026-08-27T00:48:46.363Z Downloaded libsw-core v0.3.2
7002026-08-27T00:48:46.363Z Downloaded serde_cbor v0.11.2
7012026-08-27T00:48:46.366Z Downloaded slog-async v2.8.0
7022026-08-27T00:48:46.366Z Downloaded errno v0.3.14
7032026-08-27T00:48:46.367Z Downloaded fs_extra v1.3.0
7042026-08-27T00:48:46.367Z Downloaded phf_shared v0.13.1
7052026-08-27T00:48:46.370Z Downloaded russh-cryptovec v0.62.0
7062026-08-27T00:48:46.370Z Downloaded num_enum v0.5.11
7072026-08-27T00:48:46.380Z Downloaded block-buffer v0.12.1
7082026-08-27T00:48:46.383Z Downloaded tracing-attributes v0.1.31
7092026-08-27T00:48:46.383Z Downloaded serde v1.0.228
7102026-08-27T00:48:46.386Z Downloaded anstyle-parse v0.2.7
7112026-08-27T00:48:46.386Z Downloaded zip v0.6.6
7122026-08-27T00:48:46.390Z Downloaded supports-unicode v3.0.0
7132026-08-27T00:48:46.390Z Downloaded ucd-trie v0.1.7
7142026-08-27T00:48:46.390Z Downloaded knus-derive v3.4.0
7152026-08-27T00:48:46.393Z Downloaded serde_plain v1.0.2
7162026-08-27T00:48:46.393Z Downloaded base64ct v1.8.3
7172026-08-27T00:48:46.397Z Downloaded serde_regex v1.1.0
7182026-08-27T00:48:46.397Z Downloaded tabwriter v1.4.1
7192026-08-27T00:48:46.400Z Downloaded clap_builder v4.6.0
7202026-08-27T00:48:46.403Z Downloaded usdt-attr-macro v0.6.0
7212026-08-27T00:48:46.407Z Downloaded chacha20 v0.9.1
7222026-08-27T00:48:46.407Z Downloaded h2 v0.4.15
7232026-08-27T00:48:46.412Z Downloaded postgres-types v0.2.12
7242026-08-27T00:48:46.413Z Downloaded arrayvec v0.7.6
7252026-08-27T00:48:46.413Z Downloaded arc-swap v1.8.2
7262026-08-27T00:48:46.416Z Downloaded argon2 v0.6.0-rc.8
7272026-08-27T00:48:46.416Z Downloaded owo-colors v4.3.0
7282026-08-27T00:48:46.416Z Downloaded oxide-update-engine v0.1.2
7292026-08-27T00:48:46.416Z Downloaded pem-rfc7468 v1.0.0
7302026-08-27T00:48:46.422Z Downloaded itertools v0.15.0
7312026-08-27T00:48:46.426Z Downloaded ciborium-ll v0.2.2
7322026-08-27T00:48:46.429Z Downloaded qorb v0.4.1
7332026-08-27T00:48:46.432Z Downloaded rstest v0.25.0
7342026-08-27T00:48:46.437Z Downloaded rand_core v0.6.4
7352026-08-27T00:48:46.437Z Downloaded scroll_derive v0.12.1
7362026-08-27T00:48:46.437Z Downloaded scroll v0.13.0
7372026-08-27T00:48:46.437Z Downloaded pbkdf2 v0.13.0
7382026-08-27T00:48:46.437Z Downloaded futures-sink v0.3.32
7392026-08-27T00:48:46.437Z Downloaded hyper v1.10.1
7402026-08-27T00:48:46.443Z Downloaded rustc-demangle v0.1.27
7412026-08-27T00:48:46.443Z Downloaded rusty-fork v0.3.1
7422026-08-27T00:48:46.447Z Downloaded iddqd v0.4.2
7432026-08-27T00:48:46.452Z Downloaded phf v0.13.1
7442026-08-27T00:48:46.452Z Downloaded chacha20poly1305 v0.10.1
7452026-08-27T00:48:46.452Z Downloaded pest_meta v2.8.6
7462026-08-27T00:48:46.452Z Downloaded fixedbitset v0.4.2
7472026-08-27T00:48:46.452Z Downloaded event-listener-strategy v0.5.4
7482026-08-27T00:48:46.455Z Downloaded pretty_assertions v1.4.1
7492026-08-27T00:48:46.455Z Downloaded slog-scope v4.4.1
7502026-08-27T00:48:46.455Z Downloaded nested v0.1.1
7512026-08-27T00:48:46.456Z Downloaded globwalk v0.9.1
7522026-08-27T00:48:46.456Z Downloaded kstat-rs v0.2.5
7532026-08-27T00:48:46.456Z Downloaded macaddr v1.0.1
7542026-08-27T00:48:46.456Z Downloaded rand v0.9.2
7552026-08-27T00:48:46.459Z Downloaded termios v0.3.3
7562026-08-27T00:48:46.459Z Downloaded snafu-derive v0.8.9
7572026-08-27T00:48:46.462Z Downloaded thiserror v2.0.18
7582026-08-27T00:48:46.467Z Downloaded num_threads v0.1.7
7592026-08-27T00:48:46.467Z Downloaded adler2 v2.0.1
7602026-08-27T00:48:46.468Z Downloaded array-init v0.0.4
7612026-08-27T00:48:46.472Z Downloaded serde_derive_internals v0.29.1
7622026-08-27T00:48:46.473Z Downloaded nodrop v0.1.14
7632026-08-27T00:48:46.515Z Downloaded generic-array v1.4.3
7642026-08-27T00:48:46.515Z Downloaded num-derive v0.4.2
7652026-08-27T00:48:46.515Z Downloaded usdt-impl v0.5.0
7662026-08-27T00:48:46.515Z Downloaded atomicwrites v0.4.4
7672026-08-27T00:48:46.515Z Downloaded spki v0.8.0
7682026-08-27T00:48:46.515Z Downloaded potential_utf v0.1.4
7692026-08-27T00:48:46.515Z Downloaded p256 v0.14.0
7702026-08-27T00:48:46.515Z Downloaded parking_lot_core v0.9.12
7712026-08-27T00:48:46.515Z Downloaded enum_dispatch v0.3.13
7722026-08-27T00:48:46.515Z Downloaded fancy-regex v0.14.0
7732026-08-27T00:48:46.515Z Downloaded log v0.4.33
7742026-08-27T00:48:46.515Z Downloaded toml v1.1.2+spec-1.1.0
7752026-08-27T00:48:46.515Z Downloaded cfg-if v1.0.4
7762026-08-27T00:48:46.516Z Downloaded futures-timer v3.0.3
7772026-08-27T00:48:46.516Z Downloaded crypto-primes v0.7.2
7782026-08-27T00:48:46.516Z Downloaded walkdir v2.5.0
7792026-08-27T00:48:46.516Z Downloaded libxml v0.3.3
7802026-08-27T00:48:46.516Z Downloaded linear-map v1.2.0
7812026-08-27T00:48:46.516Z Downloaded shell-words v1.1.1
7822026-08-27T00:48:46.516Z Downloaded zone v0.3.1
7832026-08-27T00:48:46.516Z Downloaded smawk v0.3.2
7842026-08-27T00:48:46.521Z Downloaded displaydoc v0.2.5
7852026-08-27T00:48:46.521Z Downloaded fatfs v0.3.6
7862026-08-27T00:48:46.521Z Downloaded primeorder v0.14.0
7872026-08-27T00:48:46.521Z Downloaded tokio-stream v0.1.18
7882026-08-27T00:48:46.525Z Downloaded document-features v0.2.12
7892026-08-27T00:48:46.525Z Downloaded strsim v0.11.1
7902026-08-27T00:48:46.525Z Downloaded tinyvec_macros v0.1.1
7912026-08-27T00:48:46.525Z Downloaded rand_chacha v0.3.1
7922026-08-27T00:48:46.525Z Downloaded rfc6979 v0.6.0
7932026-08-27T00:48:46.525Z Downloaded waitgroup v0.1.2
7942026-08-27T00:48:46.528Z Downloaded serde_repr v0.1.20
7952026-08-27T00:48:46.528Z Downloaded supports-color v3.0.2
7962026-08-27T00:48:46.532Z Downloaded foldhash v0.1.5
7972026-08-27T00:48:46.532Z Downloaded fs-err v3.3.0
7982026-08-27T00:48:46.536Z Downloaded flume v0.11.1
7992026-08-27T00:48:46.536Z Downloaded goblin v0.10.5
8002026-08-27T00:48:46.540Z Downloaded password-hash v0.5.0
8012026-08-27T00:48:46.540Z Downloaded typed-path v0.9.3
8022026-08-27T00:48:46.545Z Downloaded try-lock v0.2.5
8032026-08-27T00:48:46.545Z Downloaded unarray v0.1.4
8042026-08-27T00:48:46.545Z Downloaded snafu v0.8.9
8052026-08-27T00:48:46.549Z Downloaded x509-cert v0.2.5
8062026-08-27T00:48:46.552Z Downloaded usdt-attr-macro v0.5.0
8072026-08-27T00:48:46.552Z Downloaded futures v0.3.32
8082026-08-27T00:48:46.552Z Downloaded r2d2 v0.8.10
8092026-08-27T00:48:46.557Z Downloaded tagptr v0.2.0
8102026-08-27T00:48:46.557Z Downloaded progenitor-impl v0.13.0
8112026-08-27T00:48:46.557Z Downloaded tar v0.4.46
8122026-08-27T00:48:46.560Z Downloaded autocfg v1.5.0
8132026-08-27T00:48:46.561Z Downloaded bs58 v0.5.1
8142026-08-27T00:48:46.561Z Downloaded spin v0.9.8
8152026-08-27T00:48:46.561Z Downloaded term v0.7.0
8162026-08-27T00:48:46.564Z Downloaded ml-kem v0.3.2
8172026-08-27T00:48:46.564Z Downloaded managed v0.8.0
8182026-08-27T00:48:46.564Z Downloaded toml_edit v0.23.10+spec-1.0.0
8192026-08-27T00:48:46.568Z Downloaded quick-xml v0.37.5
8202026-08-27T00:48:46.571Z Downloaded futures-core v0.3.32
8212026-08-27T00:48:46.572Z Downloaded dropshot-api-manager-types v0.8.0
8222026-08-27T00:48:46.572Z Downloaded serde_with_macros v1.5.2
8232026-08-27T00:48:46.572Z Downloaded rustversion v1.0.22
8242026-08-27T00:48:46.572Z Downloaded slog-dtrace v0.3.0
8252026-08-27T00:48:46.575Z Downloaded ssh-encoding v0.3.0
8262026-08-27T00:48:46.576Z Downloaded async-object-pool v0.2.0
8272026-08-27T00:48:46.576Z Downloaded bitfield-macros v0.19.4
8282026-08-27T00:48:46.576Z Downloaded phf v0.12.1
8292026-08-27T00:48:46.576Z Downloaded parse-display-derive v0.10.0
8302026-08-27T00:48:46.576Z Downloaded foreign-types v0.3.2
8312026-08-27T00:48:46.576Z Downloaded futures-macro v0.3.32
8322026-08-27T00:48:46.576Z Downloaded signal-hook v0.3.18
8332026-08-27T00:48:46.580Z Downloaded subprocess v0.2.15
8342026-08-27T00:48:46.580Z Downloaded backtrace-ext v0.2.1
8352026-08-27T00:48:46.580Z Downloaded test-strategy v0.4.5
8362026-08-27T00:48:46.584Z Downloaded time-macros v0.2.27
8372026-08-27T00:48:46.590Z Downloaded cipher v0.4.4
8382026-08-27T00:48:46.595Z Downloaded trybuild v1.0.116
8392026-08-27T00:48:46.596Z Downloaded uzers v0.12.2
8402026-08-27T00:48:46.599Z Downloaded progenitor-extras v0.2.0
8412026-08-27T00:48:46.599Z Downloaded rand_core v0.10.0
8422026-08-27T00:48:46.599Z Downloaded secrecy v0.10.3
8432026-08-27T00:48:46.599Z Downloaded psl-types v2.0.11
8442026-08-27T00:48:46.599Z Downloaded aes-gcm v0.11.0
8452026-08-27T00:48:46.608Z Downloaded semver v0.1.20
8462026-08-27T00:48:46.608Z Downloaded mio v1.2.0
8472026-08-27T00:48:46.611Z Downloaded ff v0.13.1
8482026-08-27T00:48:46.611Z Downloaded knuffel v3.2.0
8492026-08-27T00:48:46.611Z Downloaded recursive-proc-macro-impl v0.1.1
8502026-08-27T00:48:46.619Z Downloaded unicode-linebreak v0.1.5
8512026-08-27T00:48:46.619Z Downloaded thiserror-impl-no-std v2.0.2
8522026-08-27T00:48:46.619Z Downloaded wyz v0.5.1
8532026-08-27T00:48:46.630Z Downloaded digest v0.10.7
8542026-08-27T00:48:46.636Z Downloaded mime_guess v2.0.5
8552026-08-27T00:48:46.637Z Downloaded module-lattice v0.2.3
8562026-08-27T00:48:46.637Z Downloaded supports-hyperlinks v2.1.0
8572026-08-27T00:48:46.637Z Downloaded usdt-macro v0.5.0
8582026-08-27T00:48:46.637Z Downloaded dirs-sys-next v0.1.2
8592026-08-27T00:48:46.637Z Downloaded env_filter v2.0.0
8602026-08-27T00:48:46.637Z Downloaded escape8259 v0.5.3
8612026-08-27T00:48:46.637Z Downloaded foreign-types-macros v0.2.3
8622026-08-27T00:48:46.637Z Downloaded salty v0.3.0
8632026-08-27T00:48:46.642Z Downloaded rand v0.10.1
8642026-08-27T00:48:46.642Z Downloaded base64 v0.22.1
8652026-08-27T00:48:46.646Z Downloaded num-rational v0.4.2
8662026-08-27T00:48:46.646Z Downloaded typify v0.6.2
8672026-08-27T00:48:46.651Z Downloaded keccak v0.1.6
8682026-08-27T00:48:46.651Z Downloaded new_debug_unreachable v1.0.6
8692026-08-27T00:48:46.654Z Downloaded reqwest v0.12.28
8702026-08-27T00:48:46.657Z Downloaded cassowary v0.3.0
8712026-08-27T00:48:46.658Z Downloaded owo-colors v3.5.0
8722026-08-27T00:48:46.661Z Downloaded oso v0.27.3
8732026-08-27T00:48:46.661Z Downloaded zerocopy-derive v0.7.35
8742026-08-27T00:48:46.664Z Downloaded ed25519-dalek v2.2.0
8752026-08-27T00:48:46.664Z Downloaded pin-project v1.1.11
8762026-08-27T00:48:46.669Z Downloaded rayon-core v1.13.0
8772026-08-27T00:48:46.673Z Downloaded predicates-tree v1.0.13
8782026-08-27T00:48:46.673Z Downloaded sigpipe v0.1.3
8792026-08-27T00:48:46.673Z Downloaded portable-atomic v1.13.1
8802026-08-27T00:48:46.676Z Downloaded zerocopy v0.6.6
8812026-08-27T00:48:46.679Z Downloaded shlex v1.3.0
8822026-08-27T00:48:46.680Z Downloaded async-recursion v1.1.1
8832026-08-27T00:48:46.680Z Downloaded plotters-svg v0.3.7
8842026-08-27T00:48:46.680Z Downloaded publicsuffix v2.3.0
8852026-08-27T00:48:46.683Z Downloaded quinn v0.11.11
8862026-08-27T00:48:46.683Z Downloaded signal-hook-tokio v0.3.1
8872026-08-27T00:48:46.683Z Downloaded zerofrom v0.1.6
8882026-08-27T00:48:46.687Z Downloaded miette v5.10.0
8892026-08-27T00:48:46.687Z Downloaded winnow v0.7.14
8902026-08-27T00:48:46.691Z Downloaded miniz_oxide v0.8.9
8912026-08-27T00:48:46.694Z Downloaded rand_xorshift v0.4.0
8922026-08-27T00:48:46.694Z Downloaded terminal_size v0.4.3
8932026-08-27T00:48:46.694Z Downloaded tls_codec v0.4.2
8942026-08-27T00:48:46.697Z Downloaded foreign-types-shared v0.3.1
8952026-08-27T00:48:46.697Z Downloaded strsim v0.10.0
8962026-08-27T00:48:46.697Z Downloaded slog-json v2.6.1
8972026-08-27T00:48:46.697Z Downloaded multimap v0.10.1
8982026-08-27T00:48:46.697Z Downloaded socket2 v0.5.10
8992026-08-27T00:48:46.701Z Downloaded async-stream v0.3.6
9002026-08-27T00:48:46.704Z Downloaded anes v0.1.6
9012026-08-27T00:48:46.704Z Downloaded ssh-cipher v0.3.0
9022026-08-27T00:48:46.709Z Downloaded ciborium v0.2.2
9032026-08-27T00:48:46.712Z Downloaded parking_lot v0.12.5
9042026-08-27T00:48:46.712Z Downloaded pin-project-internal v1.1.11
9052026-08-27T00:48:46.712Z Downloaded chrono v0.4.45
9062026-08-27T00:48:46.717Z Downloaded fnv v1.0.7
9072026-08-27T00:48:46.722Z Downloaded yansi v1.0.1
9082026-08-27T00:48:46.722Z Downloaded jiff-core v0.1.0
9092026-08-27T00:48:46.722Z Downloaded zerocopy-derive v0.8.55
9102026-08-27T00:48:46.726Z Downloaded jobserver v0.1.34
9112026-08-27T00:48:46.726Z Downloaded pem-rfc7468 v0.7.0
9122026-08-27T00:48:46.726Z Downloaded ref-cast-impl v1.0.25
9132026-08-27T00:48:46.726Z Downloaded rustc-hash v2.1.1
9142026-08-27T00:48:46.731Z Downloaded radium v0.7.0
9152026-08-27T00:48:46.732Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9162026-08-27T00:48:46.732Z Downloaded xshell v0.2.7
9172026-08-27T00:48:46.732Z Downloaded sponge-cursor v0.1.0
9182026-08-27T00:48:46.732Z Downloaded bitfield-struct v0.6.2
9192026-08-27T00:48:46.736Z Downloaded elliptic-curve v0.14.1
9202026-08-27T00:48:46.739Z Downloaded rsa v0.9.10
9212026-08-27T00:48:46.743Z Downloaded elliptic-curve v0.13.8
9222026-08-27T00:48:46.743Z Downloaded expectorate v1.2.0
9232026-08-27T00:48:46.746Z Downloaded untrusted v0.9.0
9242026-08-27T00:48:46.746Z Downloaded zone_cfg_derive v0.3.1
9252026-08-27T00:48:46.747Z Downloaded libbz2-rs-sys v0.2.2
9262026-08-27T00:48:46.747Z Downloaded byte-wrapper v0.1.0
9272026-08-27T00:48:46.750Z Downloaded proc-macro-crate v1.3.1
9282026-08-27T00:48:46.753Z Downloaded bit-vec v0.6.3
9292026-08-27T00:48:46.753Z Downloaded litrs v1.0.0
9302026-08-27T00:48:46.757Z Downloaded enum-as-inner v0.6.1
9312026-08-27T00:48:46.762Z Downloaded gethostname v0.5.0
9322026-08-27T00:48:46.766Z Downloaded serde_json v1.0.151
9332026-08-27T00:48:46.769Z Downloaded memchr v2.8.0
9342026-08-27T00:48:46.773Z Downloaded memmap2 v0.9.10
9352026-08-27T00:48:46.773Z Downloaded psm v0.1.30
9362026-08-27T00:48:46.773Z Downloaded subtle v2.6.1
9372026-08-27T00:48:46.773Z Downloaded usdt-impl v0.6.0
9382026-08-27T00:48:46.777Z Downloaded parking_lot v0.11.2
9392026-08-27T00:48:46.777Z Downloaded pkcs5 v0.8.1
9402026-08-27T00:48:46.780Z Downloaded kem v0.3.0
9412026-08-27T00:48:46.780Z Downloaded thiserror-impl v1.0.69
9422026-08-27T00:48:46.780Z Downloaded toml_edit v0.19.15
9432026-08-27T00:48:46.788Z Downloaded sync-ptr v0.1.4
9442026-08-27T00:48:46.791Z Downloaded typenum v1.20.1
9452026-08-27T00:48:46.791Z Downloaded reqwest v0.13.2
9462026-08-27T00:48:46.794Z Downloaded peg v0.8.5
9472026-08-27T00:48:46.799Z Downloaded salsa20 v0.11.0
9482026-08-27T00:48:46.803Z Downloaded slog-stdlog v4.1.1
9492026-08-27T00:48:46.803Z Downloaded num-traits v0.2.19
9502026-08-27T00:48:46.807Z Downloaded tokio-macros v2.7.0
9512026-08-27T00:48:46.810Z Downloaded fxhash v0.2.1
9522026-08-27T00:48:46.810Z Downloaded flagset v0.4.7
9532026-08-27T00:48:46.810Z Downloaded packed_struct_codegen v0.10.1
9542026-08-27T00:48:46.814Z Downloaded glob v0.3.3
9552026-08-27T00:48:46.817Z Downloaded futures-util v0.3.32
9562026-08-27T00:48:46.822Z Downloaded pkg-config v0.3.32
9572026-08-27T00:48:46.825Z Downloaded samael v0.0.19
9582026-08-27T00:48:46.828Z Downloaded zstd-safe v7.2.4
9592026-08-27T00:48:46.828Z Downloaded peg-macros v0.8.5
9602026-08-27T00:48:46.828Z Downloaded polyval v0.7.1
9612026-08-27T00:48:46.832Z Downloaded syn v1.0.109
9622026-08-27T00:48:46.836Z Downloaded prefix-trie v0.7.0
9632026-08-27T00:48:46.839Z Downloaded yoke-derive v0.8.1
9642026-08-27T00:48:46.839Z Downloaded bitvec v1.0.1
9652026-08-27T00:48:46.844Z Downloaded bzip2 v0.6.1
9662026-08-27T00:48:46.848Z Downloaded whoami v2.1.0
9672026-08-27T00:48:46.848Z Downloaded blake2 v0.10.6
9682026-08-27T00:48:46.848Z Downloaded regex v1.12.3
9692026-08-27T00:48:46.851Z Downloaded unicase v2.9.0
9702026-08-27T00:48:46.854Z Downloaded serde_spanned v0.6.9
9712026-08-27T00:48:46.854Z Downloaded seq-macro v0.3.6
9722026-08-27T00:48:46.854Z Downloaded minimal-lexical v0.2.1
9732026-08-27T00:48:46.858Z Downloaded schemars v0.9.0
9742026-08-27T00:48:46.861Z Downloaded fastrand v2.3.0
9752026-08-27T00:48:46.866Z Downloaded vergen-lib v0.1.6
9762026-08-27T00:48:46.866Z Downloaded aead v0.5.2
9772026-08-27T00:48:46.866Z Downloaded simd-adler32 v0.3.8
9782026-08-27T00:48:46.866Z Downloaded libefi-sys v0.1.0
9792026-08-27T00:48:46.871Z Downloaded vte v0.14.1
9802026-08-27T00:48:46.871Z Downloaded tempfile v3.27.0
9812026-08-27T00:48:46.871Z Downloaded ed25519 v3.0.0
9822026-08-27T00:48:46.872Z Downloaded smallvec v1.15.1
9832026-08-27T00:48:46.876Z Downloaded strum_macros v0.26.4
9842026-08-27T00:48:46.876Z Downloaded blake3 v1.8.5
9852026-08-27T00:48:46.879Z Downloaded tokio-dtrace v0.1.1
9862026-08-27T00:48:46.879Z Downloaded tokio-native-tls v0.3.1
9872026-08-27T00:48:46.880Z Downloaded want v0.3.1
9882026-08-27T00:48:46.880Z Downloaded lzss v0.8.2
9892026-08-27T00:48:46.880Z Downloaded md-5 v0.10.6
9902026-08-27T00:48:46.880Z Downloaded yasna v0.5.2
9912026-08-27T00:48:46.883Z Downloaded futures-channel v0.3.32
9922026-08-27T00:48:46.883Z Downloaded litemap v0.8.1
9932026-08-27T00:48:46.883Z Downloaded stacker v0.1.23
9942026-08-27T00:48:46.888Z Downloaded libm v0.2.16
9952026-08-27T00:48:46.894Z Downloaded prettyplease v0.2.37
9962026-08-27T00:48:46.894Z Downloaded unicode-normalization v0.1.25
9972026-08-27T00:48:46.897Z Downloaded maybe-uninit v2.0.0
9982026-08-27T00:48:46.897Z Downloaded scrypt v0.12.0
9992026-08-27T00:48:46.897Z Downloaded hickory-proto v0.25.2
10002026-08-27T00:48:46.905Z Downloaded oxide-update-engine-types v0.1.2
10012026-08-27T00:48:46.908Z Downloaded zip v4.6.1
10022026-08-27T00:48:46.912Z Downloaded camino-tempfile-ext v0.3.3
10032026-08-27T00:48:46.912Z Downloaded scroll v0.12.0
10042026-08-27T00:48:46.912Z Downloaded libtest-mimic v0.8.1
10052026-08-27T00:48:46.912Z Downloaded proc-macro-crate v3.4.0
10062026-08-27T00:48:46.916Z Downloaded target-lexicon v0.13.3
10072026-08-27T00:48:46.916Z Downloaded fixedbitset v0.5.7
10082026-08-27T00:48:46.916Z Downloaded strum_macros v0.27.2
10092026-08-27T00:48:46.916Z Downloaded event-listener v5.4.1
10102026-08-27T00:48:46.919Z Downloaded ryu v1.0.23
10112026-08-27T00:48:46.919Z Downloaded ref-cast v1.0.25
10122026-08-27T00:48:46.920Z Downloaded blake2 v0.11.0-rc.6
10132026-08-27T00:48:46.923Z Downloaded openssl-probe v0.2.1
10142026-08-27T00:48:46.923Z Downloaded num-integer v0.1.46
10152026-08-27T00:48:46.923Z Downloaded paste v1.0.15
10162026-08-27T00:48:46.923Z Downloaded ppv-lite86 v0.2.21
10172026-08-27T00:48:46.926Z Downloaded wnaf v0.14.0
10182026-08-27T00:48:46.926Z Downloaded poly1305 v0.9.0
10192026-08-27T00:48:46.927Z Downloaded native-tls v0.2.18
10202026-08-27T00:48:46.927Z Downloaded oorandom v11.1.5
10212026-08-27T00:48:46.930Z Downloaded phc v0.6.1
10222026-08-27T00:48:46.930Z Downloaded rtoolbox v0.0.3
10232026-08-27T00:48:46.930Z Downloaded ecdsa v0.17.0
10242026-08-27T00:48:46.930Z Downloaded miette v7.6.0
10252026-08-27T00:48:46.934Z Downloaded vergen-gitcl v1.0.8
10262026-08-27T00:48:46.934Z Downloaded fallible-iterator v0.2.0
10272026-08-27T00:48:46.939Z Downloaded cfg-expr v0.20.6
10282026-08-27T00:48:46.943Z Downloaded chacha20 v0.10.0
10292026-08-27T00:48:46.943Z Downloaded toml_edit v0.22.27
10302026-08-27T00:48:46.946Z Downloaded backoff v0.4.0
10312026-08-27T00:48:46.946Z Downloaded sha2 v0.11.0
10322026-08-27T00:48:46.950Z Downloaded termcolor v1.4.1
10332026-08-27T00:48:46.950Z Downloaded rayon v1.11.0
10342026-08-27T00:48:46.953Z Downloaded bit-vec v0.8.0
10352026-08-27T00:48:46.956Z Downloaded proptest v1.11.0
10362026-08-27T00:48:46.960Z Downloaded anstream v0.6.21
10372026-08-27T00:48:46.960Z Downloaded static_assertions v1.1.0
10382026-08-27T00:48:46.964Z Downloaded synstructure v0.13.2
10392026-08-27T00:48:46.964Z Downloaded ed25519-dalek v3.0.0
10402026-08-27T00:48:46.964Z Downloaded rustls-webpki v0.103.13
10412026-08-27T00:48:46.968Z Downloaded serde_core v1.0.228
10422026-08-27T00:48:46.968Z Downloaded once_cell v1.21.3
10432026-08-27T00:48:46.974Z Downloaded zlib-rs v0.6.2
10442026-08-27T00:48:46.978Z Downloaded tracing-core v0.1.36
10452026-08-27T00:48:46.981Z Downloaded ron v0.8.1
10462026-08-27T00:48:46.984Z Downloaded toml v0.8.23
10472026-08-27T00:48:46.985Z Downloaded ed25519 v2.2.3
10482026-08-27T00:48:46.988Z Downloaded pest_generator v2.8.6
10492026-08-27T00:48:46.988Z Downloaded progenitor-impl v0.14.0
10502026-08-27T00:48:46.991Z Downloaded nom v8.0.0
10512026-08-27T00:48:46.999Z Downloaded tiny-keccak v2.0.2
10522026-08-27T00:48:47.004Z Downloaded zerocopy v0.7.35
10532026-08-27T00:48:47.009Z Downloaded scuffle v0.1.0
10542026-08-27T00:48:47.012Z Downloaded winnow v0.5.40
10552026-08-27T00:48:47.016Z Downloaded plotters v0.3.7
10562026-08-27T00:48:47.021Z Downloaded anstyle-parse v1.0.0
10572026-08-27T00:48:47.024Z Downloaded chumsky v0.9.3
10582026-08-27T00:48:47.024Z Downloaded libloading v0.8.9
10592026-08-27T00:48:47.027Z Downloaded getrandom v0.4.3
10602026-08-27T00:48:47.027Z Downloaded moka v0.12.13
10612026-08-27T00:48:47.031Z Downloaded zerovec v0.11.5
10622026-08-27T00:48:47.034Z Downloaded crypto-bigint v0.7.5
10632026-08-27T00:48:47.043Z Downloaded tinyvec v1.10.0
10642026-08-27T00:48:47.047Z Downloaded zstd v0.13.3
10652026-08-27T00:48:47.047Z Downloaded tokio-util v0.7.18
10662026-08-27T00:48:47.050Z Downloaded winnow v0.6.26
10672026-08-27T00:48:47.056Z Downloaded unicode-segmentation v1.12.0
10682026-08-27T00:48:47.059Z Downloaded tower-http v0.6.8
10692026-08-27T00:48:47.063Z Downloaded zerotrie v0.2.3
10702026-08-27T00:48:47.066Z Downloaded smoltcp v0.9.1
10712026-08-27T00:48:47.070Z Downloaded rsa v0.10.0-rc.18
10722026-08-27T00:48:47.073Z Downloaded nom v7.1.3
10732026-08-27T00:48:47.077Z Downloaded regex-syntax v0.6.29
10742026-08-27T00:48:47.080Z Downloaded petname v2.0.2
10752026-08-27T00:48:47.083Z Downloaded bindgen v0.71.1
10762026-08-27T00:48:47.087Z Downloaded base64 v0.21.7
10772026-08-27T00:48:47.090Z Downloaded tower v0.5.3
10782026-08-27T00:48:47.101Z Downloaded smoltcp v0.11.0
10792026-08-27T00:48:47.107Z Downloaded serde_with v1.14.0
10802026-08-27T00:48:47.107Z Downloaded zerocopy v0.8.55
10812026-08-27T00:48:47.115Z Downloaded polar-core v0.27.3
10822026-08-27T00:48:47.121Z Downloaded bumpalo v3.20.2
10832026-08-27T00:48:47.125Z Downloaded curve25519-dalek v4.1.3
10842026-08-27T00:48:47.129Z Downloaded object v0.30.4
10852026-08-27T00:48:47.134Z Downloaded rand v0.8.6
10862026-08-27T00:48:47.140Z Downloaded ar_archive_writer v0.5.1
10872026-08-27T00:48:47.140Z Downloaded tough v0.22.0
10882026-08-27T00:48:47.140Z Downloaded winnow v1.0.3
10892026-08-27T00:48:47.145Z Downloaded num-bigint-dig v0.8.6
10902026-08-27T00:48:47.152Z Downloaded num-bigint v0.4.6
10912026-08-27T00:48:47.155Z Downloaded hickory-proto v0.24.4
10922026-08-27T00:48:47.160Z Downloaded curve25519-dalek v5.0.0
10932026-08-27T00:48:47.164Z Downloaded tabled v0.21.0
10942026-08-27T00:48:47.174Z Downloaded p384 v0.13.1
10952026-08-27T00:48:47.182Z Downloaded ssh-key v0.7.0-rc.11
10962026-08-27T00:48:47.186Z Downloaded time v0.3.47
10972026-08-27T00:48:47.192Z Downloaded dropshot-api-manager v0.8.0
10982026-08-27T00:48:47.201Z Downloaded rustls v0.23.41
10992026-08-27T00:48:47.217Z Downloaded syn v3.0.3
11002026-08-27T00:48:47.217Z Downloaded p521 v0.14.0
11012026-08-27T00:48:47.217Z Downloaded bstr v1.12.1
11022026-08-27T00:48:47.217Z Downloaded russh v0.62.4
11032026-08-27T00:48:47.220Z Downloaded syn v2.0.117
11042026-08-27T00:48:47.224Z Downloaded tabled v0.15.0
11052026-08-27T00:48:47.233Z Downloaded aho-corasick v1.1.4
11062026-08-27T00:48:47.236Z Downloaded aws-lc-rs v1.16.3
11072026-08-27T00:48:47.241Z Downloaded rawzip v0.4.4
11082026-08-27T00:48:47.247Z Downloaded radix_trie v0.2.1
11092026-08-27T00:48:47.262Z Downloaded openssl v0.10.80
11102026-08-27T00:48:47.262Z Downloaded nix v0.28.0
11112026-08-27T00:48:47.262Z Downloaded sha3 v0.12.0
11122026-08-27T00:48:47.262Z Downloaded sqlparser v0.61.0
11132026-08-27T00:48:47.267Z Downloaded regress v0.11.1
11142026-08-27T00:48:47.271Z Downloaded vcpkg v0.2.15
11152026-08-27T00:48:47.294Z Downloaded object v0.37.3
11162026-08-27T00:48:47.301Z Downloaded serde_with v3.21.0
11172026-08-27T00:48:47.307Z Downloaded lalrpop v0.19.12
11182026-08-27T00:48:47.313Z Downloaded git2 v0.20.4
11192026-08-27T00:48:47.318Z Downloaded diesel v2.3.7
11202026-08-27T00:48:47.331Z Downloaded quinn-proto v0.11.16
11212026-08-27T00:48:47.335Z Downloaded regex-syntax v0.8.10
11222026-08-27T00:48:47.339Z Downloaded nix v0.27.1
11232026-08-27T00:48:47.359Z Downloaded openapiv3 v2.2.0
11242026-08-27T00:48:47.364Z Downloaded rustix v1.1.4
11252026-08-27T00:48:47.378Z Downloaded rustix v0.38.44
11262026-08-27T00:48:47.391Z Downloaded unicode-width v0.1.14
11272026-08-27T00:48:47.396Z Downloaded regress v0.10.5
11282026-08-27T00:48:47.400Z Downloaded unicode-width v0.2.0
11292026-08-27T00:48:47.404Z Downloaded gimli v0.32.3
11302026-08-27T00:48:47.408Z Downloaded ratatui v0.29.0
11312026-08-27T00:48:47.419Z Downloaded nix v0.31.2
11322026-08-27T00:48:47.425Z Downloaded sha3 v0.11.0
11332026-08-27T00:48:47.429Z Downloaded dropshot v0.17.1
11342026-08-27T00:48:47.440Z Downloaded zerocopy-derive v0.6.6
11352026-08-27T00:48:47.447Z Downloaded sled v0.34.7
11362026-08-27T00:48:47.454Z Downloaded typify-impl v0.6.2
11372026-08-27T00:48:47.468Z Downloaded tracing v0.1.44
11382026-08-27T00:48:47.472Z Downloaded jiff v0.2.34
11392026-08-27T00:48:47.485Z Downloaded bzip2-sys v0.1.13+1.0.8
11402026-08-27T00:48:47.492Z Downloaded regex-automata v0.4.14
11412026-08-27T00:48:47.503Z Downloaded csv v1.4.0
11422026-08-27T00:48:47.518Z Downloaded petgraph v0.6.5
11432026-08-27T00:48:47.528Z Downloaded tokio v1.52.1
11442026-08-27T00:48:47.551Z Downloaded petgraph v0.8.3
11452026-08-27T00:48:47.564Z Downloaded chrono-tz v0.10.4
11462026-08-27T00:48:47.575Z Downloaded libz-sys v1.1.24
11472026-08-27T00:48:47.625Z Downloaded libc v0.2.185
11482026-08-27T00:48:47.631Z Downloaded sha3 v0.10.8
11492026-08-27T00:48:47.631Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11502026-08-27T00:48:47.641Z Downloaded encoding_rs v0.8.35
11512026-08-27T00:48:47.654Z Downloaded ring v0.17.14
11522026-08-27T00:48:47.677Z Downloaded httpmock v0.8.3
11532026-08-27T00:48:47.690Z Downloaded libgit2-sys v0.18.3+1.9.2
11542026-08-27T00:48:48.132Z Downloaded aws-lc-sys v0.40.0
11552026-08-27T00:48:48.545Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11562026-08-27T00:48:54.411Z Startup: Refreshing catalog 'helios' ... Done
11572026-08-27T00:48:54.798Z Startup: Caching catalogs ... Done
11582026-08-27T00:48:56.977ZPlanning: Solver setup ... Done (2.058s)
11592026-08-27T00:48:57.039ZPlanning: Running solver ... Done (0.062s)
11602026-08-27T00:48:57.086ZPlanning: Finding local manifests ... Done (0.003s)
11612026-08-27T00:48:57.099ZPlanning: Fetching manifests: 0/2 0% complete
11622026-08-27T00:48:57.122ZPlanning: Fetching manifests: 2/2 100% complete
11632026-08-27T00:48:57.136ZPlanning: Package planning ... Done (0.014s)
11642026-08-27T00:48:57.140ZPlanning: Merging actions ... Done (0.002s)
11652026-08-27T00:48:57.367ZPlanning: Checking for conflicting actions ... Done (0.230s)
11662026-08-27T00:48:57.371ZPlanning: Consolidating action changes ... Done (0.001s)
11672026-08-27T00:48:58.151ZPlanning: Evaluating mediators ... Done (0.783s)
11682026-08-27T00:48:58.154ZPlanning: Planning completed in 3.32 seconds
11692026-08-27T00:48:58.161Z Packages to install: 2
11702026-08-27T00:48:58.161Z Estimated space available: 155.73 GB
11712026-08-27T00:48:58.161ZEstimated space to be consumed: 80.56 MB
11722026-08-27T00:48:58.161Z Create boot environment: No
11732026-08-27T00:48:58.165ZCreate backup boot environment: No
11742026-08-27T00:48:58.165Z Rebuild boot archive: No
11752026-08-27T00:48:58.165Z
11762026-08-27T00:48:58.165ZChanged packages:
11772026-08-27T00:48:58.165Zhelios
11782026-08-27T00:48:58.165Z developer/build-essential
11792026-08-27T00:48:58.165Z None -> 11-3.0
11802026-08-27T00:48:58.165Z library/libxmlsec1
11812026-08-27T00:48:58.165Z None -> 1.2.35-3.0
11822026-08-27T00:48:58.188Z
11832026-08-27T00:48:58.188ZDownload: 0/214 items 0.0/1.3MB 0% complete
11842026-08-27T00:48:58.258ZDownload: Completed 1.28 MB in 0.07 seconds (18.3M/s)
11852026-08-27T00:48:58.340Z Actions: 1/268 actions (Installing new actions)
11862026-08-27T00:48:58.380Z Actions: Completed 268 actions in 0.04 seconds.
11872026-08-27T00:48:58.418ZFinalize: Updating package state database ... Done (0.037s)
11882026-08-27T00:48:58.421ZFinalize: Updating package cache ... Done (0.000s)
11892026-08-27T00:48:58.507ZFinalize: Updating image state ... Done (0.089s)
11902026-08-27T00:49:01.124ZFinalize: Creating fast lookup database ... Done (2.561s)
11912026-08-27T00:49:01.195ZFinalize: Reading search index ... Done (0.012s)
11922026-08-27T00:49:01.199ZFinalize: Updating search index ... Done (0.000s)
11932026-08-27T00:49:01.288ZFinalize: Updating package cache ... Done (0.000s)
11942026-08-27T00:49:01.667ZPlanning: Evaluating mediator changes ... Done
11952026-08-27T00:49:01.769ZPlanning: Checking for conflicting actions ... Done
11962026-08-27T00:49:01.773ZPlanning: Consolidating action changes ... Done
11972026-08-27T00:49:01.927ZPlanning: Evaluating mediators ... Done
11982026-08-27T00:49:01.930ZPlanning: Planning completed in 0.26 seconds
11992026-08-27T00:49:01.951Z Mediators to change: 2
12002026-08-27T00:49:01.952Z Create boot environment: No
12012026-08-27T00:49:01.952ZCreate backup boot environment: No
12022026-08-27T00:49:02.007ZFinalize: Updating package state database ... Done
12032026-08-27T00:49:02.007ZFinalize: Updating package cache ... Done
12042026-08-27T00:49:02.065ZFinalize: Updating image state ... Done
12052026-08-27T00:49:04.010ZFinalize: Creating fast lookup database ... Done
12062026-08-27T00:49:04.071ZFinalize: Reading search index ... Done
12072026-08-27T00:49:04.075ZFinalize: Updating search index ... Done
12082026-08-27T00:49:04.149ZFinalize: Updating package cache ... Done
12092026-08-27T00:49:04.436ZPlanning: Evaluating mediator changes ... Done
12102026-08-27T00:49:04.541ZPlanning: Checking for conflicting actions ... Done
12112026-08-27T00:49:04.546ZPlanning: Consolidating action changes ... Done
12122026-08-27T00:49:04.704ZPlanning: Evaluating mediators ... Done
12132026-08-27T00:49:04.708ZPlanning: Planning completed in 0.27 seconds
12142026-08-27T00:49:04.728Z Mediators to change: 1
12152026-08-27T00:49:04.728Z Create boot environment: No
12162026-08-27T00:49:04.728ZCreate backup boot environment: No
12172026-08-27T00:49:04.770ZFinalize: Updating package state database ... Done
12182026-08-27T00:49:04.770ZFinalize: Updating package cache ... Done
12192026-08-27T00:49:04.826ZFinalize: Updating image state ... Done
12202026-08-27T00:49:06.764ZFinalize: Creating fast lookup database ... Done
12212026-08-27T00:49:06.824ZFinalize: Reading search index ... Done
12222026-08-27T00:49:06.828ZFinalize: Updating search index ... Done
12232026-08-27T00:49:06.887ZFinalize: Updating package cache ... Done
12242026-08-27T00:49:07.199ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12252026-08-27T00:49:07.199Zapache system 2.4 system
12262026-08-27T00:49:07.199Zclang system 15 system
12272026-08-27T00:49:07.199Zcsh system system illumos
12282026-08-27T00:49:07.199Zctags system system illumos
12292026-08-27T00:49:07.199Zfile vendor vendor darwinsys
12302026-08-27T00:49:07.199Zfile system system illumos
12312026-08-27T00:49:07.199Zgcc vendor 14 vendor
12322026-08-27T00:49:07.199Zgcc system 13 system
12332026-08-27T00:49:07.199Zgcc system 10 system
12342026-08-27T00:49:07.199Zgo system 1.25 system
12352026-08-27T00:49:07.199Zllvm system 15 system
12362026-08-27T00:49:07.199Zmariadb system 11.4 system
12372026-08-27T00:49:07.199Zmta vendor vendor dma
12382026-08-27T00:49:07.199Zopenjdk system 17 system
12392026-08-27T00:49:07.199Zopenjdk system 11 system
12402026-08-27T00:49:07.199Zopenssl vendor 3 vendor
12412026-08-27T00:49:07.199Zperl system 5.40 system
12422026-08-27T00:49:07.199Zpostgresql system 18 system
12432026-08-27T00:49:07.200Zpostgresql system 17 system
12442026-08-27T00:49:07.200Zpython vendor 3 vendor
12452026-08-27T00:49:07.200Zpython system 2 system
12462026-08-27T00:49:07.200Zpython3 vendor 3.13 vendor
12472026-08-27T00:49:07.200Zruby system 3.4 system
12482026-08-27T00:49:07.200Zruby system 3.0 system
12492026-08-27T00:49:07.200Zwords vendor vendor american-english
12502026-08-27T00:49:07.200Zwords system system australian-english
12512026-08-27T00:49:07.200Zwords system system british-english
12522026-08-27T00:49:07.200Zwords system system canadian-english
12532026-08-27T00:49:07.200Zwords system system french
12542026-08-27T00:49:07.200Zwords system system italian
12552026-08-27T00:49:07.200Zwords system system ngerman
12562026-08-27T00:49:07.200Zwords system system ogerman
12572026-08-27T00:49:07.200Zwords system system spanish
12582026-08-27T00:49:07.461ZPUBLISHER TYPE STATUS P LOCATION
12592026-08-27T00:49:07.461Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12602026-08-27T00:49:07.962ZFMRI IFO
12612026-08-27T00:49:07.962Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12622026-08-27T00:49:07.962Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12632026-08-27T00:49:07.967Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12642026-08-27T00:49:07.967Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12652026-08-27T00:49:07.967Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12662026-08-27T00:49:07.967Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12672026-08-27T00:49:07.967Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12682026-08-27T00:49:07.967Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12692026-08-27T00:49:07.967Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12702026-08-27T00:49:08.610Z Downloading crates ...
12712026-08-27T00:49:08.634Z Downloaded cargo_toml v0.21.0
12722026-08-27T00:49:08.686Z Compiling proc-macro2 v1.0.106
12732026-08-27T00:49:08.686Z Compiling unicode-ident v1.0.24
12742026-08-27T00:49:08.754Z Compiling quote v1.0.45
12752026-08-27T00:49:08.754Z Compiling serde_core v1.0.228
12762026-08-27T00:49:08.754Z Compiling libc v0.2.185
12772026-08-27T00:49:08.754Z Compiling version_check v0.9.5
12782026-08-27T00:49:08.754Z Compiling memchr v2.8.0
12792026-08-27T00:49:08.754Z Compiling serde v1.0.228
12802026-08-27T00:49:08.754Z Compiling zmij v1.0.21
12812026-08-27T00:49:08.770Z Compiling ucd-trie v0.1.7
12822026-08-27T00:49:08.770Z Compiling thiserror v1.0.69
12832026-08-27T00:49:08.770Z Compiling itoa v1.0.17
12842026-08-27T00:49:08.780Z Compiling rustix v1.1.4
12852026-08-27T00:49:08.780Z Compiling byteorder v1.5.0
12862026-08-27T00:49:08.926Z Compiling bitflags v2.11.0
12872026-08-27T00:49:09.022Z Compiling serde_json v1.0.151
12882026-08-27T00:49:09.144Z Compiling syn v1.0.109
12892026-08-27T00:49:09.192Z Compiling proc-macro-error-attr v1.0.4
12902026-08-27T00:49:09.214Z Compiling usdt-impl v0.5.0
12912026-08-27T00:49:09.273Z Compiling pest v2.8.6
12922026-08-27T00:49:09.359Z Compiling camino v1.2.5
12932026-08-27T00:49:09.381Z Compiling proc-macro-error v1.0.4
12942026-08-27T00:49:09.408Z Compiling log v0.4.33
12952026-08-27T00:49:09.421Z Compiling plain v0.2.3
12962026-08-27T00:49:09.440Z Compiling equivalent v1.0.2
12972026-08-27T00:49:09.460Z Compiling utf8parse v0.2.2
12982026-08-27T00:49:09.519Z Compiling getrandom v0.4.3
12992026-08-27T00:49:09.542Z Compiling hashbrown v0.17.0
13002026-08-27T00:49:09.553Z Compiling is_terminal_polyfill v1.70.2
13012026-08-27T00:49:09.617Z Compiling anstyle-parse v1.0.0
13022026-08-27T00:49:09.774Z Compiling cfg-if v1.0.4
13032026-08-27T00:49:09.774Z Compiling anstyle-query v1.1.5
13042026-08-27T00:49:09.901Z Compiling thiserror v2.0.18
13052026-08-27T00:49:09.902Z Compiling winnow v0.7.14
13062026-08-27T00:49:09.902Z Compiling anstyle v1.0.14
13072026-08-27T00:49:09.902Z Compiling autocfg v1.5.0
13082026-08-27T00:49:09.902Z Compiling errno v0.3.14
13092026-08-27T00:49:09.902Z Compiling thread-id v4.2.2
13102026-08-27T00:49:09.902Z Compiling colorchoice v1.0.4
13112026-08-27T00:49:10.022Z Compiling toml_write v0.1.2
13122026-08-27T00:49:10.022Z Compiling pretty-hex v0.4.1
13132026-08-27T00:49:10.022Z Compiling strsim v0.11.1
13142026-08-27T00:49:10.022Z Compiling anstream v1.0.0
13152026-08-27T00:49:10.022Z Compiling anyhow v1.0.104
13162026-08-27T00:49:10.148Z Compiling bytecount v0.6.9
13172026-08-27T00:49:10.148Z Compiling once_cell v1.21.3
13182026-08-27T00:49:10.237Z Compiling indexmap v2.14.0
13192026-08-27T00:49:10.238Z Compiling clap_lex v1.0.0
13202026-08-27T00:49:10.238Z Compiling fastrand v2.3.0
13212026-08-27T00:49:10.238Z Compiling fs-err v3.3.0
13222026-08-27T00:49:10.329Z Compiling syn v2.0.117
13232026-08-27T00:49:10.330Z Compiling fnv v1.0.7
13242026-08-27T00:49:10.330Z Compiling unicode-width v0.1.14
13252026-08-27T00:49:10.431Z Compiling heck v0.4.1
13262026-08-27T00:49:10.432Z Compiling heck v0.5.0
13272026-08-27T00:49:10.545Z Compiling memmap v0.7.0
13282026-08-27T00:49:10.545Z Compiling pest_meta v2.8.6
13292026-08-27T00:49:10.645Z Compiling papergrid v0.11.0
13302026-08-27T00:49:10.645Z Compiling smawk v0.3.2
13312026-08-27T00:49:10.645Z Compiling unicode-linebreak v0.1.5
13322026-08-27T00:49:10.723Z Compiling unicode-width v0.2.0
13332026-08-27T00:49:10.723Z Compiling swrite v0.1.0
13342026-08-27T00:49:10.803Z Compiling terminal_size v0.4.3
13352026-08-27T00:49:10.803Z Compiling tempfile v3.27.0
13362026-08-27T00:49:10.875Z Compiling clap_builder v4.6.0
13372026-08-27T00:49:10.875Z Compiling textwrap v0.16.2
13382026-08-27T00:49:11.130Z Compiling semver v1.0.28
13392026-08-27T00:49:11.157Z Compiling cargo-platform v0.3.2
13402026-08-27T00:49:11.418Z Compiling camino-tempfile v1.4.1
13412026-08-27T00:49:11.664Z Compiling tabled_derive v0.7.0
13422026-08-27T00:49:12.322Z Compiling tabled v0.15.0
13432026-08-27T00:49:12.353Z Compiling pest_generator v2.8.6
13442026-08-27T00:49:12.875Z Compiling serde_derive v1.0.228
13452026-08-27T00:49:12.875Z Compiling thiserror-impl v1.0.69
13462026-08-27T00:49:12.878Z Compiling zerocopy-derive v0.7.35
13472026-08-27T00:49:12.878Z Compiling scroll_derive v0.12.1
13482026-08-27T00:49:12.878Z Compiling thiserror-impl v2.0.18
13492026-08-27T00:49:12.878Z Compiling clap_derive v4.6.1
13502026-08-27T00:49:12.919Z Compiling pest_derive v2.8.6
13512026-08-27T00:49:13.447Z Compiling scroll v0.12.0
13522026-08-27T00:49:13.527Z Compiling zerocopy v0.7.35
13532026-08-27T00:49:13.645Z Compiling goblin v0.8.2
13542026-08-27T00:49:13.893Z Compiling dtrace-parser v0.2.0
13552026-08-27T00:49:14.135Z Compiling clap v4.6.1
13562026-08-27T00:49:15.200Z Compiling dof v0.3.0
13572026-08-27T00:49:15.200Z Compiling serde_tokenstream v0.2.3
13582026-08-27T00:49:15.207Z Compiling toml_datetime v0.6.11
13592026-08-27T00:49:15.208Z Compiling serde_spanned v0.6.9
13602026-08-27T00:49:15.208Z Compiling cargo_metadata v0.23.1
13612026-08-27T00:49:15.208Z Compiling macaddr v1.0.1
13622026-08-27T00:49:15.208Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13632026-08-27T00:49:15.430Z Compiling toml_edit v0.22.27
13642026-08-27T00:49:15.852Z Compiling usdt-macro v0.5.0
13652026-08-27T00:49:15.856Z Compiling usdt-attr-macro v0.5.0
13662026-08-27T00:49:16.454Z Compiling usdt v0.5.0
13672026-08-27T00:49:16.640Z Compiling toml v0.8.23
13682026-08-27T00:49:16.950Z Compiling cargo_toml v0.21.0
13692026-08-27T00:49:18.240Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13702026-08-27T00:49:20.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.19s
13712026-08-27T00:49:20.350Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13722026-08-27T00:49:21.117Z Compiling serde_core v1.0.228
13732026-08-27T00:49:21.117Z Compiling libc v0.2.185
13742026-08-27T00:49:21.117Z Compiling serde v1.0.228
13752026-08-27T00:49:21.122Z Compiling log v0.4.33
13762026-08-27T00:49:21.122Z Compiling smallvec v1.15.1
13772026-08-27T00:49:21.122Z Compiling shlex v1.3.0
13782026-08-27T00:49:21.122Z Compiling find-msvc-tools v0.1.9
13792026-08-27T00:49:21.122Z Compiling subtle v2.6.1
13802026-08-27T00:49:21.122Z Compiling scopeguard v1.2.0
13812026-08-27T00:49:21.122Z Compiling typenum v1.20.1
13822026-08-27T00:49:21.122Z Compiling stable_deref_trait v1.2.1
13832026-08-27T00:49:21.122Z Compiling zerocopy v0.8.55
13842026-08-27T00:49:21.240Z Compiling portable-atomic v1.13.1
13852026-08-27T00:49:21.322Z Compiling serde_json v1.0.151
13862026-08-27T00:49:21.335Z Compiling syn v2.0.117
13872026-08-27T00:49:21.353Z Compiling critical-section v1.2.0
13882026-08-27T00:49:21.398Z Compiling libm v0.2.16
13892026-08-27T00:49:21.458Z Compiling lock_api v0.4.14
13902026-08-27T00:49:21.467Z Compiling num-traits v0.2.19
13912026-08-27T00:49:21.477Z Compiling pkg-config v0.3.32
13922026-08-27T00:49:21.497Z Compiling generic-array v0.14.7
13932026-08-27T00:49:21.560Z Compiling const-oid v0.9.6
13942026-08-27T00:49:21.592Z Compiling getrandom v0.4.3
13952026-08-27T00:49:21.610Z Compiling pin-project-lite v0.2.17
13962026-08-27T00:49:21.643Z Compiling parking_lot_core v0.9.12
13972026-08-27T00:49:21.671Z Compiling rand_core v0.10.0
13982026-08-27T00:49:21.721Z Compiling percent-encoding v2.3.2
13992026-08-27T00:49:21.769Z Compiling litemap v0.8.1
14002026-08-27T00:49:21.795Z Compiling writeable v0.6.2
14012026-08-27T00:49:21.840Z Compiling futures-core v0.3.32
14022026-08-27T00:49:21.867Z Compiling icu_normalizer_data v2.1.1
14032026-08-27T00:49:21.891Z Compiling icu_properties_data v2.1.2
14042026-08-27T00:49:21.952Z Compiling getrandom v0.3.4
14052026-08-27T00:49:21.983Z Compiling rustix v1.1.4
14062026-08-27T00:49:22.001Z Compiling futures-sink v0.3.32
14072026-08-27T00:49:22.026Z Compiling futures-task v0.3.32
14082026-08-27T00:49:22.029Z Compiling futures-io v0.3.32
14092026-08-27T00:49:22.058Z Compiling utf8_iter v1.0.4
14102026-08-27T00:49:22.105Z Compiling futures-channel v0.3.32
14112026-08-27T00:49:22.130Z Compiling slab v0.4.12
14122026-08-27T00:49:22.191Z Compiling errno v0.3.14
14132026-08-27T00:49:22.221Z Compiling jobserver v0.1.34
14142026-08-27T00:49:22.226Z Compiling getrandom v0.2.17
14152026-08-27T00:49:22.265Z Compiling mio v1.2.0
14162026-08-27T00:49:22.299Z Compiling socket2 v0.6.3
14172026-08-27T00:49:22.329Z Compiling signal-hook-registry v1.4.8
14182026-08-27T00:49:22.335Z Compiling form_urlencoded v1.2.2
14192026-08-27T00:49:22.359Z Compiling rustversion v1.0.22
14202026-08-27T00:49:22.376Z Compiling base64ct v1.8.3
14212026-08-27T00:49:22.391Z Compiling rand_core v0.6.4
14222026-08-27T00:49:22.456Z Compiling cc v1.2.56
14232026-08-27T00:49:22.489Z Compiling once_cell v1.21.3
14242026-08-27T00:49:22.509Z Compiling parking_lot v0.12.5
14252026-08-27T00:49:22.563Z Compiling iana-time-zone v0.1.65
14262026-08-27T00:49:22.633Z Compiling pem-rfc7468 v0.7.0
14272026-08-27T00:49:22.679Z Compiling dunce v1.0.5
14282026-08-27T00:49:22.693Z Compiling ident_case v1.0.1
14292026-08-27T00:49:22.720Z Compiling fs_extra v1.3.0
14302026-08-27T00:49:22.736Z Compiling regex-syntax v0.8.10
14312026-08-27T00:49:22.762Z Compiling flagset v0.4.7
14322026-08-27T00:49:22.779Z Compiling base64 v0.22.1
14332026-08-27T00:49:22.793Z Compiling rand_core v0.9.5
14342026-08-27T00:49:22.825Z Compiling syn v1.0.109
14352026-08-27T00:49:22.828Z Compiling vcpkg v0.2.15
14362026-08-27T00:49:22.932Z Compiling tracing-core v0.1.36
14372026-08-27T00:49:22.946Z Compiling aws-lc-rs v1.16.3
14382026-08-27T00:49:22.949Z Compiling dyn-clone v1.0.20
14392026-08-27T00:49:22.998Z Compiling cpufeatures v0.2.17
14402026-08-27T00:49:23.013Z Compiling schemars v0.8.22
14412026-08-27T00:49:23.045Z Compiling simd-adler32 v0.3.8
14422026-08-27T00:49:23.085Z Compiling spin v0.9.8
14432026-08-27T00:49:23.116Z Compiling cmov v0.5.4
14442026-08-27T00:49:23.134Z Compiling openssl-probe v0.2.1
14452026-08-27T00:49:23.153Z Compiling adler2 v2.0.1
14462026-08-27T00:49:23.234Z Compiling cmake v0.1.57
14472026-08-27T00:49:23.286Z Compiling tinyvec_macros v0.1.1
14482026-08-27T00:49:23.289Z Compiling crc32fast v1.5.0
14492026-08-27T00:49:23.320Z Compiling httparse v1.10.1
14502026-08-27T00:49:23.323Z Compiling ctutils v0.4.2
14512026-08-27T00:49:23.323Z Compiling miniz_oxide v0.8.9
14522026-08-27T00:49:23.333Z Compiling aho-corasick v1.1.4
14532026-08-27T00:49:23.359Z Compiling untrusted v0.7.1
14542026-08-27T00:49:23.389Z Compiling tinyvec v1.10.0
14552026-08-27T00:49:23.452Z Compiling try-lock v0.2.5
14562026-08-27T00:49:23.502Z Compiling tower-service v0.3.3
14572026-08-27T00:49:23.515Z Compiling bitflags v2.11.0
14582026-08-27T00:49:23.589Z Compiling semver v1.0.28
14592026-08-27T00:49:23.603Z Compiling indexmap v2.14.0
14602026-08-27T00:49:23.606Z Compiling uuid v1.23.4
14612026-08-27T00:49:23.647Z Compiling radium v0.7.0
14622026-08-27T00:49:23.703Z Compiling atomic-waker v1.1.2
14632026-08-27T00:49:23.727Z Compiling tower-layer v0.3.3
14642026-08-27T00:49:23.838Z Compiling rustc_version v0.4.1
14652026-08-27T00:49:23.904Z Compiling want v0.3.1
14662026-08-27T00:49:23.932Z Compiling untrusted v0.9.0
14672026-08-27T00:49:23.949Z Compiling tap v1.0.1
14682026-08-27T00:49:23.975Z Compiling httpdate v1.0.3
14692026-08-27T00:49:23.991Z Compiling openssl v0.10.80
14702026-08-27T00:49:24.056Z Compiling aws-lc-sys v0.40.0
14712026-08-27T00:49:24.071Z Compiling openssl-sys v0.9.117
14722026-08-27T00:49:24.074Z Compiling foreign-types-shared v0.1.1
14732026-08-27T00:49:24.099Z Compiling rustls v0.23.41
14742026-08-27T00:49:24.102Z Compiling maybe-uninit v2.0.0
14752026-08-27T00:49:24.169Z Compiling foreign-types v0.3.2
14762026-08-27T00:49:24.183Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14772026-08-27T00:49:24.216Z Compiling synstructure v0.13.2
14782026-08-27T00:49:24.240Z Compiling serde_derive_internals v0.29.1
14792026-08-27T00:49:24.253Z Compiling pest_generator v2.8.6
14802026-08-27T00:49:24.265Z Compiling regex-automata v0.4.14
14812026-08-27T00:49:24.283Z Compiling darling_core v0.20.11
14822026-08-27T00:49:24.318Z Compiling bzip2-sys v0.1.13+1.0.8
14832026-08-27T00:49:24.445Z Compiling wyz v0.5.1
14842026-08-27T00:49:24.612Z Compiling tempfile v3.27.0
14852026-08-27T00:49:24.646Z Compiling terminal_size v0.4.3
14862026-08-27T00:49:24.740Z Compiling unicode-normalization v0.1.25
14872026-08-27T00:49:24.797Z Compiling num-integer v0.1.46
14882026-08-27T00:49:24.839Z Compiling wait-timeout v0.2.1
14892026-08-27T00:49:24.868Z Compiling ahash v0.8.12
14902026-08-27T00:49:24.895Z Compiling packed_struct v0.10.1
14912026-08-27T00:49:24.980Z Compiling num-conv v0.2.0
14922026-08-27T00:49:25.005Z Compiling time-core v0.1.8
14932026-08-27T00:49:25.087Z Compiling powerfmt v0.2.0
14942026-08-27T00:49:25.103Z Compiling num-bigint-dig v0.8.6
14952026-08-27T00:49:25.130Z Compiling funty v2.0.0
14962026-08-27T00:49:25.147Z Compiling quick-error v1.2.3
14972026-08-27T00:49:25.147Z Compiling native-tls v0.2.18
14982026-08-27T00:49:25.177Z Compiling bit-vec v0.8.0
14992026-08-27T00:49:25.180Z Compiling time-macros v0.2.27
15002026-08-27T00:49:25.233Z Compiling deranged v0.5.8
15012026-08-27T00:49:25.237Z Compiling num-iter v0.1.45
15022026-08-27T00:49:25.274Z Compiling rusty-fork v0.3.1
15032026-08-27T00:49:25.289Z Compiling clap_builder v4.6.0
15042026-08-27T00:49:25.403Z Compiling bit-set v0.8.0
15052026-08-27T00:49:25.407Z Compiling lazy_static v1.5.0
15062026-08-27T00:49:25.426Z Compiling rand_xorshift v0.4.0
15072026-08-27T00:49:25.437Z Compiling sync_wrapper v1.0.2
15082026-08-27T00:49:25.510Z Compiling bitvec v1.0.1
15092026-08-27T00:49:25.549Z Compiling indexmap v1.9.3
15102026-08-27T00:49:25.561Z Compiling unarray v0.1.4
15112026-08-27T00:49:25.601Z Compiling zlib-rs v0.6.2
15122026-08-27T00:49:25.618Z Compiling nodrop v0.1.14
15132026-08-27T00:49:25.678Z Compiling siphasher v1.0.2
15142026-08-27T00:49:25.722Z Compiling num_threads v0.1.7
15152026-08-27T00:49:25.735Z Compiling crossbeam-utils v0.8.21
15162026-08-27T00:49:25.752Z Compiling crc-catalog v2.4.0
15172026-08-27T00:49:25.833Z Compiling paste v1.0.15
15182026-08-27T00:49:25.858Z Compiling unicode-segmentation v1.12.0
15192026-08-27T00:49:25.881Z Compiling usdt-impl v0.6.0
15202026-08-27T00:49:25.922Z Compiling serde_derive v1.0.228
15212026-08-27T00:49:26.038Z Compiling zeroize_derive v1.5.0
15222026-08-27T00:49:26.108Z Compiling zerocopy-derive v0.8.55
15232026-08-27T00:49:26.125Z Compiling zerofrom-derive v0.1.6
15242026-08-27T00:49:26.253Z Compiling yoke-derive v0.8.1
15252026-08-27T00:49:26.267Z Compiling zerovec-derive v0.11.2
15262026-08-27T00:49:26.288Z Compiling displaydoc v0.2.5
15272026-08-27T00:49:26.302Z Compiling tokio-macros v2.7.0
15282026-08-27T00:49:26.608Z Compiling futures-macro v0.3.32
15292026-08-27T00:49:26.715Z Compiling der_derive v0.7.3
15302026-08-27T00:49:26.985Z Compiling thiserror-impl v2.0.18
15312026-08-27T00:49:27.111Z Compiling tracing-attributes v0.1.31
15322026-08-27T00:49:27.116Z Compiling schemars_derive v0.8.22
15332026-08-27T00:49:27.252Z Compiling pest_derive v2.8.6
15342026-08-27T00:49:27.487Z Compiling scroll_derive v0.13.1
15352026-08-27T00:49:27.503Z Compiling darling_macro v0.20.11
15362026-08-27T00:49:27.563Z Compiling futures-util v0.3.32
15372026-08-27T00:49:27.613Z Compiling zerofrom v0.1.6
15382026-08-27T00:49:27.759Z Compiling yoke v0.8.1
15392026-08-27T00:49:27.774Z Compiling thiserror-impl v1.0.69
15402026-08-27T00:49:27.790Z Compiling openssl-macros v0.1.1
15412026-08-27T00:49:27.965Z Compiling zerovec v0.11.5
15422026-08-27T00:49:28.037Z Compiling zerotrie v0.2.3
15432026-08-27T00:49:28.345Z Compiling scroll v0.13.0
15442026-08-27T00:49:28.358Z Compiling darling v0.20.11
15452026-08-27T00:49:28.373Z Compiling packed_struct_codegen v0.10.1
15462026-08-27T00:49:28.404Z Compiling thiserror v2.0.18
15472026-08-27T00:49:28.455Z Compiling tinystr v0.8.2
15482026-08-27T00:49:28.469Z Compiling potential_utf v0.1.4
15492026-08-27T00:49:28.503Z Compiling zerocopy-derive v0.6.6
15502026-08-27T00:49:28.529Z Compiling bitfield-macros v0.19.4
15512026-08-27T00:49:28.552Z Compiling tracing v0.1.44
15522026-08-27T00:49:28.555Z Compiling clap_derive v4.6.1
15532026-08-27T00:49:28.635Z Compiling icu_locale_core v2.1.1
15542026-08-27T00:49:28.650Z Compiling icu_collections v2.1.1
15552026-08-27T00:49:28.689Z Compiling goblin v0.10.5
15562026-08-27T00:49:28.855Z Compiling object v0.37.3
15572026-08-27T00:49:28.929Z Compiling flate2 v1.1.9
15582026-08-27T00:49:29.113Z Compiling thiserror v1.0.69
15592026-08-27T00:49:29.172Z Compiling dtrace-parser v0.3.0
15602026-08-27T00:49:29.208Z Compiling derive_builder_core v0.20.2
15612026-08-27T00:49:29.311Z Compiling icu_provider v2.1.1
15622026-08-27T00:49:29.356Z Compiling bitfield v0.19.4
15632026-08-27T00:49:29.376Z Compiling time v0.3.47
15642026-08-27T00:49:29.392Z Compiling zerocopy v0.6.6
15652026-08-27T00:49:29.521Z Compiling zeroize v1.9.0
15662026-08-27T00:49:29.548Z Compiling bytes v1.11.1
15672026-08-27T00:49:29.568Z Compiling icu_properties v2.1.2
15682026-08-27T00:49:29.624Z Compiling icu_normalizer v2.1.1
15692026-08-27T00:49:29.671Z Compiling chrono v0.4.45
15702026-08-27T00:49:29.752Z Compiling der v0.7.10
15712026-08-27T00:49:29.936Z Compiling rustls-pki-types v1.14.0
15722026-08-27T00:49:29.952Z Compiling hybrid-array v0.4.13
15732026-08-27T00:49:30.064Z Compiling tokio v1.52.1
15742026-08-27T00:49:30.162Z Compiling http v1.4.2
15752026-08-27T00:49:30.176Z Compiling ipnet v2.12.0
15762026-08-27T00:49:30.304Z Compiling block-buffer v0.10.4
15772026-08-27T00:49:30.395Z Compiling crypto-common v0.1.7
15782026-08-27T00:49:30.409Z Compiling idna_adapter v1.2.1
15792026-08-27T00:49:30.487Z Compiling hex v0.4.3
15802026-08-27T00:49:30.554Z Compiling digest v0.10.7
15812026-08-27T00:49:30.555Z Compiling idna v1.1.0
15822026-08-27T00:49:30.665Z Compiling spki v0.7.3
15832026-08-27T00:49:30.678Z Compiling toml_datetime v0.6.11
15842026-08-27T00:49:30.733Z Compiling ppv-lite86 v0.2.21
15852026-08-27T00:49:30.771Z Compiling sha2 v0.10.9
15862026-08-27T00:49:30.825Z Compiling http-body v1.0.1
15872026-08-27T00:49:30.897Z Compiling url v2.5.8
15882026-08-27T00:49:30.906Z Compiling pkcs8 v0.10.2
15892026-08-27T00:49:30.955Z Compiling signature v2.2.0
15902026-08-27T00:49:30.958Z Compiling hmac v0.12.1
15912026-08-27T00:49:30.985Z Compiling serde_spanned v0.6.9
15922026-08-27T00:49:31.000Z Compiling http-body-util v0.1.3
15932026-08-27T00:49:31.039Z Compiling rand_chacha v0.9.0
15942026-08-27T00:49:31.076Z Compiling rand_chacha v0.3.1
15952026-08-27T00:49:31.089Z Compiling pkcs1 v0.7.5
15962026-08-27T00:49:31.157Z Compiling clap v4.6.1
15972026-08-27T00:49:31.245Z Compiling rand v0.9.2
15982026-08-27T00:49:31.288Z Compiling rand v0.8.6
15992026-08-27T00:49:31.321Z Compiling scroll_derive v0.12.1
16002026-08-27T00:49:31.338Z Compiling structmeta-derive v0.3.0
16012026-08-27T00:49:31.494Z Compiling dof v0.4.0
16022026-08-27T00:49:31.508Z Compiling crc v3.4.0
16032026-08-27T00:49:31.706Z Compiling array-init v0.0.4
16042026-08-27T00:49:31.720Z Compiling smallvec v0.6.14
16052026-08-27T00:49:31.751Z Compiling darling_core v0.23.0
16062026-08-27T00:49:31.867Z Compiling proptest v1.11.0
16072026-08-27T00:49:32.069Z Compiling heapless v0.7.17
16082026-08-27T00:49:32.086Z Compiling slog v2.8.2
16092026-08-27T00:49:32.128Z Compiling thread-id v5.1.0
16102026-08-27T00:49:32.173Z Compiling ipnetwork v0.21.1
16112026-08-27T00:49:32.187Z Compiling env_filter v2.0.0
16122026-08-27T00:49:32.223Z Compiling syn v3.0.3
16132026-08-27T00:49:32.294Z Compiling cookie v0.18.1
16142026-08-27T00:49:32.336Z Compiling hashbrown v0.12.3
16152026-08-27T00:49:32.474Z Compiling signal-hook v0.3.18
16162026-08-27T00:49:32.515Z Compiling zstd-safe v7.2.4
16172026-08-27T00:49:32.522Z Compiling allocator-api2 v0.2.21
16182026-08-27T00:49:32.575Z Compiling gimli v0.32.3
16192026-08-27T00:49:32.586Z Compiling base64 v0.21.7
16202026-08-27T00:49:32.603Z Compiling unicode-bidi v0.3.18
16212026-08-27T00:49:32.656Z Compiling ryu v1.0.23
16222026-08-27T00:49:32.718Z Compiling winnow v0.5.40
16232026-08-27T00:49:32.733Z Compiling iri-string v0.7.10
16242026-08-27T00:49:32.754Z Compiling anyhow v1.0.104
16252026-08-27T00:49:32.817Z Compiling unicode-properties v0.1.4
16262026-08-27T00:49:32.853Z Compiling ron v0.8.1
16272026-08-27T00:49:32.868Z Compiling serde_urlencoded v0.7.1
16282026-08-27T00:49:33.036Z Compiling stringprep v0.1.5
16292026-08-27T00:49:33.047Z Compiling rsa v0.9.10
16302026-08-27T00:49:33.234Z Compiling structmeta v0.3.0
16312026-08-27T00:49:33.300Z Compiling oxnet v0.1.6
16322026-08-27T00:49:33.315Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16332026-08-27T00:49:33.318Z Compiling env_logger v0.11.11
16342026-08-27T00:49:33.553Z Compiling serde-hex v0.1.0
16352026-08-27T00:49:33.721Z Compiling scroll v0.12.0
16362026-08-27T00:49:33.769Z Compiling camino v1.2.5
16372026-08-27T00:49:33.836Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16382026-08-27T00:49:34.008Z Compiling tokio-util v0.7.18
16392026-08-27T00:49:34.035Z Compiling tower v0.5.3
16402026-08-27T00:49:34.154Z Compiling toml_edit v0.19.15
16412026-08-27T00:49:34.174Z Compiling tokio-native-tls v0.3.1
16422026-08-27T00:49:34.338Z Compiling addr2line v0.25.1
16432026-08-27T00:49:34.347Z Compiling darling_macro v0.23.0
16442026-08-27T00:49:34.368Z Compiling newtype-uuid v1.3.2
16452026-08-27T00:49:34.551Z Compiling tower-http v0.6.8
16462026-08-27T00:49:34.592Z Compiling hashbrown v0.13.2
16472026-08-27T00:49:34.718Z Compiling h2 v0.4.15
16482026-08-27T00:49:34.732Z Compiling x509-cert v0.2.5
16492026-08-27T00:49:34.881Z Compiling md-5 v0.10.6
16502026-08-27T00:49:34.978Z Compiling block-buffer v0.12.1
16512026-08-27T00:49:35.064Z Compiling crypto-common v0.2.2
16522026-08-27T00:49:35.080Z Compiling block-padding v0.4.2
16532026-08-27T00:49:35.086Z Compiling rustls-native-certs v0.8.3
16542026-08-27T00:49:35.195Z Compiling derive_builder_macro v0.20.2
16552026-08-27T00:49:35.211Z Compiling serde_tokenstream v0.2.3
16562026-08-27T00:49:35.255Z Compiling erased-serde v0.3.31
16572026-08-27T00:49:35.346Z Compiling bzip2 v0.4.4
16582026-08-27T00:49:35.535Z Compiling bstr v1.12.1
16592026-08-27T00:49:35.569Z Compiling async-trait v0.1.89
16602026-08-27T00:49:35.687Z Compiling pin-project-internal v1.1.11
16612026-08-27T00:49:35.747Z Compiling daft-derive v0.1.8
16622026-08-27T00:49:35.761Z Compiling zerocopy-derive v0.7.35
16632026-08-27T00:49:35.885Z Compiling curve25519-dalek v4.1.3
16642026-08-27T00:49:36.173Z Compiling vergen-lib v9.1.0
16652026-08-27T00:49:36.198Z Compiling hash32 v0.2.1
16662026-08-27T00:49:36.241Z Compiling encoding_rs v0.8.35
16672026-08-27T00:49:36.345Z Compiling memoffset v0.9.1
16682026-08-27T00:49:36.367Z Compiling fallible-iterator v0.2.0
16692026-08-27T00:49:36.413Z Compiling crc-any v2.5.0
16702026-08-27T00:49:36.492Z Compiling smoltcp v0.9.1
16712026-08-27T00:49:36.561Z Compiling owo-colors v4.3.0
16722026-08-27T00:49:36.625Z Compiling rustc-demangle v0.1.27
16732026-08-27T00:49:36.651Z Compiling ref-cast v1.0.25
16742026-08-27T00:49:36.668Z Compiling litrs v1.0.0
16752026-08-27T00:49:36.696Z Compiling cfg_aliases v0.2.1
16762026-08-27T00:49:36.781Z Compiling mime v0.3.17
16772026-08-27T00:49:36.795Z Compiling psl-types v2.0.11
16782026-08-27T00:49:36.814Z Compiling rustix v0.38.44
16792026-08-27T00:49:36.824Z Compiling pin-project v1.1.11
16802026-08-27T00:49:36.930Z Compiling nix v0.31.2
16812026-08-27T00:49:36.941Z Compiling zerocopy v0.7.35
16822026-08-27T00:49:36.994Z Compiling publicsuffix v2.3.0
16832026-08-27T00:49:37.007Z Compiling postgres-protocol v0.6.10
16842026-08-27T00:49:37.077Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16852026-08-27T00:49:37.111Z Compiling daft v0.1.8
16862026-08-27T00:49:37.259Z Compiling document-features v0.2.12
16872026-08-27T00:49:37.307Z Compiling derive_builder v0.20.2
16882026-08-27T00:49:37.344Z Compiling zip v0.6.6
16892026-08-27T00:49:37.412Z Compiling toml v0.7.8
16902026-08-27T00:49:37.445Z Compiling inout v0.2.2
16912026-08-27T00:49:37.548Z Compiling object v0.30.4
16922026-08-27T00:49:37.583Z Compiling darling v0.23.0
16932026-08-27T00:49:37.645Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16942026-08-27T00:49:37.661Z Compiling goblin v0.8.2
16952026-08-27T00:49:37.677Z Compiling derive-ex v0.1.8
16962026-08-27T00:49:37.959Z Compiling hyper v1.10.1
16972026-08-27T00:49:37.974Z Compiling futures-executor v0.3.32
16982026-08-27T00:49:37.981Z Compiling hubpack_derive v0.1.1
16992026-08-27T00:49:38.038Z Compiling backtrace v0.3.76
17002026-08-27T00:49:38.051Z Compiling regex v1.12.3
17012026-08-27T00:49:38.083Z Compiling convert_case v0.10.0
17022026-08-27T00:49:38.237Z Compiling curve25519-dalek-derive v0.1.1
17032026-08-27T00:49:38.257Z Compiling snafu-derive v0.8.9
17042026-08-27T00:49:38.305Z Compiling ref-cast-impl v1.0.25
17052026-08-27T00:49:38.388Z Compiling strum_macros v0.27.2
17062026-08-27T00:49:38.412Z Compiling phf_shared v0.13.1
17072026-08-27T00:49:38.483Z Compiling cargo-platform v0.3.2
17082026-08-27T00:49:38.506Z Compiling vergen v9.1.0
17092026-08-27T00:49:38.663Z Compiling ff v0.13.1
17102026-08-27T00:49:38.702Z Compiling fs-err v3.3.0
17112026-08-27T00:49:38.771Z Compiling path-slash v0.1.5
17122026-08-27T00:49:38.831Z Compiling jiff-core v0.1.0
17132026-08-27T00:49:38.892Z Compiling same-file v1.0.6
17142026-08-27T00:49:38.925Z Compiling bumpalo v3.20.2
17152026-08-27T00:49:38.935Z Compiling libbz2-rs-sys v0.2.2
17162026-08-27T00:49:38.935Z Compiling foldhash v0.1.5
17172026-08-27T00:49:38.967Z Compiling bitflags v1.3.2
17182026-08-27T00:49:39.057Z Compiling is_ci v1.2.0
17192026-08-27T00:49:39.077Z Compiling managed v0.8.0
17202026-08-27T00:49:39.136Z Compiling hyper-util v0.1.20
17212026-08-27T00:49:39.198Z Compiling either v1.15.0
17222026-08-27T00:49:39.235Z Compiling base16ct v0.2.0
17232026-08-27T00:49:39.254Z Compiling foldhash v0.2.0
17242026-08-27T00:49:39.420Z Compiling hashbrown v0.16.1
17252026-08-27T00:49:39.435Z Compiling bzip2 v0.6.1
17262026-08-27T00:49:39.435Z Compiling test-strategy v0.4.5
17272026-08-27T00:49:39.504Z Compiling sec1 v0.7.3
17282026-08-27T00:49:39.607Z Compiling jiff v0.2.34
17292026-08-27T00:49:39.622Z Compiling textwrap v0.16.2
17302026-08-27T00:49:39.662Z Compiling supports-color v3.0.2
17312026-08-27T00:49:39.789Z Compiling zopfli v0.8.3
17322026-08-27T00:49:39.849Z Compiling hashbrown v0.15.5
17332026-08-27T00:49:39.920Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17342026-08-27T00:49:40.020Z Compiling dof v0.3.0
17352026-08-27T00:49:40.093Z Compiling walkdir v2.5.0
17362026-08-27T00:49:40.211Z Compiling snafu v0.8.9
17372026-08-27T00:49:40.384Z Compiling strum v0.27.2
17382026-08-27T00:49:40.461Z Compiling group v0.13.0
17392026-08-27T00:49:40.528Z Compiling hyper-tls v0.6.0
17402026-08-27T00:49:40.546Z Compiling cargo_metadata v0.23.1
17412026-08-27T00:49:40.546Z Compiling phf v0.13.1
17422026-08-27T00:49:40.570Z Compiling backtrace-ext v0.2.1
17432026-08-27T00:49:40.586Z Compiling hubpack v0.1.2
17442026-08-27T00:49:40.659Z Compiling derive_more-impl v2.1.1
17452026-08-27T00:49:40.738Z Compiling reqwest v0.12.28
17462026-08-27T00:49:40.756Z Compiling cookie_store v0.22.1
17472026-08-27T00:49:40.760Z Compiling signal-hook-mio v0.2.5
17482026-08-27T00:49:40.783Z Compiling futures v0.3.32
17492026-08-27T00:49:40.878Z Compiling zstd v0.13.3
17502026-08-27T00:49:40.899Z Compiling serde_with_macros v3.21.0
17512026-08-27T00:49:40.903Z Compiling cipher v0.5.2
17522026-08-27T00:49:40.928Z Compiling postgres-types v0.2.12
17532026-08-27T00:49:41.246Z Compiling globset v0.4.18
17542026-08-27T00:49:41.300Z Compiling usdt-macro v0.6.0
17552026-08-27T00:49:41.359Z Compiling usdt-attr-macro v0.6.0
17562026-08-27T00:49:41.424Z Compiling byte-wrapper v0.1.0
17572026-08-27T00:49:41.494Z Compiling hkdf v0.12.4
17582026-08-27T00:49:41.687Z Compiling ed25519 v2.2.3
17592026-08-27T00:49:41.784Z Compiling crypto-bigint v0.5.5
17602026-08-27T00:49:41.831Z Compiling serde-big-array v0.5.1
17612026-08-27T00:49:41.952Z Compiling serde_plain v1.0.2
17622026-08-27T00:49:41.976Z Compiling olpc-cjson v0.1.4
17632026-08-27T00:49:41.990Z Compiling dtrace-parser v0.2.0
17642026-08-27T00:49:41.995Z Compiling miette-derive v7.6.0
17652026-08-27T00:49:42.096Z Compiling strum_macros v0.26.4
17662026-08-27T00:49:42.153Z Compiling serde_repr v0.1.20
17672026-08-27T00:49:42.156Z Compiling enum-as-inner v0.6.1
17682026-08-27T00:49:42.181Z Compiling async-recursion v1.1.1
17692026-08-27T00:49:42.243Z Compiling phf_shared v0.11.3
17702026-08-27T00:49:42.317Z Compiling float-cmp v0.10.0
17712026-08-27T00:49:42.446Z Compiling pem v3.0.6
17722026-08-27T00:49:42.481Z Compiling memmap2 v0.9.10
17732026-08-27T00:49:42.656Z Compiling thread-id v4.2.2
17742026-08-27T00:49:42.717Z Compiling fixedbitset v0.5.7
17752026-08-27T00:49:42.724Z Compiling normalize-line-endings v0.3.0
17762026-08-27T00:49:42.736Z Compiling keccak v0.1.6
17772026-08-27T00:49:42.759Z Compiling const-oid v0.10.2
17782026-08-27T00:49:42.772Z Compiling supports-unicode v3.0.0
17792026-08-27T00:49:42.799Z Compiling new_debug_unreachable v1.0.6
17802026-08-27T00:49:42.831Z Compiling winnow v1.0.3
17812026-08-27T00:49:42.868Z Compiling precomputed-hash v0.1.1
17822026-08-27T00:49:42.884Z Compiling supports-hyperlinks v3.2.0
17832026-08-27T00:49:42.932Z Compiling fixedbitset v0.4.2
17842026-08-27T00:49:42.977Z Compiling difflib v0.4.0
17852026-08-27T00:49:43.037Z Compiling static_assertions v1.1.0
17862026-08-27T00:49:43.046Z Compiling predicates-core v1.0.10
17872026-08-27T00:49:43.059Z Compiling data-encoding v2.10.0
17882026-08-27T00:49:43.072Z Compiling cpufeatures v0.3.0
17892026-08-27T00:49:43.160Z Compiling typed-path v0.9.3
17902026-08-27T00:49:43.177Z Compiling whoami v2.1.0
17912026-08-27T00:49:43.182Z Compiling toml_edit v0.22.27
17922026-08-27T00:49:43.236Z Compiling predicates v3.1.4
17932026-08-27T00:49:43.251Z Compiling miette v7.6.0
17942026-08-27T00:49:43.269Z Compiling chacha20 v0.10.0
17952026-08-27T00:49:43.276Z Compiling petgraph v0.6.5
17962026-08-27T00:49:43.514Z Compiling tokio-postgres v0.7.16
17972026-08-27T00:49:43.552Z Compiling hickory-proto v0.25.2
17982026-08-27T00:49:43.584Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17992026-08-27T00:49:43.669Z Compiling string_cache v0.8.9
18002026-08-27T00:49:43.787Z Compiling toml_parser v1.1.2+spec-1.1.0
18012026-08-27T00:49:43.910Z Compiling petgraph v0.8.3
18022026-08-27T00:49:43.926Z Compiling digest v0.11.3
18032026-08-27T00:49:43.930Z Compiling strum v0.26.3
18042026-08-27T00:49:43.960Z Compiling sha3 v0.10.8
18052026-08-27T00:49:43.975Z Compiling elliptic-curve v0.13.8
18062026-08-27T00:49:44.091Z Compiling usdt-impl v0.5.0
18072026-08-27T00:49:44.188Z Compiling usdt v0.6.0
18082026-08-27T00:49:44.405Z Compiling serde_with v3.21.0
18092026-08-27T00:49:44.437Z Compiling crossterm v0.28.1
18102026-08-27T00:49:44.455Z Compiling ed25519-dalek v2.2.0
18112026-08-27T00:49:44.459Z Compiling derive_more v2.1.1
18122026-08-27T00:49:44.459Z Compiling zip v4.6.1
18132026-08-27T00:49:44.495Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18142026-08-27T00:49:44.818Z Compiling iddqd v0.4.2
18152026-08-27T00:49:44.994Z Compiling itertools v0.15.0
18162026-08-27T00:49:45.024Z Compiling itertools v0.13.0
18172026-08-27T00:49:45.136Z Compiling similar v2.7.0
18182026-08-27T00:49:45.450Z Compiling tokio-stream v0.1.18
18192026-08-27T00:49:45.755Z Compiling crossbeam-epoch v0.9.18
18202026-08-27T00:49:45.824Z Compiling buf-list v1.1.2
18212026-08-27T00:49:45.937Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18222026-08-27T00:49:45.953Z Compiling openapiv3 v2.2.0
18232026-08-27T00:49:45.992Z Compiling heck v0.4.1
18242026-08-27T00:49:46.038Z Compiling lalrpop-util v0.19.12
18252026-08-27T00:49:46.065Z Compiling peg-runtime v0.8.5
18262026-08-27T00:49:46.101Z Compiling thread_local v1.1.9
18272026-08-27T00:49:46.131Z Compiling slog-async v2.8.0
18282026-08-27T00:49:46.148Z Compiling crossbeam-channel v0.5.15
18292026-08-27T00:49:46.229Z Compiling filetime v0.2.27
18302026-08-27T00:49:46.357Z Compiling is-terminal v0.4.17
18312026-08-27T00:49:46.391Z Compiling take_mut v0.2.2
18322026-08-27T00:49:46.392Z Compiling xattr v1.6.1
18332026-08-27T00:49:46.394Z Compiling term v1.2.1
18342026-08-27T00:49:46.394Z Compiling camino-tempfile v1.4.1
18352026-08-27T00:49:46.459Z Compiling tar v0.4.46
18362026-08-27T00:49:46.646Z Compiling slog-term v2.9.2
18372026-08-27T00:50:03.732Z Compiling rustls-webpki v0.103.13
18382026-08-27T00:50:06.409Z Compiling tokio-rustls v0.26.4
18392026-08-27T00:50:06.409Z Compiling rustls-platform-verifier v0.6.2
18402026-08-27T00:50:06.425Z Compiling tough v0.22.0
18412026-08-27T00:50:06.634Z Compiling hyper-rustls v0.27.7
18422026-08-27T00:50:06.813Z Compiling reqwest v0.13.2
18432026-08-27T00:50:08.899Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18442026-08-27T00:50:09.131Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18452026-08-27T00:50:12.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.61s
18462026-08-27T00:50:12.137Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18472026-08-27T00:50:12.235ZAug 27 00:50:10.987 INFO Starting download, target: DendriteStub
18482026-08-27T00:50:12.235ZAug 27 00:50:10.988 INFO Starting download, target: MaghemiteDdmd
18492026-08-27T00:50:12.236ZAug 27 00:50:10.988 INFO Starting download, target: MaghemiteMgd
18502026-08-27T00:50:12.236ZAug 27 00:50:10.988 INFO Starting download, target: Cockroach
18512026-08-27T00:50:12.236ZAug 27 00:50:10.988 INFO Starting download, target: Clickhouse
18522026-08-27T00:50:12.285ZAug 27 00:50:10.988 INFO Starting download, target: Console
18532026-08-27T00:50:12.285ZAug 27 00:50:10.988 INFO Starting download, target: TransceiverControl
18542026-08-27T00:50:12.285ZAug 27 00:50:10.988 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18552026-08-27T00:50:12.285ZAug 27 00:50:10.988 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18562026-08-27T00:50:12.285ZAug 27 00:50:10.988 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18572026-08-27T00:50:12.285ZAug 27 00:50:10.988 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18582026-08-27T00:50:12.285ZAug 27 00:50:10.988 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18592026-08-27T00:50:12.285ZAug 27 00:50:10.988 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18602026-08-27T00:50:12.285ZAug 27 00:50:10.989 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18612026-08-27T00:50:13.101ZAug 27 00:50:11.888 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18622026-08-27T00:50:13.760ZAug 27 00:50:12.119 INFO Download complete, target: TransceiverControl
18632026-08-27T00:50:13.999ZAug 27 00:50:12.761 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18642026-08-27T00:50:14.040ZAug 27 00:50:12.832 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18652026-08-27T00:50:14.212ZAug 27 00:50:13.010 INFO Download complete, target: Console
18662026-08-27T00:50:14.481ZAug 27 00:50:13.282 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18672026-08-27T00:50:14.708ZAug 27 00:50:13.499 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18682026-08-27T00:50:15.121ZAug 27 00:50:13.924 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18692026-08-27T00:50:16.447ZAug 27 00:50:15.239 INFO Download complete, target: MaghemiteDdmd
18702026-08-27T00:50:16.689ZAug 27 00:50:15.492 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18712026-08-27T00:50:16.689ZAug 27 00:50:15.492 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18722026-08-27T00:50:17.281ZAug 27 00:50:16.084 INFO Download complete, target: DendriteStub
18732026-08-27T00:50:17.786ZAug 27 00:50:16.512 INFO Download complete, target: MaghemiteMgd
18742026-08-27T00:50:21.109ZAug 27 00:50:19.831 INFO Checking that binary works, target: Clickhouse
18752026-08-27T00:50:21.204ZAug 27 00:50:19.916 INFO Download complete, target: Clickhouse
18762026-08-27T00:50:21.453ZAug 27 00:50:20.175 INFO Checking that binary works, target: Cockroach
18772026-08-27T00:50:21.539ZAug 27 00:50:20.298 INFO Download complete, target: Cockroach
18782026-08-27T00:50:21.603ZAll prerequisites installed successfully
18792026-08-27T00:50:21.603Z
18802026-08-27T00:50:21.603Zreal 1:32.954350154
18812026-08-27T00:50:21.603Zuser 7:18.945633507
18822026-08-27T00:50:21.603Zsys 1:43.341076810
18832026-08-27T00:50:21.604Ztrap 0.249504054
18842026-08-27T00:50:21.604Ztflt 1.044169110
18852026-08-27T00:50:21.604Zdflt 1.918206793
18862026-08-27T00:50:21.604Zkflt 0.026396306
18872026-08-27T00:50:21.605Zlock 27:04.632511268
18882026-08-27T00:50:21.605Zslp 19:49.222075034
18892026-08-27T00:50:21.605Zlat 26.571430535
18902026-08-27T00:50:21.605Zstop 3:00.031870511
18912026-08-27T00:50:21.605Z+ source ./tools/include/force-git-over-https.sh
18922026-08-27T00:50:21.605Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18932026-08-27T00:50:21.605Z++ (( i = 0 ))
18942026-08-27T00:50:21.606Z++ (( i < 5 ))
18952026-08-27T00:50:21.606Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18962026-08-27T00:50:21.606Z++ (( i++ ))
18972026-08-27T00:50:21.606Z++ (( i < 5 ))
18982026-08-27T00:50:21.606Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18992026-08-27T00:50:21.606Z++ (( i++ ))
19002026-08-27T00:50:21.606Z++ (( i < 5 ))
19012026-08-27T00:50:21.606Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19022026-08-27T00:50:21.606Z++ (( i++ ))
19032026-08-27T00:50:21.606Z++ (( i < 5 ))
19042026-08-27T00:50:21.606Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19052026-08-27T00:50:21.606Z++ (( i++ ))
19062026-08-27T00:50:21.606Z++ (( i < 5 ))
19072026-08-27T00:50:21.606Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19082026-08-27T00:50:21.606Z++ (( i++ ))
19092026-08-27T00:50:21.607Z++ (( i < 5 ))
19102026-08-27T00:50:21.607Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19112026-08-27T00:50:21.607Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19122026-08-27T00:50:21.607Z+ rc=0
19132026-08-27T00:50:21.607Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
19142026-08-27T00:50:30.081Z+ case $rc in
19152026-08-27T00:50:30.082Z+ pfexec zfs create -p rpool/images/build/host
19162026-08-27T00:50:30.232Z+ pfexec zfs create -p rpool/images/build/recovery
19172026-08-27T00:50:30.273Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
19182026-08-27T00:50:30.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19192026-08-27T00:50:30.741Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
19202026-08-27T00:50:31.595Z Compiling proc-macro2 v1.0.106
19212026-08-27T00:50:31.599Z Compiling quote v1.0.45
19222026-08-27T00:50:31.599Z Compiling unicode-ident v1.0.24
19232026-08-27T00:50:31.599Z Compiling serde_core v1.0.228
19242026-08-27T00:50:31.599Z Compiling libc v0.2.185
19252026-08-27T00:50:31.599Z Compiling serde v1.0.228
19262026-08-27T00:50:31.599Z Compiling cfg-if v1.0.4
19272026-08-27T00:50:31.599Z Compiling shlex v1.3.0
19282026-08-27T00:50:31.599Z Compiling find-msvc-tools v0.1.9
19292026-08-27T00:50:31.728Z Compiling autocfg v1.5.0
19302026-08-27T00:50:31.731Z Compiling version_check v0.9.5
19312026-08-27T00:50:31.762Z Compiling zerocopy v0.8.55
19322026-08-27T00:50:31.765Z Compiling portable-atomic v1.13.1
19332026-08-27T00:50:31.765Z Compiling memchr v2.8.0
19342026-08-27T00:50:31.766Z Compiling zmij v1.0.21
19352026-08-27T00:50:31.881Z Compiling serde_json v1.0.151
19362026-08-27T00:50:31.895Z Compiling libm v0.2.16
19372026-08-27T00:50:31.992Z Compiling getrandom v0.4.3
19382026-08-27T00:50:32.030Z Compiling parking_lot_core v0.9.12
19392026-08-27T00:50:32.129Z Compiling generic-array v0.14.7
19402026-08-27T00:50:32.190Z Compiling num-traits v0.2.19
19412026-08-27T00:50:32.237Z Compiling pkg-config v0.3.32
19422026-08-27T00:50:32.266Z Compiling icu_normalizer_data v2.1.1
19432026-08-27T00:50:32.270Z Compiling icu_properties_data v2.1.2
19442026-08-27T00:50:32.280Z Compiling smallvec v1.15.1
19452026-08-27T00:50:32.296Z Compiling rustix v1.1.4
19462026-08-27T00:50:32.310Z Compiling log v0.4.33
19472026-08-27T00:50:32.367Z Compiling itoa v1.0.17
19482026-08-27T00:50:32.410Z Compiling getrandom v0.3.4
19492026-08-27T00:50:32.425Z Compiling subtle v2.6.1
19502026-08-27T00:50:32.563Z Compiling scopeguard v1.2.0
19512026-08-27T00:50:32.584Z Compiling stable_deref_trait v1.2.1
19522026-08-27T00:50:32.627Z Compiling typenum v1.20.1
19532026-08-27T00:50:32.668Z Compiling jobserver v0.1.34
19542026-08-27T00:50:32.683Z Compiling errno v0.3.14
19552026-08-27T00:50:32.700Z Compiling lock_api v0.4.14
19562026-08-27T00:50:32.727Z Compiling heck v0.5.0
19572026-08-27T00:50:32.756Z Compiling critical-section v1.2.0
19582026-08-27T00:50:32.849Z Compiling rand_core v0.10.0
19592026-08-27T00:50:32.868Z Compiling thiserror v2.0.18
19602026-08-27T00:50:32.884Z Compiling cc v1.2.56
19612026-08-27T00:50:33.035Z Compiling syn v2.0.117
19622026-08-27T00:50:33.080Z Compiling getrandom v0.2.17
19632026-08-27T00:50:33.122Z Compiling dunce v1.0.5
19642026-08-27T00:50:33.145Z Compiling fs_extra v1.3.0
19652026-08-27T00:50:33.209Z Compiling once_cell v1.21.3
19662026-08-27T00:50:33.224Z Compiling rand_core v0.6.4
19672026-08-27T00:50:33.244Z Compiling writeable v0.6.2
19682026-08-27T00:50:33.247Z Compiling percent-encoding v2.3.2
19692026-08-27T00:50:33.272Z Compiling litemap v0.8.1
19702026-08-27T00:50:33.391Z Compiling const-oid v0.9.6
19712026-08-27T00:50:33.542Z Compiling schemars v0.8.22
19722026-08-27T00:50:33.585Z Compiling pin-project-lite v0.2.17
19732026-08-27T00:50:33.617Z Compiling cmake v0.1.57
19742026-08-27T00:50:33.734Z Compiling equivalent v1.0.2
19752026-08-27T00:50:33.738Z Compiling signal-hook-registry v1.4.8
19762026-08-27T00:50:33.812Z Compiling aws-lc-rs v1.16.3
19772026-08-27T00:50:33.827Z Compiling rustversion v1.0.22
19782026-08-27T00:50:33.873Z Compiling bitflags v2.11.0
19792026-08-27T00:50:33.885Z Compiling semver v1.0.28
19802026-08-27T00:50:34.002Z Compiling futures-core v0.3.32
19812026-08-27T00:50:34.152Z Compiling parking_lot v0.12.5
19822026-08-27T00:50:35.202Z Compiling aws-lc-sys v0.40.0
19832026-08-27T00:50:35.206Z Compiling mio v1.2.0
19842026-08-27T00:50:35.206Z Compiling utf8_iter v1.0.4
19852026-08-27T00:50:35.206Z Compiling crc32fast v1.5.0
19862026-08-27T00:50:35.206Z Compiling form_urlencoded v1.2.2
19872026-08-27T00:50:35.206Z Compiling fnv v1.0.7
19882026-08-27T00:50:35.206Z Compiling syn v1.0.109
19892026-08-27T00:50:35.206Z Compiling vcpkg v0.2.15
19902026-08-27T00:50:35.206Z Compiling byteorder v1.5.0
19912026-08-27T00:50:35.206Z Compiling strsim v0.11.1
19922026-08-27T00:50:35.206Z Compiling hashbrown v0.17.0
19932026-08-27T00:50:35.206Z Compiling socket2 v0.6.3
19942026-08-27T00:50:35.206Z Compiling httparse v1.10.1
19952026-08-27T00:50:35.207Z Compiling futures-sink v0.3.32
19962026-08-27T00:50:35.226Z Compiling radium v0.7.0
19972026-08-27T00:50:35.343Z Compiling futures-channel v0.3.32
19982026-08-27T00:50:35.363Z Compiling futures-io v0.3.32
19992026-08-27T00:50:35.377Z Compiling openssl-sys v0.9.117
20002026-08-27T00:50:35.391Z Compiling thiserror v1.0.69
20012026-08-27T00:50:35.459Z Compiling iana-time-zone v0.1.65
20022026-08-27T00:50:35.493Z Compiling futures-task v0.3.32
20032026-08-27T00:50:35.527Z Compiling indexmap v2.14.0
20042026-08-27T00:50:35.562Z Compiling slab v0.4.12
20052026-08-27T00:50:35.624Z Compiling base64 v0.22.1
20062026-08-27T00:50:35.641Z Compiling maybe-uninit v2.0.0
20072026-08-27T00:50:35.720Z Compiling rustls v0.23.41
20082026-08-27T00:50:35.815Z Compiling rustc_version v0.4.1
20092026-08-27T00:50:35.871Z Compiling synstructure v0.13.2
20102026-08-27T00:50:35.921Z Compiling serde_derive_internals v0.29.1
20112026-08-27T00:50:36.015Z Compiling bzip2-sys v0.1.13+1.0.8
20122026-08-27T00:50:36.097Z Compiling uuid v1.23.4
20132026-08-27T00:50:36.113Z Compiling ahash v0.8.12
20142026-08-27T00:50:36.140Z Compiling num-bigint-dig v0.8.6
20152026-08-27T00:50:36.163Z Compiling ident_case v1.0.1
20162026-08-27T00:50:36.197Z Compiling ucd-trie v0.1.7
20172026-08-27T00:50:36.202Z Compiling base64ct v1.8.3
20182026-08-27T00:50:36.229Z Compiling regex-syntax v0.8.10
20192026-08-27T00:50:36.360Z Compiling packed_struct v0.10.1
20202026-08-27T00:50:36.373Z Compiling pest v2.8.6
20212026-08-27T00:50:36.392Z Compiling rand_core v0.9.5
20222026-08-27T00:50:36.427Z Compiling flagset v0.4.7
20232026-08-27T00:50:36.458Z Compiling dyn-clone v1.0.20
20242026-08-27T00:50:36.585Z Compiling pem-rfc7468 v0.7.0
20252026-08-27T00:50:36.612Z Compiling openssl v0.10.80
20262026-08-27T00:50:36.632Z Compiling fastrand v2.3.0
20272026-08-27T00:50:36.714Z Compiling indexmap v1.9.3
20282026-08-27T00:50:36.811Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20292026-08-27T00:50:36.872Z Compiling tempfile v3.27.0
20302026-08-27T00:50:36.933Z Compiling simd-adler32 v0.3.8
20312026-08-27T00:50:37.029Z Compiling cpufeatures v0.2.17
20322026-08-27T00:50:37.029Z Compiling native-tls v0.2.18
20332026-08-27T00:50:37.091Z Compiling paste v1.0.15
20342026-08-27T00:50:37.120Z Compiling serde_derive v1.0.228
20352026-08-27T00:50:37.231Z Compiling zeroize_derive v1.5.0
20362026-08-27T00:50:37.246Z Compiling zerofrom-derive v0.1.6
20372026-08-27T00:50:37.262Z Compiling zerocopy-derive v0.8.55
20382026-08-27T00:50:37.280Z Compiling yoke-derive v0.8.1
20392026-08-27T00:50:37.296Z Compiling zerovec-derive v0.11.2
20402026-08-27T00:50:37.359Z Compiling displaydoc v0.2.5
20412026-08-27T00:50:37.364Z Compiling tokio-macros v2.7.0
20422026-08-27T00:50:37.386Z Compiling futures-macro v0.3.32
20432026-08-27T00:50:37.520Z Compiling der_derive v0.7.3
20442026-08-27T00:50:37.651Z Compiling thiserror-impl v2.0.18
20452026-08-27T00:50:37.674Z Compiling schemars_derive v0.8.22
20462026-08-27T00:50:37.880Z Compiling tracing-attributes v0.1.31
20472026-08-27T00:50:38.054Z Compiling thiserror-impl v1.0.69
20482026-08-27T00:50:38.071Z Compiling clap_derive v4.6.1
20492026-08-27T00:50:38.182Z Compiling futures-util v0.3.32
20502026-08-27T00:50:38.368Z Compiling pest_meta v2.8.6
20512026-08-27T00:50:38.428Z Compiling zerofrom v0.1.6
20522026-08-27T00:50:38.595Z Compiling yoke v0.8.1
20532026-08-27T00:50:38.653Z Compiling packed_struct_codegen v0.10.1
20542026-08-27T00:50:38.815Z Compiling zerovec v0.11.5
20552026-08-27T00:50:38.832Z Compiling zerotrie v0.2.3
20562026-08-27T00:50:39.168Z Compiling zerocopy-derive v0.6.6
20572026-08-27T00:50:39.241Z Compiling bitfield-macros v0.19.4
20582026-08-27T00:50:39.322Z Compiling tinystr v0.8.2
20592026-08-27T00:50:39.407Z Compiling potential_utf v0.1.4
20602026-08-27T00:50:39.561Z Compiling icu_locale_core v2.1.1
20612026-08-27T00:50:39.648Z Compiling icu_collections v2.1.1
20622026-08-27T00:50:39.680Z Compiling pest_generator v2.8.6
20632026-08-27T00:50:39.751Z Compiling openssl-macros v0.1.1
20642026-08-27T00:50:39.964Z Compiling scroll_derive v0.13.1
20652026-08-27T00:50:40.109Z Compiling syn v3.0.3
20662026-08-27T00:50:40.213Z Compiling icu_provider v2.1.1
20672026-08-27T00:50:40.356Z Compiling pest_derive v2.8.6
20682026-08-27T00:50:40.393Z Compiling zeroize v1.9.0
20692026-08-27T00:50:40.458Z Compiling bytes v1.11.1
20702026-08-27T00:50:40.548Z Compiling icu_normalizer v2.1.1
20712026-08-27T00:50:40.752Z Compiling icu_properties v2.1.2
20722026-08-27T00:50:40.947Z Compiling chrono v0.4.45
20732026-08-27T00:50:40.986Z Compiling tokio v1.52.1
20742026-08-27T00:50:41.085Z Compiling der v0.7.10
20752026-08-27T00:50:41.252Z Compiling block-buffer v0.10.4
20762026-08-27T00:50:41.252Z Compiling crypto-common v0.1.7
20772026-08-27T00:50:41.425Z Compiling digest v0.10.7
20782026-08-27T00:50:41.499Z Compiling hex v0.4.3
20792026-08-27T00:50:41.622Z Compiling idna_adapter v1.2.1
20802026-08-27T00:50:41.825Z Compiling ppv-lite86 v0.2.21
20812026-08-27T00:50:41.829Z Compiling idna v1.1.0
20822026-08-27T00:50:42.043Z Compiling spki v0.7.3
20832026-08-27T00:50:42.075Z Compiling utf8parse v0.2.2
20842026-08-27T00:50:42.144Z Compiling url v2.5.8
20852026-08-27T00:50:42.354Z Compiling rand_chacha v0.9.0
20862026-08-27T00:50:42.372Z Compiling crossbeam-utils v0.8.21
20872026-08-27T00:50:42.375Z Compiling adler2 v2.0.1
20882026-08-27T00:50:42.518Z Compiling camino v1.2.5
20892026-08-27T00:50:42.569Z Compiling rand v0.9.2
20902026-08-27T00:50:42.739Z Compiling anstyle v1.0.14
20912026-08-27T00:50:42.889Z Compiling miniz_oxide v0.8.9
20922026-08-27T00:50:43.065Z Compiling pkcs8 v0.10.2
20932026-08-27T00:50:43.156Z Compiling anstyle-parse v1.0.0
20942026-08-27T00:50:43.172Z Compiling sha2 v0.10.9
20952026-08-27T00:50:43.230Z Compiling http v1.4.2
20962026-08-27T00:50:43.268Z Compiling daft-derive v0.1.8
20972026-08-27T00:50:43.378Z Compiling rustls-pki-types v1.14.0
20982026-08-27T00:50:43.836Z Compiling terminal_size v0.4.3
20992026-08-27T00:50:43.969Z Compiling spin v0.9.8
21002026-08-27T00:50:44.009Z Compiling anstyle-query v1.1.5
21012026-08-27T00:50:44.009Z Compiling is_terminal_polyfill v1.70.2
21022026-08-27T00:50:44.037Z Compiling time-core v0.1.8
21032026-08-27T00:50:44.143Z Compiling colorchoice v1.0.4
21042026-08-27T00:50:44.157Z Compiling tinyvec_macros v0.1.1
21052026-08-27T00:50:44.190Z Compiling num-conv v0.2.0
21062026-08-27T00:50:44.223Z Compiling tinyvec v1.10.0
21072026-08-27T00:50:44.255Z Compiling anstream v1.0.0
21082026-08-27T00:50:44.286Z Compiling structmeta-derive v0.3.0
21092026-08-27T00:50:44.340Z Compiling time-macros v0.2.27
21102026-08-27T00:50:44.397Z Compiling async-trait v0.1.89
21112026-08-27T00:50:44.424Z Compiling tracing-core v0.1.36
21122026-08-27T00:50:44.526Z Compiling untrusted v0.7.1
21132026-08-27T00:50:44.694Z Compiling plain v0.2.3
21142026-08-27T00:50:44.733Z Compiling object v0.37.3
21152026-08-27T00:50:44.795Z Compiling tokio-util v0.7.18
21162026-08-27T00:50:44.827Z Compiling cmov v0.5.4
21172026-08-27T00:50:44.893Z Compiling tracing v0.1.44
21182026-08-27T00:50:45.008Z Compiling http-body v1.0.1
21192026-08-27T00:50:45.103Z Compiling ctutils v0.4.2
21202026-08-27T00:50:45.322Z Compiling structmeta v0.3.0
21212026-08-27T00:50:45.337Z Compiling serde_spanned v0.6.9
21222026-08-27T00:50:45.353Z Compiling toml_datetime v0.6.11
21232026-08-27T00:50:45.357Z Compiling pin-project-internal v1.1.11
21242026-08-27T00:50:45.514Z Compiling slog v2.8.2
21252026-08-27T00:50:45.561Z Compiling wait-timeout v0.2.1
21262026-08-27T00:50:45.593Z Compiling cookie v0.18.1
21272026-08-27T00:50:45.746Z Compiling untrusted v0.9.0
21282026-08-27T00:50:45.793Z Compiling bit-vec v0.8.0
21292026-08-27T00:50:45.855Z Compiling openssl-probe v0.2.1
21302026-08-27T00:50:45.858Z Compiling quick-error v1.2.3
21312026-08-27T00:50:45.899Z Compiling zstd-safe v7.2.4
21322026-08-27T00:50:45.946Z Compiling clap_lex v1.0.0
21332026-08-27T00:50:45.995Z Compiling tap v1.0.1
21342026-08-27T00:50:46.054Z Compiling bit-set v0.8.0
21352026-08-27T00:50:46.068Z Compiling rusty-fork v0.3.1
21362026-08-27T00:50:46.172Z Compiling clap_builder v4.6.0
21372026-08-27T00:50:46.172Z Compiling wyz v0.5.1
21382026-08-27T00:50:46.328Z Compiling derive-ex v0.1.8
21392026-08-27T00:50:46.384Z Compiling hybrid-array v0.4.13
21402026-08-27T00:50:46.446Z Compiling unicode-normalization v0.1.25
21412026-08-27T00:50:46.449Z Compiling rand_chacha v0.3.1
21422026-08-27T00:50:46.541Z Compiling signature v2.2.0
21432026-08-27T00:50:46.646Z Compiling scroll_derive v0.12.1
21442026-08-27T00:50:46.768Z Compiling rand_xorshift v0.4.0
21452026-08-27T00:50:46.788Z Compiling heapless v0.7.17
21462026-08-27T00:50:46.981Z Compiling num-integer v0.1.46
21472026-08-27T00:50:47.007Z Compiling aho-corasick v1.1.4
21482026-08-27T00:50:47.070Z Compiling tower-service v0.3.3
21492026-08-27T00:50:47.143Z Compiling funty v2.0.0
21502026-08-27T00:50:47.179Z Compiling atomic-waker v1.1.2
21512026-08-27T00:50:47.206Z Compiling tower-layer v0.3.3
21522026-08-27T00:50:47.242Z Compiling signal-hook v0.3.18
21532026-08-27T00:50:47.332Z Compiling usdt-impl v0.6.0
21542026-08-27T00:50:47.436Z Compiling unarray v0.1.4
21552026-08-27T00:50:47.448Z Compiling rustix v0.38.44
21562026-08-27T00:50:47.460Z Compiling try-lock v0.2.5
21572026-08-27T00:50:47.474Z Compiling zlib-rs v0.6.2
21582026-08-27T00:50:47.531Z Compiling anyhow v1.0.104
21592026-08-27T00:50:47.560Z Compiling pretty-hex v0.4.1
21602026-08-27T00:50:47.658Z Compiling want v0.3.1
21612026-08-27T00:50:47.705Z Compiling proptest v1.11.0
21622026-08-27T00:50:47.774Z Compiling bitvec v1.0.1
21632026-08-27T00:50:47.793Z Compiling h2 v0.4.15
21642026-08-27T00:50:47.847Z Compiling regex-automata v0.4.14
21652026-08-27T00:50:47.868Z Compiling test-strategy v0.4.5
21662026-08-27T00:50:48.078Z Compiling clap v4.6.1
21672026-08-27T00:50:48.177Z Compiling num-iter v0.1.45
21682026-08-27T00:50:48.551Z Compiling rand v0.8.6
21692026-08-27T00:50:48.937Z Compiling lazy_static v1.5.0
21702026-08-27T00:50:49.061Z Compiling ipnetwork v0.21.1
21712026-08-27T00:50:49.178Z Compiling scroll v0.13.0
21722026-08-27T00:50:49.331Z Compiling ipnet v2.12.0
21732026-08-27T00:50:49.454Z Compiling strum_macros v0.26.4
21742026-08-27T00:50:49.579Z Compiling snafu-derive v0.8.9
21752026-08-27T00:50:49.792Z Compiling flate2 v1.1.9
21762026-08-27T00:50:50.667Z Compiling darling_core v0.23.0
21772026-08-27T00:50:50.673Z Compiling darling_core v0.20.11
21782026-08-27T00:50:51.128Z Compiling httpdate v1.0.3
21792026-08-27T00:50:51.295Z Compiling nodrop v0.1.14
21802026-08-27T00:50:51.467Z Compiling foreign-types-shared v0.1.1
21812026-08-27T00:50:51.512Z Compiling crc-catalog v2.4.0
21822026-08-27T00:50:51.601Z Compiling winnow v0.5.40
21832026-08-27T00:50:51.689Z Compiling crc v3.4.0
21842026-08-27T00:50:51.759Z Compiling hyper v1.10.1
21852026-08-27T00:50:51.812Z Compiling foreign-types v0.3.2
21862026-08-27T00:50:51.912Z Compiling array-init v0.0.4
21872026-08-27T00:50:52.565Z Compiling newtype-uuid v1.3.2
21882026-08-27T00:50:52.644Z Compiling darling_macro v0.20.11
21892026-08-27T00:50:52.793Z Compiling darling_macro v0.23.0
21902026-08-27T00:50:53.174Z Compiling toml_edit v0.19.15
21912026-08-27T00:50:53.307Z Compiling goblin v0.10.5
21922026-08-27T00:50:53.325Z Compiling oxnet v0.1.6
21932026-08-27T00:50:53.356Z Compiling smallvec v0.6.14
21942026-08-27T00:50:53.651Z Compiling pkcs1 v0.7.5
21952026-08-27T00:50:54.000Z Compiling bitfield v0.19.4
21962026-08-27T00:50:54.052Z Compiling zerocopy v0.6.6
21972026-08-27T00:50:54.169Z Compiling zerocopy-derive v0.7.35
21982026-08-27T00:50:54.306Z Compiling curve25519-dalek v4.1.3
21992026-08-27T00:50:54.598Z Compiling env_filter v2.0.0
22002026-08-27T00:50:54.744Z Compiling memoffset v0.9.1
22012026-08-27T00:50:54.941Z Compiling base64 v0.21.7
22022026-08-27T00:50:54.973Z Compiling unicode-segmentation v1.12.0
22032026-08-27T00:50:55.073Z Compiling litrs v1.0.0
22042026-08-27T00:50:55.289Z Compiling hashbrown v0.12.3
22052026-08-27T00:50:55.433Z Compiling smoltcp v0.9.1
22062026-08-27T00:50:55.467Z Compiling ref-cast v1.0.25
22072026-08-27T00:50:55.578Z Compiling owo-colors v4.3.0
22082026-08-27T00:50:55.632Z Compiling document-features v0.2.12
22092026-08-27T00:50:55.897Z Compiling ron v0.8.1
22102026-08-27T00:50:55.930Z Compiling env_logger v0.11.11
22112026-08-27T00:50:55.953Z Compiling toml v0.7.8
22122026-08-27T00:50:56.112Z Compiling dof v0.4.0
22132026-08-27T00:50:56.221Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22142026-08-27T00:50:56.235Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22152026-08-27T00:50:56.335Z Compiling rsa v0.9.10
22162026-08-27T00:50:56.728Z Compiling daft v0.1.8
22172026-08-27T00:50:56.846Z Compiling serde-hex v0.1.0
22182026-08-27T00:50:57.044Z Compiling bzip2 v0.4.4
22192026-08-27T00:50:57.081Z Compiling darling v0.23.0
22202026-08-27T00:50:57.135Z Compiling hyper-util v0.1.20
22212026-08-27T00:50:57.152Z Compiling darling v0.20.11
22222026-08-27T00:50:57.195Z Compiling hashbrown v0.13.2
22232026-08-27T00:50:57.499Z Compiling x509-cert v0.2.5
22242026-08-27T00:50:57.718Z Compiling hmac v0.12.1
22252026-08-27T00:50:57.783Z Compiling dtrace-parser v0.3.0
22262026-08-27T00:50:58.200Z Compiling async-recursion v1.1.1
22272026-08-27T00:50:58.323Z Compiling sync_wrapper v1.0.2
22282026-08-27T00:50:58.444Z Compiling thread-id v5.1.0
22292026-08-27T00:50:58.538Z Compiling powerfmt v0.2.0
22302026-08-27T00:50:58.759Z Compiling siphasher v1.0.2
22312026-08-27T00:50:58.796Z Compiling cfg_aliases v0.2.1
22322026-08-27T00:50:58.880Z Compiling crc-any v2.5.0
22332026-08-27T00:50:58.960Z Compiling nix v0.31.2
22342026-08-27T00:50:58.964Z Compiling deranged v0.5.8
22352026-08-27T00:50:59.324Z Compiling tower v0.5.3
22362026-08-27T00:50:59.943Z Compiling object v0.30.4
22372026-08-27T00:51:00.227Z Compiling derive_builder_core v0.20.2
22382026-08-27T00:51:00.255Z Compiling zip v0.6.6
22392026-08-27T00:51:00.664Z Compiling serde_with_macros v3.21.0
22402026-08-27T00:51:00.884Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22412026-08-27T00:51:01.028Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22422026-08-27T00:51:01.234Z Compiling bstr v1.12.1
22432026-08-27T00:51:01.270Z Compiling block-buffer v0.12.1
22442026-08-27T00:51:01.435Z Compiling crypto-common v0.2.2
22452026-08-27T00:51:01.720Z Compiling http-body-util v0.1.3
22462026-08-27T00:51:01.909Z Compiling futures-executor v0.3.32
22472026-08-27T00:51:01.957Z Compiling serde_tokenstream v0.2.3
22482026-08-27T00:51:02.024Z Compiling erased-serde v0.3.31
22492026-08-27T00:51:02.255Z Compiling hubpack_derive v0.1.1
22502026-08-27T00:51:02.370Z Compiling ref-cast-impl v1.0.25
22512026-08-27T00:51:02.394Z Compiling curve25519-dalek-derive v0.1.1
22522026-08-27T00:51:02.442Z Compiling strum_macros v0.27.2
22532026-08-27T00:51:02.620Z Compiling fs-err v3.3.0
22542026-08-27T00:51:02.653Z Compiling usdt-impl v0.5.0
22552026-08-27T00:51:02.748Z Compiling allocator-api2 v0.2.21
22562026-08-27T00:51:02.836Z Compiling unicode-bidi v0.3.18
22572026-08-27T00:51:02.925Z Compiling iri-string v0.7.10
22582026-08-27T00:51:03.075Z Compiling same-file v1.0.6
22592026-08-27T00:51:03.090Z Compiling unicode-properties v0.1.4
22602026-08-27T00:51:03.140Z Compiling gimli v0.32.3
22612026-08-27T00:51:03.253Z Compiling ryu v1.0.23
22622026-08-27T00:51:03.445Z Compiling path-slash v0.1.5
22632026-08-27T00:51:03.507Z Compiling num_threads v0.1.7
22642026-08-27T00:51:03.748Z Compiling time v0.3.47
22652026-08-27T00:51:04.104Z Compiling tower-http v0.6.8
22662026-08-27T00:51:04.297Z Compiling serde_urlencoded v0.7.1
22672026-08-27T00:51:04.684Z Compiling stringprep v0.1.5
22682026-08-27T00:51:04.880Z Compiling addr2line v0.25.1
22692026-08-27T00:51:04.980Z Compiling walkdir v2.5.0
22702026-08-27T00:51:05.876Z Compiling futures v0.3.32
22712026-08-27T00:51:06.253Z Compiling derive_builder_macro v0.20.2
22722026-08-27T00:51:06.514Z Compiling tokio-native-tls v0.3.1
22732026-08-27T00:51:06.545Z Compiling convert_case v0.10.0
22742026-08-27T00:51:06.586Z Compiling strum v0.26.3
22752026-08-27T00:51:06.660Z Compiling block-padding v0.4.2
22762026-08-27T00:51:06.742Z Compiling scroll v0.12.0
22772026-08-27T00:51:06.787Z Compiling pin-project v1.1.11
22782026-08-27T00:51:06.822Z Compiling rustls-native-certs v0.8.3
22792026-08-27T00:51:06.893Z Compiling md-5 v0.10.6
22802026-08-27T00:51:06.921Z Compiling hash32 v0.2.1
22812026-08-27T00:51:06.941Z Compiling vergen-lib v9.1.0
22822026-08-27T00:51:07.028Z Compiling encoding_rs v0.8.35
22832026-08-27T00:51:07.059Z Compiling cpufeatures v0.3.0
22842026-08-27T00:51:07.072Z Compiling mime v0.3.17
22852026-08-27T00:51:07.089Z Compiling fallible-iterator v0.2.0
22862026-08-27T00:51:07.122Z Compiling jiff-core v0.1.0
22872026-08-27T00:51:07.210Z Compiling rustc-demangle v0.1.27
22882026-08-27T00:51:07.405Z Compiling psl-types v2.0.11
22892026-08-27T00:51:07.484Z Compiling postgres-protocol v0.6.10
22902026-08-27T00:51:07.509Z Compiling publicsuffix v2.3.0
22912026-08-27T00:51:07.585Z Compiling goblin v0.8.2
22922026-08-27T00:51:07.958Z Compiling jiff v0.2.34
22932026-08-27T00:51:08.034Z Compiling snafu v0.8.9
22942026-08-27T00:51:08.318Z Compiling derive_more-impl v2.1.1
22952026-08-27T00:51:08.333Z Compiling inout v0.2.2
22962026-08-27T00:51:08.431Z Compiling derive_builder v0.20.2
22972026-08-27T00:51:08.509Z Compiling backtrace v0.3.76
22982026-08-27T00:51:08.573Z Compiling hyper-tls v0.6.0
22992026-08-27T00:51:08.929Z Compiling usdt-attr-macro v0.6.0
23002026-08-27T00:51:08.945Z Compiling usdt-macro v0.6.0
23012026-08-27T00:51:08.968Z Compiling globset v0.4.18
23022026-08-27T00:51:09.011Z Compiling phf_shared v0.13.1
23032026-08-27T00:51:09.259Z Compiling crossbeam-epoch v0.9.18
23042026-08-27T00:51:09.400Z Compiling zerocopy v0.7.35
23052026-08-27T00:51:09.501Z Compiling regex v1.12.3
23062026-08-27T00:51:09.835Z Compiling serde_plain v1.0.2
23072026-08-27T00:51:09.905Z Compiling enum-as-inner v0.6.1
23082026-08-27T00:51:09.958Z Compiling serde_repr v0.1.20
23092026-08-27T00:51:10.007Z Compiling miette-derive v7.6.0
23102026-08-27T00:51:10.063Z Compiling pem v3.0.6
23112026-08-27T00:51:10.196Z Compiling vergen v9.1.0
23122026-08-27T00:51:10.203Z Compiling cargo-platform v0.3.2
23132026-08-27T00:51:10.343Z Compiling ff v0.13.1
23142026-08-27T00:51:10.422Z Compiling filetime v0.2.27
23152026-08-27T00:51:10.471Z Compiling is_ci v1.2.0
23162026-08-27T00:51:10.498Z Compiling base16ct v0.2.0
23172026-08-27T00:51:10.501Z Compiling xattr v1.6.1
23182026-08-27T00:51:10.606Z Compiling smawk v0.3.2
23192026-08-27T00:51:10.624Z Compiling unicode-linebreak v0.1.5
23202026-08-27T00:51:10.644Z Compiling bumpalo v3.20.2
23212026-08-27T00:51:10.661Z Compiling foldhash v0.1.5
23222026-08-27T00:51:10.677Z Compiling either v1.15.0
23232026-08-27T00:51:10.693Z Compiling unicode-width v0.2.0
23242026-08-27T00:51:10.763Z Compiling libbz2-rs-sys v0.2.2
23252026-08-27T00:51:10.842Z Compiling const-oid v0.10.2
23262026-08-27T00:51:10.903Z Compiling managed v0.8.0
23272026-08-27T00:51:10.982Z Compiling foldhash v0.2.0
23282026-08-27T00:51:11.043Z Compiling typed-path v0.9.3
23292026-08-27T00:51:11.073Z Compiling bitflags v1.3.2
23302026-08-27T00:51:11.141Z Compiling hashbrown v0.16.1
23312026-08-27T00:51:11.170Z Compiling digest v0.11.3
23322026-08-27T00:51:11.209Z Compiling bzip2 v0.6.1
23332026-08-27T00:51:11.397Z Compiling textwrap v0.16.2
23342026-08-27T00:51:11.424Z Compiling zopfli v0.8.3
23352026-08-27T00:51:11.427Z Compiling hashbrown v0.15.5
23362026-08-27T00:51:11.469Z Compiling tar v0.4.46
23372026-08-27T00:51:11.483Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23382026-08-27T00:51:11.746Z Compiling sec1 v0.7.3
23392026-08-27T00:51:11.796Z Compiling supports-color v3.0.2
23402026-08-27T00:51:11.971Z Compiling group v0.13.0
23412026-08-27T00:51:11.987Z Compiling cargo_metadata v0.23.1
23422026-08-27T00:51:12.130Z Compiling dof v0.3.0
23432026-08-27T00:51:13.628Z Compiling phf v0.13.1
23442026-08-27T00:51:13.645Z Compiling zstd v0.13.3
23452026-08-27T00:51:13.797Z Compiling backtrace-ext v0.2.1
23462026-08-27T00:51:13.814Z Compiling reqwest v0.12.28
23472026-08-27T00:51:13.837Z Compiling signal-hook-mio v0.2.5
23482026-08-27T00:51:13.909Z Compiling cipher v0.5.2
23492026-08-27T00:51:13.938Z Compiling cookie_store v0.22.1
23502026-08-27T00:51:13.970Z Compiling postgres-types v0.2.12
23512026-08-27T00:51:14.187Z Compiling strum v0.27.2
23522026-08-27T00:51:14.397Z Compiling hubpack v0.1.2
23532026-08-27T00:51:14.436Z Compiling phf_shared v0.11.3
23542026-08-27T00:51:14.457Z Compiling hkdf v0.12.4
23552026-08-27T00:51:14.477Z Compiling dtrace-parser v0.2.0
23562026-08-27T00:51:14.526Z Compiling byte-wrapper v0.1.0
23572026-08-27T00:51:14.556Z Compiling ed25519 v2.2.3
23582026-08-27T00:51:14.621Z Compiling olpc-cjson v0.1.4
23592026-08-27T00:51:14.876Z Compiling crypto-bigint v0.5.5
23602026-08-27T00:51:14.990Z Compiling serde-big-array v0.5.1
23612026-08-27T00:51:15.056Z Compiling float-cmp v0.10.0
23622026-08-27T00:51:15.152Z Compiling memmap2 v0.9.10
23632026-08-27T00:51:15.167Z Compiling thread-id v4.2.2
23642026-08-27T00:51:15.263Z Compiling unicode-width v0.1.14
23652026-08-27T00:51:15.430Z Compiling fixedbitset v0.4.2
23662026-08-27T00:51:15.441Z Compiling normalize-line-endings v0.3.0
23672026-08-27T00:51:15.477Z Compiling data-encoding v2.10.0
23682026-08-27T00:51:15.573Z Compiling difflib v0.4.0
23692026-08-27T00:51:15.577Z Compiling fixedbitset v0.5.7
23702026-08-27T00:51:15.612Z Compiling winnow v0.7.14
23712026-08-27T00:51:15.644Z Compiling winnow v1.0.3
23722026-08-27T00:51:15.679Z Compiling precomputed-hash v0.1.1
23732026-08-27T00:51:15.782Z Compiling supports-unicode v3.0.0
23742026-08-27T00:51:15.938Z Compiling static_assertions v1.1.0
23752026-08-27T00:51:15.996Z Compiling toml_write v0.1.2
23762026-08-27T00:51:16.019Z Compiling keccak v0.1.6
23772026-08-27T00:51:16.225Z Compiling new_debug_unreachable v1.0.6
23782026-08-27T00:51:16.252Z Compiling whoami v2.1.0
23792026-08-27T00:51:16.305Z Compiling supports-hyperlinks v3.2.0
23802026-08-27T00:51:16.360Z Compiling predicates-core v1.0.10
23812026-08-27T00:51:16.537Z Compiling rayon-core v1.13.0
23822026-08-27T00:51:16.594Z Compiling toml_parser v1.1.2+spec-1.1.0
23832026-08-27T00:51:16.712Z Compiling predicates v3.1.4
23842026-08-27T00:51:16.811Z Compiling tokio-postgres v0.7.16
23852026-08-27T00:51:17.083Z Compiling toml_edit v0.22.27
23862026-08-27T00:51:17.167Z Compiling miette v7.6.0
23872026-08-27T00:51:17.182Z Compiling string_cache v0.8.9
23882026-08-27T00:51:17.485Z Compiling sha3 v0.10.8
23892026-08-27T00:51:17.665Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23902026-08-27T00:51:17.755Z Compiling elliptic-curve v0.13.8
23912026-08-27T00:51:17.911Z Compiling hickory-proto v0.25.2
23922026-08-27T00:51:18.154Z Compiling petgraph v0.8.3
23932026-08-27T00:51:18.575Z Compiling chacha20 v0.10.0
23942026-08-27T00:51:18.628Z Compiling petgraph v0.6.5
23952026-08-27T00:51:18.855Z Compiling usdt v0.6.0
23962026-08-27T00:51:19.202Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23972026-08-27T00:51:20.088Z Compiling ed25519-dalek v2.2.0
23982026-08-27T00:51:20.825Z Compiling crossterm v0.28.1
23992026-08-27T00:51:20.839Z Compiling zip v4.6.1
24002026-08-27T00:51:21.246Z Compiling iddqd v0.4.2
24012026-08-27T00:51:22.031Z Compiling itertools v0.13.0
24022026-08-27T00:51:22.047Z Compiling itertools v0.15.0
24032026-08-27T00:51:22.064Z Compiling derive_more v2.1.1
24042026-08-27T00:51:22.180Z Compiling similar v2.7.0
24052026-08-27T00:51:22.446Z Compiling serde_with v3.21.0
24062026-08-27T00:51:23.031Z Compiling heck v0.4.1
24072026-08-27T00:51:23.304Z Compiling tokio-stream v0.1.18
24082026-08-27T00:51:23.349Z Compiling buf-list v1.1.2
24092026-08-27T00:51:23.392Z Compiling half v2.7.1
24102026-08-27T00:51:23.503Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24112026-08-27T00:51:23.614Z Compiling openapiv3 v2.2.0
24122026-08-27T00:51:23.783Z Compiling peg-runtime v0.8.5
24132026-08-27T00:51:23.864Z Compiling lalrpop-util v0.19.12
24142026-08-27T00:51:23.918Z Compiling ciborium-io v0.2.2
24152026-08-27T00:51:24.729Z Compiling ciborium-ll v0.2.2
24162026-08-27T00:51:25.637Z Compiling crossbeam-deque v0.8.6
24172026-08-27T00:51:26.198Z Compiling camino-tempfile v1.4.1
24182026-08-27T00:51:26.629Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24192026-08-27T00:51:27.157Z Compiling blake3 v1.8.5
24202026-08-27T00:51:27.217Z Compiling fs-err v2.11.0
24212026-08-27T00:51:29.435Z Compiling rustls-webpki v0.103.13
24222026-08-27T00:51:29.657Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24232026-08-27T00:51:31.487Z Compiling ciborium v0.2.2
24242026-08-27T00:51:31.789Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24252026-08-27T00:51:32.375Z Compiling thread_local v1.1.9
24262026-08-27T00:51:32.551Z Compiling constant_time_eq v0.4.2
24272026-08-27T00:51:32.575Z Compiling arrayref v0.3.9
24282026-08-27T00:51:32.664Z Compiling arrayvec v0.7.6
24292026-08-27T00:51:32.772Z Compiling slog-async v2.8.0
24302026-08-27T00:51:33.078Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24312026-08-27T00:51:33.099Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24322026-08-27T00:51:33.114Z Compiling tokio-rustls v0.26.4
24332026-08-27T00:51:33.191Z Compiling rustls-platform-verifier v0.6.2
24342026-08-27T00:51:33.196Z Compiling tough v0.22.0
24352026-08-27T00:51:33.395Z Compiling hyper-rustls v0.27.7
24362026-08-27T00:51:33.426Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24372026-08-27T00:51:33.464Z Compiling toml v0.8.23
24382026-08-27T00:51:33.783Z Compiling reqwest v0.13.2
24392026-08-27T00:51:33.792Z Compiling atomicwrites v0.4.4
24402026-08-27T00:51:33.799Z Compiling sha2 v0.11.0
24412026-08-27T00:51:33.841Z Compiling digest-io v0.1.0
24422026-08-27T00:51:33.999Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24432026-08-27T00:51:34.029Z Compiling crossbeam-channel v0.5.15
24442026-08-27T00:51:34.044Z Compiling serde_path_to_error v0.1.20
24452026-08-27T00:51:34.063Z Compiling is-terminal v0.4.17
24462026-08-27T00:51:34.180Z Compiling parse-size v1.1.0
24472026-08-27T00:51:34.200Z Compiling topological-sort v0.2.2
24482026-08-27T00:51:34.379Z Compiling debug-ignore v1.0.5
24492026-08-27T00:51:34.393Z Compiling rawzip v0.4.4
24502026-08-27T00:51:34.508Z Compiling take_mut v0.2.2
24512026-08-27T00:51:34.522Z Compiling indent_write v2.2.0
24522026-08-27T00:51:34.650Z Compiling term v1.2.1
24532026-08-27T00:51:34.705Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24542026-08-27T00:51:34.729Z Compiling shell-words v1.1.1
24552026-08-27T00:51:34.978Z Compiling slog-term v2.9.2
24562026-08-27T00:51:36.644Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24572026-08-27T00:51:42.507Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
24582026-08-27T00:51:44.547Z Compiling omicron-zone-package v0.12.3
24592026-08-27T00:51:44.860Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24602026-08-27T00:51:45.166Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24612026-08-27T00:51:45.186Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24622026-08-27T00:51:49.768Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24632026-08-27T00:52:01.985Z Finished `release` profile [optimized] target(s) in 1m 31s
24642026-08-27T00:52:02.133Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24652026-08-27T00:52:02.191ZAug 27 00:52:00.993 DEBG changing working directory to /work/oxidecomputer/omicron
24662026-08-27T00:52:02.288ZAug 27 00:52:01.089 DEBG running: git rev-parse HEAD
24672026-08-27T00:52:02.291ZAug 27 00:52:01.091 DEBG process exited with exit status: 0 (2.385733ms)
24682026-08-27T00:52:02.291ZAug 27 00:52:01.091 INFO version: 23.0.0-0.ci+git19000f37f18
24692026-08-27T00:52:02.297ZAug 27 00:52:01.100 INFO cloning helios to /work/oxidecomputer/helios
24702026-08-27T00:52:02.298ZAug 27 00:52:01.100 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24712026-08-27T00:52:02.301ZCloning into '/work/oxidecomputer/helios'...
24722026-08-27T00:52:02.935ZAug 27 00:52:01.737 DEBG process exited with exit status: 0 (637.569775ms)
24732026-08-27T00:52:02.935ZAug 27 00:52:01.737 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24742026-08-27T00:52:02.940ZAug 27 00:52:01.739 DEBG process exited with exit status: 0 (2.406834ms)
24752026-08-27T00:52:02.940ZAug 27 00:52:01.739 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24762026-08-27T00:52:03.309ZAug 27 00:52:02.111 DEBG process exited with exit status: 0 (371.666917ms)
24772026-08-27T00:52:03.309ZAug 27 00:52:02.111 DEBG running: zfs list rpool/images/build/host
24782026-08-27T00:52:03.313ZNAME USED AVAIL REFER MOUNTPOINT
24792026-08-27T00:52:03.313Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24802026-08-27T00:52:03.317ZAug 27 00:52:02.116 DEBG process exited with exit status: 0 (4.346017ms)
24812026-08-27T00:52:03.317ZAug 27 00:52:02.116 DEBG running: zfs list rpool/images/build/recovery
24822026-08-27T00:52:03.320ZNAME USED AVAIL REFER MOUNTPOINT
24832026-08-27T00:52:03.320Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24842026-08-27T00:52:03.320ZAug 27 00:52:02.119 DEBG process exited with exit status: 0 (3.479205ms)
24852026-08-27T00:52:03.320ZAug 27 00:52:02.119 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e)
24862026-08-27T00:52:03.330ZAug 27 00:52:02.132 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081700.0.0, but the current nexus API version is 2026081901.0.0; the console needs a client regen and tools/console_version needs a bump
24872026-08-27T00:52:03.333ZAug 27 00:52:02.133 INFO [incorp-manifest] running task
24882026-08-27T00:52:03.333ZAug 27 00:52:02.133 INFO [hubris-production] running task
24892026-08-27T00:52:03.333ZAug 27 00:52:02.133 INFO [hubris-staging] running task
24902026-08-27T00:52:03.333ZAug 27 00:52:02.133 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24912026-08-27T00:52:03.333ZAug 27 00:52:02.133 INFO [incorp-create] running: pkgrepo create /work/incorporation
24922026-08-27T00:52:03.333ZAug 27 00:52:02.135 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24932026-08-27T00:52:03.333ZAug 27 00:52:02.135 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-27T00:52:03.373Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24952026-08-27T00:52:03.440Z[ omicron-package] Blocking waiting for file lock on package cache
24962026-08-27T00:52:03.591ZAug 27 00:52:02.393 INFO [incorp-create] process exited with exit status: 0 (259.698177ms)
24972026-08-27T00:52:03.595ZAug 27 00:52:02.393 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24982026-08-27T00:52:03.814ZAug 27 00:52:02.616 INFO [incorp-publisher] process exited with exit status: 0 (223.192792ms)
24992026-08-27T00:52:04.153Z[ omicron-package] Blocking waiting for file lock on package cache
25002026-08-27T00:52:04.461ZAug 27 00:52:03.264 INFO [hubris-production] task succeeded (1.130936708s)
25012026-08-27T00:52:05.488Z[ omicron-package] Compiling macaddr v1.0.1
25022026-08-27T00:52:05.492Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25032026-08-27T00:52:05.492Z[ omicron-package] Compiling secrecy v0.10.3
25042026-08-27T00:52:05.492Z[ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25052026-08-27T00:52:05.492Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
25062026-08-27T00:52:05.492Z[ omicron-package] Compiling heapless v0.8.0
25072026-08-27T00:52:05.492Z[ omicron-package] Compiling ingot-macros v0.2.0
25082026-08-27T00:52:05.492Z[ omicron-package] Compiling hash32 v0.3.1
25092026-08-27T00:52:05.492Z[ omicron-package] Compiling inout v0.1.4
25102026-08-27T00:52:05.492Z[ omicron-package] Compiling multer v3.1.0
25112026-08-27T00:52:05.492Z[ omicron-package] Compiling compression-core v0.4.31
25122026-08-27T00:52:05.492Z[ omicron-package] Compiling match_cfg v0.1.0
25132026-08-27T00:52:05.492Z[ omicron-package] Compiling smoltcp v0.11.0
25142026-08-27T00:52:05.492Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25152026-08-27T00:52:05.492Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25162026-08-27T00:52:05.492Z[ omicron-package] Compiling slog-json v2.6.1
25172026-08-27T00:52:05.556ZAug 27 00:52:04.358 DEBG process exited with exit status: 0 (2.225573171s)
25182026-08-27T00:52:05.560ZAug 27 00:52:04.358 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
25192026-08-27T00:52:06.257Z[ omicron-package] Compiling serde_tokenstream v0.3.0
25202026-08-27T00:52:06.517Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
25212026-08-27T00:52:06.520Z[ omicron-package] Compiling newtype-uuid-macros v0.1.0
25222026-08-27T00:52:06.520Z[ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25232026-08-27T00:52:06.741Z[ omicron-package] Compiling cipher v0.4.4
25242026-08-27T00:52:06.741Z[ omicron-package] Compiling cobs v0.3.0
25252026-08-27T00:52:06.863Z[ omicron-package] Compiling compression-codecs v0.4.37
25262026-08-27T00:52:06.899Z[ omicron-package] Compiling hostname v0.3.1
25272026-08-27T00:52:06.902Z[ omicron-package] Compiling universal-hash v0.5.1
25282026-08-27T00:52:06.902Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
25292026-08-27T00:52:06.905Z[ omicron-package] Compiling async-stream-impl v0.3.6
25302026-08-27T00:52:06.905Z[ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0
25312026-08-27T00:52:06.924Z[ omicron-package] Compiling serde_spanned v1.1.1
25322026-08-27T00:52:06.987Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25332026-08-27T00:52:07.181Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25342026-08-27T00:52:07.186Z[ omicron-package] Compiling dropshot v0.17.1
25352026-08-27T00:52:07.186Z[ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0
25362026-08-27T00:52:07.186Z[ omicron-package] Compiling opaque-debug v0.3.1
25372026-08-27T00:52:07.266Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25382026-08-27T00:52:07.267Z[ omicron-package] Compiling convert_case v0.4.0
25392026-08-27T00:52:07.462Z[ omicron-package] Compiling toml v1.1.2+spec-1.1.0
25402026-08-27T00:52:07.557Z[ omicron-package] Compiling slog-bunyan v2.5.0
25412026-08-27T00:52:07.557Z[ omicron-package] Compiling async-compression v0.4.41
25422026-08-27T00:52:07.563Z[ omicron-package] Compiling chacha20 v0.9.1
25432026-08-27T00:52:07.674Z[ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25442026-08-27T00:52:07.761Z[ omicron-package] Compiling async-stream v0.3.6
25452026-08-27T00:52:07.814Z[ omicron-package] Compiling poly1305 v0.8.0
25462026-08-27T00:52:07.818Z[ omicron-package] Compiling postcard v1.1.3
25472026-08-27T00:52:07.881Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25482026-08-27T00:52:07.886Z[ omicron-package] Compiling num_enum_derive v0.7.6
25492026-08-27T00:52:07.960Z[ omicron-package] Compiling derive_more v0.99.20
25502026-08-27T00:52:08.034Z[ omicron-package] Compiling oxide-generation-macros v0.2.0
25512026-08-27T00:52:08.066Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25522026-08-27T00:52:08.070Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25532026-08-27T00:52:08.160Z[ omicron-package] Compiling sha1 v0.11.0
25542026-08-27T00:52:08.204Z[ omicron-package] Compiling progenitor-client v0.14.0
25552026-08-27T00:52:08.276Z[ omicron-package] Compiling oxide-generation v0.1.3
25562026-08-27T00:52:08.328Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25572026-08-27T00:52:08.346ZAug 27 00:52:07.148 DEBG process exited with exit status: 0 (2.789342292s)
25582026-08-27T00:52:08.352ZAug 27 00:52:07.154 INFO [incorp-manifest] task succeeded (5.021017922s)
25592026-08-27T00:52:08.355ZAug 27 00:52:07.154 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25602026-08-27T00:52:08.482Z[ omicron-package] Compiling parse-display-derive v0.10.0
25612026-08-27T00:52:08.559ZAug 27 00:52:07.361 INFO [incorp-fmt] process exited with exit status: 0 (207.038336ms)
25622026-08-27T00:52:08.559ZAug 27 00:52:07.361 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25632026-08-27T00:52:08.565Z[ omicron-package] Compiling waitgroup v0.1.2
25642026-08-27T00:52:08.638Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25652026-08-27T00:52:08.702Z[ omicron-package] Compiling rustls-pemfile v2.2.0
25662026-08-27T00:52:08.764Z[ omicron-package] Compiling backon v1.6.0
25672026-08-27T00:52:08.796Z[ omicron-package] Compiling ingot-types v0.2.0
25682026-08-27T00:52:08.848Z[ omicron-package] Compiling password-hash v0.5.0
25692026-08-27T00:52:08.902Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260827T005207Z
25702026-08-27T00:52:08.911Z[ incorp-pkgsend] PUBLISHED
25712026-08-27T00:52:08.942Z[ omicron-package] Compiling dropshot_endpoint v0.17.1
25722026-08-27T00:52:08.950ZAug 27 00:52:07.752 INFO [incorp-pkgsend] process exited with exit status: 0 (390.788158ms)
25732026-08-27T00:52:08.954ZAug 27 00:52:07.752 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25742026-08-27T00:52:09.016Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25752026-08-27T00:52:09.067Z[ omicron-package] Compiling blake2 v0.10.6
25762026-08-27T00:52:09.110Z[ omicron-package] Compiling aead v0.5.2
25772026-08-27T00:52:09.110Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25782026-08-27T00:52:09.247Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25792026-08-27T00:52:09.250Z[ helios-incorp] Retrieving packages for publisher helios ...
25802026-08-27T00:52:09.259Z[ helios-incorp] Retrieving catalog 'helios' ... Done
25812026-08-27T00:52:09.282Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25822026-08-27T00:52:09.282Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25832026-08-27T00:52:09.282Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25842026-08-27T00:52:09.286Z[ helios-incorp]
25852026-08-27T00:52:09.287Z[ helios-incorp] Archiving packages ...
25862026-08-27T00:52:09.290Z[ helios-incorp] Packages to add: 1
25872026-08-27T00:52:09.291Z[ helios-incorp] Files to retrieve: 0
25882026-08-27T00:52:09.291Z[ helios-incorp] Estimated transfer size: 0.00 B
25892026-08-27T00:52:09.291Z[ helios-incorp]
25902026-08-27T00:52:09.291Z[ helios-incorp] Packages to archive:
25912026-08-27T00:52:09.291Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260827T005207Z
25922026-08-27T00:52:09.291Z[ helios-incorp]
25932026-08-27T00:52:09.291Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25942026-08-27T00:52:09.291Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
25952026-08-27T00:52:09.294Z[ omicron-package] Compiling ingot v0.2.1
25962026-08-27T00:52:09.366Z[ omicron-package] Compiling hostname v0.4.2
25972026-08-27T00:52:09.420Z[ omicron-package] Compiling proc-macro-error v1.0.4
25982026-08-27T00:52:09.424ZAug 27 00:52:08.222 INFO [helios-incorp] process exited with exit status: 0 (469.950078ms)
25992026-08-27T00:52:09.448Z[ omicron-package] Compiling instant v0.1.13
26002026-08-27T00:52:09.648Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26012026-08-27T00:52:09.681Z[ omicron-package] Compiling illumos-nvpair-sys v0.2.0
26022026-08-27T00:52:09.766Z[ omicron-package] Compiling foreign-types-shared v0.3.1
26032026-08-27T00:52:09.884Z[ omicron-package] Compiling backoff v0.4.0
26042026-08-27T00:52:09.921Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26052026-08-27T00:52:09.965Z[ omicron-package] Compiling foreign-types v0.5.0
26062026-08-27T00:52:10.010Z[ omicron-package] Compiling argon2 v0.5.3
26072026-08-27T00:52:10.065Z[ omicron-package] Compiling parse-display v0.10.0
26082026-08-27T00:52:10.131Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
26092026-08-27T00:52:10.149Z[ omicron-package] Compiling num_enum_derive v0.5.11
26102026-08-27T00:52:10.152Z[ omicron-package] Compiling num_enum v0.7.6
26112026-08-27T00:52:10.166Z[ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26122026-08-27T00:52:10.184Z[ omicron-package] Compiling progenitor-extras v0.2.0
26132026-08-27T00:52:10.220Z[ omicron-package] Compiling vsss-rs v3.3.4
26142026-08-27T00:52:10.273Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26152026-08-27T00:52:10.505Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26162026-08-27T00:52:10.550Z[ omicron-package] Compiling regress v0.10.5
26172026-08-27T00:52:10.554Z[ omicron-package] Compiling itertools v0.14.0
26182026-08-27T00:52:10.690Z[ omicron-package] Compiling tabwriter v1.4.1
26192026-08-27T00:52:10.856Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26202026-08-27T00:52:11.035Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26212026-08-27T00:52:11.205Z[ omicron-package] Compiling cstr-argument v0.1.2
26222026-08-27T00:52:11.244Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26232026-08-27T00:52:11.275Z[ omicron-package] Compiling humantime v2.3.0
26242026-08-27T00:52:11.288Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26252026-08-27T00:52:11.380Z[ omicron-package] Compiling num_enum v0.5.11
26262026-08-27T00:52:11.433Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26272026-08-27T00:52:11.527Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26282026-08-27T00:52:11.599Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26292026-08-27T00:52:11.690Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26302026-08-27T00:52:11.720Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26312026-08-27T00:52:11.835Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26322026-08-27T00:52:11.876Z[ omicron-package] Compiling rayon v1.11.0
26332026-08-27T00:52:11.916Z[ omicron-package] Compiling rand v0.10.1
26342026-08-27T00:52:11.997Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26352026-08-27T00:52:12.037Z[ omicron-package] Compiling colored v3.1.1
26362026-08-27T00:52:12.040Z[ omicron-package] Compiling libefi-sys v0.1.0
26372026-08-27T00:52:12.040Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
26382026-08-27T00:52:12.071Z[ omicron-package] Compiling illumos-nvpair v0.3.0
26392026-08-27T00:52:12.075Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26402026-08-27T00:52:12.197Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26412026-08-27T00:52:12.395Z[ omicron-package] Compiling itertools v0.12.1
26422026-08-27T00:52:12.607Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26432026-08-27T00:52:12.663Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
26442026-08-27T00:52:12.666Z[ omicron-package] Compiling usdt-macro v0.5.0
26452026-08-27T00:52:12.708Z[ omicron-package] Compiling num-derive v0.4.2
26462026-08-27T00:52:12.762Z[ omicron-package] Compiling bitfield-struct v0.6.2
26472026-08-27T00:52:12.781Z[ omicron-package] Compiling sigpipe v0.1.3
26482026-08-27T00:52:12.859Z[ omicron-package] Compiling memmap v0.7.0
26492026-08-27T00:52:12.886Z[ omicron-package] Compiling glob v0.3.3
26502026-08-27T00:52:13.289Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26512026-08-27T00:52:13.540Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26522026-08-27T00:52:13.571Z[ omicron-package] Compiling swrite v0.1.0
26532026-08-27T00:52:13.707Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26542026-08-27T00:52:13.758Z[ omicron-package] Compiling usdt v0.5.0
26552026-08-27T00:52:13.832Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
26562026-08-27T00:52:13.836Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26572026-08-27T00:52:13.972Z[ omicron-package] Compiling zone v0.3.1
26582026-08-27T00:52:14.122Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26592026-08-27T00:52:14.174Z[ omicron-package] Compiling smf v0.2.3
26602026-08-27T00:52:14.293Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26612026-08-27T00:52:14.373Z[ omicron-package] Compiling whoami v1.6.1
26622026-08-27T00:52:14.404Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26632026-08-27T00:52:14.460Z[ omicron-package] Compiling tokio-dtrace v0.1.1
26642026-08-27T00:52:14.541Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26652026-08-27T00:52:14.639Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26662026-08-27T00:52:14.773Z[ omicron-package] Compiling gethostname v0.5.0
26672026-08-27T00:52:14.846Z[ omicron-package] Compiling console v0.16.2
26682026-08-27T00:52:14.982Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26692026-08-27T00:52:15.064Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26702026-08-27T00:52:15.104Z[ omicron-package] Compiling unit-prefix v0.5.2
26712026-08-27T00:52:15.109Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
26722026-08-27T00:52:15.428Z[ omicron-package] Compiling indicatif v0.18.4
26732026-08-27T00:52:19.050Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26742026-08-27T00:52:19.166Z[ helios-setup] Aug 27 00:52:17.968 INFO helios repository root is: /work/oxidecomputer/helios
26752026-08-27T00:52:19.170Z[ helios-setup] Aug 27 00:52:17.969 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
26762026-08-27T00:52:19.170Z[ helios-setup] Aug 27 00:52:17.969 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26772026-08-27T00:52:19.170Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26782026-08-27T00:52:20.139ZAug 27 00:52:18.941 INFO [hubris-staging] task succeeded (16.808264073s)
26792026-08-27T00:52:25.216Z[ helios-setup] Aug 27 00:52:24.018 INFO clone ok!, project: amd-firmware
26802026-08-27T00:52:25.216Z[ helios-setup] Aug 27 00:52:24.018 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
26812026-08-27T00:52:25.216Z[ helios-setup] Aug 27 00:52:24.018 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26822026-08-27T00:52:25.219Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26832026-08-27T00:52:26.430Z[ helios-setup] Aug 27 00:52:25.231 INFO clone ok!, project: pilot
26842026-08-27T00:52:26.434Z[ helios-setup] Aug 27 00:52:25.231 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26852026-08-27T00:52:26.434Z[ helios-setup] Aug 27 00:52:25.231 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
26862026-08-27T00:52:26.434Z[ helios-setup] Aug 27 00:52:25.231 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26872026-08-27T00:52:26.434Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26882026-08-27T00:52:26.941Z[ helios-setup] Aug 27 00:52:25.742 INFO clone ok!, project: pinprick
26892026-08-27T00:52:26.941Z[ helios-setup] Aug 27 00:52:25.743 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
26902026-08-27T00:52:26.941Z[ helios-setup] Aug 27 00:52:25.743 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26912026-08-27T00:52:26.944Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26922026-08-27T00:52:27.965Z[ helios-setup] Aug 27 00:52:26.766 INFO clone ok!, project: phbl
26932026-08-27T00:52:27.965Z[ helios-setup] Aug 27 00:52:26.766 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
26942026-08-27T00:52:27.969Z[ helios-setup] Aug 27 00:52:26.766 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
26952026-08-27T00:52:27.969Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26962026-08-27T00:52:28.392Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26972026-08-27T00:52:28.857Z[ helios-setup] Aug 27 00:52:27.658 INFO clone ok!, project: amd-host-image-builder
26982026-08-27T00:52:28.857Z[ helios-setup] Aug 27 00:52:27.658 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26992026-08-27T00:52:28.857Z[ helios-setup] Aug 27 00:52:27.658 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
27002026-08-27T00:52:28.861Z[ helios-setup] Aug 27 00:52:27.658 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
27012026-08-27T00:52:28.861Z[ helios-setup] Aug 27 00:52:27.658 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
27022026-08-27T00:52:28.861Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
27032026-08-27T00:52:29.780Z[ helios-setup] Aug 27 00:52:28.581 INFO clone ok!, project: chelsio-t6-roms
27042026-08-27T00:52:29.780Z[ helios-setup] Aug 27 00:52:28.581 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
27052026-08-27T00:52:29.784Z[ helios-setup] Aug 27 00:52:28.581 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
27062026-08-27T00:52:29.784Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
27072026-08-27T00:52:30.371Z[ helios-setup] Aug 27 00:52:29.173 INFO clone ok!, project: bootserver
27082026-08-27T00:52:30.374Z[ helios-setup] Aug 27 00:52:29.173 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
27092026-08-27T00:52:30.374Z[ helios-setup] Aug 27 00:52:29.173 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
27102026-08-27T00:52:30.374Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
27112026-08-27T00:52:31.550Z[ helios-setup] Aug 27 00:52:30.348 INFO clone ok!, project: image-builder
27122026-08-27T00:52:31.550Z[ helios-setup] Aug 27 00:52:30.348 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
27132026-08-27T00:52:31.553Z[ helios-setup] Aug 27 00:52:30.348 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
27142026-08-27T00:52:31.553Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
27152026-08-27T00:52:31.693Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27162026-08-27T00:52:32.485Z[ helios-setup] Aug 27 00:52:31.285 INFO clone ok!, project: dmar-report
27172026-08-27T00:52:32.485Z[ helios-setup] Aug 27 00:52:31.285 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27182026-08-27T00:52:32.734Z[ helios-setup] Aug 27 00:52:31.536 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
27192026-08-27T00:52:32.803Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27202026-08-27T00:52:32.978Z[ helios-setup] Aug 27 00:52:31.780 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
27212026-08-27T00:52:32.978Z[ helios-setup] Aug 27 00:52:31.780 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27222026-08-27T00:52:33.220Z[ helios-setup] Aug 27 00:52:32.022 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
27232026-08-27T00:52:33.459Z[ helios-setup] Aug 27 00:52:32.261 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
27242026-08-27T00:52:33.459Z[ helios-setup] Aug 27 00:52:32.261 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27252026-08-27T00:52:33.687Z[ helios-setup] Aug 27 00:52:32.489 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
27262026-08-27T00:52:33.925Z[ helios-setup] Aug 27 00:52:32.727 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
27272026-08-27T00:52:33.925Z[ helios-setup] Aug 27 00:52:32.727 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27282026-08-27T00:52:33.928Z[ helios-setup] Aug 27 00:52:32.727 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27292026-08-27T00:52:33.928Z[ helios-setup] Aug 27 00:52:32.727 INFO ok!
27302026-08-27T00:52:33.928Z[ helios-setup] Aug 27 00:52:32.727 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27312026-08-27T00:52:33.929Z[ helios-setup] Aug 27 00:52:32.727 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27322026-08-27T00:52:33.929Z[ helios-setup] Aug 27 00:52:32.727 INFO ok!
27332026-08-27T00:52:33.929Z[ helios-setup] Aug 27 00:52:32.727 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27342026-08-27T00:52:33.929Z[ helios-setup] Aug 27 00:52:32.727 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27352026-08-27T00:52:33.929Z[ helios-setup] Aug 27 00:52:32.727 INFO ok!
27362026-08-27T00:52:33.929Z[ helios-setup] Aug 27 00:52:32.727 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
27372026-08-27T00:52:33.933Z[ helios-setup] Aug 27 00:52:32.735 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)"
27382026-08-27T00:52:33.933Z[ helios-setup] Aug 27 00:52:32.735 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27392026-08-27T00:52:33.936Z[ helios-setup] Aug 27 00:52:32.735 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27402026-08-27T00:52:34.015Z[ helios-setup] Aug 27 00:52:32.817 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27412026-08-27T00:52:34.365Z[ helios-setup] Aug 27 00:52:33.166 INFO E| From https://github.com/jclulow/hiercmd
27422026-08-27T00:52:34.365Z[ helios-setup] Aug 27 00:52:33.166 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
27432026-08-27T00:52:34.375Z[ helios-setup] Aug 27 00:52:33.177 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
27442026-08-27T00:52:34.705Z[ helios-setup] Aug 27 00:52:33.506 INFO E| From https://github.com/oxidecomputer/network-interface
27452026-08-27T00:52:34.705Z[ helios-setup] Aug 27 00:52:33.507 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
27462026-08-27T00:52:34.714Z[ helios-setup] Aug 27 00:52:33.516 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27472026-08-27T00:52:35.057Z[ helios-setup] Aug 27 00:52:33.859 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27482026-08-27T00:52:35.057Z[ helios-setup] Aug 27 00:52:33.859 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27492026-08-27T00:52:35.072Z[ helios-setup] Aug 27 00:52:33.874 INFO E| Updating crates.io index
27502026-08-27T00:52:35.336Z[ helios-setup] Aug 27 00:52:34.138 INFO E| Downloading crates ...
27512026-08-27T00:52:35.387Z[ helios-setup] Aug 27 00:52:34.189 INFO E| Downloaded anstyle-query v1.1.4
27522026-08-27T00:52:35.393Z[ helios-setup] Aug 27 00:52:34.195 INFO E| Downloaded anyhow v1.0.100
27532026-08-27T00:52:35.396Z[ helios-setup] Aug 27 00:52:34.198 INFO E| Downloaded anstyle v1.0.13
27542026-08-27T00:52:35.399Z[ helios-setup] Aug 27 00:52:34.198 INFO E| Downloaded crc v3.3.0
27552026-08-27T00:52:35.399Z[ helios-setup] Aug 27 00:52:34.199 INFO E| Downloaded futures-sink v0.3.31
27562026-08-27T00:52:35.403Z[ helios-setup] Aug 27 00:52:34.205 INFO E| Downloaded generic-array v0.14.9
27572026-08-27T00:52:35.407Z[ helios-setup] Aug 27 00:52:34.206 INFO E| Downloaded devinfo v0.1.0
27582026-08-27T00:52:35.410Z[ helios-setup] Aug 27 00:52:34.211 INFO E| Downloaded hashbrown v0.16.0
27592026-08-27T00:52:35.415Z[ helios-setup] Aug 27 00:52:34.217 INFO E| Downloaded base64ct v1.8.0
27602026-08-27T00:52:35.422Z[ helios-setup] Aug 27 00:52:34.225 INFO E| Downloaded deranged v0.5.5
27612026-08-27T00:52:35.425Z[ helios-setup] Aug 27 00:52:34.226 INFO E| Downloaded getopts v0.2.24
27622026-08-27T00:52:35.429Z[ helios-setup] Aug 27 00:52:34.231 INFO E| Downloaded clap_lex v0.7.6
27632026-08-27T00:52:35.434Z[ helios-setup] Aug 27 00:52:34.237 INFO E| Downloaded futures-core v0.3.31
27642026-08-27T00:52:35.437Z[ helios-setup] Aug 27 00:52:34.240 INFO E| Downloaded futures-executor v0.3.31
27652026-08-27T00:52:35.440Z[ helios-setup] Aug 27 00:52:34.240 INFO E| Downloaded futures-task v0.3.31
27662026-08-27T00:52:35.443Z[ helios-setup] Aug 27 00:52:34.245 INFO E| Downloaded libdevinfo-sys v1.1.0
27672026-08-27T00:52:35.446Z[ helios-setup] Aug 27 00:52:34.246 INFO E| Downloaded futures-io v0.3.31
27682026-08-27T00:52:35.446Z[ helios-setup] Aug 27 00:52:34.248 INFO E| Downloaded futures-channel v0.3.31
27692026-08-27T00:52:35.450Z[ helios-setup] Aug 27 00:52:34.249 INFO E| Downloaded futures-macro v0.3.31
27702026-08-27T00:52:35.453Z[ helios-setup] Aug 27 00:52:34.253 INFO E| Downloaded pin-project-lite v0.2.16
27712026-08-27T00:52:35.456Z[ helios-setup] Aug 27 00:52:34.256 INFO E| Downloaded bitflags v2.10.0
27722026-08-27T00:52:35.467Z[ helios-setup] Aug 27 00:52:34.269 INFO E| Downloaded itoa v1.0.15
27732026-08-27T00:52:35.470Z[ helios-setup] Aug 27 00:52:34.272 INFO E| Downloaded pin-utils v0.1.0
27742026-08-27T00:52:35.474Z[ helios-setup] Aug 27 00:52:34.273 INFO E| Downloaded env_filter v0.1.4
27752026-08-27T00:52:35.483Z[ helios-setup] Aug 27 00:52:34.286 INFO E| Downloaded simd-adler32 v0.3.7
27762026-08-27T00:52:35.488Z[ helios-setup] Aug 27 00:52:34.289 INFO E| Downloaded bitfield-macros v0.19.3
27772026-08-27T00:52:35.491Z[ helios-setup] Aug 27 00:52:34.293 INFO E| Downloaded zeroize_derive v1.4.2
27782026-08-27T00:52:35.494Z[ helios-setup] Aug 27 00:52:34.294 INFO E| Downloaded time-core v0.1.6
27792026-08-27T00:52:35.503Z[ helios-setup] Aug 27 00:52:34.305 INFO E| Downloaded find-msvc-tools v0.1.4
27802026-08-27T00:52:35.506Z[ helios-setup] Aug 27 00:52:34.309 INFO E| Downloaded env_logger v0.11.8
27812026-08-27T00:52:35.511Z[ helios-setup] Aug 27 00:52:34.313 INFO E| Downloaded serde_spanned v1.0.3
27822026-08-27T00:52:35.515Z[ helios-setup] Aug 27 00:52:34.314 INFO E| Downloaded bitfield v0.19.3
27832026-08-27T00:52:35.518Z[ helios-setup] Aug 27 00:52:34.317 INFO E| Downloaded toml_writer v1.0.4
27842026-08-27T00:52:35.518Z[ helios-setup] Aug 27 00:52:34.318 INFO E| Downloaded toml_datetime v0.7.3
27852026-08-27T00:52:35.518Z[ helios-setup] Aug 27 00:52:34.319 INFO E| Downloaded num_enum_derive v0.7.5
27862026-08-27T00:52:35.518Z[ helios-setup] Aug 27 00:52:34.320 INFO E| Downloaded clap_derive v4.5.49
27872026-08-27T00:52:35.521Z[ helios-setup] Aug 27 00:52:34.322 INFO E| Downloaded num_enum v0.7.5
27882026-08-27T00:52:35.524Z[ helios-setup] Aug 27 00:52:34.324 INFO E| Downloaded time-macros v0.2.24
27892026-08-27T00:52:35.524Z[ helios-setup] Aug 27 00:52:34.325 INFO E| Downloaded slab v0.4.11
27902026-08-27T00:52:35.528Z[ helios-setup] Aug 27 00:52:34.326 INFO E| Downloaded tokio-macros v2.6.0
27912026-08-27T00:52:35.531Z[ helios-setup] Aug 27 00:52:34.331 INFO E| Downloaded thiserror-impl v2.0.17
27922026-08-27T00:52:35.531Z[ helios-setup] Aug 27 00:52:34.332 INFO E| Downloaded zeroize v1.8.2
27932026-08-27T00:52:35.536Z[ helios-setup] Aug 27 00:52:34.338 INFO E| Downloaded futures v0.3.31
27942026-08-27T00:52:35.539Z[ helios-setup] Aug 27 00:52:34.341 INFO E| Downloaded signal-hook-registry v1.4.6
27952026-08-27T00:52:35.598Z[ helios-setup] Aug 27 00:52:34.343 INFO E| Downloaded flate2 v1.1.5
27962026-08-27T00:52:35.601Z[ helios-setup] Aug 27 00:52:34.351 INFO E| Downloaded iddqd v0.3.14
27972026-08-27T00:52:35.601Z[ helios-setup] Aug 27 00:52:34.355 INFO E| Downloaded quote v1.0.41
27982026-08-27T00:52:35.601Z[ helios-setup] Aug 27 00:52:34.356 INFO E| Downloaded thiserror v2.0.17
27992026-08-27T00:52:35.601Z[ helios-setup] Aug 27 00:52:34.359 INFO E| Downloaded toml_parser v1.0.4
28002026-08-27T00:52:35.601Z[ helios-setup] Aug 27 00:52:34.361 INFO E| Downloaded iana-time-zone v0.1.64
28012026-08-27T00:52:35.601Z[ helios-setup] Aug 27 00:52:34.369 INFO E| Downloaded unicode-ident v1.0.22
28022026-08-27T00:52:35.601Z[ helios-setup] Aug 27 00:52:34.376 INFO E| Downloaded clap v4.5.51
28032026-08-27T00:52:35.601Z[ helios-setup] Aug 27 00:52:34.381 INFO E| Downloaded ryu v1.0.20
28042026-08-27T00:52:35.601Z[ helios-setup] Aug 27 00:52:34.385 INFO E| Downloaded log v0.4.28
28052026-08-27T00:52:35.601Z[ helios-setup] Aug 27 00:52:34.389 INFO E| Downloaded toml v0.9.8
28062026-08-27T00:52:35.601Z[ helios-setup] Aug 27 00:52:34.394 INFO E| Downloaded proc-macro2 v1.0.103
28072026-08-27T00:52:35.601Z[ helios-setup] Aug 27 00:52:34.397 INFO E| Downloaded getrandom v0.2.16
28082026-08-27T00:52:35.601Z[ helios-setup] Aug 27 00:52:34.399 INFO E| Downloaded uuid v1.18.1
28092026-08-27T00:52:35.601Z[ helios-setup] Aug 27 00:52:34.402 INFO E| Downloaded term v1.2.0
28102026-08-27T00:52:35.604Z[ helios-setup] Aug 27 00:52:34.405 INFO E| Downloaded socket2 v0.6.1
28112026-08-27T00:52:35.609Z[ helios-setup] Aug 27 00:52:34.412 INFO E| Downloaded bytes v1.10.1
28122026-08-27T00:52:35.622Z[ helios-setup] Aug 27 00:52:34.425 INFO E| Downloaded toml_edit v0.23.7
28132026-08-27T00:52:35.631Z[ helios-setup] Aug 27 00:52:34.433 INFO E| Downloaded zerocopy-derive v0.8.27
28142026-08-27T00:52:35.634Z[ helios-setup] Aug 27 00:52:34.437 INFO E| Downloaded rsa v0.9.8
28152026-08-27T00:52:35.639Z[ helios-setup] Aug 27 00:52:34.439 INFO E| Downloaded rand v0.8.5
28162026-08-27T00:52:35.641Z[ helios-setup] Aug 27 00:52:34.441 INFO E| Downloaded typenum v1.19.0
28172026-08-27T00:52:35.647Z[ helios-setup] Aug 27 00:52:34.450 INFO E| Downloaded mio v1.1.0
28182026-08-27T00:52:35.651Z[ helios-setup] Aug 27 00:52:34.453 INFO E| Downloaded cc v1.2.44
28192026-08-27T00:52:35.655Z[ helios-setup] Aug 27 00:52:34.458 INFO E| Downloaded indexmap v2.12.0
28202026-08-27T00:52:35.658Z[ helios-setup] Aug 27 00:52:34.460 INFO E| Downloaded clap_builder v4.5.51
28212026-08-27T00:52:35.661Z[ helios-setup] Aug 27 00:52:34.463 INFO E| Downloaded memchr v2.7.6
28222026-08-27T00:52:35.672Z[ helios-setup] Aug 27 00:52:34.474 INFO E| Downloaded num-bigint-dig v0.8.4
28232026-08-27T00:52:35.682Z[ helios-setup] Aug 27 00:52:34.484 INFO E| Downloaded time v0.3.44
28242026-08-27T00:52:35.686Z[ helios-setup] Aug 27 00:52:34.489 INFO E| Downloaded libm v0.2.15
28252026-08-27T00:52:35.692Z[ helios-setup] Aug 27 00:52:34.495 INFO E| Downloaded futures-util v0.3.31
28262026-08-27T00:52:35.705Z[ helios-setup] Aug 27 00:52:34.507 INFO E| Downloaded serde_json v1.0.145
28272026-08-27T00:52:35.716Z[ helios-setup] Aug 27 00:52:34.517 INFO E| Downloaded winnow v0.7.13
28282026-08-27T00:52:35.725Z[ helios-setup] Aug 27 00:52:34.527 INFO E| Downloaded chrono v0.4.42
28292026-08-27T00:52:35.735Z[ helios-setup] Aug 27 00:52:34.537 INFO E| Downloaded zerocopy v0.8.27
28302026-08-27T00:52:35.753Z[ helios-setup] Aug 27 00:52:34.555 INFO E| Downloaded unicode-width v0.2.2
28312026-08-27T00:52:35.757Z[ helios-setup] Aug 27 00:52:34.558 INFO E| Downloaded syn v2.0.108
28322026-08-27T00:52:35.778Z[ helios-setup] Aug 27 00:52:34.580 INFO E| Downloaded rustix v1.1.2
28332026-08-27T00:52:35.815Z[ helios-setup] Aug 27 00:52:34.617 INFO E| Downloaded libc v0.2.177
28342026-08-27T00:52:35.829Z[ helios-setup] Aug 27 00:52:34.631 INFO E| Downloaded tokio v1.48.0
28352026-08-27T00:52:35.908Z[ helios-setup] Aug 27 00:52:34.710 INFO E| Compiling proc-macro2 v1.0.103
28362026-08-27T00:52:35.908Z[ helios-setup] Aug 27 00:52:34.710 INFO E| Compiling quote v1.0.41
28372026-08-27T00:52:35.911Z[ helios-setup] Aug 27 00:52:34.710 INFO E| Compiling unicode-ident v1.0.22
28382026-08-27T00:52:35.912Z[ helios-setup] Aug 27 00:52:34.710 INFO E| Compiling libc v0.2.177
28392026-08-27T00:52:35.912Z[ helios-setup] Aug 27 00:52:34.710 INFO E| Compiling serde_core v1.0.228
28402026-08-27T00:52:35.912Z[ helios-setup] Aug 27 00:52:34.710 INFO E| Compiling cfg-if v1.0.4
28412026-08-27T00:52:35.912Z[ helios-setup] Aug 27 00:52:34.710 INFO E| Compiling serde v1.0.228
28422026-08-27T00:52:35.912Z[ helios-setup] Aug 27 00:52:34.710 INFO E| Compiling version_check v0.9.5
28432026-08-27T00:52:35.912Z[ helios-setup] Aug 27 00:52:34.710 INFO E| Compiling autocfg v1.5.0
28442026-08-27T00:52:35.912Z[ helios-setup] Aug 27 00:52:34.710 INFO E| Compiling const-oid v0.9.6
28452026-08-27T00:52:35.943Z[ helios-setup] Aug 27 00:52:34.745 INFO E| Compiling typenum v1.19.0
28462026-08-27T00:52:35.946Z[ helios-setup] Aug 27 00:52:34.745 INFO E| Compiling libm v0.2.15
28472026-08-27T00:52:35.946Z[ helios-setup] Aug 27 00:52:34.745 INFO E| Compiling zerocopy v0.8.27
28482026-08-27T00:52:35.946Z[ helios-setup] Aug 27 00:52:34.745 INFO E| Compiling rustversion v1.0.22
28492026-08-27T00:52:35.946Z[ helios-setup] Aug 27 00:52:34.745 INFO E| Compiling zeroize v1.8.2
28502026-08-27T00:52:35.946Z[ helios-setup] Aug 27 00:52:34.745 INFO E| Compiling base64ct v1.8.0
28512026-08-27T00:52:36.016Z[ helios-setup] Aug 27 00:52:34.816 INFO E| Compiling smallvec v1.15.1
28522026-08-27T00:52:36.158Z[ helios-setup] Aug 27 00:52:34.959 INFO E| Compiling anyhow v1.0.100
28532026-08-27T00:52:36.184Z[ helios-setup] Aug 27 00:52:34.985 INFO E| Compiling winnow v0.7.13
28542026-08-27T00:52:36.251Z[ helios-setup] Aug 27 00:52:35.050 INFO E| Compiling generic-array v0.14.9
28552026-08-27T00:52:36.288Z[ helios-setup] Aug 27 00:52:35.085 INFO E| Compiling pem-rfc7468 v0.7.0
28562026-08-27T00:52:36.320Z[ helios-setup] Aug 27 00:52:35.115 INFO E| Compiling rustix v1.1.2
28572026-08-27T00:52:36.336Z[ helios-setup] Aug 27 00:52:35.123 INFO E| Compiling memchr v2.7.6
28582026-08-27T00:52:36.362Z[ helios-setup] Aug 27 00:52:35.153 INFO E| Compiling num-traits v0.2.19
28592026-08-27T00:52:36.405Z[ helios-setup] Aug 27 00:52:35.205 INFO E| Compiling flagset v0.4.7
28602026-08-27T00:52:36.424Z[ helios-setup] Aug 27 00:52:35.224 INFO E| Compiling equivalent v1.0.2
28612026-08-27T00:52:36.514Z[ helios-setup] Aug 27 00:52:35.316 INFO E| Compiling hashbrown v0.16.0
28622026-08-27T00:52:36.545Z[ helios-setup] Aug 27 00:52:35.342 INFO E| Compiling crc32fast v1.5.0
28632026-08-27T00:52:36.566Z[ helios-setup] Aug 27 00:52:35.367 INFO E| Compiling byteorder v1.5.0
28642026-08-27T00:52:36.640Z[ helios-setup] Aug 27 00:52:35.435 INFO E| Compiling utf8parse v0.2.2
28652026-08-27T00:52:36.741Z[ helios-setup] Aug 27 00:52:35.540 INFO E| Compiling getrandom v0.2.16
28662026-08-27T00:52:36.780Z[ helios-setup] Aug 27 00:52:35.579 INFO E| Compiling anstyle-parse v0.2.7
28672026-08-27T00:52:36.824Z[ helios-setup] Aug 27 00:52:35.620 INFO E| Compiling errno v0.3.14
28682026-08-27T00:52:36.932Z[ helios-setup] Aug 27 00:52:35.733 INFO E| Compiling rand_core v0.6.4
28692026-08-27T00:52:36.955Z[ helios-setup] Aug 27 00:52:35.753 INFO E| Compiling radium v0.7.0
28702026-08-27T00:52:36.995Z[ helios-setup] Aug 27 00:52:35.797 INFO E| Compiling is_terminal_polyfill v1.70.2
28712026-08-27T00:52:37.015Z[ helios-setup] Aug 27 00:52:35.816 INFO E| Compiling allocator-api2 v0.2.21
28722026-08-27T00:52:37.025Z[ helios-setup] Aug 27 00:52:35.823 INFO E| Compiling anstyle v1.0.13
28732026-08-27T00:52:37.048Z[ helios-setup] Aug 27 00:52:35.848 INFO E| Compiling indexmap v2.12.0
28742026-08-27T00:52:37.067Z[ helios-setup] Aug 27 00:52:35.866 INFO E| Compiling colorchoice v1.0.4
28752026-08-27T00:52:37.080Z[ helios-setup] Aug 27 00:52:35.880 INFO E| Compiling toml_datetime v0.7.3
28762026-08-27T00:52:37.101Z[ helios-setup] Aug 27 00:52:35.903 INFO E| Compiling find-msvc-tools v0.1.4
28772026-08-27T00:52:37.101Z[ helios-setup] Aug 27 00:52:35.903 INFO E| Compiling cpufeatures v0.2.17
28782026-08-27T00:52:37.191Z[ helios-setup] Aug 27 00:52:35.993 INFO E| Compiling shlex v1.3.0
28792026-08-27T00:52:37.230Z[ helios-setup] Aug 27 00:52:36.032 INFO E| Compiling syn v2.0.108
28802026-08-27T00:52:37.272Z[ helios-setup] Aug 27 00:52:36.073 INFO E| Compiling syn v1.0.109
28812026-08-27T00:52:37.305Z[ helios-setup] Aug 27 00:52:36.107 INFO E| Compiling anstyle-query v1.1.4
28822026-08-27T00:52:37.324Z[ helios-setup] Aug 27 00:52:36.126 INFO E| Compiling slog v2.8.2
28832026-08-27T00:52:37.329Z[ helios-setup] Aug 27 00:52:36.132 INFO E| Compiling cc v1.2.44
28842026-08-27T00:52:37.422Z[ helios-setup] Aug 27 00:52:36.224 INFO E| Compiling anstream v0.6.21
28852026-08-27T00:52:37.439Z[ helios-setup] Aug 27 00:52:36.241 INFO E| Compiling futures-sink v0.3.31
28862026-08-27T00:52:37.562Z[ helios-setup] Aug 27 00:52:36.364 INFO E| Compiling block-buffer v0.10.4
28872026-08-27T00:52:37.576Z[ helios-setup] Aug 27 00:52:36.378 INFO E| Compiling crypto-common v0.1.6
28882026-08-27T00:52:37.584Z[ helios-setup] Aug 27 00:52:36.384 INFO E| Compiling tap v1.0.1
28892026-08-27T00:52:37.618Z[ helios-setup] Aug 27 00:52:36.420 INFO E| Compiling toml_parser v1.0.4
28902026-08-27T00:52:37.695Z[ helios-setup] Aug 27 00:52:36.497 INFO E| Compiling digest v0.10.7
28912026-08-27T00:52:37.701Z[ helios-setup] Aug 27 00:52:36.503 INFO E| Compiling pin-project-lite v0.2.16
28922026-08-27T00:52:37.710Z[ helios-setup] Aug 27 00:52:36.510 INFO E| Compiling unicode-width v0.2.2
28932026-08-27T00:52:37.717Z[ helios-setup] Aug 27 00:52:36.519 INFO E| Compiling futures-core v0.3.31
28942026-08-27T00:52:37.717Z[ helios-setup] Aug 27 00:52:36.519 INFO E| Compiling parking_lot_core v0.9.12
28952026-08-27T00:52:37.736Z[ helios-setup] Aug 27 00:52:36.538 INFO E| Compiling pkg-config v0.3.32
28962026-08-27T00:52:37.760Z[ helios-setup] Aug 27 00:52:36.561 INFO E| Compiling maybe-uninit v2.0.0
28972026-08-27T00:52:37.889Z[ helios-setup] Aug 27 00:52:36.691 INFO E| Compiling sha2 v0.10.9
28982026-08-27T00:52:37.908Z[ helios-setup] Aug 27 00:52:36.710 INFO E| Compiling futures-channel v0.3.31
28992026-08-27T00:52:37.925Z[ helios-setup] Aug 27 00:52:36.727 INFO E| Compiling num-integer v0.1.46
29002026-08-27T00:52:37.973Z[ helios-setup] Aug 27 00:52:36.775 INFO E| Compiling getopts v0.2.24
29012026-08-27T00:52:38.047Z[ helios-setup] Aug 27 00:52:36.849 INFO E| Compiling toml_edit v0.23.7
29022026-08-27T00:52:38.056Z[ helios-setup] Aug 27 00:52:36.859 INFO E| Compiling wyz v0.5.1
29032026-08-27T00:52:38.084Z[ helios-setup] Aug 27 00:52:36.884 INFO E| Compiling ahash v0.8.12
29042026-08-27T00:52:38.088Z[ helios-setup] Aug 27 00:52:36.890 INFO E| Compiling clap_lex v0.7.6
29052026-08-27T00:52:38.204Z[ helios-setup] Aug 27 00:52:37.005 INFO E| Compiling spin v0.9.8
29062026-08-27T00:52:38.211Z[ helios-setup] Aug 27 00:52:37.011 INFO E| Compiling strsim v0.11.1
29072026-08-27T00:52:38.230Z[ helios-setup] Aug 27 00:52:37.032 INFO E| Compiling futures-io v0.3.31
29082026-08-27T00:52:38.273Z[ helios-setup] Aug 27 00:52:37.075 INFO E| Compiling scopeguard v1.2.0
29092026-08-27T00:52:38.281Z[ helios-setup] Aug 27 00:52:37.082 INFO E| Compiling thiserror v1.0.69
29102026-08-27T00:52:38.347Z[ helios-setup] Aug 27 00:52:37.149 INFO E| Compiling num-bigint-dig v0.8.4
29112026-08-27T00:52:38.371Z[ helios-setup] Aug 27 00:52:37.173 INFO E| Compiling powerfmt v0.2.0
29122026-08-27T00:52:38.382Z[ helios-setup] Aug 27 00:52:37.184 INFO E| Compiling packed_struct v0.10.1
29132026-08-27T00:52:38.391Z[ helios-setup] Aug 27 00:52:37.193 INFO E| Compiling num-conv v0.1.0
29142026-08-27T00:52:38.444Z[ helios-setup] Aug 27 00:52:37.245 INFO E| Compiling time-core v0.1.6
29152026-08-27T00:52:38.484Z[ helios-setup] Aug 27 00:52:37.285 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
29162026-08-27T00:52:38.484Z[ helios-setup] Aug 27 00:52:37.285 INFO E| Compiling pin-utils v0.1.0
29172026-08-27T00:52:38.495Z[ helios-setup] Aug 27 00:52:37.296 INFO E| Compiling itoa v1.0.15
29182026-08-27T00:52:38.534Z[ helios-setup] Aug 27 00:52:37.336 INFO E| Compiling heck v0.5.0
29192026-08-27T00:52:38.559Z[ helios-setup] Aug 27 00:52:37.361 INFO E| Compiling bitflags v2.10.0
29202026-08-27T00:52:38.598Z[ helios-setup] Aug 27 00:52:37.400 INFO E| Compiling proc-macro-crate v3.4.0
29212026-08-27T00:52:38.610Z[ helios-setup] Aug 27 00:52:37.412 INFO E| Compiling slab v0.4.11
29222026-08-27T00:52:38.651Z[ helios-setup] Aug 27 00:52:37.453 INFO E| Compiling bytes v1.10.1
29232026-08-27T00:52:38.659Z[ helios-setup] Aug 27 00:52:37.459 INFO E| Compiling funty v2.0.0
29242026-08-27T00:52:38.667Z[ helios-setup] Aug 27 00:52:37.469 INFO E| Compiling getrandom v0.3.4
29252026-08-27T00:52:38.693Z[ helios-setup] Aug 27 00:52:37.495 INFO E| Compiling futures-task v0.3.31
29262026-08-27T00:52:38.830Z[ helios-setup] Aug 27 00:52:37.631 INFO E| Compiling time-macros v0.2.24
29272026-08-27T00:52:38.903Z[ helios-setup] Aug 27 00:52:37.704 INFO E| Compiling deranged v0.5.5
29282026-08-27T00:52:38.994Z[ helios-setup] Aug 27 00:52:37.796 INFO E| Compiling bitvec v1.0.1
29292026-08-27T00:52:39.038Z[ helios-setup] Aug 27 00:52:37.840 INFO E| Compiling lock_api v0.4.14
29302026-08-27T00:52:39.046Z[ helios-setup] Aug 27 00:52:37.846 INFO E| Compiling lazy_static v1.5.0
29312026-08-27T00:52:39.078Z[ helios-setup] Aug 27 00:52:37.879 INFO E| Compiling num-iter v0.1.45
29322026-08-27T00:52:39.130Z[ helios-setup] Aug 27 00:52:37.930 INFO E| Compiling indexmap v1.9.3
29332026-08-27T00:52:39.148Z[ helios-setup] Aug 27 00:52:37.949 INFO E| Compiling adler2 v2.0.1
29342026-08-27T00:52:39.195Z[ helios-setup] Aug 27 00:52:37.996 INFO E| Compiling thiserror v2.0.17
29352026-08-27T00:52:39.202Z[ helios-setup] Aug 27 00:52:38.004 INFO E| Compiling log v0.4.28
29362026-08-27T00:52:39.289Z[ helios-setup] Aug 27 00:52:38.091 INFO E| Compiling nodrop v0.1.14
29372026-08-27T00:52:39.294Z[ helios-setup] Aug 27 00:52:38.092 INFO E| Compiling iana-time-zone v0.1.64
29382026-08-27T00:52:39.383Z[ helios-setup] Aug 27 00:52:38.185 INFO E| Compiling terminal_size v0.4.3
29392026-08-27T00:52:39.393Z[ helios-setup] Aug 27 00:52:38.194 INFO E| Compiling serde_json v1.0.145
29402026-08-27T00:52:39.549Z[ helios-setup] Aug 27 00:52:38.350 INFO E| Compiling clap_builder v4.5.51
29412026-08-27T00:52:39.549Z[ helios-setup] Aug 27 00:52:38.350 INFO E| Compiling crc-catalog v2.4.0
29422026-08-27T00:52:39.563Z[ helios-setup] Aug 27 00:52:38.364 INFO E| Compiling once_cell v1.21.3
29432026-08-27T00:52:39.593Z[ helios-setup] Aug 27 00:52:38.395 INFO E| Compiling simd-adler32 v0.3.7
29442026-08-27T00:52:39.639Z[ helios-setup] Aug 27 00:52:38.435 INFO E| Compiling crc v3.3.0
29452026-08-27T00:52:39.647Z[ helios-setup] Aug 27 00:52:38.448 INFO E| Compiling chrono v0.4.42
29462026-08-27T00:52:39.692Z[ helios-setup] Aug 27 00:52:38.494 INFO E| Compiling env_filter v0.1.4
29472026-08-27T00:52:39.737Z[ helios-setup] Aug 27 00:52:38.538 INFO E| Compiling miniz_oxide v0.8.9
29482026-08-27T00:52:39.746Z[ helios-setup] Aug 27 00:52:38.547 INFO E| Compiling array-init v0.0.4
29492026-08-27T00:52:39.831Z[ helios-setup] Aug 27 00:52:38.632 INFO E| Compiling parking_lot v0.12.5
29502026-08-27T00:52:39.851Z[ helios-setup] Aug 27 00:52:38.653 INFO E| Compiling smallvec v0.6.14
29512026-08-27T00:52:39.954Z[ helios-setup] Aug 27 00:52:38.750 INFO E| Compiling serde_spanned v1.0.3
29522026-08-27T00:52:40.107Z[ helios-setup] Aug 27 00:52:38.907 INFO E| Compiling time v0.3.44
29532026-08-27T00:52:40.133Z[ helios-setup] Aug 27 00:52:38.935 INFO E| Compiling signature v2.2.0
29542026-08-27T00:52:40.197Z[ helios-setup] Aug 27 00:52:38.998 INFO E| Compiling socket2 v0.6.1
29552026-08-27T00:52:40.363Z[ helios-setup] Aug 27 00:52:39.165 INFO E| Compiling is-terminal v0.4.17
29562026-08-27T00:52:40.455Z[ helios-setup] Aug 27 00:52:39.257 INFO E| Compiling signal-hook-registry v1.4.6
29572026-08-27T00:52:40.474Z[ helios-setup] Aug 27 00:52:39.276 INFO E| Compiling mio v1.1.0
29582026-08-27T00:52:40.627Z[ helios-setup] Aug 27 00:52:39.428 INFO E| Compiling thread_local v1.1.9
29592026-08-27T00:52:40.633Z[ helios-setup] Aug 27 00:52:39.435 INFO E| Compiling subtle v2.6.1
29602026-08-27T00:52:40.811Z[ helios-setup] Aug 27 00:52:39.612 INFO E| Compiling toml_writer v1.0.4
29612026-08-27T00:52:40.923Z[ helios-setup] Aug 27 00:52:39.725 INFO E| Compiling libdevinfo-sys v1.1.0
29622026-08-27T00:52:41.039Z[ helios-setup] Aug 27 00:52:39.840 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
29632026-08-27T00:52:41.045Z[ helios-setup] Aug 27 00:52:39.846 INFO E| Compiling ryu v1.0.20
29642026-08-27T00:52:41.045Z[ helios-setup] Aug 27 00:52:39.847 INFO E| Compiling winnow v0.5.40
29652026-08-27T00:52:41.058Z[ helios-setup] Aug 27 00:52:39.860 INFO E| Compiling hashbrown v0.12.3
29662026-08-27T00:52:41.058Z[ helios-setup] Aug 27 00:52:39.860 INFO E| Compiling packed_struct_codegen v0.10.1
29672026-08-27T00:52:41.104Z[ helios-setup] Aug 27 00:52:39.905 INFO E| Compiling term v1.2.0
29682026-08-27T00:52:41.161Z[ helios-setup] Aug 27 00:52:39.963 INFO E| Compiling base64 v0.21.7
29692026-08-27T00:52:41.260Z[ helios-setup] Aug 27 00:52:40.021 INFO E| Compiling serde_derive v1.0.228
29702026-08-27T00:52:41.268Z[ helios-setup] Aug 27 00:52:40.028 INFO E| Compiling zerocopy-derive v0.8.27
29712026-08-27T00:52:41.268Z[ helios-setup] Aug 27 00:52:40.063 INFO E| Compiling der_derive v0.7.3
29722026-08-27T00:52:41.298Z[ helios-setup] Aug 27 00:52:40.100 INFO E| Compiling futures-macro v0.3.31
29732026-08-27T00:52:41.308Z[ helios-setup] Aug 27 00:52:40.107 INFO E| Compiling clap_derive v4.5.49
29742026-08-27T00:52:41.411Z[ helios-setup] Aug 27 00:52:40.213 INFO E| Compiling zerocopy-derive v0.6.6
29752026-08-27T00:52:41.675Z[ helios-setup] Aug 27 00:52:40.476 INFO E| Compiling num_enum_derive v0.7.5
29762026-08-27T00:52:41.829Z[ helios-setup] Aug 27 00:52:40.631 INFO E| Compiling thiserror-impl v1.0.69
29772026-08-27T00:52:42.077Z[ helios-setup] Aug 27 00:52:40.879 INFO E| Compiling bitfield-macros v0.19.3
29782026-08-27T00:52:42.232Z[ helios-setup] Aug 27 00:52:41.034 INFO E| Compiling thiserror-impl v2.0.17
29792026-08-27T00:52:42.338Z[ helios-setup] Aug 27 00:52:41.139 INFO E| Compiling der v0.7.10
29802026-08-27T00:52:42.345Z[ helios-setup] Aug 27 00:52:41.147 INFO E| Compiling futures-util v0.3.31
29812026-08-27T00:52:42.376Z[ helios-setup] Aug 27 00:52:41.177 INFO E| Compiling zerocopy v0.6.6
29822026-08-27T00:52:42.406Z[ helios-setup] Aug 27 00:52:41.208 INFO E| Compiling tokio-macros v2.6.0
29832026-08-27T00:52:42.747Z[ helios-setup] Aug 27 00:52:41.549 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29842026-08-27T00:52:42.995Z[ helios-setup] Aug 27 00:52:41.797 INFO E| Compiling bitfield v0.19.3
29852026-08-27T00:52:43.011Z[ helios-setup] Aug 27 00:52:41.811 INFO E| Compiling num_enum v0.7.5
29862026-08-27T00:52:43.103Z[ helios-setup] Aug 27 00:52:41.905 INFO E| Compiling toml v0.9.8
29872026-08-27T00:52:43.182Z[ helios-setup] Aug 27 00:52:41.984 INFO E| Compiling devinfo v0.1.0
29882026-08-27T00:52:43.280Z[ helios-setup] Aug 27 00:52:42.077 INFO E| Compiling clap v4.5.51
29892026-08-27T00:52:43.299Z[ helios-setup] Aug 27 00:52:42.101 INFO E| Compiling bzip2 v0.4.4
29902026-08-27T00:52:43.322Z[ helios-setup] Aug 27 00:52:42.124 INFO E| Compiling flate2 v1.1.5
29912026-08-27T00:52:43.355Z[ helios-setup] Aug 27 00:52:42.156 INFO E| Compiling tokio v1.48.0
29922026-08-27T00:52:43.376Z[ helios-setup] Aug 27 00:52:42.177 INFO E| Compiling uuid v1.18.1
29932026-08-27T00:52:43.434Z[ helios-setup] Aug 27 00:52:42.235 INFO E| Compiling env_logger v0.11.8
29942026-08-27T00:52:43.477Z[ helios-setup] Aug 27 00:52:42.279 INFO E| Compiling rustc-hash v2.1.1
29952026-08-27T00:52:43.616Z[ helios-setup] Aug 27 00:52:42.417 INFO E| Compiling spki v0.7.3
29962026-08-27T00:52:43.634Z[ helios-setup] Aug 27 00:52:42.434 INFO E| Compiling crc-any v2.5.0
29972026-08-27T00:52:43.724Z[ helios-setup] Aug 27 00:52:42.526 INFO E| Compiling hex v0.4.3
29982026-08-27T00:52:44.001Z[ helios-setup] Aug 27 00:52:42.803 INFO E| Compiling pkcs8 v0.10.2
29992026-08-27T00:52:44.113Z[ helios-setup] Aug 27 00:52:42.915 INFO E| Compiling x509-cert v0.2.5
30002026-08-27T00:52:44.120Z[ helios-setup] Aug 27 00:52:42.922 INFO E| Compiling bitflags v1.3.2
30012026-08-27T00:52:44.127Z[ helios-setup] Aug 27 00:52:42.929 INFO E| Compiling foldhash v0.2.0
30022026-08-27T00:52:44.144Z[ helios-setup] Aug 27 00:52:42.946 INFO E| Compiling zip v0.6.6
30032026-08-27T00:52:44.196Z[ helios-setup] Aug 27 00:52:42.998 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30042026-08-27T00:52:44.253Z[ helios-setup] Aug 27 00:52:43.055 INFO E| Compiling pkcs1 v0.7.5
30052026-08-27T00:52:44.257Z[ helios-setup] Aug 27 00:52:43.057 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30062026-08-27T00:52:44.618Z[ helios-setup] Aug 27 00:52:43.419 INFO E| Compiling ppv-lite86 v0.2.21
30072026-08-27T00:52:44.720Z[ helios-setup] Aug 27 00:52:43.522 INFO E| Compiling iddqd v0.3.14
30082026-08-27T00:52:44.849Z[ helios-setup] Aug 27 00:52:43.651 INFO E| Compiling hashbrown v0.13.2
30092026-08-27T00:52:44.858Z[ helios-setup] Aug 27 00:52:43.660 INFO E| Compiling path-slash v0.1.5
30102026-08-27T00:52:44.922Z[ helios-setup] Aug 27 00:52:43.723 INFO E| Compiling rand_chacha v0.3.1
30112026-08-27T00:52:45.298Z[ helios-setup] Aug 27 00:52:44.100 INFO E| Compiling erased-serde v0.3.31
30122026-08-27T00:52:45.360Z[ helios-setup] Aug 27 00:52:44.162 INFO E| Compiling rand v0.8.5
30132026-08-27T00:52:45.387Z[ helios-setup] Aug 27 00:52:44.189 INFO E| Compiling serde_spanned v0.6.9
30142026-08-27T00:52:45.749Z[ helios-setup] Aug 27 00:52:44.551 INFO E| Compiling futures-executor v0.3.31
30152026-08-27T00:52:45.885Z[ helios-setup] Aug 27 00:52:44.687 INFO E| Compiling toml_datetime v0.6.11
30162026-08-27T00:52:46.023Z[ helios-setup] Aug 27 00:52:44.825 INFO E| Compiling futures v0.3.31
30172026-08-27T00:52:46.084Z[ helios-setup] Aug 27 00:52:44.885 INFO E| Compiling serde-hex v0.1.0
30182026-08-27T00:52:46.190Z[ helios-setup] Aug 27 00:52:44.990 INFO E| Compiling ron v0.8.1
30192026-08-27T00:52:46.335Z[ helios-setup] Aug 27 00:52:45.132 INFO E| Compiling toml_edit v0.19.15
30202026-08-27T00:52:46.403Z[ helios-setup] Aug 27 00:52:45.183 INFO E| Compiling object v0.30.4
30212026-08-27T00:52:46.434Z[ helios-setup] Aug 27 00:52:45.236 INFO E| Compiling slog-term v2.9.2
30222026-08-27T00:52:46.434Z[ helios-setup] Aug 27 00:52:45.236 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
30232026-08-27T00:52:47.625Z[ helios-setup] Aug 27 00:52:46.427 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
30242026-08-27T00:52:47.742Z[ helios-setup] Aug 27 00:52:46.530 INFO E| Compiling rsa v0.9.8
30252026-08-27T00:52:47.827Z[ helios-setup] Aug 27 00:52:46.627 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30262026-08-27T00:52:51.535Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.76s
30272026-08-27T00:52:51.577Z[ helios-setup] Aug 27 00:52:46.905 INFO E| Compiling toml v0.7.8
30282026-08-27T00:52:51.577Z[ omicron-package]
30292026-08-27T00:52:51.577Z[ omicron-package] real 44.952381857
30302026-08-27T00:52:51.577Z[ omicron-package] user 3:55.081748348
30312026-08-27T00:52:51.577Z[ omicron-package] sys 27.636860912
30322026-08-27T00:52:51.577Z[ omicron-package] trap 0.469720552
30332026-08-27T00:52:51.577Z[ omicron-package] tflt 0.649727360
30342026-08-27T00:52:51.577Z[ omicron-package] dflt 2.556139910
30352026-08-27T00:52:51.577Z[ omicron-package] kflt 0.000711120
30362026-08-27T00:52:51.577Z[ omicron-package] lock 12:19.756732297
30372026-08-27T00:52:51.578Z[ omicron-package] slp 6:29.275783018
30382026-08-27T00:52:51.578Z[ omicron-package] lat 1:04.670270439
30392026-08-27T00:52:51.578Z[ omicron-package] stop 1:52.866526858
30402026-08-27T00:52:51.578ZAug 27 00:52:47.162 INFO [omicron-package] process exited with exit status: 0 (45.026716161s)
30412026-08-27T00:52:51.578ZAug 27 00:52:47.162 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
30422026-08-27T00:52:51.578ZAug 27 00:52:47.163 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
30432026-08-27T00:52:51.578Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
30442026-08-27T00:52:51.578Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
30452026-08-27T00:52:51.578Z[ host-target] Created new build target 'host' and set it as active
30462026-08-27T00:52:51.578Z[ recovery-target] Created new build target 'recovery' and set it as active
30472026-08-27T00:52:51.578ZAug 27 00:52:47.176 INFO [host-target] process exited with exit status: 0 (14.265022ms)
30482026-08-27T00:52:51.578ZAug 27 00:52:47.176 INFO [recovery-target] process exited with exit status: 0 (13.863301ms)
30492026-08-27T00:52:51.578ZAug 27 00:52:47.177 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
30502026-08-27T00:52:51.578Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
30512026-08-27T00:52:51.578Z[ helios-setup] Aug 27 00:52:47.559 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
30522026-08-27T00:52:51.578Z[ helios-setup] Aug 27 00:52:47.652 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30532026-08-27T00:52:51.578Z[ host-package] Compiling heck v0.5.0
30542026-08-27T00:52:51.578Z[ host-package] Compiling regress v0.11.1
30552026-08-27T00:52:51.578Z[ host-package] Compiling unsafe-libyaml v0.2.11
30562026-08-27T00:52:51.578Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30572026-08-27T00:52:51.578Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30582026-08-27T00:52:51.578Z[ host-package] Compiling derive-where v1.6.0
30592026-08-27T00:52:51.578Z[ host-package] Compiling bytecount v0.6.9
30602026-08-27T00:52:51.578Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30612026-08-27T00:52:51.578Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30622026-08-27T00:52:51.578Z[ host-package] Compiling atomicwrites v0.4.4
30632026-08-27T00:52:51.578Z[ host-package] Compiling is-terminal v0.4.17
30642026-08-27T00:52:51.578Z[ host-package] Compiling prettyplease v0.2.37
30652026-08-27T00:52:51.578Z[ host-package] Compiling newline-converter v0.3.0
30662026-08-27T00:52:51.578Z[ host-package] Compiling console v0.15.11
30672026-08-27T00:52:51.578Z[ host-package] Compiling slog-dtrace v0.3.0
30682026-08-27T00:52:51.578Z[ host-package] Compiling resolv-conf v0.7.6
30692026-08-27T00:52:51.578Z[ host-package] Compiling cancel-safe-futures v0.1.5
30702026-08-27T00:52:51.578Z[ host-package] Compiling num-rational v0.4.2
30712026-08-27T00:52:51.579Z[ host-package] Compiling num-complex v0.4.6
30722026-08-27T00:52:51.579Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
30732026-08-27T00:52:51.579Z[ host-package] Compiling thread_local v1.1.9
30742026-08-27T00:52:51.579Z[ host-package] Compiling compression-core v0.4.31
30752026-08-27T00:52:51.579Z[ host-package] Compiling match_cfg v0.1.0
30762026-08-27T00:52:51.636Z[ host-package] Compiling expectorate v1.2.0
30772026-08-27T00:52:51.683Z[ host-package] Compiling hostname v0.3.1
30782026-08-27T00:52:51.798Z[ host-package] Compiling compression-codecs v0.4.37
30792026-08-27T00:52:51.821Z[ host-package] Compiling num v0.4.3
30802026-08-27T00:52:51.864Z[ host-package] Compiling multer v3.1.0
30812026-08-27T00:52:51.867Z[ host-package] Compiling slog-async v2.8.0
30822026-08-27T00:52:51.912Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30832026-08-27T00:52:51.953Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30842026-08-27T00:52:51.980Z[ host-package] Compiling crossbeam-channel v0.5.15
30852026-08-27T00:52:51.980Z[ host-package] Compiling slog-json v2.6.1
30862026-08-27T00:52:51.983Z[ host-package] Compiling serde_spanned v1.1.1
30872026-08-27T00:52:52.005Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
30882026-08-27T00:52:52.152Z[ host-package] Compiling typify-impl v0.6.2
30892026-08-27T00:52:52.205Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
30902026-08-27T00:52:52.233Z[ host-package] Compiling float-ord v0.3.2
30912026-08-27T00:52:52.264Z[ host-package] Compiling take_mut v0.2.2
30922026-08-27T00:52:52.264Z[ host-package] Compiling oxide-update-engine-types v0.1.2
30932026-08-27T00:52:52.326Z[ host-package] Compiling linear-map v1.2.0
30942026-08-27T00:52:52.390Z[ host-package] Compiling term v1.2.1
30952026-08-27T00:52:52.393Z[ host-package] Compiling linked-hash-map v0.5.6
30962026-08-27T00:52:52.428Z[ helios-setup] Aug 27 00:52:51.229 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
30972026-08-27T00:52:52.482Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
30982026-08-27T00:52:52.485Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30992026-08-27T00:52:52.505Z[ host-package] Compiling slog-bunyan v2.5.0
31002026-08-27T00:52:52.675Z[ host-package] Compiling async-compression v0.4.41
31012026-08-27T00:52:52.748Z[ host-package] Compiling lru-cache v0.1.2
31022026-08-27T00:52:52.924Z[ host-package] Compiling slog-term v2.9.2
31032026-08-27T00:52:53.072Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31042026-08-27T00:52:53.076Z[ host-package] Compiling async-stream v0.3.6
31052026-08-27T00:52:53.151Z[ host-package] Compiling dropshot v0.17.1
31062026-08-27T00:52:53.209Z[ host-package] Compiling progenitor-client v0.14.0
31072026-08-27T00:52:53.256Z[ host-package] Compiling sha1 v0.11.0
31082026-08-27T00:52:53.317Z[ host-package] Compiling oxide-generation v0.1.3
31092026-08-27T00:52:53.345Z[ host-package] Compiling waitgroup v0.1.2
31102026-08-27T00:52:53.346Z[ host-package] Compiling rustls-pemfile v2.2.0
31112026-08-27T00:52:53.577Z[ helios-setup] Aug 27 00:52:52.379 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
31122026-08-27T00:52:53.580Z[ host-package] Compiling backon v1.6.0
31132026-08-27T00:52:53.612Z[ host-package] Compiling serde_path_to_error v0.1.20
31142026-08-27T00:52:53.662Z[ host-package] Compiling oxide-update-engine v0.1.2
31152026-08-27T00:52:53.753Z[ host-package] Compiling hostname v0.4.2
31162026-08-27T00:52:53.753Z[ host-package] Compiling instant v0.1.13
31172026-08-27T00:52:53.901Z[ host-package] Compiling minimal-lexical v0.2.1
31182026-08-27T00:52:53.908Z[ host-package] Compiling debug-ignore v1.0.5
31192026-08-27T00:52:53.908Z[ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31202026-08-27T00:52:54.050Z[ host-package] Compiling backoff v0.4.0
31212026-08-27T00:52:54.401Z[ host-package] Compiling nom v7.1.3
31222026-08-27T00:52:54.401Z[ host-package] Compiling progenitor-extras v0.2.0
31232026-08-27T00:52:54.404Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31242026-08-27T00:52:54.404Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31252026-08-27T00:52:54.410Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31262026-08-27T00:52:54.842Z[ host-package] Compiling parse-display v0.10.0
31272026-08-27T00:52:54.845Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31282026-08-27T00:52:55.135Z[ host-package] Compiling hickory-proto v0.24.4
31292026-08-27T00:52:55.285Z[ host-package] Compiling regress v0.10.5
31302026-08-27T00:52:55.564Z[ host-package] Compiling itertools v0.14.0
31312026-08-27T00:52:56.020Z[ host-package] Compiling macaddr v1.0.1
31322026-08-27T00:52:56.226Z[ host-package] Compiling unicode-xid v0.2.6
31332026-08-27T00:52:56.277Z[ host-package] Compiling humantime v2.3.0
31342026-08-27T00:52:56.377Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31352026-08-27T00:52:56.500Z[ host-package] Compiling typify-macro v0.6.2
31362026-08-27T00:52:56.522Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31372026-08-27T00:52:56.585Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31382026-08-27T00:52:56.648Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31392026-08-27T00:52:56.746Z[ host-package] Compiling toml v0.8.23
31402026-08-27T00:52:56.977Z[ host-package] Compiling papergrid v0.11.0
31412026-08-27T00:52:57.061Z[ host-package] Compiling tabled_derive v0.7.0
31422026-08-27T00:52:57.365Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31432026-08-27T00:52:57.493Z[ host-package] Compiling termtree v0.5.1
31442026-08-27T00:52:57.507Z[ helios-setup] Aug 27 00:52:56.308 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31452026-08-27T00:52:57.670Z[ host-package] Compiling crossterm v0.29.0
31462026-08-27T00:52:57.777Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31472026-08-27T00:52:57.810Z[ host-package] Compiling phf_shared v0.12.1
31482026-08-27T00:52:57.869Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31492026-08-27T00:52:58.037Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31502026-08-27T00:52:58.091Z[ host-package] Compiling tabled v0.15.0
31512026-08-27T00:52:58.150Z[ host-package] Compiling typify v0.6.2
31522026-08-27T00:52:58.480Z[ host-package] Compiling progenitor-impl v0.14.0
31532026-08-27T00:52:58.896Z[ host-package] Compiling hickory-resolver v0.24.4
31542026-08-27T00:52:59.818Z[ host-package] Compiling vte v0.14.1
31552026-08-27T00:52:59.917Z[ host-package] Compiling csv-core v0.1.13
31562026-08-27T00:53:00.102Z[ host-package] Compiling highway v1.3.0
31572026-08-27T00:53:00.501Z[ host-package] Compiling qorb v0.4.1
31582026-08-27T00:53:00.751Z[ host-package] Compiling chrono-tz v0.10.4
31592026-08-27T00:53:00.800Z[ host-package] Compiling progenitor-macro v0.14.0
31602026-08-27T00:53:01.059Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31612026-08-27T00:53:01.224Z[ host-package] Compiling csv v1.4.0
31622026-08-27T00:53:03.023Z[ host-package] Compiling strip-ansi-escapes v0.2.1
31632026-08-27T00:53:03.212Z[ host-package] Compiling phf v0.12.1
31642026-08-27T00:53:03.293Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31652026-08-27T00:53:03.487Z[ host-package] Compiling const_format_proc_macros v0.2.34
31662026-08-27T00:53:03.658Z[ host-package] Compiling fd-lock v4.0.4
31672026-08-27T00:53:03.882Z[ host-package] Compiling peg-macros v0.8.5
31682026-08-27T00:53:03.882Z[ host-package] Compiling nu-ansi-term v0.50.3
31692026-08-27T00:53:04.275Z[ host-package] Compiling const_format v0.2.35
31702026-08-27T00:53:04.594Z[ host-package] Compiling reedline v0.40.0
31712026-08-27T00:53:05.501Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31722026-08-27T00:53:05.875Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31732026-08-27T00:53:06.017Z[ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
31742026-08-27T00:53:06.339Z[ host-package] Compiling progenitor v0.14.0
31752026-08-27T00:53:06.748Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31762026-08-27T00:53:07.078Z[ host-package] Compiling peg v0.8.5
31772026-08-27T00:53:07.223Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31782026-08-27T00:53:07.603Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31792026-08-27T00:53:07.813Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31802026-08-27T00:53:07.956Z[ host-package] Compiling bcs v0.1.6
31812026-08-27T00:53:08.559Z[ host-package] Compiling nom v8.0.0
31822026-08-27T00:53:08.839Z[ host-package] Compiling semver v0.1.20
31832026-08-27T00:53:09.051Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31842026-08-27T00:53:09.160Z[ host-package] Compiling rustc_version v0.1.7
31852026-08-27T00:53:09.344Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31862026-08-27T00:53:09.344Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31872026-08-27T00:53:09.433Z[ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
31882026-08-27T00:53:09.515Z[ host-package] Compiling newtype_derive v0.1.6
31892026-08-27T00:53:09.741Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31902026-08-27T00:53:09.914Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31912026-08-27T00:53:09.950Z[ helios-setup] Aug 27 00:53:08.751 INFO E| Finished `release` profile [optimized] target(s) in 36.00s
31922026-08-27T00:53:09.954Z[ helios-setup] Aug 27 00:53:08.754 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
31932026-08-27T00:53:09.954Z[ helios-setup] Aug 27 00:53:08.755 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31942026-08-27T00:53:09.958Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31952026-08-27T00:53:10.014Z[ helios-setup] Aug 27 00:53:08.815 INFO building project "pilot" ok (36 seconds)
31962026-08-27T00:53:10.014Z[ helios-setup] Aug 27 00:53:08.815 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
31972026-08-27T00:53:10.023Z[ helios-setup] Aug 27 00:53:08.824 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)"
31982026-08-27T00:53:10.023Z[ helios-setup] Aug 27 00:53:08.824 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
31992026-08-27T00:53:10.023Z[ helios-setup] Aug 27 00:53:08.824 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
32002026-08-27T00:53:10.198Z[ helios-setup] Aug 27 00:53:08.999 INFO E| Downloading crates ...
32012026-08-27T00:53:10.267Z[ helios-setup] Aug 27 00:53:09.067 INFO E| Downloaded miniz_oxide v0.8.8
32022026-08-27T00:53:10.271Z[ helios-setup] Aug 27 00:53:09.070 INFO E| Downloaded adler2 v2.0.0
32032026-08-27T00:53:10.307Z[ helios-setup] Aug 27 00:53:09.108 INFO E| Compiling adler2 v2.0.0
32042026-08-27T00:53:10.409Z[ helios-setup] Aug 27 00:53:09.204 INFO E| Compiling miniz_oxide v0.8.8
32052026-08-27T00:53:10.943Z[ host-package] Compiling steno v0.4.1
32062026-08-27T00:53:11.262Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32072026-08-27T00:53:11.492Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32082026-08-27T00:53:11.534Z[ helios-setup] Aug 27 00:53:10.335 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
32092026-08-27T00:53:11.588Z[ host-package] Compiling dropshot-api-manager-types v0.8.0
32102026-08-27T00:53:12.029Z[ helios-setup] Aug 27 00:53:10.830 INFO E| Finished `release` profile [optimized] target(s) in 1.99s
32112026-08-27T00:53:12.039Z[ helios-setup] Aug 27 00:53:10.841 INFO building project "pinprick" ok (2 seconds)
32122026-08-27T00:53:12.039Z[ helios-setup] Aug 27 00:53:10.841 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
32132026-08-27T00:53:12.252Z[ host-package] Compiling sha1 v0.10.6
32142026-08-27T00:53:12.338Z[ host-package] Compiling tagptr v0.2.0
32152026-08-27T00:53:12.545Z[ host-package] Compiling utf-8 v0.7.6
32162026-08-27T00:53:12.568Z[ host-package] Compiling moka v0.12.13
32172026-08-27T00:53:12.818Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32182026-08-27T00:53:12.864Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32192026-08-27T00:53:13.058Z[ host-package] Compiling tungstenite v0.21.0
32202026-08-27T00:53:13.183Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32212026-08-27T00:53:13.257Z[ host-package] Compiling darling_core v0.21.3
32222026-08-27T00:53:14.047Z[ host-package] Compiling hickory-resolver v0.25.2
32232026-08-27T00:53:15.252Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32242026-08-27T00:53:15.650Z[ host-package] Compiling tokio-tungstenite v0.21.0
32252026-08-27T00:53:15.793Z[ host-package] Compiling darling_macro v0.21.3
32262026-08-27T00:53:16.021Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32272026-08-27T00:53:16.064Z[ host-package] Compiling display-error-chain v0.2.2
32282026-08-27T00:53:16.233Z[ host-package] Compiling libscf-sys v1.2.0
32292026-08-27T00:53:16.318Z[ host-package] Compiling darling v0.21.3
32302026-08-27T00:53:16.341Z[ host-package] Compiling vergen-lib v0.1.6
32312026-08-27T00:53:16.467Z[ host-package] Compiling diesel_derives v2.3.7
32322026-08-27T00:53:16.512Z[ host-package] Compiling dsl_auto_type v0.2.0
32332026-08-27T00:53:16.801Z[ host-package] Compiling scheduled-thread-pool v0.2.7
32342026-08-27T00:53:16.917Z[ host-package] Compiling vergen-gitcl v1.0.8
32352026-08-27T00:53:17.089Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
32362026-08-27T00:53:17.164Z[ host-package] Compiling dirs-sys-next v0.1.2
32372026-08-27T00:53:17.348Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32382026-08-27T00:53:17.420Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32392026-08-27T00:53:17.560Z[ host-package] Compiling glob v0.3.3
32402026-08-27T00:53:17.604Z[ host-package] Compiling maplit v1.0.2
32412026-08-27T00:53:17.737Z[ host-package] Compiling crunchy v0.2.4
32422026-08-27T00:53:17.989Z[ host-package] Compiling clang-sys v1.8.1
32432026-08-27T00:53:18.170Z[ host-package] Compiling dirs-next v2.0.0
32442026-08-27T00:53:18.463Z[ host-package] Compiling r2d2 v0.8.10
32452026-08-27T00:53:18.829Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32462026-08-27T00:53:18.882Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32472026-08-27T00:53:19.018Z[ host-package] Compiling papergrid v0.18.0
32482026-08-27T00:53:19.377Z[ host-package] Compiling downcast-rs v2.0.2
32492026-08-27T00:53:19.526Z[ host-package] Compiling tiny-keccak v2.0.2
32502026-08-27T00:53:19.611Z[ host-package] Compiling xshell-macros v0.2.7
32512026-08-27T00:53:20.019Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32522026-08-27T00:53:20.256Z[ host-package] Compiling xshell v0.2.7
32532026-08-27T00:53:20.288Z[ host-package] Compiling term v0.7.0
32542026-08-27T00:53:20.472Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32552026-08-27T00:53:20.876Z[ host-package] Compiling tabled v0.21.0
32562026-08-27T00:53:20.960Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
32572026-08-27T00:53:21.031Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
32582026-08-27T00:53:21.090Z[ host-package] Compiling bit-vec v0.6.3
32592026-08-27T00:53:21.385Z[ host-package] Compiling bit-set v0.5.3
32602026-08-27T00:53:21.493Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32612026-08-27T00:53:21.609Z[ host-package] Compiling ascii-canvas v3.0.0
32622026-08-27T00:53:21.690Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
32632026-08-27T00:53:21.910Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32642026-08-27T00:53:21.954Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32652026-08-27T00:53:22.333Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
32662026-08-27T00:53:22.559Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32672026-08-27T00:53:22.647Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
32682026-08-27T00:53:22.868Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32692026-08-27T00:53:22.978Z[ host-package] Compiling itertools v0.10.5
32702026-08-27T00:53:23.097Z[ host-package] Compiling ena v0.14.4
32712026-08-27T00:53:23.177Z[ host-package] Compiling libloading v0.8.9
32722026-08-27T00:53:23.431Z[ host-package] Compiling diff v0.1.13
32732026-08-27T00:53:23.472Z[ host-package] Compiling bindgen v0.71.1
32742026-08-27T00:53:23.553Z[ host-package] Compiling regex-syntax v0.6.29
32752026-08-27T00:53:23.702Z[ host-package] Compiling diesel v2.3.7
32762026-08-27T00:53:23.810Z[ host-package] Compiling unicase v2.9.0
32772026-08-27T00:53:24.325Z[ host-package] Compiling cexpr v0.6.0
32782026-08-27T00:53:24.437Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32792026-08-27T00:53:24.697Z[ host-package] Compiling crc8 v0.1.1
32802026-08-27T00:53:24.794Z[ host-package] Compiling rustc-hash v2.1.1
32812026-08-27T00:53:24.961Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32822026-08-27T00:53:25.105Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32832026-08-27T00:53:25.310Z[ host-package] Compiling lalrpop v0.19.12
32842026-08-27T00:53:25.467Z[ host-package] Compiling headers-core v0.3.0
32852026-08-27T00:53:25.686Z[ host-package] Compiling libxml v0.3.3
32862026-08-27T00:53:25.838Z[ host-package] Compiling headers v0.4.1
32872026-08-27T00:53:25.862Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32882026-08-27T00:53:26.441Z[ host-package] Compiling strum_macros v0.24.3
32892026-08-27T00:53:26.495Z[ host-package] Compiling indoc v1.0.9
32902026-08-27T00:53:27.087Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32912026-08-27T00:53:27.218Z[ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
32922026-08-27T00:53:27.327Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32932026-08-27T00:53:27.581Z[ host-package] Compiling derive_builder v0.20.2
32942026-08-27T00:53:27.586Z[ host-package] Compiling oso-derive v0.27.3
32952026-08-27T00:53:27.758Z[ host-package] Compiling quick-xml v0.37.5
32962026-08-27T00:53:27.792Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
32972026-08-27T00:53:27.834Z[ host-package] Compiling openssl-probe v0.1.6
32982026-08-27T00:53:28.211Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32992026-08-27T00:53:28.243Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33002026-08-27T00:53:28.319Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33012026-08-27T00:53:28.607Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33022026-08-27T00:53:28.985Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33032026-08-27T00:53:29.232Z[ host-package] Compiling bb8 v0.8.6
33042026-08-27T00:53:29.268Z[ host-package] Compiling trait-variant v0.1.2
33052026-08-27T00:53:29.363Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
33062026-08-27T00:53:29.647Z[ host-package] Compiling half v1.8.3
33072026-08-27T00:53:29.674Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33082026-08-27T00:53:29.759Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33092026-08-27T00:53:29.875Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
33102026-08-27T00:53:29.960Z[ host-package] Compiling proc-macro-error2 v2.0.1
33112026-08-27T00:53:30.022Z[ host-package] Compiling serde_cbor v0.11.2
33122026-08-27T00:53:30.171Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33132026-08-27T00:53:30.304Z[ host-package] Compiling hashbrown v0.14.5
33142026-08-27T00:53:30.479Z[ host-package] Compiling rfc6979 v0.4.0
33152026-08-27T00:53:30.565Z[ host-package] Compiling salty v0.3.0
33162026-08-27T00:53:30.689Z[ host-package] Compiling ecdsa v0.16.9
33172026-08-27T00:53:30.955Z[ host-package] Compiling chumsky v0.9.3
33182026-08-27T00:53:31.013Z[ host-package] Compiling knus-derive v3.4.0
33192026-08-27T00:53:31.135Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33202026-08-27T00:53:31.247Z[ host-package] Compiling samael v0.0.19
33212026-08-27T00:53:31.251Z[ host-package] Compiling progenitor-impl v0.13.0
33222026-08-27T00:53:31.399Z[ host-package] Compiling primeorder v0.13.6
33232026-08-27T00:53:31.751Z[ host-package] Compiling nonempty v0.12.0
33242026-08-27T00:53:32.139Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33252026-08-27T00:53:32.335Z[ host-package] Compiling p384 v0.13.1
33262026-08-27T00:53:32.780Z[ host-package] Compiling knus v3.4.0
33272026-08-27T00:53:33.311Z[ host-package] Compiling polar-core v0.27.3
33282026-08-27T00:53:33.567Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33292026-08-27T00:53:33.654Z[ host-package] Compiling progenitor-macro v0.13.0
33302026-08-27T00:53:34.071Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33312026-08-27T00:53:34.590Z[ helios-setup] Aug 27 00:53:33.391 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')"
33322026-08-27T00:53:34.590Z[ helios-setup] Aug 27 00:53:33.392 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
33332026-08-27T00:53:34.624Z[ helios-setup] Aug 27 00:53:33.426 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')"
33342026-08-27T00:53:34.625Z[ helios-setup] Aug 27 00:53:33.426 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
33352026-08-27T00:53:34.625Z[ helios-setup] Aug 27 00:53:33.426 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
33362026-08-27T00:53:34.725Z[ host-package] Compiling progenitor-client v0.13.0
33372026-08-27T00:53:34.799Z[ helios-setup] Aug 27 00:53:33.601 INFO E| Updating crates.io index
33382026-08-27T00:53:34.802Z[ helios-setup] Aug 27 00:53:33.602 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
33392026-08-27T00:53:34.953Z[ host-package] Compiling fxhash v0.2.1
33402026-08-27T00:53:35.240Z[ host-package] Compiling libz-sys v1.1.24
33412026-08-27T00:53:35.275Z[ helios-setup] Aug 27 00:53:34.076 INFO E| From https://github.com/oxidecomputer/amd-apcb
33422026-08-27T00:53:35.275Z[ helios-setup] Aug 27 00:53:34.076 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
33432026-08-27T00:53:35.287Z[ helios-setup] Aug 27 00:53:34.089 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
33442026-08-27T00:53:35.374Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33452026-08-27T00:53:35.646Z[ helios-setup] Aug 27 00:53:34.447 INFO E| From https://github.com/oxidecomputer/amd-efs
33462026-08-27T00:53:35.646Z[ helios-setup] Aug 27 00:53:34.448 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
33472026-08-27T00:53:35.651Z[ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33482026-08-27T00:53:35.767Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33492026-08-27T00:53:35.885Z[ helios-setup] Aug 27 00:53:34.687 INFO E| Downloading crates ...
33502026-08-27T00:53:35.932Z[ helios-setup] Aug 27 00:53:34.734 INFO E| Downloaded parse_int v0.9.0
33512026-08-27T00:53:35.935Z[ helios-setup] Aug 27 00:53:34.735 INFO E| Downloaded fletcher v1.0.0
33522026-08-27T00:53:35.938Z[ helios-setup] Aug 27 00:53:34.737 INFO E| Downloaded ansi_term v0.12.1
33532026-08-27T00:53:35.949Z[ helios-setup] Aug 27 00:53:34.751 INFO E| Downloaded quote v1.0.40
33542026-08-27T00:53:35.952Z[ helios-setup] Aug 27 00:53:34.752 INFO E| Downloaded autocfg v1.4.0
33552026-08-27T00:53:35.952Z[ helios-setup] Aug 27 00:53:34.754 INFO E| Downloaded unicode-ident v1.0.18
33562026-08-27T00:53:35.969Z[ helios-setup] Aug 27 00:53:34.771 INFO E| Downloaded unic-ucd-version v0.9.0
33572026-08-27T00:53:35.972Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33582026-08-27T00:53:35.972Z[ helios-setup] Aug 27 00:53:34.773 INFO E| Downloaded pest_generator v2.8.0
33592026-08-27T00:53:35.976Z[ helios-setup] Aug 27 00:53:34.777 INFO E| Downloaded unic-char-property v0.9.0
33602026-08-27T00:53:35.978Z[ helios-setup] Aug 27 00:53:34.778 INFO E| Downloaded bytesize v2.0.1
33612026-08-27T00:53:35.981Z[ helios-setup] Aug 27 00:53:34.781 INFO E| Downloaded unic-ucd-ident v0.9.0
33622026-08-27T00:53:35.981Z[ helios-setup] Aug 27 00:53:34.782 INFO E| Downloaded vec_map v0.8.2
33632026-08-27T00:53:35.981Z[ helios-setup] Aug 27 00:53:34.783 INFO E| Downloaded unic-common v0.9.0
33642026-08-27T00:53:35.984Z[ helios-setup] Aug 27 00:53:34.783 INFO E| Downloaded heck v0.3.3
33652026-08-27T00:53:35.984Z[ helios-setup] Aug 27 00:53:34.784 INFO E| Downloaded pest_derive v2.8.0
33662026-08-27T00:53:35.984Z[ helios-setup] Aug 27 00:53:34.785 INFO E| Downloaded pest_meta v2.8.0
33672026-08-27T00:53:36.018Z[ helios-setup] Aug 27 00:53:34.819 INFO E| Downloaded strum v0.27.1
33682026-08-27T00:53:36.021Z[ helios-setup] Aug 27 00:53:34.820 INFO E| Downloaded rustversion v1.0.20
33692026-08-27T00:53:36.021Z[ helios-setup] Aug 27 00:53:34.822 INFO E| Downloaded modular-bitfield-impl v0.11.2
33702026-08-27T00:53:36.021Z[ helios-setup] Aug 27 00:53:34.822 INFO E| Downloaded modular-bitfield-impl v0.13.1
33712026-08-27T00:53:36.024Z[ helios-setup] Aug 27 00:53:34.823 INFO E| Downloaded strsim v0.8.0
33722026-08-27T00:53:36.024Z[ helios-setup] Aug 27 00:53:34.824 INFO E| Downloaded thiserror-impl v2.0.12
33732026-08-27T00:53:36.024Z[ helios-setup] Aug 27 00:53:34.825 INFO E| Downloaded modular-bitfield v0.13.1
33742026-08-27T00:53:36.028Z[ helios-setup] Aug 27 00:53:34.829 INFO E| Downloaded dyn-clone v1.0.19
33752026-08-27T00:53:36.031Z[ helios-setup] Aug 27 00:53:34.830 INFO E| Downloaded unic-char-range v0.9.0
33762026-08-27T00:53:36.031Z[ helios-setup] Aug 27 00:53:34.831 INFO E| Downloaded four-cc v0.4.0
33772026-08-27T00:53:36.031Z[ helios-setup] Aug 27 00:53:34.832 INFO E| Downloaded strum_macros v0.27.1
33782026-08-27T00:53:36.034Z[ helios-setup] Aug 27 00:53:34.833 INFO E| Downloaded structopt-derive v0.4.18
33792026-08-27T00:53:36.062Z[ helios-setup] Aug 27 00:53:34.864 INFO E| Downloaded log v0.4.27
33802026-08-27T00:53:36.065Z[ helios-setup] Aug 27 00:53:34.865 INFO E| Downloaded proc-macro2 v1.0.95
33812026-08-27T00:53:36.065Z[ helios-setup] Aug 27 00:53:34.867 INFO E| Downloaded serde_derive v1.0.219
33822026-08-27T00:53:36.068Z[ helios-setup] Aug 27 00:53:34.868 INFO E| Downloaded textwrap v0.11.0
33832026-08-27T00:53:36.068Z[ helios-setup] Aug 27 00:53:34.870 INFO E| Downloaded thiserror v2.0.12
33842026-08-27T00:53:36.071Z[ helios-setup] Aug 27 00:53:34.873 INFO E| Downloaded modular-bitfield v0.11.2
33852026-08-27T00:53:36.077Z[ helios-setup] Aug 27 00:53:34.879 INFO E| Downloaded zerocopy v0.8.25
33862026-08-27T00:53:36.150Z[ helios-setup] Aug 27 00:53:34.952 INFO E| Downloaded zerocopy-derive v0.8.25
33872026-08-27T00:53:36.154Z[ helios-setup] Aug 27 00:53:34.956 INFO E| Downloaded serde v1.0.219
33882026-08-27T00:53:36.157Z[ helios-setup] Aug 27 00:53:34.957 INFO E| Downloaded structopt v0.3.26
33892026-08-27T00:53:36.160Z[ helios-setup] Aug 27 00:53:34.962 INFO E| Downloaded typenum v1.18.0
33902026-08-27T00:53:36.162Z[ helios-setup] Aug 27 00:53:34.963 INFO E| Downloaded memchr v2.7.4
33912026-08-27T00:53:36.165Z[ helios-setup] Aug 27 00:53:34.966 INFO E| Downloaded pest v2.8.0
33922026-08-27T00:53:36.168Z[ helios-setup] Aug 27 00:53:34.969 INFO E| Downloaded serde_json v1.0.140
33932026-08-27T00:53:36.171Z[ helios-setup] Aug 27 00:53:34.973 INFO E| Downloaded clap v2.34.0
33942026-08-27T00:53:36.175Z[ helios-setup] Aug 27 00:53:34.977 INFO E| Downloaded syn v2.0.101
33952026-08-27T00:53:36.181Z[ helios-setup] Aug 27 00:53:34.983 INFO E| Downloaded goblin v0.9.3
33962026-08-27T00:53:36.185Z[ helios-setup] Aug 27 00:53:34.986 INFO E| Downloaded libc v0.2.172
33972026-08-27T00:53:36.283Z[ helios-setup] Aug 27 00:53:35.085 INFO E| Compiling proc-macro2 v1.0.95
33982026-08-27T00:53:36.283Z[ helios-setup] Aug 27 00:53:35.085 INFO E| Compiling unicode-ident v1.0.18
33992026-08-27T00:53:36.283Z[ helios-setup] Aug 27 00:53:35.085 INFO E| Compiling memchr v2.7.4
34002026-08-27T00:53:36.286Z[ helios-setup] Aug 27 00:53:35.085 INFO E| Compiling thiserror v2.0.12
34012026-08-27T00:53:36.286Z[ helios-setup] Aug 27 00:53:35.085 INFO E| Compiling autocfg v1.4.0
34022026-08-27T00:53:36.286Z[ helios-setup] Aug 27 00:53:35.085 INFO E| Compiling serde v1.0.219
34032026-08-27T00:53:36.287Z[ helios-setup] Aug 27 00:53:35.085 INFO E| Compiling syn v1.0.109
34042026-08-27T00:53:36.287Z[ helios-setup] Aug 27 00:53:35.085 INFO E| Compiling version_check v0.9.5
34052026-08-27T00:53:36.287Z[ helios-setup] Aug 27 00:53:35.085 INFO E| Compiling serde_json v1.0.140
34062026-08-27T00:53:36.287Z[ helios-setup] Aug 27 00:53:35.085 INFO E| Compiling schemars v0.8.22
34072026-08-27T00:53:36.307Z[ helios-setup] Aug 27 00:53:35.109 INFO E| Compiling ryu v1.0.20
34082026-08-27T00:53:36.310Z[ helios-setup] Aug 27 00:53:35.110 INFO E| Compiling itoa v1.0.15
34092026-08-27T00:53:36.310Z[ helios-setup] Aug 27 00:53:35.110 INFO E| Compiling paste v1.0.15
34102026-08-27T00:53:36.314Z[ helios-setup] Aug 27 00:53:35.114 INFO E| Compiling dyn-clone v1.0.19
34112026-08-27T00:53:36.314Z[ helios-setup] Aug 27 00:53:35.114 INFO E| Compiling ucd-trie v0.1.7
34122026-08-27T00:53:36.314Z[ helios-setup] Aug 27 00:53:35.114 INFO E| Compiling libc v0.2.172
34132026-08-27T00:53:36.433Z[ host-package] Compiling kstat-rs v0.2.5
34142026-08-27T00:53:36.616Z[ helios-setup] Aug 27 00:53:35.417 INFO E| Compiling rustversion v1.0.20
34152026-08-27T00:53:36.683Z[ helios-setup] Aug 27 00:53:35.485 INFO E| Compiling zerocopy v0.8.25
34162026-08-27T00:53:36.709Z[ helios-setup] Aug 27 00:53:35.510 INFO E| Compiling static_assertions v1.1.0
34172026-08-27T00:53:36.775Z[ helios-setup] Aug 27 00:53:35.576 INFO E| Compiling once_cell v1.21.3
34182026-08-27T00:53:36.798Z[ helios-setup] Aug 27 00:53:35.599 INFO E| Compiling heck v0.5.0
34192026-08-27T00:53:36.861Z[ helios-setup] Aug 27 00:53:35.662 INFO E| Compiling unicode-segmentation v1.12.0
34202026-08-27T00:53:36.899Z[ helios-setup] Aug 27 00:53:35.699 INFO E| Compiling unicode-width v0.1.14
34212026-08-27T00:53:36.946Z[ helios-setup] Aug 27 00:53:35.739 INFO E| Compiling proc-macro-error-attr v1.0.4
34222026-08-27T00:53:37.084Z[ helios-setup] Aug 27 00:53:35.881 INFO E| Compiling proc-macro-error v1.0.4
34232026-08-27T00:53:37.203Z[ helios-setup] Aug 27 00:53:36.005 INFO E| Compiling strum v0.27.1
34242026-08-27T00:53:37.285Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34252026-08-27T00:53:37.356Z[ helios-setup] Aug 27 00:53:36.142 INFO E| Compiling num-traits v0.2.19
34262026-08-27T00:53:37.369Z[ helios-setup] Aug 27 00:53:36.170 INFO E| Compiling memoffset v0.9.1
34272026-08-27T00:53:37.400Z[ helios-setup] Aug 27 00:53:36.202 INFO E| Compiling textwrap v0.11.0
34282026-08-27T00:53:37.424Z[ helios-setup] Aug 27 00:53:36.225 INFO E| Compiling fletcher v1.0.0
34292026-08-27T00:53:37.434Z[ helios-setup] Aug 27 00:53:36.236 INFO E| Compiling unic-common v0.9.0
34302026-08-27T00:53:37.454Z[ helios-setup] Aug 27 00:53:36.255 INFO E| Compiling heck v0.3.3
34312026-08-27T00:53:37.471Z[ helios-setup] Aug 27 00:53:36.272 INFO E| Compiling ansi_term v0.12.1
34322026-08-27T00:53:37.577Z[ helios-setup] Aug 27 00:53:36.378 INFO E| Compiling bitflags v1.3.2
34332026-08-27T00:53:37.587Z[ helios-setup] Aug 27 00:53:36.389 INFO E| Compiling unic-char-range v0.9.0
34342026-08-27T00:53:37.594Z[ helios-setup] Aug 27 00:53:36.396 INFO E| Compiling strsim v0.8.0
34352026-08-27T00:53:37.663Z[ helios-setup] Aug 27 00:53:36.464 INFO E| Compiling vec_map v0.8.2
34362026-08-27T00:53:37.765Z[ helios-setup] Aug 27 00:53:36.567 INFO E| Compiling byteorder v1.5.0
34372026-08-27T00:53:37.802Z[ helios-setup] Aug 27 00:53:36.603 INFO E| Compiling unic-char-property v0.9.0
34382026-08-27T00:53:37.852Z[ helios-setup] Aug 27 00:53:36.653 INFO E| Compiling unic-ucd-version v0.9.0
34392026-08-27T00:53:37.939Z[ helios-setup] Aug 27 00:53:36.740 INFO E| Compiling lazy_static v1.5.0
34402026-08-27T00:53:37.939Z[ helios-setup] Aug 27 00:53:36.740 INFO E| Compiling log v0.4.27
34412026-08-27T00:53:37.939Z[ helios-setup] Aug 27 00:53:36.740 INFO E| Compiling plain v0.2.3
34422026-08-27T00:53:37.955Z[ host-package] Compiling mime_guess v2.0.5
34432026-08-27T00:53:37.965Z[ helios-setup] Aug 27 00:53:36.767 INFO E| Compiling bytesize v2.0.1
34442026-08-27T00:53:37.996Z[ helios-setup] Aug 27 00:53:36.797 INFO E| Compiling unic-ucd-ident v0.9.0
34452026-08-27T00:53:38.153Z[ helios-setup] Aug 27 00:53:36.955 INFO E| Compiling atty v0.2.14
34462026-08-27T00:53:38.230Z[ helios-setup] Aug 27 00:53:37.031 INFO E| Compiling clap v2.34.0
34472026-08-27T00:53:38.405Z[ helios-setup] Aug 27 00:53:37.207 INFO E| Compiling quote v1.0.40
34482026-08-27T00:53:38.674Z[ helios-setup] Aug 27 00:53:37.475 INFO E| Compiling syn v2.0.101
34492026-08-27T00:53:38.693Z[ host-package] Compiling progenitor v0.13.0
34502026-08-27T00:53:38.891Z[ helios-setup] Aug 27 00:53:37.692 INFO E| Compiling parse_int v0.9.0
34512026-08-27T00:53:39.020Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34522026-08-27T00:53:41.077Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34532026-08-27T00:53:41.387Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34542026-08-27T00:53:41.620Z[ host-package] Compiling nanorand v0.7.0
34552026-08-27T00:53:41.687Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
34562026-08-27T00:53:41.799Z[ helios-setup] Aug 27 00:53:40.601 INFO E| Compiling modular-bitfield-impl v0.11.2
34572026-08-27T00:53:41.800Z[ helios-setup] Aug 27 00:53:40.601 INFO E| Compiling structopt-derive v0.4.18
34582026-08-27T00:53:41.994Z[ helios-setup] Aug 27 00:53:40.795 INFO E| Compiling serde_derive_internals v0.29.1
34592026-08-27T00:53:42.262Z[ host-package] Compiling parking_lot_core v0.8.6
34602026-08-27T00:53:42.686Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34612026-08-27T00:53:42.862Z[ helios-setup] Aug 27 00:53:41.663 INFO E| Compiling thiserror-impl v2.0.12
34622026-08-27T00:53:42.862Z[ helios-setup] Aug 27 00:53:41.663 INFO E| Compiling serde_derive v1.0.219
34632026-08-27T00:53:42.862Z[ helios-setup] Aug 27 00:53:41.663 INFO E| Compiling zerocopy-derive v0.8.25
34642026-08-27T00:53:42.862Z[ helios-setup] Aug 27 00:53:41.663 INFO E| Compiling num-derive v0.4.2
34652026-08-27T00:53:42.862Z[ helios-setup] Aug 27 00:53:41.663 INFO E| Compiling modular-bitfield-impl v0.13.1
34662026-08-27T00:53:42.862Z[ helios-setup] Aug 27 00:53:41.663 INFO E| Compiling strum_macros v0.27.1
34672026-08-27T00:53:42.862Z[ helios-setup] Aug 27 00:53:41.663 INFO E| Compiling scroll_derive v0.12.1
34682026-08-27T00:53:42.908Z[ helios-setup] Aug 27 00:53:41.709 INFO E| Compiling schemars_derive v0.8.22
34692026-08-27T00:53:43.136Z[ helios-setup] Aug 27 00:53:41.937 INFO E| Compiling structopt v0.3.26
34702026-08-27T00:53:43.241Z[ host-package] Compiling flume v0.11.1
34712026-08-27T00:53:43.525Z[ helios-setup] Aug 27 00:53:42.325 INFO E| Compiling modular-bitfield v0.11.2
34722026-08-27T00:53:43.597Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34732026-08-27T00:53:44.195Z[ helios-setup] Aug 27 00:53:42.995 INFO E| Compiling scroll v0.12.0
34742026-08-27T00:53:44.556Z[ helios-setup] Aug 27 00:53:43.356 INFO E| Compiling goblin v0.9.3
34752026-08-27T00:53:44.656Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34762026-08-27T00:53:44.665Z[ helios-setup] Aug 27 00:53:43.451 INFO E| Compiling modular-bitfield v0.13.1
34772026-08-27T00:53:44.729Z[ helios-setup] Aug 27 00:53:43.528 INFO E| Compiling pest v2.8.0
34782026-08-27T00:53:44.840Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34792026-08-27T00:53:45.678Z[ host-package] Compiling oso v0.27.3
34802026-08-27T00:53:46.140Z[ helios-setup] Aug 27 00:53:44.942 INFO E| Compiling pest_meta v2.8.0
34812026-08-27T00:53:46.507Z[ host-package] Compiling diesel-dtrace v0.5.0
34822026-08-27T00:53:46.536Z[ host-package] Compiling async-bb8-diesel v0.2.1
34832026-08-27T00:53:46.816Z[ helios-setup] Aug 27 00:53:45.618 INFO E| Compiling pest_generator v2.8.0
34842026-08-27T00:53:47.139Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34852026-08-27T00:53:47.250Z[ host-package] Compiling git-stub v1.0.0
34862026-08-27T00:53:47.565Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
34872026-08-27T00:53:47.755Z[ helios-setup] Aug 27 00:53:46.555 INFO E| Compiling pest_derive v2.8.0
34882026-08-27T00:53:47.820Z[ host-package] Compiling instability v0.3.11
34892026-08-27T00:53:48.022Z[ host-package] Compiling strsim v0.10.0
34902026-08-27T00:53:48.178Z[ host-package] Compiling corncobs v0.1.4
34912026-08-27T00:53:48.337Z[ host-package] Compiling http-range v0.1.5
34922026-08-27T00:53:48.654Z[ helios-setup] Aug 27 00:53:47.456 INFO E| Compiling json5 v0.4.1
34932026-08-27T00:53:48.672Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34942026-08-27T00:53:48.864Z[ host-package] Compiling darling_core v0.13.4
34952026-08-27T00:53:49.528Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34962026-08-27T00:53:49.599Z[ host-package] Compiling git-stub-vcs v0.1.0
34972026-08-27T00:53:50.237Z[ helios-setup] Aug 27 00:53:49.038 INFO E| Compiling four-cc v0.4.0
34982026-08-27T00:53:50.237Z[ helios-setup] Aug 27 00:53:49.038 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
34992026-08-27T00:53:50.374Z[ helios-setup] Aug 27 00:53:49.174 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
35002026-08-27T00:53:50.914Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35012026-08-27T00:53:51.670Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35022026-08-27T00:53:51.761Z[ host-package] Compiling ignore v0.4.25
35032026-08-27T00:53:52.039Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35042026-08-27T00:53:52.894Z[ host-package] Compiling anstyle-parse v0.2.7
35052026-08-27T00:53:53.256Z[ host-package] Compiling secrecy v0.8.0
35062026-08-27T00:53:53.335Z[ host-package] Compiling vergen-git2 v9.1.0
35072026-08-27T00:53:53.489Z[ host-package] Compiling castaway v0.2.4
35082026-08-27T00:53:53.568Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35092026-08-27T00:53:53.569Z[ host-package] Compiling indoc v2.0.7
35102026-08-27T00:53:53.712Z[ host-package] Compiling compact_str v0.8.1
35112026-08-27T00:53:53.974Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35122026-08-27T00:53:54.117Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35132026-08-27T00:53:54.725Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35142026-08-27T00:53:55.618Z[ host-package] Compiling anstream v0.6.21
35152026-08-27T00:53:55.783Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
35162026-08-27T00:53:56.179Z[ host-package] Compiling globwalk v0.9.1
35172026-08-27T00:53:56.230Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35182026-08-27T00:53:56.952Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35192026-08-27T00:53:56.956Z[ host-package] Compiling parking_lot v0.11.2
35202026-08-27T00:53:57.073Z[ host-package] Compiling darling_macro v0.13.4
35212026-08-27T00:53:57.462Z[ host-package] Compiling hyper-staticfile v0.10.1
35222026-08-27T00:53:57.617Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35232026-08-27T00:53:58.008Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35242026-08-27T00:53:58.489Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35252026-08-27T00:53:58.561Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35262026-08-27T00:53:58.648Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35272026-08-27T00:53:59.159Z[ host-package] Compiling predicates-tree v1.0.13
35282026-08-27T00:53:59.336Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35292026-08-27T00:53:59.558Z[ host-package] Compiling unicode-truncate v1.1.0
35302026-08-27T00:53:59.615Z[ host-package] Compiling lru v0.12.5
35312026-08-27T00:53:59.767Z[ host-package] Compiling rand_seeder v0.4.0
35322026-08-27T00:53:59.878Z[ host-package] Compiling prefix-trie v0.7.0
35332026-08-27T00:54:00.061Z[ host-package] Compiling cassowary v0.3.0
35342026-08-27T00:54:00.086Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35352026-08-27T00:54:00.172Z[ host-package] Compiling camino-tempfile-ext v0.3.3
35362026-08-27T00:54:00.317Z[ host-package] Compiling hickory-server v0.25.2
35372026-08-27T00:54:00.430Z[ host-package] Compiling ratatui v0.29.0
35382026-08-27T00:54:00.581Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35392026-08-27T00:54:00.757Z[ host-package] Compiling darling v0.13.4
35402026-08-27T00:54:00.872Z[ host-package] Compiling sled v0.34.7
35412026-08-27T00:54:01.395Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35422026-08-27T00:54:01.784Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35432026-08-27T00:54:01.813Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35442026-08-27T00:54:01.852Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35452026-08-27T00:54:02.072Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35462026-08-27T00:54:02.336Z[ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35472026-08-27T00:54:02.728Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35482026-08-27T00:54:04.389Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35492026-08-27T00:54:04.416Z[ host-package] Compiling serde_with_macros v1.5.2
35502026-08-27T00:54:04.527Z[ helios-setup] Aug 27 00:54:03.328 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
35512026-08-27T00:54:05.056Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35522026-08-27T00:54:05.354Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35532026-08-27T00:54:05.607Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35542026-08-27T00:54:05.876Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35552026-08-27T00:54:06.158Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
35562026-08-27T00:54:06.446Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35572026-08-27T00:54:06.829Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
35582026-08-27T00:54:07.155Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35592026-08-27T00:54:07.348Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35602026-08-27T00:54:07.425Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
35612026-08-27T00:54:07.626Z[ host-package] Compiling arc-swap v1.8.2
35622026-08-27T00:54:07.652Z[ host-package] Compiling void v1.0.2
35632026-08-27T00:54:07.655Z[ helios-setup] Aug 27 00:54:06.454 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
35642026-08-27T00:54:07.830Z[ host-package] Compiling lzss v0.8.2
35652026-08-27T00:54:07.900Z[ host-package] Compiling slog-scope v4.4.1
35662026-08-27T00:54:08.316Z[ host-package] Compiling serde_with v1.14.0
35672026-08-27T00:54:08.320Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35682026-08-27T00:54:09.640Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35692026-08-27T00:54:09.700Z[ host-package] Compiling git2 v0.20.4
35702026-08-27T00:54:09.756Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35712026-08-27T00:54:10.838Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35722026-08-27T00:54:11.200Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35732026-08-27T00:54:11.646Z[ host-package] Compiling scuffle v0.1.0
35742026-08-27T00:54:13.293Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35752026-08-27T00:54:13.556Z[ host-package] Compiling tungstenite v0.23.0
35762026-08-27T00:54:13.671Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35772026-08-27T00:54:14.126Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35782026-08-27T00:54:14.129Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35792026-08-27T00:54:15.477Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35802026-08-27T00:54:15.824Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35812026-08-27T00:54:16.103Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35822026-08-27T00:54:16.199Z[ host-package] Compiling nix v0.27.1
35832026-08-27T00:54:16.419Z[ host-package] Compiling twox-hash v2.1.2
35842026-08-27T00:54:16.456Z[ host-package] Compiling libsw-core v0.3.2
35852026-08-27T00:54:16.510Z[ host-package] Compiling serde_bytes v0.11.19
35862026-08-27T00:54:16.644Z[ host-package] Compiling atty v0.2.14
35872026-08-27T00:54:16.772Z[ host-package] Compiling libsw v3.5.0
35882026-08-27T00:54:16.885Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
35892026-08-27T00:54:16.981Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
35902026-08-27T00:54:17.009Z[ host-package] Compiling tokio-tungstenite v0.23.1
35912026-08-27T00:54:17.034Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35922026-08-27T00:54:17.191Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35932026-08-27T00:54:17.413Z[ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35942026-08-27T00:54:17.501Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35952026-08-27T00:54:17.701Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35962026-08-27T00:54:20.634Z[ helios-setup] Aug 27 00:54:19.436 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.97s
35972026-08-27T00:54:20.670Z[ helios-setup] Aug 27 00:54:19.471 INFO building project "amd-host-image-builder" ok (46 seconds)
35982026-08-27T00:54:20.670Z[ helios-setup] Aug 27 00:54:19.471 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
35992026-08-27T00:54:20.680Z[ helios-setup] Aug 27 00:54:19.481 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)"
36002026-08-27T00:54:20.680Z[ helios-setup] Aug 27 00:54:19.481 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
36012026-08-27T00:54:20.683Z[ helios-setup] Aug 27 00:54:19.481 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
36022026-08-27T00:54:20.789Z[ helios-setup] Aug 27 00:54:19.590 INFO E| Blocking waiting for file lock on package cache
36032026-08-27T00:54:21.258Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
36042026-08-27T00:54:21.336Z[ host-package] Compiling slog-stdlog v4.1.1
36052026-08-27T00:54:21.670Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36062026-08-27T00:54:21.757Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36072026-08-27T00:54:22.154Z[ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
36082026-08-27T00:54:22.258Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
36092026-08-27T00:54:22.610Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36102026-08-27T00:54:22.907Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36112026-08-27T00:54:23.886Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36122026-08-27T00:54:25.606Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36132026-08-27T00:54:26.437Z[ helios-setup] Aug 27 00:54:25.238 INFO E| Downloading crates ...
36142026-08-27T00:54:26.484Z[ helios-setup] Aug 27 00:54:25.286 INFO E| Downloaded digest v0.10.3
36152026-08-27T00:54:26.487Z[ helios-setup] Aug 27 00:54:25.287 INFO E| Downloaded cpufeatures v0.2.5
36162026-08-27T00:54:26.490Z[ helios-setup] Aug 27 00:54:25.292 INFO E| Downloaded block-buffer v0.10.3
36172026-08-27T00:54:26.497Z[ helios-setup] Aug 27 00:54:25.297 INFO E| Downloaded generic-array v0.14.6
36182026-08-27T00:54:26.497Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
36192026-08-27T00:54:26.500Z[ helios-setup] Aug 27 00:54:25.299 INFO E| Downloaded unicode-width v0.1.10
36202026-08-27T00:54:26.507Z[ helios-setup] Aug 27 00:54:25.308 INFO E| Downloaded miniz_oxide v0.6.2
36212026-08-27T00:54:26.510Z[ helios-setup] Aug 27 00:54:25.309 INFO E| Downloaded typenum v1.15.0
36222026-08-27T00:54:26.516Z[ helios-setup] Aug 27 00:54:25.315 INFO E| Downloaded anyhow v1.0.62
36232026-08-27T00:54:26.519Z[ helios-setup] Aug 27 00:54:25.318 INFO E| Downloaded sha2 v0.10.5
36242026-08-27T00:54:26.519Z[ helios-setup] Aug 27 00:54:25.319 INFO E| Downloaded flate2 v1.0.25
36252026-08-27T00:54:26.522Z[ helios-setup] Aug 27 00:54:25.322 INFO E| Downloaded bytes v1.2.1
36262026-08-27T00:54:26.525Z[ helios-setup] Aug 27 00:54:25.326 INFO E| Blocking waiting for file lock on package cache
36272026-08-27T00:54:26.581Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
36282026-08-27T00:54:26.625Z[ helios-setup] Aug 27 00:54:25.420 INFO E| Compiling version_check v0.9.4
36292026-08-27T00:54:26.626Z[ helios-setup] Aug 27 00:54:25.420 INFO E| Compiling typenum v1.15.0
36302026-08-27T00:54:26.629Z[ helios-setup] Aug 27 00:54:25.420 INFO E| Compiling cfg-if v1.0.0
36312026-08-27T00:54:26.629Z[ helios-setup] Aug 27 00:54:25.420 INFO E| Compiling crc32fast v1.3.2
36322026-08-27T00:54:26.629Z[ helios-setup] Aug 27 00:54:25.421 INFO E| Compiling anyhow v1.0.62
36332026-08-27T00:54:26.629Z[ helios-setup] Aug 27 00:54:25.421 INFO E| Compiling adler v1.0.2
36342026-08-27T00:54:26.629Z[ helios-setup] Aug 27 00:54:25.421 INFO E| Compiling unicode-width v0.1.10
36352026-08-27T00:54:26.629Z[ helios-setup] Aug 27 00:54:25.421 INFO E| Compiling cpufeatures v0.2.5
36362026-08-27T00:54:26.629Z[ helios-setup] Aug 27 00:54:25.421 INFO E| Compiling bitflags v1.3.2
36372026-08-27T00:54:26.629Z[ helios-setup] Aug 27 00:54:25.421 INFO E| Compiling bytes v1.2.1
36382026-08-27T00:54:26.729Z[ helios-setup] Aug 27 00:54:25.530 INFO E| Compiling miniz_oxide v0.6.2
36392026-08-27T00:54:26.744Z[ helios-setup] Aug 27 00:54:25.546 INFO E| Compiling getopts v0.2.21
36402026-08-27T00:54:27.328Z[ helios-setup] Aug 27 00:54:26.129 INFO E| Compiling generic-array v0.14.6
36412026-08-27T00:54:27.424Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
36422026-08-27T00:54:27.508Z[ helios-setup] Aug 27 00:54:26.307 INFO E| Compiling flate2 v1.0.25
36432026-08-27T00:54:27.556Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36442026-08-27T00:54:28.689Z[ helios-setup] Aug 27 00:54:27.490 INFO E| Compiling crypto-common v0.1.6
36452026-08-27T00:54:28.689Z[ helios-setup] Aug 27 00:54:27.490 INFO E| Compiling block-buffer v0.10.3
36462026-08-27T00:54:28.692Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36472026-08-27T00:54:28.823Z[ helios-setup] Aug 27 00:54:27.624 INFO E| Compiling digest v0.10.3
36482026-08-27T00:54:29.015Z[ helios-setup] Aug 27 00:54:27.816 INFO E| Compiling sha2 v0.10.5
36492026-08-27T00:54:29.275Z[ helios-setup] Aug 27 00:54:28.075 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
36502026-08-27T00:54:30.778Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36512026-08-27T00:54:31.023Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36522026-08-27T00:54:31.776Z[ helios-setup] Aug 27 00:54:30.577 INFO E| Finished `release` profile [optimized] target(s) in 11.08s
36532026-08-27T00:54:31.860Z[ helios-setup] Aug 27 00:54:30.592 INFO building project "bootserver" ok (11 seconds)
36542026-08-27T00:54:31.860Z[ helios-setup] Aug 27 00:54:30.592 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
36552026-08-27T00:54:31.860Z[ helios-setup] Aug 27 00:54:30.632 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)"
36562026-08-27T00:54:31.860Z[ helios-setup] Aug 27 00:54:30.632 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
36572026-08-27T00:54:31.860Z[ helios-setup] Aug 27 00:54:30.632 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
36582026-08-27T00:54:31.949Z[ helios-setup] Aug 27 00:54:30.750 INFO E| Blocking waiting for file lock on package cache
36592026-08-27T00:54:32.103Z[ helios-setup] Aug 27 00:54:30.904 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
36602026-08-27T00:54:32.258Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
36612026-08-27T00:54:32.440Z[ helios-setup] Aug 27 00:54:31.241 INFO E| From https://github.com/jclulow/rust-jmclib
36622026-08-27T00:54:32.440Z[ helios-setup] Aug 27 00:54:31.241 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
36632026-08-27T00:54:32.452Z[ helios-setup] Aug 27 00:54:31.254 INFO E| Updating crates.io index
36642026-08-27T00:54:32.505Z[ helios-setup] Aug 27 00:54:31.306 INFO E| Downloading crates ...
36652026-08-27T00:54:32.548Z[ helios-setup] Aug 27 00:54:31.349 INFO E| Downloaded digest v0.9.0
36662026-08-27T00:54:32.554Z[ helios-setup] Aug 27 00:54:31.355 INFO E| Downloaded bitflags v2.3.3
36672026-08-27T00:54:32.556Z[ helios-setup] Aug 27 00:54:31.357 INFO E| Downloaded libdevinfo-sys v1.0.0
36682026-08-27T00:54:32.574Z[ helios-setup] Aug 27 00:54:31.376 INFO E| Downloaded errno v0.3.1
36692026-08-27T00:54:32.578Z[ helios-setup] Aug 27 00:54:31.379 INFO E| Downloaded cpufeatures v0.2.9
36702026-08-27T00:54:32.581Z[ helios-setup] Aug 27 00:54:31.380 INFO E| Downloaded fastrand v2.0.0
36712026-08-27T00:54:32.584Z[ helios-setup] Aug 27 00:54:31.384 INFO E| Downloaded sha-1 v0.9.8
36722026-08-27T00:54:32.584Z[ helios-setup] Aug 27 00:54:31.385 INFO E| Downloaded md-5 v0.9.1
36732026-08-27T00:54:32.591Z[ helios-setup] Aug 27 00:54:31.393 INFO E| Downloaded block-buffer v0.9.0
36742026-08-27T00:54:32.596Z[ helios-setup] Aug 27 00:54:31.398 INFO E| Downloaded glob v0.3.1
36752026-08-27T00:54:32.599Z[ helios-setup] Aug 27 00:54:31.399 INFO E| Downloaded walkdir v2.3.3
36762026-08-27T00:54:32.602Z[ helios-setup] Aug 27 00:54:31.402 INFO E| Downloaded tempfile v3.7.0
36772026-08-27T00:54:32.605Z[ helios-setup] Aug 27 00:54:31.404 INFO E| Downloaded quote v1.0.31
36782026-08-27T00:54:32.611Z[ helios-setup] Aug 27 00:54:31.413 INFO E| Downloaded unicode-ident v1.0.11
36792026-08-27T00:54:32.686Z[ helios-setup] Aug 27 00:54:31.416 INFO E| Downloaded once_cell v1.18.0
36802026-08-27T00:54:32.687Z[ helios-setup] Aug 27 00:54:31.418 INFO E| Downloaded typenum v1.16.0
36812026-08-27T00:54:32.687Z[ helios-setup] Aug 27 00:54:31.420 INFO E| Downloaded anyhow v1.0.72
36822026-08-27T00:54:32.687Z[ helios-setup] Aug 27 00:54:31.422 INFO E| Downloaded proc-macro2 v1.0.66
36832026-08-27T00:54:32.687Z[ helios-setup] Aug 27 00:54:31.423 INFO E| Downloaded uuid v0.8.2
36842026-08-27T00:54:32.687Z[ helios-setup] Aug 27 00:54:31.425 INFO E| Downloaded serde_derive v1.0.193
36852026-08-27T00:54:32.687Z[ helios-setup] Aug 27 00:54:31.427 INFO E| Downloaded toml v0.5.11
36862026-08-27T00:54:32.687Z[ helios-setup] Aug 27 00:54:31.428 INFO E| Downloaded getrandom v0.2.10
36872026-08-27T00:54:32.688Z[ helios-setup] Aug 27 00:54:31.430 INFO E| Downloaded serde v1.0.193
36882026-08-27T00:54:32.688Z[ helios-setup] Aug 27 00:54:31.433 INFO E| Downloaded syn v2.0.32
36892026-08-27T00:54:32.688Z[ helios-setup] Aug 27 00:54:31.443 INFO E| Downloaded serde_json v1.0.103
36902026-08-27T00:54:32.688Z[ helios-setup] Aug 27 00:54:31.471 INFO E| Downloaded rustix v0.38.4
36912026-08-27T00:54:32.693Z[ helios-setup] Aug 27 00:54:31.494 INFO E| Downloaded libc v0.2.147
36922026-08-27T00:54:32.740Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36932026-08-27T00:54:32.761Z[ helios-setup] Aug 27 00:54:31.562 INFO E| Compiling libc v0.2.147
36942026-08-27T00:54:32.761Z[ helios-setup] Aug 27 00:54:31.562 INFO E| Compiling proc-macro2 v1.0.66
36952026-08-27T00:54:32.761Z[ helios-setup] Aug 27 00:54:31.562 INFO E| Compiling unicode-ident v1.0.11
36962026-08-27T00:54:32.765Z[ helios-setup] Aug 27 00:54:31.562 INFO E| Compiling cfg-if v1.0.0
36972026-08-27T00:54:32.765Z[ helios-setup] Aug 27 00:54:31.562 INFO E| Compiling typenum v1.16.0
36982026-08-27T00:54:32.765Z[ helios-setup] Aug 27 00:54:31.562 INFO E| Compiling version_check v0.9.4
36992026-08-27T00:54:32.765Z[ helios-setup] Aug 27 00:54:31.562 INFO E| Compiling serde v1.0.193
37002026-08-27T00:54:32.765Z[ helios-setup] Aug 27 00:54:31.562 INFO E| Compiling powerfmt v0.2.0
37012026-08-27T00:54:32.765Z[ helios-setup] Aug 27 00:54:31.562 INFO E| Compiling itoa v1.0.9
37022026-08-27T00:54:32.765Z[ helios-setup] Aug 27 00:54:31.562 INFO E| Compiling num-conv v0.1.0
37032026-08-27T00:54:32.765Z[ helios-setup] Aug 27 00:54:31.563 INFO E| Compiling rustix v0.38.4
37042026-08-27T00:54:32.765Z[ helios-setup] Aug 27 00:54:31.563 INFO E| Compiling slog v2.7.0
37052026-08-27T00:54:32.765Z[ helios-setup] Aug 27 00:54:31.563 INFO E| Compiling time-core v0.1.2
37062026-08-27T00:54:32.765Z[ helios-setup] Aug 27 00:54:31.563 INFO E| Compiling once_cell v1.18.0
37072026-08-27T00:54:32.765Z[ helios-setup] Aug 27 00:54:31.563 INFO E| Compiling bitflags v2.3.3
37082026-08-27T00:54:32.765Z[ helios-setup] Aug 27 00:54:31.563 INFO E| Compiling num_threads v0.1.6
37092026-08-27T00:54:33.143Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37102026-08-27T00:54:33.433Z[ helios-setup] Aug 27 00:54:32.234 INFO E| Compiling anyhow v1.0.72
37112026-08-27T00:54:33.438Z[ helios-setup] Aug 27 00:54:32.234 INFO E| Compiling fastrand v2.0.0
37122026-08-27T00:54:33.641Z[ helios-setup] Aug 27 00:54:32.442 INFO E| Compiling deranged v0.3.11
37132026-08-27T00:54:33.744Z[ helios-setup] Aug 27 00:54:32.546 INFO E| Compiling thread_local v1.1.7
37142026-08-27T00:54:33.759Z[ helios-setup] Aug 27 00:54:32.560 INFO E| Compiling time-macros v0.2.18
37152026-08-27T00:54:33.816Z[ helios-setup] Aug 27 00:54:32.617 INFO E| Compiling opaque-debug v0.3.0
37162026-08-27T00:54:33.835Z[ helios-setup] Aug 27 00:54:32.636 INFO E| Compiling serde_json v1.0.103
37172026-08-27T00:54:33.840Z[ helios-setup] Aug 27 00:54:32.641 INFO E| Compiling generic-array v0.14.7
37182026-08-27T00:54:33.906Z[ helios-setup] Aug 27 00:54:32.707 INFO E| Compiling unicode-width v0.1.10
37192026-08-27T00:54:33.986Z[ helios-setup] Aug 27 00:54:32.765 INFO E| Compiling cpufeatures v0.2.9
37202026-08-27T00:54:33.986Z[ helios-setup] Aug 27 00:54:32.779 INFO E| Compiling same-file v1.0.6
37212026-08-27T00:54:34.045Z[ helios-setup] Aug 27 00:54:32.847 INFO E| Compiling ryu v1.0.15
37222026-08-27T00:54:34.073Z[ helios-setup] Aug 27 00:54:32.874 INFO E| Compiling getopts v0.2.21
37232026-08-27T00:54:34.130Z[ helios-setup] Aug 27 00:54:32.931 INFO E| Compiling quote v1.0.31
37242026-08-27T00:54:34.163Z[ helios-setup] Aug 27 00:54:32.964 INFO E| Compiling libdevinfo-sys v1.0.0
37252026-08-27T00:54:34.337Z[ helios-setup] Aug 27 00:54:33.139 INFO E| Compiling walkdir v2.3.3
37262026-08-27T00:54:34.342Z[ helios-setup] Aug 27 00:54:33.143 INFO E| Compiling glob v0.3.1
37272026-08-27T00:54:34.485Z[ helios-setup] Aug 27 00:54:33.286 INFO E| Compiling syn v2.0.32
37282026-08-27T00:54:34.638Z[ host-package] Compiling fatfs v0.3.6
37292026-08-27T00:54:35.211Z[ helios-setup] Aug 27 00:54:34.012 INFO E| Compiling dirs-sys-next v0.1.2
37302026-08-27T00:54:35.211Z[ helios-setup] Aug 27 00:54:34.012 INFO E| Compiling errno v0.3.1
37312026-08-27T00:54:35.211Z[ helios-setup] Aug 27 00:54:34.012 INFO E| Compiling atty v0.2.14
37322026-08-27T00:54:35.215Z[ helios-setup] Aug 27 00:54:34.012 INFO E| Compiling getrandom v0.2.10
37332026-08-27T00:54:35.465Z[ helios-setup] Aug 27 00:54:34.266 INFO E| Compiling dirs-next v2.0.0
37342026-08-27T00:54:35.553Z[ helios-setup] Aug 27 00:54:34.354 INFO E| Compiling term v0.7.0
37352026-08-27T00:54:35.725Z[ helios-setup] Aug 27 00:54:34.526 INFO E| Compiling time v0.3.36
37362026-08-27T00:54:35.822Z[ helios-setup] Aug 27 00:54:34.623 INFO E| Compiling block-buffer v0.9.0
37372026-08-27T00:54:35.822Z[ helios-setup] Aug 27 00:54:34.623 INFO E| Compiling digest v0.9.0
37382026-08-27T00:54:35.958Z[ helios-setup] Aug 27 00:54:34.759 INFO E| Compiling sha-1 v0.9.8
37392026-08-27T00:54:35.958Z[ helios-setup] Aug 27 00:54:34.759 INFO E| Compiling md-5 v0.9.1
37402026-08-27T00:54:36.242Z[ helios-setup] Aug 27 00:54:35.043 INFO E| Compiling tempfile v3.7.0
37412026-08-27T00:54:36.594Z[ host-package] Compiling signal-hook-tokio v0.3.1
37422026-08-27T00:54:36.640Z[ host-package] Compiling yasna v0.5.2
37432026-08-27T00:54:36.649Z[ helios-setup] Aug 27 00:54:35.450 INFO E| Compiling serde_derive v1.0.193
37442026-08-27T00:54:36.702Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37452026-08-27T00:54:36.968Z[ host-package] Compiling assert_matches v1.5.0
37462026-08-27T00:54:36.968Z[ helios-setup] Aug 27 00:54:35.769 INFO E| Compiling slog-term v2.9.0
37472026-08-27T00:54:37.265Z[ host-package] Compiling seq-macro v0.3.6
37482026-08-27T00:54:37.557Z[ host-package] Compiling rcgen v0.12.1
37492026-08-27T00:54:38.044Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37502026-08-27T00:54:38.343Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37512026-08-27T00:54:38.563Z[ host-package] Compiling slog-envlogger v2.2.0
37522026-08-27T00:54:39.466Z[ host-package] Compiling oxide-update-engine-display v0.1.2
37532026-08-27T00:54:39.765Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37542026-08-27T00:54:40.516Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37552026-08-27T00:54:40.718Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37562026-08-27T00:54:40.965Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37572026-08-27T00:54:41.285Z[ host-package] Compiling port-file v0.1.0
37582026-08-27T00:54:41.415Z[ helios-setup] Aug 27 00:54:40.216 INFO E| Compiling toml v0.5.11
37592026-08-27T00:54:41.415Z[ helios-setup] Aug 27 00:54:40.216 INFO E| Compiling uuid v0.8.2
37602026-08-27T00:54:41.649Z[ host-package] Compiling rtoolbox v0.0.3
37612026-08-27T00:54:41.978Z[ host-package] Compiling subprocess v0.2.15
37622026-08-27T00:54:42.237Z[ helios-setup] Aug 27 00:54:40.989 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
37632026-08-27T00:54:42.277Z[ host-package] Compiling rpassword v7.5.4
37642026-08-27T00:54:42.452Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37652026-08-27T00:54:42.920Z[ helios-setup] Aug 27 00:54:41.720 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
37662026-08-27T00:54:43.071Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37672026-08-27T00:54:43.914Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37682026-08-27T00:54:44.123Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37692026-08-27T00:54:44.288Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37702026-08-27T00:54:46.730Z[ host-package] Compiling tui-tree-widget v0.23.1
37712026-08-27T00:54:47.054Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37722026-08-27T00:54:47.454Z[ helios-setup] Aug 27 00:54:46.247 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.60s
37732026-08-27T00:54:47.471Z[ helios-setup] Aug 27 00:54:46.272 INFO building project "image-builder" ok (15 seconds)
37742026-08-27T00:54:47.471Z[ helios-setup] Aug 27 00:54:46.272 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
37752026-08-27T00:54:47.484Z[ helios-setup] Aug 27 00:54:46.282 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)"
37762026-08-27T00:54:47.484Z[ helios-setup] Aug 27 00:54:46.282 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
37772026-08-27T00:54:47.491Z[ helios-setup] Aug 27 00:54:46.282 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
37782026-08-27T00:54:47.685Z[ helios-setup] Aug 27 00:54:46.486 INFO E| Downloading crates ...
37792026-08-27T00:54:47.737Z[ helios-setup] Aug 27 00:54:46.536 INFO E| Downloaded deranged v0.4.0
37802026-08-27T00:54:47.741Z[ helios-setup] Aug 27 00:54:46.541 INFO E| Downloaded anyhow v1.0.98
37812026-08-27T00:54:47.744Z[ helios-setup] Aug 27 00:54:46.544 INFO E| Downloaded errno v0.3.12
37822026-08-27T00:54:47.756Z[ helios-setup] Aug 27 00:54:46.557 INFO E| Downloaded time-core v0.1.4
37832026-08-27T00:54:47.762Z[ helios-setup] Aug 27 00:54:46.561 INFO E| Downloaded time-macros v0.2.22
37842026-08-27T00:54:47.767Z[ helios-setup] Aug 27 00:54:46.568 INFO E| Downloaded serde_with_macros v3.12.0
37852026-08-27T00:54:47.771Z[ helios-setup] Aug 27 00:54:46.570 INFO E| Downloaded iana-time-zone v0.1.63
37862026-08-27T00:54:47.774Z[ helios-setup] Aug 27 00:54:46.573 INFO E| Downloaded tempfile v3.20.0
37872026-08-27T00:54:47.775Z[ helios-setup] Aug 27 00:54:46.574 INFO E| Downloaded bitflags v2.9.1
37882026-08-27T00:54:47.785Z[ helios-setup] Aug 27 00:54:46.586 INFO E| Downloaded getrandom v0.3.3
37892026-08-27T00:54:47.795Z[ helios-setup] Aug 27 00:54:46.593 INFO E| Downloaded indexmap v2.9.0
37902026-08-27T00:54:47.807Z[ helios-setup] Aug 27 00:54:46.606 INFO E| Downloaded time v0.3.41
37912026-08-27T00:54:47.811Z[ helios-setup] Aug 27 00:54:46.611 INFO E| Downloaded serde_with v3.12.0
37922026-08-27T00:54:47.816Z[ helios-setup] Aug 27 00:54:46.615 INFO E| Downloaded hashbrown v0.15.3
37932026-08-27T00:54:47.832Z[ helios-setup] Aug 27 00:54:46.633 INFO E| Downloaded chrono v0.4.41
37942026-08-27T00:54:47.840Z[ helios-setup] Aug 27 00:54:46.637 INFO E| Downloaded rustix v1.0.7
37952026-08-27T00:54:47.872Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37962026-08-27T00:54:47.904Z[ helios-setup] Aug 27 00:54:46.699 INFO E| Compiling proc-macro2 v1.0.95
37972026-08-27T00:54:47.904Z[ helios-setup] Aug 27 00:54:46.699 INFO E| Compiling unicode-ident v1.0.18
37982026-08-27T00:54:47.915Z[ helios-setup] Aug 27 00:54:46.699 INFO E| Compiling libc v0.2.172
37992026-08-27T00:54:47.915Z[ helios-setup] Aug 27 00:54:46.699 INFO E| Compiling strsim v0.11.1
38002026-08-27T00:54:47.915Z[ helios-setup] Aug 27 00:54:46.699 INFO E| Compiling fnv v1.0.7
38012026-08-27T00:54:47.916Z[ helios-setup] Aug 27 00:54:46.699 INFO E| Compiling ident_case v1.0.1
38022026-08-27T00:54:47.917Z[ helios-setup] Aug 27 00:54:46.699 INFO E| Compiling serde v1.0.219
38032026-08-27T00:54:47.917Z[ helios-setup] Aug 27 00:54:46.699 INFO E| Compiling rustix v1.0.7
38042026-08-27T00:54:47.917Z[ helios-setup] Aug 27 00:54:46.699 INFO E| Compiling getrandom v0.3.3
38052026-08-27T00:54:47.917Z[ helios-setup] Aug 27 00:54:46.699 INFO E| Compiling serde_json v1.0.140
38062026-08-27T00:54:47.917Z[ helios-setup] Aug 27 00:54:46.699 INFO E| Compiling anyhow v1.0.98
38072026-08-27T00:54:47.917Z[ helios-setup] Aug 27 00:54:46.699 INFO E| Compiling cfg-if v1.0.0
38082026-08-27T00:54:47.917Z[ helios-setup] Aug 27 00:54:46.700 INFO E| Compiling bitflags v2.9.1
38092026-08-27T00:54:47.917Z[ helios-setup] Aug 27 00:54:46.700 INFO E| Compiling thiserror v2.0.12
38102026-08-27T00:54:47.917Z[ helios-setup] Aug 27 00:54:46.700 INFO E| Compiling fastrand v2.3.0
38112026-08-27T00:54:47.917Z[ helios-setup] Aug 27 00:54:46.700 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
38122026-08-27T00:54:48.263Z[ helios-setup] Aug 27 00:54:47.063 INFO E| Compiling memchr v2.7.4
38132026-08-27T00:54:48.274Z[ helios-setup] Aug 27 00:54:47.074 INFO E| Compiling itoa v1.0.15
38142026-08-27T00:54:48.416Z[ helios-setup] Aug 27 00:54:47.216 INFO E| Compiling once_cell v1.21.3
38152026-08-27T00:54:48.610Z[ helios-setup] Aug 27 00:54:47.410 INFO E| Compiling ryu v1.0.20
38162026-08-27T00:54:49.322Z[ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
38172026-08-27T00:54:49.739Z[ helios-setup] Aug 27 00:54:48.540 INFO E| Compiling errno v0.3.12
38182026-08-27T00:54:49.840Z[ helios-setup] Aug 27 00:54:48.641 INFO E| Compiling quote v1.0.40
38192026-08-27T00:54:50.003Z[ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
38202026-08-27T00:54:50.025Z[ helios-setup] Aug 27 00:54:48.820 INFO E| Compiling syn v2.0.101
38212026-08-27T00:54:50.794Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38222026-08-27T00:54:50.981Z[ helios-setup] Aug 27 00:54:49.781 INFO E| Compiling tempfile v3.20.0
38232026-08-27T00:54:51.060Z[ host-package] Compiling uzers v0.12.2
38242026-08-27T00:54:51.193Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38252026-08-27T00:54:52.619Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38262026-08-27T00:54:52.722Z[ helios-setup] Aug 27 00:54:51.518 INFO E| Compiling darling_core v0.20.11
38272026-08-27T00:54:52.954Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38282026-08-27T00:54:53.822Z[ helios-setup] Aug 27 00:54:52.619 INFO E| Compiling serde_derive v1.0.219
38292026-08-27T00:54:53.822Z[ helios-setup] Aug 27 00:54:52.619 INFO E| Compiling thiserror-impl v2.0.12
38302026-08-27T00:54:53.965Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38312026-08-27T00:54:54.527Z[ host-package] Compiling support-bundle-viewer v0.1.2
38322026-08-27T00:54:54.896Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38332026-08-27T00:54:55.329Z[ helios-setup] Aug 27 00:54:54.126 INFO E| Compiling darling_macro v0.20.11
38342026-08-27T00:54:56.086Z[ helios-setup] Aug 27 00:54:54.883 INFO E| Compiling darling v0.20.11
38352026-08-27T00:54:56.185Z[ helios-setup] Aug 27 00:54:54.986 INFO E| Compiling serde_with_macros v3.12.0
38362026-08-27T00:54:56.597Z[ host-package] Compiling multimap v0.10.1
38372026-08-27T00:54:59.307Z[ helios-setup] Aug 27 00:54:58.106 INFO E| Compiling serde_with v3.12.0
38382026-08-27T00:55:04.278Z[ helios-setup] Aug 27 00:55:03.077 INFO E| Finished `release` profile [optimized] target(s) in 16.78s
38392026-08-27T00:55:04.302Z[ helios-setup] Aug 27 00:55:03.102 INFO building project "dmar-report" ok (16 seconds)
38402026-08-27T00:55:04.308Z[ helios-setup] rm -f helios-build
38412026-08-27T00:55:04.308Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38422026-08-27T00:55:04.312Z[ helios-setup]
38432026-08-27T00:55:04.312Z[ helios-setup] Setup complete! ./helios-build is now available.
38442026-08-27T00:55:04.312Z[ helios-setup]
38452026-08-27T00:55:04.312Z[ helios-setup]
38462026-08-27T00:55:04.312Z[ helios-setup] real 3:00.974280888
38472026-08-27T00:55:04.312Z[ helios-setup] user 7:03.690045562
38482026-08-27T00:55:04.313Z[ helios-setup] sys 1:17.148566285
38492026-08-27T00:55:04.313Z[ helios-setup] trap 0.526672740
38502026-08-27T00:55:04.313Z[ helios-setup] tflt 2.245212341
38512026-08-27T00:55:04.313Z[ helios-setup] dflt 6.940861449
38522026-08-27T00:55:04.313Z[ helios-setup] kflt 0.008852052
38532026-08-27T00:55:04.313Z[ helios-setup] lock 48:35.245179574
38542026-08-27T00:55:04.313Z[ helios-setup] slp 31:01.427912867
38552026-08-27T00:55:04.313Z[ helios-setup] lat 4:14.141089758
38562026-08-27T00:55:04.313Z[ helios-setup] stop 1:21.205727290
38572026-08-27T00:55:04.313ZAug 27 00:55:03.112 INFO [helios-setup] process exited with exit status: 0 (180.977519354s)
38582026-08-27T00:55:04.313ZAug 27 00:55:03.112 INFO [helios-record] running task
38592026-08-27T00:55:04.313ZAug 27 00:55:03.113 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38602026-08-27T00:55:04.317ZAug 27 00:55:03.117 DEBG process exited with exit status: 0 (4.428147ms)
38612026-08-27T00:55:04.318ZAug 27 00:55:03.117 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38622026-08-27T00:55:04.321ZAug 27 00:55:03.121 DEBG process exited with exit status: 0 (4.573377ms)
38632026-08-27T00:55:04.321ZAug 27 00:55:03.122 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38642026-08-27T00:55:04.325ZAug 27 00:55:03.126 DEBG process exited with exit status: 0 (4.439307ms)
38652026-08-27T00:55:04.325ZAug 27 00:55:03.126 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38662026-08-27T00:55:04.329ZAug 27 00:55:03.130 DEBG process exited with exit status: 0 (3.806336ms)
38672026-08-27T00:55:04.329ZAug 27 00:55:03.130 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38682026-08-27T00:55:04.333ZAug 27 00:55:03.133 DEBG process exited with exit status: 0 (3.536255ms)
38692026-08-27T00:55:04.333ZAug 27 00:55:03.133 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38702026-08-27T00:55:04.337ZAug 27 00:55:03.137 DEBG process exited with exit status: 0 (3.524616ms)
38712026-08-27T00:55:04.337ZAug 27 00:55:03.137 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38722026-08-27T00:55:04.341ZAug 27 00:55:03.141 DEBG process exited with exit status: 0 (3.658235ms)
38732026-08-27T00:55:04.341ZAug 27 00:55:03.141 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38742026-08-27T00:55:04.345ZAug 27 00:55:03.144 DEBG process exited with exit status: 0 (3.606496ms)
38752026-08-27T00:55:04.345ZAug 27 00:55:03.144 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38762026-08-27T00:55:04.349ZAug 27 00:55:03.148 DEBG process exited with exit status: 0 (3.718485ms)
38772026-08-27T00:55:04.349ZAug 27 00:55:03.148 INFO [helios-record] task succeeded (36.031265ms)
38782026-08-27T00:55:06.489Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38792026-08-27T00:55:11.529Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38802026-08-27T00:55:11.973Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
38812026-08-27T00:55:18.413Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38822026-08-27T00:55:18.496Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38832026-08-27T01:02:24.205Z[ host-package] Finished `release` profile [optimized] target(s) in 9m 35s
38842026-08-27T01:02:24.209Z[ 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-27T01:02:24.209Z[ 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-27T01:03:18.298ZAug 27 01:03:17.096 INFO [host-package] process exited with exit status: 0 (629.919832578s)
38872026-08-27T01:03:18.299ZAug 27 01:03:17.096 INFO [host-libraries] running task
38882026-08-27T01:03:18.299ZAug 27 01:03:17.096 INFO [host-stamp] running task
38892026-08-27T01:03:18.303ZAug 27 01:03:17.099 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+git19000f37f18
38902026-08-27T01:03:18.303ZAug 27 01:03:17.099 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+git19000f37f18
38912026-08-27T01:03:18.303ZAug 27 01:03:17.099 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+git19000f37f18
38922026-08-27T01:03:18.303ZAug 27 01:03:17.100 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+git19000f37f18
38932026-08-27T01:03:18.303ZAug 27 01:03:17.100 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+git19000f37f18
38942026-08-27T01:03:18.305ZAug 27 01:03:17.100 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+git19000f37f18
38952026-08-27T01:03:18.305ZAug 27 01:03:17.100 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+git19000f37f18
38962026-08-27T01:03:18.305ZAug 27 01:03:17.101 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+git19000f37f18
38972026-08-27T01:03:18.313Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38982026-08-27T01:03:18.313Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38992026-08-27T01:03:18.316Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39002026-08-27T01:03:18.316Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39012026-08-27T01:03:18.316Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39022026-08-27T01:03:18.316Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39032026-08-27T01:03:18.316Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
39042026-08-27T01:03:18.316Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39052026-08-27T01:03:18.316Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39062026-08-27T01:03:18.316ZAug 27 01:03:17.113 INFO [stamp-overlay] process exited with exit status: 0 (12.143428ms)
39072026-08-27T01:03:18.319Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39082026-08-27T01:03:18.323ZAug 27 01:03:17.120 INFO [stamp-oxlog] process exited with exit status: 0 (20.857551ms)
39092026-08-27T01:03:18.352Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
39102026-08-27T01:03:18.355ZAug 27 01:03:17.153 INFO [stamp-crucible-utils] process exited with exit status: 0 (54.454173ms)
39112026-08-27T01:03:18.370Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39122026-08-27T01:03:18.373ZAug 27 01:03:17.171 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (71.99421ms)
39132026-08-27T01:03:18.541Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39142026-08-27T01:03:18.544ZAug 27 01:03:17.343 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (242.666391ms)
39152026-08-27T01:03:18.858Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39162026-08-27T01:03:18.862ZAug 27 01:03:17.660 INFO [stamp-propolis-server] process exited with exit status: 0 (559.435875ms)
39172026-08-27T01:03:18.910Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39182026-08-27T01:03:18.925ZAug 27 01:03:17.711 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (611.441925ms)
39192026-08-27T01:03:20.090ZAug 27 01:03:18.888 INFO [host-libraries] task succeeded (1.791191376s)
39202026-08-27T01:03:20.094ZAug 27 01:03:18.888 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39212026-08-27T01:03:20.098Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39222026-08-27T01:03:21.072Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39232026-08-27T01:03:21.948Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39242026-08-27T01:03:25.480Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39252026-08-27T01:03:25.484ZAug 27 01:03:24.282 INFO [stamp-switch-asic] process exited with exit status: 0 (7.182111665s)
39262026-08-27T01:03:25.484ZAug 27 01:03:24.282 INFO [host-stamp] task succeeded (7.185075919s)
39272026-08-27T01:03:25.484ZAug 27 01:03:24.282 INFO [host-proto] running task
39282026-08-27T01:03:25.983ZAug 27 01:03:24.781 INFO [host-proto] task succeeded (499.725854ms)
39292026-08-27T01:03:25.983ZAug 27 01:03:24.781 INFO [host-profile] running task
39302026-08-27T01:03:25.987ZAug 27 01:03:24.782 INFO [host-profile] task succeeded (181.35µs)
39312026-08-27T01:03:25.987ZAug 27 01:03:24.782 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/.tmpnxx3ZX/proto/host/root -N 'ci 19000f3/${os_short_commit} 2026-08-27 00:52' -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-27T01:03:25.991Z[ host-image] Aug 27 01:03:24.788 INFO Checking files for board 'cosmo'
39332026-08-27T01:03:25.991Z[ host-image] Aug 27 01:03:24.788 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39342026-08-27T01:03:25.991Z[ host-image] Aug 27 01:03:24.788 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
39352026-08-27T01:03:25.991Z[ host-image] Aug 27 01:03:24.788 INFO Checking files for board 'cosmo-mbist-noaggr'
39362026-08-27T01:03:25.991Z[ host-image] Aug 27 01:03:24.788 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39372026-08-27T01:03:25.991Z[ host-image] Aug 27 01:03:24.788 INFO Checking files for board 'gimlet'
39382026-08-27T01:03:25.991Z[ host-image] Aug 27 01:03:24.788 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39392026-08-27T01:03:25.991Z[ host-image] Aug 27 01:03:24.788 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39402026-08-27T01:03:25.991Z[ host-image] Aug 27 01:03:24.788 INFO Checking files for board 'cosmo-mbist'
39412026-08-27T01:03:25.991Z[ host-image] Aug 27 01:03:24.788 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39422026-08-27T01:03:25.999Z[ host-image] Aug 27 01:03:24.797 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpnxx3ZX/proto/host/root"
39432026-08-27T01:03:25.999Z[ host-image] Aug 27 01:03:24.797 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
39442026-08-27T01:03:26.004Z[ host-image] Aug 27 01:03:24.797 INFO image builder template: ramdisk-01-os...
39452026-08-27T01:03:26.004Z[ host-image] Aug 27 01:03:24.797 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/.tmpnxx3ZX/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-27T01:03:26.012Z[ host-image] Aug 27 01:03:24.810 INFO O| Aug 27 01:03:24.810 INFO CREATE DATASET: rpool/images/build/host/output
39472026-08-27T01:03:27.191Z[ host-image] Aug 27 01:03:25.989 INFO O| Aug 27 01:03:25.989 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39482026-08-27T01:03:27.195Z[ host-image] Aug 27 01:03:25.993 INFO O| Aug 27 01:03:25.993 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39492026-08-27T01:03:27.408Z[ host-image] Aug 27 01:03:26.204 INFO O| Aug 27 01:03:26.204 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39502026-08-27T01:03:27.533Z[ host-image] Aug 27 01:03:26.330 INFO O| Aug 27 01:03:26.330 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39512026-08-27T01:03:27.534Z[ host-image] Aug 27 01:03:26.330 INFO O| Aug 27 01:03:26.330 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39522026-08-27T01:03:27.538Z[ host-image] Aug 27 01:03:26.330 INFO O| Aug 27 01:03:26.330 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39532026-08-27T01:03:27.538Z[ host-image] Aug 27 01:03:26.330 INFO O| Aug 27 01:03:26.330 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39542026-08-27T01:03:27.541Z[ host-image] Aug 27 01:03:26.336 INFO O| Aug 27 01:03:26.336 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39552026-08-27T01:03:27.856Z[ host-image] Aug 27 01:03:26.654 INFO O| Aug 27 01:03:26.654 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39562026-08-27T01:03:27.864Z[ host-image] Aug 27 01:03:26.662 INFO O| Aug 27 01:03:26.662 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39572026-08-27T01:03:28.150Z[ host-image] Aug 27 01:03:26.948 INFO O| Aug 27 01:03:26.948 INFO O| Caching catalogs ... Done
39582026-08-27T01:03:28.220Z[ host-image] Aug 27 01:03:27.018 INFO O| Aug 27 01:03:27.018 INFO STEP 0 (pkg_image_create) COMPLETE
39592026-08-27T01:03:28.221Z[ host-image] Aug 27 01:03:27.018 INFO O| Aug 27 01:03:27.018 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39602026-08-27T01:03:28.227Z[ host-image] Aug 27 01:03:27.025 INFO O| Aug 27 01:03:27.025 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-27T01:03:28.488Z[ host-image] Aug 27 01:03:27.286 INFO O| Aug 27 01:03:27.286 INFO STEP 1 (pkg_set_publisher) COMPLETE
39622026-08-27T01:03:28.489Z[ host-image] Aug 27 01:03:27.286 INFO O| Aug 27 01:03:27.286 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39632026-08-27T01:03:28.493Z[ host-image] Aug 27 01:03:27.286 INFO O| Aug 27 01:03:27.286 INFO skip step because feature "publisher_1_name" is not enabled
39642026-08-27T01:03:28.493Z[ host-image] Aug 27 01:03:27.286 INFO O| Aug 27 01:03:27.286 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39652026-08-27T01:03:28.493Z[ host-image] Aug 27 01:03:27.286 INFO O| Aug 27 01:03:27.286 INFO skip step because feature "publisher_2_name" is not enabled
39662026-08-27T01:03:28.493Z[ host-image] Aug 27 01:03:27.286 INFO O| Aug 27 01:03:27.286 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39672026-08-27T01:03:28.493Z[ host-image] Aug 27 01:03:27.286 INFO O| Aug 27 01:03:27.286 INFO skip step because feature "publisher_3_name" is not enabled
39682026-08-27T01:03:28.493Z[ host-image] Aug 27 01:03:27.286 INFO O| Aug 27 01:03:27.286 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39692026-08-27T01:03:28.745Z[ host-image] Aug 27 01:03:27.543 INFO O| Aug 27 01:03:27.543 INFO variant opensolaris.zone is already global
39702026-08-27T01:03:28.745Z[ host-image] Aug 27 01:03:27.543 INFO O| Aug 27 01:03:27.543 INFO STEP 5 (pkg_change_variant) COMPLETE
39712026-08-27T01:03:28.745Z[ host-image] Aug 27 01:03:27.543 INFO O| Aug 27 01:03:27.543 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39722026-08-27T01:03:28.986Z[ host-image] Aug 27 01:03:27.784 INFO O| Aug 27 01:03:27.784 INFO variant opensolaris.imagetype is full; changing to partial
39732026-08-27T01:03:28.987Z[ host-image] Aug 27 01:03:27.784 INFO O| Aug 27 01:03:27.784 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39742026-08-27T01:03:30.864Z[ host-image] Aug 27 01:03:29.662 INFO O| Aug 27 01:03:29.662 INFO O| Startup: Refreshing catalog 'helios' ... Done
39752026-08-27T01:03:31.262Z[ host-image] Aug 27 01:03:30.060 INFO O| Aug 27 01:03:30.059 INFO O| Startup: Caching catalogs ... Done
39762026-08-27T01:03:31.276Z[ host-image] Aug 27 01:03:30.074 INFO O| Aug 27 01:03:30.074 INFO O| Planning: Planning completed in 0.00 seconds
39772026-08-27T01:03:31.281Z[ host-image] Aug 27 01:03:30.074 INFO O| Aug 27 01:03:30.074 INFO O| Planning: Consolidating action changes ... Done
39782026-08-27T01:03:31.281Z[ host-image] Aug 27 01:03:30.074 INFO O| Aug 27 01:03:30.074 INFO O| Planning: Evaluating mediators ... Done
39792026-08-27T01:03:31.281Z[ host-image] Aug 27 01:03:30.075 INFO O| Aug 27 01:03:30.075 INFO O| Planning: Planning completed in 0.00 seconds
39802026-08-27T01:03:31.281Z[ host-image] Aug 27 01:03:30.075 INFO O| Aug 27 01:03:30.075 INFO O| Variants/Facets to change: 1
39812026-08-27T01:03:31.285Z[ host-image] Aug 27 01:03:30.083 INFO O| Aug 27 01:03:30.083 INFO O| Finalize: Updating package state database ... Done
39822026-08-27T01:03:31.285Z[ host-image] Aug 27 01:03:30.083 INFO O| Aug 27 01:03:30.083 INFO O| Finalize: Updating package cache ... Done
39832026-08-27T01:03:31.350Z[ host-image] Aug 27 01:03:30.148 INFO O| Aug 27 01:03:30.148 INFO O| Finalize: Updating image state ... Done
39842026-08-27T01:03:31.360Z[ host-image] Aug 27 01:03:30.158 INFO O| Aug 27 01:03:30.158 INFO O| Finalize: Creating fast lookup database ... Done
39852026-08-27T01:03:31.365Z[ host-image] Aug 27 01:03:30.159 INFO O| Aug 27 01:03:30.159 INFO O| Finalize: Reading search index ... Done
39862026-08-27T01:03:31.365Z[ host-image] Aug 27 01:03:30.159 INFO O| Aug 27 01:03:30.159 INFO O| Finalize: Updating search index ... Done
39872026-08-27T01:03:31.365Z[ host-image] Aug 27 01:03:30.160 INFO O| Aug 27 01:03:30.160 INFO O| Finalize: Updating package cache ... Done
39882026-08-27T01:03:31.546Z[ host-image] Aug 27 01:03:30.344 INFO O| Aug 27 01:03:30.344 INFO STEP 6 (pkg_change_variant) COMPLETE
39892026-08-27T01:03:31.546Z[ host-image] Aug 27 01:03:30.344 INFO O| Aug 27 01:03:30.344 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39902026-08-27T01:03:31.584Z[ host-image] Aug 27 01:03:30.344 INFO O| Aug 27 01:03:30.344 INFO skip step because feature "debug_variant" is not enabled
39912026-08-27T01:03:31.584Z[ host-image] Aug 27 01:03:30.344 INFO O| Aug 27 01:03:30.344 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39922026-08-27T01:03:31.789Z[ host-image] Aug 27 01:03:30.587 INFO O| Aug 27 01:03:30.587 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39932026-08-27T01:03:33.143Z[recovery-package] Finished `release` profile [optimized] target(s) in 12.93s
39942026-08-27T01:03:33.487Z[ host-image] Aug 27 01:03:32.285 INFO O| Aug 27 01:03:32.285 INFO O| Startup: Refreshing catalog 'helios' ... Done
39952026-08-27T01:03:33.899Z[ host-image] Aug 27 01:03:32.693 INFO O| Aug 27 01:03:32.693 INFO O| Startup: Caching catalogs ... Done
39962026-08-27T01:03:33.911Z[ host-image] Aug 27 01:03:32.709 INFO O| Aug 27 01:03:32.709 INFO O| Planning: Planning completed in 0.00 seconds
39972026-08-27T01:03:33.917Z[ host-image] Aug 27 01:03:32.709 INFO O| Aug 27 01:03:32.709 INFO O| Planning: Consolidating action changes ... Done
39982026-08-27T01:03:33.917Z[ host-image] Aug 27 01:03:32.709 INFO O| Aug 27 01:03:32.709 INFO O| Planning: Evaluating mediators ... Done
39992026-08-27T01:03:33.917Z[ host-image] Aug 27 01:03:32.709 INFO O| Aug 27 01:03:32.709 INFO O| Planning: Planning completed in 0.00 seconds
40002026-08-27T01:03:33.917Z[ host-image] Aug 27 01:03:32.709 INFO O| Aug 27 01:03:32.709 INFO O| Variants/Facets to change: 1
40012026-08-27T01:03:33.921Z[ host-image] Aug 27 01:03:32.719 INFO O| Aug 27 01:03:32.719 INFO O| Finalize: Updating package state database ... Done
40022026-08-27T01:03:33.922Z[ host-image] Aug 27 01:03:32.719 INFO O| Aug 27 01:03:32.719 INFO O| Finalize: Updating package cache ... Done
40032026-08-27T01:03:34.000Z[ host-image] Aug 27 01:03:32.795 INFO O| Aug 27 01:03:32.795 INFO O| Finalize: Updating image state ... Done
40042026-08-27T01:03:34.018Z[ host-image] Aug 27 01:03:32.814 INFO O| Aug 27 01:03:32.814 INFO O| Finalize: Creating fast lookup database ... Done
40052026-08-27T01:03:34.027Z[ host-image] Aug 27 01:03:32.814 INFO O| Aug 27 01:03:32.814 INFO O| Finalize: Reading search index ... Done
40062026-08-27T01:03:34.027Z[ host-image] Aug 27 01:03:32.814 INFO O| Aug 27 01:03:32.814 INFO O| Finalize: Updating search index ... Done
40072026-08-27T01:03:34.027Z[ host-image] Aug 27 01:03:32.815 INFO O| Aug 27 01:03:32.815 INFO O| Finalize: Updating package cache ... Done
40082026-08-27T01:03:34.208Z[ host-image] Aug 27 01:03:33.003 INFO O| Aug 27 01:03:33.003 INFO STEP 8 (pkg_change_facet) COMPLETE
40092026-08-27T01:03:34.212Z[ host-image] Aug 27 01:03:33.003 INFO O| Aug 27 01:03:33.003 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40102026-08-27T01:03:34.212Z[ host-image] Aug 27 01:03:33.003 INFO O| Aug 27 01:03:33.003 INFO skip step because feature "recovery" is not enabled
40112026-08-27T01:03:34.212Z[ host-image] Aug 27 01:03:33.003 INFO O| Aug 27 01:03:33.003 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40122026-08-27T01:03:34.212Z[ host-image] Aug 27 01:03:33.003 INFO O| Aug 27 01:03:33.003 INFO skip step because feature "recovery" is not enabled
40132026-08-27T01:03:34.213Z[ host-image] Aug 27 01:03:33.003 INFO O| Aug 27 01:03:33.003 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40142026-08-27T01:03:34.219Z[ host-image] Aug 27 01:03:33.011 INFO O| Aug 27 01:03:33.011 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"]
40152026-08-27T01:03:34.977ZAug 27 01:03:33.775 INFO [recovery-package] process exited with exit status: 0 (14.887288648s)
40162026-08-27T01:03:34.977ZAug 27 01:03:33.775 INFO [recovery-libraries] running task
40172026-08-27T01:03:34.977ZAug 27 01:03:33.775 INFO [recovery-stamp] running task
40182026-08-27T01:03:34.981ZAug 27 01:03:33.776 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+git19000f37f18
40192026-08-27T01:03:34.981ZAug 27 01:03:33.776 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git19000f37f18
40202026-08-27T01:03:34.984Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40212026-08-27T01:03:34.988Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40222026-08-27T01:03:35.033ZAug 27 01:03:33.831 INFO [recovery-libraries] task succeeded (55.967635ms)
40232026-08-27T01:03:35.037ZAug 27 01:03:33.831 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
40242026-08-27T01:03:35.109Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40252026-08-27T01:03:35.112ZAug 27 01:03:33.909 INFO [stamp-installinator] process exited with exit status: 0 (133.055713ms)
40262026-08-27T01:03:35.161Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40272026-08-27T01:03:35.167ZAug 27 01:03:33.962 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (186.684474ms)
40282026-08-27T01:03:35.167ZAug 27 01:03:33.962 INFO [recovery-stamp] task succeeded (187.122506ms)
40292026-08-27T01:03:35.167ZAug 27 01:03:33.962 INFO [recovery-proto] running task
40302026-08-27T01:03:35.167ZAug 27 01:03:33.962 INFO [tuf-stamp] running task
40312026-08-27T01:03:35.167ZAug 27 01:03:33.963 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+git19000f37f18
40322026-08-27T01:03:35.167ZAug 27 01:03:33.964 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+git19000f37f18
40332026-08-27T01:03:35.167ZAug 27 01:03:33.964 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+git19000f37f18
40342026-08-27T01:03:35.168ZAug 27 01:03:33.964 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+git19000f37f18
40352026-08-27T01:03:35.173ZAug 27 01:03:33.965 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+git19000f37f18
40362026-08-27T01:03:35.173ZAug 27 01:03:33.965 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+git19000f37f18
40372026-08-27T01:03:35.173ZAug 27 01:03:33.965 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+git19000f37f18
40382026-08-27T01:03:35.173ZAug 27 01:03:33.966 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+git19000f37f18
40392026-08-27T01:03:35.173ZAug 27 01:03:33.966 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+git19000f37f18
40402026-08-27T01:03:35.173ZAug 27 01:03:33.967 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+git19000f37f18
40412026-08-27T01:03:35.173ZAug 27 01:03:33.967 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+git19000f37f18
40422026-08-27T01:03:35.173ZAug 27 01:03:33.967 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+git19000f37f18
40432026-08-27T01:03:35.177Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40442026-08-27T01:03:35.177Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40452026-08-27T01:03:35.177Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40462026-08-27T01:03:35.178Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40472026-08-27T01:03:35.178Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40482026-08-27T01:03:35.178Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40492026-08-27T01:03:35.178Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40502026-08-27T01:03:35.178Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40512026-08-27T01:03:35.178Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40522026-08-27T01:03:35.178Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40532026-08-27T01:03:35.181Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40542026-08-27T01:03:35.181Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40552026-08-27T01:03:35.222Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40562026-08-27T01:03:35.226ZAug 27 01:03:34.024 INFO [stamp-probe] process exited with exit status: 0 (60.035091ms)
40572026-08-27T01:03:35.294ZAug 27 01:03:34.092 INFO [recovery-proto] task succeeded (129.416177ms)
40582026-08-27T01:03:35.298ZAug 27 01:03:34.092 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/.tmpnxx3ZX/proto/recovery/root -N 'recovery 19000f3/${os_short_commit} 2026-08-27 00:52' -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/'
40592026-08-27T01:03:35.304Z[ recovery-image] Aug 27 01:03:34.099 INFO Checking files for board 'cosmo-mbist'
40602026-08-27T01:03:35.304Z[ recovery-image] Aug 27 01:03:34.099 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40612026-08-27T01:03:35.304Z[ recovery-image] Aug 27 01:03:34.099 INFO Checking files for board 'cosmo-mbist-noaggr'
40622026-08-27T01:03:35.304Z[ recovery-image] Aug 27 01:03:34.099 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40632026-08-27T01:03:35.304Z[ recovery-image] Aug 27 01:03:34.099 INFO Checking files for board 'cosmo'
40642026-08-27T01:03:35.304Z[ recovery-image] Aug 27 01:03:34.099 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40652026-08-27T01:03:35.304Z[ recovery-image] Aug 27 01:03:34.099 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40662026-08-27T01:03:35.304Z[ recovery-image] Aug 27 01:03:34.099 INFO Checking files for board 'gimlet'
40672026-08-27T01:03:35.304Z[ recovery-image] Aug 27 01:03:34.099 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40682026-08-27T01:03:35.304Z[ recovery-image] Aug 27 01:03:34.099 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40692026-08-27T01:03:35.310Z[ recovery-image] Aug 27 01:03:34.108 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpnxx3ZX/proto/recovery/root"
40702026-08-27T01:03:35.310Z[ recovery-image] Aug 27 01:03:34.108 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40712026-08-27T01:03:35.313Z[ recovery-image] Aug 27 01:03:34.108 INFO image builder template: ramdisk-01-os...
40722026-08-27T01:03:35.313Z[ recovery-image] Aug 27 01:03:34.108 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/.tmpnxx3ZX/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
40732026-08-27T01:03:35.327Z[ recovery-image] Aug 27 01:03:34.125 INFO O| Aug 27 01:03:34.125 INFO CREATE DATASET: rpool/images/build/recovery/output
40742026-08-27T01:03:35.625Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
40752026-08-27T01:03:35.652Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40762026-08-27T01:03:35.717Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40772026-08-27T01:03:35.721ZAug 27 01:03:34.519 INFO [stamp-ntp] process exited with exit status: 0 (555.545889ms)
40782026-08-27T01:03:35.756Z[ recovery-image] Aug 27 01:03:34.554 INFO O| Aug 27 01:03:34.554 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40792026-08-27T01:03:35.760Z[ recovery-image] Aug 27 01:03:34.558 INFO O| Aug 27 01:03:34.558 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40802026-08-27T01:03:35.819Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40812026-08-27T01:03:35.822ZAug 27 01:03:34.620 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (656.689014ms)
40822026-08-27T01:03:35.909Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40832026-08-27T01:03:35.912ZAug 27 01:03:34.711 INFO [stamp-external-dns] process exited with exit status: 0 (745.87538ms)
40842026-08-27T01:03:35.923Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40852026-08-27T01:03:35.927ZAug 27 01:03:34.725 INFO [stamp-internal-dns] process exited with exit status: 0 (757.495968ms)
40862026-08-27T01:03:36.014Z[ host-image] Aug 27 01:03:34.811 INFO O| Aug 27 01:03:34.811 INFO O| Startup: Refreshing catalog 'helios' ... Done
40872026-08-27T01:03:36.017Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40882026-08-27T01:03:36.021ZAug 27 01:03:34.818 INFO [stamp-crucible-zone] process exited with exit status: 0 (852.518503ms)
40892026-08-27T01:03:36.285Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40902026-08-27T01:03:36.288ZAug 27 01:03:35.086 INFO [stamp-oximeter] process exited with exit status: 0 (1.11894441s)
40912026-08-27T01:03:36.600Z[ host-image] Aug 27 01:03:35.398 INFO O| Aug 27 01:03:35.398 INFO O| Startup: Caching catalogs ... Done
40922026-08-27T01:03:36.823Z[ recovery-image] Aug 27 01:03:35.622 INFO O| Aug 27 01:03:35.621 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40932026-08-27T01:03:37.663Z[ recovery-image] Aug 27 01:03:36.461 INFO O| Aug 27 01:03:36.461 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40942026-08-27T01:03:37.663Z[ recovery-image] Aug 27 01:03:36.461 INFO O| Aug 27 01:03:36.461 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40952026-08-27T01:03:37.663Z[ recovery-image] Aug 27 01:03:36.461 INFO O| Aug 27 01:03:36.461 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40962026-08-27T01:03:37.706Z[ recovery-image] Aug 27 01:03:36.461 INFO O| Aug 27 01:03:36.461 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40972026-08-27T01:03:37.706Z[ recovery-image] Aug 27 01:03:36.465 INFO O| Aug 27 01:03:36.465 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40982026-08-27T01:03:37.862Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40992026-08-27T01:03:37.869ZAug 27 01:03:36.660 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.695123108s)
41002026-08-27T01:03:38.992Z[ host-image] Aug 27 01:03:37.790 INFO O| Aug 27 01:03:37.790 INFO O| Planning: Solver setup ... Done
41012026-08-27T01:03:39.235Z[ host-image] Aug 27 01:03:38.033 INFO O| Aug 27 01:03:38.033 INFO O| Planning: Running solver ... Done
41022026-08-27T01:03:39.285Z[ host-image] Aug 27 01:03:38.082 INFO O| Aug 27 01:03:38.082 INFO O| Planning: Finding local manifests ... Done
41032026-08-27T01:03:39.305Z[ host-image] Aug 27 01:03:38.103 INFO O| Aug 27 01:03:38.103 INFO O| Planning: Fetching manifests: 0/130 0% complete
41042026-08-27T01:03:39.866Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41052026-08-27T01:03:39.871ZAug 27 01:03:38.668 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.703585618s)
41062026-08-27T01:03:39.930Z[verify-libraries] Compiling match_cfg v0.1.0
41072026-08-27T01:03:39.930Z[verify-libraries] Compiling slog-json v2.6.1
41082026-08-27T01:03:39.934Z[verify-libraries] Compiling debug-ignore v1.0.5
41092026-08-27T01:03:39.934Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
41102026-08-27T01:03:40.161Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41112026-08-27T01:03:40.164ZAug 27 01:03:38.962 INFO [stamp-clickhouse] process exited with exit status: 0 (4.995056623s)
41122026-08-27T01:03:40.171Z[verify-libraries] Compiling sha1 v0.11.0
41132026-08-27T01:03:40.175Z[verify-libraries] Compiling serde_path_to_error v0.1.20
41142026-08-27T01:03:40.189Z[verify-libraries] Compiling multer v3.1.0
41152026-08-27T01:03:40.193Z[verify-libraries] Compiling compression-core v0.4.31
41162026-08-27T01:03:40.195Z[verify-libraries] Compiling progenitor-client v0.14.0
41172026-08-27T01:03:40.195Z[verify-libraries] Compiling async-stream-impl v0.3.6
41182026-08-27T01:03:40.195Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
41192026-08-27T01:03:40.195Z[verify-libraries] Compiling serde_spanned v1.1.1
41202026-08-27T01:03:40.237Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41212026-08-27T01:03:40.241ZAug 27 01:03:39.038 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.071391069s)
41222026-08-27T01:03:40.350Z[verify-libraries] Compiling hostname v0.3.1
41232026-08-27T01:03:40.350Z[verify-libraries] Compiling dropshot v0.17.1
41242026-08-27T01:03:40.391Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
41252026-08-27T01:03:40.391Z[verify-libraries] Compiling waitgroup v0.1.2
41262026-08-27T01:03:40.394Z[verify-libraries] Compiling rustls-pemfile v2.2.0
41272026-08-27T01:03:40.458Z[verify-libraries] Compiling slog-bunyan v2.5.0
41282026-08-27T01:03:40.458Z[verify-libraries] Compiling compression-codecs v0.4.37
41292026-08-27T01:03:40.461Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
41302026-08-27T01:03:40.462Z[verify-libraries] Compiling hostname v0.4.2
41312026-08-27T01:03:40.521Z[verify-libraries] Compiling atomicwrites v0.4.4
41322026-08-27T01:03:40.526Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41332026-08-27T01:03:40.610Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41342026-08-27T01:03:40.611Z[verify-libraries] Compiling regress v0.10.5
41352026-08-27T01:03:40.677Z[verify-libraries] Compiling macaddr v1.0.1
41362026-08-27T01:03:40.680Z[verify-libraries] Compiling serde_tokenstream v0.3.0
41372026-08-27T01:03:40.680Z[verify-libraries] Compiling instant v0.1.13
41382026-08-27T01:03:40.700Z[verify-libraries] Compiling oxide-generation v0.1.3
41392026-08-27T01:03:40.703Z[verify-libraries] Compiling parse-display-derive v0.10.0
41402026-08-27T01:03:40.704Z[verify-libraries] Compiling itertools v0.14.0
41412026-08-27T01:03:40.726Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41422026-08-27T01:03:40.730ZAug 27 01:03:39.528 INFO [stamp-nexus] process exited with exit status: 0 (5.56233711s)
41432026-08-27T01:03:40.730ZAug 27 01:03:39.528 INFO [tuf-stamp] task succeeded (5.565918115s)
41442026-08-27T01:03:40.730ZAug 27 01:03:39.528 INFO [tuf-v2-zones] running task
41452026-08-27T01:03:40.826Z[verify-libraries] Compiling async-compression v0.4.41
41462026-08-27T01:03:40.846Z[verify-libraries] Compiling backon v1.6.0
41472026-08-27T01:03:40.898Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41482026-08-27T01:03:40.930ZAug 27 01:03:39.728 INFO [tuf-v2-zones] task succeeded (199.857925ms)
41492026-08-27T01:03:40.972Z[verify-libraries] Compiling backoff v0.4.0
41502026-08-27T01:03:40.975Z[verify-libraries] Compiling humantime v2.3.0
41512026-08-27T01:03:41.029Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41522026-08-27T01:03:41.071Z[verify-libraries] Compiling async-stream v0.3.6
41532026-08-27T01:03:41.085Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41542026-08-27T01:03:41.110Z[verify-libraries] Compiling progenitor-extras v0.2.0
41552026-08-27T01:03:41.113Z[verify-libraries] Compiling oxide-generation-macros v0.2.0
41562026-08-27T01:03:41.113Z[verify-libraries] Compiling convert_case v0.4.0
41572026-08-27T01:03:41.200Z[verify-libraries] Compiling half v2.7.1
41582026-08-27T01:03:41.233Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41592026-08-27T01:03:41.292Z[verify-libraries] Compiling ciborium-io v0.2.2
41602026-08-27T01:03:41.292Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41612026-08-27T01:03:41.439Z[verify-libraries] Compiling indent_write v2.2.0
41622026-08-27T01:03:41.439Z[verify-libraries] Compiling regress v0.11.1
41632026-08-27T01:03:41.439Z[verify-libraries] Compiling secrecy v0.10.3
41642026-08-27T01:03:41.439Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41652026-08-27T01:03:41.485Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41662026-08-27T01:03:41.540Z[verify-libraries] Compiling ciborium-ll v0.2.2
41672026-08-27T01:03:41.567Z[ host-image] Aug 27 01:03:40.365 INFO O| Aug 27 01:03:40.365 INFO O| Planning: Fetching manifests: 130/130 100% complete
41682026-08-27T01:03:41.596Z[verify-libraries] Compiling inout v0.1.4
41692026-08-27T01:03:41.619Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41702026-08-27T01:03:41.663Z[verify-libraries] Compiling derive_more v0.99.20
41712026-08-27T01:03:41.697Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41722026-08-27T01:03:41.754Z[verify-libraries] Compiling ciborium v0.2.2
41732026-08-27T01:03:41.818Z[verify-libraries] Compiling cipher v0.4.4
41742026-08-27T01:03:41.848Z[verify-libraries] Compiling universal-hash v0.5.1
41752026-08-27T01:03:41.916Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41762026-08-27T01:03:41.952Z[verify-libraries] Compiling opaque-debug v0.3.1
41772026-08-27T01:03:41.952Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41782026-08-27T01:03:41.975Z[verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
41792026-08-27T01:03:42.032Z[verify-libraries] Compiling blake2 v0.10.6
41802026-08-27T01:03:42.076Z[verify-libraries] Compiling poly1305 v0.8.0
41812026-08-27T01:03:42.077Z[verify-libraries] Compiling aead v0.5.2
41822026-08-27T01:03:42.119Z[verify-libraries] Compiling chacha20 v0.9.1
41832026-08-27T01:03:42.206Z[ host-image] Aug 27 01:03:41.004 INFO O| Aug 27 01:03:41.004 INFO O| Planning: Package planning ... Done
41842026-08-27T01:03:42.210Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41852026-08-27T01:03:42.341Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41862026-08-27T01:03:42.372Z[verify-libraries] Compiling password-hash v0.5.0
41872026-08-27T01:03:42.401Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41882026-08-27T01:03:42.456Z[verify-libraries] Compiling num-derive v0.4.2
41892026-08-27T01:03:42.495Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41902026-08-27T01:03:42.495Z[verify-libraries] Compiling rayon-core v1.13.0
41912026-08-27T01:03:42.540Z[ host-image] Aug 27 01:03:41.338 INFO O| Aug 27 01:03:41.338 INFO O| Planning: Merging actions ... Done
41922026-08-27T01:03:42.628Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41932026-08-27T01:03:42.672Z[ host-image] Aug 27 01:03:41.469 INFO O| Aug 27 01:03:41.469 INFO O| Planning: Checking for conflicting actions ... Done
41942026-08-27T01:03:42.708Z[verify-libraries] Compiling argon2 v0.5.3
41952026-08-27T01:03:42.750Z[verify-libraries] Compiling parse-display v0.10.0
41962026-08-27T01:03:42.773Z[verify-libraries] Compiling glob v0.3.3
41972026-08-27T01:03:42.788Z[ host-image] Aug 27 01:03:41.582 INFO O| Aug 27 01:03:41.582 INFO O| Planning: Consolidating action changes ... Done
41982026-08-27T01:03:42.900Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41992026-08-27T01:03:42.936Z[verify-libraries] Compiling usdt-macro v0.5.0
42002026-08-27T01:03:42.978Z[ host-image] Aug 27 01:03:41.772 INFO O| Aug 27 01:03:41.772 INFO O| Planning: Evaluating mediators ... Done
42012026-08-27T01:03:43.007Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
42022026-08-27T01:03:43.157Z[verify-libraries] Compiling typify-impl v0.6.2
42032026-08-27T01:03:43.250Z[verify-libraries] Compiling thiserror-no-std v2.0.2
42042026-08-27T01:03:43.270Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42052026-08-27T01:03:43.431Z[verify-libraries] Compiling vsss-rs v3.3.4
42062026-08-27T01:03:43.521Z[verify-libraries] Compiling memmap v0.7.0
42072026-08-27T01:03:43.589Z[verify-libraries] Compiling proc-macro-crate v3.4.0
42082026-08-27T01:03:43.656Z[ recovery-image] Aug 27 01:03:42.453 INFO O| Aug 27 01:03:42.452 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42092026-08-27T01:03:43.668Z[ recovery-image] Aug 27 01:03:42.463 INFO O| Aug 27 01:03:42.463 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
42102026-08-27T01:03:43.724Z[verify-libraries] Compiling heapless v0.8.0
42112026-08-27T01:03:43.875Z[verify-libraries] Compiling proc-macro-error v1.0.4
42122026-08-27T01:03:43.880Z[verify-libraries] Compiling ingot-macros v0.2.0
42132026-08-27T01:03:43.950Z[verify-libraries] Compiling usdt v0.5.0
42142026-08-27T01:03:43.999Z[verify-libraries] Compiling tabwriter v1.4.1
42152026-08-27T01:03:44.026Z[ recovery-image] Aug 27 01:03:42.816 INFO O| Aug 27 01:03:42.816 INFO O| Caching catalogs ... Done
42162026-08-27T01:03:44.035Z[verify-libraries] Compiling hash32 v0.3.1
42172026-08-27T01:03:44.069Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42182026-08-27T01:03:44.107Z[ recovery-image] Aug 27 01:03:42.905 INFO O| Aug 27 01:03:42.905 INFO STEP 0 (pkg_image_create) COMPLETE
42192026-08-27T01:03:44.108Z[ recovery-image] Aug 27 01:03:42.905 INFO O| Aug 27 01:03:42.905 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42202026-08-27T01:03:44.118Z[ recovery-image] Aug 27 01:03:42.915 INFO O| Aug 27 01:03:42.915 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"]
42212026-08-27T01:03:44.228Z[verify-libraries] Compiling smoltcp v0.11.0
42222026-08-27T01:03:44.276Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
42232026-08-27T01:03:44.282Z[verify-libraries] Compiling cobs v0.3.0
42242026-08-27T01:03:44.283Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42252026-08-27T01:03:44.283Z[verify-libraries] Compiling colored v3.1.1
42262026-08-27T01:03:44.365Z[verify-libraries] Compiling num_enum_derive v0.7.6
42272026-08-27T01:03:44.373Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42282026-08-27T01:03:44.455Z[ recovery-image] Aug 27 01:03:43.244 INFO O| Aug 27 01:03:43.243 INFO STEP 1 (pkg_set_publisher) COMPLETE
42292026-08-27T01:03:44.462Z[ recovery-image] Aug 27 01:03:43.244 INFO O| Aug 27 01:03:43.244 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42302026-08-27T01:03:44.462Z[ recovery-image] Aug 27 01:03:43.244 INFO O| Aug 27 01:03:43.244 INFO skip step because feature "publisher_1_name" is not enabled
42312026-08-27T01:03:44.462Z[ recovery-image] Aug 27 01:03:43.244 INFO O| Aug 27 01:03:43.244 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42322026-08-27T01:03:44.462Z[ recovery-image] Aug 27 01:03:43.244 INFO O| Aug 27 01:03:43.244 INFO skip step because feature "publisher_2_name" is not enabled
42332026-08-27T01:03:44.462Z[ recovery-image] Aug 27 01:03:43.244 INFO O| Aug 27 01:03:43.244 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42342026-08-27T01:03:44.462Z[ recovery-image] Aug 27 01:03:43.244 INFO O| Aug 27 01:03:43.244 INFO skip step because feature "publisher_3_name" is not enabled
42352026-08-27T01:03:44.462Z[ recovery-image] Aug 27 01:03:43.244 INFO O| Aug 27 01:03:43.244 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42362026-08-27T01:03:44.472Z[verify-libraries] Compiling rayon v1.11.0
42372026-08-27T01:03:44.505Z[ host-image] Aug 27 01:03:43.302 INFO O| Aug 27 01:03:43.301 INFO O| Planning: Planning completed in 7.89 seconds
42382026-08-27T01:03:44.508Z[ host-image] Aug 27 01:03:43.304 INFO O| Aug 27 01:03:43.303 INFO O| Packages to install: 130
42392026-08-27T01:03:44.508Z[ host-image] Aug 27 01:03:43.304 INFO O| Aug 27 01:03:43.304 INFO O| Mediators to change: 5
42402026-08-27T01:03:44.509Z[ host-image] Aug 27 01:03:43.304 INFO O| Aug 27 01:03:43.304 INFO O| Services to change: 6
42412026-08-27T01:03:44.540Z[ host-image] Aug 27 01:03:43.337 INFO O| Aug 27 01:03:43.336 INFO O| Download: 0/23888 items 0.0/222.8MB 0% complete
42422026-08-27T01:03:44.573Z[verify-libraries] Compiling postcard v1.1.3
42432026-08-27T01:03:44.615Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42442026-08-27T01:03:44.616Z[verify-libraries] Compiling rand v0.10.1
42452026-08-27T01:03:44.697Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42462026-08-27T01:03:44.746Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42472026-08-27T01:03:44.765Z[ recovery-image] Aug 27 01:03:43.563 INFO O| Aug 27 01:03:43.563 INFO variant opensolaris.zone is already global
42482026-08-27T01:03:44.765Z[ recovery-image] Aug 27 01:03:43.563 INFO O| Aug 27 01:03:43.563 INFO STEP 5 (pkg_change_variant) COMPLETE
42492026-08-27T01:03:44.765Z[ recovery-image] Aug 27 01:03:43.563 INFO O| Aug 27 01:03:43.563 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42502026-08-27T01:03:44.828Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42512026-08-27T01:03:44.943Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42522026-08-27T01:03:44.991Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42532026-08-27T01:03:44.991Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42542026-08-27T01:03:45.088Z[ recovery-image] Aug 27 01:03:43.886 INFO O| Aug 27 01:03:43.886 INFO variant opensolaris.imagetype is full; changing to partial
42552026-08-27T01:03:45.088Z[ recovery-image] Aug 27 01:03:43.886 INFO O| Aug 27 01:03:43.886 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42562026-08-27T01:03:45.114Z[verify-libraries] Compiling illumos-nvpair v0.3.0
42572026-08-27T01:03:45.185Z[verify-libraries] Compiling num_enum_derive v0.5.11
42582026-08-27T01:03:45.289Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42592026-08-27T01:03:45.383Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42602026-08-27T01:03:45.409Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42612026-08-27T01:03:45.440Z[verify-libraries] Compiling cstr-argument v0.1.2
42622026-08-27T01:03:45.470Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
42632026-08-27T01:03:45.510Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42642026-08-27T01:03:45.633Z[verify-libraries] Compiling num_enum v0.7.6
42652026-08-27T01:03:45.665Z[verify-libraries] Compiling sigpipe v0.1.3
42662026-08-27T01:03:45.668Z[verify-libraries] Compiling foreign-types v0.5.0
42672026-08-27T01:03:45.712Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42682026-08-27T01:03:45.804Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
42692026-08-27T01:03:45.809Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42702026-08-27T01:03:45.809Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42712026-08-27T01:03:45.844Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42722026-08-27T01:03:45.947Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42732026-08-27T01:03:45.984Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42742026-08-27T01:03:45.987Z[verify-libraries] Compiling itertools v0.12.1
42752026-08-27T01:03:46.043Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42762026-08-27T01:03:46.069Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
42772026-08-27T01:03:46.147Z[verify-libraries] Compiling toml v0.8.23
42782026-08-27T01:03:46.168Z[verify-libraries] Compiling smf v0.2.3
42792026-08-27T01:03:46.264Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42802026-08-27T01:03:46.382Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
42812026-08-27T01:03:46.417Z[verify-libraries] Compiling whoami v1.6.1
42822026-08-27T01:03:46.461Z[verify-libraries] Compiling num_enum v0.5.11
42832026-08-27T01:03:46.487Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42842026-08-27T01:03:46.713Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42852026-08-27T01:03:46.753Z[verify-libraries] Compiling derive-where v1.6.0
42862026-08-27T01:03:46.800Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42872026-08-27T01:03:46.837Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
42882026-08-27T01:03:46.902Z[verify-libraries] Compiling gethostname v0.5.0
42892026-08-27T01:03:46.944Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42902026-08-27T01:03:47.077Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42912026-08-27T01:03:47.103Z[verify-libraries] Compiling newline-converter v0.3.0
42922026-08-27T01:03:47.130Z[verify-libraries] Compiling ingot-types v0.2.0
42932026-08-27T01:03:47.185Z[verify-libraries] Compiling console v0.15.11
42942026-08-27T01:03:47.189Z[verify-libraries] Compiling resolv-conf v0.7.6
42952026-08-27T01:03:47.275Z[verify-libraries] Compiling linear-map v1.2.0
42962026-08-27T01:03:47.309Z[verify-libraries] Compiling zone v0.3.1
42972026-08-27T01:03:47.313Z[verify-libraries] Compiling num-rational v0.4.2
42982026-08-27T01:03:47.332Z[verify-libraries] Compiling num-complex v0.4.6
42992026-08-27T01:03:47.403Z[ recovery-image] Aug 27 01:03:46.201 INFO O| Aug 27 01:03:46.201 INFO O| Startup: Refreshing catalog 'helios' ... Done
43002026-08-27T01:03:47.430Z[verify-libraries] Compiling slog-dtrace v0.3.0
43012026-08-27T01:03:47.552Z[verify-libraries] Compiling ingot v0.2.1
43022026-08-27T01:03:47.627Z[verify-libraries] Compiling expectorate v1.2.0
43032026-08-27T01:03:47.687Z[verify-libraries] Compiling prettyplease v0.2.37
43042026-08-27T01:03:47.787Z[verify-libraries] Compiling num v0.4.3
43052026-08-27T01:03:47.831Z[verify-libraries] Compiling float-ord v0.3.2
43062026-08-27T01:03:47.845Z[ recovery-image] Aug 27 01:03:46.642 INFO O| Aug 27 01:03:46.641 INFO O| Startup: Caching catalogs ... Done
43072026-08-27T01:03:47.860Z[ recovery-image] Aug 27 01:03:46.658 INFO O| Aug 27 01:03:46.658 INFO O| Planning: Planning completed in 0.00 seconds
43082026-08-27T01:03:47.864Z[ recovery-image] Aug 27 01:03:46.659 INFO O| Aug 27 01:03:46.659 INFO O| Planning: Consolidating action changes ... Done
43092026-08-27T01:03:47.864Z[ recovery-image] Aug 27 01:03:46.659 INFO O| Aug 27 01:03:46.659 INFO O| Planning: Evaluating mediators ... Done
43102026-08-27T01:03:47.865Z[ recovery-image] Aug 27 01:03:46.659 INFO O| Aug 27 01:03:46.659 INFO O| Planning: Planning completed in 0.00 seconds
43112026-08-27T01:03:47.865Z[ recovery-image] Aug 27 01:03:46.659 INFO O| Aug 27 01:03:46.659 INFO O| Variants/Facets to change: 1
43122026-08-27T01:03:47.878Z[ recovery-image] Aug 27 01:03:46.675 INFO O| Aug 27 01:03:46.675 INFO O| Finalize: Updating package state database ... Done
43132026-08-27T01:03:47.879Z[ recovery-image] Aug 27 01:03:46.675 INFO O| Aug 27 01:03:46.675 INFO O| Finalize: Updating package cache ... Done
43142026-08-27T01:03:47.889Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43152026-08-27T01:03:47.892Z[verify-libraries] Compiling linked-hash-map v0.5.6
43162026-08-27T01:03:47.914Z[verify-libraries] Compiling hickory-proto v0.24.4
43172026-08-27T01:03:47.960Z[ recovery-image] Aug 27 01:03:46.753 INFO O| Aug 27 01:03:46.753 INFO O| Finalize: Updating image state ... Done
43182026-08-27T01:03:47.966Z[verify-libraries] Compiling minimal-lexical v0.2.1
43192026-08-27T01:03:47.974Z[ recovery-image] Aug 27 01:03:46.772 INFO O| Aug 27 01:03:46.772 INFO O| Finalize: Creating fast lookup database ... Done
43202026-08-27T01:03:47.977Z[ recovery-image] Aug 27 01:03:46.773 INFO O| Aug 27 01:03:46.773 INFO O| Finalize: Reading search index ... Done
43212026-08-27T01:03:47.977Z[ recovery-image] Aug 27 01:03:46.773 INFO O| Aug 27 01:03:46.773 INFO O| Finalize: Updating search index ... Done
43222026-08-27T01:03:47.977Z[ recovery-image] Aug 27 01:03:46.773 INFO O| Aug 27 01:03:46.773 INFO O| Finalize: Updating package cache ... Done
43232026-08-27T01:03:47.998Z[verify-libraries] Compiling typify-macro v0.6.2
43242026-08-27T01:03:47.999Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43252026-08-27T01:03:48.042Z[verify-libraries] Compiling unicode-xid v0.2.6
43262026-08-27T01:03:48.119Z[verify-libraries] Compiling lru-cache v0.1.2
43272026-08-27T01:03:48.190Z[verify-libraries] Compiling tabled_derive v0.7.0
43282026-08-27T01:03:48.223Z[verify-libraries] Compiling nom v7.1.3
43292026-08-27T01:03:48.274Z[verify-libraries] Compiling oxide-update-engine-types v0.1.2
43302026-08-27T01:03:48.277Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43312026-08-27T01:03:48.293Z[ recovery-image] Aug 27 01:03:47.091 INFO O| Aug 27 01:03:47.091 INFO STEP 6 (pkg_change_variant) COMPLETE
43322026-08-27T01:03:48.293Z[ recovery-image] Aug 27 01:03:47.091 INFO O| Aug 27 01:03:47.091 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43332026-08-27T01:03:48.296Z[ recovery-image] Aug 27 01:03:47.091 INFO O| Aug 27 01:03:47.091 INFO skip step because feature "debug_variant" is not enabled
43342026-08-27T01:03:48.296Z[ recovery-image] Aug 27 01:03:47.091 INFO O| Aug 27 01:03:47.091 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43352026-08-27T01:03:48.299Z[verify-libraries] Compiling fd-lock v4.0.4
43362026-08-27T01:03:48.349Z[verify-libraries] Compiling vte v0.14.1
43372026-08-27T01:03:48.484Z[verify-libraries] Compiling display-error-chain v0.2.2
43382026-08-27T01:03:48.531Z[verify-libraries] Compiling crossterm v0.29.0
43392026-08-27T01:03:48.629Z[ recovery-image] Aug 27 01:03:47.427 INFO O| Aug 27 01:03:47.427 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43402026-08-27T01:03:48.677Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43412026-08-27T01:03:48.732Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43422026-08-27T01:03:48.899Z[verify-libraries] Compiling stacker v0.1.23
43432026-08-27T01:03:48.974Z[verify-libraries] Compiling reedline v0.40.0
43442026-08-27T01:03:49.001Z[verify-libraries] Compiling cfg_aliases v0.1.1
43452026-08-27T01:03:49.086Z[verify-libraries] Compiling termtree v0.5.1
43462026-08-27T01:03:49.131Z[verify-libraries] Compiling nix v0.28.0
43472026-08-27T01:03:49.250Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43482026-08-27T01:03:49.283Z[verify-libraries] Compiling tabled v0.15.0
43492026-08-27T01:03:49.309Z[verify-libraries] Compiling psm v0.1.30
43502026-08-27T01:03:49.366Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43512026-08-27T01:03:49.438Z[verify-libraries] Compiling oxide-update-engine v0.1.2
43522026-08-27T01:03:49.539Z[ host-image] Aug 27 01:03:48.336 INFO O| Aug 27 01:03:48.336 INFO O| Download: 9871/23888 items 85.1/222.8MB 38% complete (17.0M/s)
43532026-08-27T01:03:49.581Z[verify-libraries] Compiling semver v0.1.20
43542026-08-27T01:03:49.612Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43552026-08-27T01:03:49.667Z[verify-libraries] Compiling phf_shared v0.12.1
43562026-08-27T01:03:49.698Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43572026-08-27T01:03:49.727Z[verify-libraries] Compiling nibble_vec v0.1.0
43582026-08-27T01:03:49.816Z[verify-libraries] Compiling endian-type v0.1.2
43592026-08-27T01:03:49.930Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43602026-08-27T01:03:49.963Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43612026-08-27T01:03:49.991Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43622026-08-27T01:03:50.053Z[verify-libraries] Compiling typify v0.6.2
43632026-08-27T01:03:50.056Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43642026-08-27T01:03:50.057Z[verify-libraries] Compiling rustc_version v0.1.7
43652026-08-27T01:03:50.119Z[verify-libraries] Compiling chrono-tz v0.10.4
43662026-08-27T01:03:50.154Z[verify-libraries] Compiling hickory-resolver v0.24.4
43672026-08-27T01:03:50.204Z[verify-libraries] Compiling progenitor-impl v0.14.0
43682026-08-27T01:03:50.454Z[verify-libraries] Compiling highway v1.3.0
43692026-08-27T01:03:50.595Z[verify-libraries] Compiling newtype_derive v0.1.6
43702026-08-27T01:03:50.662Z[verify-libraries] Compiling recursive v0.1.1
43712026-08-27T01:03:50.706Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43722026-08-27T01:03:50.807Z[ recovery-image] Aug 27 01:03:49.605 INFO O| Aug 27 01:03:49.605 INFO O| Startup: Refreshing catalog 'helios' ... Done
43732026-08-27T01:03:50.817Z[verify-libraries] Compiling radix_trie v0.2.1
43742026-08-27T01:03:50.887Z[verify-libraries] Compiling phf v0.12.1
43752026-08-27T01:03:50.937Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43762026-08-27T01:03:51.129Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43772026-08-27T01:03:51.188Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43782026-08-27T01:03:51.301Z[ recovery-image] Aug 27 01:03:50.098 INFO O| Aug 27 01:03:50.098 INFO O| Startup: Caching catalogs ... Done
43792026-08-27T01:03:51.318Z[ recovery-image] Aug 27 01:03:50.116 INFO O| Aug 27 01:03:50.116 INFO O| Planning: Planning completed in 0.00 seconds
43802026-08-27T01:03:51.321Z[ recovery-image] Aug 27 01:03:50.116 INFO O| Aug 27 01:03:50.116 INFO O| Planning: Consolidating action changes ... Done
43812026-08-27T01:03:51.321Z[ recovery-image] Aug 27 01:03:50.116 INFO O| Aug 27 01:03:50.116 INFO O| Planning: Evaluating mediators ... Done
43822026-08-27T01:03:51.321Z[ recovery-image] Aug 27 01:03:50.117 INFO O| Aug 27 01:03:50.117 INFO O| Planning: Planning completed in 0.00 seconds
43832026-08-27T01:03:51.321Z[ recovery-image] Aug 27 01:03:50.117 INFO O| Aug 27 01:03:50.117 INFO O| Variants/Facets to change: 1
43842026-08-27T01:03:51.324Z[verify-libraries] Compiling qorb v0.4.1
43852026-08-27T01:03:51.341Z[ recovery-image] Aug 27 01:03:50.139 INFO O| Aug 27 01:03:50.139 INFO O| Finalize: Updating package state database ... Done
43862026-08-27T01:03:51.341Z[ recovery-image] Aug 27 01:03:50.139 INFO O| Aug 27 01:03:50.139 INFO O| Finalize: Updating package cache ... Done
43872026-08-27T01:03:51.415Z[ recovery-image] Aug 27 01:03:50.213 INFO O| Aug 27 01:03:50.213 INFO O| Finalize: Updating image state ... Done
43882026-08-27T01:03:51.431Z[ recovery-image] Aug 27 01:03:50.229 INFO O| Aug 27 01:03:50.229 INFO O| Finalize: Creating fast lookup database ... Done
43892026-08-27T01:03:51.435Z[ recovery-image] Aug 27 01:03:50.230 INFO O| Aug 27 01:03:50.230 INFO O| Finalize: Reading search index ... Done
43902026-08-27T01:03:51.436Z[ recovery-image] Aug 27 01:03:50.230 INFO O| Aug 27 01:03:50.230 INFO O| Finalize: Updating search index ... Done
43912026-08-27T01:03:51.436Z[ recovery-image] Aug 27 01:03:50.231 INFO O| Aug 27 01:03:50.231 INFO O| Finalize: Updating package cache ... Done
43922026-08-27T01:03:51.545Z[verify-libraries] Compiling peg-macros v0.8.5
43932026-08-27T01:03:51.709Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43942026-08-27T01:03:51.756Z[ recovery-image] Aug 27 01:03:50.554 INFO O| Aug 27 01:03:50.554 INFO STEP 8 (pkg_change_facet) COMPLETE
43952026-08-27T01:03:51.756Z[ recovery-image] Aug 27 01:03:50.554 INFO O| Aug 27 01:03:50.554 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43962026-08-27T01:03:51.960Z[verify-libraries] Compiling csv-core v0.1.13
43972026-08-27T01:03:52.002Z[verify-libraries] Compiling winnow v0.6.26
43982026-08-27T01:03:52.215Z[ recovery-image] Aug 27 01:03:51.013 INFO O| Aug 27 01:03:51.013 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43992026-08-27T01:03:52.274Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
44002026-08-27T01:03:52.329Z[verify-libraries] Compiling home v0.5.12
44012026-08-27T01:03:52.332Z[verify-libraries] Compiling unicode_categories v0.1.1
44022026-08-27T01:03:52.440Z[verify-libraries] Compiling const_format v0.2.35
44032026-08-27T01:03:52.550Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44042026-08-27T01:03:52.617Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44052026-08-27T01:03:52.651Z[verify-libraries] Compiling rustyline v14.0.0
44062026-08-27T01:03:52.686Z[verify-libraries] Compiling csv v1.4.0
44072026-08-27T01:03:52.751Z[verify-libraries] Compiling sqlparser v0.61.0
44082026-08-27T01:03:52.888Z[verify-libraries] Compiling bcs v0.1.6
44092026-08-27T01:03:52.935Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44102026-08-27T01:03:53.047Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44112026-08-27T01:03:53.274Z[verify-libraries] Compiling peg v0.8.5
44122026-08-27T01:03:53.300Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
44132026-08-27T01:03:53.304Z[verify-libraries] Compiling progenitor-macro v0.14.0
44142026-08-27T01:03:53.382Z[verify-libraries] Compiling nom v8.0.0
44152026-08-27T01:03:53.415Z[verify-libraries] Compiling sqlformat v0.3.5
44162026-08-27T01:03:53.465Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44172026-08-27T01:03:53.608Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44182026-08-27T01:03:53.658Z[verify-libraries] Compiling steno v0.4.1
44192026-08-27T01:03:53.721Z[verify-libraries] Compiling sha1 v0.10.6
44202026-08-27T01:03:53.781Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
44212026-08-27T01:03:54.050Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
44222026-08-27T01:03:54.135Z[verify-libraries] Compiling dropshot-api-manager-types v0.8.0
44232026-08-27T01:03:54.352Z[verify-libraries] Compiling tagptr v0.2.0
44242026-08-27T01:03:54.394Z[verify-libraries] Compiling utf-8 v0.7.6
44252026-08-27T01:03:54.429Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44262026-08-27T01:03:54.496Z[ recovery-image] Aug 27 01:03:53.294 INFO O| Aug 27 01:03:53.294 INFO O| Startup: Refreshing catalog 'helios' ... Done
44272026-08-27T01:03:54.511Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44282026-08-27T01:03:54.541Z[ host-image] Aug 27 01:03:53.339 INFO O| Aug 27 01:03:53.339 INFO O| Download: 17955/23888 items 152.9/222.8MB 68% complete (15.3M/s)
44292026-08-27T01:03:54.557Z[verify-libraries] Compiling moka v0.12.13
44302026-08-27T01:03:54.560Z[verify-libraries] Compiling libefi-sys v0.1.0
44312026-08-27T01:03:54.612Z[verify-libraries] Compiling tungstenite v0.21.0
44322026-08-27T01:03:54.645Z[verify-libraries] Compiling bitfield-struct v0.6.2
44332026-08-27T01:03:54.678Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44342026-08-27T01:03:54.738Z[verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
44352026-08-27T01:03:54.773Z[verify-libraries] Compiling xshell-macros v0.2.7
44362026-08-27T01:03:54.956Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44372026-08-27T01:03:54.991Z[ recovery-image] Aug 27 01:03:53.787 INFO O| Aug 27 01:03:53.787 INFO O| Startup: Caching catalogs ... Done
44382026-08-27T01:03:55.006Z[ recovery-image] Aug 27 01:03:53.803 INFO O| Aug 27 01:03:53.803 INFO O| Planning: Planning completed in 0.00 seconds
44392026-08-27T01:03:55.009Z[ recovery-image] Aug 27 01:03:53.804 INFO O| Aug 27 01:03:53.804 INFO O| Planning: Consolidating action changes ... Done
44402026-08-27T01:03:55.009Z[ recovery-image] Aug 27 01:03:53.804 INFO O| Aug 27 01:03:53.804 INFO O| Planning: Evaluating mediators ... Done
44412026-08-27T01:03:55.011Z[ recovery-image] Aug 27 01:03:53.804 INFO O| Aug 27 01:03:53.804 INFO O| Planning: Planning completed in 0.00 seconds
44422026-08-27T01:03:55.011Z[ recovery-image] Aug 27 01:03:53.804 INFO O| Aug 27 01:03:53.804 INFO O| Variants/Facets to change: 1
44432026-08-27T01:03:55.032Z[ recovery-image] Aug 27 01:03:53.827 INFO O| Aug 27 01:03:53.827 INFO O| Finalize: Updating package state database ... Done
44442026-08-27T01:03:55.032Z[ recovery-image] Aug 27 01:03:53.827 INFO O| Aug 27 01:03:53.827 INFO O| Finalize: Updating package cache ... Done
44452026-08-27T01:03:55.114Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44462026-08-27T01:03:55.118Z[ recovery-image] Aug 27 01:03:53.916 INFO O| Aug 27 01:03:53.915 INFO O| Finalize: Updating image state ... Done
44472026-08-27T01:03:55.133Z[ recovery-image] Aug 27 01:03:53.931 INFO O| Aug 27 01:03:53.931 INFO O| Finalize: Creating fast lookup database ... Done
44482026-08-27T01:03:55.137Z[ recovery-image] Aug 27 01:03:53.932 INFO O| Aug 27 01:03:53.931 INFO O| Finalize: Reading search index ... Done
44492026-08-27T01:03:55.137Z[ recovery-image] Aug 27 01:03:53.932 INFO O| Aug 27 01:03:53.932 INFO O| Finalize: Updating search index ... Done
44502026-08-27T01:03:55.137Z[ recovery-image] Aug 27 01:03:53.932 INFO O| Aug 27 01:03:53.932 INFO O| Finalize: Updating package cache ... Done
44512026-08-27T01:03:55.168Z[verify-libraries] Compiling libscf-sys v1.2.0
44522026-08-27T01:03:55.283Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44532026-08-27T01:03:55.329Z[verify-libraries] Compiling xshell v0.2.7
44542026-08-27T01:03:55.377Z[verify-libraries] Compiling hickory-resolver v0.25.2
44552026-08-27T01:03:55.404Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44562026-08-27T01:03:55.439Z[ recovery-image] Aug 27 01:03:54.236 INFO O| Aug 27 01:03:54.236 INFO STEP 9 (pkg_change_facet) COMPLETE
44572026-08-27T01:03:55.439Z[ recovery-image] Aug 27 01:03:54.236 INFO O| Aug 27 01:03:54.236 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44582026-08-27T01:03:55.459Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44592026-08-27T01:03:55.499Z[verify-libraries] Compiling papergrid v0.18.0
44602026-08-27T01:03:55.543Z[verify-libraries] Compiling sha2 v0.11.0
44612026-08-27T01:03:55.598Z[verify-libraries] Compiling subprocess v0.2.15
44622026-08-27T01:03:55.740Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44632026-08-27T01:03:55.767Z[ recovery-image] Aug 27 01:03:54.563 INFO O| Aug 27 01:03:54.563 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44642026-08-27T01:03:55.803Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44652026-08-27T01:03:55.841Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44662026-08-27T01:03:55.918Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44672026-08-27T01:03:55.986Z[verify-libraries] Compiling headers-core v0.3.0
44682026-08-27T01:03:56.182Z[verify-libraries] Compiling unicase v2.9.0
44692026-08-27T01:03:56.221Z[verify-libraries] Compiling headers v0.4.1
44702026-08-27T01:03:56.322Z[verify-libraries] Compiling darling_core v0.21.3
44712026-08-27T01:03:56.439Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44722026-08-27T01:03:56.468Z[verify-libraries] Compiling crc8 v0.1.1
44732026-08-27T01:03:56.474Z[verify-libraries] Compiling maplit v1.0.2
44742026-08-27T01:03:56.734Z[verify-libraries] Compiling tabled v0.21.0
44752026-08-27T01:03:56.927Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
44762026-08-27T01:03:57.126Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44772026-08-27T01:03:57.270Z[verify-libraries] Compiling yasna v0.5.2
44782026-08-27T01:03:57.452Z[verify-libraries] Compiling vergen-lib v0.1.6
44792026-08-27T01:03:57.645Z[verify-libraries] Compiling diesel_derives v2.3.7
44802026-08-27T01:03:57.701Z[verify-libraries] Compiling port-file v0.1.0
44812026-08-27T01:03:57.801Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44822026-08-27T01:03:57.932Z[verify-libraries] Compiling rcgen v0.12.1
44832026-08-27T01:03:57.936Z[ recovery-image] Aug 27 01:03:56.733 INFO O| Aug 27 01:03:56.733 INFO O| Startup: Refreshing catalog 'helios' ... Done
44842026-08-27T01:03:58.025Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44852026-08-27T01:03:58.073Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44862026-08-27T01:03:58.093Z[verify-libraries] Compiling half v1.8.3
44872026-08-27T01:03:58.195Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
44882026-08-27T01:03:58.315Z[verify-libraries] Compiling r2d2 v0.8.10
44892026-08-27T01:03:58.360Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44902026-08-27T01:03:58.380Z[ recovery-image] Aug 27 01:03:57.178 INFO O| Aug 27 01:03:57.178 INFO O| Startup: Caching catalogs ... Done
44912026-08-27T01:03:58.383Z[ host-image] Aug 27 01:03:57.178 INFO O| Aug 27 01:03:57.178 INFO O| Download: Completed 222.83 MB in 13.84 seconds (16.1M/s)
44922026-08-27T01:03:58.398Z[ recovery-image] Aug 27 01:03:57.194 INFO O| Aug 27 01:03:57.194 INFO O| Planning: Planning completed in 0.00 seconds
44932026-08-27T01:03:58.398Z[ recovery-image] Aug 27 01:03:57.194 INFO O| Aug 27 01:03:57.194 INFO O| Planning: Consolidating action changes ... Done
44942026-08-27T01:03:58.398Z[ recovery-image] Aug 27 01:03:57.194 INFO O| Aug 27 01:03:57.194 INFO O| Planning: Evaluating mediators ... Done
44952026-08-27T01:03:58.398Z[ recovery-image] Aug 27 01:03:57.195 INFO O| Aug 27 01:03:57.195 INFO O| Planning: Planning completed in 0.00 seconds
44962026-08-27T01:03:58.398Z[ recovery-image] Aug 27 01:03:57.195 INFO O| Aug 27 01:03:57.195 INFO O| Variants/Facets to change: 1
44972026-08-27T01:03:58.426Z[ recovery-image] Aug 27 01:03:57.224 INFO O| Aug 27 01:03:57.224 INFO O| Finalize: Updating package state database ... Done
44982026-08-27T01:03:58.426Z[ recovery-image] Aug 27 01:03:57.224 INFO O| Aug 27 01:03:57.224 INFO O| Finalize: Updating package cache ... Done
44992026-08-27T01:03:58.461Z[verify-libraries] Compiling serde_cbor v0.11.2
45002026-08-27T01:03:58.498Z[ recovery-image] Aug 27 01:03:57.296 INFO O| Aug 27 01:03:57.296 INFO O| Finalize: Updating image state ... Done
45012026-08-27T01:03:58.516Z[ recovery-image] Aug 27 01:03:57.312 INFO O| Aug 27 01:03:57.312 INFO O| Finalize: Creating fast lookup database ... Done
45022026-08-27T01:03:58.516Z[ recovery-image] Aug 27 01:03:57.313 INFO O| Aug 27 01:03:57.313 INFO O| Finalize: Reading search index ... Done
45032026-08-27T01:03:58.516Z[ recovery-image] Aug 27 01:03:57.313 INFO O| Aug 27 01:03:57.313 INFO O| Finalize: Updating search index ... Done
45042026-08-27T01:03:58.516Z[ recovery-image] Aug 27 01:03:57.314 INFO O| Aug 27 01:03:57.314 INFO O| Finalize: Updating package cache ... Done
45052026-08-27T01:03:58.592Z[verify-libraries] Compiling downcast-rs v2.0.2
45062026-08-27T01:03:58.714Z[verify-libraries] Compiling crunchy v0.2.4
45072026-08-27T01:03:58.760Z[verify-libraries] Compiling cpubits v0.1.1
45082026-08-27T01:03:58.808Z[ host-image] Aug 27 01:03:57.606 INFO O| Aug 27 01:03:57.606 INFO O| Actions: 1/54182 actions (Installing new actions)
45092026-08-27T01:03:58.823Z[ recovery-image] Aug 27 01:03:57.621 INFO O| Aug 27 01:03:57.621 INFO STEP 10 (pkg_change_facet) COMPLETE
45102026-08-27T01:03:58.823Z[ recovery-image] Aug 27 01:03:57.622 INFO O| Aug 27 01:03:57.621 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45112026-08-27T01:03:58.834Z[ recovery-image] Aug 27 01:03:57.632 INFO O| Aug 27 01:03:57.632 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"]
45122026-08-27T01:03:58.843Z[verify-libraries] Compiling dirs-next v2.0.0
45132026-08-27T01:03:58.896Z[verify-libraries] Compiling progenitor v0.14.0
45142026-08-27T01:03:58.928Z[verify-libraries] Compiling clang-sys v1.8.1
45152026-08-27T01:03:59.054Z[verify-libraries] Compiling tiny-keccak v2.0.2
45162026-08-27T01:03:59.158Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45172026-08-27T01:03:59.161Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
45182026-08-27T01:03:59.211Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45192026-08-27T01:03:59.238Z[verify-libraries] Compiling darling_macro v0.21.3
45202026-08-27T01:03:59.308Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45212026-08-27T01:03:59.590Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45222026-08-27T01:03:59.633Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
45232026-08-27T01:03:59.694Z[verify-libraries] Compiling term v0.7.0
45242026-08-27T01:03:59.782Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
45252026-08-27T01:03:59.821Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
45262026-08-27T01:03:59.993Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45272026-08-27T01:04:00.080Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
45282026-08-27T01:04:00.112Z[verify-libraries] Compiling darling v0.21.3
45292026-08-27T01:04:00.250Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45302026-08-27T01:04:00.278Z[verify-libraries] Compiling dsl_auto_type v0.2.0
45312026-08-27T01:04:00.303Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45322026-08-27T01:04:00.310Z[verify-libraries] Compiling bit-vec v0.6.3
45332026-08-27T01:04:00.430Z[verify-libraries] Compiling diff v0.1.13
45342026-08-27T01:04:00.504Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45352026-08-27T01:04:00.561Z[verify-libraries] Compiling ascii-canvas v3.0.0
45362026-08-27T01:04:00.708Z[verify-libraries] Compiling bit-set v0.5.3
45372026-08-27T01:04:00.788Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45382026-08-27T01:04:00.826Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45392026-08-27T01:04:00.877Z[verify-libraries] Compiling itertools v0.10.5
45402026-08-27T01:04:00.912Z[verify-libraries] Compiling ena v0.14.4
45412026-08-27T01:04:00.912Z[verify-libraries] Compiling libloading v0.8.9
45422026-08-27T01:04:00.958Z[ recovery-image] Aug 27 01:03:59.756 INFO O| Aug 27 01:03:59.756 INFO O| Startup: Refreshing catalog 'helios' ... Done
45432026-08-27T01:04:00.962Z[verify-libraries] Compiling regex-syntax v0.6.29
45442026-08-27T01:04:01.055Z[verify-libraries] Compiling bindgen v0.71.1
45452026-08-27T01:04:01.196Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45462026-08-27T01:04:01.199Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
45472026-08-27T01:04:01.396Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45482026-08-27T01:04:01.409Z[ recovery-image] Aug 27 01:04:00.206 INFO O| Aug 27 01:04:00.206 INFO O| Startup: Caching catalogs ... Done
45492026-08-27T01:04:01.502Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45502026-08-27T01:04:01.663Z[verify-libraries] Compiling cexpr v0.6.0
45512026-08-27T01:04:01.697Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45522026-08-27T01:04:01.763Z[verify-libraries] Compiling rustc-hash v2.1.1
45532026-08-27T01:04:02.016Z[verify-libraries] Compiling rfc6979 v0.4.0
45542026-08-27T01:04:02.050Z[verify-libraries] Compiling libxml v0.3.3
45552026-08-27T01:04:02.119Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
45562026-08-27T01:04:02.207Z[verify-libraries] Compiling ecdsa v0.16.9
45572026-08-27T01:04:02.260Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45582026-08-27T01:04:02.263Z[verify-libraries] Compiling strum_macros v0.24.3
45592026-08-27T01:04:02.399Z[verify-libraries] Compiling primeorder v0.13.6
45602026-08-27T01:04:02.469Z[verify-libraries] Compiling lalrpop v0.19.12
45612026-08-27T01:04:02.616Z[verify-libraries] Compiling hashbrown v0.14.5
45622026-08-27T01:04:02.675Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
45632026-08-27T01:04:02.679Z[verify-libraries] Compiling hmac v0.13.0
45642026-08-27T01:04:02.742Z[verify-libraries] Compiling universal-hash v0.6.1
45652026-08-27T01:04:03.011Z[verify-libraries] Compiling fxhash v0.2.1
45662026-08-27T01:04:03.068Z[verify-libraries] Compiling salty v0.3.0
45672026-08-27T01:04:03.164Z[verify-libraries] Compiling indoc v1.0.9
45682026-08-27T01:04:03.242Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45692026-08-27T01:04:03.352Z[verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
45702026-08-27T01:04:03.465Z[verify-libraries] Compiling chumsky v0.9.3
45712026-08-27T01:04:03.559Z[verify-libraries] Compiling knus-derive v3.4.0
45722026-08-27T01:04:03.599Z[verify-libraries] Compiling p384 v0.13.1
45732026-08-27T01:04:03.811Z[ host-image] Aug 27 01:04:02.606 INFO O| Aug 27 01:04:02.606 INFO O| Actions: 25608/54182 actions (Installing new actions)
45742026-08-27T01:04:04.171Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45752026-08-27T01:04:04.250Z[verify-libraries] Compiling progenitor-impl v0.13.0
45762026-08-27T01:04:04.394Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45772026-08-27T01:04:04.399Z[ recovery-image] Aug 27 01:04:03.196 INFO O| Aug 27 01:04:03.196 INFO O| Planning: Solver setup ... Done
45782026-08-27T01:04:04.706Z[ recovery-image] Aug 27 01:04:03.504 INFO O| Aug 27 01:04:03.504 INFO O| Planning: Running solver ... Done
45792026-08-27T01:04:04.766Z[ recovery-image] Aug 27 01:04:03.564 INFO O| Aug 27 01:04:03.564 INFO O| Planning: Finding local manifests ... Done
45802026-08-27T01:04:04.798Z[ recovery-image] Aug 27 01:04:03.596 INFO O| Aug 27 01:04:03.596 INFO O| Planning: Fetching manifests: 0/130 0% complete
45812026-08-27T01:04:04.923Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45822026-08-27T01:04:05.184Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45832026-08-27T01:04:05.360Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45842026-08-27T01:04:05.496Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45852026-08-27T01:04:06.138Z[verify-libraries] Compiling oso-derive v0.27.3
45862026-08-27T01:04:06.199Z[ host-image] Aug 27 01:04:04.997 INFO O| Aug 27 01:04:04.997 INFO O| Actions: Completed 54182 actions in 7.39 seconds.
45872026-08-27T01:04:06.296Z[ host-image] Aug 27 01:04:05.094 INFO O| Aug 27 01:04:05.094 INFO O| Finalize: Updating package state database ... Done
45882026-08-27T01:04:06.296Z[ host-image] Aug 27 01:04:05.094 INFO O| Aug 27 01:04:05.094 INFO O| Finalize: Updating package cache ... Done
45892026-08-27T01:04:06.300Z[verify-libraries] Compiling quick-xml v0.37.5
45902026-08-27T01:04:06.440Z[ host-image] Aug 27 01:04:05.237 INFO O| Aug 27 01:04:05.237 INFO O| Finalize: Updating image state ... Done
45912026-08-27T01:04:06.880Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45922026-08-27T01:04:06.978Z[verify-libraries] Compiling openssl-probe v0.1.6
45932026-08-27T01:04:07.164Z[verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
45942026-08-27T01:04:07.251Z[verify-libraries] Compiling diesel v2.3.7
45952026-08-27T01:04:07.282Z[verify-libraries] Compiling progenitor-macro v0.13.0
45962026-08-27T01:04:07.534Z[ host-image] Aug 27 01:04:06.332 INFO O| Aug 27 01:04:06.332 INFO O| Finalize: Creating fast lookup database ... Done
45972026-08-27T01:04:07.561Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45982026-08-27T01:04:07.568Z[ host-image] Aug 27 01:04:06.366 INFO O| Aug 27 01:04:06.366 INFO O| Finalize: Reading search index ... Done
45992026-08-27T01:04:07.958Z[verify-libraries] Compiling knus v3.4.0
46002026-08-27T01:04:08.364Z[ recovery-image] Aug 27 01:04:07.162 INFO O| Aug 27 01:04:07.162 INFO O| Planning: Fetching manifests: 130/130 100% complete
46012026-08-27T01:04:08.699Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46022026-08-27T01:04:08.733Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46032026-08-27T01:04:08.816Z[ recovery-image] Aug 27 01:04:07.614 INFO O| Aug 27 01:04:07.614 INFO O| Planning: Package planning ... Done
46042026-08-27T01:04:08.974Z[ recovery-image] Aug 27 01:04:07.772 INFO O| Aug 27 01:04:07.771 INFO O| Planning: Merging actions ... Done
46052026-08-27T01:04:09.107Z[verify-libraries] Compiling polyval v0.7.1
46062026-08-27T01:04:09.206Z[ recovery-image] Aug 27 01:04:08.004 INFO O| Aug 27 01:04:08.004 INFO O| Planning: Checking for conflicting actions ... Done
46072026-08-27T01:04:09.264Z[ recovery-image] Aug 27 01:04:08.061 INFO O| Aug 27 01:04:08.061 INFO O| Planning: Consolidating action changes ... Done
46082026-08-27T01:04:09.310Z[verify-libraries] Compiling der v0.8.0
46092026-08-27T01:04:09.410Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46102026-08-27T01:04:09.498Z[ recovery-image] Aug 27 01:04:08.296 INFO O| Aug 27 01:04:08.295 INFO O| Planning: Evaluating mediators ... Done
46112026-08-27T01:04:09.537Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46122026-08-27T01:04:09.740Z[verify-libraries] Compiling progenitor-client v0.13.0
46132026-08-27T01:04:10.221Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46142026-08-27T01:04:10.325Z[verify-libraries] Compiling git-stub v1.0.0
46152026-08-27T01:04:10.446Z[verify-libraries] Compiling kstat-rs v0.2.5
46162026-08-27T01:04:10.576Z[ host-image] Aug 27 01:04:09.374 INFO O| Aug 27 01:04:09.374 INFO O| Finalize: Building new search index ... Done
46172026-08-27T01:04:10.763Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46182026-08-27T01:04:10.801Z[verify-libraries] Compiling trait-variant v0.1.2
46192026-08-27T01:04:10.850Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46202026-08-27T01:04:10.889Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46212026-08-27T01:04:11.022Z[ host-image] Aug 27 01:04:09.820 INFO O| Aug 27 01:04:09.820 INFO O| Finalize: Updating package cache ... Done
46222026-08-27T01:04:11.120Z[ recovery-image] Aug 27 01:04:09.918 INFO O| Aug 27 01:04:09.918 INFO O| Planning: Planning completed in 9.70 seconds
46232026-08-27T01:04:11.123Z[ recovery-image] Aug 27 01:04:09.921 INFO O| Aug 27 01:04:09.920 INFO O| Packages to install: 130
46242026-08-27T01:04:11.123Z[ recovery-image] Aug 27 01:04:09.921 INFO O| Aug 27 01:04:09.920 INFO O| Mediators to change: 5
46252026-08-27T01:04:11.123Z[ recovery-image] Aug 27 01:04:09.921 INFO O| Aug 27 01:04:09.920 INFO O| Services to change: 5
46262026-08-27T01:04:11.152Z[ recovery-image] Aug 27 01:04:09.950 INFO O| Aug 27 01:04:09.950 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete
46272026-08-27T01:04:11.172Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46282026-08-27T01:04:11.209Z[verify-libraries] Compiling git-stub-vcs v0.1.0
46292026-08-27T01:04:11.400Z[ host-image] Aug 27 01:04:10.198 INFO O| Aug 27 01:04:10.195 INFO STEP 11 (pkg_install) COMPLETE
46302026-08-27T01:04:11.400Z[ host-image] Aug 27 01:04:10.198 INFO O| Aug 27 01:04:10.196 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46312026-08-27T01:04:11.410Z[ host-image] Aug 27 01:04:10.208 INFO O| Aug 27 01:04:10.208 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"]
46322026-08-27T01:04:11.439Z[verify-libraries] Compiling ghash v0.6.0
46332026-08-27T01:04:11.481Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46342026-08-27T01:04:11.567Z[verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
46352026-08-27T01:04:11.594Z[verify-libraries] Compiling pbkdf2 v0.13.0
46362026-08-27T01:04:11.626Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46372026-08-27T01:04:11.691Z[verify-libraries] Compiling crypto-bigint v0.7.5
46382026-08-27T01:04:11.741Z[verify-libraries] Compiling aes v0.9.1
46392026-08-27T01:04:11.774Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46402026-08-27T01:04:11.957Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46412026-08-27T01:04:12.103Z[verify-libraries] Compiling ctr v0.10.1
46422026-08-27T01:04:12.234Z[verify-libraries] Compiling aead v0.6.1
46432026-08-27T01:04:12.340Z[verify-libraries] Compiling bb8 v0.8.6
46442026-08-27T01:04:12.439Z[verify-libraries] Compiling parking_lot_core v0.8.6
46452026-08-27T01:04:12.545Z[verify-libraries] Compiling aes-gcm v0.11.0
46462026-08-27T01:04:12.841Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
46472026-08-27T01:04:12.982Z[verify-libraries] Compiling spki v0.8.0
46482026-08-27T01:04:13.131Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46492026-08-27T01:04:13.195Z[verify-libraries] Compiling progenitor v0.13.0
46502026-08-27T01:04:13.299Z[verify-libraries] Compiling mime_guess v2.0.5
46512026-08-27T01:04:13.344Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46522026-08-27T01:04:13.455Z[verify-libraries] Compiling salsa20 v0.11.0
46532026-08-27T01:04:13.482Z[verify-libraries] Compiling nanorand v0.7.0
46542026-08-27T01:04:13.703Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46552026-08-27T01:04:13.748Z[verify-libraries] Compiling flume v0.11.1
46562026-08-27T01:04:13.786Z[verify-libraries] Compiling scrypt v0.12.0
46572026-08-27T01:04:14.009Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46582026-08-27T01:04:14.187Z[verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46592026-08-27T01:04:14.244Z[verify-libraries] Compiling cbc v0.2.1
46602026-08-27T01:04:14.334Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
46612026-08-27T01:04:14.403Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46622026-08-27T01:04:14.525Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46632026-08-27T01:04:14.599Z[verify-libraries] Compiling nonempty v0.12.0
46642026-08-27T01:04:14.703Z[verify-libraries] Compiling corncobs v0.1.4
46652026-08-27T01:04:14.734Z[ host-image] Aug 27 01:04:13.531 INFO O| Aug 27 01:04:13.531 INFO O| Startup: Refreshing catalog 'helios' ... Done
46662026-08-27T01:04:14.747Z[verify-libraries] Compiling http-range v0.1.5
46672026-08-27T01:04:14.937Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
46682026-08-27T01:04:14.982Z[verify-libraries] Compiling pkcs5 v0.8.1
46692026-08-27T01:04:15.022Z[verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46702026-08-27T01:04:15.079Z[verify-libraries] Compiling parking_lot v0.11.2
46712026-08-27T01:04:15.330Z[ host-image] Aug 27 01:04:14.128 INFO O| Aug 27 01:04:14.128 INFO O| Startup: Caching catalogs ... Done
46722026-08-27T01:04:15.498Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46732026-08-27T01:04:15.702Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46742026-08-27T01:04:15.734Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46752026-08-27T01:04:15.773Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46762026-08-27T01:04:15.875Z[verify-libraries] Compiling digest-io v0.1.0
46772026-08-27T01:04:15.948Z[verify-libraries] Compiling prefix-trie v0.7.0
46782026-08-27T01:04:16.041Z[ host-image] Aug 27 01:04:14.839 INFO O| Aug 27 01:04:14.839 INFO O| Planning: Solver setup ... Done
46792026-08-27T01:04:16.047Z[ host-image] Aug 27 01:04:14.845 INFO O| Aug 27 01:04:14.844 INFO O| Planning: Running solver ... Done
46802026-08-27T01:04:16.065Z[ host-image] Aug 27 01:04:14.863 INFO O| Aug 27 01:04:14.861 INFO O| Planning: Finding local manifests ... Done
46812026-08-27T01:04:16.088Z[ host-image] Aug 27 01:04:14.886 INFO O| Aug 27 01:04:14.886 INFO O| Planning: Fetching manifests: 0/6 0% complete
46822026-08-27T01:04:16.125Z[verify-libraries] Compiling secrecy v0.8.0
46832026-08-27T01:04:16.153Z[ recovery-image] Aug 27 01:04:14.950 INFO O| Aug 27 01:04:14.950 INFO O| Download: 8208/16682 items 83.3/200.0MB 41% complete (16.7M/s)
46842026-08-27T01:04:16.156Z[ host-image] Aug 27 01:04:14.953 INFO O| Aug 27 01:04:14.953 INFO O| Planning: Fetching manifests: 6/6 100% complete
46852026-08-27T01:04:16.176Z[ host-image] Aug 27 01:04:14.974 INFO O| Aug 27 01:04:14.974 INFO O| Planning: Package planning ... Done
46862026-08-27T01:04:16.179Z[verify-libraries] Compiling rawzip v0.4.4
46872026-08-27T01:04:16.180Z[ host-image] Aug 27 01:04:14.977 INFO O| Aug 27 01:04:14.977 INFO O| Planning: Merging actions ... Done
46882026-08-27T01:04:16.238Z[ host-image] Aug 27 01:04:15.035 INFO O| Aug 27 01:04:15.035 INFO O| Planning: Checking for conflicting actions ... Done
46892026-08-27T01:04:16.241Z[ host-image] Aug 27 01:04:15.036 INFO O| Aug 27 01:04:15.036 INFO O| Planning: Consolidating action changes ... Done
46902026-08-27T01:04:16.334Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46912026-08-27T01:04:16.402Z[ host-image] Aug 27 01:04:15.200 INFO O| Aug 27 01:04:15.200 INFO O| Planning: Evaluating mediators ... Done
46922026-08-27T01:04:16.406Z[ host-image] Aug 27 01:04:15.204 INFO O| Aug 27 01:04:15.204 INFO O| Planning: Planning completed in 1.04 seconds
46932026-08-27T01:04:16.409Z[ host-image] Aug 27 01:04:15.204 INFO O| Aug 27 01:04:15.204 INFO O| Packages to install: 6
46942026-08-27T01:04:16.409Z[ host-image] Aug 27 01:04:15.204 INFO O| Aug 27 01:04:15.204 INFO O| Services to change: 2
46952026-08-27T01:04:16.420Z[ host-image] Aug 27 01:04:15.218 INFO O| Aug 27 01:04:15.218 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete
46962026-08-27T01:04:16.528Z[verify-libraries] Compiling hickory-server v0.25.2
46972026-08-27T01:04:16.607Z[ host-image] Aug 27 01:04:15.405 INFO O| Aug 27 01:04:15.405 INFO O| Download: Completed 1.76 MB in 0.19 seconds (9.4M/s)
46982026-08-27T01:04:16.637Z[ host-image] Aug 27 01:04:15.434 INFO O| Aug 27 01:04:15.434 INFO O| Actions: 1/391 actions (Installing new actions)
46992026-08-27T01:04:16.785Z[ host-image] Aug 27 01:04:15.583 INFO O| Aug 27 01:04:15.583 INFO O| Actions: Completed 391 actions in 0.15 seconds.
47002026-08-27T01:04:16.827Z[ host-image] Aug 27 01:04:15.625 INFO O| Aug 27 01:04:15.625 INFO O| Finalize: Updating package state database ... Done
47012026-08-27T01:04:16.827Z[ host-image] Aug 27 01:04:15.625 INFO O| Aug 27 01:04:15.625 INFO O| Finalize: Updating package cache ... Done
47022026-08-27T01:04:16.926Z[ host-image] Aug 27 01:04:15.723 INFO O| Aug 27 01:04:15.723 INFO O| Finalize: Updating image state ... Done
47032026-08-27T01:04:17.068Z[verify-libraries] Compiling hyper-staticfile v0.10.1
47042026-08-27T01:04:17.088Z[verify-libraries] Compiling pkcs8 v0.11.0
47052026-08-27T01:04:17.143Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47062026-08-27T01:04:17.180Z[verify-libraries] Compiling sled v0.34.7
47072026-08-27T01:04:17.637Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47082026-08-27T01:04:17.660Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47092026-08-27T01:04:17.760Z[verify-libraries] Compiling ignore v0.4.25
47102026-08-27T01:04:17.961Z[ host-image] Aug 27 01:04:16.759 INFO O| Aug 27 01:04:16.759 INFO O| Finalize: Creating fast lookup database ... Done
47112026-08-27T01:04:17.967Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
47122026-08-27T01:04:17.995Z[ host-image] Aug 27 01:04:16.793 INFO O| Aug 27 01:04:16.793 INFO O| Finalize: Reading search index ... Done
47132026-08-27T01:04:17.996Z[ host-image] Aug 27 01:04:16.793 INFO O| Aug 27 01:04:16.793 INFO O| Finalize: Updating search index ... Done
47142026-08-27T01:04:18.014Z[ host-image] Aug 27 01:04:16.811 INFO O| Aug 27 01:04:16.811 INFO O| Finalize: Updating package cache ... Done
47152026-08-27T01:04:18.306Z[verify-libraries] Compiling anstyle-parse v0.2.7
47162026-08-27T01:04:18.374Z[ host-image] Aug 27 01:04:17.172 INFO O| Aug 27 01:04:17.172 INFO STEP 12 (pkg_install) COMPLETE
47172026-08-27T01:04:18.374Z[ host-image] Aug 27 01:04:17.172 INFO O| Aug 27 01:04:17.172 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47182026-08-27T01:04:18.383Z[ host-image] Aug 27 01:04:17.181 INFO O| Aug 27 01:04:17.181 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
47192026-08-27T01:04:18.418Z[verify-libraries] Compiling ff v0.14.0
47202026-08-27T01:04:18.640Z[verify-libraries] Compiling globwalk v0.9.1
47212026-08-27T01:04:18.643Z[verify-libraries] Compiling anstream v0.6.21
47222026-08-27T01:04:18.736Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47232026-08-27T01:04:18.763Z[verify-libraries] Compiling predicates-tree v1.0.13
47242026-08-27T01:04:18.951Z[verify-libraries] Compiling libz-sys v1.1.24
47252026-08-27T01:04:19.059Z[verify-libraries] Compiling rand_seeder v0.4.0
47262026-08-27T01:04:19.124Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
47272026-08-27T01:04:19.521Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47282026-08-27T01:04:19.589Z[verify-libraries] Compiling group v0.14.0
47292026-08-27T01:04:19.589Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47302026-08-27T01:04:19.803Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47312026-08-27T01:04:19.840Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47322026-08-27T01:04:19.864Z[verify-libraries] Compiling signature v3.0.0
47332026-08-27T01:04:20.106Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47342026-08-27T01:04:20.159Z[verify-libraries] Compiling instability v0.3.11
47352026-08-27T01:04:20.224Z[verify-libraries] Compiling base16ct v1.0.0
47362026-08-27T01:04:20.427Z[verify-libraries] Compiling sec1 v0.8.1
47372026-08-27T01:04:20.452Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47382026-08-27T01:04:20.607Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47392026-08-27T01:04:20.610Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47402026-08-27T01:04:20.674Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47412026-08-27T01:04:20.728Z[ host-image] Aug 27 01:04:19.526 INFO O| Aug 27 01:04:19.526 INFO O| Startup: Refreshing catalog 'helios' ... Done
47422026-08-27T01:04:20.838Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47432026-08-27T01:04:20.918Z[verify-libraries] Compiling hkdf v0.13.0
47442026-08-27T01:04:20.994Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47452026-08-27T01:04:21.160Z[ recovery-image] Aug 27 01:04:19.957 INFO O| Aug 27 01:04:19.957 INFO O| Download: 16463/16682 items 194.8/200.0MB 97% complete (19.6M/s)
47462026-08-27T01:04:21.164Z[verify-libraries] Compiling scuffle v0.1.0
47472026-08-27T01:04:21.206Z[ host-image] Aug 27 01:04:20.004 INFO O| Aug 27 01:04:20.004 INFO O| Startup: Caching catalogs ... Done
47482026-08-27T01:04:21.225Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47492026-08-27T01:04:21.321Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
47502026-08-27T01:04:21.407Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47512026-08-27T01:04:21.464Z[ recovery-image] Aug 27 01:04:20.260 INFO O| Aug 27 01:04:20.260 INFO O| Download: Completed 200.00 MB in 10.31 seconds (19.4M/s)
47522026-08-27T01:04:21.560Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47532026-08-27T01:04:21.748Z[ recovery-image] Aug 27 01:04:20.523 INFO O| Aug 27 01:04:20.523 INFO O| Actions: 1/27580 actions (Installing new actions)
47542026-08-27T01:04:21.832Z[ host-image] Aug 27 01:04:20.629 INFO O| Aug 27 01:04:20.629 INFO O| Planning: Solver setup ... Done
47552026-08-27T01:04:21.837Z[ host-image] Aug 27 01:04:20.635 INFO O| Aug 27 01:04:20.635 INFO O| Planning: Running solver ... Done
47562026-08-27T01:04:21.852Z[ host-image] Aug 27 01:04:20.650 INFO O| Aug 27 01:04:20.650 INFO O| Planning: Finding local manifests ... Done
47572026-08-27T01:04:21.925Z[ host-image] Aug 27 01:04:20.714 INFO O| Aug 27 01:04:20.713 INFO O| Planning: Fetching manifests: 0/6 0% complete
47582026-08-27T01:04:22.008Z[verify-libraries] Compiling castaway v0.2.4
47592026-08-27T01:04:22.032Z[ host-image] Aug 27 01:04:20.829 INFO O| Aug 27 01:04:20.829 INFO O| Planning: Fetching manifests: 6/6 100% complete
47602026-08-27T01:04:22.048Z[verify-libraries] Compiling indoc v2.0.7
47612026-08-27T01:04:22.061Z[ host-image] Aug 27 01:04:20.859 INFO O| Aug 27 01:04:20.859 INFO O| Planning: Package planning ... Done
47622026-08-27T01:04:22.070Z[ host-image] Aug 27 01:04:20.868 INFO O| Aug 27 01:04:20.868 INFO O| Planning: Merging actions ... Done
47632026-08-27T01:04:22.122Z[ host-image] Aug 27 01:04:20.917 INFO O| Aug 27 01:04:20.917 INFO O| Planning: Checking for conflicting actions ... Done
47642026-08-27T01:04:22.128Z[ host-image] Aug 27 01:04:20.920 INFO O| Aug 27 01:04:20.920 INFO O| Planning: Consolidating action changes ... Done
47652026-08-27T01:04:22.196Z[verify-libraries] Compiling compact_str v0.8.1
47662026-08-27T01:04:22.260Z[ host-image] Aug 27 01:04:21.058 INFO O| Aug 27 01:04:21.058 INFO O| Planning: Evaluating mediators ... Done
47672026-08-27T01:04:22.263Z[ host-image] Aug 27 01:04:21.061 INFO O| Aug 27 01:04:21.061 INFO O| Planning: Planning completed in 1.04 seconds
47682026-08-27T01:04:22.267Z[ host-image] Aug 27 01:04:21.062 INFO O| Aug 27 01:04:21.062 INFO O| Packages to install: 6
47692026-08-27T01:04:22.267Z[ host-image] Aug 27 01:04:21.062 INFO O| Aug 27 01:04:21.062 INFO O| Mediators to change: 1
47702026-08-27T01:04:22.267Z[ host-image] Aug 27 01:04:21.062 INFO O| Aug 27 01:04:21.062 INFO O| Services to change: 1
47712026-08-27T01:04:22.276Z[ host-image] Aug 27 01:04:21.073 INFO O| Aug 27 01:04:21.073 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
47722026-08-27T01:04:22.312Z[verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
47732026-08-27T01:04:22.530Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47742026-08-27T01:04:22.715Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47752026-08-27T01:04:22.956Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
47762026-08-27T01:04:23.020Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
47772026-08-27T01:04:23.249Z[ host-image] Aug 27 01:04:22.047 INFO O| Aug 27 01:04:22.046 INFO O| Download: Completed 7.84 MB in 0.97 seconds (8.1M/s)
47782026-08-27T01:04:23.293Z[ host-image] Aug 27 01:04:22.091 INFO O| Aug 27 01:04:22.091 INFO O| Actions: 1/1366 actions (Installing new actions)
47792026-08-27T01:04:23.447Z[verify-libraries] Compiling elliptic-curve v0.14.1
47802026-08-27T01:04:23.533Z[ host-image] Aug 27 01:04:22.331 INFO O| Aug 27 01:04:22.331 INFO O| Actions: Completed 1366 actions in 0.24 seconds.
47812026-08-27T01:04:23.577Z[ host-image] Aug 27 01:04:22.374 INFO O| Aug 27 01:04:22.374 INFO O| Finalize: Updating package state database ... Done
47822026-08-27T01:04:23.578Z[ host-image] Aug 27 01:04:22.374 INFO O| Aug 27 01:04:22.374 INFO O| Finalize: Updating package cache ... Done
47832026-08-27T01:04:23.659Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47842026-08-27T01:04:23.673Z[ host-image] Aug 27 01:04:22.471 INFO O| Aug 27 01:04:22.471 INFO O| Finalize: Updating image state ... Done
47852026-08-27T01:04:23.705Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
47862026-08-27T01:04:23.786Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
47872026-08-27T01:04:24.187Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
47882026-08-27T01:04:24.226Z[verify-libraries] Compiling lru v0.12.5
47892026-08-27T01:04:24.474Z[verify-libraries] Compiling unicode-truncate v1.1.0
47902026-08-27T01:04:24.499Z[verify-libraries] Compiling arc-swap v1.8.2
47912026-08-27T01:04:24.640Z[verify-libraries] Compiling cassowary v0.3.0
47922026-08-27T01:04:24.656Z[ host-image] Aug 27 01:04:23.454 INFO O| Aug 27 01:04:23.454 INFO O| Finalize: Creating fast lookup database ... Done
47932026-08-27T01:04:24.687Z[ host-image] Aug 27 01:04:23.484 INFO O| Aug 27 01:04:23.484 INFO O| Finalize: Reading search index ... Done
47942026-08-27T01:04:24.687Z[ host-image] Aug 27 01:04:23.484 INFO O| Aug 27 01:04:23.484 INFO O| Finalize: Updating search index ... Done
47952026-08-27T01:04:24.706Z[verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
47962026-08-27T01:04:24.722Z[ host-image] Aug 27 01:04:23.518 INFO O| Aug 27 01:04:23.518 INFO O| Finalize: Updating package cache ... Done
47972026-08-27T01:04:24.943Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
47982026-08-27T01:04:25.025Z[ host-image] Aug 27 01:04:23.822 INFO O| Aug 27 01:04:23.822 INFO STEP 13 (pkg_install) COMPLETE
47992026-08-27T01:04:25.045Z[ host-image] Aug 27 01:04:23.822 INFO O| Aug 27 01:04:23.822 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48002026-08-27T01:04:25.045Z[ host-image] Aug 27 01:04:23.834 INFO O| Aug 27 01:04:23.834 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48012026-08-27T01:04:25.063Z[verify-libraries] Compiling diesel-dtrace v0.5.0
48022026-08-27T01:04:25.083Z[verify-libraries] Compiling ratatui v0.29.0
48032026-08-27T01:04:25.288Z[verify-libraries] Compiling slog-scope v4.4.1
48042026-08-27T01:04:25.433Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48052026-08-27T01:04:25.595Z[verify-libraries] Compiling wnaf v0.14.0
48062026-08-27T01:04:25.711Z[verify-libraries] Compiling primefield v0.14.0
48072026-08-27T01:04:25.751Z[verify-libraries] Compiling rfc6979 v0.6.0
48082026-08-27T01:04:25.874Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
48092026-08-27T01:04:25.966Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48102026-08-27T01:04:26.008Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
48112026-08-27T01:04:26.142Z[verify-libraries] Compiling vergen-git2 v9.1.0
48122026-08-27T01:04:26.211Z[verify-libraries] Compiling strsim v0.10.0
48132026-08-27T01:04:26.245Z[verify-libraries] Compiling primeorder v0.14.0
48142026-08-27T01:04:26.335Z[verify-libraries] Compiling ecdsa v0.17.0
48152026-08-27T01:04:26.537Z[verify-libraries] Compiling darling_core v0.13.4
48162026-08-27T01:04:26.617Z[verify-libraries] Compiling slog-stdlog v4.1.1
48172026-08-27T01:04:26.725Z[ recovery-image] Aug 27 01:04:25.523 INFO O| Aug 27 01:04:25.523 INFO O| Actions: 24089/27580 actions (Installing new actions)
48182026-08-27T01:04:26.841Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
48192026-08-27T01:04:26.888Z[verify-libraries] Compiling tungstenite v0.23.0
48202026-08-27T01:04:26.953Z[verify-libraries] Compiling curve25519-dalek v5.0.0
48212026-08-27T01:04:27.318Z[ recovery-image] Aug 27 01:04:26.116 INFO O| Aug 27 01:04:26.116 INFO O| Actions: Completed 27580 actions in 5.59 seconds.
48222026-08-27T01:04:27.399Z[ recovery-image] Aug 27 01:04:26.197 INFO O| Aug 27 01:04:26.197 INFO O| Finalize: Updating package state database ... Done
48232026-08-27T01:04:27.399Z[ recovery-image] Aug 27 01:04:26.197 INFO O| Aug 27 01:04:26.197 INFO O| Finalize: Updating package cache ... Done
48242026-08-27T01:04:27.511Z[verify-libraries] Compiling console v0.16.2
48252026-08-27T01:04:27.538Z[verify-libraries] Compiling libsw-core v0.3.2
48262026-08-27T01:04:27.569Z[ recovery-image] Aug 27 01:04:26.367 INFO O| Aug 27 01:04:26.366 INFO O| Finalize: Updating image state ... Done
48272026-08-27T01:04:27.695Z[verify-libraries] Compiling unit-prefix v0.5.2
48282026-08-27T01:04:27.858Z[ host-image] Aug 27 01:04:26.655 INFO O| Aug 27 01:04:26.655 INFO O| Startup: Refreshing catalog 'helios' ... Done
48292026-08-27T01:04:27.904Z[verify-libraries] Compiling void v1.0.2
48302026-08-27T01:04:27.930Z[verify-libraries] Compiling assert_matches v1.5.0
48312026-08-27T01:04:27.971Z[verify-libraries] Compiling libsw v3.5.0
48322026-08-27T01:04:27.999Z[verify-libraries] Compiling indicatif v0.18.4
48332026-08-27T01:04:28.077Z[verify-libraries] Compiling lzss v0.8.2
48342026-08-27T01:04:28.225Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
48352026-08-27T01:04:28.268Z[verify-libraries] Compiling slog-envlogger v2.2.0
48362026-08-27T01:04:28.281Z[verify-libraries] Compiling ssh-encoding v0.3.0
48372026-08-27T01:04:28.344Z[ recovery-image] Aug 27 01:04:27.141 INFO O| Aug 27 01:04:27.141 INFO O| Finalize: Creating fast lookup database ... Done
48382026-08-27T01:04:28.366Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48392026-08-27T01:04:28.379Z[ recovery-image] Aug 27 01:04:27.159 INFO O| Aug 27 01:04:27.159 INFO O| Finalize: Reading search index ... Done
48402026-08-27T01:04:28.383Z[ host-image] Aug 27 01:04:27.167 INFO O| Aug 27 01:04:27.167 INFO O| Startup: Caching catalogs ... Done
48412026-08-27T01:04:28.641Z[verify-libraries] Compiling darling_macro v0.13.4
48422026-08-27T01:04:28.667Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
48432026-08-27T01:04:28.712Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48442026-08-27T01:04:28.758Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48452026-08-27T01:04:28.800Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48462026-08-27T01:04:28.959Z[ host-image] Aug 27 01:04:27.756 INFO O| Aug 27 01:04:27.756 INFO O| Planning: Solver setup ... Done
48472026-08-27T01:04:28.964Z[ host-image] Aug 27 01:04:27.761 INFO O| Aug 27 01:04:27.761 INFO O| Planning: Running solver ... Done
48482026-08-27T01:04:28.978Z[ host-image] Aug 27 01:04:27.776 INFO O| Aug 27 01:04:27.776 INFO O| Planning: Finding local manifests ... Done
48492026-08-27T01:04:28.982Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
48502026-08-27T01:04:29.008Z[ host-image] Aug 27 01:04:27.802 INFO O| Aug 27 01:04:27.802 INFO O| Planning: Fetching manifests: 0/1 0% complete
48512026-08-27T01:04:29.013Z[ host-image] Aug 27 01:04:27.811 INFO O| Aug 27 01:04:27.811 INFO O| Planning: Fetching manifests: 1/1 100% complete
48522026-08-27T01:04:29.033Z[ host-image] Aug 27 01:04:27.831 INFO O| Aug 27 01:04:27.831 INFO O| Planning: Package planning ... Done
48532026-08-27T01:04:29.033Z[ host-image] Aug 27 01:04:27.831 INFO O| Aug 27 01:04:27.831 INFO O| Planning: Merging actions ... Done
48542026-08-27T01:04:29.051Z[verify-libraries] Compiling nix v0.27.1
48552026-08-27T01:04:29.071Z[ host-image] Aug 27 01:04:27.869 INFO O| Aug 27 01:04:27.869 INFO O| Planning: Checking for conflicting actions ... Done
48562026-08-27T01:04:29.074Z[ host-image] Aug 27 01:04:27.870 INFO O| Aug 27 01:04:27.870 INFO O| Planning: Consolidating action changes ... Done
48572026-08-27T01:04:29.124Z[verify-libraries] Compiling colored v2.2.0
48582026-08-27T01:04:29.246Z[verify-libraries] Compiling blake3 v1.8.5
48592026-08-27T01:04:29.287Z[ host-image] Aug 27 01:04:28.085 INFO O| Aug 27 01:04:28.085 INFO O| Planning: Evaluating mediators ... Done
48602026-08-27T01:04:29.291Z[ host-image] Aug 27 01:04:28.086 INFO O| Aug 27 01:04:28.086 INFO O| Planning: Planning completed in 0.90 seconds
48612026-08-27T01:04:29.291Z[ host-image] Aug 27 01:04:28.086 INFO O| Aug 27 01:04:28.086 INFO O| Packages to install: 1
48622026-08-27T01:04:29.307Z[ host-image] Aug 27 01:04:28.105 INFO O| Aug 27 01:04:28.105 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
48632026-08-27T01:04:29.316Z[verify-libraries] Compiling serde_bytes v0.11.19
48642026-08-27T01:04:29.372Z[verify-libraries] Compiling keccak v0.2.0
48652026-08-27T01:04:29.559Z[ host-image] Aug 27 01:04:28.356 INFO O| Aug 27 01:04:28.356 INFO O| Download: Completed 13.27 MB in 0.25 seconds (52.8M/s)
48662026-08-27T01:04:29.582Z[ host-image] Aug 27 01:04:28.380 INFO O| Aug 27 01:04:28.380 INFO O| Actions: 1/22 actions (Installing new actions)
48672026-08-27T01:04:29.618Z[verify-libraries] Compiling shell-words v1.1.1
48682026-08-27T01:04:29.680Z[verify-libraries] Compiling darling v0.13.4
48692026-08-27T01:04:29.760Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48702026-08-27T01:04:29.813Z[ host-image] Aug 27 01:04:28.609 INFO O| Aug 27 01:04:28.609 INFO O| Actions: Completed 22 actions in 0.23 seconds.
48712026-08-27T01:04:29.825Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
48722026-08-27T01:04:29.859Z[ host-image] Aug 27 01:04:28.657 INFO O| Aug 27 01:04:28.656 INFO O| Finalize: Updating package state database ... Done
48732026-08-27T01:04:29.859Z[ host-image] Aug 27 01:04:28.657 INFO O| Aug 27 01:04:28.657 INFO O| Finalize: Updating package cache ... Done
48742026-08-27T01:04:29.956Z[ host-image] Aug 27 01:04:28.754 INFO O| Aug 27 01:04:28.754 INFO O| Finalize: Updating image state ... Done
48752026-08-27T01:04:30.091Z[verify-libraries] Compiling oxide-update-engine-display v0.1.2
48762026-08-27T01:04:30.240Z[ recovery-image] Aug 27 01:04:29.038 INFO O| Aug 27 01:04:29.038 INFO O| Finalize: Building new search index ... Done
48772026-08-27T01:04:30.356Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48782026-08-27T01:04:30.390Z[verify-libraries] Compiling ed25519 v3.0.0
48792026-08-27T01:04:30.578Z[ recovery-image] Aug 27 01:04:29.376 INFO O| Aug 27 01:04:29.375 INFO O| Finalize: Updating package cache ... Done
48802026-08-27T01:04:30.614Z[verify-libraries] Compiling crypto-primes v0.7.2
48812026-08-27T01:04:30.662Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
48822026-08-27T01:04:30.945Z[ recovery-image] Aug 27 01:04:29.741 INFO O| Aug 27 01:04:29.741 INFO STEP 11 (pkg_install) COMPLETE
48832026-08-27T01:04:30.945Z[ recovery-image] Aug 27 01:04:29.741 INFO O| Aug 27 01:04:29.741 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48842026-08-27T01:04:30.945Z[ recovery-image] Aug 27 01:04:29.741 INFO O| Aug 27 01:04:29.741 INFO skip step because feature "recovery" is enabled
48852026-08-27T01:04:30.948Z[ recovery-image] Aug 27 01:04:29.741 INFO O| Aug 27 01:04:29.741 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48862026-08-27T01:04:30.948Z[ recovery-image] Aug 27 01:04:29.741 INFO O| Aug 27 01:04:29.741 INFO skip step because feature "omicron1" is not enabled
48872026-08-27T01:04:30.948Z[ recovery-image] Aug 27 01:04:29.741 INFO O| Aug 27 01:04:29.741 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48882026-08-27T01:04:30.953Z[ recovery-image] Aug 27 01:04:29.751 INFO O| Aug 27 01:04:29.751 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"]
48892026-08-27T01:04:30.995Z[ host-image] Aug 27 01:04:29.793 INFO O| Aug 27 01:04:29.793 INFO O| Finalize: Creating fast lookup database ... Done
48902026-08-27T01:04:31.025Z[ host-image] Aug 27 01:04:29.823 INFO O| Aug 27 01:04:29.823 INFO O| Finalize: Reading search index ... Done
48912026-08-27T01:04:31.025Z[ host-image] Aug 27 01:04:29.823 INFO O| Aug 27 01:04:29.823 INFO O| Finalize: Updating search index ... Done
48922026-08-27T01:04:31.061Z[ host-image] Aug 27 01:04:29.859 INFO O| Aug 27 01:04:29.859 INFO O| Finalize: Updating package cache ... Done
48932026-08-27T01:04:31.108Z[verify-libraries] Compiling poly1305 v0.9.0
48942026-08-27T01:04:31.364Z[ host-image] Aug 27 01:04:30.162 INFO O| Aug 27 01:04:30.162 INFO STEP 14 (pkg_install) COMPLETE
48952026-08-27T01:04:31.364Z[ host-image] Aug 27 01:04:30.162 INFO O| Aug 27 01:04:30.162 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48962026-08-27T01:04:31.364Z[ host-image] Aug 27 01:04:30.162 INFO O| Aug 27 01:04:30.162 INFO skip step because feature "mbist" is not enabled
48972026-08-27T01:04:31.364Z[ host-image] Aug 27 01:04:30.162 INFO O| Aug 27 01:04:30.162 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48982026-08-27T01:04:31.368Z[ host-image] Aug 27 01:04:30.162 INFO O| Aug 27 01:04:30.162 INFO skip step because feature "mfg" is not enabled
48992026-08-27T01:04:31.368Z[ host-image] Aug 27 01:04:30.162 INFO O| Aug 27 01:04:30.162 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49002026-08-27T01:04:31.368Z[ host-image] Aug 27 01:04:30.162 INFO O| Aug 27 01:04:30.162 INFO skip step because feature "compliance" is not enabled
49012026-08-27T01:04:31.368Z[ host-image] Aug 27 01:04:30.162 INFO O| Aug 27 01:04:30.162 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49022026-08-27T01:04:31.368Z[ host-image] Aug 27 01:04:30.162 INFO O| Aug 27 01:04:30.162 INFO skip step because feature "stress" is not enabled
49032026-08-27T01:04:31.368Z[ host-image] Aug 27 01:04:30.162 INFO O| Aug 27 01:04:30.162 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49042026-08-27T01:04:31.368Z[ host-image] Aug 27 01:04:30.162 INFO O| Aug 27 01:04:30.162 INFO skip step because feature "compliance" is not enabled
49052026-08-27T01:04:31.368Z[ host-image] Aug 27 01:04:30.162 INFO O| Aug 27 01:04:30.162 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49062026-08-27T01:04:31.368Z[ host-image] Aug 27 01:04:30.162 INFO O| Aug 27 01:04:30.162 INFO skip step because feature "nfs" is not enabled
49072026-08-27T01:04:31.368Z[ host-image] Aug 27 01:04:30.162 INFO O| Aug 27 01:04:30.162 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
49082026-08-27T01:04:31.369Z[ host-image] Aug 27 01:04:30.162 INFO O| Aug 27 01:04:30.162 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
49092026-08-27T01:04:31.582Z[ host-image] Aug 27 01:04:30.379 INFO O| Aug 27 01:04:30.379 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
49102026-08-27T01:04:31.708Z[ host-image] Aug 27 01:04:30.506 INFO O| Aug 27 01:04:30.506 INFO completed processing sled/ramdisk-01-os
49112026-08-27T01:04:31.712Z[ host-image] Aug 27 01:04:30.508 INFO omicron1 baseline generation...
49122026-08-27T01:04:31.712Z[ host-image] Aug 27 01:04:30.508 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
49132026-08-27T01:04:31.717Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49142026-08-27T01:04:31.819Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49152026-08-27T01:04:31.931Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49162026-08-27T01:04:31.993Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49172026-08-27T01:04:32.079Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
49182026-08-27T01:04:32.092Z[ host-image] Aug 27 01:04:30.890 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24216:20260824T215515Z
49192026-08-27T01:04:32.131Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49202026-08-27T01:04:32.167Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49212026-08-27T01:04:32.318Z[verify-libraries] Compiling blowfish v0.10.0
49222026-08-27T01:04:32.441Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
49232026-08-27T01:04:32.471Z[verify-libraries] Compiling petname v2.0.2
49242026-08-27T01:04:32.523Z[verify-libraries] Compiling constant_time_eq v0.4.2
49252026-08-27T01:04:32.549Z[verify-libraries] Compiling arrayref v0.3.9
49262026-08-27T01:04:32.713Z[verify-libraries] Compiling arrayvec v0.7.6
49272026-08-27T01:04:32.738Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
49282026-08-27T01:04:32.877Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
49292026-08-27T01:04:33.122Z[ recovery-image] Aug 27 01:04:31.915 INFO O| Aug 27 01:04:31.915 INFO O| Startup: Refreshing catalog 'helios' ... Done
49302026-08-27T01:04:33.237Z[verify-libraries] Compiling rsa v0.10.0-rc.18
49312026-08-27T01:04:33.281Z[verify-libraries] Compiling ssh-cipher v0.3.0
49322026-08-27T01:04:33.352Z[verify-libraries] Compiling ed25519-dalek v3.0.0
49332026-08-27T01:04:33.450Z[verify-libraries] Compiling serde_with_macros v1.5.2
49342026-08-27T01:04:33.551Z[verify-libraries] Compiling sha3 v0.11.0
49352026-08-27T01:04:33.607Z[ recovery-image] Aug 27 01:04:32.404 INFO O| Aug 27 01:04:32.404 INFO O| Startup: Caching catalogs ... Done
49362026-08-27T01:04:33.655Z[verify-libraries] Compiling p521 v0.14.0
49372026-08-27T01:04:33.765Z[verify-libraries] Compiling p256 v0.14.0
49382026-08-27T01:04:33.917Z[verify-libraries] Compiling p384 v0.14.0
49392026-08-27T01:04:33.983Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49402026-08-27T01:04:34.044Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49412026-08-27T01:04:34.075Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49422026-08-27T01:04:34.259Z[ recovery-image] Aug 27 01:04:33.057 INFO O| Aug 27 01:04:33.056 INFO O| Planning: Solver setup ... Done
49432026-08-27T01:04:34.264Z[ recovery-image] Aug 27 01:04:33.062 INFO O| Aug 27 01:04:33.062 INFO O| Planning: Running solver ... Done
49442026-08-27T01:04:34.279Z[ recovery-image] Aug 27 01:04:33.077 INFO O| Aug 27 01:04:33.077 INFO O| Planning: Finding local manifests ... Done
49452026-08-27T01:04:34.308Z[ recovery-image] Aug 27 01:04:33.106 INFO O| Aug 27 01:04:33.106 INFO O| Planning: Fetching manifests: 0/1 0% complete
49462026-08-27T01:04:34.308Z[ recovery-image] Aug 27 01:04:33.106 INFO O| Aug 27 01:04:33.106 INFO O| Planning: Fetching manifests: 1/1 100% complete
49472026-08-27T01:04:34.332Z[ recovery-image] Aug 27 01:04:33.130 INFO O| Aug 27 01:04:33.130 INFO O| Planning: Package planning ... Done
49482026-08-27T01:04:34.332Z[ recovery-image] Aug 27 01:04:33.130 INFO O| Aug 27 01:04:33.130 INFO O| Planning: Merging actions ... Done
49492026-08-27T01:04:34.365Z[ recovery-image] Aug 27 01:04:33.154 INFO O| Aug 27 01:04:33.153 INFO O| Planning: Checking for conflicting actions ... Done
49502026-08-27T01:04:34.367Z[ recovery-image] Aug 27 01:04:33.154 INFO O| Aug 27 01:04:33.154 INFO O| Planning: Consolidating action changes ... Done
49512026-08-27T01:04:34.401Z[verify-libraries] Compiling twox-hash v2.1.2
49522026-08-27T01:04:34.429Z[verify-libraries] Compiling kem v0.3.0
49532026-08-27T01:04:34.451Z[ recovery-image] Aug 27 01:04:33.248 INFO O| Aug 27 01:04:33.248 INFO O| Planning: Evaluating mediators ... Done
49542026-08-27T01:04:34.454Z[ recovery-image] Aug 27 01:04:33.249 INFO O| Aug 27 01:04:33.249 INFO O| Planning: Planning completed in 0.83 seconds
49552026-08-27T01:04:34.454Z[ recovery-image] Aug 27 01:04:33.249 INFO O| Aug 27 01:04:33.249 INFO O| Packages to install: 1
49562026-08-27T01:04:34.462Z[ recovery-image] Aug 27 01:04:33.259 INFO O| Aug 27 01:04:33.259 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete
49572026-08-27T01:04:34.626Z[verify-libraries] Compiling module-lattice v0.2.3
49582026-08-27T01:04:34.740Z[verify-libraries] Compiling atty v0.2.14
49592026-08-27T01:04:34.911Z[verify-libraries] Compiling rtoolbox v0.0.3
49602026-08-27T01:04:34.932Z[verify-libraries] Compiling topological-sort v0.2.2
49612026-08-27T01:04:34.957Z[ recovery-image] Aug 27 01:04:33.755 INFO O| Aug 27 01:04:33.751 INFO O| Download: Completed 13.27 MB in 0.49 seconds (27.0M/s)
49622026-08-27T01:04:34.973Z[ recovery-image] Aug 27 01:04:33.771 INFO O| Aug 27 01:04:33.771 INFO O| Actions: 1/22 actions (Installing new actions)
49632026-08-27T01:04:34.983Z[verify-libraries] Compiling sponge-cursor v0.1.0
49642026-08-27T01:04:35.109Z[verify-libraries] Compiling rpassword v7.5.4
49652026-08-27T01:04:35.167Z[verify-libraries] Compiling sha3 v0.12.0
49662026-08-27T01:04:35.201Z[ recovery-image] Aug 27 01:04:33.999 INFO O| Aug 27 01:04:33.999 INFO O| Actions: Completed 22 actions in 0.23 seconds.
49672026-08-27T01:04:35.205Z[verify-libraries] Compiling omicron-zone-package v0.12.3
49682026-08-27T01:04:35.246Z[ recovery-image] Aug 27 01:04:34.043 INFO O| Aug 27 01:04:34.043 INFO O| Finalize: Updating package state database ... Done
49692026-08-27T01:04:35.246Z[ recovery-image] Aug 27 01:04:34.043 INFO O| Aug 27 01:04:34.043 INFO O| Finalize: Updating package cache ... Done
49702026-08-27T01:04:35.252Z[verify-libraries] Compiling ml-kem v0.3.2
49712026-08-27T01:04:35.273Z[verify-libraries] Compiling serde_with v1.14.0
49722026-08-27T01:04:35.377Z[ recovery-image] Aug 27 01:04:34.175 INFO O| Aug 27 01:04:34.175 INFO O| Finalize: Updating image state ... Done
49732026-08-27T01:04:35.812Z[verify-libraries] Compiling russh-cryptovec v0.62.0
49742026-08-27T01:04:36.106Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
49752026-08-27T01:04:36.113Z[ recovery-image] Aug 27 01:04:34.911 INFO O| Aug 27 01:04:34.911 INFO O| Finalize: Creating fast lookup database ... Done
49762026-08-27T01:04:36.129Z[ recovery-image] Aug 27 01:04:34.926 INFO O| Aug 27 01:04:34.926 INFO O| Finalize: Reading search index ... Done
49772026-08-27T01:04:36.129Z[ recovery-image] Aug 27 01:04:34.926 INFO O| Aug 27 01:04:34.926 INFO O| Finalize: Updating search index ... Done
49782026-08-27T01:04:36.141Z[ recovery-image] Aug 27 01:04:34.936 INFO O| Aug 27 01:04:34.936 INFO O| Finalize: Updating package cache ... Done
49792026-08-27T01:04:36.349Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
49802026-08-27T01:04:36.474Z[ recovery-image] Aug 27 01:04:35.272 INFO O| Aug 27 01:04:35.272 INFO STEP 14 (pkg_install) COMPLETE
49812026-08-27T01:04:36.475Z[ recovery-image] Aug 27 01:04:35.272 INFO O| Aug 27 01:04:35.272 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49822026-08-27T01:04:36.475Z[ recovery-image] Aug 27 01:04:35.272 INFO O| Aug 27 01:04:35.272 INFO skip step because feature "mbist" is not enabled
49832026-08-27T01:04:36.479Z[ recovery-image] Aug 27 01:04:35.272 INFO O| Aug 27 01:04:35.272 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49842026-08-27T01:04:36.479Z[ recovery-image] Aug 27 01:04:35.272 INFO O| Aug 27 01:04:35.272 INFO skip step because feature "mfg" is not enabled
49852026-08-27T01:04:36.479Z[ recovery-image] Aug 27 01:04:35.272 INFO O| Aug 27 01:04:35.272 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49862026-08-27T01:04:36.479Z[ recovery-image] Aug 27 01:04:35.272 INFO O| Aug 27 01:04:35.272 INFO skip step because feature "compliance" is not enabled
49872026-08-27T01:04:36.479Z[ recovery-image] Aug 27 01:04:35.272 INFO O| Aug 27 01:04:35.272 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49882026-08-27T01:04:36.479Z[ recovery-image] Aug 27 01:04:35.272 INFO O| Aug 27 01:04:35.272 INFO skip step because feature "stress" is not enabled
49892026-08-27T01:04:36.479Z[ recovery-image] Aug 27 01:04:35.272 INFO O| Aug 27 01:04:35.272 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49902026-08-27T01:04:36.479Z[ recovery-image] Aug 27 01:04:35.272 INFO O| Aug 27 01:04:35.272 INFO skip step because feature "compliance" is not enabled
49912026-08-27T01:04:36.479Z[ recovery-image] Aug 27 01:04:35.272 INFO O| Aug 27 01:04:35.272 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49922026-08-27T01:04:36.480Z[ recovery-image] Aug 27 01:04:35.272 INFO O| Aug 27 01:04:35.272 INFO skip step because feature "nfs" is not enabled
49932026-08-27T01:04:36.480Z[ recovery-image] Aug 27 01:04:35.272 INFO O| Aug 27 01:04:35.272 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49942026-08-27T01:04:36.480Z[ recovery-image] Aug 27 01:04:35.272 INFO O| Aug 27 01:04:35.272 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49952026-08-27T01:04:36.480Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
49962026-08-27T01:04:36.700Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49972026-08-27T01:04:36.749Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
49982026-08-27T01:04:36.899Z[ recovery-image] Aug 27 01:04:35.697 INFO O| Aug 27 01:04:35.697 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49992026-08-27T01:04:37.058Z[ recovery-image] Aug 27 01:04:35.855 INFO O| Aug 27 01:04:35.855 INFO completed processing sled/ramdisk-01-os
50002026-08-27T01:04:37.061Z[ recovery-image] Aug 27 01:04:35.857 INFO image builder template: ramdisk-02-trim...
50012026-08-27T01:04:37.061Z[ recovery-image] Aug 27 01:04:35.857 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/.tmpnxx3ZX/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
50022026-08-27T01:04:37.084Z[ recovery-image] Aug 27 01:04:35.881 INFO O| Aug 27 01:04:35.881 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50032026-08-27T01:04:37.088Z[ recovery-image] Aug 27 01:04:35.886 INFO O| Aug 27 01:04:35.885 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50042026-08-27T01:04:37.174Z[verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
50052026-08-27T01:04:37.264Z[ recovery-image] Aug 27 01:04:36.061 INFO O| Aug 27 01:04:36.061 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50062026-08-27T01:04:37.350Z[ recovery-image] Aug 27 01:04:36.147 INFO O| Aug 27 01:04:36.147 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50072026-08-27T01:04:37.350Z[ recovery-image] Aug 27 01:04:36.147 INFO O| Aug 27 01:04:36.147 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50082026-08-27T01:04:37.356Z[ recovery-image] Aug 27 01:04:36.153 INFO O| Aug 27 01:04:36.153 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50092026-08-27T01:04:37.360Z[ recovery-image] Aug 27 01:04:36.157 INFO O| Aug 27 01:04:36.157 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50102026-08-27T01:04:37.364Z[ recovery-image] Aug 27 01:04:36.162 INFO O| Aug 27 01:04:36.162 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50112026-08-27T01:04:38.063Z[ recovery-image] Aug 27 01:04:36.861 INFO O| Aug 27 01:04:36.861 INFO rolled back to input snapshot; work may begin
50122026-08-27T01:04:38.063Z[ recovery-image] Aug 27 01:04:36.861 INFO O| Aug 27 01:04:36.861 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50132026-08-27T01:04:38.068Z[ recovery-image] Aug 27 01:04:36.866 INFO O| Aug 27 01:04:36.866 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50142026-08-27T01:04:38.077Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
50152026-08-27T01:04:38.080Z[ recovery-image] Aug 27 01:04:36.875 INFO O| Aug 27 01:04:36.875 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50162026-08-27T01:04:38.115Z[ recovery-image] Aug 27 01:04:36.913 INFO O| Aug 27 01:04:36.912 INFO STEP 0 (remove_files) COMPLETE
50172026-08-27T01:04:38.115Z[ recovery-image] Aug 27 01:04:36.913 INFO O| Aug 27 01:04:36.913 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50182026-08-27T01:04:38.125Z[ recovery-image] Aug 27 01:04:36.922 INFO O| Aug 27 01:04:36.922 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50192026-08-27T01:04:38.128Z[ recovery-image] Aug 27 01:04:36.924 INFO O| Aug 27 01:04:36.924 INFO STEP 1 (remove_files) COMPLETE
50202026-08-27T01:04:38.128Z[ recovery-image] Aug 27 01:04:36.924 INFO O| Aug 27 01:04:36.924 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50212026-08-27T01:04:38.135Z[ recovery-image] Aug 27 01:04:36.933 INFO O| Aug 27 01:04:36.933 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50222026-08-27T01:04:38.148Z[ recovery-image] Aug 27 01:04:36.946 INFO O| Aug 27 01:04:36.946 INFO STEP 2 (remove_files) COMPLETE
50232026-08-27T01:04:38.148Z[ recovery-image] Aug 27 01:04:36.946 INFO O| Aug 27 01:04:36.946 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50242026-08-27T01:04:38.211Z[ recovery-image] Aug 27 01:04:36.956 INFO O| Aug 27 01:04:36.956 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50252026-08-27T01:04:38.211Z[ recovery-image] Aug 27 01:04:36.958 INFO O| Aug 27 01:04:36.958 INFO STEP 3 (remove_files) COMPLETE
50262026-08-27T01:04:38.211Z[ recovery-image] Aug 27 01:04:36.958 INFO O| Aug 27 01:04:36.958 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50272026-08-27T01:04:38.211Z[ recovery-image] Aug 27 01:04:36.967 INFO O| Aug 27 01:04:36.967 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50282026-08-27T01:04:38.211Z[ recovery-image] Aug 27 01:04:36.970 INFO O| Aug 27 01:04:36.970 INFO STEP 4 (remove_files) COMPLETE
50292026-08-27T01:04:38.211Z[ recovery-image] Aug 27 01:04:36.970 INFO O| Aug 27 01:04:36.970 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50302026-08-27T01:04:38.211Z[ recovery-image] Aug 27 01:04:36.980 INFO O| Aug 27 01:04:36.980 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50312026-08-27T01:04:38.211Z[ recovery-image] Aug 27 01:04:36.980 INFO O| Aug 27 01:04:36.980 INFO STEP 5 (remove_files) COMPLETE
50322026-08-27T01:04:38.211Z[ recovery-image] Aug 27 01:04:36.980 INFO O| Aug 27 01:04:36.980 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50332026-08-27T01:04:38.211Z[ recovery-image] Aug 27 01:04:36.989 INFO O| Aug 27 01:04:36.989 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50342026-08-27T01:04:38.211Z[ recovery-image] Aug 27 01:04:37.000 INFO O| Aug 27 01:04:36.999 INFO STEP 6 (remove_files) COMPLETE
50352026-08-27T01:04:38.211Z[ recovery-image] Aug 27 01:04:37.000 INFO O| Aug 27 01:04:36.999 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50362026-08-27T01:04:38.211Z[ recovery-image] Aug 27 01:04:37.000 INFO O| Aug 27 01:04:36.999 INFO skip step because feature "heliosv2" is not enabled
50372026-08-27T01:04:38.211Z[ recovery-image] Aug 27 01:04:37.000 INFO O| Aug 27 01:04:36.999 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50382026-08-27T01:04:38.211Z[ recovery-image] Aug 27 01:04:37.000 INFO O| Aug 27 01:04:37.000 INFO skip step because feature "recovery" is enabled
50392026-08-27T01:04:38.211Z[ recovery-image] Aug 27 01:04:37.000 INFO O| Aug 27 01:04:37.000 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50402026-08-27T01:04:38.211Z[ recovery-image] Aug 27 01:04:37.000 INFO O| Aug 27 01:04:37.000 INFO skip step because feature "recovery" is enabled
50412026-08-27T01:04:38.211Z[ recovery-image] Aug 27 01:04:37.000 INFO O| Aug 27 01:04:37.000 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50422026-08-27T01:04:38.212Z[ recovery-image] Aug 27 01:04:37.000 INFO O| Aug 27 01:04:37.000 INFO skip step because feature "recovery" is enabled
50432026-08-27T01:04:38.212Z[ recovery-image] Aug 27 01:04:37.000 INFO O| Aug 27 01:04:37.000 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50442026-08-27T01:04:38.216Z[ recovery-image] Aug 27 01:04:37.011 INFO O| Aug 27 01:04:37.011 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50452026-08-27T01:04:38.216Z[ recovery-image] Aug 27 01:04:37.013 INFO O| Aug 27 01:04:37.013 INFO STEP 11 (remove_files) COMPLETE
50462026-08-27T01:04:38.217Z[ recovery-image] Aug 27 01:04:37.013 INFO O| Aug 27 01:04:37.013 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50472026-08-27T01:04:38.226Z[ recovery-image] Aug 27 01:04:37.023 INFO O| Aug 27 01:04:37.023 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50482026-08-27T01:04:38.230Z[ recovery-image] Aug 27 01:04:37.024 INFO O| Aug 27 01:04:37.024 INFO STEP 12 (remove_files) COMPLETE
50492026-08-27T01:04:38.230Z[ recovery-image] Aug 27 01:04:37.024 INFO O| Aug 27 01:04:37.024 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50502026-08-27T01:04:38.236Z[ recovery-image] Aug 27 01:04:37.034 INFO O| Aug 27 01:04:37.034 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50512026-08-27T01:04:38.241Z[ recovery-image] Aug 27 01:04:37.035 INFO O| Aug 27 01:04:37.035 INFO STEP 13 (remove_files) COMPLETE
50522026-08-27T01:04:38.241Z[ recovery-image] Aug 27 01:04:37.035 INFO O| Aug 27 01:04:37.035 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50532026-08-27T01:04:38.255Z[ recovery-image] Aug 27 01:04:37.049 INFO O| Aug 27 01:04:37.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50542026-08-27T01:04:38.255Z[ recovery-image] Aug 27 01:04:37.050 INFO O| Aug 27 01:04:37.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50552026-08-27T01:04:38.309Z[ recovery-image] Aug 27 01:04:37.107 INFO O| Aug 27 01:04:37.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50562026-08-27T01:04:38.340Z[ recovery-image] Aug 27 01:04:37.138 INFO O| Aug 27 01:04:37.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50572026-08-27T01:04:38.361Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
50582026-08-27T01:04:38.405Z[ recovery-image] Aug 27 01:04:37.202 INFO O| Aug 27 01:04:37.202 INFO STEP 14 (remove_files) COMPLETE
50592026-08-27T01:04:38.405Z[ recovery-image] Aug 27 01:04:37.202 INFO O| Aug 27 01:04:37.202 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50602026-08-27T01:04:38.417Z[ recovery-image] Aug 27 01:04:37.214 INFO O| Aug 27 01:04:37.214 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50612026-08-27T01:04:38.421Z[ recovery-image] Aug 27 01:04:37.215 INFO O| Aug 27 01:04:37.215 INFO STEP 15 (remove_files) COMPLETE
50622026-08-27T01:04:38.421Z[ recovery-image] Aug 27 01:04:37.215 INFO O| Aug 27 01:04:37.215 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50632026-08-27T01:04:38.427Z[ recovery-image] Aug 27 01:04:37.224 INFO O| Aug 27 01:04:37.224 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50642026-08-27T01:04:38.432Z[ recovery-image] Aug 27 01:04:37.230 INFO O| Aug 27 01:04:37.230 INFO STEP 16 (remove_files) COMPLETE
50652026-08-27T01:04:38.432Z[ recovery-image] Aug 27 01:04:37.230 INFO O| Aug 27 01:04:37.230 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50662026-08-27T01:04:38.443Z[ recovery-image] Aug 27 01:04:37.240 INFO O| Aug 27 01:04:37.240 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50672026-08-27T01:04:38.446Z[ recovery-image] Aug 27 01:04:37.241 INFO O| Aug 27 01:04:37.241 INFO STEP 17 (remove_files) COMPLETE
50682026-08-27T01:04:38.447Z[ recovery-image] Aug 27 01:04:37.241 INFO O| Aug 27 01:04:37.241 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50692026-08-27T01:04:38.452Z[ recovery-image] Aug 27 01:04:37.250 INFO O| Aug 27 01:04:37.250 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
50702026-08-27T01:04:38.456Z[ recovery-image] Aug 27 01:04:37.251 INFO O| Aug 27 01:04:37.251 INFO STEP 18 (remove_files) COMPLETE
50712026-08-27T01:04:38.456Z[ recovery-image] Aug 27 01:04:37.251 INFO O| Aug 27 01:04:37.251 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50722026-08-27T01:04:38.481Z[ recovery-image] Aug 27 01:04:37.278 INFO O| Aug 27 01:04:37.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
50732026-08-27T01:04:38.481Z[ recovery-image] Aug 27 01:04:37.278 INFO O| Aug 27 01:04:37.278 INFO STEP 19 (remove_files) COMPLETE
50742026-08-27T01:04:38.481Z[ recovery-image] Aug 27 01:04:37.278 INFO O| Aug 27 01:04:37.278 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50752026-08-27T01:04:38.491Z[ recovery-image] Aug 27 01:04:37.289 INFO O| Aug 27 01:04:37.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
50762026-08-27T01:04:38.491Z[ recovery-image] Aug 27 01:04:37.289 INFO O| Aug 27 01:04:37.289 INFO STEP 20 (remove_files) COMPLETE
50772026-08-27T01:04:38.491Z[ recovery-image] Aug 27 01:04:37.289 INFO O| Aug 27 01:04:37.289 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50782026-08-27T01:04:38.499Z[ recovery-image] Aug 27 01:04:37.297 INFO O| Aug 27 01:04:37.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
50792026-08-27T01:04:38.500Z[ recovery-image] Aug 27 01:04:37.297 INFO O| Aug 27 01:04:37.297 INFO STEP 21 (remove_files) COMPLETE
50802026-08-27T01:04:38.503Z[ recovery-image] Aug 27 01:04:37.297 INFO O| Aug 27 01:04:37.297 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50812026-08-27T01:04:38.532Z[ recovery-image] Aug 27 01:04:37.330 INFO O| Aug 27 01:04:37.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
50822026-08-27T01:04:38.533Z[ recovery-image] Aug 27 01:04:37.330 INFO O| Aug 27 01:04:37.330 INFO STEP 22 (remove_files) COMPLETE
50832026-08-27T01:04:38.533Z[ recovery-image] Aug 27 01:04:37.330 INFO O| Aug 27 01:04:37.330 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50842026-08-27T01:04:38.542Z[ recovery-image] Aug 27 01:04:37.339 INFO O| Aug 27 01:04:37.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
50852026-08-27T01:04:38.542Z[ recovery-image] Aug 27 01:04:37.339 INFO O| Aug 27 01:04:37.339 INFO STEP 23 (remove_files) COMPLETE
50862026-08-27T01:04:38.545Z[ recovery-image] Aug 27 01:04:37.339 INFO O| Aug 27 01:04:37.339 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50872026-08-27T01:04:38.550Z[ recovery-image] Aug 27 01:04:37.348 INFO O| Aug 27 01:04:37.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
50882026-08-27T01:04:38.550Z[ recovery-image] Aug 27 01:04:37.348 INFO O| Aug 27 01:04:37.348 INFO STEP 24 (remove_files) COMPLETE
50892026-08-27T01:04:38.554Z[ recovery-image] Aug 27 01:04:37.348 INFO O| Aug 27 01:04:37.348 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50902026-08-27T01:04:38.559Z[ recovery-image] Aug 27 01:04:37.357 INFO O| Aug 27 01:04:37.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
50912026-08-27T01:04:38.559Z[ recovery-image] Aug 27 01:04:37.357 INFO O| Aug 27 01:04:37.357 INFO STEP 25 (remove_files) COMPLETE
50922026-08-27T01:04:38.559Z[ recovery-image] Aug 27 01:04:37.357 INFO O| Aug 27 01:04:37.357 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50932026-08-27T01:04:38.569Z[ recovery-image] Aug 27 01:04:37.366 INFO O| Aug 27 01:04:37.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
50942026-08-27T01:04:38.569Z[ recovery-image] Aug 27 01:04:37.366 INFO O| Aug 27 01:04:37.366 INFO STEP 26 (remove_files) COMPLETE
50952026-08-27T01:04:38.569Z[ recovery-image] Aug 27 01:04:37.366 INFO O| Aug 27 01:04:37.366 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50962026-08-27T01:04:38.577Z[ recovery-image] Aug 27 01:04:37.375 INFO O| Aug 27 01:04:37.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
50972026-08-27T01:04:38.577Z[ recovery-image] Aug 27 01:04:37.375 INFO O| Aug 27 01:04:37.375 INFO STEP 27 (remove_files) COMPLETE
50982026-08-27T01:04:38.577Z[ recovery-image] Aug 27 01:04:37.375 INFO O| Aug 27 01:04:37.375 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50992026-08-27T01:04:38.597Z[ recovery-image] Aug 27 01:04:37.394 INFO O| Aug 27 01:04:37.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51002026-08-27T01:04:38.597Z[ recovery-image] Aug 27 01:04:37.394 INFO O| Aug 27 01:04:37.394 INFO STEP 28 (remove_files) COMPLETE
51012026-08-27T01:04:38.601Z[ recovery-image] Aug 27 01:04:37.394 INFO O| Aug 27 01:04:37.394 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51022026-08-27T01:04:38.607Z[ recovery-image] Aug 27 01:04:37.404 INFO O| Aug 27 01:04:37.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51032026-08-27T01:04:38.607Z[ recovery-image] Aug 27 01:04:37.405 INFO O| Aug 27 01:04:37.405 INFO STEP 29 (remove_files) COMPLETE
51042026-08-27T01:04:38.610Z[ recovery-image] Aug 27 01:04:37.405 INFO O| Aug 27 01:04:37.405 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51052026-08-27T01:04:38.616Z[ recovery-image] Aug 27 01:04:37.414 INFO O| Aug 27 01:04:37.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51062026-08-27T01:04:38.616Z[ recovery-image] Aug 27 01:04:37.414 INFO O| Aug 27 01:04:37.414 INFO STEP 30 (remove_files) COMPLETE
51072026-08-27T01:04:38.619Z[ recovery-image] Aug 27 01:04:37.414 INFO O| Aug 27 01:04:37.414 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51082026-08-27T01:04:38.625Z[ recovery-image] Aug 27 01:04:37.423 INFO O| Aug 27 01:04:37.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51092026-08-27T01:04:38.625Z[ recovery-image] Aug 27 01:04:37.423 INFO O| Aug 27 01:04:37.423 INFO STEP 31 (remove_files) COMPLETE
51102026-08-27T01:04:38.625Z[ recovery-image] Aug 27 01:04:37.423 INFO O| Aug 27 01:04:37.423 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-08-27T01:04:38.650Z[ recovery-image] Aug 27 01:04:37.448 INFO O| Aug 27 01:04:37.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51122026-08-27T01:04:38.650Z[ recovery-image] Aug 27 01:04:37.448 INFO O| Aug 27 01:04:37.448 INFO STEP 32 (remove_files) COMPLETE
51132026-08-27T01:04:38.654Z[ recovery-image] Aug 27 01:04:37.448 INFO O| Aug 27 01:04:37.448 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-08-27T01:04:38.667Z[ recovery-image] Aug 27 01:04:37.461 INFO O| Aug 27 01:04:37.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51152026-08-27T01:04:38.667Z[ recovery-image] Aug 27 01:04:37.461 INFO O| Aug 27 01:04:37.461 INFO STEP 33 (remove_files) COMPLETE
51162026-08-27T01:04:38.667Z[ recovery-image] Aug 27 01:04:37.461 INFO O| Aug 27 01:04:37.461 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-08-27T01:04:38.713Z[ recovery-image] Aug 27 01:04:37.510 INFO O| Aug 27 01:04:37.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51182026-08-27T01:04:38.713Z[ recovery-image] Aug 27 01:04:37.511 INFO O| Aug 27 01:04:37.511 INFO STEP 34 (remove_files) COMPLETE
51192026-08-27T01:04:38.713Z[ recovery-image] Aug 27 01:04:37.511 INFO O| Aug 27 01:04:37.511 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51202026-08-27T01:04:38.723Z[ recovery-image] Aug 27 01:04:37.521 INFO O| Aug 27 01:04:37.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51212026-08-27T01:04:38.723Z[ recovery-image] Aug 27 01:04:37.521 INFO O| Aug 27 01:04:37.521 INFO STEP 35 (remove_files) COMPLETE
51222026-08-27T01:04:38.723Z[ recovery-image] Aug 27 01:04:37.521 INFO O| Aug 27 01:04:37.521 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51232026-08-27T01:04:38.734Z[ recovery-image] Aug 27 01:04:37.531 INFO O| Aug 27 01:04:37.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51242026-08-27T01:04:38.734Z[ recovery-image] Aug 27 01:04:37.531 INFO O| Aug 27 01:04:37.531 INFO STEP 36 (remove_files) COMPLETE
51252026-08-27T01:04:38.734Z[ recovery-image] Aug 27 01:04:37.531 INFO O| Aug 27 01:04:37.531 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51262026-08-27T01:04:38.744Z[ recovery-image] Aug 27 01:04:37.541 INFO O| Aug 27 01:04:37.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51272026-08-27T01:04:38.744Z[ recovery-image] Aug 27 01:04:37.541 INFO O| Aug 27 01:04:37.541 INFO STEP 37 (remove_files) COMPLETE
51282026-08-27T01:04:38.744Z[ recovery-image] Aug 27 01:04:37.541 INFO O| Aug 27 01:04:37.541 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51292026-08-27T01:04:38.754Z[ recovery-image] Aug 27 01:04:37.551 INFO O| Aug 27 01:04:37.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51302026-08-27T01:04:38.754Z[ recovery-image] Aug 27 01:04:37.551 INFO O| Aug 27 01:04:37.551 INFO STEP 38 (remove_files) COMPLETE
51312026-08-27T01:04:38.757Z[ recovery-image] Aug 27 01:04:37.551 INFO O| Aug 27 01:04:37.551 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51322026-08-27T01:04:38.762Z[ recovery-image] Aug 27 01:04:37.560 INFO O| Aug 27 01:04:37.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51332026-08-27T01:04:38.763Z[ recovery-image] Aug 27 01:04:37.560 INFO O| Aug 27 01:04:37.560 INFO STEP 39 (remove_files) COMPLETE
51342026-08-27T01:04:38.763Z[ recovery-image] Aug 27 01:04:37.561 INFO O| Aug 27 01:04:37.560 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51352026-08-27T01:04:38.771Z[ recovery-image] Aug 27 01:04:37.568 INFO O| Aug 27 01:04:37.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51362026-08-27T01:04:38.771Z[ recovery-image] Aug 27 01:04:37.569 INFO O| Aug 27 01:04:37.569 INFO STEP 40 (remove_files) COMPLETE
51372026-08-27T01:04:38.771Z[ recovery-image] Aug 27 01:04:37.569 INFO O| Aug 27 01:04:37.569 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51382026-08-27T01:04:38.779Z[ recovery-image] Aug 27 01:04:37.577 INFO O| Aug 27 01:04:37.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51392026-08-27T01:04:38.779Z[ recovery-image] Aug 27 01:04:37.577 INFO O| Aug 27 01:04:37.577 INFO STEP 41 (remove_files) COMPLETE
51402026-08-27T01:04:38.779Z[ recovery-image] Aug 27 01:04:37.577 INFO O| Aug 27 01:04:37.577 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51412026-08-27T01:04:38.788Z[ recovery-image] Aug 27 01:04:37.585 INFO O| Aug 27 01:04:37.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51422026-08-27T01:04:38.788Z[ recovery-image] Aug 27 01:04:37.585 INFO O| Aug 27 01:04:37.585 INFO STEP 42 (remove_files) COMPLETE
51432026-08-27T01:04:38.788Z[ recovery-image] Aug 27 01:04:37.586 INFO O| Aug 27 01:04:37.585 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51442026-08-27T01:04:38.796Z[ recovery-image] Aug 27 01:04:37.593 INFO O| Aug 27 01:04:37.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51452026-08-27T01:04:38.796Z[ recovery-image] Aug 27 01:04:37.594 INFO O| Aug 27 01:04:37.594 INFO STEP 43 (remove_files) COMPLETE
51462026-08-27T01:04:38.799Z[ recovery-image] Aug 27 01:04:37.594 INFO O| Aug 27 01:04:37.594 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51472026-08-27T01:04:38.804Z[ recovery-image] Aug 27 01:04:37.602 INFO O| Aug 27 01:04:37.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51482026-08-27T01:04:38.807Z[ recovery-image] Aug 27 01:04:37.602 INFO O| Aug 27 01:04:37.602 INFO STEP 44 (remove_files) COMPLETE
51492026-08-27T01:04:38.807Z[ recovery-image] Aug 27 01:04:37.602 INFO O| Aug 27 01:04:37.602 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51502026-08-27T01:04:38.815Z[ recovery-image] Aug 27 01:04:37.613 INFO O| Aug 27 01:04:37.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51512026-08-27T01:04:38.815Z[ recovery-image] Aug 27 01:04:37.613 INFO O| Aug 27 01:04:37.613 INFO STEP 45 (remove_files) COMPLETE
51522026-08-27T01:04:38.819Z[ recovery-image] Aug 27 01:04:37.613 INFO O| Aug 27 01:04:37.613 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51532026-08-27T01:04:38.824Z[ recovery-image] Aug 27 01:04:37.622 INFO O| Aug 27 01:04:37.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51542026-08-27T01:04:38.824Z[ recovery-image] Aug 27 01:04:37.622 INFO O| Aug 27 01:04:37.622 INFO STEP 46 (remove_files) COMPLETE
51552026-08-27T01:04:38.824Z[ recovery-image] Aug 27 01:04:37.622 INFO O| Aug 27 01:04:37.622 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51562026-08-27T01:04:38.834Z[ recovery-image] Aug 27 01:04:37.631 INFO O| Aug 27 01:04:37.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51572026-08-27T01:04:38.834Z[ recovery-image] Aug 27 01:04:37.631 INFO O| Aug 27 01:04:37.631 INFO STEP 47 (remove_files) COMPLETE
51582026-08-27T01:04:38.838Z[ recovery-image] Aug 27 01:04:37.631 INFO O| Aug 27 01:04:37.631 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51592026-08-27T01:04:38.858Z[ recovery-image] Aug 27 01:04:37.655 INFO O| Aug 27 01:04:37.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51602026-08-27T01:04:38.858Z[ recovery-image] Aug 27 01:04:37.655 INFO O| Aug 27 01:04:37.655 INFO STEP 48 (remove_files) COMPLETE
51612026-08-27T01:04:38.858Z[ recovery-image] Aug 27 01:04:37.655 INFO O| Aug 27 01:04:37.655 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51622026-08-27T01:04:38.874Z[ recovery-image] Aug 27 01:04:37.671 INFO O| Aug 27 01:04:37.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51632026-08-27T01:04:38.874Z[ recovery-image] Aug 27 01:04:37.671 INFO O| Aug 27 01:04:37.671 INFO STEP 49 (remove_files) COMPLETE
51642026-08-27T01:04:38.874Z[ recovery-image] Aug 27 01:04:37.671 INFO O| Aug 27 01:04:37.671 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51652026-08-27T01:04:38.893Z[ recovery-image] Aug 27 01:04:37.691 INFO O| Aug 27 01:04:37.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
51662026-08-27T01:04:38.893Z[ recovery-image] Aug 27 01:04:37.691 INFO O| Aug 27 01:04:37.691 INFO STEP 50 (remove_files) COMPLETE
51672026-08-27T01:04:38.896Z[ recovery-image] Aug 27 01:04:37.691 INFO O| Aug 27 01:04:37.691 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51682026-08-27T01:04:38.902Z[ recovery-image] Aug 27 01:04:37.700 INFO O| Aug 27 01:04:37.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
51692026-08-27T01:04:38.902Z[ recovery-image] Aug 27 01:04:37.700 INFO O| Aug 27 01:04:37.700 INFO STEP 51 (remove_files) COMPLETE
51702026-08-27T01:04:38.905Z[ recovery-image] Aug 27 01:04:37.700 INFO O| Aug 27 01:04:37.700 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51712026-08-27T01:04:38.910Z[ recovery-image] Aug 27 01:04:37.708 INFO O| Aug 27 01:04:37.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
51722026-08-27T01:04:38.910Z[ recovery-image] Aug 27 01:04:37.708 INFO O| Aug 27 01:04:37.708 INFO STEP 52 (remove_files) COMPLETE
51732026-08-27T01:04:38.910Z[ recovery-image] Aug 27 01:04:37.708 INFO O| Aug 27 01:04:37.708 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51742026-08-27T01:04:38.919Z[ recovery-image] Aug 27 01:04:37.717 INFO O| Aug 27 01:04:37.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
51752026-08-27T01:04:38.919Z[ recovery-image] Aug 27 01:04:37.717 INFO O| Aug 27 01:04:37.717 INFO STEP 53 (remove_files) COMPLETE
51762026-08-27T01:04:38.919Z[ recovery-image] Aug 27 01:04:37.717 INFO O| Aug 27 01:04:37.717 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51772026-08-27T01:04:38.927Z[ recovery-image] Aug 27 01:04:37.725 INFO O| Aug 27 01:04:37.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
51782026-08-27T01:04:38.927Z[ recovery-image] Aug 27 01:04:37.725 INFO O| Aug 27 01:04:37.725 INFO STEP 54 (remove_files) COMPLETE
51792026-08-27T01:04:38.928Z[ recovery-image] Aug 27 01:04:37.725 INFO O| Aug 27 01:04:37.725 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51802026-08-27T01:04:38.949Z[ recovery-image] Aug 27 01:04:37.747 INFO O| Aug 27 01:04:37.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
51812026-08-27T01:04:38.949Z[ recovery-image] Aug 27 01:04:37.747 INFO O| Aug 27 01:04:37.747 INFO STEP 55 (remove_files) COMPLETE
51822026-08-27T01:04:38.949Z[ recovery-image] Aug 27 01:04:37.747 INFO O| Aug 27 01:04:37.747 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51832026-08-27T01:04:38.989Z[ recovery-image] Aug 27 01:04:37.787 INFO O| Aug 27 01:04:37.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
51842026-08-27T01:04:38.990Z[ recovery-image] Aug 27 01:04:37.787 INFO O| Aug 27 01:04:37.787 INFO STEP 56 (remove_files) COMPLETE
51852026-08-27T01:04:38.990Z[ recovery-image] Aug 27 01:04:37.787 INFO O| Aug 27 01:04:37.787 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51862026-08-27T01:04:38.999Z[ recovery-image] Aug 27 01:04:37.796 INFO O| Aug 27 01:04:37.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
51872026-08-27T01:04:38.999Z[ recovery-image] Aug 27 01:04:37.796 INFO O| Aug 27 01:04:37.796 INFO STEP 57 (remove_files) COMPLETE
51882026-08-27T01:04:39.002Z[ recovery-image] Aug 27 01:04:37.796 INFO O| Aug 27 01:04:37.796 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51892026-08-27T01:04:39.008Z[ recovery-image] Aug 27 01:04:37.805 INFO O| Aug 27 01:04:37.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
51902026-08-27T01:04:39.008Z[ recovery-image] Aug 27 01:04:37.805 INFO O| Aug 27 01:04:37.805 INFO STEP 58 (remove_files) COMPLETE
51912026-08-27T01:04:39.008Z[ recovery-image] Aug 27 01:04:37.805 INFO O| Aug 27 01:04:37.805 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51922026-08-27T01:04:39.019Z[ recovery-image] Aug 27 01:04:37.816 INFO O| Aug 27 01:04:37.816 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
51932026-08-27T01:04:39.019Z[ recovery-image] Aug 27 01:04:37.816 INFO O| Aug 27 01:04:37.816 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
51942026-08-27T01:04:39.019Z[ recovery-image] Aug 27 01:04:37.816 INFO O| Aug 27 01:04:37.816 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51952026-08-27T01:04:39.019Z[ recovery-image] Aug 27 01:04:37.816 INFO O| Aug 27 01:04:37.816 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51962026-08-27T01:04:39.019Z[ recovery-image] Aug 27 01:04:37.816 INFO O| Aug 27 01:04:37.816 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51972026-08-27T01:04:39.022Z[ recovery-image] Aug 27 01:04:37.816 INFO O| Aug 27 01:04:37.816 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
51982026-08-27T01:04:39.023Z[ recovery-image] Aug 27 01:04:37.816 INFO O| Aug 27 01:04:37.816 INFO ok!
51992026-08-27T01:04:39.023Z[ recovery-image] Aug 27 01:04:37.816 INFO O| Aug 27 01:04:37.816 INFO STEP 59 (ensure_file) COMPLETE
52002026-08-27T01:04:39.023Z[ recovery-image] Aug 27 01:04:37.816 INFO O| Aug 27 01:04:37.816 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52012026-08-27T01:04:39.032Z[ recovery-image] Aug 27 01:04:37.826 INFO O| Aug 27 01:04:37.826 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52022026-08-27T01:04:39.032Z[ recovery-image] Aug 27 01:04:37.826 INFO O| Aug 27 01:04:37.826 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52032026-08-27T01:04:39.032Z[ recovery-image] Aug 27 01:04:37.826 INFO O| Aug 27 01:04:37.826 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52042026-08-27T01:04:39.032Z[ recovery-image] Aug 27 01:04:37.826 INFO O| Aug 27 01:04:37.826 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52052026-08-27T01:04:39.032Z[ recovery-image] Aug 27 01:04:37.826 INFO O| Aug 27 01:04:37.826 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52062026-08-27T01:04:39.032Z[ recovery-image] Aug 27 01:04:37.826 INFO O| Aug 27 01:04:37.826 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52072026-08-27T01:04:39.032Z[ recovery-image] Aug 27 01:04:37.826 INFO O| Aug 27 01:04:37.826 INFO ok!
52082026-08-27T01:04:39.032Z[ recovery-image] Aug 27 01:04:37.826 INFO O| Aug 27 01:04:37.826 INFO STEP 60 (ensure_file) COMPLETE
52092026-08-27T01:04:39.032Z[ recovery-image] Aug 27 01:04:37.826 INFO O| Aug 27 01:04:37.826 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52102026-08-27T01:04:39.043Z[ recovery-image] Aug 27 01:04:37.841 INFO O| Aug 27 01:04:37.841 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52112026-08-27T01:04:39.044Z[ recovery-image] Aug 27 01:04:37.841 INFO O| Aug 27 01:04:37.841 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52122026-08-27T01:04:39.044Z[ recovery-image] Aug 27 01:04:37.841 INFO O| Aug 27 01:04:37.841 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52132026-08-27T01:04:39.047Z[ recovery-image] Aug 27 01:04:37.841 INFO O| Aug 27 01:04:37.841 INFO ok!
52142026-08-27T01:04:39.047Z[ recovery-image] Aug 27 01:04:37.841 INFO O| Aug 27 01:04:37.841 INFO STEP 61 (ensure_file) COMPLETE
52152026-08-27T01:04:39.047Z[ recovery-image] Aug 27 01:04:37.841 INFO O| Aug 27 01:04:37.841 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52162026-08-27T01:04:39.053Z[ recovery-image] Aug 27 01:04:37.851 INFO O| Aug 27 01:04:37.851 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52172026-08-27T01:04:39.053Z[ recovery-image] Aug 27 01:04:37.851 INFO O| Aug 27 01:04:37.851 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52182026-08-27T01:04:39.057Z[ recovery-image] Aug 27 01:04:37.851 INFO O| Aug 27 01:04:37.851 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52192026-08-27T01:04:39.057Z[ recovery-image] Aug 27 01:04:37.851 INFO O| Aug 27 01:04:37.851 INFO ok!
52202026-08-27T01:04:39.057Z[ recovery-image] Aug 27 01:04:37.851 INFO O| Aug 27 01:04:37.851 INFO STEP 62 (ensure_file) COMPLETE
52212026-08-27T01:04:39.057Z[ recovery-image] Aug 27 01:04:37.851 INFO O| Aug 27 01:04:37.851 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52222026-08-27T01:04:39.064Z[ recovery-image] Aug 27 01:04:37.861 INFO O| Aug 27 01:04:37.861 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52232026-08-27T01:04:39.064Z[ recovery-image] Aug 27 01:04:37.861 INFO O| Aug 27 01:04:37.861 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52242026-08-27T01:04:39.067Z[ recovery-image] Aug 27 01:04:37.861 INFO O| Aug 27 01:04:37.861 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52252026-08-27T01:04:39.067Z[ recovery-image] Aug 27 01:04:37.861 INFO O| Aug 27 01:04:37.861 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52262026-08-27T01:04:39.067Z[ recovery-image] Aug 27 01:04:37.861 INFO O| Aug 27 01:04:37.861 INFO ok!
52272026-08-27T01:04:39.067Z[ recovery-image] Aug 27 01:04:37.861 INFO O| Aug 27 01:04:37.861 INFO STEP 63 (ensure_file) COMPLETE
52282026-08-27T01:04:39.067Z[ recovery-image] Aug 27 01:04:37.861 INFO O| Aug 27 01:04:37.861 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52292026-08-27T01:04:39.075Z[ recovery-image] Aug 27 01:04:37.873 INFO O| Aug 27 01:04:37.872 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52302026-08-27T01:04:39.076Z[ recovery-image] Aug 27 01:04:37.873 INFO O| Aug 27 01:04:37.872 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52312026-08-27T01:04:39.076Z[ recovery-image] Aug 27 01:04:37.873 INFO O| Aug 27 01:04:37.873 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52322026-08-27T01:04:39.080Z[ recovery-image] Aug 27 01:04:37.873 INFO O| Aug 27 01:04:37.873 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52332026-08-27T01:04:39.080Z[ recovery-image] Aug 27 01:04:37.873 INFO O| Aug 27 01:04:37.873 INFO ok!
52342026-08-27T01:04:39.080Z[ recovery-image] Aug 27 01:04:37.873 INFO O| Aug 27 01:04:37.873 INFO STEP 64 (ensure_file) COMPLETE
52352026-08-27T01:04:39.080Z[ recovery-image] Aug 27 01:04:37.873 INFO O| Aug 27 01:04:37.873 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52362026-08-27T01:04:39.090Z[ recovery-image] Aug 27 01:04:37.888 INFO O| Aug 27 01:04:37.888 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52372026-08-27T01:04:39.090Z[ recovery-image] Aug 27 01:04:37.888 INFO O| Aug 27 01:04:37.888 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52382026-08-27T01:04:39.090Z[ recovery-image] Aug 27 01:04:37.888 INFO O| Aug 27 01:04:37.888 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52392026-08-27T01:04:39.094Z[ recovery-image] Aug 27 01:04:37.888 INFO O| Aug 27 01:04:37.888 INFO ok!
52402026-08-27T01:04:39.094Z[ recovery-image] Aug 27 01:04:37.888 INFO O| Aug 27 01:04:37.888 INFO STEP 65 (assemble_files) COMPLETE
52412026-08-27T01:04:39.094Z[ recovery-image] Aug 27 01:04:37.888 INFO O| Aug 27 01:04:37.888 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52422026-08-27T01:04:39.100Z[ recovery-image] Aug 27 01:04:37.898 INFO O| Aug 27 01:04:37.898 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52432026-08-27T01:04:39.100Z[ recovery-image] Aug 27 01:04:37.898 INFO O| Aug 27 01:04:37.898 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52442026-08-27T01:04:39.100Z[ recovery-image] Aug 27 01:04:37.898 INFO O| Aug 27 01:04:37.898 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52452026-08-27T01:04:39.105Z[ recovery-image] Aug 27 01:04:37.898 INFO O| Aug 27 01:04:37.898 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52462026-08-27T01:04:39.105Z[ recovery-image] Aug 27 01:04:37.898 INFO O| Aug 27 01:04:37.898 INFO ok!
52472026-08-27T01:04:39.105Z[ recovery-image] Aug 27 01:04:37.898 INFO O| Aug 27 01:04:37.898 INFO STEP 66 (ensure_file) COMPLETE
52482026-08-27T01:04:39.105Z[ recovery-image] Aug 27 01:04:37.898 INFO O| Aug 27 01:04:37.898 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52492026-08-27T01:04:39.105Z[ recovery-image] Aug 27 01:04:37.898 INFO O| Aug 27 01:04:37.898 INFO skip step because feature "omicron1" is not enabled
52502026-08-27T01:04:39.105Z[ recovery-image] Aug 27 01:04:37.898 INFO O| Aug 27 01:04:37.898 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52512026-08-27T01:04:39.105Z[ recovery-image] Aug 27 01:04:37.898 INFO O| Aug 27 01:04:37.898 INFO skip step because feature "omicron1" is not enabled
52522026-08-27T01:04:39.105Z[ recovery-image] Aug 27 01:04:37.898 INFO O| Aug 27 01:04:37.898 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52532026-08-27T01:04:39.105Z[ recovery-image] Aug 27 01:04:37.898 INFO O| Aug 27 01:04:37.898 INFO skip step because feature "omicron1" is not enabled
52542026-08-27T01:04:39.105Z[ recovery-image] Aug 27 01:04:37.898 INFO O| Aug 27 01:04:37.898 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52552026-08-27T01:04:39.114Z[ recovery-image] Aug 27 01:04:37.912 INFO O| Aug 27 01:04:37.912 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52562026-08-27T01:04:39.114Z[ recovery-image] Aug 27 01:04:37.912 INFO O| Aug 27 01:04:37.912 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52572026-08-27T01:04:39.260Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
52582026-08-27T01:04:39.407Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
52592026-08-27T01:04:39.462Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
52602026-08-27T01:04:39.633Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
52612026-08-27T01:04:39.894Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
52622026-08-27T01:04:40.520Z[ recovery-image] Aug 27 01:04:39.318 INFO O| Aug 27 01:04:39.318 INFO STEP 70 (pack_tar) COMPLETE
52632026-08-27T01:04:40.520Z[ recovery-image] Aug 27 01:04:39.318 INFO O| Aug 27 01:04:39.318 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52642026-08-27T01:04:40.524Z[ recovery-image] Aug 27 01:04:39.318 INFO O| Aug 27 01:04:39.318 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52652026-08-27T01:04:40.862Z[ recovery-image] Aug 27 01:04:39.659 INFO O| Aug 27 01:04:39.659 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
52662026-08-27T01:04:40.961Z[ recovery-image] Aug 27 01:04:39.759 INFO O| Aug 27 01:04:39.759 INFO completed processing sled/ramdisk-02-trim
52672026-08-27T01:04:40.965Z[ recovery-image] Aug 27 01:04:39.761 INFO image builder template: ramdisk-03-recovery-trim...
52682026-08-27T01:04:40.965Z[ recovery-image] Aug 27 01:04:39.761 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/.tmpnxx3ZX/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
52692026-08-27T01:04:40.968Z[ recovery-image] Aug 27 01:04:39.766 INFO O| Aug 27 01:04:39.766 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
52702026-08-27T01:04:41.044Z[ recovery-image] Aug 27 01:04:39.838 INFO O| Aug 27 01:04:39.838 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52712026-08-27T01:04:41.047Z[ recovery-image] Aug 27 01:04:39.843 INFO O| Aug 27 01:04:39.843 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52722026-08-27T01:04:41.089Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
52732026-08-27T01:04:41.144Z[ recovery-image] Aug 27 01:04:39.942 INFO O| Aug 27 01:04:39.941 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
52742026-08-27T01:04:41.212Z[ recovery-image] Aug 27 01:04:40.010 INFO O| Aug 27 01:04:40.010 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
52752026-08-27T01:04:41.212Z[ recovery-image] Aug 27 01:04:40.010 INFO O| Aug 27 01:04:40.010 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
52762026-08-27T01:04:41.219Z[ recovery-image] Aug 27 01:04:40.017 INFO O| Aug 27 01:04:40.016 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
52772026-08-27T01:04:41.223Z[ recovery-image] Aug 27 01:04:40.020 INFO O| Aug 27 01:04:40.020 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
52782026-08-27T01:04:41.230Z[ recovery-image] Aug 27 01:04:40.028 INFO O| Aug 27 01:04:40.028 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
52792026-08-27T01:04:41.247Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
52802026-08-27T01:04:41.974Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
52812026-08-27T01:04:41.995Z[ recovery-image] Aug 27 01:04:40.792 INFO O| Aug 27 01:04:40.792 INFO rolled back to input snapshot; work may begin
52822026-08-27T01:04:41.995Z[ recovery-image] Aug 27 01:04:40.792 INFO O| Aug 27 01:04:40.792 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
52832026-08-27T01:04:42.000Z[ recovery-image] Aug 27 01:04:40.797 INFO O| Aug 27 01:04:40.797 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52842026-08-27T01:04:42.011Z[ recovery-image] Aug 27 01:04:40.808 INFO O| Aug 27 01:04:40.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
52852026-08-27T01:04:42.015Z[ recovery-image] Aug 27 01:04:40.811 INFO O| Aug 27 01:04:40.811 INFO STEP 0 (remove_files) COMPLETE
52862026-08-27T01:04:42.015Z[ recovery-image] Aug 27 01:04:40.811 INFO O| Aug 27 01:04:40.811 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52872026-08-27T01:04:42.024Z[ recovery-image] Aug 27 01:04:40.821 INFO O| Aug 27 01:04:40.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
52882026-08-27T01:04:42.024Z[ recovery-image] Aug 27 01:04:40.821 INFO O| Aug 27 01:04:40.821 INFO STEP 1 (remove_files) COMPLETE
52892026-08-27T01:04:42.028Z[ recovery-image] Aug 27 01:04:40.821 INFO O| Aug 27 01:04:40.821 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52902026-08-27T01:04:42.032Z[ recovery-image] Aug 27 01:04:40.830 INFO O| Aug 27 01:04:40.830 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
52912026-08-27T01:04:42.036Z[ recovery-image] Aug 27 01:04:40.833 INFO O| Aug 27 01:04:40.833 INFO STEP 2 (remove_files) COMPLETE
52922026-08-27T01:04:42.036Z[ recovery-image] Aug 27 01:04:40.833 INFO O| Aug 27 01:04:40.833 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52932026-08-27T01:04:42.045Z[ recovery-image] Aug 27 01:04:40.842 INFO O| Aug 27 01:04:40.842 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
52942026-08-27T01:04:42.090Z[ recovery-image] Aug 27 01:04:40.887 INFO O| Aug 27 01:04:40.887 INFO STEP 3 (remove_files) COMPLETE
52952026-08-27T01:04:42.090Z[ recovery-image] Aug 27 01:04:40.887 INFO O| Aug 27 01:04:40.887 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52962026-08-27T01:04:42.093Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52972026-08-27T01:04:42.103Z[ recovery-image] Aug 27 01:04:40.899 INFO O| Aug 27 01:04:40.898 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
52982026-08-27T01:04:42.107Z[ recovery-image] Aug 27 01:04:40.899 INFO O| Aug 27 01:04:40.899 INFO STEP 4 (remove_files) COMPLETE
52992026-08-27T01:04:42.107Z[ recovery-image] Aug 27 01:04:40.899 INFO O| Aug 27 01:04:40.899 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53002026-08-27T01:04:42.112Z[ recovery-image] Aug 27 01:04:40.910 INFO O| Aug 27 01:04:40.910 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53012026-08-27T01:04:42.158Z[ recovery-image] Aug 27 01:04:40.955 INFO O| Aug 27 01:04:40.955 INFO STEP 5 (remove_files) COMPLETE
53022026-08-27T01:04:42.162Z[ recovery-image] Aug 27 01:04:40.955 INFO O| Aug 27 01:04:40.955 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53032026-08-27T01:04:42.174Z[ recovery-image] Aug 27 01:04:40.966 INFO O| Aug 27 01:04:40.966 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53042026-08-27T01:04:42.178Z[ recovery-image] Aug 27 01:04:40.974 INFO O| Aug 27 01:04:40.974 INFO STEP 6 (remove_files) COMPLETE
53052026-08-27T01:04:42.178Z[ recovery-image] Aug 27 01:04:40.974 INFO O| Aug 27 01:04:40.974 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53062026-08-27T01:04:42.186Z[ recovery-image] Aug 27 01:04:40.984 INFO O| Aug 27 01:04:40.984 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53072026-08-27T01:04:42.189Z[ recovery-image] Aug 27 01:04:40.986 INFO O| Aug 27 01:04:40.986 INFO STEP 7 (remove_files) COMPLETE
53082026-08-27T01:04:42.189Z[ recovery-image] Aug 27 01:04:40.986 INFO O| Aug 27 01:04:40.986 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53092026-08-27T01:04:42.199Z[ recovery-image] Aug 27 01:04:40.996 INFO O| Aug 27 01:04:40.996 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53102026-08-27T01:04:42.202Z[ recovery-image] Aug 27 01:04:40.998 INFO O| Aug 27 01:04:40.998 INFO STEP 8 (remove_files) COMPLETE
53112026-08-27T01:04:42.202Z[ recovery-image] Aug 27 01:04:40.998 INFO O| Aug 27 01:04:40.998 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53122026-08-27T01:04:42.211Z[ recovery-image] Aug 27 01:04:41.009 INFO O| Aug 27 01:04:41.008 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53132026-08-27T01:04:42.214Z[ recovery-image] Aug 27 01:04:41.012 INFO O| Aug 27 01:04:41.011 INFO STEP 9 (remove_files) COMPLETE
53142026-08-27T01:04:42.215Z[ recovery-image] Aug 27 01:04:41.012 INFO O| Aug 27 01:04:41.012 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53152026-08-27T01:04:42.223Z[ recovery-image] Aug 27 01:04:41.021 INFO O| Aug 27 01:04:41.021 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53162026-08-27T01:04:42.227Z[ recovery-image] Aug 27 01:04:41.022 INFO O| Aug 27 01:04:41.022 INFO STEP 10 (remove_files) COMPLETE
53172026-08-27T01:04:42.227Z[ recovery-image] Aug 27 01:04:41.022 INFO O| Aug 27 01:04:41.022 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53182026-08-27T01:04:42.237Z[ recovery-image] Aug 27 01:04:41.032 INFO O| Aug 27 01:04:41.032 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53192026-08-27T01:04:42.237Z[ recovery-image] Aug 27 01:04:41.033 INFO O| Aug 27 01:04:41.032 INFO STEP 11 (remove_files) COMPLETE
53202026-08-27T01:04:42.237Z[ recovery-image] Aug 27 01:04:41.033 INFO O| Aug 27 01:04:41.032 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53212026-08-27T01:04:42.245Z[ recovery-image] Aug 27 01:04:41.043 INFO O| Aug 27 01:04:41.043 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53222026-08-27T01:04:42.308Z[ recovery-image] Aug 27 01:04:41.104 INFO O| Aug 27 01:04:41.104 INFO STEP 12 (remove_files) COMPLETE
53232026-08-27T01:04:42.308Z[ recovery-image] Aug 27 01:04:41.105 INFO O| Aug 27 01:04:41.104 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53242026-08-27T01:04:42.316Z[ recovery-image] Aug 27 01:04:41.114 INFO O| Aug 27 01:04:41.114 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53252026-08-27T01:04:42.322Z[ recovery-image] Aug 27 01:04:41.116 INFO O| Aug 27 01:04:41.116 INFO STEP 13 (remove_files) COMPLETE
53262026-08-27T01:04:42.322Z[ recovery-image] Aug 27 01:04:41.116 INFO O| Aug 27 01:04:41.116 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53272026-08-27T01:04:42.329Z[ recovery-image] Aug 27 01:04:41.125 INFO O| Aug 27 01:04:41.125 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53282026-08-27T01:04:42.329Z[ recovery-image] Aug 27 01:04:41.126 INFO O| Aug 27 01:04:41.126 INFO STEP 14 (remove_files) COMPLETE
53292026-08-27T01:04:42.332Z[ recovery-image] Aug 27 01:04:41.126 INFO O| Aug 27 01:04:41.126 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53302026-08-27T01:04:42.338Z[ recovery-image] Aug 27 01:04:41.136 INFO O| Aug 27 01:04:41.135 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53312026-08-27T01:04:42.398Z[ recovery-image] Aug 27 01:04:41.136 INFO O| Aug 27 01:04:41.136 INFO STEP 15 (remove_files) COMPLETE
53322026-08-27T01:04:42.398Z[ recovery-image] Aug 27 01:04:41.136 INFO O| Aug 27 01:04:41.136 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53332026-08-27T01:04:42.398Z[ recovery-image] Aug 27 01:04:41.144 INFO O| Aug 27 01:04:41.144 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53342026-08-27T01:04:42.399Z[ recovery-image] Aug 27 01:04:41.146 INFO O| Aug 27 01:04:41.146 INFO STEP 16 (remove_files) COMPLETE
53352026-08-27T01:04:42.399Z[ recovery-image] Aug 27 01:04:41.146 INFO O| Aug 27 01:04:41.146 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53362026-08-27T01:04:42.399Z[ recovery-image] Aug 27 01:04:41.156 INFO O| Aug 27 01:04:41.156 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53372026-08-27T01:04:42.399Z[ recovery-image] Aug 27 01:04:41.161 INFO O| Aug 27 01:04:41.161 INFO STEP 17 (remove_files) COMPLETE
53382026-08-27T01:04:42.399Z[ recovery-image] Aug 27 01:04:41.161 INFO O| Aug 27 01:04:41.161 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53392026-08-27T01:04:42.399Z[verify-libraries] Compiling ssh-key v0.7.0-rc.11
53402026-08-27T01:04:42.399Z[ recovery-image] Aug 27 01:04:41.171 INFO O| Aug 27 01:04:41.171 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
53412026-08-27T01:04:42.399Z[ recovery-image] Aug 27 01:04:41.171 INFO O| Aug 27 01:04:41.171 INFO STEP 18 (remove_files) COMPLETE
53422026-08-27T01:04:42.399Z[ recovery-image] Aug 27 01:04:41.171 INFO O| Aug 27 01:04:41.171 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53432026-08-27T01:04:42.399Z[ recovery-image] Aug 27 01:04:41.181 INFO O| Aug 27 01:04:41.181 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
53442026-08-27T01:04:42.399Z[ recovery-image] Aug 27 01:04:41.181 INFO O| Aug 27 01:04:41.181 INFO STEP 19 (remove_files) COMPLETE
53452026-08-27T01:04:42.399Z[ recovery-image] Aug 27 01:04:41.181 INFO O| Aug 27 01:04:41.181 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53462026-08-27T01:04:42.405Z[ recovery-image] Aug 27 01:04:41.194 INFO O| Aug 27 01:04:41.194 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
53472026-08-27T01:04:42.433Z[ recovery-image] Aug 27 01:04:41.230 INFO O| Aug 27 01:04:41.230 INFO STEP 20 (remove_files) COMPLETE
53482026-08-27T01:04:42.433Z[ recovery-image] Aug 27 01:04:41.230 INFO O| Aug 27 01:04:41.230 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53492026-08-27T01:04:42.443Z[ recovery-image] Aug 27 01:04:41.240 INFO O| Aug 27 01:04:41.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
53502026-08-27T01:04:42.446Z[ recovery-image] Aug 27 01:04:41.242 INFO O| Aug 27 01:04:41.242 INFO STEP 21 (remove_files) COMPLETE
53512026-08-27T01:04:42.446Z[ recovery-image] Aug 27 01:04:41.242 INFO O| Aug 27 01:04:41.242 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53522026-08-27T01:04:42.454Z[ recovery-image] Aug 27 01:04:41.252 INFO O| Aug 27 01:04:41.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
53532026-08-27T01:04:42.454Z[ recovery-image] Aug 27 01:04:41.252 INFO O| Aug 27 01:04:41.252 INFO STEP 22 (remove_files) COMPLETE
53542026-08-27T01:04:42.454Z[ recovery-image] Aug 27 01:04:41.252 INFO O| Aug 27 01:04:41.252 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53552026-08-27T01:04:42.466Z[ recovery-image] Aug 27 01:04:41.262 INFO O| Aug 27 01:04:41.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
53562026-08-27T01:04:42.466Z[ recovery-image] Aug 27 01:04:41.262 INFO O| Aug 27 01:04:41.262 INFO STEP 23 (remove_files) COMPLETE
53572026-08-27T01:04:42.466Z[ recovery-image] Aug 27 01:04:41.262 INFO O| Aug 27 01:04:41.262 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53582026-08-27T01:04:42.475Z[verify-libraries] Compiling tui-tree-widget v0.23.1
53592026-08-27T01:04:42.479Z[ recovery-image] Aug 27 01:04:41.273 INFO O| Aug 27 01:04:41.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
53602026-08-27T01:04:42.479Z[ recovery-image] Aug 27 01:04:41.274 INFO O| Aug 27 01:04:41.274 INFO STEP 24 (remove_files) COMPLETE
53612026-08-27T01:04:42.479Z[ recovery-image] Aug 27 01:04:41.274 INFO O| Aug 27 01:04:41.274 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-08-27T01:04:42.485Z[ recovery-image] Aug 27 01:04:41.283 INFO O| Aug 27 01:04:41.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
53632026-08-27T01:04:42.485Z[ recovery-image] Aug 27 01:04:41.283 INFO O| Aug 27 01:04:41.283 INFO STEP 25 (remove_files) COMPLETE
53642026-08-27T01:04:42.489Z[ recovery-image] Aug 27 01:04:41.283 INFO O| Aug 27 01:04:41.283 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-08-27T01:04:42.496Z[ recovery-image] Aug 27 01:04:41.293 INFO O| Aug 27 01:04:41.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
53662026-08-27T01:04:42.496Z[ recovery-image] Aug 27 01:04:41.293 INFO O| Aug 27 01:04:41.293 INFO STEP 26 (remove_files) COMPLETE
53672026-08-27T01:04:42.496Z[ recovery-image] Aug 27 01:04:41.293 INFO O| Aug 27 01:04:41.293 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-08-27T01:04:42.505Z[ recovery-image] Aug 27 01:04:41.303 INFO O| Aug 27 01:04:41.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
53692026-08-27T01:04:42.505Z[ recovery-image] Aug 27 01:04:41.303 INFO O| Aug 27 01:04:41.303 INFO STEP 27 (remove_files) COMPLETE
53702026-08-27T01:04:42.505Z[ recovery-image] Aug 27 01:04:41.303 INFO O| Aug 27 01:04:41.303 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-08-27T01:04:42.514Z[ recovery-image] Aug 27 01:04:41.312 INFO O| Aug 27 01:04:41.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
53722026-08-27T01:04:42.514Z[ recovery-image] Aug 27 01:04:41.312 INFO O| Aug 27 01:04:41.312 INFO STEP 28 (remove_files) COMPLETE
53732026-08-27T01:04:42.518Z[ recovery-image] Aug 27 01:04:41.312 INFO O| Aug 27 01:04:41.312 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-08-27T01:04:42.521Z[verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53752026-08-27T01:04:42.524Z[ recovery-image] Aug 27 01:04:41.322 INFO O| Aug 27 01:04:41.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
53762026-08-27T01:04:42.524Z[ recovery-image] Aug 27 01:04:41.322 INFO O| Aug 27 01:04:41.322 INFO STEP 29 (remove_files) COMPLETE
53772026-08-27T01:04:42.524Z[ recovery-image] Aug 27 01:04:41.322 INFO O| Aug 27 01:04:41.322 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-08-27T01:04:42.535Z[ recovery-image] Aug 27 01:04:41.332 INFO O| Aug 27 01:04:41.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
53792026-08-27T01:04:42.535Z[ recovery-image] Aug 27 01:04:41.332 INFO O| Aug 27 01:04:41.332 INFO STEP 30 (remove_files) COMPLETE
53802026-08-27T01:04:42.535Z[ recovery-image] Aug 27 01:04:41.332 INFO O| Aug 27 01:04:41.332 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-08-27T01:04:42.551Z[ recovery-image] Aug 27 01:04:41.347 INFO O| Aug 27 01:04:41.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
53822026-08-27T01:04:42.551Z[ recovery-image] Aug 27 01:04:41.348 INFO O| Aug 27 01:04:41.347 INFO STEP 31 (remove_files) COMPLETE
53832026-08-27T01:04:42.551Z[ recovery-image] Aug 27 01:04:41.348 INFO O| Aug 27 01:04:41.348 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-08-27T01:04:42.559Z[ recovery-image] Aug 27 01:04:41.357 INFO O| Aug 27 01:04:41.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
53852026-08-27T01:04:42.559Z[ recovery-image] Aug 27 01:04:41.357 INFO O| Aug 27 01:04:41.357 INFO STEP 32 (remove_files) COMPLETE
53862026-08-27T01:04:42.559Z[ recovery-image] Aug 27 01:04:41.357 INFO O| Aug 27 01:04:41.357 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53872026-08-27T01:04:42.569Z[ recovery-image] Aug 27 01:04:41.366 INFO O| Aug 27 01:04:41.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
53882026-08-27T01:04:42.581Z[ recovery-image] Aug 27 01:04:41.378 INFO O| Aug 27 01:04:41.378 INFO STEP 33 (remove_files) COMPLETE
53892026-08-27T01:04:42.581Z[ recovery-image] Aug 27 01:04:41.379 INFO O| Aug 27 01:04:41.378 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53902026-08-27T01:04:42.606Z[ recovery-image] Aug 27 01:04:41.403 INFO O| Aug 27 01:04:41.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
53912026-08-27T01:04:42.606Z[ recovery-image] Aug 27 01:04:41.403 INFO O| Aug 27 01:04:41.403 INFO STEP 34 (remove_files) COMPLETE
53922026-08-27T01:04:42.606Z[ recovery-image] Aug 27 01:04:41.403 INFO O| Aug 27 01:04:41.403 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53932026-08-27T01:04:42.616Z[ recovery-image] Aug 27 01:04:41.414 INFO O| Aug 27 01:04:41.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
53942026-08-27T01:04:42.616Z[ recovery-image] Aug 27 01:04:41.414 INFO O| Aug 27 01:04:41.414 INFO STEP 35 (remove_files) COMPLETE
53952026-08-27T01:04:42.619Z[ recovery-image] Aug 27 01:04:41.414 INFO O| Aug 27 01:04:41.414 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53962026-08-27T01:04:42.625Z[ recovery-image] Aug 27 01:04:41.422 INFO O| Aug 27 01:04:41.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
53972026-08-27T01:04:42.625Z[ recovery-image] Aug 27 01:04:41.422 INFO O| Aug 27 01:04:41.422 INFO STEP 36 (remove_files) COMPLETE
53982026-08-27T01:04:42.625Z[ recovery-image] Aug 27 01:04:41.422 INFO O| Aug 27 01:04:41.422 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-08-27T01:04:42.661Z[ recovery-image] Aug 27 01:04:41.458 INFO O| Aug 27 01:04:41.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54002026-08-27T01:04:42.661Z[ recovery-image] Aug 27 01:04:41.458 INFO O| Aug 27 01:04:41.458 INFO STEP 37 (remove_files) COMPLETE
54012026-08-27T01:04:42.661Z[ recovery-image] Aug 27 01:04:41.458 INFO O| Aug 27 01:04:41.458 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-08-27T01:04:42.676Z[ recovery-image] Aug 27 01:04:41.473 INFO O| Aug 27 01:04:41.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54032026-08-27T01:04:42.676Z[ recovery-image] Aug 27 01:04:41.474 INFO O| Aug 27 01:04:41.474 INFO STEP 38 (remove_files) COMPLETE
54042026-08-27T01:04:42.679Z[ recovery-image] Aug 27 01:04:41.474 INFO O| Aug 27 01:04:41.474 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-08-27T01:04:42.687Z[ recovery-image] Aug 27 01:04:41.485 INFO O| Aug 27 01:04:41.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54062026-08-27T01:04:42.687Z[ recovery-image] Aug 27 01:04:41.485 INFO O| Aug 27 01:04:41.485 INFO STEP 39 (remove_files) COMPLETE
54072026-08-27T01:04:42.691Z[ recovery-image] Aug 27 01:04:41.485 INFO O| Aug 27 01:04:41.485 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-08-27T01:04:42.700Z[ recovery-image] Aug 27 01:04:41.497 INFO O| Aug 27 01:04:41.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54092026-08-27T01:04:42.700Z[ recovery-image] Aug 27 01:04:41.498 INFO O| Aug 27 01:04:41.498 INFO STEP 40 (remove_files) COMPLETE
54102026-08-27T01:04:42.703Z[ recovery-image] Aug 27 01:04:41.498 INFO O| Aug 27 01:04:41.498 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-08-27T01:04:42.714Z[ recovery-image] Aug 27 01:04:41.512 INFO O| Aug 27 01:04:41.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54122026-08-27T01:04:42.714Z[ recovery-image] Aug 27 01:04:41.512 INFO O| Aug 27 01:04:41.512 INFO STEP 41 (remove_files) COMPLETE
54132026-08-27T01:04:42.715Z[ recovery-image] Aug 27 01:04:41.512 INFO O| Aug 27 01:04:41.512 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-08-27T01:04:42.725Z[ recovery-image] Aug 27 01:04:41.522 INFO O| Aug 27 01:04:41.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54152026-08-27T01:04:42.725Z[ recovery-image] Aug 27 01:04:41.522 INFO O| Aug 27 01:04:41.522 INFO STEP 42 (remove_files) COMPLETE
54162026-08-27T01:04:42.725Z[ recovery-image] Aug 27 01:04:41.522 INFO O| Aug 27 01:04:41.522 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-08-27T01:04:42.733Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
54182026-08-27T01:04:42.736Z[ recovery-image] Aug 27 01:04:41.532 INFO O| Aug 27 01:04:41.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54192026-08-27T01:04:42.736Z[ recovery-image] Aug 27 01:04:41.532 INFO O| Aug 27 01:04:41.532 INFO STEP 43 (remove_files) COMPLETE
54202026-08-27T01:04:42.738Z[ recovery-image] Aug 27 01:04:41.532 INFO O| Aug 27 01:04:41.532 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54212026-08-27T01:04:42.756Z[ recovery-image] Aug 27 01:04:41.553 INFO O| Aug 27 01:04:41.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54222026-08-27T01:04:42.756Z[ recovery-image] Aug 27 01:04:41.553 INFO O| Aug 27 01:04:41.553 INFO STEP 44 (remove_files) COMPLETE
54232026-08-27T01:04:42.759Z[ recovery-image] Aug 27 01:04:41.553 INFO O| Aug 27 01:04:41.553 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54242026-08-27T01:04:42.766Z[ recovery-image] Aug 27 01:04:41.564 INFO O| Aug 27 01:04:41.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54252026-08-27T01:04:42.766Z[ recovery-image] Aug 27 01:04:41.564 INFO O| Aug 27 01:04:41.564 INFO STEP 45 (remove_files) COMPLETE
54262026-08-27T01:04:42.770Z[ recovery-image] Aug 27 01:04:41.564 INFO O| Aug 27 01:04:41.564 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54272026-08-27T01:04:42.784Z[ recovery-image] Aug 27 01:04:41.582 INFO O| Aug 27 01:04:41.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54282026-08-27T01:04:42.784Z[ recovery-image] Aug 27 01:04:41.582 INFO O| Aug 27 01:04:41.582 INFO STEP 46 (remove_files) COMPLETE
54292026-08-27T01:04:42.785Z[ recovery-image] Aug 27 01:04:41.582 INFO O| Aug 27 01:04:41.582 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54302026-08-27T01:04:42.795Z[ recovery-image] Aug 27 01:04:41.593 INFO O| Aug 27 01:04:41.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54312026-08-27T01:04:42.795Z[ recovery-image] Aug 27 01:04:41.593 INFO O| Aug 27 01:04:41.593 INFO STEP 47 (remove_files) COMPLETE
54322026-08-27T01:04:42.795Z[ recovery-image] Aug 27 01:04:41.593 INFO O| Aug 27 01:04:41.593 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54332026-08-27T01:04:42.809Z[ recovery-image] Aug 27 01:04:41.607 INFO O| Aug 27 01:04:41.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54342026-08-27T01:04:42.810Z[ recovery-image] Aug 27 01:04:41.607 INFO O| Aug 27 01:04:41.607 INFO STEP 48 (remove_files) COMPLETE
54352026-08-27T01:04:42.810Z[ recovery-image] Aug 27 01:04:41.607 INFO O| Aug 27 01:04:41.607 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54362026-08-27T01:04:42.821Z[ recovery-image] Aug 27 01:04:41.619 INFO O| Aug 27 01:04:41.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54372026-08-27T01:04:42.821Z[ recovery-image] Aug 27 01:04:41.619 INFO O| Aug 27 01:04:41.619 INFO STEP 49 (remove_files) COMPLETE
54382026-08-27T01:04:42.821Z[ recovery-image] Aug 27 01:04:41.619 INFO O| Aug 27 01:04:41.619 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54392026-08-27T01:04:42.853Z[ recovery-image] Aug 27 01:04:41.646 INFO O| Aug 27 01:04:41.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54402026-08-27T01:04:42.853Z[ recovery-image] Aug 27 01:04:41.646 INFO O| Aug 27 01:04:41.646 INFO STEP 50 (remove_files) COMPLETE
54412026-08-27T01:04:42.853Z[ recovery-image] Aug 27 01:04:41.646 INFO O| Aug 27 01:04:41.646 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54422026-08-27T01:04:42.858Z[ recovery-image] Aug 27 01:04:41.656 INFO O| Aug 27 01:04:41.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
54432026-08-27T01:04:42.858Z[ recovery-image] Aug 27 01:04:41.656 INFO O| Aug 27 01:04:41.656 INFO STEP 51 (remove_files) COMPLETE
54442026-08-27T01:04:42.858Z[ recovery-image] Aug 27 01:04:41.656 INFO O| Aug 27 01:04:41.656 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54452026-08-27T01:04:42.867Z[ recovery-image] Aug 27 01:04:41.665 INFO O| Aug 27 01:04:41.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
54462026-08-27T01:04:42.867Z[ recovery-image] Aug 27 01:04:41.665 INFO O| Aug 27 01:04:41.665 INFO STEP 52 (remove_files) COMPLETE
54472026-08-27T01:04:42.871Z[ recovery-image] Aug 27 01:04:41.665 INFO O| Aug 27 01:04:41.665 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54482026-08-27T01:04:42.876Z[ recovery-image] Aug 27 01:04:41.674 INFO O| Aug 27 01:04:41.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
54492026-08-27T01:04:42.877Z[ recovery-image] Aug 27 01:04:41.674 INFO O| Aug 27 01:04:41.674 INFO STEP 53 (remove_files) COMPLETE
54502026-08-27T01:04:42.882Z[ recovery-image] Aug 27 01:04:41.674 INFO O| Aug 27 01:04:41.674 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54512026-08-27T01:04:42.885Z[ recovery-image] Aug 27 01:04:41.682 INFO O| Aug 27 01:04:41.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
54522026-08-27T01:04:42.885Z[ recovery-image] Aug 27 01:04:41.683 INFO O| Aug 27 01:04:41.683 INFO STEP 54 (remove_files) COMPLETE
54532026-08-27T01:04:42.885Z[ recovery-image] Aug 27 01:04:41.683 INFO O| Aug 27 01:04:41.683 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54542026-08-27T01:04:42.894Z[ recovery-image] Aug 27 01:04:41.691 INFO O| Aug 27 01:04:41.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
54552026-08-27T01:04:42.899Z[ recovery-image] Aug 27 01:04:41.695 INFO O| Aug 27 01:04:41.695 INFO STEP 55 (remove_files) COMPLETE
54562026-08-27T01:04:42.899Z[ recovery-image] Aug 27 01:04:41.695 INFO O| Aug 27 01:04:41.695 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54572026-08-27T01:04:42.908Z[ recovery-image] Aug 27 01:04:41.704 INFO O| Aug 27 01:04:41.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
54582026-08-27T01:04:42.908Z[ recovery-image] Aug 27 01:04:41.704 INFO O| Aug 27 01:04:41.704 INFO STEP 56 (remove_files) COMPLETE
54592026-08-27T01:04:42.908Z[ recovery-image] Aug 27 01:04:41.704 INFO O| Aug 27 01:04:41.704 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54602026-08-27T01:04:42.932Z[ recovery-image] Aug 27 01:04:41.730 INFO O| Aug 27 01:04:41.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
54612026-08-27T01:04:42.932Z[ recovery-image] Aug 27 01:04:41.730 INFO O| Aug 27 01:04:41.730 INFO STEP 57 (remove_files) COMPLETE
54622026-08-27T01:04:42.932Z[ recovery-image] Aug 27 01:04:41.730 INFO O| Aug 27 01:04:41.730 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54632026-08-27T01:04:42.960Z[ recovery-image] Aug 27 01:04:41.757 INFO O| Aug 27 01:04:41.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
54642026-08-27T01:04:42.960Z[ recovery-image] Aug 27 01:04:41.757 INFO O| Aug 27 01:04:41.757 INFO STEP 58 (remove_files) COMPLETE
54652026-08-27T01:04:42.960Z[ recovery-image] Aug 27 01:04:41.757 INFO O| Aug 27 01:04:41.757 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54662026-08-27T01:04:42.969Z[ recovery-image] Aug 27 01:04:41.766 INFO O| Aug 27 01:04:41.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
54672026-08-27T01:04:42.969Z[ recovery-image] Aug 27 01:04:41.766 INFO O| Aug 27 01:04:41.766 INFO STEP 59 (remove_files) COMPLETE
54682026-08-27T01:04:42.969Z[ recovery-image] Aug 27 01:04:41.766 INFO O| Aug 27 01:04:41.766 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54692026-08-27T01:04:42.979Z[ recovery-image] Aug 27 01:04:41.776 INFO O| Aug 27 01:04:41.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
54702026-08-27T01:04:42.979Z[ recovery-image] Aug 27 01:04:41.776 INFO O| Aug 27 01:04:41.776 INFO STEP 60 (remove_files) COMPLETE
54712026-08-27T01:04:42.979Z[ recovery-image] Aug 27 01:04:41.776 INFO O| Aug 27 01:04:41.776 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54722026-08-27T01:04:42.995Z[ recovery-image] Aug 27 01:04:41.793 INFO O| Aug 27 01:04:41.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
54732026-08-27T01:04:42.995Z[ recovery-image] Aug 27 01:04:41.793 INFO O| Aug 27 01:04:41.793 INFO STEP 61 (remove_files) COMPLETE
54742026-08-27T01:04:42.999Z[ recovery-image] Aug 27 01:04:41.793 INFO O| Aug 27 01:04:41.793 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54752026-08-27T01:04:43.005Z[ recovery-image] Aug 27 01:04:41.802 INFO O| Aug 27 01:04:41.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
54762026-08-27T01:04:43.005Z[ recovery-image] Aug 27 01:04:41.802 INFO O| Aug 27 01:04:41.802 INFO STEP 62 (remove_files) COMPLETE
54772026-08-27T01:04:43.008Z[ recovery-image] Aug 27 01:04:41.802 INFO O| Aug 27 01:04:41.802 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54782026-08-27T01:04:43.014Z[ recovery-image] Aug 27 01:04:41.811 INFO O| Aug 27 01:04:41.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
54792026-08-27T01:04:43.014Z[ recovery-image] Aug 27 01:04:41.811 INFO O| Aug 27 01:04:41.811 INFO STEP 63 (remove_files) COMPLETE
54802026-08-27T01:04:43.014Z[ recovery-image] Aug 27 01:04:41.812 INFO O| Aug 27 01:04:41.811 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54812026-08-27T01:04:43.023Z[ recovery-image] Aug 27 01:04:41.820 INFO O| Aug 27 01:04:41.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
54822026-08-27T01:04:43.023Z[ recovery-image] Aug 27 01:04:41.821 INFO O| Aug 27 01:04:41.821 INFO STEP 64 (remove_files) COMPLETE
54832026-08-27T01:04:43.027Z[ recovery-image] Aug 27 01:04:41.821 INFO O| Aug 27 01:04:41.821 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54842026-08-27T01:04:43.033Z[ recovery-image] Aug 27 01:04:41.830 INFO O| Aug 27 01:04:41.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
54852026-08-27T01:04:43.033Z[ recovery-image] Aug 27 01:04:41.830 INFO O| Aug 27 01:04:41.830 INFO STEP 65 (remove_files) COMPLETE
54862026-08-27T01:04:43.033Z[ recovery-image] Aug 27 01:04:41.830 INFO O| Aug 27 01:04:41.830 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54872026-08-27T01:04:43.042Z[ recovery-image] Aug 27 01:04:41.839 INFO O| Aug 27 01:04:41.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
54882026-08-27T01:04:43.042Z[ recovery-image] Aug 27 01:04:41.839 INFO O| Aug 27 01:04:41.839 INFO STEP 66 (remove_files) COMPLETE
54892026-08-27T01:04:43.045Z[ recovery-image] Aug 27 01:04:41.839 INFO O| Aug 27 01:04:41.839 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54902026-08-27T01:04:43.051Z[ recovery-image] Aug 27 01:04:41.848 INFO O| Aug 27 01:04:41.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
54912026-08-27T01:04:43.051Z[ recovery-image] Aug 27 01:04:41.848 INFO O| Aug 27 01:04:41.848 INFO STEP 67 (remove_files) COMPLETE
54922026-08-27T01:04:43.055Z[ recovery-image] Aug 27 01:04:41.848 INFO O| Aug 27 01:04:41.848 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54932026-08-27T01:04:43.060Z[ recovery-image] Aug 27 01:04:41.857 INFO O| Aug 27 01:04:41.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
54942026-08-27T01:04:43.060Z[ recovery-image] Aug 27 01:04:41.857 INFO O| Aug 27 01:04:41.857 INFO STEP 68 (remove_files) COMPLETE
54952026-08-27T01:04:43.063Z[ recovery-image] Aug 27 01:04:41.857 INFO O| Aug 27 01:04:41.857 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54962026-08-27T01:04:43.070Z[ recovery-image] Aug 27 01:04:41.867 INFO O| Aug 27 01:04:41.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
54972026-08-27T01:04:43.070Z[ recovery-image] Aug 27 01:04:41.867 INFO O| Aug 27 01:04:41.867 INFO STEP 69 (remove_files) COMPLETE
54982026-08-27T01:04:43.076Z[ recovery-image] Aug 27 01:04:41.867 INFO O| Aug 27 01:04:41.867 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54992026-08-27T01:04:43.080Z[ recovery-image] Aug 27 01:04:41.876 INFO O| Aug 27 01:04:41.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55002026-08-27T01:04:43.080Z[ recovery-image] Aug 27 01:04:41.876 INFO O| Aug 27 01:04:41.876 INFO STEP 70 (remove_files) COMPLETE
55012026-08-27T01:04:43.080Z[ recovery-image] Aug 27 01:04:41.876 INFO O| Aug 27 01:04:41.876 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55022026-08-27T01:04:43.088Z[ recovery-image] Aug 27 01:04:41.885 INFO O| Aug 27 01:04:41.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55032026-08-27T01:04:43.088Z[ recovery-image] Aug 27 01:04:41.886 INFO O| Aug 27 01:04:41.886 INFO STEP 71 (remove_files) COMPLETE
55042026-08-27T01:04:43.088Z[ recovery-image] Aug 27 01:04:41.886 INFO O| Aug 27 01:04:41.886 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55052026-08-27T01:04:43.097Z[ recovery-image] Aug 27 01:04:41.894 INFO O| Aug 27 01:04:41.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55062026-08-27T01:04:43.097Z[ recovery-image] Aug 27 01:04:41.894 INFO O| Aug 27 01:04:41.894 INFO STEP 72 (remove_files) COMPLETE
55072026-08-27T01:04:43.097Z[ recovery-image] Aug 27 01:04:41.894 INFO O| Aug 27 01:04:41.894 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55082026-08-27T01:04:43.106Z[ recovery-image] Aug 27 01:04:41.904 INFO O| Aug 27 01:04:41.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55092026-08-27T01:04:43.106Z[ recovery-image] Aug 27 01:04:41.904 INFO O| Aug 27 01:04:41.904 INFO STEP 73 (remove_files) COMPLETE
55102026-08-27T01:04:43.106Z[ recovery-image] Aug 27 01:04:41.904 INFO O| Aug 27 01:04:41.904 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55112026-08-27T01:04:43.118Z[ recovery-image] Aug 27 01:04:41.916 INFO O| Aug 27 01:04:41.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55122026-08-27T01:04:43.118Z[ recovery-image] Aug 27 01:04:41.916 INFO O| Aug 27 01:04:41.916 INFO STEP 74 (remove_files) COMPLETE
55132026-08-27T01:04:43.118Z[ recovery-image] Aug 27 01:04:41.916 INFO O| Aug 27 01:04:41.916 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55142026-08-27T01:04:43.132Z[ recovery-image] Aug 27 01:04:41.929 INFO O| Aug 27 01:04:41.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55152026-08-27T01:04:43.136Z[ recovery-image] Aug 27 01:04:41.929 INFO O| Aug 27 01:04:41.929 INFO STEP 75 (remove_files) COMPLETE
55162026-08-27T01:04:43.136Z[ recovery-image] Aug 27 01:04:41.930 INFO O| Aug 27 01:04:41.929 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55172026-08-27T01:04:43.151Z[ recovery-image] Aug 27 01:04:41.948 INFO O| Aug 27 01:04:41.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55182026-08-27T01:04:43.151Z[ recovery-image] Aug 27 01:04:41.948 INFO O| Aug 27 01:04:41.948 INFO STEP 76 (remove_files) COMPLETE
55192026-08-27T01:04:43.155Z[ recovery-image] Aug 27 01:04:41.949 INFO O| Aug 27 01:04:41.948 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55202026-08-27T01:04:43.162Z[ recovery-image] Aug 27 01:04:41.959 INFO O| Aug 27 01:04:41.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55212026-08-27T01:04:43.163Z[ recovery-image] Aug 27 01:04:41.959 INFO O| Aug 27 01:04:41.959 INFO STEP 77 (remove_files) COMPLETE
55222026-08-27T01:04:43.167Z[ recovery-image] Aug 27 01:04:41.959 INFO O| Aug 27 01:04:41.959 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55232026-08-27T01:04:43.185Z[ recovery-image] Aug 27 01:04:41.982 INFO O| Aug 27 01:04:41.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55242026-08-27T01:04:43.185Z[ recovery-image] Aug 27 01:04:41.982 INFO O| Aug 27 01:04:41.982 INFO STEP 78 (remove_files) COMPLETE
55252026-08-27T01:04:43.188Z[ recovery-image] Aug 27 01:04:41.982 INFO O| Aug 27 01:04:41.982 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55262026-08-27T01:04:43.195Z[ recovery-image] Aug 27 01:04:41.993 INFO O| Aug 27 01:04:41.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55272026-08-27T01:04:43.195Z[ recovery-image] Aug 27 01:04:41.993 INFO O| Aug 27 01:04:41.993 INFO STEP 79 (remove_files) COMPLETE
55282026-08-27T01:04:43.195Z[ recovery-image] Aug 27 01:04:41.993 INFO O| Aug 27 01:04:41.993 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55292026-08-27T01:04:43.210Z[ recovery-image] Aug 27 01:04:42.005 INFO O| Aug 27 01:04:42.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55302026-08-27T01:04:43.210Z[ recovery-image] Aug 27 01:04:42.005 INFO O| Aug 27 01:04:42.005 INFO STEP 80 (remove_files) COMPLETE
55312026-08-27T01:04:43.210Z[ recovery-image] Aug 27 01:04:42.005 INFO O| Aug 27 01:04:42.005 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55322026-08-27T01:04:43.220Z[ recovery-image] Aug 27 01:04:42.018 INFO O| Aug 27 01:04:42.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55332026-08-27T01:04:43.220Z[ recovery-image] Aug 27 01:04:42.018 INFO O| Aug 27 01:04:42.018 INFO STEP 81 (remove_files) COMPLETE
55342026-08-27T01:04:43.220Z[ recovery-image] Aug 27 01:04:42.018 INFO O| Aug 27 01:04:42.018 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55352026-08-27T01:04:43.234Z[ recovery-image] Aug 27 01:04:42.032 INFO O| Aug 27 01:04:42.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55362026-08-27T01:04:43.234Z[ recovery-image] Aug 27 01:04:42.032 INFO O| Aug 27 01:04:42.032 INFO STEP 82 (remove_files) COMPLETE
55372026-08-27T01:04:43.234Z[ recovery-image] Aug 27 01:04:42.032 INFO O| Aug 27 01:04:42.032 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55382026-08-27T01:04:43.247Z[ recovery-image] Aug 27 01:04:42.041 INFO O| Aug 27 01:04:42.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55392026-08-27T01:04:43.247Z[ recovery-image] Aug 27 01:04:42.041 INFO O| Aug 27 01:04:42.041 INFO STEP 83 (remove_files) COMPLETE
55402026-08-27T01:04:43.247Z[ recovery-image] Aug 27 01:04:42.041 INFO O| Aug 27 01:04:42.041 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55412026-08-27T01:04:43.253Z[ recovery-image] Aug 27 01:04:42.051 INFO O| Aug 27 01:04:42.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
55422026-08-27T01:04:43.253Z[ recovery-image] Aug 27 01:04:42.051 INFO O| Aug 27 01:04:42.051 INFO STEP 84 (remove_files) COMPLETE
55432026-08-27T01:04:43.253Z[ recovery-image] Aug 27 01:04:42.051 INFO O| Aug 27 01:04:42.051 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55442026-08-27T01:04:43.264Z[ recovery-image] Aug 27 01:04:42.061 INFO O| Aug 27 01:04:42.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
55452026-08-27T01:04:43.264Z[ recovery-image] Aug 27 01:04:42.061 INFO O| Aug 27 01:04:42.061 INFO STEP 85 (remove_files) COMPLETE
55462026-08-27T01:04:43.265Z[ recovery-image] Aug 27 01:04:42.061 INFO O| Aug 27 01:04:42.061 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55472026-08-27T01:04:43.273Z[ recovery-image] Aug 27 01:04:42.071 INFO O| Aug 27 01:04:42.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
55482026-08-27T01:04:43.274Z[ recovery-image] Aug 27 01:04:42.071 INFO O| Aug 27 01:04:42.071 INFO STEP 86 (remove_files) COMPLETE
55492026-08-27T01:04:43.274Z[ recovery-image] Aug 27 01:04:42.071 INFO O| Aug 27 01:04:42.071 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55502026-08-27T01:04:43.284Z[ recovery-image] Aug 27 01:04:42.082 INFO O| Aug 27 01:04:42.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
55512026-08-27T01:04:43.284Z[ recovery-image] Aug 27 01:04:42.082 INFO O| Aug 27 01:04:42.082 INFO STEP 87 (remove_files) COMPLETE
55522026-08-27T01:04:43.288Z[ recovery-image] Aug 27 01:04:42.082 INFO O| Aug 27 01:04:42.082 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55532026-08-27T01:04:43.293Z[ recovery-image] Aug 27 01:04:42.091 INFO O| Aug 27 01:04:42.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
55542026-08-27T01:04:43.294Z[ recovery-image] Aug 27 01:04:42.091 INFO O| Aug 27 01:04:42.091 INFO STEP 88 (remove_files) COMPLETE
55552026-08-27T01:04:43.297Z[ recovery-image] Aug 27 01:04:42.091 INFO O| Aug 27 01:04:42.091 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55562026-08-27T01:04:43.303Z[ recovery-image] Aug 27 01:04:42.101 INFO O| Aug 27 01:04:42.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
55572026-08-27T01:04:43.303Z[ recovery-image] Aug 27 01:04:42.101 INFO O| Aug 27 01:04:42.101 INFO STEP 89 (remove_files) COMPLETE
55582026-08-27T01:04:43.303Z[ recovery-image] Aug 27 01:04:42.101 INFO O| Aug 27 01:04:42.101 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55592026-08-27T01:04:43.314Z[ recovery-image] Aug 27 01:04:42.110 INFO O| Aug 27 01:04:42.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
55602026-08-27T01:04:43.314Z[ recovery-image] Aug 27 01:04:42.110 INFO O| Aug 27 01:04:42.110 INFO STEP 90 (remove_files) COMPLETE
55612026-08-27T01:04:43.314Z[ recovery-image] Aug 27 01:04:42.110 INFO O| Aug 27 01:04:42.110 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55622026-08-27T01:04:43.323Z[ recovery-image] Aug 27 01:04:42.120 INFO O| Aug 27 01:04:42.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
55632026-08-27T01:04:43.323Z[ recovery-image] Aug 27 01:04:42.120 INFO O| Aug 27 01:04:42.120 INFO STEP 91 (remove_files) COMPLETE
55642026-08-27T01:04:43.323Z[ recovery-image] Aug 27 01:04:42.120 INFO O| Aug 27 01:04:42.120 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55652026-08-27T01:04:43.333Z[ recovery-image] Aug 27 01:04:42.131 INFO O| Aug 27 01:04:42.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
55662026-08-27T01:04:43.333Z[ recovery-image] Aug 27 01:04:42.131 INFO O| Aug 27 01:04:42.131 INFO STEP 92 (remove_files) COMPLETE
55672026-08-27T01:04:43.337Z[ recovery-image] Aug 27 01:04:42.131 INFO O| Aug 27 01:04:42.131 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55682026-08-27T01:04:43.344Z[ recovery-image] Aug 27 01:04:42.142 INFO O| Aug 27 01:04:42.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
55692026-08-27T01:04:43.344Z[ recovery-image] Aug 27 01:04:42.142 INFO O| Aug 27 01:04:42.142 INFO STEP 93 (remove_files) COMPLETE
55702026-08-27T01:04:43.344Z[ recovery-image] Aug 27 01:04:42.142 INFO O| Aug 27 01:04:42.142 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55712026-08-27T01:04:43.354Z[ recovery-image] Aug 27 01:04:42.152 INFO O| Aug 27 01:04:42.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
55722026-08-27T01:04:43.356Z[ recovery-image] Aug 27 01:04:42.152 INFO O| Aug 27 01:04:42.152 INFO STEP 94 (remove_files) COMPLETE
55732026-08-27T01:04:43.356Z[ recovery-image] Aug 27 01:04:42.152 INFO O| Aug 27 01:04:42.152 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55742026-08-27T01:04:43.363Z[ recovery-image] Aug 27 01:04:42.160 INFO O| Aug 27 01:04:42.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
55752026-08-27T01:04:43.363Z[ recovery-image] Aug 27 01:04:42.160 INFO O| Aug 27 01:04:42.160 INFO STEP 95 (remove_files) COMPLETE
55762026-08-27T01:04:43.363Z[ recovery-image] Aug 27 01:04:42.160 INFO O| Aug 27 01:04:42.160 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55772026-08-27T01:04:43.371Z[ recovery-image] Aug 27 01:04:42.169 INFO O| Aug 27 01:04:42.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
55782026-08-27T01:04:43.371Z[ recovery-image] Aug 27 01:04:42.169 INFO O| Aug 27 01:04:42.169 INFO STEP 96 (remove_files) COMPLETE
55792026-08-27T01:04:43.371Z[ recovery-image] Aug 27 01:04:42.169 INFO O| Aug 27 01:04:42.169 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55802026-08-27T01:04:43.380Z[ recovery-image] Aug 27 01:04:42.178 INFO O| Aug 27 01:04:42.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
55812026-08-27T01:04:43.380Z[ recovery-image] Aug 27 01:04:42.178 INFO O| Aug 27 01:04:42.178 INFO STEP 97 (remove_files) COMPLETE
55822026-08-27T01:04:43.380Z[ recovery-image] Aug 27 01:04:42.178 INFO O| Aug 27 01:04:42.178 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55832026-08-27T01:04:43.391Z[ recovery-image] Aug 27 01:04:42.189 INFO O| Aug 27 01:04:42.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
55842026-08-27T01:04:43.391Z[ recovery-image] Aug 27 01:04:42.189 INFO O| Aug 27 01:04:42.189 INFO STEP 98 (remove_files) COMPLETE
55852026-08-27T01:04:43.395Z[ recovery-image] Aug 27 01:04:42.189 INFO O| Aug 27 01:04:42.189 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55862026-08-27T01:04:43.402Z[ recovery-image] Aug 27 01:04:42.199 INFO O| Aug 27 01:04:42.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
55872026-08-27T01:04:43.402Z[ recovery-image] Aug 27 01:04:42.199 INFO O| Aug 27 01:04:42.199 INFO STEP 99 (remove_files) COMPLETE
55882026-08-27T01:04:43.406Z[ recovery-image] Aug 27 01:04:42.199 INFO O| Aug 27 01:04:42.199 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55892026-08-27T01:04:43.413Z[ recovery-image] Aug 27 01:04:42.210 INFO O| Aug 27 01:04:42.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
55902026-08-27T01:04:43.413Z[ recovery-image] Aug 27 01:04:42.210 INFO O| Aug 27 01:04:42.210 INFO STEP 100 (remove_files) COMPLETE
55912026-08-27T01:04:43.413Z[ recovery-image] Aug 27 01:04:42.210 INFO O| Aug 27 01:04:42.210 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55922026-08-27T01:04:43.423Z[ recovery-image] Aug 27 01:04:42.221 INFO O| Aug 27 01:04:42.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
55932026-08-27T01:04:43.423Z[ recovery-image] Aug 27 01:04:42.221 INFO O| Aug 27 01:04:42.221 INFO STEP 101 (remove_files) COMPLETE
55942026-08-27T01:04:43.426Z[ recovery-image] Aug 27 01:04:42.221 INFO O| Aug 27 01:04:42.221 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55952026-08-27T01:04:43.432Z[ recovery-image] Aug 27 01:04:42.230 INFO O| Aug 27 01:04:42.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
55962026-08-27T01:04:43.432Z[ recovery-image] Aug 27 01:04:42.230 INFO O| Aug 27 01:04:42.230 INFO STEP 102 (remove_files) COMPLETE
55972026-08-27T01:04:43.432Z[ recovery-image] Aug 27 01:04:42.230 INFO O| Aug 27 01:04:42.230 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55982026-08-27T01:04:43.441Z[ recovery-image] Aug 27 01:04:42.238 INFO O| Aug 27 01:04:42.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
55992026-08-27T01:04:43.441Z[ recovery-image] Aug 27 01:04:42.238 INFO O| Aug 27 01:04:42.238 INFO STEP 103 (remove_files) COMPLETE
56002026-08-27T01:04:43.444Z[ recovery-image] Aug 27 01:04:42.238 INFO O| Aug 27 01:04:42.238 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56012026-08-27T01:04:43.450Z[ recovery-image] Aug 27 01:04:42.248 INFO O| Aug 27 01:04:42.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56022026-08-27T01:04:43.450Z[ recovery-image] Aug 27 01:04:42.248 INFO O| Aug 27 01:04:42.248 INFO STEP 104 (remove_files) COMPLETE
56032026-08-27T01:04:43.450Z[ recovery-image] Aug 27 01:04:42.248 INFO O| Aug 27 01:04:42.248 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56042026-08-27T01:04:43.459Z[ recovery-image] Aug 27 01:04:42.257 INFO O| Aug 27 01:04:42.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56052026-08-27T01:04:43.460Z[ recovery-image] Aug 27 01:04:42.257 INFO O| Aug 27 01:04:42.257 INFO STEP 105 (remove_files) COMPLETE
56062026-08-27T01:04:43.460Z[ recovery-image] Aug 27 01:04:42.257 INFO O| Aug 27 01:04:42.257 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56072026-08-27T01:04:43.470Z[ recovery-image] Aug 27 01:04:42.268 INFO O| Aug 27 01:04:42.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56082026-08-27T01:04:43.470Z[ recovery-image] Aug 27 01:04:42.268 INFO O| Aug 27 01:04:42.268 INFO STEP 106 (remove_files) COMPLETE
56092026-08-27T01:04:43.475Z[ recovery-image] Aug 27 01:04:42.268 INFO O| Aug 27 01:04:42.268 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56102026-08-27T01:04:43.482Z[ recovery-image] Aug 27 01:04:42.279 INFO O| Aug 27 01:04:42.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56112026-08-27T01:04:43.482Z[ recovery-image] Aug 27 01:04:42.279 INFO O| Aug 27 01:04:42.279 INFO STEP 107 (remove_files) COMPLETE
56122026-08-27T01:04:43.482Z[ recovery-image] Aug 27 01:04:42.279 INFO O| Aug 27 01:04:42.279 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56132026-08-27T01:04:43.492Z[ recovery-image] Aug 27 01:04:42.290 INFO O| Aug 27 01:04:42.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56142026-08-27T01:04:43.492Z[ recovery-image] Aug 27 01:04:42.290 INFO O| Aug 27 01:04:42.290 INFO STEP 108 (remove_files) COMPLETE
56152026-08-27T01:04:43.492Z[ recovery-image] Aug 27 01:04:42.290 INFO O| Aug 27 01:04:42.290 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56162026-08-27T01:04:43.503Z[ recovery-image] Aug 27 01:04:42.301 INFO O| Aug 27 01:04:42.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56172026-08-27T01:04:43.506Z[ recovery-image] Aug 27 01:04:42.301 INFO O| Aug 27 01:04:42.301 INFO STEP 109 (remove_files) COMPLETE
56182026-08-27T01:04:43.506Z[ recovery-image] Aug 27 01:04:42.301 INFO O| Aug 27 01:04:42.301 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56192026-08-27T01:04:43.514Z[ recovery-image] Aug 27 01:04:42.312 INFO O| Aug 27 01:04:42.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56202026-08-27T01:04:43.514Z[ recovery-image] Aug 27 01:04:42.312 INFO O| Aug 27 01:04:42.312 INFO STEP 110 (remove_files) COMPLETE
56212026-08-27T01:04:43.515Z[ recovery-image] Aug 27 01:04:42.312 INFO O| Aug 27 01:04:42.312 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56222026-08-27T01:04:43.528Z[ recovery-image] Aug 27 01:04:42.324 INFO O| Aug 27 01:04:42.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56232026-08-27T01:04:43.528Z[ recovery-image] Aug 27 01:04:42.324 INFO O| Aug 27 01:04:42.324 INFO STEP 111 (remove_files) COMPLETE
56242026-08-27T01:04:43.528Z[ recovery-image] Aug 27 01:04:42.324 INFO O| Aug 27 01:04:42.324 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56252026-08-27T01:04:43.538Z[ recovery-image] Aug 27 01:04:42.335 INFO O| Aug 27 01:04:42.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56262026-08-27T01:04:43.538Z[ recovery-image] Aug 27 01:04:42.335 INFO O| Aug 27 01:04:42.335 INFO STEP 112 (remove_files) COMPLETE
56272026-08-27T01:04:43.538Z[ recovery-image] Aug 27 01:04:42.335 INFO O| Aug 27 01:04:42.335 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56282026-08-27T01:04:43.547Z[ recovery-image] Aug 27 01:04:42.345 INFO O| Aug 27 01:04:42.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56292026-08-27T01:04:43.547Z[ recovery-image] Aug 27 01:04:42.345 INFO O| Aug 27 01:04:42.345 INFO STEP 113 (remove_files) COMPLETE
56302026-08-27T01:04:43.553Z[ recovery-image] Aug 27 01:04:42.345 INFO O| Aug 27 01:04:42.345 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56312026-08-27T01:04:43.557Z[ recovery-image] Aug 27 01:04:42.354 INFO O| Aug 27 01:04:42.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56322026-08-27T01:04:43.557Z[ recovery-image] Aug 27 01:04:42.354 INFO O| Aug 27 01:04:42.354 INFO STEP 114 (remove_files) COMPLETE
56332026-08-27T01:04:43.557Z[ recovery-image] Aug 27 01:04:42.354 INFO O| Aug 27 01:04:42.354 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56342026-08-27T01:04:43.566Z[ recovery-image] Aug 27 01:04:42.364 INFO O| Aug 27 01:04:42.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56352026-08-27T01:04:43.566Z[ recovery-image] Aug 27 01:04:42.364 INFO O| Aug 27 01:04:42.364 INFO STEP 115 (remove_files) COMPLETE
56362026-08-27T01:04:43.570Z[ recovery-image] Aug 27 01:04:42.364 INFO O| Aug 27 01:04:42.364 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56372026-08-27T01:04:43.576Z[ recovery-image] Aug 27 01:04:42.374 INFO O| Aug 27 01:04:42.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56382026-08-27T01:04:43.576Z[ recovery-image] Aug 27 01:04:42.374 INFO O| Aug 27 01:04:42.374 INFO STEP 116 (remove_files) COMPLETE
56392026-08-27T01:04:43.576Z[ recovery-image] Aug 27 01:04:42.374 INFO O| Aug 27 01:04:42.374 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56402026-08-27T01:04:43.586Z[ recovery-image] Aug 27 01:04:42.384 INFO O| Aug 27 01:04:42.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56412026-08-27T01:04:43.587Z[ recovery-image] Aug 27 01:04:42.384 INFO O| Aug 27 01:04:42.384 INFO STEP 117 (remove_files) COMPLETE
56422026-08-27T01:04:43.587Z[ recovery-image] Aug 27 01:04:42.384 INFO O| Aug 27 01:04:42.384 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56432026-08-27T01:04:43.597Z[ recovery-image] Aug 27 01:04:42.395 INFO O| Aug 27 01:04:42.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
56442026-08-27T01:04:43.597Z[ recovery-image] Aug 27 01:04:42.395 INFO O| Aug 27 01:04:42.395 INFO STEP 118 (remove_files) COMPLETE
56452026-08-27T01:04:43.597Z[ recovery-image] Aug 27 01:04:42.395 INFO O| Aug 27 01:04:42.395 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56462026-08-27T01:04:43.607Z[ recovery-image] Aug 27 01:04:42.404 INFO O| Aug 27 01:04:42.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
56472026-08-27T01:04:43.607Z[ recovery-image] Aug 27 01:04:42.405 INFO O| Aug 27 01:04:42.404 INFO STEP 119 (remove_files) COMPLETE
56482026-08-27T01:04:43.607Z[ recovery-image] Aug 27 01:04:42.405 INFO O| Aug 27 01:04:42.404 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56492026-08-27T01:04:43.616Z[ recovery-image] Aug 27 01:04:42.414 INFO O| Aug 27 01:04:42.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
56502026-08-27T01:04:43.616Z[ recovery-image] Aug 27 01:04:42.414 INFO O| Aug 27 01:04:42.414 INFO STEP 120 (remove_files) COMPLETE
56512026-08-27T01:04:43.616Z[ recovery-image] Aug 27 01:04:42.414 INFO O| Aug 27 01:04:42.414 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56522026-08-27T01:04:43.626Z[ recovery-image] Aug 27 01:04:42.423 INFO O| Aug 27 01:04:42.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
56532026-08-27T01:04:43.626Z[ recovery-image] Aug 27 01:04:42.423 INFO O| Aug 27 01:04:42.423 INFO STEP 121 (remove_files) COMPLETE
56542026-08-27T01:04:43.626Z[ recovery-image] Aug 27 01:04:42.423 INFO O| Aug 27 01:04:42.423 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56552026-08-27T01:04:43.635Z[ recovery-image] Aug 27 01:04:42.432 INFO O| Aug 27 01:04:42.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
56562026-08-27T01:04:43.635Z[ recovery-image] Aug 27 01:04:42.432 INFO O| Aug 27 01:04:42.432 INFO STEP 122 (remove_files) COMPLETE
56572026-08-27T01:04:43.635Z[ recovery-image] Aug 27 01:04:42.432 INFO O| Aug 27 01:04:42.432 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56582026-08-27T01:04:43.643Z[ recovery-image] Aug 27 01:04:42.441 INFO O| Aug 27 01:04:42.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
56592026-08-27T01:04:43.643Z[ recovery-image] Aug 27 01:04:42.441 INFO O| Aug 27 01:04:42.441 INFO STEP 123 (remove_files) COMPLETE
56602026-08-27T01:04:43.647Z[ recovery-image] Aug 27 01:04:42.441 INFO O| Aug 27 01:04:42.441 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56612026-08-27T01:04:43.651Z[ recovery-image] Aug 27 01:04:42.449 INFO O| Aug 27 01:04:42.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
56622026-08-27T01:04:43.651Z[ recovery-image] Aug 27 01:04:42.449 INFO O| Aug 27 01:04:42.449 INFO STEP 124 (remove_files) COMPLETE
56632026-08-27T01:04:43.656Z[ recovery-image] Aug 27 01:04:42.449 INFO O| Aug 27 01:04:42.449 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56642026-08-27T01:04:43.660Z[ recovery-image] Aug 27 01:04:42.458 INFO O| Aug 27 01:04:42.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
56652026-08-27T01:04:43.660Z[ recovery-image] Aug 27 01:04:42.458 INFO O| Aug 27 01:04:42.458 INFO STEP 125 (remove_files) COMPLETE
56662026-08-27T01:04:43.664Z[ recovery-image] Aug 27 01:04:42.458 INFO O| Aug 27 01:04:42.458 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56672026-08-27T01:04:43.669Z[ recovery-image] Aug 27 01:04:42.466 INFO O| Aug 27 01:04:42.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
56682026-08-27T01:04:43.669Z[ recovery-image] Aug 27 01:04:42.466 INFO O| Aug 27 01:04:42.466 INFO STEP 126 (remove_files) COMPLETE
56692026-08-27T01:04:43.672Z[ recovery-image] Aug 27 01:04:42.466 INFO O| Aug 27 01:04:42.466 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56702026-08-27T01:04:43.678Z[ recovery-image] Aug 27 01:04:42.475 INFO O| Aug 27 01:04:42.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
56712026-08-27T01:04:43.682Z[ recovery-image] Aug 27 01:04:42.476 INFO O| Aug 27 01:04:42.476 INFO STEP 127 (remove_files) COMPLETE
56722026-08-27T01:04:43.682Z[ recovery-image] Aug 27 01:04:42.476 INFO O| Aug 27 01:04:42.476 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56732026-08-27T01:04:43.689Z[ recovery-image] Aug 27 01:04:42.487 INFO O| Aug 27 01:04:42.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
56742026-08-27T01:04:43.689Z[ recovery-image] Aug 27 01:04:42.487 INFO O| Aug 27 01:04:42.487 INFO STEP 128 (remove_files) COMPLETE
56752026-08-27T01:04:43.690Z[ recovery-image] Aug 27 01:04:42.487 INFO O| Aug 27 01:04:42.487 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56762026-08-27T01:04:43.699Z[ recovery-image] Aug 27 01:04:42.496 INFO O| Aug 27 01:04:42.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
56772026-08-27T01:04:43.699Z[ recovery-image] Aug 27 01:04:42.496 INFO O| Aug 27 01:04:42.496 INFO STEP 129 (remove_files) COMPLETE
56782026-08-27T01:04:43.699Z[ recovery-image] Aug 27 01:04:42.496 INFO O| Aug 27 01:04:42.496 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56792026-08-27T01:04:43.708Z[ recovery-image] Aug 27 01:04:42.506 INFO O| Aug 27 01:04:42.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
56802026-08-27T01:04:43.709Z[ recovery-image] Aug 27 01:04:42.506 INFO O| Aug 27 01:04:42.506 INFO STEP 130 (remove_files) COMPLETE
56812026-08-27T01:04:43.709Z[ recovery-image] Aug 27 01:04:42.506 INFO O| Aug 27 01:04:42.506 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56822026-08-27T01:04:43.717Z[ recovery-image] Aug 27 01:04:42.515 INFO O| Aug 27 01:04:42.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
56832026-08-27T01:04:43.718Z[ recovery-image] Aug 27 01:04:42.515 INFO O| Aug 27 01:04:42.515 INFO STEP 131 (remove_files) COMPLETE
56842026-08-27T01:04:43.721Z[ recovery-image] Aug 27 01:04:42.515 INFO O| Aug 27 01:04:42.515 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56852026-08-27T01:04:43.727Z[ recovery-image] Aug 27 01:04:42.524 INFO O| Aug 27 01:04:42.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
56862026-08-27T01:04:43.730Z[ recovery-image] Aug 27 01:04:42.524 INFO O| Aug 27 01:04:42.524 INFO STEP 132 (remove_files) COMPLETE
56872026-08-27T01:04:43.730Z[ recovery-image] Aug 27 01:04:42.524 INFO O| Aug 27 01:04:42.524 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56882026-08-27T01:04:43.737Z[ recovery-image] Aug 27 01:04:42.534 INFO O| Aug 27 01:04:42.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
56892026-08-27T01:04:43.737Z[ recovery-image] Aug 27 01:04:42.534 INFO O| Aug 27 01:04:42.534 INFO STEP 133 (remove_files) COMPLETE
56902026-08-27T01:04:43.740Z[ recovery-image] Aug 27 01:04:42.534 INFO O| Aug 27 01:04:42.534 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56912026-08-27T01:04:43.747Z[ recovery-image] Aug 27 01:04:42.545 INFO O| Aug 27 01:04:42.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
56922026-08-27T01:04:43.747Z[ recovery-image] Aug 27 01:04:42.545 INFO O| Aug 27 01:04:42.545 INFO STEP 134 (remove_files) COMPLETE
56932026-08-27T01:04:43.747Z[ recovery-image] Aug 27 01:04:42.545 INFO O| Aug 27 01:04:42.545 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56942026-08-27T01:04:43.758Z[ recovery-image] Aug 27 01:04:42.556 INFO O| Aug 27 01:04:42.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
56952026-08-27T01:04:43.758Z[ recovery-image] Aug 27 01:04:42.556 INFO O| Aug 27 01:04:42.556 INFO STEP 135 (remove_files) COMPLETE
56962026-08-27T01:04:43.758Z[ recovery-image] Aug 27 01:04:42.556 INFO O| Aug 27 01:04:42.556 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56972026-08-27T01:04:43.768Z[ recovery-image] Aug 27 01:04:42.565 INFO O| Aug 27 01:04:42.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
56982026-08-27T01:04:43.768Z[ recovery-image] Aug 27 01:04:42.565 INFO O| Aug 27 01:04:42.565 INFO STEP 136 (remove_files) COMPLETE
56992026-08-27T01:04:43.768Z[ recovery-image] Aug 27 01:04:42.565 INFO O| Aug 27 01:04:42.565 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57002026-08-27T01:04:43.779Z[ recovery-image] Aug 27 01:04:42.575 INFO O| Aug 27 01:04:42.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57012026-08-27T01:04:43.779Z[ recovery-image] Aug 27 01:04:42.575 INFO O| Aug 27 01:04:42.575 INFO STEP 137 (remove_files) COMPLETE
57022026-08-27T01:04:43.779Z[ recovery-image] Aug 27 01:04:42.575 INFO O| Aug 27 01:04:42.575 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57032026-08-27T01:04:43.788Z[ recovery-image] Aug 27 01:04:42.586 INFO O| Aug 27 01:04:42.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57042026-08-27T01:04:43.788Z[ recovery-image] Aug 27 01:04:42.586 INFO O| Aug 27 01:04:42.586 INFO STEP 138 (remove_files) COMPLETE
57052026-08-27T01:04:43.788Z[ recovery-image] Aug 27 01:04:42.586 INFO O| Aug 27 01:04:42.586 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57062026-08-27T01:04:43.801Z[ recovery-image] Aug 27 01:04:42.598 INFO O| Aug 27 01:04:42.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57072026-08-27T01:04:43.801Z[ recovery-image] Aug 27 01:04:42.598 INFO O| Aug 27 01:04:42.598 INFO STEP 139 (remove_files) COMPLETE
57082026-08-27T01:04:43.801Z[ recovery-image] Aug 27 01:04:42.598 INFO O| Aug 27 01:04:42.598 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57092026-08-27T01:04:43.811Z[ recovery-image] Aug 27 01:04:42.608 INFO O| Aug 27 01:04:42.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57102026-08-27T01:04:43.811Z[ recovery-image] Aug 27 01:04:42.608 INFO O| Aug 27 01:04:42.608 INFO STEP 140 (remove_files) COMPLETE
57112026-08-27T01:04:43.811Z[ recovery-image] Aug 27 01:04:42.608 INFO O| Aug 27 01:04:42.608 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57122026-08-27T01:04:43.821Z[ recovery-image] Aug 27 01:04:42.619 INFO O| Aug 27 01:04:42.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57132026-08-27T01:04:43.821Z[ recovery-image] Aug 27 01:04:42.619 INFO O| Aug 27 01:04:42.619 INFO STEP 141 (remove_files) COMPLETE
57142026-08-27T01:04:43.825Z[ recovery-image] Aug 27 01:04:42.619 INFO O| Aug 27 01:04:42.619 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57152026-08-27T01:04:43.832Z[ recovery-image] Aug 27 01:04:42.630 INFO O| Aug 27 01:04:42.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57162026-08-27T01:04:43.832Z[ recovery-image] Aug 27 01:04:42.630 INFO O| Aug 27 01:04:42.630 INFO STEP 142 (remove_files) COMPLETE
57172026-08-27T01:04:43.836Z[ recovery-image] Aug 27 01:04:42.630 INFO O| Aug 27 01:04:42.630 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57182026-08-27T01:04:43.843Z[ recovery-image] Aug 27 01:04:42.640 INFO O| Aug 27 01:04:42.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57192026-08-27T01:04:43.843Z[ recovery-image] Aug 27 01:04:42.640 INFO O| Aug 27 01:04:42.640 INFO STEP 143 (remove_files) COMPLETE
57202026-08-27T01:04:43.844Z[ recovery-image] Aug 27 01:04:42.640 INFO O| Aug 27 01:04:42.640 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57212026-08-27T01:04:43.853Z[ recovery-image] Aug 27 01:04:42.651 INFO O| Aug 27 01:04:42.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57222026-08-27T01:04:43.853Z[ recovery-image] Aug 27 01:04:42.651 INFO O| Aug 27 01:04:42.651 INFO STEP 144 (remove_files) COMPLETE
57232026-08-27T01:04:43.853Z[ recovery-image] Aug 27 01:04:42.651 INFO O| Aug 27 01:04:42.651 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57242026-08-27T01:04:43.863Z[ recovery-image] Aug 27 01:04:42.660 INFO O| Aug 27 01:04:42.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57252026-08-27T01:04:43.863Z[ recovery-image] Aug 27 01:04:42.660 INFO O| Aug 27 01:04:42.660 INFO STEP 145 (remove_files) COMPLETE
57262026-08-27T01:04:43.867Z[ recovery-image] Aug 27 01:04:42.660 INFO O| Aug 27 01:04:42.660 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57272026-08-27T01:04:43.873Z[ recovery-image] Aug 27 01:04:42.671 INFO O| Aug 27 01:04:42.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57282026-08-27T01:04:43.873Z[ recovery-image] Aug 27 01:04:42.671 INFO O| Aug 27 01:04:42.671 INFO STEP 146 (remove_files) COMPLETE
57292026-08-27T01:04:43.873Z[ recovery-image] Aug 27 01:04:42.671 INFO O| Aug 27 01:04:42.671 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57302026-08-27T01:04:43.884Z[ recovery-image] Aug 27 01:04:42.681 INFO O| Aug 27 01:04:42.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57312026-08-27T01:04:43.884Z[ recovery-image] Aug 27 01:04:42.681 INFO O| Aug 27 01:04:42.681 INFO STEP 147 (remove_files) COMPLETE
57322026-08-27T01:04:43.887Z[ recovery-image] Aug 27 01:04:42.681 INFO O| Aug 27 01:04:42.681 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57332026-08-27T01:04:43.894Z[ recovery-image] Aug 27 01:04:42.692 INFO O| Aug 27 01:04:42.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57342026-08-27T01:04:43.898Z[ recovery-image] Aug 27 01:04:42.692 INFO O| Aug 27 01:04:42.692 INFO STEP 148 (remove_files) COMPLETE
57352026-08-27T01:04:43.898Z[ recovery-image] Aug 27 01:04:42.692 INFO O| Aug 27 01:04:42.692 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57362026-08-27T01:04:43.904Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
57372026-08-27T01:04:43.908Z[ recovery-image] Aug 27 01:04:42.703 INFO O| Aug 27 01:04:42.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57382026-08-27T01:04:43.908Z[ recovery-image] Aug 27 01:04:42.703 INFO O| Aug 27 01:04:42.703 INFO STEP 149 (remove_files) COMPLETE
57392026-08-27T01:04:43.908Z[ recovery-image] Aug 27 01:04:42.703 INFO O| Aug 27 01:04:42.703 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-08-27T01:04:43.914Z[ recovery-image] Aug 27 01:04:42.712 INFO O| Aug 27 01:04:42.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57412026-08-27T01:04:43.915Z[ recovery-image] Aug 27 01:04:42.712 INFO O| Aug 27 01:04:42.712 INFO STEP 150 (remove_files) COMPLETE
57422026-08-27T01:04:43.915Z[ recovery-image] Aug 27 01:04:42.712 INFO O| Aug 27 01:04:42.712 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-08-27T01:04:43.926Z[ recovery-image] Aug 27 01:04:42.723 INFO O| Aug 27 01:04:42.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
57442026-08-27T01:04:43.926Z[ recovery-image] Aug 27 01:04:42.723 INFO O| Aug 27 01:04:42.723 INFO STEP 151 (remove_files) COMPLETE
57452026-08-27T01:04:43.926Z[ recovery-image] Aug 27 01:04:42.723 INFO O| Aug 27 01:04:42.723 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-08-27T01:04:43.937Z[ recovery-image] Aug 27 01:04:42.734 INFO O| Aug 27 01:04:42.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
57472026-08-27T01:04:43.938Z[ recovery-image] Aug 27 01:04:42.734 INFO O| Aug 27 01:04:42.734 INFO STEP 152 (remove_files) COMPLETE
57482026-08-27T01:04:43.938Z[ recovery-image] Aug 27 01:04:42.734 INFO O| Aug 27 01:04:42.734 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-08-27T01:04:43.945Z[ recovery-image] Aug 27 01:04:42.743 INFO O| Aug 27 01:04:42.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
57502026-08-27T01:04:43.945Z[ recovery-image] Aug 27 01:04:42.743 INFO O| Aug 27 01:04:42.743 INFO STEP 153 (remove_files) COMPLETE
57512026-08-27T01:04:43.945Z[ recovery-image] Aug 27 01:04:42.743 INFO O| Aug 27 01:04:42.743 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-08-27T01:04:43.956Z[ recovery-image] Aug 27 01:04:42.753 INFO O| Aug 27 01:04:42.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
57532026-08-27T01:04:43.956Z[ recovery-image] Aug 27 01:04:42.753 INFO O| Aug 27 01:04:42.753 INFO STEP 154 (remove_files) COMPLETE
57542026-08-27T01:04:43.959Z[ recovery-image] Aug 27 01:04:42.753 INFO O| Aug 27 01:04:42.753 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-08-27T01:04:43.965Z[ recovery-image] Aug 27 01:04:42.763 INFO O| Aug 27 01:04:42.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
57562026-08-27T01:04:43.965Z[ recovery-image] Aug 27 01:04:42.763 INFO O| Aug 27 01:04:42.763 INFO STEP 155 (remove_files) COMPLETE
57572026-08-27T01:04:43.965Z[ recovery-image] Aug 27 01:04:42.763 INFO O| Aug 27 01:04:42.763 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-08-27T01:04:43.975Z[ recovery-image] Aug 27 01:04:42.772 INFO O| Aug 27 01:04:42.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
57592026-08-27T01:04:43.975Z[ recovery-image] Aug 27 01:04:42.772 INFO O| Aug 27 01:04:42.772 INFO STEP 156 (remove_files) COMPLETE
57602026-08-27T01:04:43.975Z[ recovery-image] Aug 27 01:04:42.772 INFO O| Aug 27 01:04:42.772 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-08-27T01:04:43.984Z[ recovery-image] Aug 27 01:04:42.782 INFO O| Aug 27 01:04:42.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
57622026-08-27T01:04:43.984Z[ recovery-image] Aug 27 01:04:42.782 INFO O| Aug 27 01:04:42.782 INFO STEP 157 (remove_files) COMPLETE
57632026-08-27T01:04:43.984Z[ recovery-image] Aug 27 01:04:42.782 INFO O| Aug 27 01:04:42.782 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-08-27T01:04:43.995Z[ recovery-image] Aug 27 01:04:42.792 INFO O| Aug 27 01:04:42.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
57652026-08-27T01:04:43.995Z[ recovery-image] Aug 27 01:04:42.792 INFO O| Aug 27 01:04:42.792 INFO STEP 158 (remove_files) COMPLETE
57662026-08-27T01:04:43.995Z[ recovery-image] Aug 27 01:04:42.792 INFO O| Aug 27 01:04:42.792 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-08-27T01:04:44.004Z[ recovery-image] Aug 27 01:04:42.801 INFO O| Aug 27 01:04:42.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
57682026-08-27T01:04:44.007Z[ recovery-image] Aug 27 01:04:42.802 INFO O| Aug 27 01:04:42.802 INFO STEP 159 (remove_files) COMPLETE
57692026-08-27T01:04:44.007Z[ recovery-image] Aug 27 01:04:42.802 INFO O| Aug 27 01:04:42.802 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-08-27T01:04:44.013Z[ recovery-image] Aug 27 01:04:42.811 INFO O| Aug 27 01:04:42.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
57712026-08-27T01:04:44.013Z[ recovery-image] Aug 27 01:04:42.811 INFO O| Aug 27 01:04:42.811 INFO STEP 160 (remove_files) COMPLETE
57722026-08-27T01:04:44.016Z[ recovery-image] Aug 27 01:04:42.811 INFO O| Aug 27 01:04:42.811 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-08-27T01:04:44.021Z[ recovery-image] Aug 27 01:04:42.818 INFO O| Aug 27 01:04:42.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
57742026-08-27T01:04:44.021Z[ recovery-image] Aug 27 01:04:42.818 INFO O| Aug 27 01:04:42.818 INFO STEP 161 (remove_files) COMPLETE
57752026-08-27T01:04:44.021Z[ recovery-image] Aug 27 01:04:42.818 INFO O| Aug 27 01:04:42.818 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-08-27T01:04:44.030Z[ recovery-image] Aug 27 01:04:42.828 INFO O| Aug 27 01:04:42.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
57772026-08-27T01:04:44.031Z[ recovery-image] Aug 27 01:04:42.828 INFO O| Aug 27 01:04:42.828 INFO STEP 162 (remove_files) COMPLETE
57782026-08-27T01:04:44.034Z[ recovery-image] Aug 27 01:04:42.828 INFO O| Aug 27 01:04:42.828 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-08-27T01:04:44.040Z[ recovery-image] Aug 27 01:04:42.838 INFO O| Aug 27 01:04:42.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
57802026-08-27T01:04:44.041Z[ recovery-image] Aug 27 01:04:42.838 INFO O| Aug 27 01:04:42.838 INFO STEP 163 (remove_files) COMPLETE
57812026-08-27T01:04:44.041Z[ recovery-image] Aug 27 01:04:42.838 INFO O| Aug 27 01:04:42.838 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-08-27T01:04:44.050Z[ recovery-image] Aug 27 01:04:42.848 INFO O| Aug 27 01:04:42.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
57832026-08-27T01:04:44.050Z[ recovery-image] Aug 27 01:04:42.848 INFO O| Aug 27 01:04:42.848 INFO STEP 164 (remove_files) COMPLETE
57842026-08-27T01:04:44.050Z[ recovery-image] Aug 27 01:04:42.848 INFO O| Aug 27 01:04:42.848 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-08-27T01:04:44.060Z[ recovery-image] Aug 27 01:04:42.857 INFO O| Aug 27 01:04:42.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
57862026-08-27T01:04:44.060Z[ recovery-image] Aug 27 01:04:42.857 INFO O| Aug 27 01:04:42.857 INFO STEP 165 (remove_files) COMPLETE
57872026-08-27T01:04:44.063Z[ recovery-image] Aug 27 01:04:42.857 INFO O| Aug 27 01:04:42.857 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-08-27T01:04:44.068Z[ recovery-image] Aug 27 01:04:42.866 INFO O| Aug 27 01:04:42.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
57892026-08-27T01:04:44.071Z[ recovery-image] Aug 27 01:04:42.866 INFO O| Aug 27 01:04:42.866 INFO STEP 166 (remove_files) COMPLETE
57902026-08-27T01:04:44.071Z[ recovery-image] Aug 27 01:04:42.867 INFO O| Aug 27 01:04:42.866 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-08-27T01:04:44.075Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
57922026-08-27T01:04:44.080Z[ recovery-image] Aug 27 01:04:42.878 INFO O| Aug 27 01:04:42.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
57932026-08-27T01:04:44.080Z[ recovery-image] Aug 27 01:04:42.878 INFO O| Aug 27 01:04:42.878 INFO STEP 167 (remove_files) COMPLETE
57942026-08-27T01:04:44.083Z[ recovery-image] Aug 27 01:04:42.878 INFO O| Aug 27 01:04:42.878 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-08-27T01:04:44.090Z[ recovery-image] Aug 27 01:04:42.887 INFO O| Aug 27 01:04:42.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
57962026-08-27T01:04:44.090Z[ recovery-image] Aug 27 01:04:42.887 INFO O| Aug 27 01:04:42.887 INFO STEP 168 (remove_files) COMPLETE
57972026-08-27T01:04:44.093Z[ recovery-image] Aug 27 01:04:42.887 INFO O| Aug 27 01:04:42.887 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-08-27T01:04:44.099Z[ recovery-image] Aug 27 01:04:42.897 INFO O| Aug 27 01:04:42.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
57992026-08-27T01:04:44.099Z[ recovery-image] Aug 27 01:04:42.897 INFO O| Aug 27 01:04:42.897 INFO STEP 169 (remove_files) COMPLETE
58002026-08-27T01:04:44.103Z[ recovery-image] Aug 27 01:04:42.897 INFO O| Aug 27 01:04:42.897 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-08-27T01:04:44.109Z[ recovery-image] Aug 27 01:04:42.907 INFO O| Aug 27 01:04:42.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58022026-08-27T01:04:44.109Z[ recovery-image] Aug 27 01:04:42.907 INFO O| Aug 27 01:04:42.907 INFO STEP 170 (remove_files) COMPLETE
58032026-08-27T01:04:44.109Z[ recovery-image] Aug 27 01:04:42.907 INFO O| Aug 27 01:04:42.907 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-08-27T01:04:44.119Z[ recovery-image] Aug 27 01:04:42.916 INFO O| Aug 27 01:04:42.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58052026-08-27T01:04:44.119Z[ recovery-image] Aug 27 01:04:42.916 INFO O| Aug 27 01:04:42.916 INFO STEP 171 (remove_files) COMPLETE
58062026-08-27T01:04:44.119Z[ recovery-image] Aug 27 01:04:42.916 INFO O| Aug 27 01:04:42.916 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-08-27T01:04:44.129Z[ recovery-image] Aug 27 01:04:42.927 INFO O| Aug 27 01:04:42.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58082026-08-27T01:04:44.129Z[ recovery-image] Aug 27 01:04:42.927 INFO O| Aug 27 01:04:42.927 INFO STEP 172 (remove_files) COMPLETE
58092026-08-27T01:04:44.129Z[ recovery-image] Aug 27 01:04:42.927 INFO O| Aug 27 01:04:42.927 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-08-27T01:04:44.138Z[ recovery-image] Aug 27 01:04:42.935 INFO O| Aug 27 01:04:42.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58112026-08-27T01:04:44.138Z[ recovery-image] Aug 27 01:04:42.935 INFO O| Aug 27 01:04:42.935 INFO STEP 173 (remove_files) COMPLETE
58122026-08-27T01:04:44.138Z[ recovery-image] Aug 27 01:04:42.935 INFO O| Aug 27 01:04:42.935 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-08-27T01:04:44.146Z[ recovery-image] Aug 27 01:04:42.944 INFO O| Aug 27 01:04:42.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58142026-08-27T01:04:44.148Z[ recovery-image] Aug 27 01:04:42.944 INFO O| Aug 27 01:04:42.944 INFO STEP 174 (remove_files) COMPLETE
58152026-08-27T01:04:44.148Z[ recovery-image] Aug 27 01:04:42.944 INFO O| Aug 27 01:04:42.944 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-08-27T01:04:44.154Z[ recovery-image] Aug 27 01:04:42.952 INFO O| Aug 27 01:04:42.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58172026-08-27T01:04:44.154Z[ recovery-image] Aug 27 01:04:42.952 INFO O| Aug 27 01:04:42.952 INFO STEP 175 (remove_files) COMPLETE
58182026-08-27T01:04:44.154Z[ recovery-image] Aug 27 01:04:42.952 INFO O| Aug 27 01:04:42.952 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-08-27T01:04:44.176Z[ recovery-image] Aug 27 01:04:42.960 INFO O| Aug 27 01:04:42.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58202026-08-27T01:04:44.176Z[ recovery-image] Aug 27 01:04:42.960 INFO O| Aug 27 01:04:42.960 INFO STEP 176 (remove_files) COMPLETE
58212026-08-27T01:04:44.178Z[ recovery-image] Aug 27 01:04:42.960 INFO O| Aug 27 01:04:42.960 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-08-27T01:04:44.178Z[ recovery-image] Aug 27 01:04:42.968 INFO O| Aug 27 01:04:42.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58232026-08-27T01:04:44.178Z[ recovery-image] Aug 27 01:04:42.968 INFO O| Aug 27 01:04:42.968 INFO STEP 177 (remove_files) COMPLETE
58242026-08-27T01:04:44.178Z[ recovery-image] Aug 27 01:04:42.968 INFO O| Aug 27 01:04:42.968 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-08-27T01:04:44.183Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
58262026-08-27T01:04:44.183Z[ recovery-image] Aug 27 01:04:42.977 INFO O| Aug 27 01:04:42.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58272026-08-27T01:04:44.183Z[ recovery-image] Aug 27 01:04:42.977 INFO O| Aug 27 01:04:42.977 INFO STEP 178 (remove_files) COMPLETE
58282026-08-27T01:04:44.183Z[ recovery-image] Aug 27 01:04:42.977 INFO O| Aug 27 01:04:42.977 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58292026-08-27T01:04:44.242Z[ recovery-image] Aug 27 01:04:42.986 INFO O| Aug 27 01:04:42.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58302026-08-27T01:04:44.242Z[ recovery-image] Aug 27 01:04:42.986 INFO O| Aug 27 01:04:42.986 INFO STEP 179 (remove_files) COMPLETE
58312026-08-27T01:04:44.242Z[ recovery-image] Aug 27 01:04:42.986 INFO O| Aug 27 01:04:42.986 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58322026-08-27T01:04:44.242Z[ recovery-image] Aug 27 01:04:42.998 INFO O| Aug 27 01:04:42.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58332026-08-27T01:04:44.242Z[ recovery-image] Aug 27 01:04:42.998 INFO O| Aug 27 01:04:42.998 INFO STEP 180 (remove_files) COMPLETE
58342026-08-27T01:04:44.242Z[ recovery-image] Aug 27 01:04:42.998 INFO O| Aug 27 01:04:42.998 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58352026-08-27T01:04:44.243Z[ recovery-image] Aug 27 01:04:43.007 INFO O| Aug 27 01:04:43.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58362026-08-27T01:04:44.243Z[ recovery-image] Aug 27 01:04:43.008 INFO O| Aug 27 01:04:43.008 INFO STEP 181 (remove_files) COMPLETE
58372026-08-27T01:04:44.244Z[ recovery-image] Aug 27 01:04:43.008 INFO O| Aug 27 01:04:43.008 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58382026-08-27T01:04:44.244Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
58392026-08-27T01:04:44.244Z[ recovery-image] Aug 27 01:04:43.018 INFO O| Aug 27 01:04:43.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58402026-08-27T01:04:44.244Z[ recovery-image] Aug 27 01:04:43.018 INFO O| Aug 27 01:04:43.018 INFO STEP 182 (remove_files) COMPLETE
58412026-08-27T01:04:44.244Z[ recovery-image] Aug 27 01:04:43.018 INFO O| Aug 27 01:04:43.018 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-08-27T01:04:44.244Z[ recovery-image] Aug 27 01:04:43.029 INFO O| Aug 27 01:04:43.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58432026-08-27T01:04:44.244Z[ recovery-image] Aug 27 01:04:43.030 INFO O| Aug 27 01:04:43.030 INFO STEP 183 (remove_files) COMPLETE
58442026-08-27T01:04:44.244Z[ recovery-image] Aug 27 01:04:43.030 INFO O| Aug 27 01:04:43.030 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-08-27T01:04:44.251Z[ recovery-image] Aug 27 01:04:43.049 INFO O| Aug 27 01:04:43.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
58462026-08-27T01:04:44.251Z[ recovery-image] Aug 27 01:04:43.049 INFO O| Aug 27 01:04:43.049 INFO STEP 184 (remove_files) COMPLETE
58472026-08-27T01:04:44.255Z[ recovery-image] Aug 27 01:04:43.049 INFO O| Aug 27 01:04:43.049 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-08-27T01:04:44.261Z[ recovery-image] Aug 27 01:04:43.058 INFO O| Aug 27 01:04:43.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
58492026-08-27T01:04:44.261Z[ recovery-image] Aug 27 01:04:43.058 INFO O| Aug 27 01:04:43.058 INFO STEP 185 (remove_files) COMPLETE
58502026-08-27T01:04:44.261Z[ recovery-image] Aug 27 01:04:43.058 INFO O| Aug 27 01:04:43.058 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-08-27T01:04:44.269Z[ recovery-image] Aug 27 01:04:43.067 INFO O| Aug 27 01:04:43.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
58522026-08-27T01:04:44.269Z[ recovery-image] Aug 27 01:04:43.067 INFO O| Aug 27 01:04:43.067 INFO STEP 186 (remove_files) COMPLETE
58532026-08-27T01:04:44.273Z[ recovery-image] Aug 27 01:04:43.067 INFO O| Aug 27 01:04:43.067 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-08-27T01:04:44.282Z[ recovery-image] Aug 27 01:04:43.076 INFO O| Aug 27 01:04:43.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
58552026-08-27T01:04:44.282Z[ recovery-image] Aug 27 01:04:43.076 INFO O| Aug 27 01:04:43.076 INFO STEP 187 (remove_files) COMPLETE
58562026-08-27T01:04:44.282Z[ recovery-image] Aug 27 01:04:43.076 INFO O| Aug 27 01:04:43.076 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-08-27T01:04:44.289Z[ recovery-image] Aug 27 01:04:43.086 INFO O| Aug 27 01:04:43.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
58582026-08-27T01:04:44.289Z[ recovery-image] Aug 27 01:04:43.086 INFO O| Aug 27 01:04:43.086 INFO STEP 188 (remove_files) COMPLETE
58592026-08-27T01:04:44.292Z[ recovery-image] Aug 27 01:04:43.086 INFO O| Aug 27 01:04:43.086 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-08-27T01:04:44.298Z[ recovery-image] Aug 27 01:04:43.096 INFO O| Aug 27 01:04:43.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
58612026-08-27T01:04:44.298Z[ recovery-image] Aug 27 01:04:43.096 INFO O| Aug 27 01:04:43.096 INFO STEP 189 (remove_files) COMPLETE
58622026-08-27T01:04:44.299Z[ recovery-image] Aug 27 01:04:43.096 INFO O| Aug 27 01:04:43.096 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-08-27T01:04:44.309Z[ recovery-image] Aug 27 01:04:43.106 INFO O| Aug 27 01:04:43.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
58642026-08-27T01:04:44.309Z[ recovery-image] Aug 27 01:04:43.106 INFO O| Aug 27 01:04:43.106 INFO STEP 190 (remove_files) COMPLETE
58652026-08-27T01:04:44.309Z[ recovery-image] Aug 27 01:04:43.106 INFO O| Aug 27 01:04:43.106 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-08-27T01:04:44.319Z[ recovery-image] Aug 27 01:04:43.117 INFO O| Aug 27 01:04:43.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
58672026-08-27T01:04:44.319Z[ recovery-image] Aug 27 01:04:43.117 INFO O| Aug 27 01:04:43.117 INFO STEP 191 (remove_files) COMPLETE
58682026-08-27T01:04:44.319Z[ recovery-image] Aug 27 01:04:43.117 INFO O| Aug 27 01:04:43.117 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-08-27T01:04:44.329Z[ recovery-image] Aug 27 01:04:43.127 INFO O| Aug 27 01:04:43.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
58702026-08-27T01:04:44.329Z[ recovery-image] Aug 27 01:04:43.127 INFO O| Aug 27 01:04:43.127 INFO STEP 192 (remove_files) COMPLETE
58712026-08-27T01:04:44.329Z[ recovery-image] Aug 27 01:04:43.127 INFO O| Aug 27 01:04:43.127 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-08-27T01:04:44.338Z[ recovery-image] Aug 27 01:04:43.135 INFO O| Aug 27 01:04:43.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
58732026-08-27T01:04:44.338Z[ recovery-image] Aug 27 01:04:43.135 INFO O| Aug 27 01:04:43.135 INFO STEP 193 (remove_files) COMPLETE
58742026-08-27T01:04:44.341Z[ recovery-image] Aug 27 01:04:43.135 INFO O| Aug 27 01:04:43.135 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-08-27T01:04:44.346Z[ recovery-image] Aug 27 01:04:43.144 INFO O| Aug 27 01:04:43.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
58762026-08-27T01:04:44.346Z[ recovery-image] Aug 27 01:04:43.144 INFO O| Aug 27 01:04:43.144 INFO STEP 194 (remove_files) COMPLETE
58772026-08-27T01:04:44.350Z[ recovery-image] Aug 27 01:04:43.144 INFO O| Aug 27 01:04:43.144 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-08-27T01:04:44.356Z[ recovery-image] Aug 27 01:04:43.154 INFO O| Aug 27 01:04:43.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
58792026-08-27T01:04:44.356Z[ recovery-image] Aug 27 01:04:43.154 INFO O| Aug 27 01:04:43.154 INFO STEP 195 (remove_files) COMPLETE
58802026-08-27T01:04:44.356Z[ recovery-image] Aug 27 01:04:43.154 INFO O| Aug 27 01:04:43.154 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-08-27T01:04:44.366Z[ recovery-image] Aug 27 01:04:43.164 INFO O| Aug 27 01:04:43.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
58822026-08-27T01:04:44.366Z[ recovery-image] Aug 27 01:04:43.164 INFO O| Aug 27 01:04:43.164 INFO STEP 196 (remove_files) COMPLETE
58832026-08-27T01:04:44.370Z[ recovery-image] Aug 27 01:04:43.164 INFO O| Aug 27 01:04:43.164 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-08-27T01:04:44.370Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
58852026-08-27T01:04:44.378Z[ recovery-image] Aug 27 01:04:43.174 INFO O| Aug 27 01:04:43.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
58862026-08-27T01:04:44.378Z[ recovery-image] Aug 27 01:04:43.175 INFO O| Aug 27 01:04:43.174 INFO STEP 197 (remove_files) COMPLETE
58872026-08-27T01:04:44.378Z[ recovery-image] Aug 27 01:04:43.175 INFO O| Aug 27 01:04:43.174 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-08-27T01:04:44.388Z[ recovery-image] Aug 27 01:04:43.185 INFO O| Aug 27 01:04:43.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
58892026-08-27T01:04:44.388Z[ recovery-image] Aug 27 01:04:43.185 INFO O| Aug 27 01:04:43.185 INFO STEP 198 (remove_files) COMPLETE
58902026-08-27T01:04:44.391Z[ recovery-image] Aug 27 01:04:43.185 INFO O| Aug 27 01:04:43.185 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-08-27T01:04:44.399Z[ recovery-image] Aug 27 01:04:43.196 INFO O| Aug 27 01:04:43.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
58922026-08-27T01:04:44.399Z[ recovery-image] Aug 27 01:04:43.196 INFO O| Aug 27 01:04:43.196 INFO STEP 199 (remove_files) COMPLETE
58932026-08-27T01:04:44.399Z[ recovery-image] Aug 27 01:04:43.196 INFO O| Aug 27 01:04:43.196 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-08-27T01:04:44.411Z[ recovery-image] Aug 27 01:04:43.207 INFO O| Aug 27 01:04:43.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
58952026-08-27T01:04:44.411Z[ recovery-image] Aug 27 01:04:43.207 INFO O| Aug 27 01:04:43.207 INFO STEP 200 (remove_files) COMPLETE
58962026-08-27T01:04:44.411Z[ recovery-image] Aug 27 01:04:43.207 INFO O| Aug 27 01:04:43.207 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-08-27T01:04:44.421Z[ recovery-image] Aug 27 01:04:43.217 INFO O| Aug 27 01:04:43.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
58982026-08-27T01:04:44.421Z[ recovery-image] Aug 27 01:04:43.217 INFO O| Aug 27 01:04:43.217 INFO STEP 201 (remove_files) COMPLETE
58992026-08-27T01:04:44.421Z[ recovery-image] Aug 27 01:04:43.217 INFO O| Aug 27 01:04:43.217 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-08-27T01:04:44.429Z[ recovery-image] Aug 27 01:04:43.226 INFO O| Aug 27 01:04:43.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59012026-08-27T01:04:44.429Z[ recovery-image] Aug 27 01:04:43.226 INFO O| Aug 27 01:04:43.226 INFO STEP 202 (remove_files) COMPLETE
59022026-08-27T01:04:44.430Z[ recovery-image] Aug 27 01:04:43.226 INFO O| Aug 27 01:04:43.226 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-08-27T01:04:44.438Z[ recovery-image] Aug 27 01:04:43.236 INFO O| Aug 27 01:04:43.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59042026-08-27T01:04:44.439Z[ recovery-image] Aug 27 01:04:43.236 INFO O| Aug 27 01:04:43.236 INFO STEP 203 (remove_files) COMPLETE
59052026-08-27T01:04:44.442Z[ recovery-image] Aug 27 01:04:43.236 INFO O| Aug 27 01:04:43.236 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-08-27T01:04:44.449Z[ recovery-image] Aug 27 01:04:43.247 INFO O| Aug 27 01:04:43.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59072026-08-27T01:04:44.449Z[ recovery-image] Aug 27 01:04:43.247 INFO O| Aug 27 01:04:43.247 INFO STEP 204 (remove_files) COMPLETE
59082026-08-27T01:04:44.449Z[ recovery-image] Aug 27 01:04:43.247 INFO O| Aug 27 01:04:43.247 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-08-27T01:04:44.458Z[ recovery-image] Aug 27 01:04:43.256 INFO O| Aug 27 01:04:43.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59102026-08-27T01:04:44.459Z[ recovery-image] Aug 27 01:04:43.256 INFO O| Aug 27 01:04:43.256 INFO STEP 205 (remove_files) COMPLETE
59112026-08-27T01:04:44.459Z[ recovery-image] Aug 27 01:04:43.256 INFO O| Aug 27 01:04:43.256 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-08-27T01:04:44.467Z[ recovery-image] Aug 27 01:04:43.265 INFO O| Aug 27 01:04:43.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59132026-08-27T01:04:44.467Z[ recovery-image] Aug 27 01:04:43.265 INFO O| Aug 27 01:04:43.265 INFO STEP 206 (remove_files) COMPLETE
59142026-08-27T01:04:44.467Z[ recovery-image] Aug 27 01:04:43.265 INFO O| Aug 27 01:04:43.265 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-08-27T01:04:44.476Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
59162026-08-27T01:04:44.480Z[ recovery-image] Aug 27 01:04:43.275 INFO O| Aug 27 01:04:43.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59172026-08-27T01:04:44.480Z[ recovery-image] Aug 27 01:04:43.275 INFO O| Aug 27 01:04:43.275 INFO STEP 207 (remove_files) COMPLETE
59182026-08-27T01:04:44.480Z[ recovery-image] Aug 27 01:04:43.275 INFO O| Aug 27 01:04:43.275 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59192026-08-27T01:04:44.486Z[ recovery-image] Aug 27 01:04:43.284 INFO O| Aug 27 01:04:43.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59202026-08-27T01:04:44.486Z[ recovery-image] Aug 27 01:04:43.284 INFO O| Aug 27 01:04:43.284 INFO STEP 208 (remove_files) COMPLETE
59212026-08-27T01:04:44.486Z[ recovery-image] Aug 27 01:04:43.284 INFO O| Aug 27 01:04:43.284 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59222026-08-27T01:04:44.496Z[ recovery-image] Aug 27 01:04:43.293 INFO O| Aug 27 01:04:43.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59232026-08-27T01:04:44.496Z[ recovery-image] Aug 27 01:04:43.293 INFO O| Aug 27 01:04:43.293 INFO STEP 209 (remove_files) COMPLETE
59242026-08-27T01:04:44.499Z[ recovery-image] Aug 27 01:04:43.293 INFO O| Aug 27 01:04:43.293 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59252026-08-27T01:04:44.505Z[ recovery-image] Aug 27 01:04:43.303 INFO O| Aug 27 01:04:43.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59262026-08-27T01:04:44.506Z[ recovery-image] Aug 27 01:04:43.303 INFO O| Aug 27 01:04:43.303 INFO STEP 210 (remove_files) COMPLETE
59272026-08-27T01:04:44.509Z[ recovery-image] Aug 27 01:04:43.303 INFO O| Aug 27 01:04:43.303 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59282026-08-27T01:04:44.512Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
59292026-08-27T01:04:44.516Z[ recovery-image] Aug 27 01:04:43.312 INFO O| Aug 27 01:04:43.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59302026-08-27T01:04:44.516Z[ recovery-image] Aug 27 01:04:43.312 INFO O| Aug 27 01:04:43.312 INFO STEP 211 (remove_files) COMPLETE
59312026-08-27T01:04:44.516Z[ recovery-image] Aug 27 01:04:43.312 INFO O| Aug 27 01:04:43.312 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-08-27T01:04:44.526Z[ recovery-image] Aug 27 01:04:43.323 INFO O| Aug 27 01:04:43.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59332026-08-27T01:04:44.526Z[ recovery-image] Aug 27 01:04:43.323 INFO O| Aug 27 01:04:43.323 INFO STEP 212 (remove_files) COMPLETE
59342026-08-27T01:04:44.526Z[ recovery-image] Aug 27 01:04:43.323 INFO O| Aug 27 01:04:43.323 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-08-27T01:04:44.536Z[ recovery-image] Aug 27 01:04:43.334 INFO O| Aug 27 01:04:43.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59362026-08-27T01:04:44.536Z[ recovery-image] Aug 27 01:04:43.334 INFO O| Aug 27 01:04:43.334 INFO STEP 213 (remove_files) COMPLETE
59372026-08-27T01:04:44.536Z[ recovery-image] Aug 27 01:04:43.334 INFO O| Aug 27 01:04:43.334 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-08-27T01:04:44.545Z[ recovery-image] Aug 27 01:04:43.343 INFO O| Aug 27 01:04:43.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59392026-08-27T01:04:44.545Z[ recovery-image] Aug 27 01:04:43.343 INFO O| Aug 27 01:04:43.343 INFO STEP 214 (remove_files) COMPLETE
59402026-08-27T01:04:44.545Z[ recovery-image] Aug 27 01:04:43.343 INFO O| Aug 27 01:04:43.343 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-08-27T01:04:44.555Z[ recovery-image] Aug 27 01:04:43.353 INFO O| Aug 27 01:04:43.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59422026-08-27T01:04:44.555Z[ recovery-image] Aug 27 01:04:43.353 INFO O| Aug 27 01:04:43.353 INFO STEP 215 (remove_files) COMPLETE
59432026-08-27T01:04:44.559Z[ recovery-image] Aug 27 01:04:43.353 INFO O| Aug 27 01:04:43.353 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-08-27T01:04:44.566Z[ recovery-image] Aug 27 01:04:43.362 INFO O| Aug 27 01:04:43.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59452026-08-27T01:04:44.566Z[ recovery-image] Aug 27 01:04:43.363 INFO O| Aug 27 01:04:43.363 INFO STEP 216 (remove_files) COMPLETE
59462026-08-27T01:04:44.566Z[ recovery-image] Aug 27 01:04:43.363 INFO O| Aug 27 01:04:43.363 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-08-27T01:04:44.575Z[ recovery-image] Aug 27 01:04:43.372 INFO O| Aug 27 01:04:43.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59482026-08-27T01:04:44.575Z[ recovery-image] Aug 27 01:04:43.372 INFO O| Aug 27 01:04:43.372 INFO STEP 217 (remove_files) COMPLETE
59492026-08-27T01:04:44.575Z[ recovery-image] Aug 27 01:04:43.372 INFO O| Aug 27 01:04:43.372 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-08-27T01:04:44.587Z[ recovery-image] Aug 27 01:04:43.385 INFO O| Aug 27 01:04:43.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
59512026-08-27T01:04:44.587Z[ recovery-image] Aug 27 01:04:43.385 INFO O| Aug 27 01:04:43.383 INFO STEP 218 (remove_files) COMPLETE
59522026-08-27T01:04:44.587Z[ recovery-image] Aug 27 01:04:43.385 INFO O| Aug 27 01:04:43.383 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-08-27T01:04:44.596Z[ recovery-image] Aug 27 01:04:43.394 INFO O| Aug 27 01:04:43.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
59542026-08-27T01:04:44.596Z[ recovery-image] Aug 27 01:04:43.394 INFO O| Aug 27 01:04:43.394 INFO STEP 219 (remove_files) COMPLETE
59552026-08-27T01:04:44.596Z[ recovery-image] Aug 27 01:04:43.394 INFO O| Aug 27 01:04:43.394 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-08-27T01:04:44.607Z[ recovery-image] Aug 27 01:04:43.404 INFO O| Aug 27 01:04:43.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
59572026-08-27T01:04:44.607Z[ recovery-image] Aug 27 01:04:43.404 INFO O| Aug 27 01:04:43.404 INFO STEP 220 (remove_files) COMPLETE
59582026-08-27T01:04:44.607Z[ recovery-image] Aug 27 01:04:43.404 INFO O| Aug 27 01:04:43.404 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-08-27T01:04:44.617Z[ recovery-image] Aug 27 01:04:43.414 INFO O| Aug 27 01:04:43.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
59602026-08-27T01:04:44.617Z[ recovery-image] Aug 27 01:04:43.415 INFO O| Aug 27 01:04:43.414 INFO STEP 221 (remove_files) COMPLETE
59612026-08-27T01:04:44.617Z[ recovery-image] Aug 27 01:04:43.415 INFO O| Aug 27 01:04:43.414 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-08-27T01:04:44.627Z[ recovery-image] Aug 27 01:04:43.424 INFO O| Aug 27 01:04:43.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
59632026-08-27T01:04:44.627Z[ recovery-image] Aug 27 01:04:43.424 INFO O| Aug 27 01:04:43.424 INFO STEP 222 (remove_files) COMPLETE
59642026-08-27T01:04:44.627Z[ recovery-image] Aug 27 01:04:43.424 INFO O| Aug 27 01:04:43.424 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-08-27T01:04:44.635Z[ recovery-image] Aug 27 01:04:43.433 INFO O| Aug 27 01:04:43.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
59662026-08-27T01:04:44.636Z[ recovery-image] Aug 27 01:04:43.433 INFO O| Aug 27 01:04:43.433 INFO STEP 223 (remove_files) COMPLETE
59672026-08-27T01:04:44.639Z[ recovery-image] Aug 27 01:04:43.433 INFO O| Aug 27 01:04:43.433 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-08-27T01:04:44.644Z[ recovery-image] Aug 27 01:04:43.442 INFO O| Aug 27 01:04:43.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
59692026-08-27T01:04:44.644Z[ recovery-image] Aug 27 01:04:43.442 INFO O| Aug 27 01:04:43.442 INFO STEP 224 (remove_files) COMPLETE
59702026-08-27T01:04:44.644Z[ recovery-image] Aug 27 01:04:43.442 INFO O| Aug 27 01:04:43.442 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-08-27T01:04:44.654Z[ recovery-image] Aug 27 01:04:43.452 INFO O| Aug 27 01:04:43.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
59722026-08-27T01:04:44.654Z[ recovery-image] Aug 27 01:04:43.452 INFO O| Aug 27 01:04:43.452 INFO STEP 225 (remove_files) COMPLETE
59732026-08-27T01:04:44.654Z[ recovery-image] Aug 27 01:04:43.452 INFO O| Aug 27 01:04:43.452 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-08-27T01:04:44.659Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
59752026-08-27T01:04:44.664Z[ recovery-image] Aug 27 01:04:43.462 INFO O| Aug 27 01:04:43.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
59762026-08-27T01:04:44.664Z[ recovery-image] Aug 27 01:04:43.462 INFO O| Aug 27 01:04:43.462 INFO STEP 226 (remove_files) COMPLETE
59772026-08-27T01:04:44.668Z[ recovery-image] Aug 27 01:04:43.462 INFO O| Aug 27 01:04:43.462 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-08-27T01:04:44.674Z[ recovery-image] Aug 27 01:04:43.472 INFO O| Aug 27 01:04:43.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
59792026-08-27T01:04:44.674Z[ recovery-image] Aug 27 01:04:43.472 INFO O| Aug 27 01:04:43.472 INFO STEP 227 (remove_files) COMPLETE
59802026-08-27T01:04:44.674Z[ recovery-image] Aug 27 01:04:43.472 INFO O| Aug 27 01:04:43.472 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-08-27T01:04:44.684Z[ recovery-image] Aug 27 01:04:43.481 INFO O| Aug 27 01:04:43.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
59822026-08-27T01:04:44.684Z[ recovery-image] Aug 27 01:04:43.481 INFO O| Aug 27 01:04:43.481 INFO STEP 228 (remove_files) COMPLETE
59832026-08-27T01:04:44.684Z[ recovery-image] Aug 27 01:04:43.481 INFO O| Aug 27 01:04:43.481 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-08-27T01:04:44.703Z[ recovery-image] Aug 27 01:04:43.501 INFO O| Aug 27 01:04:43.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
59852026-08-27T01:04:44.703Z[ recovery-image] Aug 27 01:04:43.501 INFO O| Aug 27 01:04:43.501 INFO STEP 229 (remove_files) COMPLETE
59862026-08-27T01:04:44.708Z[ recovery-image] Aug 27 01:04:43.501 INFO O| Aug 27 01:04:43.501 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-08-27T01:04:44.713Z[ recovery-image] Aug 27 01:04:43.510 INFO O| Aug 27 01:04:43.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
59882026-08-27T01:04:44.713Z[ recovery-image] Aug 27 01:04:43.510 INFO O| Aug 27 01:04:43.510 INFO STEP 230 (remove_files) COMPLETE
59892026-08-27T01:04:44.716Z[ recovery-image] Aug 27 01:04:43.510 INFO O| Aug 27 01:04:43.510 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-08-27T01:04:44.724Z[ recovery-image] Aug 27 01:04:43.522 INFO O| Aug 27 01:04:43.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
59912026-08-27T01:04:44.724Z[ recovery-image] Aug 27 01:04:43.522 INFO O| Aug 27 01:04:43.522 INFO STEP 231 (remove_files) COMPLETE
59922026-08-27T01:04:44.724Z[ recovery-image] Aug 27 01:04:43.522 INFO O| Aug 27 01:04:43.522 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-08-27T01:04:44.735Z[ recovery-image] Aug 27 01:04:43.531 INFO O| Aug 27 01:04:43.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
59942026-08-27T01:04:44.736Z[ recovery-image] Aug 27 01:04:43.532 INFO O| Aug 27 01:04:43.531 INFO STEP 232 (remove_files) COMPLETE
59952026-08-27T01:04:44.739Z[ recovery-image] Aug 27 01:04:43.532 INFO O| Aug 27 01:04:43.531 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-08-27T01:04:44.750Z[ recovery-image] Aug 27 01:04:43.541 INFO O| Aug 27 01:04:43.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
59972026-08-27T01:04:44.753Z[ recovery-image] Aug 27 01:04:43.541 INFO O| Aug 27 01:04:43.541 INFO STEP 233 (remove_files) COMPLETE
59982026-08-27T01:04:44.753Z[ recovery-image] Aug 27 01:04:43.541 INFO O| Aug 27 01:04:43.541 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-08-27T01:04:44.762Z[ recovery-image] Aug 27 01:04:43.551 INFO O| Aug 27 01:04:43.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60002026-08-27T01:04:44.762Z[ recovery-image] Aug 27 01:04:43.551 INFO O| Aug 27 01:04:43.551 INFO STEP 234 (remove_files) COMPLETE
60012026-08-27T01:04:44.762Z[ recovery-image] Aug 27 01:04:43.551 INFO O| Aug 27 01:04:43.551 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-08-27T01:04:44.767Z[ recovery-image] Aug 27 01:04:43.565 INFO O| Aug 27 01:04:43.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60032026-08-27T01:04:44.767Z[ recovery-image] Aug 27 01:04:43.565 INFO O| Aug 27 01:04:43.565 INFO STEP 235 (remove_files) COMPLETE
60042026-08-27T01:04:44.771Z[ recovery-image] Aug 27 01:04:43.565 INFO O| Aug 27 01:04:43.565 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-08-27T01:04:44.776Z[ recovery-image] Aug 27 01:04:43.574 INFO O| Aug 27 01:04:43.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60062026-08-27T01:04:44.776Z[ recovery-image] Aug 27 01:04:43.574 INFO O| Aug 27 01:04:43.574 INFO STEP 236 (remove_files) COMPLETE
60072026-08-27T01:04:44.776Z[ recovery-image] Aug 27 01:04:43.574 INFO O| Aug 27 01:04:43.574 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-08-27T01:04:44.779Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
60092026-08-27T01:04:44.785Z[ recovery-image] Aug 27 01:04:43.582 INFO O| Aug 27 01:04:43.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60102026-08-27T01:04:44.785Z[ recovery-image] Aug 27 01:04:43.582 INFO O| Aug 27 01:04:43.582 INFO STEP 237 (remove_files) COMPLETE
60112026-08-27T01:04:44.785Z[ recovery-image] Aug 27 01:04:43.582 INFO O| Aug 27 01:04:43.582 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60122026-08-27T01:04:44.793Z[ recovery-image] Aug 27 01:04:43.591 INFO O| Aug 27 01:04:43.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60132026-08-27T01:04:44.797Z[ recovery-image] Aug 27 01:04:43.591 INFO O| Aug 27 01:04:43.591 INFO STEP 238 (remove_files) COMPLETE
60142026-08-27T01:04:44.797Z[ recovery-image] Aug 27 01:04:43.591 INFO O| Aug 27 01:04:43.591 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60152026-08-27T01:04:44.802Z[ recovery-image] Aug 27 01:04:43.599 INFO O| Aug 27 01:04:43.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60162026-08-27T01:04:44.802Z[ recovery-image] Aug 27 01:04:43.599 INFO O| Aug 27 01:04:43.599 INFO STEP 239 (remove_files) COMPLETE
60172026-08-27T01:04:44.802Z[ recovery-image] Aug 27 01:04:43.599 INFO O| Aug 27 01:04:43.599 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60182026-08-27T01:04:44.811Z[ recovery-image] Aug 27 01:04:43.609 INFO O| Aug 27 01:04:43.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60192026-08-27T01:04:44.811Z[ recovery-image] Aug 27 01:04:43.609 INFO O| Aug 27 01:04:43.609 INFO STEP 240 (remove_files) COMPLETE
60202026-08-27T01:04:44.814Z[ recovery-image] Aug 27 01:04:43.609 INFO O| Aug 27 01:04:43.609 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60212026-08-27T01:04:44.820Z[ recovery-image] Aug 27 01:04:43.618 INFO O| Aug 27 01:04:43.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60222026-08-27T01:04:44.820Z[ recovery-image] Aug 27 01:04:43.618 INFO O| Aug 27 01:04:43.618 INFO STEP 241 (remove_files) COMPLETE
60232026-08-27T01:04:44.824Z[ recovery-image] Aug 27 01:04:43.618 INFO O| Aug 27 01:04:43.618 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60242026-08-27T01:04:44.834Z[ recovery-image] Aug 27 01:04:43.632 INFO O| Aug 27 01:04:43.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60252026-08-27T01:04:44.834Z[ recovery-image] Aug 27 01:04:43.632 INFO O| Aug 27 01:04:43.632 INFO STEP 242 (remove_files) COMPLETE
60262026-08-27T01:04:44.834Z[ recovery-image] Aug 27 01:04:43.632 INFO O| Aug 27 01:04:43.632 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60272026-08-27T01:04:44.844Z[ recovery-image] Aug 27 01:04:43.641 INFO O| Aug 27 01:04:43.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60282026-08-27T01:04:44.844Z[ recovery-image] Aug 27 01:04:43.641 INFO O| Aug 27 01:04:43.641 INFO STEP 243 (remove_files) COMPLETE
60292026-08-27T01:04:44.847Z[ recovery-image] Aug 27 01:04:43.641 INFO O| Aug 27 01:04:43.641 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60302026-08-27T01:04:44.853Z[ recovery-image] Aug 27 01:04:43.651 INFO O| Aug 27 01:04:43.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60312026-08-27T01:04:44.853Z[ recovery-image] Aug 27 01:04:43.651 INFO O| Aug 27 01:04:43.651 INFO STEP 244 (remove_files) COMPLETE
60322026-08-27T01:04:44.853Z[ recovery-image] Aug 27 01:04:43.651 INFO O| Aug 27 01:04:43.651 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60332026-08-27T01:04:44.863Z[ recovery-image] Aug 27 01:04:43.659 INFO O| Aug 27 01:04:43.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60342026-08-27T01:04:44.863Z[ recovery-image] Aug 27 01:04:43.659 INFO O| Aug 27 01:04:43.659 INFO STEP 245 (remove_files) COMPLETE
60352026-08-27T01:04:44.863Z[ recovery-image] Aug 27 01:04:43.659 INFO O| Aug 27 01:04:43.659 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60362026-08-27T01:04:44.870Z[ recovery-image] Aug 27 01:04:43.668 INFO O| Aug 27 01:04:43.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60372026-08-27T01:04:44.870Z[ recovery-image] Aug 27 01:04:43.668 INFO O| Aug 27 01:04:43.668 INFO STEP 246 (remove_files) COMPLETE
60382026-08-27T01:04:44.870Z[ recovery-image] Aug 27 01:04:43.668 INFO O| Aug 27 01:04:43.668 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60392026-08-27T01:04:44.879Z[ recovery-image] Aug 27 01:04:43.676 INFO O| Aug 27 01:04:43.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60402026-08-27T01:04:44.879Z[ recovery-image] Aug 27 01:04:43.676 INFO O| Aug 27 01:04:43.676 INFO STEP 247 (remove_files) COMPLETE
60412026-08-27T01:04:44.879Z[ recovery-image] Aug 27 01:04:43.676 INFO O| Aug 27 01:04:43.676 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60422026-08-27T01:04:44.888Z[ recovery-image] Aug 27 01:04:43.685 INFO O| Aug 27 01:04:43.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60432026-08-27T01:04:44.888Z[ recovery-image] Aug 27 01:04:43.686 INFO O| Aug 27 01:04:43.686 INFO STEP 248 (remove_files) COMPLETE
60442026-08-27T01:04:44.888Z[ recovery-image] Aug 27 01:04:43.686 INFO O| Aug 27 01:04:43.686 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60452026-08-27T01:04:44.898Z[ recovery-image] Aug 27 01:04:43.695 INFO O| Aug 27 01:04:43.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60462026-08-27T01:04:44.898Z[ recovery-image] Aug 27 01:04:43.695 INFO O| Aug 27 01:04:43.695 INFO STEP 249 (remove_files) COMPLETE
60472026-08-27T01:04:44.898Z[ recovery-image] Aug 27 01:04:43.695 INFO O| Aug 27 01:04:43.695 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60482026-08-27T01:04:44.909Z[ recovery-image] Aug 27 01:04:43.707 INFO O| Aug 27 01:04:43.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60492026-08-27T01:04:44.909Z[ recovery-image] Aug 27 01:04:43.707 INFO O| Aug 27 01:04:43.707 INFO STEP 250 (remove_files) COMPLETE
60502026-08-27T01:04:44.909Z[ recovery-image] Aug 27 01:04:43.707 INFO O| Aug 27 01:04:43.707 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60512026-08-27T01:04:44.918Z[ recovery-image] Aug 27 01:04:43.716 INFO O| Aug 27 01:04:43.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
60522026-08-27T01:04:44.918Z[ recovery-image] Aug 27 01:04:43.716 INFO O| Aug 27 01:04:43.716 INFO STEP 251 (remove_files) COMPLETE
60532026-08-27T01:04:44.919Z[ recovery-image] Aug 27 01:04:43.716 INFO O| Aug 27 01:04:43.716 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60542026-08-27T01:04:44.929Z[ recovery-image] Aug 27 01:04:43.726 INFO O| Aug 27 01:04:43.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
60552026-08-27T01:04:44.929Z[ recovery-image] Aug 27 01:04:43.726 INFO O| Aug 27 01:04:43.726 INFO STEP 252 (remove_files) COMPLETE
60562026-08-27T01:04:44.929Z[ recovery-image] Aug 27 01:04:43.726 INFO O| Aug 27 01:04:43.726 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60572026-08-27T01:04:44.929Z[verify-libraries] Compiling fatfs v0.3.6
60582026-08-27T01:04:44.939Z[ recovery-image] Aug 27 01:04:43.736 INFO O| Aug 27 01:04:43.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
60592026-08-27T01:04:44.940Z[ recovery-image] Aug 27 01:04:43.736 INFO O| Aug 27 01:04:43.736 INFO STEP 253 (remove_files) COMPLETE
60602026-08-27T01:04:44.940Z[ recovery-image] Aug 27 01:04:43.736 INFO O| Aug 27 01:04:43.736 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-08-27T01:04:44.951Z[ recovery-image] Aug 27 01:04:43.744 INFO O| Aug 27 01:04:43.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
60622026-08-27T01:04:44.951Z[ recovery-image] Aug 27 01:04:43.744 INFO O| Aug 27 01:04:43.744 INFO STEP 254 (remove_files) COMPLETE
60632026-08-27T01:04:44.963Z[ recovery-image] Aug 27 01:04:43.744 INFO O| Aug 27 01:04:43.744 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-08-27T01:04:44.973Z[ recovery-image] Aug 27 01:04:43.753 INFO O| Aug 27 01:04:43.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
60652026-08-27T01:04:44.974Z[ recovery-image] Aug 27 01:04:43.753 INFO O| Aug 27 01:04:43.753 INFO STEP 255 (remove_files) COMPLETE
60662026-08-27T01:04:44.974Z[ recovery-image] Aug 27 01:04:43.753 INFO O| Aug 27 01:04:43.753 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-08-27T01:04:44.974Z[ recovery-image] Aug 27 01:04:43.762 INFO O| Aug 27 01:04:43.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
60682026-08-27T01:04:44.974Z[ recovery-image] Aug 27 01:04:43.763 INFO O| Aug 27 01:04:43.763 INFO STEP 256 (remove_files) COMPLETE
60692026-08-27T01:04:44.974Z[ recovery-image] Aug 27 01:04:43.763 INFO O| Aug 27 01:04:43.763 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-08-27T01:04:44.978Z[ recovery-image] Aug 27 01:04:43.772 INFO O| Aug 27 01:04:43.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
60712026-08-27T01:04:44.978Z[ recovery-image] Aug 27 01:04:43.772 INFO O| Aug 27 01:04:43.772 INFO STEP 257 (remove_files) COMPLETE
60722026-08-27T01:04:44.978Z[ recovery-image] Aug 27 01:04:43.772 INFO O| Aug 27 01:04:43.772 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-08-27T01:04:44.984Z[ recovery-image] Aug 27 01:04:43.781 INFO O| Aug 27 01:04:43.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
60742026-08-27T01:04:44.984Z[ recovery-image] Aug 27 01:04:43.781 INFO O| Aug 27 01:04:43.781 INFO STEP 258 (remove_files) COMPLETE
60752026-08-27T01:04:44.987Z[ recovery-image] Aug 27 01:04:43.781 INFO O| Aug 27 01:04:43.781 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-08-27T01:04:44.993Z[ recovery-image] Aug 27 01:04:43.791 INFO O| Aug 27 01:04:43.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
60772026-08-27T01:04:44.993Z[ recovery-image] Aug 27 01:04:43.791 INFO O| Aug 27 01:04:43.791 INFO STEP 259 (remove_files) COMPLETE
60782026-08-27T01:04:44.993Z[ recovery-image] Aug 27 01:04:43.791 INFO O| Aug 27 01:04:43.791 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-08-27T01:04:45.003Z[ recovery-image] Aug 27 01:04:43.801 INFO O| Aug 27 01:04:43.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
60802026-08-27T01:04:45.004Z[ recovery-image] Aug 27 01:04:43.801 INFO O| Aug 27 01:04:43.801 INFO STEP 260 (remove_files) COMPLETE
60812026-08-27T01:04:45.004Z[ recovery-image] Aug 27 01:04:43.801 INFO O| Aug 27 01:04:43.801 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-08-27T01:04:45.013Z[ recovery-image] Aug 27 01:04:43.810 INFO O| Aug 27 01:04:43.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
60832026-08-27T01:04:45.013Z[ recovery-image] Aug 27 01:04:43.810 INFO O| Aug 27 01:04:43.810 INFO STEP 261 (remove_files) COMPLETE
60842026-08-27T01:04:45.014Z[ recovery-image] Aug 27 01:04:43.810 INFO O| Aug 27 01:04:43.810 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-08-27T01:04:45.021Z[ recovery-image] Aug 27 01:04:43.819 INFO O| Aug 27 01:04:43.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
60862026-08-27T01:04:45.021Z[ recovery-image] Aug 27 01:04:43.819 INFO O| Aug 27 01:04:43.819 INFO STEP 262 (remove_files) COMPLETE
60872026-08-27T01:04:45.021Z[ recovery-image] Aug 27 01:04:43.819 INFO O| Aug 27 01:04:43.819 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-08-27T01:04:45.039Z[ recovery-image] Aug 27 01:04:43.828 INFO O| Aug 27 01:04:43.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
60892026-08-27T01:04:45.039Z[ recovery-image] Aug 27 01:04:43.828 INFO O| Aug 27 01:04:43.828 INFO STEP 263 (remove_files) COMPLETE
60902026-08-27T01:04:45.039Z[ recovery-image] Aug 27 01:04:43.828 INFO O| Aug 27 01:04:43.828 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-08-27T01:04:45.043Z[ recovery-image] Aug 27 01:04:43.838 INFO O| Aug 27 01:04:43.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
60922026-08-27T01:04:45.043Z[ recovery-image] Aug 27 01:04:43.838 INFO O| Aug 27 01:04:43.838 INFO STEP 264 (remove_files) COMPLETE
60932026-08-27T01:04:45.043Z[ recovery-image] Aug 27 01:04:43.838 INFO O| Aug 27 01:04:43.838 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-08-27T01:04:45.065Z[ recovery-image] Aug 27 01:04:43.851 INFO O| Aug 27 01:04:43.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
60952026-08-27T01:04:45.065Z[ recovery-image] Aug 27 01:04:43.851 INFO O| Aug 27 01:04:43.851 INFO STEP 265 (remove_files) COMPLETE
60962026-08-27T01:04:45.070Z[ recovery-image] Aug 27 01:04:43.851 INFO O| Aug 27 01:04:43.851 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-08-27T01:04:45.070Z[ recovery-image] Aug 27 01:04:43.867 INFO O| Aug 27 01:04:43.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
60982026-08-27T01:04:45.070Z[ recovery-image] Aug 27 01:04:43.867 INFO O| Aug 27 01:04:43.867 INFO STEP 266 (remove_files) COMPLETE
60992026-08-27T01:04:45.070Z[ recovery-image] Aug 27 01:04:43.867 INFO O| Aug 27 01:04:43.867 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-08-27T01:04:45.078Z[ recovery-image] Aug 27 01:04:43.876 INFO O| Aug 27 01:04:43.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61012026-08-27T01:04:45.078Z[ recovery-image] Aug 27 01:04:43.876 INFO O| Aug 27 01:04:43.876 INFO STEP 267 (remove_files) COMPLETE
61022026-08-27T01:04:45.078Z[ recovery-image] Aug 27 01:04:43.876 INFO O| Aug 27 01:04:43.876 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-08-27T01:04:45.089Z[ recovery-image] Aug 27 01:04:43.886 INFO O| Aug 27 01:04:43.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61042026-08-27T01:04:45.089Z[ recovery-image] Aug 27 01:04:43.887 INFO O| Aug 27 01:04:43.887 INFO STEP 268 (remove_files) COMPLETE
61052026-08-27T01:04:45.089Z[ recovery-image] Aug 27 01:04:43.887 INFO O| Aug 27 01:04:43.887 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-08-27T01:04:45.100Z[ recovery-image] Aug 27 01:04:43.897 INFO O| Aug 27 01:04:43.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61072026-08-27T01:04:45.100Z[ recovery-image] Aug 27 01:04:43.897 INFO O| Aug 27 01:04:43.897 INFO STEP 269 (remove_files) COMPLETE
61082026-08-27T01:04:45.100Z[ recovery-image] Aug 27 01:04:43.897 INFO O| Aug 27 01:04:43.897 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-08-27T01:04:45.109Z[verify-libraries] Compiling num-bigint v0.4.6
61102026-08-27T01:04:45.113Z[ recovery-image] Aug 27 01:04:43.908 INFO O| Aug 27 01:04:43.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61112026-08-27T01:04:45.113Z[ recovery-image] Aug 27 01:04:43.908 INFO O| Aug 27 01:04:43.908 INFO STEP 270 (remove_files) COMPLETE
61122026-08-27T01:04:45.113Z[ recovery-image] Aug 27 01:04:43.908 INFO O| Aug 27 01:04:43.908 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-08-27T01:04:45.120Z[ recovery-image] Aug 27 01:04:43.918 INFO O| Aug 27 01:04:43.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61142026-08-27T01:04:45.120Z[ recovery-image] Aug 27 01:04:43.918 INFO O| Aug 27 01:04:43.918 INFO STEP 271 (remove_files) COMPLETE
61152026-08-27T01:04:45.120Z[ recovery-image] Aug 27 01:04:43.918 INFO O| Aug 27 01:04:43.918 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-08-27T01:04:45.128Z[ recovery-image] Aug 27 01:04:43.926 INFO O| Aug 27 01:04:43.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61172026-08-27T01:04:45.128Z[ recovery-image] Aug 27 01:04:43.926 INFO O| Aug 27 01:04:43.926 INFO STEP 272 (remove_files) COMPLETE
61182026-08-27T01:04:45.128Z[ recovery-image] Aug 27 01:04:43.926 INFO O| Aug 27 01:04:43.926 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-08-27T01:04:45.141Z[ recovery-image] Aug 27 01:04:43.934 INFO O| Aug 27 01:04:43.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61202026-08-27T01:04:45.141Z[ recovery-image] Aug 27 01:04:43.934 INFO O| Aug 27 01:04:43.934 INFO STEP 273 (remove_files) COMPLETE
61212026-08-27T01:04:45.141Z[ recovery-image] Aug 27 01:04:43.934 INFO O| Aug 27 01:04:43.934 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-08-27T01:04:45.146Z[ recovery-image] Aug 27 01:04:43.942 INFO O| Aug 27 01:04:43.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61232026-08-27T01:04:45.146Z[ recovery-image] Aug 27 01:04:43.942 INFO O| Aug 27 01:04:43.942 INFO STEP 274 (remove_files) COMPLETE
61242026-08-27T01:04:45.146Z[ recovery-image] Aug 27 01:04:43.942 INFO O| Aug 27 01:04:43.942 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-08-27T01:04:45.153Z[ recovery-image] Aug 27 01:04:43.950 INFO O| Aug 27 01:04:43.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61262026-08-27T01:04:45.153Z[ recovery-image] Aug 27 01:04:43.950 INFO O| Aug 27 01:04:43.950 INFO STEP 275 (remove_files) COMPLETE
61272026-08-27T01:04:45.153Z[ recovery-image] Aug 27 01:04:43.950 INFO O| Aug 27 01:04:43.950 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-08-27T01:04:45.161Z[ recovery-image] Aug 27 01:04:43.959 INFO O| Aug 27 01:04:43.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61292026-08-27T01:04:45.161Z[ recovery-image] Aug 27 01:04:43.959 INFO O| Aug 27 01:04:43.959 INFO STEP 276 (remove_files) COMPLETE
61302026-08-27T01:04:45.162Z[ recovery-image] Aug 27 01:04:43.959 INFO O| Aug 27 01:04:43.959 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-08-27T01:04:45.166Z[verify-libraries] Compiling generic-array v1.4.3
61322026-08-27T01:04:45.170Z[ recovery-image] Aug 27 01:04:43.968 INFO O| Aug 27 01:04:43.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61332026-08-27T01:04:45.170Z[ recovery-image] Aug 27 01:04:43.968 INFO O| Aug 27 01:04:43.968 INFO STEP 277 (remove_files) COMPLETE
61342026-08-27T01:04:45.174Z[ recovery-image] Aug 27 01:04:43.968 INFO O| Aug 27 01:04:43.968 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61352026-08-27T01:04:45.180Z[ recovery-image] Aug 27 01:04:43.978 INFO O| Aug 27 01:04:43.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61362026-08-27T01:04:45.180Z[ recovery-image] Aug 27 01:04:43.978 INFO O| Aug 27 01:04:43.978 INFO STEP 278 (remove_files) COMPLETE
61372026-08-27T01:04:45.181Z[ recovery-image] Aug 27 01:04:43.978 INFO O| Aug 27 01:04:43.978 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61382026-08-27T01:04:45.190Z[ recovery-image] Aug 27 01:04:43.988 INFO O| Aug 27 01:04:43.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61392026-08-27T01:04:45.190Z[ recovery-image] Aug 27 01:04:43.988 INFO O| Aug 27 01:04:43.988 INFO STEP 279 (remove_files) COMPLETE
61402026-08-27T01:04:45.190Z[ recovery-image] Aug 27 01:04:43.988 INFO O| Aug 27 01:04:43.988 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61412026-08-27T01:04:45.201Z[ recovery-image] Aug 27 01:04:43.999 INFO O| Aug 27 01:04:43.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61422026-08-27T01:04:45.201Z[ recovery-image] Aug 27 01:04:43.999 INFO O| Aug 27 01:04:43.999 INFO STEP 280 (remove_files) COMPLETE
61432026-08-27T01:04:45.201Z[ recovery-image] Aug 27 01:04:43.999 INFO O| Aug 27 01:04:43.999 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61442026-08-27T01:04:45.213Z[ recovery-image] Aug 27 01:04:44.009 INFO O| Aug 27 01:04:44.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61452026-08-27T01:04:45.213Z[ recovery-image] Aug 27 01:04:44.009 INFO O| Aug 27 01:04:44.009 INFO STEP 281 (remove_files) COMPLETE
61462026-08-27T01:04:45.216Z[ recovery-image] Aug 27 01:04:44.009 INFO O| Aug 27 01:04:44.009 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61472026-08-27T01:04:45.226Z[ recovery-image] Aug 27 01:04:44.020 INFO O| Aug 27 01:04:44.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61482026-08-27T01:04:45.227Z[ recovery-image] Aug 27 01:04:44.020 INFO O| Aug 27 01:04:44.020 INFO STEP 282 (remove_files) COMPLETE
61492026-08-27T01:04:45.227Z[ recovery-image] Aug 27 01:04:44.020 INFO O| Aug 27 01:04:44.020 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61502026-08-27T01:04:45.233Z[ recovery-image] Aug 27 01:04:44.031 INFO O| Aug 27 01:04:44.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61512026-08-27T01:04:45.233Z[ recovery-image] Aug 27 01:04:44.031 INFO O| Aug 27 01:04:44.031 INFO STEP 283 (remove_files) COMPLETE
61522026-08-27T01:04:45.233Z[ recovery-image] Aug 27 01:04:44.031 INFO O| Aug 27 01:04:44.031 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61532026-08-27T01:04:45.245Z[ recovery-image] Aug 27 01:04:44.041 INFO O| Aug 27 01:04:44.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
61542026-08-27T01:04:45.245Z[ recovery-image] Aug 27 01:04:44.041 INFO O| Aug 27 01:04:44.041 INFO STEP 284 (remove_files) COMPLETE
61552026-08-27T01:04:45.245Z[ recovery-image] Aug 27 01:04:44.041 INFO O| Aug 27 01:04:44.041 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61562026-08-27T01:04:45.253Z[ recovery-image] Aug 27 01:04:44.051 INFO O| Aug 27 01:04:44.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
61572026-08-27T01:04:45.253Z[ recovery-image] Aug 27 01:04:44.051 INFO O| Aug 27 01:04:44.051 INFO STEP 285 (remove_files) COMPLETE
61582026-08-27T01:04:45.257Z[ recovery-image] Aug 27 01:04:44.051 INFO O| Aug 27 01:04:44.051 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61592026-08-27T01:04:45.257Z[verify-libraries] Compiling russh-util v0.52.0
61602026-08-27T01:04:45.263Z[ recovery-image] Aug 27 01:04:44.061 INFO O| Aug 27 01:04:44.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
61612026-08-27T01:04:45.264Z[ recovery-image] Aug 27 01:04:44.061 INFO O| Aug 27 01:04:44.061 INFO STEP 286 (remove_files) COMPLETE
61622026-08-27T01:04:45.264Z[ recovery-image] Aug 27 01:04:44.061 INFO O| Aug 27 01:04:44.061 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-08-27T01:04:45.273Z[ recovery-image] Aug 27 01:04:44.070 INFO O| Aug 27 01:04:44.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
61642026-08-27T01:04:45.273Z[ recovery-image] Aug 27 01:04:44.070 INFO O| Aug 27 01:04:44.070 INFO STEP 287 (remove_files) COMPLETE
61652026-08-27T01:04:45.273Z[ recovery-image] Aug 27 01:04:44.070 INFO O| Aug 27 01:04:44.070 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-08-27T01:04:45.283Z[ recovery-image] Aug 27 01:04:44.081 INFO O| Aug 27 01:04:44.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
61672026-08-27T01:04:45.283Z[ recovery-image] Aug 27 01:04:44.081 INFO O| Aug 27 01:04:44.081 INFO STEP 288 (remove_files) COMPLETE
61682026-08-27T01:04:45.288Z[ recovery-image] Aug 27 01:04:44.081 INFO O| Aug 27 01:04:44.081 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-08-27T01:04:45.291Z[verify-libraries] Compiling enum_dispatch v0.3.13
61702026-08-27T01:04:45.295Z[ recovery-image] Aug 27 01:04:44.091 INFO O| Aug 27 01:04:44.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
61712026-08-27T01:04:45.295Z[ recovery-image] Aug 27 01:04:44.091 INFO O| Aug 27 01:04:44.091 INFO STEP 289 (remove_files) COMPLETE
61722026-08-27T01:04:45.295Z[ recovery-image] Aug 27 01:04:44.091 INFO O| Aug 27 01:04:44.091 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-08-27T01:04:45.305Z[ recovery-image] Aug 27 01:04:44.102 INFO O| Aug 27 01:04:44.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
61742026-08-27T01:04:45.305Z[ recovery-image] Aug 27 01:04:44.102 INFO O| Aug 27 01:04:44.102 INFO STEP 290 (remove_files) COMPLETE
61752026-08-27T01:04:45.305Z[ recovery-image] Aug 27 01:04:44.102 INFO O| Aug 27 01:04:44.102 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-08-27T01:04:45.316Z[ recovery-image] Aug 27 01:04:44.114 INFO O| Aug 27 01:04:44.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
61772026-08-27T01:04:45.316Z[ recovery-image] Aug 27 01:04:44.114 INFO O| Aug 27 01:04:44.114 INFO STEP 291 (remove_files) COMPLETE
61782026-08-27T01:04:45.317Z[ recovery-image] Aug 27 01:04:44.114 INFO O| Aug 27 01:04:44.114 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-08-27T01:04:45.325Z[ recovery-image] Aug 27 01:04:44.123 INFO O| Aug 27 01:04:44.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
61802026-08-27T01:04:45.325Z[ recovery-image] Aug 27 01:04:44.123 INFO O| Aug 27 01:04:44.123 INFO STEP 292 (remove_files) COMPLETE
61812026-08-27T01:04:45.329Z[ recovery-image] Aug 27 01:04:44.123 INFO O| Aug 27 01:04:44.123 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-08-27T01:04:45.334Z[ recovery-image] Aug 27 01:04:44.132 INFO O| Aug 27 01:04:44.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
61832026-08-27T01:04:45.334Z[ recovery-image] Aug 27 01:04:44.132 INFO O| Aug 27 01:04:44.132 INFO STEP 293 (remove_files) COMPLETE
61842026-08-27T01:04:45.334Z[ recovery-image] Aug 27 01:04:44.132 INFO O| Aug 27 01:04:44.132 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-08-27T01:04:45.344Z[ recovery-image] Aug 27 01:04:44.142 INFO O| Aug 27 01:04:44.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
61862026-08-27T01:04:45.344Z[ recovery-image] Aug 27 01:04:44.142 INFO O| Aug 27 01:04:44.142 INFO STEP 294 (remove_files) COMPLETE
61872026-08-27T01:04:45.344Z[ recovery-image] Aug 27 01:04:44.142 INFO O| Aug 27 01:04:44.142 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-08-27T01:04:45.355Z[ recovery-image] Aug 27 01:04:44.151 INFO O| Aug 27 01:04:44.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
61892026-08-27T01:04:45.355Z[ recovery-image] Aug 27 01:04:44.151 INFO O| Aug 27 01:04:44.151 INFO STEP 295 (remove_files) COMPLETE
61902026-08-27T01:04:45.355Z[ recovery-image] Aug 27 01:04:44.151 INFO O| Aug 27 01:04:44.151 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-08-27T01:04:45.363Z[ recovery-image] Aug 27 01:04:44.160 INFO O| Aug 27 01:04:44.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
61922026-08-27T01:04:45.363Z[ recovery-image] Aug 27 01:04:44.161 INFO O| Aug 27 01:04:44.161 INFO STEP 296 (remove_files) COMPLETE
61932026-08-27T01:04:45.363Z[ recovery-image] Aug 27 01:04:44.161 INFO O| Aug 27 01:04:44.161 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-08-27T01:04:45.372Z[ recovery-image] Aug 27 01:04:44.169 INFO O| Aug 27 01:04:44.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
61952026-08-27T01:04:45.372Z[ recovery-image] Aug 27 01:04:44.170 INFO O| Aug 27 01:04:44.170 INFO STEP 297 (remove_files) COMPLETE
61962026-08-27T01:04:45.372Z[ recovery-image] Aug 27 01:04:44.170 INFO O| Aug 27 01:04:44.170 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-08-27T01:04:45.381Z[ recovery-image] Aug 27 01:04:44.179 INFO O| Aug 27 01:04:44.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
61982026-08-27T01:04:45.382Z[ recovery-image] Aug 27 01:04:44.179 INFO O| Aug 27 01:04:44.179 INFO STEP 298 (remove_files) COMPLETE
61992026-08-27T01:04:45.382Z[ recovery-image] Aug 27 01:04:44.179 INFO O| Aug 27 01:04:44.179 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-08-27T01:04:45.389Z[ recovery-image] Aug 27 01:04:44.187 INFO O| Aug 27 01:04:44.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62012026-08-27T01:04:45.392Z[ recovery-image] Aug 27 01:04:44.187 INFO O| Aug 27 01:04:44.187 INFO STEP 299 (remove_files) COMPLETE
62022026-08-27T01:04:45.392Z[ recovery-image] Aug 27 01:04:44.187 INFO O| Aug 27 01:04:44.187 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-08-27T01:04:45.398Z[ recovery-image] Aug 27 01:04:44.196 INFO O| Aug 27 01:04:44.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62042026-08-27T01:04:45.398Z[ recovery-image] Aug 27 01:04:44.196 INFO O| Aug 27 01:04:44.196 INFO STEP 300 (remove_files) COMPLETE
62052026-08-27T01:04:45.400Z[ recovery-image] Aug 27 01:04:44.196 INFO O| Aug 27 01:04:44.196 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-08-27T01:04:45.405Z[ recovery-image] Aug 27 01:04:44.203 INFO O| Aug 27 01:04:44.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62072026-08-27T01:04:45.405Z[ recovery-image] Aug 27 01:04:44.203 INFO O| Aug 27 01:04:44.203 INFO STEP 301 (remove_files) COMPLETE
62082026-08-27T01:04:45.405Z[ recovery-image] Aug 27 01:04:44.203 INFO O| Aug 27 01:04:44.203 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-08-27T01:04:45.416Z[ recovery-image] Aug 27 01:04:44.213 INFO O| Aug 27 01:04:44.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62102026-08-27T01:04:45.416Z[ recovery-image] Aug 27 01:04:44.214 INFO O| Aug 27 01:04:44.214 INFO STEP 302 (remove_files) COMPLETE
62112026-08-27T01:04:45.419Z[ recovery-image] Aug 27 01:04:44.214 INFO O| Aug 27 01:04:44.214 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-08-27T01:04:45.425Z[ recovery-image] Aug 27 01:04:44.223 INFO O| Aug 27 01:04:44.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62132026-08-27T01:04:45.426Z[ recovery-image] Aug 27 01:04:44.223 INFO O| Aug 27 01:04:44.223 INFO STEP 303 (remove_files) COMPLETE
62142026-08-27T01:04:45.429Z[ recovery-image] Aug 27 01:04:44.223 INFO O| Aug 27 01:04:44.223 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-08-27T01:04:45.433Z[verify-libraries] Compiling delegate v0.13.5
62162026-08-27T01:04:45.436Z[ recovery-image] Aug 27 01:04:44.233 INFO O| Aug 27 01:04:44.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62172026-08-27T01:04:45.436Z[ recovery-image] Aug 27 01:04:44.233 INFO O| Aug 27 01:04:44.233 INFO STEP 304 (remove_files) COMPLETE
62182026-08-27T01:04:45.436Z[ recovery-image] Aug 27 01:04:44.233 INFO O| Aug 27 01:04:44.233 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62192026-08-27T01:04:45.444Z[ recovery-image] Aug 27 01:04:44.241 INFO O| Aug 27 01:04:44.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62202026-08-27T01:04:45.444Z[ recovery-image] Aug 27 01:04:44.242 INFO O| Aug 27 01:04:44.241 INFO STEP 305 (remove_files) COMPLETE
62212026-08-27T01:04:45.444Z[ recovery-image] Aug 27 01:04:44.242 INFO O| Aug 27 01:04:44.241 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62222026-08-27T01:04:45.452Z[ recovery-image] Aug 27 01:04:44.250 INFO O| Aug 27 01:04:44.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62232026-08-27T01:04:45.452Z[ recovery-image] Aug 27 01:04:44.250 INFO O| Aug 27 01:04:44.250 INFO STEP 306 (remove_files) COMPLETE
62242026-08-27T01:04:45.455Z[ recovery-image] Aug 27 01:04:44.250 INFO O| Aug 27 01:04:44.250 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62252026-08-27T01:04:45.460Z[ recovery-image] Aug 27 01:04:44.258 INFO O| Aug 27 01:04:44.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62262026-08-27T01:04:45.460Z[ recovery-image] Aug 27 01:04:44.258 INFO O| Aug 27 01:04:44.258 INFO STEP 307 (remove_files) COMPLETE
62272026-08-27T01:04:45.463Z[ recovery-image] Aug 27 01:04:44.258 INFO O| Aug 27 01:04:44.258 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62282026-08-27T01:04:45.468Z[ recovery-image] Aug 27 01:04:44.265 INFO O| Aug 27 01:04:44.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62292026-08-27T01:04:45.468Z[ recovery-image] Aug 27 01:04:44.266 INFO O| Aug 27 01:04:44.266 INFO STEP 308 (remove_files) COMPLETE
62302026-08-27T01:04:45.470Z[ recovery-image] Aug 27 01:04:44.266 INFO O| Aug 27 01:04:44.266 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62312026-08-27T01:04:45.476Z[ recovery-image] Aug 27 01:04:44.274 INFO O| Aug 27 01:04:44.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62322026-08-27T01:04:45.476Z[ recovery-image] Aug 27 01:04:44.274 INFO O| Aug 27 01:04:44.274 INFO STEP 309 (remove_files) COMPLETE
62332026-08-27T01:04:45.476Z[ recovery-image] Aug 27 01:04:44.274 INFO O| Aug 27 01:04:44.274 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62342026-08-27T01:04:45.484Z[ recovery-image] Aug 27 01:04:44.282 INFO O| Aug 27 01:04:44.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62352026-08-27T01:04:45.484Z[ recovery-image] Aug 27 01:04:44.282 INFO O| Aug 27 01:04:44.282 INFO STEP 310 (remove_files) COMPLETE
62362026-08-27T01:04:45.484Z[ recovery-image] Aug 27 01:04:44.282 INFO O| Aug 27 01:04:44.282 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62372026-08-27T01:04:45.492Z[ recovery-image] Aug 27 01:04:44.290 INFO O| Aug 27 01:04:44.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62382026-08-27T01:04:45.493Z[ recovery-image] Aug 27 01:04:44.290 INFO O| Aug 27 01:04:44.290 INFO STEP 311 (remove_files) COMPLETE
62392026-08-27T01:04:45.493Z[ recovery-image] Aug 27 01:04:44.290 INFO O| Aug 27 01:04:44.290 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62402026-08-27T01:04:45.501Z[ recovery-image] Aug 27 01:04:44.299 INFO O| Aug 27 01:04:44.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62412026-08-27T01:04:45.501Z[ recovery-image] Aug 27 01:04:44.299 INFO O| Aug 27 01:04:44.299 INFO STEP 312 (remove_files) COMPLETE
62422026-08-27T01:04:45.501Z[ recovery-image] Aug 27 01:04:44.299 INFO O| Aug 27 01:04:44.299 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62432026-08-27T01:04:45.510Z[ recovery-image] Aug 27 01:04:44.308 INFO O| Aug 27 01:04:44.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62442026-08-27T01:04:45.513Z[ recovery-image] Aug 27 01:04:44.309 INFO O| Aug 27 01:04:44.308 INFO STEP 313 (remove_files) COMPLETE
62452026-08-27T01:04:45.513Z[ recovery-image] Aug 27 01:04:44.309 INFO O| Aug 27 01:04:44.309 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62462026-08-27T01:04:45.519Z[ recovery-image] Aug 27 01:04:44.317 INFO O| Aug 27 01:04:44.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62472026-08-27T01:04:45.519Z[ recovery-image] Aug 27 01:04:44.317 INFO O| Aug 27 01:04:44.317 INFO STEP 314 (remove_files) COMPLETE
62482026-08-27T01:04:45.520Z[ recovery-image] Aug 27 01:04:44.317 INFO O| Aug 27 01:04:44.317 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62492026-08-27T01:04:45.529Z[ recovery-image] Aug 27 01:04:44.326 INFO O| Aug 27 01:04:44.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62502026-08-27T01:04:45.529Z[ recovery-image] Aug 27 01:04:44.326 INFO O| Aug 27 01:04:44.326 INFO STEP 315 (remove_files) COMPLETE
62512026-08-27T01:04:45.529Z[ recovery-image] Aug 27 01:04:44.326 INFO O| Aug 27 01:04:44.326 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62522026-08-27T01:04:45.538Z[ recovery-image] Aug 27 01:04:44.336 INFO O| Aug 27 01:04:44.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62532026-08-27T01:04:45.538Z[ recovery-image] Aug 27 01:04:44.336 INFO O| Aug 27 01:04:44.336 INFO STEP 316 (remove_files) COMPLETE
62542026-08-27T01:04:45.538Z[ recovery-image] Aug 27 01:04:44.336 INFO O| Aug 27 01:04:44.336 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62552026-08-27T01:04:45.547Z[ recovery-image] Aug 27 01:04:44.345 INFO O| Aug 27 01:04:44.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62562026-08-27T01:04:45.547Z[ recovery-image] Aug 27 01:04:44.345 INFO O| Aug 27 01:04:44.345 INFO STEP 317 (remove_files) COMPLETE
62572026-08-27T01:04:45.547Z[ recovery-image] Aug 27 01:04:44.345 INFO O| Aug 27 01:04:44.345 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62582026-08-27T01:04:45.556Z[ recovery-image] Aug 27 01:04:44.354 INFO O| Aug 27 01:04:44.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
62592026-08-27T01:04:45.556Z[ recovery-image] Aug 27 01:04:44.354 INFO O| Aug 27 01:04:44.354 INFO STEP 318 (remove_files) COMPLETE
62602026-08-27T01:04:45.556Z[ recovery-image] Aug 27 01:04:44.354 INFO O| Aug 27 01:04:44.354 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62612026-08-27T01:04:45.564Z[ recovery-image] Aug 27 01:04:44.362 INFO O| Aug 27 01:04:44.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
62622026-08-27T01:04:45.566Z[ recovery-image] Aug 27 01:04:44.362 INFO O| Aug 27 01:04:44.362 INFO STEP 319 (remove_files) COMPLETE
62632026-08-27T01:04:45.569Z[ recovery-image] Aug 27 01:04:44.362 INFO O| Aug 27 01:04:44.362 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62642026-08-27T01:04:45.573Z[verify-libraries] Compiling sapling-renderdag v0.1.0
62652026-08-27T01:04:45.576Z[ recovery-image] Aug 27 01:04:44.371 INFO O| Aug 27 01:04:44.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
62662026-08-27T01:04:45.576Z[ recovery-image] Aug 27 01:04:44.371 INFO O| Aug 27 01:04:44.371 INFO STEP 320 (remove_files) COMPLETE
62672026-08-27T01:04:45.576Z[ recovery-image] Aug 27 01:04:44.371 INFO O| Aug 27 01:04:44.371 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-08-27T01:04:45.583Z[ recovery-image] Aug 27 01:04:44.381 INFO O| Aug 27 01:04:44.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
62692026-08-27T01:04:45.583Z[ recovery-image] Aug 27 01:04:44.381 INFO O| Aug 27 01:04:44.381 INFO STEP 321 (remove_files) COMPLETE
62702026-08-27T01:04:45.583Z[ recovery-image] Aug 27 01:04:44.381 INFO O| Aug 27 01:04:44.381 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-08-27T01:04:45.592Z[ recovery-image] Aug 27 01:04:44.390 INFO O| Aug 27 01:04:44.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
62722026-08-27T01:04:45.592Z[ recovery-image] Aug 27 01:04:44.390 INFO O| Aug 27 01:04:44.390 INFO STEP 322 (remove_files) COMPLETE
62732026-08-27T01:04:45.592Z[ recovery-image] Aug 27 01:04:44.390 INFO O| Aug 27 01:04:44.390 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-08-27T01:04:45.602Z[ recovery-image] Aug 27 01:04:44.399 INFO O| Aug 27 01:04:44.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
62752026-08-27T01:04:45.602Z[ recovery-image] Aug 27 01:04:44.399 INFO O| Aug 27 01:04:44.399 INFO STEP 323 (remove_files) COMPLETE
62762026-08-27T01:04:45.602Z[ recovery-image] Aug 27 01:04:44.399 INFO O| Aug 27 01:04:44.399 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-08-27T01:04:45.605Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
62782026-08-27T01:04:45.611Z[ recovery-image] Aug 27 01:04:44.409 INFO O| Aug 27 01:04:44.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
62792026-08-27T01:04:45.611Z[ recovery-image] Aug 27 01:04:44.409 INFO O| Aug 27 01:04:44.409 INFO STEP 324 (remove_files) COMPLETE
62802026-08-27T01:04:45.611Z[ recovery-image] Aug 27 01:04:44.409 INFO O| Aug 27 01:04:44.409 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-08-27T01:04:45.620Z[ recovery-image] Aug 27 01:04:44.418 INFO O| Aug 27 01:04:44.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
62822026-08-27T01:04:45.620Z[ recovery-image] Aug 27 01:04:44.418 INFO O| Aug 27 01:04:44.418 INFO STEP 325 (remove_files) COMPLETE
62832026-08-27T01:04:45.624Z[ recovery-image] Aug 27 01:04:44.418 INFO O| Aug 27 01:04:44.418 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-08-27T01:04:45.630Z[ recovery-image] Aug 27 01:04:44.427 INFO O| Aug 27 01:04:44.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
62852026-08-27T01:04:45.630Z[ recovery-image] Aug 27 01:04:44.428 INFO O| Aug 27 01:04:44.428 INFO STEP 326 (remove_files) COMPLETE
62862026-08-27T01:04:45.630Z[ recovery-image] Aug 27 01:04:44.428 INFO O| Aug 27 01:04:44.428 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-08-27T01:04:45.643Z[ recovery-image] Aug 27 01:04:44.441 INFO O| Aug 27 01:04:44.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
62882026-08-27T01:04:45.643Z[ recovery-image] Aug 27 01:04:44.441 INFO O| Aug 27 01:04:44.441 INFO STEP 327 (remove_files) COMPLETE
62892026-08-27T01:04:45.643Z[ recovery-image] Aug 27 01:04:44.441 INFO O| Aug 27 01:04:44.441 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-08-27T01:04:45.652Z[ recovery-image] Aug 27 01:04:44.450 INFO O| Aug 27 01:04:44.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
62912026-08-27T01:04:45.652Z[ recovery-image] Aug 27 01:04:44.450 INFO O| Aug 27 01:04:44.450 INFO STEP 328 (remove_files) COMPLETE
62922026-08-27T01:04:45.652Z[ recovery-image] Aug 27 01:04:44.450 INFO O| Aug 27 01:04:44.450 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-08-27T01:04:45.663Z[ recovery-image] Aug 27 01:04:44.459 INFO O| Aug 27 01:04:44.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
62942026-08-27T01:04:45.664Z[ recovery-image] Aug 27 01:04:44.460 INFO O| Aug 27 01:04:44.460 INFO STEP 329 (remove_files) COMPLETE
62952026-08-27T01:04:45.664Z[ recovery-image] Aug 27 01:04:44.460 INFO O| Aug 27 01:04:44.460 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-08-27T01:04:45.671Z[ recovery-image] Aug 27 01:04:44.468 INFO O| Aug 27 01:04:44.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
62972026-08-27T01:04:45.671Z[ recovery-image] Aug 27 01:04:44.469 INFO O| Aug 27 01:04:44.469 INFO STEP 330 (remove_files) COMPLETE
62982026-08-27T01:04:45.671Z[ recovery-image] Aug 27 01:04:44.469 INFO O| Aug 27 01:04:44.469 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-08-27T01:04:45.681Z[ recovery-image] Aug 27 01:04:44.479 INFO O| Aug 27 01:04:44.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63002026-08-27T01:04:45.684Z[ recovery-image] Aug 27 01:04:44.479 INFO O| Aug 27 01:04:44.479 INFO STEP 331 (remove_files) COMPLETE
63012026-08-27T01:04:45.684Z[ recovery-image] Aug 27 01:04:44.479 INFO O| Aug 27 01:04:44.479 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-08-27T01:04:45.691Z[ recovery-image] Aug 27 01:04:44.488 INFO O| Aug 27 01:04:44.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63032026-08-27T01:04:45.691Z[ recovery-image] Aug 27 01:04:44.488 INFO O| Aug 27 01:04:44.488 INFO STEP 332 (remove_files) COMPLETE
63042026-08-27T01:04:45.691Z[ recovery-image] Aug 27 01:04:44.488 INFO O| Aug 27 01:04:44.488 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-08-27T01:04:45.702Z[ recovery-image] Aug 27 01:04:44.498 INFO O| Aug 27 01:04:44.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63062026-08-27T01:04:45.702Z[ recovery-image] Aug 27 01:04:44.498 INFO O| Aug 27 01:04:44.498 INFO STEP 333 (remove_files) COMPLETE
63072026-08-27T01:04:45.702Z[ recovery-image] Aug 27 01:04:44.498 INFO O| Aug 27 01:04:44.498 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-08-27T01:04:45.710Z[ recovery-image] Aug 27 01:04:44.508 INFO O| Aug 27 01:04:44.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63092026-08-27T01:04:45.710Z[ recovery-image] Aug 27 01:04:44.508 INFO O| Aug 27 01:04:44.508 INFO STEP 334 (remove_files) COMPLETE
63102026-08-27T01:04:45.710Z[ recovery-image] Aug 27 01:04:44.508 INFO O| Aug 27 01:04:44.508 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-08-27T01:04:45.721Z[ recovery-image] Aug 27 01:04:44.518 INFO O| Aug 27 01:04:44.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63122026-08-27T01:04:45.721Z[ recovery-image] Aug 27 01:04:44.518 INFO O| Aug 27 01:04:44.518 INFO STEP 335 (remove_files) COMPLETE
63132026-08-27T01:04:45.724Z[ recovery-image] Aug 27 01:04:44.518 INFO O| Aug 27 01:04:44.518 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-08-27T01:04:45.729Z[ recovery-image] Aug 27 01:04:44.527 INFO O| Aug 27 01:04:44.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63152026-08-27T01:04:45.729Z[ recovery-image] Aug 27 01:04:44.527 INFO O| Aug 27 01:04:44.527 INFO STEP 336 (remove_files) COMPLETE
63162026-08-27T01:04:45.729Z[ recovery-image] Aug 27 01:04:44.527 INFO O| Aug 27 01:04:44.527 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-08-27T01:04:45.739Z[ recovery-image] Aug 27 01:04:44.537 INFO O| Aug 27 01:04:44.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63182026-08-27T01:04:45.739Z[ recovery-image] Aug 27 01:04:44.537 INFO O| Aug 27 01:04:44.537 INFO STEP 337 (remove_files) COMPLETE
63192026-08-27T01:04:45.742Z[ recovery-image] Aug 27 01:04:44.537 INFO O| Aug 27 01:04:44.537 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-08-27T01:04:45.749Z[ recovery-image] Aug 27 01:04:44.547 INFO O| Aug 27 01:04:44.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63212026-08-27T01:04:45.749Z[ recovery-image] Aug 27 01:04:44.547 INFO O| Aug 27 01:04:44.547 INFO STEP 338 (remove_files) COMPLETE
63222026-08-27T01:04:45.752Z[ recovery-image] Aug 27 01:04:44.547 INFO O| Aug 27 01:04:44.547 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-08-27T01:04:45.758Z[ recovery-image] Aug 27 01:04:44.556 INFO O| Aug 27 01:04:44.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63242026-08-27T01:04:45.758Z[ recovery-image] Aug 27 01:04:44.556 INFO O| Aug 27 01:04:44.556 INFO STEP 339 (remove_files) COMPLETE
63252026-08-27T01:04:45.761Z[ recovery-image] Aug 27 01:04:44.556 INFO O| Aug 27 01:04:44.556 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-08-27T01:04:45.768Z[ recovery-image] Aug 27 01:04:44.565 INFO O| Aug 27 01:04:44.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63272026-08-27T01:04:45.768Z[ recovery-image] Aug 27 01:04:44.565 INFO O| Aug 27 01:04:44.565 INFO STEP 340 (remove_files) COMPLETE
63282026-08-27T01:04:45.768Z[ recovery-image] Aug 27 01:04:44.565 INFO O| Aug 27 01:04:44.565 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-08-27T01:04:45.771Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
63302026-08-27T01:04:45.776Z[ recovery-image] Aug 27 01:04:44.574 INFO O| Aug 27 01:04:44.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63312026-08-27T01:04:45.776Z[ recovery-image] Aug 27 01:04:44.574 INFO O| Aug 27 01:04:44.574 INFO STEP 341 (remove_files) COMPLETE
63322026-08-27T01:04:45.776Z[ recovery-image] Aug 27 01:04:44.574 INFO O| Aug 27 01:04:44.574 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63332026-08-27T01:04:45.786Z[ recovery-image] Aug 27 01:04:44.584 INFO O| Aug 27 01:04:44.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63342026-08-27T01:04:45.787Z[ recovery-image] Aug 27 01:04:44.584 INFO O| Aug 27 01:04:44.584 INFO STEP 342 (remove_files) COMPLETE
63352026-08-27T01:04:45.790Z[ recovery-image] Aug 27 01:04:44.584 INFO O| Aug 27 01:04:44.584 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63362026-08-27T01:04:45.798Z[ recovery-image] Aug 27 01:04:44.593 INFO O| Aug 27 01:04:44.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63372026-08-27T01:04:45.798Z[ recovery-image] Aug 27 01:04:44.593 INFO O| Aug 27 01:04:44.593 INFO STEP 343 (remove_files) COMPLETE
63382026-08-27T01:04:45.801Z[ recovery-image] Aug 27 01:04:44.593 INFO O| Aug 27 01:04:44.593 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63392026-08-27T01:04:45.804Z[ recovery-image] Aug 27 01:04:44.602 INFO O| Aug 27 01:04:44.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63402026-08-27T01:04:45.805Z[ recovery-image] Aug 27 01:04:44.602 INFO O| Aug 27 01:04:44.602 INFO STEP 344 (remove_files) COMPLETE
63412026-08-27T01:04:45.805Z[ recovery-image] Aug 27 01:04:44.602 INFO O| Aug 27 01:04:44.602 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63422026-08-27T01:04:45.807Z[verify-libraries] Compiling sync-ptr v0.1.4
63432026-08-27T01:04:45.815Z[ recovery-image] Aug 27 01:04:44.613 INFO O| Aug 27 01:04:44.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63442026-08-27T01:04:45.815Z[ recovery-image] Aug 27 01:04:44.613 INFO O| Aug 27 01:04:44.613 INFO STEP 345 (remove_files) COMPLETE
63452026-08-27T01:04:45.818Z[ recovery-image] Aug 27 01:04:44.613 INFO O| Aug 27 01:04:44.613 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-08-27T01:04:45.824Z[ recovery-image] Aug 27 01:04:44.622 INFO O| Aug 27 01:04:44.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63472026-08-27T01:04:45.824Z[ recovery-image] Aug 27 01:04:44.622 INFO O| Aug 27 01:04:44.622 INFO STEP 346 (remove_files) COMPLETE
63482026-08-27T01:04:45.827Z[ recovery-image] Aug 27 01:04:44.622 INFO O| Aug 27 01:04:44.622 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-08-27T01:04:45.833Z[ recovery-image] Aug 27 01:04:44.631 INFO O| Aug 27 01:04:44.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63502026-08-27T01:04:45.833Z[ recovery-image] Aug 27 01:04:44.631 INFO O| Aug 27 01:04:44.631 INFO STEP 347 (remove_files) COMPLETE
63512026-08-27T01:04:45.836Z[ recovery-image] Aug 27 01:04:44.631 INFO O| Aug 27 01:04:44.631 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-08-27T01:04:45.841Z[ recovery-image] Aug 27 01:04:44.639 INFO O| Aug 27 01:04:44.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63532026-08-27T01:04:45.841Z[ recovery-image] Aug 27 01:04:44.639 INFO O| Aug 27 01:04:44.639 INFO STEP 348 (remove_files) COMPLETE
63542026-08-27T01:04:45.841Z[ recovery-image] Aug 27 01:04:44.639 INFO O| Aug 27 01:04:44.639 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-08-27T01:04:45.851Z[ recovery-image] Aug 27 01:04:44.649 INFO O| Aug 27 01:04:44.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63562026-08-27T01:04:45.851Z[ recovery-image] Aug 27 01:04:44.649 INFO O| Aug 27 01:04:44.649 INFO STEP 349 (remove_files) COMPLETE
63572026-08-27T01:04:45.854Z[ recovery-image] Aug 27 01:04:44.649 INFO O| Aug 27 01:04:44.649 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-08-27T01:04:45.860Z[ recovery-image] Aug 27 01:04:44.658 INFO O| Aug 27 01:04:44.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63592026-08-27T01:04:45.860Z[ recovery-image] Aug 27 01:04:44.658 INFO O| Aug 27 01:04:44.658 INFO STEP 350 (remove_files) COMPLETE
63602026-08-27T01:04:45.860Z[ recovery-image] Aug 27 01:04:44.658 INFO O| Aug 27 01:04:44.658 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-08-27T01:04:45.872Z[ recovery-image] Aug 27 01:04:44.668 INFO O| Aug 27 01:04:44.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
63622026-08-27T01:04:45.872Z[ recovery-image] Aug 27 01:04:44.669 INFO O| Aug 27 01:04:44.668 INFO STEP 351 (remove_files) COMPLETE
63632026-08-27T01:04:45.875Z[ recovery-image] Aug 27 01:04:44.669 INFO O| Aug 27 01:04:44.668 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-08-27T01:04:45.880Z[ recovery-image] Aug 27 01:04:44.678 INFO O| Aug 27 01:04:44.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
63652026-08-27T01:04:45.880Z[ recovery-image] Aug 27 01:04:44.678 INFO O| Aug 27 01:04:44.678 INFO STEP 352 (remove_files) COMPLETE
63662026-08-27T01:04:45.880Z[ recovery-image] Aug 27 01:04:44.678 INFO O| Aug 27 01:04:44.678 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-08-27T01:04:45.890Z[ recovery-image] Aug 27 01:04:44.688 INFO O| Aug 27 01:04:44.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
63682026-08-27T01:04:45.890Z[ recovery-image] Aug 27 01:04:44.688 INFO O| Aug 27 01:04:44.688 INFO STEP 353 (remove_files) COMPLETE
63692026-08-27T01:04:45.890Z[ recovery-image] Aug 27 01:04:44.688 INFO O| Aug 27 01:04:44.688 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-08-27T01:04:45.900Z[ recovery-image] Aug 27 01:04:44.698 INFO O| Aug 27 01:04:44.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
63712026-08-27T01:04:45.900Z[ recovery-image] Aug 27 01:04:44.698 INFO O| Aug 27 01:04:44.698 INFO STEP 354 (remove_files) COMPLETE
63722026-08-27T01:04:45.903Z[ recovery-image] Aug 27 01:04:44.698 INFO O| Aug 27 01:04:44.698 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-08-27T01:04:45.917Z[ recovery-image] Aug 27 01:04:44.708 INFO O| Aug 27 01:04:44.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
63742026-08-27T01:04:45.917Z[ recovery-image] Aug 27 01:04:44.709 INFO O| Aug 27 01:04:44.709 INFO STEP 355 (remove_files) COMPLETE
63752026-08-27T01:04:45.917Z[ recovery-image] Aug 27 01:04:44.709 INFO O| Aug 27 01:04:44.709 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-08-27T01:04:45.920Z[ recovery-image] Aug 27 01:04:44.718 INFO O| Aug 27 01:04:44.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
63772026-08-27T01:04:45.920Z[ recovery-image] Aug 27 01:04:44.718 INFO O| Aug 27 01:04:44.718 INFO STEP 356 (remove_files) COMPLETE
63782026-08-27T01:04:45.920Z[ recovery-image] Aug 27 01:04:44.718 INFO O| Aug 27 01:04:44.718 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-08-27T01:04:46.002Z[ recovery-image] Aug 27 01:04:44.728 INFO O| Aug 27 01:04:44.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
63802026-08-27T01:04:46.002Z[ recovery-image] Aug 27 01:04:44.728 INFO O| Aug 27 01:04:44.728 INFO STEP 357 (remove_files) COMPLETE
63812026-08-27T01:04:46.002Z[ recovery-image] Aug 27 01:04:44.728 INFO O| Aug 27 01:04:44.728 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-08-27T01:04:46.002Z[ recovery-image] Aug 27 01:04:44.739 INFO O| Aug 27 01:04:44.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
63832026-08-27T01:04:46.002Z[ recovery-image] Aug 27 01:04:44.739 INFO O| Aug 27 01:04:44.739 INFO STEP 358 (remove_files) COMPLETE
63842026-08-27T01:04:46.002Z[ recovery-image] Aug 27 01:04:44.739 INFO O| Aug 27 01:04:44.739 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-08-27T01:04:46.002Z[verify-libraries] Compiling hex-literal v1.1.0
63862026-08-27T01:04:46.002Z[ recovery-image] Aug 27 01:04:44.750 INFO O| Aug 27 01:04:44.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
63872026-08-27T01:04:46.003Z[ recovery-image] Aug 27 01:04:44.750 INFO O| Aug 27 01:04:44.750 INFO STEP 359 (remove_files) COMPLETE
63882026-08-27T01:04:46.003Z[ recovery-image] Aug 27 01:04:44.750 INFO O| Aug 27 01:04:44.750 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-08-27T01:04:46.003Z[ recovery-image] Aug 27 01:04:44.760 INFO O| Aug 27 01:04:44.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
63902026-08-27T01:04:46.005Z[ recovery-image] Aug 27 01:04:44.760 INFO O| Aug 27 01:04:44.760 INFO STEP 360 (remove_files) COMPLETE
63912026-08-27T01:04:46.005Z[ recovery-image] Aug 27 01:04:44.760 INFO O| Aug 27 01:04:44.760 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-08-27T01:04:46.005Z[ recovery-image] Aug 27 01:04:44.770 INFO O| Aug 27 01:04:44.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
63932026-08-27T01:04:46.005Z[ recovery-image] Aug 27 01:04:44.770 INFO O| Aug 27 01:04:44.770 INFO STEP 361 (remove_files) COMPLETE
63942026-08-27T01:04:46.005Z[ recovery-image] Aug 27 01:04:44.770 INFO O| Aug 27 01:04:44.770 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-08-27T01:04:46.005Z[ recovery-image] Aug 27 01:04:44.780 INFO O| Aug 27 01:04:44.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
63962026-08-27T01:04:46.005Z[ recovery-image] Aug 27 01:04:44.780 INFO O| Aug 27 01:04:44.780 INFO STEP 362 (remove_files) COMPLETE
63972026-08-27T01:04:46.005Z[ recovery-image] Aug 27 01:04:44.780 INFO O| Aug 27 01:04:44.780 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-08-27T01:04:46.005Z[verify-libraries] Compiling seq-macro v0.3.6
63992026-08-27T01:04:46.005Z[ recovery-image] Aug 27 01:04:44.789 INFO O| Aug 27 01:04:44.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64002026-08-27T01:04:46.005Z[ recovery-image] Aug 27 01:04:44.789 INFO O| Aug 27 01:04:44.789 INFO STEP 363 (remove_files) COMPLETE
64012026-08-27T01:04:46.005Z[ recovery-image] Aug 27 01:04:44.789 INFO O| Aug 27 01:04:44.789 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64022026-08-27T01:04:46.009Z[ recovery-image] Aug 27 01:04:44.799 INFO O| Aug 27 01:04:44.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64032026-08-27T01:04:46.009Z[ recovery-image] Aug 27 01:04:44.799 INFO O| Aug 27 01:04:44.799 INFO STEP 364 (remove_files) COMPLETE
64042026-08-27T01:04:46.009Z[ recovery-image] Aug 27 01:04:44.799 INFO O| Aug 27 01:04:44.799 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64052026-08-27T01:04:46.012Z[ recovery-image] Aug 27 01:04:44.807 INFO O| Aug 27 01:04:44.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64062026-08-27T01:04:46.012Z[ recovery-image] Aug 27 01:04:44.807 INFO O| Aug 27 01:04:44.807 INFO STEP 365 (remove_files) COMPLETE
64072026-08-27T01:04:46.012Z[ recovery-image] Aug 27 01:04:44.807 INFO O| Aug 27 01:04:44.807 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64082026-08-27T01:04:46.020Z[ recovery-image] Aug 27 01:04:44.818 INFO O| Aug 27 01:04:44.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64092026-08-27T01:04:46.021Z[ recovery-image] Aug 27 01:04:44.818 INFO O| Aug 27 01:04:44.818 INFO STEP 366 (remove_files) COMPLETE
64102026-08-27T01:04:46.021Z[ recovery-image] Aug 27 01:04:44.818 INFO O| Aug 27 01:04:44.818 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64112026-08-27T01:04:46.031Z[ recovery-image] Aug 27 01:04:44.829 INFO O| Aug 27 01:04:44.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64122026-08-27T01:04:46.031Z[ recovery-image] Aug 27 01:04:44.829 INFO O| Aug 27 01:04:44.829 INFO STEP 367 (remove_files) COMPLETE
64132026-08-27T01:04:46.034Z[ recovery-image] Aug 27 01:04:44.829 INFO O| Aug 27 01:04:44.829 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64142026-08-27T01:04:46.041Z[ recovery-image] Aug 27 01:04:44.838 INFO O| Aug 27 01:04:44.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64152026-08-27T01:04:46.041Z[ recovery-image] Aug 27 01:04:44.838 INFO O| Aug 27 01:04:44.838 INFO STEP 368 (remove_files) COMPLETE
64162026-08-27T01:04:46.041Z[ recovery-image] Aug 27 01:04:44.838 INFO O| Aug 27 01:04:44.838 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64172026-08-27T01:04:46.049Z[ recovery-image] Aug 27 01:04:44.847 INFO O| Aug 27 01:04:44.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64182026-08-27T01:04:46.049Z[ recovery-image] Aug 27 01:04:44.847 INFO O| Aug 27 01:04:44.847 INFO STEP 369 (remove_files) COMPLETE
64192026-08-27T01:04:46.049Z[ recovery-image] Aug 27 01:04:44.847 INFO O| Aug 27 01:04:44.847 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64202026-08-27T01:04:46.060Z[ recovery-image] Aug 27 01:04:44.858 INFO O| Aug 27 01:04:44.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64212026-08-27T01:04:46.060Z[ recovery-image] Aug 27 01:04:44.858 INFO O| Aug 27 01:04:44.858 INFO STEP 370 (remove_files) COMPLETE
64222026-08-27T01:04:46.061Z[ recovery-image] Aug 27 01:04:44.858 INFO O| Aug 27 01:04:44.858 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64232026-08-27T01:04:46.064Z[verify-libraries] Compiling md5 v0.8.0
64242026-08-27T01:04:46.071Z[ recovery-image] Aug 27 01:04:44.869 INFO O| Aug 27 01:04:44.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64252026-08-27T01:04:46.071Z[ recovery-image] Aug 27 01:04:44.869 INFO O| Aug 27 01:04:44.869 INFO STEP 371 (remove_files) COMPLETE
64262026-08-27T01:04:46.071Z[ recovery-image] Aug 27 01:04:44.869 INFO O| Aug 27 01:04:44.869 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-08-27T01:04:46.082Z[ recovery-image] Aug 27 01:04:44.880 INFO O| Aug 27 01:04:44.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64282026-08-27T01:04:46.083Z[ recovery-image] Aug 27 01:04:44.880 INFO O| Aug 27 01:04:44.880 INFO STEP 372 (remove_files) COMPLETE
64292026-08-27T01:04:46.083Z[ recovery-image] Aug 27 01:04:44.880 INFO O| Aug 27 01:04:44.880 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-08-27T01:04:46.092Z[ recovery-image] Aug 27 01:04:44.890 INFO O| Aug 27 01:04:44.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64312026-08-27T01:04:46.092Z[ recovery-image] Aug 27 01:04:44.890 INFO O| Aug 27 01:04:44.890 INFO STEP 373 (remove_files) COMPLETE
64322026-08-27T01:04:46.094Z[ recovery-image] Aug 27 01:04:44.890 INFO O| Aug 27 01:04:44.890 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-08-27T01:04:46.104Z[ recovery-image] Aug 27 01:04:44.900 INFO O| Aug 27 01:04:44.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64342026-08-27T01:04:46.104Z[ recovery-image] Aug 27 01:04:44.900 INFO O| Aug 27 01:04:44.900 INFO STEP 374 (remove_files) COMPLETE
64352026-08-27T01:04:46.104Z[ recovery-image] Aug 27 01:04:44.900 INFO O| Aug 27 01:04:44.900 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-08-27T01:04:46.110Z[ recovery-image] Aug 27 01:04:44.908 INFO O| Aug 27 01:04:44.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64372026-08-27T01:04:46.111Z[ recovery-image] Aug 27 01:04:44.908 INFO O| Aug 27 01:04:44.908 INFO STEP 375 (remove_files) COMPLETE
64382026-08-27T01:04:46.111Z[ recovery-image] Aug 27 01:04:44.908 INFO O| Aug 27 01:04:44.908 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-08-27T01:04:46.119Z[ recovery-image] Aug 27 01:04:44.917 INFO O| Aug 27 01:04:44.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64402026-08-27T01:04:46.119Z[ recovery-image] Aug 27 01:04:44.917 INFO O| Aug 27 01:04:44.917 INFO STEP 376 (remove_files) COMPLETE
64412026-08-27T01:04:46.122Z[ recovery-image] Aug 27 01:04:44.917 INFO O| Aug 27 01:04:44.917 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-08-27T01:04:46.128Z[ recovery-image] Aug 27 01:04:44.926 INFO O| Aug 27 01:04:44.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64432026-08-27T01:04:46.128Z[ recovery-image] Aug 27 01:04:44.926 INFO O| Aug 27 01:04:44.926 INFO STEP 377 (remove_files) COMPLETE
64442026-08-27T01:04:46.128Z[ recovery-image] Aug 27 01:04:44.926 INFO O| Aug 27 01:04:44.926 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-08-27T01:04:46.130Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
64462026-08-27T01:04:46.138Z[ recovery-image] Aug 27 01:04:44.936 INFO O| Aug 27 01:04:44.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64472026-08-27T01:04:46.138Z[ recovery-image] Aug 27 01:04:44.936 INFO O| Aug 27 01:04:44.936 INFO STEP 378 (remove_files) COMPLETE
64482026-08-27T01:04:46.138Z[ recovery-image] Aug 27 01:04:44.936 INFO O| Aug 27 01:04:44.936 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-08-27T01:04:46.147Z[ recovery-image] Aug 27 01:04:44.945 INFO O| Aug 27 01:04:44.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64502026-08-27T01:04:46.147Z[ recovery-image] Aug 27 01:04:44.945 INFO O| Aug 27 01:04:44.945 INFO STEP 379 (remove_files) COMPLETE
64512026-08-27T01:04:46.148Z[ recovery-image] Aug 27 01:04:44.945 INFO O| Aug 27 01:04:44.945 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-08-27T01:04:46.158Z[ recovery-image] Aug 27 01:04:44.956 INFO O| Aug 27 01:04:44.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64532026-08-27T01:04:46.158Z[ recovery-image] Aug 27 01:04:44.956 INFO O| Aug 27 01:04:44.956 INFO STEP 380 (remove_files) COMPLETE
64542026-08-27T01:04:46.158Z[ recovery-image] Aug 27 01:04:44.956 INFO O| Aug 27 01:04:44.956 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-08-27T01:04:46.168Z[ recovery-image] Aug 27 01:04:44.965 INFO O| Aug 27 01:04:44.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64562026-08-27T01:04:46.168Z[ recovery-image] Aug 27 01:04:44.965 INFO O| Aug 27 01:04:44.965 INFO STEP 381 (remove_files) COMPLETE
64572026-08-27T01:04:46.168Z[ recovery-image] Aug 27 01:04:44.965 INFO O| Aug 27 01:04:44.965 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-08-27T01:04:46.178Z[ recovery-image] Aug 27 01:04:44.976 INFO O| Aug 27 01:04:44.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64592026-08-27T01:04:46.178Z[ recovery-image] Aug 27 01:04:44.976 INFO O| Aug 27 01:04:44.976 INFO STEP 382 (remove_files) COMPLETE
64602026-08-27T01:04:46.181Z[ recovery-image] Aug 27 01:04:44.976 INFO O| Aug 27 01:04:44.976 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-08-27T01:04:46.192Z[ recovery-image] Aug 27 01:04:44.990 INFO O| Aug 27 01:04:44.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64622026-08-27T01:04:46.192Z[ recovery-image] Aug 27 01:04:44.990 INFO O| Aug 27 01:04:44.985 INFO STEP 383 (remove_files) COMPLETE
64632026-08-27T01:04:46.192Z[ recovery-image] Aug 27 01:04:44.990 INFO O| Aug 27 01:04:44.985 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-08-27T01:04:46.198Z[ recovery-image] Aug 27 01:04:44.995 INFO O| Aug 27 01:04:44.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
64652026-08-27T01:04:46.198Z[ recovery-image] Aug 27 01:04:44.995 INFO O| Aug 27 01:04:44.995 INFO STEP 384 (remove_files) COMPLETE
64662026-08-27T01:04:46.198Z[ recovery-image] Aug 27 01:04:44.995 INFO O| Aug 27 01:04:44.995 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-08-27T01:04:46.207Z[ recovery-image] Aug 27 01:04:45.004 INFO O| Aug 27 01:04:45.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
64682026-08-27T01:04:46.210Z[ recovery-image] Aug 27 01:04:45.005 INFO O| Aug 27 01:04:45.005 INFO STEP 385 (remove_files) COMPLETE
64692026-08-27T01:04:46.210Z[ recovery-image] Aug 27 01:04:45.005 INFO O| Aug 27 01:04:45.005 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-08-27T01:04:46.217Z[ recovery-image] Aug 27 01:04:45.015 INFO O| Aug 27 01:04:45.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
64712026-08-27T01:04:46.217Z[ recovery-image] Aug 27 01:04:45.015 INFO O| Aug 27 01:04:45.015 INFO STEP 386 (remove_files) COMPLETE
64722026-08-27T01:04:46.217Z[ recovery-image] Aug 27 01:04:45.015 INFO O| Aug 27 01:04:45.015 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-08-27T01:04:46.228Z[ recovery-image] Aug 27 01:04:45.026 INFO O| Aug 27 01:04:45.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
64742026-08-27T01:04:46.228Z[ recovery-image] Aug 27 01:04:45.026 INFO O| Aug 27 01:04:45.026 INFO STEP 387 (remove_files) COMPLETE
64752026-08-27T01:04:46.228Z[ recovery-image] Aug 27 01:04:45.026 INFO O| Aug 27 01:04:45.026 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-08-27T01:04:46.237Z[ recovery-image] Aug 27 01:04:45.035 INFO O| Aug 27 01:04:45.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
64772026-08-27T01:04:46.237Z[ recovery-image] Aug 27 01:04:45.035 INFO O| Aug 27 01:04:45.035 INFO STEP 388 (remove_files) COMPLETE
64782026-08-27T01:04:46.237Z[ recovery-image] Aug 27 01:04:45.035 INFO O| Aug 27 01:04:45.035 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-08-27T01:04:46.253Z[ recovery-image] Aug 27 01:04:45.050 INFO O| Aug 27 01:04:45.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
64802026-08-27T01:04:46.253Z[ recovery-image] Aug 27 01:04:45.050 INFO O| Aug 27 01:04:45.050 INFO STEP 389 (remove_files) COMPLETE
64812026-08-27T01:04:46.253Z[ recovery-image] Aug 27 01:04:45.050 INFO O| Aug 27 01:04:45.050 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-08-27T01:04:46.262Z[ recovery-image] Aug 27 01:04:45.060 INFO O| Aug 27 01:04:45.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
64832026-08-27T01:04:46.262Z[ recovery-image] Aug 27 01:04:45.060 INFO O| Aug 27 01:04:45.060 INFO STEP 390 (remove_files) COMPLETE
64842026-08-27T01:04:46.262Z[ recovery-image] Aug 27 01:04:45.060 INFO O| Aug 27 01:04:45.060 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-08-27T01:04:46.271Z[ recovery-image] Aug 27 01:04:45.069 INFO O| Aug 27 01:04:45.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
64862026-08-27T01:04:46.272Z[ recovery-image] Aug 27 01:04:45.069 INFO O| Aug 27 01:04:45.069 INFO STEP 391 (remove_files) COMPLETE
64872026-08-27T01:04:46.272Z[ recovery-image] Aug 27 01:04:45.069 INFO O| Aug 27 01:04:45.069 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-08-27T01:04:46.280Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
64892026-08-27T01:04:46.282Z[ recovery-image] Aug 27 01:04:45.079 INFO O| Aug 27 01:04:45.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
64902026-08-27T01:04:46.283Z[ recovery-image] Aug 27 01:04:45.079 INFO O| Aug 27 01:04:45.079 INFO STEP 392 (remove_files) COMPLETE
64912026-08-27T01:04:46.284Z[ recovery-image] Aug 27 01:04:45.079 INFO O| Aug 27 01:04:45.079 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64922026-08-27T01:04:46.291Z[ recovery-image] Aug 27 01:04:45.089 INFO O| Aug 27 01:04:45.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
64932026-08-27T01:04:46.291Z[ recovery-image] Aug 27 01:04:45.089 INFO O| Aug 27 01:04:45.089 INFO STEP 393 (remove_files) COMPLETE
64942026-08-27T01:04:46.291Z[ recovery-image] Aug 27 01:04:45.089 INFO O| Aug 27 01:04:45.089 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64952026-08-27T01:04:46.302Z[ recovery-image] Aug 27 01:04:45.100 INFO O| Aug 27 01:04:45.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
64962026-08-27T01:04:46.302Z[ recovery-image] Aug 27 01:04:45.100 INFO O| Aug 27 01:04:45.100 INFO STEP 394 (remove_files) COMPLETE
64972026-08-27T01:04:46.302Z[ recovery-image] Aug 27 01:04:45.100 INFO O| Aug 27 01:04:45.100 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64982026-08-27T01:04:46.313Z[ recovery-image] Aug 27 01:04:45.110 INFO O| Aug 27 01:04:45.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
64992026-08-27T01:04:46.313Z[ recovery-image] Aug 27 01:04:45.110 INFO O| Aug 27 01:04:45.110 INFO STEP 395 (remove_files) COMPLETE
65002026-08-27T01:04:46.313Z[ recovery-image] Aug 27 01:04:45.110 INFO O| Aug 27 01:04:45.110 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65012026-08-27T01:04:46.321Z[ recovery-image] Aug 27 01:04:45.119 INFO O| Aug 27 01:04:45.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65022026-08-27T01:04:46.321Z[ recovery-image] Aug 27 01:04:45.119 INFO O| Aug 27 01:04:45.119 INFO STEP 396 (remove_files) COMPLETE
65032026-08-27T01:04:46.321Z[ recovery-image] Aug 27 01:04:45.119 INFO O| Aug 27 01:04:45.119 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65042026-08-27T01:04:46.331Z[ recovery-image] Aug 27 01:04:45.129 INFO O| Aug 27 01:04:45.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65052026-08-27T01:04:46.331Z[ recovery-image] Aug 27 01:04:45.129 INFO O| Aug 27 01:04:45.129 INFO STEP 397 (remove_files) COMPLETE
65062026-08-27T01:04:46.331Z[ recovery-image] Aug 27 01:04:45.129 INFO O| Aug 27 01:04:45.129 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65072026-08-27T01:04:46.342Z[ recovery-image] Aug 27 01:04:45.139 INFO O| Aug 27 01:04:45.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65082026-08-27T01:04:46.342Z[ recovery-image] Aug 27 01:04:45.140 INFO O| Aug 27 01:04:45.140 INFO STEP 398 (remove_files) COMPLETE
65092026-08-27T01:04:46.342Z[ recovery-image] Aug 27 01:04:45.140 INFO O| Aug 27 01:04:45.140 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65102026-08-27T01:04:46.353Z[ recovery-image] Aug 27 01:04:45.150 INFO O| Aug 27 01:04:45.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65112026-08-27T01:04:46.353Z[ recovery-image] Aug 27 01:04:45.150 INFO O| Aug 27 01:04:45.150 INFO STEP 399 (remove_files) COMPLETE
65122026-08-27T01:04:46.353Z[ recovery-image] Aug 27 01:04:45.150 INFO O| Aug 27 01:04:45.150 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65132026-08-27T01:04:46.366Z[ recovery-image] Aug 27 01:04:45.164 INFO O| Aug 27 01:04:45.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65142026-08-27T01:04:46.366Z[ recovery-image] Aug 27 01:04:45.164 INFO O| Aug 27 01:04:45.164 INFO STEP 400 (remove_files) COMPLETE
65152026-08-27T01:04:46.367Z[ recovery-image] Aug 27 01:04:45.164 INFO O| Aug 27 01:04:45.164 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65162026-08-27T01:04:46.379Z[ recovery-image] Aug 27 01:04:45.174 INFO O| Aug 27 01:04:45.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65172026-08-27T01:04:46.379Z[ recovery-image] Aug 27 01:04:45.174 INFO O| Aug 27 01:04:45.174 INFO STEP 401 (remove_files) COMPLETE
65182026-08-27T01:04:46.379Z[ recovery-image] Aug 27 01:04:45.174 INFO O| Aug 27 01:04:45.174 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65192026-08-27T01:04:46.387Z[ recovery-image] Aug 27 01:04:45.184 INFO O| Aug 27 01:04:45.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65202026-08-27T01:04:46.387Z[ recovery-image] Aug 27 01:04:45.184 INFO O| Aug 27 01:04:45.184 INFO STEP 402 (remove_files) COMPLETE
65212026-08-27T01:04:46.390Z[ recovery-image] Aug 27 01:04:45.184 INFO O| Aug 27 01:04:45.184 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65222026-08-27T01:04:46.397Z[ recovery-image] Aug 27 01:04:45.194 INFO O| Aug 27 01:04:45.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65232026-08-27T01:04:46.397Z[ recovery-image] Aug 27 01:04:45.195 INFO O| Aug 27 01:04:45.195 INFO STEP 403 (remove_files) COMPLETE
65242026-08-27T01:04:46.400Z[ recovery-image] Aug 27 01:04:45.195 INFO O| Aug 27 01:04:45.195 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65252026-08-27T01:04:46.406Z[ recovery-image] Aug 27 01:04:45.204 INFO O| Aug 27 01:04:45.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65262026-08-27T01:04:46.406Z[ recovery-image] Aug 27 01:04:45.204 INFO O| Aug 27 01:04:45.204 INFO STEP 404 (remove_files) COMPLETE
65272026-08-27T01:04:46.406Z[ recovery-image] Aug 27 01:04:45.204 INFO O| Aug 27 01:04:45.204 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65282026-08-27T01:04:46.415Z[ recovery-image] Aug 27 01:04:45.213 INFO O| Aug 27 01:04:45.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65292026-08-27T01:04:46.415Z[ recovery-image] Aug 27 01:04:45.213 INFO O| Aug 27 01:04:45.213 INFO STEP 405 (remove_files) COMPLETE
65302026-08-27T01:04:46.415Z[ recovery-image] Aug 27 01:04:45.213 INFO O| Aug 27 01:04:45.213 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65312026-08-27T01:04:46.424Z[ recovery-image] Aug 27 01:04:45.222 INFO O| Aug 27 01:04:45.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65322026-08-27T01:04:46.424Z[ recovery-image] Aug 27 01:04:45.222 INFO O| Aug 27 01:04:45.222 INFO STEP 406 (remove_files) COMPLETE
65332026-08-27T01:04:46.424Z[ recovery-image] Aug 27 01:04:45.222 INFO O| Aug 27 01:04:45.222 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65342026-08-27T01:04:46.434Z[ recovery-image] Aug 27 01:04:45.231 INFO O| Aug 27 01:04:45.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65352026-08-27T01:04:46.434Z[ recovery-image] Aug 27 01:04:45.231 INFO O| Aug 27 01:04:45.231 INFO STEP 407 (remove_files) COMPLETE
65362026-08-27T01:04:46.434Z[ recovery-image] Aug 27 01:04:45.231 INFO O| Aug 27 01:04:45.231 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65372026-08-27T01:04:46.443Z[ recovery-image] Aug 27 01:04:45.241 INFO O| Aug 27 01:04:45.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65382026-08-27T01:04:46.443Z[ recovery-image] Aug 27 01:04:45.241 INFO O| Aug 27 01:04:45.241 INFO STEP 408 (remove_files) COMPLETE
65392026-08-27T01:04:46.446Z[ recovery-image] Aug 27 01:04:45.241 INFO O| Aug 27 01:04:45.241 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65402026-08-27T01:04:46.451Z[ recovery-image] Aug 27 01:04:45.249 INFO O| Aug 27 01:04:45.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65412026-08-27T01:04:46.452Z[ recovery-image] Aug 27 01:04:45.249 INFO O| Aug 27 01:04:45.249 INFO STEP 409 (remove_files) COMPLETE
65422026-08-27T01:04:46.452Z[ recovery-image] Aug 27 01:04:45.249 INFO O| Aug 27 01:04:45.249 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65432026-08-27T01:04:46.460Z[ recovery-image] Aug 27 01:04:45.258 INFO O| Aug 27 01:04:45.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65442026-08-27T01:04:46.460Z[ recovery-image] Aug 27 01:04:45.258 INFO O| Aug 27 01:04:45.258 INFO STEP 410 (remove_files) COMPLETE
65452026-08-27T01:04:46.460Z[ recovery-image] Aug 27 01:04:45.258 INFO O| Aug 27 01:04:45.258 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65462026-08-27T01:04:46.470Z[ recovery-image] Aug 27 01:04:45.267 INFO O| Aug 27 01:04:45.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65472026-08-27T01:04:46.470Z[ recovery-image] Aug 27 01:04:45.267 INFO O| Aug 27 01:04:45.267 INFO STEP 411 (remove_files) COMPLETE
65482026-08-27T01:04:46.473Z[ recovery-image] Aug 27 01:04:45.267 INFO O| Aug 27 01:04:45.267 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65492026-08-27T01:04:46.473Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
65502026-08-27T01:04:46.479Z[ recovery-image] Aug 27 01:04:45.277 INFO O| Aug 27 01:04:45.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65512026-08-27T01:04:46.479Z[ recovery-image] Aug 27 01:04:45.277 INFO O| Aug 27 01:04:45.277 INFO STEP 412 (remove_files) COMPLETE
65522026-08-27T01:04:46.479Z[ recovery-image] Aug 27 01:04:45.277 INFO O| Aug 27 01:04:45.277 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-08-27T01:04:46.489Z[ recovery-image] Aug 27 01:04:45.286 INFO O| Aug 27 01:04:45.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65542026-08-27T01:04:46.489Z[ recovery-image] Aug 27 01:04:45.287 INFO O| Aug 27 01:04:45.286 INFO STEP 413 (remove_files) COMPLETE
65552026-08-27T01:04:46.489Z[ recovery-image] Aug 27 01:04:45.287 INFO O| Aug 27 01:04:45.286 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-08-27T01:04:46.499Z[ recovery-image] Aug 27 01:04:45.297 INFO O| Aug 27 01:04:45.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65572026-08-27T01:04:46.499Z[ recovery-image] Aug 27 01:04:45.297 INFO O| Aug 27 01:04:45.297 INFO STEP 414 (remove_files) COMPLETE
65582026-08-27T01:04:46.502Z[ recovery-image] Aug 27 01:04:45.297 INFO O| Aug 27 01:04:45.297 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-08-27T01:04:46.502Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
65602026-08-27T01:04:46.510Z[ recovery-image] Aug 27 01:04:45.308 INFO O| Aug 27 01:04:45.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65612026-08-27T01:04:46.510Z[ recovery-image] Aug 27 01:04:45.308 INFO O| Aug 27 01:04:45.308 INFO STEP 415 (remove_files) COMPLETE
65622026-08-27T01:04:46.510Z[ recovery-image] Aug 27 01:04:45.308 INFO O| Aug 27 01:04:45.308 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-08-27T01:04:46.520Z[ recovery-image] Aug 27 01:04:45.318 INFO O| Aug 27 01:04:45.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65642026-08-27T01:04:46.520Z[ recovery-image] Aug 27 01:04:45.318 INFO O| Aug 27 01:04:45.318 INFO STEP 416 (remove_files) COMPLETE
65652026-08-27T01:04:46.523Z[ recovery-image] Aug 27 01:04:45.318 INFO O| Aug 27 01:04:45.318 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-08-27T01:04:46.529Z[ recovery-image] Aug 27 01:04:45.327 INFO O| Aug 27 01:04:45.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65672026-08-27T01:04:46.529Z[ recovery-image] Aug 27 01:04:45.327 INFO O| Aug 27 01:04:45.327 INFO STEP 417 (remove_files) COMPLETE
65682026-08-27T01:04:46.532Z[ recovery-image] Aug 27 01:04:45.327 INFO O| Aug 27 01:04:45.327 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-08-27T01:04:46.539Z[ recovery-image] Aug 27 01:04:45.336 INFO O| Aug 27 01:04:45.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
65702026-08-27T01:04:46.539Z[ recovery-image] Aug 27 01:04:45.336 INFO O| Aug 27 01:04:45.336 INFO STEP 418 (remove_files) COMPLETE
65712026-08-27T01:04:46.542Z[ recovery-image] Aug 27 01:04:45.336 INFO O| Aug 27 01:04:45.336 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-08-27T01:04:46.548Z[ recovery-image] Aug 27 01:04:45.346 INFO O| Aug 27 01:04:45.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
65732026-08-27T01:04:46.548Z[ recovery-image] Aug 27 01:04:45.346 INFO O| Aug 27 01:04:45.346 INFO STEP 419 (remove_files) COMPLETE
65742026-08-27T01:04:46.548Z[ recovery-image] Aug 27 01:04:45.346 INFO O| Aug 27 01:04:45.346 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-08-27T01:04:46.564Z[ recovery-image] Aug 27 01:04:45.361 INFO O| Aug 27 01:04:45.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
65762026-08-27T01:04:46.564Z[ recovery-image] Aug 27 01:04:45.362 INFO O| Aug 27 01:04:45.361 INFO STEP 420 (remove_files) COMPLETE
65772026-08-27T01:04:46.564Z[ recovery-image] Aug 27 01:04:45.362 INFO O| Aug 27 01:04:45.361 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-08-27T01:04:46.575Z[ recovery-image] Aug 27 01:04:45.372 INFO O| Aug 27 01:04:45.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
65792026-08-27T01:04:46.575Z[ recovery-image] Aug 27 01:04:45.372 INFO O| Aug 27 01:04:45.372 INFO STEP 421 (remove_files) COMPLETE
65802026-08-27T01:04:46.575Z[ recovery-image] Aug 27 01:04:45.372 INFO O| Aug 27 01:04:45.372 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-08-27T01:04:46.584Z[ recovery-image] Aug 27 01:04:45.382 INFO O| Aug 27 01:04:45.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
65822026-08-27T01:04:46.584Z[ recovery-image] Aug 27 01:04:45.382 INFO O| Aug 27 01:04:45.382 INFO STEP 422 (remove_files) COMPLETE
65832026-08-27T01:04:46.584Z[ recovery-image] Aug 27 01:04:45.382 INFO O| Aug 27 01:04:45.382 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-08-27T01:04:46.593Z[ recovery-image] Aug 27 01:04:45.391 INFO O| Aug 27 01:04:45.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
65852026-08-27T01:04:46.593Z[ recovery-image] Aug 27 01:04:45.391 INFO O| Aug 27 01:04:45.391 INFO STEP 423 (remove_files) COMPLETE
65862026-08-27T01:04:46.593Z[ recovery-image] Aug 27 01:04:45.391 INFO O| Aug 27 01:04:45.391 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-08-27T01:04:46.597Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
65882026-08-27T01:04:46.604Z[ recovery-image] Aug 27 01:04:45.401 INFO O| Aug 27 01:04:45.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
65892026-08-27T01:04:46.607Z[ recovery-image] Aug 27 01:04:45.401 INFO O| Aug 27 01:04:45.401 INFO STEP 424 (remove_files) COMPLETE
65902026-08-27T01:04:46.607Z[ recovery-image] Aug 27 01:04:45.401 INFO O| Aug 27 01:04:45.401 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65912026-08-27T01:04:46.611Z[ recovery-image] Aug 27 01:04:45.409 INFO O| Aug 27 01:04:45.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
65922026-08-27T01:04:46.612Z[ recovery-image] Aug 27 01:04:45.409 INFO O| Aug 27 01:04:45.409 INFO STEP 425 (remove_files) COMPLETE
65932026-08-27T01:04:46.615Z[ recovery-image] Aug 27 01:04:45.409 INFO O| Aug 27 01:04:45.409 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65942026-08-27T01:04:46.624Z[ recovery-image] Aug 27 01:04:45.419 INFO O| Aug 27 01:04:45.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
65952026-08-27T01:04:46.624Z[ recovery-image] Aug 27 01:04:45.419 INFO O| Aug 27 01:04:45.419 INFO STEP 426 (remove_files) COMPLETE
65962026-08-27T01:04:46.624Z[ recovery-image] Aug 27 01:04:45.419 INFO O| Aug 27 01:04:45.419 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65972026-08-27T01:04:46.632Z[ recovery-image] Aug 27 01:04:45.429 INFO O| Aug 27 01:04:45.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
65982026-08-27T01:04:46.632Z[ recovery-image] Aug 27 01:04:45.429 INFO O| Aug 27 01:04:45.429 INFO STEP 427 (remove_files) COMPLETE
65992026-08-27T01:04:46.635Z[ recovery-image] Aug 27 01:04:45.429 INFO O| Aug 27 01:04:45.429 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66002026-08-27T01:04:46.640Z[ recovery-image] Aug 27 01:04:45.438 INFO O| Aug 27 01:04:45.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66012026-08-27T01:04:46.640Z[ recovery-image] Aug 27 01:04:45.438 INFO O| Aug 27 01:04:45.438 INFO STEP 428 (remove_files) COMPLETE
66022026-08-27T01:04:46.643Z[ recovery-image] Aug 27 01:04:45.438 INFO O| Aug 27 01:04:45.438 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66032026-08-27T01:04:46.649Z[ recovery-image] Aug 27 01:04:45.447 INFO O| Aug 27 01:04:45.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66042026-08-27T01:04:46.649Z[ recovery-image] Aug 27 01:04:45.447 INFO O| Aug 27 01:04:45.447 INFO STEP 429 (remove_files) COMPLETE
66052026-08-27T01:04:46.654Z[ recovery-image] Aug 27 01:04:45.447 INFO O| Aug 27 01:04:45.447 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66062026-08-27T01:04:46.658Z[ recovery-image] Aug 27 01:04:45.456 INFO O| Aug 27 01:04:45.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66072026-08-27T01:04:46.658Z[ recovery-image] Aug 27 01:04:45.456 INFO O| Aug 27 01:04:45.456 INFO STEP 430 (remove_files) COMPLETE
66082026-08-27T01:04:46.661Z[ recovery-image] Aug 27 01:04:45.456 INFO O| Aug 27 01:04:45.456 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66092026-08-27T01:04:46.666Z[verify-libraries] Compiling russh v0.62.4
66102026-08-27T01:04:46.670Z[ recovery-image] Aug 27 01:04:45.465 INFO O| Aug 27 01:04:45.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66112026-08-27T01:04:46.670Z[ recovery-image] Aug 27 01:04:45.465 INFO O| Aug 27 01:04:45.465 INFO STEP 431 (remove_files) COMPLETE
66122026-08-27T01:04:46.670Z[ recovery-image] Aug 27 01:04:45.465 INFO O| Aug 27 01:04:45.465 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-08-27T01:04:46.677Z[ recovery-image] Aug 27 01:04:45.475 INFO O| Aug 27 01:04:45.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66142026-08-27T01:04:46.677Z[ recovery-image] Aug 27 01:04:45.475 INFO O| Aug 27 01:04:45.475 INFO STEP 432 (remove_files) COMPLETE
66152026-08-27T01:04:46.677Z[ recovery-image] Aug 27 01:04:45.475 INFO O| Aug 27 01:04:45.475 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-08-27T01:04:46.687Z[ recovery-image] Aug 27 01:04:45.485 INFO O| Aug 27 01:04:45.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66172026-08-27T01:04:46.688Z[ recovery-image] Aug 27 01:04:45.485 INFO O| Aug 27 01:04:45.485 INFO STEP 433 (remove_files) COMPLETE
66182026-08-27T01:04:46.691Z[ recovery-image] Aug 27 01:04:45.485 INFO O| Aug 27 01:04:45.485 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-08-27T01:04:46.697Z[ recovery-image] Aug 27 01:04:45.494 INFO O| Aug 27 01:04:45.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66202026-08-27T01:04:46.699Z[ recovery-image] Aug 27 01:04:45.495 INFO O| Aug 27 01:04:45.494 INFO STEP 434 (remove_files) COMPLETE
66212026-08-27T01:04:46.700Z[ recovery-image] Aug 27 01:04:45.495 INFO O| Aug 27 01:04:45.494 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-08-27T01:04:46.707Z[ recovery-image] Aug 27 01:04:45.504 INFO O| Aug 27 01:04:45.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66232026-08-27T01:04:46.707Z[ recovery-image] Aug 27 01:04:45.504 INFO O| Aug 27 01:04:45.504 INFO STEP 435 (remove_files) COMPLETE
66242026-08-27T01:04:46.710Z[ recovery-image] Aug 27 01:04:45.504 INFO O| Aug 27 01:04:45.504 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-08-27T01:04:46.716Z[ recovery-image] Aug 27 01:04:45.513 INFO O| Aug 27 01:04:45.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66262026-08-27T01:04:46.720Z[ recovery-image] Aug 27 01:04:45.514 INFO O| Aug 27 01:04:45.514 INFO STEP 436 (remove_files) COMPLETE
66272026-08-27T01:04:46.720Z[ recovery-image] Aug 27 01:04:45.514 INFO O| Aug 27 01:04:45.514 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-08-27T01:04:46.724Z[ recovery-image] Aug 27 01:04:45.522 INFO O| Aug 27 01:04:45.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66292026-08-27T01:04:46.724Z[ recovery-image] Aug 27 01:04:45.522 INFO O| Aug 27 01:04:45.522 INFO STEP 437 (remove_files) COMPLETE
66302026-08-27T01:04:46.727Z[ recovery-image] Aug 27 01:04:45.522 INFO O| Aug 27 01:04:45.522 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-08-27T01:04:46.735Z[ recovery-image] Aug 27 01:04:45.533 INFO O| Aug 27 01:04:45.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66322026-08-27T01:04:46.735Z[ recovery-image] Aug 27 01:04:45.533 INFO O| Aug 27 01:04:45.533 INFO STEP 438 (remove_files) COMPLETE
66332026-08-27T01:04:46.738Z[ recovery-image] Aug 27 01:04:45.533 INFO O| Aug 27 01:04:45.533 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-08-27T01:04:46.746Z[ recovery-image] Aug 27 01:04:45.542 INFO O| Aug 27 01:04:45.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66352026-08-27T01:04:46.746Z[ recovery-image] Aug 27 01:04:45.543 INFO O| Aug 27 01:04:45.543 INFO STEP 439 (remove_files) COMPLETE
66362026-08-27T01:04:46.746Z[ recovery-image] Aug 27 01:04:45.543 INFO O| Aug 27 01:04:45.543 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-08-27T01:04:46.754Z[ recovery-image] Aug 27 01:04:45.552 INFO O| Aug 27 01:04:45.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66382026-08-27T01:04:46.754Z[ recovery-image] Aug 27 01:04:45.552 INFO O| Aug 27 01:04:45.552 INFO STEP 440 (remove_files) COMPLETE
66392026-08-27T01:04:46.754Z[ recovery-image] Aug 27 01:04:45.552 INFO O| Aug 27 01:04:45.552 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-08-27T01:04:46.763Z[ recovery-image] Aug 27 01:04:45.561 INFO O| Aug 27 01:04:45.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66412026-08-27T01:04:46.764Z[ recovery-image] Aug 27 01:04:45.561 INFO O| Aug 27 01:04:45.561 INFO STEP 441 (remove_files) COMPLETE
66422026-08-27T01:04:46.764Z[ recovery-image] Aug 27 01:04:45.561 INFO O| Aug 27 01:04:45.561 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-08-27T01:04:46.773Z[ recovery-image] Aug 27 01:04:45.571 INFO O| Aug 27 01:04:45.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66442026-08-27T01:04:46.773Z[ recovery-image] Aug 27 01:04:45.571 INFO O| Aug 27 01:04:45.571 INFO STEP 442 (remove_files) COMPLETE
66452026-08-27T01:04:46.773Z[ recovery-image] Aug 27 01:04:45.571 INFO O| Aug 27 01:04:45.571 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-08-27T01:04:46.783Z[ recovery-image] Aug 27 01:04:45.580 INFO O| Aug 27 01:04:45.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66472026-08-27T01:04:46.783Z[ recovery-image] Aug 27 01:04:45.580 INFO O| Aug 27 01:04:45.580 INFO STEP 443 (remove_files) COMPLETE
66482026-08-27T01:04:46.783Z[ recovery-image] Aug 27 01:04:45.580 INFO O| Aug 27 01:04:45.580 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-08-27T01:04:46.793Z[ recovery-image] Aug 27 01:04:45.591 INFO O| Aug 27 01:04:45.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66502026-08-27T01:04:46.793Z[ recovery-image] Aug 27 01:04:45.591 INFO O| Aug 27 01:04:45.591 INFO STEP 444 (remove_files) COMPLETE
66512026-08-27T01:04:46.796Z[ recovery-image] Aug 27 01:04:45.591 INFO O| Aug 27 01:04:45.591 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-08-27T01:04:46.804Z[ recovery-image] Aug 27 01:04:45.601 INFO O| Aug 27 01:04:45.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66532026-08-27T01:04:46.804Z[ recovery-image] Aug 27 01:04:45.601 INFO O| Aug 27 01:04:45.601 INFO STEP 445 (remove_files) COMPLETE
66542026-08-27T01:04:46.806Z[ recovery-image] Aug 27 01:04:45.601 INFO O| Aug 27 01:04:45.601 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-08-27T01:04:46.813Z[ recovery-image] Aug 27 01:04:45.611 INFO O| Aug 27 01:04:45.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66562026-08-27T01:04:46.813Z[ recovery-image] Aug 27 01:04:45.611 INFO O| Aug 27 01:04:45.611 INFO STEP 446 (remove_files) COMPLETE
66572026-08-27T01:04:46.814Z[ recovery-image] Aug 27 01:04:45.611 INFO O| Aug 27 01:04:45.611 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-08-27T01:04:46.825Z[ recovery-image] Aug 27 01:04:45.622 INFO O| Aug 27 01:04:45.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66592026-08-27T01:04:46.825Z[ recovery-image] Aug 27 01:04:45.622 INFO O| Aug 27 01:04:45.622 INFO STEP 447 (remove_files) COMPLETE
66602026-08-27T01:04:46.825Z[ recovery-image] Aug 27 01:04:45.622 INFO O| Aug 27 01:04:45.622 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-08-27T01:04:46.834Z[ recovery-image] Aug 27 01:04:45.632 INFO O| Aug 27 01:04:45.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66622026-08-27T01:04:46.834Z[ recovery-image] Aug 27 01:04:45.632 INFO O| Aug 27 01:04:45.632 INFO STEP 448 (remove_files) COMPLETE
66632026-08-27T01:04:46.834Z[ recovery-image] Aug 27 01:04:45.632 INFO O| Aug 27 01:04:45.632 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-08-27T01:04:46.845Z[ recovery-image] Aug 27 01:04:45.642 INFO O| Aug 27 01:04:45.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66652026-08-27T01:04:46.845Z[ recovery-image] Aug 27 01:04:45.642 INFO O| Aug 27 01:04:45.642 INFO STEP 449 (remove_files) COMPLETE
66662026-08-27T01:04:46.848Z[ recovery-image] Aug 27 01:04:45.642 INFO O| Aug 27 01:04:45.642 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-08-27T01:04:46.855Z[ recovery-image] Aug 27 01:04:45.652 INFO O| Aug 27 01:04:45.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66682026-08-27T01:04:46.855Z[ recovery-image] Aug 27 01:04:45.652 INFO O| Aug 27 01:04:45.652 INFO STEP 450 (remove_files) COMPLETE
66692026-08-27T01:04:46.855Z[ recovery-image] Aug 27 01:04:45.652 INFO O| Aug 27 01:04:45.652 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-08-27T01:04:46.865Z[ recovery-image] Aug 27 01:04:45.662 INFO O| Aug 27 01:04:45.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
66712026-08-27T01:04:46.865Z[ recovery-image] Aug 27 01:04:45.662 INFO O| Aug 27 01:04:45.662 INFO STEP 451 (remove_files) COMPLETE
66722026-08-27T01:04:46.871Z[ recovery-image] Aug 27 01:04:45.662 INFO O| Aug 27 01:04:45.662 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-08-27T01:04:46.879Z[ recovery-image] Aug 27 01:04:45.672 INFO O| Aug 27 01:04:45.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
66742026-08-27T01:04:46.879Z[ recovery-image] Aug 27 01:04:45.672 INFO O| Aug 27 01:04:45.672 INFO STEP 452 (remove_files) COMPLETE
66752026-08-27T01:04:46.879Z[ recovery-image] Aug 27 01:04:45.672 INFO O| Aug 27 01:04:45.672 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-08-27T01:04:46.885Z[ recovery-image] Aug 27 01:04:45.682 INFO O| Aug 27 01:04:45.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
66772026-08-27T01:04:46.885Z[ recovery-image] Aug 27 01:04:45.682 INFO O| Aug 27 01:04:45.682 INFO STEP 453 (remove_files) COMPLETE
66782026-08-27T01:04:46.891Z[ recovery-image] Aug 27 01:04:45.682 INFO O| Aug 27 01:04:45.682 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-08-27T01:04:46.925Z[ recovery-image] Aug 27 01:04:45.723 INFO O| Aug 27 01:04:45.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
66802026-08-27T01:04:46.925Z[ recovery-image] Aug 27 01:04:45.723 INFO O| Aug 27 01:04:45.723 INFO STEP 454 (remove_files) COMPLETE
66812026-08-27T01:04:46.930Z[ recovery-image] Aug 27 01:04:45.723 INFO O| Aug 27 01:04:45.723 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-08-27T01:04:46.936Z[ recovery-image] Aug 27 01:04:45.733 INFO O| Aug 27 01:04:45.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
66832026-08-27T01:04:46.936Z[ recovery-image] Aug 27 01:04:45.734 INFO O| Aug 27 01:04:45.734 INFO STEP 455 (remove_files) COMPLETE
66842026-08-27T01:04:46.936Z[ recovery-image] Aug 27 01:04:45.734 INFO O| Aug 27 01:04:45.734 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-08-27T01:04:46.947Z[ recovery-image] Aug 27 01:04:45.744 INFO O| Aug 27 01:04:45.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
66862026-08-27T01:04:46.947Z[ recovery-image] Aug 27 01:04:45.745 INFO O| Aug 27 01:04:45.745 INFO STEP 456 (remove_files) COMPLETE
66872026-08-27T01:04:46.947Z[ recovery-image] Aug 27 01:04:45.745 INFO O| Aug 27 01:04:45.745 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-08-27T01:04:46.959Z[ recovery-image] Aug 27 01:04:45.756 INFO O| Aug 27 01:04:45.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
66892026-08-27T01:04:46.963Z[ recovery-image] Aug 27 01:04:45.758 INFO O| Aug 27 01:04:45.756 INFO STEP 457 (remove_files) COMPLETE
66902026-08-27T01:04:46.963Z[ recovery-image] Aug 27 01:04:45.758 INFO O| Aug 27 01:04:45.756 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-08-27T01:04:46.983Z[ recovery-image] Aug 27 01:04:45.780 INFO O| Aug 27 01:04:45.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
66922026-08-27T01:04:46.983Z[ recovery-image] Aug 27 01:04:45.780 INFO O| Aug 27 01:04:45.780 INFO STEP 458 (remove_files) COMPLETE
66932026-08-27T01:04:46.983Z[ recovery-image] Aug 27 01:04:45.780 INFO O| Aug 27 01:04:45.780 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-08-27T01:04:46.992Z[ recovery-image] Aug 27 01:04:45.790 INFO O| Aug 27 01:04:45.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
66952026-08-27T01:04:46.992Z[ recovery-image] Aug 27 01:04:45.790 INFO O| Aug 27 01:04:45.790 INFO STEP 459 (remove_files) COMPLETE
66962026-08-27T01:04:46.992Z[ recovery-image] Aug 27 01:04:45.790 INFO O| Aug 27 01:04:45.790 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-08-27T01:04:47.003Z[ recovery-image] Aug 27 01:04:45.801 INFO O| Aug 27 01:04:45.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
66982026-08-27T01:04:47.003Z[ recovery-image] Aug 27 01:04:45.801 INFO O| Aug 27 01:04:45.801 INFO STEP 460 (remove_files) COMPLETE
66992026-08-27T01:04:47.003Z[ recovery-image] Aug 27 01:04:45.801 INFO O| Aug 27 01:04:45.801 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-08-27T01:04:47.015Z[ recovery-image] Aug 27 01:04:45.812 INFO O| Aug 27 01:04:45.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67012026-08-27T01:04:47.015Z[ recovery-image] Aug 27 01:04:45.813 INFO O| Aug 27 01:04:45.813 INFO STEP 461 (remove_files) COMPLETE
67022026-08-27T01:04:47.015Z[ recovery-image] Aug 27 01:04:45.813 INFO O| Aug 27 01:04:45.813 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-08-27T01:04:47.027Z[ recovery-image] Aug 27 01:04:45.825 INFO O| Aug 27 01:04:45.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67042026-08-27T01:04:47.027Z[ recovery-image] Aug 27 01:04:45.825 INFO O| Aug 27 01:04:45.825 INFO STEP 462 (remove_files) COMPLETE
67052026-08-27T01:04:47.028Z[ recovery-image] Aug 27 01:04:45.825 INFO O| Aug 27 01:04:45.825 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-08-27T01:04:47.039Z[ recovery-image] Aug 27 01:04:45.837 INFO O| Aug 27 01:04:45.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67072026-08-27T01:04:47.039Z[ recovery-image] Aug 27 01:04:45.837 INFO O| Aug 27 01:04:45.837 INFO STEP 463 (remove_files) COMPLETE
67082026-08-27T01:04:47.042Z[ recovery-image] Aug 27 01:04:45.837 INFO O| Aug 27 01:04:45.837 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-08-27T01:04:47.050Z[ recovery-image] Aug 27 01:04:45.848 INFO O| Aug 27 01:04:45.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67102026-08-27T01:04:47.050Z[ recovery-image] Aug 27 01:04:45.848 INFO O| Aug 27 01:04:45.848 INFO STEP 464 (remove_files) COMPLETE
67112026-08-27T01:04:47.051Z[ recovery-image] Aug 27 01:04:45.848 INFO O| Aug 27 01:04:45.848 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-08-27T01:04:47.063Z[ recovery-image] Aug 27 01:04:45.860 INFO O| Aug 27 01:04:45.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67132026-08-27T01:04:47.063Z[ recovery-image] Aug 27 01:04:45.860 INFO O| Aug 27 01:04:45.860 INFO STEP 465 (remove_files) COMPLETE
67142026-08-27T01:04:47.064Z[ recovery-image] Aug 27 01:04:45.860 INFO O| Aug 27 01:04:45.860 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-08-27T01:04:47.074Z[ recovery-image] Aug 27 01:04:45.872 INFO O| Aug 27 01:04:45.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67162026-08-27T01:04:47.074Z[ recovery-image] Aug 27 01:04:45.872 INFO O| Aug 27 01:04:45.872 INFO STEP 466 (remove_files) COMPLETE
67172026-08-27T01:04:47.074Z[ recovery-image] Aug 27 01:04:45.872 INFO O| Aug 27 01:04:45.872 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-08-27T01:04:47.086Z[ recovery-image] Aug 27 01:04:45.884 INFO O| Aug 27 01:04:45.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67192026-08-27T01:04:47.086Z[ recovery-image] Aug 27 01:04:45.884 INFO O| Aug 27 01:04:45.884 INFO STEP 467 (remove_files) COMPLETE
67202026-08-27T01:04:47.086Z[ recovery-image] Aug 27 01:04:45.884 INFO O| Aug 27 01:04:45.884 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-08-27T01:04:47.097Z[ recovery-image] Aug 27 01:04:45.894 INFO O| Aug 27 01:04:45.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67222026-08-27T01:04:47.097Z[ recovery-image] Aug 27 01:04:45.895 INFO O| Aug 27 01:04:45.894 INFO STEP 468 (remove_files) COMPLETE
67232026-08-27T01:04:47.097Z[ recovery-image] Aug 27 01:04:45.895 INFO O| Aug 27 01:04:45.894 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-08-27T01:04:47.107Z[ recovery-image] Aug 27 01:04:45.904 INFO O| Aug 27 01:04:45.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67252026-08-27T01:04:47.107Z[ recovery-image] Aug 27 01:04:45.904 INFO O| Aug 27 01:04:45.904 INFO STEP 469 (remove_files) COMPLETE
67262026-08-27T01:04:47.107Z[ recovery-image] Aug 27 01:04:45.904 INFO O| Aug 27 01:04:45.904 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-08-27T01:04:47.117Z[ recovery-image] Aug 27 01:04:45.915 INFO O| Aug 27 01:04:45.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67282026-08-27T01:04:47.118Z[ recovery-image] Aug 27 01:04:45.915 INFO O| Aug 27 01:04:45.915 INFO STEP 470 (remove_files) COMPLETE
67292026-08-27T01:04:47.119Z[ recovery-image] Aug 27 01:04:45.915 INFO O| Aug 27 01:04:45.915 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-08-27T01:04:47.127Z[ recovery-image] Aug 27 01:04:45.925 INFO O| Aug 27 01:04:45.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67312026-08-27T01:04:47.127Z[ recovery-image] Aug 27 01:04:45.925 INFO O| Aug 27 01:04:45.925 INFO STEP 471 (remove_files) COMPLETE
67322026-08-27T01:04:47.127Z[ recovery-image] Aug 27 01:04:45.925 INFO O| Aug 27 01:04:45.925 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-08-27T01:04:47.138Z[ recovery-image] Aug 27 01:04:45.936 INFO O| Aug 27 01:04:45.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67342026-08-27T01:04:47.138Z[ recovery-image] Aug 27 01:04:45.936 INFO O| Aug 27 01:04:45.936 INFO STEP 472 (remove_files) COMPLETE
67352026-08-27T01:04:47.141Z[ recovery-image] Aug 27 01:04:45.936 INFO O| Aug 27 01:04:45.936 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-08-27T01:04:47.149Z[ recovery-image] Aug 27 01:04:45.947 INFO O| Aug 27 01:04:45.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67372026-08-27T01:04:47.149Z[ recovery-image] Aug 27 01:04:45.947 INFO O| Aug 27 01:04:45.947 INFO STEP 473 (remove_files) COMPLETE
67382026-08-27T01:04:47.149Z[ recovery-image] Aug 27 01:04:45.947 INFO O| Aug 27 01:04:45.947 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-08-27T01:04:47.159Z[ recovery-image] Aug 27 01:04:45.956 INFO O| Aug 27 01:04:45.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67402026-08-27T01:04:47.159Z[ recovery-image] Aug 27 01:04:45.957 INFO O| Aug 27 01:04:45.957 INFO STEP 474 (remove_files) COMPLETE
67412026-08-27T01:04:47.159Z[ recovery-image] Aug 27 01:04:45.957 INFO O| Aug 27 01:04:45.957 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-08-27T01:04:47.170Z[ recovery-image] Aug 27 01:04:45.967 INFO O| Aug 27 01:04:45.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67432026-08-27T01:04:47.170Z[ recovery-image] Aug 27 01:04:45.967 INFO O| Aug 27 01:04:45.967 INFO STEP 475 (remove_files) COMPLETE
67442026-08-27T01:04:47.170Z[ recovery-image] Aug 27 01:04:45.967 INFO O| Aug 27 01:04:45.967 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-08-27T01:04:47.181Z[ recovery-image] Aug 27 01:04:45.979 INFO O| Aug 27 01:04:45.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67462026-08-27T01:04:47.181Z[ recovery-image] Aug 27 01:04:45.979 INFO O| Aug 27 01:04:45.979 INFO STEP 476 (remove_files) COMPLETE
67472026-08-27T01:04:47.184Z[ recovery-image] Aug 27 01:04:45.979 INFO O| Aug 27 01:04:45.979 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-08-27T01:04:47.191Z[ recovery-image] Aug 27 01:04:45.988 INFO O| Aug 27 01:04:45.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67492026-08-27T01:04:47.194Z[ recovery-image] Aug 27 01:04:45.988 INFO O| Aug 27 01:04:45.988 INFO STEP 477 (remove_files) COMPLETE
67502026-08-27T01:04:47.194Z[ recovery-image] Aug 27 01:04:45.988 INFO O| Aug 27 01:04:45.988 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-08-27T01:04:47.200Z[ recovery-image] Aug 27 01:04:45.998 INFO O| Aug 27 01:04:45.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67522026-08-27T01:04:47.200Z[ recovery-image] Aug 27 01:04:45.998 INFO O| Aug 27 01:04:45.998 INFO STEP 478 (remove_files) COMPLETE
67532026-08-27T01:04:47.203Z[ recovery-image] Aug 27 01:04:45.998 INFO O| Aug 27 01:04:45.998 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-08-27T01:04:47.212Z[ recovery-image] Aug 27 01:04:46.009 INFO O| Aug 27 01:04:46.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67552026-08-27T01:04:47.212Z[ recovery-image] Aug 27 01:04:46.010 INFO O| Aug 27 01:04:46.010 INFO STEP 479 (remove_files) COMPLETE
67562026-08-27T01:04:47.212Z[ recovery-image] Aug 27 01:04:46.010 INFO O| Aug 27 01:04:46.010 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-08-27T01:04:47.222Z[ recovery-image] Aug 27 01:04:46.020 INFO O| Aug 27 01:04:46.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67582026-08-27T01:04:47.222Z[ recovery-image] Aug 27 01:04:46.020 INFO O| Aug 27 01:04:46.020 INFO STEP 480 (remove_files) COMPLETE
67592026-08-27T01:04:47.222Z[ recovery-image] Aug 27 01:04:46.020 INFO O| Aug 27 01:04:46.020 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-08-27T01:04:47.232Z[ recovery-image] Aug 27 01:04:46.030 INFO O| Aug 27 01:04:46.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
67612026-08-27T01:04:47.232Z[ recovery-image] Aug 27 01:04:46.030 INFO O| Aug 27 01:04:46.030 INFO STEP 481 (remove_files) COMPLETE
67622026-08-27T01:04:47.232Z[ recovery-image] Aug 27 01:04:46.030 INFO O| Aug 27 01:04:46.030 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-08-27T01:04:47.251Z[ recovery-image] Aug 27 01:04:46.040 INFO O| Aug 27 01:04:46.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
67642026-08-27T01:04:47.251Z[ recovery-image] Aug 27 01:04:46.041 INFO O| Aug 27 01:04:46.041 INFO STEP 482 (remove_files) COMPLETE
67652026-08-27T01:04:47.251Z[ recovery-image] Aug 27 01:04:46.041 INFO O| Aug 27 01:04:46.041 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-08-27T01:04:47.302Z[ recovery-image] Aug 27 01:04:46.099 INFO O| Aug 27 01:04:46.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
67672026-08-27T01:04:47.302Z[ recovery-image] Aug 27 01:04:46.099 INFO O| Aug 27 01:04:46.099 INFO STEP 483 (remove_files) COMPLETE
67682026-08-27T01:04:47.302Z[ recovery-image] Aug 27 01:04:46.099 INFO O| Aug 27 01:04:46.099 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-08-27T01:04:47.314Z[ recovery-image] Aug 27 01:04:46.111 INFO O| Aug 27 01:04:46.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
67702026-08-27T01:04:47.314Z[ recovery-image] Aug 27 01:04:46.111 INFO O| Aug 27 01:04:46.111 INFO STEP 484 (remove_files) COMPLETE
67712026-08-27T01:04:47.314Z[ recovery-image] Aug 27 01:04:46.111 INFO O| Aug 27 01:04:46.111 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-08-27T01:04:47.324Z[ recovery-image] Aug 27 01:04:46.122 INFO O| Aug 27 01:04:46.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
67732026-08-27T01:04:47.325Z[ recovery-image] Aug 27 01:04:46.122 INFO O| Aug 27 01:04:46.122 INFO STEP 485 (remove_files) COMPLETE
67742026-08-27T01:04:47.326Z[ recovery-image] Aug 27 01:04:46.122 INFO O| Aug 27 01:04:46.122 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-08-27T01:04:47.335Z[ recovery-image] Aug 27 01:04:46.133 INFO O| Aug 27 01:04:46.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
67762026-08-27T01:04:47.335Z[ recovery-image] Aug 27 01:04:46.133 INFO O| Aug 27 01:04:46.133 INFO STEP 486 (remove_files) COMPLETE
67772026-08-27T01:04:47.335Z[ recovery-image] Aug 27 01:04:46.133 INFO O| Aug 27 01:04:46.133 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-08-27T01:04:47.345Z[ recovery-image] Aug 27 01:04:46.143 INFO O| Aug 27 01:04:46.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
67792026-08-27T01:04:47.345Z[ recovery-image] Aug 27 01:04:46.143 INFO O| Aug 27 01:04:46.143 INFO STEP 487 (remove_files) COMPLETE
67802026-08-27T01:04:47.345Z[ recovery-image] Aug 27 01:04:46.143 INFO O| Aug 27 01:04:46.143 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-08-27T01:04:47.354Z[ recovery-image] Aug 27 01:04:46.152 INFO O| Aug 27 01:04:46.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
67822026-08-27T01:04:47.355Z[ recovery-image] Aug 27 01:04:46.152 INFO O| Aug 27 01:04:46.152 INFO STEP 488 (remove_files) COMPLETE
67832026-08-27T01:04:47.355Z[ recovery-image] Aug 27 01:04:46.152 INFO O| Aug 27 01:04:46.152 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-08-27T01:04:47.364Z[ recovery-image] Aug 27 01:04:46.161 INFO O| Aug 27 01:04:46.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
67852026-08-27T01:04:47.364Z[ recovery-image] Aug 27 01:04:46.161 INFO O| Aug 27 01:04:46.161 INFO STEP 489 (remove_files) COMPLETE
67862026-08-27T01:04:47.364Z[ recovery-image] Aug 27 01:04:46.161 INFO O| Aug 27 01:04:46.161 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-08-27T01:04:47.372Z[ recovery-image] Aug 27 01:04:46.170 INFO O| Aug 27 01:04:46.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
67882026-08-27T01:04:47.372Z[ recovery-image] Aug 27 01:04:46.170 INFO O| Aug 27 01:04:46.169 INFO STEP 490 (remove_files) COMPLETE
67892026-08-27T01:04:47.372Z[ recovery-image] Aug 27 01:04:46.170 INFO O| Aug 27 01:04:46.169 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-08-27T01:04:47.380Z[ recovery-image] Aug 27 01:04:46.178 INFO O| Aug 27 01:04:46.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
67912026-08-27T01:04:47.380Z[ recovery-image] Aug 27 01:04:46.178 INFO O| Aug 27 01:04:46.178 INFO STEP 491 (remove_files) COMPLETE
67922026-08-27T01:04:47.380Z[ recovery-image] Aug 27 01:04:46.178 INFO O| Aug 27 01:04:46.178 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-08-27T01:04:47.393Z[ recovery-image] Aug 27 01:04:46.186 INFO O| Aug 27 01:04:46.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
67942026-08-27T01:04:47.393Z[ recovery-image] Aug 27 01:04:46.186 INFO O| Aug 27 01:04:46.186 INFO STEP 492 (remove_files) COMPLETE
67952026-08-27T01:04:47.393Z[ recovery-image] Aug 27 01:04:46.186 INFO O| Aug 27 01:04:46.186 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-08-27T01:04:47.397Z[ recovery-image] Aug 27 01:04:46.194 INFO O| Aug 27 01:04:46.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
67972026-08-27T01:04:47.397Z[ recovery-image] Aug 27 01:04:46.194 INFO O| Aug 27 01:04:46.194 INFO STEP 493 (remove_files) COMPLETE
67982026-08-27T01:04:47.397Z[ recovery-image] Aug 27 01:04:46.194 INFO O| Aug 27 01:04:46.194 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-08-27T01:04:47.407Z[ recovery-image] Aug 27 01:04:46.203 INFO O| Aug 27 01:04:46.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68002026-08-27T01:04:47.407Z[ recovery-image] Aug 27 01:04:46.203 INFO O| Aug 27 01:04:46.203 INFO STEP 494 (remove_files) COMPLETE
68012026-08-27T01:04:47.407Z[ recovery-image] Aug 27 01:04:46.203 INFO O| Aug 27 01:04:46.203 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-08-27T01:04:47.414Z[ recovery-image] Aug 27 01:04:46.211 INFO O| Aug 27 01:04:46.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68032026-08-27T01:04:47.414Z[ recovery-image] Aug 27 01:04:46.211 INFO O| Aug 27 01:04:46.211 INFO STEP 495 (remove_files) COMPLETE
68042026-08-27T01:04:47.414Z[ recovery-image] Aug 27 01:04:46.211 INFO O| Aug 27 01:04:46.211 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-08-27T01:04:47.423Z[ recovery-image] Aug 27 01:04:46.220 INFO O| Aug 27 01:04:46.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68062026-08-27T01:04:47.423Z[ recovery-image] Aug 27 01:04:46.221 INFO O| Aug 27 01:04:46.220 INFO STEP 496 (remove_files) COMPLETE
68072026-08-27T01:04:47.423Z[ recovery-image] Aug 27 01:04:46.221 INFO O| Aug 27 01:04:46.220 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-08-27T01:04:47.431Z[ recovery-image] Aug 27 01:04:46.229 INFO O| Aug 27 01:04:46.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68092026-08-27T01:04:47.432Z[ recovery-image] Aug 27 01:04:46.229 INFO O| Aug 27 01:04:46.229 INFO STEP 497 (remove_files) COMPLETE
68102026-08-27T01:04:47.432Z[ recovery-image] Aug 27 01:04:46.229 INFO O| Aug 27 01:04:46.229 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-08-27T01:04:47.441Z[ recovery-image] Aug 27 01:04:46.239 INFO O| Aug 27 01:04:46.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68122026-08-27T01:04:47.441Z[ recovery-image] Aug 27 01:04:46.239 INFO O| Aug 27 01:04:46.239 INFO STEP 498 (remove_files) COMPLETE
68132026-08-27T01:04:47.441Z[ recovery-image] Aug 27 01:04:46.239 INFO O| Aug 27 01:04:46.239 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-08-27T01:04:47.452Z[ recovery-image] Aug 27 01:04:46.249 INFO O| Aug 27 01:04:46.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68152026-08-27T01:04:47.452Z[ recovery-image] Aug 27 01:04:46.249 INFO O| Aug 27 01:04:46.249 INFO STEP 499 (remove_files) COMPLETE
68162026-08-27T01:04:47.453Z[ recovery-image] Aug 27 01:04:46.249 INFO O| Aug 27 01:04:46.249 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-08-27T01:04:47.463Z[ recovery-image] Aug 27 01:04:46.261 INFO O| Aug 27 01:04:46.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68182026-08-27T01:04:47.463Z[ recovery-image] Aug 27 01:04:46.261 INFO O| Aug 27 01:04:46.261 INFO STEP 500 (remove_files) COMPLETE
68192026-08-27T01:04:47.463Z[ recovery-image] Aug 27 01:04:46.261 INFO O| Aug 27 01:04:46.261 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-08-27T01:04:47.474Z[ recovery-image] Aug 27 01:04:46.272 INFO O| Aug 27 01:04:46.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68212026-08-27T01:04:47.474Z[ recovery-image] Aug 27 01:04:46.272 INFO O| Aug 27 01:04:46.272 INFO STEP 501 (remove_files) COMPLETE
68222026-08-27T01:04:47.474Z[ recovery-image] Aug 27 01:04:46.272 INFO O| Aug 27 01:04:46.272 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-08-27T01:04:47.485Z[ recovery-image] Aug 27 01:04:46.282 INFO O| Aug 27 01:04:46.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68242026-08-27T01:04:47.485Z[ recovery-image] Aug 27 01:04:46.282 INFO O| Aug 27 01:04:46.282 INFO STEP 502 (remove_files) COMPLETE
68252026-08-27T01:04:47.488Z[ recovery-image] Aug 27 01:04:46.282 INFO O| Aug 27 01:04:46.282 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-08-27T01:04:47.495Z[ recovery-image] Aug 27 01:04:46.293 INFO O| Aug 27 01:04:46.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68272026-08-27T01:04:47.495Z[ recovery-image] Aug 27 01:04:46.293 INFO O| Aug 27 01:04:46.293 INFO STEP 503 (remove_files) COMPLETE
68282026-08-27T01:04:47.495Z[ recovery-image] Aug 27 01:04:46.293 INFO O| Aug 27 01:04:46.293 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-08-27T01:04:47.506Z[ recovery-image] Aug 27 01:04:46.304 INFO O| Aug 27 01:04:46.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68302026-08-27T01:04:47.506Z[ recovery-image] Aug 27 01:04:46.304 INFO O| Aug 27 01:04:46.304 INFO STEP 504 (remove_files) COMPLETE
68312026-08-27T01:04:47.506Z[ recovery-image] Aug 27 01:04:46.304 INFO O| Aug 27 01:04:46.304 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-08-27T01:04:47.517Z[ recovery-image] Aug 27 01:04:46.315 INFO O| Aug 27 01:04:46.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68332026-08-27T01:04:47.517Z[ recovery-image] Aug 27 01:04:46.315 INFO O| Aug 27 01:04:46.315 INFO STEP 505 (remove_files) COMPLETE
68342026-08-27T01:04:47.520Z[ recovery-image] Aug 27 01:04:46.315 INFO O| Aug 27 01:04:46.315 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-08-27T01:04:47.528Z[ recovery-image] Aug 27 01:04:46.326 INFO O| Aug 27 01:04:46.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68362026-08-27T01:04:47.528Z[ recovery-image] Aug 27 01:04:46.326 INFO O| Aug 27 01:04:46.326 INFO STEP 506 (remove_files) COMPLETE
68372026-08-27T01:04:47.531Z[ recovery-image] Aug 27 01:04:46.326 INFO O| Aug 27 01:04:46.326 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-08-27T01:04:47.538Z[ recovery-image] Aug 27 01:04:46.336 INFO O| Aug 27 01:04:46.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68392026-08-27T01:04:47.538Z[ recovery-image] Aug 27 01:04:46.336 INFO O| Aug 27 01:04:46.336 INFO STEP 507 (remove_files) COMPLETE
68402026-08-27T01:04:47.538Z[ recovery-image] Aug 27 01:04:46.336 INFO O| Aug 27 01:04:46.336 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-08-27T01:04:47.548Z[ recovery-image] Aug 27 01:04:46.346 INFO O| Aug 27 01:04:46.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68422026-08-27T01:04:47.548Z[ recovery-image] Aug 27 01:04:46.346 INFO O| Aug 27 01:04:46.346 INFO STEP 508 (remove_files) COMPLETE
68432026-08-27T01:04:47.548Z[ recovery-image] Aug 27 01:04:46.346 INFO O| Aug 27 01:04:46.346 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-08-27T01:04:47.559Z[ recovery-image] Aug 27 01:04:46.356 INFO O| Aug 27 01:04:46.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68452026-08-27T01:04:47.559Z[ recovery-image] Aug 27 01:04:46.356 INFO O| Aug 27 01:04:46.356 INFO STEP 509 (remove_files) COMPLETE
68462026-08-27T01:04:47.562Z[ recovery-image] Aug 27 01:04:46.356 INFO O| Aug 27 01:04:46.356 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-08-27T01:04:47.568Z[ recovery-image] Aug 27 01:04:46.366 INFO O| Aug 27 01:04:46.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68482026-08-27T01:04:47.568Z[ recovery-image] Aug 27 01:04:46.366 INFO O| Aug 27 01:04:46.366 INFO STEP 510 (remove_files) COMPLETE
68492026-08-27T01:04:47.568Z[ recovery-image] Aug 27 01:04:46.366 INFO O| Aug 27 01:04:46.366 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68502026-08-27T01:04:47.579Z[ recovery-image] Aug 27 01:04:46.376 INFO O| Aug 27 01:04:46.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
68512026-08-27T01:04:47.579Z[ recovery-image] Aug 27 01:04:46.376 INFO O| Aug 27 01:04:46.376 INFO STEP 511 (remove_files) COMPLETE
68522026-08-27T01:04:47.583Z[ recovery-image] Aug 27 01:04:46.376 INFO O| Aug 27 01:04:46.376 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68532026-08-27T01:04:47.590Z[ recovery-image] Aug 27 01:04:46.388 INFO O| Aug 27 01:04:46.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
68542026-08-27T01:04:47.590Z[ recovery-image] Aug 27 01:04:46.388 INFO O| Aug 27 01:04:46.388 INFO STEP 512 (remove_files) COMPLETE
68552026-08-27T01:04:47.590Z[ recovery-image] Aug 27 01:04:46.388 INFO O| Aug 27 01:04:46.388 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-08-27T01:04:47.604Z[ recovery-image] Aug 27 01:04:46.401 INFO O| Aug 27 01:04:46.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
68572026-08-27T01:04:47.607Z[ recovery-image] Aug 27 01:04:46.401 INFO O| Aug 27 01:04:46.401 INFO STEP 513 (remove_files) COMPLETE
68582026-08-27T01:04:47.607Z[ recovery-image] Aug 27 01:04:46.401 INFO O| Aug 27 01:04:46.401 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-08-27T01:04:47.614Z[ recovery-image] Aug 27 01:04:46.412 INFO O| Aug 27 01:04:46.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
68602026-08-27T01:04:47.617Z[ recovery-image] Aug 27 01:04:46.412 INFO O| Aug 27 01:04:46.412 INFO STEP 514 (remove_files) COMPLETE
68612026-08-27T01:04:47.617Z[ recovery-image] Aug 27 01:04:46.412 INFO O| Aug 27 01:04:46.412 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68622026-08-27T01:04:47.624Z[ recovery-image] Aug 27 01:04:46.422 INFO O| Aug 27 01:04:46.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
68632026-08-27T01:04:47.624Z[ recovery-image] Aug 27 01:04:46.422 INFO O| Aug 27 01:04:46.422 INFO STEP 515 (remove_files) COMPLETE
68642026-08-27T01:04:47.624Z[ recovery-image] Aug 27 01:04:46.422 INFO O| Aug 27 01:04:46.422 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-08-27T01:04:47.633Z[ recovery-image] Aug 27 01:04:46.431 INFO O| Aug 27 01:04:46.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
68662026-08-27T01:04:47.634Z[ recovery-image] Aug 27 01:04:46.431 INFO O| Aug 27 01:04:46.431 INFO STEP 516 (remove_files) COMPLETE
68672026-08-27T01:04:47.637Z[ recovery-image] Aug 27 01:04:46.431 INFO O| Aug 27 01:04:46.431 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-08-27T01:04:47.643Z[ recovery-image] Aug 27 01:04:46.441 INFO O| Aug 27 01:04:46.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
68692026-08-27T01:04:47.643Z[ recovery-image] Aug 27 01:04:46.441 INFO O| Aug 27 01:04:46.441 INFO STEP 517 (remove_files) COMPLETE
68702026-08-27T01:04:47.649Z[ recovery-image] Aug 27 01:04:46.441 INFO O| Aug 27 01:04:46.441 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-08-27T01:04:47.652Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
68722026-08-27T01:04:47.653Z[ recovery-image] Aug 27 01:04:46.450 INFO O| Aug 27 01:04:46.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
68732026-08-27T01:04:47.653Z[ recovery-image] Aug 27 01:04:46.450 INFO O| Aug 27 01:04:46.450 INFO STEP 518 (remove_files) COMPLETE
68742026-08-27T01:04:47.653Z[ recovery-image] Aug 27 01:04:46.450 INFO O| Aug 27 01:04:46.450 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-08-27T01:04:47.661Z[ recovery-image] Aug 27 01:04:46.459 INFO O| Aug 27 01:04:46.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
68762026-08-27T01:04:47.661Z[ recovery-image] Aug 27 01:04:46.459 INFO O| Aug 27 01:04:46.459 INFO STEP 519 (remove_files) COMPLETE
68772026-08-27T01:04:47.661Z[ recovery-image] Aug 27 01:04:46.459 INFO O| Aug 27 01:04:46.459 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-08-27T01:04:47.670Z[ recovery-image] Aug 27 01:04:46.468 INFO O| Aug 27 01:04:46.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
68792026-08-27T01:04:47.670Z[ recovery-image] Aug 27 01:04:46.468 INFO O| Aug 27 01:04:46.468 INFO STEP 520 (remove_files) COMPLETE
68802026-08-27T01:04:47.670Z[ recovery-image] Aug 27 01:04:46.468 INFO O| Aug 27 01:04:46.468 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-08-27T01:04:47.682Z[ recovery-image] Aug 27 01:04:46.479 INFO O| Aug 27 01:04:46.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
68822026-08-27T01:04:47.682Z[ recovery-image] Aug 27 01:04:46.479 INFO O| Aug 27 01:04:46.479 INFO STEP 521 (remove_files) COMPLETE
68832026-08-27T01:04:47.683Z[ recovery-image] Aug 27 01:04:46.479 INFO O| Aug 27 01:04:46.479 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-08-27T01:04:47.690Z[ recovery-image] Aug 27 01:04:46.488 INFO O| Aug 27 01:04:46.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
68852026-08-27T01:04:47.691Z[ recovery-image] Aug 27 01:04:46.488 INFO O| Aug 27 01:04:46.488 INFO STEP 522 (remove_files) COMPLETE
68862026-08-27T01:04:47.691Z[ recovery-image] Aug 27 01:04:46.488 INFO O| Aug 27 01:04:46.488 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-08-27T01:04:47.700Z[ recovery-image] Aug 27 01:04:46.497 INFO O| Aug 27 01:04:46.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
68882026-08-27T01:04:47.700Z[ recovery-image] Aug 27 01:04:46.497 INFO O| Aug 27 01:04:46.497 INFO STEP 523 (remove_files) COMPLETE
68892026-08-27T01:04:47.700Z[ recovery-image] Aug 27 01:04:46.497 INFO O| Aug 27 01:04:46.497 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-08-27T01:04:47.703Z[verify-libraries] Compiling samael v0.0.19
68912026-08-27T01:04:47.710Z[ recovery-image] Aug 27 01:04:46.506 INFO O| Aug 27 01:04:46.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
68922026-08-27T01:04:47.710Z[ recovery-image] Aug 27 01:04:46.506 INFO O| Aug 27 01:04:46.506 INFO STEP 524 (remove_files) COMPLETE
68932026-08-27T01:04:47.710Z[ recovery-image] Aug 27 01:04:46.506 INFO O| Aug 27 01:04:46.506 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68942026-08-27T01:04:47.720Z[ recovery-image] Aug 27 01:04:46.516 INFO O| Aug 27 01:04:46.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
68952026-08-27T01:04:47.720Z[ recovery-image] Aug 27 01:04:46.516 INFO O| Aug 27 01:04:46.516 INFO STEP 525 (remove_files) COMPLETE
68962026-08-27T01:04:47.720Z[ recovery-image] Aug 27 01:04:46.516 INFO O| Aug 27 01:04:46.516 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68972026-08-27T01:04:47.790Z[ recovery-image] Aug 27 01:04:46.526 INFO O| Aug 27 01:04:46.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
68982026-08-27T01:04:47.790Z[ recovery-image] Aug 27 01:04:46.526 INFO O| Aug 27 01:04:46.526 INFO STEP 526 (remove_files) COMPLETE
68992026-08-27T01:04:47.790Z[ recovery-image] Aug 27 01:04:46.526 INFO O| Aug 27 01:04:46.526 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69002026-08-27T01:04:47.790Z[ recovery-image] Aug 27 01:04:46.535 INFO O| Aug 27 01:04:46.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69012026-08-27T01:04:47.792Z[ recovery-image] Aug 27 01:04:46.535 INFO O| Aug 27 01:04:46.535 INFO STEP 527 (remove_files) COMPLETE
69022026-08-27T01:04:47.792Z[ recovery-image] Aug 27 01:04:46.535 INFO O| Aug 27 01:04:46.535 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69032026-08-27T01:04:47.792Z[ recovery-image] Aug 27 01:04:46.544 INFO O| Aug 27 01:04:46.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69042026-08-27T01:04:47.792Z[ recovery-image] Aug 27 01:04:46.544 INFO O| Aug 27 01:04:46.544 INFO STEP 528 (remove_files) COMPLETE
69052026-08-27T01:04:47.792Z[ recovery-image] Aug 27 01:04:46.544 INFO O| Aug 27 01:04:46.544 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69062026-08-27T01:04:47.792Z[ recovery-image] Aug 27 01:04:46.552 INFO O| Aug 27 01:04:46.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69072026-08-27T01:04:47.792Z[ recovery-image] Aug 27 01:04:46.552 INFO O| Aug 27 01:04:46.552 INFO STEP 529 (remove_files) COMPLETE
69082026-08-27T01:04:47.792Z[ recovery-image] Aug 27 01:04:46.552 INFO O| Aug 27 01:04:46.552 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69092026-08-27T01:04:47.792Z[ recovery-image] Aug 27 01:04:46.561 INFO O| Aug 27 01:04:46.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69102026-08-27T01:04:47.792Z[ recovery-image] Aug 27 01:04:46.562 INFO O| Aug 27 01:04:46.562 INFO STEP 530 (remove_files) COMPLETE
69112026-08-27T01:04:47.792Z[ recovery-image] Aug 27 01:04:46.562 INFO O| Aug 27 01:04:46.562 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69122026-08-27T01:04:47.792Z[ recovery-image] Aug 27 01:04:46.572 INFO O| Aug 27 01:04:46.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69132026-08-27T01:04:47.792Z[ recovery-image] Aug 27 01:04:46.572 INFO O| Aug 27 01:04:46.572 INFO STEP 531 (remove_files) COMPLETE
69142026-08-27T01:04:47.792Z[ recovery-image] Aug 27 01:04:46.572 INFO O| Aug 27 01:04:46.572 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69152026-08-27T01:04:47.792Z[ recovery-image] Aug 27 01:04:46.581 INFO O| Aug 27 01:04:46.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69162026-08-27T01:04:47.794Z[ recovery-image] Aug 27 01:04:46.581 INFO O| Aug 27 01:04:46.581 INFO STEP 532 (remove_files) COMPLETE
69172026-08-27T01:04:47.794Z[ recovery-image] Aug 27 01:04:46.581 INFO O| Aug 27 01:04:46.581 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69182026-08-27T01:04:47.798Z[ recovery-image] Aug 27 01:04:46.590 INFO O| Aug 27 01:04:46.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69192026-08-27T01:04:47.798Z[ recovery-image] Aug 27 01:04:46.590 INFO O| Aug 27 01:04:46.590 INFO STEP 533 (remove_files) COMPLETE
69202026-08-27T01:04:47.798Z[ recovery-image] Aug 27 01:04:46.590 INFO O| Aug 27 01:04:46.590 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69212026-08-27T01:04:47.798Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
69222026-08-27T01:04:47.802Z[ recovery-image] Aug 27 01:04:46.599 INFO O| Aug 27 01:04:46.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69232026-08-27T01:04:47.802Z[ recovery-image] Aug 27 01:04:46.599 INFO O| Aug 27 01:04:46.599 INFO STEP 534 (remove_files) COMPLETE
69242026-08-27T01:04:47.802Z[ recovery-image] Aug 27 01:04:46.599 INFO O| Aug 27 01:04:46.599 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-08-27T01:04:47.816Z[ recovery-image] Aug 27 01:04:46.609 INFO O| Aug 27 01:04:46.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69262026-08-27T01:04:47.816Z[ recovery-image] Aug 27 01:04:46.609 INFO O| Aug 27 01:04:46.609 INFO STEP 535 (remove_files) COMPLETE
69272026-08-27T01:04:47.816Z[ recovery-image] Aug 27 01:04:46.609 INFO O| Aug 27 01:04:46.609 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-08-27T01:04:47.827Z[ recovery-image] Aug 27 01:04:46.625 INFO O| Aug 27 01:04:46.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69292026-08-27T01:04:47.828Z[ recovery-image] Aug 27 01:04:46.625 INFO O| Aug 27 01:04:46.625 INFO STEP 536 (remove_files) COMPLETE
69302026-08-27T01:04:47.828Z[ recovery-image] Aug 27 01:04:46.625 INFO O| Aug 27 01:04:46.625 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-08-27T01:04:47.837Z[ recovery-image] Aug 27 01:04:46.635 INFO O| Aug 27 01:04:46.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69322026-08-27T01:04:47.837Z[ recovery-image] Aug 27 01:04:46.635 INFO O| Aug 27 01:04:46.635 INFO STEP 537 (remove_files) COMPLETE
69332026-08-27T01:04:47.837Z[ recovery-image] Aug 27 01:04:46.635 INFO O| Aug 27 01:04:46.635 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-08-27T01:04:47.846Z[ recovery-image] Aug 27 01:04:46.644 INFO O| Aug 27 01:04:46.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69352026-08-27T01:04:47.849Z[ recovery-image] Aug 27 01:04:46.645 INFO O| Aug 27 01:04:46.645 INFO STEP 538 (remove_files) COMPLETE
69362026-08-27T01:04:47.849Z[ recovery-image] Aug 27 01:04:46.645 INFO O| Aug 27 01:04:46.645 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-08-27T01:04:47.856Z[ recovery-image] Aug 27 01:04:46.654 INFO O| Aug 27 01:04:46.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69382026-08-27T01:04:47.856Z[ recovery-image] Aug 27 01:04:46.654 INFO O| Aug 27 01:04:46.654 INFO STEP 539 (remove_files) COMPLETE
69392026-08-27T01:04:47.857Z[ recovery-image] Aug 27 01:04:46.654 INFO O| Aug 27 01:04:46.654 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-08-27T01:04:47.865Z[ recovery-image] Aug 27 01:04:46.663 INFO O| Aug 27 01:04:46.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69412026-08-27T01:04:47.866Z[ recovery-image] Aug 27 01:04:46.663 INFO O| Aug 27 01:04:46.663 INFO STEP 540 (remove_files) COMPLETE
69422026-08-27T01:04:47.866Z[ recovery-image] Aug 27 01:04:46.663 INFO O| Aug 27 01:04:46.663 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-08-27T01:04:47.874Z[ recovery-image] Aug 27 01:04:46.672 INFO O| Aug 27 01:04:46.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69442026-08-27T01:04:47.877Z[ recovery-image] Aug 27 01:04:46.673 INFO O| Aug 27 01:04:46.673 INFO STEP 541 (remove_files) COMPLETE
69452026-08-27T01:04:47.877Z[ recovery-image] Aug 27 01:04:46.673 INFO O| Aug 27 01:04:46.673 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-08-27T01:04:47.885Z[ recovery-image] Aug 27 01:04:46.682 INFO O| Aug 27 01:04:46.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69472026-08-27T01:04:47.885Z[ recovery-image] Aug 27 01:04:46.682 INFO O| Aug 27 01:04:46.682 INFO STEP 542 (remove_files) COMPLETE
69482026-08-27T01:04:47.888Z[ recovery-image] Aug 27 01:04:46.682 INFO O| Aug 27 01:04:46.682 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-08-27T01:04:47.893Z[ recovery-image] Aug 27 01:04:46.691 INFO O| Aug 27 01:04:46.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69502026-08-27T01:04:47.893Z[ recovery-image] Aug 27 01:04:46.691 INFO O| Aug 27 01:04:46.691 INFO STEP 543 (remove_files) COMPLETE
69512026-08-27T01:04:47.897Z[ recovery-image] Aug 27 01:04:46.691 INFO O| Aug 27 01:04:46.691 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-08-27T01:04:47.905Z[ recovery-image] Aug 27 01:04:46.703 INFO O| Aug 27 01:04:46.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
69532026-08-27T01:04:47.908Z[ recovery-image] Aug 27 01:04:46.704 INFO O| Aug 27 01:04:46.703 INFO STEP 544 (remove_files) COMPLETE
69542026-08-27T01:04:47.910Z[ recovery-image] Aug 27 01:04:46.704 INFO O| Aug 27 01:04:46.704 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-08-27T01:04:47.917Z[ recovery-image] Aug 27 01:04:46.714 INFO O| Aug 27 01:04:46.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
69562026-08-27T01:04:47.917Z[ recovery-image] Aug 27 01:04:46.714 INFO O| Aug 27 01:04:46.714 INFO STEP 545 (remove_files) COMPLETE
69572026-08-27T01:04:47.922Z[ recovery-image] Aug 27 01:04:46.715 INFO O| Aug 27 01:04:46.714 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-08-27T01:04:47.927Z[ recovery-image] Aug 27 01:04:46.724 INFO O| Aug 27 01:04:46.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
69592026-08-27T01:04:47.927Z[ recovery-image] Aug 27 01:04:46.724 INFO O| Aug 27 01:04:46.724 INFO STEP 546 (remove_files) COMPLETE
69602026-08-27T01:04:47.927Z[ recovery-image] Aug 27 01:04:46.724 INFO O| Aug 27 01:04:46.724 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-08-27T01:04:47.937Z[ recovery-image] Aug 27 01:04:46.734 INFO O| Aug 27 01:04:46.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
69622026-08-27T01:04:47.937Z[ recovery-image] Aug 27 01:04:46.734 INFO O| Aug 27 01:04:46.734 INFO STEP 547 (remove_files) COMPLETE
69632026-08-27T01:04:47.937Z[ recovery-image] Aug 27 01:04:46.734 INFO O| Aug 27 01:04:46.734 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-08-27T01:04:47.946Z[ recovery-image] Aug 27 01:04:46.743 INFO O| Aug 27 01:04:46.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
69652026-08-27T01:04:47.946Z[ recovery-image] Aug 27 01:04:46.743 INFO O| Aug 27 01:04:46.743 INFO STEP 548 (remove_files) COMPLETE
69662026-08-27T01:04:47.946Z[ recovery-image] Aug 27 01:04:46.743 INFO O| Aug 27 01:04:46.743 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-08-27T01:04:47.955Z[ recovery-image] Aug 27 01:04:46.753 INFO O| Aug 27 01:04:46.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
69682026-08-27T01:04:47.955Z[ recovery-image] Aug 27 01:04:46.753 INFO O| Aug 27 01:04:46.753 INFO STEP 549 (remove_files) COMPLETE
69692026-08-27T01:04:47.956Z[ recovery-image] Aug 27 01:04:46.753 INFO O| Aug 27 01:04:46.753 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-08-27T01:04:47.964Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
69712026-08-27T01:04:47.968Z[ recovery-image] Aug 27 01:04:46.764 INFO O| Aug 27 01:04:46.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
69722026-08-27T01:04:47.968Z[ recovery-image] Aug 27 01:04:46.764 INFO O| Aug 27 01:04:46.764 INFO STEP 550 (remove_files) COMPLETE
69732026-08-27T01:04:47.968Z[ recovery-image] Aug 27 01:04:46.764 INFO O| Aug 27 01:04:46.764 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-08-27T01:04:47.979Z[ recovery-image] Aug 27 01:04:46.775 INFO O| Aug 27 01:04:46.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
69752026-08-27T01:04:47.979Z[ recovery-image] Aug 27 01:04:46.775 INFO O| Aug 27 01:04:46.775 INFO STEP 551 (remove_files) COMPLETE
69762026-08-27T01:04:47.979Z[ recovery-image] Aug 27 01:04:46.775 INFO O| Aug 27 01:04:46.775 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-08-27T01:04:47.987Z[ recovery-image] Aug 27 01:04:46.785 INFO O| Aug 27 01:04:46.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
69782026-08-27T01:04:47.987Z[ recovery-image] Aug 27 01:04:46.785 INFO O| Aug 27 01:04:46.785 INFO STEP 552 (remove_files) COMPLETE
69792026-08-27T01:04:47.987Z[ recovery-image] Aug 27 01:04:46.785 INFO O| Aug 27 01:04:46.785 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-08-27T01:04:47.999Z[ recovery-image] Aug 27 01:04:46.795 INFO O| Aug 27 01:04:46.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
69812026-08-27T01:04:47.999Z[ recovery-image] Aug 27 01:04:46.795 INFO O| Aug 27 01:04:46.795 INFO STEP 553 (remove_files) COMPLETE
69822026-08-27T01:04:47.999Z[ recovery-image] Aug 27 01:04:46.795 INFO O| Aug 27 01:04:46.795 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-08-27T01:04:48.007Z[ recovery-image] Aug 27 01:04:46.805 INFO O| Aug 27 01:04:46.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
69842026-08-27T01:04:48.007Z[ recovery-image] Aug 27 01:04:46.805 INFO O| Aug 27 01:04:46.805 INFO STEP 554 (remove_files) COMPLETE
69852026-08-27T01:04:48.007Z[ recovery-image] Aug 27 01:04:46.805 INFO O| Aug 27 01:04:46.805 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-08-27T01:04:48.017Z[ recovery-image] Aug 27 01:04:46.814 INFO O| Aug 27 01:04:46.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
69872026-08-27T01:04:48.020Z[ recovery-image] Aug 27 01:04:46.815 INFO O| Aug 27 01:04:46.815 INFO STEP 555 (remove_files) COMPLETE
69882026-08-27T01:04:48.020Z[ recovery-image] Aug 27 01:04:46.815 INFO O| Aug 27 01:04:46.815 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-08-27T01:04:48.028Z[ recovery-image] Aug 27 01:04:46.825 INFO O| Aug 27 01:04:46.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
69902026-08-27T01:04:48.028Z[ recovery-image] Aug 27 01:04:46.825 INFO O| Aug 27 01:04:46.825 INFO STEP 556 (remove_files) COMPLETE
69912026-08-27T01:04:48.033Z[ recovery-image] Aug 27 01:04:46.825 INFO O| Aug 27 01:04:46.825 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-08-27T01:04:48.039Z[ recovery-image] Aug 27 01:04:46.837 INFO O| Aug 27 01:04:46.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
69932026-08-27T01:04:48.039Z[ recovery-image] Aug 27 01:04:46.837 INFO O| Aug 27 01:04:46.837 INFO STEP 557 (remove_files) COMPLETE
69942026-08-27T01:04:48.043Z[ recovery-image] Aug 27 01:04:46.837 INFO O| Aug 27 01:04:46.837 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-08-27T01:04:48.051Z[ recovery-image] Aug 27 01:04:46.848 INFO O| Aug 27 01:04:46.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
69962026-08-27T01:04:48.051Z[ recovery-image] Aug 27 01:04:46.849 INFO O| Aug 27 01:04:46.848 INFO STEP 558 (remove_files) COMPLETE
69972026-08-27T01:04:48.051Z[ recovery-image] Aug 27 01:04:46.849 INFO O| Aug 27 01:04:46.848 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-08-27T01:04:48.072Z[ recovery-image] Aug 27 01:04:46.860 INFO O| Aug 27 01:04:46.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
69992026-08-27T01:04:48.072Z[ recovery-image] Aug 27 01:04:46.860 INFO O| Aug 27 01:04:46.860 INFO STEP 559 (remove_files) COMPLETE
70002026-08-27T01:04:48.072Z[ recovery-image] Aug 27 01:04:46.860 INFO O| Aug 27 01:04:46.860 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-08-27T01:04:48.077Z[ recovery-image] Aug 27 01:04:46.871 INFO O| Aug 27 01:04:46.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70022026-08-27T01:04:48.077Z[ recovery-image] Aug 27 01:04:46.871 INFO O| Aug 27 01:04:46.871 INFO STEP 560 (remove_files) COMPLETE
70032026-08-27T01:04:48.077Z[ recovery-image] Aug 27 01:04:46.871 INFO O| Aug 27 01:04:46.871 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-08-27T01:04:48.082Z[ recovery-image] Aug 27 01:04:46.880 INFO O| Aug 27 01:04:46.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70052026-08-27T01:04:48.083Z[ recovery-image] Aug 27 01:04:46.880 INFO O| Aug 27 01:04:46.880 INFO STEP 561 (remove_files) COMPLETE
70062026-08-27T01:04:48.083Z[ recovery-image] Aug 27 01:04:46.880 INFO O| Aug 27 01:04:46.880 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-08-27T01:04:48.090Z[ recovery-image] Aug 27 01:04:46.888 INFO O| Aug 27 01:04:46.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70082026-08-27T01:04:48.090Z[ recovery-image] Aug 27 01:04:46.888 INFO O| Aug 27 01:04:46.888 INFO STEP 562 (remove_files) COMPLETE
70092026-08-27T01:04:48.095Z[ recovery-image] Aug 27 01:04:46.888 INFO O| Aug 27 01:04:46.888 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-08-27T01:04:48.100Z[ recovery-image] Aug 27 01:04:46.896 INFO O| Aug 27 01:04:46.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70112026-08-27T01:04:48.100Z[ recovery-image] Aug 27 01:04:46.896 INFO O| Aug 27 01:04:46.896 INFO STEP 563 (remove_files) COMPLETE
70122026-08-27T01:04:48.100Z[ recovery-image] Aug 27 01:04:46.896 INFO O| Aug 27 01:04:46.896 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-08-27T01:04:48.106Z[ recovery-image] Aug 27 01:04:46.903 INFO O| Aug 27 01:04:46.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70142026-08-27T01:04:48.106Z[ recovery-image] Aug 27 01:04:46.903 INFO O| Aug 27 01:04:46.903 INFO STEP 564 (remove_files) COMPLETE
70152026-08-27T01:04:48.109Z[ recovery-image] Aug 27 01:04:46.903 INFO O| Aug 27 01:04:46.903 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-08-27T01:04:48.116Z[ recovery-image] Aug 27 01:04:46.913 INFO O| Aug 27 01:04:46.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70172026-08-27T01:04:48.116Z[ recovery-image] Aug 27 01:04:46.913 INFO O| Aug 27 01:04:46.913 INFO STEP 565 (remove_files) COMPLETE
70182026-08-27T01:04:48.116Z[ recovery-image] Aug 27 01:04:46.913 INFO O| Aug 27 01:04:46.913 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-08-27T01:04:48.126Z[ recovery-image] Aug 27 01:04:46.924 INFO O| Aug 27 01:04:46.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70202026-08-27T01:04:48.126Z[ recovery-image] Aug 27 01:04:46.924 INFO O| Aug 27 01:04:46.924 INFO STEP 566 (remove_files) COMPLETE
70212026-08-27T01:04:48.126Z[ recovery-image] Aug 27 01:04:46.924 INFO O| Aug 27 01:04:46.924 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-08-27T01:04:48.136Z[ recovery-image] Aug 27 01:04:46.933 INFO O| Aug 27 01:04:46.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70232026-08-27T01:04:48.136Z[ recovery-image] Aug 27 01:04:46.933 INFO O| Aug 27 01:04:46.933 INFO STEP 567 (remove_files) COMPLETE
70242026-08-27T01:04:48.139Z[ recovery-image] Aug 27 01:04:46.933 INFO O| Aug 27 01:04:46.933 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-08-27T01:04:48.145Z[ recovery-image] Aug 27 01:04:46.942 INFO O| Aug 27 01:04:46.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70262026-08-27T01:04:48.148Z[ recovery-image] Aug 27 01:04:46.943 INFO O| Aug 27 01:04:46.943 INFO STEP 568 (remove_files) COMPLETE
70272026-08-27T01:04:48.148Z[ recovery-image] Aug 27 01:04:46.943 INFO O| Aug 27 01:04:46.943 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-08-27T01:04:48.155Z[ recovery-image] Aug 27 01:04:46.953 INFO O| Aug 27 01:04:46.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70292026-08-27T01:04:48.155Z[ recovery-image] Aug 27 01:04:46.953 INFO O| Aug 27 01:04:46.953 INFO STEP 569 (remove_files) COMPLETE
70302026-08-27T01:04:48.159Z[ recovery-image] Aug 27 01:04:46.953 INFO O| Aug 27 01:04:46.953 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-08-27T01:04:48.166Z[ recovery-image] Aug 27 01:04:46.963 INFO O| Aug 27 01:04:46.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70322026-08-27T01:04:48.167Z[ recovery-image] Aug 27 01:04:46.963 INFO O| Aug 27 01:04:46.963 INFO STEP 570 (remove_files) COMPLETE
70332026-08-27T01:04:48.167Z[ recovery-image] Aug 27 01:04:46.963 INFO O| Aug 27 01:04:46.963 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-08-27T01:04:48.175Z[ recovery-image] Aug 27 01:04:46.972 INFO O| Aug 27 01:04:46.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70352026-08-27T01:04:48.176Z[ recovery-image] Aug 27 01:04:46.972 INFO O| Aug 27 01:04:46.972 INFO STEP 571 (remove_files) COMPLETE
70362026-08-27T01:04:48.176Z[ recovery-image] Aug 27 01:04:46.972 INFO O| Aug 27 01:04:46.972 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-08-27T01:04:48.185Z[ recovery-image] Aug 27 01:04:46.982 INFO O| Aug 27 01:04:46.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70382026-08-27T01:04:48.185Z[ recovery-image] Aug 27 01:04:46.982 INFO O| Aug 27 01:04:46.982 INFO STEP 572 (remove_files) COMPLETE
70392026-08-27T01:04:48.188Z[ recovery-image] Aug 27 01:04:46.982 INFO O| Aug 27 01:04:46.982 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-08-27T01:04:48.194Z[ recovery-image] Aug 27 01:04:46.991 INFO O| Aug 27 01:04:46.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70412026-08-27T01:04:48.197Z[ recovery-image] Aug 27 01:04:46.992 INFO O| Aug 27 01:04:46.992 INFO STEP 573 (remove_files) COMPLETE
70422026-08-27T01:04:48.197Z[ recovery-image] Aug 27 01:04:46.992 INFO O| Aug 27 01:04:46.992 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-08-27T01:04:48.204Z[ recovery-image] Aug 27 01:04:47.001 INFO O| Aug 27 01:04:47.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70442026-08-27T01:04:48.206Z[ recovery-image] Aug 27 01:04:47.002 INFO O| Aug 27 01:04:47.002 INFO STEP 574 (remove_files) COMPLETE
70452026-08-27T01:04:48.209Z[ recovery-image] Aug 27 01:04:47.002 INFO O| Aug 27 01:04:47.002 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-08-27T01:04:48.213Z[ recovery-image] Aug 27 01:04:47.011 INFO O| Aug 27 01:04:47.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70472026-08-27T01:04:48.213Z[ recovery-image] Aug 27 01:04:47.011 INFO O| Aug 27 01:04:47.011 INFO STEP 575 (remove_files) COMPLETE
70482026-08-27T01:04:48.213Z[ recovery-image] Aug 27 01:04:47.011 INFO O| Aug 27 01:04:47.011 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-08-27T01:04:48.223Z[ recovery-image] Aug 27 01:04:47.020 INFO O| Aug 27 01:04:47.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70502026-08-27T01:04:48.223Z[ recovery-image] Aug 27 01:04:47.020 INFO O| Aug 27 01:04:47.020 INFO STEP 576 (remove_files) COMPLETE
70512026-08-27T01:04:48.223Z[ recovery-image] Aug 27 01:04:47.020 INFO O| Aug 27 01:04:47.020 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-08-27T01:04:48.232Z[ recovery-image] Aug 27 01:04:47.029 INFO O| Aug 27 01:04:47.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
70532026-08-27T01:04:48.232Z[ recovery-image] Aug 27 01:04:47.030 INFO O| Aug 27 01:04:47.030 INFO STEP 577 (remove_files) COMPLETE
70542026-08-27T01:04:48.232Z[ recovery-image] Aug 27 01:04:47.030 INFO O| Aug 27 01:04:47.030 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-08-27T01:04:48.241Z[ recovery-image] Aug 27 01:04:47.039 INFO O| Aug 27 01:04:47.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
70562026-08-27T01:04:48.241Z[ recovery-image] Aug 27 01:04:47.039 INFO O| Aug 27 01:04:47.039 INFO STEP 578 (remove_files) COMPLETE
70572026-08-27T01:04:48.241Z[ recovery-image] Aug 27 01:04:47.039 INFO O| Aug 27 01:04:47.039 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-08-27T01:04:48.256Z[ recovery-image] Aug 27 01:04:47.054 INFO O| Aug 27 01:04:47.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
70592026-08-27T01:04:48.256Z[ recovery-image] Aug 27 01:04:47.054 INFO O| Aug 27 01:04:47.054 INFO STEP 579 (remove_files) COMPLETE
70602026-08-27T01:04:48.256Z[ recovery-image] Aug 27 01:04:47.054 INFO O| Aug 27 01:04:47.054 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-08-27T01:04:48.266Z[ recovery-image] Aug 27 01:04:47.063 INFO O| Aug 27 01:04:47.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
70622026-08-27T01:04:48.267Z[ recovery-image] Aug 27 01:04:47.063 INFO O| Aug 27 01:04:47.063 INFO STEP 580 (remove_files) COMPLETE
70632026-08-27T01:04:48.267Z[ recovery-image] Aug 27 01:04:47.063 INFO O| Aug 27 01:04:47.063 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-08-27T01:04:48.278Z[ recovery-image] Aug 27 01:04:47.073 INFO O| Aug 27 01:04:47.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
70652026-08-27T01:04:48.284Z[ recovery-image] Aug 27 01:04:47.074 INFO O| Aug 27 01:04:47.074 INFO STEP 581 (remove_files) COMPLETE
70662026-08-27T01:04:48.284Z[ recovery-image] Aug 27 01:04:47.074 INFO O| Aug 27 01:04:47.074 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-08-27T01:04:48.288Z[ recovery-image] Aug 27 01:04:47.084 INFO O| Aug 27 01:04:47.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
70682026-08-27T01:04:48.288Z[ recovery-image] Aug 27 01:04:47.084 INFO O| Aug 27 01:04:47.084 INFO STEP 582 (remove_files) COMPLETE
70692026-08-27T01:04:48.289Z[ recovery-image] Aug 27 01:04:47.084 INFO O| Aug 27 01:04:47.084 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-08-27T01:04:48.297Z[ recovery-image] Aug 27 01:04:47.094 INFO O| Aug 27 01:04:47.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
70712026-08-27T01:04:48.297Z[ recovery-image] Aug 27 01:04:47.094 INFO O| Aug 27 01:04:47.094 INFO STEP 583 (remove_files) COMPLETE
70722026-08-27T01:04:48.300Z[ recovery-image] Aug 27 01:04:47.094 INFO O| Aug 27 01:04:47.094 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-08-27T01:04:48.307Z[ recovery-image] Aug 27 01:04:47.104 INFO O| Aug 27 01:04:47.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
70742026-08-27T01:04:48.307Z[ recovery-image] Aug 27 01:04:47.104 INFO O| Aug 27 01:04:47.104 INFO STEP 584 (remove_files) COMPLETE
70752026-08-27T01:04:48.307Z[ recovery-image] Aug 27 01:04:47.104 INFO O| Aug 27 01:04:47.104 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-08-27T01:04:48.316Z[ recovery-image] Aug 27 01:04:47.113 INFO O| Aug 27 01:04:47.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
70772026-08-27T01:04:48.316Z[ recovery-image] Aug 27 01:04:47.113 INFO O| Aug 27 01:04:47.113 INFO STEP 585 (remove_files) COMPLETE
70782026-08-27T01:04:48.319Z[ recovery-image] Aug 27 01:04:47.113 INFO O| Aug 27 01:04:47.113 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-08-27T01:04:48.326Z[ recovery-image] Aug 27 01:04:47.124 INFO O| Aug 27 01:04:47.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
70802026-08-27T01:04:48.326Z[ recovery-image] Aug 27 01:04:47.124 INFO O| Aug 27 01:04:47.124 INFO STEP 586 (remove_files) COMPLETE
70812026-08-27T01:04:48.329Z[ recovery-image] Aug 27 01:04:47.124 INFO O| Aug 27 01:04:47.124 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-08-27T01:04:48.337Z[ recovery-image] Aug 27 01:04:47.134 INFO O| Aug 27 01:04:47.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
70832026-08-27T01:04:48.337Z[ recovery-image] Aug 27 01:04:47.135 INFO O| Aug 27 01:04:47.135 INFO STEP 587 (remove_files) COMPLETE
70842026-08-27T01:04:48.337Z[ recovery-image] Aug 27 01:04:47.135 INFO O| Aug 27 01:04:47.135 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-08-27T01:04:48.347Z[ recovery-image] Aug 27 01:04:47.145 INFO O| Aug 27 01:04:47.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
70862026-08-27T01:04:48.347Z[ recovery-image] Aug 27 01:04:47.145 INFO O| Aug 27 01:04:47.145 INFO STEP 588 (remove_files) COMPLETE
70872026-08-27T01:04:48.347Z[ recovery-image] Aug 27 01:04:47.145 INFO O| Aug 27 01:04:47.145 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-08-27T01:04:48.358Z[ recovery-image] Aug 27 01:04:47.155 INFO O| Aug 27 01:04:47.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
70892026-08-27T01:04:48.358Z[ recovery-image] Aug 27 01:04:47.155 INFO O| Aug 27 01:04:47.155 INFO STEP 589 (remove_files) COMPLETE
70902026-08-27T01:04:48.359Z[ recovery-image] Aug 27 01:04:47.155 INFO O| Aug 27 01:04:47.155 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-08-27T01:04:48.368Z[ recovery-image] Aug 27 01:04:47.165 INFO O| Aug 27 01:04:47.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
70922026-08-27T01:04:48.372Z[ recovery-image] Aug 27 01:04:47.166 INFO O| Aug 27 01:04:47.166 INFO STEP 590 (remove_files) COMPLETE
70932026-08-27T01:04:48.373Z[ recovery-image] Aug 27 01:04:47.166 INFO O| Aug 27 01:04:47.166 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-08-27T01:04:48.380Z[ recovery-image] Aug 27 01:04:47.177 INFO O| Aug 27 01:04:47.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
70952026-08-27T01:04:48.380Z[ recovery-image] Aug 27 01:04:47.177 INFO O| Aug 27 01:04:47.177 INFO STEP 591 (remove_files) COMPLETE
70962026-08-27T01:04:48.380Z[ recovery-image] Aug 27 01:04:47.177 INFO O| Aug 27 01:04:47.177 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-08-27T01:04:48.391Z[ recovery-image] Aug 27 01:04:47.189 INFO O| Aug 27 01:04:47.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
70982026-08-27T01:04:48.391Z[ recovery-image] Aug 27 01:04:47.189 INFO O| Aug 27 01:04:47.189 INFO STEP 592 (remove_files) COMPLETE
70992026-08-27T01:04:48.391Z[ recovery-image] Aug 27 01:04:47.189 INFO O| Aug 27 01:04:47.189 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-08-27T01:04:48.402Z[ recovery-image] Aug 27 01:04:47.199 INFO O| Aug 27 01:04:47.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71012026-08-27T01:04:48.402Z[ recovery-image] Aug 27 01:04:47.199 INFO O| Aug 27 01:04:47.199 INFO STEP 593 (remove_files) COMPLETE
71022026-08-27T01:04:48.405Z[ recovery-image] Aug 27 01:04:47.199 INFO O| Aug 27 01:04:47.199 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-08-27T01:04:48.410Z[ recovery-image] Aug 27 01:04:47.208 INFO O| Aug 27 01:04:47.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71042026-08-27T01:04:48.414Z[ recovery-image] Aug 27 01:04:47.208 INFO O| Aug 27 01:04:47.208 INFO STEP 594 (remove_files) COMPLETE
71052026-08-27T01:04:48.414Z[ recovery-image] Aug 27 01:04:47.208 INFO O| Aug 27 01:04:47.208 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-08-27T01:04:48.428Z[ recovery-image] Aug 27 01:04:47.224 INFO O| Aug 27 01:04:47.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71072026-08-27T01:04:48.428Z[ recovery-image] Aug 27 01:04:47.224 INFO O| Aug 27 01:04:47.218 INFO STEP 595 (remove_files) COMPLETE
71082026-08-27T01:04:48.428Z[ recovery-image] Aug 27 01:04:47.224 INFO O| Aug 27 01:04:47.218 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-08-27T01:04:48.432Z[ recovery-image] Aug 27 01:04:47.226 INFO O| Aug 27 01:04:47.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71102026-08-27T01:04:48.433Z[ recovery-image] Aug 27 01:04:47.226 INFO O| Aug 27 01:04:47.226 INFO STEP 596 (remove_files) COMPLETE
71112026-08-27T01:04:48.433Z[ recovery-image] Aug 27 01:04:47.226 INFO O| Aug 27 01:04:47.226 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-08-27T01:04:48.438Z[ recovery-image] Aug 27 01:04:47.235 INFO O| Aug 27 01:04:47.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71132026-08-27T01:04:48.438Z[ recovery-image] Aug 27 01:04:47.235 INFO O| Aug 27 01:04:47.235 INFO STEP 597 (remove_files) COMPLETE
71142026-08-27T01:04:48.438Z[ recovery-image] Aug 27 01:04:47.235 INFO O| Aug 27 01:04:47.235 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-08-27T01:04:48.445Z[ recovery-image] Aug 27 01:04:47.243 INFO O| Aug 27 01:04:47.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71162026-08-27T01:04:48.445Z[ recovery-image] Aug 27 01:04:47.243 INFO O| Aug 27 01:04:47.243 INFO STEP 598 (remove_files) COMPLETE
71172026-08-27T01:04:48.448Z[ recovery-image] Aug 27 01:04:47.243 INFO O| Aug 27 01:04:47.243 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-08-27T01:04:48.453Z[ recovery-image] Aug 27 01:04:47.251 INFO O| Aug 27 01:04:47.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71192026-08-27T01:04:48.454Z[ recovery-image] Aug 27 01:04:47.251 INFO O| Aug 27 01:04:47.251 INFO STEP 599 (remove_files) COMPLETE
71202026-08-27T01:04:48.454Z[ recovery-image] Aug 27 01:04:47.251 INFO O| Aug 27 01:04:47.251 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-08-27T01:04:48.461Z[ recovery-image] Aug 27 01:04:47.259 INFO O| Aug 27 01:04:47.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71222026-08-27T01:04:48.461Z[ recovery-image] Aug 27 01:04:47.259 INFO O| Aug 27 01:04:47.259 INFO STEP 600 (remove_files) COMPLETE
71232026-08-27T01:04:48.465Z[ recovery-image] Aug 27 01:04:47.259 INFO O| Aug 27 01:04:47.259 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-08-27T01:04:48.469Z[ recovery-image] Aug 27 01:04:47.266 INFO O| Aug 27 01:04:47.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71252026-08-27T01:04:48.469Z[ recovery-image] Aug 27 01:04:47.266 INFO O| Aug 27 01:04:47.266 INFO STEP 601 (remove_files) COMPLETE
71262026-08-27T01:04:48.469Z[ recovery-image] Aug 27 01:04:47.266 INFO O| Aug 27 01:04:47.266 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-08-27T01:04:48.477Z[ recovery-image] Aug 27 01:04:47.275 INFO O| Aug 27 01:04:47.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71282026-08-27T01:04:48.477Z[ recovery-image] Aug 27 01:04:47.275 INFO O| Aug 27 01:04:47.275 INFO STEP 602 (remove_files) COMPLETE
71292026-08-27T01:04:48.477Z[ recovery-image] Aug 27 01:04:47.275 INFO O| Aug 27 01:04:47.275 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-08-27T01:04:48.485Z[ recovery-image] Aug 27 01:04:47.283 INFO O| Aug 27 01:04:47.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71312026-08-27T01:04:48.485Z[ recovery-image] Aug 27 01:04:47.283 INFO O| Aug 27 01:04:47.283 INFO STEP 603 (remove_files) COMPLETE
71322026-08-27T01:04:48.485Z[ recovery-image] Aug 27 01:04:47.283 INFO O| Aug 27 01:04:47.283 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-08-27T01:04:48.493Z[ recovery-image] Aug 27 01:04:47.291 INFO O| Aug 27 01:04:47.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71342026-08-27T01:04:48.493Z[ recovery-image] Aug 27 01:04:47.291 INFO O| Aug 27 01:04:47.291 INFO STEP 604 (remove_files) COMPLETE
71352026-08-27T01:04:48.493Z[ recovery-image] Aug 27 01:04:47.291 INFO O| Aug 27 01:04:47.291 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-08-27T01:04:48.503Z[ recovery-image] Aug 27 01:04:47.301 INFO O| Aug 27 01:04:47.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71372026-08-27T01:04:48.503Z[ recovery-image] Aug 27 01:04:47.301 INFO O| Aug 27 01:04:47.301 INFO STEP 605 (remove_files) COMPLETE
71382026-08-27T01:04:48.503Z[ recovery-image] Aug 27 01:04:47.301 INFO O| Aug 27 01:04:47.301 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-08-27T01:04:48.512Z[ recovery-image] Aug 27 01:04:47.310 INFO O| Aug 27 01:04:47.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71402026-08-27T01:04:48.512Z[ recovery-image] Aug 27 01:04:47.310 INFO O| Aug 27 01:04:47.310 INFO STEP 606 (remove_files) COMPLETE
71412026-08-27T01:04:48.513Z[ recovery-image] Aug 27 01:04:47.310 INFO O| Aug 27 01:04:47.310 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-08-27T01:04:48.522Z[ recovery-image] Aug 27 01:04:47.320 INFO O| Aug 27 01:04:47.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71432026-08-27T01:04:48.522Z[ recovery-image] Aug 27 01:04:47.320 INFO O| Aug 27 01:04:47.320 INFO STEP 607 (remove_files) COMPLETE
71442026-08-27T01:04:48.522Z[ recovery-image] Aug 27 01:04:47.320 INFO O| Aug 27 01:04:47.320 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-08-27T01:04:48.532Z[ recovery-image] Aug 27 01:04:47.329 INFO O| Aug 27 01:04:47.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71462026-08-27T01:04:48.532Z[ recovery-image] Aug 27 01:04:47.329 INFO O| Aug 27 01:04:47.329 INFO STEP 608 (remove_files) COMPLETE
71472026-08-27T01:04:48.532Z[ recovery-image] Aug 27 01:04:47.329 INFO O| Aug 27 01:04:47.329 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-08-27T01:04:48.541Z[ recovery-image] Aug 27 01:04:47.339 INFO O| Aug 27 01:04:47.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71492026-08-27T01:04:48.541Z[ recovery-image] Aug 27 01:04:47.339 INFO O| Aug 27 01:04:47.339 INFO STEP 609 (remove_files) COMPLETE
71502026-08-27T01:04:48.541Z[ recovery-image] Aug 27 01:04:47.339 INFO O| Aug 27 01:04:47.339 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-08-27T01:04:48.551Z[ recovery-image] Aug 27 01:04:47.348 INFO O| Aug 27 01:04:47.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71522026-08-27T01:04:48.551Z[ recovery-image] Aug 27 01:04:47.348 INFO O| Aug 27 01:04:47.348 INFO STEP 610 (remove_files) COMPLETE
71532026-08-27T01:04:48.551Z[ recovery-image] Aug 27 01:04:47.348 INFO O| Aug 27 01:04:47.348 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-08-27T01:04:48.560Z[ recovery-image] Aug 27 01:04:47.357 INFO O| Aug 27 01:04:47.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
71552026-08-27T01:04:48.560Z[ recovery-image] Aug 27 01:04:47.357 INFO O| Aug 27 01:04:47.357 INFO STEP 611 (remove_files) COMPLETE
71562026-08-27T01:04:48.565Z[ recovery-image] Aug 27 01:04:47.357 INFO O| Aug 27 01:04:47.357 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-08-27T01:04:48.569Z[ recovery-image] Aug 27 01:04:47.367 INFO O| Aug 27 01:04:47.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
71582026-08-27T01:04:48.571Z[ recovery-image] Aug 27 01:04:47.367 INFO O| Aug 27 01:04:47.367 INFO STEP 612 (remove_files) COMPLETE
71592026-08-27T01:04:48.577Z[ recovery-image] Aug 27 01:04:47.367 INFO O| Aug 27 01:04:47.367 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-08-27T01:04:48.580Z[ recovery-image] Aug 27 01:04:47.377 INFO O| Aug 27 01:04:47.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
71612026-08-27T01:04:48.580Z[ recovery-image] Aug 27 01:04:47.377 INFO O| Aug 27 01:04:47.377 INFO STEP 613 (remove_files) COMPLETE
71622026-08-27T01:04:48.580Z[ recovery-image] Aug 27 01:04:47.377 INFO O| Aug 27 01:04:47.377 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-08-27T01:04:48.588Z[ recovery-image] Aug 27 01:04:47.386 INFO O| Aug 27 01:04:47.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
71642026-08-27T01:04:48.588Z[ recovery-image] Aug 27 01:04:47.386 INFO O| Aug 27 01:04:47.386 INFO STEP 614 (remove_files) COMPLETE
71652026-08-27T01:04:48.592Z[ recovery-image] Aug 27 01:04:47.386 INFO O| Aug 27 01:04:47.386 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-08-27T01:04:48.597Z[ recovery-image] Aug 27 01:04:47.394 INFO O| Aug 27 01:04:47.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
71672026-08-27T01:04:48.597Z[ recovery-image] Aug 27 01:04:47.394 INFO O| Aug 27 01:04:47.394 INFO STEP 615 (remove_files) COMPLETE
71682026-08-27T01:04:48.597Z[ recovery-image] Aug 27 01:04:47.394 INFO O| Aug 27 01:04:47.394 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-08-27T01:04:48.609Z[ recovery-image] Aug 27 01:04:47.404 INFO O| Aug 27 01:04:47.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
71702026-08-27T01:04:48.609Z[ recovery-image] Aug 27 01:04:47.404 INFO O| Aug 27 01:04:47.404 INFO STEP 616 (remove_files) COMPLETE
71712026-08-27T01:04:48.610Z[ recovery-image] Aug 27 01:04:47.404 INFO O| Aug 27 01:04:47.404 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-08-27T01:04:48.618Z[ recovery-image] Aug 27 01:04:47.415 INFO O| Aug 27 01:04:47.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
71732026-08-27T01:04:48.618Z[ recovery-image] Aug 27 01:04:47.415 INFO O| Aug 27 01:04:47.415 INFO STEP 617 (remove_files) COMPLETE
71742026-08-27T01:04:48.623Z[ recovery-image] Aug 27 01:04:47.415 INFO O| Aug 27 01:04:47.415 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-08-27T01:04:48.627Z[ recovery-image] Aug 27 01:04:47.425 INFO O| Aug 27 01:04:47.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
71762026-08-27T01:04:48.627Z[ recovery-image] Aug 27 01:04:47.425 INFO O| Aug 27 01:04:47.425 INFO STEP 618 (remove_files) COMPLETE
71772026-08-27T01:04:48.631Z[ recovery-image] Aug 27 01:04:47.425 INFO O| Aug 27 01:04:47.425 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-08-27T01:04:48.638Z[ recovery-image] Aug 27 01:04:47.434 INFO O| Aug 27 01:04:47.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
71792026-08-27T01:04:48.638Z[ recovery-image] Aug 27 01:04:47.435 INFO O| Aug 27 01:04:47.434 INFO STEP 619 (remove_files) COMPLETE
71802026-08-27T01:04:48.638Z[ recovery-image] Aug 27 01:04:47.435 INFO O| Aug 27 01:04:47.435 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-08-27T01:04:48.647Z[ recovery-image] Aug 27 01:04:47.445 INFO O| Aug 27 01:04:47.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
71822026-08-27T01:04:48.647Z[ recovery-image] Aug 27 01:04:47.445 INFO O| Aug 27 01:04:47.445 INFO STEP 620 (remove_files) COMPLETE
71832026-08-27T01:04:48.647Z[ recovery-image] Aug 27 01:04:47.445 INFO O| Aug 27 01:04:47.445 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-08-27T01:04:48.659Z[ recovery-image] Aug 27 01:04:47.457 INFO O| Aug 27 01:04:47.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
71852026-08-27T01:04:48.659Z[ recovery-image] Aug 27 01:04:47.457 INFO O| Aug 27 01:04:47.457 INFO STEP 621 (remove_files) COMPLETE
71862026-08-27T01:04:48.662Z[ recovery-image] Aug 27 01:04:47.457 INFO O| Aug 27 01:04:47.457 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-08-27T01:04:48.670Z[ recovery-image] Aug 27 01:04:47.467 INFO O| Aug 27 01:04:47.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
71882026-08-27T01:04:48.670Z[ recovery-image] Aug 27 01:04:47.468 INFO O| Aug 27 01:04:47.467 INFO STEP 622 (remove_files) COMPLETE
71892026-08-27T01:04:48.670Z[ recovery-image] Aug 27 01:04:47.468 INFO O| Aug 27 01:04:47.468 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-08-27T01:04:48.680Z[ recovery-image] Aug 27 01:04:47.478 INFO O| Aug 27 01:04:47.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
71912026-08-27T01:04:48.680Z[ recovery-image] Aug 27 01:04:47.478 INFO O| Aug 27 01:04:47.478 INFO STEP 623 (remove_files) COMPLETE
71922026-08-27T01:04:48.680Z[ recovery-image] Aug 27 01:04:47.478 INFO O| Aug 27 01:04:47.478 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-08-27T01:04:48.690Z[ recovery-image] Aug 27 01:04:47.488 INFO O| Aug 27 01:04:47.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
71942026-08-27T01:04:48.690Z[ recovery-image] Aug 27 01:04:47.488 INFO O| Aug 27 01:04:47.488 INFO STEP 624 (remove_files) COMPLETE
71952026-08-27T01:04:48.690Z[ recovery-image] Aug 27 01:04:47.488 INFO O| Aug 27 01:04:47.488 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-08-27T01:04:48.700Z[ recovery-image] Aug 27 01:04:47.498 INFO O| Aug 27 01:04:47.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
71972026-08-27T01:04:48.700Z[ recovery-image] Aug 27 01:04:47.498 INFO O| Aug 27 01:04:47.498 INFO STEP 625 (remove_files) COMPLETE
71982026-08-27T01:04:48.700Z[ recovery-image] Aug 27 01:04:47.498 INFO O| Aug 27 01:04:47.498 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-08-27T01:04:48.711Z[ recovery-image] Aug 27 01:04:47.508 INFO O| Aug 27 01:04:47.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72002026-08-27T01:04:48.711Z[ recovery-image] Aug 27 01:04:47.508 INFO O| Aug 27 01:04:47.508 INFO STEP 626 (remove_files) COMPLETE
72012026-08-27T01:04:48.711Z[ recovery-image] Aug 27 01:04:47.508 INFO O| Aug 27 01:04:47.508 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-08-27T01:04:48.721Z[ recovery-image] Aug 27 01:04:47.518 INFO O| Aug 27 01:04:47.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72032026-08-27T01:04:48.721Z[ recovery-image] Aug 27 01:04:47.518 INFO O| Aug 27 01:04:47.518 INFO STEP 627 (remove_files) COMPLETE
72042026-08-27T01:04:48.721Z[ recovery-image] Aug 27 01:04:47.518 INFO O| Aug 27 01:04:47.518 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-08-27T01:04:48.730Z[ recovery-image] Aug 27 01:04:47.528 INFO O| Aug 27 01:04:47.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72062026-08-27T01:04:48.730Z[ recovery-image] Aug 27 01:04:47.528 INFO O| Aug 27 01:04:47.528 INFO STEP 628 (remove_files) COMPLETE
72072026-08-27T01:04:48.731Z[ recovery-image] Aug 27 01:04:47.528 INFO O| Aug 27 01:04:47.528 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-08-27T01:04:48.740Z[ recovery-image] Aug 27 01:04:47.537 INFO O| Aug 27 01:04:47.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72092026-08-27T01:04:48.740Z[ recovery-image] Aug 27 01:04:47.537 INFO O| Aug 27 01:04:47.537 INFO STEP 629 (remove_files) COMPLETE
72102026-08-27T01:04:48.740Z[ recovery-image] Aug 27 01:04:47.537 INFO O| Aug 27 01:04:47.537 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-08-27T01:04:48.750Z[ recovery-image] Aug 27 01:04:47.546 INFO O| Aug 27 01:04:47.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72122026-08-27T01:04:48.750Z[ recovery-image] Aug 27 01:04:47.546 INFO O| Aug 27 01:04:47.546 INFO STEP 630 (remove_files) COMPLETE
72132026-08-27T01:04:48.750Z[ recovery-image] Aug 27 01:04:47.546 INFO O| Aug 27 01:04:47.546 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-08-27T01:04:48.759Z[ recovery-image] Aug 27 01:04:47.556 INFO O| Aug 27 01:04:47.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72152026-08-27T01:04:48.759Z[ recovery-image] Aug 27 01:04:47.556 INFO O| Aug 27 01:04:47.556 INFO STEP 631 (remove_files) COMPLETE
72162026-08-27T01:04:48.759Z[ recovery-image] Aug 27 01:04:47.556 INFO O| Aug 27 01:04:47.556 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-08-27T01:04:48.768Z[ recovery-image] Aug 27 01:04:47.566 INFO O| Aug 27 01:04:47.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72182026-08-27T01:04:48.768Z[ recovery-image] Aug 27 01:04:47.566 INFO O| Aug 27 01:04:47.566 INFO STEP 632 (remove_files) COMPLETE
72192026-08-27T01:04:48.768Z[ recovery-image] Aug 27 01:04:47.566 INFO O| Aug 27 01:04:47.566 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-08-27T01:04:48.777Z[ recovery-image] Aug 27 01:04:47.575 INFO O| Aug 27 01:04:47.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72212026-08-27T01:04:48.777Z[ recovery-image] Aug 27 01:04:47.575 INFO O| Aug 27 01:04:47.575 INFO STEP 633 (remove_files) COMPLETE
72222026-08-27T01:04:48.777Z[ recovery-image] Aug 27 01:04:47.575 INFO O| Aug 27 01:04:47.575 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-08-27T01:04:48.798Z[ recovery-image] Aug 27 01:04:47.591 INFO O| Aug 27 01:04:47.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72242026-08-27T01:04:48.798Z[ recovery-image] Aug 27 01:04:47.591 INFO O| Aug 27 01:04:47.591 INFO STEP 634 (remove_files) COMPLETE
72252026-08-27T01:04:48.798Z[ recovery-image] Aug 27 01:04:47.591 INFO O| Aug 27 01:04:47.591 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-08-27T01:04:48.803Z[ recovery-image] Aug 27 01:04:47.601 INFO O| Aug 27 01:04:47.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72272026-08-27T01:04:48.803Z[ recovery-image] Aug 27 01:04:47.601 INFO O| Aug 27 01:04:47.601 INFO STEP 635 (remove_files) COMPLETE
72282026-08-27T01:04:48.803Z[ recovery-image] Aug 27 01:04:47.601 INFO O| Aug 27 01:04:47.601 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-08-27T01:04:48.822Z[ recovery-image] Aug 27 01:04:47.611 INFO O| Aug 27 01:04:47.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72302026-08-27T01:04:48.822Z[ recovery-image] Aug 27 01:04:47.612 INFO O| Aug 27 01:04:47.612 INFO STEP 636 (remove_files) COMPLETE
72312026-08-27T01:04:48.822Z[ recovery-image] Aug 27 01:04:47.612 INFO O| Aug 27 01:04:47.612 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-08-27T01:04:48.825Z[ recovery-image] Aug 27 01:04:47.621 INFO O| Aug 27 01:04:47.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72332026-08-27T01:04:48.825Z[ recovery-image] Aug 27 01:04:47.621 INFO O| Aug 27 01:04:47.621 INFO STEP 637 (remove_files) COMPLETE
72342026-08-27T01:04:48.825Z[ recovery-image] Aug 27 01:04:47.621 INFO O| Aug 27 01:04:47.621 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-08-27T01:04:48.833Z[ recovery-image] Aug 27 01:04:47.630 INFO O| Aug 27 01:04:47.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72362026-08-27T01:04:48.833Z[ recovery-image] Aug 27 01:04:47.630 INFO O| Aug 27 01:04:47.630 INFO STEP 638 (remove_files) COMPLETE
72372026-08-27T01:04:48.836Z[ recovery-image] Aug 27 01:04:47.630 INFO O| Aug 27 01:04:47.630 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-08-27T01:04:48.841Z[ recovery-image] Aug 27 01:04:47.639 INFO O| Aug 27 01:04:47.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72392026-08-27T01:04:48.841Z[ recovery-image] Aug 27 01:04:47.639 INFO O| Aug 27 01:04:47.639 INFO STEP 639 (remove_files) COMPLETE
72402026-08-27T01:04:48.841Z[ recovery-image] Aug 27 01:04:47.639 INFO O| Aug 27 01:04:47.639 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-08-27T01:04:48.850Z[ recovery-image] Aug 27 01:04:47.648 INFO O| Aug 27 01:04:47.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72422026-08-27T01:04:48.850Z[ recovery-image] Aug 27 01:04:47.648 INFO O| Aug 27 01:04:47.648 INFO STEP 640 (remove_files) COMPLETE
72432026-08-27T01:04:48.850Z[ recovery-image] Aug 27 01:04:47.648 INFO O| Aug 27 01:04:47.648 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-08-27T01:04:48.861Z[ recovery-image] Aug 27 01:04:47.658 INFO O| Aug 27 01:04:47.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72452026-08-27T01:04:48.861Z[ recovery-image] Aug 27 01:04:47.658 INFO O| Aug 27 01:04:47.658 INFO STEP 641 (remove_files) COMPLETE
72462026-08-27T01:04:48.864Z[ recovery-image] Aug 27 01:04:47.658 INFO O| Aug 27 01:04:47.658 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-08-27T01:04:48.870Z[ recovery-image] Aug 27 01:04:47.666 INFO O| Aug 27 01:04:47.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72482026-08-27T01:04:48.870Z[ recovery-image] Aug 27 01:04:47.667 INFO O| Aug 27 01:04:47.667 INFO STEP 642 (remove_files) COMPLETE
72492026-08-27T01:04:48.873Z[ recovery-image] Aug 27 01:04:47.667 INFO O| Aug 27 01:04:47.667 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-08-27T01:04:48.876Z[ recovery-image] Aug 27 01:04:47.674 INFO O| Aug 27 01:04:47.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72512026-08-27T01:04:48.877Z[ recovery-image] Aug 27 01:04:47.674 INFO O| Aug 27 01:04:47.674 INFO STEP 643 (remove_files) COMPLETE
72522026-08-27T01:04:48.877Z[ recovery-image] Aug 27 01:04:47.674 INFO O| Aug 27 01:04:47.674 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-08-27T01:04:48.886Z[ recovery-image] Aug 27 01:04:47.682 INFO O| Aug 27 01:04:47.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
72542026-08-27T01:04:48.887Z[ recovery-image] Aug 27 01:04:47.682 INFO O| Aug 27 01:04:47.682 INFO STEP 644 (remove_files) COMPLETE
72552026-08-27T01:04:48.892Z[ recovery-image] Aug 27 01:04:47.682 INFO O| Aug 27 01:04:47.682 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-08-27T01:04:48.897Z[ recovery-image] Aug 27 01:04:47.690 INFO O| Aug 27 01:04:47.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
72572026-08-27T01:04:48.897Z[ recovery-image] Aug 27 01:04:47.690 INFO O| Aug 27 01:04:47.690 INFO STEP 645 (remove_files) COMPLETE
72582026-08-27T01:04:48.898Z[ recovery-image] Aug 27 01:04:47.690 INFO O| Aug 27 01:04:47.690 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-08-27T01:04:48.951Z[ recovery-image] Aug 27 01:04:47.700 INFO O| Aug 27 01:04:47.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
72602026-08-27T01:04:48.951Z[ recovery-image] Aug 27 01:04:47.700 INFO O| Aug 27 01:04:47.700 INFO STEP 646 (remove_files) COMPLETE
72612026-08-27T01:04:48.951Z[ recovery-image] Aug 27 01:04:47.700 INFO O| Aug 27 01:04:47.700 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-08-27T01:04:48.951Z[ recovery-image] Aug 27 01:04:47.710 INFO O| Aug 27 01:04:47.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
72632026-08-27T01:04:48.951Z[ recovery-image] Aug 27 01:04:47.710 INFO O| Aug 27 01:04:47.710 INFO STEP 647 (remove_files) COMPLETE
72642026-08-27T01:04:48.951Z[ recovery-image] Aug 27 01:04:47.710 INFO O| Aug 27 01:04:47.710 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-08-27T01:04:48.951Z[ recovery-image] Aug 27 01:04:47.720 INFO O| Aug 27 01:04:47.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
72662026-08-27T01:04:48.951Z[ recovery-image] Aug 27 01:04:47.720 INFO O| Aug 27 01:04:47.720 INFO STEP 648 (remove_files) COMPLETE
72672026-08-27T01:04:48.951Z[ recovery-image] Aug 27 01:04:47.720 INFO O| Aug 27 01:04:47.720 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-08-27T01:04:48.951Z[ recovery-image] Aug 27 01:04:47.731 INFO O| Aug 27 01:04:47.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
72692026-08-27T01:04:48.951Z[ recovery-image] Aug 27 01:04:47.731 INFO O| Aug 27 01:04:47.731 INFO STEP 649 (remove_files) COMPLETE
72702026-08-27T01:04:48.952Z[ recovery-image] Aug 27 01:04:47.731 INFO O| Aug 27 01:04:47.731 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-08-27T01:04:48.952Z[ recovery-image] Aug 27 01:04:47.739 INFO O| Aug 27 01:04:47.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
72722026-08-27T01:04:48.952Z[ recovery-image] Aug 27 01:04:47.739 INFO O| Aug 27 01:04:47.739 INFO STEP 650 (remove_files) COMPLETE
72732026-08-27T01:04:48.952Z[ recovery-image] Aug 27 01:04:47.739 INFO O| Aug 27 01:04:47.739 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-08-27T01:04:48.956Z[ recovery-image] Aug 27 01:04:47.747 INFO O| Aug 27 01:04:47.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
72752026-08-27T01:04:48.956Z[ recovery-image] Aug 27 01:04:47.748 INFO O| Aug 27 01:04:47.747 INFO STEP 651 (remove_files) COMPLETE
72762026-08-27T01:04:48.956Z[ recovery-image] Aug 27 01:04:47.748 INFO O| Aug 27 01:04:47.747 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-08-27T01:04:48.959Z[ recovery-image] Aug 27 01:04:47.755 INFO O| Aug 27 01:04:47.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
72782026-08-27T01:04:48.960Z[ recovery-image] Aug 27 01:04:47.755 INFO O| Aug 27 01:04:47.755 INFO STEP 652 (remove_files) COMPLETE
72792026-08-27T01:04:48.960Z[ recovery-image] Aug 27 01:04:47.755 INFO O| Aug 27 01:04:47.755 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-08-27T01:04:48.966Z[ recovery-image] Aug 27 01:04:47.764 INFO O| Aug 27 01:04:47.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
72812026-08-27T01:04:48.966Z[ recovery-image] Aug 27 01:04:47.764 INFO O| Aug 27 01:04:47.764 INFO STEP 653 (remove_files) COMPLETE
72822026-08-27T01:04:48.966Z[ recovery-image] Aug 27 01:04:47.764 INFO O| Aug 27 01:04:47.764 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-08-27T01:04:48.976Z[ recovery-image] Aug 27 01:04:47.772 INFO O| Aug 27 01:04:47.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
72842026-08-27T01:04:48.976Z[ recovery-image] Aug 27 01:04:47.772 INFO O| Aug 27 01:04:47.772 INFO STEP 654 (remove_files) COMPLETE
72852026-08-27T01:04:48.976Z[ recovery-image] Aug 27 01:04:47.772 INFO O| Aug 27 01:04:47.772 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-08-27T01:04:48.985Z[ recovery-image] Aug 27 01:04:47.782 INFO O| Aug 27 01:04:47.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
72872026-08-27T01:04:48.985Z[ recovery-image] Aug 27 01:04:47.782 INFO O| Aug 27 01:04:47.782 INFO STEP 655 (remove_files) COMPLETE
72882026-08-27T01:04:48.985Z[ recovery-image] Aug 27 01:04:47.782 INFO O| Aug 27 01:04:47.782 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-08-27T01:04:48.993Z[ recovery-image] Aug 27 01:04:47.790 INFO O| Aug 27 01:04:47.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
72902026-08-27T01:04:48.993Z[ recovery-image] Aug 27 01:04:47.790 INFO O| Aug 27 01:04:47.790 INFO STEP 656 (remove_files) COMPLETE
72912026-08-27T01:04:48.993Z[ recovery-image] Aug 27 01:04:47.790 INFO O| Aug 27 01:04:47.790 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-08-27T01:04:49.004Z[ recovery-image] Aug 27 01:04:47.800 INFO O| Aug 27 01:04:47.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
72932026-08-27T01:04:49.004Z[ recovery-image] Aug 27 01:04:47.801 INFO O| Aug 27 01:04:47.801 INFO STEP 657 (remove_files) COMPLETE
72942026-08-27T01:04:49.004Z[ recovery-image] Aug 27 01:04:47.801 INFO O| Aug 27 01:04:47.801 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-08-27T01:04:49.014Z[ recovery-image] Aug 27 01:04:47.810 INFO O| Aug 27 01:04:47.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
72962026-08-27T01:04:49.014Z[ recovery-image] Aug 27 01:04:47.810 INFO O| Aug 27 01:04:47.810 INFO STEP 658 (remove_files) COMPLETE
72972026-08-27T01:04:49.017Z[ recovery-image] Aug 27 01:04:47.810 INFO O| Aug 27 01:04:47.810 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-08-27T01:04:49.023Z[ recovery-image] Aug 27 01:04:47.820 INFO O| Aug 27 01:04:47.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
72992026-08-27T01:04:49.023Z[ recovery-image] Aug 27 01:04:47.821 INFO O| Aug 27 01:04:47.821 INFO STEP 659 (remove_files) COMPLETE
73002026-08-27T01:04:49.026Z[ recovery-image] Aug 27 01:04:47.821 INFO O| Aug 27 01:04:47.821 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-08-27T01:04:49.033Z[ recovery-image] Aug 27 01:04:47.831 INFO O| Aug 27 01:04:47.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73022026-08-27T01:04:49.033Z[ recovery-image] Aug 27 01:04:47.831 INFO O| Aug 27 01:04:47.831 INFO STEP 660 (remove_files) COMPLETE
73032026-08-27T01:04:49.036Z[ recovery-image] Aug 27 01:04:47.831 INFO O| Aug 27 01:04:47.831 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-08-27T01:04:49.042Z[ recovery-image] Aug 27 01:04:47.839 INFO O| Aug 27 01:04:47.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73052026-08-27T01:04:49.042Z[ recovery-image] Aug 27 01:04:47.839 INFO O| Aug 27 01:04:47.839 INFO STEP 661 (remove_files) COMPLETE
73062026-08-27T01:04:49.042Z[ recovery-image] Aug 27 01:04:47.839 INFO O| Aug 27 01:04:47.839 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-08-27T01:04:49.050Z[ recovery-image] Aug 27 01:04:47.848 INFO O| Aug 27 01:04:47.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73082026-08-27T01:04:49.054Z[ recovery-image] Aug 27 01:04:47.849 INFO O| Aug 27 01:04:47.849 INFO STEP 662 (remove_files) COMPLETE
73092026-08-27T01:04:49.054Z[ recovery-image] Aug 27 01:04:47.849 INFO O| Aug 27 01:04:47.849 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-08-27T01:04:49.062Z[ recovery-image] Aug 27 01:04:47.860 INFO O| Aug 27 01:04:47.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73112026-08-27T01:04:49.062Z[ recovery-image] Aug 27 01:04:47.860 INFO O| Aug 27 01:04:47.860 INFO STEP 663 (remove_files) COMPLETE
73122026-08-27T01:04:49.062Z[ recovery-image] Aug 27 01:04:47.860 INFO O| Aug 27 01:04:47.860 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-08-27T01:04:49.072Z[ recovery-image] Aug 27 01:04:47.870 INFO O| Aug 27 01:04:47.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73142026-08-27T01:04:49.072Z[ recovery-image] Aug 27 01:04:47.870 INFO O| Aug 27 01:04:47.870 INFO STEP 664 (remove_files) COMPLETE
73152026-08-27T01:04:49.075Z[ recovery-image] Aug 27 01:04:47.870 INFO O| Aug 27 01:04:47.870 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-08-27T01:04:49.081Z[ recovery-image] Aug 27 01:04:47.879 INFO O| Aug 27 01:04:47.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73172026-08-27T01:04:49.084Z[ recovery-image] Aug 27 01:04:47.879 INFO O| Aug 27 01:04:47.879 INFO STEP 665 (remove_files) COMPLETE
73182026-08-27T01:04:49.084Z[ recovery-image] Aug 27 01:04:47.879 INFO O| Aug 27 01:04:47.879 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-08-27T01:04:49.092Z[ recovery-image] Aug 27 01:04:47.889 INFO O| Aug 27 01:04:47.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73202026-08-27T01:04:49.093Z[ recovery-image] Aug 27 01:04:47.889 INFO O| Aug 27 01:04:47.889 INFO STEP 666 (remove_files) COMPLETE
73212026-08-27T01:04:49.093Z[ recovery-image] Aug 27 01:04:47.889 INFO O| Aug 27 01:04:47.889 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-08-27T01:04:49.101Z[ recovery-image] Aug 27 01:04:47.899 INFO O| Aug 27 01:04:47.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73232026-08-27T01:04:49.101Z[ recovery-image] Aug 27 01:04:47.899 INFO O| Aug 27 01:04:47.899 INFO STEP 667 (remove_files) COMPLETE
73242026-08-27T01:04:49.101Z[ recovery-image] Aug 27 01:04:47.899 INFO O| Aug 27 01:04:47.899 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-08-27T01:04:49.112Z[ recovery-image] Aug 27 01:04:47.910 INFO O| Aug 27 01:04:47.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73262026-08-27T01:04:49.112Z[ recovery-image] Aug 27 01:04:47.910 INFO O| Aug 27 01:04:47.910 INFO STEP 668 (remove_files) COMPLETE
73272026-08-27T01:04:49.112Z[ recovery-image] Aug 27 01:04:47.910 INFO O| Aug 27 01:04:47.910 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-08-27T01:04:49.124Z[ recovery-image] Aug 27 01:04:47.919 INFO O| Aug 27 01:04:47.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73292026-08-27T01:04:49.124Z[ recovery-image] Aug 27 01:04:47.919 INFO O| Aug 27 01:04:47.919 INFO STEP 669 (remove_files) COMPLETE
73302026-08-27T01:04:49.124Z[ recovery-image] Aug 27 01:04:47.919 INFO O| Aug 27 01:04:47.919 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-08-27T01:04:49.130Z[ recovery-image] Aug 27 01:04:47.928 INFO O| Aug 27 01:04:47.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73322026-08-27T01:04:49.130Z[ recovery-image] Aug 27 01:04:47.928 INFO O| Aug 27 01:04:47.928 INFO STEP 670 (remove_files) COMPLETE
73332026-08-27T01:04:49.134Z[ recovery-image] Aug 27 01:04:47.928 INFO O| Aug 27 01:04:47.928 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-08-27T01:04:49.141Z[ recovery-image] Aug 27 01:04:47.939 INFO O| Aug 27 01:04:47.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73352026-08-27T01:04:49.141Z[ recovery-image] Aug 27 01:04:47.939 INFO O| Aug 27 01:04:47.939 INFO STEP 671 (remove_files) COMPLETE
73362026-08-27T01:04:49.141Z[ recovery-image] Aug 27 01:04:47.939 INFO O| Aug 27 01:04:47.939 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-08-27T01:04:49.151Z[ recovery-image] Aug 27 01:04:47.949 INFO O| Aug 27 01:04:47.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73382026-08-27T01:04:49.151Z[ recovery-image] Aug 27 01:04:47.949 INFO O| Aug 27 01:04:47.949 INFO STEP 672 (remove_files) COMPLETE
73392026-08-27T01:04:49.151Z[ recovery-image] Aug 27 01:04:47.949 INFO O| Aug 27 01:04:47.949 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-08-27T01:04:49.163Z[ recovery-image] Aug 27 01:04:47.960 INFO O| Aug 27 01:04:47.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73412026-08-27T01:04:49.163Z[ recovery-image] Aug 27 01:04:47.960 INFO O| Aug 27 01:04:47.960 INFO STEP 673 (remove_files) COMPLETE
73422026-08-27T01:04:49.163Z[ recovery-image] Aug 27 01:04:47.960 INFO O| Aug 27 01:04:47.960 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-08-27T01:04:49.175Z[ recovery-image] Aug 27 01:04:47.969 INFO O| Aug 27 01:04:47.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73442026-08-27T01:04:49.175Z[ recovery-image] Aug 27 01:04:47.969 INFO O| Aug 27 01:04:47.969 INFO STEP 674 (remove_files) COMPLETE
73452026-08-27T01:04:49.175Z[ recovery-image] Aug 27 01:04:47.969 INFO O| Aug 27 01:04:47.969 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-08-27T01:04:49.184Z[ recovery-image] Aug 27 01:04:47.980 INFO O| Aug 27 01:04:47.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73472026-08-27T01:04:49.184Z[ recovery-image] Aug 27 01:04:47.980 INFO O| Aug 27 01:04:47.980 INFO STEP 675 (remove_files) COMPLETE
73482026-08-27T01:04:49.184Z[ recovery-image] Aug 27 01:04:47.980 INFO O| Aug 27 01:04:47.980 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-08-27T01:04:49.193Z[ recovery-image] Aug 27 01:04:47.990 INFO O| Aug 27 01:04:47.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73502026-08-27T01:04:49.193Z[ recovery-image] Aug 27 01:04:47.990 INFO O| Aug 27 01:04:47.990 INFO STEP 676 (remove_files) COMPLETE
73512026-08-27T01:04:49.193Z[ recovery-image] Aug 27 01:04:47.990 INFO O| Aug 27 01:04:47.990 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-08-27T01:04:49.203Z[ recovery-image] Aug 27 01:04:48.000 INFO O| Aug 27 01:04:48.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
73532026-08-27T01:04:49.203Z[ recovery-image] Aug 27 01:04:48.000 INFO O| Aug 27 01:04:48.000 INFO STEP 677 (remove_files) COMPLETE
73542026-08-27T01:04:49.203Z[ recovery-image] Aug 27 01:04:48.000 INFO O| Aug 27 01:04:48.000 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-08-27T01:04:49.216Z[ recovery-image] Aug 27 01:04:48.011 INFO O| Aug 27 01:04:48.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
73562026-08-27T01:04:49.216Z[ recovery-image] Aug 27 01:04:48.011 INFO O| Aug 27 01:04:48.011 INFO STEP 678 (remove_files) COMPLETE
73572026-08-27T01:04:49.220Z[ recovery-image] Aug 27 01:04:48.011 INFO O| Aug 27 01:04:48.011 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-08-27T01:04:49.224Z[ recovery-image] Aug 27 01:04:48.020 INFO O| Aug 27 01:04:48.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
73592026-08-27T01:04:49.224Z[ recovery-image] Aug 27 01:04:48.021 INFO O| Aug 27 01:04:48.020 INFO STEP 679 (remove_files) COMPLETE
73602026-08-27T01:04:49.224Z[ recovery-image] Aug 27 01:04:48.021 INFO O| Aug 27 01:04:48.020 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-08-27T01:04:49.242Z[ recovery-image] Aug 27 01:04:48.039 INFO O| Aug 27 01:04:48.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
73622026-08-27T01:04:49.242Z[ recovery-image] Aug 27 01:04:48.039 INFO O| Aug 27 01:04:48.039 INFO STEP 680 (remove_files) COMPLETE
73632026-08-27T01:04:49.242Z[ recovery-image] Aug 27 01:04:48.039 INFO O| Aug 27 01:04:48.039 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-08-27T01:04:49.253Z[ recovery-image] Aug 27 01:04:48.050 INFO O| Aug 27 01:04:48.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
73652026-08-27T01:04:49.253Z[ recovery-image] Aug 27 01:04:48.050 INFO O| Aug 27 01:04:48.050 INFO STEP 681 (remove_files) COMPLETE
73662026-08-27T01:04:49.256Z[ recovery-image] Aug 27 01:04:48.050 INFO O| Aug 27 01:04:48.050 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-08-27T01:04:49.266Z[ recovery-image] Aug 27 01:04:48.063 INFO O| Aug 27 01:04:48.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
73682026-08-27T01:04:49.266Z[ recovery-image] Aug 27 01:04:48.063 INFO O| Aug 27 01:04:48.061 INFO STEP 682 (remove_files) COMPLETE
73692026-08-27T01:04:49.266Z[ recovery-image] Aug 27 01:04:48.063 INFO O| Aug 27 01:04:48.061 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-08-27T01:04:49.276Z[ recovery-image] Aug 27 01:04:48.074 INFO O| Aug 27 01:04:48.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
73712026-08-27T01:04:49.276Z[ recovery-image] Aug 27 01:04:48.074 INFO O| Aug 27 01:04:48.070 INFO STEP 683 (remove_files) COMPLETE
73722026-08-27T01:04:49.276Z[ recovery-image] Aug 27 01:04:48.074 INFO O| Aug 27 01:04:48.070 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-08-27T01:04:49.282Z[ recovery-image] Aug 27 01:04:48.080 INFO O| Aug 27 01:04:48.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
73742026-08-27T01:04:49.282Z[ recovery-image] Aug 27 01:04:48.080 INFO O| Aug 27 01:04:48.079 INFO STEP 684 (remove_files) COMPLETE
73752026-08-27T01:04:49.285Z[ recovery-image] Aug 27 01:04:48.080 INFO O| Aug 27 01:04:48.079 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-08-27T01:04:49.292Z[ recovery-image] Aug 27 01:04:48.089 INFO O| Aug 27 01:04:48.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
73772026-08-27T01:04:49.293Z[ recovery-image] Aug 27 01:04:48.089 INFO O| Aug 27 01:04:48.089 INFO STEP 685 (remove_files) COMPLETE
73782026-08-27T01:04:49.293Z[ recovery-image] Aug 27 01:04:48.089 INFO O| Aug 27 01:04:48.089 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-08-27T01:04:49.303Z[ recovery-image] Aug 27 01:04:48.101 INFO O| Aug 27 01:04:48.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
73802026-08-27T01:04:49.303Z[ recovery-image] Aug 27 01:04:48.101 INFO O| Aug 27 01:04:48.101 INFO STEP 686 (remove_files) COMPLETE
73812026-08-27T01:04:49.303Z[ recovery-image] Aug 27 01:04:48.101 INFO O| Aug 27 01:04:48.101 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-08-27T01:04:49.314Z[ recovery-image] Aug 27 01:04:48.112 INFO O| Aug 27 01:04:48.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
73832026-08-27T01:04:49.314Z[ recovery-image] Aug 27 01:04:48.112 INFO O| Aug 27 01:04:48.112 INFO STEP 687 (remove_files) COMPLETE
73842026-08-27T01:04:49.315Z[ recovery-image] Aug 27 01:04:48.112 INFO O| Aug 27 01:04:48.112 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-08-27T01:04:49.325Z[ recovery-image] Aug 27 01:04:48.123 INFO O| Aug 27 01:04:48.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
73862026-08-27T01:04:49.326Z[ recovery-image] Aug 27 01:04:48.123 INFO O| Aug 27 01:04:48.123 INFO STEP 688 (remove_files) COMPLETE
73872026-08-27T01:04:49.326Z[ recovery-image] Aug 27 01:04:48.123 INFO O| Aug 27 01:04:48.123 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-08-27T01:04:49.335Z[ recovery-image] Aug 27 01:04:48.133 INFO O| Aug 27 01:04:48.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
73892026-08-27T01:04:49.335Z[ recovery-image] Aug 27 01:04:48.133 INFO O| Aug 27 01:04:48.133 INFO STEP 689 (remove_files) COMPLETE
73902026-08-27T01:04:49.335Z[ recovery-image] Aug 27 01:04:48.133 INFO O| Aug 27 01:04:48.133 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-08-27T01:04:49.347Z[ recovery-image] Aug 27 01:04:48.143 INFO O| Aug 27 01:04:48.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
73922026-08-27T01:04:49.347Z[ recovery-image] Aug 27 01:04:48.144 INFO O| Aug 27 01:04:48.143 INFO STEP 690 (remove_files) COMPLETE
73932026-08-27T01:04:49.347Z[ recovery-image] Aug 27 01:04:48.144 INFO O| Aug 27 01:04:48.144 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-08-27T01:04:49.356Z[ recovery-image] Aug 27 01:04:48.153 INFO O| Aug 27 01:04:48.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
73952026-08-27T01:04:49.361Z[ recovery-image] Aug 27 01:04:48.154 INFO O| Aug 27 01:04:48.154 INFO STEP 691 (remove_files) COMPLETE
73962026-08-27T01:04:49.361Z[ recovery-image] Aug 27 01:04:48.154 INFO O| Aug 27 01:04:48.154 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-08-27T01:04:49.366Z[ recovery-image] Aug 27 01:04:48.163 INFO O| Aug 27 01:04:48.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
73982026-08-27T01:04:49.366Z[ recovery-image] Aug 27 01:04:48.163 INFO O| Aug 27 01:04:48.163 INFO STEP 692 (remove_files) COMPLETE
73992026-08-27T01:04:49.369Z[ recovery-image] Aug 27 01:04:48.163 INFO O| Aug 27 01:04:48.163 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-08-27T01:04:49.375Z[ recovery-image] Aug 27 01:04:48.173 INFO O| Aug 27 01:04:48.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74012026-08-27T01:04:49.375Z[ recovery-image] Aug 27 01:04:48.173 INFO O| Aug 27 01:04:48.173 INFO STEP 693 (remove_files) COMPLETE
74022026-08-27T01:04:49.376Z[ recovery-image] Aug 27 01:04:48.173 INFO O| Aug 27 01:04:48.173 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-08-27T01:04:49.386Z[ recovery-image] Aug 27 01:04:48.183 INFO O| Aug 27 01:04:48.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74042026-08-27T01:04:49.386Z[ recovery-image] Aug 27 01:04:48.183 INFO O| Aug 27 01:04:48.183 INFO STEP 694 (remove_files) COMPLETE
74052026-08-27T01:04:49.386Z[ recovery-image] Aug 27 01:04:48.183 INFO O| Aug 27 01:04:48.183 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-08-27T01:04:49.396Z[ recovery-image] Aug 27 01:04:48.194 INFO O| Aug 27 01:04:48.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74072026-08-27T01:04:49.396Z[ recovery-image] Aug 27 01:04:48.194 INFO O| Aug 27 01:04:48.194 INFO STEP 695 (remove_files) COMPLETE
74082026-08-27T01:04:49.396Z[ recovery-image] Aug 27 01:04:48.194 INFO O| Aug 27 01:04:48.194 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-08-27T01:04:49.406Z[ recovery-image] Aug 27 01:04:48.204 INFO O| Aug 27 01:04:48.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74102026-08-27T01:04:49.406Z[ recovery-image] Aug 27 01:04:48.204 INFO O| Aug 27 01:04:48.204 INFO STEP 696 (remove_files) COMPLETE
74112026-08-27T01:04:49.406Z[ recovery-image] Aug 27 01:04:48.204 INFO O| Aug 27 01:04:48.204 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-08-27T01:04:49.417Z[ recovery-image] Aug 27 01:04:48.214 INFO O| Aug 27 01:04:48.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74132026-08-27T01:04:49.417Z[ recovery-image] Aug 27 01:04:48.214 INFO O| Aug 27 01:04:48.214 INFO STEP 697 (remove_files) COMPLETE
74142026-08-27T01:04:49.417Z[ recovery-image] Aug 27 01:04:48.214 INFO O| Aug 27 01:04:48.214 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-08-27T01:04:49.427Z[ recovery-image] Aug 27 01:04:48.224 INFO O| Aug 27 01:04:48.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74162026-08-27T01:04:49.427Z[ recovery-image] Aug 27 01:04:48.224 INFO O| Aug 27 01:04:48.224 INFO STEP 698 (remove_files) COMPLETE
74172026-08-27T01:04:49.430Z[ recovery-image] Aug 27 01:04:48.224 INFO O| Aug 27 01:04:48.224 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-08-27T01:04:49.437Z[ recovery-image] Aug 27 01:04:48.235 INFO O| Aug 27 01:04:48.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74192026-08-27T01:04:49.438Z[ recovery-image] Aug 27 01:04:48.235 INFO O| Aug 27 01:04:48.235 INFO STEP 699 (remove_files) COMPLETE
74202026-08-27T01:04:49.441Z[ recovery-image] Aug 27 01:04:48.235 INFO O| Aug 27 01:04:48.235 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-08-27T01:04:49.449Z[ recovery-image] Aug 27 01:04:48.247 INFO O| Aug 27 01:04:48.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74222026-08-27T01:04:49.449Z[ recovery-image] Aug 27 01:04:48.247 INFO O| Aug 27 01:04:48.247 INFO STEP 700 (remove_files) COMPLETE
74232026-08-27T01:04:49.453Z[ recovery-image] Aug 27 01:04:48.247 INFO O| Aug 27 01:04:48.247 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-08-27T01:04:49.460Z[ recovery-image] Aug 27 01:04:48.257 INFO O| Aug 27 01:04:48.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74252026-08-27T01:04:49.460Z[ recovery-image] Aug 27 01:04:48.257 INFO O| Aug 27 01:04:48.257 INFO STEP 701 (remove_files) COMPLETE
74262026-08-27T01:04:49.464Z[ recovery-image] Aug 27 01:04:48.257 INFO O| Aug 27 01:04:48.257 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-08-27T01:04:49.471Z[ recovery-image] Aug 27 01:04:48.269 INFO O| Aug 27 01:04:48.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74282026-08-27T01:04:49.472Z[ recovery-image] Aug 27 01:04:48.269 INFO O| Aug 27 01:04:48.269 INFO STEP 702 (remove_files) COMPLETE
74292026-08-27T01:04:49.472Z[ recovery-image] Aug 27 01:04:48.269 INFO O| Aug 27 01:04:48.269 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-08-27T01:04:49.482Z[ recovery-image] Aug 27 01:04:48.279 INFO O| Aug 27 01:04:48.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74312026-08-27T01:04:49.482Z[ recovery-image] Aug 27 01:04:48.279 INFO O| Aug 27 01:04:48.279 INFO STEP 703 (remove_files) COMPLETE
74322026-08-27T01:04:49.482Z[ recovery-image] Aug 27 01:04:48.279 INFO O| Aug 27 01:04:48.279 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-08-27T01:04:49.493Z[ recovery-image] Aug 27 01:04:48.291 INFO O| Aug 27 01:04:48.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74342026-08-27T01:04:49.493Z[ recovery-image] Aug 27 01:04:48.291 INFO O| Aug 27 01:04:48.291 INFO STEP 704 (remove_files) COMPLETE
74352026-08-27T01:04:49.493Z[ recovery-image] Aug 27 01:04:48.291 INFO O| Aug 27 01:04:48.291 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-08-27T01:04:49.504Z[ recovery-image] Aug 27 01:04:48.302 INFO O| Aug 27 01:04:48.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74372026-08-27T01:04:49.504Z[ recovery-image] Aug 27 01:04:48.302 INFO O| Aug 27 01:04:48.302 INFO STEP 705 (remove_files) COMPLETE
74382026-08-27T01:04:49.504Z[ recovery-image] Aug 27 01:04:48.302 INFO O| Aug 27 01:04:48.302 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-08-27T01:04:49.516Z[ recovery-image] Aug 27 01:04:48.312 INFO O| Aug 27 01:04:48.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74402026-08-27T01:04:49.516Z[ recovery-image] Aug 27 01:04:48.312 INFO O| Aug 27 01:04:48.312 INFO STEP 706 (remove_files) COMPLETE
74412026-08-27T01:04:49.516Z[ recovery-image] Aug 27 01:04:48.312 INFO O| Aug 27 01:04:48.312 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-08-27T01:04:49.527Z[ recovery-image] Aug 27 01:04:48.323 INFO O| Aug 27 01:04:48.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74432026-08-27T01:04:49.527Z[ recovery-image] Aug 27 01:04:48.323 INFO O| Aug 27 01:04:48.323 INFO STEP 707 (remove_files) COMPLETE
74442026-08-27T01:04:49.530Z[ recovery-image] Aug 27 01:04:48.323 INFO O| Aug 27 01:04:48.323 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-08-27T01:04:49.536Z[ recovery-image] Aug 27 01:04:48.334 INFO O| Aug 27 01:04:48.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74462026-08-27T01:04:49.537Z[ recovery-image] Aug 27 01:04:48.334 INFO O| Aug 27 01:04:48.334 INFO STEP 708 (remove_files) COMPLETE
74472026-08-27T01:04:49.537Z[ recovery-image] Aug 27 01:04:48.334 INFO O| Aug 27 01:04:48.334 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-08-27T01:04:49.550Z[ recovery-image] Aug 27 01:04:48.344 INFO O| Aug 27 01:04:48.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74492026-08-27T01:04:49.551Z[ recovery-image] Aug 27 01:04:48.344 INFO O| Aug 27 01:04:48.344 INFO STEP 709 (remove_files) COMPLETE
74502026-08-27T01:04:49.551Z[ recovery-image] Aug 27 01:04:48.344 INFO O| Aug 27 01:04:48.344 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-08-27T01:04:49.557Z[ recovery-image] Aug 27 01:04:48.355 INFO O| Aug 27 01:04:48.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74522026-08-27T01:04:49.557Z[ recovery-image] Aug 27 01:04:48.355 INFO O| Aug 27 01:04:48.355 INFO STEP 710 (remove_files) COMPLETE
74532026-08-27T01:04:49.561Z[ recovery-image] Aug 27 01:04:48.355 INFO O| Aug 27 01:04:48.355 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-08-27T01:04:49.569Z[ recovery-image] Aug 27 01:04:48.365 INFO O| Aug 27 01:04:48.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
74552026-08-27T01:04:49.569Z[ recovery-image] Aug 27 01:04:48.366 INFO O| Aug 27 01:04:48.365 INFO STEP 711 (remove_files) COMPLETE
74562026-08-27T01:04:49.569Z[ recovery-image] Aug 27 01:04:48.366 INFO O| Aug 27 01:04:48.366 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-08-27T01:04:49.577Z[ recovery-image] Aug 27 01:04:48.375 INFO O| Aug 27 01:04:48.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
74582026-08-27T01:04:49.577Z[ recovery-image] Aug 27 01:04:48.375 INFO O| Aug 27 01:04:48.375 INFO STEP 712 (remove_files) COMPLETE
74592026-08-27T01:04:49.577Z[ recovery-image] Aug 27 01:04:48.375 INFO O| Aug 27 01:04:48.375 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-08-27T01:04:49.589Z[ recovery-image] Aug 27 01:04:48.386 INFO O| Aug 27 01:04:48.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
74612026-08-27T01:04:49.589Z[ recovery-image] Aug 27 01:04:48.386 INFO O| Aug 27 01:04:48.386 INFO STEP 713 (remove_files) COMPLETE
74622026-08-27T01:04:49.589Z[ recovery-image] Aug 27 01:04:48.386 INFO O| Aug 27 01:04:48.386 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-08-27T01:04:49.600Z[ recovery-image] Aug 27 01:04:48.398 INFO O| Aug 27 01:04:48.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
74642026-08-27T01:04:49.600Z[ recovery-image] Aug 27 01:04:48.398 INFO O| Aug 27 01:04:48.398 INFO STEP 714 (remove_files) COMPLETE
74652026-08-27T01:04:49.600Z[ recovery-image] Aug 27 01:04:48.398 INFO O| Aug 27 01:04:48.398 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-08-27T01:04:49.610Z[ recovery-image] Aug 27 01:04:48.407 INFO O| Aug 27 01:04:48.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
74672026-08-27T01:04:49.610Z[ recovery-image] Aug 27 01:04:48.407 INFO O| Aug 27 01:04:48.407 INFO STEP 715 (remove_files) COMPLETE
74682026-08-27T01:04:49.610Z[ recovery-image] Aug 27 01:04:48.407 INFO O| Aug 27 01:04:48.407 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-08-27T01:04:49.620Z[ recovery-image] Aug 27 01:04:48.418 INFO O| Aug 27 01:04:48.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
74702026-08-27T01:04:49.620Z[ recovery-image] Aug 27 01:04:48.418 INFO O| Aug 27 01:04:48.418 INFO STEP 716 (remove_files) COMPLETE
74712026-08-27T01:04:49.620Z[ recovery-image] Aug 27 01:04:48.418 INFO O| Aug 27 01:04:48.418 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-08-27T01:04:49.630Z[ recovery-image] Aug 27 01:04:48.428 INFO O| Aug 27 01:04:48.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
74732026-08-27T01:04:49.630Z[ recovery-image] Aug 27 01:04:48.428 INFO O| Aug 27 01:04:48.428 INFO STEP 717 (remove_files) COMPLETE
74742026-08-27T01:04:49.630Z[ recovery-image] Aug 27 01:04:48.428 INFO O| Aug 27 01:04:48.428 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-08-27T01:04:49.640Z[ recovery-image] Aug 27 01:04:48.437 INFO O| Aug 27 01:04:48.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
74762026-08-27T01:04:49.640Z[ recovery-image] Aug 27 01:04:48.437 INFO O| Aug 27 01:04:48.437 INFO STEP 718 (remove_files) COMPLETE
74772026-08-27T01:04:49.640Z[ recovery-image] Aug 27 01:04:48.437 INFO O| Aug 27 01:04:48.437 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-08-27T01:04:49.648Z[ recovery-image] Aug 27 01:04:48.445 INFO O| Aug 27 01:04:48.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
74792026-08-27T01:04:49.648Z[ recovery-image] Aug 27 01:04:48.446 INFO O| Aug 27 01:04:48.446 INFO STEP 719 (remove_files) COMPLETE
74802026-08-27T01:04:49.648Z[ recovery-image] Aug 27 01:04:48.446 INFO O| Aug 27 01:04:48.446 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-08-27T01:04:49.651Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
74822026-08-27T01:04:49.657Z[ recovery-image] Aug 27 01:04:48.454 INFO O| Aug 27 01:04:48.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
74832026-08-27T01:04:49.657Z[ recovery-image] Aug 27 01:04:48.455 INFO O| Aug 27 01:04:48.455 INFO STEP 720 (remove_files) COMPLETE
74842026-08-27T01:04:49.657Z[ recovery-image] Aug 27 01:04:48.455 INFO O| Aug 27 01:04:48.455 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74852026-08-27T01:04:49.667Z[ recovery-image] Aug 27 01:04:48.464 INFO O| Aug 27 01:04:48.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
74862026-08-27T01:04:49.667Z[ recovery-image] Aug 27 01:04:48.464 INFO O| Aug 27 01:04:48.464 INFO STEP 721 (remove_files) COMPLETE
74872026-08-27T01:04:49.668Z[ recovery-image] Aug 27 01:04:48.464 INFO O| Aug 27 01:04:48.464 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74882026-08-27T01:04:49.677Z[ recovery-image] Aug 27 01:04:48.474 INFO O| Aug 27 01:04:48.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
74892026-08-27T01:04:49.677Z[ recovery-image] Aug 27 01:04:48.474 INFO O| Aug 27 01:04:48.474 INFO STEP 722 (remove_files) COMPLETE
74902026-08-27T01:04:49.681Z[ recovery-image] Aug 27 01:04:48.474 INFO O| Aug 27 01:04:48.474 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74912026-08-27T01:04:49.685Z[ recovery-image] Aug 27 01:04:48.483 INFO O| Aug 27 01:04:48.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
74922026-08-27T01:04:49.685Z[ recovery-image] Aug 27 01:04:48.483 INFO O| Aug 27 01:04:48.483 INFO STEP 723 (remove_files) COMPLETE
74932026-08-27T01:04:49.685Z[ recovery-image] Aug 27 01:04:48.483 INFO O| Aug 27 01:04:48.483 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74942026-08-27T01:04:49.693Z[ recovery-image] Aug 27 01:04:48.491 INFO O| Aug 27 01:04:48.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
74952026-08-27T01:04:49.693Z[ recovery-image] Aug 27 01:04:48.491 INFO O| Aug 27 01:04:48.491 INFO STEP 724 (remove_files) COMPLETE
74962026-08-27T01:04:49.694Z[ recovery-image] Aug 27 01:04:48.491 INFO O| Aug 27 01:04:48.491 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74972026-08-27T01:04:49.703Z[ recovery-image] Aug 27 01:04:48.500 INFO O| Aug 27 01:04:48.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
74982026-08-27T01:04:49.703Z[ recovery-image] Aug 27 01:04:48.500 INFO O| Aug 27 01:04:48.500 INFO STEP 725 (remove_files) COMPLETE
74992026-08-27T01:04:49.703Z[ recovery-image] Aug 27 01:04:48.500 INFO O| Aug 27 01:04:48.500 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75002026-08-27T01:04:49.712Z[ recovery-image] Aug 27 01:04:48.510 INFO O| Aug 27 01:04:48.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75012026-08-27T01:04:49.713Z[ recovery-image] Aug 27 01:04:48.510 INFO O| Aug 27 01:04:48.510 INFO STEP 726 (remove_files) COMPLETE
75022026-08-27T01:04:49.716Z[ recovery-image] Aug 27 01:04:48.510 INFO O| Aug 27 01:04:48.510 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75032026-08-27T01:04:49.723Z[ recovery-image] Aug 27 01:04:48.520 INFO O| Aug 27 01:04:48.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75042026-08-27T01:04:49.723Z[ recovery-image] Aug 27 01:04:48.520 INFO O| Aug 27 01:04:48.520 INFO STEP 727 (remove_files) COMPLETE
75052026-08-27T01:04:49.723Z[ recovery-image] Aug 27 01:04:48.520 INFO O| Aug 27 01:04:48.520 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75062026-08-27T01:04:49.732Z[ recovery-image] Aug 27 01:04:48.529 INFO O| Aug 27 01:04:48.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75072026-08-27T01:04:49.732Z[ recovery-image] Aug 27 01:04:48.529 INFO O| Aug 27 01:04:48.529 INFO STEP 728 (remove_files) COMPLETE
75082026-08-27T01:04:49.732Z[ recovery-image] Aug 27 01:04:48.529 INFO O| Aug 27 01:04:48.529 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75092026-08-27T01:04:49.740Z[ recovery-image] Aug 27 01:04:48.538 INFO O| Aug 27 01:04:48.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75102026-08-27T01:04:49.740Z[ recovery-image] Aug 27 01:04:48.538 INFO O| Aug 27 01:04:48.538 INFO STEP 729 (remove_files) COMPLETE
75112026-08-27T01:04:49.740Z[ recovery-image] Aug 27 01:04:48.538 INFO O| Aug 27 01:04:48.538 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75122026-08-27T01:04:49.749Z[ recovery-image] Aug 27 01:04:48.547 INFO O| Aug 27 01:04:48.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75132026-08-27T01:04:49.753Z[ recovery-image] Aug 27 01:04:48.548 INFO O| Aug 27 01:04:48.548 INFO STEP 730 (remove_files) COMPLETE
75142026-08-27T01:04:49.753Z[ recovery-image] Aug 27 01:04:48.548 INFO O| Aug 27 01:04:48.548 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75152026-08-27T01:04:49.759Z[ recovery-image] Aug 27 01:04:48.557 INFO O| Aug 27 01:04:48.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75162026-08-27T01:04:49.759Z[ recovery-image] Aug 27 01:04:48.557 INFO O| Aug 27 01:04:48.557 INFO STEP 731 (remove_files) COMPLETE
75172026-08-27T01:04:49.760Z[ recovery-image] Aug 27 01:04:48.557 INFO O| Aug 27 01:04:48.557 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75182026-08-27T01:04:49.768Z[ recovery-image] Aug 27 01:04:48.566 INFO O| Aug 27 01:04:48.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75192026-08-27T01:04:49.768Z[ recovery-image] Aug 27 01:04:48.566 INFO O| Aug 27 01:04:48.566 INFO STEP 732 (remove_files) COMPLETE
75202026-08-27T01:04:49.768Z[ recovery-image] Aug 27 01:04:48.566 INFO O| Aug 27 01:04:48.566 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75212026-08-27T01:04:49.777Z[ recovery-image] Aug 27 01:04:48.574 INFO O| Aug 27 01:04:48.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75222026-08-27T01:04:49.777Z[ recovery-image] Aug 27 01:04:48.575 INFO O| Aug 27 01:04:48.575 INFO STEP 733 (remove_files) COMPLETE
75232026-08-27T01:04:49.777Z[ recovery-image] Aug 27 01:04:48.575 INFO O| Aug 27 01:04:48.575 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75242026-08-27T01:04:49.786Z[ recovery-image] Aug 27 01:04:48.583 INFO O| Aug 27 01:04:48.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75252026-08-27T01:04:49.786Z[ recovery-image] Aug 27 01:04:48.583 INFO O| Aug 27 01:04:48.583 INFO STEP 734 (remove_files) COMPLETE
75262026-08-27T01:04:49.786Z[ recovery-image] Aug 27 01:04:48.583 INFO O| Aug 27 01:04:48.583 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75272026-08-27T01:04:49.795Z[ recovery-image] Aug 27 01:04:48.593 INFO O| Aug 27 01:04:48.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75282026-08-27T01:04:49.795Z[ recovery-image] Aug 27 01:04:48.593 INFO O| Aug 27 01:04:48.593 INFO STEP 735 (remove_files) COMPLETE
75292026-08-27T01:04:49.795Z[ recovery-image] Aug 27 01:04:48.593 INFO O| Aug 27 01:04:48.593 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75302026-08-27T01:04:49.805Z[ recovery-image] Aug 27 01:04:48.602 INFO O| Aug 27 01:04:48.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75312026-08-27T01:04:49.806Z[ recovery-image] Aug 27 01:04:48.602 INFO O| Aug 27 01:04:48.602 INFO STEP 736 (remove_files) COMPLETE
75322026-08-27T01:04:49.810Z[ recovery-image] Aug 27 01:04:48.602 INFO O| Aug 27 01:04:48.602 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75332026-08-27T01:04:49.815Z[ recovery-image] Aug 27 01:04:48.612 INFO O| Aug 27 01:04:48.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75342026-08-27T01:04:49.815Z[ recovery-image] Aug 27 01:04:48.612 INFO O| Aug 27 01:04:48.612 INFO STEP 737 (remove_files) COMPLETE
75352026-08-27T01:04:49.815Z[ recovery-image] Aug 27 01:04:48.613 INFO O| Aug 27 01:04:48.612 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75362026-08-27T01:04:49.825Z[ recovery-image] Aug 27 01:04:48.622 INFO O| Aug 27 01:04:48.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75372026-08-27T01:04:49.825Z[ recovery-image] Aug 27 01:04:48.622 INFO O| Aug 27 01:04:48.622 INFO STEP 738 (remove_files) COMPLETE
75382026-08-27T01:04:49.825Z[ recovery-image] Aug 27 01:04:48.622 INFO O| Aug 27 01:04:48.622 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75392026-08-27T01:04:49.833Z[ recovery-image] Aug 27 01:04:48.631 INFO O| Aug 27 01:04:48.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75402026-08-27T01:04:49.833Z[ recovery-image] Aug 27 01:04:48.631 INFO O| Aug 27 01:04:48.631 INFO STEP 739 (remove_files) COMPLETE
75412026-08-27T01:04:49.833Z[ recovery-image] Aug 27 01:04:48.631 INFO O| Aug 27 01:04:48.631 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75422026-08-27T01:04:49.842Z[ recovery-image] Aug 27 01:04:48.640 INFO O| Aug 27 01:04:48.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75432026-08-27T01:04:49.842Z[ recovery-image] Aug 27 01:04:48.640 INFO O| Aug 27 01:04:48.640 INFO STEP 740 (remove_files) COMPLETE
75442026-08-27T01:04:49.842Z[ recovery-image] Aug 27 01:04:48.640 INFO O| Aug 27 01:04:48.640 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75452026-08-27T01:04:49.852Z[ recovery-image] Aug 27 01:04:48.650 INFO O| Aug 27 01:04:48.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75462026-08-27T01:04:49.852Z[ recovery-image] Aug 27 01:04:48.650 INFO O| Aug 27 01:04:48.650 INFO STEP 741 (remove_files) COMPLETE
75472026-08-27T01:04:49.852Z[ recovery-image] Aug 27 01:04:48.650 INFO O| Aug 27 01:04:48.650 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75482026-08-27T01:04:49.861Z[ recovery-image] Aug 27 01:04:48.659 INFO O| Aug 27 01:04:48.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75492026-08-27T01:04:49.861Z[ recovery-image] Aug 27 01:04:48.659 INFO O| Aug 27 01:04:48.659 INFO STEP 742 (remove_files) COMPLETE
75502026-08-27T01:04:49.866Z[ recovery-image] Aug 27 01:04:48.659 INFO O| Aug 27 01:04:48.659 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75512026-08-27T01:04:49.875Z[ recovery-image] Aug 27 01:04:48.671 INFO O| Aug 27 01:04:48.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75522026-08-27T01:04:49.875Z[ recovery-image] Aug 27 01:04:48.671 INFO O| Aug 27 01:04:48.671 INFO STEP 743 (remove_files) COMPLETE
75532026-08-27T01:04:49.875Z[ recovery-image] Aug 27 01:04:48.671 INFO O| Aug 27 01:04:48.671 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75542026-08-27T01:04:49.883Z[ recovery-image] Aug 27 01:04:48.681 INFO O| Aug 27 01:04:48.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
75552026-08-27T01:04:49.884Z[ recovery-image] Aug 27 01:04:48.681 INFO O| Aug 27 01:04:48.681 INFO STEP 744 (remove_files) COMPLETE
75562026-08-27T01:04:49.884Z[ recovery-image] Aug 27 01:04:48.681 INFO O| Aug 27 01:04:48.681 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75572026-08-27T01:04:49.893Z[ recovery-image] Aug 27 01:04:48.691 INFO O| Aug 27 01:04:48.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
75582026-08-27T01:04:49.893Z[ recovery-image] Aug 27 01:04:48.691 INFO O| Aug 27 01:04:48.691 INFO STEP 745 (remove_files) COMPLETE
75592026-08-27T01:04:49.893Z[ recovery-image] Aug 27 01:04:48.691 INFO O| Aug 27 01:04:48.691 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75602026-08-27T01:04:49.903Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
75612026-08-27T01:04:49.906Z[ recovery-image] Aug 27 01:04:48.701 INFO O| Aug 27 01:04:48.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
75622026-08-27T01:04:49.906Z[ recovery-image] Aug 27 01:04:48.701 INFO O| Aug 27 01:04:48.701 INFO STEP 746 (remove_files) COMPLETE
75632026-08-27T01:04:49.906Z[ recovery-image] Aug 27 01:04:48.701 INFO O| Aug 27 01:04:48.701 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-08-27T01:04:49.913Z[ recovery-image] Aug 27 01:04:48.711 INFO O| Aug 27 01:04:48.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
75652026-08-27T01:04:49.913Z[ recovery-image] Aug 27 01:04:48.711 INFO O| Aug 27 01:04:48.711 INFO STEP 747 (remove_files) COMPLETE
75662026-08-27T01:04:49.913Z[ recovery-image] Aug 27 01:04:48.711 INFO O| Aug 27 01:04:48.711 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-08-27T01:04:49.923Z[ recovery-image] Aug 27 01:04:48.721 INFO O| Aug 27 01:04:48.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
75682026-08-27T01:04:49.923Z[ recovery-image] Aug 27 01:04:48.721 INFO O| Aug 27 01:04:48.721 INFO STEP 748 (remove_files) COMPLETE
75692026-08-27T01:04:49.923Z[ recovery-image] Aug 27 01:04:48.721 INFO O| Aug 27 01:04:48.721 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-08-27T01:04:49.935Z[ recovery-image] Aug 27 01:04:48.731 INFO O| Aug 27 01:04:48.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
75712026-08-27T01:04:49.936Z[ recovery-image] Aug 27 01:04:48.731 INFO O| Aug 27 01:04:48.731 INFO STEP 749 (remove_files) COMPLETE
75722026-08-27T01:04:49.936Z[ recovery-image] Aug 27 01:04:48.731 INFO O| Aug 27 01:04:48.731 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-08-27T01:04:49.943Z[ recovery-image] Aug 27 01:04:48.741 INFO O| Aug 27 01:04:48.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
75742026-08-27T01:04:49.943Z[ recovery-image] Aug 27 01:04:48.741 INFO O| Aug 27 01:04:48.741 INFO STEP 750 (remove_files) COMPLETE
75752026-08-27T01:04:49.943Z[ recovery-image] Aug 27 01:04:48.741 INFO O| Aug 27 01:04:48.741 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-08-27T01:04:49.952Z[ recovery-image] Aug 27 01:04:48.750 INFO O| Aug 27 01:04:48.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
75772026-08-27T01:04:49.952Z[ recovery-image] Aug 27 01:04:48.750 INFO O| Aug 27 01:04:48.750 INFO STEP 751 (remove_files) COMPLETE
75782026-08-27T01:04:49.956Z[ recovery-image] Aug 27 01:04:48.750 INFO O| Aug 27 01:04:48.750 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-08-27T01:04:49.962Z[ recovery-image] Aug 27 01:04:48.760 INFO O| Aug 27 01:04:48.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
75802026-08-27T01:04:49.962Z[ recovery-image] Aug 27 01:04:48.760 INFO O| Aug 27 01:04:48.760 INFO STEP 752 (remove_files) COMPLETE
75812026-08-27T01:04:49.965Z[ recovery-image] Aug 27 01:04:48.760 INFO O| Aug 27 01:04:48.760 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-08-27T01:04:49.972Z[ recovery-image] Aug 27 01:04:48.769 INFO O| Aug 27 01:04:48.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
75832026-08-27T01:04:49.972Z[ recovery-image] Aug 27 01:04:48.769 INFO O| Aug 27 01:04:48.769 INFO STEP 753 (remove_files) COMPLETE
75842026-08-27T01:04:50.017Z[ recovery-image] Aug 27 01:04:48.769 INFO O| Aug 27 01:04:48.769 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-08-27T01:04:50.021Z[ recovery-image] Aug 27 01:04:48.779 INFO O| Aug 27 01:04:48.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
75862026-08-27T01:04:50.021Z[ recovery-image] Aug 27 01:04:48.779 INFO O| Aug 27 01:04:48.779 INFO STEP 754 (remove_files) COMPLETE
75872026-08-27T01:04:50.021Z[ recovery-image] Aug 27 01:04:48.779 INFO O| Aug 27 01:04:48.779 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-08-27T01:04:50.021Z[ recovery-image] Aug 27 01:04:48.788 INFO O| Aug 27 01:04:48.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
75892026-08-27T01:04:50.021Z[ recovery-image] Aug 27 01:04:48.788 INFO O| Aug 27 01:04:48.788 INFO STEP 755 (remove_files) COMPLETE
75902026-08-27T01:04:50.021Z[ recovery-image] Aug 27 01:04:48.788 INFO O| Aug 27 01:04:48.788 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-08-27T01:04:50.022Z[ recovery-image] Aug 27 01:04:48.798 INFO O| Aug 27 01:04:48.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
75922026-08-27T01:04:50.022Z[ recovery-image] Aug 27 01:04:48.798 INFO O| Aug 27 01:04:48.798 INFO STEP 756 (remove_files) COMPLETE
75932026-08-27T01:04:50.022Z[ recovery-image] Aug 27 01:04:48.798 INFO O| Aug 27 01:04:48.798 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-08-27T01:04:50.022Z[ recovery-image] Aug 27 01:04:48.808 INFO O| Aug 27 01:04:48.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
75952026-08-27T01:04:50.022Z[ recovery-image] Aug 27 01:04:48.808 INFO O| Aug 27 01:04:48.808 INFO STEP 757 (remove_files) COMPLETE
75962026-08-27T01:04:50.022Z[ recovery-image] Aug 27 01:04:48.808 INFO O| Aug 27 01:04:48.808 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-08-27T01:04:50.022Z[ recovery-image] Aug 27 01:04:48.818 INFO O| Aug 27 01:04:48.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
75982026-08-27T01:04:50.023Z[ recovery-image] Aug 27 01:04:48.818 INFO O| Aug 27 01:04:48.818 INFO STEP 758 (remove_files) COMPLETE
75992026-08-27T01:04:50.023Z[ recovery-image] Aug 27 01:04:48.818 INFO O| Aug 27 01:04:48.818 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-08-27T01:04:50.030Z[ recovery-image] Aug 27 01:04:48.828 INFO O| Aug 27 01:04:48.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76012026-08-27T01:04:50.030Z[ recovery-image] Aug 27 01:04:48.828 INFO O| Aug 27 01:04:48.828 INFO STEP 759 (remove_files) COMPLETE
76022026-08-27T01:04:50.030Z[ recovery-image] Aug 27 01:04:48.828 INFO O| Aug 27 01:04:48.828 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-08-27T01:04:50.039Z[ recovery-image] Aug 27 01:04:48.837 INFO O| Aug 27 01:04:48.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76042026-08-27T01:04:50.039Z[ recovery-image] Aug 27 01:04:48.837 INFO O| Aug 27 01:04:48.837 INFO STEP 760 (remove_files) COMPLETE
76052026-08-27T01:04:50.039Z[ recovery-image] Aug 27 01:04:48.837 INFO O| Aug 27 01:04:48.837 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-08-27T01:04:50.050Z[ recovery-image] Aug 27 01:04:48.846 INFO O| Aug 27 01:04:48.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76072026-08-27T01:04:50.050Z[ recovery-image] Aug 27 01:04:48.846 INFO O| Aug 27 01:04:48.846 INFO STEP 761 (remove_files) COMPLETE
76082026-08-27T01:04:50.050Z[ recovery-image] Aug 27 01:04:48.846 INFO O| Aug 27 01:04:48.846 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-08-27T01:04:50.057Z[ recovery-image] Aug 27 01:04:48.855 INFO O| Aug 27 01:04:48.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76102026-08-27T01:04:50.057Z[ recovery-image] Aug 27 01:04:48.855 INFO O| Aug 27 01:04:48.855 INFO STEP 762 (remove_files) COMPLETE
76112026-08-27T01:04:50.057Z[ recovery-image] Aug 27 01:04:48.855 INFO O| Aug 27 01:04:48.855 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-08-27T01:04:50.066Z[ recovery-image] Aug 27 01:04:48.864 INFO O| Aug 27 01:04:48.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76132026-08-27T01:04:50.066Z[ recovery-image] Aug 27 01:04:48.864 INFO O| Aug 27 01:04:48.864 INFO STEP 763 (remove_files) COMPLETE
76142026-08-27T01:04:50.066Z[ recovery-image] Aug 27 01:04:48.864 INFO O| Aug 27 01:04:48.864 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-08-27T01:04:50.126Z[ recovery-image] Aug 27 01:04:48.874 INFO O| Aug 27 01:04:48.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76162026-08-27T01:04:50.127Z[ recovery-image] Aug 27 01:04:48.874 INFO O| Aug 27 01:04:48.872 INFO STEP 764 (remove_files) COMPLETE
76172026-08-27T01:04:50.133Z[ recovery-image] Aug 27 01:04:48.874 INFO O| Aug 27 01:04:48.872 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-08-27T01:04:50.133Z[ recovery-image] Aug 27 01:04:48.881 INFO O| Aug 27 01:04:48.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76192026-08-27T01:04:50.133Z[ recovery-image] Aug 27 01:04:48.881 INFO O| Aug 27 01:04:48.881 INFO STEP 765 (remove_files) COMPLETE
76202026-08-27T01:04:50.133Z[ recovery-image] Aug 27 01:04:48.881 INFO O| Aug 27 01:04:48.881 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-08-27T01:04:50.133Z[ recovery-image] Aug 27 01:04:48.889 INFO O| Aug 27 01:04:48.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76222026-08-27T01:04:50.133Z[ recovery-image] Aug 27 01:04:48.889 INFO O| Aug 27 01:04:48.889 INFO STEP 766 (remove_files) COMPLETE
76232026-08-27T01:04:50.133Z[ recovery-image] Aug 27 01:04:48.889 INFO O| Aug 27 01:04:48.889 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-08-27T01:04:50.133Z[ recovery-image] Aug 27 01:04:48.897 INFO O| Aug 27 01:04:48.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76252026-08-27T01:04:50.133Z[ recovery-image] Aug 27 01:04:48.897 INFO O| Aug 27 01:04:48.897 INFO STEP 767 (remove_files) COMPLETE
76262026-08-27T01:04:50.133Z[ recovery-image] Aug 27 01:04:48.897 INFO O| Aug 27 01:04:48.897 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-08-27T01:04:50.133Z[ recovery-image] Aug 27 01:04:48.906 INFO O| Aug 27 01:04:48.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76282026-08-27T01:04:50.133Z[ recovery-image] Aug 27 01:04:48.906 INFO O| Aug 27 01:04:48.906 INFO STEP 768 (remove_files) COMPLETE
76292026-08-27T01:04:50.133Z[ recovery-image] Aug 27 01:04:48.906 INFO O| Aug 27 01:04:48.906 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-08-27T01:04:50.133Z[ recovery-image] Aug 27 01:04:48.915 INFO O| Aug 27 01:04:48.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76312026-08-27T01:04:50.133Z[ recovery-image] Aug 27 01:04:48.915 INFO O| Aug 27 01:04:48.915 INFO STEP 769 (remove_files) COMPLETE
76322026-08-27T01:04:50.133Z[ recovery-image] Aug 27 01:04:48.915 INFO O| Aug 27 01:04:48.915 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-08-27T01:04:50.133Z[ recovery-image] Aug 27 01:04:48.926 INFO O| Aug 27 01:04:48.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76342026-08-27T01:04:50.133Z[ recovery-image] Aug 27 01:04:48.926 INFO O| Aug 27 01:04:48.925 INFO STEP 770 (remove_files) COMPLETE
76352026-08-27T01:04:50.133Z[ recovery-image] Aug 27 01:04:48.926 INFO O| Aug 27 01:04:48.925 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-08-27T01:04:50.140Z[ recovery-image] Aug 27 01:04:48.936 INFO O| Aug 27 01:04:48.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76372026-08-27T01:04:50.140Z[ recovery-image] Aug 27 01:04:48.936 INFO O| Aug 27 01:04:48.936 INFO STEP 771 (remove_files) COMPLETE
76382026-08-27T01:04:50.140Z[ recovery-image] Aug 27 01:04:48.936 INFO O| Aug 27 01:04:48.936 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-08-27T01:04:50.148Z[ recovery-image] Aug 27 01:04:48.945 INFO O| Aug 27 01:04:48.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76402026-08-27T01:04:50.148Z[ recovery-image] Aug 27 01:04:48.945 INFO O| Aug 27 01:04:48.945 INFO STEP 772 (remove_files) COMPLETE
76412026-08-27T01:04:50.148Z[ recovery-image] Aug 27 01:04:48.945 INFO O| Aug 27 01:04:48.945 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-08-27T01:04:50.158Z[ recovery-image] Aug 27 01:04:48.955 INFO O| Aug 27 01:04:48.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76432026-08-27T01:04:50.158Z[ recovery-image] Aug 27 01:04:48.955 INFO O| Aug 27 01:04:48.955 INFO STEP 773 (remove_files) COMPLETE
76442026-08-27T01:04:50.158Z[ recovery-image] Aug 27 01:04:48.955 INFO O| Aug 27 01:04:48.955 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-08-27T01:04:50.169Z[ recovery-image] Aug 27 01:04:48.966 INFO O| Aug 27 01:04:48.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76462026-08-27T01:04:50.169Z[ recovery-image] Aug 27 01:04:48.966 INFO O| Aug 27 01:04:48.966 INFO STEP 774 (remove_files) COMPLETE
76472026-08-27T01:04:50.172Z[ recovery-image] Aug 27 01:04:48.966 INFO O| Aug 27 01:04:48.966 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-08-27T01:04:50.185Z[ recovery-image] Aug 27 01:04:48.978 INFO O| Aug 27 01:04:48.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76492026-08-27T01:04:50.185Z[ recovery-image] Aug 27 01:04:48.978 INFO O| Aug 27 01:04:48.978 INFO STEP 775 (remove_files) COMPLETE
76502026-08-27T01:04:50.185Z[ recovery-image] Aug 27 01:04:48.978 INFO O| Aug 27 01:04:48.978 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-08-27T01:04:50.190Z[ recovery-image] Aug 27 01:04:48.988 INFO O| Aug 27 01:04:48.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76522026-08-27T01:04:50.190Z[ recovery-image] Aug 27 01:04:48.988 INFO O| Aug 27 01:04:48.988 INFO STEP 776 (remove_files) COMPLETE
76532026-08-27T01:04:50.194Z[ recovery-image] Aug 27 01:04:48.988 INFO O| Aug 27 01:04:48.988 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-08-27T01:04:50.197Z[verify-libraries] Compiling socket2 v0.5.10
76552026-08-27T01:04:50.202Z[ recovery-image] Aug 27 01:04:49.000 INFO O| Aug 27 01:04:49.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
76562026-08-27T01:04:50.202Z[ recovery-image] Aug 27 01:04:49.000 INFO O| Aug 27 01:04:49.000 INFO STEP 777 (remove_files) COMPLETE
76572026-08-27T01:04:50.203Z[ recovery-image] Aug 27 01:04:49.000 INFO O| Aug 27 01:04:49.000 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-08-27T01:04:50.215Z[ recovery-image] Aug 27 01:04:49.011 INFO O| Aug 27 01:04:49.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
76592026-08-27T01:04:50.215Z[ recovery-image] Aug 27 01:04:49.011 INFO O| Aug 27 01:04:49.011 INFO STEP 778 (remove_files) COMPLETE
76602026-08-27T01:04:50.215Z[ recovery-image] Aug 27 01:04:49.011 INFO O| Aug 27 01:04:49.011 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-08-27T01:04:50.224Z[ recovery-image] Aug 27 01:04:49.022 INFO O| Aug 27 01:04:49.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
76622026-08-27T01:04:50.224Z[ recovery-image] Aug 27 01:04:49.022 INFO O| Aug 27 01:04:49.022 INFO STEP 779 (remove_files) COMPLETE
76632026-08-27T01:04:50.228Z[ recovery-image] Aug 27 01:04:49.022 INFO O| Aug 27 01:04:49.022 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-08-27T01:04:50.234Z[ recovery-image] Aug 27 01:04:49.032 INFO O| Aug 27 01:04:49.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
76652026-08-27T01:04:50.234Z[ recovery-image] Aug 27 01:04:49.032 INFO O| Aug 27 01:04:49.032 INFO STEP 780 (remove_files) COMPLETE
76662026-08-27T01:04:50.237Z[ recovery-image] Aug 27 01:04:49.032 INFO O| Aug 27 01:04:49.032 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-08-27T01:04:50.256Z[ recovery-image] Aug 27 01:04:49.042 INFO O| Aug 27 01:04:49.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
76682026-08-27T01:04:50.256Z[ recovery-image] Aug 27 01:04:49.043 INFO O| Aug 27 01:04:49.043 INFO STEP 781 (remove_files) COMPLETE
76692026-08-27T01:04:50.256Z[ recovery-image] Aug 27 01:04:49.043 INFO O| Aug 27 01:04:49.043 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-08-27T01:04:50.275Z[ recovery-image] Aug 27 01:04:49.053 INFO O| Aug 27 01:04:49.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
76712026-08-27T01:04:50.275Z[ recovery-image] Aug 27 01:04:49.053 INFO O| Aug 27 01:04:49.053 INFO STEP 782 (remove_files) COMPLETE
76722026-08-27T01:04:50.275Z[ recovery-image] Aug 27 01:04:49.053 INFO O| Aug 27 01:04:49.053 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-08-27T01:04:50.331Z[ recovery-image] Aug 27 01:04:49.063 INFO O| Aug 27 01:04:49.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
76742026-08-27T01:04:50.331Z[ recovery-image] Aug 27 01:04:49.063 INFO O| Aug 27 01:04:49.063 INFO STEP 783 (remove_files) COMPLETE
76752026-08-27T01:04:50.331Z[ recovery-image] Aug 27 01:04:49.063 INFO O| Aug 27 01:04:49.063 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-08-27T01:04:50.331Z[ recovery-image] Aug 27 01:04:49.073 INFO O| Aug 27 01:04:49.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
76772026-08-27T01:04:50.331Z[ recovery-image] Aug 27 01:04:49.073 INFO O| Aug 27 01:04:49.073 INFO STEP 784 (remove_files) COMPLETE
76782026-08-27T01:04:50.331Z[ recovery-image] Aug 27 01:04:49.073 INFO O| Aug 27 01:04:49.073 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-08-27T01:04:50.331Z[ recovery-image] Aug 27 01:04:49.083 INFO O| Aug 27 01:04:49.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
76802026-08-27T01:04:50.331Z[ recovery-image] Aug 27 01:04:49.083 INFO O| Aug 27 01:04:49.083 INFO STEP 785 (remove_files) COMPLETE
76812026-08-27T01:04:50.331Z[ recovery-image] Aug 27 01:04:49.083 INFO O| Aug 27 01:04:49.083 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-08-27T01:04:50.332Z[ recovery-image] Aug 27 01:04:49.093 INFO O| Aug 27 01:04:49.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
76832026-08-27T01:04:50.332Z[ recovery-image] Aug 27 01:04:49.093 INFO O| Aug 27 01:04:49.093 INFO STEP 786 (remove_files) COMPLETE
76842026-08-27T01:04:50.332Z[ recovery-image] Aug 27 01:04:49.093 INFO O| Aug 27 01:04:49.093 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-08-27T01:04:50.348Z[ recovery-image] Aug 27 01:04:49.103 INFO O| Aug 27 01:04:49.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
76862026-08-27T01:04:50.348Z[ recovery-image] Aug 27 01:04:49.103 INFO O| Aug 27 01:04:49.103 INFO STEP 787 (remove_files) COMPLETE
76872026-08-27T01:04:50.348Z[ recovery-image] Aug 27 01:04:49.103 INFO O| Aug 27 01:04:49.103 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-08-27T01:04:50.348Z[verify-libraries] Compiling fs-err v2.11.0
76892026-08-27T01:04:50.348Z[ recovery-image] Aug 27 01:04:49.112 INFO O| Aug 27 01:04:49.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
76902026-08-27T01:04:50.348Z[ recovery-image] Aug 27 01:04:49.112 INFO O| Aug 27 01:04:49.112 INFO STEP 788 (remove_files) COMPLETE
76912026-08-27T01:04:50.348Z[ recovery-image] Aug 27 01:04:49.112 INFO O| Aug 27 01:04:49.112 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76922026-08-27T01:04:50.349Z[ recovery-image] Aug 27 01:04:49.122 INFO O| Aug 27 01:04:49.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
76932026-08-27T01:04:50.349Z[ recovery-image] Aug 27 01:04:49.122 INFO O| Aug 27 01:04:49.122 INFO STEP 789 (remove_files) COMPLETE
76942026-08-27T01:04:50.349Z[ recovery-image] Aug 27 01:04:49.122 INFO O| Aug 27 01:04:49.122 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76952026-08-27T01:04:50.349Z[ recovery-image] Aug 27 01:04:49.131 INFO O| Aug 27 01:04:49.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
76962026-08-27T01:04:50.349Z[ recovery-image] Aug 27 01:04:49.131 INFO O| Aug 27 01:04:49.131 INFO STEP 790 (remove_files) COMPLETE
76972026-08-27T01:04:50.349Z[ recovery-image] Aug 27 01:04:49.131 INFO O| Aug 27 01:04:49.131 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76982026-08-27T01:04:50.353Z[verify-libraries] Compiling internet-checksum v0.2.1
76992026-08-27T01:04:50.353Z[ recovery-image] Aug 27 01:04:49.142 INFO O| Aug 27 01:04:49.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77002026-08-27T01:04:50.353Z[ recovery-image] Aug 27 01:04:49.142 INFO O| Aug 27 01:04:49.142 INFO STEP 791 (remove_files) COMPLETE
77012026-08-27T01:04:50.353Z[ recovery-image] Aug 27 01:04:49.142 INFO O| Aug 27 01:04:49.142 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-08-27T01:04:50.362Z[ recovery-image] Aug 27 01:04:49.151 INFO O| Aug 27 01:04:49.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77032026-08-27T01:04:50.363Z[ recovery-image] Aug 27 01:04:49.151 INFO O| Aug 27 01:04:49.151 INFO STEP 792 (remove_files) COMPLETE
77042026-08-27T01:04:50.363Z[ recovery-image] Aug 27 01:04:49.151 INFO O| Aug 27 01:04:49.151 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-08-27T01:04:50.368Z[ recovery-image] Aug 27 01:04:49.162 INFO O| Aug 27 01:04:49.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77062026-08-27T01:04:50.368Z[ recovery-image] Aug 27 01:04:49.162 INFO O| Aug 27 01:04:49.162 INFO STEP 793 (remove_files) COMPLETE
77072026-08-27T01:04:50.368Z[ recovery-image] Aug 27 01:04:49.162 INFO O| Aug 27 01:04:49.162 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-08-27T01:04:50.373Z[ recovery-image] Aug 27 01:04:49.171 INFO O| Aug 27 01:04:49.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77092026-08-27T01:04:50.378Z[ recovery-image] Aug 27 01:04:49.171 INFO O| Aug 27 01:04:49.171 INFO STEP 794 (remove_files) COMPLETE
77102026-08-27T01:04:50.378Z[ recovery-image] Aug 27 01:04:49.171 INFO O| Aug 27 01:04:49.171 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-08-27T01:04:50.383Z[ recovery-image] Aug 27 01:04:49.181 INFO O| Aug 27 01:04:49.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77122026-08-27T01:04:50.384Z[ recovery-image] Aug 27 01:04:49.181 INFO O| Aug 27 01:04:49.181 INFO STEP 795 (remove_files) COMPLETE
77132026-08-27T01:04:50.387Z[ recovery-image] Aug 27 01:04:49.181 INFO O| Aug 27 01:04:49.181 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-08-27T01:04:50.394Z[ recovery-image] Aug 27 01:04:49.192 INFO O| Aug 27 01:04:49.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77152026-08-27T01:04:50.394Z[ recovery-image] Aug 27 01:04:49.192 INFO O| Aug 27 01:04:49.192 INFO STEP 796 (remove_files) COMPLETE
77162026-08-27T01:04:50.398Z[ recovery-image] Aug 27 01:04:49.192 INFO O| Aug 27 01:04:49.192 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-08-27T01:04:50.404Z[ recovery-image] Aug 27 01:04:49.202 INFO O| Aug 27 01:04:49.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77182026-08-27T01:04:50.404Z[ recovery-image] Aug 27 01:04:49.202 INFO O| Aug 27 01:04:49.202 INFO STEP 797 (remove_files) COMPLETE
77192026-08-27T01:04:50.404Z[ recovery-image] Aug 27 01:04:49.202 INFO O| Aug 27 01:04:49.202 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-08-27T01:04:50.415Z[ recovery-image] Aug 27 01:04:49.212 INFO O| Aug 27 01:04:49.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77212026-08-27T01:04:50.415Z[ recovery-image] Aug 27 01:04:49.213 INFO O| Aug 27 01:04:49.213 INFO STEP 798 (remove_files) COMPLETE
77222026-08-27T01:04:50.415Z[ recovery-image] Aug 27 01:04:49.213 INFO O| Aug 27 01:04:49.213 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-08-27T01:04:50.427Z[ recovery-image] Aug 27 01:04:49.223 INFO O| Aug 27 01:04:49.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77242026-08-27T01:04:50.427Z[ recovery-image] Aug 27 01:04:49.223 INFO O| Aug 27 01:04:49.223 INFO STEP 799 (remove_files) COMPLETE
77252026-08-27T01:04:50.427Z[ recovery-image] Aug 27 01:04:49.223 INFO O| Aug 27 01:04:49.223 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-08-27T01:04:50.435Z[ recovery-image] Aug 27 01:04:49.233 INFO O| Aug 27 01:04:49.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77272026-08-27T01:04:50.435Z[ recovery-image] Aug 27 01:04:49.233 INFO O| Aug 27 01:04:49.233 INFO STEP 800 (remove_files) COMPLETE
77282026-08-27T01:04:50.435Z[ recovery-image] Aug 27 01:04:49.233 INFO O| Aug 27 01:04:49.233 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-08-27T01:04:50.448Z[ recovery-image] Aug 27 01:04:49.244 INFO O| Aug 27 01:04:49.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77302026-08-27T01:04:50.448Z[ recovery-image] Aug 27 01:04:49.244 INFO O| Aug 27 01:04:49.244 INFO STEP 801 (remove_files) COMPLETE
77312026-08-27T01:04:50.452Z[ recovery-image] Aug 27 01:04:49.244 INFO O| Aug 27 01:04:49.244 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-08-27T01:04:50.458Z[ recovery-image] Aug 27 01:04:49.254 INFO O| Aug 27 01:04:49.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77332026-08-27T01:04:50.458Z[ recovery-image] Aug 27 01:04:49.254 INFO O| Aug 27 01:04:49.254 INFO STEP 802 (remove_files) COMPLETE
77342026-08-27T01:04:50.458Z[ recovery-image] Aug 27 01:04:49.254 INFO O| Aug 27 01:04:49.254 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-08-27T01:04:50.467Z[ recovery-image] Aug 27 01:04:49.265 INFO O| Aug 27 01:04:49.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77362026-08-27T01:04:50.467Z[ recovery-image] Aug 27 01:04:49.265 INFO O| Aug 27 01:04:49.265 INFO STEP 803 (remove_files) COMPLETE
77372026-08-27T01:04:50.467Z[ recovery-image] Aug 27 01:04:49.265 INFO O| Aug 27 01:04:49.265 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-08-27T01:04:50.478Z[ recovery-image] Aug 27 01:04:49.275 INFO O| Aug 27 01:04:49.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77392026-08-27T01:04:50.478Z[ recovery-image] Aug 27 01:04:49.275 INFO O| Aug 27 01:04:49.275 INFO STEP 804 (remove_files) COMPLETE
77402026-08-27T01:04:50.481Z[ recovery-image] Aug 27 01:04:49.275 INFO O| Aug 27 01:04:49.275 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-08-27T01:04:50.488Z[ recovery-image] Aug 27 01:04:49.285 INFO O| Aug 27 01:04:49.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77422026-08-27T01:04:50.488Z[ recovery-image] Aug 27 01:04:49.285 INFO O| Aug 27 01:04:49.285 INFO STEP 805 (remove_files) COMPLETE
77432026-08-27T01:04:50.488Z[ recovery-image] Aug 27 01:04:49.285 INFO O| Aug 27 01:04:49.285 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-08-27T01:04:50.497Z[ recovery-image] Aug 27 01:04:49.295 INFO O| Aug 27 01:04:49.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77452026-08-27T01:04:50.497Z[ recovery-image] Aug 27 01:04:49.295 INFO O| Aug 27 01:04:49.295 INFO STEP 806 (remove_files) COMPLETE
77462026-08-27T01:04:50.501Z[ recovery-image] Aug 27 01:04:49.295 INFO O| Aug 27 01:04:49.295 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-08-27T01:04:50.507Z[ recovery-image] Aug 27 01:04:49.305 INFO O| Aug 27 01:04:49.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77482026-08-27T01:04:50.507Z[ recovery-image] Aug 27 01:04:49.305 INFO O| Aug 27 01:04:49.305 INFO STEP 807 (remove_files) COMPLETE
77492026-08-27T01:04:50.511Z[ recovery-image] Aug 27 01:04:49.305 INFO O| Aug 27 01:04:49.305 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-08-27T01:04:50.517Z[ recovery-image] Aug 27 01:04:49.315 INFO O| Aug 27 01:04:49.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77512026-08-27T01:04:50.517Z[ recovery-image] Aug 27 01:04:49.315 INFO O| Aug 27 01:04:49.315 INFO STEP 808 (remove_files) COMPLETE
77522026-08-27T01:04:50.518Z[ recovery-image] Aug 27 01:04:49.315 INFO O| Aug 27 01:04:49.315 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-08-27T01:04:50.528Z[ recovery-image] Aug 27 01:04:49.326 INFO O| Aug 27 01:04:49.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77542026-08-27T01:04:50.529Z[ recovery-image] Aug 27 01:04:49.326 INFO O| Aug 27 01:04:49.326 INFO STEP 809 (remove_files) COMPLETE
77552026-08-27T01:04:50.529Z[ recovery-image] Aug 27 01:04:49.326 INFO O| Aug 27 01:04:49.326 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-08-27T01:04:50.539Z[ recovery-image] Aug 27 01:04:49.336 INFO O| Aug 27 01:04:49.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77572026-08-27T01:04:50.539Z[ recovery-image] Aug 27 01:04:49.336 INFO O| Aug 27 01:04:49.336 INFO STEP 810 (remove_files) COMPLETE
77582026-08-27T01:04:50.539Z[ recovery-image] Aug 27 01:04:49.336 INFO O| Aug 27 01:04:49.336 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-08-27T01:04:50.551Z[ recovery-image] Aug 27 01:04:49.346 INFO O| Aug 27 01:04:49.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
77602026-08-27T01:04:50.551Z[ recovery-image] Aug 27 01:04:49.346 INFO O| Aug 27 01:04:49.346 INFO STEP 811 (remove_files) COMPLETE
77612026-08-27T01:04:50.551Z[ recovery-image] Aug 27 01:04:49.346 INFO O| Aug 27 01:04:49.346 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-08-27T01:04:50.555Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
77632026-08-27T01:04:50.558Z[ recovery-image] Aug 27 01:04:49.356 INFO O| Aug 27 01:04:49.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
77642026-08-27T01:04:50.558Z[ recovery-image] Aug 27 01:04:49.356 INFO O| Aug 27 01:04:49.356 INFO STEP 812 (remove_files) COMPLETE
77652026-08-27T01:04:50.561Z[ recovery-image] Aug 27 01:04:49.356 INFO O| Aug 27 01:04:49.356 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-08-27T01:04:50.569Z[ recovery-image] Aug 27 01:04:49.367 INFO O| Aug 27 01:04:49.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
77672026-08-27T01:04:50.569Z[ recovery-image] Aug 27 01:04:49.367 INFO O| Aug 27 01:04:49.367 INFO STEP 813 (remove_files) COMPLETE
77682026-08-27T01:04:50.569Z[ recovery-image] Aug 27 01:04:49.367 INFO O| Aug 27 01:04:49.367 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-08-27T01:04:50.578Z[ recovery-image] Aug 27 01:04:49.376 INFO O| Aug 27 01:04:49.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
77702026-08-27T01:04:50.578Z[ recovery-image] Aug 27 01:04:49.376 INFO O| Aug 27 01:04:49.376 INFO STEP 814 (remove_files) COMPLETE
77712026-08-27T01:04:50.578Z[ recovery-image] Aug 27 01:04:49.376 INFO O| Aug 27 01:04:49.376 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-08-27T01:04:50.588Z[ recovery-image] Aug 27 01:04:49.385 INFO O| Aug 27 01:04:49.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
77732026-08-27T01:04:50.588Z[ recovery-image] Aug 27 01:04:49.385 INFO O| Aug 27 01:04:49.385 INFO STEP 815 (remove_files) COMPLETE
77742026-08-27T01:04:50.591Z[ recovery-image] Aug 27 01:04:49.385 INFO O| Aug 27 01:04:49.385 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-08-27T01:04:50.596Z[ recovery-image] Aug 27 01:04:49.394 INFO O| Aug 27 01:04:49.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
77762026-08-27T01:04:50.596Z[ recovery-image] Aug 27 01:04:49.394 INFO O| Aug 27 01:04:49.394 INFO STEP 816 (remove_files) COMPLETE
77772026-08-27T01:04:50.600Z[ recovery-image] Aug 27 01:04:49.394 INFO O| Aug 27 01:04:49.394 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-08-27T01:04:50.605Z[ recovery-image] Aug 27 01:04:49.403 INFO O| Aug 27 01:04:49.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
77792026-08-27T01:04:50.605Z[ recovery-image] Aug 27 01:04:49.403 INFO O| Aug 27 01:04:49.403 INFO STEP 817 (remove_files) COMPLETE
77802026-08-27T01:04:50.610Z[ recovery-image] Aug 27 01:04:49.403 INFO O| Aug 27 01:04:49.403 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-08-27T01:04:50.615Z[ recovery-image] Aug 27 01:04:49.413 INFO O| Aug 27 01:04:49.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
77822026-08-27T01:04:50.615Z[ recovery-image] Aug 27 01:04:49.413 INFO O| Aug 27 01:04:49.413 INFO STEP 818 (remove_files) COMPLETE
77832026-08-27T01:04:50.618Z[ recovery-image] Aug 27 01:04:49.413 INFO O| Aug 27 01:04:49.413 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-08-27T01:04:50.625Z[ recovery-image] Aug 27 01:04:49.423 INFO O| Aug 27 01:04:49.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
77852026-08-27T01:04:50.626Z[ recovery-image] Aug 27 01:04:49.423 INFO O| Aug 27 01:04:49.423 INFO STEP 819 (remove_files) COMPLETE
77862026-08-27T01:04:50.629Z[ recovery-image] Aug 27 01:04:49.423 INFO O| Aug 27 01:04:49.423 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-08-27T01:04:50.638Z[ recovery-image] Aug 27 01:04:49.433 INFO O| Aug 27 01:04:49.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
77882026-08-27T01:04:50.642Z[ recovery-image] Aug 27 01:04:49.433 INFO O| Aug 27 01:04:49.433 INFO STEP 820 (remove_files) COMPLETE
77892026-08-27T01:04:50.642Z[ recovery-image] Aug 27 01:04:49.433 INFO O| Aug 27 01:04:49.433 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-08-27T01:04:50.645Z[ recovery-image] Aug 27 01:04:49.442 INFO O| Aug 27 01:04:49.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
77912026-08-27T01:04:50.645Z[ recovery-image] Aug 27 01:04:49.442 INFO O| Aug 27 01:04:49.442 INFO STEP 821 (remove_files) COMPLETE
77922026-08-27T01:04:50.646Z[ recovery-image] Aug 27 01:04:49.442 INFO O| Aug 27 01:04:49.442 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-08-27T01:04:50.654Z[ recovery-image] Aug 27 01:04:49.452 INFO O| Aug 27 01:04:49.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
77942026-08-27T01:04:50.654Z[ recovery-image] Aug 27 01:04:49.452 INFO O| Aug 27 01:04:49.452 INFO STEP 822 (remove_files) COMPLETE
77952026-08-27T01:04:50.654Z[ recovery-image] Aug 27 01:04:49.452 INFO O| Aug 27 01:04:49.452 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-08-27T01:04:50.666Z[ recovery-image] Aug 27 01:04:49.463 INFO O| Aug 27 01:04:49.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
77972026-08-27T01:04:50.666Z[ recovery-image] Aug 27 01:04:49.463 INFO O| Aug 27 01:04:49.463 INFO STEP 823 (remove_files) COMPLETE
77982026-08-27T01:04:50.666Z[ recovery-image] Aug 27 01:04:49.463 INFO O| Aug 27 01:04:49.463 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-08-27T01:04:50.674Z[ recovery-image] Aug 27 01:04:49.472 INFO O| Aug 27 01:04:49.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78002026-08-27T01:04:50.674Z[ recovery-image] Aug 27 01:04:49.472 INFO O| Aug 27 01:04:49.472 INFO STEP 824 (remove_files) COMPLETE
78012026-08-27T01:04:50.680Z[ recovery-image] Aug 27 01:04:49.472 INFO O| Aug 27 01:04:49.472 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-08-27T01:04:50.686Z[ recovery-image] Aug 27 01:04:49.480 INFO O| Aug 27 01:04:49.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78032026-08-27T01:04:50.686Z[ recovery-image] Aug 27 01:04:49.480 INFO O| Aug 27 01:04:49.480 INFO STEP 825 (remove_files) COMPLETE
78042026-08-27T01:04:50.686Z[ recovery-image] Aug 27 01:04:49.480 INFO O| Aug 27 01:04:49.480 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-08-27T01:04:50.692Z[ recovery-image] Aug 27 01:04:49.490 INFO O| Aug 27 01:04:49.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78062026-08-27T01:04:50.696Z[ recovery-image] Aug 27 01:04:49.490 INFO O| Aug 27 01:04:49.490 INFO STEP 826 (remove_files) COMPLETE
78072026-08-27T01:04:50.696Z[ recovery-image] Aug 27 01:04:49.490 INFO O| Aug 27 01:04:49.490 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-08-27T01:04:50.706Z[ recovery-image] Aug 27 01:04:49.502 INFO O| Aug 27 01:04:49.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78092026-08-27T01:04:50.706Z[ recovery-image] Aug 27 01:04:49.502 INFO O| Aug 27 01:04:49.502 INFO STEP 827 (remove_files) COMPLETE
78102026-08-27T01:04:50.709Z[ recovery-image] Aug 27 01:04:49.502 INFO O| Aug 27 01:04:49.502 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-08-27T01:04:50.716Z[ recovery-image] Aug 27 01:04:49.514 INFO O| Aug 27 01:04:49.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78122026-08-27T01:04:50.716Z[ recovery-image] Aug 27 01:04:49.514 INFO O| Aug 27 01:04:49.514 INFO STEP 828 (remove_files) COMPLETE
78132026-08-27T01:04:50.719Z[ recovery-image] Aug 27 01:04:49.514 INFO O| Aug 27 01:04:49.514 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-08-27T01:04:50.726Z[ recovery-image] Aug 27 01:04:49.524 INFO O| Aug 27 01:04:49.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78152026-08-27T01:04:50.726Z[ recovery-image] Aug 27 01:04:49.524 INFO O| Aug 27 01:04:49.524 INFO STEP 829 (remove_files) COMPLETE
78162026-08-27T01:04:50.726Z[ recovery-image] Aug 27 01:04:49.524 INFO O| Aug 27 01:04:49.524 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-08-27T01:04:50.736Z[ recovery-image] Aug 27 01:04:49.533 INFO O| Aug 27 01:04:49.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78182026-08-27T01:04:50.736Z[ recovery-image] Aug 27 01:04:49.533 INFO O| Aug 27 01:04:49.533 INFO STEP 830 (remove_files) COMPLETE
78192026-08-27T01:04:50.736Z[ recovery-image] Aug 27 01:04:49.533 INFO O| Aug 27 01:04:49.533 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-08-27T01:04:50.746Z[ recovery-image] Aug 27 01:04:49.542 INFO O| Aug 27 01:04:49.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78212026-08-27T01:04:50.746Z[ recovery-image] Aug 27 01:04:49.542 INFO O| Aug 27 01:04:49.542 INFO STEP 831 (remove_files) COMPLETE
78222026-08-27T01:04:50.746Z[ recovery-image] Aug 27 01:04:49.542 INFO O| Aug 27 01:04:49.542 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-08-27T01:04:50.754Z[ recovery-image] Aug 27 01:04:49.552 INFO O| Aug 27 01:04:49.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78242026-08-27T01:04:50.754Z[ recovery-image] Aug 27 01:04:49.552 INFO O| Aug 27 01:04:49.552 INFO STEP 832 (remove_files) COMPLETE
78252026-08-27T01:04:50.759Z[ recovery-image] Aug 27 01:04:49.552 INFO O| Aug 27 01:04:49.552 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-08-27T01:04:50.764Z[ recovery-image] Aug 27 01:04:49.561 INFO O| Aug 27 01:04:49.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78272026-08-27T01:04:50.767Z[ recovery-image] Aug 27 01:04:49.561 INFO O| Aug 27 01:04:49.561 INFO STEP 833 (remove_files) COMPLETE
78282026-08-27T01:04:50.767Z[ recovery-image] Aug 27 01:04:49.561 INFO O| Aug 27 01:04:49.561 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-08-27T01:04:50.771Z[ recovery-image] Aug 27 01:04:49.569 INFO O| Aug 27 01:04:49.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78302026-08-27T01:04:50.773Z[ recovery-image] Aug 27 01:04:49.569 INFO O| Aug 27 01:04:49.569 INFO STEP 834 (remove_files) COMPLETE
78312026-08-27T01:04:50.776Z[ recovery-image] Aug 27 01:04:49.569 INFO O| Aug 27 01:04:49.569 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-08-27T01:04:50.780Z[ recovery-image] Aug 27 01:04:49.576 INFO O| Aug 27 01:04:49.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78332026-08-27T01:04:50.781Z[ recovery-image] Aug 27 01:04:49.576 INFO O| Aug 27 01:04:49.576 INFO STEP 835 (remove_files) COMPLETE
78342026-08-27T01:04:50.781Z[ recovery-image] Aug 27 01:04:49.576 INFO O| Aug 27 01:04:49.576 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-08-27T01:04:50.787Z[ recovery-image] Aug 27 01:04:49.584 INFO O| Aug 27 01:04:49.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78362026-08-27T01:04:50.787Z[ recovery-image] Aug 27 01:04:49.584 INFO O| Aug 27 01:04:49.584 INFO STEP 836 (remove_files) COMPLETE
78372026-08-27T01:04:50.787Z[ recovery-image] Aug 27 01:04:49.584 INFO O| Aug 27 01:04:49.584 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-08-27T01:04:50.795Z[ recovery-image] Aug 27 01:04:49.593 INFO O| Aug 27 01:04:49.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78392026-08-27T01:04:50.795Z[ recovery-image] Aug 27 01:04:49.593 INFO O| Aug 27 01:04:49.593 INFO STEP 837 (remove_files) COMPLETE
78402026-08-27T01:04:50.799Z[ recovery-image] Aug 27 01:04:49.593 INFO O| Aug 27 01:04:49.593 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-08-27T01:04:50.804Z[ recovery-image] Aug 27 01:04:49.601 INFO O| Aug 27 01:04:49.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78422026-08-27T01:04:50.804Z[ recovery-image] Aug 27 01:04:49.601 INFO O| Aug 27 01:04:49.601 INFO STEP 838 (remove_files) COMPLETE
78432026-08-27T01:04:50.807Z[ recovery-image] Aug 27 01:04:49.601 INFO O| Aug 27 01:04:49.601 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-08-27T01:04:50.814Z[ recovery-image] Aug 27 01:04:49.612 INFO O| Aug 27 01:04:49.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78452026-08-27T01:04:50.814Z[ recovery-image] Aug 27 01:04:49.612 INFO O| Aug 27 01:04:49.612 INFO STEP 839 (remove_files) COMPLETE
78462026-08-27T01:04:50.814Z[ recovery-image] Aug 27 01:04:49.612 INFO O| Aug 27 01:04:49.612 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-08-27T01:04:50.824Z[ recovery-image] Aug 27 01:04:49.622 INFO O| Aug 27 01:04:49.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78482026-08-27T01:04:50.826Z[ recovery-image] Aug 27 01:04:49.622 INFO O| Aug 27 01:04:49.622 INFO STEP 840 (remove_files) COMPLETE
78492026-08-27T01:04:50.826Z[ recovery-image] Aug 27 01:04:49.622 INFO O| Aug 27 01:04:49.622 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-08-27T01:04:50.835Z[ recovery-image] Aug 27 01:04:49.632 INFO O| Aug 27 01:04:49.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78512026-08-27T01:04:50.835Z[ recovery-image] Aug 27 01:04:49.632 INFO O| Aug 27 01:04:49.632 INFO STEP 841 (remove_files) COMPLETE
78522026-08-27T01:04:50.835Z[ recovery-image] Aug 27 01:04:49.632 INFO O| Aug 27 01:04:49.632 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-08-27T01:04:50.846Z[ recovery-image] Aug 27 01:04:49.643 INFO O| Aug 27 01:04:49.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78542026-08-27T01:04:50.846Z[ recovery-image] Aug 27 01:04:49.643 INFO O| Aug 27 01:04:49.643 INFO STEP 842 (remove_files) COMPLETE
78552026-08-27T01:04:50.846Z[ recovery-image] Aug 27 01:04:49.643 INFO O| Aug 27 01:04:49.643 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-08-27T01:04:50.856Z[ recovery-image] Aug 27 01:04:49.654 INFO O| Aug 27 01:04:49.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78572026-08-27T01:04:50.857Z[ recovery-image] Aug 27 01:04:49.654 INFO O| Aug 27 01:04:49.654 INFO STEP 843 (remove_files) COMPLETE
78582026-08-27T01:04:50.857Z[ recovery-image] Aug 27 01:04:49.654 INFO O| Aug 27 01:04:49.654 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-08-27T01:04:50.868Z[ recovery-image] Aug 27 01:04:49.665 INFO O| Aug 27 01:04:49.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
78602026-08-27T01:04:50.868Z[ recovery-image] Aug 27 01:04:49.665 INFO O| Aug 27 01:04:49.665 INFO STEP 844 (remove_files) COMPLETE
78612026-08-27T01:04:50.868Z[ recovery-image] Aug 27 01:04:49.665 INFO O| Aug 27 01:04:49.665 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-08-27T01:04:50.878Z[ recovery-image] Aug 27 01:04:49.675 INFO O| Aug 27 01:04:49.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
78632026-08-27T01:04:50.878Z[ recovery-image] Aug 27 01:04:49.675 INFO O| Aug 27 01:04:49.675 INFO STEP 845 (remove_files) COMPLETE
78642026-08-27T01:04:50.878Z[ recovery-image] Aug 27 01:04:49.675 INFO O| Aug 27 01:04:49.675 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-08-27T01:04:50.887Z[ recovery-image] Aug 27 01:04:49.684 INFO O| Aug 27 01:04:49.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
78662026-08-27T01:04:50.887Z[ recovery-image] Aug 27 01:04:49.684 INFO O| Aug 27 01:04:49.684 INFO STEP 846 (remove_files) COMPLETE
78672026-08-27T01:04:50.894Z[ recovery-image] Aug 27 01:04:49.684 INFO O| Aug 27 01:04:49.684 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-08-27T01:04:50.897Z[ recovery-image] Aug 27 01:04:49.692 INFO O| Aug 27 01:04:49.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
78692026-08-27T01:04:50.897Z[ recovery-image] Aug 27 01:04:49.692 INFO O| Aug 27 01:04:49.692 INFO STEP 847 (remove_files) COMPLETE
78702026-08-27T01:04:50.898Z[ recovery-image] Aug 27 01:04:49.692 INFO O| Aug 27 01:04:49.692 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-08-27T01:04:50.904Z[ recovery-image] Aug 27 01:04:49.701 INFO O| Aug 27 01:04:49.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
78722026-08-27T01:04:50.904Z[ recovery-image] Aug 27 01:04:49.701 INFO O| Aug 27 01:04:49.701 INFO STEP 848 (remove_files) COMPLETE
78732026-08-27T01:04:50.904Z[ recovery-image] Aug 27 01:04:49.701 INFO O| Aug 27 01:04:49.701 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-08-27T01:04:50.912Z[ recovery-image] Aug 27 01:04:49.709 INFO O| Aug 27 01:04:49.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
78752026-08-27T01:04:50.913Z[ recovery-image] Aug 27 01:04:49.709 INFO O| Aug 27 01:04:49.709 INFO STEP 849 (remove_files) COMPLETE
78762026-08-27T01:04:50.913Z[ recovery-image] Aug 27 01:04:49.709 INFO O| Aug 27 01:04:49.709 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-08-27T01:04:50.923Z[ recovery-image] Aug 27 01:04:49.718 INFO O| Aug 27 01:04:49.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
78782026-08-27T01:04:50.923Z[ recovery-image] Aug 27 01:04:49.718 INFO O| Aug 27 01:04:49.718 INFO STEP 850 (remove_files) COMPLETE
78792026-08-27T01:04:50.928Z[ recovery-image] Aug 27 01:04:49.718 INFO O| Aug 27 01:04:49.718 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-08-27T01:04:50.932Z[ recovery-image] Aug 27 01:04:49.727 INFO O| Aug 27 01:04:49.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
78812026-08-27T01:04:50.932Z[ recovery-image] Aug 27 01:04:49.727 INFO O| Aug 27 01:04:49.727 INFO STEP 851 (remove_files) COMPLETE
78822026-08-27T01:04:50.932Z[ recovery-image] Aug 27 01:04:49.727 INFO O| Aug 27 01:04:49.727 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-08-27T01:04:50.937Z[ recovery-image] Aug 27 01:04:49.735 INFO O| Aug 27 01:04:49.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
78842026-08-27T01:04:50.938Z[ recovery-image] Aug 27 01:04:49.735 INFO O| Aug 27 01:04:49.735 INFO STEP 852 (remove_files) COMPLETE
78852026-08-27T01:04:50.938Z[ recovery-image] Aug 27 01:04:49.735 INFO O| Aug 27 01:04:49.735 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-08-27T01:04:50.948Z[ recovery-image] Aug 27 01:04:49.746 INFO O| Aug 27 01:04:49.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
78872026-08-27T01:04:50.948Z[ recovery-image] Aug 27 01:04:49.746 INFO O| Aug 27 01:04:49.746 INFO STEP 853 (remove_files) COMPLETE
78882026-08-27T01:04:50.948Z[ recovery-image] Aug 27 01:04:49.746 INFO O| Aug 27 01:04:49.746 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-08-27T01:04:50.958Z[ recovery-image] Aug 27 01:04:49.756 INFO O| Aug 27 01:04:49.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
78902026-08-27T01:04:50.958Z[ recovery-image] Aug 27 01:04:49.756 INFO O| Aug 27 01:04:49.756 INFO STEP 854 (remove_files) COMPLETE
78912026-08-27T01:04:50.958Z[ recovery-image] Aug 27 01:04:49.756 INFO O| Aug 27 01:04:49.756 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-08-27T01:04:50.962Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
78932026-08-27T01:04:50.968Z[ recovery-image] Aug 27 01:04:49.766 INFO O| Aug 27 01:04:49.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
78942026-08-27T01:04:50.968Z[ recovery-image] Aug 27 01:04:49.766 INFO O| Aug 27 01:04:49.766 INFO STEP 855 (remove_files) COMPLETE
78952026-08-27T01:04:50.973Z[ recovery-image] Aug 27 01:04:49.766 INFO O| Aug 27 01:04:49.766 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78962026-08-27T01:04:50.979Z[ recovery-image] Aug 27 01:04:49.776 INFO O| Aug 27 01:04:49.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
78972026-08-27T01:04:50.979Z[ recovery-image] Aug 27 01:04:49.776 INFO O| Aug 27 01:04:49.776 INFO STEP 856 (remove_files) COMPLETE
78982026-08-27T01:04:50.982Z[ recovery-image] Aug 27 01:04:49.776 INFO O| Aug 27 01:04:49.776 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78992026-08-27T01:04:50.989Z[ recovery-image] Aug 27 01:04:49.787 INFO O| Aug 27 01:04:49.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79002026-08-27T01:04:50.989Z[ recovery-image] Aug 27 01:04:49.787 INFO O| Aug 27 01:04:49.787 INFO STEP 857 (remove_files) COMPLETE
79012026-08-27T01:04:50.993Z[ recovery-image] Aug 27 01:04:49.787 INFO O| Aug 27 01:04:49.787 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79022026-08-27T01:04:50.999Z[ recovery-image] Aug 27 01:04:49.796 INFO O| Aug 27 01:04:49.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79032026-08-27T01:04:50.999Z[ recovery-image] Aug 27 01:04:49.796 INFO O| Aug 27 01:04:49.796 INFO STEP 858 (remove_files) COMPLETE
79042026-08-27T01:04:50.999Z[ recovery-image] Aug 27 01:04:49.796 INFO O| Aug 27 01:04:49.796 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79052026-08-27T01:04:51.013Z[ recovery-image] Aug 27 01:04:49.810 INFO O| Aug 27 01:04:49.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79062026-08-27T01:04:51.017Z[ recovery-image] Aug 27 01:04:49.811 INFO O| Aug 27 01:04:49.810 INFO STEP 859 (remove_files) COMPLETE
79072026-08-27T01:04:51.017Z[ recovery-image] Aug 27 01:04:49.811 INFO O| Aug 27 01:04:49.810 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79082026-08-27T01:04:51.023Z[ recovery-image] Aug 27 01:04:49.821 INFO O| Aug 27 01:04:49.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79092026-08-27T01:04:51.023Z[ recovery-image] Aug 27 01:04:49.821 INFO O| Aug 27 01:04:49.821 INFO STEP 860 (remove_files) COMPLETE
79102026-08-27T01:04:51.023Z[ recovery-image] Aug 27 01:04:49.821 INFO O| Aug 27 01:04:49.821 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79112026-08-27T01:04:51.034Z[ recovery-image] Aug 27 01:04:49.831 INFO O| Aug 27 01:04:49.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79122026-08-27T01:04:51.034Z[ recovery-image] Aug 27 01:04:49.831 INFO O| Aug 27 01:04:49.831 INFO STEP 861 (remove_files) COMPLETE
79132026-08-27T01:04:51.038Z[ recovery-image] Aug 27 01:04:49.831 INFO O| Aug 27 01:04:49.831 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79142026-08-27T01:04:51.043Z[ recovery-image] Aug 27 01:04:49.841 INFO O| Aug 27 01:04:49.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79152026-08-27T01:04:51.043Z[ recovery-image] Aug 27 01:04:49.841 INFO O| Aug 27 01:04:49.841 INFO STEP 862 (remove_files) COMPLETE
79162026-08-27T01:04:51.048Z[ recovery-image] Aug 27 01:04:49.841 INFO O| Aug 27 01:04:49.841 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79172026-08-27T01:04:51.052Z[ recovery-image] Aug 27 01:04:49.850 INFO O| Aug 27 01:04:49.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79182026-08-27T01:04:51.052Z[ recovery-image] Aug 27 01:04:49.850 INFO O| Aug 27 01:04:49.850 INFO STEP 863 (remove_files) COMPLETE
79192026-08-27T01:04:51.055Z[ recovery-image] Aug 27 01:04:49.850 INFO O| Aug 27 01:04:49.850 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79202026-08-27T01:04:51.062Z[ recovery-image] Aug 27 01:04:49.858 INFO O| Aug 27 01:04:49.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79212026-08-27T01:04:51.062Z[ recovery-image] Aug 27 01:04:49.859 INFO O| Aug 27 01:04:49.859 INFO STEP 864 (remove_files) COMPLETE
79222026-08-27T01:04:51.062Z[ recovery-image] Aug 27 01:04:49.859 INFO O| Aug 27 01:04:49.859 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79232026-08-27T01:04:51.072Z[ recovery-image] Aug 27 01:04:49.868 INFO O| Aug 27 01:04:49.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79242026-08-27T01:04:51.072Z[ recovery-image] Aug 27 01:04:49.868 INFO O| Aug 27 01:04:49.868 INFO STEP 865 (remove_files) COMPLETE
79252026-08-27T01:04:51.077Z[ recovery-image] Aug 27 01:04:49.868 INFO O| Aug 27 01:04:49.868 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79262026-08-27T01:04:51.081Z[ recovery-image] Aug 27 01:04:49.877 INFO O| Aug 27 01:04:49.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79272026-08-27T01:04:51.081Z[ recovery-image] Aug 27 01:04:49.877 INFO O| Aug 27 01:04:49.877 INFO STEP 866 (remove_files) COMPLETE
79282026-08-27T01:04:51.081Z[ recovery-image] Aug 27 01:04:49.877 INFO O| Aug 27 01:04:49.877 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79292026-08-27T01:04:51.089Z[ recovery-image] Aug 27 01:04:49.885 INFO O| Aug 27 01:04:49.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79302026-08-27T01:04:51.089Z[ recovery-image] Aug 27 01:04:49.885 INFO O| Aug 27 01:04:49.885 INFO STEP 867 (remove_files) COMPLETE
79312026-08-27T01:04:51.089Z[ recovery-image] Aug 27 01:04:49.885 INFO O| Aug 27 01:04:49.885 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79322026-08-27T01:04:51.096Z[ recovery-image] Aug 27 01:04:49.894 INFO O| Aug 27 01:04:49.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79332026-08-27T01:04:51.096Z[ recovery-image] Aug 27 01:04:49.894 INFO O| Aug 27 01:04:49.894 INFO STEP 868 (remove_files) COMPLETE
79342026-08-27T01:04:51.101Z[ recovery-image] Aug 27 01:04:49.894 INFO O| Aug 27 01:04:49.894 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79352026-08-27T01:04:51.105Z[ recovery-image] Aug 27 01:04:49.902 INFO O| Aug 27 01:04:49.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79362026-08-27T01:04:51.105Z[ recovery-image] Aug 27 01:04:49.902 INFO O| Aug 27 01:04:49.902 INFO STEP 869 (remove_files) COMPLETE
79372026-08-27T01:04:51.105Z[ recovery-image] Aug 27 01:04:49.902 INFO O| Aug 27 01:04:49.902 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79382026-08-27T01:04:51.120Z[ recovery-image] Aug 27 01:04:49.915 INFO O| Aug 27 01:04:49.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79392026-08-27T01:04:51.120Z[ recovery-image] Aug 27 01:04:49.915 INFO O| Aug 27 01:04:49.915 INFO STEP 870 (remove_files) COMPLETE
79402026-08-27T01:04:51.120Z[ recovery-image] Aug 27 01:04:49.915 INFO O| Aug 27 01:04:49.915 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79412026-08-27T01:04:51.127Z[ recovery-image] Aug 27 01:04:49.925 INFO O| Aug 27 01:04:49.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79422026-08-27T01:04:51.127Z[ recovery-image] Aug 27 01:04:49.925 INFO O| Aug 27 01:04:49.925 INFO STEP 871 (remove_files) COMPLETE
79432026-08-27T01:04:51.127Z[ recovery-image] Aug 27 01:04:49.925 INFO O| Aug 27 01:04:49.925 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79442026-08-27T01:04:51.140Z[ recovery-image] Aug 27 01:04:49.938 INFO O| Aug 27 01:04:49.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79452026-08-27T01:04:51.141Z[ recovery-image] Aug 27 01:04:49.938 INFO O| Aug 27 01:04:49.938 INFO STEP 872 (remove_files) COMPLETE
79462026-08-27T01:04:51.141Z[ recovery-image] Aug 27 01:04:49.938 INFO O| Aug 27 01:04:49.938 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79472026-08-27T01:04:51.150Z[ recovery-image] Aug 27 01:04:49.947 INFO O| Aug 27 01:04:49.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79482026-08-27T01:04:51.150Z[ recovery-image] Aug 27 01:04:49.947 INFO O| Aug 27 01:04:49.947 INFO STEP 873 (remove_files) COMPLETE
79492026-08-27T01:04:51.150Z[ recovery-image] Aug 27 01:04:49.948 INFO O| Aug 27 01:04:49.947 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-08-27T01:04:51.159Z[ recovery-image] Aug 27 01:04:49.956 INFO O| Aug 27 01:04:49.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79512026-08-27T01:04:51.159Z[ recovery-image] Aug 27 01:04:49.957 INFO O| Aug 27 01:04:49.957 INFO STEP 874 (remove_files) COMPLETE
79522026-08-27T01:04:51.164Z[ recovery-image] Aug 27 01:04:49.957 INFO O| Aug 27 01:04:49.957 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-08-27T01:04:51.170Z[ recovery-image] Aug 27 01:04:49.967 INFO O| Aug 27 01:04:49.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79542026-08-27T01:04:51.170Z[ recovery-image] Aug 27 01:04:49.967 INFO O| Aug 27 01:04:49.967 INFO STEP 875 (remove_files) COMPLETE
79552026-08-27T01:04:51.170Z[ recovery-image] Aug 27 01:04:49.967 INFO O| Aug 27 01:04:49.967 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-08-27T01:04:51.246Z[ recovery-image] Aug 27 01:04:49.981 INFO O| Aug 27 01:04:49.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79572026-08-27T01:04:51.246Z[ recovery-image] Aug 27 01:04:49.981 INFO O| Aug 27 01:04:49.981 INFO STEP 876 (remove_files) COMPLETE
79582026-08-27T01:04:51.253Z[ recovery-image] Aug 27 01:04:49.981 INFO O| Aug 27 01:04:49.981 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-08-27T01:04:51.253Z[ recovery-image] Aug 27 01:04:49.992 INFO O| Aug 27 01:04:49.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
79602026-08-27T01:04:51.253Z[ recovery-image] Aug 27 01:04:49.992 INFO O| Aug 27 01:04:49.992 INFO STEP 877 (remove_files) COMPLETE
79612026-08-27T01:04:51.253Z[ recovery-image] Aug 27 01:04:49.992 INFO O| Aug 27 01:04:49.992 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79622026-08-27T01:04:51.253Z[ recovery-image] Aug 27 01:04:50.002 INFO O| Aug 27 01:04:50.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
79632026-08-27T01:04:51.253Z[ recovery-image] Aug 27 01:04:50.002 INFO O| Aug 27 01:04:50.002 INFO STEP 878 (remove_files) COMPLETE
79642026-08-27T01:04:51.253Z[ recovery-image] Aug 27 01:04:50.002 INFO O| Aug 27 01:04:50.002 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79652026-08-27T01:04:51.253Z[ recovery-image] Aug 27 01:04:50.014 INFO O| Aug 27 01:04:50.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
79662026-08-27T01:04:51.254Z[ recovery-image] Aug 27 01:04:50.014 INFO O| Aug 27 01:04:50.014 INFO STEP 879 (remove_files) COMPLETE
79672026-08-27T01:04:51.254Z[ recovery-image] Aug 27 01:04:50.014 INFO O| Aug 27 01:04:50.014 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79682026-08-27T01:04:51.254Z[ recovery-image] Aug 27 01:04:50.023 INFO O| Aug 27 01:04:50.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
79692026-08-27T01:04:51.254Z[ recovery-image] Aug 27 01:04:50.023 INFO O| Aug 27 01:04:50.023 INFO STEP 880 (remove_files) COMPLETE
79702026-08-27T01:04:51.254Z[ recovery-image] Aug 27 01:04:50.023 INFO O| Aug 27 01:04:50.023 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79712026-08-27T01:04:51.254Z[ recovery-image] Aug 27 01:04:50.031 INFO O| Aug 27 01:04:50.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
79722026-08-27T01:04:51.254Z[ recovery-image] Aug 27 01:04:50.031 INFO O| Aug 27 01:04:50.031 INFO STEP 881 (remove_files) COMPLETE
79732026-08-27T01:04:51.254Z[ recovery-image] Aug 27 01:04:50.031 INFO O| Aug 27 01:04:50.031 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-08-27T01:04:51.254Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
79752026-08-27T01:04:51.254Z[ recovery-image] Aug 27 01:04:50.043 INFO O| Aug 27 01:04:50.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
79762026-08-27T01:04:51.254Z[ recovery-image] Aug 27 01:04:50.043 INFO O| Aug 27 01:04:50.043 INFO STEP 882 (remove_files) COMPLETE
79772026-08-27T01:04:51.254Z[ recovery-image] Aug 27 01:04:50.043 INFO O| Aug 27 01:04:50.043 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-08-27T01:04:51.258Z[ recovery-image] Aug 27 01:04:50.055 INFO O| Aug 27 01:04:50.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
79792026-08-27T01:04:51.258Z[ recovery-image] Aug 27 01:04:50.055 INFO O| Aug 27 01:04:50.053 INFO STEP 883 (remove_files) COMPLETE
79802026-08-27T01:04:51.258Z[ recovery-image] Aug 27 01:04:50.055 INFO O| Aug 27 01:04:50.053 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-08-27T01:04:51.265Z[ recovery-image] Aug 27 01:04:50.063 INFO O| Aug 27 01:04:50.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
79822026-08-27T01:04:51.266Z[ recovery-image] Aug 27 01:04:50.063 INFO O| Aug 27 01:04:50.063 INFO STEP 884 (remove_files) COMPLETE
79832026-08-27T01:04:51.266Z[ recovery-image] Aug 27 01:04:50.063 INFO O| Aug 27 01:04:50.063 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-08-27T01:04:51.278Z[ recovery-image] Aug 27 01:04:50.076 INFO O| Aug 27 01:04:50.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
79852026-08-27T01:04:51.278Z[ recovery-image] Aug 27 01:04:50.076 INFO O| Aug 27 01:04:50.076 INFO STEP 885 (remove_files) COMPLETE
79862026-08-27T01:04:51.282Z[ recovery-image] Aug 27 01:04:50.076 INFO O| Aug 27 01:04:50.076 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-08-27T01:04:51.289Z[ recovery-image] Aug 27 01:04:50.086 INFO O| Aug 27 01:04:50.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
79882026-08-27T01:04:51.290Z[ recovery-image] Aug 27 01:04:50.086 INFO O| Aug 27 01:04:50.086 INFO STEP 886 (remove_files) COMPLETE
79892026-08-27T01:04:51.290Z[ recovery-image] Aug 27 01:04:50.086 INFO O| Aug 27 01:04:50.086 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-08-27T01:04:51.298Z[ recovery-image] Aug 27 01:04:50.096 INFO O| Aug 27 01:04:50.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
79912026-08-27T01:04:51.298Z[ recovery-image] Aug 27 01:04:50.096 INFO O| Aug 27 01:04:50.096 INFO STEP 887 (remove_files) COMPLETE
79922026-08-27T01:04:51.299Z[ recovery-image] Aug 27 01:04:50.096 INFO O| Aug 27 01:04:50.096 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-08-27T01:04:51.309Z[ recovery-image] Aug 27 01:04:50.107 INFO O| Aug 27 01:04:50.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
79942026-08-27T01:04:51.309Z[ recovery-image] Aug 27 01:04:50.107 INFO O| Aug 27 01:04:50.107 INFO STEP 888 (remove_files) COMPLETE
79952026-08-27T01:04:51.309Z[ recovery-image] Aug 27 01:04:50.107 INFO O| Aug 27 01:04:50.107 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-08-27T01:04:51.320Z[ recovery-image] Aug 27 01:04:50.117 INFO O| Aug 27 01:04:50.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
79972026-08-27T01:04:51.320Z[ recovery-image] Aug 27 01:04:50.117 INFO O| Aug 27 01:04:50.117 INFO STEP 889 (remove_files) COMPLETE
79982026-08-27T01:04:51.320Z[ recovery-image] Aug 27 01:04:50.117 INFO O| Aug 27 01:04:50.117 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-08-27T01:04:51.329Z[ recovery-image] Aug 27 01:04:50.126 INFO O| Aug 27 01:04:50.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80002026-08-27T01:04:51.329Z[ recovery-image] Aug 27 01:04:50.126 INFO O| Aug 27 01:04:50.126 INFO STEP 890 (remove_files) COMPLETE
80012026-08-27T01:04:51.329Z[ recovery-image] Aug 27 01:04:50.126 INFO O| Aug 27 01:04:50.126 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-08-27T01:04:51.338Z[ recovery-image] Aug 27 01:04:50.135 INFO O| Aug 27 01:04:50.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80032026-08-27T01:04:51.339Z[ recovery-image] Aug 27 01:04:50.135 INFO O| Aug 27 01:04:50.135 INFO STEP 891 (remove_files) COMPLETE
80042026-08-27T01:04:51.339Z[ recovery-image] Aug 27 01:04:50.135 INFO O| Aug 27 01:04:50.135 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-08-27T01:04:51.347Z[ recovery-image] Aug 27 01:04:50.145 INFO O| Aug 27 01:04:50.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80062026-08-27T01:04:51.347Z[ recovery-image] Aug 27 01:04:50.145 INFO O| Aug 27 01:04:50.145 INFO STEP 892 (remove_files) COMPLETE
80072026-08-27T01:04:51.350Z[ recovery-image] Aug 27 01:04:50.145 INFO O| Aug 27 01:04:50.145 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-08-27T01:04:51.357Z[ recovery-image] Aug 27 01:04:50.155 INFO O| Aug 27 01:04:50.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80092026-08-27T01:04:51.357Z[ recovery-image] Aug 27 01:04:50.155 INFO O| Aug 27 01:04:50.155 INFO STEP 893 (remove_files) COMPLETE
80102026-08-27T01:04:51.357Z[ recovery-image] Aug 27 01:04:50.155 INFO O| Aug 27 01:04:50.155 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-08-27T01:04:51.371Z[ recovery-image] Aug 27 01:04:50.165 INFO O| Aug 27 01:04:50.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80122026-08-27T01:04:51.371Z[ recovery-image] Aug 27 01:04:50.165 INFO O| Aug 27 01:04:50.165 INFO STEP 894 (remove_files) COMPLETE
80132026-08-27T01:04:51.374Z[ recovery-image] Aug 27 01:04:50.165 INFO O| Aug 27 01:04:50.165 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-08-27T01:04:51.378Z[ recovery-image] Aug 27 01:04:50.174 INFO O| Aug 27 01:04:50.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80152026-08-27T01:04:51.378Z[ recovery-image] Aug 27 01:04:50.174 INFO O| Aug 27 01:04:50.174 INFO STEP 895 (remove_files) COMPLETE
80162026-08-27T01:04:51.378Z[ recovery-image] Aug 27 01:04:50.174 INFO O| Aug 27 01:04:50.174 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-08-27T01:04:51.385Z[ recovery-image] Aug 27 01:04:50.183 INFO O| Aug 27 01:04:50.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80182026-08-27T01:04:51.388Z[ recovery-image] Aug 27 01:04:50.184 INFO O| Aug 27 01:04:50.183 INFO STEP 896 (remove_files) COMPLETE
80192026-08-27T01:04:51.388Z[ recovery-image] Aug 27 01:04:50.184 INFO O| Aug 27 01:04:50.183 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-08-27T01:04:51.398Z[ recovery-image] Aug 27 01:04:50.194 INFO O| Aug 27 01:04:50.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80212026-08-27T01:04:51.398Z[ recovery-image] Aug 27 01:04:50.194 INFO O| Aug 27 01:04:50.194 INFO STEP 897 (remove_files) COMPLETE
80222026-08-27T01:04:51.402Z[ recovery-image] Aug 27 01:04:50.194 INFO O| Aug 27 01:04:50.194 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-08-27T01:04:51.409Z[ recovery-image] Aug 27 01:04:50.205 INFO O| Aug 27 01:04:50.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80242026-08-27T01:04:51.409Z[ recovery-image] Aug 27 01:04:50.205 INFO O| Aug 27 01:04:50.205 INFO STEP 898 (remove_files) COMPLETE
80252026-08-27T01:04:51.409Z[ recovery-image] Aug 27 01:04:50.205 INFO O| Aug 27 01:04:50.205 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-08-27T01:04:51.418Z[ recovery-image] Aug 27 01:04:50.216 INFO O| Aug 27 01:04:50.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80272026-08-27T01:04:51.418Z[ recovery-image] Aug 27 01:04:50.216 INFO O| Aug 27 01:04:50.216 INFO STEP 899 (remove_files) COMPLETE
80282026-08-27T01:04:51.418Z[ recovery-image] Aug 27 01:04:50.216 INFO O| Aug 27 01:04:50.216 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-08-27T01:04:51.429Z[ recovery-image] Aug 27 01:04:50.226 INFO O| Aug 27 01:04:50.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80302026-08-27T01:04:51.429Z[ recovery-image] Aug 27 01:04:50.226 INFO O| Aug 27 01:04:50.225 INFO STEP 900 (remove_files) COMPLETE
80312026-08-27T01:04:51.429Z[ recovery-image] Aug 27 01:04:50.226 INFO O| Aug 27 01:04:50.225 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-08-27T01:04:51.439Z[ recovery-image] Aug 27 01:04:50.236 INFO O| Aug 27 01:04:50.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80332026-08-27T01:04:51.439Z[ recovery-image] Aug 27 01:04:50.236 INFO O| Aug 27 01:04:50.236 INFO STEP 901 (remove_files) COMPLETE
80342026-08-27T01:04:51.439Z[ recovery-image] Aug 27 01:04:50.236 INFO O| Aug 27 01:04:50.236 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-08-27T01:04:51.453Z[ recovery-image] Aug 27 01:04:50.247 INFO O| Aug 27 01:04:50.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80362026-08-27T01:04:51.453Z[ recovery-image] Aug 27 01:04:50.247 INFO O| Aug 27 01:04:50.247 INFO STEP 902 (remove_files) COMPLETE
80372026-08-27T01:04:51.453Z[ recovery-image] Aug 27 01:04:50.247 INFO O| Aug 27 01:04:50.247 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-08-27T01:04:51.459Z[ recovery-image] Aug 27 01:04:50.257 INFO O| Aug 27 01:04:50.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80392026-08-27T01:04:51.459Z[ recovery-image] Aug 27 01:04:50.257 INFO O| Aug 27 01:04:50.257 INFO STEP 903 (remove_files) COMPLETE
80402026-08-27T01:04:51.462Z[ recovery-image] Aug 27 01:04:50.257 INFO O| Aug 27 01:04:50.257 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-08-27T01:04:51.468Z[ recovery-image] Aug 27 01:04:50.265 INFO O| Aug 27 01:04:50.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80422026-08-27T01:04:51.471Z[ recovery-image] Aug 27 01:04:50.266 INFO O| Aug 27 01:04:50.266 INFO STEP 904 (remove_files) COMPLETE
80432026-08-27T01:04:51.471Z[ recovery-image] Aug 27 01:04:50.266 INFO O| Aug 27 01:04:50.266 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-08-27T01:04:51.476Z[ recovery-image] Aug 27 01:04:50.274 INFO O| Aug 27 01:04:50.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80452026-08-27T01:04:51.476Z[ recovery-image] Aug 27 01:04:50.274 INFO O| Aug 27 01:04:50.274 INFO STEP 905 (remove_files) COMPLETE
80462026-08-27T01:04:51.480Z[ recovery-image] Aug 27 01:04:50.274 INFO O| Aug 27 01:04:50.274 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-08-27T01:04:51.484Z[ recovery-image] Aug 27 01:04:50.282 INFO O| Aug 27 01:04:50.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80482026-08-27T01:04:51.484Z[ recovery-image] Aug 27 01:04:50.282 INFO O| Aug 27 01:04:50.282 INFO STEP 906 (remove_files) COMPLETE
80492026-08-27T01:04:51.484Z[ recovery-image] Aug 27 01:04:50.282 INFO O| Aug 27 01:04:50.282 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-08-27T01:04:51.492Z[ recovery-image] Aug 27 01:04:50.290 INFO O| Aug 27 01:04:50.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80512026-08-27T01:04:51.493Z[ recovery-image] Aug 27 01:04:50.290 INFO O| Aug 27 01:04:50.290 INFO STEP 907 (remove_files) COMPLETE
80522026-08-27T01:04:51.496Z[ recovery-image] Aug 27 01:04:50.290 INFO O| Aug 27 01:04:50.290 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-08-27T01:04:51.501Z[ recovery-image] Aug 27 01:04:50.298 INFO O| Aug 27 01:04:50.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80542026-08-27T01:04:51.504Z[ recovery-image] Aug 27 01:04:50.298 INFO O| Aug 27 01:04:50.298 INFO STEP 908 (remove_files) COMPLETE
80552026-08-27T01:04:51.504Z[ recovery-image] Aug 27 01:04:50.298 INFO O| Aug 27 01:04:50.298 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-08-27T01:04:51.512Z[ recovery-image] Aug 27 01:04:50.308 INFO O| Aug 27 01:04:50.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80572026-08-27T01:04:51.512Z[ recovery-image] Aug 27 01:04:50.308 INFO O| Aug 27 01:04:50.308 INFO STEP 909 (remove_files) COMPLETE
80582026-08-27T01:04:51.512Z[ recovery-image] Aug 27 01:04:50.308 INFO O| Aug 27 01:04:50.308 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-08-27T01:04:51.520Z[ recovery-image] Aug 27 01:04:50.317 INFO O| Aug 27 01:04:50.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80602026-08-27T01:04:51.520Z[ recovery-image] Aug 27 01:04:50.317 INFO O| Aug 27 01:04:50.317 INFO STEP 910 (remove_files) COMPLETE
80612026-08-27T01:04:51.520Z[ recovery-image] Aug 27 01:04:50.318 INFO O| Aug 27 01:04:50.317 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-08-27T01:04:51.530Z[ recovery-image] Aug 27 01:04:50.326 INFO O| Aug 27 01:04:50.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
80632026-08-27T01:04:51.530Z[ recovery-image] Aug 27 01:04:50.326 INFO O| Aug 27 01:04:50.326 INFO STEP 911 (remove_files) COMPLETE
80642026-08-27T01:04:51.530Z[ recovery-image] Aug 27 01:04:50.326 INFO O| Aug 27 01:04:50.326 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-08-27T01:04:51.539Z[ recovery-image] Aug 27 01:04:50.336 INFO O| Aug 27 01:04:50.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
80662026-08-27T01:04:51.539Z[ recovery-image] Aug 27 01:04:50.336 INFO O| Aug 27 01:04:50.336 INFO STEP 912 (remove_files) COMPLETE
80672026-08-27T01:04:51.539Z[ recovery-image] Aug 27 01:04:50.336 INFO O| Aug 27 01:04:50.336 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-08-27T01:04:51.549Z[ recovery-image] Aug 27 01:04:50.346 INFO O| Aug 27 01:04:50.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
80692026-08-27T01:04:51.549Z[ recovery-image] Aug 27 01:04:50.346 INFO O| Aug 27 01:04:50.346 INFO STEP 913 (remove_files) COMPLETE
80702026-08-27T01:04:51.549Z[ recovery-image] Aug 27 01:04:50.346 INFO O| Aug 27 01:04:50.346 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-08-27T01:04:51.559Z[ recovery-image] Aug 27 01:04:50.356 INFO O| Aug 27 01:04:50.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
80722026-08-27T01:04:51.559Z[ recovery-image] Aug 27 01:04:50.356 INFO O| Aug 27 01:04:50.356 INFO STEP 914 (remove_files) COMPLETE
80732026-08-27T01:04:51.559Z[ recovery-image] Aug 27 01:04:50.356 INFO O| Aug 27 01:04:50.356 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-08-27T01:04:51.569Z[ recovery-image] Aug 27 01:04:50.367 INFO O| Aug 27 01:04:50.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
80752026-08-27T01:04:51.569Z[ recovery-image] Aug 27 01:04:50.367 INFO O| Aug 27 01:04:50.367 INFO STEP 915 (remove_files) COMPLETE
80762026-08-27T01:04:51.570Z[ recovery-image] Aug 27 01:04:50.367 INFO O| Aug 27 01:04:50.367 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-08-27T01:04:51.579Z[ recovery-image] Aug 27 01:04:50.377 INFO O| Aug 27 01:04:50.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
80782026-08-27T01:04:51.579Z[ recovery-image] Aug 27 01:04:50.377 INFO O| Aug 27 01:04:50.377 INFO STEP 916 (remove_files) COMPLETE
80792026-08-27T01:04:51.579Z[ recovery-image] Aug 27 01:04:50.377 INFO O| Aug 27 01:04:50.377 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-08-27T01:04:51.589Z[ recovery-image] Aug 27 01:04:50.387 INFO O| Aug 27 01:04:50.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
80812026-08-27T01:04:51.589Z[ recovery-image] Aug 27 01:04:50.387 INFO O| Aug 27 01:04:50.387 INFO STEP 917 (remove_files) COMPLETE
80822026-08-27T01:04:51.589Z[ recovery-image] Aug 27 01:04:50.387 INFO O| Aug 27 01:04:50.387 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-08-27T01:04:51.598Z[ recovery-image] Aug 27 01:04:50.396 INFO O| Aug 27 01:04:50.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
80842026-08-27T01:04:51.598Z[ recovery-image] Aug 27 01:04:50.396 INFO O| Aug 27 01:04:50.396 INFO STEP 918 (remove_files) COMPLETE
80852026-08-27T01:04:51.598Z[ recovery-image] Aug 27 01:04:50.396 INFO O| Aug 27 01:04:50.396 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-08-27T01:04:51.609Z[ recovery-image] Aug 27 01:04:50.406 INFO O| Aug 27 01:04:50.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
80872026-08-27T01:04:51.609Z[ recovery-image] Aug 27 01:04:50.406 INFO O| Aug 27 01:04:50.406 INFO STEP 919 (remove_files) COMPLETE
80882026-08-27T01:04:51.613Z[ recovery-image] Aug 27 01:04:50.406 INFO O| Aug 27 01:04:50.406 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-08-27T01:04:51.618Z[ recovery-image] Aug 27 01:04:50.416 INFO O| Aug 27 01:04:50.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
80902026-08-27T01:04:51.618Z[ recovery-image] Aug 27 01:04:50.416 INFO O| Aug 27 01:04:50.416 INFO STEP 920 (remove_files) COMPLETE
80912026-08-27T01:04:51.618Z[ recovery-image] Aug 27 01:04:50.416 INFO O| Aug 27 01:04:50.416 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-08-27T01:04:51.628Z[ recovery-image] Aug 27 01:04:50.426 INFO O| Aug 27 01:04:50.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
80932026-08-27T01:04:51.628Z[ recovery-image] Aug 27 01:04:50.426 INFO O| Aug 27 01:04:50.426 INFO STEP 921 (remove_files) COMPLETE
80942026-08-27T01:04:51.632Z[ recovery-image] Aug 27 01:04:50.426 INFO O| Aug 27 01:04:50.426 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-08-27T01:04:51.638Z[ recovery-image] Aug 27 01:04:50.436 INFO O| Aug 27 01:04:50.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
80962026-08-27T01:04:51.638Z[ recovery-image] Aug 27 01:04:50.436 INFO O| Aug 27 01:04:50.436 INFO STEP 922 (remove_files) COMPLETE
80972026-08-27T01:04:51.638Z[ recovery-image] Aug 27 01:04:50.436 INFO O| Aug 27 01:04:50.436 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-08-27T01:04:51.648Z[ recovery-image] Aug 27 01:04:50.445 INFO O| Aug 27 01:04:50.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
80992026-08-27T01:04:51.648Z[ recovery-image] Aug 27 01:04:50.445 INFO O| Aug 27 01:04:50.445 INFO STEP 923 (remove_files) COMPLETE
81002026-08-27T01:04:51.648Z[ recovery-image] Aug 27 01:04:50.445 INFO O| Aug 27 01:04:50.445 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-08-27T01:04:51.657Z[ recovery-image] Aug 27 01:04:50.455 INFO O| Aug 27 01:04:50.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81022026-08-27T01:04:51.658Z[ recovery-image] Aug 27 01:04:50.455 INFO O| Aug 27 01:04:50.455 INFO STEP 924 (remove_files) COMPLETE
81032026-08-27T01:04:51.658Z[ recovery-image] Aug 27 01:04:50.455 INFO O| Aug 27 01:04:50.455 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-08-27T01:04:51.667Z[ recovery-image] Aug 27 01:04:50.465 INFO O| Aug 27 01:04:50.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81052026-08-27T01:04:51.667Z[ recovery-image] Aug 27 01:04:50.465 INFO O| Aug 27 01:04:50.465 INFO STEP 925 (remove_files) COMPLETE
81062026-08-27T01:04:51.667Z[ recovery-image] Aug 27 01:04:50.465 INFO O| Aug 27 01:04:50.465 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-08-27T01:04:51.676Z[ recovery-image] Aug 27 01:04:50.474 INFO O| Aug 27 01:04:50.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81082026-08-27T01:04:51.676Z[ recovery-image] Aug 27 01:04:50.474 INFO O| Aug 27 01:04:50.474 INFO STEP 926 (remove_files) COMPLETE
81092026-08-27T01:04:51.676Z[ recovery-image] Aug 27 01:04:50.474 INFO O| Aug 27 01:04:50.474 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-08-27T01:04:51.686Z[ recovery-image] Aug 27 01:04:50.484 INFO O| Aug 27 01:04:50.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81112026-08-27T01:04:51.687Z[ recovery-image] Aug 27 01:04:50.484 INFO O| Aug 27 01:04:50.484 INFO STEP 927 (remove_files) COMPLETE
81122026-08-27T01:04:51.687Z[ recovery-image] Aug 27 01:04:50.484 INFO O| Aug 27 01:04:50.484 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-08-27T01:04:51.696Z[ recovery-image] Aug 27 01:04:50.494 INFO O| Aug 27 01:04:50.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81142026-08-27T01:04:51.696Z[ recovery-image] Aug 27 01:04:50.494 INFO O| Aug 27 01:04:50.494 INFO STEP 928 (remove_files) COMPLETE
81152026-08-27T01:04:51.696Z[ recovery-image] Aug 27 01:04:50.494 INFO O| Aug 27 01:04:50.494 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-08-27T01:04:51.704Z[ recovery-image] Aug 27 01:04:50.502 INFO O| Aug 27 01:04:50.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81172026-08-27T01:04:51.704Z[ recovery-image] Aug 27 01:04:50.502 INFO O| Aug 27 01:04:50.502 INFO STEP 929 (remove_files) COMPLETE
81182026-08-27T01:04:51.705Z[ recovery-image] Aug 27 01:04:50.502 INFO O| Aug 27 01:04:50.502 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-08-27T01:04:51.713Z[ recovery-image] Aug 27 01:04:50.511 INFO O| Aug 27 01:04:50.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81202026-08-27T01:04:51.713Z[ recovery-image] Aug 27 01:04:50.511 INFO O| Aug 27 01:04:50.511 INFO STEP 930 (remove_files) COMPLETE
81212026-08-27T01:04:51.717Z[ recovery-image] Aug 27 01:04:50.511 INFO O| Aug 27 01:04:50.511 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-08-27T01:04:51.723Z[ recovery-image] Aug 27 01:04:50.520 INFO O| Aug 27 01:04:50.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81232026-08-27T01:04:51.723Z[ recovery-image] Aug 27 01:04:50.520 INFO O| Aug 27 01:04:50.520 INFO STEP 931 (remove_files) COMPLETE
81242026-08-27T01:04:51.728Z[ recovery-image] Aug 27 01:04:50.520 INFO O| Aug 27 01:04:50.520 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-08-27T01:04:51.733Z[ recovery-image] Aug 27 01:04:50.530 INFO O| Aug 27 01:04:50.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81262026-08-27T01:04:51.733Z[ recovery-image] Aug 27 01:04:50.530 INFO O| Aug 27 01:04:50.530 INFO STEP 932 (remove_files) COMPLETE
81272026-08-27T01:04:51.733Z[ recovery-image] Aug 27 01:04:50.530 INFO O| Aug 27 01:04:50.530 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-08-27T01:04:51.743Z[ recovery-image] Aug 27 01:04:50.540 INFO O| Aug 27 01:04:50.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81292026-08-27T01:04:51.743Z[ recovery-image] Aug 27 01:04:50.540 INFO O| Aug 27 01:04:50.540 INFO STEP 933 (remove_files) COMPLETE
81302026-08-27T01:04:51.743Z[ recovery-image] Aug 27 01:04:50.540 INFO O| Aug 27 01:04:50.540 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-08-27T01:04:51.752Z[ recovery-image] Aug 27 01:04:50.550 INFO O| Aug 27 01:04:50.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81322026-08-27T01:04:51.752Z[ recovery-image] Aug 27 01:04:50.550 INFO O| Aug 27 01:04:50.550 INFO STEP 934 (remove_files) COMPLETE
81332026-08-27T01:04:51.752Z[ recovery-image] Aug 27 01:04:50.550 INFO O| Aug 27 01:04:50.550 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-08-27T01:04:51.762Z[ recovery-image] Aug 27 01:04:50.560 INFO O| Aug 27 01:04:50.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81352026-08-27T01:04:51.762Z[ recovery-image] Aug 27 01:04:50.560 INFO O| Aug 27 01:04:50.560 INFO STEP 935 (remove_files) COMPLETE
81362026-08-27T01:04:51.766Z[ recovery-image] Aug 27 01:04:50.560 INFO O| Aug 27 01:04:50.560 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-08-27T01:04:51.771Z[ recovery-image] Aug 27 01:04:50.569 INFO O| Aug 27 01:04:50.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81382026-08-27T01:04:51.771Z[ recovery-image] Aug 27 01:04:50.569 INFO O| Aug 27 01:04:50.569 INFO STEP 936 (remove_files) COMPLETE
81392026-08-27T01:04:51.775Z[ recovery-image] Aug 27 01:04:50.569 INFO O| Aug 27 01:04:50.569 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-08-27T01:04:51.780Z[ recovery-image] Aug 27 01:04:50.578 INFO O| Aug 27 01:04:50.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81412026-08-27T01:04:51.784Z[ recovery-image] Aug 27 01:04:50.578 INFO O| Aug 27 01:04:50.578 INFO STEP 937 (remove_files) COMPLETE
81422026-08-27T01:04:51.784Z[ recovery-image] Aug 27 01:04:50.578 INFO O| Aug 27 01:04:50.578 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-08-27T01:04:51.789Z[ recovery-image] Aug 27 01:04:50.587 INFO O| Aug 27 01:04:50.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81442026-08-27T01:04:51.789Z[ recovery-image] Aug 27 01:04:50.587 INFO O| Aug 27 01:04:50.587 INFO STEP 938 (remove_files) COMPLETE
81452026-08-27T01:04:51.789Z[ recovery-image] Aug 27 01:04:50.587 INFO O| Aug 27 01:04:50.587 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-08-27T01:04:51.798Z[ recovery-image] Aug 27 01:04:50.595 INFO O| Aug 27 01:04:50.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81472026-08-27T01:04:51.801Z[ recovery-image] Aug 27 01:04:50.595 INFO O| Aug 27 01:04:50.595 INFO STEP 939 (remove_files) COMPLETE
81482026-08-27T01:04:51.801Z[ recovery-image] Aug 27 01:04:50.595 INFO O| Aug 27 01:04:50.595 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-08-27T01:04:51.808Z[ recovery-image] Aug 27 01:04:50.604 INFO O| Aug 27 01:04:50.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81502026-08-27T01:04:51.808Z[ recovery-image] Aug 27 01:04:50.604 INFO O| Aug 27 01:04:50.604 INFO STEP 940 (remove_files) COMPLETE
81512026-08-27T01:04:51.808Z[ recovery-image] Aug 27 01:04:50.604 INFO O| Aug 27 01:04:50.604 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-08-27T01:04:51.816Z[ recovery-image] Aug 27 01:04:50.613 INFO O| Aug 27 01:04:50.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81532026-08-27T01:04:51.816Z[ recovery-image] Aug 27 01:04:50.613 INFO O| Aug 27 01:04:50.613 INFO STEP 941 (remove_files) COMPLETE
81542026-08-27T01:04:51.816Z[ recovery-image] Aug 27 01:04:50.613 INFO O| Aug 27 01:04:50.613 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-08-27T01:04:51.824Z[ recovery-image] Aug 27 01:04:50.622 INFO O| Aug 27 01:04:50.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81562026-08-27T01:04:51.824Z[ recovery-image] Aug 27 01:04:50.622 INFO O| Aug 27 01:04:50.622 INFO STEP 942 (remove_files) COMPLETE
81572026-08-27T01:04:51.826Z[ recovery-image] Aug 27 01:04:50.622 INFO O| Aug 27 01:04:50.622 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-08-27T01:04:51.833Z[ recovery-image] Aug 27 01:04:50.631 INFO O| Aug 27 01:04:50.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81592026-08-27T01:04:51.833Z[ recovery-image] Aug 27 01:04:50.631 INFO O| Aug 27 01:04:50.631 INFO STEP 943 (remove_files) COMPLETE
81602026-08-27T01:04:51.833Z[ recovery-image] Aug 27 01:04:50.631 INFO O| Aug 27 01:04:50.631 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-08-27T01:04:51.841Z[ recovery-image] Aug 27 01:04:50.639 INFO O| Aug 27 01:04:50.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
81622026-08-27T01:04:51.842Z[ recovery-image] Aug 27 01:04:50.639 INFO O| Aug 27 01:04:50.639 INFO STEP 944 (remove_files) COMPLETE
81632026-08-27T01:04:51.842Z[ recovery-image] Aug 27 01:04:50.639 INFO O| Aug 27 01:04:50.639 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-08-27T01:04:51.850Z[ recovery-image] Aug 27 01:04:50.647 INFO O| Aug 27 01:04:50.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
81652026-08-27T01:04:51.850Z[ recovery-image] Aug 27 01:04:50.648 INFO O| Aug 27 01:04:50.648 INFO STEP 945 (remove_files) COMPLETE
81662026-08-27T01:04:51.855Z[ recovery-image] Aug 27 01:04:50.648 INFO O| Aug 27 01:04:50.648 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-08-27T01:04:51.860Z[ recovery-image] Aug 27 01:04:50.658 INFO O| Aug 27 01:04:50.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
81682026-08-27T01:04:51.860Z[ recovery-image] Aug 27 01:04:50.658 INFO O| Aug 27 01:04:50.658 INFO STEP 946 (remove_files) COMPLETE
81692026-08-27T01:04:51.860Z[ recovery-image] Aug 27 01:04:50.658 INFO O| Aug 27 01:04:50.658 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-08-27T01:04:51.874Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
81712026-08-27T01:04:51.874Z[ recovery-image] Aug 27 01:04:50.672 INFO O| Aug 27 01:04:50.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
81722026-08-27T01:04:51.874Z[ recovery-image] Aug 27 01:04:50.672 INFO O| Aug 27 01:04:50.672 INFO STEP 947 (remove_files) COMPLETE
81732026-08-27T01:04:51.880Z[ recovery-image] Aug 27 01:04:50.672 INFO O| Aug 27 01:04:50.672 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-08-27T01:04:51.915Z[ recovery-image] Aug 27 01:04:50.712 INFO O| Aug 27 01:04:50.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
81752026-08-27T01:04:51.915Z[ recovery-image] Aug 27 01:04:50.712 INFO O| Aug 27 01:04:50.711 INFO STEP 948 (remove_files) COMPLETE
81762026-08-27T01:04:51.920Z[ recovery-image] Aug 27 01:04:50.712 INFO O| Aug 27 01:04:50.711 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-08-27T01:04:51.938Z[ recovery-image] Aug 27 01:04:50.722 INFO O| Aug 27 01:04:50.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
81782026-08-27T01:04:51.939Z[ recovery-image] Aug 27 01:04:50.722 INFO O| Aug 27 01:04:50.720 INFO STEP 949 (remove_files) COMPLETE
81792026-08-27T01:04:51.939Z[ recovery-image] Aug 27 01:04:50.722 INFO O| Aug 27 01:04:50.720 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-08-27T01:04:51.939Z[ recovery-image] Aug 27 01:04:50.732 INFO O| Aug 27 01:04:50.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
81812026-08-27T01:04:51.939Z[ recovery-image] Aug 27 01:04:50.732 INFO O| Aug 27 01:04:50.732 INFO STEP 950 (remove_files) COMPLETE
81822026-08-27T01:04:51.942Z[ recovery-image] Aug 27 01:04:50.732 INFO O| Aug 27 01:04:50.732 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-08-27T01:04:51.947Z[ recovery-image] Aug 27 01:04:50.742 INFO O| Aug 27 01:04:50.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
81842026-08-27T01:04:51.947Z[ recovery-image] Aug 27 01:04:50.742 INFO O| Aug 27 01:04:50.742 INFO STEP 951 (remove_files) COMPLETE
81852026-08-27T01:04:51.947Z[ recovery-image] Aug 27 01:04:50.742 INFO O| Aug 27 01:04:50.742 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-08-27T01:04:51.955Z[ recovery-image] Aug 27 01:04:50.752 INFO O| Aug 27 01:04:50.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
81872026-08-27T01:04:51.955Z[ recovery-image] Aug 27 01:04:50.752 INFO O| Aug 27 01:04:50.752 INFO STEP 952 (remove_files) COMPLETE
81882026-08-27T01:04:51.955Z[ recovery-image] Aug 27 01:04:50.752 INFO O| Aug 27 01:04:50.752 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-08-27T01:04:51.967Z[ recovery-image] Aug 27 01:04:50.763 INFO O| Aug 27 01:04:50.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
81902026-08-27T01:04:51.967Z[ recovery-image] Aug 27 01:04:50.763 INFO O| Aug 27 01:04:50.763 INFO STEP 953 (remove_files) COMPLETE
81912026-08-27T01:04:51.967Z[ recovery-image] Aug 27 01:04:50.763 INFO O| Aug 27 01:04:50.763 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-08-27T01:04:51.975Z[ recovery-image] Aug 27 01:04:50.772 INFO O| Aug 27 01:04:50.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
81932026-08-27T01:04:51.975Z[ recovery-image] Aug 27 01:04:50.772 INFO O| Aug 27 01:04:50.772 INFO STEP 954 (remove_files) COMPLETE
81942026-08-27T01:04:51.975Z[ recovery-image] Aug 27 01:04:50.772 INFO O| Aug 27 01:04:50.772 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-08-27T01:04:51.985Z[ recovery-image] Aug 27 01:04:50.783 INFO O| Aug 27 01:04:50.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
81962026-08-27T01:04:51.985Z[ recovery-image] Aug 27 01:04:50.783 INFO O| Aug 27 01:04:50.783 INFO STEP 955 (remove_files) COMPLETE
81972026-08-27T01:04:51.985Z[ recovery-image] Aug 27 01:04:50.783 INFO O| Aug 27 01:04:50.783 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-08-27T01:04:51.989Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
81992026-08-27T01:04:51.996Z[ recovery-image] Aug 27 01:04:50.793 INFO O| Aug 27 01:04:50.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82002026-08-27T01:04:51.996Z[ recovery-image] Aug 27 01:04:50.794 INFO O| Aug 27 01:04:50.794 INFO STEP 956 (remove_files) COMPLETE
82012026-08-27T01:04:52.003Z[ recovery-image] Aug 27 01:04:50.794 INFO O| Aug 27 01:04:50.794 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82022026-08-27T01:04:52.007Z[ recovery-image] Aug 27 01:04:50.805 INFO O| Aug 27 01:04:50.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82032026-08-27T01:04:52.008Z[ recovery-image] Aug 27 01:04:50.805 INFO O| Aug 27 01:04:50.805 INFO STEP 957 (remove_files) COMPLETE
82042026-08-27T01:04:52.008Z[ recovery-image] Aug 27 01:04:50.805 INFO O| Aug 27 01:04:50.805 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82052026-08-27T01:04:52.022Z[ recovery-image] Aug 27 01:04:50.815 INFO O| Aug 27 01:04:50.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82062026-08-27T01:04:52.022Z[ recovery-image] Aug 27 01:04:50.815 INFO O| Aug 27 01:04:50.815 INFO STEP 958 (remove_files) COMPLETE
82072026-08-27T01:04:52.022Z[ recovery-image] Aug 27 01:04:50.815 INFO O| Aug 27 01:04:50.815 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82082026-08-27T01:04:52.027Z[ recovery-image] Aug 27 01:04:50.825 INFO O| Aug 27 01:04:50.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82092026-08-27T01:04:52.027Z[ recovery-image] Aug 27 01:04:50.825 INFO O| Aug 27 01:04:50.825 INFO STEP 959 (remove_files) COMPLETE
82102026-08-27T01:04:52.027Z[ recovery-image] Aug 27 01:04:50.825 INFO O| Aug 27 01:04:50.825 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82112026-08-27T01:04:52.058Z[ recovery-image] Aug 27 01:04:50.856 INFO O| Aug 27 01:04:50.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82122026-08-27T01:04:52.058Z[ recovery-image] Aug 27 01:04:50.856 INFO O| Aug 27 01:04:50.856 INFO STEP 960 (remove_files) COMPLETE
82132026-08-27T01:04:52.058Z[ recovery-image] Aug 27 01:04:50.856 INFO O| Aug 27 01:04:50.856 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82142026-08-27T01:04:52.094Z[ recovery-image] Aug 27 01:04:50.888 INFO O| Aug 27 01:04:50.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82152026-08-27T01:04:52.094Z[ recovery-image] Aug 27 01:04:50.888 INFO O| Aug 27 01:04:50.888 INFO STEP 961 (remove_files) COMPLETE
82162026-08-27T01:04:52.094Z[ recovery-image] Aug 27 01:04:50.888 INFO O| Aug 27 01:04:50.888 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82172026-08-27T01:04:52.102Z[ recovery-image] Aug 27 01:04:50.898 INFO O| Aug 27 01:04:50.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82182026-08-27T01:04:52.102Z[ recovery-image] Aug 27 01:04:50.898 INFO O| Aug 27 01:04:50.898 INFO STEP 962 (remove_files) COMPLETE
82192026-08-27T01:04:52.102Z[ recovery-image] Aug 27 01:04:50.898 INFO O| Aug 27 01:04:50.898 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82202026-08-27T01:04:52.110Z[ recovery-image] Aug 27 01:04:50.908 INFO O| Aug 27 01:04:50.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82212026-08-27T01:04:52.110Z[ recovery-image] Aug 27 01:04:50.908 INFO O| Aug 27 01:04:50.908 INFO STEP 963 (remove_files) COMPLETE
82222026-08-27T01:04:52.115Z[ recovery-image] Aug 27 01:04:50.908 INFO O| Aug 27 01:04:50.908 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-08-27T01:04:52.141Z[ recovery-image] Aug 27 01:04:50.939 INFO O| Aug 27 01:04:50.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82242026-08-27T01:04:52.141Z[ recovery-image] Aug 27 01:04:50.939 INFO O| Aug 27 01:04:50.939 INFO STEP 964 (remove_files) COMPLETE
82252026-08-27T01:04:52.145Z[ recovery-image] Aug 27 01:04:50.939 INFO O| Aug 27 01:04:50.939 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82262026-08-27T01:04:52.154Z[ recovery-image] Aug 27 01:04:50.951 INFO O| Aug 27 01:04:50.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82272026-08-27T01:04:52.154Z[ recovery-image] Aug 27 01:04:50.951 INFO O| Aug 27 01:04:50.951 INFO STEP 965 (remove_files) COMPLETE
82282026-08-27T01:04:52.157Z[ recovery-image] Aug 27 01:04:50.951 INFO O| Aug 27 01:04:50.951 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-08-27T01:04:52.186Z[ recovery-image] Aug 27 01:04:50.984 INFO O| Aug 27 01:04:50.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82302026-08-27T01:04:52.186Z[ recovery-image] Aug 27 01:04:50.984 INFO O| Aug 27 01:04:50.984 INFO STEP 966 (remove_files) COMPLETE
82312026-08-27T01:04:52.187Z[ recovery-image] Aug 27 01:04:50.984 INFO O| Aug 27 01:04:50.984 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-08-27T01:04:52.197Z[ recovery-image] Aug 27 01:04:50.995 INFO O| Aug 27 01:04:50.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82332026-08-27T01:04:52.197Z[ recovery-image] Aug 27 01:04:50.995 INFO O| Aug 27 01:04:50.995 INFO STEP 967 (remove_files) COMPLETE
82342026-08-27T01:04:52.197Z[ recovery-image] Aug 27 01:04:50.995 INFO O| Aug 27 01:04:50.995 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-08-27T01:04:52.208Z[ recovery-image] Aug 27 01:04:51.005 INFO O| Aug 27 01:04:51.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82362026-08-27T01:04:52.208Z[ recovery-image] Aug 27 01:04:51.005 INFO O| Aug 27 01:04:51.005 INFO STEP 968 (remove_files) COMPLETE
82372026-08-27T01:04:52.208Z[ recovery-image] Aug 27 01:04:51.005 INFO O| Aug 27 01:04:51.005 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-08-27T01:04:52.218Z[ recovery-image] Aug 27 01:04:51.015 INFO O| Aug 27 01:04:51.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82392026-08-27T01:04:52.218Z[ recovery-image] Aug 27 01:04:51.016 INFO O| Aug 27 01:04:51.016 INFO STEP 969 (remove_files) COMPLETE
82402026-08-27T01:04:52.218Z[ recovery-image] Aug 27 01:04:51.016 INFO O| Aug 27 01:04:51.016 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-08-27T01:04:52.227Z[ recovery-image] Aug 27 01:04:51.025 INFO O| Aug 27 01:04:51.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82422026-08-27T01:04:52.227Z[ recovery-image] Aug 27 01:04:51.025 INFO O| Aug 27 01:04:51.025 INFO STEP 970 (remove_files) COMPLETE
82432026-08-27T01:04:52.227Z[ recovery-image] Aug 27 01:04:51.025 INFO O| Aug 27 01:04:51.025 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-08-27T01:04:52.236Z[ recovery-image] Aug 27 01:04:51.033 INFO O| Aug 27 01:04:51.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82452026-08-27T01:04:52.236Z[ recovery-image] Aug 27 01:04:51.033 INFO O| Aug 27 01:04:51.033 INFO STEP 971 (remove_files) COMPLETE
82462026-08-27T01:04:52.236Z[ recovery-image] Aug 27 01:04:51.033 INFO O| Aug 27 01:04:51.033 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-08-27T01:04:52.245Z[ recovery-image] Aug 27 01:04:51.042 INFO O| Aug 27 01:04:51.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82482026-08-27T01:04:52.245Z[ recovery-image] Aug 27 01:04:51.042 INFO O| Aug 27 01:04:51.042 INFO STEP 972 (remove_files) COMPLETE
82492026-08-27T01:04:52.245Z[ recovery-image] Aug 27 01:04:51.042 INFO O| Aug 27 01:04:51.042 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-08-27T01:04:52.254Z[ recovery-image] Aug 27 01:04:51.052 INFO O| Aug 27 01:04:51.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82512026-08-27T01:04:52.254Z[ recovery-image] Aug 27 01:04:51.052 INFO O| Aug 27 01:04:51.052 INFO STEP 973 (remove_files) COMPLETE
82522026-08-27T01:04:52.258Z[ recovery-image] Aug 27 01:04:51.052 INFO O| Aug 27 01:04:51.052 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-08-27T01:04:52.264Z[ recovery-image] Aug 27 01:04:51.062 INFO O| Aug 27 01:04:51.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82542026-08-27T01:04:52.264Z[ recovery-image] Aug 27 01:04:51.062 INFO O| Aug 27 01:04:51.062 INFO STEP 974 (remove_files) COMPLETE
82552026-08-27T01:04:52.264Z[ recovery-image] Aug 27 01:04:51.062 INFO O| Aug 27 01:04:51.062 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-08-27T01:04:52.275Z[ recovery-image] Aug 27 01:04:51.072 INFO O| Aug 27 01:04:51.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82572026-08-27T01:04:52.275Z[ recovery-image] Aug 27 01:04:51.072 INFO O| Aug 27 01:04:51.072 INFO STEP 975 (remove_files) COMPLETE
82582026-08-27T01:04:52.275Z[ recovery-image] Aug 27 01:04:51.072 INFO O| Aug 27 01:04:51.072 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-08-27T01:04:52.284Z[ recovery-image] Aug 27 01:04:51.082 INFO O| Aug 27 01:04:51.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82602026-08-27T01:04:52.285Z[ recovery-image] Aug 27 01:04:51.082 INFO O| Aug 27 01:04:51.082 INFO STEP 976 (remove_files) COMPLETE
82612026-08-27T01:04:52.285Z[ recovery-image] Aug 27 01:04:51.082 INFO O| Aug 27 01:04:51.082 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-08-27T01:04:52.294Z[ recovery-image] Aug 27 01:04:51.091 INFO O| Aug 27 01:04:51.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
82632026-08-27T01:04:52.294Z[ recovery-image] Aug 27 01:04:51.091 INFO O| Aug 27 01:04:51.091 INFO STEP 977 (remove_files) COMPLETE
82642026-08-27T01:04:52.294Z[ recovery-image] Aug 27 01:04:51.091 INFO O| Aug 27 01:04:51.091 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-08-27T01:04:52.303Z[ recovery-image] Aug 27 01:04:51.100 INFO O| Aug 27 01:04:51.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
82662026-08-27T01:04:52.303Z[ recovery-image] Aug 27 01:04:51.100 INFO O| Aug 27 01:04:51.100 INFO STEP 978 (remove_files) COMPLETE
82672026-08-27T01:04:52.307Z[ recovery-image] Aug 27 01:04:51.100 INFO O| Aug 27 01:04:51.100 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-08-27T01:04:52.311Z[ recovery-image] Aug 27 01:04:51.108 INFO O| Aug 27 01:04:51.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
82692026-08-27T01:04:52.311Z[ recovery-image] Aug 27 01:04:51.108 INFO O| Aug 27 01:04:51.108 INFO STEP 979 (remove_files) COMPLETE
82702026-08-27T01:04:52.311Z[ recovery-image] Aug 27 01:04:51.108 INFO O| Aug 27 01:04:51.108 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-08-27T01:04:52.322Z[ recovery-image] Aug 27 01:04:51.117 INFO O| Aug 27 01:04:51.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
82722026-08-27T01:04:52.323Z[ recovery-image] Aug 27 01:04:51.117 INFO O| Aug 27 01:04:51.117 INFO STEP 980 (remove_files) COMPLETE
82732026-08-27T01:04:52.324Z[ recovery-image] Aug 27 01:04:51.117 INFO O| Aug 27 01:04:51.117 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-08-27T01:04:52.327Z[ recovery-image] Aug 27 01:04:51.125 INFO O| Aug 27 01:04:51.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
82752026-08-27T01:04:52.328Z[ recovery-image] Aug 27 01:04:51.125 INFO O| Aug 27 01:04:51.125 INFO STEP 981 (remove_files) COMPLETE
82762026-08-27T01:04:52.328Z[ recovery-image] Aug 27 01:04:51.125 INFO O| Aug 27 01:04:51.125 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-08-27T01:04:52.338Z[ recovery-image] Aug 27 01:04:51.135 INFO O| Aug 27 01:04:51.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
82782026-08-27T01:04:52.338Z[ recovery-image] Aug 27 01:04:51.135 INFO O| Aug 27 01:04:51.135 INFO STEP 982 (remove_files) COMPLETE
82792026-08-27T01:04:52.338Z[ recovery-image] Aug 27 01:04:51.135 INFO O| Aug 27 01:04:51.135 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-08-27T01:04:52.347Z[ recovery-image] Aug 27 01:04:51.145 INFO O| Aug 27 01:04:51.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
82812026-08-27T01:04:52.347Z[ recovery-image] Aug 27 01:04:51.145 INFO O| Aug 27 01:04:51.145 INFO STEP 983 (remove_files) COMPLETE
82822026-08-27T01:04:52.347Z[ recovery-image] Aug 27 01:04:51.145 INFO O| Aug 27 01:04:51.145 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-08-27T01:04:52.357Z[ recovery-image] Aug 27 01:04:51.155 INFO O| Aug 27 01:04:51.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
82842026-08-27T01:04:52.357Z[ recovery-image] Aug 27 01:04:51.155 INFO O| Aug 27 01:04:51.155 INFO STEP 984 (remove_files) COMPLETE
82852026-08-27T01:04:52.357Z[ recovery-image] Aug 27 01:04:51.155 INFO O| Aug 27 01:04:51.155 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-08-27T01:04:52.425Z[ recovery-image] Aug 27 01:04:51.164 INFO O| Aug 27 01:04:51.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
82872026-08-27T01:04:52.428Z[ recovery-image] Aug 27 01:04:51.165 INFO O| Aug 27 01:04:51.165 INFO STEP 985 (remove_files) COMPLETE
82882026-08-27T01:04:52.433Z[ recovery-image] Aug 27 01:04:51.165 INFO O| Aug 27 01:04:51.165 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-08-27T01:04:52.433Z[ recovery-image] Aug 27 01:04:51.174 INFO O| Aug 27 01:04:51.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
82902026-08-27T01:04:52.433Z[ recovery-image] Aug 27 01:04:51.174 INFO O| Aug 27 01:04:51.174 INFO STEP 986 (remove_files) COMPLETE
82912026-08-27T01:04:52.433Z[ recovery-image] Aug 27 01:04:51.174 INFO O| Aug 27 01:04:51.174 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-08-27T01:04:52.433Z[ recovery-image] Aug 27 01:04:51.183 INFO O| Aug 27 01:04:51.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
82932026-08-27T01:04:52.433Z[ recovery-image] Aug 27 01:04:51.183 INFO O| Aug 27 01:04:51.183 INFO STEP 987 (remove_files) COMPLETE
82942026-08-27T01:04:52.433Z[ recovery-image] Aug 27 01:04:51.183 INFO O| Aug 27 01:04:51.183 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-08-27T01:04:52.433Z[ recovery-image] Aug 27 01:04:51.192 INFO O| Aug 27 01:04:51.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
82962026-08-27T01:04:52.433Z[ recovery-image] Aug 27 01:04:51.192 INFO O| Aug 27 01:04:51.192 INFO STEP 988 (remove_files) COMPLETE
82972026-08-27T01:04:52.433Z[ recovery-image] Aug 27 01:04:51.192 INFO O| Aug 27 01:04:51.192 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-08-27T01:04:52.433Z[ recovery-image] Aug 27 01:04:51.201 INFO O| Aug 27 01:04:51.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
82992026-08-27T01:04:52.434Z[ recovery-image] Aug 27 01:04:51.201 INFO O| Aug 27 01:04:51.201 INFO STEP 989 (remove_files) COMPLETE
83002026-08-27T01:04:52.434Z[ recovery-image] Aug 27 01:04:51.201 INFO O| Aug 27 01:04:51.201 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-08-27T01:04:52.434Z[ recovery-image] Aug 27 01:04:51.210 INFO O| Aug 27 01:04:51.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83022026-08-27T01:04:52.434Z[ recovery-image] Aug 27 01:04:51.210 INFO O| Aug 27 01:04:51.210 INFO STEP 990 (remove_files) COMPLETE
83032026-08-27T01:04:52.434Z[ recovery-image] Aug 27 01:04:51.210 INFO O| Aug 27 01:04:51.210 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-08-27T01:04:52.434Z[ recovery-image] Aug 27 01:04:51.220 INFO O| Aug 27 01:04:51.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83052026-08-27T01:04:52.434Z[ recovery-image] Aug 27 01:04:51.220 INFO O| Aug 27 01:04:51.220 INFO STEP 991 (remove_files) COMPLETE
83062026-08-27T01:04:52.434Z[ recovery-image] Aug 27 01:04:51.220 INFO O| Aug 27 01:04:51.220 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-08-27T01:04:52.434Z[ recovery-image] Aug 27 01:04:51.228 INFO O| Aug 27 01:04:51.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83082026-08-27T01:04:52.434Z[ recovery-image] Aug 27 01:04:51.228 INFO O| Aug 27 01:04:51.228 INFO STEP 992 (remove_files) COMPLETE
83092026-08-27T01:04:52.434Z[ recovery-image] Aug 27 01:04:51.228 INFO O| Aug 27 01:04:51.228 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83102026-08-27T01:04:52.440Z[ recovery-image] Aug 27 01:04:51.236 INFO O| Aug 27 01:04:51.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83112026-08-27T01:04:52.440Z[ recovery-image] Aug 27 01:04:51.236 INFO O| Aug 27 01:04:51.236 INFO STEP 993 (remove_files) COMPLETE
83122026-08-27T01:04:52.440Z[ recovery-image] Aug 27 01:04:51.236 INFO O| Aug 27 01:04:51.236 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-08-27T01:04:52.446Z[ recovery-image] Aug 27 01:04:51.243 INFO O| Aug 27 01:04:51.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83142026-08-27T01:04:52.446Z[ recovery-image] Aug 27 01:04:51.243 INFO O| Aug 27 01:04:51.243 INFO STEP 994 (remove_files) COMPLETE
83152026-08-27T01:04:52.446Z[ recovery-image] Aug 27 01:04:51.243 INFO O| Aug 27 01:04:51.243 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83162026-08-27T01:04:52.453Z[ recovery-image] Aug 27 01:04:51.251 INFO O| Aug 27 01:04:51.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83172026-08-27T01:04:52.453Z[ recovery-image] Aug 27 01:04:51.251 INFO O| Aug 27 01:04:51.251 INFO STEP 995 (remove_files) COMPLETE
83182026-08-27T01:04:52.453Z[ recovery-image] Aug 27 01:04:51.251 INFO O| Aug 27 01:04:51.251 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83192026-08-27T01:04:52.461Z[ recovery-image] Aug 27 01:04:51.259 INFO O| Aug 27 01:04:51.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83202026-08-27T01:04:52.464Z[ recovery-image] Aug 27 01:04:51.259 INFO O| Aug 27 01:04:51.259 INFO STEP 996 (remove_files) COMPLETE
83212026-08-27T01:04:52.464Z[ recovery-image] Aug 27 01:04:51.259 INFO O| Aug 27 01:04:51.259 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83222026-08-27T01:04:52.469Z[ recovery-image] Aug 27 01:04:51.267 INFO O| Aug 27 01:04:51.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83232026-08-27T01:04:52.469Z[ recovery-image] Aug 27 01:04:51.267 INFO O| Aug 27 01:04:51.267 INFO STEP 997 (remove_files) COMPLETE
83242026-08-27T01:04:52.469Z[ recovery-image] Aug 27 01:04:51.267 INFO O| Aug 27 01:04:51.267 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83252026-08-27T01:04:52.477Z[ recovery-image] Aug 27 01:04:51.275 INFO O| Aug 27 01:04:51.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83262026-08-27T01:04:52.477Z[ recovery-image] Aug 27 01:04:51.275 INFO O| Aug 27 01:04:51.275 INFO STEP 998 (remove_files) COMPLETE
83272026-08-27T01:04:52.477Z[ recovery-image] Aug 27 01:04:51.275 INFO O| Aug 27 01:04:51.275 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83282026-08-27T01:04:52.489Z[ recovery-image] Aug 27 01:04:51.287 INFO O| Aug 27 01:04:51.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83292026-08-27T01:04:52.489Z[ recovery-image] Aug 27 01:04:51.287 INFO O| Aug 27 01:04:51.287 INFO STEP 999 (remove_files) COMPLETE
83302026-08-27T01:04:52.489Z[ recovery-image] Aug 27 01:04:51.287 INFO O| Aug 27 01:04:51.287 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83312026-08-27T01:04:52.501Z[ recovery-image] Aug 27 01:04:51.298 INFO O| Aug 27 01:04:51.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83322026-08-27T01:04:52.501Z[ recovery-image] Aug 27 01:04:51.298 INFO O| Aug 27 01:04:51.298 INFO STEP 1000 (remove_files) COMPLETE
83332026-08-27T01:04:52.508Z[ recovery-image] Aug 27 01:04:51.298 INFO O| Aug 27 01:04:51.298 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83342026-08-27T01:04:52.512Z[ recovery-image] Aug 27 01:04:51.309 INFO O| Aug 27 01:04:51.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83352026-08-27T01:04:52.512Z[ recovery-image] Aug 27 01:04:51.309 INFO O| Aug 27 01:04:51.309 INFO STEP 1001 (remove_files) COMPLETE
83362026-08-27T01:04:52.512Z[ recovery-image] Aug 27 01:04:51.309 INFO O| Aug 27 01:04:51.309 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83372026-08-27T01:04:52.523Z[ recovery-image] Aug 27 01:04:51.320 INFO O| Aug 27 01:04:51.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83382026-08-27T01:04:52.523Z[ recovery-image] Aug 27 01:04:51.320 INFO O| Aug 27 01:04:51.320 INFO STEP 1002 (remove_files) COMPLETE
83392026-08-27T01:04:52.526Z[ recovery-image] Aug 27 01:04:51.320 INFO O| Aug 27 01:04:51.320 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83402026-08-27T01:04:52.534Z[ recovery-image] Aug 27 01:04:51.332 INFO O| Aug 27 01:04:51.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83412026-08-27T01:04:52.535Z[ recovery-image] Aug 27 01:04:51.332 INFO O| Aug 27 01:04:51.332 INFO STEP 1003 (remove_files) COMPLETE
83422026-08-27T01:04:52.539Z[ recovery-image] Aug 27 01:04:51.332 INFO O| Aug 27 01:04:51.332 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-08-27T01:04:52.546Z[ recovery-image] Aug 27 01:04:51.343 INFO O| Aug 27 01:04:51.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83442026-08-27T01:04:52.546Z[ recovery-image] Aug 27 01:04:51.343 INFO O| Aug 27 01:04:51.343 INFO STEP 1004 (remove_files) COMPLETE
83452026-08-27T01:04:52.546Z[ recovery-image] Aug 27 01:04:51.343 INFO O| Aug 27 01:04:51.343 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83462026-08-27T01:04:52.557Z[ recovery-image] Aug 27 01:04:51.355 INFO O| Aug 27 01:04:51.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83472026-08-27T01:04:52.557Z[ recovery-image] Aug 27 01:04:51.355 INFO O| Aug 27 01:04:51.355 INFO STEP 1005 (remove_files) COMPLETE
83482026-08-27T01:04:52.557Z[ recovery-image] Aug 27 01:04:51.355 INFO O| Aug 27 01:04:51.355 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83492026-08-27T01:04:52.567Z[ recovery-image] Aug 27 01:04:51.365 INFO O| Aug 27 01:04:51.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83502026-08-27T01:04:52.567Z[ recovery-image] Aug 27 01:04:51.365 INFO O| Aug 27 01:04:51.365 INFO STEP 1006 (remove_files) COMPLETE
83512026-08-27T01:04:52.567Z[ recovery-image] Aug 27 01:04:51.365 INFO O| Aug 27 01:04:51.365 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-08-27T01:04:52.578Z[ recovery-image] Aug 27 01:04:51.375 INFO O| Aug 27 01:04:51.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83532026-08-27T01:04:52.578Z[ recovery-image] Aug 27 01:04:51.375 INFO O| Aug 27 01:04:51.375 INFO STEP 1007 (remove_files) COMPLETE
83542026-08-27T01:04:52.578Z[ recovery-image] Aug 27 01:04:51.375 INFO O| Aug 27 01:04:51.375 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-08-27T01:04:52.590Z[ recovery-image] Aug 27 01:04:51.386 INFO O| Aug 27 01:04:51.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83562026-08-27T01:04:52.590Z[ recovery-image] Aug 27 01:04:51.386 INFO O| Aug 27 01:04:51.386 INFO STEP 1008 (remove_files) COMPLETE
83572026-08-27T01:04:52.590Z[ recovery-image] Aug 27 01:04:51.386 INFO O| Aug 27 01:04:51.386 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83582026-08-27T01:04:52.606Z[ recovery-image] Aug 27 01:04:51.404 INFO O| Aug 27 01:04:51.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83592026-08-27T01:04:52.606Z[ recovery-image] Aug 27 01:04:51.404 INFO O| Aug 27 01:04:51.398 INFO STEP 1009 (remove_files) COMPLETE
83602026-08-27T01:04:52.606Z[ recovery-image] Aug 27 01:04:51.404 INFO O| Aug 27 01:04:51.398 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83612026-08-27T01:04:52.613Z[ recovery-image] Aug 27 01:04:51.408 INFO O| Aug 27 01:04:51.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83622026-08-27T01:04:52.613Z[ recovery-image] Aug 27 01:04:51.408 INFO O| Aug 27 01:04:51.408 INFO STEP 1010 (remove_files) COMPLETE
83632026-08-27T01:04:52.613Z[ recovery-image] Aug 27 01:04:51.408 INFO O| Aug 27 01:04:51.408 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83642026-08-27T01:04:52.621Z[ recovery-image] Aug 27 01:04:51.418 INFO O| Aug 27 01:04:51.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
83652026-08-27T01:04:52.621Z[ recovery-image] Aug 27 01:04:51.418 INFO O| Aug 27 01:04:51.418 INFO STEP 1011 (remove_files) COMPLETE
83662026-08-27T01:04:52.639Z[ recovery-image] Aug 27 01:04:51.418 INFO O| Aug 27 01:04:51.418 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83672026-08-27T01:04:52.639Z[ recovery-image] Aug 27 01:04:51.428 INFO O| Aug 27 01:04:51.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
83682026-08-27T01:04:52.639Z[ recovery-image] Aug 27 01:04:51.428 INFO O| Aug 27 01:04:51.428 INFO STEP 1012 (remove_files) COMPLETE
83692026-08-27T01:04:52.640Z[ recovery-image] Aug 27 01:04:51.428 INFO O| Aug 27 01:04:51.428 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83702026-08-27T01:04:52.646Z[ recovery-image] Aug 27 01:04:51.437 INFO O| Aug 27 01:04:51.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
83712026-08-27T01:04:52.646Z[ recovery-image] Aug 27 01:04:51.437 INFO O| Aug 27 01:04:51.437 INFO STEP 1013 (remove_files) COMPLETE
83722026-08-27T01:04:52.646Z[ recovery-image] Aug 27 01:04:51.437 INFO O| Aug 27 01:04:51.437 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83732026-08-27T01:04:52.654Z[ recovery-image] Aug 27 01:04:51.447 INFO O| Aug 27 01:04:51.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
83742026-08-27T01:04:52.654Z[ recovery-image] Aug 27 01:04:51.447 INFO O| Aug 27 01:04:51.447 INFO STEP 1014 (remove_files) COMPLETE
83752026-08-27T01:04:52.659Z[ recovery-image] Aug 27 01:04:51.447 INFO O| Aug 27 01:04:51.447 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83762026-08-27T01:04:52.665Z[ recovery-image] Aug 27 01:04:51.458 INFO O| Aug 27 01:04:51.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
83772026-08-27T01:04:52.665Z[ recovery-image] Aug 27 01:04:51.458 INFO O| Aug 27 01:04:51.458 INFO STEP 1015 (remove_files) COMPLETE
83782026-08-27T01:04:52.665Z[ recovery-image] Aug 27 01:04:51.458 INFO O| Aug 27 01:04:51.458 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83792026-08-27T01:04:52.669Z[ recovery-image] Aug 27 01:04:51.467 INFO O| Aug 27 01:04:51.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
83802026-08-27T01:04:52.669Z[ recovery-image] Aug 27 01:04:51.467 INFO O| Aug 27 01:04:51.467 INFO STEP 1016 (remove_files) COMPLETE
83812026-08-27T01:04:52.669Z[ recovery-image] Aug 27 01:04:51.467 INFO O| Aug 27 01:04:51.467 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83822026-08-27T01:04:52.679Z[ recovery-image] Aug 27 01:04:51.476 INFO O| Aug 27 01:04:51.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
83832026-08-27T01:04:52.679Z[ recovery-image] Aug 27 01:04:51.476 INFO O| Aug 27 01:04:51.476 INFO STEP 1017 (remove_files) COMPLETE
83842026-08-27T01:04:52.679Z[ recovery-image] Aug 27 01:04:51.476 INFO O| Aug 27 01:04:51.476 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83852026-08-27T01:04:52.689Z[ recovery-image] Aug 27 01:04:51.486 INFO O| Aug 27 01:04:51.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
83862026-08-27T01:04:52.689Z[ recovery-image] Aug 27 01:04:51.486 INFO O| Aug 27 01:04:51.486 INFO STEP 1018 (remove_files) COMPLETE
83872026-08-27T01:04:52.689Z[ recovery-image] Aug 27 01:04:51.486 INFO O| Aug 27 01:04:51.486 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83882026-08-27T01:04:52.699Z[ recovery-image] Aug 27 01:04:51.497 INFO O| Aug 27 01:04:51.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
83892026-08-27T01:04:52.699Z[ recovery-image] Aug 27 01:04:51.497 INFO O| Aug 27 01:04:51.497 INFO STEP 1019 (remove_files) COMPLETE
83902026-08-27T01:04:52.699Z[ recovery-image] Aug 27 01:04:51.497 INFO O| Aug 27 01:04:51.497 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83912026-08-27T01:04:52.711Z[ recovery-image] Aug 27 01:04:51.508 INFO O| Aug 27 01:04:51.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
83922026-08-27T01:04:52.711Z[ recovery-image] Aug 27 01:04:51.508 INFO O| Aug 27 01:04:51.508 INFO STEP 1020 (remove_files) COMPLETE
83932026-08-27T01:04:52.711Z[ recovery-image] Aug 27 01:04:51.508 INFO O| Aug 27 01:04:51.508 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83942026-08-27T01:04:52.719Z[ recovery-image] Aug 27 01:04:51.516 INFO O| Aug 27 01:04:51.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
83952026-08-27T01:04:52.719Z[ recovery-image] Aug 27 01:04:51.516 INFO O| Aug 27 01:04:51.516 INFO STEP 1021 (remove_files) COMPLETE
83962026-08-27T01:04:52.722Z[ recovery-image] Aug 27 01:04:51.516 INFO O| Aug 27 01:04:51.516 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83972026-08-27T01:04:52.726Z[ recovery-image] Aug 27 01:04:51.524 INFO O| Aug 27 01:04:51.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
83982026-08-27T01:04:52.726Z[ recovery-image] Aug 27 01:04:51.524 INFO O| Aug 27 01:04:51.524 INFO STEP 1022 (remove_files) COMPLETE
83992026-08-27T01:04:52.726Z[ recovery-image] Aug 27 01:04:51.524 INFO O| Aug 27 01:04:51.524 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84002026-08-27T01:04:52.735Z[ recovery-image] Aug 27 01:04:51.532 INFO O| Aug 27 01:04:51.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84012026-08-27T01:04:52.735Z[ recovery-image] Aug 27 01:04:51.532 INFO O| Aug 27 01:04:51.532 INFO STEP 1023 (remove_files) COMPLETE
84022026-08-27T01:04:52.735Z[ recovery-image] Aug 27 01:04:51.532 INFO O| Aug 27 01:04:51.532 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84032026-08-27T01:04:52.743Z[ recovery-image] Aug 27 01:04:51.541 INFO O| Aug 27 01:04:51.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84042026-08-27T01:04:52.743Z[ recovery-image] Aug 27 01:04:51.541 INFO O| Aug 27 01:04:51.541 INFO STEP 1024 (remove_files) COMPLETE
84052026-08-27T01:04:52.743Z[ recovery-image] Aug 27 01:04:51.541 INFO O| Aug 27 01:04:51.541 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84062026-08-27T01:04:52.750Z[ recovery-image] Aug 27 01:04:51.548 INFO O| Aug 27 01:04:51.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84072026-08-27T01:04:52.750Z[ recovery-image] Aug 27 01:04:51.548 INFO O| Aug 27 01:04:51.548 INFO STEP 1025 (remove_files) COMPLETE
84082026-08-27T01:04:52.750Z[ recovery-image] Aug 27 01:04:51.548 INFO O| Aug 27 01:04:51.548 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84092026-08-27T01:04:52.758Z[ recovery-image] Aug 27 01:04:51.556 INFO O| Aug 27 01:04:51.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84102026-08-27T01:04:52.758Z[ recovery-image] Aug 27 01:04:51.556 INFO O| Aug 27 01:04:51.556 INFO STEP 1026 (remove_files) COMPLETE
84112026-08-27T01:04:52.758Z[ recovery-image] Aug 27 01:04:51.556 INFO O| Aug 27 01:04:51.556 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84122026-08-27T01:04:52.765Z[ recovery-image] Aug 27 01:04:51.563 INFO O| Aug 27 01:04:51.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84132026-08-27T01:04:52.765Z[ recovery-image] Aug 27 01:04:51.563 INFO O| Aug 27 01:04:51.563 INFO STEP 1027 (remove_files) COMPLETE
84142026-08-27T01:04:52.765Z[ recovery-image] Aug 27 01:04:51.563 INFO O| Aug 27 01:04:51.563 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84152026-08-27T01:04:52.773Z[ recovery-image] Aug 27 01:04:51.570 INFO O| Aug 27 01:04:51.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84162026-08-27T01:04:52.773Z[ recovery-image] Aug 27 01:04:51.570 INFO O| Aug 27 01:04:51.570 INFO STEP 1028 (remove_files) COMPLETE
84172026-08-27T01:04:52.773Z[ recovery-image] Aug 27 01:04:51.570 INFO O| Aug 27 01:04:51.570 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-08-27T01:04:52.780Z[ recovery-image] Aug 27 01:04:51.578 INFO O| Aug 27 01:04:51.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84192026-08-27T01:04:52.780Z[ recovery-image] Aug 27 01:04:51.578 INFO O| Aug 27 01:04:51.578 INFO STEP 1029 (remove_files) COMPLETE
84202026-08-27T01:04:52.780Z[ recovery-image] Aug 27 01:04:51.578 INFO O| Aug 27 01:04:51.578 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-08-27T01:04:52.787Z[ recovery-image] Aug 27 01:04:51.585 INFO O| Aug 27 01:04:51.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84222026-08-27T01:04:52.787Z[ recovery-image] Aug 27 01:04:51.585 INFO O| Aug 27 01:04:51.585 INFO STEP 1030 (remove_files) COMPLETE
84232026-08-27T01:04:52.787Z[ recovery-image] Aug 27 01:04:51.585 INFO O| Aug 27 01:04:51.585 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-08-27T01:04:52.791Z[verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
84252026-08-27T01:04:52.795Z[ recovery-image] Aug 27 01:04:51.593 INFO O| Aug 27 01:04:51.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84262026-08-27T01:04:52.795Z[ recovery-image] Aug 27 01:04:51.593 INFO O| Aug 27 01:04:51.593 INFO STEP 1031 (remove_files) COMPLETE
84272026-08-27T01:04:52.795Z[ recovery-image] Aug 27 01:04:51.593 INFO O| Aug 27 01:04:51.593 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-08-27T01:04:52.802Z[ recovery-image] Aug 27 01:04:51.600 INFO O| Aug 27 01:04:51.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84292026-08-27T01:04:52.802Z[ recovery-image] Aug 27 01:04:51.600 INFO O| Aug 27 01:04:51.600 INFO STEP 1032 (remove_files) COMPLETE
84302026-08-27T01:04:52.802Z[ recovery-image] Aug 27 01:04:51.600 INFO O| Aug 27 01:04:51.600 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-08-27T01:04:52.810Z[ recovery-image] Aug 27 01:04:51.608 INFO O| Aug 27 01:04:51.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84322026-08-27T01:04:52.810Z[ recovery-image] Aug 27 01:04:51.608 INFO O| Aug 27 01:04:51.608 INFO STEP 1033 (remove_files) COMPLETE
84332026-08-27T01:04:52.810Z[ recovery-image] Aug 27 01:04:51.608 INFO O| Aug 27 01:04:51.608 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-08-27T01:04:52.819Z[ recovery-image] Aug 27 01:04:51.615 INFO O| Aug 27 01:04:51.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84352026-08-27T01:04:52.819Z[ recovery-image] Aug 27 01:04:51.616 INFO O| Aug 27 01:04:51.616 INFO STEP 1034 (remove_files) COMPLETE
84362026-08-27T01:04:52.819Z[ recovery-image] Aug 27 01:04:51.616 INFO O| Aug 27 01:04:51.616 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-08-27T01:04:52.826Z[ recovery-image] Aug 27 01:04:51.624 INFO O| Aug 27 01:04:51.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84382026-08-27T01:04:52.826Z[ recovery-image] Aug 27 01:04:51.624 INFO O| Aug 27 01:04:51.624 INFO STEP 1035 (remove_files) COMPLETE
84392026-08-27T01:04:52.826Z[ recovery-image] Aug 27 01:04:51.624 INFO O| Aug 27 01:04:51.624 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-08-27T01:04:52.835Z[ recovery-image] Aug 27 01:04:51.633 INFO O| Aug 27 01:04:51.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84412026-08-27T01:04:52.835Z[ recovery-image] Aug 27 01:04:51.633 INFO O| Aug 27 01:04:51.633 INFO STEP 1036 (remove_files) COMPLETE
84422026-08-27T01:04:52.838Z[ recovery-image] Aug 27 01:04:51.633 INFO O| Aug 27 01:04:51.633 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-08-27T01:04:52.844Z[ recovery-image] Aug 27 01:04:51.641 INFO O| Aug 27 01:04:51.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84442026-08-27T01:04:52.844Z[ recovery-image] Aug 27 01:04:51.641 INFO O| Aug 27 01:04:51.641 INFO STEP 1037 (remove_files) COMPLETE
84452026-08-27T01:04:52.846Z[ recovery-image] Aug 27 01:04:51.641 INFO O| Aug 27 01:04:51.641 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-08-27T01:04:52.852Z[ recovery-image] Aug 27 01:04:51.650 INFO O| Aug 27 01:04:51.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84472026-08-27T01:04:52.852Z[ recovery-image] Aug 27 01:04:51.650 INFO O| Aug 27 01:04:51.650 INFO STEP 1038 (remove_files) COMPLETE
84482026-08-27T01:04:52.852Z[ recovery-image] Aug 27 01:04:51.650 INFO O| Aug 27 01:04:51.650 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-08-27T01:04:52.861Z[ recovery-image] Aug 27 01:04:51.659 INFO O| Aug 27 01:04:51.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84502026-08-27T01:04:52.861Z[ recovery-image] Aug 27 01:04:51.659 INFO O| Aug 27 01:04:51.659 INFO STEP 1039 (remove_files) COMPLETE
84512026-08-27T01:04:52.861Z[ recovery-image] Aug 27 01:04:51.659 INFO O| Aug 27 01:04:51.659 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-08-27T01:04:52.870Z[ recovery-image] Aug 27 01:04:51.667 INFO O| Aug 27 01:04:51.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84532026-08-27T01:04:52.870Z[ recovery-image] Aug 27 01:04:51.667 INFO O| Aug 27 01:04:51.667 INFO STEP 1040 (remove_files) COMPLETE
84542026-08-27T01:04:52.870Z[ recovery-image] Aug 27 01:04:51.667 INFO O| Aug 27 01:04:51.667 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-08-27T01:04:52.878Z[ recovery-image] Aug 27 01:04:51.676 INFO O| Aug 27 01:04:51.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84562026-08-27T01:04:52.878Z[ recovery-image] Aug 27 01:04:51.676 INFO O| Aug 27 01:04:51.676 INFO STEP 1041 (remove_files) COMPLETE
84572026-08-27T01:04:52.882Z[ recovery-image] Aug 27 01:04:51.676 INFO O| Aug 27 01:04:51.676 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-08-27T01:04:52.887Z[ recovery-image] Aug 27 01:04:51.685 INFO O| Aug 27 01:04:51.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84592026-08-27T01:04:52.887Z[ recovery-image] Aug 27 01:04:51.685 INFO O| Aug 27 01:04:51.685 INFO STEP 1042 (remove_files) COMPLETE
84602026-08-27T01:04:52.887Z[ recovery-image] Aug 27 01:04:51.685 INFO O| Aug 27 01:04:51.685 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-08-27T01:04:52.897Z[ recovery-image] Aug 27 01:04:51.693 INFO O| Aug 27 01:04:51.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84622026-08-27T01:04:52.897Z[ recovery-image] Aug 27 01:04:51.693 INFO O| Aug 27 01:04:51.693 INFO STEP 1043 (remove_files) COMPLETE
84632026-08-27T01:04:52.900Z[ recovery-image] Aug 27 01:04:51.693 INFO O| Aug 27 01:04:51.693 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-08-27T01:04:52.905Z[ recovery-image] Aug 27 01:04:51.702 INFO O| Aug 27 01:04:51.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
84652026-08-27T01:04:52.905Z[ recovery-image] Aug 27 01:04:51.702 INFO O| Aug 27 01:04:51.702 INFO STEP 1044 (remove_files) COMPLETE
84662026-08-27T01:04:52.905Z[ recovery-image] Aug 27 01:04:51.702 INFO O| Aug 27 01:04:51.702 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-08-27T01:04:52.913Z[ recovery-image] Aug 27 01:04:51.710 INFO O| Aug 27 01:04:51.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
84682026-08-27T01:04:52.913Z[ recovery-image] Aug 27 01:04:51.710 INFO O| Aug 27 01:04:51.710 INFO STEP 1045 (remove_files) COMPLETE
84692026-08-27T01:04:52.913Z[ recovery-image] Aug 27 01:04:51.710 INFO O| Aug 27 01:04:51.710 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-08-27T01:04:52.923Z[ recovery-image] Aug 27 01:04:51.719 INFO O| Aug 27 01:04:51.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
84712026-08-27T01:04:52.923Z[ recovery-image] Aug 27 01:04:51.719 INFO O| Aug 27 01:04:51.719 INFO STEP 1046 (remove_files) COMPLETE
84722026-08-27T01:04:52.923Z[ recovery-image] Aug 27 01:04:51.719 INFO O| Aug 27 01:04:51.719 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-08-27T01:04:52.929Z[ recovery-image] Aug 27 01:04:51.727 INFO O| Aug 27 01:04:51.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
84742026-08-27T01:04:52.929Z[ recovery-image] Aug 27 01:04:51.727 INFO O| Aug 27 01:04:51.727 INFO STEP 1047 (remove_files) COMPLETE
84752026-08-27T01:04:52.929Z[ recovery-image] Aug 27 01:04:51.727 INFO O| Aug 27 01:04:51.727 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-08-27T01:04:52.938Z[ recovery-image] Aug 27 01:04:51.736 INFO O| Aug 27 01:04:51.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
84772026-08-27T01:04:52.938Z[ recovery-image] Aug 27 01:04:51.736 INFO O| Aug 27 01:04:51.736 INFO STEP 1048 (remove_files) COMPLETE
84782026-08-27T01:04:52.939Z[ recovery-image] Aug 27 01:04:51.736 INFO O| Aug 27 01:04:51.736 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-08-27T01:04:52.947Z[ recovery-image] Aug 27 01:04:51.745 INFO O| Aug 27 01:04:51.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
84802026-08-27T01:04:52.947Z[ recovery-image] Aug 27 01:04:51.745 INFO O| Aug 27 01:04:51.745 INFO STEP 1049 (remove_files) COMPLETE
84812026-08-27T01:04:52.947Z[ recovery-image] Aug 27 01:04:51.745 INFO O| Aug 27 01:04:51.745 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-08-27T01:04:52.956Z[ recovery-image] Aug 27 01:04:51.754 INFO O| Aug 27 01:04:51.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
84832026-08-27T01:04:52.956Z[ recovery-image] Aug 27 01:04:51.754 INFO O| Aug 27 01:04:51.754 INFO STEP 1050 (remove_files) COMPLETE
84842026-08-27T01:04:52.956Z[ recovery-image] Aug 27 01:04:51.754 INFO O| Aug 27 01:04:51.754 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-08-27T01:04:52.966Z[ recovery-image] Aug 27 01:04:51.764 INFO O| Aug 27 01:04:51.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
84862026-08-27T01:04:52.966Z[ recovery-image] Aug 27 01:04:51.764 INFO O| Aug 27 01:04:51.764 INFO STEP 1051 (remove_files) COMPLETE
84872026-08-27T01:04:52.966Z[ recovery-image] Aug 27 01:04:51.764 INFO O| Aug 27 01:04:51.764 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-08-27T01:04:52.975Z[ recovery-image] Aug 27 01:04:51.773 INFO O| Aug 27 01:04:51.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
84892026-08-27T01:04:52.975Z[ recovery-image] Aug 27 01:04:51.773 INFO O| Aug 27 01:04:51.773 INFO STEP 1052 (remove_files) COMPLETE
84902026-08-27T01:04:52.975Z[ recovery-image] Aug 27 01:04:51.773 INFO O| Aug 27 01:04:51.773 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-08-27T01:04:52.984Z[ recovery-image] Aug 27 01:04:51.782 INFO O| Aug 27 01:04:51.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
84922026-08-27T01:04:52.985Z[ recovery-image] Aug 27 01:04:51.782 INFO O| Aug 27 01:04:51.782 INFO STEP 1053 (remove_files) COMPLETE
84932026-08-27T01:04:52.985Z[ recovery-image] Aug 27 01:04:51.782 INFO O| Aug 27 01:04:51.782 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-08-27T01:04:52.995Z[ recovery-image] Aug 27 01:04:51.793 INFO O| Aug 27 01:04:51.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
84952026-08-27T01:04:52.995Z[ recovery-image] Aug 27 01:04:51.793 INFO O| Aug 27 01:04:51.793 INFO STEP 1054 (remove_files) COMPLETE
84962026-08-27T01:04:52.995Z[ recovery-image] Aug 27 01:04:51.793 INFO O| Aug 27 01:04:51.793 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-08-27T01:04:53.005Z[ recovery-image] Aug 27 01:04:51.803 INFO O| Aug 27 01:04:51.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
84982026-08-27T01:04:53.005Z[ recovery-image] Aug 27 01:04:51.803 INFO O| Aug 27 01:04:51.803 INFO STEP 1055 (remove_files) COMPLETE
84992026-08-27T01:04:53.005Z[ recovery-image] Aug 27 01:04:51.803 INFO O| Aug 27 01:04:51.803 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-08-27T01:04:53.015Z[ recovery-image] Aug 27 01:04:51.813 INFO O| Aug 27 01:04:51.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85012026-08-27T01:04:53.015Z[ recovery-image] Aug 27 01:04:51.813 INFO O| Aug 27 01:04:51.813 INFO STEP 1056 (remove_files) COMPLETE
85022026-08-27T01:04:53.015Z[ recovery-image] Aug 27 01:04:51.813 INFO O| Aug 27 01:04:51.813 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-08-27T01:04:53.025Z[ recovery-image] Aug 27 01:04:51.822 INFO O| Aug 27 01:04:51.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85042026-08-27T01:04:53.025Z[ recovery-image] Aug 27 01:04:51.822 INFO O| Aug 27 01:04:51.822 INFO STEP 1057 (remove_files) COMPLETE
85052026-08-27T01:04:53.025Z[ recovery-image] Aug 27 01:04:51.822 INFO O| Aug 27 01:04:51.822 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-08-27T01:04:53.036Z[ recovery-image] Aug 27 01:04:51.832 INFO O| Aug 27 01:04:51.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85072026-08-27T01:04:53.036Z[ recovery-image] Aug 27 01:04:51.832 INFO O| Aug 27 01:04:51.832 INFO STEP 1058 (remove_files) COMPLETE
85082026-08-27T01:04:53.036Z[ recovery-image] Aug 27 01:04:51.832 INFO O| Aug 27 01:04:51.832 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-08-27T01:04:53.044Z[ recovery-image] Aug 27 01:04:51.842 INFO O| Aug 27 01:04:51.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85102026-08-27T01:04:53.044Z[ recovery-image] Aug 27 01:04:51.842 INFO O| Aug 27 01:04:51.842 INFO STEP 1059 (remove_files) COMPLETE
85112026-08-27T01:04:53.048Z[ recovery-image] Aug 27 01:04:51.842 INFO O| Aug 27 01:04:51.842 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-08-27T01:04:53.053Z[ recovery-image] Aug 27 01:04:51.851 INFO O| Aug 27 01:04:51.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85132026-08-27T01:04:53.053Z[ recovery-image] Aug 27 01:04:51.851 INFO O| Aug 27 01:04:51.851 INFO STEP 1060 (remove_files) COMPLETE
85142026-08-27T01:04:53.054Z[ recovery-image] Aug 27 01:04:51.851 INFO O| Aug 27 01:04:51.851 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-08-27T01:04:53.063Z[ recovery-image] Aug 27 01:04:51.860 INFO O| Aug 27 01:04:51.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85162026-08-27T01:04:53.063Z[ recovery-image] Aug 27 01:04:51.861 INFO O| Aug 27 01:04:51.861 INFO STEP 1061 (remove_files) COMPLETE
85172026-08-27T01:04:53.063Z[ recovery-image] Aug 27 01:04:51.861 INFO O| Aug 27 01:04:51.861 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-08-27T01:04:53.074Z[ recovery-image] Aug 27 01:04:51.872 INFO O| Aug 27 01:04:51.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85192026-08-27T01:04:53.074Z[ recovery-image] Aug 27 01:04:51.872 INFO O| Aug 27 01:04:51.872 INFO STEP 1062 (remove_files) COMPLETE
85202026-08-27T01:04:53.075Z[ recovery-image] Aug 27 01:04:51.872 INFO O| Aug 27 01:04:51.872 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-08-27T01:04:53.124Z[ recovery-image] Aug 27 01:04:51.922 INFO O| Aug 27 01:04:51.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85222026-08-27T01:04:53.124Z[ recovery-image] Aug 27 01:04:51.922 INFO O| Aug 27 01:04:51.922 INFO STEP 1063 (remove_files) COMPLETE
85232026-08-27T01:04:53.124Z[ recovery-image] Aug 27 01:04:51.922 INFO O| Aug 27 01:04:51.922 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-08-27T01:04:53.135Z[ recovery-image] Aug 27 01:04:51.933 INFO O| Aug 27 01:04:51.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85252026-08-27T01:04:53.135Z[ recovery-image] Aug 27 01:04:51.933 INFO O| Aug 27 01:04:51.933 INFO STEP 1064 (remove_files) COMPLETE
85262026-08-27T01:04:53.138Z[ recovery-image] Aug 27 01:04:51.933 INFO O| Aug 27 01:04:51.933 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-08-27T01:04:53.148Z[ recovery-image] Aug 27 01:04:51.942 INFO O| Aug 27 01:04:51.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85282026-08-27T01:04:53.148Z[ recovery-image] Aug 27 01:04:51.942 INFO O| Aug 27 01:04:51.942 INFO STEP 1065 (remove_files) COMPLETE
85292026-08-27T01:04:53.152Z[ recovery-image] Aug 27 01:04:51.942 INFO O| Aug 27 01:04:51.942 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-08-27T01:04:53.162Z[ recovery-image] Aug 27 01:04:51.959 INFO O| Aug 27 01:04:51.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85312026-08-27T01:04:53.162Z[ recovery-image] Aug 27 01:04:51.959 INFO O| Aug 27 01:04:51.959 INFO STEP 1066 (remove_files) COMPLETE
85322026-08-27T01:04:53.162Z[ recovery-image] Aug 27 01:04:51.959 INFO O| Aug 27 01:04:51.959 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85332026-08-27T01:04:53.172Z[ recovery-image] Aug 27 01:04:51.970 INFO O| Aug 27 01:04:51.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85342026-08-27T01:04:53.172Z[ recovery-image] Aug 27 01:04:51.970 INFO O| Aug 27 01:04:51.970 INFO STEP 1067 (remove_files) COMPLETE
85352026-08-27T01:04:53.175Z[ recovery-image] Aug 27 01:04:51.970 INFO O| Aug 27 01:04:51.970 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85362026-08-27T01:04:53.187Z[ recovery-image] Aug 27 01:04:51.980 INFO O| Aug 27 01:04:51.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85372026-08-27T01:04:53.187Z[ recovery-image] Aug 27 01:04:51.980 INFO O| Aug 27 01:04:51.980 INFO STEP 1068 (remove_files) COMPLETE
85382026-08-27T01:04:53.187Z[ recovery-image] Aug 27 01:04:51.980 INFO O| Aug 27 01:04:51.980 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85392026-08-27T01:04:53.194Z[ recovery-image] Aug 27 01:04:51.991 INFO O| Aug 27 01:04:51.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85402026-08-27T01:04:53.194Z[ recovery-image] Aug 27 01:04:51.991 INFO O| Aug 27 01:04:51.991 INFO STEP 1069 (remove_files) COMPLETE
85412026-08-27T01:04:53.194Z[ recovery-image] Aug 27 01:04:51.991 INFO O| Aug 27 01:04:51.991 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85422026-08-27T01:04:53.203Z[ recovery-image] Aug 27 01:04:52.001 INFO O| Aug 27 01:04:52.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85432026-08-27T01:04:53.203Z[ recovery-image] Aug 27 01:04:52.001 INFO O| Aug 27 01:04:52.001 INFO STEP 1070 (remove_files) COMPLETE
85442026-08-27T01:04:53.203Z[ recovery-image] Aug 27 01:04:52.001 INFO O| Aug 27 01:04:52.001 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85452026-08-27T01:04:53.242Z[ recovery-image] Aug 27 01:04:52.040 INFO O| Aug 27 01:04:52.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85462026-08-27T01:04:53.242Z[ recovery-image] Aug 27 01:04:52.040 INFO O| Aug 27 01:04:52.040 INFO STEP 1071 (remove_files) COMPLETE
85472026-08-27T01:04:53.242Z[ recovery-image] Aug 27 01:04:52.040 INFO O| Aug 27 01:04:52.040 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85482026-08-27T01:04:53.255Z[ recovery-image] Aug 27 01:04:52.051 INFO O| Aug 27 01:04:52.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85492026-08-27T01:04:53.256Z[ recovery-image] Aug 27 01:04:52.051 INFO O| Aug 27 01:04:52.051 INFO STEP 1072 (remove_files) COMPLETE
85502026-08-27T01:04:53.256Z[ recovery-image] Aug 27 01:04:52.051 INFO O| Aug 27 01:04:52.051 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85512026-08-27T01:04:53.267Z[ recovery-image] Aug 27 01:04:52.064 INFO O| Aug 27 01:04:52.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85522026-08-27T01:04:53.267Z[ recovery-image] Aug 27 01:04:52.065 INFO O| Aug 27 01:04:52.064 INFO STEP 1073 (remove_files) COMPLETE
85532026-08-27T01:04:53.267Z[ recovery-image] Aug 27 01:04:52.065 INFO O| Aug 27 01:04:52.065 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85542026-08-27T01:04:53.283Z[ recovery-image] Aug 27 01:04:52.075 INFO O| Aug 27 01:04:52.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85552026-08-27T01:04:53.283Z[ recovery-image] Aug 27 01:04:52.075 INFO O| Aug 27 01:04:52.075 INFO STEP 1074 (remove_files) COMPLETE
85562026-08-27T01:04:53.283Z[ recovery-image] Aug 27 01:04:52.075 INFO O| Aug 27 01:04:52.075 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85572026-08-27T01:04:53.288Z[ recovery-image] Aug 27 01:04:52.085 INFO O| Aug 27 01:04:52.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85582026-08-27T01:04:53.288Z[ recovery-image] Aug 27 01:04:52.085 INFO O| Aug 27 01:04:52.085 INFO STEP 1075 (remove_files) COMPLETE
85592026-08-27T01:04:53.288Z[ recovery-image] Aug 27 01:04:52.085 INFO O| Aug 27 01:04:52.085 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-08-27T01:04:53.299Z[ recovery-image] Aug 27 01:04:52.095 INFO O| Aug 27 01:04:52.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85612026-08-27T01:04:53.299Z[ recovery-image] Aug 27 01:04:52.095 INFO O| Aug 27 01:04:52.095 INFO STEP 1076 (remove_files) COMPLETE
85622026-08-27T01:04:53.299Z[ recovery-image] Aug 27 01:04:52.095 INFO O| Aug 27 01:04:52.095 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-08-27T01:04:53.303Z[verify-libraries] Compiling git2 v0.20.4
85642026-08-27T01:04:53.306Z[ recovery-image] Aug 27 01:04:52.104 INFO O| Aug 27 01:04:52.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
85652026-08-27T01:04:53.307Z[ recovery-image] Aug 27 01:04:52.105 INFO O| Aug 27 01:04:52.104 INFO STEP 1077 (remove_files) COMPLETE
85662026-08-27T01:04:53.310Z[ recovery-image] Aug 27 01:04:52.105 INFO O| Aug 27 01:04:52.104 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85672026-08-27T01:04:53.316Z[ recovery-image] Aug 27 01:04:52.114 INFO O| Aug 27 01:04:52.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
85682026-08-27T01:04:53.316Z[ recovery-image] Aug 27 01:04:52.114 INFO O| Aug 27 01:04:52.114 INFO STEP 1078 (remove_files) COMPLETE
85692026-08-27T01:04:53.319Z[ recovery-image] Aug 27 01:04:52.114 INFO O| Aug 27 01:04:52.114 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85702026-08-27T01:04:53.325Z[ recovery-image] Aug 27 01:04:52.123 INFO O| Aug 27 01:04:52.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
85712026-08-27T01:04:53.325Z[ recovery-image] Aug 27 01:04:52.123 INFO O| Aug 27 01:04:52.123 INFO STEP 1079 (remove_files) COMPLETE
85722026-08-27T01:04:53.328Z[ recovery-image] Aug 27 01:04:52.123 INFO O| Aug 27 01:04:52.123 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85732026-08-27T01:04:53.336Z[ recovery-image] Aug 27 01:04:52.132 INFO O| Aug 27 01:04:52.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
85742026-08-27T01:04:53.336Z[ recovery-image] Aug 27 01:04:52.132 INFO O| Aug 27 01:04:52.132 INFO STEP 1080 (remove_files) COMPLETE
85752026-08-27T01:04:53.336Z[ recovery-image] Aug 27 01:04:52.132 INFO O| Aug 27 01:04:52.132 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85762026-08-27T01:04:53.345Z[ recovery-image] Aug 27 01:04:52.142 INFO O| Aug 27 01:04:52.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
85772026-08-27T01:04:53.345Z[ recovery-image] Aug 27 01:04:52.143 INFO O| Aug 27 01:04:52.142 INFO STEP 1081 (remove_files) COMPLETE
85782026-08-27T01:04:53.345Z[ recovery-image] Aug 27 01:04:52.143 INFO O| Aug 27 01:04:52.142 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85792026-08-27T01:04:53.355Z[ recovery-image] Aug 27 01:04:52.153 INFO O| Aug 27 01:04:52.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
85802026-08-27T01:04:53.355Z[ recovery-image] Aug 27 01:04:52.153 INFO O| Aug 27 01:04:52.153 INFO STEP 1082 (remove_files) COMPLETE
85812026-08-27T01:04:53.355Z[ recovery-image] Aug 27 01:04:52.153 INFO O| Aug 27 01:04:52.153 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85822026-08-27T01:04:53.365Z[ recovery-image] Aug 27 01:04:52.162 INFO O| Aug 27 01:04:52.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
85832026-08-27T01:04:53.365Z[ recovery-image] Aug 27 01:04:52.162 INFO O| Aug 27 01:04:52.162 INFO STEP 1083 (remove_files) COMPLETE
85842026-08-27T01:04:53.365Z[ recovery-image] Aug 27 01:04:52.162 INFO O| Aug 27 01:04:52.162 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85852026-08-27T01:04:53.374Z[ recovery-image] Aug 27 01:04:52.172 INFO O| Aug 27 01:04:52.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
85862026-08-27T01:04:53.374Z[ recovery-image] Aug 27 01:04:52.172 INFO O| Aug 27 01:04:52.172 INFO STEP 1084 (remove_files) COMPLETE
85872026-08-27T01:04:53.379Z[ recovery-image] Aug 27 01:04:52.172 INFO O| Aug 27 01:04:52.172 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85882026-08-27T01:04:53.382Z[ recovery-image] Aug 27 01:04:52.180 INFO O| Aug 27 01:04:52.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
85892026-08-27T01:04:53.382Z[ recovery-image] Aug 27 01:04:52.180 INFO O| Aug 27 01:04:52.180 INFO STEP 1085 (remove_files) COMPLETE
85902026-08-27T01:04:53.382Z[ recovery-image] Aug 27 01:04:52.180 INFO O| Aug 27 01:04:52.180 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85912026-08-27T01:04:53.392Z[ recovery-image] Aug 27 01:04:52.189 INFO O| Aug 27 01:04:52.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
85922026-08-27T01:04:53.392Z[ recovery-image] Aug 27 01:04:52.189 INFO O| Aug 27 01:04:52.189 INFO STEP 1086 (remove_files) COMPLETE
85932026-08-27T01:04:53.392Z[ recovery-image] Aug 27 01:04:52.189 INFO O| Aug 27 01:04:52.189 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85942026-08-27T01:04:53.403Z[ recovery-image] Aug 27 01:04:52.199 INFO O| Aug 27 01:04:52.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
85952026-08-27T01:04:53.403Z[ recovery-image] Aug 27 01:04:52.199 INFO O| Aug 27 01:04:52.199 INFO STEP 1087 (remove_files) COMPLETE
85962026-08-27T01:04:53.403Z[ recovery-image] Aug 27 01:04:52.199 INFO O| Aug 27 01:04:52.199 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85972026-08-27T01:04:53.410Z[ recovery-image] Aug 27 01:04:52.207 INFO O| Aug 27 01:04:52.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
85982026-08-27T01:04:53.411Z[ recovery-image] Aug 27 01:04:52.207 INFO O| Aug 27 01:04:52.207 INFO STEP 1088 (remove_files) COMPLETE
85992026-08-27T01:04:53.411Z[ recovery-image] Aug 27 01:04:52.207 INFO O| Aug 27 01:04:52.207 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86002026-08-27T01:04:53.418Z[ recovery-image] Aug 27 01:04:52.216 INFO O| Aug 27 01:04:52.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86012026-08-27T01:04:53.418Z[ recovery-image] Aug 27 01:04:52.216 INFO O| Aug 27 01:04:52.216 INFO STEP 1089 (remove_files) COMPLETE
86022026-08-27T01:04:53.418Z[ recovery-image] Aug 27 01:04:52.216 INFO O| Aug 27 01:04:52.216 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86032026-08-27T01:04:53.428Z[ recovery-image] Aug 27 01:04:52.226 INFO O| Aug 27 01:04:52.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86042026-08-27T01:04:53.428Z[ recovery-image] Aug 27 01:04:52.226 INFO O| Aug 27 01:04:52.226 INFO STEP 1090 (remove_files) COMPLETE
86052026-08-27T01:04:53.429Z[ recovery-image] Aug 27 01:04:52.226 INFO O| Aug 27 01:04:52.226 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86062026-08-27T01:04:53.440Z[ recovery-image] Aug 27 01:04:52.237 INFO O| Aug 27 01:04:52.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86072026-08-27T01:04:53.440Z[ recovery-image] Aug 27 01:04:52.237 INFO O| Aug 27 01:04:52.237 INFO STEP 1091 (remove_files) COMPLETE
86082026-08-27T01:04:53.440Z[ recovery-image] Aug 27 01:04:52.237 INFO O| Aug 27 01:04:52.237 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-08-27T01:04:53.449Z[ recovery-image] Aug 27 01:04:52.247 INFO O| Aug 27 01:04:52.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86102026-08-27T01:04:53.449Z[ recovery-image] Aug 27 01:04:52.247 INFO O| Aug 27 01:04:52.247 INFO STEP 1092 (remove_files) COMPLETE
86112026-08-27T01:04:53.449Z[ recovery-image] Aug 27 01:04:52.247 INFO O| Aug 27 01:04:52.247 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-08-27T01:04:53.458Z[ recovery-image] Aug 27 01:04:52.256 INFO O| Aug 27 01:04:52.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86132026-08-27T01:04:53.458Z[ recovery-image] Aug 27 01:04:52.256 INFO O| Aug 27 01:04:52.256 INFO STEP 1093 (remove_files) COMPLETE
86142026-08-27T01:04:53.458Z[ recovery-image] Aug 27 01:04:52.256 INFO O| Aug 27 01:04:52.256 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-08-27T01:04:53.469Z[ recovery-image] Aug 27 01:04:52.267 INFO O| Aug 27 01:04:52.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86162026-08-27T01:04:53.469Z[ recovery-image] Aug 27 01:04:52.267 INFO O| Aug 27 01:04:52.267 INFO STEP 1094 (remove_files) COMPLETE
86172026-08-27T01:04:53.469Z[ recovery-image] Aug 27 01:04:52.267 INFO O| Aug 27 01:04:52.267 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-08-27T01:04:53.479Z[ recovery-image] Aug 27 01:04:52.277 INFO O| Aug 27 01:04:52.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86192026-08-27T01:04:53.479Z[ recovery-image] Aug 27 01:04:52.277 INFO O| Aug 27 01:04:52.277 INFO STEP 1095 (remove_files) COMPLETE
86202026-08-27T01:04:53.479Z[ recovery-image] Aug 27 01:04:52.277 INFO O| Aug 27 01:04:52.277 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-08-27T01:04:53.490Z[ recovery-image] Aug 27 01:04:52.288 INFO O| Aug 27 01:04:52.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86222026-08-27T01:04:53.490Z[ recovery-image] Aug 27 01:04:52.288 INFO O| Aug 27 01:04:52.288 INFO STEP 1096 (remove_files) COMPLETE
86232026-08-27T01:04:53.490Z[ recovery-image] Aug 27 01:04:52.288 INFO O| Aug 27 01:04:52.288 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86242026-08-27T01:04:53.500Z[ recovery-image] Aug 27 01:04:52.298 INFO O| Aug 27 01:04:52.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86252026-08-27T01:04:53.500Z[ recovery-image] Aug 27 01:04:52.298 INFO O| Aug 27 01:04:52.298 INFO STEP 1097 (remove_files) COMPLETE
86262026-08-27T01:04:53.500Z[ recovery-image] Aug 27 01:04:52.298 INFO O| Aug 27 01:04:52.298 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86272026-08-27T01:04:53.510Z[ recovery-image] Aug 27 01:04:52.307 INFO O| Aug 27 01:04:52.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86282026-08-27T01:04:53.510Z[ recovery-image] Aug 27 01:04:52.308 INFO O| Aug 27 01:04:52.308 INFO STEP 1098 (remove_files) COMPLETE
86292026-08-27T01:04:53.510Z[ recovery-image] Aug 27 01:04:52.308 INFO O| Aug 27 01:04:52.308 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86302026-08-27T01:04:53.519Z[ recovery-image] Aug 27 01:04:52.317 INFO O| Aug 27 01:04:52.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86312026-08-27T01:04:53.519Z[ recovery-image] Aug 27 01:04:52.317 INFO O| Aug 27 01:04:52.317 INFO STEP 1099 (remove_files) COMPLETE
86322026-08-27T01:04:53.519Z[ recovery-image] Aug 27 01:04:52.317 INFO O| Aug 27 01:04:52.317 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86332026-08-27T01:04:53.531Z[ recovery-image] Aug 27 01:04:52.328 INFO O| Aug 27 01:04:52.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86342026-08-27T01:04:53.531Z[ recovery-image] Aug 27 01:04:52.328 INFO O| Aug 27 01:04:52.328 INFO STEP 1100 (remove_files) COMPLETE
86352026-08-27T01:04:53.534Z[ recovery-image] Aug 27 01:04:52.328 INFO O| Aug 27 01:04:52.328 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86362026-08-27T01:04:53.545Z[ recovery-image] Aug 27 01:04:52.338 INFO O| Aug 27 01:04:52.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86372026-08-27T01:04:53.545Z[ recovery-image] Aug 27 01:04:52.338 INFO O| Aug 27 01:04:52.338 INFO STEP 1101 (remove_files) COMPLETE
86382026-08-27T01:04:53.610Z[ recovery-image] Aug 27 01:04:52.338 INFO O| Aug 27 01:04:52.338 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86392026-08-27T01:04:53.611Z[ recovery-image] Aug 27 01:04:52.348 INFO O| Aug 27 01:04:52.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86402026-08-27T01:04:53.611Z[ recovery-image] Aug 27 01:04:52.348 INFO O| Aug 27 01:04:52.348 INFO STEP 1102 (remove_files) COMPLETE
86412026-08-27T01:04:53.611Z[ recovery-image] Aug 27 01:04:52.348 INFO O| Aug 27 01:04:52.348 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86422026-08-27T01:04:53.611Z[ recovery-image] Aug 27 01:04:52.357 INFO O| Aug 27 01:04:52.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86432026-08-27T01:04:53.611Z[ recovery-image] Aug 27 01:04:52.357 INFO O| Aug 27 01:04:52.357 INFO STEP 1103 (remove_files) COMPLETE
86442026-08-27T01:04:53.611Z[ recovery-image] Aug 27 01:04:52.357 INFO O| Aug 27 01:04:52.357 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86452026-08-27T01:04:53.611Z[ recovery-image] Aug 27 01:04:52.365 INFO O| Aug 27 01:04:52.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86462026-08-27T01:04:53.611Z[ recovery-image] Aug 27 01:04:52.366 INFO O| Aug 27 01:04:52.365 INFO STEP 1104 (remove_files) COMPLETE
86472026-08-27T01:04:53.611Z[ recovery-image] Aug 27 01:04:52.366 INFO O| Aug 27 01:04:52.365 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86482026-08-27T01:04:53.611Z[ recovery-image] Aug 27 01:04:52.373 INFO O| Aug 27 01:04:52.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86492026-08-27T01:04:53.611Z[ recovery-image] Aug 27 01:04:52.373 INFO O| Aug 27 01:04:52.373 INFO STEP 1105 (remove_files) COMPLETE
86502026-08-27T01:04:53.611Z[ recovery-image] Aug 27 01:04:52.373 INFO O| Aug 27 01:04:52.373 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86512026-08-27T01:04:53.611Z[ recovery-image] Aug 27 01:04:52.381 INFO O| Aug 27 01:04:52.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86522026-08-27T01:04:53.611Z[ recovery-image] Aug 27 01:04:52.381 INFO O| Aug 27 01:04:52.381 INFO STEP 1106 (remove_files) COMPLETE
86532026-08-27T01:04:53.611Z[ recovery-image] Aug 27 01:04:52.381 INFO O| Aug 27 01:04:52.381 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86542026-08-27T01:04:53.612Z[ recovery-image] Aug 27 01:04:52.388 INFO O| Aug 27 01:04:52.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86552026-08-27T01:04:53.612Z[ recovery-image] Aug 27 01:04:52.388 INFO O| Aug 27 01:04:52.388 INFO STEP 1107 (remove_files) COMPLETE
86562026-08-27T01:04:53.612Z[ recovery-image] Aug 27 01:04:52.388 INFO O| Aug 27 01:04:52.388 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86572026-08-27T01:04:53.612Z[ recovery-image] Aug 27 01:04:52.397 INFO O| Aug 27 01:04:52.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86582026-08-27T01:04:53.612Z[ recovery-image] Aug 27 01:04:52.397 INFO O| Aug 27 01:04:52.397 INFO STEP 1108 (remove_files) COMPLETE
86592026-08-27T01:04:53.612Z[ recovery-image] Aug 27 01:04:52.397 INFO O| Aug 27 01:04:52.397 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86602026-08-27T01:04:53.619Z[ recovery-image] Aug 27 01:04:52.408 INFO O| Aug 27 01:04:52.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86612026-08-27T01:04:53.619Z[ recovery-image] Aug 27 01:04:52.408 INFO O| Aug 27 01:04:52.408 INFO STEP 1109 (remove_files) COMPLETE
86622026-08-27T01:04:53.619Z[ recovery-image] Aug 27 01:04:52.408 INFO O| Aug 27 01:04:52.408 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86632026-08-27T01:04:53.623Z[ recovery-image] Aug 27 01:04:52.418 INFO O| Aug 27 01:04:52.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86642026-08-27T01:04:53.623Z[ recovery-image] Aug 27 01:04:52.418 INFO O| Aug 27 01:04:52.418 INFO STEP 1110 (remove_files) COMPLETE
86652026-08-27T01:04:53.623Z[ recovery-image] Aug 27 01:04:52.418 INFO O| Aug 27 01:04:52.418 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86662026-08-27T01:04:53.629Z[ recovery-image] Aug 27 01:04:52.426 INFO O| Aug 27 01:04:52.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
86672026-08-27T01:04:53.629Z[ recovery-image] Aug 27 01:04:52.426 INFO O| Aug 27 01:04:52.426 INFO STEP 1111 (remove_files) COMPLETE
86682026-08-27T01:04:53.629Z[ recovery-image] Aug 27 01:04:52.426 INFO O| Aug 27 01:04:52.426 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86692026-08-27T01:04:53.640Z[ recovery-image] Aug 27 01:04:52.438 INFO O| Aug 27 01:04:52.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
86702026-08-27T01:04:53.640Z[ recovery-image] Aug 27 01:04:52.438 INFO O| Aug 27 01:04:52.438 INFO STEP 1112 (remove_files) COMPLETE
86712026-08-27T01:04:53.640Z[ recovery-image] Aug 27 01:04:52.438 INFO O| Aug 27 01:04:52.438 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86722026-08-27T01:04:53.649Z[ recovery-image] Aug 27 01:04:52.447 INFO O| Aug 27 01:04:52.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
86732026-08-27T01:04:53.649Z[ recovery-image] Aug 27 01:04:52.447 INFO O| Aug 27 01:04:52.447 INFO STEP 1113 (remove_files) COMPLETE
86742026-08-27T01:04:53.649Z[ recovery-image] Aug 27 01:04:52.447 INFO O| Aug 27 01:04:52.447 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86752026-08-27T01:04:53.660Z[ recovery-image] Aug 27 01:04:52.457 INFO O| Aug 27 01:04:52.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
86762026-08-27T01:04:53.660Z[ recovery-image] Aug 27 01:04:52.457 INFO O| Aug 27 01:04:52.457 INFO STEP 1114 (remove_files) COMPLETE
86772026-08-27T01:04:53.660Z[ recovery-image] Aug 27 01:04:52.457 INFO O| Aug 27 01:04:52.457 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86782026-08-27T01:04:53.670Z[ recovery-image] Aug 27 01:04:52.468 INFO O| Aug 27 01:04:52.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
86792026-08-27T01:04:53.670Z[ recovery-image] Aug 27 01:04:52.468 INFO O| Aug 27 01:04:52.468 INFO STEP 1115 (remove_files) COMPLETE
86802026-08-27T01:04:53.670Z[ recovery-image] Aug 27 01:04:52.468 INFO O| Aug 27 01:04:52.468 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86812026-08-27T01:04:53.680Z[ recovery-image] Aug 27 01:04:52.478 INFO O| Aug 27 01:04:52.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
86822026-08-27T01:04:53.680Z[ recovery-image] Aug 27 01:04:52.478 INFO O| Aug 27 01:04:52.478 INFO STEP 1116 (remove_files) COMPLETE
86832026-08-27T01:04:53.680Z[ recovery-image] Aug 27 01:04:52.478 INFO O| Aug 27 01:04:52.478 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86842026-08-27T01:04:53.690Z[ recovery-image] Aug 27 01:04:52.488 INFO O| Aug 27 01:04:52.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
86852026-08-27T01:04:53.690Z[ recovery-image] Aug 27 01:04:52.488 INFO O| Aug 27 01:04:52.488 INFO STEP 1117 (remove_files) COMPLETE
86862026-08-27T01:04:53.690Z[ recovery-image] Aug 27 01:04:52.488 INFO O| Aug 27 01:04:52.488 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
86872026-08-27T01:04:53.706Z[ recovery-image] Aug 27 01:04:52.502 INFO O| Aug 27 01:04:52.502 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
86882026-08-27T01:04:53.706Z[ recovery-image] Aug 27 01:04:52.502 INFO O| Aug 27 01:04:52.502 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
86892026-08-27T01:04:53.745Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
86902026-08-27T01:04:54.448Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
86912026-08-27T01:04:54.492Z[ recovery-image] Aug 27 01:04:53.290 INFO O| Aug 27 01:04:53.289 INFO STEP 1118 (pack_tar) COMPLETE
86922026-08-27T01:04:54.492Z[ recovery-image] Aug 27 01:04:53.290 INFO O| Aug 27 01:04:53.290 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86932026-08-27T01:04:54.492Z[ recovery-image] Aug 27 01:04:53.290 INFO O| Aug 27 01:04:53.290 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
86942026-08-27T01:04:54.663Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
86952026-08-27T01:04:54.795Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
86962026-08-27T01:04:54.998Z[verify-libraries] Compiling yansi v1.0.1
86972026-08-27T01:04:55.321Z[ recovery-image] Aug 27 01:04:54.119 INFO O| Aug 27 01:04:54.119 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
86982026-08-27T01:04:55.414Z[verify-libraries] Compiling pretty_assertions v1.4.1
86992026-08-27T01:04:55.452Z[ recovery-image] Aug 27 01:04:54.250 INFO O| Aug 27 01:04:54.249 INFO completed processing sled/ramdisk-03-recovery-trim
87002026-08-27T01:04:55.456Z[ recovery-image] Aug 27 01:04:54.253 INFO image builder template: zfs-recovery...
87012026-08-27T01:04:55.456Z[ recovery-image] Aug 27 01:04:54.253 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/.tmpnxx3ZX/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
87022026-08-27T01:04:55.483Z[ recovery-image] Aug 27 01:04:54.280 INFO O| Aug 27 01:04:54.280 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87032026-08-27T01:04:55.487Z[ recovery-image] Aug 27 01:04:54.284 INFO O| Aug 27 01:04:54.284 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87042026-08-27T01:04:55.517Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
87052026-08-27T01:04:55.556Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87062026-08-27T01:04:55.603Z[ recovery-image] Aug 27 01:04:54.399 INFO O| Aug 27 01:04:54.399 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87072026-08-27T01:04:55.659Z[ recovery-image] Aug 27 01:04:54.457 INFO O| Aug 27 01:04:54.457 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87082026-08-27T01:04:55.659Z[ recovery-image] Aug 27 01:04:54.457 INFO O| Aug 27 01:04:54.457 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87092026-08-27T01:04:55.664Z[ recovery-image] Aug 27 01:04:54.461 INFO O| Aug 27 01:04:54.461 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87102026-08-27T01:04:55.759Z[ recovery-image] Aug 27 01:04:54.556 INFO O| Aug 27 01:04:54.556 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87112026-08-27T01:04:55.825Z[ recovery-image] Aug 27 01:04:54.623 INFO O| Aug 27 01:04:54.623 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87122026-08-27T01:04:55.835Z[ recovery-image] Aug 27 01:04:54.632 INFO O| Aug 27 01:04:54.632 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87132026-08-27T01:04:55.839Z[ recovery-image] Aug 27 01:04:54.637 INFO O| Aug 27 01:04:54.637 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87142026-08-27T01:04:55.843Z[ recovery-image] Aug 27 01:04:54.640 INFO O| Aug 27 01:04:54.639 INFO no lofi found
87152026-08-27T01:04:55.843Z[ recovery-image] Aug 27 01:04:54.640 INFO O| Aug 27 01:04:54.640 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87162026-08-27T01:04:55.843Z[ recovery-image] Aug 27 01:04:54.640 INFO O| Aug 27 01:04:54.640 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87172026-08-27T01:04:55.959Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
87182026-08-27T01:04:56.266Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
87192026-08-27T01:04:56.572Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
87202026-08-27T01:04:56.790Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
87212026-08-27T01:04:56.848Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
87222026-08-27T01:04:56.963Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
87232026-08-27T01:04:57.045Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87242026-08-27T01:04:57.127Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
87252026-08-27T01:04:57.203Z[ recovery-image] Aug 27 01:04:56.001 INFO O| Aug 27 01:04:56.001 INFO lofi device = /dev/dsk/c2t1d0p0
87262026-08-27T01:04:57.203Z[ recovery-image] Aug 27 01:04:56.001 INFO O| Aug 27 01:04:56.001 INFO pool device = /dev/dsk/c2t1d0p0
87272026-08-27T01:04:57.207Z[ recovery-image] Aug 27 01:04:56.001 INFO O| Aug 27 01:04:56.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"]
87282026-08-27T01:04:57.274Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
87292026-08-27T01:04:57.307Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
87302026-08-27T01:04:57.343Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
87312026-08-27T01:04:57.353Z[ recovery-image] Aug 27 01:04:56.151 INFO O| Aug 27 01:04:56.151 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87322026-08-27T01:04:57.353Z[ recovery-image] Aug 27 01:04:56.151 INFO O| Aug 27 01:04:56.151 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87332026-08-27T01:04:57.386Z[ recovery-image] Aug 27 01:04:56.184 INFO O| Aug 27 01:04:56.184 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87342026-08-27T01:04:57.426Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
87352026-08-27T01:04:57.535Z[ recovery-image] Aug 27 01:04:56.333 INFO O| Aug 27 01:04:56.333 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87362026-08-27T01:04:57.555Z[verify-libraries] Compiling drift v0.2.0
87372026-08-27T01:04:57.568Z[ recovery-image] Aug 27 01:04:56.366 INFO O| Aug 27 01:04:56.366 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87382026-08-27T01:04:57.590Z[ recovery-image] Aug 27 01:04:56.388 INFO O| Aug 27 01:04:56.388 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87392026-08-27T01:04:57.607Z[ recovery-image] Aug 27 01:04:56.404 INFO O| Aug 27 01:04:56.404 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87402026-08-27T01:04:57.628Z[verify-libraries] Compiling uzers v0.12.2
87412026-08-27T01:04:57.651Z[ recovery-image] Aug 27 01:04:56.447 INFO O| Aug 27 01:04:56.447 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87422026-08-27T01:04:57.651Z[ recovery-image] Aug 27 01:04:56.447 INFO O| Aug 27 01:04:56.447 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87432026-08-27T01:04:57.654Z[ recovery-image] Aug 27 01:04:56.447 INFO O| Aug 27 01:04:56.447 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87442026-08-27T01:04:57.658Z[ recovery-image] Aug 27 01:04:56.455 INFO O| Aug 27 01:04:56.455 INFO boot environment UUID: 88889d80-c617-4ec4-9100-2a290d2a7642
87452026-08-27T01:04:57.658Z[ recovery-image] Aug 27 01:04:56.455 INFO O| Aug 27 01:04:56.455 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 88889d80-c617-4ec4-9100-2a290d2a7642
87462026-08-27T01:04:57.674Z[ recovery-image] Aug 27 01:04:56.472 INFO O| Aug 27 01:04:56.472 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87472026-08-27T01:04:57.693Z[ recovery-image] Aug 27 01:04:56.491 INFO O| Aug 27 01:04:56.491 INFO STEP 0 (create_be) COMPLETE
87482026-08-27T01:04:57.693Z[ recovery-image] Aug 27 01:04:56.491 INFO O| Aug 27 01:04:56.491 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87492026-08-27T01:04:57.709Z[ recovery-image] Aug 27 01:04:56.507 INFO O| Aug 27 01:04:56.507 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"]
87502026-08-27T01:04:58.291Z[verify-libraries] Compiling parse-size v1.1.0
87512026-08-27T01:04:58.583Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
87522026-08-27T01:04:58.672Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
87532026-08-27T01:04:58.896Z[verify-libraries] Compiling dropshot-api-manager v0.8.0
87542026-08-27T01:04:59.083Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
87552026-08-27T01:04:59.674Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87562026-08-27T01:05:01.558Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87572026-08-27T01:05:01.640Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87582026-08-27T01:05:02.432Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87592026-08-27T01:05:02.823Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
87602026-08-27T01:05:04.534Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
87612026-08-27T01:05:04.823Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
87622026-08-27T01:05:04.929Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87632026-08-27T01:05:05.323Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87642026-08-27T01:05:05.454Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
87652026-08-27T01:05:05.517Z[verify-libraries] Compiling multimap v0.10.1
87662026-08-27T01:05:05.560Z[verify-libraries] Compiling termios v0.3.3
87672026-08-27T01:05:05.858Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
87682026-08-27T01:05:05.932Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
87692026-08-27T01:05:06.497Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
87702026-08-27T01:05:06.547Z[ recovery-image] Aug 27 01:05:05.344 INFO O| Aug 27 01:05:05.344 INFO STEP 1 (unpack_tar) COMPLETE
87712026-08-27T01:05:06.547Z[ recovery-image] Aug 27 01:05:05.344 INFO O| Aug 27 01:05:05.344 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87722026-08-27T01:05:06.559Z[ recovery-image] Aug 27 01:05:05.356 INFO O| Aug 27 01:05:05.356 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87732026-08-27T01:05:07.839Z[ recovery-image] Aug 27 01:05:06.636 INFO O| Aug 27 01:05:06.636 INFO STEP 2 (devfsadm) COMPLETE
87742026-08-27T01:05:07.839Z[ recovery-image] Aug 27 01:05:06.636 INFO O| Aug 27 01:05:06.636 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87752026-08-27T01:05:07.849Z[ recovery-image] Aug 27 01:05:06.647 INFO O| Aug 27 01:05:06.647 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87762026-08-27T01:05:07.849Z[ recovery-image] Aug 27 01:05:06.647 INFO O| Aug 27 01:05:06.647 INFO STEP 3 (ensure_dir) COMPLETE
87772026-08-27T01:05:07.853Z[ recovery-image] Aug 27 01:05:06.647 INFO O| Aug 27 01:05:06.647 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87782026-08-27T01:05:07.859Z[ recovery-image] Aug 27 01:05:06.656 INFO O| Aug 27 01:05:06.656 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87792026-08-27T01:05:07.859Z[ recovery-image] Aug 27 01:05:06.656 INFO O| Aug 27 01:05:06.656 INFO STEP 4 (ensure_dir) COMPLETE
87802026-08-27T01:05:07.859Z[ recovery-image] Aug 27 01:05:06.656 INFO O| Aug 27 01:05:06.656 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87812026-08-27T01:05:07.868Z[ recovery-image] Aug 27 01:05:06.666 INFO O| Aug 27 01:05:06.666 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87822026-08-27T01:05:07.868Z[ recovery-image] Aug 27 01:05:06.666 INFO O| Aug 27 01:05:06.666 INFO STEP 5 (ensure_dir) COMPLETE
87832026-08-27T01:05:07.868Z[ recovery-image] Aug 27 01:05:06.666 INFO O| Aug 27 01:05:06.666 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87842026-08-27T01:05:07.879Z[ recovery-image] Aug 27 01:05:06.675 INFO O| Aug 27 01:05:06.675 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87852026-08-27T01:05:07.879Z[ recovery-image] Aug 27 01:05:06.675 INFO O| Aug 27 01:05:06.675 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87862026-08-27T01:05:07.879Z[ recovery-image] Aug 27 01:05:06.675 INFO O| Aug 27 01:05:06.675 INFO STEP 6 (ensure_dir) COMPLETE
87872026-08-27T01:05:07.882Z[ recovery-image] Aug 27 01:05:06.675 INFO O| Aug 27 01:05:06.675 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87882026-08-27T01:05:07.887Z[ recovery-image] Aug 27 01:05:06.685 INFO O| Aug 27 01:05:06.685 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87892026-08-27T01:05:07.887Z[ recovery-image] Aug 27 01:05:06.685 INFO O| Aug 27 01:05:06.685 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87902026-08-27T01:05:07.888Z[ recovery-image] Aug 27 01:05:06.685 INFO O| Aug 27 01:05:06.685 INFO STEP 7 (ensure_dir) COMPLETE
87912026-08-27T01:05:07.888Z[ recovery-image] Aug 27 01:05:06.685 INFO O| Aug 27 01:05:06.685 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87922026-08-27T01:05:07.897Z[ recovery-image] Aug 27 01:05:06.694 INFO O| Aug 27 01:05:06.694 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87932026-08-27T01:05:07.900Z[ recovery-image] Aug 27 01:05:06.695 INFO O| Aug 27 01:05:06.695 INFO STEP 8 (remove_files) COMPLETE
87942026-08-27T01:05:07.900Z[ recovery-image] Aug 27 01:05:06.695 INFO O| Aug 27 01:05:06.695 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87952026-08-27T01:05:07.907Z[ recovery-image] Aug 27 01:05:06.705 INFO O| Aug 27 01:05:06.705 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87962026-08-27T01:05:07.911Z[ recovery-image] Aug 27 01:05:06.706 INFO O| Aug 27 01:05:06.706 INFO STEP 9 (remove_files) COMPLETE
87972026-08-27T01:05:07.911Z[ recovery-image] Aug 27 01:05:06.706 INFO O| Aug 27 01:05:06.706 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87982026-08-27T01:05:07.918Z[ recovery-image] Aug 27 01:05:06.716 INFO O| Aug 27 01:05:06.716 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87992026-08-27T01:05:07.921Z[ recovery-image] Aug 27 01:05:06.716 INFO O| Aug 27 01:05:06.716 INFO STEP 10 (remove_files) COMPLETE
88002026-08-27T01:05:07.921Z[ recovery-image] Aug 27 01:05:06.716 INFO O| Aug 27 01:05:06.716 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88012026-08-27T01:05:07.929Z[ recovery-image] Aug 27 01:05:06.726 INFO O| Aug 27 01:05:06.726 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
88022026-08-27T01:05:07.929Z[ recovery-image] Aug 27 01:05:06.726 INFO O| Aug 27 01:05:06.726 INFO STEP 11 (remove_files) COMPLETE
88032026-08-27T01:05:07.929Z[ recovery-image] Aug 27 01:05:06.726 INFO O| Aug 27 01:05:06.726 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88042026-08-27T01:05:07.945Z[ recovery-image] Aug 27 01:05:06.743 INFO O| Aug 27 01:05:06.743 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88052026-08-27T01:05:07.945Z[ recovery-image] Aug 27 01:05:06.743 INFO O| Aug 27 01:05:06.743 INFO STEP 12 (remove_files) COMPLETE
88062026-08-27T01:05:07.945Z[ recovery-image] Aug 27 01:05:06.743 INFO O| Aug 27 01:05:06.743 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88072026-08-27T01:05:07.958Z[ recovery-image] Aug 27 01:05:06.755 INFO O| Aug 27 01:05:06.755 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88082026-08-27T01:05:07.958Z[ recovery-image] Aug 27 01:05:06.755 INFO O| Aug 27 01:05:06.755 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88092026-08-27T01:05:07.963Z[ recovery-image] Aug 27 01:05:06.755 INFO O| Aug 27 01:05:06.755 INFO STEP 13 (ensure_dir) COMPLETE
88102026-08-27T01:05:07.963Z[ recovery-image] Aug 27 01:05:06.755 INFO O| Aug 27 01:05:06.755 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88112026-08-27T01:05:07.966Z[ recovery-image] Aug 27 01:05:06.764 INFO O| Aug 27 01:05:06.764 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88122026-08-27T01:05:07.966Z[ recovery-image] Aug 27 01:05:06.764 INFO O| Aug 27 01:05:06.764 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88132026-08-27T01:05:07.966Z[ recovery-image] Aug 27 01:05:06.764 INFO O| Aug 27 01:05:06.764 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88142026-08-27T01:05:07.966Z[ recovery-image] Aug 27 01:05:06.764 INFO O| Aug 27 01:05:06.764 INFO STEP 14 (ensure_dir) COMPLETE
88152026-08-27T01:05:07.966Z[ recovery-image] Aug 27 01:05:06.764 INFO O| Aug 27 01:05:06.764 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88162026-08-27T01:05:07.975Z[ recovery-image] Aug 27 01:05:06.773 INFO O| Aug 27 01:05:06.773 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88172026-08-27T01:05:07.975Z[ recovery-image] Aug 27 01:05:06.773 INFO O| Aug 27 01:05:06.773 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88182026-08-27T01:05:07.975Z[ recovery-image] Aug 27 01:05:06.773 INFO O| Aug 27 01:05:06.773 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88192026-08-27T01:05:07.979Z[ recovery-image] Aug 27 01:05:06.773 INFO O| Aug 27 01:05:06.773 INFO STEP 15 (ensure_dir) COMPLETE
88202026-08-27T01:05:07.979Z[ recovery-image] Aug 27 01:05:06.773 INFO O| Aug 27 01:05:06.773 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88212026-08-27T01:05:07.984Z[ recovery-image] Aug 27 01:05:06.782 INFO O| Aug 27 01:05:06.782 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88222026-08-27T01:05:07.984Z[ recovery-image] Aug 27 01:05:06.782 INFO O| Aug 27 01:05:06.782 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88232026-08-27T01:05:07.984Z[ recovery-image] Aug 27 01:05:06.782 INFO O| Aug 27 01:05:06.782 INFO STEP 16 (ensure_dir) COMPLETE
88242026-08-27T01:05:07.990Z[ recovery-image] Aug 27 01:05:06.782 INFO O| Aug 27 01:05:06.782 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88252026-08-27T01:05:07.994Z[ recovery-image] Aug 27 01:05:06.791 INFO O| Aug 27 01:05:06.791 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88262026-08-27T01:05:07.994Z[ recovery-image] Aug 27 01:05:06.791 INFO O| Aug 27 01:05:06.791 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88272026-08-27T01:05:07.994Z[ recovery-image] Aug 27 01:05:06.791 INFO O| Aug 27 01:05:06.791 INFO STEP 17 (ensure_dir) COMPLETE
88282026-08-27T01:05:07.999Z[ recovery-image] Aug 27 01:05:06.791 INFO O| Aug 27 01:05:06.791 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88292026-08-27T01:05:08.003Z[ recovery-image] Aug 27 01:05:06.800 INFO O| Aug 27 01:05:06.800 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88302026-08-27T01:05:08.003Z[ recovery-image] Aug 27 01:05:06.800 INFO O| Aug 27 01:05:06.800 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88312026-08-27T01:05:08.003Z[ recovery-image] Aug 27 01:05:06.800 INFO O| Aug 27 01:05:06.800 INFO ok!
88322026-08-27T01:05:08.006Z[ recovery-image] Aug 27 01:05:06.800 INFO O| Aug 27 01:05:06.800 INFO STEP 18 (ensure_symlink) COMPLETE
88332026-08-27T01:05:08.006Z[ recovery-image] Aug 27 01:05:06.800 INFO O| Aug 27 01:05:06.800 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88342026-08-27T01:05:08.012Z[ recovery-image] Aug 27 01:05:06.810 INFO O| Aug 27 01:05:06.810 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88352026-08-27T01:05:08.012Z[ recovery-image] Aug 27 01:05:06.810 INFO O| Aug 27 01:05:06.810 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88362026-08-27T01:05:08.013Z[ recovery-image] Aug 27 01:05:06.810 INFO O| Aug 27 01:05:06.810 INFO ok!
88372026-08-27T01:05:08.018Z[ recovery-image] Aug 27 01:05:06.810 INFO O| Aug 27 01:05:06.810 INFO STEP 19 (ensure_file) COMPLETE
88382026-08-27T01:05:08.018Z[ recovery-image] Aug 27 01:05:06.810 INFO O| Aug 27 01:05:06.810 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88392026-08-27T01:05:08.021Z[ recovery-image] Aug 27 01:05:06.819 INFO O| Aug 27 01:05:06.819 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88402026-08-27T01:05:08.021Z[ recovery-image] Aug 27 01:05:06.819 INFO O| Aug 27 01:05:06.819 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88412026-08-27T01:05:08.022Z[ recovery-image] Aug 27 01:05:06.819 INFO O| Aug 27 01:05:06.819 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88422026-08-27T01:05:08.022Z[ recovery-image] Aug 27 01:05:06.819 INFO O| Aug 27 01:05:06.819 INFO ok!
88432026-08-27T01:05:08.022Z[ recovery-image] Aug 27 01:05:06.819 INFO O| Aug 27 01:05:06.819 INFO STEP 20 (ensure_symlink) COMPLETE
88442026-08-27T01:05:08.027Z[ recovery-image] Aug 27 01:05:06.819 INFO O| Aug 27 01:05:06.819 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88452026-08-27T01:05:08.031Z[ recovery-image] Aug 27 01:05:06.828 INFO O| Aug 27 01:05:06.828 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88462026-08-27T01:05:08.031Z[ recovery-image] Aug 27 01:05:06.828 INFO O| Aug 27 01:05:06.828 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88472026-08-27T01:05:08.031Z[ recovery-image] Aug 27 01:05:06.828 INFO O| Aug 27 01:05:06.828 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88482026-08-27T01:05:08.031Z[ recovery-image] Aug 27 01:05:06.828 INFO O| Aug 27 01:05:06.828 INFO ok!
88492026-08-27T01:05:08.031Z[ recovery-image] Aug 27 01:05:06.828 INFO O| Aug 27 01:05:06.828 INFO STEP 21 (ensure_symlink) COMPLETE
88502026-08-27T01:05:08.031Z[ recovery-image] Aug 27 01:05:06.828 INFO O| Aug 27 01:05:06.828 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88512026-08-27T01:05:08.039Z[ recovery-image] Aug 27 01:05:06.836 INFO O| Aug 27 01:05:06.836 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88522026-08-27T01:05:08.040Z[ recovery-image] Aug 27 01:05:06.836 INFO O| Aug 27 01:05:06.836 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88532026-08-27T01:05:08.040Z[ recovery-image] Aug 27 01:05:06.836 INFO O| Aug 27 01:05:06.836 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88542026-08-27T01:05:08.044Z[ recovery-image] Aug 27 01:05:06.836 INFO O| Aug 27 01:05:06.836 INFO ok!
88552026-08-27T01:05:08.044Z[ recovery-image] Aug 27 01:05:06.836 INFO O| Aug 27 01:05:06.836 INFO STEP 22 (ensure_symlink) COMPLETE
88562026-08-27T01:05:08.044Z[ recovery-image] Aug 27 01:05:06.836 INFO O| Aug 27 01:05:06.836 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88572026-08-27T01:05:08.051Z[ recovery-image] Aug 27 01:05:06.844 INFO O| Aug 27 01:05:06.844 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88582026-08-27T01:05:08.051Z[ recovery-image] Aug 27 01:05:06.844 INFO O| Aug 27 01:05:06.844 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88592026-08-27T01:05:08.051Z[ recovery-image] Aug 27 01:05:06.844 INFO O| Aug 27 01:05:06.844 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88602026-08-27T01:05:08.051Z[ recovery-image] Aug 27 01:05:06.844 INFO O| Aug 27 01:05:06.844 INFO ok!
88612026-08-27T01:05:08.051Z[ recovery-image] Aug 27 01:05:06.844 INFO O| Aug 27 01:05:06.844 INFO STEP 23 (ensure_symlink) COMPLETE
88622026-08-27T01:05:08.051Z[ recovery-image] Aug 27 01:05:06.844 INFO O| Aug 27 01:05:06.844 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88632026-08-27T01:05:08.055Z[ recovery-image] Aug 27 01:05:06.853 INFO O| Aug 27 01:05:06.852 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88642026-08-27T01:05:08.056Z[ recovery-image] Aug 27 01:05:06.853 INFO O| Aug 27 01:05:06.853 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-27T01:05:08.059Z[ recovery-image] Aug 27 01:05:06.853 INFO O| Aug 27 01:05:06.853 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88662026-08-27T01:05:08.059Z[ recovery-image] Aug 27 01:05:06.853 INFO O| Aug 27 01:05:06.853 INFO ok!
88672026-08-27T01:05:08.060Z[ recovery-image] Aug 27 01:05:06.853 INFO O| Aug 27 01:05:06.853 INFO STEP 24 (ensure_file) COMPLETE
88682026-08-27T01:05:08.060Z[ recovery-image] Aug 27 01:05:06.853 INFO O| Aug 27 01:05:06.853 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88692026-08-27T01:05:08.064Z[ recovery-image] Aug 27 01:05:06.862 INFO O| Aug 27 01:05:06.862 INFO updating shadow file
88702026-08-27T01:05:08.064Z[ recovery-image] Aug 27 01:05:06.862 INFO O| Aug 27 01:05:06.862 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88712026-08-27T01:05:08.068Z[ recovery-image] Aug 27 01:05:06.862 INFO O| Aug 27 01:05:06.862 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88722026-08-27T01:05:08.068Z[ recovery-image] Aug 27 01:05:06.862 INFO O| Aug 27 01:05:06.862 INFO STEP 25 (shadow) COMPLETE
88732026-08-27T01:05:08.068Z[ recovery-image] Aug 27 01:05:06.862 INFO O| Aug 27 01:05:06.862 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88742026-08-27T01:05:08.075Z[ recovery-image] Aug 27 01:05:06.872 INFO O| Aug 27 01:05:06.872 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88752026-08-27T01:05:08.075Z[ recovery-image] Aug 27 01:05:06.872 INFO O| Aug 27 01:05:06.872 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88762026-08-27T01:05:08.075Z[ recovery-image] Aug 27 01:05:06.872 INFO O| Aug 27 01:05:06.872 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88772026-08-27T01:05:08.075Z[ recovery-image] Aug 27 01:05:06.872 INFO O| Aug 27 01:05:06.872 INFO ok!
88782026-08-27T01:05:08.079Z[ recovery-image] Aug 27 01:05:06.872 INFO O| Aug 27 01:05:06.872 INFO STEP 26 (ensure_file) COMPLETE
88792026-08-27T01:05:08.080Z[ recovery-image] Aug 27 01:05:06.872 INFO O| Aug 27 01:05:06.872 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88802026-08-27T01:05:08.091Z[ recovery-image] Aug 27 01:05:06.884 INFO O| Aug 27 01:05:06.882 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88812026-08-27T01:05:08.091Z[ recovery-image] Aug 27 01:05:06.884 INFO O| Aug 27 01:05:06.882 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88822026-08-27T01:05:08.091Z[ recovery-image] Aug 27 01:05:06.884 INFO O| Aug 27 01:05:06.882 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88832026-08-27T01:05:08.091Z[ recovery-image] Aug 27 01:05:06.884 INFO O| Aug 27 01:05:06.882 INFO ok!
88842026-08-27T01:05:08.091Z[ recovery-image] Aug 27 01:05:06.884 INFO O| Aug 27 01:05:06.882 INFO STEP 27 (ensure_file) COMPLETE
88852026-08-27T01:05:08.091Z[ recovery-image] Aug 27 01:05:06.884 INFO O| Aug 27 01:05:06.882 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88862026-08-27T01:05:08.095Z[ recovery-image] Aug 27 01:05:06.891 INFO O| Aug 27 01:05:06.891 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88872026-08-27T01:05:08.095Z[ recovery-image] Aug 27 01:05:06.892 INFO O| Aug 27 01:05:06.891 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88882026-08-27T01:05:08.095Z[ recovery-image] Aug 27 01:05:06.892 INFO O| Aug 27 01:05:06.892 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-27T01:05:08.095Z[ recovery-image] Aug 27 01:05:06.892 INFO O| Aug 27 01:05:06.892 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88902026-08-27T01:05:08.095Z[ recovery-image] Aug 27 01:05:06.892 INFO O| Aug 27 01:05:06.892 INFO ok!
88912026-08-27T01:05:08.095Z[ recovery-image] Aug 27 01:05:06.892 INFO O| Aug 27 01:05:06.892 INFO STEP 28 (ensure_file) COMPLETE
88922026-08-27T01:05:08.095Z[ recovery-image] Aug 27 01:05:06.892 INFO O| Aug 27 01:05:06.892 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88932026-08-27T01:05:08.103Z[ recovery-image] Aug 27 01:05:06.900 INFO O| Aug 27 01:05:06.900 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88942026-08-27T01:05:08.104Z[ recovery-image] Aug 27 01:05:06.900 INFO O| Aug 27 01:05:06.900 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88952026-08-27T01:05:08.104Z[ recovery-image] Aug 27 01:05:06.900 INFO O| Aug 27 01:05:06.900 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88962026-08-27T01:05:08.108Z[ recovery-image] Aug 27 01:05:06.900 INFO O| Aug 27 01:05:06.900 INFO ok!
88972026-08-27T01:05:08.108Z[ recovery-image] Aug 27 01:05:06.900 INFO O| Aug 27 01:05:06.900 INFO STEP 29 (ensure_file) COMPLETE
88982026-08-27T01:05:08.108Z[ recovery-image] Aug 27 01:05:06.900 INFO O| Aug 27 01:05:06.900 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88992026-08-27T01:05:08.111Z[ recovery-image] Aug 27 01:05:06.909 INFO O| Aug 27 01:05:06.909 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89002026-08-27T01:05:08.111Z[ recovery-image] Aug 27 01:05:06.909 INFO O| Aug 27 01:05:06.909 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-27T01:05:08.111Z[ recovery-image] Aug 27 01:05:06.909 INFO O| Aug 27 01:05:06.909 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89022026-08-27T01:05:08.111Z[ recovery-image] Aug 27 01:05:06.909 INFO O| Aug 27 01:05:06.909 INFO STEP 30 (ensure_dir) COMPLETE
89032026-08-27T01:05:08.114Z[ recovery-image] Aug 27 01:05:06.909 INFO O| Aug 27 01:05:06.909 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89042026-08-27T01:05:08.120Z[ recovery-image] Aug 27 01:05:06.918 INFO O| Aug 27 01:05:06.918 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89052026-08-27T01:05:08.120Z[ recovery-image] Aug 27 01:05:06.918 INFO O| Aug 27 01:05:06.918 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-27T01:05:08.123Z[ recovery-image] Aug 27 01:05:06.918 INFO O| Aug 27 01:05:06.918 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-27T01:05:08.123Z[ recovery-image] Aug 27 01:05:06.918 INFO O| Aug 27 01:05:06.918 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89082026-08-27T01:05:08.123Z[ recovery-image] Aug 27 01:05:06.918 INFO O| Aug 27 01:05:06.918 INFO ok!
89092026-08-27T01:05:08.124Z[ recovery-image] Aug 27 01:05:06.918 INFO O| Aug 27 01:05:06.918 INFO STEP 31 (ensure_file) COMPLETE
89102026-08-27T01:05:08.124Z[ recovery-image] Aug 27 01:05:06.918 INFO O| Aug 27 01:05:06.918 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89112026-08-27T01:05:08.130Z[ recovery-image] Aug 27 01:05:06.927 INFO O| Aug 27 01:05:06.927 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89122026-08-27T01:05:08.130Z[ recovery-image] Aug 27 01:05:06.927 INFO O| Aug 27 01:05:06.927 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-27T01:05:08.133Z[ recovery-image] Aug 27 01:05:06.927 INFO O| Aug 27 01:05:06.927 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89142026-08-27T01:05:08.133Z[ recovery-image] Aug 27 01:05:06.927 INFO O| Aug 27 01:05:06.927 INFO STEP 32 (ensure_dir) COMPLETE
89152026-08-27T01:05:08.133Z[ recovery-image] Aug 27 01:05:06.927 INFO O| Aug 27 01:05:06.927 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89162026-08-27T01:05:08.139Z[ recovery-image] Aug 27 01:05:06.936 INFO O| Aug 27 01:05:06.936 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89172026-08-27T01:05:08.139Z[ recovery-image] Aug 27 01:05:06.936 INFO O| Aug 27 01:05:06.936 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-27T01:05:08.139Z[ recovery-image] Aug 27 01:05:06.936 INFO O| Aug 27 01:05:06.936 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-27T01:05:08.139Z[ recovery-image] Aug 27 01:05:06.937 INFO O| Aug 27 01:05:06.936 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89202026-08-27T01:05:08.142Z[ recovery-image] Aug 27 01:05:06.937 INFO O| Aug 27 01:05:06.936 INFO ok!
89212026-08-27T01:05:08.142Z[ recovery-image] Aug 27 01:05:06.937 INFO O| Aug 27 01:05:06.937 INFO STEP 33 (ensure_file) COMPLETE
89222026-08-27T01:05:08.142Z[ recovery-image] Aug 27 01:05:06.937 INFO O| Aug 27 01:05:06.937 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89232026-08-27T01:05:08.149Z[ recovery-image] Aug 27 01:05:06.946 INFO O| Aug 27 01:05:06.946 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89242026-08-27T01:05:08.149Z[ recovery-image] Aug 27 01:05:06.946 INFO O| Aug 27 01:05:06.946 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89252026-08-27T01:05:08.149Z[ recovery-image] Aug 27 01:05:06.946 INFO O| Aug 27 01:05:06.946 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89262026-08-27T01:05:08.153Z[ recovery-image] Aug 27 01:05:06.946 INFO O| Aug 27 01:05:06.946 INFO ok!
89272026-08-27T01:05:08.153Z[ recovery-image] Aug 27 01:05:06.946 INFO O| Aug 27 01:05:06.946 INFO STEP 34 (ensure_file) COMPLETE
89282026-08-27T01:05:08.153Z[ recovery-image] Aug 27 01:05:06.946 INFO O| Aug 27 01:05:06.946 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89292026-08-27T01:05:08.158Z[ recovery-image] Aug 27 01:05:06.956 INFO O| Aug 27 01:05:06.956 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89302026-08-27T01:05:08.158Z[ recovery-image] Aug 27 01:05:06.956 INFO O| Aug 27 01:05:06.956 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89312026-08-27T01:05:08.158Z[ recovery-image] Aug 27 01:05:06.956 INFO O| Aug 27 01:05:06.956 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89322026-08-27T01:05:08.158Z[ recovery-image] Aug 27 01:05:06.956 INFO O| Aug 27 01:05:06.956 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89332026-08-27T01:05:08.158Z[ recovery-image] Aug 27 01:05:06.956 INFO O| Aug 27 01:05:06.956 INFO ok!
89342026-08-27T01:05:08.161Z[ recovery-image] Aug 27 01:05:06.956 INFO O| Aug 27 01:05:06.956 INFO STEP 35 (ensure_file) COMPLETE
89352026-08-27T01:05:08.161Z[ recovery-image] Aug 27 01:05:06.956 INFO O| Aug 27 01:05:06.956 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89362026-08-27T01:05:08.168Z[ recovery-image] Aug 27 01:05:06.966 INFO O| Aug 27 01:05:06.966 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89372026-08-27T01:05:08.168Z[ recovery-image] Aug 27 01:05:06.966 INFO O| Aug 27 01:05:06.966 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89382026-08-27T01:05:08.233Z[ recovery-image] Aug 27 01:05:06.966 INFO O| Aug 27 01:05:06.966 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89392026-08-27T01:05:08.234Z[ recovery-image] Aug 27 01:05:06.966 INFO O| Aug 27 01:05:06.966 INFO ok!
89402026-08-27T01:05:08.234Z[ recovery-image] Aug 27 01:05:06.966 INFO O| Aug 27 01:05:06.966 INFO STEP 36 (ensure_file) COMPLETE
89412026-08-27T01:05:08.234Z[ recovery-image] Aug 27 01:05:06.966 INFO O| Aug 27 01:05:06.966 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89422026-08-27T01:05:08.234Z[ recovery-image] Aug 27 01:05:06.975 INFO O| Aug 27 01:05:06.975 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89432026-08-27T01:05:08.234Z[ recovery-image] Aug 27 01:05:06.975 INFO O| Aug 27 01:05:06.975 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-27T01:05:08.234Z[ recovery-image] Aug 27 01:05:06.975 INFO O| Aug 27 01:05:06.975 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89452026-08-27T01:05:08.234Z[ recovery-image] Aug 27 01:05:06.975 INFO O| Aug 27 01:05:06.975 INFO ok!
89462026-08-27T01:05:08.234Z[ recovery-image] Aug 27 01:05:06.975 INFO O| Aug 27 01:05:06.975 INFO STEP 37 (ensure_file) COMPLETE
89472026-08-27T01:05:08.234Z[ recovery-image] Aug 27 01:05:06.975 INFO O| Aug 27 01:05:06.975 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89482026-08-27T01:05:08.234Z[ recovery-image] Aug 27 01:05:06.985 INFO O| Aug 27 01:05:06.985 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89492026-08-27T01:05:08.234Z[ recovery-image] Aug 27 01:05:06.985 INFO O| Aug 27 01:05:06.985 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89502026-08-27T01:05:08.234Z[ recovery-image] Aug 27 01:05:06.985 INFO O| Aug 27 01:05:06.985 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89512026-08-27T01:05:08.234Z[ recovery-image] Aug 27 01:05:06.985 INFO O| Aug 27 01:05:06.985 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89522026-08-27T01:05:08.234Z[ recovery-image] Aug 27 01:05:06.985 INFO O| Aug 27 01:05:06.985 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-27T01:05:08.234Z[ recovery-image] Aug 27 01:05:06.985 INFO O| Aug 27 01:05:06.985 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89542026-08-27T01:05:08.234Z[ recovery-image] Aug 27 01:05:06.985 INFO O| Aug 27 01:05:06.985 INFO ok!
89552026-08-27T01:05:08.234Z[ recovery-image] Aug 27 01:05:06.985 INFO O| Aug 27 01:05:06.985 INFO STEP 38 (ensure_file) COMPLETE
89562026-08-27T01:05:08.234Z[ recovery-image] Aug 27 01:05:06.985 INFO O| Aug 27 01:05:06.985 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89572026-08-27T01:05:08.234Z[ recovery-image] Aug 27 01:05:06.995 INFO O| Aug 27 01:05:06.995 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89582026-08-27T01:05:08.234Z[ recovery-image] Aug 27 01:05:06.995 INFO O| Aug 27 01:05:06.995 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-27T01:05:08.234Z[ recovery-image] Aug 27 01:05:06.995 INFO O| Aug 27 01:05:06.995 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89602026-08-27T01:05:08.234Z[ recovery-image] Aug 27 01:05:06.995 INFO O| Aug 27 01:05:06.995 INFO STEP 39 (ensure_dir) COMPLETE
89612026-08-27T01:05:08.234Z[ recovery-image] Aug 27 01:05:06.995 INFO O| Aug 27 01:05:06.995 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89622026-08-27T01:05:08.234Z[ recovery-image] Aug 27 01:05:07.006 INFO O| Aug 27 01:05:07.006 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-27T01:05:08.234Z[ recovery-image] Aug 27 01:05:07.006 INFO O| Aug 27 01:05:07.006 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-27T01:05:08.234Z[ recovery-image] Aug 27 01:05:07.006 INFO O| Aug 27 01:05:07.006 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-27T01:05:08.234Z[ recovery-image] Aug 27 01:05:07.006 INFO O| Aug 27 01:05:07.006 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-27T01:05:08.235Z[ recovery-image] Aug 27 01:05:07.006 INFO O| Aug 27 01:05:07.006 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-27T01:05:08.235Z[ recovery-image] Aug 27 01:05:07.006 INFO O| Aug 27 01:05:07.006 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-27T01:05:08.235Z[ recovery-image] Aug 27 01:05:07.006 INFO O| Aug 27 01:05:07.006 INFO ok!
89692026-08-27T01:05:08.235Z[ recovery-image] Aug 27 01:05:07.006 INFO O| Aug 27 01:05:07.006 INFO STEP 40 (ensure_file) COMPLETE
89702026-08-27T01:05:08.235Z[ recovery-image] Aug 27 01:05:07.006 INFO O| Aug 27 01:05:07.006 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89712026-08-27T01:05:08.235Z[ recovery-image] Aug 27 01:05:07.017 INFO O| Aug 27 01:05:07.017 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89722026-08-27T01:05:08.235Z[ recovery-image] Aug 27 01:05:07.017 INFO O| Aug 27 01:05:07.017 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-27T01:05:08.235Z[ recovery-image] Aug 27 01:05:07.017 INFO O| Aug 27 01:05:07.017 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89742026-08-27T01:05:08.235Z[ recovery-image] Aug 27 01:05:07.017 INFO O| Aug 27 01:05:07.017 INFO ok!
89752026-08-27T01:05:08.236Z[ recovery-image] Aug 27 01:05:07.017 INFO O| Aug 27 01:05:07.017 INFO STEP 41 (ensure_symlink) COMPLETE
89762026-08-27T01:05:08.236Z[ recovery-image] Aug 27 01:05:07.017 INFO O| Aug 27 01:05:07.017 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89772026-08-27T01:05:08.236Z[ recovery-image] Aug 27 01:05:07.027 INFO O| Aug 27 01:05:07.027 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89782026-08-27T01:05:08.236Z[ recovery-image] Aug 27 01:05:07.027 INFO O| Aug 27 01:05:07.027 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89792026-08-27T01:05:08.236Z[ recovery-image] Aug 27 01:05:07.027 INFO O| Aug 27 01:05:07.027 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89802026-08-27T01:05:08.236Z[ recovery-image] Aug 27 01:05:07.027 INFO O| Aug 27 01:05:07.027 INFO ok!
89812026-08-27T01:05:08.236Z[ recovery-image] Aug 27 01:05:07.027 INFO O| Aug 27 01:05:07.027 INFO STEP 42 (ensure_symlink) COMPLETE
89822026-08-27T01:05:08.236Z[ recovery-image] Aug 27 01:05:07.027 INFO O| Aug 27 01:05:07.027 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89832026-08-27T01:05:08.240Z[ recovery-image] Aug 27 01:05:07.037 INFO O| Aug 27 01:05:07.036 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89842026-08-27T01:05:08.240Z[ recovery-image] Aug 27 01:05:07.037 INFO O| Aug 27 01:05:07.037 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-27T01:05:08.241Z[ recovery-image] Aug 27 01:05:07.037 INFO O| Aug 27 01:05:07.037 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89862026-08-27T01:05:08.241Z[ recovery-image] Aug 27 01:05:07.037 INFO O| Aug 27 01:05:07.037 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89872026-08-27T01:05:08.241Z[ recovery-image] Aug 27 01:05:07.037 INFO O| Aug 27 01:05:07.037 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-27T01:05:08.241Z[ recovery-image] Aug 27 01:05:07.037 INFO O| Aug 27 01:05:07.037 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89892026-08-27T01:05:08.241Z[ recovery-image] Aug 27 01:05:07.037 INFO O| Aug 27 01:05:07.037 INFO ok!
89902026-08-27T01:05:08.241Z[ recovery-image] Aug 27 01:05:07.037 INFO O| Aug 27 01:05:07.037 INFO STEP 43 (ensure_file) COMPLETE
89912026-08-27T01:05:08.241Z[ recovery-image] Aug 27 01:05:07.037 INFO O| Aug 27 01:05:07.037 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89922026-08-27T01:05:08.249Z[ recovery-image] Aug 27 01:05:07.047 INFO O| Aug 27 01:05:07.047 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89932026-08-27T01:05:08.249Z[ recovery-image] Aug 27 01:05:07.047 INFO O| Aug 27 01:05:07.047 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-27T01:05:08.249Z[ recovery-image] Aug 27 01:05:07.047 INFO O| Aug 27 01:05:07.047 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-27T01:05:08.253Z[ recovery-image] Aug 27 01:05:07.047 INFO O| Aug 27 01:05:07.047 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89962026-08-27T01:05:08.253Z[ recovery-image] Aug 27 01:05:07.047 INFO O| Aug 27 01:05:07.047 INFO ok!
89972026-08-27T01:05:08.253Z[ recovery-image] Aug 27 01:05:07.047 INFO O| Aug 27 01:05:07.047 INFO STEP 44 (ensure_file) COMPLETE
89982026-08-27T01:05:08.253Z[ recovery-image] Aug 27 01:05:07.047 INFO O| Aug 27 01:05:07.047 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89992026-08-27T01:05:08.260Z[ recovery-image] Aug 27 01:05:07.058 INFO O| Aug 27 01:05:07.058 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
90002026-08-27T01:05:08.260Z[ recovery-image] Aug 27 01:05:07.058 INFO O| Aug 27 01:05:07.058 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-27T01:05:08.263Z[ recovery-image] Aug 27 01:05:07.058 INFO O| Aug 27 01:05:07.058 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
90022026-08-27T01:05:08.263Z[ recovery-image] Aug 27 01:05:07.058 INFO O| Aug 27 01:05:07.058 INFO ok!
90032026-08-27T01:05:08.263Z[ recovery-image] Aug 27 01:05:07.058 INFO O| Aug 27 01:05:07.058 INFO STEP 45 (ensure_file) COMPLETE
90042026-08-27T01:05:08.263Z[ recovery-image] Aug 27 01:05:07.058 INFO O| Aug 27 01:05:07.058 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90052026-08-27T01:05:08.270Z[ recovery-image] Aug 27 01:05:07.067 INFO O| Aug 27 01:05:07.067 INFO updating shadow file
90062026-08-27T01:05:08.270Z[ recovery-image] Aug 27 01:05:07.067 INFO O| Aug 27 01:05:07.067 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90072026-08-27T01:05:08.273Z[ recovery-image] Aug 27 01:05:07.068 INFO O| Aug 27 01:05:07.067 INFO STEP 46 (shadow) COMPLETE
90082026-08-27T01:05:08.273Z[ recovery-image] Aug 27 01:05:07.068 INFO O| Aug 27 01:05:07.067 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90092026-08-27T01:05:08.281Z[ recovery-image] Aug 27 01:05:07.079 INFO O| Aug 27 01:05:07.079 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90102026-08-27T01:05:08.282Z[ recovery-image] Aug 27 01:05:07.079 INFO O| Aug 27 01:05:07.079 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-27T01:05:08.285Z[ recovery-image] Aug 27 01:05:07.079 INFO O| Aug 27 01:05:07.079 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-27T01:05:08.285Z[ recovery-image] Aug 27 01:05:07.079 INFO O| Aug 27 01:05:07.079 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90132026-08-27T01:05:08.285Z[ recovery-image] Aug 27 01:05:07.079 INFO O| Aug 27 01:05:07.079 INFO ok!
90142026-08-27T01:05:08.285Z[ recovery-image] Aug 27 01:05:07.079 INFO O| Aug 27 01:05:07.079 INFO STEP 47 (ensure_file) COMPLETE
90152026-08-27T01:05:08.285Z[ recovery-image] Aug 27 01:05:07.079 INFO O| Aug 27 01:05:07.079 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90162026-08-27T01:05:08.292Z[ recovery-image] Aug 27 01:05:07.090 INFO O| Aug 27 01:05:07.090 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90172026-08-27T01:05:08.293Z[ recovery-image] Aug 27 01:05:07.090 INFO O| Aug 27 01:05:07.090 INFO STEP 48 (ensure_dir) COMPLETE
90182026-08-27T01:05:08.293Z[ recovery-image] Aug 27 01:05:07.090 INFO O| Aug 27 01:05:07.090 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90192026-08-27T01:05:08.304Z[ recovery-image] Aug 27 01:05:07.102 INFO O| Aug 27 01:05:07.102 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90202026-08-27T01:05:08.304Z[ recovery-image] Aug 27 01:05:07.102 INFO O| Aug 27 01:05:07.102 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90212026-08-27T01:05:08.304Z[ recovery-image] Aug 27 01:05:07.102 INFO O| Aug 27 01:05:07.102 INFO STEP 49 (ensure_dir) COMPLETE
90222026-08-27T01:05:08.304Z[ recovery-image] Aug 27 01:05:07.102 INFO O| Aug 27 01:05:07.102 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90232026-08-27T01:05:08.315Z[ recovery-image] Aug 27 01:05:07.112 INFO O| Aug 27 01:05:07.112 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90242026-08-27T01:05:08.315Z[ recovery-image] Aug 27 01:05:07.112 INFO O| Aug 27 01:05:07.112 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90252026-08-27T01:05:08.315Z[ recovery-image] Aug 27 01:05:07.112 INFO O| Aug 27 01:05:07.112 INFO STEP 50 (ensure_dir) COMPLETE
90262026-08-27T01:05:08.318Z[ recovery-image] Aug 27 01:05:07.112 INFO O| Aug 27 01:05:07.112 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90272026-08-27T01:05:08.326Z[ recovery-image] Aug 27 01:05:07.124 INFO O| Aug 27 01:05:07.123 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90282026-08-27T01:05:08.326Z[ recovery-image] Aug 27 01:05:07.124 INFO O| Aug 27 01:05:07.124 INFO copying /tmp/.tmpnxx3ZX/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90292026-08-27T01:05:08.373Z[ recovery-image] Aug 27 01:05:07.171 INFO O| Aug 27 01:05:07.171 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90302026-08-27T01:05:08.373Z[ recovery-image] Aug 27 01:05:07.171 INFO O| Aug 27 01:05:07.171 INFO ok!
90312026-08-27T01:05:08.377Z[ recovery-image] Aug 27 01:05:07.171 INFO O| Aug 27 01:05:07.171 INFO STEP 51 (ensure_file) COMPLETE
90322026-08-27T01:05:08.377Z[ recovery-image] Aug 27 01:05:07.171 INFO O| Aug 27 01:05:07.171 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90332026-08-27T01:05:08.383Z[ recovery-image] Aug 27 01:05:07.181 INFO O| Aug 27 01:05:07.181 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90342026-08-27T01:05:08.383Z[ recovery-image] Aug 27 01:05:07.181 INFO O| Aug 27 01:05:07.181 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90352026-08-27T01:05:08.387Z[ recovery-image] Aug 27 01:05:07.181 INFO O| Aug 27 01:05:07.181 INFO STEP 52 (ensure_dir) COMPLETE
90362026-08-27T01:05:08.387Z[ recovery-image] Aug 27 01:05:07.181 INFO O| Aug 27 01:05:07.181 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90372026-08-27T01:05:08.435Z[ recovery-image] Aug 27 01:05:07.233 INFO O| Aug 27 01:05:07.233 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90382026-08-27T01:05:08.435Z[ recovery-image] Aug 27 01:05:07.233 INFO O| Aug 27 01:05:07.233 INFO copying /tmp/.tmpnxx3ZX/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90392026-08-27T01:05:08.439Z[ recovery-image] Aug 27 01:05:07.233 INFO O| Aug 27 01:05:07.233 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90402026-08-27T01:05:08.439Z[ recovery-image] Aug 27 01:05:07.233 INFO O| Aug 27 01:05:07.233 INFO ok!
90412026-08-27T01:05:08.439Z[ recovery-image] Aug 27 01:05:07.233 INFO O| Aug 27 01:05:07.233 INFO STEP 53 (ensure_file) COMPLETE
90422026-08-27T01:05:08.439Z[ recovery-image] Aug 27 01:05:07.233 INFO O| Aug 27 01:05:07.233 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90432026-08-27T01:05:08.446Z[ recovery-image] Aug 27 01:05:07.244 INFO O| Aug 27 01:05:07.243 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90442026-08-27T01:05:08.446Z[ recovery-image] Aug 27 01:05:07.244 INFO O| Aug 27 01:05:07.244 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90452026-08-27T01:05:08.446Z[ recovery-image] Aug 27 01:05:07.244 INFO O| Aug 27 01:05:07.244 INFO STEP 54 (ensure_dir) COMPLETE
90462026-08-27T01:05:08.446Z[ recovery-image] Aug 27 01:05:07.244 INFO O| Aug 27 01:05:07.244 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90472026-08-27T01:05:08.462Z[ recovery-image] Aug 27 01:05:07.259 INFO O| Aug 27 01:05:07.259 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90482026-08-27T01:05:08.462Z[ recovery-image] Aug 27 01:05:07.259 INFO O| Aug 27 01:05:07.259 INFO copying /tmp/.tmpnxx3ZX/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90492026-08-27T01:05:09.969Z[verify-libraries] Compiling polar-core v0.27.3
90502026-08-27T01:05:10.419Z[ recovery-image] Aug 27 01:05:09.216 INFO O| Aug 27 01:05:09.216 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90512026-08-27T01:05:10.419Z[ recovery-image] Aug 27 01:05:09.216 INFO O| Aug 27 01:05:09.216 INFO ok!
90522026-08-27T01:05:10.419Z[ recovery-image] Aug 27 01:05:09.216 INFO O| Aug 27 01:05:09.216 INFO STEP 55 (ensure_file) COMPLETE
90532026-08-27T01:05:10.422Z[ recovery-image] Aug 27 01:05:09.216 INFO O| Aug 27 01:05:09.216 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90542026-08-27T01:05:10.430Z[ recovery-image] Aug 27 01:05:09.228 INFO O| Aug 27 01:05:09.228 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90552026-08-27T01:05:10.430Z[ recovery-image] Aug 27 01:05:09.228 INFO O| Aug 27 01:05:09.228 INFO copying /tmp/.tmpnxx3ZX/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90562026-08-27T01:05:12.406Z[ recovery-image] Aug 27 01:05:11.203 INFO O| Aug 27 01:05:11.203 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90572026-08-27T01:05:12.406Z[ recovery-image] Aug 27 01:05:11.203 INFO O| Aug 27 01:05:11.203 INFO ok!
90582026-08-27T01:05:12.409Z[ recovery-image] Aug 27 01:05:11.203 INFO O| Aug 27 01:05:11.203 INFO STEP 56 (ensure_file) COMPLETE
90592026-08-27T01:05:12.409Z[ recovery-image] Aug 27 01:05:11.203 INFO O| Aug 27 01:05:11.203 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90602026-08-27T01:05:12.416Z[ recovery-image] Aug 27 01:05:11.214 INFO O| Aug 27 01:05:11.214 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90612026-08-27T01:05:12.417Z[ recovery-image] Aug 27 01:05:11.214 INFO O| Aug 27 01:05:11.214 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90622026-08-27T01:05:12.421Z[ recovery-image] Aug 27 01:05:11.214 INFO O| Aug 27 01:05:11.214 INFO STEP 57 (ensure_dir) COMPLETE
90632026-08-27T01:05:12.421Z[ recovery-image] Aug 27 01:05:11.214 INFO O| Aug 27 01:05:11.214 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90642026-08-27T01:05:12.426Z[ recovery-image] Aug 27 01:05:11.224 INFO O| Aug 27 01:05:11.224 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90652026-08-27T01:05:12.426Z[ recovery-image] Aug 27 01:05:11.224 INFO O| Aug 27 01:05:11.224 INFO copying /tmp/.tmpnxx3ZX/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 ...
90662026-08-27T01:05:12.426Z[ recovery-image] Aug 27 01:05:11.224 INFO O| Aug 27 01:05:11.224 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
90672026-08-27T01:05:12.430Z[ recovery-image] Aug 27 01:05:11.224 INFO O| Aug 27 01:05:11.224 INFO ok!
90682026-08-27T01:05:12.430Z[ recovery-image] Aug 27 01:05:11.224 INFO O| Aug 27 01:05:11.224 INFO STEP 58 (ensure_file) COMPLETE
90692026-08-27T01:05:12.430Z[ recovery-image] Aug 27 01:05:11.224 INFO O| Aug 27 01:05:11.224 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90702026-08-27T01:05:12.435Z[ recovery-image] Aug 27 01:05:11.233 INFO O| Aug 27 01:05:11.233 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90712026-08-27T01:05:12.435Z[ recovery-image] Aug 27 01:05:11.233 INFO O| Aug 27 01:05:11.233 INFO copying /tmp/.tmpnxx3ZX/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 ...
90722026-08-27T01:05:12.439Z[ recovery-image] Aug 27 01:05:11.233 INFO O| Aug 27 01:05:11.233 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
90732026-08-27T01:05:12.439Z[ recovery-image] Aug 27 01:05:11.233 INFO O| Aug 27 01:05:11.233 INFO ok!
90742026-08-27T01:05:12.439Z[ recovery-image] Aug 27 01:05:11.233 INFO O| Aug 27 01:05:11.233 INFO STEP 59 (ensure_file) COMPLETE
90752026-08-27T01:05:12.439Z[ recovery-image] Aug 27 01:05:11.233 INFO O| Aug 27 01:05:11.233 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90762026-08-27T01:05:12.444Z[ recovery-image] Aug 27 01:05:11.242 INFO O| Aug 27 01:05:11.242 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90772026-08-27T01:05:12.444Z[ recovery-image] Aug 27 01:05:11.242 INFO O| Aug 27 01:05:11.242 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90782026-08-27T01:05:12.449Z[ recovery-image] Aug 27 01:05:11.242 INFO O| Aug 27 01:05:11.242 INFO STEP 60 (ensure_dir) COMPLETE
90792026-08-27T01:05:12.449Z[ recovery-image] Aug 27 01:05:11.242 INFO O| Aug 27 01:05:11.242 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90802026-08-27T01:05:12.454Z[ recovery-image] Aug 27 01:05:11.251 INFO O| Aug 27 01:05:11.251 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90812026-08-27T01:05:12.454Z[ recovery-image] Aug 27 01:05:11.251 INFO O| Aug 27 01:05:11.251 INFO copying /tmp/.tmpnxx3ZX/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 ...
90822026-08-27T01:05:12.454Z[ recovery-image] Aug 27 01:05:11.251 INFO O| Aug 27 01:05:11.251 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90832026-08-27T01:05:12.457Z[ recovery-image] Aug 27 01:05:11.251 INFO O| Aug 27 01:05:11.251 INFO ok!
90842026-08-27T01:05:12.457Z[ recovery-image] Aug 27 01:05:11.251 INFO O| Aug 27 01:05:11.251 INFO STEP 61 (ensure_file) COMPLETE
90852026-08-27T01:05:12.457Z[ recovery-image] Aug 27 01:05:11.251 INFO O| Aug 27 01:05:11.251 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90862026-08-27T01:05:12.464Z[ recovery-image] Aug 27 01:05:11.262 INFO O| Aug 27 01:05:11.262 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90872026-08-27T01:05:12.464Z[ recovery-image] Aug 27 01:05:11.262 INFO O| Aug 27 01:05:11.262 INFO copying /tmp/.tmpnxx3ZX/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 ...
90882026-08-27T01:05:12.464Z[ recovery-image] Aug 27 01:05:11.262 INFO O| Aug 27 01:05:11.262 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
90892026-08-27T01:05:12.468Z[ recovery-image] Aug 27 01:05:11.262 INFO O| Aug 27 01:05:11.262 INFO ok!
90902026-08-27T01:05:12.468Z[ recovery-image] Aug 27 01:05:11.262 INFO O| Aug 27 01:05:11.262 INFO STEP 62 (ensure_file) COMPLETE
90912026-08-27T01:05:12.468Z[ recovery-image] Aug 27 01:05:11.262 INFO O| Aug 27 01:05:11.262 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90922026-08-27T01:05:12.473Z[ recovery-image] Aug 27 01:05:11.271 INFO O| Aug 27 01:05:11.271 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90932026-08-27T01:05:12.473Z[ recovery-image] Aug 27 01:05:11.271 INFO O| Aug 27 01:05:11.271 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90942026-08-27T01:05:12.476Z[ recovery-image] Aug 27 01:05:11.271 INFO O| Aug 27 01:05:11.271 INFO STEP 63 (ensure_dir) COMPLETE
90952026-08-27T01:05:12.476Z[ recovery-image] Aug 27 01:05:11.271 INFO O| Aug 27 01:05:11.271 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90962026-08-27T01:05:12.483Z[ recovery-image] Aug 27 01:05:11.281 INFO O| Aug 27 01:05:11.280 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90972026-08-27T01:05:12.483Z[ recovery-image] Aug 27 01:05:11.281 INFO O| Aug 27 01:05:11.281 INFO copying /tmp/.tmpnxx3ZX/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 ...
90982026-08-27T01:05:12.486Z[ recovery-image] Aug 27 01:05:11.281 INFO O| Aug 27 01:05:11.281 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90992026-08-27T01:05:12.486Z[ recovery-image] Aug 27 01:05:11.281 INFO O| Aug 27 01:05:11.281 INFO ok!
91002026-08-27T01:05:12.486Z[ recovery-image] Aug 27 01:05:11.281 INFO O| Aug 27 01:05:11.281 INFO STEP 64 (ensure_file) COMPLETE
91012026-08-27T01:05:12.486Z[ recovery-image] Aug 27 01:05:11.281 INFO O| Aug 27 01:05:11.281 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91022026-08-27T01:05:12.492Z[ recovery-image] Aug 27 01:05:11.290 INFO O| Aug 27 01:05:11.290 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
91032026-08-27T01:05:12.492Z[ recovery-image] Aug 27 01:05:11.290 INFO O| Aug 27 01:05:11.290 INFO copying /tmp/.tmpnxx3ZX/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91042026-08-27T01:05:12.497Z[ recovery-image] Aug 27 01:05:11.290 INFO O| Aug 27 01:05:11.290 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91052026-08-27T01:05:12.497Z[ recovery-image] Aug 27 01:05:11.290 INFO O| Aug 27 01:05:11.290 INFO ok!
91062026-08-27T01:05:12.497Z[ recovery-image] Aug 27 01:05:11.290 INFO O| Aug 27 01:05:11.290 INFO STEP 65 (ensure_file) COMPLETE
91072026-08-27T01:05:12.497Z[ recovery-image] Aug 27 01:05:11.290 INFO O| Aug 27 01:05:11.290 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91082026-08-27T01:05:12.503Z[ recovery-image] Aug 27 01:05:11.300 INFO O| Aug 27 01:05:11.300 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91092026-08-27T01:05:12.503Z[ recovery-image] Aug 27 01:05:11.300 INFO O| Aug 27 01:05:11.300 INFO STEP 66 (ensure_dir) COMPLETE
91102026-08-27T01:05:12.503Z[ recovery-image] Aug 27 01:05:11.300 INFO O| Aug 27 01:05:11.300 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91112026-08-27T01:05:12.512Z[ recovery-image] Aug 27 01:05:11.310 INFO O| Aug 27 01:05:11.310 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91122026-08-27T01:05:12.512Z[ recovery-image] Aug 27 01:05:11.310 INFO O| Aug 27 01:05:11.310 INFO STEP 67 (ensure_dir) COMPLETE
91132026-08-27T01:05:12.516Z[ recovery-image] Aug 27 01:05:11.310 INFO O| Aug 27 01:05:11.310 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91142026-08-27T01:05:12.524Z[ recovery-image] Aug 27 01:05:11.322 INFO O| Aug 27 01:05:11.322 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91152026-08-27T01:05:12.524Z[ recovery-image] Aug 27 01:05:11.322 INFO O| Aug 27 01:05:11.322 INFO STEP 68 (ensure_dir) COMPLETE
91162026-08-27T01:05:12.527Z[ recovery-image] Aug 27 01:05:11.322 INFO O| Aug 27 01:05:11.322 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91172026-08-27T01:05:12.535Z[ recovery-image] Aug 27 01:05:11.333 INFO O| Aug 27 01:05:11.333 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91182026-08-27T01:05:12.535Z[ recovery-image] Aug 27 01:05:11.333 INFO O| Aug 27 01:05:11.333 INFO STEP 69 (ensure_dir) COMPLETE
91192026-08-27T01:05:12.539Z[ recovery-image] Aug 27 01:05:11.333 INFO O| Aug 27 01:05:11.333 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91202026-08-27T01:05:12.546Z[ recovery-image] Aug 27 01:05:11.344 INFO O| Aug 27 01:05:11.344 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91212026-08-27T01:05:12.546Z[ recovery-image] Aug 27 01:05:11.344 INFO O| Aug 27 01:05:11.344 INFO copying /tmp/.tmpnxx3ZX/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91222026-08-27T01:05:12.549Z[ recovery-image] Aug 27 01:05:11.344 INFO O| Aug 27 01:05:11.344 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91232026-08-27T01:05:12.549Z[ recovery-image] Aug 27 01:05:11.344 INFO O| Aug 27 01:05:11.344 INFO ok!
91242026-08-27T01:05:12.549Z[ recovery-image] Aug 27 01:05:11.344 INFO O| Aug 27 01:05:11.344 INFO STEP 70 (ensure_file) COMPLETE
91252026-08-27T01:05:12.549Z[ recovery-image] Aug 27 01:05:11.344 INFO O| Aug 27 01:05:11.344 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91262026-08-27T01:05:12.556Z[ recovery-image] Aug 27 01:05:11.353 INFO O| Aug 27 01:05:11.353 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91272026-08-27T01:05:12.559Z[ recovery-image] Aug 27 01:05:11.354 INFO O| Aug 27 01:05:11.354 INFO STEP 71 (remove_files) COMPLETE
91282026-08-27T01:05:12.559Z[ recovery-image] Aug 27 01:05:11.354 INFO O| Aug 27 01:05:11.354 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91292026-08-27T01:05:12.566Z[ recovery-image] Aug 27 01:05:11.364 INFO O| Aug 27 01:05:11.364 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91302026-08-27T01:05:12.566Z[ recovery-image] Aug 27 01:05:11.364 INFO O| Aug 27 01:05:11.364 INFO STEP 72 (remove_files) COMPLETE
91312026-08-27T01:05:12.566Z[ recovery-image] Aug 27 01:05:11.364 INFO O| Aug 27 01:05:11.364 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91322026-08-27T01:05:12.577Z[ recovery-image] Aug 27 01:05:11.374 INFO O| Aug 27 01:05:11.374 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91332026-08-27T01:05:12.577Z[ recovery-image] Aug 27 01:05:11.374 INFO O| Aug 27 01:05:11.374 INFO STEP 73 (remove_files) COMPLETE
91342026-08-27T01:05:12.580Z[ recovery-image] Aug 27 01:05:11.375 INFO O| Aug 27 01:05:11.374 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91352026-08-27T01:05:12.587Z[ recovery-image] Aug 27 01:05:11.385 INFO O| Aug 27 01:05:11.385 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91362026-08-27T01:05:12.587Z[ recovery-image] Aug 27 01:05:11.385 INFO O| Aug 27 01:05:11.385 INFO STEP 74 (remove_files) COMPLETE
91372026-08-27T01:05:12.587Z[ recovery-image] Aug 27 01:05:11.385 INFO O| Aug 27 01:05:11.385 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91382026-08-27T01:05:12.598Z[ recovery-image] Aug 27 01:05:11.395 INFO O| Aug 27 01:05:11.395 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91392026-08-27T01:05:12.598Z[ recovery-image] Aug 27 01:05:11.395 INFO O| Aug 27 01:05:11.395 INFO STEP 75 (remove_files) COMPLETE
91402026-08-27T01:05:12.598Z[ recovery-image] Aug 27 01:05:11.395 INFO O| Aug 27 01:05:11.395 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91412026-08-27T01:05:12.608Z[ recovery-image] Aug 27 01:05:11.406 INFO O| Aug 27 01:05:11.406 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91422026-08-27T01:05:12.610Z[ recovery-image] Aug 27 01:05:11.406 INFO O| Aug 27 01:05:11.406 INFO STEP 76 (remove_files) COMPLETE
91432026-08-27T01:05:12.610Z[ recovery-image] Aug 27 01:05:11.406 INFO O| Aug 27 01:05:11.406 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91442026-08-27T01:05:12.620Z[ recovery-image] Aug 27 01:05:11.417 INFO O| Aug 27 01:05:11.417 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91452026-08-27T01:05:12.620Z[ recovery-image] Aug 27 01:05:11.417 INFO O| Aug 27 01:05:11.417 INFO STEP 77 (remove_files) COMPLETE
91462026-08-27T01:05:12.620Z[ recovery-image] Aug 27 01:05:11.417 INFO O| Aug 27 01:05:11.417 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91472026-08-27T01:05:12.631Z[ recovery-image] Aug 27 01:05:11.429 INFO O| Aug 27 01:05:11.429 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91482026-08-27T01:05:12.631Z[ recovery-image] Aug 27 01:05:11.429 INFO O| Aug 27 01:05:11.429 INFO STEP 78 (remove_files) COMPLETE
91492026-08-27T01:05:12.631Z[ recovery-image] Aug 27 01:05:11.429 INFO O| Aug 27 01:05:11.429 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91502026-08-27T01:05:12.642Z[ recovery-image] Aug 27 01:05:11.439 INFO O| Aug 27 01:05:11.439 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91512026-08-27T01:05:12.642Z[ recovery-image] Aug 27 01:05:11.439 INFO O| Aug 27 01:05:11.439 INFO STEP 79 (remove_files) COMPLETE
91522026-08-27T01:05:12.642Z[ recovery-image] Aug 27 01:05:11.439 INFO O| Aug 27 01:05:11.439 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91532026-08-27T01:05:12.653Z[ recovery-image] Aug 27 01:05:11.450 INFO O| Aug 27 01:05:11.450 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91542026-08-27T01:05:12.653Z[ recovery-image] Aug 27 01:05:11.450 INFO O| Aug 27 01:05:11.450 INFO STEP 80 (remove_files) COMPLETE
91552026-08-27T01:05:12.653Z[ recovery-image] Aug 27 01:05:11.450 INFO O| Aug 27 01:05:11.450 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91562026-08-27T01:05:12.662Z[ recovery-image] Aug 27 01:05:11.460 INFO O| Aug 27 01:05:11.459 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91572026-08-27T01:05:12.664Z[ recovery-image] Aug 27 01:05:11.460 INFO O| Aug 27 01:05:11.460 INFO STEP 81 (remove_files) COMPLETE
91582026-08-27T01:05:12.664Z[ recovery-image] Aug 27 01:05:11.460 INFO O| Aug 27 01:05:11.460 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91592026-08-27T01:05:12.673Z[ recovery-image] Aug 27 01:05:11.470 INFO O| Aug 27 01:05:11.470 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91602026-08-27T01:05:12.673Z[ recovery-image] Aug 27 01:05:11.470 INFO O| Aug 27 01:05:11.470 INFO STEP 82 (remove_files) COMPLETE
91612026-08-27T01:05:12.673Z[ recovery-image] Aug 27 01:05:11.470 INFO O| Aug 27 01:05:11.470 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91622026-08-27T01:05:12.685Z[ recovery-image] Aug 27 01:05:11.482 INFO O| Aug 27 01:05:11.482 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91632026-08-27T01:05:12.685Z[ recovery-image] Aug 27 01:05:11.482 INFO O| Aug 27 01:05:11.482 INFO STEP 83 (remove_files) COMPLETE
91642026-08-27T01:05:12.685Z[ recovery-image] Aug 27 01:05:11.482 INFO O| Aug 27 01:05:11.482 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91652026-08-27T01:05:12.695Z[ recovery-image] Aug 27 01:05:11.493 INFO O| Aug 27 01:05:11.493 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91662026-08-27T01:05:12.695Z[ recovery-image] Aug 27 01:05:11.493 INFO O| Aug 27 01:05:11.493 INFO STEP 84 (remove_files) COMPLETE
91672026-08-27T01:05:12.699Z[ recovery-image] Aug 27 01:05:11.493 INFO O| Aug 27 01:05:11.493 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91682026-08-27T01:05:12.705Z[ recovery-image] Aug 27 01:05:11.503 INFO O| Aug 27 01:05:11.503 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91692026-08-27T01:05:12.705Z[ recovery-image] Aug 27 01:05:11.503 INFO O| Aug 27 01:05:11.503 INFO STEP 85 (remove_files) COMPLETE
91702026-08-27T01:05:12.705Z[ recovery-image] Aug 27 01:05:11.503 INFO O| Aug 27 01:05:11.503 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91712026-08-27T01:05:12.714Z[ recovery-image] Aug 27 01:05:11.512 INFO O| Aug 27 01:05:11.512 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91722026-08-27T01:05:12.715Z[ recovery-image] Aug 27 01:05:11.512 INFO O| Aug 27 01:05:11.512 INFO STEP 86 (remove_files) COMPLETE
91732026-08-27T01:05:12.715Z[ recovery-image] Aug 27 01:05:11.512 INFO O| Aug 27 01:05:11.512 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91742026-08-27T01:05:12.725Z[ recovery-image] Aug 27 01:05:11.523 INFO O| Aug 27 01:05:11.523 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91752026-08-27T01:05:12.725Z[ recovery-image] Aug 27 01:05:11.523 INFO O| Aug 27 01:05:11.523 INFO STEP 87 (remove_files) COMPLETE
91762026-08-27T01:05:12.725Z[ recovery-image] Aug 27 01:05:11.523 INFO O| Aug 27 01:05:11.523 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91772026-08-27T01:05:12.736Z[ recovery-image] Aug 27 01:05:11.533 INFO O| Aug 27 01:05:11.533 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91782026-08-27T01:05:12.736Z[ recovery-image] Aug 27 01:05:11.533 INFO O| Aug 27 01:05:11.533 INFO STEP 88 (remove_files) COMPLETE
91792026-08-27T01:05:12.736Z[ recovery-image] Aug 27 01:05:11.533 INFO O| Aug 27 01:05:11.533 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91802026-08-27T01:05:12.745Z[ recovery-image] Aug 27 01:05:11.543 INFO O| Aug 27 01:05:11.543 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91812026-08-27T01:05:12.745Z[ recovery-image] Aug 27 01:05:11.543 INFO O| Aug 27 01:05:11.543 INFO STEP 89 (remove_files) COMPLETE
91822026-08-27T01:05:12.745Z[ recovery-image] Aug 27 01:05:11.543 INFO O| Aug 27 01:05:11.543 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91832026-08-27T01:05:12.755Z[ recovery-image] Aug 27 01:05:11.552 INFO O| Aug 27 01:05:11.552 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91842026-08-27T01:05:12.755Z[ recovery-image] Aug 27 01:05:11.552 INFO O| Aug 27 01:05:11.552 INFO STEP 90 (remove_files) COMPLETE
91852026-08-27T01:05:12.755Z[ recovery-image] Aug 27 01:05:11.552 INFO O| Aug 27 01:05:11.552 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91862026-08-27T01:05:12.764Z[ recovery-image] Aug 27 01:05:11.562 INFO O| Aug 27 01:05:11.562 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91872026-08-27T01:05:12.764Z[ recovery-image] Aug 27 01:05:11.562 INFO O| Aug 27 01:05:11.562 INFO STEP 91 (remove_files) COMPLETE
91882026-08-27T01:05:12.764Z[ recovery-image] Aug 27 01:05:11.562 INFO O| Aug 27 01:05:11.562 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91892026-08-27T01:05:12.796Z[ recovery-image] Aug 27 01:05:11.594 INFO O| Aug 27 01:05:11.594 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91902026-08-27T01:05:12.796Z[ recovery-image] Aug 27 01:05:11.594 INFO O| Aug 27 01:05:11.594 INFO STEP 92 (remove_files) COMPLETE
91912026-08-27T01:05:12.796Z[ recovery-image] Aug 27 01:05:11.594 INFO O| Aug 27 01:05:11.594 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91922026-08-27T01:05:12.806Z[ recovery-image] Aug 27 01:05:11.604 INFO O| Aug 27 01:05:11.604 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91932026-08-27T01:05:12.806Z[ recovery-image] Aug 27 01:05:11.604 INFO O| Aug 27 01:05:11.604 INFO STEP 93 (remove_files) COMPLETE
91942026-08-27T01:05:12.806Z[ recovery-image] Aug 27 01:05:11.604 INFO O| Aug 27 01:05:11.604 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91952026-08-27T01:05:12.817Z[ recovery-image] Aug 27 01:05:11.614 INFO O| Aug 27 01:05:11.614 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91962026-08-27T01:05:12.817Z[ recovery-image] Aug 27 01:05:11.614 INFO O| Aug 27 01:05:11.614 INFO STEP 94 (remove_files) COMPLETE
91972026-08-27T01:05:12.817Z[ recovery-image] Aug 27 01:05:11.615 INFO O| Aug 27 01:05:11.614 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91982026-08-27T01:05:12.827Z[ recovery-image] Aug 27 01:05:11.624 INFO O| Aug 27 01:05:11.624 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91992026-08-27T01:05:12.827Z[ recovery-image] Aug 27 01:05:11.625 INFO O| Aug 27 01:05:11.625 INFO STEP 95 (remove_files) COMPLETE
92002026-08-27T01:05:12.831Z[ recovery-image] Aug 27 01:05:11.625 INFO O| Aug 27 01:05:11.625 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92012026-08-27T01:05:12.837Z[ recovery-image] Aug 27 01:05:11.635 INFO O| Aug 27 01:05:11.635 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92022026-08-27T01:05:12.837Z[ recovery-image] Aug 27 01:05:11.635 INFO O| Aug 27 01:05:11.635 INFO STEP 96 (remove_files) COMPLETE
92032026-08-27T01:05:12.840Z[ recovery-image] Aug 27 01:05:11.635 INFO O| Aug 27 01:05:11.635 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92042026-08-27T01:05:12.847Z[ recovery-image] Aug 27 01:05:11.645 INFO O| Aug 27 01:05:11.645 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92052026-08-27T01:05:12.848Z[ recovery-image] Aug 27 01:05:11.645 INFO O| Aug 27 01:05:11.645 INFO STEP 97 (remove_files) COMPLETE
92062026-08-27T01:05:12.851Z[ recovery-image] Aug 27 01:05:11.645 INFO O| Aug 27 01:05:11.645 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92072026-08-27T01:05:12.858Z[ recovery-image] Aug 27 01:05:11.655 INFO O| Aug 27 01:05:11.655 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92082026-08-27T01:05:12.858Z[ recovery-image] Aug 27 01:05:11.655 INFO O| Aug 27 01:05:11.655 INFO STEP 98 (remove_files) COMPLETE
92092026-08-27T01:05:12.861Z[ recovery-image] Aug 27 01:05:11.655 INFO O| Aug 27 01:05:11.655 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92102026-08-27T01:05:12.868Z[ recovery-image] Aug 27 01:05:11.666 INFO O| Aug 27 01:05:11.666 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92112026-08-27T01:05:12.868Z[ recovery-image] Aug 27 01:05:11.666 INFO O| Aug 27 01:05:11.666 INFO STEP 99 (remove_files) COMPLETE
92122026-08-27T01:05:12.871Z[ recovery-image] Aug 27 01:05:11.666 INFO O| Aug 27 01:05:11.666 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92132026-08-27T01:05:12.883Z[ recovery-image] Aug 27 01:05:11.681 INFO O| Aug 27 01:05:11.681 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92142026-08-27T01:05:12.883Z[ recovery-image] Aug 27 01:05:11.681 INFO O| Aug 27 01:05:11.681 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "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"}
92152026-08-27T01:05:18.106Z[verify-libraries] Compiling oso v0.27.3
92162026-08-27T01:05:19.658Z[ recovery-image] Aug 27 01:05:18.456 INFO O| Aug 27 01:05:18.456 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
92172026-08-27T01:05:19.673Z[ recovery-image] Aug 27 01:05:18.466 INFO O| Aug 27 01:05:18.466 INFO E| svccfg: Loaded 69 smf(7) service descriptions
92182026-08-27T01:05:19.676Z[ recovery-image] Aug 27 01:05:18.471 INFO O| Aug 27 01:05:18.471 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
92192026-08-27T01:05:19.772Z[ recovery-image] Aug 27 01:05:18.569 INFO O| Aug 27 01:05:18.569 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92202026-08-27T01:05:19.829Z[ recovery-image] Aug 27 01:05:18.627 INFO O| Aug 27 01:05:18.627 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_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92212026-08-27T01:05:19.926Z[ recovery-image] Aug 27 01:05:18.721 INFO O| Aug 27 01:05:18.721 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92222026-08-27T01:05:19.926Z[ recovery-image] Aug 27 01:05:18.721 INFO O| Aug 27 01:05:18.721 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 ...
92232026-08-27T01:05:19.932Z[ recovery-image] Aug 27 01:05:18.723 INFO O| Aug 27 01:05:18.723 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92242026-08-27T01:05:19.932Z[ recovery-image] Aug 27 01:05:18.723 INFO O| Aug 27 01:05:18.723 INFO ok!
92252026-08-27T01:05:19.932Z[ recovery-image] Aug 27 01:05:18.723 INFO O| Aug 27 01:05:18.723 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92262026-08-27T01:05:19.932Z[ recovery-image] Aug 27 01:05:18.723 INFO O| Aug 27 01:05:18.723 INFO STEP 100 (seed_smf) COMPLETE
92272026-08-27T01:05:19.932Z[ recovery-image] Aug 27 01:05:18.723 INFO O| Aug 27 01:05:18.723 INFO steps complete; finalising image!
92282026-08-27T01:05:19.932Z[ recovery-image] Aug 27 01:05:18.723 INFO O| Aug 27 01:05:18.723 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92292026-08-27T01:05:19.994Z[ recovery-image] Aug 27 01:05:18.791 INFO O| Aug 27 01:05:18.791 INFO trim TEMPORARY-sled-zfs-recovery: (5% trimmed, started at Thu Aug 27 01:05:18 2026)
92302026-08-27T01:05:20.201Z[ recovery-image] Aug 27 01:05:18.998 INFO O| Aug 27 01:05:18.998 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Thu Aug 27 01:05:18 2026)
92312026-08-27T01:05:20.429Z[ recovery-image] Aug 27 01:05:19.206 INFO O| Aug 27 01:05:19.205 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 27 01:05:18 2026)
92322026-08-27T01:05:20.623Z[ recovery-image] Aug 27 01:05:19.411 INFO O| Aug 27 01:05:19.411 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 27 01:05:18 2026)
92332026-08-27T01:05:20.821Z[ recovery-image] Aug 27 01:05:19.617 INFO O| Aug 27 01:05:19.617 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 27 01:05:18 2026)
92342026-08-27T01:05:21.026Z[ recovery-image] Aug 27 01:05:19.824 INFO O| Aug 27 01:05:19.824 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 27 01:05:18 2026)
92352026-08-27T01:05:21.233Z[ recovery-image] Aug 27 01:05:20.030 INFO O| Aug 27 01:05:20.030 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 27 01:05:18 2026)
92362026-08-27T01:05:21.441Z[ recovery-image] Aug 27 01:05:20.238 INFO O| Aug 27 01:05:20.238 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 27 01:05:18 2026)
92372026-08-27T01:05:21.646Z[ recovery-image] Aug 27 01:05:20.444 INFO O| Aug 27 01:05:20.444 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 27 01:05:18 2026)
92382026-08-27T01:05:21.853Z[ recovery-image] Aug 27 01:05:20.650 INFO O| Aug 27 01:05:20.650 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 27 01:05:18 2026)
92392026-08-27T01:05:22.060Z[ recovery-image] Aug 27 01:05:20.856 INFO O| Aug 27 01:05:20.856 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 27 01:05:18 2026)
92402026-08-27T01:05:22.265Z[ recovery-image] Aug 27 01:05:21.062 INFO O| Aug 27 01:05:21.062 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 27 01:05:18 2026)
92412026-08-27T01:05:22.471Z[ recovery-image] Aug 27 01:05:21.268 INFO O| Aug 27 01:05:21.268 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 27 01:05:18 2026)
92422026-08-27T01:05:22.677Z[ recovery-image] Aug 27 01:05:21.474 INFO O| Aug 27 01:05:21.474 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 27 01:05:18 2026)
92432026-08-27T01:05:22.883Z[ recovery-image] Aug 27 01:05:21.680 INFO O| Aug 27 01:05:21.680 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 27 01:05:18 2026)
92442026-08-27T01:05:23.088Z[ recovery-image] Aug 27 01:05:21.886 INFO O| Aug 27 01:05:21.886 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 27 01:05:18 2026)
92452026-08-27T01:05:23.295Z[ recovery-image] Aug 27 01:05:22.092 INFO O| Aug 27 01:05:22.092 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 27 01:05:18 2026)
92462026-08-27T01:05:23.501Z[ recovery-image] Aug 27 01:05:22.298 INFO O| Aug 27 01:05:22.298 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 27 01:05:18 2026)
92472026-08-27T01:05:23.706Z[ recovery-image] Aug 27 01:05:22.504 INFO O| Aug 27 01:05:22.504 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 27 01:05:18 2026)
92482026-08-27T01:05:23.913Z[ recovery-image] Aug 27 01:05:22.710 INFO O| Aug 27 01:05:22.710 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 27 01:05:18 2026)
92492026-08-27T01:05:24.119Z[ recovery-image] Aug 27 01:05:22.916 INFO O| Aug 27 01:05:22.916 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 27 01:05:18 2026)
92502026-08-27T01:05:24.324Z[ recovery-image] Aug 27 01:05:23.121 INFO O| Aug 27 01:05:23.121 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 27 01:05:18 2026)
92512026-08-27T01:05:24.530Z[ recovery-image] Aug 27 01:05:23.327 INFO O| Aug 27 01:05:23.327 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 27 01:05:18 2026)
92522026-08-27T01:05:24.735Z[ recovery-image] Aug 27 01:05:23.533 INFO O| Aug 27 01:05:23.533 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 27 01:05:18 2026)
92532026-08-27T01:05:24.941Z[ recovery-image] Aug 27 01:05:23.738 INFO O| Aug 27 01:05:23.738 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 27 01:05:18 2026)
92542026-08-27T01:05:25.147Z[ recovery-image] Aug 27 01:05:23.944 INFO O| Aug 27 01:05:23.944 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 27 01:05:18 2026)
92552026-08-27T01:05:25.352Z[ recovery-image] Aug 27 01:05:24.149 INFO O| Aug 27 01:05:24.149 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 27 01:05:18 2026)
92562026-08-27T01:05:25.558Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
92572026-08-27T01:05:25.573Z[ recovery-image] Aug 27 01:05:24.370 INFO O| Aug 27 01:05:24.370 INFO temporary pool has 496M used, 1.27G avail, 1.00x compressratio
92582026-08-27T01:05:25.573Z[ recovery-image] Aug 27 01:05:24.371 INFO O| Aug 27 01:05:24.370 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
92592026-08-27T01:05:25.615Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
92602026-08-27T01:05:26.375Z[ recovery-image] Aug 27 01:05:25.171 INFO O| Aug 27 01:05:25.171 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
92612026-08-27T01:05:26.375Z[ recovery-image] Aug 27 01:05:25.172 INFO O| Aug 27 01:05:25.171 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
92622026-08-27T01:05:26.574Z[ host-image] Aug 27 01:05:25.371 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24216:20260824T215529Z
92632026-08-27T01:05:26.574Z[ host-image] Aug 27 01:05:25.371 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24216:20260824T215529Z
92642026-08-27T01:05:26.578Z[ host-image] Aug 27 01:05:25.371 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92652026-08-27T01:05:26.578Z[ host-image] Aug 27 01:05:25.371 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92662026-08-27T01:05:26.578Z[ host-image] Aug 27 01:05:25.371 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92672026-08-27T01:05:26.578Z[ host-image] Aug 27 01:05:25.371 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92682026-08-27T01:05:26.578Z[ host-image] Aug 27 01:05:25.371 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92692026-08-27T01:05:26.578Z[ host-image] Aug 27 01:05:25.371 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92702026-08-27T01:05:26.579Z[ host-image] Aug 27 01:05:25.372 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260827T005207Z
92712026-08-27T01:05:26.579Z[ host-image] Aug 27 01:05:25.372 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92722026-08-27T01:05:26.580Z[ host-image] Aug 27 01:05:25.372 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92732026-08-27T01:05:26.580Z[ host-image] Aug 27 01:05:25.372 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24216:20260824T215530Z
92742026-08-27T01:05:26.580Z[ host-image] Aug 27 01:05:25.373 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24216:20260824T215530Z
92752026-08-27T01:05:26.580Z[ host-image] Aug 27 01:05:25.373 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24216:20260824T215530Z
92762026-08-27T01:05:26.580Z[ host-image] Aug 27 01:05:25.373 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24216:20260824T215530Z
92772026-08-27T01:05:26.580Z[ host-image] Aug 27 01:05:25.373 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92782026-08-27T01:05:26.580Z[ host-image] Aug 27 01:05:25.373 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24216:20260824T215530Z
92792026-08-27T01:05:26.580Z[ host-image] Aug 27 01:05:25.373 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24216:20260824T215530Z
92802026-08-27T01:05:26.580Z[ host-image] Aug 27 01:05:25.373 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24216:20260824T215530Z
92812026-08-27T01:05:26.580Z[ host-image] Aug 27 01:05:25.373 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24216:20260824T215530Z
92822026-08-27T01:05:26.580Z[ host-image] Aug 27 01:05:25.373 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24216:20260824T215531Z
92832026-08-27T01:05:26.580Z[ host-image] Aug 27 01:05:25.373 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24216:20260824T215531Z
92842026-08-27T01:05:26.580Z[ host-image] Aug 27 01:05:25.374 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24216:20260824T215531Z
92852026-08-27T01:05:26.580Z[ host-image] Aug 27 01:05:25.374 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24216:20260824T215531Z
92862026-08-27T01:05:26.580Z[ host-image] Aug 27 01:05:25.374 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24216:20260824T215531Z
92872026-08-27T01:05:26.580Z[ host-image] Aug 27 01:05:25.374 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24216:20260824T215531Z
92882026-08-27T01:05:26.584Z[ host-image] Aug 27 01:05:25.374 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24216:20260824T215532Z
92892026-08-27T01:05:26.584Z[ host-image] Aug 27 01:05:25.374 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24216:20260824T215532Z
92902026-08-27T01:05:26.584Z[ host-image] Aug 27 01:05:25.374 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24216:20260824T215532Z
92912026-08-27T01:05:26.584Z[ host-image] Aug 27 01:05:25.374 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24216:20260824T215533Z
92922026-08-27T01:05:26.584Z[ host-image] Aug 27 01:05:25.374 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24216:20260824T215533Z
92932026-08-27T01:05:26.584Z[ host-image] Aug 27 01:05:25.374 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z
92942026-08-27T01:05:26.584Z[ host-image] Aug 27 01:05:25.374 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24216:20260824T215534Z
92952026-08-27T01:05:26.584Z[ host-image] Aug 27 01:05:25.374 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24216:20260824T215535Z
92962026-08-27T01:05:26.585Z[ host-image] Aug 27 01:05:25.374 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24216:20260824T215535Z
92972026-08-27T01:05:26.585Z[ host-image] Aug 27 01:05:25.374 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24216:20260824T215535Z
92982026-08-27T01:05:26.585Z[ host-image] Aug 27 01:05:25.374 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24216:20260824T215535Z
92992026-08-27T01:05:26.585Z[ host-image] Aug 27 01:05:25.374 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24216:20260824T215536Z
93002026-08-27T01:05:26.585Z[ host-image] Aug 27 01:05:25.374 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24216:20260824T215536Z
93012026-08-27T01:05:26.585Z[ host-image] Aug 27 01:05:25.377 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
93022026-08-27T01:05:26.585Z[ host-image] Aug 27 01:05:25.377 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24216:20260824T215536Z
93032026-08-27T01:05:26.585Z[ host-image] Aug 27 01:05:25.377 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
93042026-08-27T01:05:26.585Z[ host-image] Aug 27 01:05:25.378 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
93052026-08-27T01:05:26.586Z[ host-image] Aug 27 01:05:25.378 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
93062026-08-27T01:05:26.586Z[ host-image] Aug 27 01:05:25.378 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
93072026-08-27T01:05:26.586Z[ host-image] Aug 27 01:05:25.378 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24216:20260824T215536Z
93082026-08-27T01:05:26.586Z[ host-image] Aug 27 01:05:25.378 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
93092026-08-27T01:05:26.586Z[ host-image] Aug 27 01:05:25.378 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
93102026-08-27T01:05:26.586Z[ host-image] Aug 27 01:05:25.378 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
93112026-08-27T01:05:26.586Z[ host-image] Aug 27 01:05:25.378 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
93122026-08-27T01:05:26.590Z[ host-image] Aug 27 01:05:25.382 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
93132026-08-27T01:05:26.590Z[ host-image] Aug 27 01:05:25.382 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
93142026-08-27T01:05:26.590Z[ host-image] Aug 27 01:05:25.382 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
93152026-08-27T01:05:26.590Z[ host-image] Aug 27 01:05:25.382 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93162026-08-27T01:05:26.590Z[ host-image] Aug 27 01:05:25.382 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93172026-08-27T01:05:26.590Z[ host-image] Aug 27 01:05:25.382 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93182026-08-27T01:05:26.597Z[ host-image] Aug 27 01:05:25.394 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
93192026-08-27T01:05:26.597Z[ host-image] Aug 27 01:05:25.395 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93202026-08-27T01:05:26.601Z[ host-image] Aug 27 01:05:25.395 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93212026-08-27T01:05:26.601Z[ host-image] Aug 27 01:05:25.395 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24216:20260824T215537Z
93222026-08-27T01:05:26.601Z[ host-image] Aug 27 01:05:25.395 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24216:20260824T215539Z
93232026-08-27T01:05:26.601Z[ host-image] Aug 27 01:05:25.395 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93242026-08-27T01:05:26.601Z[ host-image] Aug 27 01:05:25.395 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24216:20260824T215540Z
93252026-08-27T01:05:26.601Z[ host-image] Aug 27 01:05:25.395 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93262026-08-27T01:05:26.601Z[ host-image] Aug 27 01:05:25.395 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93272026-08-27T01:05:26.601Z[ host-image] Aug 27 01:05:25.395 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93282026-08-27T01:05:26.601Z[ host-image] Aug 27 01:05:25.395 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93292026-08-27T01:05:26.601Z[ host-image] Aug 27 01:05:25.395 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24216:20260824T215540Z
93302026-08-27T01:05:26.601Z[ host-image] Aug 27 01:05:25.395 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93312026-08-27T01:05:26.601Z[ host-image] Aug 27 01:05:25.396 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93322026-08-27T01:05:26.601Z[ host-image] Aug 27 01:05:25.396 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93332026-08-27T01:05:26.601Z[ host-image] Aug 27 01:05:25.396 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93342026-08-27T01:05:26.601Z[ host-image] Aug 27 01:05:25.396 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24216:20260824T215540Z
93352026-08-27T01:05:26.601Z[ host-image] Aug 27 01:05:25.396 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93362026-08-27T01:05:26.606Z[ host-image] Aug 27 01:05:25.400 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93372026-08-27T01:05:26.606Z[ host-image] Aug 27 01:05:25.401 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24216:20260824T215540Z
93382026-08-27T01:05:26.606Z[ host-image] Aug 27 01:05:25.401 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24216:20260824T215540Z
93392026-08-27T01:05:26.606Z[ host-image] Aug 27 01:05:25.401 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24216:20260824T215540Z
93402026-08-27T01:05:26.606Z[ host-image] Aug 27 01:05:25.401 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93412026-08-27T01:05:26.606Z[ host-image] Aug 27 01:05:25.401 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24216:20260824T215541Z
93422026-08-27T01:05:26.606Z[ host-image] Aug 27 01:05:25.402 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24216:20260824T215541Z
93432026-08-27T01:05:26.606Z[ host-image] Aug 27 01:05:25.402 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24216:20260824T215541Z
93442026-08-27T01:05:26.606Z[ host-image] Aug 27 01:05:25.402 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24216:20260824T215541Z
93452026-08-27T01:05:26.606Z[ host-image] Aug 27 01:05:25.403 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93462026-08-27T01:05:26.606Z[ host-image] Aug 27 01:05:25.403 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24216:20260824T215541Z
93472026-08-27T01:05:26.606Z[ host-image] Aug 27 01:05:25.403 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24216:20260824T215542Z
93482026-08-27T01:05:26.606Z[ host-image] Aug 27 01:05:25.403 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93492026-08-27T01:05:26.606Z[ host-image] Aug 27 01:05:25.403 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24216:20260824T215542Z
93502026-08-27T01:05:26.606Z[ host-image] Aug 27 01:05:25.403 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24216:20260824T215542Z
93512026-08-27T01:05:26.606Z[ host-image] Aug 27 01:05:25.403 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24216:20260824T215542Z
93522026-08-27T01:05:26.609Z[ host-image] Aug 27 01:05:25.403 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24216:20260824T215542Z
93532026-08-27T01:05:26.609Z[ host-image] Aug 27 01:05:25.406 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24216:20260824T215542Z
93542026-08-27T01:05:26.609Z[ host-image] Aug 27 01:05:25.406 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93552026-08-27T01:05:26.609Z[ host-image] Aug 27 01:05:25.406 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24216:20260824T215542Z
93562026-08-27T01:05:26.609Z[ host-image] Aug 27 01:05:25.406 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24216:20260824T215542Z
93572026-08-27T01:05:26.609Z[ host-image] Aug 27 01:05:25.407 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24216:20260824T215542Z
93582026-08-27T01:05:26.609Z[ host-image] Aug 27 01:05:25.407 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24216:20260824T215542Z
93592026-08-27T01:05:26.609Z[ host-image] Aug 27 01:05:25.407 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24216:20260824T215543Z
93602026-08-27T01:05:26.609Z[ host-image] Aug 27 01:05:25.407 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24216:20260824T215543Z
93612026-08-27T01:05:26.609Z[ host-image] Aug 27 01:05:25.407 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24216:20260824T215543Z
93622026-08-27T01:05:26.613Z[ host-image] Aug 27 01:05:25.407 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24216:20260824T215543Z
93632026-08-27T01:05:26.613Z[ host-image] Aug 27 01:05:25.410 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24216:20260824T215544Z
93642026-08-27T01:05:26.613Z[ host-image] Aug 27 01:05:25.410 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24216:20260824T215543Z
93652026-08-27T01:05:26.613Z[ host-image] Aug 27 01:05:25.410 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24216:20260824T215543Z
93662026-08-27T01:05:26.613Z[ host-image] Aug 27 01:05:25.410 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24216:20260824T215543Z
93672026-08-27T01:05:26.613Z[ host-image] Aug 27 01:05:25.410 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24216:20260824T215544Z
93682026-08-27T01:05:26.619Z[ host-image] Aug 27 01:05:25.416 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24216:20260824T215545Z
93692026-08-27T01:05:26.619Z[ host-image] Aug 27 01:05:25.416 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24216:20260824T215544Z
93702026-08-27T01:05:26.622Z[ host-image] Aug 27 01:05:25.416 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24216:20260824T215544Z
93712026-08-27T01:05:26.622Z[ host-image] Aug 27 01:05:25.417 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93722026-08-27T01:05:26.622Z[ host-image] Aug 27 01:05:25.417 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93732026-08-27T01:05:26.628Z[ host-image] Aug 27 01:05:25.425 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24216:20260824T215544Z
93742026-08-27T01:05:26.628Z[ host-image] Aug 27 01:05:25.425 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93752026-08-27T01:05:26.628Z[ host-image] Aug 27 01:05:25.425 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24216:20260824T215544Z
93762026-08-27T01:05:26.631Z[ host-image] Aug 27 01:05:25.425 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24216:20260824T215544Z
93772026-08-27T01:05:26.631Z[ host-image] Aug 27 01:05:25.426 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24216:20260824T215544Z
93782026-08-27T01:05:26.631Z[ host-image] Aug 27 01:05:25.426 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93792026-08-27T01:05:26.631Z[ host-image] Aug 27 01:05:25.426 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93802026-08-27T01:05:26.631Z[ host-image] Aug 27 01:05:25.426 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24216:20260824T215545Z
93812026-08-27T01:05:26.631Z[ host-image] Aug 27 01:05:25.426 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24216:20260824T215544Z
93822026-08-27T01:05:26.631Z[ host-image] Aug 27 01:05:25.426 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24216:20260824T215544Z
93832026-08-27T01:05:26.631Z[ host-image] Aug 27 01:05:25.426 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24216:20260824T215545Z
93842026-08-27T01:05:26.631Z[ host-image] Aug 27 01:05:25.426 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24216:20260824T215545Z
93852026-08-27T01:05:26.631Z[ host-image] Aug 27 01:05:25.426 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24216:20260824T215545Z
93862026-08-27T01:05:26.631Z[ host-image] Aug 27 01:05:25.427 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93872026-08-27T01:05:26.631Z[ host-image] Aug 27 01:05:25.427 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24216:20260824T215545Z
93882026-08-27T01:05:26.631Z[ host-image] Aug 27 01:05:25.428 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24216:20260824T215545Z
93892026-08-27T01:05:26.631Z[ host-image] Aug 27 01:05:25.428 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24216:20260824T215545Z
93902026-08-27T01:05:26.631Z[ host-image] Aug 27 01:05:25.428 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24216:20260824T215546Z
93912026-08-27T01:05:26.631Z[ host-image] Aug 27 01:05:25.428 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24216:20260824T215546Z
93922026-08-27T01:05:26.631Z[ host-image] Aug 27 01:05:25.428 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24216:20260824T215546Z
93932026-08-27T01:05:26.631Z[ host-image] Aug 27 01:05:25.428 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93942026-08-27T01:05:26.631Z[ host-image] Aug 27 01:05:25.428 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93952026-08-27T01:05:26.631Z[ host-image] Aug 27 01:05:25.428 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24216:20260824T215547Z
93962026-08-27T01:05:26.631Z[ host-image] Aug 27 01:05:25.428 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24216:20260824T215547Z
93972026-08-27T01:05:26.631Z[ host-image] Aug 27 01:05:25.428 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93982026-08-27T01:05:26.631Z[ host-image] Aug 27 01:05:25.428 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93992026-08-27T01:05:26.632Z[ host-image] Aug 27 01:05:25.428 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
94002026-08-27T01:05:26.632Z[ host-image] Aug 27 01:05:25.428 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
94012026-08-27T01:05:26.635Z[ host-image] Aug 27 01:05:25.428 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
94022026-08-27T01:05:26.635Z[ host-image] Aug 27 01:05:25.429 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
94032026-08-27T01:05:26.635Z[ host-image] Aug 27 01:05:25.429 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
94042026-08-27T01:05:26.635Z[ host-image] Aug 27 01:05:25.429 INFO O| tempdir @ "/tmp/.tmpyNrfF0/tmp"
94052026-08-27T01:05:26.635Z[ host-image] Aug 27 01:05:25.429 INFO O| image root @ "/tmp/.tmpyNrfF0/tmp/root"
94062026-08-27T01:05:26.635Z[ host-image] Aug 27 01:05:25.429 INFO O| creating image...
94072026-08-27T01:05:28.852Z[ host-image] Aug 27 01:05:27.649 INFO O| copying publishers...
94082026-08-27T01:05:29.001Z[ recovery-image] Aug 27 01:05:27.798 INFO O| Aug 27 01:05:27.797 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
94092026-08-27T01:05:29.001Z[ recovery-image] Aug 27 01:05:27.798 INFO O| Aug 27 01:05:27.798 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
94102026-08-27T01:05:29.001Z[ recovery-image] Aug 27 01:05:27.798 INFO O| Aug 27 01:05:27.798 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
94112026-08-27T01:05:29.005Z[ recovery-image] Aug 27 01:05:27.798 INFO O| Aug 27 01:05:27.798 INFO completed processing sled/zfs-recovery
94122026-08-27T01:05:29.005Z[ recovery-image] Aug 27 01:05:27.798 INFO O| Aug 27 01:05:27.798 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
94132026-08-27T01:05:29.439Z[ recovery-image] Aug 27 01:05:28.236 INFO O| Aug 27 01:05:28.236 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
94142026-08-27T01:05:29.614Z[ recovery-image] Aug 27 01:05:28.411 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n"
94152026-08-27T01:05:29.614Z[ recovery-image] Aug 27 01:05:28.411 INFO expanded image name: "recovery 19000f3/${os_short_commit} 2026-08-27 00:52" -> "recovery 19000f3/bbd33bf 2026-08-27 00:52"
94162026-08-27T01:05:29.614Z[ recovery-image] Aug 27 01:05:28.411 INFO output artefacts stored in: "/work/os-recovery"
94172026-08-27T01:05:29.618Z[ recovery-image] Aug 27 01:05:28.411 INFO collecting git info from project "bootserver"...
94182026-08-27T01:05:29.621Z[ recovery-image] Aug 27 01:05:28.419 INFO collecting git info from project "pinprick"...
94192026-08-27T01:05:29.628Z[ recovery-image] Aug 27 01:05:28.425 INFO collecting git info from project "image-builder"...
94202026-08-27T01:05:29.635Z[ recovery-image] Aug 27 01:05:28.432 INFO collecting git info from project "dmar-report"...
94212026-08-27T01:05:29.646Z[ recovery-image] Aug 27 01:05:28.444 INFO collecting git info from project "amd-firmware"...
94222026-08-27T01:05:30.023Z[ recovery-image] Aug 27 01:05:28.820 INFO collecting git info from project "phbl"...
94232026-08-27T01:05:30.052Z[ recovery-image] Aug 27 01:05:28.850 INFO collecting git info from project "chelsio-t6-roms"...
94242026-08-27T01:05:30.073Z[ recovery-image] Aug 27 01:05:28.870 INFO collecting git info from project "pilot"...
94252026-08-27T01:05:30.083Z[ recovery-image] Aug 27 01:05:28.880 INFO collecting git info from project "amd-host-image-builder"...
94262026-08-27T01:05:30.159Z[ recovery-image] Aug 27 01:05:28.956 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94272026-08-27T01:05:30.922Z[ recovery-image] Aug 27 01:05:29.719 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94282026-08-27T01:05:31.369Z[ recovery-image] Aug 27 01:05:30.163 INFO creating Oxide boot image...
94292026-08-27T01:05:31.369Z[ recovery-image] Aug 27 01:05:30.163 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 19000f3/bbd33bf 2026-08-27 00:52", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
94302026-08-27T01:05:32.400Z[ host-image] Aug 27 01:05:31.182 INFO O| adding properties...
94312026-08-27T01:05:34.886Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
94322026-08-27T01:05:35.330Z[ host-image] Aug 27 01:05:34.127 INFO O| installing packages...
94332026-08-27T01:05:38.664Z[verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
94342026-08-27T01:05:39.672Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
94352026-08-27T01:05:41.072Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
94362026-08-27T01:05:41.169Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
94372026-08-27T01:05:41.705Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
94382026-08-27T01:05:45.559Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
94392026-08-27T01:05:46.496Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
94402026-08-27T01:05:47.849Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
94412026-08-27T01:05:48.375Z[ host-image] Aug 27 01:05:47.173 INFO O| seeding SMF database...
94422026-08-27T01:05:53.574Z[ host-image] Aug 27 01:05:52.366 INFO O| configuring SMF profile...
94432026-08-27T01:05:53.574Z[ host-image] Aug 27 01:05:52.366 INFO O| modifying shadow(5)...
94442026-08-27T01:05:53.578Z[ host-image] Aug 27 01:05:52.366 INFO O| loading user and group database...
94452026-08-27T01:05:53.578Z[ host-image] Aug 27 01:05:52.366 INFO O| loading facet selections...
94462026-08-27T01:05:53.934Z[ host-image] Aug 27 01:05:52.731 INFO O| devel -> true
94472026-08-27T01:05:53.934Z[ host-image] Aug 27 01:05:52.731 INFO O| doc.man -> true
94482026-08-27T01:05:53.934Z[ host-image] Aug 27 01:05:52.731 INFO O| version-lock.shell/ksh93 -> true
94492026-08-27T01:05:53.938Z[ host-image] Aug 27 01:05:52.731 INFO O| version-lock.system/data/hardware-registry -> true
94502026-08-27T01:05:53.939Z[ host-image] Aug 27 01:05:52.731 INFO O| version-lock.system/data/zoneinfo -> true
94512026-08-27T01:05:53.939Z[ host-image] Aug 27 01:05:52.731 INFO O| version-lock.system/microcode/amd -> true
94522026-08-27T01:05:53.939Z[ host-image] Aug 27 01:05:52.731 INFO O| version-lock.system/microcode/intel -> true
94532026-08-27T01:05:53.939Z[ host-image] Aug 27 01:05:52.731 INFO O| version-lock.system/microcode/oxide -> true
94542026-08-27T01:05:53.939Z[ host-image] Aug 27 01:05:52.731 INFO O| assessing packaged files...
94552026-08-27T01:05:55.441Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
94562026-08-27T01:05:55.581Z[ host-image] Aug 27 01:05:54.378 INFO O| creating archive...
94572026-08-27T01:05:55.603Z[ host-image] Aug 27 01:05:54.399 INFO O| missing from packaging:
94582026-08-27T01:05:55.603Z[ host-image] Aug 27 01:05:54.400 INFO O| "etc/.pwd.lock"
94592026-08-27T01:05:55.607Z[ host-image] Aug 27 01:05:54.400 INFO O| "etc/bash"
94602026-08-27T01:05:55.607Z[ host-image] Aug 27 01:05:54.403 INFO O| "etc/svc/profile/generic.xml"
94612026-08-27T01:05:55.607Z[ host-image] Aug 27 01:05:54.403 INFO O| "etc/svc/profile/inetd_services.xml"
94622026-08-27T01:05:55.607Z[ host-image] Aug 27 01:05:54.403 INFO O| "etc/svc/profile/name_service.xml"
94632026-08-27T01:05:55.607Z[ host-image] Aug 27 01:05:54.403 INFO O| "etc/svc/profile/platform.xml"
94642026-08-27T01:05:55.607Z[ host-image] Aug 27 01:05:54.403 INFO O| "etc/svc/profile/platform_omicron1.xml"
94652026-08-27T01:05:55.607Z[ host-image] Aug 27 01:05:54.403 INFO O| "etc/svc/repository.db"
94662026-08-27T01:05:55.613Z[ host-image] Aug 27 01:05:54.410 INFO O| "opt/ooce/share"
94672026-08-27T01:05:55.613Z[ host-image] Aug 27 01:05:54.410 INFO O| "opt/ooce/share/man"
94682026-08-27T01:05:55.613Z[ host-image] Aug 27 01:05:54.410 INFO O| "opt/ooce/share/man/man1"
94692026-08-27T01:05:55.622Z[ host-image] Aug 27 01:05:54.419 INFO O| finishing archive...
94702026-08-27T01:05:58.012Z[ host-image] Aug 27 01:05:56.809 INFO O| creating gzonly manifest...
94712026-08-27T01:05:58.020Z[ host-image] Aug 27 01:05:56.816 INFO O| ok
94722026-08-27T01:05:58.153Z[ host-image] Aug 27 01:05:56.950 INFO image builder template: ramdisk-02-trim...
94732026-08-27T01:05:58.153Z[ host-image] Aug 27 01:05:56.950 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/.tmpnxx3ZX/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
94742026-08-27T01:05:58.170Z[ host-image] Aug 27 01:05:56.968 INFO O| Aug 27 01:05:56.967 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94752026-08-27T01:05:58.175Z[ host-image] Aug 27 01:05:56.972 INFO O| Aug 27 01:05:56.972 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94762026-08-27T01:05:59.076Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
94772026-08-27T01:05:59.089Z[ host-image] Aug 27 01:05:57.886 INFO O| Aug 27 01:05:57.886 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94782026-08-27T01:05:59.338Z[ host-image] Aug 27 01:05:58.135 INFO O| Aug 27 01:05:58.135 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94792026-08-27T01:05:59.338Z[ host-image] Aug 27 01:05:58.135 INFO O| Aug 27 01:05:58.135 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94802026-08-27T01:05:59.343Z[ host-image] Aug 27 01:05:58.140 INFO O| Aug 27 01:05:58.140 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94812026-08-27T01:05:59.348Z[ host-image] Aug 27 01:05:58.144 INFO O| Aug 27 01:05:58.144 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94822026-08-27T01:05:59.352Z[ host-image] Aug 27 01:05:58.150 INFO O| Aug 27 01:05:58.150 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94832026-08-27T01:05:59.789Z[ host-image] Aug 27 01:05:58.586 INFO O| Aug 27 01:05:58.586 INFO rolled back to input snapshot; work may begin
94842026-08-27T01:05:59.789Z[ host-image] Aug 27 01:05:58.586 INFO O| Aug 27 01:05:58.586 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94852026-08-27T01:05:59.794Z[ host-image] Aug 27 01:05:58.591 INFO O| Aug 27 01:05:58.591 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94862026-08-27T01:05:59.804Z[ host-image] Aug 27 01:05:58.602 INFO O| Aug 27 01:05:58.602 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94872026-08-27T01:05:59.847Z[ host-image] Aug 27 01:05:58.644 INFO O| Aug 27 01:05:58.644 INFO STEP 0 (remove_files) COMPLETE
94882026-08-27T01:05:59.847Z[ host-image] Aug 27 01:05:58.644 INFO O| Aug 27 01:05:58.644 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94892026-08-27T01:05:59.858Z[ host-image] Aug 27 01:05:58.656 INFO O| Aug 27 01:05:58.655 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94902026-08-27T01:05:59.862Z[ host-image] Aug 27 01:05:58.657 INFO O| Aug 27 01:05:58.657 INFO STEP 1 (remove_files) COMPLETE
94912026-08-27T01:05:59.862Z[ host-image] Aug 27 01:05:58.657 INFO O| Aug 27 01:05:58.657 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94922026-08-27T01:05:59.871Z[ host-image] Aug 27 01:05:58.668 INFO O| Aug 27 01:05:58.668 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94932026-08-27T01:05:59.885Z[ host-image] Aug 27 01:05:58.682 INFO O| Aug 27 01:05:58.682 INFO STEP 2 (remove_files) COMPLETE
94942026-08-27T01:05:59.885Z[ host-image] Aug 27 01:05:58.682 INFO O| Aug 27 01:05:58.682 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94952026-08-27T01:05:59.896Z[ host-image] Aug 27 01:05:58.693 INFO O| Aug 27 01:05:58.693 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94962026-08-27T01:05:59.899Z[ host-image] Aug 27 01:05:58.695 INFO O| Aug 27 01:05:58.695 INFO STEP 3 (remove_files) COMPLETE
94972026-08-27T01:05:59.899Z[ host-image] Aug 27 01:05:58.695 INFO O| Aug 27 01:05:58.695 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94982026-08-27T01:05:59.907Z[ host-image] Aug 27 01:05:58.704 INFO O| Aug 27 01:05:58.704 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94992026-08-27T01:05:59.910Z[ host-image] Aug 27 01:05:58.707 INFO O| Aug 27 01:05:58.707 INFO STEP 4 (remove_files) COMPLETE
95002026-08-27T01:05:59.910Z[ host-image] Aug 27 01:05:58.707 INFO O| Aug 27 01:05:58.707 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95012026-08-27T01:05:59.920Z[ host-image] Aug 27 01:05:58.717 INFO O| Aug 27 01:05:58.717 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
95022026-08-27T01:05:59.923Z[ host-image] Aug 27 01:05:58.719 INFO O| Aug 27 01:05:58.719 INFO STEP 5 (remove_files) COMPLETE
95032026-08-27T01:05:59.923Z[ host-image] Aug 27 01:05:58.719 INFO O| Aug 27 01:05:58.719 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95042026-08-27T01:05:59.932Z[ host-image] Aug 27 01:05:58.729 INFO O| Aug 27 01:05:58.729 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
95052026-08-27T01:05:59.942Z[ host-image] Aug 27 01:05:58.739 INFO O| Aug 27 01:05:58.739 INFO STEP 6 (remove_files) COMPLETE
95062026-08-27T01:05:59.942Z[ host-image] Aug 27 01:05:58.739 INFO O| Aug 27 01:05:58.739 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95072026-08-27T01:05:59.945Z[ host-image] Aug 27 01:05:58.739 INFO O| Aug 27 01:05:58.739 INFO skip step because feature "heliosv2" is not enabled
95082026-08-27T01:05:59.945Z[ host-image] Aug 27 01:05:58.739 INFO O| Aug 27 01:05:58.739 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95092026-08-27T01:05:59.952Z[ host-image] Aug 27 01:05:58.749 INFO O| Aug 27 01:05:58.749 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
95102026-08-27T01:05:59.963Z[ host-image] Aug 27 01:05:58.760 INFO O| Aug 27 01:05:58.760 INFO STEP 8 (remove_files) COMPLETE
95112026-08-27T01:05:59.963Z[ host-image] Aug 27 01:05:58.760 INFO O| Aug 27 01:05:58.760 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95122026-08-27T01:05:59.975Z[ host-image] Aug 27 01:05:58.771 INFO O| Aug 27 01:05:58.771 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
95132026-08-27T01:06:00.044Z[ host-image] Aug 27 01:05:58.840 INFO O| Aug 27 01:05:58.840 INFO STEP 9 (remove_files) COMPLETE
95142026-08-27T01:06:00.044Z[ host-image] Aug 27 01:05:58.840 INFO O| Aug 27 01:05:58.840 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95152026-08-27T01:06:00.054Z[ host-image] Aug 27 01:05:58.851 INFO O| Aug 27 01:05:58.851 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
95162026-08-27T01:06:00.129Z[ host-image] Aug 27 01:05:58.926 INFO O| Aug 27 01:05:58.926 INFO STEP 10 (remove_files) COMPLETE
95172026-08-27T01:06:00.129Z[ host-image] Aug 27 01:05:58.926 INFO O| Aug 27 01:05:58.926 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95182026-08-27T01:06:00.139Z[ host-image] Aug 27 01:05:58.937 INFO O| Aug 27 01:05:58.936 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
95192026-08-27T01:06:00.142Z[ host-image] Aug 27 01:05:58.939 INFO O| Aug 27 01:05:58.939 INFO STEP 11 (remove_files) COMPLETE
95202026-08-27T01:06:00.142Z[ host-image] Aug 27 01:05:58.939 INFO O| Aug 27 01:05:58.939 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95212026-08-27T01:06:00.151Z[ host-image] Aug 27 01:05:58.949 INFO O| Aug 27 01:05:58.949 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
95222026-08-27T01:06:00.154Z[ host-image] Aug 27 01:05:58.949 INFO O| Aug 27 01:05:58.949 INFO STEP 12 (remove_files) COMPLETE
95232026-08-27T01:06:00.154Z[ host-image] Aug 27 01:05:58.949 INFO O| Aug 27 01:05:58.949 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95242026-08-27T01:06:00.161Z[ host-image] Aug 27 01:05:58.958 INFO O| Aug 27 01:05:58.958 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95252026-08-27T01:06:00.164Z[ host-image] Aug 27 01:05:58.959 INFO O| Aug 27 01:05:58.959 INFO STEP 13 (remove_files) COMPLETE
95262026-08-27T01:06:00.164Z[ host-image] Aug 27 01:05:58.959 INFO O| Aug 27 01:05:58.959 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95272026-08-27T01:06:00.180Z[ host-image] Aug 27 01:05:58.977 INFO O| Aug 27 01:05:58.977 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95282026-08-27T01:06:00.183Z[ host-image] Aug 27 01:05:58.977 INFO O| Aug 27 01:05:58.977 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95292026-08-27T01:06:00.183Z[ host-image] Aug 27 01:05:58.978 INFO O| Aug 27 01:05:58.978 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95302026-08-27T01:06:00.183Z[ host-image] Aug 27 01:05:58.978 INFO O| Aug 27 01:05:58.978 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95312026-08-27T01:06:00.183Z[ host-image] Aug 27 01:05:58.978 INFO O| Aug 27 01:05:58.978 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95322026-08-27T01:06:00.183Z[ host-image] Aug 27 01:05:58.978 INFO O| Aug 27 01:05:58.978 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95332026-08-27T01:06:00.183Z[ host-image] Aug 27 01:05:58.978 INFO O| Aug 27 01:05:58.978 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95342026-08-27T01:06:00.183Z[ host-image] Aug 27 01:05:58.978 INFO O| Aug 27 01:05:58.978 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95352026-08-27T01:06:00.183Z[ host-image] Aug 27 01:05:58.978 INFO O| Aug 27 01:05:58.978 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95362026-08-27T01:06:00.183Z[ host-image] Aug 27 01:05:58.978 INFO O| Aug 27 01:05:58.978 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95372026-08-27T01:06:00.184Z[ host-image] Aug 27 01:05:58.978 INFO O| Aug 27 01:05:58.978 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95382026-08-27T01:06:00.184Z[ host-image] Aug 27 01:05:58.978 INFO O| Aug 27 01:05:58.978 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95392026-08-27T01:06:00.184Z[ host-image] Aug 27 01:05:58.978 INFO O| Aug 27 01:05:58.978 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95402026-08-27T01:06:00.184Z[ host-image] Aug 27 01:05:58.979 INFO O| Aug 27 01:05:58.979 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95412026-08-27T01:06:00.184Z[ host-image] Aug 27 01:05:58.979 INFO O| Aug 27 01:05:58.979 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95422026-08-27T01:06:00.184Z[ host-image] Aug 27 01:05:58.979 INFO O| Aug 27 01:05:58.979 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95432026-08-27T01:06:00.184Z[ host-image] Aug 27 01:05:58.979 INFO O| Aug 27 01:05:58.979 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95442026-08-27T01:06:00.184Z[ host-image] Aug 27 01:05:58.979 INFO O| Aug 27 01:05:58.979 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95452026-08-27T01:06:00.258Z[ host-image] Aug 27 01:05:59.055 INFO O| Aug 27 01:05:59.055 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95462026-08-27T01:06:00.262Z[ host-image] Aug 27 01:05:59.056 INFO O| Aug 27 01:05:59.056 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95472026-08-27T01:06:00.419Z[ host-image] Aug 27 01:05:59.214 INFO O| Aug 27 01:05:59.214 INFO STEP 14 (remove_files) COMPLETE
95482026-08-27T01:06:00.419Z[ host-image] Aug 27 01:05:59.214 INFO O| Aug 27 01:05:59.214 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95492026-08-27T01:06:00.427Z[ host-image] Aug 27 01:05:59.225 INFO O| Aug 27 01:05:59.225 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95502026-08-27T01:06:00.431Z[ host-image] Aug 27 01:05:59.226 INFO O| Aug 27 01:05:59.226 INFO STEP 15 (remove_files) COMPLETE
95512026-08-27T01:06:00.431Z[ host-image] Aug 27 01:05:59.226 INFO O| Aug 27 01:05:59.226 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95522026-08-27T01:06:00.439Z[ host-image] Aug 27 01:05:59.236 INFO O| Aug 27 01:05:59.236 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95532026-08-27T01:06:00.445Z[ host-image] Aug 27 01:05:59.242 INFO O| Aug 27 01:05:59.242 INFO STEP 16 (remove_files) COMPLETE
95542026-08-27T01:06:00.445Z[ host-image] Aug 27 01:05:59.242 INFO O| Aug 27 01:05:59.242 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95552026-08-27T01:06:00.454Z[ host-image] Aug 27 01:05:59.252 INFO O| Aug 27 01:05:59.252 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95562026-08-27T01:06:00.459Z[ host-image] Aug 27 01:05:59.252 INFO O| Aug 27 01:05:59.252 INFO STEP 17 (remove_files) COMPLETE
95572026-08-27T01:06:00.459Z[ host-image] Aug 27 01:05:59.252 INFO O| Aug 27 01:05:59.252 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95582026-08-27T01:06:00.466Z[ host-image] Aug 27 01:05:59.263 INFO O| Aug 27 01:05:59.263 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95592026-08-27T01:06:00.468Z[ host-image] Aug 27 01:05:59.264 INFO O| Aug 27 01:05:59.264 INFO STEP 18 (remove_files) COMPLETE
95602026-08-27T01:06:00.468Z[ host-image] Aug 27 01:05:59.264 INFO O| Aug 27 01:05:59.264 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95612026-08-27T01:06:00.476Z[ host-image] Aug 27 01:05:59.273 INFO O| Aug 27 01:05:59.273 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95622026-08-27T01:06:00.476Z[ host-image] Aug 27 01:05:59.274 INFO O| Aug 27 01:05:59.274 INFO STEP 19 (remove_files) COMPLETE
95632026-08-27T01:06:00.479Z[ host-image] Aug 27 01:05:59.274 INFO O| Aug 27 01:05:59.274 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95642026-08-27T01:06:00.488Z[ host-image] Aug 27 01:05:59.285 INFO O| Aug 27 01:05:59.285 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95652026-08-27T01:06:00.488Z[ host-image] Aug 27 01:05:59.285 INFO O| Aug 27 01:05:59.285 INFO STEP 20 (remove_files) COMPLETE
95662026-08-27T01:06:00.488Z[ host-image] Aug 27 01:05:59.285 INFO O| Aug 27 01:05:59.285 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95672026-08-27T01:06:00.499Z[ host-image] Aug 27 01:05:59.296 INFO O| Aug 27 01:05:59.296 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95682026-08-27T01:06:00.499Z[ host-image] Aug 27 01:05:59.296 INFO O| Aug 27 01:05:59.296 INFO STEP 21 (remove_files) COMPLETE
95692026-08-27T01:06:00.499Z[ host-image] Aug 27 01:05:59.296 INFO O| Aug 27 01:05:59.296 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95702026-08-27T01:06:00.510Z[ host-image] Aug 27 01:05:59.307 INFO O| Aug 27 01:05:59.307 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95712026-08-27T01:06:00.510Z[ host-image] Aug 27 01:05:59.307 INFO O| Aug 27 01:05:59.307 INFO STEP 22 (remove_files) COMPLETE
95722026-08-27T01:06:00.510Z[ host-image] Aug 27 01:05:59.307 INFO O| Aug 27 01:05:59.307 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95732026-08-27T01:06:00.521Z[ host-image] Aug 27 01:05:59.318 INFO O| Aug 27 01:05:59.318 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95742026-08-27T01:06:00.521Z[ host-image] Aug 27 01:05:59.318 INFO O| Aug 27 01:05:59.318 INFO STEP 23 (remove_files) COMPLETE
95752026-08-27T01:06:00.521Z[ host-image] Aug 27 01:05:59.318 INFO O| Aug 27 01:05:59.318 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95762026-08-27T01:06:00.533Z[ host-image] Aug 27 01:05:59.330 INFO O| Aug 27 01:05:59.330 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95772026-08-27T01:06:00.533Z[ host-image] Aug 27 01:05:59.330 INFO O| Aug 27 01:05:59.330 INFO STEP 24 (remove_files) COMPLETE
95782026-08-27T01:06:00.533Z[ host-image] Aug 27 01:05:59.330 INFO O| Aug 27 01:05:59.330 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95792026-08-27T01:06:00.542Z[ host-image] Aug 27 01:05:59.340 INFO O| Aug 27 01:05:59.340 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95802026-08-27T01:06:00.542Z[ host-image] Aug 27 01:05:59.340 INFO O| Aug 27 01:05:59.340 INFO STEP 25 (remove_files) COMPLETE
95812026-08-27T01:06:00.543Z[ host-image] Aug 27 01:05:59.340 INFO O| Aug 27 01:05:59.340 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95822026-08-27T01:06:00.553Z[ host-image] Aug 27 01:05:59.350 INFO O| Aug 27 01:05:59.350 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95832026-08-27T01:06:00.553Z[ host-image] Aug 27 01:05:59.350 INFO O| Aug 27 01:05:59.350 INFO STEP 26 (remove_files) COMPLETE
95842026-08-27T01:06:00.553Z[ host-image] Aug 27 01:05:59.350 INFO O| Aug 27 01:05:59.350 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95852026-08-27T01:06:00.562Z[ host-image] Aug 27 01:05:59.359 INFO O| Aug 27 01:05:59.359 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95862026-08-27T01:06:00.562Z[ host-image] Aug 27 01:05:59.359 INFO O| Aug 27 01:05:59.359 INFO STEP 27 (remove_files) COMPLETE
95872026-08-27T01:06:00.562Z[ host-image] Aug 27 01:05:59.359 INFO O| Aug 27 01:05:59.359 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95882026-08-27T01:06:00.573Z[ host-image] Aug 27 01:05:59.370 INFO O| Aug 27 01:05:59.370 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95892026-08-27T01:06:00.573Z[ host-image] Aug 27 01:05:59.370 INFO O| Aug 27 01:05:59.370 INFO STEP 28 (remove_files) COMPLETE
95902026-08-27T01:06:00.577Z[ host-image] Aug 27 01:05:59.370 INFO O| Aug 27 01:05:59.370 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95912026-08-27T01:06:00.583Z[ host-image] Aug 27 01:05:59.380 INFO O| Aug 27 01:05:59.380 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95922026-08-27T01:06:00.583Z[ host-image] Aug 27 01:05:59.381 INFO O| Aug 27 01:05:59.380 INFO STEP 29 (remove_files) COMPLETE
95932026-08-27T01:06:00.587Z[ host-image] Aug 27 01:05:59.381 INFO O| Aug 27 01:05:59.380 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95942026-08-27T01:06:00.593Z[ host-image] Aug 27 01:05:59.390 INFO O| Aug 27 01:05:59.390 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95952026-08-27T01:06:00.593Z[ host-image] Aug 27 01:05:59.391 INFO O| Aug 27 01:05:59.390 INFO STEP 30 (remove_files) COMPLETE
95962026-08-27T01:06:00.593Z[ host-image] Aug 27 01:05:59.391 INFO O| Aug 27 01:05:59.390 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95972026-08-27T01:06:00.604Z[ host-image] Aug 27 01:05:59.401 INFO O| Aug 27 01:05:59.401 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95982026-08-27T01:06:00.604Z[ host-image] Aug 27 01:05:59.402 INFO O| Aug 27 01:05:59.402 INFO STEP 31 (remove_files) COMPLETE
95992026-08-27T01:06:00.608Z[ host-image] Aug 27 01:05:59.402 INFO O| Aug 27 01:05:59.402 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96002026-08-27T01:06:00.616Z[ host-image] Aug 27 01:05:59.413 INFO O| Aug 27 01:05:59.413 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
96012026-08-27T01:06:00.616Z[ host-image] Aug 27 01:05:59.413 INFO O| Aug 27 01:05:59.413 INFO STEP 32 (remove_files) COMPLETE
96022026-08-27T01:06:00.616Z[ host-image] Aug 27 01:05:59.413 INFO O| Aug 27 01:05:59.413 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96032026-08-27T01:06:00.625Z[ host-image] Aug 27 01:05:59.422 INFO O| Aug 27 01:05:59.422 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
96042026-08-27T01:06:00.625Z[ host-image] Aug 27 01:05:59.422 INFO O| Aug 27 01:05:59.422 INFO STEP 33 (remove_files) COMPLETE
96052026-08-27T01:06:00.628Z[ host-image] Aug 27 01:05:59.422 INFO O| Aug 27 01:05:59.422 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96062026-08-27T01:06:00.635Z[ host-image] Aug 27 01:05:59.432 INFO O| Aug 27 01:05:59.432 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
96072026-08-27T01:06:00.635Z[ host-image] Aug 27 01:05:59.432 INFO O| Aug 27 01:05:59.432 INFO STEP 34 (remove_files) COMPLETE
96082026-08-27T01:06:00.635Z[ host-image] Aug 27 01:05:59.432 INFO O| Aug 27 01:05:59.432 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96092026-08-27T01:06:00.647Z[ host-image] Aug 27 01:05:59.444 INFO O| Aug 27 01:05:59.444 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
96102026-08-27T01:06:00.647Z[ host-image] Aug 27 01:05:59.444 INFO O| Aug 27 01:05:59.444 INFO STEP 35 (remove_files) COMPLETE
96112026-08-27T01:06:00.650Z[ host-image] Aug 27 01:05:59.444 INFO O| Aug 27 01:05:59.444 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96122026-08-27T01:06:00.662Z[ host-image] Aug 27 01:05:59.459 INFO O| Aug 27 01:05:59.459 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
96132026-08-27T01:06:00.662Z[ host-image] Aug 27 01:05:59.459 INFO O| Aug 27 01:05:59.459 INFO STEP 36 (remove_files) COMPLETE
96142026-08-27T01:06:00.662Z[ host-image] Aug 27 01:05:59.459 INFO O| Aug 27 01:05:59.459 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96152026-08-27T01:06:00.675Z[ host-image] Aug 27 01:05:59.472 INFO O| Aug 27 01:05:59.472 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
96162026-08-27T01:06:00.675Z[ host-image] Aug 27 01:05:59.472 INFO O| Aug 27 01:05:59.472 INFO STEP 37 (remove_files) COMPLETE
96172026-08-27T01:06:00.675Z[ host-image] Aug 27 01:05:59.472 INFO O| Aug 27 01:05:59.472 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96182026-08-27T01:06:00.687Z[ host-image] Aug 27 01:05:59.484 INFO O| Aug 27 01:05:59.484 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
96192026-08-27T01:06:00.687Z[ host-image] Aug 27 01:05:59.484 INFO O| Aug 27 01:05:59.484 INFO STEP 38 (remove_files) COMPLETE
96202026-08-27T01:06:00.687Z[ host-image] Aug 27 01:05:59.484 INFO O| Aug 27 01:05:59.484 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96212026-08-27T01:06:00.698Z[ host-image] Aug 27 01:05:59.496 INFO O| Aug 27 01:05:59.495 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
96222026-08-27T01:06:00.698Z[ host-image] Aug 27 01:05:59.496 INFO O| Aug 27 01:05:59.496 INFO STEP 39 (remove_files) COMPLETE
96232026-08-27T01:06:00.702Z[ host-image] Aug 27 01:05:59.496 INFO O| Aug 27 01:05:59.496 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96242026-08-27T01:06:00.710Z[ host-image] Aug 27 01:05:59.508 INFO O| Aug 27 01:05:59.508 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96252026-08-27T01:06:00.710Z[ host-image] Aug 27 01:05:59.508 INFO O| Aug 27 01:05:59.508 INFO STEP 40 (remove_files) COMPLETE
96262026-08-27T01:06:00.710Z[ host-image] Aug 27 01:05:59.508 INFO O| Aug 27 01:05:59.508 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96272026-08-27T01:06:00.722Z[ host-image] Aug 27 01:05:59.519 INFO O| Aug 27 01:05:59.519 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96282026-08-27T01:06:00.722Z[ host-image] Aug 27 01:05:59.520 INFO O| Aug 27 01:05:59.519 INFO STEP 41 (remove_files) COMPLETE
96292026-08-27T01:06:00.722Z[ host-image] Aug 27 01:05:59.520 INFO O| Aug 27 01:05:59.519 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96302026-08-27T01:06:00.734Z[ host-image] Aug 27 01:05:59.532 INFO O| Aug 27 01:05:59.531 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96312026-08-27T01:06:00.735Z[ host-image] Aug 27 01:05:59.532 INFO O| Aug 27 01:05:59.532 INFO STEP 42 (remove_files) COMPLETE
96322026-08-27T01:06:00.738Z[ host-image] Aug 27 01:05:59.532 INFO O| Aug 27 01:05:59.532 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96332026-08-27T01:06:00.746Z[ host-image] Aug 27 01:05:59.544 INFO O| Aug 27 01:05:59.544 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96342026-08-27T01:06:00.747Z[ host-image] Aug 27 01:05:59.544 INFO O| Aug 27 01:05:59.544 INFO STEP 43 (remove_files) COMPLETE
96352026-08-27T01:06:00.748Z[ host-image] Aug 27 01:05:59.544 INFO O| Aug 27 01:05:59.544 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96362026-08-27T01:06:00.758Z[ host-image] Aug 27 01:05:59.555 INFO O| Aug 27 01:05:59.555 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96372026-08-27T01:06:00.758Z[ host-image] Aug 27 01:05:59.555 INFO O| Aug 27 01:05:59.555 INFO STEP 44 (remove_files) COMPLETE
96382026-08-27T01:06:00.758Z[ host-image] Aug 27 01:05:59.555 INFO O| Aug 27 01:05:59.555 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96392026-08-27T01:06:00.768Z[ host-image] Aug 27 01:05:59.565 INFO O| Aug 27 01:05:59.565 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96402026-08-27T01:06:00.768Z[ host-image] Aug 27 01:05:59.565 INFO O| Aug 27 01:05:59.565 INFO STEP 45 (remove_files) COMPLETE
96412026-08-27T01:06:00.771Z[ host-image] Aug 27 01:05:59.565 INFO O| Aug 27 01:05:59.565 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96422026-08-27T01:06:00.778Z[ host-image] Aug 27 01:05:59.575 INFO O| Aug 27 01:05:59.575 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96432026-08-27T01:06:00.778Z[ host-image] Aug 27 01:05:59.575 INFO O| Aug 27 01:05:59.575 INFO STEP 46 (remove_files) COMPLETE
96442026-08-27T01:06:00.781Z[ host-image] Aug 27 01:05:59.575 INFO O| Aug 27 01:05:59.575 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96452026-08-27T01:06:00.790Z[ host-image] Aug 27 01:05:59.587 INFO O| Aug 27 01:05:59.587 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96462026-08-27T01:06:00.790Z[ host-image] Aug 27 01:05:59.587 INFO O| Aug 27 01:05:59.587 INFO STEP 47 (remove_files) COMPLETE
96472026-08-27T01:06:00.790Z[ host-image] Aug 27 01:05:59.587 INFO O| Aug 27 01:05:59.587 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96482026-08-27T01:06:00.800Z[ host-image] Aug 27 01:05:59.597 INFO O| Aug 27 01:05:59.597 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96492026-08-27T01:06:00.800Z[ host-image] Aug 27 01:05:59.597 INFO O| Aug 27 01:05:59.597 INFO STEP 48 (remove_files) COMPLETE
96502026-08-27T01:06:00.805Z[ host-image] Aug 27 01:05:59.597 INFO O| Aug 27 01:05:59.597 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96512026-08-27T01:06:00.810Z[ host-image] Aug 27 01:05:59.608 INFO O| Aug 27 01:05:59.608 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96522026-08-27T01:06:00.810Z[ host-image] Aug 27 01:05:59.608 INFO O| Aug 27 01:05:59.608 INFO STEP 49 (remove_files) COMPLETE
96532026-08-27T01:06:00.810Z[ host-image] Aug 27 01:05:59.608 INFO O| Aug 27 01:05:59.608 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96542026-08-27T01:06:00.820Z[ host-image] Aug 27 01:05:59.617 INFO O| Aug 27 01:05:59.617 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96552026-08-27T01:06:00.823Z[ host-image] Aug 27 01:05:59.617 INFO O| Aug 27 01:05:59.617 INFO STEP 50 (remove_files) COMPLETE
96562026-08-27T01:06:00.823Z[ host-image] Aug 27 01:05:59.617 INFO O| Aug 27 01:05:59.617 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96572026-08-27T01:06:00.830Z[ host-image] Aug 27 01:05:59.627 INFO O| Aug 27 01:05:59.627 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96582026-08-27T01:06:00.833Z[ host-image] Aug 27 01:05:59.627 INFO O| Aug 27 01:05:59.627 INFO STEP 51 (remove_files) COMPLETE
96592026-08-27T01:06:00.833Z[ host-image] Aug 27 01:05:59.627 INFO O| Aug 27 01:05:59.627 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96602026-08-27T01:06:00.838Z[ host-image] Aug 27 01:05:59.636 INFO O| Aug 27 01:05:59.636 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96612026-08-27T01:06:00.842Z[ host-image] Aug 27 01:05:59.636 INFO O| Aug 27 01:05:59.636 INFO STEP 52 (remove_files) COMPLETE
96622026-08-27T01:06:00.842Z[ host-image] Aug 27 01:05:59.636 INFO O| Aug 27 01:05:59.636 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96632026-08-27T01:06:00.846Z[ host-image] Aug 27 01:05:59.644 INFO O| Aug 27 01:05:59.644 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96642026-08-27T01:06:00.850Z[ host-image] Aug 27 01:05:59.644 INFO O| Aug 27 01:05:59.644 INFO STEP 53 (remove_files) COMPLETE
96652026-08-27T01:06:00.850Z[ host-image] Aug 27 01:05:59.644 INFO O| Aug 27 01:05:59.644 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96662026-08-27T01:06:00.856Z[ host-image] Aug 27 01:05:59.653 INFO O| Aug 27 01:05:59.653 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96672026-08-27T01:06:00.859Z[ host-image] Aug 27 01:05:59.653 INFO O| Aug 27 01:05:59.653 INFO STEP 54 (remove_files) COMPLETE
96682026-08-27T01:06:00.859Z[ host-image] Aug 27 01:05:59.653 INFO O| Aug 27 01:05:59.653 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96692026-08-27T01:06:00.866Z[ host-image] Aug 27 01:05:59.663 INFO O| Aug 27 01:05:59.663 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96702026-08-27T01:06:00.868Z[ host-image] Aug 27 01:05:59.663 INFO O| Aug 27 01:05:59.663 INFO STEP 55 (remove_files) COMPLETE
96712026-08-27T01:06:00.868Z[ host-image] Aug 27 01:05:59.663 INFO O| Aug 27 01:05:59.663 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96722026-08-27T01:06:00.875Z[ host-image] Aug 27 01:05:59.672 INFO O| Aug 27 01:05:59.672 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96732026-08-27T01:06:00.875Z[ host-image] Aug 27 01:05:59.672 INFO O| Aug 27 01:05:59.672 INFO STEP 56 (remove_files) COMPLETE
96742026-08-27T01:06:00.875Z[ host-image] Aug 27 01:05:59.672 INFO O| Aug 27 01:05:59.672 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96752026-08-27T01:06:00.886Z[ host-image] Aug 27 01:05:59.683 INFO O| Aug 27 01:05:59.683 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96762026-08-27T01:06:00.886Z[ host-image] Aug 27 01:05:59.683 INFO O| Aug 27 01:05:59.683 INFO STEP 57 (remove_files) COMPLETE
96772026-08-27T01:06:00.889Z[ host-image] Aug 27 01:05:59.683 INFO O| Aug 27 01:05:59.683 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96782026-08-27T01:06:00.893Z[ host-image] Aug 27 01:05:59.691 INFO O| Aug 27 01:05:59.691 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96792026-08-27T01:06:00.896Z[ host-image] Aug 27 01:05:59.691 INFO O| Aug 27 01:05:59.691 INFO STEP 58 (remove_files) COMPLETE
96802026-08-27T01:06:00.896Z[ host-image] Aug 27 01:05:59.691 INFO O| Aug 27 01:05:59.691 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96812026-08-27T01:06:00.903Z[ host-image] Aug 27 01:05:59.701 INFO O| Aug 27 01:05:59.701 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96822026-08-27T01:06:00.906Z[ host-image] Aug 27 01:05:59.701 INFO O| Aug 27 01:05:59.701 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96832026-08-27T01:06:00.906Z[ host-image] Aug 27 01:05:59.701 INFO O| Aug 27 01:05:59.701 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96842026-08-27T01:06:00.906Z[ host-image] Aug 27 01:05:59.701 INFO O| Aug 27 01:05:59.701 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96852026-08-27T01:06:00.906Z[ host-image] Aug 27 01:05:59.701 INFO O| Aug 27 01:05:59.701 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96862026-08-27T01:06:00.906Z[ host-image] Aug 27 01:05:59.701 INFO O| Aug 27 01:05:59.701 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96872026-08-27T01:06:00.906Z[ host-image] Aug 27 01:05:59.701 INFO O| Aug 27 01:05:59.701 INFO ok!
96882026-08-27T01:06:00.906Z[ host-image] Aug 27 01:05:59.701 INFO O| Aug 27 01:05:59.701 INFO STEP 59 (ensure_file) COMPLETE
96892026-08-27T01:06:00.906Z[ host-image] Aug 27 01:05:59.701 INFO O| Aug 27 01:05:59.701 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96902026-08-27T01:06:00.913Z[ host-image] Aug 27 01:05:59.711 INFO O| Aug 27 01:05:59.711 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96912026-08-27T01:06:00.913Z[ host-image] Aug 27 01:05:59.711 INFO O| Aug 27 01:05:59.711 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96922026-08-27T01:06:00.916Z[ host-image] Aug 27 01:05:59.711 INFO O| Aug 27 01:05:59.711 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96932026-08-27T01:06:00.916Z[ host-image] Aug 27 01:05:59.711 INFO O| Aug 27 01:05:59.711 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96942026-08-27T01:06:00.917Z[ host-image] Aug 27 01:05:59.711 INFO O| Aug 27 01:05:59.711 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96952026-08-27T01:06:00.917Z[ host-image] Aug 27 01:05:59.711 INFO O| Aug 27 01:05:59.711 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96962026-08-27T01:06:00.917Z[ host-image] Aug 27 01:05:59.711 INFO O| Aug 27 01:05:59.711 INFO ok!
96972026-08-27T01:06:00.917Z[ host-image] Aug 27 01:05:59.711 INFO O| Aug 27 01:05:59.711 INFO STEP 60 (ensure_file) COMPLETE
96982026-08-27T01:06:00.917Z[ host-image] Aug 27 01:05:59.711 INFO O| Aug 27 01:05:59.711 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96992026-08-27T01:06:00.923Z[ host-image] Aug 27 01:05:59.721 INFO O| Aug 27 01:05:59.721 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
97002026-08-27T01:06:00.924Z[ host-image] Aug 27 01:05:59.721 INFO O| Aug 27 01:05:59.721 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
97012026-08-27T01:06:00.927Z[ host-image] Aug 27 01:05:59.721 INFO O| Aug 27 01:05:59.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
97022026-08-27T01:06:00.927Z[ host-image] Aug 27 01:05:59.721 INFO O| Aug 27 01:05:59.721 INFO ok!
97032026-08-27T01:06:00.927Z[ host-image] Aug 27 01:05:59.721 INFO O| Aug 27 01:05:59.721 INFO STEP 61 (ensure_file) COMPLETE
97042026-08-27T01:06:00.927Z[ host-image] Aug 27 01:05:59.721 INFO O| Aug 27 01:05:59.721 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97052026-08-27T01:06:00.933Z[ host-image] Aug 27 01:05:59.730 INFO O| Aug 27 01:05:59.730 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
97062026-08-27T01:06:00.933Z[ host-image] Aug 27 01:05:59.730 INFO O| Aug 27 01:05:59.730 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
97072026-08-27T01:06:00.936Z[ host-image] Aug 27 01:05:59.730 INFO O| Aug 27 01:05:59.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
97082026-08-27T01:06:00.936Z[ host-image] Aug 27 01:05:59.730 INFO O| Aug 27 01:05:59.730 INFO ok!
97092026-08-27T01:06:00.936Z[ host-image] Aug 27 01:05:59.730 INFO O| Aug 27 01:05:59.730 INFO STEP 62 (ensure_file) COMPLETE
97102026-08-27T01:06:00.936Z[ host-image] Aug 27 01:05:59.730 INFO O| Aug 27 01:05:59.730 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97112026-08-27T01:06:00.942Z[ host-image] Aug 27 01:05:59.739 INFO O| Aug 27 01:05:59.739 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
97122026-08-27T01:06:00.942Z[ host-image] Aug 27 01:05:59.739 INFO O| Aug 27 01:05:59.739 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
97132026-08-27T01:06:00.945Z[ host-image] Aug 27 01:05:59.739 INFO O| Aug 27 01:05:59.739 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97142026-08-27T01:06:00.945Z[ host-image] Aug 27 01:05:59.739 INFO O| Aug 27 01:05:59.739 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97152026-08-27T01:06:00.945Z[ host-image] Aug 27 01:05:59.739 INFO O| Aug 27 01:05:59.739 INFO ok!
97162026-08-27T01:06:00.945Z[ host-image] Aug 27 01:05:59.739 INFO O| Aug 27 01:05:59.739 INFO STEP 63 (ensure_file) COMPLETE
97172026-08-27T01:06:00.945Z[ host-image] Aug 27 01:05:59.739 INFO O| Aug 27 01:05:59.739 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97182026-08-27T01:06:00.951Z[ host-image] Aug 27 01:05:59.748 INFO O| Aug 27 01:05:59.748 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
97192026-08-27T01:06:00.951Z[ host-image] Aug 27 01:05:59.748 INFO O| Aug 27 01:05:59.748 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
97202026-08-27T01:06:00.951Z[ host-image] Aug 27 01:05:59.749 INFO O| Aug 27 01:05:59.748 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97212026-08-27T01:06:00.955Z[ host-image] Aug 27 01:05:59.749 INFO O| Aug 27 01:05:59.749 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97222026-08-27T01:06:00.955Z[ host-image] Aug 27 01:05:59.749 INFO O| Aug 27 01:05:59.749 INFO ok!
97232026-08-27T01:06:00.955Z[ host-image] Aug 27 01:05:59.749 INFO O| Aug 27 01:05:59.749 INFO STEP 64 (ensure_file) COMPLETE
97242026-08-27T01:06:00.955Z[ host-image] Aug 27 01:05:59.749 INFO O| Aug 27 01:05:59.749 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97252026-08-27T01:06:00.958Z[ host-image] Aug 27 01:05:59.756 INFO O| Aug 27 01:05:59.756 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97262026-08-27T01:06:00.958Z[ host-image] Aug 27 01:05:59.756 INFO O| Aug 27 01:05:59.756 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97272026-08-27T01:06:00.962Z[ host-image] Aug 27 01:05:59.756 INFO O| Aug 27 01:05:59.756 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97282026-08-27T01:06:00.962Z[ host-image] Aug 27 01:05:59.756 INFO O| Aug 27 01:05:59.756 INFO ok!
97292026-08-27T01:06:00.962Z[ host-image] Aug 27 01:05:59.756 INFO O| Aug 27 01:05:59.756 INFO STEP 65 (assemble_files) COMPLETE
97302026-08-27T01:06:00.962Z[ host-image] Aug 27 01:05:59.756 INFO O| Aug 27 01:05:59.756 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97312026-08-27T01:06:00.966Z[ host-image] Aug 27 01:05:59.763 INFO O| Aug 27 01:05:59.763 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97322026-08-27T01:06:00.966Z[ host-image] Aug 27 01:05:59.763 INFO O| Aug 27 01:05:59.763 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97332026-08-27T01:06:00.969Z[ host-image] Aug 27 01:05:59.763 INFO O| Aug 27 01:05:59.763 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97342026-08-27T01:06:00.969Z[ host-image] Aug 27 01:05:59.763 INFO O| Aug 27 01:05:59.763 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97352026-08-27T01:06:00.969Z[ host-image] Aug 27 01:05:59.763 INFO O| Aug 27 01:05:59.763 INFO ok!
97362026-08-27T01:06:00.969Z[ host-image] Aug 27 01:05:59.763 INFO O| Aug 27 01:05:59.763 INFO STEP 66 (ensure_file) COMPLETE
97372026-08-27T01:06:00.969Z[ host-image] Aug 27 01:05:59.763 INFO O| Aug 27 01:05:59.763 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97382026-08-27T01:06:00.976Z[ host-image] Aug 27 01:05:59.773 INFO O| Aug 27 01:05:59.773 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97392026-08-27T01:06:00.982Z[ host-image] Aug 27 01:05:59.773 INFO O| Aug 27 01:05:59.773 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97402026-08-27T01:06:00.983Z[ host-image] Aug 27 01:05:59.773 INFO O| Aug 27 01:05:59.773 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97412026-08-27T01:06:00.983Z[ host-image] Aug 27 01:05:59.773 INFO O| Aug 27 01:05:59.773 INFO STEP 67 (ensure_dir) COMPLETE
97422026-08-27T01:06:00.983Z[ host-image] Aug 27 01:05:59.773 INFO O| Aug 27 01:05:59.773 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97432026-08-27T01:06:00.987Z[ host-image] Aug 27 01:05:59.781 INFO O| Aug 27 01:05:59.781 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97442026-08-27T01:06:00.987Z[ host-image] Aug 27 01:05:59.781 INFO O| Aug 27 01:05:59.781 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 ...
97452026-08-27T01:06:00.991Z[ host-image] Aug 27 01:05:59.787 INFO O| Aug 27 01:05:59.787 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
97462026-08-27T01:06:00.991Z[ host-image] Aug 27 01:05:59.787 INFO O| Aug 27 01:05:59.787 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97472026-08-27T01:06:00.991Z[ host-image] Aug 27 01:05:59.787 INFO O| Aug 27 01:05:59.787 INFO ok!
97482026-08-27T01:06:00.991Z[ host-image] Aug 27 01:05:59.787 INFO O| Aug 27 01:05:59.787 INFO STEP 68 (ensure_file) COMPLETE
97492026-08-27T01:06:00.991Z[ host-image] Aug 27 01:05:59.787 INFO O| Aug 27 01:05:59.787 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97502026-08-27T01:06:01.000Z[ host-image] Aug 27 01:05:59.797 INFO O| Aug 27 01:05:59.797 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97512026-08-27T01:06:01.000Z[ host-image] Aug 27 01:05:59.797 INFO O| Aug 27 01:05:59.797 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 ...
97522026-08-27T01:06:01.003Z[ host-image] Aug 27 01:05:59.797 INFO O| Aug 27 01:05:59.797 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
97532026-08-27T01:06:01.004Z[ host-image] Aug 27 01:05:59.797 INFO O| Aug 27 01:05:59.797 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97542026-08-27T01:06:01.004Z[ host-image] Aug 27 01:05:59.797 INFO O| Aug 27 01:05:59.797 INFO ok!
97552026-08-27T01:06:01.004Z[ host-image] Aug 27 01:05:59.797 INFO O| Aug 27 01:05:59.797 INFO STEP 69 (ensure_file) COMPLETE
97562026-08-27T01:06:01.004Z[ host-image] Aug 27 01:05:59.797 INFO O| Aug 27 01:05:59.797 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97572026-08-27T01:06:01.012Z[ host-image] Aug 27 01:05:59.809 INFO O| Aug 27 01:05:59.809 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97582026-08-27T01:06:01.012Z[ host-image] Aug 27 01:05:59.809 INFO O| Aug 27 01:05:59.809 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97592026-08-27T01:06:02.512Z[ host-image] Aug 27 01:06:01.310 INFO O| Aug 27 01:06:01.309 INFO STEP 70 (pack_tar) COMPLETE
97602026-08-27T01:06:02.512Z[ host-image] Aug 27 01:06:01.310 INFO O| Aug 27 01:06:01.310 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97612026-08-27T01:06:02.512Z[ host-image] Aug 27 01:06:01.310 INFO O| Aug 27 01:06:01.310 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97622026-08-27T01:06:02.922Z[ host-image] Aug 27 01:06:01.717 INFO O| Aug 27 01:06:01.714 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97632026-08-27T01:06:03.438Z[ host-image] Aug 27 01:06:02.234 INFO O| Aug 27 01:06:02.234 INFO completed processing sled/ramdisk-02-trim
97642026-08-27T01:06:03.443Z[ host-image] Aug 27 01:06:02.236 INFO image builder template: zfs...
97652026-08-27T01:06:03.443Z[ host-image] Aug 27 01:06:02.236 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/.tmpnxx3ZX/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
97662026-08-27T01:06:03.454Z[ host-image] Aug 27 01:06:02.249 INFO O| Aug 27 01:06:02.249 INFO skip include "stress" because feature "stress" is not enabled
97672026-08-27T01:06:03.454Z[ host-image] Aug 27 01:06:02.249 INFO O| Aug 27 01:06:02.249 INFO skip include "stress" because feature "compliance" is not enabled
97682026-08-27T01:06:03.486Z[ host-image] Aug 27 01:06:02.279 INFO O| Aug 27 01:06:02.279 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97692026-08-27T01:06:03.495Z[ host-image] Aug 27 01:06:02.283 INFO O| Aug 27 01:06:02.283 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97702026-08-27T01:06:03.864Z[ host-image] Aug 27 01:06:02.655 INFO O| Aug 27 01:06:02.655 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97712026-08-27T01:06:03.943Z[ host-image] Aug 27 01:06:02.739 INFO O| Aug 27 01:06:02.739 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97722026-08-27T01:06:03.943Z[ host-image] Aug 27 01:06:02.739 INFO O| Aug 27 01:06:02.739 INFO work dataset: rpool/images/build/host/work/sled/zfs
97732026-08-27T01:06:03.956Z[ host-image] Aug 27 01:06:02.743 INFO O| Aug 27 01:06:02.743 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97742026-08-27T01:06:04.085Z[ host-image] Aug 27 01:06:02.881 INFO O| Aug 27 01:06:02.881 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97752026-08-27T01:06:04.155Z[ host-image] Aug 27 01:06:02.951 INFO O| Aug 27 01:06:02.951 INFO DESTROY POOL: TEMPORARY-sled-zfs
97762026-08-27T01:06:04.169Z[ host-image] Aug 27 01:06:02.962 INFO O| Aug 27 01:06:02.962 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97772026-08-27T01:06:04.176Z[ host-image] Aug 27 01:06:02.968 INFO O| Aug 27 01:06:02.968 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97782026-08-27T01:06:04.176Z[ host-image] Aug 27 01:06:02.968 INFO O| Aug 27 01:06:02.968 INFO no lofi found
97792026-08-27T01:06:04.177Z[ host-image] Aug 27 01:06:02.968 INFO O| Aug 27 01:06:02.968 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97802026-08-27T01:06:04.177Z[ host-image] Aug 27 01:06:02.968 INFO O| Aug 27 01:06:02.968 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97812026-08-27T01:06:09.340Z[ host-image] Aug 27 01:06:05.001 INFO O| Aug 27 01:06:05.001 INFO lofi device = /dev/dsk/c2t1d0p0
97822026-08-27T01:06:09.340Z[ host-image] Aug 27 01:06:05.001 INFO O| Aug 27 01:06:05.001 INFO pool device = /dev/dsk/c2t1d0p0
97832026-08-27T01:06:09.372Z[ host-image] Aug 27 01:06:05.001 INFO O| Aug 27 01:06:05.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"]
97842026-08-27T01:06:09.372Z[ host-image] Aug 27 01:06:05.077 INFO O| Aug 27 01:06:05.077 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97852026-08-27T01:06:09.372Z[ host-image] Aug 27 01:06:05.077 INFO O| Aug 27 01:06:05.077 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97862026-08-27T01:06:09.372Z[ host-image] Aug 27 01:06:05.099 INFO O| Aug 27 01:06:05.099 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97872026-08-27T01:06:09.372Z[ host-image] Aug 27 01:06:05.148 INFO O| Aug 27 01:06:05.148 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97882026-08-27T01:06:09.372Z[ host-image] Aug 27 01:06:05.178 INFO O| Aug 27 01:06:05.178 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97892026-08-27T01:06:09.372Z[ host-image] Aug 27 01:06:05.194 INFO O| Aug 27 01:06:05.194 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97902026-08-27T01:06:09.372Z[ host-image] Aug 27 01:06:05.205 INFO O| Aug 27 01:06:05.205 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97912026-08-27T01:06:09.372Z[ host-image] Aug 27 01:06:05.246 INFO O| Aug 27 01:06:05.246 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97922026-08-27T01:06:09.373Z[ host-image] Aug 27 01:06:05.246 INFO O| Aug 27 01:06:05.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97932026-08-27T01:06:09.373Z[ host-image] Aug 27 01:06:05.246 INFO O| Aug 27 01:06:05.246 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97942026-08-27T01:06:09.373Z[ host-image] Aug 27 01:06:05.255 INFO O| Aug 27 01:06:05.254 INFO boot environment UUID: 431a1e56-01e8-48a0-ad5d-f710641539c5
97952026-08-27T01:06:09.373Z[ host-image] Aug 27 01:06:05.255 INFO O| Aug 27 01:06:05.254 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 431a1e56-01e8-48a0-ad5d-f710641539c5
97962026-08-27T01:06:09.373Z[ host-image] Aug 27 01:06:05.266 INFO O| Aug 27 01:06:05.266 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97972026-08-27T01:06:09.373Z[ host-image] Aug 27 01:06:05.275 INFO O| Aug 27 01:06:05.275 INFO STEP 0 (create_be) COMPLETE
97982026-08-27T01:06:09.373Z[ host-image] Aug 27 01:06:05.275 INFO O| Aug 27 01:06:05.275 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97992026-08-27T01:06:09.373Z[ host-image] Aug 27 01:06:05.290 INFO O| Aug 27 01:06:05.290 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
98002026-08-27T01:06:14.364Z[ recovery-image] Aug 27 01:06:13.147 INFO O| ok, image written!
98012026-08-27T01:06:14.395Z[ recovery-image] Aug 27 01:06:13.147 INFO O| ok, boot_image_csum file written!
98022026-08-27T01:06:14.396Z[ recovery-image] Aug 27 01:06:13.150 INFO creating boot archive (CPIO)...
98032026-08-27T01:06:14.396Z[ recovery-image] Aug 27 01:06:13.150 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
98042026-08-27T01:06:14.396Z[ recovery-image] Aug 27 01:06:13.155 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
98052026-08-27T01:06:14.396Z[ recovery-image] Aug 27 01:06:13.155 INFO E| + outfile=/work/os-recovery/cpio
98062026-08-27T01:06:14.396Z[ recovery-image] Aug 27 01:06:13.155 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
98072026-08-27T01:06:14.396Z[ recovery-image] Aug 27 01:06:13.158 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
98082026-08-27T01:06:14.396Z[ recovery-image] Aug 27 01:06:13.158 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
98092026-08-27T01:06:14.403Z[ recovery-image] Aug 27 01:06:13.191 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
98102026-08-27T01:06:14.403Z[ recovery-image] Aug 27 01:06:13.191 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
98112026-08-27T01:06:14.408Z[ recovery-image] Aug 27 01:06:13.199 INFO creating compressed cpio/unix for dev loaders...
98122026-08-27T01:06:14.408Z[ recovery-image] Aug 27 01:06:13.199 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
98132026-08-27T01:06:14.678Z[ recovery-image] Aug 27 01:06:13.458 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
98142026-08-27T01:06:15.405Z[ host-image] Aug 27 01:06:14.202 INFO O| Aug 27 01:06:14.202 INFO STEP 1 (unpack_tar) COMPLETE
98152026-08-27T01:06:15.405Z[ host-image] Aug 27 01:06:14.202 INFO O| Aug 27 01:06:14.202 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98162026-08-27T01:06:15.417Z[ host-image] Aug 27 01:06:14.213 INFO O| Aug 27 01:06:14.213 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98172026-08-27T01:06:15.660Z[ host-image] Aug 27 01:06:14.455 INFO O| Aug 27 01:06:14.455 INFO STEP 2 (devfsadm) COMPLETE
98182026-08-27T01:06:15.661Z[ host-image] Aug 27 01:06:14.455 INFO O| Aug 27 01:06:14.455 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98192026-08-27T01:06:15.670Z[ host-image] Aug 27 01:06:14.466 INFO O| Aug 27 01:06:14.466 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98202026-08-27T01:06:15.678Z[ host-image] Aug 27 01:06:14.466 INFO O| Aug 27 01:06:14.466 INFO STEP 3 (ensure_dir) COMPLETE
98212026-08-27T01:06:15.678Z[ host-image] Aug 27 01:06:14.466 INFO O| Aug 27 01:06:14.466 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98222026-08-27T01:06:15.682Z[ host-image] Aug 27 01:06:14.475 INFO O| Aug 27 01:06:14.475 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98232026-08-27T01:06:15.683Z[ host-image] Aug 27 01:06:14.475 INFO O| Aug 27 01:06:14.475 INFO STEP 4 (ensure_dir) COMPLETE
98242026-08-27T01:06:15.683Z[ host-image] Aug 27 01:06:14.475 INFO O| Aug 27 01:06:14.475 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98252026-08-27T01:06:15.697Z[ host-image] Aug 27 01:06:14.485 INFO O| Aug 27 01:06:14.485 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98262026-08-27T01:06:15.697Z[ host-image] Aug 27 01:06:14.485 INFO O| Aug 27 01:06:14.485 INFO STEP 5 (ensure_dir) COMPLETE
98272026-08-27T01:06:15.706Z[ host-image] Aug 27 01:06:14.485 INFO O| Aug 27 01:06:14.485 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98282026-08-27T01:06:15.707Z[ host-image] Aug 27 01:06:14.492 INFO O| Aug 27 01:06:14.492 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98292026-08-27T01:06:15.707Z[ host-image] Aug 27 01:06:14.492 INFO O| Aug 27 01:06:14.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98302026-08-27T01:06:15.707Z[ host-image] Aug 27 01:06:14.492 INFO O| Aug 27 01:06:14.492 INFO STEP 6 (ensure_dir) COMPLETE
98312026-08-27T01:06:15.707Z[ host-image] Aug 27 01:06:14.492 INFO O| Aug 27 01:06:14.492 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98322026-08-27T01:06:15.707Z[ host-image] Aug 27 01:06:14.499 INFO O| Aug 27 01:06:14.499 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98332026-08-27T01:06:15.707Z[ host-image] Aug 27 01:06:14.499 INFO O| Aug 27 01:06:14.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98342026-08-27T01:06:15.707Z[ host-image] Aug 27 01:06:14.499 INFO O| Aug 27 01:06:14.499 INFO STEP 7 (ensure_dir) COMPLETE
98352026-08-27T01:06:15.707Z[ host-image] Aug 27 01:06:14.499 INFO O| Aug 27 01:06:14.499 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98362026-08-27T01:06:15.717Z[ host-image] Aug 27 01:06:14.506 INFO O| Aug 27 01:06:14.506 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98372026-08-27T01:06:15.717Z[ host-image] Aug 27 01:06:14.507 INFO O| Aug 27 01:06:14.507 INFO STEP 8 (remove_files) COMPLETE
98382026-08-27T01:06:15.717Z[ host-image] Aug 27 01:06:14.507 INFO O| Aug 27 01:06:14.507 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98392026-08-27T01:06:15.724Z[ host-image] Aug 27 01:06:14.515 INFO O| Aug 27 01:06:14.515 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98402026-08-27T01:06:15.724Z[ host-image] Aug 27 01:06:14.516 INFO O| Aug 27 01:06:14.516 INFO STEP 9 (remove_files) COMPLETE
98412026-08-27T01:06:15.724Z[ host-image] Aug 27 01:06:14.516 INFO O| Aug 27 01:06:14.516 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98422026-08-27T01:06:15.729Z[ host-image] Aug 27 01:06:14.523 INFO O| Aug 27 01:06:14.523 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98432026-08-27T01:06:15.730Z[ host-image] Aug 27 01:06:14.523 INFO O| Aug 27 01:06:14.523 INFO STEP 10 (remove_files) COMPLETE
98442026-08-27T01:06:15.730Z[ host-image] Aug 27 01:06:14.523 INFO O| Aug 27 01:06:14.523 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98452026-08-27T01:06:15.745Z[ host-image] Aug 27 01:06:14.531 INFO O| Aug 27 01:06:14.531 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98462026-08-27T01:06:15.745Z[ host-image] Aug 27 01:06:14.531 INFO O| Aug 27 01:06:14.531 INFO STEP 11 (remove_files) COMPLETE
98472026-08-27T01:06:15.746Z[ host-image] Aug 27 01:06:14.531 INFO O| Aug 27 01:06:14.531 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98482026-08-27T01:06:15.755Z[ host-image] Aug 27 01:06:14.538 INFO O| Aug 27 01:06:14.538 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98492026-08-27T01:06:15.755Z[ host-image] Aug 27 01:06:14.538 INFO O| Aug 27 01:06:14.538 INFO STEP 12 (remove_files) COMPLETE
98502026-08-27T01:06:15.755Z[ host-image] Aug 27 01:06:14.538 INFO O| Aug 27 01:06:14.538 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98512026-08-27T01:06:15.755Z[ host-image] Aug 27 01:06:14.545 INFO O| Aug 27 01:06:14.545 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98522026-08-27T01:06:15.755Z[ host-image] Aug 27 01:06:14.545 INFO O| Aug 27 01:06:14.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98532026-08-27T01:06:15.756Z[ host-image] Aug 27 01:06:14.545 INFO O| Aug 27 01:06:14.545 INFO STEP 13 (ensure_dir) COMPLETE
98542026-08-27T01:06:15.756Z[ host-image] Aug 27 01:06:14.545 INFO O| Aug 27 01:06:14.545 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98552026-08-27T01:06:15.762Z[ host-image] Aug 27 01:06:14.551 INFO O| Aug 27 01:06:14.551 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98562026-08-27T01:06:15.762Z[ host-image] Aug 27 01:06:14.551 INFO O| Aug 27 01:06:14.551 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98572026-08-27T01:06:15.762Z[ host-image] Aug 27 01:06:14.551 INFO O| Aug 27 01:06:14.551 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98582026-08-27T01:06:15.762Z[ host-image] Aug 27 01:06:14.551 INFO O| Aug 27 01:06:14.551 INFO STEP 14 (ensure_dir) COMPLETE
98592026-08-27T01:06:15.762Z[ host-image] Aug 27 01:06:14.551 INFO O| Aug 27 01:06:14.551 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98602026-08-27T01:06:15.766Z[ host-image] Aug 27 01:06:14.559 INFO O| Aug 27 01:06:14.559 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98612026-08-27T01:06:15.766Z[ host-image] Aug 27 01:06:14.559 INFO O| Aug 27 01:06:14.559 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98622026-08-27T01:06:15.766Z[ host-image] Aug 27 01:06:14.559 INFO O| Aug 27 01:06:14.559 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98632026-08-27T01:06:15.766Z[ host-image] Aug 27 01:06:14.559 INFO O| Aug 27 01:06:14.559 INFO STEP 15 (ensure_dir) COMPLETE
98642026-08-27T01:06:15.766Z[ host-image] Aug 27 01:06:14.559 INFO O| Aug 27 01:06:14.559 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98652026-08-27T01:06:15.771Z[ host-image] Aug 27 01:06:14.568 INFO O| Aug 27 01:06:14.568 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98662026-08-27T01:06:15.782Z[ host-image] Aug 27 01:06:14.568 INFO O| Aug 27 01:06:14.568 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98672026-08-27T01:06:15.782Z[ host-image] Aug 27 01:06:14.568 INFO O| Aug 27 01:06:14.568 INFO STEP 16 (ensure_dir) COMPLETE
98682026-08-27T01:06:15.782Z[ host-image] Aug 27 01:06:14.568 INFO O| Aug 27 01:06:14.568 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98692026-08-27T01:06:15.782Z[ host-image] Aug 27 01:06:14.576 INFO O| Aug 27 01:06:14.576 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98702026-08-27T01:06:15.782Z[ host-image] Aug 27 01:06:14.576 INFO O| Aug 27 01:06:14.576 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98712026-08-27T01:06:15.782Z[ host-image] Aug 27 01:06:14.576 INFO O| Aug 27 01:06:14.576 INFO STEP 17 (ensure_dir) COMPLETE
98722026-08-27T01:06:15.782Z[ host-image] Aug 27 01:06:14.576 INFO O| Aug 27 01:06:14.576 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98732026-08-27T01:06:15.801Z[ host-image] Aug 27 01:06:14.584 INFO O| Aug 27 01:06:14.584 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98742026-08-27T01:06:15.801Z[ host-image] Aug 27 01:06:14.584 INFO O| Aug 27 01:06:14.584 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98752026-08-27T01:06:15.801Z[ host-image] Aug 27 01:06:14.584 INFO O| Aug 27 01:06:14.584 INFO ok!
98762026-08-27T01:06:15.801Z[ host-image] Aug 27 01:06:14.584 INFO O| Aug 27 01:06:14.584 INFO STEP 18 (ensure_symlink) COMPLETE
98772026-08-27T01:06:15.802Z[ host-image] Aug 27 01:06:14.584 INFO O| Aug 27 01:06:14.584 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98782026-08-27T01:06:15.811Z[ host-image] Aug 27 01:06:14.591 INFO O| Aug 27 01:06:14.590 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98792026-08-27T01:06:15.811Z[ host-image] Aug 27 01:06:14.591 INFO O| Aug 27 01:06:14.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98802026-08-27T01:06:15.811Z[ host-image] Aug 27 01:06:14.591 INFO O| Aug 27 01:06:14.591 INFO ok!
98812026-08-27T01:06:15.812Z[ host-image] Aug 27 01:06:14.591 INFO O| Aug 27 01:06:14.591 INFO STEP 19 (ensure_file) COMPLETE
98822026-08-27T01:06:15.812Z[ host-image] Aug 27 01:06:14.591 INFO O| Aug 27 01:06:14.591 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98832026-08-27T01:06:15.812Z[ host-image] Aug 27 01:06:14.597 INFO O| Aug 27 01:06:14.597 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98842026-08-27T01:06:15.812Z[ host-image] Aug 27 01:06:14.597 INFO O| Aug 27 01:06:14.597 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98852026-08-27T01:06:15.812Z[ host-image] Aug 27 01:06:14.597 INFO O| Aug 27 01:06:14.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98862026-08-27T01:06:15.812Z[ host-image] Aug 27 01:06:14.597 INFO O| Aug 27 01:06:14.597 INFO ok!
98872026-08-27T01:06:15.812Z[ host-image] Aug 27 01:06:14.597 INFO O| Aug 27 01:06:14.597 INFO STEP 20 (ensure_symlink) COMPLETE
98882026-08-27T01:06:15.812Z[ host-image] Aug 27 01:06:14.597 INFO O| Aug 27 01:06:14.597 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98892026-08-27T01:06:15.812Z[ host-image] Aug 27 01:06:14.603 INFO O| Aug 27 01:06:14.603 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98902026-08-27T01:06:15.812Z[ host-image] Aug 27 01:06:14.603 INFO O| Aug 27 01:06:14.603 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98912026-08-27T01:06:15.813Z[ host-image] Aug 27 01:06:14.603 INFO O| Aug 27 01:06:14.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98922026-08-27T01:06:15.813Z[ host-image] Aug 27 01:06:14.603 INFO O| Aug 27 01:06:14.603 INFO ok!
98932026-08-27T01:06:15.813Z[ host-image] Aug 27 01:06:14.603 INFO O| Aug 27 01:06:14.603 INFO STEP 21 (ensure_symlink) COMPLETE
98942026-08-27T01:06:15.813Z[ host-image] Aug 27 01:06:14.603 INFO O| Aug 27 01:06:14.603 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98952026-08-27T01:06:15.898Z[ host-image] Aug 27 01:06:14.610 INFO O| Aug 27 01:06:14.610 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98962026-08-27T01:06:15.898Z[ host-image] Aug 27 01:06:14.610 INFO O| Aug 27 01:06:14.610 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98972026-08-27T01:06:15.898Z[ host-image] Aug 27 01:06:14.610 INFO O| Aug 27 01:06:14.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98982026-08-27T01:06:15.898Z[ host-image] Aug 27 01:06:14.610 INFO O| Aug 27 01:06:14.610 INFO ok!
98992026-08-27T01:06:15.898Z[ host-image] Aug 27 01:06:14.610 INFO O| Aug 27 01:06:14.610 INFO STEP 22 (ensure_symlink) COMPLETE
99002026-08-27T01:06:15.898Z[ host-image] Aug 27 01:06:14.610 INFO O| Aug 27 01:06:14.610 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99012026-08-27T01:06:15.920Z[ host-image] Aug 27 01:06:14.616 INFO O| Aug 27 01:06:14.616 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
99022026-08-27T01:06:15.921Z[ host-image] Aug 27 01:06:14.616 INFO O| Aug 27 01:06:14.616 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
99032026-08-27T01:06:15.921Z[ host-image] Aug 27 01:06:14.616 INFO O| Aug 27 01:06:14.616 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
99042026-08-27T01:06:15.921Z[ host-image] Aug 27 01:06:14.616 INFO O| Aug 27 01:06:14.616 INFO ok!
99052026-08-27T01:06:15.921Z[ host-image] Aug 27 01:06:14.616 INFO O| Aug 27 01:06:14.616 INFO STEP 23 (ensure_symlink) COMPLETE
99062026-08-27T01:06:15.921Z[ host-image] Aug 27 01:06:14.616 INFO O| Aug 27 01:06:14.616 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99072026-08-27T01:06:15.922Z[ host-image] Aug 27 01:06:14.625 INFO O| Aug 27 01:06:14.625 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
99082026-08-27T01:06:15.922Z[ host-image] Aug 27 01:06:14.625 INFO O| Aug 27 01:06:14.625 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
99092026-08-27T01:06:15.922Z[ host-image] Aug 27 01:06:14.625 INFO O| Aug 27 01:06:14.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
99102026-08-27T01:06:15.922Z[ host-image] Aug 27 01:06:14.625 INFO O| Aug 27 01:06:14.625 INFO ok!
99112026-08-27T01:06:15.922Z[ host-image] Aug 27 01:06:14.625 INFO O| Aug 27 01:06:14.625 INFO STEP 24 (ensure_file) COMPLETE
99122026-08-27T01:06:15.922Z[ host-image] Aug 27 01:06:14.625 INFO O| Aug 27 01:06:14.625 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
99132026-08-27T01:06:15.922Z[ host-image] Aug 27 01:06:14.634 INFO O| Aug 27 01:06:14.633 INFO updating shadow file
99142026-08-27T01:06:15.922Z[ host-image] Aug 27 01:06:14.634 INFO O| Aug 27 01:06:14.634 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99152026-08-27T01:06:15.922Z[ host-image] Aug 27 01:06:14.634 INFO O| Aug 27 01:06:14.634 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99162026-08-27T01:06:15.922Z[ host-image] Aug 27 01:06:14.634 INFO O| Aug 27 01:06:14.634 INFO STEP 25 (shadow) COMPLETE
99172026-08-27T01:06:15.922Z[ host-image] Aug 27 01:06:14.634 INFO O| Aug 27 01:06:14.634 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99182026-08-27T01:06:15.922Z[ host-image] Aug 27 01:06:14.643 INFO O| Aug 27 01:06:14.643 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99192026-08-27T01:06:15.922Z[ host-image] Aug 27 01:06:14.643 INFO O| Aug 27 01:06:14.643 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99202026-08-27T01:06:15.922Z[ host-image] Aug 27 01:06:14.643 INFO O| Aug 27 01:06:14.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99212026-08-27T01:06:15.922Z[ host-image] Aug 27 01:06:14.643 INFO O| Aug 27 01:06:14.643 INFO ok!
99222026-08-27T01:06:15.923Z[ host-image] Aug 27 01:06:14.643 INFO O| Aug 27 01:06:14.643 INFO STEP 26 (ensure_file) COMPLETE
99232026-08-27T01:06:15.923Z[ host-image] Aug 27 01:06:14.643 INFO O| Aug 27 01:06:14.643 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99242026-08-27T01:06:15.923Z[ host-image] Aug 27 01:06:14.651 INFO O| Aug 27 01:06:14.651 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99252026-08-27T01:06:15.923Z[ host-image] Aug 27 01:06:14.651 INFO O| Aug 27 01:06:14.651 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99262026-08-27T01:06:15.923Z[ host-image] Aug 27 01:06:14.651 INFO O| Aug 27 01:06:14.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99272026-08-27T01:06:15.923Z[ host-image] Aug 27 01:06:14.651 INFO O| Aug 27 01:06:14.651 INFO ok!
99282026-08-27T01:06:15.923Z[ host-image] Aug 27 01:06:14.651 INFO O| Aug 27 01:06:14.651 INFO STEP 27 (ensure_file) COMPLETE
99292026-08-27T01:06:15.923Z[ host-image] Aug 27 01:06:14.651 INFO O| Aug 27 01:06:14.651 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99302026-08-27T01:06:15.924Z[ host-image] Aug 27 01:06:14.659 INFO O| Aug 27 01:06:14.659 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99312026-08-27T01:06:15.924Z[ host-image] Aug 27 01:06:14.659 INFO O| Aug 27 01:06:14.659 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99322026-08-27T01:06:15.924Z[ host-image] Aug 27 01:06:14.659 INFO O| Aug 27 01:06:14.659 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99332026-08-27T01:06:15.924Z[ host-image] Aug 27 01:06:14.659 INFO O| Aug 27 01:06:14.659 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99342026-08-27T01:06:15.924Z[ host-image] Aug 27 01:06:14.659 INFO O| Aug 27 01:06:14.659 INFO ok!
99352026-08-27T01:06:15.924Z[ host-image] Aug 27 01:06:14.659 INFO O| Aug 27 01:06:14.659 INFO STEP 28 (ensure_file) COMPLETE
99362026-08-27T01:06:15.924Z[ host-image] Aug 27 01:06:14.659 INFO O| Aug 27 01:06:14.659 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99372026-08-27T01:06:15.924Z[ host-image] Aug 27 01:06:14.668 INFO O| Aug 27 01:06:14.668 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99382026-08-27T01:06:15.924Z[ host-image] Aug 27 01:06:14.668 INFO O| Aug 27 01:06:14.668 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99392026-08-27T01:06:15.924Z[ host-image] Aug 27 01:06:14.668 INFO O| Aug 27 01:06:14.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99402026-08-27T01:06:15.924Z[ host-image] Aug 27 01:06:14.668 INFO O| Aug 27 01:06:14.668 INFO ok!
99412026-08-27T01:06:15.924Z[ host-image] Aug 27 01:06:14.668 INFO O| Aug 27 01:06:14.668 INFO STEP 29 (ensure_file) COMPLETE
99422026-08-27T01:06:15.924Z[ host-image] Aug 27 01:06:14.668 INFO O| Aug 27 01:06:14.668 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99432026-08-27T01:06:15.924Z[ host-image] Aug 27 01:06:14.677 INFO O| Aug 27 01:06:14.677 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99442026-08-27T01:06:15.924Z[ host-image] Aug 27 01:06:14.677 INFO O| Aug 27 01:06:14.677 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99452026-08-27T01:06:15.924Z[ host-image] Aug 27 01:06:14.677 INFO O| Aug 27 01:06:14.677 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99462026-08-27T01:06:15.924Z[ host-image] Aug 27 01:06:14.677 INFO O| Aug 27 01:06:14.677 INFO STEP 30 (ensure_dir) COMPLETE
99472026-08-27T01:06:15.924Z[ host-image] Aug 27 01:06:14.677 INFO O| Aug 27 01:06:14.677 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99482026-08-27T01:06:15.924Z[ host-image] Aug 27 01:06:14.685 INFO O| Aug 27 01:06:14.685 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99492026-08-27T01:06:15.924Z[ host-image] Aug 27 01:06:14.685 INFO O| Aug 27 01:06:14.685 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99502026-08-27T01:06:15.925Z[ host-image] Aug 27 01:06:14.685 INFO O| Aug 27 01:06:14.685 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99512026-08-27T01:06:15.925Z[ host-image] Aug 27 01:06:14.685 INFO O| Aug 27 01:06:14.685 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99522026-08-27T01:06:15.925Z[ host-image] Aug 27 01:06:14.685 INFO O| Aug 27 01:06:14.685 INFO ok!
99532026-08-27T01:06:15.926Z[ host-image] Aug 27 01:06:14.685 INFO O| Aug 27 01:06:14.685 INFO STEP 31 (ensure_file) COMPLETE
99542026-08-27T01:06:15.926Z[ host-image] Aug 27 01:06:14.685 INFO O| Aug 27 01:06:14.685 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99552026-08-27T01:06:15.926Z[ host-image] Aug 27 01:06:14.694 INFO O| Aug 27 01:06:14.694 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99562026-08-27T01:06:15.926Z[ host-image] Aug 27 01:06:14.694 INFO O| Aug 27 01:06:14.694 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99572026-08-27T01:06:15.926Z[ host-image] Aug 27 01:06:14.694 INFO O| Aug 27 01:06:14.694 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99582026-08-27T01:06:15.926Z[ host-image] Aug 27 01:06:14.694 INFO O| Aug 27 01:06:14.694 INFO STEP 32 (ensure_dir) COMPLETE
99592026-08-27T01:06:15.926Z[ host-image] Aug 27 01:06:14.694 INFO O| Aug 27 01:06:14.694 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99602026-08-27T01:06:15.926Z[ host-image] Aug 27 01:06:14.703 INFO O| Aug 27 01:06:14.703 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99612026-08-27T01:06:15.926Z[ host-image] Aug 27 01:06:14.703 INFO O| Aug 27 01:06:14.703 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 ...
99622026-08-27T01:06:15.926Z[ host-image] Aug 27 01:06:14.703 INFO O| Aug 27 01:06:14.703 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
99632026-08-27T01:06:15.926Z[ host-image] Aug 27 01:06:14.703 INFO O| Aug 27 01:06:14.703 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99642026-08-27T01:06:15.926Z[ host-image] Aug 27 01:06:14.703 INFO O| Aug 27 01:06:14.703 INFO ok!
99652026-08-27T01:06:15.926Z[ host-image] Aug 27 01:06:14.703 INFO O| Aug 27 01:06:14.703 INFO STEP 33 (ensure_file) COMPLETE
99662026-08-27T01:06:15.926Z[ host-image] Aug 27 01:06:14.703 INFO O| Aug 27 01:06:14.703 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99672026-08-27T01:06:15.937Z[ host-image] Aug 27 01:06:14.711 INFO O| Aug 27 01:06:14.711 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99682026-08-27T01:06:15.942Z[ host-image] Aug 27 01:06:14.711 INFO O| Aug 27 01:06:14.711 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99692026-08-27T01:06:15.942Z[ host-image] Aug 27 01:06:14.711 INFO O| Aug 27 01:06:14.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99702026-08-27T01:06:15.942Z[ host-image] Aug 27 01:06:14.711 INFO O| Aug 27 01:06:14.711 INFO ok!
99712026-08-27T01:06:15.942Z[ host-image] Aug 27 01:06:14.711 INFO O| Aug 27 01:06:14.711 INFO STEP 34 (ensure_file) COMPLETE
99722026-08-27T01:06:15.942Z[ host-image] Aug 27 01:06:14.711 INFO O| Aug 27 01:06:14.711 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99732026-08-27T01:06:15.942Z[ host-image] Aug 27 01:06:14.719 INFO O| Aug 27 01:06:14.719 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99742026-08-27T01:06:15.942Z[ host-image] Aug 27 01:06:14.719 INFO O| Aug 27 01:06:14.719 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99752026-08-27T01:06:15.942Z[ host-image] Aug 27 01:06:14.719 INFO O| Aug 27 01:06:14.719 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99762026-08-27T01:06:15.942Z[ host-image] Aug 27 01:06:14.719 INFO O| Aug 27 01:06:14.719 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99772026-08-27T01:06:15.942Z[ host-image] Aug 27 01:06:14.719 INFO O| Aug 27 01:06:14.719 INFO ok!
99782026-08-27T01:06:15.942Z[ host-image] Aug 27 01:06:14.719 INFO O| Aug 27 01:06:14.719 INFO STEP 35 (ensure_file) COMPLETE
99792026-08-27T01:06:15.942Z[ host-image] Aug 27 01:06:14.719 INFO O| Aug 27 01:06:14.719 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99802026-08-27T01:06:15.942Z[ host-image] Aug 27 01:06:14.726 INFO O| Aug 27 01:06:14.726 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99812026-08-27T01:06:15.942Z[ host-image] Aug 27 01:06:14.726 INFO O| Aug 27 01:06:14.726 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99822026-08-27T01:06:15.942Z[ host-image] Aug 27 01:06:14.726 INFO O| Aug 27 01:06:14.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99832026-08-27T01:06:15.943Z[ host-image] Aug 27 01:06:14.726 INFO O| Aug 27 01:06:14.726 INFO ok!
99842026-08-27T01:06:15.943Z[ host-image] Aug 27 01:06:14.726 INFO O| Aug 27 01:06:14.726 INFO STEP 36 (ensure_file) COMPLETE
99852026-08-27T01:06:15.943Z[ host-image] Aug 27 01:06:14.726 INFO O| Aug 27 01:06:14.726 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99862026-08-27T01:06:15.962Z[ host-image] Aug 27 01:06:14.732 INFO O| Aug 27 01:06:14.732 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99872026-08-27T01:06:15.962Z[ host-image] Aug 27 01:06:14.732 INFO O| Aug 27 01:06:14.732 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99882026-08-27T01:06:15.962Z[ host-image] Aug 27 01:06:14.732 INFO O| Aug 27 01:06:14.732 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99892026-08-27T01:06:15.962Z[ host-image] Aug 27 01:06:14.732 INFO O| Aug 27 01:06:14.732 INFO ok!
99902026-08-27T01:06:15.962Z[ host-image] Aug 27 01:06:14.732 INFO O| Aug 27 01:06:14.732 INFO STEP 37 (ensure_file) COMPLETE
99912026-08-27T01:06:15.962Z[ host-image] Aug 27 01:06:14.732 INFO O| Aug 27 01:06:14.732 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99922026-08-27T01:06:15.962Z[ host-image] Aug 27 01:06:14.739 INFO O| Aug 27 01:06:14.739 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99932026-08-27T01:06:15.962Z[ host-image] Aug 27 01:06:14.739 INFO O| Aug 27 01:06:14.739 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99942026-08-27T01:06:15.962Z[ host-image] Aug 27 01:06:14.739 INFO O| Aug 27 01:06:14.739 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99952026-08-27T01:06:15.962Z[ host-image] Aug 27 01:06:14.739 INFO O| Aug 27 01:06:14.739 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99962026-08-27T01:06:15.962Z[ host-image] Aug 27 01:06:14.739 INFO O| Aug 27 01:06:14.739 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99972026-08-27T01:06:15.962Z[ host-image] Aug 27 01:06:14.739 INFO O| Aug 27 01:06:14.739 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99982026-08-27T01:06:15.963Z[ host-image] Aug 27 01:06:14.739 INFO O| Aug 27 01:06:14.739 INFO ok!
99992026-08-27T01:06:15.963Z[ host-image] Aug 27 01:06:14.739 INFO O| Aug 27 01:06:14.739 INFO STEP 38 (ensure_file) COMPLETE
100002026-08-27T01:06:15.963Z[ host-image] Aug 27 01:06:14.739 INFO O| Aug 27 01:06:14.739 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100012026-08-27T01:06:15.963Z[ host-image] Aug 27 01:06:14.745 INFO O| Aug 27 01:06:14.745 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100022026-08-27T01:06:15.963Z[ host-image] Aug 27 01:06:14.745 INFO O| Aug 27 01:06:14.745 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100032026-08-27T01:06:15.963Z[ host-image] Aug 27 01:06:14.745 INFO O| Aug 27 01:06:14.745 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100042026-08-27T01:06:15.963Z[ host-image] Aug 27 01:06:14.745 INFO O| Aug 27 01:06:14.745 INFO STEP 39 (ensure_dir) COMPLETE
100052026-08-27T01:06:15.963Z[ host-image] Aug 27 01:06:14.745 INFO O| Aug 27 01:06:14.745 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100062026-08-27T01:06:15.969Z[ host-image] Aug 27 01:06:14.752 INFO O| Aug 27 01:06:14.752 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
100072026-08-27T01:06:15.969Z[ host-image] Aug 27 01:06:14.752 INFO O| Aug 27 01:06:14.752 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 ...
100082026-08-27T01:06:15.969Z[ host-image] Aug 27 01:06:14.752 INFO O| Aug 27 01:06:14.752 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
100092026-08-27T01:06:15.969Z[ host-image] Aug 27 01:06:14.752 INFO O| Aug 27 01:06:14.752 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
100102026-08-27T01:06:15.969Z[ host-image] Aug 27 01:06:14.752 INFO O| Aug 27 01:06:14.752 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
100112026-08-27T01:06:15.969Z[ host-image] Aug 27 01:06:14.752 INFO O| Aug 27 01:06:14.752 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
100122026-08-27T01:06:15.970Z[ host-image] Aug 27 01:06:14.752 INFO O| Aug 27 01:06:14.752 INFO ok!
100132026-08-27T01:06:15.970Z[ host-image] Aug 27 01:06:14.752 INFO O| Aug 27 01:06:14.752 INFO STEP 40 (ensure_file) COMPLETE
100142026-08-27T01:06:15.970Z[ host-image] Aug 27 01:06:14.752 INFO O| Aug 27 01:06:14.752 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100152026-08-27T01:06:15.970Z[ host-image] Aug 27 01:06:14.761 INFO O| Aug 27 01:06:14.761 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100162026-08-27T01:06:15.970Z[ host-image] Aug 27 01:06:14.761 INFO O| Aug 27 01:06:14.761 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 ...
100172026-08-27T01:06:15.970Z[ host-image] Aug 27 01:06:14.761 INFO O| Aug 27 01:06:14.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100182026-08-27T01:06:15.970Z[ host-image] Aug 27 01:06:14.761 INFO O| Aug 27 01:06:14.761 INFO ok!
100192026-08-27T01:06:15.970Z[ host-image] Aug 27 01:06:14.761 INFO O| Aug 27 01:06:14.761 INFO STEP 41 (ensure_symlink) COMPLETE
100202026-08-27T01:06:15.970Z[ host-image] Aug 27 01:06:14.761 INFO O| Aug 27 01:06:14.761 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100212026-08-27T01:06:15.975Z[ host-image] Aug 27 01:06:14.767 INFO O| Aug 27 01:06:14.767 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100222026-08-27T01:06:15.975Z[ host-image] Aug 27 01:06:14.767 INFO O| Aug 27 01:06:14.767 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100232026-08-27T01:06:15.975Z[ host-image] Aug 27 01:06:14.767 INFO O| Aug 27 01:06:14.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100242026-08-27T01:06:15.976Z[ host-image] Aug 27 01:06:14.767 INFO O| Aug 27 01:06:14.767 INFO ok!
100252026-08-27T01:06:15.976Z[ host-image] Aug 27 01:06:14.767 INFO O| Aug 27 01:06:14.767 INFO STEP 42 (ensure_symlink) COMPLETE
100262026-08-27T01:06:15.976Z[ host-image] Aug 27 01:06:14.767 INFO O| Aug 27 01:06:14.767 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100272026-08-27T01:06:15.990Z[ host-image] Aug 27 01:06:14.773 INFO O| Aug 27 01:06:14.773 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100282026-08-27T01:06:15.990Z[ host-image] Aug 27 01:06:14.773 INFO O| Aug 27 01:06:14.773 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100292026-08-27T01:06:15.990Z[ host-image] Aug 27 01:06:14.773 INFO O| Aug 27 01:06:14.773 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100302026-08-27T01:06:15.990Z[ host-image] Aug 27 01:06:14.773 INFO O| Aug 27 01:06:14.773 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100312026-08-27T01:06:15.990Z[ host-image] Aug 27 01:06:14.773 INFO O| Aug 27 01:06:14.773 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100322026-08-27T01:06:15.991Z[ host-image] Aug 27 01:06:14.773 INFO O| Aug 27 01:06:14.773 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100332026-08-27T01:06:15.991Z[ host-image] Aug 27 01:06:14.773 INFO O| Aug 27 01:06:14.773 INFO ok!
100342026-08-27T01:06:15.991Z[ host-image] Aug 27 01:06:14.773 INFO O| Aug 27 01:06:14.773 INFO STEP 43 (ensure_file) COMPLETE
100352026-08-27T01:06:15.991Z[ host-image] Aug 27 01:06:14.773 INFO O| Aug 27 01:06:14.773 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100362026-08-27T01:06:15.991Z[ host-image] Aug 27 01:06:14.779 INFO O| Aug 27 01:06:14.779 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100372026-08-27T01:06:15.991Z[ host-image] Aug 27 01:06:14.779 INFO O| Aug 27 01:06:14.779 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 ...
100382026-08-27T01:06:15.994Z[ host-image] Aug 27 01:06:14.779 INFO O| Aug 27 01:06:14.779 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
100392026-08-27T01:06:15.994Z[ host-image] Aug 27 01:06:14.779 INFO O| Aug 27 01:06:14.779 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100402026-08-27T01:06:15.994Z[ host-image] Aug 27 01:06:14.779 INFO O| Aug 27 01:06:14.779 INFO ok!
100412026-08-27T01:06:15.994Z[ host-image] Aug 27 01:06:14.779 INFO O| Aug 27 01:06:14.779 INFO STEP 44 (ensure_file) COMPLETE
100422026-08-27T01:06:15.995Z[ host-image] Aug 27 01:06:14.779 INFO O| Aug 27 01:06:14.779 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100432026-08-27T01:06:16.010Z[ host-image] Aug 27 01:06:14.787 INFO O| Aug 27 01:06:14.787 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100442026-08-27T01:06:16.010Z[ host-image] Aug 27 01:06:14.787 INFO O| Aug 27 01:06:14.787 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100452026-08-27T01:06:16.010Z[ host-image] Aug 27 01:06:14.787 INFO O| Aug 27 01:06:14.787 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100462026-08-27T01:06:16.010Z[ host-image] Aug 27 01:06:14.787 INFO O| Aug 27 01:06:14.787 INFO ok!
100472026-08-27T01:06:16.010Z[ host-image] Aug 27 01:06:14.787 INFO O| Aug 27 01:06:14.787 INFO STEP 45 (ensure_file) COMPLETE
100482026-08-27T01:06:16.010Z[ host-image] Aug 27 01:06:14.787 INFO O| Aug 27 01:06:14.787 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100492026-08-27T01:06:16.010Z[ host-image] Aug 27 01:06:14.794 INFO O| Aug 27 01:06:14.794 INFO updating shadow file
100502026-08-27T01:06:16.010Z[ host-image] Aug 27 01:06:14.794 INFO O| Aug 27 01:06:14.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100512026-08-27T01:06:16.010Z[ host-image] Aug 27 01:06:14.794 INFO O| Aug 27 01:06:14.794 INFO STEP 46 (shadow) COMPLETE
100522026-08-27T01:06:16.010Z[ host-image] Aug 27 01:06:14.794 INFO O| Aug 27 01:06:14.794 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100532026-08-27T01:06:16.017Z[ host-image] Aug 27 01:06:14.802 INFO O| Aug 27 01:06:14.802 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100542026-08-27T01:06:16.017Z[ host-image] Aug 27 01:06:14.802 INFO O| Aug 27 01:06:14.802 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100552026-08-27T01:06:16.017Z[ host-image] Aug 27 01:06:14.802 INFO O| Aug 27 01:06:14.802 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100562026-08-27T01:06:16.017Z[ host-image] Aug 27 01:06:14.802 INFO O| Aug 27 01:06:14.802 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100572026-08-27T01:06:16.017Z[ host-image] Aug 27 01:06:14.802 INFO O| Aug 27 01:06:14.802 INFO ok!
100582026-08-27T01:06:16.017Z[ host-image] Aug 27 01:06:14.802 INFO O| Aug 27 01:06:14.802 INFO STEP 47 (ensure_file) COMPLETE
100592026-08-27T01:06:16.017Z[ host-image] Aug 27 01:06:14.802 INFO O| Aug 27 01:06:14.802 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100602026-08-27T01:06:16.017Z[ host-image] Aug 27 01:06:14.802 INFO O| Aug 27 01:06:14.802 INFO skip step because feature "mfg" is not enabled
100612026-08-27T01:06:16.017Z[ host-image] Aug 27 01:06:14.802 INFO O| Aug 27 01:06:14.802 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100622026-08-27T01:06:16.017Z[ host-image] Aug 27 01:06:14.802 INFO O| Aug 27 01:06:14.802 INFO skip step because feature "mfg" is not enabled
100632026-08-27T01:06:16.017Z[ host-image] Aug 27 01:06:14.802 INFO O| Aug 27 01:06:14.802 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100642026-08-27T01:06:16.017Z[ host-image] Aug 27 01:06:14.809 INFO O| Aug 27 01:06:14.809 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100652026-08-27T01:06:16.017Z[ host-image] Aug 27 01:06:14.809 INFO O| Aug 27 01:06:14.809 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100662026-08-27T01:06:16.037Z[ host-image] Aug 27 01:06:14.833 INFO O| Aug 27 01:06:14.833 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100672026-08-27T01:06:16.037Z[ host-image] Aug 27 01:06:14.833 INFO O| Aug 27 01:06:14.833 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100682026-08-27T01:06:16.050Z[ host-image] Aug 27 01:06:14.833 INFO O| Aug 27 01:06:14.833 INFO ok!
100692026-08-27T01:06:16.050Z[ host-image] Aug 27 01:06:14.833 INFO O| Aug 27 01:06:14.833 INFO STEP 50 (ensure_file) COMPLETE
100702026-08-27T01:06:16.050Z[ host-image] Aug 27 01:06:14.833 INFO O| Aug 27 01:06:14.833 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100712026-08-27T01:06:16.050Z[ host-image] Aug 27 01:06:14.833 INFO O| Aug 27 01:06:14.833 INFO skip step because feature "compliance" is not enabled
100722026-08-27T01:06:16.050Z[ host-image] Aug 27 01:06:14.833 INFO O| Aug 27 01:06:14.833 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100732026-08-27T01:06:16.053Z[ host-image] Aug 27 01:06:14.841 INFO O| Aug 27 01:06:14.841 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100742026-08-27T01:06:16.053Z[ host-image] Aug 27 01:06:14.841 INFO O| Aug 27 01:06:14.841 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100752026-08-27T01:06:16.053Z[ host-image] Aug 27 01:06:14.841 INFO O| Aug 27 01:06:14.841 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100762026-08-27T01:06:16.053Z[ host-image] Aug 27 01:06:14.841 INFO O| Aug 27 01:06:14.841 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100772026-08-27T01:06:16.053Z[ host-image] Aug 27 01:06:14.841 INFO O| Aug 27 01:06:14.841 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100782026-08-27T01:06:16.053Z[ host-image] Aug 27 01:06:14.841 INFO O| Aug 27 01:06:14.841 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100792026-08-27T01:06:16.053Z[ host-image] Aug 27 01:06:14.841 INFO O| Aug 27 01:06:14.841 INFO ok!
100802026-08-27T01:06:16.053Z[ host-image] Aug 27 01:06:14.841 INFO O| Aug 27 01:06:14.841 INFO STEP 52 (ensure_file) COMPLETE
100812026-08-27T01:06:16.053Z[ host-image] Aug 27 01:06:14.841 INFO O| Aug 27 01:06:14.841 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100822026-08-27T01:06:16.057Z[ host-image] Aug 27 01:06:14.847 INFO O| Aug 27 01:06:14.847 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100832026-08-27T01:06:16.057Z[ host-image] Aug 27 01:06:14.847 INFO O| Aug 27 01:06:14.847 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 ...
100842026-08-27T01:06:16.057Z[ host-image] Aug 27 01:06:14.847 INFO O| Aug 27 01:06:14.847 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
100852026-08-27T01:06:16.057Z[ host-image] Aug 27 01:06:14.847 INFO O| Aug 27 01:06:14.847 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100862026-08-27T01:06:16.057Z[ host-image] Aug 27 01:06:14.847 INFO O| Aug 27 01:06:14.847 INFO ok!
100872026-08-27T01:06:16.058Z[ host-image] Aug 27 01:06:14.847 INFO O| Aug 27 01:06:14.847 INFO STEP 53 (ensure_file) COMPLETE
100882026-08-27T01:06:16.059Z[ host-image] Aug 27 01:06:14.847 INFO O| Aug 27 01:06:14.847 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100892026-08-27T01:06:16.059Z[ host-image] Aug 27 01:06:14.853 INFO O| Aug 27 01:06:14.853 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100902026-08-27T01:06:16.059Z[ host-image] Aug 27 01:06:14.853 INFO O| Aug 27 01:06:14.853 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 ...
100912026-08-27T01:06:16.059Z[ host-image] Aug 27 01:06:14.853 INFO O| Aug 27 01:06:14.853 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100922026-08-27T01:06:16.059Z[ host-image] Aug 27 01:06:14.853 INFO O| Aug 27 01:06:14.853 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100932026-08-27T01:06:16.059Z[ host-image] Aug 27 01:06:14.853 INFO O| Aug 27 01:06:14.853 INFO ok!
100942026-08-27T01:06:16.059Z[ host-image] Aug 27 01:06:14.853 INFO O| Aug 27 01:06:14.853 INFO STEP 54 (ensure_file) COMPLETE
100952026-08-27T01:06:16.059Z[ host-image] Aug 27 01:06:14.853 INFO O| Aug 27 01:06:14.853 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100962026-08-27T01:06:16.080Z[ host-image] Aug 27 01:06:14.859 INFO O| Aug 27 01:06:14.859 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100972026-08-27T01:06:16.080Z[ host-image] Aug 27 01:06:14.859 INFO O| Aug 27 01:06:14.859 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 ...
100982026-08-27T01:06:16.081Z[ host-image] Aug 27 01:06:14.859 INFO O| Aug 27 01:06:14.859 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
100992026-08-27T01:06:16.081Z[ host-image] Aug 27 01:06:14.859 INFO O| Aug 27 01:06:14.859 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
101002026-08-27T01:06:16.081Z[ host-image] Aug 27 01:06:14.859 INFO O| Aug 27 01:06:14.859 INFO ok!
101012026-08-27T01:06:16.081Z[ host-image] Aug 27 01:06:14.859 INFO O| Aug 27 01:06:14.859 INFO STEP 55 (ensure_file) COMPLETE
101022026-08-27T01:06:16.081Z[ host-image] Aug 27 01:06:14.859 INFO O| Aug 27 01:06:14.859 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101032026-08-27T01:06:16.098Z[ host-image] Aug 27 01:06:14.864 INFO O| Aug 27 01:06:14.864 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
101042026-08-27T01:06:16.099Z[ host-image] Aug 27 01:06:14.865 INFO O| Aug 27 01:06:14.864 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 ...
101052026-08-27T01:06:16.099Z[ host-image] Aug 27 01:06:14.865 INFO O| Aug 27 01:06:14.865 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101062026-08-27T01:06:16.099Z[ host-image] Aug 27 01:06:14.865 INFO O| Aug 27 01:06:14.865 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101072026-08-27T01:06:16.099Z[ host-image] Aug 27 01:06:14.865 INFO O| Aug 27 01:06:14.865 INFO ok!
101082026-08-27T01:06:16.099Z[ host-image] Aug 27 01:06:14.865 INFO O| Aug 27 01:06:14.865 INFO STEP 56 (ensure_file) COMPLETE
101092026-08-27T01:06:16.099Z[ host-image] Aug 27 01:06:14.865 INFO O| Aug 27 01:06:14.865 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101102026-08-27T01:06:16.099Z[ host-image] Aug 27 01:06:14.873 INFO O| Aug 27 01:06:14.873 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
101112026-08-27T01:06:16.099Z[ host-image] Aug 27 01:06:14.873 INFO O| Aug 27 01:06:14.873 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 ...
101122026-08-27T01:06:16.099Z[ host-image] Aug 27 01:06:14.873 INFO O| Aug 27 01:06:14.873 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
101132026-08-27T01:06:16.099Z[ host-image] Aug 27 01:06:14.873 INFO O| Aug 27 01:06:14.873 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101142026-08-27T01:06:16.099Z[ host-image] Aug 27 01:06:14.873 INFO O| Aug 27 01:06:14.873 INFO ok!
101152026-08-27T01:06:16.099Z[ host-image] Aug 27 01:06:14.873 INFO O| Aug 27 01:06:14.873 INFO STEP 57 (ensure_file) COMPLETE
101162026-08-27T01:06:16.099Z[ host-image] Aug 27 01:06:14.873 INFO O| Aug 27 01:06:14.873 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101172026-08-27T01:06:16.099Z[ host-image] Aug 27 01:06:14.878 INFO O| Aug 27 01:06:14.878 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101182026-08-27T01:06:16.099Z[ host-image] Aug 27 01:06:14.878 INFO O| Aug 27 01:06:14.878 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 ...
101192026-08-27T01:06:16.100Z[ host-image] Aug 27 01:06:14.878 INFO O| Aug 27 01:06:14.878 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101202026-08-27T01:06:16.100Z[ host-image] Aug 27 01:06:14.878 INFO O| Aug 27 01:06:14.878 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101212026-08-27T01:06:16.100Z[ host-image] Aug 27 01:06:14.878 INFO O| Aug 27 01:06:14.878 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101222026-08-27T01:06:16.100Z[ host-image] Aug 27 01:06:14.878 INFO O| Aug 27 01:06:14.878 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101232026-08-27T01:06:16.100Z[ host-image] Aug 27 01:06:14.878 INFO O| Aug 27 01:06:14.878 INFO ok!
101242026-08-27T01:06:16.100Z[ host-image] Aug 27 01:06:14.878 INFO O| Aug 27 01:06:14.878 INFO STEP 58 (ensure_file) COMPLETE
101252026-08-27T01:06:16.100Z[ host-image] Aug 27 01:06:14.878 INFO O| Aug 27 01:06:14.878 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101262026-08-27T01:06:16.190Z[ host-image] Aug 27 01:06:14.885 INFO O| Aug 27 01:06:14.885 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101272026-08-27T01:06:16.192Z[ host-image] Aug 27 01:06:14.885 INFO O| Aug 27 01:06:14.885 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 ...
101282026-08-27T01:06:16.192Z[ host-image] Aug 27 01:06:14.885 INFO O| Aug 27 01:06:14.885 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
101292026-08-27T01:06:16.192Z[ host-image] Aug 27 01:06:14.885 INFO O| Aug 27 01:06:14.885 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101302026-08-27T01:06:16.192Z[ host-image] Aug 27 01:06:14.885 INFO O| Aug 27 01:06:14.885 INFO ok!
101312026-08-27T01:06:16.192Z[ host-image] Aug 27 01:06:14.885 INFO O| Aug 27 01:06:14.885 INFO STEP 59 (ensure_file) COMPLETE
101322026-08-27T01:06:16.192Z[ host-image] Aug 27 01:06:14.885 INFO O| Aug 27 01:06:14.885 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101332026-08-27T01:06:16.192Z[ host-image] Aug 27 01:06:14.891 INFO O| Aug 27 01:06:14.891 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101342026-08-27T01:06:16.195Z[ host-image] Aug 27 01:06:14.891 INFO O| Aug 27 01:06:14.891 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101352026-08-27T01:06:16.195Z[ host-image] Aug 27 01:06:14.891 INFO O| Aug 27 01:06:14.891 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101362026-08-27T01:06:16.195Z[ host-image] Aug 27 01:06:14.891 INFO O| Aug 27 01:06:14.891 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101372026-08-27T01:06:16.195Z[ host-image] Aug 27 01:06:14.891 INFO O| Aug 27 01:06:14.891 INFO ok!
101382026-08-27T01:06:16.195Z[ host-image] Aug 27 01:06:14.891 INFO O| Aug 27 01:06:14.891 INFO STEP 60 (ensure_file) COMPLETE
101392026-08-27T01:06:16.196Z[ host-image] Aug 27 01:06:14.891 INFO O| Aug 27 01:06:14.891 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101402026-08-27T01:06:16.196Z[ host-image] Aug 27 01:06:14.898 INFO O| Aug 27 01:06:14.898 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101412026-08-27T01:06:16.196Z[ host-image] Aug 27 01:06:14.898 INFO O| Aug 27 01:06:14.898 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 ...
101422026-08-27T01:06:16.196Z[ host-image] Aug 27 01:06:14.898 INFO O| Aug 27 01:06:14.898 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
101432026-08-27T01:06:16.197Z[ host-image] Aug 27 01:06:14.898 INFO O| Aug 27 01:06:14.898 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101442026-08-27T01:06:16.197Z[ host-image] Aug 27 01:06:14.898 INFO O| Aug 27 01:06:14.898 INFO ok!
101452026-08-27T01:06:16.197Z[ host-image] Aug 27 01:06:14.898 INFO O| Aug 27 01:06:14.898 INFO STEP 61 (ensure_file) COMPLETE
101462026-08-27T01:06:16.197Z[ host-image] Aug 27 01:06:14.898 INFO O| Aug 27 01:06:14.898 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101472026-08-27T01:06:16.197Z[ host-image] Aug 27 01:06:14.904 INFO O| Aug 27 01:06:14.904 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101482026-08-27T01:06:16.197Z[ host-image] Aug 27 01:06:14.904 INFO O| Aug 27 01:06:14.904 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101492026-08-27T01:06:16.197Z[ host-image] Aug 27 01:06:14.904 INFO O| Aug 27 01:06:14.904 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101502026-08-27T01:06:16.197Z[ host-image] Aug 27 01:06:14.904 INFO O| Aug 27 01:06:14.904 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101512026-08-27T01:06:16.197Z[ host-image] Aug 27 01:06:14.904 INFO O| Aug 27 01:06:14.904 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101522026-08-27T01:06:16.197Z[ host-image] Aug 27 01:06:14.904 INFO O| Aug 27 01:06:14.904 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101532026-08-27T01:06:16.197Z[ host-image] Aug 27 01:06:14.904 INFO O| Aug 27 01:06:14.904 INFO ok!
101542026-08-27T01:06:16.197Z[ host-image] Aug 27 01:06:14.904 INFO O| Aug 27 01:06:14.904 INFO STEP 62 (ensure_file) COMPLETE
101552026-08-27T01:06:16.197Z[ host-image] Aug 27 01:06:14.904 INFO O| Aug 27 01:06:14.904 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101562026-08-27T01:06:16.199Z[ host-image] Aug 27 01:06:14.910 INFO O| Aug 27 01:06:14.910 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101572026-08-27T01:06:16.199Z[ host-image] Aug 27 01:06:14.910 INFO O| Aug 27 01:06:14.910 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 ...
101582026-08-27T01:06:16.199Z[ host-image] Aug 27 01:06:14.910 INFO O| Aug 27 01:06:14.910 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
101592026-08-27T01:06:16.199Z[ host-image] Aug 27 01:06:14.910 INFO O| Aug 27 01:06:14.910 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101602026-08-27T01:06:16.199Z[ host-image] Aug 27 01:06:14.910 INFO O| Aug 27 01:06:14.910 INFO ok!
101612026-08-27T01:06:16.199Z[ host-image] Aug 27 01:06:14.910 INFO O| Aug 27 01:06:14.910 INFO STEP 63 (ensure_file) COMPLETE
101622026-08-27T01:06:16.199Z[ host-image] Aug 27 01:06:14.910 INFO O| Aug 27 01:06:14.910 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101632026-08-27T01:06:16.199Z[ host-image] Aug 27 01:06:14.916 INFO O| Aug 27 01:06:14.916 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101642026-08-27T01:06:16.199Z[ host-image] Aug 27 01:06:14.916 INFO O| Aug 27 01:06:14.916 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 ...
101652026-08-27T01:06:16.199Z[ host-image] Aug 27 01:06:14.916 INFO O| Aug 27 01:06:14.916 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
101662026-08-27T01:06:16.199Z[ host-image] Aug 27 01:06:14.916 INFO O| Aug 27 01:06:14.916 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101672026-08-27T01:06:16.199Z[ host-image] Aug 27 01:06:14.916 INFO O| Aug 27 01:06:14.916 INFO ok!
101682026-08-27T01:06:16.199Z[ host-image] Aug 27 01:06:14.916 INFO O| Aug 27 01:06:14.916 INFO STEP 64 (ensure_file) COMPLETE
101692026-08-27T01:06:16.199Z[ host-image] Aug 27 01:06:14.916 INFO O| Aug 27 01:06:14.916 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101702026-08-27T01:06:16.200Z[ host-image] Aug 27 01:06:14.924 INFO O| Aug 27 01:06:14.924 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101712026-08-27T01:06:16.200Z[ host-image] Aug 27 01:06:14.924 INFO O| Aug 27 01:06:14.924 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 ...
101722026-08-27T01:06:16.200Z[ host-image] Aug 27 01:06:14.924 INFO O| Aug 27 01:06:14.924 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
101732026-08-27T01:06:16.200Z[ host-image] Aug 27 01:06:14.924 INFO O| Aug 27 01:06:14.924 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101742026-08-27T01:06:16.200Z[ host-image] Aug 27 01:06:14.924 INFO O| Aug 27 01:06:14.924 INFO ok!
101752026-08-27T01:06:16.200Z[ host-image] Aug 27 01:06:14.924 INFO O| Aug 27 01:06:14.924 INFO STEP 65 (ensure_file) COMPLETE
101762026-08-27T01:06:16.200Z[ host-image] Aug 27 01:06:14.924 INFO O| Aug 27 01:06:14.924 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101772026-08-27T01:06:16.200Z[ host-image] Aug 27 01:06:14.924 INFO O| Aug 27 01:06:14.924 INFO skip step because feature "mbist" is not enabled
101782026-08-27T01:06:16.200Z[ host-image] Aug 27 01:06:14.924 INFO O| Aug 27 01:06:14.924 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101792026-08-27T01:06:16.200Z[ host-image] Aug 27 01:06:14.931 INFO O| Aug 27 01:06:14.931 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101802026-08-27T01:06:16.200Z[ host-image] Aug 27 01:06:14.931 INFO O| Aug 27 01:06:14.931 INFO STEP 67 (ensure_dir) COMPLETE
101812026-08-27T01:06:16.200Z[ host-image] Aug 27 01:06:14.931 INFO O| Aug 27 01:06:14.931 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101822026-08-27T01:06:16.200Z[ host-image] Aug 27 01:06:14.940 INFO O| Aug 27 01:06:14.940 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101832026-08-27T01:06:16.200Z[ host-image] Aug 27 01:06:14.940 INFO O| Aug 27 01:06:14.940 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101842026-08-27T01:06:16.200Z[ host-image] Aug 27 01:06:14.940 INFO O| Aug 27 01:06:14.940 INFO STEP 68 (ensure_dir) COMPLETE
101852026-08-27T01:06:16.202Z[ host-image] Aug 27 01:06:14.940 INFO O| Aug 27 01:06:14.940 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101862026-08-27T01:06:16.202Z[ host-image] Aug 27 01:06:14.948 INFO O| Aug 27 01:06:14.948 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101872026-08-27T01:06:16.202Z[ host-image] Aug 27 01:06:14.948 INFO O| Aug 27 01:06:14.948 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101882026-08-27T01:06:16.202Z[ host-image] Aug 27 01:06:14.948 INFO O| Aug 27 01:06:14.948 INFO STEP 69 (ensure_dir) COMPLETE
101892026-08-27T01:06:16.202Z[ host-image] Aug 27 01:06:14.948 INFO O| Aug 27 01:06:14.948 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101902026-08-27T01:06:16.202Z[ host-image] Aug 27 01:06:14.956 INFO O| Aug 27 01:06:14.956 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101912026-08-27T01:06:16.202Z[ host-image] Aug 27 01:06:14.956 INFO O| Aug 27 01:06:14.956 INFO copying /tmp/.tmpnxx3ZX/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101922026-08-27T01:06:16.504Z[ host-image] Aug 27 01:06:15.299 INFO O| Aug 27 01:06:15.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101932026-08-27T01:06:16.504Z[ host-image] Aug 27 01:06:15.299 INFO O| Aug 27 01:06:15.299 INFO ok!
101942026-08-27T01:06:16.511Z[ host-image] Aug 27 01:06:15.299 INFO O| Aug 27 01:06:15.299 INFO STEP 70 (ensure_file) COMPLETE
101952026-08-27T01:06:16.511Z[ host-image] Aug 27 01:06:15.299 INFO O| Aug 27 01:06:15.299 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101962026-08-27T01:06:16.519Z[ host-image] Aug 27 01:06:15.307 INFO O| Aug 27 01:06:15.307 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101972026-08-27T01:06:16.520Z[ host-image] Aug 27 01:06:15.307 INFO O| Aug 27 01:06:15.307 INFO copying /tmp/.tmpnxx3ZX/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101982026-08-27T01:06:17.156Z[ host-image] Aug 27 01:06:15.949 INFO O| Aug 27 01:06:15.949 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101992026-08-27T01:06:17.157Z[ host-image] Aug 27 01:06:15.949 INFO O| Aug 27 01:06:15.949 INFO ok!
102002026-08-27T01:06:17.157Z[ host-image] Aug 27 01:06:15.949 INFO O| Aug 27 01:06:15.949 INFO STEP 71 (ensure_file) COMPLETE
102012026-08-27T01:06:17.157Z[ host-image] Aug 27 01:06:15.949 INFO O| Aug 27 01:06:15.949 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102022026-08-27T01:06:17.166Z[ host-image] Aug 27 01:06:15.958 INFO O| Aug 27 01:06:15.958 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102032026-08-27T01:06:17.166Z[ host-image] Aug 27 01:06:15.958 INFO O| Aug 27 01:06:15.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102042026-08-27T01:06:17.166Z[ host-image] Aug 27 01:06:15.958 INFO O| Aug 27 01:06:15.958 INFO STEP 72 (ensure_dir) COMPLETE
102052026-08-27T01:06:17.166Z[ host-image] Aug 27 01:06:15.958 INFO O| Aug 27 01:06:15.958 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102062026-08-27T01:06:17.170Z[ host-image] Aug 27 01:06:15.966 INFO O| Aug 27 01:06:15.966 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
102072026-08-27T01:06:17.170Z[ host-image] Aug 27 01:06:15.966 INFO O| Aug 27 01:06:15.966 INFO copying /tmp/.tmpnxx3ZX/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 ...
102082026-08-27T01:06:17.171Z[ host-image] Aug 27 01:06:15.966 INFO O| Aug 27 01:06:15.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
102092026-08-27T01:06:17.171Z[ host-image] Aug 27 01:06:15.966 INFO O| Aug 27 01:06:15.966 INFO ok!
102102026-08-27T01:06:17.171Z[ host-image] Aug 27 01:06:15.966 INFO O| Aug 27 01:06:15.966 INFO STEP 73 (ensure_file) COMPLETE
102112026-08-27T01:06:17.171Z[ host-image] Aug 27 01:06:15.966 INFO O| Aug 27 01:06:15.966 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102122026-08-27T01:06:17.177Z[ host-image] Aug 27 01:06:15.973 INFO O| Aug 27 01:06:15.973 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102132026-08-27T01:06:17.177Z[ host-image] Aug 27 01:06:15.973 INFO O| Aug 27 01:06:15.973 INFO copying /tmp/.tmpnxx3ZX/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 ...
102142026-08-27T01:06:17.178Z[ host-image] Aug 27 01:06:15.973 INFO O| Aug 27 01:06:15.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102152026-08-27T01:06:17.178Z[ host-image] Aug 27 01:06:15.973 INFO O| Aug 27 01:06:15.973 INFO ok!
102162026-08-27T01:06:17.184Z[ host-image] Aug 27 01:06:15.973 INFO O| Aug 27 01:06:15.973 INFO STEP 74 (ensure_file) COMPLETE
102172026-08-27T01:06:17.184Z[ host-image] Aug 27 01:06:15.973 INFO O| Aug 27 01:06:15.973 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102182026-08-27T01:06:17.188Z[ host-image] Aug 27 01:06:15.981 INFO O| Aug 27 01:06:15.981 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102192026-08-27T01:06:17.188Z[ host-image] Aug 27 01:06:15.981 INFO O| Aug 27 01:06:15.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102202026-08-27T01:06:17.188Z[ host-image] Aug 27 01:06:15.981 INFO O| Aug 27 01:06:15.981 INFO STEP 75 (ensure_dir) COMPLETE
102212026-08-27T01:06:17.188Z[ host-image] Aug 27 01:06:15.981 INFO O| Aug 27 01:06:15.981 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102222026-08-27T01:06:17.196Z[ host-image] Aug 27 01:06:15.991 INFO O| Aug 27 01:06:15.991 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102232026-08-27T01:06:17.196Z[ host-image] Aug 27 01:06:15.991 INFO O| Aug 27 01:06:15.991 INFO copying /tmp/.tmpnxx3ZX/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 ...
102242026-08-27T01:06:17.207Z[ host-image] Aug 27 01:06:15.991 INFO O| Aug 27 01:06:15.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102252026-08-27T01:06:17.207Z[ host-image] Aug 27 01:06:15.991 INFO O| Aug 27 01:06:15.991 INFO ok!
102262026-08-27T01:06:17.207Z[ host-image] Aug 27 01:06:15.991 INFO O| Aug 27 01:06:15.991 INFO STEP 76 (ensure_file) COMPLETE
102272026-08-27T01:06:17.208Z[ host-image] Aug 27 01:06:15.991 INFO O| Aug 27 01:06:15.991 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102282026-08-27T01:06:17.208Z[ host-image] Aug 27 01:06:15.998 INFO O| Aug 27 01:06:15.998 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102292026-08-27T01:06:17.208Z[ host-image] Aug 27 01:06:15.998 INFO O| Aug 27 01:06:15.998 INFO copying /tmp/.tmpnxx3ZX/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 ...
102302026-08-27T01:06:17.210Z[ host-image] Aug 27 01:06:15.998 INFO O| Aug 27 01:06:15.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102312026-08-27T01:06:17.210Z[ host-image] Aug 27 01:06:15.998 INFO O| Aug 27 01:06:15.998 INFO ok!
102322026-08-27T01:06:17.210Z[ host-image] Aug 27 01:06:15.998 INFO O| Aug 27 01:06:15.998 INFO STEP 77 (ensure_file) COMPLETE
102332026-08-27T01:06:17.210Z[ host-image] Aug 27 01:06:15.998 INFO O| Aug 27 01:06:15.998 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102342026-08-27T01:06:17.220Z[ host-image] Aug 27 01:06:16.005 INFO O| Aug 27 01:06:16.005 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102352026-08-27T01:06:17.220Z[ host-image] Aug 27 01:06:16.005 INFO O| Aug 27 01:06:16.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102362026-08-27T01:06:17.220Z[ host-image] Aug 27 01:06:16.005 INFO O| Aug 27 01:06:16.005 INFO STEP 78 (ensure_dir) COMPLETE
102372026-08-27T01:06:17.220Z[ host-image] Aug 27 01:06:16.005 INFO O| Aug 27 01:06:16.005 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102382026-08-27T01:06:17.227Z[ host-image] Aug 27 01:06:16.013 INFO O| Aug 27 01:06:16.013 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102392026-08-27T01:06:17.228Z[ host-image] Aug 27 01:06:16.013 INFO O| Aug 27 01:06:16.013 INFO copying /tmp/.tmpnxx3ZX/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 ...
102402026-08-27T01:06:17.228Z[ host-image] Aug 27 01:06:16.013 INFO O| Aug 27 01:06:16.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102412026-08-27T01:06:17.228Z[ host-image] Aug 27 01:06:16.013 INFO O| Aug 27 01:06:16.013 INFO ok!
102422026-08-27T01:06:17.228Z[ host-image] Aug 27 01:06:16.013 INFO O| Aug 27 01:06:16.013 INFO STEP 79 (ensure_file) COMPLETE
102432026-08-27T01:06:17.228Z[ host-image] Aug 27 01:06:16.013 INFO O| Aug 27 01:06:16.013 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102442026-08-27T01:06:17.228Z[ host-image] Aug 27 01:06:16.021 INFO O| Aug 27 01:06:16.021 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102452026-08-27T01:06:17.229Z[ host-image] Aug 27 01:06:16.021 INFO O| Aug 27 01:06:16.021 INFO copying /tmp/.tmpnxx3ZX/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102462026-08-27T01:06:17.229Z[ host-image] Aug 27 01:06:16.021 INFO O| Aug 27 01:06:16.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102472026-08-27T01:06:17.229Z[ host-image] Aug 27 01:06:16.021 INFO O| Aug 27 01:06:16.021 INFO ok!
102482026-08-27T01:06:17.229Z[ host-image] Aug 27 01:06:16.021 INFO O| Aug 27 01:06:16.021 INFO STEP 80 (ensure_file) COMPLETE
102492026-08-27T01:06:17.229Z[ host-image] Aug 27 01:06:16.021 INFO O| Aug 27 01:06:16.021 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102502026-08-27T01:06:17.235Z[ host-image] Aug 27 01:06:16.028 INFO O| Aug 27 01:06:16.028 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102512026-08-27T01:06:17.235Z[ host-image] Aug 27 01:06:16.028 INFO O| Aug 27 01:06:16.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102522026-08-27T01:06:17.235Z[ host-image] Aug 27 01:06:16.028 INFO O| Aug 27 01:06:16.028 INFO STEP 81 (ensure_dir) COMPLETE
102532026-08-27T01:06:17.235Z[ host-image] Aug 27 01:06:16.028 INFO O| Aug 27 01:06:16.028 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102542026-08-27T01:06:17.238Z[ host-image] Aug 27 01:06:16.034 INFO O| Aug 27 01:06:16.034 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102552026-08-27T01:06:17.238Z[ host-image] Aug 27 01:06:16.035 INFO O| Aug 27 01:06:16.034 INFO copying /tmp/.tmpnxx3ZX/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102562026-08-27T01:06:17.835Z[ host-image] Aug 27 01:06:16.625 INFO O| Aug 27 01:06:16.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102572026-08-27T01:06:17.835Z[ host-image] Aug 27 01:06:16.625 INFO O| Aug 27 01:06:16.625 INFO ok!
102582026-08-27T01:06:17.835Z[ host-image] Aug 27 01:06:16.625 INFO O| Aug 27 01:06:16.625 INFO STEP 82 (ensure_file) COMPLETE
102592026-08-27T01:06:17.848Z[ host-image] Aug 27 01:06:16.625 INFO O| Aug 27 01:06:16.625 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102602026-08-27T01:06:17.849Z[ host-image] Aug 27 01:06:16.635 INFO O| Aug 27 01:06:16.635 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102612026-08-27T01:06:17.850Z[ host-image] Aug 27 01:06:16.635 INFO O| Aug 27 01:06:16.635 INFO copying /tmp/.tmpnxx3ZX/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102622026-08-27T01:06:18.150Z[ host-image] Aug 27 01:06:16.944 INFO O| Aug 27 01:06:16.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102632026-08-27T01:06:18.152Z[ host-image] Aug 27 01:06:16.944 INFO O| Aug 27 01:06:16.944 INFO ok!
102642026-08-27T01:06:18.158Z[ host-image] Aug 27 01:06:16.944 INFO O| Aug 27 01:06:16.944 INFO STEP 83 (ensure_file) COMPLETE
102652026-08-27T01:06:18.158Z[ host-image] Aug 27 01:06:16.944 INFO O| Aug 27 01:06:16.944 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102662026-08-27T01:06:18.174Z[ host-image] Aug 27 01:06:16.955 INFO O| Aug 27 01:06:16.955 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102672026-08-27T01:06:18.174Z[ host-image] Aug 27 01:06:16.955 INFO O| Aug 27 01:06:16.955 INFO copying /tmp/.tmpnxx3ZX/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102682026-08-27T01:06:18.486Z[ recovery-image] Aug 27 01:06:17.281 INFO creating reset image...
102692026-08-27T01:06:18.486Z[ recovery-image] Aug 27 01:06:17.282 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")
102702026-08-27T01:06:18.761Z[ recovery-image] Aug 27 01:06:17.553 INFO E| Updating crates.io index
102712026-08-27T01:06:19.216Z[ recovery-image] Aug 27 01:06:18.002 INFO E| Downloading crates ...
102722026-08-27T01:06:19.250Z[ recovery-image] Aug 27 01:06:18.044 INFO E| Downloaded clap_lex v1.1.0
102732026-08-27T01:06:19.268Z[ recovery-image] Aug 27 01:06:18.046 INFO E| Downloaded sigchld v0.2.4
102742026-08-27T01:06:19.268Z[ recovery-image] Aug 27 01:06:18.047 INFO E| Downloaded os_pipe v1.2.3
102752026-08-27T01:06:19.272Z[ recovery-image] Aug 27 01:06:18.052 INFO E| Downloaded colorchoice v1.0.5
102762026-08-27T01:06:19.272Z[ recovery-image] Aug 27 01:06:18.053 INFO E| Downloaded duct v1.1.1
102772026-08-27T01:06:19.272Z[ recovery-image] Aug 27 01:06:18.057 INFO E| Downloaded shared_thread v0.2.0
102782026-08-27T01:06:19.273Z[ recovery-image] Aug 27 01:06:18.058 INFO E| Downloaded shared_child v1.1.1
102792026-08-27T01:06:19.307Z[ recovery-image] Aug 27 01:06:18.094 INFO E| Compiling libc v0.2.186
102802026-08-27T01:06:19.321Z[ recovery-image] Aug 27 01:06:18.105 INFO E| Compiling proc-macro2 v1.0.106
102812026-08-27T01:06:19.321Z[ recovery-image] Aug 27 01:06:18.105 INFO E| Compiling quote v1.0.45
102822026-08-27T01:06:19.321Z[ recovery-image] Aug 27 01:06:18.105 INFO E| Compiling unicode-ident v1.0.24
102832026-08-27T01:06:19.321Z[ recovery-image] Aug 27 01:06:18.106 INFO E| Compiling signal-hook v0.3.18
102842026-08-27T01:06:19.321Z[ recovery-image] Aug 27 01:06:18.106 INFO E| Compiling utf8parse v0.2.2
102852026-08-27T01:06:19.321Z[ recovery-image] Aug 27 01:06:18.106 INFO E| Compiling anstyle v1.0.14
102862026-08-27T01:06:19.321Z[ recovery-image] Aug 27 01:06:18.106 INFO E| Compiling colorchoice v1.0.5
102872026-08-27T01:06:19.321Z[ recovery-image] Aug 27 01:06:18.106 INFO E| Compiling anstyle-query v1.1.5
102882026-08-27T01:06:19.321Z[ recovery-image] Aug 27 01:06:18.106 INFO E| Compiling is_terminal_polyfill v1.70.2
102892026-08-27T01:06:19.321Z[ recovery-image] Aug 27 01:06:18.106 INFO E| Compiling strsim v0.11.1
102902026-08-27T01:06:19.326Z[ recovery-image] Aug 27 01:06:18.112 INFO E| Compiling heck v0.5.0
102912026-08-27T01:06:19.326Z[ recovery-image] Aug 27 01:06:18.112 INFO E| Compiling clap_lex v1.1.0
102922026-08-27T01:06:19.326Z[ recovery-image] Aug 27 01:06:18.112 INFO E| Compiling shared_thread v0.2.0
102932026-08-27T01:06:19.607Z[ recovery-image] Aug 27 01:06:18.394 INFO E| Compiling anstyle-parse v1.0.0
102942026-08-27T01:06:19.633Z[ host-image] Aug 27 01:06:18.430 INFO O| Aug 27 01:06:18.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102952026-08-27T01:06:19.634Z[ host-image] Aug 27 01:06:18.430 INFO O| Aug 27 01:06:18.430 INFO ok!
102962026-08-27T01:06:19.643Z[ host-image] Aug 27 01:06:18.430 INFO O| Aug 27 01:06:18.430 INFO STEP 84 (ensure_file) COMPLETE
102972026-08-27T01:06:19.643Z[ host-image] Aug 27 01:06:18.430 INFO O| Aug 27 01:06:18.430 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102982026-08-27T01:06:19.659Z[ host-image] Aug 27 01:06:18.439 INFO O| Aug 27 01:06:18.439 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102992026-08-27T01:06:19.659Z[ host-image] Aug 27 01:06:18.439 INFO O| Aug 27 01:06:18.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103002026-08-27T01:06:19.659Z[ host-image] Aug 27 01:06:18.439 INFO O| Aug 27 01:06:18.439 INFO STEP 85 (ensure_dir) COMPLETE
103012026-08-27T01:06:19.659Z[ host-image] Aug 27 01:06:18.439 INFO O| Aug 27 01:06:18.439 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103022026-08-27T01:06:19.677Z[ host-image] Aug 27 01:06:18.448 INFO O| Aug 27 01:06:18.448 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
103032026-08-27T01:06:19.677Z[ host-image] Aug 27 01:06:18.448 INFO O| Aug 27 01:06:18.448 INFO copying /tmp/.tmpnxx3ZX/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 ...
103042026-08-27T01:06:19.678Z[ host-image] Aug 27 01:06:18.448 INFO O| Aug 27 01:06:18.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
103052026-08-27T01:06:19.678Z[ host-image] Aug 27 01:06:18.448 INFO O| Aug 27 01:06:18.448 INFO ok!
103062026-08-27T01:06:19.678Z[ host-image] Aug 27 01:06:18.448 INFO O| Aug 27 01:06:18.448 INFO STEP 86 (ensure_file) COMPLETE
103072026-08-27T01:06:19.678Z[ host-image] Aug 27 01:06:18.448 INFO O| Aug 27 01:06:18.448 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103082026-08-27T01:06:19.678Z[ host-image] Aug 27 01:06:18.457 INFO O| Aug 27 01:06:18.457 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
103092026-08-27T01:06:19.678Z[ host-image] Aug 27 01:06:18.457 INFO O| Aug 27 01:06:18.457 INFO copying /tmp/.tmpnxx3ZX/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 ...
103102026-08-27T01:06:19.681Z[ host-image] Aug 27 01:06:18.457 INFO O| Aug 27 01:06:18.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
103112026-08-27T01:06:19.681Z[ host-image] Aug 27 01:06:18.457 INFO O| Aug 27 01:06:18.457 INFO ok!
103122026-08-27T01:06:19.681Z[ host-image] Aug 27 01:06:18.457 INFO O| Aug 27 01:06:18.457 INFO STEP 87 (ensure_file) COMPLETE
103132026-08-27T01:06:19.682Z[ host-image] Aug 27 01:06:18.457 INFO O| Aug 27 01:06:18.457 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103142026-08-27T01:06:19.690Z[ host-image] Aug 27 01:06:18.465 INFO O| Aug 27 01:06:18.465 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
103152026-08-27T01:06:19.690Z[ host-image] Aug 27 01:06:18.465 INFO O| Aug 27 01:06:18.465 INFO copying /tmp/.tmpnxx3ZX/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
103162026-08-27T01:06:19.690Z[ host-image] Aug 27 01:06:18.465 INFO O| Aug 27 01:06:18.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
103172026-08-27T01:06:19.691Z[ host-image] Aug 27 01:06:18.465 INFO O| Aug 27 01:06:18.465 INFO ok!
103182026-08-27T01:06:19.691Z[ host-image] Aug 27 01:06:18.465 INFO O| Aug 27 01:06:18.465 INFO STEP 88 (ensure_file) COMPLETE
103192026-08-27T01:06:19.691Z[ host-image] Aug 27 01:06:18.465 INFO O| Aug 27 01:06:18.465 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103202026-08-27T01:06:19.691Z[ host-image] Aug 27 01:06:18.475 INFO O| Aug 27 01:06:18.475 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
103212026-08-27T01:06:19.691Z[ host-image] Aug 27 01:06:18.475 INFO O| Aug 27 01:06:18.475 INFO copying /tmp/.tmpnxx3ZX/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
103222026-08-27T01:06:19.691Z[ host-image] Aug 27 01:06:18.475 INFO O| Aug 27 01:06:18.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
103232026-08-27T01:06:19.691Z[ host-image] Aug 27 01:06:18.475 INFO O| Aug 27 01:06:18.475 INFO ok!
103242026-08-27T01:06:19.691Z[ host-image] Aug 27 01:06:18.475 INFO O| Aug 27 01:06:18.475 INFO STEP 89 (ensure_file) COMPLETE
103252026-08-27T01:06:19.692Z[ host-image] Aug 27 01:06:18.475 INFO O| Aug 27 01:06:18.475 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103262026-08-27T01:06:19.703Z[ host-image] Aug 27 01:06:18.485 INFO O| Aug 27 01:06:18.485 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103272026-08-27T01:06:19.704Z[ host-image] Aug 27 01:06:18.485 INFO O| Aug 27 01:06:18.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103282026-08-27T01:06:19.704Z[ host-image] Aug 27 01:06:18.485 INFO O| Aug 27 01:06:18.485 INFO STEP 90 (ensure_dir) COMPLETE
103292026-08-27T01:06:19.704Z[ host-image] Aug 27 01:06:18.485 INFO O| Aug 27 01:06:18.485 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103302026-08-27T01:06:19.704Z[ host-image] Aug 27 01:06:18.494 INFO O| Aug 27 01:06:18.494 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
103312026-08-27T01:06:19.704Z[ host-image] Aug 27 01:06:18.494 INFO O| Aug 27 01:06:18.494 INFO copying /tmp/.tmpnxx3ZX/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103322026-08-27T01:06:19.744Z[ recovery-image] Aug 27 01:06:18.536 INFO E| Compiling anstream v1.0.0
103332026-08-27T01:06:19.988Z[ recovery-image] Aug 27 01:06:18.759 INFO E| Compiling clap_builder v4.6.0
103342026-08-27T01:06:20.017Z[ host-image] Aug 27 01:06:18.760 INFO O| Aug 27 01:06:18.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103352026-08-27T01:06:20.018Z[ host-image] Aug 27 01:06:18.760 INFO O| Aug 27 01:06:18.760 INFO ok!
103362026-08-27T01:06:20.018Z[ host-image] Aug 27 01:06:18.760 INFO O| Aug 27 01:06:18.760 INFO STEP 91 (ensure_file) COMPLETE
103372026-08-27T01:06:20.018Z[ host-image] Aug 27 01:06:18.760 INFO O| Aug 27 01:06:18.760 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103382026-08-27T01:06:20.018Z[ host-image] Aug 27 01:06:18.769 INFO O| Aug 27 01:06:18.769 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103392026-08-27T01:06:20.019Z[ host-image] Aug 27 01:06:18.770 INFO O| Aug 27 01:06:18.769 INFO copying /tmp/.tmpnxx3ZX/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103402026-08-27T01:06:20.019Z[ host-image] Aug 27 01:06:18.770 INFO O| Aug 27 01:06:18.770 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103412026-08-27T01:06:20.019Z[ host-image] Aug 27 01:06:18.770 INFO O| Aug 27 01:06:18.770 INFO ok!
103422026-08-27T01:06:20.019Z[ host-image] Aug 27 01:06:18.770 INFO O| Aug 27 01:06:18.770 INFO STEP 92 (ensure_file) COMPLETE
103432026-08-27T01:06:20.019Z[ host-image] Aug 27 01:06:18.770 INFO O| Aug 27 01:06:18.770 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103442026-08-27T01:06:20.019Z[ host-image] Aug 27 01:06:18.778 INFO O| Aug 27 01:06:18.777 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103452026-08-27T01:06:20.019Z[ host-image] Aug 27 01:06:18.778 INFO O| Aug 27 01:06:18.778 INFO copying /tmp/.tmpnxx3ZX/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103462026-08-27T01:06:20.308Z[ recovery-image] Aug 27 01:06:19.089 INFO E| Compiling errno v0.3.14
103472026-08-27T01:06:20.308Z[ recovery-image] Aug 27 01:06:19.089 INFO E| Compiling os_pipe v1.2.3
103482026-08-27T01:06:20.416Z[ recovery-image] Aug 27 01:06:19.201 INFO E| Compiling signal-hook-registry v1.4.8
103492026-08-27T01:06:20.500Z[ host-image] Aug 27 01:06:19.277 INFO O| Aug 27 01:06:19.277 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103502026-08-27T01:06:20.500Z[ host-image] Aug 27 01:06:19.277 INFO O| Aug 27 01:06:19.277 INFO ok!
103512026-08-27T01:06:20.500Z[ host-image] Aug 27 01:06:19.277 INFO O| Aug 27 01:06:19.277 INFO STEP 93 (ensure_file) COMPLETE
103522026-08-27T01:06:20.516Z[ host-image] Aug 27 01:06:19.277 INFO O| Aug 27 01:06:19.277 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103532026-08-27T01:06:20.516Z[ host-image] Aug 27 01:06:19.286 INFO O| Aug 27 01:06:19.286 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103542026-08-27T01:06:20.516Z[ host-image] Aug 27 01:06:19.286 INFO O| Aug 27 01:06:19.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103552026-08-27T01:06:20.517Z[ host-image] Aug 27 01:06:19.286 INFO O| Aug 27 01:06:19.286 INFO STEP 94 (ensure_dir) COMPLETE
103562026-08-27T01:06:20.517Z[ host-image] Aug 27 01:06:19.286 INFO O| Aug 27 01:06:19.286 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103572026-08-27T01:06:20.517Z[ host-image] Aug 27 01:06:19.295 INFO O| Aug 27 01:06:19.295 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103582026-08-27T01:06:20.517Z[ host-image] Aug 27 01:06:19.295 INFO O| Aug 27 01:06:19.295 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103592026-08-27T01:06:20.517Z[ host-image] Aug 27 01:06:19.295 INFO O| Aug 27 01:06:19.295 INFO STEP 95 (ensure_dir) COMPLETE
103602026-08-27T01:06:20.517Z[ host-image] Aug 27 01:06:19.295 INFO O| Aug 27 01:06:19.295 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103612026-08-27T01:06:20.527Z[ host-image] Aug 27 01:06:19.303 INFO O| Aug 27 01:06:19.303 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103622026-08-27T01:06:20.527Z[ host-image] Aug 27 01:06:19.303 INFO O| Aug 27 01:06:19.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103632026-08-27T01:06:20.527Z[ host-image] Aug 27 01:06:19.303 INFO O| Aug 27 01:06:19.303 INFO STEP 96 (ensure_dir) COMPLETE
103642026-08-27T01:06:20.527Z[ host-image] Aug 27 01:06:19.303 INFO O| Aug 27 01:06:19.303 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103652026-08-27T01:06:20.527Z[ host-image] Aug 27 01:06:19.310 INFO O| Aug 27 01:06:19.310 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103662026-08-27T01:06:20.527Z[ host-image] Aug 27 01:06:19.310 INFO O| Aug 27 01:06:19.310 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103672026-08-27T01:06:20.527Z[ host-image] Aug 27 01:06:19.310 INFO O| Aug 27 01:06:19.310 INFO STEP 97 (ensure_dir) COMPLETE
103682026-08-27T01:06:20.527Z[ host-image] Aug 27 01:06:19.310 INFO O| Aug 27 01:06:19.310 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103692026-08-27T01:06:20.527Z[ host-image] Aug 27 01:06:19.319 INFO O| Aug 27 01:06:19.318 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103702026-08-27T01:06:20.527Z[ host-image] Aug 27 01:06:19.319 INFO O| Aug 27 01:06:19.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103712026-08-27T01:06:20.527Z[ host-image] Aug 27 01:06:19.319 INFO O| Aug 27 01:06:19.319 INFO STEP 98 (ensure_dir) COMPLETE
103722026-08-27T01:06:20.527Z[ host-image] Aug 27 01:06:19.319 INFO O| Aug 27 01:06:19.319 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103732026-08-27T01:06:20.554Z[ host-image] Aug 27 01:06:19.325 INFO O| Aug 27 01:06:19.325 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103742026-08-27T01:06:20.554Z[ host-image] Aug 27 01:06:19.325 INFO O| Aug 27 01:06:19.325 INFO copying /tmp/.tmpnxx3ZX/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 ...
103752026-08-27T01:06:20.554Z[ host-image] Aug 27 01:06:19.325 INFO O| Aug 27 01:06:19.325 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103762026-08-27T01:06:20.554Z[ host-image] Aug 27 01:06:19.325 INFO O| Aug 27 01:06:19.325 INFO ok!
103772026-08-27T01:06:20.554Z[ host-image] Aug 27 01:06:19.325 INFO O| Aug 27 01:06:19.325 INFO STEP 99 (ensure_file) COMPLETE
103782026-08-27T01:06:20.554Z[ host-image] Aug 27 01:06:19.325 INFO O| Aug 27 01:06:19.325 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103792026-08-27T01:06:20.560Z[ host-image] Aug 27 01:06:19.332 INFO O| Aug 27 01:06:19.332 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103802026-08-27T01:06:20.560Z[ host-image] Aug 27 01:06:19.332 INFO O| Aug 27 01:06:19.332 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103812026-08-27T01:06:20.560Z[ host-image] Aug 27 01:06:19.332 INFO O| Aug 27 01:06:19.332 INFO STEP 100 (ensure_dir) COMPLETE
103822026-08-27T01:06:20.560Z[ host-image] Aug 27 01:06:19.332 INFO O| Aug 27 01:06:19.332 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103832026-08-27T01:06:20.560Z[ host-image] Aug 27 01:06:19.340 INFO O| Aug 27 01:06:19.340 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103842026-08-27T01:06:20.560Z[ host-image] Aug 27 01:06:19.340 INFO O| Aug 27 01:06:19.340 INFO copying /tmp/.tmpnxx3ZX/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103852026-08-27T01:06:20.635Z[ recovery-image] Aug 27 01:06:19.427 INFO E| Compiling syn v2.0.117
103862026-08-27T01:06:20.732Z[ recovery-image] Aug 27 01:06:19.521 INFO E| Compiling sigchld v0.2.4
103872026-08-27T01:06:20.850Z[ recovery-image] Aug 27 01:06:19.636 INFO E| Compiling shared_child v1.1.1
103882026-08-27T01:06:20.921Z[ host-image] Aug 27 01:06:19.707 INFO O| Aug 27 01:06:19.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103892026-08-27T01:06:20.921Z[ host-image] Aug 27 01:06:19.707 INFO O| Aug 27 01:06:19.707 INFO ok!
103902026-08-27T01:06:20.921Z[ host-image] Aug 27 01:06:19.707 INFO O| Aug 27 01:06:19.707 INFO STEP 101 (ensure_file) COMPLETE
103912026-08-27T01:06:20.954Z[ host-image] Aug 27 01:06:19.707 INFO O| Aug 27 01:06:19.707 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103922026-08-27T01:06:20.954Z[ host-image] Aug 27 01:06:19.716 INFO O| Aug 27 01:06:19.716 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103932026-08-27T01:06:20.954Z[ host-image] Aug 27 01:06:19.716 INFO O| Aug 27 01:06:19.716 INFO copying /tmp/.tmpnxx3ZX/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103942026-08-27T01:06:20.954Z[ host-image] Aug 27 01:06:19.717 INFO O| Aug 27 01:06:19.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103952026-08-27T01:06:20.954Z[ host-image] Aug 27 01:06:19.717 INFO O| Aug 27 01:06:19.716 INFO ok!
103962026-08-27T01:06:20.954Z[ host-image] Aug 27 01:06:19.717 INFO O| Aug 27 01:06:19.716 INFO STEP 102 (ensure_file) COMPLETE
103972026-08-27T01:06:20.954Z[ host-image] Aug 27 01:06:19.717 INFO O| Aug 27 01:06:19.717 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103982026-08-27T01:06:21.016Z[ host-image] Aug 27 01:06:19.723 INFO O| Aug 27 01:06:19.723 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103992026-08-27T01:06:21.016Z[ host-image] Aug 27 01:06:19.723 INFO O| Aug 27 01:06:19.723 INFO copying /tmp/.tmpnxx3ZX/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
104002026-08-27T01:06:21.016Z[ host-image] Aug 27 01:06:19.729 INFO O| Aug 27 01:06:19.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
104012026-08-27T01:06:21.016Z[ host-image] Aug 27 01:06:19.729 INFO O| Aug 27 01:06:19.729 INFO ok!
104022026-08-27T01:06:21.016Z[ host-image] Aug 27 01:06:19.729 INFO O| Aug 27 01:06:19.729 INFO STEP 103 (ensure_file) COMPLETE
104032026-08-27T01:06:21.016Z[ host-image] Aug 27 01:06:19.729 INFO O| Aug 27 01:06:19.729 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104042026-08-27T01:06:21.016Z[ host-image] Aug 27 01:06:19.738 INFO O| Aug 27 01:06:19.738 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
104052026-08-27T01:06:21.016Z[ host-image] Aug 27 01:06:19.738 INFO O| Aug 27 01:06:19.738 INFO copying /tmp/.tmpnxx3ZX/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
104062026-08-27T01:06:21.016Z[ host-image] Aug 27 01:06:19.738 INFO O| Aug 27 01:06:19.738 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
104072026-08-27T01:06:21.016Z[ host-image] Aug 27 01:06:19.738 INFO O| Aug 27 01:06:19.738 INFO ok!
104082026-08-27T01:06:21.016Z[ host-image] Aug 27 01:06:19.738 INFO O| Aug 27 01:06:19.738 INFO STEP 104 (ensure_file) COMPLETE
104092026-08-27T01:06:21.016Z[ host-image] Aug 27 01:06:19.738 INFO O| Aug 27 01:06:19.738 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104102026-08-27T01:06:21.016Z[ host-image] Aug 27 01:06:19.745 INFO O| Aug 27 01:06:19.745 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104112026-08-27T01:06:21.016Z[ host-image] Aug 27 01:06:19.745 INFO O| Aug 27 01:06:19.745 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104122026-08-27T01:06:21.016Z[ host-image] Aug 27 01:06:19.745 INFO O| Aug 27 01:06:19.745 INFO STEP 105 (ensure_dir) COMPLETE
104132026-08-27T01:06:21.016Z[ host-image] Aug 27 01:06:19.745 INFO O| Aug 27 01:06:19.745 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104142026-08-27T01:06:21.017Z[ host-image] Aug 27 01:06:19.754 INFO O| Aug 27 01:06:19.754 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
104152026-08-27T01:06:21.017Z[ host-image] Aug 27 01:06:19.754 INFO O| Aug 27 01:06:19.754 INFO copying /tmp/.tmpnxx3ZX/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 ...
104162026-08-27T01:06:21.017Z[ recovery-image] Aug 27 01:06:19.760 INFO E| Compiling duct v1.1.1
104172026-08-27T01:06:21.269Z[ host-image] Aug 27 01:06:20.065 INFO O| Aug 27 01:06:20.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
104182026-08-27T01:06:21.269Z[ host-image] Aug 27 01:06:20.065 INFO O| Aug 27 01:06:20.065 INFO ok!
104192026-08-27T01:06:21.290Z[ host-image] Aug 27 01:06:20.065 INFO O| Aug 27 01:06:20.065 INFO STEP 106 (ensure_file) COMPLETE
104202026-08-27T01:06:21.290Z[ host-image] Aug 27 01:06:20.065 INFO O| Aug 27 01:06:20.065 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104212026-08-27T01:06:21.290Z[ host-image] Aug 27 01:06:20.075 INFO O| Aug 27 01:06:20.075 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
104222026-08-27T01:06:21.291Z[ host-image] Aug 27 01:06:20.075 INFO O| Aug 27 01:06:20.075 INFO copying /tmp/.tmpnxx3ZX/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 ...
104232026-08-27T01:06:21.291Z[ host-image] Aug 27 01:06:20.075 INFO O| Aug 27 01:06:20.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
104242026-08-27T01:06:21.291Z[ host-image] Aug 27 01:06:20.075 INFO O| Aug 27 01:06:20.075 INFO ok!
104252026-08-27T01:06:21.291Z[ host-image] Aug 27 01:06:20.075 INFO O| Aug 27 01:06:20.075 INFO STEP 107 (ensure_file) COMPLETE
104262026-08-27T01:06:21.292Z[ host-image] Aug 27 01:06:20.075 INFO O| Aug 27 01:06:20.075 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104272026-08-27T01:06:21.306Z[ host-image] Aug 27 01:06:20.081 INFO O| Aug 27 01:06:20.081 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
104282026-08-27T01:06:21.307Z[ host-image] Aug 27 01:06:20.081 INFO O| Aug 27 01:06:20.081 INFO copying /tmp/.tmpnxx3ZX/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 ...
104292026-08-27T01:06:21.307Z[ host-image] Aug 27 01:06:20.081 INFO O| Aug 27 01:06:20.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
104302026-08-27T01:06:21.308Z[ host-image] Aug 27 01:06:20.081 INFO O| Aug 27 01:06:20.081 INFO ok!
104312026-08-27T01:06:21.308Z[ host-image] Aug 27 01:06:20.081 INFO O| Aug 27 01:06:20.081 INFO STEP 108 (ensure_file) COMPLETE
104322026-08-27T01:06:21.308Z[ host-image] Aug 27 01:06:20.081 INFO O| Aug 27 01:06:20.081 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104332026-08-27T01:06:21.308Z[ host-image] Aug 27 01:06:20.089 INFO O| Aug 27 01:06:20.089 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104342026-08-27T01:06:21.308Z[ host-image] Aug 27 01:06:20.089 INFO O| Aug 27 01:06:20.089 INFO copying /tmp/.tmpnxx3ZX/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 ...
104352026-08-27T01:06:21.308Z[ host-image] Aug 27 01:06:20.089 INFO O| Aug 27 01:06:20.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104362026-08-27T01:06:21.308Z[ host-image] Aug 27 01:06:20.089 INFO O| Aug 27 01:06:20.089 INFO ok!
104372026-08-27T01:06:21.308Z[ host-image] Aug 27 01:06:20.089 INFO O| Aug 27 01:06:20.089 INFO STEP 109 (ensure_file) COMPLETE
104382026-08-27T01:06:21.308Z[ host-image] Aug 27 01:06:20.089 INFO O| Aug 27 01:06:20.089 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104392026-08-27T01:06:21.320Z[ host-image] Aug 27 01:06:20.098 INFO O| Aug 27 01:06:20.098 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104402026-08-27T01:06:21.320Z[ host-image] Aug 27 01:06:20.098 INFO O| Aug 27 01:06:20.098 INFO copying /tmp/.tmpnxx3ZX/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 ...
104412026-08-27T01:06:21.320Z[ host-image] Aug 27 01:06:20.098 INFO O| Aug 27 01:06:20.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104422026-08-27T01:06:21.320Z[ host-image] Aug 27 01:06:20.098 INFO O| Aug 27 01:06:20.098 INFO ok!
104432026-08-27T01:06:21.320Z[ host-image] Aug 27 01:06:20.098 INFO O| Aug 27 01:06:20.098 INFO STEP 110 (ensure_file) COMPLETE
104442026-08-27T01:06:21.320Z[ host-image] Aug 27 01:06:20.098 INFO O| Aug 27 01:06:20.098 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104452026-08-27T01:06:21.321Z[ host-image] Aug 27 01:06:20.106 INFO O| Aug 27 01:06:20.106 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104462026-08-27T01:06:21.321Z[ host-image] Aug 27 01:06:20.106 INFO O| Aug 27 01:06:20.106 INFO copying /tmp/.tmpnxx3ZX/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 ...
104472026-08-27T01:06:21.321Z[ host-image] Aug 27 01:06:20.106 INFO O| Aug 27 01:06:20.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104482026-08-27T01:06:21.321Z[ host-image] Aug 27 01:06:20.106 INFO O| Aug 27 01:06:20.106 INFO ok!
104492026-08-27T01:06:21.321Z[ host-image] Aug 27 01:06:20.106 INFO O| Aug 27 01:06:20.106 INFO STEP 111 (ensure_file) COMPLETE
104502026-08-27T01:06:21.321Z[ host-image] Aug 27 01:06:20.106 INFO O| Aug 27 01:06:20.106 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104512026-08-27T01:06:21.336Z[ host-image] Aug 27 01:06:20.114 INFO O| Aug 27 01:06:20.114 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104522026-08-27T01:06:21.336Z[ host-image] Aug 27 01:06:20.114 INFO O| Aug 27 01:06:20.114 INFO copying /tmp/.tmpnxx3ZX/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 ...
104532026-08-27T01:06:21.336Z[ host-image] Aug 27 01:06:20.114 INFO O| Aug 27 01:06:20.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104542026-08-27T01:06:21.336Z[ host-image] Aug 27 01:06:20.114 INFO O| Aug 27 01:06:20.114 INFO ok!
104552026-08-27T01:06:21.336Z[ host-image] Aug 27 01:06:20.114 INFO O| Aug 27 01:06:20.114 INFO STEP 112 (ensure_file) COMPLETE
104562026-08-27T01:06:21.336Z[ host-image] Aug 27 01:06:20.114 INFO O| Aug 27 01:06:20.114 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104572026-08-27T01:06:21.336Z[ host-image] Aug 27 01:06:20.124 INFO O| Aug 27 01:06:20.123 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104582026-08-27T01:06:21.336Z[ host-image] Aug 27 01:06:20.124 INFO O| Aug 27 01:06:20.123 INFO copying /tmp/.tmpnxx3ZX/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104592026-08-27T01:06:21.338Z[ host-image] Aug 27 01:06:20.124 INFO O| Aug 27 01:06:20.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104602026-08-27T01:06:21.338Z[ host-image] Aug 27 01:06:20.124 INFO O| Aug 27 01:06:20.124 INFO ok!
104612026-08-27T01:06:21.338Z[ host-image] Aug 27 01:06:20.124 INFO O| Aug 27 01:06:20.124 INFO STEP 113 (ensure_file) COMPLETE
104622026-08-27T01:06:21.338Z[ host-image] Aug 27 01:06:20.124 INFO O| Aug 27 01:06:20.124 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104632026-08-27T01:06:21.360Z[ host-image] Aug 27 01:06:20.131 INFO O| Aug 27 01:06:20.131 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104642026-08-27T01:06:21.360Z[ host-image] Aug 27 01:06:20.131 INFO O| Aug 27 01:06:20.131 INFO copying /tmp/.tmpnxx3ZX/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 ...
104652026-08-27T01:06:21.360Z[ host-image] Aug 27 01:06:20.131 INFO O| Aug 27 01:06:20.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104662026-08-27T01:06:21.360Z[ host-image] Aug 27 01:06:20.131 INFO O| Aug 27 01:06:20.131 INFO ok!
104672026-08-27T01:06:21.360Z[ host-image] Aug 27 01:06:20.131 INFO O| Aug 27 01:06:20.131 INFO STEP 114 (ensure_file) COMPLETE
104682026-08-27T01:06:21.360Z[ host-image] Aug 27 01:06:20.131 INFO O| Aug 27 01:06:20.131 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104692026-08-27T01:06:21.360Z[ host-image] Aug 27 01:06:20.138 INFO O| Aug 27 01:06:20.138 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104702026-08-27T01:06:21.360Z[ host-image] Aug 27 01:06:20.138 INFO O| Aug 27 01:06:20.138 INFO copying /tmp/.tmpnxx3ZX/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 ...
104712026-08-27T01:06:21.360Z[ host-image] Aug 27 01:06:20.138 INFO O| Aug 27 01:06:20.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104722026-08-27T01:06:21.360Z[ host-image] Aug 27 01:06:20.138 INFO O| Aug 27 01:06:20.138 INFO ok!
104732026-08-27T01:06:21.360Z[ host-image] Aug 27 01:06:20.138 INFO O| Aug 27 01:06:20.138 INFO STEP 115 (ensure_file) COMPLETE
104742026-08-27T01:06:21.362Z[ host-image] Aug 27 01:06:20.138 INFO O| Aug 27 01:06:20.138 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104752026-08-27T01:06:21.385Z[ host-image] Aug 27 01:06:20.147 INFO O| Aug 27 01:06:20.147 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104762026-08-27T01:06:21.385Z[ host-image] Aug 27 01:06:20.147 INFO O| Aug 27 01:06:20.147 INFO copying /tmp/.tmpnxx3ZX/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 ...
104772026-08-27T01:06:21.385Z[ host-image] Aug 27 01:06:20.147 INFO O| Aug 27 01:06:20.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104782026-08-27T01:06:21.385Z[ host-image] Aug 27 01:06:20.147 INFO O| Aug 27 01:06:20.147 INFO ok!
104792026-08-27T01:06:21.385Z[ host-image] Aug 27 01:06:20.147 INFO O| Aug 27 01:06:20.147 INFO STEP 116 (ensure_file) COMPLETE
104802026-08-27T01:06:21.385Z[ host-image] Aug 27 01:06:20.147 INFO O| Aug 27 01:06:20.147 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104812026-08-27T01:06:21.385Z[ host-image] Aug 27 01:06:20.155 INFO O| Aug 27 01:06:20.155 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104822026-08-27T01:06:21.385Z[ host-image] Aug 27 01:06:20.155 INFO O| Aug 27 01:06:20.155 INFO copying /tmp/.tmpnxx3ZX/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104832026-08-27T01:06:21.385Z[ host-image] Aug 27 01:06:20.155 INFO O| Aug 27 01:06:20.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104842026-08-27T01:06:21.385Z[ host-image] Aug 27 01:06:20.155 INFO O| Aug 27 01:06:20.155 INFO ok!
104852026-08-27T01:06:21.385Z[ host-image] Aug 27 01:06:20.155 INFO O| Aug 27 01:06:20.155 INFO STEP 117 (ensure_file) COMPLETE
104862026-08-27T01:06:21.385Z[ host-image] Aug 27 01:06:20.155 INFO O| Aug 27 01:06:20.155 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104872026-08-27T01:06:21.385Z[ host-image] Aug 27 01:06:20.164 INFO O| Aug 27 01:06:20.164 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104882026-08-27T01:06:21.386Z[ host-image] Aug 27 01:06:20.164 INFO O| Aug 27 01:06:20.164 INFO copying /tmp/.tmpnxx3ZX/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 ...
104892026-08-27T01:06:21.386Z[ host-image] Aug 27 01:06:20.164 INFO O| Aug 27 01:06:20.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104902026-08-27T01:06:21.386Z[ host-image] Aug 27 01:06:20.164 INFO O| Aug 27 01:06:20.164 INFO ok!
104912026-08-27T01:06:21.386Z[ host-image] Aug 27 01:06:20.164 INFO O| Aug 27 01:06:20.164 INFO STEP 118 (ensure_file) COMPLETE
104922026-08-27T01:06:21.386Z[ host-image] Aug 27 01:06:20.164 INFO O| Aug 27 01:06:20.164 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104932026-08-27T01:06:21.391Z[ host-image] Aug 27 01:06:20.172 INFO O| Aug 27 01:06:20.172 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104942026-08-27T01:06:21.391Z[ host-image] Aug 27 01:06:20.172 INFO O| Aug 27 01:06:20.172 INFO copying /tmp/.tmpnxx3ZX/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 ...
104952026-08-27T01:06:21.391Z[ host-image] Aug 27 01:06:20.172 INFO O| Aug 27 01:06:20.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104962026-08-27T01:06:21.391Z[ host-image] Aug 27 01:06:20.172 INFO O| Aug 27 01:06:20.172 INFO ok!
104972026-08-27T01:06:21.391Z[ host-image] Aug 27 01:06:20.172 INFO O| Aug 27 01:06:20.172 INFO STEP 119 (ensure_file) COMPLETE
104982026-08-27T01:06:21.391Z[ host-image] Aug 27 01:06:20.172 INFO O| Aug 27 01:06:20.172 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104992026-08-27T01:06:21.391Z[ host-image] Aug 27 01:06:20.179 INFO O| Aug 27 01:06:20.179 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
105002026-08-27T01:06:21.391Z[ host-image] Aug 27 01:06:20.179 INFO O| Aug 27 01:06:20.179 INFO copying /tmp/.tmpnxx3ZX/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 ...
105012026-08-27T01:06:21.391Z[ host-image] Aug 27 01:06:20.179 INFO O| Aug 27 01:06:20.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
105022026-08-27T01:06:21.391Z[ host-image] Aug 27 01:06:20.179 INFO O| Aug 27 01:06:20.179 INFO ok!
105032026-08-27T01:06:21.392Z[ host-image] Aug 27 01:06:20.179 INFO O| Aug 27 01:06:20.179 INFO STEP 120 (ensure_file) COMPLETE
105042026-08-27T01:06:21.392Z[ host-image] Aug 27 01:06:20.179 INFO O| Aug 27 01:06:20.179 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105052026-08-27T01:06:21.392Z[ host-image] Aug 27 01:06:20.187 INFO O| Aug 27 01:06:20.187 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
105062026-08-27T01:06:21.392Z[ host-image] Aug 27 01:06:20.187 INFO O| Aug 27 01:06:20.187 INFO copying /tmp/.tmpnxx3ZX/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 ...
105072026-08-27T01:06:21.392Z[ host-image] Aug 27 01:06:20.187 INFO O| Aug 27 01:06:20.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
105082026-08-27T01:06:21.392Z[ host-image] Aug 27 01:06:20.187 INFO O| Aug 27 01:06:20.187 INFO ok!
105092026-08-27T01:06:21.392Z[ host-image] Aug 27 01:06:20.187 INFO O| Aug 27 01:06:20.187 INFO STEP 121 (ensure_file) COMPLETE
105102026-08-27T01:06:21.392Z[ host-image] Aug 27 01:06:20.187 INFO O| Aug 27 01:06:20.187 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105112026-08-27T01:06:21.402Z[ host-image] Aug 27 01:06:20.194 INFO O| Aug 27 01:06:20.194 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
105122026-08-27T01:06:21.402Z[ host-image] Aug 27 01:06:20.194 INFO O| Aug 27 01:06:20.194 INFO copying /tmp/.tmpnxx3ZX/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 ...
105132026-08-27T01:06:21.410Z[ host-image] Aug 27 01:06:20.194 INFO O| Aug 27 01:06:20.194 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
105142026-08-27T01:06:21.410Z[ host-image] Aug 27 01:06:20.194 INFO O| Aug 27 01:06:20.194 INFO ok!
105152026-08-27T01:06:21.410Z[ host-image] Aug 27 01:06:20.194 INFO O| Aug 27 01:06:20.194 INFO STEP 122 (ensure_file) COMPLETE
105162026-08-27T01:06:21.410Z[ host-image] Aug 27 01:06:20.194 INFO O| Aug 27 01:06:20.194 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105172026-08-27T01:06:21.422Z[ host-image] Aug 27 01:06:20.203 INFO O| Aug 27 01:06:20.203 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
105182026-08-27T01:06:21.422Z[ host-image] Aug 27 01:06:20.203 INFO O| Aug 27 01:06:20.203 INFO copying /tmp/.tmpnxx3ZX/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 ...
105192026-08-27T01:06:21.422Z[ host-image] Aug 27 01:06:20.203 INFO O| Aug 27 01:06:20.203 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
105202026-08-27T01:06:21.422Z[ host-image] Aug 27 01:06:20.203 INFO O| Aug 27 01:06:20.203 INFO ok!
105212026-08-27T01:06:21.422Z[ host-image] Aug 27 01:06:20.203 INFO O| Aug 27 01:06:20.203 INFO STEP 123 (ensure_file) COMPLETE
105222026-08-27T01:06:21.422Z[ host-image] Aug 27 01:06:20.203 INFO O| Aug 27 01:06:20.203 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105232026-08-27T01:06:21.422Z[ host-image] Aug 27 01:06:20.210 INFO O| Aug 27 01:06:20.210 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
105242026-08-27T01:06:21.422Z[ host-image] Aug 27 01:06:20.210 INFO O| Aug 27 01:06:20.210 INFO copying /tmp/.tmpnxx3ZX/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 ...
105252026-08-27T01:06:21.422Z[ host-image] Aug 27 01:06:20.210 INFO O| Aug 27 01:06:20.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
105262026-08-27T01:06:21.422Z[ host-image] Aug 27 01:06:20.210 INFO O| Aug 27 01:06:20.210 INFO ok!
105272026-08-27T01:06:21.422Z[ host-image] Aug 27 01:06:20.210 INFO O| Aug 27 01:06:20.210 INFO STEP 124 (ensure_file) COMPLETE
105282026-08-27T01:06:21.422Z[ host-image] Aug 27 01:06:20.210 INFO O| Aug 27 01:06:20.210 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105292026-08-27T01:06:21.422Z[ host-image] Aug 27 01:06:20.217 INFO O| Aug 27 01:06:20.217 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105302026-08-27T01:06:21.422Z[ host-image] Aug 27 01:06:20.217 INFO O| Aug 27 01:06:20.217 INFO copying /tmp/.tmpnxx3ZX/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 ...
105312026-08-27T01:06:21.425Z[ host-image] Aug 27 01:06:20.217 INFO O| Aug 27 01:06:20.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105322026-08-27T01:06:21.425Z[ host-image] Aug 27 01:06:20.217 INFO O| Aug 27 01:06:20.217 INFO ok!
105332026-08-27T01:06:21.425Z[ host-image] Aug 27 01:06:20.217 INFO O| Aug 27 01:06:20.217 INFO STEP 125 (ensure_file) COMPLETE
105342026-08-27T01:06:21.425Z[ host-image] Aug 27 01:06:20.217 INFO O| Aug 27 01:06:20.217 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105352026-08-27T01:06:21.444Z[ host-image] Aug 27 01:06:20.225 INFO O| Aug 27 01:06:20.225 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105362026-08-27T01:06:21.444Z[ host-image] Aug 27 01:06:20.225 INFO O| Aug 27 01:06:20.225 INFO copying /tmp/.tmpnxx3ZX/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 ...
105372026-08-27T01:06:21.444Z[ host-image] Aug 27 01:06:20.225 INFO O| Aug 27 01:06:20.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105382026-08-27T01:06:21.444Z[ host-image] Aug 27 01:06:20.225 INFO O| Aug 27 01:06:20.225 INFO ok!
105392026-08-27T01:06:21.444Z[ host-image] Aug 27 01:06:20.225 INFO O| Aug 27 01:06:20.225 INFO STEP 126 (ensure_file) COMPLETE
105402026-08-27T01:06:21.444Z[ host-image] Aug 27 01:06:20.225 INFO O| Aug 27 01:06:20.225 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105412026-08-27T01:06:21.453Z[ host-image] Aug 27 01:06:20.233 INFO O| Aug 27 01:06:20.233 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105422026-08-27T01:06:21.454Z[ host-image] Aug 27 01:06:20.234 INFO O| Aug 27 01:06:20.233 INFO copying /tmp/.tmpnxx3ZX/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 ...
105432026-08-27T01:06:21.454Z[ host-image] Aug 27 01:06:20.234 INFO O| Aug 27 01:06:20.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105442026-08-27T01:06:21.454Z[ host-image] Aug 27 01:06:20.234 INFO O| Aug 27 01:06:20.234 INFO ok!
105452026-08-27T01:06:21.455Z[ host-image] Aug 27 01:06:20.234 INFO O| Aug 27 01:06:20.234 INFO STEP 127 (ensure_file) COMPLETE
105462026-08-27T01:06:21.455Z[ host-image] Aug 27 01:06:20.234 INFO O| Aug 27 01:06:20.234 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105472026-08-27T01:06:21.455Z[ host-image] Aug 27 01:06:20.241 INFO O| Aug 27 01:06:20.241 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105482026-08-27T01:06:21.455Z[ host-image] Aug 27 01:06:20.241 INFO O| Aug 27 01:06:20.241 INFO copying /tmp/.tmpnxx3ZX/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 ...
105492026-08-27T01:06:21.455Z[ host-image] Aug 27 01:06:20.241 INFO O| Aug 27 01:06:20.241 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105502026-08-27T01:06:21.455Z[ host-image] Aug 27 01:06:20.241 INFO O| Aug 27 01:06:20.241 INFO ok!
105512026-08-27T01:06:21.455Z[ host-image] Aug 27 01:06:20.241 INFO O| Aug 27 01:06:20.241 INFO STEP 128 (ensure_file) COMPLETE
105522026-08-27T01:06:21.456Z[ host-image] Aug 27 01:06:20.241 INFO O| Aug 27 01:06:20.241 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105532026-08-27T01:06:21.470Z[ host-image] Aug 27 01:06:20.250 INFO O| Aug 27 01:06:20.250 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105542026-08-27T01:06:21.470Z[ host-image] Aug 27 01:06:20.250 INFO O| Aug 27 01:06:20.250 INFO copying /tmp/.tmpnxx3ZX/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 ...
105552026-08-27T01:06:21.470Z[ host-image] Aug 27 01:06:20.250 INFO O| Aug 27 01:06:20.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105562026-08-27T01:06:21.470Z[ host-image] Aug 27 01:06:20.250 INFO O| Aug 27 01:06:20.250 INFO ok!
105572026-08-27T01:06:21.470Z[ host-image] Aug 27 01:06:20.250 INFO O| Aug 27 01:06:20.250 INFO STEP 129 (ensure_file) COMPLETE
105582026-08-27T01:06:21.472Z[ host-image] Aug 27 01:06:20.250 INFO O| Aug 27 01:06:20.250 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105592026-08-27T01:06:21.482Z[ host-image] Aug 27 01:06:20.259 INFO O| Aug 27 01:06:20.259 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105602026-08-27T01:06:21.482Z[ host-image] Aug 27 01:06:20.259 INFO O| Aug 27 01:06:20.259 INFO copying /tmp/.tmpnxx3ZX/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 ...
105612026-08-27T01:06:21.483Z[ host-image] Aug 27 01:06:20.259 INFO O| Aug 27 01:06:20.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105622026-08-27T01:06:21.483Z[ host-image] Aug 27 01:06:20.259 INFO O| Aug 27 01:06:20.259 INFO ok!
105632026-08-27T01:06:21.483Z[ host-image] Aug 27 01:06:20.259 INFO O| Aug 27 01:06:20.259 INFO STEP 130 (ensure_file) COMPLETE
105642026-08-27T01:06:21.483Z[ host-image] Aug 27 01:06:20.259 INFO O| Aug 27 01:06:20.259 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105652026-08-27T01:06:21.483Z[ host-image] Aug 27 01:06:20.268 INFO O| Aug 27 01:06:20.268 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105662026-08-27T01:06:21.483Z[ host-image] Aug 27 01:06:20.268 INFO O| Aug 27 01:06:20.268 INFO copying /tmp/.tmpnxx3ZX/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 ...
105672026-08-27T01:06:21.483Z[ host-image] Aug 27 01:06:20.268 INFO O| Aug 27 01:06:20.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105682026-08-27T01:06:21.483Z[ host-image] Aug 27 01:06:20.268 INFO O| Aug 27 01:06:20.268 INFO ok!
105692026-08-27T01:06:21.483Z[ host-image] Aug 27 01:06:20.268 INFO O| Aug 27 01:06:20.268 INFO STEP 131 (ensure_file) COMPLETE
105702026-08-27T01:06:21.483Z[ host-image] Aug 27 01:06:20.268 INFO O| Aug 27 01:06:20.268 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105712026-08-27T01:06:21.490Z[ host-image] Aug 27 01:06:20.277 INFO O| Aug 27 01:06:20.277 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105722026-08-27T01:06:21.490Z[ host-image] Aug 27 01:06:20.277 INFO O| Aug 27 01:06:20.277 INFO copying /tmp/.tmpnxx3ZX/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 ...
105732026-08-27T01:06:21.491Z[ host-image] Aug 27 01:06:20.277 INFO O| Aug 27 01:06:20.277 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105742026-08-27T01:06:21.491Z[ host-image] Aug 27 01:06:20.277 INFO O| Aug 27 01:06:20.277 INFO ok!
105752026-08-27T01:06:21.491Z[ host-image] Aug 27 01:06:20.277 INFO O| Aug 27 01:06:20.277 INFO STEP 132 (ensure_file) COMPLETE
105762026-08-27T01:06:21.491Z[ host-image] Aug 27 01:06:20.277 INFO O| Aug 27 01:06:20.277 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105772026-08-27T01:06:21.511Z[ host-image] Aug 27 01:06:20.285 INFO O| Aug 27 01:06:20.285 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105782026-08-27T01:06:21.511Z[ host-image] Aug 27 01:06:20.285 INFO O| Aug 27 01:06:20.285 INFO copying /tmp/.tmpnxx3ZX/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 ...
105792026-08-27T01:06:21.512Z[ host-image] Aug 27 01:06:20.285 INFO O| Aug 27 01:06:20.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105802026-08-27T01:06:21.512Z[ host-image] Aug 27 01:06:20.285 INFO O| Aug 27 01:06:20.285 INFO ok!
105812026-08-27T01:06:21.512Z[ host-image] Aug 27 01:06:20.285 INFO O| Aug 27 01:06:20.285 INFO STEP 133 (ensure_file) COMPLETE
105822026-08-27T01:06:21.512Z[ host-image] Aug 27 01:06:20.285 INFO O| Aug 27 01:06:20.285 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105832026-08-27T01:06:21.512Z[ host-image] Aug 27 01:06:20.293 INFO O| Aug 27 01:06:20.293 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105842026-08-27T01:06:21.512Z[ host-image] Aug 27 01:06:20.293 INFO O| Aug 27 01:06:20.293 INFO copying /tmp/.tmpnxx3ZX/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 ...
105852026-08-27T01:06:21.512Z[ host-image] Aug 27 01:06:20.293 INFO O| Aug 27 01:06:20.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105862026-08-27T01:06:21.512Z[ host-image] Aug 27 01:06:20.293 INFO O| Aug 27 01:06:20.293 INFO ok!
105872026-08-27T01:06:21.512Z[ host-image] Aug 27 01:06:20.293 INFO O| Aug 27 01:06:20.293 INFO STEP 134 (ensure_file) COMPLETE
105882026-08-27T01:06:21.512Z[ host-image] Aug 27 01:06:20.293 INFO O| Aug 27 01:06:20.293 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105892026-08-27T01:06:21.530Z[ host-image] Aug 27 01:06:20.301 INFO O| Aug 27 01:06:20.301 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105902026-08-27T01:06:21.530Z[ host-image] Aug 27 01:06:20.301 INFO O| Aug 27 01:06:20.301 INFO copying /tmp/.tmpnxx3ZX/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 ...
105912026-08-27T01:06:21.530Z[ host-image] Aug 27 01:06:20.301 INFO O| Aug 27 01:06:20.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105922026-08-27T01:06:21.530Z[ host-image] Aug 27 01:06:20.301 INFO O| Aug 27 01:06:20.301 INFO ok!
105932026-08-27T01:06:21.530Z[ host-image] Aug 27 01:06:20.301 INFO O| Aug 27 01:06:20.301 INFO STEP 135 (ensure_file) COMPLETE
105942026-08-27T01:06:21.530Z[ host-image] Aug 27 01:06:20.301 INFO O| Aug 27 01:06:20.301 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105952026-08-27T01:06:21.530Z[ host-image] Aug 27 01:06:20.309 INFO O| Aug 27 01:06:20.309 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105962026-08-27T01:06:21.530Z[ host-image] Aug 27 01:06:20.309 INFO O| Aug 27 01:06:20.309 INFO copying /tmp/.tmpnxx3ZX/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105972026-08-27T01:06:21.531Z[ host-image] Aug 27 01:06:20.309 INFO O| Aug 27 01:06:20.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105982026-08-27T01:06:21.531Z[ host-image] Aug 27 01:06:20.309 INFO O| Aug 27 01:06:20.309 INFO ok!
105992026-08-27T01:06:21.531Z[ host-image] Aug 27 01:06:20.309 INFO O| Aug 27 01:06:20.309 INFO STEP 136 (ensure_file) COMPLETE
106002026-08-27T01:06:21.531Z[ host-image] Aug 27 01:06:20.309 INFO O| Aug 27 01:06:20.309 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106012026-08-27T01:06:21.531Z[ host-image] Aug 27 01:06:20.316 INFO O| Aug 27 01:06:20.316 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
106022026-08-27T01:06:21.531Z[ host-image] Aug 27 01:06:20.316 INFO O| Aug 27 01:06:20.316 INFO copying /tmp/.tmpnxx3ZX/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 ...
106032026-08-27T01:06:21.532Z[ host-image] Aug 27 01:06:20.316 INFO O| Aug 27 01:06:20.316 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
106042026-08-27T01:06:21.532Z[ host-image] Aug 27 01:06:20.317 INFO O| Aug 27 01:06:20.316 INFO ok!
106052026-08-27T01:06:21.532Z[ host-image] Aug 27 01:06:20.317 INFO O| Aug 27 01:06:20.316 INFO STEP 137 (ensure_file) COMPLETE
106062026-08-27T01:06:21.532Z[ host-image] Aug 27 01:06:20.317 INFO O| Aug 27 01:06:20.316 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106072026-08-27T01:06:21.538Z[ host-image] Aug 27 01:06:20.323 INFO O| Aug 27 01:06:20.323 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
106082026-08-27T01:06:21.538Z[ host-image] Aug 27 01:06:20.323 INFO O| Aug 27 01:06:20.323 INFO copying /tmp/.tmpnxx3ZX/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
106092026-08-27T01:06:21.539Z[ host-image] Aug 27 01:06:20.323 INFO O| Aug 27 01:06:20.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
106102026-08-27T01:06:21.539Z[ host-image] Aug 27 01:06:20.323 INFO O| Aug 27 01:06:20.323 INFO ok!
106112026-08-27T01:06:21.539Z[ host-image] Aug 27 01:06:20.323 INFO O| Aug 27 01:06:20.323 INFO STEP 138 (ensure_file) COMPLETE
106122026-08-27T01:06:21.539Z[ host-image] Aug 27 01:06:20.323 INFO O| Aug 27 01:06:20.323 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106132026-08-27T01:06:21.539Z[ host-image] Aug 27 01:06:20.330 INFO O| Aug 27 01:06:20.330 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
106142026-08-27T01:06:21.540Z[ host-image] Aug 27 01:06:20.330 INFO O| Aug 27 01:06:20.330 INFO copying /tmp/.tmpnxx3ZX/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
106152026-08-27T01:06:22.982Z[ recovery-image] Aug 27 01:06:21.774 INFO E| Compiling clap_derive v4.6.1
106162026-08-27T01:06:24.597Z[ recovery-image] Aug 27 01:06:23.379 INFO E| Compiling clap v4.6.1
106172026-08-27T01:06:24.667Z[ recovery-image] Aug 27 01:06:23.460 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
106182026-08-27T01:06:25.714Z[ recovery-image] Aug 27 01:06:24.508 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.17s
106192026-08-27T01:06:25.720Z[ recovery-image] Aug 27 01:06:24.516 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
106202026-08-27T01:06:26.015Z[ recovery-image] Aug 27 01:06:24.792 INFO E| Downloading crates ...
106212026-08-27T01:06:26.064Z[ recovery-image] Aug 27 01:06:24.857 INFO E| Downloaded raw-cpuid v10.7.0
106222026-08-27T01:06:26.081Z[ recovery-image] Aug 27 01:06:24.863 INFO E| Downloaded bit_field v0.10.3
106232026-08-27T01:06:26.081Z[ recovery-image] Aug 27 01:06:24.864 INFO E| Downloaded cpio_reader v0.1.2
106242026-08-27T01:06:26.082Z[ recovery-image] Aug 27 01:06:24.868 INFO E| Downloaded bitflags v2.13.0
106252026-08-27T01:06:26.093Z[ recovery-image] Aug 27 01:06:24.871 INFO E| Downloaded bitstruct_derive v0.1.0
106262026-08-27T01:06:26.093Z[ recovery-image] Aug 27 01:06:24.871 INFO E| Downloaded bitstruct v0.1.1
106272026-08-27T01:06:26.093Z[ recovery-image] Aug 27 01:06:24.879 INFO E| Downloaded log v0.4.32
106282026-08-27T01:06:26.093Z[ recovery-image] Aug 27 01:06:24.881 INFO E| Downloaded miniz_oxide v0.9.1
106292026-08-27T01:06:26.114Z[ recovery-image] Aug 27 01:06:24.911 INFO E| Downloaded goblin v0.10.7
106302026-08-27T01:06:26.228Z[ recovery-image] Aug 27 01:06:25.025 INFO E| Downloaded x86 v0.52.0
106312026-08-27T01:06:26.281Z[ recovery-image] Aug 27 01:06:25.076 INFO E| Updating crates.io index
106322026-08-27T01:06:26.349Z[ recovery-image] Aug 27 01:06:25.139 INFO E| Downloading crates ...
106332026-08-27T01:06:26.366Z[ recovery-image] Aug 27 01:06:25.162 INFO E| Downloaded hashbrown v0.17.1
106342026-08-27T01:06:26.375Z[ recovery-image] Aug 27 01:06:25.167 INFO E| Downloaded rustc-literal-escaper v0.0.7
106352026-08-27T01:06:26.502Z[ recovery-image] Aug 27 01:06:25.219 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)
106362026-08-27T01:06:26.503Z[ recovery-image] Aug 27 01:06:25.219 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)
106372026-08-27T01:06:26.513Z[ recovery-image] Aug 27 01:06:25.219 INFO E| Compiling proc-macro2 v1.0.106
106382026-08-27T01:06:26.513Z[ recovery-image] Aug 27 01:06:25.219 INFO E| Compiling quote v1.0.45
106392026-08-27T01:06:26.514Z[ recovery-image] Aug 27 01:06:25.219 INFO E| Compiling unicode-ident v1.0.24
106402026-08-27T01:06:26.514Z[ recovery-image] Aug 27 01:06:25.219 INFO E| Compiling syn v1.0.109
106412026-08-27T01:06:26.514Z[ recovery-image] Aug 27 01:06:25.219 INFO E| Compiling x86 v0.52.0
106422026-08-27T01:06:26.514Z[ recovery-image] Aug 27 01:06:25.219 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106432026-08-27T01:06:26.514Z[ recovery-image] Aug 27 01:06:25.219 INFO E| Compiling seq-macro v0.3.6
106442026-08-27T01:06:27.582Z[ recovery-image] Aug 27 01:06:26.373 INFO E| Compiling syn v2.0.117
106452026-08-27T01:06:27.953Z[ host-image] Aug 27 01:06:26.749 INFO O| Aug 27 01:06:26.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106462026-08-27T01:06:27.953Z[ host-image] Aug 27 01:06:26.749 INFO O| Aug 27 01:06:26.749 INFO ok!
106472026-08-27T01:06:27.959Z[ host-image] Aug 27 01:06:26.749 INFO O| Aug 27 01:06:26.749 INFO STEP 139 (ensure_file) COMPLETE
106482026-08-27T01:06:27.960Z[ host-image] Aug 27 01:06:26.749 INFO O| Aug 27 01:06:26.749 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106492026-08-27T01:06:27.972Z[ host-image] Aug 27 01:06:26.757 INFO O| Aug 27 01:06:26.757 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106502026-08-27T01:06:27.972Z[ host-image] Aug 27 01:06:26.757 INFO O| Aug 27 01:06:26.757 INFO STEP 140 (ensure_dir) COMPLETE
106512026-08-27T01:06:27.972Z[ host-image] Aug 27 01:06:26.757 INFO O| Aug 27 01:06:26.757 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106522026-08-27T01:06:27.979Z[ host-image] Aug 27 01:06:26.767 INFO O| Aug 27 01:06:26.767 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106532026-08-27T01:06:27.979Z[ host-image] Aug 27 01:06:26.767 INFO O| Aug 27 01:06:26.767 INFO STEP 141 (ensure_dir) COMPLETE
106542026-08-27T01:06:27.979Z[ host-image] Aug 27 01:06:26.767 INFO O| Aug 27 01:06:26.767 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106552026-08-27T01:06:27.979Z[ host-image] Aug 27 01:06:26.773 INFO O| Aug 27 01:06:26.773 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106562026-08-27T01:06:27.979Z[ host-image] Aug 27 01:06:26.773 INFO O| Aug 27 01:06:26.773 INFO STEP 142 (ensure_dir) COMPLETE
106572026-08-27T01:06:27.979Z[ host-image] Aug 27 01:06:26.773 INFO O| Aug 27 01:06:26.773 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106582026-08-27T01:06:27.982Z[ host-image] Aug 27 01:06:26.780 INFO O| Aug 27 01:06:26.780 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106592026-08-27T01:06:27.983Z[ host-image] Aug 27 01:06:26.780 INFO O| Aug 27 01:06:26.780 INFO STEP 143 (ensure_dir) COMPLETE
106602026-08-27T01:06:27.983Z[ host-image] Aug 27 01:06:26.780 INFO O| Aug 27 01:06:26.780 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106612026-08-27T01:06:27.996Z[ host-image] Aug 27 01:06:26.786 INFO O| Aug 27 01:06:26.786 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106622026-08-27T01:06:28.001Z[ host-image] Aug 27 01:06:26.786 INFO O| Aug 27 01:06:26.786 INFO copying /tmp/.tmpnxx3ZX/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 ...
106632026-08-27T01:06:28.001Z[ host-image] Aug 27 01:06:26.786 INFO O| Aug 27 01:06:26.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106642026-08-27T01:06:28.001Z[ host-image] Aug 27 01:06:26.786 INFO O| Aug 27 01:06:26.786 INFO ok!
106652026-08-27T01:06:28.001Z[ host-image] Aug 27 01:06:26.786 INFO O| Aug 27 01:06:26.786 INFO STEP 144 (ensure_file) COMPLETE
106662026-08-27T01:06:28.001Z[ host-image] Aug 27 01:06:26.786 INFO O| Aug 27 01:06:26.786 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106672026-08-27T01:06:28.001Z[ host-image] Aug 27 01:06:26.795 INFO O| Aug 27 01:06:26.795 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106682026-08-27T01:06:28.001Z[ host-image] Aug 27 01:06:26.795 INFO O| Aug 27 01:06:26.795 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106692026-08-27T01:06:28.001Z[ host-image] Aug 27 01:06:26.795 INFO O| Aug 27 01:06:26.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106702026-08-27T01:06:28.001Z[ host-image] Aug 27 01:06:26.795 INFO O| Aug 27 01:06:26.795 INFO STEP 145 (ensure_dir) COMPLETE
106712026-08-27T01:06:28.001Z[ host-image] Aug 27 01:06:26.795 INFO O| Aug 27 01:06:26.795 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106722026-08-27T01:06:28.006Z[ host-image] Aug 27 01:06:26.802 INFO O| Aug 27 01:06:26.802 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106732026-08-27T01:06:28.006Z[ host-image] Aug 27 01:06:26.802 INFO O| Aug 27 01:06:26.802 INFO copying /tmp/.tmpnxx3ZX/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106742026-08-27T01:06:28.006Z[ host-image] Aug 27 01:06:26.802 INFO O| Aug 27 01:06:26.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106752026-08-27T01:06:28.009Z[ host-image] Aug 27 01:06:26.802 INFO O| Aug 27 01:06:26.802 INFO ok!
106762026-08-27T01:06:28.009Z[ host-image] Aug 27 01:06:26.802 INFO O| Aug 27 01:06:26.802 INFO STEP 146 (ensure_file) COMPLETE
106772026-08-27T01:06:28.009Z[ host-image] Aug 27 01:06:26.802 INFO O| Aug 27 01:06:26.802 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106782026-08-27T01:06:28.024Z[ host-image] Aug 27 01:06:26.808 INFO O| Aug 27 01:06:26.808 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106792026-08-27T01:06:28.024Z[ host-image] Aug 27 01:06:26.808 INFO O| Aug 27 01:06:26.808 INFO STEP 147 (remove_files) COMPLETE
106802026-08-27T01:06:28.024Z[ host-image] Aug 27 01:06:26.808 INFO O| Aug 27 01:06:26.808 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106812026-08-27T01:06:28.037Z[ host-image] Aug 27 01:06:26.813 INFO O| Aug 27 01:06:26.813 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106822026-08-27T01:06:28.037Z[ host-image] Aug 27 01:06:26.813 INFO O| Aug 27 01:06:26.813 INFO STEP 148 (remove_files) COMPLETE
106832026-08-27T01:06:28.037Z[ host-image] Aug 27 01:06:26.813 INFO O| Aug 27 01:06:26.813 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106842026-08-27T01:06:28.037Z[ host-image] Aug 27 01:06:26.822 INFO O| Aug 27 01:06:26.822 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106852026-08-27T01:06:28.037Z[ host-image] Aug 27 01:06:26.822 INFO O| Aug 27 01:06:26.822 INFO STEP 149 (remove_files) COMPLETE
106862026-08-27T01:06:28.037Z[ host-image] Aug 27 01:06:26.822 INFO O| Aug 27 01:06:26.822 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106872026-08-27T01:06:28.043Z[ host-image] Aug 27 01:06:26.829 INFO O| Aug 27 01:06:26.829 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106882026-08-27T01:06:28.043Z[ host-image] Aug 27 01:06:26.829 INFO O| Aug 27 01:06:26.829 INFO STEP 150 (remove_files) COMPLETE
106892026-08-27T01:06:28.043Z[ host-image] Aug 27 01:06:26.829 INFO O| Aug 27 01:06:26.829 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106902026-08-27T01:06:28.049Z[ host-image] Aug 27 01:06:26.837 INFO O| Aug 27 01:06:26.837 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106912026-08-27T01:06:28.049Z[ host-image] Aug 27 01:06:26.837 INFO O| Aug 27 01:06:26.837 INFO STEP 151 (remove_files) COMPLETE
106922026-08-27T01:06:28.049Z[ host-image] Aug 27 01:06:26.837 INFO O| Aug 27 01:06:26.837 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106932026-08-27T01:06:28.057Z[ host-image] Aug 27 01:06:26.844 INFO O| Aug 27 01:06:26.844 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106942026-08-27T01:06:28.057Z[ host-image] Aug 27 01:06:26.844 INFO O| Aug 27 01:06:26.844 INFO STEP 152 (remove_files) COMPLETE
106952026-08-27T01:06:28.057Z[ host-image] Aug 27 01:06:26.844 INFO O| Aug 27 01:06:26.844 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106962026-08-27T01:06:28.062Z[ host-image] Aug 27 01:06:26.852 INFO O| Aug 27 01:06:26.852 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106972026-08-27T01:06:28.062Z[ host-image] Aug 27 01:06:26.853 INFO O| Aug 27 01:06:26.852 INFO STEP 153 (remove_files) COMPLETE
106982026-08-27T01:06:28.062Z[ host-image] Aug 27 01:06:26.853 INFO O| Aug 27 01:06:26.852 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106992026-08-27T01:06:28.066Z[ host-image] Aug 27 01:06:26.860 INFO O| Aug 27 01:06:26.860 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
107002026-08-27T01:06:28.067Z[ host-image] Aug 27 01:06:26.860 INFO O| Aug 27 01:06:26.860 INFO STEP 154 (remove_files) COMPLETE
107012026-08-27T01:06:28.067Z[ host-image] Aug 27 01:06:26.860 INFO O| Aug 27 01:06:26.860 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107022026-08-27T01:06:28.077Z[ host-image] Aug 27 01:06:26.868 INFO O| Aug 27 01:06:26.868 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
107032026-08-27T01:06:28.077Z[ host-image] Aug 27 01:06:26.868 INFO O| Aug 27 01:06:26.868 INFO STEP 155 (remove_files) COMPLETE
107042026-08-27T01:06:28.077Z[ host-image] Aug 27 01:06:26.868 INFO O| Aug 27 01:06:26.868 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107052026-08-27T01:06:28.082Z[ host-image] Aug 27 01:06:26.875 INFO O| Aug 27 01:06:26.875 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
107062026-08-27T01:06:28.082Z[ host-image] Aug 27 01:06:26.875 INFO O| Aug 27 01:06:26.875 INFO STEP 156 (remove_files) COMPLETE
107072026-08-27T01:06:28.082Z[ host-image] Aug 27 01:06:26.875 INFO O| Aug 27 01:06:26.875 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107082026-08-27T01:06:28.091Z[ host-image] Aug 27 01:06:26.882 INFO O| Aug 27 01:06:26.882 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
107092026-08-27T01:06:28.091Z[ host-image] Aug 27 01:06:26.882 INFO O| Aug 27 01:06:26.882 INFO STEP 157 (remove_files) COMPLETE
107102026-08-27T01:06:28.091Z[ host-image] Aug 27 01:06:26.882 INFO O| Aug 27 01:06:26.882 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107112026-08-27T01:06:28.105Z[ host-image] Aug 27 01:06:26.888 INFO O| Aug 27 01:06:26.888 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
107122026-08-27T01:06:28.105Z[ host-image] Aug 27 01:06:26.888 INFO O| Aug 27 01:06:26.888 INFO STEP 158 (remove_files) COMPLETE
107132026-08-27T01:06:28.105Z[ host-image] Aug 27 01:06:26.888 INFO O| Aug 27 01:06:26.888 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107142026-08-27T01:06:28.112Z[ host-image] Aug 27 01:06:26.896 INFO O| Aug 27 01:06:26.896 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
107152026-08-27T01:06:28.112Z[ host-image] Aug 27 01:06:26.896 INFO O| Aug 27 01:06:26.896 INFO STEP 159 (remove_files) COMPLETE
107162026-08-27T01:06:28.112Z[ host-image] Aug 27 01:06:26.896 INFO O| Aug 27 01:06:26.896 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107172026-08-27T01:06:28.112Z[ host-image] Aug 27 01:06:26.903 INFO O| Aug 27 01:06:26.903 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
107182026-08-27T01:06:28.112Z[ host-image] Aug 27 01:06:26.903 INFO O| Aug 27 01:06:26.903 INFO STEP 160 (remove_files) COMPLETE
107192026-08-27T01:06:28.113Z[ host-image] Aug 27 01:06:26.903 INFO O| Aug 27 01:06:26.903 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107202026-08-27T01:06:28.127Z[ host-image] Aug 27 01:06:26.909 INFO O| Aug 27 01:06:26.909 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
107212026-08-27T01:06:28.127Z[ host-image] Aug 27 01:06:26.909 INFO O| Aug 27 01:06:26.909 INFO STEP 161 (remove_files) COMPLETE
107222026-08-27T01:06:28.127Z[ host-image] Aug 27 01:06:26.909 INFO O| Aug 27 01:06:26.909 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107232026-08-27T01:06:28.128Z[ host-image] Aug 27 01:06:26.917 INFO O| Aug 27 01:06:26.917 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
107242026-08-27T01:06:28.128Z[ host-image] Aug 27 01:06:26.917 INFO O| Aug 27 01:06:26.917 INFO STEP 162 (remove_files) COMPLETE
107252026-08-27T01:06:28.128Z[ host-image] Aug 27 01:06:26.917 INFO O| Aug 27 01:06:26.917 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107262026-08-27T01:06:28.139Z[ host-image] Aug 27 01:06:26.924 INFO O| Aug 27 01:06:26.924 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
107272026-08-27T01:06:28.139Z[ host-image] Aug 27 01:06:26.924 INFO O| Aug 27 01:06:26.924 INFO STEP 163 (remove_files) COMPLETE
107282026-08-27T01:06:28.139Z[ host-image] Aug 27 01:06:26.924 INFO O| Aug 27 01:06:26.924 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107292026-08-27T01:06:28.144Z[ host-image] Aug 27 01:06:26.930 INFO O| Aug 27 01:06:26.930 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
107302026-08-27T01:06:28.144Z[ host-image] Aug 27 01:06:26.930 INFO O| Aug 27 01:06:26.930 INFO STEP 164 (remove_files) COMPLETE
107312026-08-27T01:06:28.144Z[ host-image] Aug 27 01:06:26.930 INFO O| Aug 27 01:06:26.930 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107322026-08-27T01:06:28.144Z[ host-image] Aug 27 01:06:26.936 INFO O| Aug 27 01:06:26.936 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
107332026-08-27T01:06:28.148Z[ host-image] Aug 27 01:06:26.936 INFO O| Aug 27 01:06:26.936 INFO STEP 165 (remove_files) COMPLETE
107342026-08-27T01:06:28.148Z[ host-image] Aug 27 01:06:26.936 INFO O| Aug 27 01:06:26.936 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107352026-08-27T01:06:28.156Z[ host-image] Aug 27 01:06:26.944 INFO O| Aug 27 01:06:26.944 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107362026-08-27T01:06:28.156Z[ host-image] Aug 27 01:06:26.944 INFO O| Aug 27 01:06:26.944 INFO STEP 166 (remove_files) COMPLETE
107372026-08-27T01:06:28.156Z[ host-image] Aug 27 01:06:26.944 INFO O| Aug 27 01:06:26.944 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107382026-08-27T01:06:28.157Z[ host-image] Aug 27 01:06:26.950 INFO O| Aug 27 01:06:26.950 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107392026-08-27T01:06:28.157Z[ host-image] Aug 27 01:06:26.950 INFO O| Aug 27 01:06:26.950 INFO STEP 167 (remove_files) COMPLETE
107402026-08-27T01:06:28.157Z[ host-image] Aug 27 01:06:26.950 INFO O| Aug 27 01:06:26.950 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107412026-08-27T01:06:28.170Z[ host-image] Aug 27 01:06:26.958 INFO O| Aug 27 01:06:26.958 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107422026-08-27T01:06:28.170Z[ host-image] Aug 27 01:06:26.958 INFO O| Aug 27 01:06:26.958 INFO STEP 168 (remove_files) COMPLETE
107432026-08-27T01:06:28.170Z[ host-image] Aug 27 01:06:26.958 INFO O| Aug 27 01:06:26.958 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107442026-08-27T01:06:28.192Z[ host-image] Aug 27 01:06:26.964 INFO O| Aug 27 01:06:26.964 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107452026-08-27T01:06:28.192Z[ host-image] Aug 27 01:06:26.964 INFO O| Aug 27 01:06:26.964 INFO STEP 169 (remove_files) COMPLETE
107462026-08-27T01:06:28.193Z[ host-image] Aug 27 01:06:26.964 INFO O| Aug 27 01:06:26.964 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107472026-08-27T01:06:28.193Z[ host-image] Aug 27 01:06:26.971 INFO O| Aug 27 01:06:26.971 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107482026-08-27T01:06:28.194Z[ host-image] Aug 27 01:06:26.971 INFO O| Aug 27 01:06:26.971 INFO STEP 170 (remove_files) COMPLETE
107492026-08-27T01:06:28.194Z[ host-image] Aug 27 01:06:26.971 INFO O| Aug 27 01:06:26.971 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107502026-08-27T01:06:28.194Z[ host-image] Aug 27 01:06:26.977 INFO O| Aug 27 01:06:26.976 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107512026-08-27T01:06:28.194Z[ host-image] Aug 27 01:06:26.977 INFO O| Aug 27 01:06:26.977 INFO STEP 171 (remove_files) COMPLETE
107522026-08-27T01:06:28.194Z[ host-image] Aug 27 01:06:26.977 INFO O| Aug 27 01:06:26.977 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107532026-08-27T01:06:28.194Z[ host-image] Aug 27 01:06:26.984 INFO O| Aug 27 01:06:26.984 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107542026-08-27T01:06:28.194Z[ host-image] Aug 27 01:06:26.984 INFO O| Aug 27 01:06:26.984 INFO STEP 172 (remove_files) COMPLETE
107552026-08-27T01:06:28.194Z[ host-image] Aug 27 01:06:26.984 INFO O| Aug 27 01:06:26.984 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107562026-08-27T01:06:28.209Z[ host-image] Aug 27 01:06:26.990 INFO O| Aug 27 01:06:26.990 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107572026-08-27T01:06:28.210Z[ host-image] Aug 27 01:06:26.990 INFO O| Aug 27 01:06:26.990 INFO STEP 173 (remove_files) COMPLETE
107582026-08-27T01:06:28.210Z[ host-image] Aug 27 01:06:26.990 INFO O| Aug 27 01:06:26.990 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107592026-08-27T01:06:28.211Z[ host-image] Aug 27 01:06:26.996 INFO O| Aug 27 01:06:26.996 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107602026-08-27T01:06:28.211Z[ host-image] Aug 27 01:06:26.996 INFO O| Aug 27 01:06:26.996 INFO STEP 174 (remove_files) COMPLETE
107612026-08-27T01:06:28.211Z[ host-image] Aug 27 01:06:26.996 INFO O| Aug 27 01:06:26.996 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107622026-08-27T01:06:28.217Z[ host-image] Aug 27 01:06:27.003 INFO O| Aug 27 01:06:27.003 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107632026-08-27T01:06:28.217Z[ host-image] Aug 27 01:06:27.004 INFO O| Aug 27 01:06:27.004 INFO STEP 175 (remove_files) COMPLETE
107642026-08-27T01:06:28.217Z[ host-image] Aug 27 01:06:27.004 INFO O| Aug 27 01:06:27.004 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107652026-08-27T01:06:28.225Z[ host-image] Aug 27 01:06:27.015 INFO O| Aug 27 01:06:27.015 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107662026-08-27T01:06:28.225Z[ host-image] Aug 27 01:06:27.015 INFO O| Aug 27 01:06:27.015 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_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107672026-08-27T01:06:28.937Z[ recovery-image] Aug 27 01:06:27.732 INFO E| Compiling scroll_derive v0.13.1
107682026-08-27T01:06:30.000Z[ recovery-image] Aug 27 01:06:28.753 INFO E| Compiling bitstruct_derive v0.1.0
107692026-08-27T01:06:32.336Z[ host-image] Aug 27 01:06:31.129 INFO O| Aug 27 01:06:31.129 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
107702026-08-27T01:06:32.336Z[ host-image] Aug 27 01:06:31.129 INFO O| Aug 27 01:06:31.129 INFO E| svccfg: Loaded 80 smf(7) service descriptions
107712026-08-27T01:06:32.346Z[ host-image] Aug 27 01:06:31.140 INFO O| Aug 27 01:06:31.140 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_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"}
107722026-08-27T01:06:32.448Z[ host-image] Aug 27 01:06:31.233 INFO O| Aug 27 01:06:31.233 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
107732026-08-27T01:06:32.491Z[ host-image] Aug 27 01:06:31.286 INFO O| Aug 27 01:06:31.285 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107742026-08-27T01:06:32.550Z[ host-image] Aug 27 01:06:31.345 INFO O| Aug 27 01:06:31.345 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107752026-08-27T01:06:32.550Z[ host-image] Aug 27 01:06:31.345 INFO O| Aug 27 01:06:31.345 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107762026-08-27T01:06:32.621Z[ host-image] Aug 27 01:06:31.414 INFO O| Aug 27 01:06:31.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107772026-08-27T01:06:32.621Z[ host-image] Aug 27 01:06:31.414 INFO O| Aug 27 01:06:31.414 INFO ok!
107782026-08-27T01:06:32.627Z[ host-image] Aug 27 01:06:31.414 INFO O| Aug 27 01:06:31.414 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107792026-08-27T01:06:32.627Z[ host-image] Aug 27 01:06:31.414 INFO O| Aug 27 01:06:31.414 INFO STEP 176 (seed_smf) COMPLETE
107802026-08-27T01:06:32.629Z[ host-image] Aug 27 01:06:31.414 INFO O| Aug 27 01:06:31.414 INFO steps complete; finalising image!
107812026-08-27T01:06:32.629Z[ host-image] Aug 27 01:06:31.414 INFO O| Aug 27 01:06:31.414 INFO TRIM POOL: TEMPORARY-sled-zfs
107822026-08-27T01:06:32.684Z[ host-image] Aug 27 01:06:31.474 INFO O| Aug 27 01:06:31.474 INFO trim TEMPORARY-sled-zfs: (4% trimmed, started at Thu Aug 27 01:06:31 2026)
107832026-08-27T01:06:32.895Z[ host-image] Aug 27 01:06:31.690 INFO O| Aug 27 01:06:31.690 INFO temporary pool has 914M used, 110M avail, 1.80x compressratio
107842026-08-27T01:06:32.895Z[ host-image] Aug 27 01:06:31.690 INFO O| Aug 27 01:06:31.690 INFO EXPORT POOL: TEMPORARY-sled-zfs
107852026-08-27T01:06:33.238Z[ host-image] Aug 27 01:06:32.029 INFO O| Aug 27 01:06:32.029 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107862026-08-27T01:06:33.238Z[ host-image] Aug 27 01:06:32.029 INFO O| Aug 27 01:06:32.029 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107872026-08-27T01:06:34.044Z[ host-image] Aug 27 01:06:32.837 INFO O| Aug 27 01:06:32.837 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107882026-08-27T01:06:34.044Z[ host-image] Aug 27 01:06:32.837 INFO O| Aug 27 01:06:32.837 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107892026-08-27T01:06:34.044Z[ host-image] Aug 27 01:06:32.837 INFO O| Aug 27 01:06:32.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107902026-08-27T01:06:34.054Z[ host-image] Aug 27 01:06:32.837 INFO O| Aug 27 01:06:32.837 INFO completed processing sled/zfs
107912026-08-27T01:06:34.054Z[ host-image] Aug 27 01:06:32.837 INFO O| Aug 27 01:06:32.837 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107922026-08-27T01:06:39.096Z[ recovery-image] Aug 27 01:06:37.893 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)
107932026-08-27T01:06:41.166Z[ recovery-image] Aug 27 01:06:39.948 INFO E| Compiling bitflags v1.3.2
107942026-08-27T01:06:41.166Z[ recovery-image] Aug 27 01:06:39.948 INFO E| Compiling bit_field v0.10.3
107952026-08-27T01:06:41.166Z[ recovery-image] Aug 27 01:06:39.948 INFO E| Compiling scroll v0.13.0
107962026-08-27T01:06:41.184Z[ recovery-image] Aug 27 01:06:39.948 INFO E| Compiling adler2 v2.0.1
107972026-08-27T01:06:41.184Z[ recovery-image] Aug 27 01:06:39.948 INFO E| Compiling log v0.4.32
107982026-08-27T01:06:41.184Z[ recovery-image] Aug 27 01:06:39.948 INFO E| Compiling plain v0.2.3
107992026-08-27T01:06:41.184Z[ recovery-image] Aug 27 01:06:39.948 INFO E| Compiling bitflags v2.13.0
108002026-08-27T01:06:41.184Z[ recovery-image] Aug 27 01:06:39.948 INFO E| Compiling bitstruct v0.1.1
108012026-08-27T01:06:41.184Z[ recovery-image] Aug 27 01:06:39.948 INFO E| Compiling static_assertions v1.1.0
108022026-08-27T01:06:41.211Z[ recovery-image] Aug 27 01:06:39.998 INFO E| Compiling raw-cpuid v10.7.0
108032026-08-27T01:06:41.242Z[ recovery-image] Aug 27 01:06:40.039 INFO E| Compiling miniz_oxide v0.9.1
108042026-08-27T01:06:41.305Z[ recovery-image] Aug 27 01:06:40.099 INFO E| Compiling cpio_reader v0.1.2
108052026-08-27T01:06:41.372Z[ recovery-image] Aug 27 01:06:40.169 INFO E| Compiling goblin v0.10.7
108062026-08-27T01:06:44.144Z[ recovery-image] Aug 27 01:06:42.941 INFO E| Finished `release` profile [optimized] target(s) in 18.40s
108072026-08-27T01:06:44.161Z[ recovery-image] Aug 27 01:06:42.958 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
108082026-08-27T01:06:44.162Z[ recovery-image] Aug 27 01:06:42.958 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
108092026-08-27T01:06:44.162Z[ recovery-image] Aug 27 01:06:42.958 INFO building ROM for cosmo
108102026-08-27T01:06:44.167Z[ recovery-image] Aug 27 01:06:42.958 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")
108112026-08-27T01:06:44.237Z[ recovery-image] Aug 27 01:06:43.032 INFO E| Downloading crates ...
108122026-08-27T01:06:44.282Z[ recovery-image] Aug 27 01:06:43.079 INFO E| Downloaded anstyle v1.0.10
108132026-08-27T01:06:44.296Z[ recovery-image] Aug 27 01:06:43.093 INFO E| Downloaded is_terminal_polyfill v1.70.1
108142026-08-27T01:06:44.305Z[ recovery-image] Aug 27 01:06:43.094 INFO E| Downloaded shared_child v1.0.1
108152026-08-27T01:06:44.305Z[ recovery-image] Aug 27 01:06:43.094 INFO E| Downloaded toml_datetime v0.6.9
108162026-08-27T01:06:44.306Z[ recovery-image] Aug 27 01:06:43.096 INFO E| Downloaded clap_builder v4.5.37
108172026-08-27T01:06:44.314Z[ recovery-image] Aug 27 01:06:43.106 INFO E| Downloaded clap_lex v0.7.4
108182026-08-27T01:06:44.314Z[ recovery-image] Aug 27 01:06:43.107 INFO E| Downloaded os_pipe v1.2.1
108192026-08-27T01:06:44.314Z[ recovery-image] Aug 27 01:06:43.111 INFO E| Downloaded anstyle-parse v0.2.6
108202026-08-27T01:06:44.320Z[ recovery-image] Aug 27 01:06:43.112 INFO E| Downloaded colorchoice v1.0.3
108212026-08-27T01:06:44.345Z[ recovery-image] Aug 27 01:06:43.120 INFO E| Downloaded duct v0.13.7
108222026-08-27T01:06:44.345Z[ recovery-image] Aug 27 01:06:43.121 INFO E| Downloaded cc v1.2.20
108232026-08-27T01:06:44.345Z[ recovery-image] Aug 27 01:06:43.123 INFO E| Downloaded toml_write v0.1.1
108242026-08-27T01:06:44.345Z[ recovery-image] Aug 27 01:06:43.131 INFO E| Downloaded toml v0.8.22
108252026-08-27T01:06:44.353Z[ recovery-image] Aug 27 01:06:43.149 INFO E| Downloaded toml_edit v0.22.26
108262026-08-27T01:06:44.370Z[ recovery-image] Aug 27 01:06:43.168 INFO E| Downloaded anstream v0.6.18
108272026-08-27T01:06:44.378Z[ recovery-image] Aug 27 01:06:43.169 INFO E| Downloaded winnow v0.7.7
108282026-08-27T01:06:44.378Z[ recovery-image] Aug 27 01:06:43.174 INFO E| Downloaded anstyle-query v1.1.2
108292026-08-27T01:06:44.378Z[ recovery-image] Aug 27 01:06:43.174 INFO E| Downloaded serde_spanned v0.6.8
108302026-08-27T01:06:44.392Z[ recovery-image] Aug 27 01:06:43.175 INFO E| Downloaded clap v4.5.37
108312026-08-27T01:06:44.392Z[ recovery-image] Aug 27 01:06:43.179 INFO E| Downloaded clap_derive v4.5.32
108322026-08-27T01:06:44.400Z[ recovery-image] Aug 27 01:06:43.190 INFO E| Compiling libc v0.2.172
108332026-08-27T01:06:44.400Z[ recovery-image] Aug 27 01:06:43.190 INFO E| Compiling utf8parse v0.2.2
108342026-08-27T01:06:44.400Z[ recovery-image] Aug 27 01:06:43.190 INFO E| Compiling once_cell v1.21.3
108352026-08-27T01:06:44.400Z[ recovery-image] Aug 27 01:06:43.190 INFO E| Compiling shlex v1.3.0
108362026-08-27T01:06:44.400Z[ recovery-image] Aug 27 01:06:43.190 INFO E| Compiling equivalent v1.0.2
108372026-08-27T01:06:44.404Z[ recovery-image] Aug 27 01:06:43.190 INFO E| Compiling is_terminal_polyfill v1.70.1
108382026-08-27T01:06:44.404Z[ recovery-image] Aug 27 01:06:43.190 INFO E| Compiling colorchoice v1.0.3
108392026-08-27T01:06:44.404Z[ recovery-image] Aug 27 01:06:43.191 INFO E| Compiling hashbrown v0.15.2
108402026-08-27T01:06:44.404Z[ recovery-image] Aug 27 01:06:43.191 INFO E| Compiling anstyle-query v1.1.2
108412026-08-27T01:06:44.404Z[ recovery-image] Aug 27 01:06:43.191 INFO E| Compiling anstyle v1.0.10
108422026-08-27T01:06:44.413Z[ recovery-image] Aug 27 01:06:43.208 INFO E| Compiling strsim v0.11.1
108432026-08-27T01:06:44.427Z[ recovery-image] Aug 27 01:06:43.208 INFO E| Compiling anyhow v1.0.98
108442026-08-27T01:06:44.427Z[ recovery-image] Aug 27 01:06:43.208 INFO E| Compiling clap_lex v0.7.4
108452026-08-27T01:06:44.436Z[ recovery-image] Aug 27 01:06:43.229 INFO E| Compiling winnow v0.7.7
108462026-08-27T01:06:44.444Z[ recovery-image] Aug 27 01:06:43.241 INFO E| Compiling toml_write v0.1.1
108472026-08-27T01:06:44.452Z[ recovery-image] Aug 27 01:06:43.245 INFO E| Compiling syn v2.0.101
108482026-08-27T01:06:44.536Z[ recovery-image] Aug 27 01:06:43.332 INFO E| Compiling anstyle-parse v0.2.6
108492026-08-27T01:06:44.544Z[ recovery-image] Aug 27 01:06:43.340 INFO E| Compiling cc v1.2.20
108502026-08-27T01:06:44.671Z[ recovery-image] Aug 27 01:06:43.467 INFO E| Compiling anstream v0.6.18
108512026-08-27T01:06:44.866Z[ recovery-image] Aug 27 01:06:43.661 INFO E| Compiling clap_builder v4.5.37
108522026-08-27T01:06:44.890Z[ recovery-image] Aug 27 01:06:43.686 INFO E| Compiling indexmap v2.9.0
108532026-08-27T01:06:45.009Z[ recovery-image] Aug 27 01:06:43.806 INFO E| Compiling os_pipe v1.2.1
108542026-08-27T01:06:45.009Z[ recovery-image] Aug 27 01:06:43.806 INFO E| Compiling shared_child v1.0.1
108552026-08-27T01:06:45.125Z[ recovery-image] Aug 27 01:06:43.922 INFO E| Compiling duct v0.13.7
108562026-08-27T01:06:45.575Z[ recovery-image] Aug 27 01:06:44.372 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108572026-08-27T01:06:46.446Z[ recovery-image] Aug 27 01:06:45.243 INFO E| Compiling serde_derive v1.0.219
108582026-08-27T01:06:46.446Z[ recovery-image] Aug 27 01:06:45.243 INFO E| Compiling clap_derive v4.5.32
108592026-08-27T01:06:47.861Z[ recovery-image] Aug 27 01:06:46.657 INFO E| Compiling clap v4.5.37
108602026-08-27T01:06:48.672Z[ recovery-image] Aug 27 01:06:47.469 INFO E| Compiling serde v1.0.219
108612026-08-27T01:06:50.669Z[ recovery-image] Aug 27 01:06:49.447 INFO E| Compiling toml_datetime v0.6.9
108622026-08-27T01:06:50.669Z[ recovery-image] Aug 27 01:06:49.447 INFO E| Compiling serde_spanned v0.6.8
108632026-08-27T01:06:50.804Z[ recovery-image] Aug 27 01:06:49.601 INFO E| Compiling toml_edit v0.22.26
108642026-08-27T01:06:52.046Z[ host-image] Aug 27 01:06:50.842 INFO O| Aug 27 01:06:50.842 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108652026-08-27T01:06:52.118Z[ host-image] Aug 27 01:06:50.914 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n"
108662026-08-27T01:06:52.118Z[ host-image] Aug 27 01:06:50.914 INFO expanded image name: "ci 19000f3/${os_short_commit} 2026-08-27 00:52" -> "ci 19000f3/bbd33bf 2026-08-27 00:52"
108672026-08-27T01:06:52.118Z[ host-image] Aug 27 01:06:50.914 INFO output artefacts stored in: "/work/os-host"
108682026-08-27T01:06:52.126Z[ host-image] Aug 27 01:06:50.914 INFO collecting git info from project "bootserver"...
108692026-08-27T01:06:52.126Z[ host-image] Aug 27 01:06:50.921 INFO collecting git info from project "pinprick"...
108702026-08-27T01:06:52.135Z[ host-image] Aug 27 01:06:50.927 INFO collecting git info from project "image-builder"...
108712026-08-27T01:06:52.140Z[ host-image] Aug 27 01:06:50.933 INFO collecting git info from project "dmar-report"...
108722026-08-27T01:06:52.147Z[ host-image] Aug 27 01:06:50.939 INFO collecting git info from project "amd-firmware"...
108732026-08-27T01:06:52.147Z[ recovery-image] Aug 27 01:06:50.943 INFO E| Compiling toml v0.8.22
108742026-08-27T01:06:52.155Z[ host-image] Aug 27 01:06:50.952 INFO collecting git info from project "phbl"...
108752026-08-27T01:06:52.161Z[ host-image] Aug 27 01:06:50.958 INFO collecting git info from project "chelsio-t6-roms"...
108762026-08-27T01:06:52.168Z[ host-image] Aug 27 01:06:50.964 INFO collecting git info from project "pilot"...
108772026-08-27T01:06:52.180Z[ host-image] Aug 27 01:06:50.970 INFO collecting git info from project "amd-host-image-builder"...
108782026-08-27T01:06:52.189Z[ host-image] Aug 27 01:06:50.976 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108792026-08-27T01:06:52.532Z[ host-image] Aug 27 01:06:51.329 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108802026-08-27T01:06:52.851Z[ host-image] Aug 27 01:06:51.648 INFO creating Oxide boot image...
108812026-08-27T01:06:52.851Z[ host-image] Aug 27 01:06:51.648 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 19000f3/bbd33bf 2026-08-27 00:52", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108822026-08-27T01:06:53.667Z[ host-image] Aug 27 01:06:52.463 INFO O| ok, image written!
108832026-08-27T01:06:53.667Z[ host-image] Aug 27 01:06:52.463 INFO O| ok, boot_image_csum file written!
108842026-08-27T01:06:53.674Z[ host-image] Aug 27 01:06:52.466 INFO creating boot archive (CPIO)...
108852026-08-27T01:06:53.674Z[ host-image] Aug 27 01:06:52.466 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-27T01:06:53.674Z[ host-image] Aug 27 01:06:52.469 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108872026-08-27T01:06:53.674Z[ host-image] Aug 27 01:06:52.470 INFO E| + outfile=/work/os-host/cpio
108882026-08-27T01:06:53.675Z[ host-image] Aug 27 01:06:52.470 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108892026-08-27T01:06:53.684Z[ host-image] Aug 27 01:06:52.471 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108902026-08-27T01:06:53.684Z[ host-image] Aug 27 01:06:52.472 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108912026-08-27T01:06:53.701Z[ host-image] Aug 27 01:06:52.498 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108922026-08-27T01:06:53.709Z[ host-image] Aug 27 01:06:52.498 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108932026-08-27T01:06:53.727Z[ host-image] Aug 27 01:06:52.506 INFO creating compressed cpio/unix for dev loaders...
108942026-08-27T01:06:53.727Z[ host-image] Aug 27 01:06:52.506 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-27T01:06:53.944Z[ host-image] Aug 27 01:06:52.736 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-27T01:06:54.492Z[ recovery-image] Aug 27 01:06:53.289 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.29s
108972026-08-27T01:06:54.514Z[ recovery-image] Aug 27 01:06:53.299 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`
108982026-08-27T01:06:54.532Z[ recovery-image] Aug 27 01:06:53.329 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108992026-08-27T01:06:54.618Z[ recovery-image] Aug 27 01:06:53.414 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
109002026-08-27T01:06:54.625Z[ recovery-image] Aug 27 01:06:53.419 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`
109012026-08-27T01:06:54.832Z[ recovery-image] Aug 27 01:06:53.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109022026-08-27T01:06:54.847Z[ recovery-image] Aug 27 01:06:53.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109032026-08-27T01:06:54.847Z[ recovery-image] Aug 27 01:06:53.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109042026-08-27T01:06:54.847Z[ recovery-image] Aug 27 01:06:53.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109052026-08-27T01:06:54.847Z[ recovery-image] Aug 27 01:06:53.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109062026-08-27T01:06:54.875Z[ recovery-image] Aug 27 01:06:53.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109072026-08-27T01:06:54.875Z[ recovery-image] Aug 27 01:06:53.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109082026-08-27T01:06:54.875Z[ recovery-image] Aug 27 01:06:53.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109092026-08-27T01:06:54.875Z[ recovery-image] Aug 27 01:06:53.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109102026-08-27T01:06:54.875Z[ recovery-image] Aug 27 01:06:53.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109112026-08-27T01:06:54.875Z[ recovery-image] Aug 27 01:06:53.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109122026-08-27T01:06:54.875Z[ recovery-image] Aug 27 01:06:53.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109132026-08-27T01:06:54.875Z[ recovery-image] Aug 27 01:06:53.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109142026-08-27T01:06:54.875Z[ recovery-image] Aug 27 01:06:53.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109152026-08-27T01:06:54.875Z[ recovery-image] Aug 27 01:06:53.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109162026-08-27T01:06:54.875Z[ recovery-image] Aug 27 01:06:53.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109172026-08-27T01:06:54.875Z[ recovery-image] Aug 27 01:06:53.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109182026-08-27T01:06:54.875Z[ recovery-image] Aug 27 01:06:53.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109192026-08-27T01:06:54.875Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109202026-08-27T01:06:54.885Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109212026-08-27T01:06:54.885Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109222026-08-27T01:06:54.885Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109232026-08-27T01:06:54.885Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109242026-08-27T01:06:54.885Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109252026-08-27T01:06:54.885Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109262026-08-27T01:06:54.885Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109272026-08-27T01:06:54.885Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109282026-08-27T01:06:54.885Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109292026-08-27T01:06:54.886Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109302026-08-27T01:06:54.886Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109312026-08-27T01:06:54.886Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109322026-08-27T01:06:54.886Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109332026-08-27T01:06:54.886Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109342026-08-27T01:06:54.904Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109352026-08-27T01:06:54.905Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109362026-08-27T01:06:54.905Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109372026-08-27T01:06:54.905Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109382026-08-27T01:06:54.905Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109392026-08-27T01:06:54.905Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109402026-08-27T01:06:54.905Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109412026-08-27T01:06:54.905Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109422026-08-27T01:06:54.905Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109432026-08-27T01:06:54.905Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109442026-08-27T01:06:54.905Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109452026-08-27T01:06:54.905Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109462026-08-27T01:06:54.905Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109472026-08-27T01:06:54.905Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109482026-08-27T01:06:54.905Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109492026-08-27T01:06:54.911Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109502026-08-27T01:06:54.911Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109512026-08-27T01:06:54.911Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109522026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109532026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.630 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109542026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO O| Info: ABL version: 0x100af010
109552026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109562026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109572026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109582026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109592026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109602026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109612026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109622026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109632026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109642026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109652026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109662026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109672026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109682026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109692026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109702026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109712026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109722026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109732026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109742026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109752026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109762026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109772026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109782026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109792026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109802026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109812026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109822026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109832026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109842026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109852026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109862026-08-27T01:06:54.912Z[ recovery-image] Aug 27 01:06:53.632 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109872026-08-27T01:06:54.913Z[ recovery-image] Aug 27 01:06:53.632 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109882026-08-27T01:06:54.924Z[ recovery-image] Aug 27 01:06:53.667 INFO building ROM for gimlet
109892026-08-27T01:06:54.924Z[ recovery-image] Aug 27 01:06:53.667 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")
109902026-08-27T01:06:54.970Z[ recovery-image] Aug 27 01:06:53.766 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109912026-08-27T01:06:54.978Z[ recovery-image] Aug 27 01:06:53.771 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`
109922026-08-27T01:06:54.989Z[ recovery-image] Aug 27 01:06:53.786 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109932026-08-27T01:06:55.083Z[ recovery-image] Aug 27 01:06:53.865 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109942026-08-27T01:06:55.100Z[ recovery-image] Aug 27 01:06:53.869 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`
109952026-08-27T01:06:55.200Z[ recovery-image] Aug 27 01:06:53.996 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109962026-08-27T01:06:55.200Z[ recovery-image] Aug 27 01:06:53.996 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109972026-08-27T01:06:55.200Z[ recovery-image] Aug 27 01:06:53.996 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109982026-08-27T01:06:55.219Z[ recovery-image] Aug 27 01:06:53.996 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109992026-08-27T01:06:55.227Z[ recovery-image] Aug 27 01:06:53.996 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110002026-08-27T01:06:55.227Z[ recovery-image] Aug 27 01:06:53.996 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110012026-08-27T01:06:55.227Z[ recovery-image] Aug 27 01:06:53.996 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110022026-08-27T01:06:55.227Z[ recovery-image] Aug 27 01:06:53.996 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110032026-08-27T01:06:55.227Z[ recovery-image] Aug 27 01:06:53.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110042026-08-27T01:06:55.227Z[ recovery-image] Aug 27 01:06:53.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110052026-08-27T01:06:55.227Z[ recovery-image] Aug 27 01:06:53.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110062026-08-27T01:06:55.227Z[ recovery-image] Aug 27 01:06:53.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110072026-08-27T01:06:55.227Z[ recovery-image] Aug 27 01:06:53.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110082026-08-27T01:06:55.227Z[ recovery-image] Aug 27 01:06:53.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110092026-08-27T01:06:55.227Z[ recovery-image] Aug 27 01:06:53.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110102026-08-27T01:06:55.227Z[ recovery-image] Aug 27 01:06:53.997 INFO O| Info: ABL version: 0x100f5010
110112026-08-27T01:06:55.227Z[ recovery-image] Aug 27 01:06:53.997 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110122026-08-27T01:06:55.227Z[ recovery-image] Aug 27 01:06:53.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110132026-08-27T01:06:55.227Z[ recovery-image] Aug 27 01:06:53.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110142026-08-27T01:06:55.227Z[ recovery-image] Aug 27 01:06:53.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110152026-08-27T01:06:55.227Z[ recovery-image] Aug 27 01:06:53.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110162026-08-27T01:06:55.227Z[ recovery-image] Aug 27 01:06:53.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110172026-08-27T01:06:55.227Z[ recovery-image] Aug 27 01:06:53.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110182026-08-27T01:06:55.227Z[ recovery-image] Aug 27 01:06:53.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110192026-08-27T01:06:55.238Z[ recovery-image] Aug 27 01:06:53.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110202026-08-27T01:06:55.238Z[ recovery-image] Aug 27 01:06:53.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110212026-08-27T01:06:55.238Z[ recovery-image] Aug 27 01:06:53.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110222026-08-27T01:06:55.238Z[ recovery-image] Aug 27 01:06:53.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110232026-08-27T01:06:55.238Z[ recovery-image] Aug 27 01:06:53.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110242026-08-27T01:06:55.238Z[ recovery-image] Aug 27 01:06:53.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110252026-08-27T01:06:55.238Z[ recovery-image] Aug 27 01:06:53.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110262026-08-27T01:06:55.238Z[ recovery-image] Aug 27 01:06:53.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110272026-08-27T01:06:55.238Z[ recovery-image] Aug 27 01:06:53.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110282026-08-27T01:06:55.238Z[ recovery-image] Aug 27 01:06:53.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110292026-08-27T01:06:55.238Z[ recovery-image] Aug 27 01:06:53.997 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110302026-08-27T01:06:55.251Z[ recovery-image] Aug 27 01:06:54.039 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110312026-08-27T01:06:56.519Z[ recovery-image] Aug 27 01:06:55.316 INFO image complete! materials are in "/work/os-recovery"
110322026-08-27T01:06:56.529Z[ recovery-image]
110332026-08-27T01:06:56.529Z[ recovery-image] real 3:21.222530429
110342026-08-27T01:06:56.529Z[ recovery-image] user 2:39.825858858
110352026-08-27T01:06:56.529Z[ recovery-image] sys 39.833784011
110362026-08-27T01:06:56.529Z[ recovery-image] trap 0.139384449
110372026-08-27T01:06:56.529Z[ recovery-image] tflt 0.811248717
110382026-08-27T01:06:56.529Z[ recovery-image] dflt 0.687349415
110392026-08-27T01:06:56.529Z[ recovery-image] kflt 0.005911105
110402026-08-27T01:06:56.529Z[ recovery-image] lock 8:09.631367672
110412026-08-27T01:06:56.529Z[ recovery-image] slp 17:53.383782153
110422026-08-27T01:06:56.529Z[ recovery-image] lat 30.324407998
110432026-08-27T01:06:56.529Z[ recovery-image] stop 8.079560074
110442026-08-27T01:06:56.529ZAug 27 01:06:55.320 INFO [recovery-image] process exited with exit status: 0 (201.227933306s)
110452026-08-27T01:06:56.529ZAug 27 01:06:55.320 INFO [tuf-v2-recovery] running task
110462026-08-27T01:06:56.529ZAug 27 01:06:55.321 INFO [tuf-v2-recovery] task succeeded (913.252µs)
110472026-08-27T01:06:57.279Z[ host-image] Aug 27 01:06:56.052 INFO creating reset image...
110482026-08-27T01:06:57.279Z[ host-image] Aug 27 01:06:56.052 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")
110492026-08-27T01:06:57.327Z[ host-image] Aug 27 01:06:56.124 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
110502026-08-27T01:06:57.377Z[ host-image] Aug 27 01:06:56.125 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
110512026-08-27T01:06:57.618Z[ host-image] Aug 27 01:06:56.414 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)
110522026-08-27T01:06:57.618Z[ host-image] Aug 27 01:06:56.414 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)
110532026-08-27T01:06:57.618Z[ host-image] Aug 27 01:06:56.414 INFO E| Compiling proc-macro2 v1.0.106
110542026-08-27T01:06:57.618Z[ host-image] Aug 27 01:06:56.414 INFO E| Compiling quote v1.0.45
110552026-08-27T01:06:57.626Z[ host-image] Aug 27 01:06:56.414 INFO E| Compiling unicode-ident v1.0.24
110562026-08-27T01:06:57.626Z[ host-image] Aug 27 01:06:56.414 INFO E| Compiling syn v1.0.109
110572026-08-27T01:06:57.626Z[ host-image] Aug 27 01:06:56.414 INFO E| Compiling x86 v0.52.0
110582026-08-27T01:06:57.626Z[ host-image] Aug 27 01:06:56.414 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
110592026-08-27T01:06:57.627Z[ host-image] Aug 27 01:06:56.415 INFO E| Compiling seq-macro v0.3.6
110602026-08-27T01:06:58.560Z[ host-image] Aug 27 01:06:57.356 INFO E| Compiling syn v2.0.117
110612026-08-27T01:06:59.995Z[ host-image] Aug 27 01:06:58.661 INFO E| Compiling scroll_derive v0.13.1
110622026-08-27T01:07:00.911Z[ host-image] Aug 27 01:06:59.689 INFO E| Compiling bitstruct_derive v0.1.0
110632026-08-27T01:07:10.018Z[ host-image] Aug 27 01:07:08.815 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)
110642026-08-27T01:07:12.140Z[ host-image] Aug 27 01:07:10.936 INFO E| Compiling bitflags v1.3.2
110652026-08-27T01:07:12.154Z[ host-image] Aug 27 01:07:10.936 INFO E| Compiling bitflags v2.13.0
110662026-08-27T01:07:12.155Z[ host-image] Aug 27 01:07:10.936 INFO E| Compiling bit_field v0.10.3
110672026-08-27T01:07:12.155Z[ host-image] Aug 27 01:07:10.936 INFO E| Compiling log v0.4.32
110682026-08-27T01:07:12.155Z[ host-image] Aug 27 01:07:10.936 INFO E| Compiling scroll v0.13.0
110692026-08-27T01:07:12.155Z[ host-image] Aug 27 01:07:10.936 INFO E| Compiling adler2 v2.0.1
110702026-08-27T01:07:12.155Z[ host-image] Aug 27 01:07:10.936 INFO E| Compiling plain v0.2.3
110712026-08-27T01:07:12.155Z[ host-image] Aug 27 01:07:10.937 INFO E| Compiling static_assertions v1.1.0
110722026-08-27T01:07:12.155Z[ host-image] Aug 27 01:07:10.937 INFO E| Compiling bitstruct v0.1.1
110732026-08-27T01:07:12.191Z[ host-image] Aug 27 01:07:10.987 INFO E| Compiling raw-cpuid v10.7.0
110742026-08-27T01:07:12.232Z[ host-image] Aug 27 01:07:11.028 INFO E| Compiling miniz_oxide v0.9.1
110752026-08-27T01:07:12.322Z[ host-image] Aug 27 01:07:11.106 INFO E| Compiling cpio_reader v0.1.2
110762026-08-27T01:07:12.359Z[ host-image] Aug 27 01:07:11.156 INFO E| Compiling goblin v0.10.7
110772026-08-27T01:07:15.167Z[ host-image] Aug 27 01:07:13.940 INFO E| Finished `release` profile [optimized] target(s) in 17.80s
110782026-08-27T01:07:15.184Z[ host-image] Aug 27 01:07:13.951 INFO building ROM for cosmo
110792026-08-27T01:07:15.185Z[ host-image] Aug 27 01:07:13.951 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")
110802026-08-27T01:07:15.243Z[ host-image] Aug 27 01:07:14.039 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110812026-08-27T01:07:15.281Z[ host-image] Aug 27 01:07:14.041 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`
110822026-08-27T01:07:15.281Z[ host-image] Aug 27 01:07:14.051 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110832026-08-27T01:07:15.328Z[ host-image] Aug 27 01:07:14.123 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110842026-08-27T01:07:15.342Z[ host-image] Aug 27 01:07:14.126 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`
110852026-08-27T01:07:15.539Z[ host-image] Aug 27 01:07:14.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110862026-08-27T01:07:15.551Z[ host-image] Aug 27 01:07:14.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110872026-08-27T01:07:15.551Z[ host-image] Aug 27 01:07:14.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110882026-08-27T01:07:15.568Z[ host-image] Aug 27 01:07:14.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110892026-08-27T01:07:15.568Z[ host-image] Aug 27 01:07:14.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110902026-08-27T01:07:15.569Z[ host-image] Aug 27 01:07:14.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110912026-08-27T01:07:15.569Z[ host-image] Aug 27 01:07:14.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110922026-08-27T01:07:15.569Z[ host-image] Aug 27 01:07:14.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110932026-08-27T01:07:15.569Z[ host-image] Aug 27 01:07:14.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110942026-08-27T01:07:15.569Z[ host-image] Aug 27 01:07:14.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110952026-08-27T01:07:15.569Z[ host-image] Aug 27 01:07:14.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110962026-08-27T01:07:15.569Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110972026-08-27T01:07:15.569Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110982026-08-27T01:07:15.569Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110992026-08-27T01:07:15.569Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111002026-08-27T01:07:15.579Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111012026-08-27T01:07:15.579Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111022026-08-27T01:07:15.579Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111032026-08-27T01:07:15.579Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111042026-08-27T01:07:15.579Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111052026-08-27T01:07:15.579Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111062026-08-27T01:07:15.579Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111072026-08-27T01:07:15.579Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111082026-08-27T01:07:15.579Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111092026-08-27T01:07:15.579Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111102026-08-27T01:07:15.579Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111112026-08-27T01:07:15.579Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111122026-08-27T01:07:15.579Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111132026-08-27T01:07:15.579Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111142026-08-27T01:07:15.579Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111152026-08-27T01:07:15.580Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111162026-08-27T01:07:15.580Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111172026-08-27T01:07:15.580Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111182026-08-27T01:07:15.580Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111192026-08-27T01:07:15.580Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111202026-08-27T01:07:15.580Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111212026-08-27T01:07:15.580Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111222026-08-27T01:07:15.580Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111232026-08-27T01:07:15.580Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111242026-08-27T01:07:15.580Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111252026-08-27T01:07:15.580Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111262026-08-27T01:07:15.580Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111272026-08-27T01:07:15.580Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111282026-08-27T01:07:15.580Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111292026-08-27T01:07:15.593Z[ host-image] Aug 27 01:07:14.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111302026-08-27T01:07:15.593Z[ host-image] Aug 27 01:07:14.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111312026-08-27T01:07:15.593Z[ host-image] Aug 27 01:07:14.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111322026-08-27T01:07:15.593Z[ host-image] Aug 27 01:07:14.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111332026-08-27T01:07:15.593Z[ host-image] Aug 27 01:07:14.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111342026-08-27T01:07:15.593Z[ host-image] Aug 27 01:07:14.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111352026-08-27T01:07:15.593Z[ host-image] Aug 27 01:07:14.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111362026-08-27T01:07:15.593Z[ host-image] Aug 27 01:07:14.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111372026-08-27T01:07:15.594Z[ host-image] Aug 27 01:07:14.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111382026-08-27T01:07:15.594Z[ host-image] Aug 27 01:07:14.335 INFO O| Info: ABL version: 0x100af010
111392026-08-27T01:07:15.594Z[ host-image] Aug 27 01:07:14.335 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111402026-08-27T01:07:15.594Z[ host-image] Aug 27 01:07:14.335 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111412026-08-27T01:07:15.594Z[ host-image] Aug 27 01:07:14.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111422026-08-27T01:07:15.594Z[ host-image] Aug 27 01:07:14.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111432026-08-27T01:07:15.594Z[ host-image] Aug 27 01:07:14.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111442026-08-27T01:07:15.617Z[ host-image] Aug 27 01:07:14.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111452026-08-27T01:07:15.617Z[ host-image] Aug 27 01:07:14.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111462026-08-27T01:07:15.618Z[ host-image] Aug 27 01:07:14.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111472026-08-27T01:07:15.618Z[ host-image] Aug 27 01:07:14.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111482026-08-27T01:07:15.618Z[ host-image] Aug 27 01:07:14.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111492026-08-27T01:07:15.618Z[ host-image] Aug 27 01:07:14.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111502026-08-27T01:07:15.618Z[ host-image] Aug 27 01:07:14.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111512026-08-27T01:07:15.618Z[ host-image] Aug 27 01:07:14.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111522026-08-27T01:07:15.618Z[ host-image] Aug 27 01:07:14.335 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111532026-08-27T01:07:15.618Z[ host-image] Aug 27 01:07:14.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111542026-08-27T01:07:15.618Z[ host-image] Aug 27 01:07:14.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111552026-08-27T01:07:15.618Z[ host-image] Aug 27 01:07:14.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111562026-08-27T01:07:15.618Z[ host-image] Aug 27 01:07:14.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111572026-08-27T01:07:15.618Z[ host-image] Aug 27 01:07:14.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111582026-08-27T01:07:15.638Z[ host-image] Aug 27 01:07:14.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111592026-08-27T01:07:15.638Z[ host-image] Aug 27 01:07:14.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111602026-08-27T01:07:15.638Z[ host-image] Aug 27 01:07:14.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111612026-08-27T01:07:15.638Z[ host-image] Aug 27 01:07:14.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111622026-08-27T01:07:15.638Z[ host-image] Aug 27 01:07:14.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111632026-08-27T01:07:15.638Z[ host-image] Aug 27 01:07:14.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111642026-08-27T01:07:15.638Z[ host-image] Aug 27 01:07:14.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111652026-08-27T01:07:15.638Z[ host-image] Aug 27 01:07:14.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111662026-08-27T01:07:15.638Z[ host-image] Aug 27 01:07:14.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111672026-08-27T01:07:15.638Z[ host-image] Aug 27 01:07:14.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111682026-08-27T01:07:15.638Z[ host-image] Aug 27 01:07:14.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111692026-08-27T01:07:15.639Z[ host-image] Aug 27 01:07:14.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111702026-08-27T01:07:15.639Z[ host-image] Aug 27 01:07:14.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111712026-08-27T01:07:15.639Z[ host-image] Aug 27 01:07:14.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111722026-08-27T01:07:15.656Z[ host-image] Aug 27 01:07:14.369 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111732026-08-27T01:07:15.656Z[ host-image] Aug 27 01:07:14.369 INFO building ROM for gimlet
111742026-08-27T01:07:15.657Z[ host-image] Aug 27 01:07:14.369 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")
111752026-08-27T01:07:15.670Z[ host-image] Aug 27 01:07:14.460 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111762026-08-27T01:07:15.670Z[ host-image] Aug 27 01:07:14.463 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`
111772026-08-27T01:07:15.687Z[ host-image] Aug 27 01:07:14.475 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111782026-08-27T01:07:15.750Z[ host-image] Aug 27 01:07:14.544 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111792026-08-27T01:07:15.766Z[ host-image] Aug 27 01:07:14.547 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`
111802026-08-27T01:07:15.862Z[ host-image] Aug 27 01:07:14.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111812026-08-27T01:07:15.863Z[ host-image] Aug 27 01:07:14.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111822026-08-27T01:07:15.878Z[ host-image] Aug 27 01:07:14.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111832026-08-27T01:07:15.878Z[ host-image] Aug 27 01:07:14.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111842026-08-27T01:07:15.908Z[ host-image] Aug 27 01:07:14.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111852026-08-27T01:07:15.908Z[ host-image] Aug 27 01:07:14.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111862026-08-27T01:07:15.908Z[ host-image] Aug 27 01:07:14.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111872026-08-27T01:07:15.908Z[ host-image] Aug 27 01:07:14.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111882026-08-27T01:07:15.908Z[ host-image] Aug 27 01:07:14.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111892026-08-27T01:07:15.908Z[ host-image] Aug 27 01:07:14.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111902026-08-27T01:07:15.920Z[ host-image] Aug 27 01:07:14.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111912026-08-27T01:07:15.920Z[ host-image] Aug 27 01:07:14.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111922026-08-27T01:07:15.920Z[ host-image] Aug 27 01:07:14.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111932026-08-27T01:07:15.920Z[ host-image] Aug 27 01:07:14.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111942026-08-27T01:07:15.920Z[ host-image] Aug 27 01:07:14.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111952026-08-27T01:07:15.920Z[ host-image] Aug 27 01:07:14.659 INFO O| Info: ABL version: 0x100f5010
111962026-08-27T01:07:15.920Z[ host-image] Aug 27 01:07:14.659 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111972026-08-27T01:07:15.920Z[ host-image] Aug 27 01:07:14.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111982026-08-27T01:07:15.920Z[ host-image] Aug 27 01:07:14.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111992026-08-27T01:07:15.920Z[ host-image] Aug 27 01:07:14.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
112002026-08-27T01:07:15.941Z[ host-image] Aug 27 01:07:14.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
112012026-08-27T01:07:15.942Z[ host-image] Aug 27 01:07:14.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
112022026-08-27T01:07:15.942Z[ host-image] Aug 27 01:07:14.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
112032026-08-27T01:07:15.942Z[ host-image] Aug 27 01:07:14.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
112042026-08-27T01:07:15.942Z[ host-image] Aug 27 01:07:14.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
112052026-08-27T01:07:15.942Z[ host-image] Aug 27 01:07:14.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
112062026-08-27T01:07:15.942Z[ host-image] Aug 27 01:07:14.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
112072026-08-27T01:07:15.942Z[ host-image] Aug 27 01:07:14.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
112082026-08-27T01:07:15.942Z[ host-image] Aug 27 01:07:14.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
112092026-08-27T01:07:15.942Z[ host-image] Aug 27 01:07:14.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
112102026-08-27T01:07:15.942Z[ host-image] Aug 27 01:07:14.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
112112026-08-27T01:07:15.942Z[ host-image] Aug 27 01:07:14.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
112122026-08-27T01:07:15.942Z[ host-image] Aug 27 01:07:14.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
112132026-08-27T01:07:15.942Z[ host-image] Aug 27 01:07:14.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
112142026-08-27T01:07:15.942Z[ host-image] Aug 27 01:07:14.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
112152026-08-27T01:07:16.012Z[ host-image] Aug 27 01:07:14.693 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
112162026-08-27T01:07:16.012Z[ host-image] Aug 27 01:07:14.693 INFO finishing image archive at "/work/os-host/os.tar.gz"...
112172026-08-27T01:07:27.846Z[ host-image] Aug 27 01:07:26.634 INFO image complete! materials are in "/work/os-host"
112182026-08-27T01:07:27.856Z[ host-image]
112192026-08-27T01:07:27.856Z[ host-image] real 4:01.850680798
112202026-08-27T01:07:27.856Z[ host-image] user 2:49.972175845
112212026-08-27T01:07:27.856Z[ host-image] sys 36.012845912
112222026-08-27T01:07:27.856Z[ host-image] trap 0.137304237
112232026-08-27T01:07:27.856Z[ host-image] tflt 0.267459418
112242026-08-27T01:07:27.856Z[ host-image] dflt 0.270105494
112252026-08-27T01:07:27.856Z[ host-image] kflt 0.000221820
112262026-08-27T01:07:27.857Z[ host-image] lock 4:44.176739062
112272026-08-27T01:07:27.857Z[ host-image] slp 20:23.794429688
112282026-08-27T01:07:27.869Z[ host-image] lat 25.163969416
112292026-08-27T01:07:27.869Z[ host-image] stop 1.543962666
112302026-08-27T01:07:27.870ZAug 27 01:07:26.638 INFO [host-image] process exited with exit status: 0 (241.856457677s)
112312026-08-27T01:07:27.870ZAug 27 01:07:26.638 INFO [tuf-v2-host] running task
112322026-08-27T01:07:27.870ZAug 27 01:07:26.638 INFO [tuf-repo] running task
112332026-08-27T01:07:27.870ZAug 27 01:07:26.639 INFO [tuf-v2-host] task succeeded (693.131µs)
112342026-08-27T01:07:27.870ZAug 27 01:07:26.639 INFO [tuf-v2-repo] running task
112352026-08-27T01:07:49.456ZAug 27 01:07:48.252 INFO [tuf-v2-repo] task succeeded (21.613433955s)
112362026-08-27T01:07:49.922ZAug 27 01:07:48.718 INFO assembling repository in `/tmp/tufaceousMrS3bc`, component: OmicronRepoAssembler
112372026-08-27T01:07:58.731ZAug 27 01:07:57.527 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112382026-08-27T01:07:59.011ZAug 27 01:07:57.776 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112392026-08-27T01:08:00.988ZAug 27 01:07:59.784 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112402026-08-27T01:08:01.043ZAug 27 01:07:59.839 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112412026-08-27T01:08:01.095ZAug 27 01:07:59.891 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112422026-08-27T01:08:01.144ZAug 27 01:07:59.939 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112432026-08-27T01:08:01.194ZAug 27 01:07:59.990 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112442026-08-27T01:08:01.251ZAug 27 01:08:00.047 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112452026-08-27T01:08:01.301ZAug 27 01:08:00.097 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112462026-08-27T01:08:11.683ZAug 27 01:08:10.479 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
112472026-08-27T01:08:11.690ZAug 27 01:08:10.485 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
112482026-08-27T01:08:11.713ZAug 27 01:08:10.509 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
112492026-08-27T01:08:11.768ZAug 27 01:08:10.564 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112502026-08-27T01:08:11.824ZAug 27 01:08:10.621 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112512026-08-27T01:08:11.901ZAug 27 01:08:10.697 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112522026-08-27T01:08:11.967ZAug 27 01:08:10.763 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
112532026-08-27T01:08:11.977ZAug 27 01:08:10.768 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
112542026-08-27T01:08:11.997ZAug 27 01:08:10.792 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
112552026-08-27T01:08:14.235ZAug 27 01:08:12.627 INFO [tuf-repo] task succeeded (45.98856536s)
112562026-08-27T01:10:42.720Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 04s
112572026-08-27T01:10:42.723Z[verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
112582026-08-27T01:10:42.725Z[verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
112592026-08-27T01:10:45.400ZAug 27 01:10:44.195 INFO [verify-libraries] process exited with exit status: 0 (430.363902987s)
112602026-08-27T01:10:45.400ZAug 27 01:10:44.195 INFO all jobs completed in 1122.062563572s
112612026-08-27T01:10:46.580Zprocess exited: duration 1345331 ms, exit code 0
 
112622026-08-27T01:10:46.593Zfound 41 output files
112632026-08-27T01:10:46.593Zuploading: /work/manifest.toml (17334 bytes)
112642026-08-27T01:10:47.607Zuploaded: /work/manifest.toml
112652026-08-27T01:10:47.607Zuploading: /work/repo.zip (3293685599 bytes)
112662026-08-27T01:12:13.081Zuploaded: /work/repo.zip
112672026-08-27T01:12:13.089Zuploading: /work/repo.zip.sha256.txt (65 bytes)
112682026-08-27T01:12:14.236Zuploaded: /work/repo.zip.sha256.txt
112692026-08-27T01:12:14.237Zuploading: /work/helios.json (647 bytes)
112702026-08-27T01:12:15.263Zuploaded: /work/helios.json
112712026-08-27T01:12:15.264Zuploading: /work/incorporation.p5m (113590 bytes)
112722026-08-27T01:12:16.279Zuploaded: /work/incorporation.p5m
112732026-08-27T01:12:16.279Zuploading: /work/incorporation.p5p (133120 bytes)
112742026-08-27T01:12:17.306Zuploaded: /work/incorporation.p5p
112752026-08-27T01:12:17.307Zuploading: /work/helios-incorp.log (522 bytes)
112762026-08-27T01:12:18.320Zuploaded: /work/helios-incorp.log
112772026-08-27T01:12:18.320Zuploading: /work/helios-setup.log (57188 bytes)
112782026-08-27T01:12:23.888Zuploaded: /work/helios-setup.log
112792026-08-27T01:12:23.888Zuploading: /work/host-image.log (233348 bytes)
112802026-08-27T01:12:24.949Zuploaded: /work/host-image.log
112812026-08-27T01:12:24.949Zuploading: /work/host-package.log (33789 bytes)
112822026-08-27T01:12:25.964Zuploaded: /work/host-package.log
112832026-08-27T01:12:25.964Zuploading: /work/host-target.log (101 bytes)
112842026-08-27T01:12:26.975Zuploaded: /work/host-target.log
112852026-08-27T01:12:26.975Zuploading: /work/incorp-create.log (0 bytes)
112862026-08-27T01:12:27.983Zuploaded: /work/incorp-create.log
112872026-08-27T01:12:27.983Zuploading: /work/incorp-fmt.log (0 bytes)
112882026-08-27T01:12:28.992Zuploaded: /work/incorp-fmt.log
112892026-08-27T01:12:28.992Zuploading: /work/incorp-pkgsend.log (108 bytes)
112902026-08-27T01:12:30.005Zuploaded: /work/incorp-pkgsend.log
112912026-08-27T01:12:30.005Zuploading: /work/incorp-publisher.log (0 bytes)
112922026-08-27T01:12:31.014Zuploaded: /work/incorp-publisher.log
112932026-08-27T01:12:31.014Zuploading: /work/omicron-package.log (10430 bytes)
112942026-08-27T01:12:32.026Zuploaded: /work/omicron-package.log
112952026-08-27T01:12:32.026Zuploading: /work/recovery-image.log (592337 bytes)
112962026-08-27T01:12:33.052Zuploaded: /work/recovery-image.log
112972026-08-27T01:12:33.052Zuploading: /work/recovery-package.log (321 bytes)
112982026-08-27T01:12:34.064Zuploaded: /work/recovery-package.log
112992026-08-27T01:12:34.064Zuploading: /work/recovery-target.log (98 bytes)
113002026-08-27T01:12:35.079Zuploaded: /work/recovery-target.log
113012026-08-27T01:12:35.079Zuploading: /work/stamp-clickhouse.log (117 bytes)
113022026-08-27T01:12:36.090Zuploaded: /work/stamp-clickhouse.log
113032026-08-27T01:12:36.090Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113042026-08-27T01:12:37.106Zuploaded: /work/stamp-clickhouse_keeper.log
113052026-08-27T01:12:37.106Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113062026-08-27T01:12:38.117Zuploaded: /work/stamp-clickhouse_server.log
113072026-08-27T01:12:38.117Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113082026-08-27T01:12:39.128Zuploaded: /work/stamp-cockroachdb.log
113092026-08-27T01:12:39.128Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113102026-08-27T01:12:40.139Zuploaded: /work/stamp-crucible-pantry-zone.log
113112026-08-27T01:12:40.139Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113122026-08-27T01:12:41.150Zuploaded: /work/stamp-crucible-utils.log
113132026-08-27T01:12:41.150Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113142026-08-27T01:12:42.160Zuploaded: /work/stamp-crucible-zone.log
113152026-08-27T01:12:42.160Zuploading: /work/stamp-external-dns.log (119 bytes)
113162026-08-27T01:12:43.170Zuploaded: /work/stamp-external-dns.log
113172026-08-27T01:12:43.171Zuploading: /work/stamp-installinator.log (103 bytes)
113182026-08-27T01:12:44.181Zuploaded: /work/stamp-installinator.log
113192026-08-27T01:12:44.181Zuploading: /work/stamp-internal-dns.log (119 bytes)
113202026-08-27T01:12:45.191Zuploaded: /work/stamp-internal-dns.log
113212026-08-27T01:12:45.194Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113222026-08-27T01:12:46.203Zuploaded: /work/stamp-mg-ddm-gz.log
113232026-08-27T01:12:46.203Zuploading: /work/stamp-nexus.log (112 bytes)
113242026-08-27T01:12:47.215Zuploaded: /work/stamp-nexus.log
113252026-08-27T01:12:47.215Zuploading: /work/stamp-ntp.log (110 bytes)
113262026-08-27T01:12:48.225Zuploaded: /work/stamp-ntp.log
113272026-08-27T01:12:48.225Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
113282026-08-27T01:12:49.235Zuploaded: /work/stamp-omicron-sled-agent.log
113292026-08-27T01:12:49.235Zuploading: /work/stamp-overlay.log (114 bytes)
113302026-08-27T01:12:50.245Zuploaded: /work/stamp-overlay.log
113312026-08-27T01:12:50.245Zuploading: /work/stamp-oximeter.log (115 bytes)
113322026-08-27T01:12:51.255Zuploaded: /work/stamp-oximeter.log
113332026-08-27T01:12:51.255Zuploading: /work/stamp-oxlog.log (109 bytes)
113342026-08-27T01:12:52.266Zuploaded: /work/stamp-oxlog.log
113352026-08-27T01:12:52.266Zuploading: /work/stamp-probe.log (112 bytes)
113362026-08-27T01:12:53.277Zuploaded: /work/stamp-probe.log
113372026-08-27T01:12:53.277Zuploading: /work/stamp-propolis-server.log (122 bytes)
113382026-08-27T01:12:54.288Zuploaded: /work/stamp-propolis-server.log
113392026-08-27T01:12:54.288Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
113402026-08-27T01:12:55.300Zuploaded: /work/stamp-pumpkind-gz.log
113412026-08-27T01:12:55.300Zuploading: /work/stamp-switch-asic.log (118 bytes)
113422026-08-27T01:12:56.310Zuploaded: /work/stamp-switch-asic.log
113432026-08-27T01:12:56.310Zuploading: /work/verify-libraries.log (50737 bytes)
113442026-08-27T01:12:57.322Zuploaded: /work/verify-libraries.log